diff --git a/.domains b/.domains new file mode 100644 index 0000000..3b2e0a9 --- /dev/null +++ b/.domains @@ -0,0 +1 @@ +www.area-51.cz \ No newline at end of file diff --git a/blog-post.html b/blog-post.html new file mode 100755 index 0000000..733d2c5 --- /dev/null +++ b/blog-post.html @@ -0,0 +1,384 @@ + + + + + + White | responsive bootstrap3 html5 one page template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ + + +
+ + + + + + + +
+ + +
+ + +
+ + +
+ + +
+
+ +
Rihanna's Costume Designer Comes Into His Own with New Show
+ +
+
+ +
+

On Tuesday, the daughters of Texas state senator Wendy Davis defended their mom against charges that she’s been smudging her biography to make it look like she was a more involved mom than she actually was. Davis, who is running for governor, has been under fire since a Dallas Morning News article accused her of “blurring” facts, like exactly when she got divorced and how long her family lived in a trailer park. That DMN article also seemingly took her to task for allowing her ex-husband to have parental custody of their daughter, quoting an anonymous source who said, Davis was “not going to let family or raising children or anything else get in her way.”

+

I understand why Davis’ daughters felt they needed to defend their mom and her parenting. The onslaught on Davis’ parenting (and her politics) from the right, particularly in the wake of that DMN article, has been appalling: They’ve called her everything from “Abortion Barbie” to implying she’s a bad, gold digging mom. Her daughter, Dru, points out that her mom always shared joint custody, even though she was living in her father’s house.

+

But she also discusses her mom’s involvement in other ways: Her mom was her Brownie troop leader. Her mom was her team’s field hockey mom when Dru was a senior in high school. “She went with me to every field hockey camp, tryout, program that I ever had,” Dru writes, adding, “my sister and I were always her first priority.”

+
+ +
+ + + + + +
+ + +
+

Comments (152)

+ +
    +
  • +
    + +
    +
    +
    +
    Stanislav Kerimov
    +
    |
    +
    13 January 2014
    +
    +

    Thank you so much for putting this together Jeremy. Most of these seem like common sense but it is amazing how many times I see new employees having the worst days of their life because managers/leaders don’t want to be “bothered” with the new guy.

    +
    +
  • +
  • +
    + +
    +
    +
    +
    Anna Balashova
    +
    |
    +
    10 January 2014
    +
    +

    I would add under “keep the busy” to make sure that every team member is aware of the new team member starting, and even thought the first 1-2 days may be meet and greats, to have them up with access to everything they need to preform their tasks.

    +
    +
  • +
+
+ + +
+ + +
+

Leave a Comment

+ +
+
+ + + +
All fields marked with an asterisk (*) are required
+
+
+ + +
+
+
+
+ + + + +
+
+
+
+ + + +
+
+ + + + + + +
+ + +
+ +
+ + \ No newline at end of file diff --git a/blog.html b/blog.html new file mode 100755 index 0000000..e1511ff --- /dev/null +++ b/blog.html @@ -0,0 +1,447 @@ + + + + + + White | responsive bootstrap3 html5 one page template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ + + +
+ + + + + + + +
+ + +
+ + +
+ + +
+ + +
+
+ + +
+
+ + Rihanna's Costume Designer Comes Into His Own with New Show + +
+
The best way to describe Adam Selman would be simply to say that he is the epitome of cool. So it’s only fitting that his first runway collection was made for the ultimate cool girl.
+ Read More +
+
+ + + +
+
+ + +
+
+ + The Four Week Workout to Tank Top Worthy Arm + +
+
Our stomachs, legs, and butts, (thanks to Jen Selter) are usually top priority areas when it comes to getting in shape. But when I'm tagged in a photo on Instagram, I quite often find myself wishing for an arm-sculpting filter.
+ Read More +
+
+ + + +
+
+ + +
+
+ + The Fault in Our Stars Trailer Makes Us Feel All The Feelings + +
+
The trailer for 'The Fault in Our Stars', the movie based on John Green's tear-jerky YA novel, is finally out, and it's good.
+ Read More +
+
+ + + +
+
+ + +
+
+ + The Broad City Girls Almost Make Us Pee Our Pant + +
+
Last week I made a promise to the hilarious creators of the cover-your-eyes-with-one-hand, text-your-best-friend-to-watch-it-with-the-other-hand show, 'Broad City'.
+ Read More +
+
+ + + +
+
+ + +
+
+ + Why Do We Need to Defend Wendy Davis for Being a Working Mom? + +
+
On Tuesday, the daughters of Texas state senator Wendy Davis defended their mom against charges that she’s been smudging her biography
+ Read More +
+
+ + + + +
+ + + + +
+
+
+
+ + + +
+
+ + + + + + +
+ + +
+ +
+ + diff --git a/css/animate.css b/css/animate.css new file mode 100755 index 0000000..9ccdd54 --- /dev/null +++ b/css/animate.css @@ -0,0 +1,1627 @@ +.animated { +opacity: 0; + +-webkit-animation-duration: 1s; + -moz-animation-duration: 1s; + -o-animation-duration: 1s; + animation-duration: 1s; + +-webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; + +} + +.animated.hinge { +-webkit-animation-duration: 5s; + -moz-animation-duration: 5s; + -o-animation-duration: 5s; + animation-duration: 5s; +} + +/*===================================================================================*/ +/* pulse */ +/*===================================================================================*/ + + @-webkit-keyframes pulse { + 0% {-webkit-transform: scale(1);} + 50% {-webkit-transform: scale(1.1);} + 100% {-webkit-transform: scale(1);} + } + @-moz-keyframes pulse { + 0% {-moz-transform: scale(1);} + 50% {-moz-transform: scale(1.1);} + 100% {-moz-transform: scale(1);} + } + @-o-keyframes pulse { + 0% {-o-transform: scale(1);} + 50% {-o-transform: scale(1.1);} + 100% {-o-transform: scale(1);} + } + @keyframes pulse { + 0% { transform: scale(1);} + 50% { transform: scale(1.1);} + 100% { transform: scale(1);} + } + + .animated.pulse { + opacity: 1; + + -webkit-animation-name: pulse; + -moz-animation-name: pulse; + -o-animation-name: pulse; + animation-name: pulse; + } + + + +/*===================================================================================*/ +/* flipInX */ +/*===================================================================================*/ + + @-webkit-keyframes flipInX { + 0% { + -webkit-transform: perspective(400px) rotateX(90deg); + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotateX(-10deg); + } + + 70% { + -webkit-transform: perspective(400px) rotateX(10deg); + } + + 100% { + -webkit-transform: perspective(400px) rotateX(0deg); + opacity: 1; + } + } + @-moz-keyframes flipInX { + 0% { + -moz-transform: perspective(400px) rotateX(90deg); + opacity: 0; + } + + 40% { + -moz-transform: perspective(400px) rotateX(-10deg); + } + + 70% { + -moz-transform: perspective(400px) rotateX(10deg); + } + + 100% { + -moz-transform: perspective(400px) rotateX(0deg); + opacity: 1; + } + } + @-o-keyframes flipInX { + 0% { + -o-transform: perspective(400px) rotateX(90deg); + opacity: 0; + } + + 40% { + -o-transform: perspective(400px) rotateX(-10deg); + } + + 70% { + -o-transform: perspective(400px) rotateX(10deg); + } + + 100% { + -o-transform: perspective(400px) rotateX(0deg); + opacity: 1; + } + } + @keyframes flipInX { + 0% { + transform: perspective(400px) rotateX(90deg); + opacity: 0; + } + + 40% { + transform: perspective(400px) rotateX(-10deg); + } + + 70% { + transform: perspective(400px) rotateX(10deg); + } + + 100% { + transform: perspective(400px) rotateX(0deg); + opacity: 1; + } + } + + .animated.flipInX { + opacity: 1; + + -webkit-backface-visibility: visible !important; + -moz-backface-visibility: visible !important; + -o-backface-visibility: visible !important; + backface-visibility: visible !important; + + -webkit-animation-name: flipInX; + -moz-animation-name: flipInX; + -o-animation-name: flipInX; + animation-name: flipInX; + } + + + +/*===================================================================================*/ +/* fadeIn */ +/*===================================================================================*/ + + @-webkit-keyframes fadeIn { + 0% {opacity: 0;} + 100% {opacity: 1;} + } + + @-moz-keyframes fadeIn { + 0% {opacity: 0;} + 100% {opacity: 1;} + } + + @-o-keyframes fadeIn { + 0% {opacity: 0;} + 100% {opacity: 1;} + } + + @keyframes fadeIn { + 0% {opacity: 0;} + 100% {opacity: 1;} + } + + .animated.fadeIn { + opacity: 1; + + -webkit-animation-name: fadeIn; + -moz-animation-name: fadeIn; + -o-animation-name: fadeIn; + animation-name: fadeIn; + } + + + +/*===================================================================================*/ +/* fadeInUp */ +/*===================================================================================*/ + + @-webkit-keyframes fadeInUp { + 0% { + opacity: 0; + -webkit-transform: translateY(20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + } + } + + @-moz-keyframes fadeInUp { + 0% { + opacity: 0; + -moz-transform: translateY(20px); + } + + 100% { + opacity: 1; + -moz-transform: translateY(0); + } + } + + @-o-keyframes fadeInUp { + 0% { + opacity: 0; + -o-transform: translateY(20px); + } + + 100% { + opacity: 1; + -o-transform: translateY(0); + } + } + + @keyframes fadeInUp { + 0% { + opacity: 0; + transform: translateY(20px); + } + + 100% { + opacity: 1; + transform: translateY(0); + } + } + + .animated.fadeInUp { + opacity: 1; + + -webkit-animation-name: fadeInUp; + -moz-animation-name: fadeInUp; + -o-animation-name: fadeInUp; + animation-name: fadeInUp; + } + + + +/*===================================================================================*/ +/* fadeInDown */ +/*===================================================================================*/ + + @-webkit-keyframes fadeInDown { + 0% { + opacity: 0; + -webkit-transform: translateY(-20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + } + } + + @-moz-keyframes fadeInDown { + 0% { + opacity: 0; + -moz-transform: translateY(-20px); + } + + 100% { + opacity: 1; + -moz-transform: translateY(0); + } + } + + @-o-keyframes fadeInDown { + 0% { + opacity: 0; + -o-transform: translateY(-20px); + } + + 100% { + opacity: 1; + -o-transform: translateY(0); + } + } + + @keyframes fadeInDown { + 0% { + opacity: 0; + transform: translateY(-20px); + } + + 100% { + opacity: 1; + transform: translateY(0); + } + } + + .animated.fadeInDown { + opacity: 1; + + -webkit-animation-name: fadeInDown; + -moz-animation-name: fadeInDown; + -o-animation-name: fadeInDown; + animation-name: fadeInDown; + } + + + +/*===================================================================================*/ +/* fadeInLeft */ +/*===================================================================================*/ + + @-webkit-keyframes fadeInLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(-100px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + } + } + + @-moz-keyframes fadeInLeft { + 0% { + opacity: 0; + -moz-transform: translateX(-100px); + } + + 100% { + opacity: 1; + -moz-transform: translateX(0); + } + } + + @-o-keyframes fadeInLeft { + 0% { + opacity: 0; + -o-transform: translateX(-100px); + } + + 100% { + opacity: 1; + -o-transform: translateX(0); + } + } + + @keyframes fadeInLeft { + 0% { + opacity: 0; + transform: translateX(-100px); + } + + 100% { + opacity: 1; + transform: translateX(0); + } + } + + .animated.fadeInLeft { + opacity: 1; + + -webkit-animation-name: fadeInLeft; + -moz-animation-name: fadeInLeft; + -o-animation-name: fadeInLeft; + animation-name: fadeInLeft; + } + + + +/*===================================================================================*/ +/* fadeInRight */ +/*===================================================================================*/ + + @-webkit-keyframes fadeInRight { + 0% { + opacity: 0; + -webkit-transform: translateX(100px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + } + } + + @-moz-keyframes fadeInRight { + 0% { + opacity: 0; + -moz-transform: translateX(100px); + } + + 100% { + opacity: 1; + -moz-transform: translateX(0); + } + } + + @-o-keyframes fadeInRight { + 0% { + opacity: 0; + -o-transform: translateX(100px); + } + + 100% { + opacity: 1; + -o-transform: translateX(0); + } + } + + @keyframes fadeInRight { + 0% { + opacity: 0; + transform: translateX(100px); + } + + 100% { + opacity: 1; + transform: translateX(0); + } + } + + .animated.fadeInRight { + opacity: 1; + + -webkit-animation-name: fadeInRight; + -moz-animation-name: fadeInRight; + -o-animation-name: fadeInRight; + animation-name: fadeInRight; + } + + + +/*===================================================================================*/ +/* fadeInUpBig */ +/*===================================================================================*/ + + @-webkit-keyframes fadeInUpBig { + 0% { + opacity: 0; + -webkit-transform: translateY(2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + } + } + + @-moz-keyframes fadeInUpBig { + 0% { + opacity: 0; + -moz-transform: translateY(2000px); + } + + 100% { + opacity: 1; + -moz-transform: translateY(0); + } + } + + @-o-keyframes fadeInUpBig { + 0% { + opacity: 0; + -o-transform: translateY(2000px); + } + + 100% { + opacity: 1; + -o-transform: translateY(0); + } + } + + @keyframes fadeInUpBig { + 0% { + opacity: 0; + transform: translateY(2000px); + } + + 100% { + opacity: 1; + transform: translateY(0); + } + } + + .animated.fadeInUpBig { + opacity: 1; + + -webkit-animation-name: fadeInUpBig; + -moz-animation-name: fadeInUpBig; + -o-animation-name: fadeInUpBig; + animation-name: fadeInUpBig; + } + + + +/*===================================================================================*/ +/* fadeInDownBig */ +/*===================================================================================*/ + + @-webkit-keyframes fadeInDownBig { + 0% { + opacity: 0; + -webkit-transform: translateY(-2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + } + } + + @-moz-keyframes fadeInDownBig { + 0% { + opacity: 0; + -moz-transform: translateY(-2000px); + } + + 100% { + opacity: 1; + -moz-transform: translateY(0); + } + } + + @-o-keyframes fadeInDownBig { + 0% { + opacity: 0; + -o-transform: translateY(-2000px); + } + + 100% { + opacity: 1; + -o-transform: translateY(0); + } + } + + @keyframes fadeInDownBig { + 0% { + opacity: 0; + transform: translateY(-2000px); + } + + 100% { + opacity: 1; + transform: translateY(0); + } + } + + .animated.fadeInDownBig { + opacity: 1; + + -webkit-animation-name: fadeInDownBig; + -moz-animation-name: fadeInDownBig; + -o-animation-name: fadeInDownBig; + animation-name: fadeInDownBig; + } + + + +/*===================================================================================*/ +/* fadeInLeftBig */ +/*===================================================================================*/ + + @-webkit-keyframes fadeInLeftBig { + 0% { + opacity: 0; + -webkit-transform: translateX(-2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + } + } + @-moz-keyframes fadeInLeftBig { + 0% { + opacity: 0; + -moz-transform: translateX(-2000px); + } + + 100% { + opacity: 1; + -moz-transform: translateX(0); + } + } + @-o-keyframes fadeInLeftBig { + 0% { + opacity: 0; + -o-transform: translateX(-2000px); + } + + 100% { + opacity: 1; + -o-transform: translateX(0); + } + } + @keyframes fadeInLeftBig { + 0% { + opacity: 0; + transform: translateX(-2000px); + } + + 100% { + opacity: 1; + transform: translateX(0); + } + } + + .animated.fadeInLeftBig { + opacity: 1; + + -webkit-animation-name: fadeInLeftBig; + -moz-animation-name: fadeInLeftBig; + -o-animation-name: fadeInLeftBig; + animation-name: fadeInLeftBig; + } + + + +/*===================================================================================*/ +/* fadeInRightBig */ +/*===================================================================================*/ + + @-webkit-keyframes fadeInRightBig { + 0% { + opacity: 0; + -webkit-transform: translateX(2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + } + } + + @-moz-keyframes fadeInRightBig { + 0% { + opacity: 0; + -moz-transform: translateX(2000px); + } + + 100% { + opacity: 1; + -moz-transform: translateX(0); + } + } + + @-o-keyframes fadeInRightBig { + 0% { + opacity: 0; + -o-transform: translateX(2000px); + } + + 100% { + opacity: 1; + -o-transform: translateX(0); + } + } + + @keyframes fadeInRightBig { + 0% { + opacity: 0; + transform: translateX(2000px); + } + + 100% { + opacity: 1; + transform: translateX(0); + } + } + + .animated.fadeInRightBig { + opacity: 1; + + -webkit-animation-name: fadeInRightBig; + -moz-animation-name: fadeInRightBig; + -o-animation-name: fadeInRightBig; + animation-name: fadeInRightBig; + } + + + +/*===================================================================================*/ +/* bounceIn */ +/*===================================================================================*/ + + @-webkit-keyframes bounceIn { + 0% { + opacity: 0; + -webkit-transform: scale(.3); + } + + 50% { + opacity: 1; + -webkit-transform: scale(1.05); + } + + 70% { + -webkit-transform: scale(.9); + } + + 100% { + -webkit-transform: scale(1); + } + } + + @-moz-keyframes bounceIn { + 0% { + opacity: 0; + -moz-transform: scale(.3); + } + + 50% { + opacity: 1; + -moz-transform: scale(1.05); + } + + 70% { + -moz-transform: scale(.9); + } + + 100% { + -moz-transform: scale(1); + } + } + + @-o-keyframes bounceIn { + 0% { + opacity: 0; + -o-transform: scale(.3); + } + + 50% { + opacity: 1; + -o-transform: scale(1.05); + } + + 70% { + -o-transform: scale(.9); + } + + 100% { + -o-transform: scale(1); + } + } + + @keyframes bounceIn { + 0% { + opacity: 0; + transform: scale(.3); + } + + 50% { + opacity: 1; + transform: scale(1.05); + } + + 70% { + transform: scale(.9); + } + + 100% { + transform: scale(1); + } + } + + .animated.bounceIn { + opacity: 1; + + -webkit-animation-name: bounceIn; + -moz-animation-name: bounceIn; + -o-animation-name: bounceIn; + animation-name: bounceIn; + } + + + +/*===================================================================================*/ +/* bounceInUp */ +/*===================================================================================*/ + + @-webkit-keyframes bounceInUp { + 0% { + opacity: 0; + -webkit-transform: translateY(2000px); + } + + 60% { + opacity: 1; + -webkit-transform: translateY(-30px); + } + + 80% { + -webkit-transform: translateY(10px); + } + + 100% { + -webkit-transform: translateY(0); + } + } + @-moz-keyframes bounceInUp { + 0% { + opacity: 0; + -moz-transform: translateY(2000px); + } + + 60% { + opacity: 1; + -moz-transform: translateY(-30px); + } + + 80% { + -moz-transform: translateY(10px); + } + + 100% { + -moz-transform: translateY(0); + } + } + + @-o-keyframes bounceInUp { + 0% { + opacity: 0; + -o-transform: translateY(2000px); + } + + 60% { + opacity: 1; + -o-transform: translateY(-30px); + } + + 80% { + -o-transform: translateY(10px); + } + + 100% { + -o-transform: translateY(0); + } + } + + @-ms-keyframes bounceInUp { + 0% { + opacity: 0; + -ms-transform: translateY(2000px); + } + + 60% { + opacity: 1; + -ms-transform: translateY(-30px); + } + + 80% { + -ms-transform: translateY(10px); + } + + 100% { + -ms-transform: translateY(0); + } + } + + @keyframes bounceInUp { + 0% { + opacity: 0; + transform: translateY(2000px); + } + + 60% { + opacity: 1; + transform: translateY(-30px); + } + + 80% { + transform: translateY(10px); + } + + 100% { + transform: translateY(0); + } + } + + .animated.bounceInUp { + opacity: 1; + + -webkit-animation-name: bounceInUp; + -moz-animation-name: bounceInUp; + -o-animation-name: bounceInUp; + animation-name: bounceInUp; + } + + + +/*===================================================================================*/ +/* bounceInDown */ +/*===================================================================================*/ + + @-webkit-keyframes bounceInDown { + 0% { + opacity: 0; + -webkit-transform: translateY(-2000px); + } + + 60% { + opacity: 1; + -webkit-transform: translateY(30px); + } + + 80% { + -webkit-transform: translateY(-10px); + } + + 100% { + -webkit-transform: translateY(0); + } + } + + @-moz-keyframes bounceInDown { + 0% { + opacity: 0; + -moz-transform: translateY(-2000px); + } + + 60% { + opacity: 1; + -moz-transform: translateY(30px); + } + + 80% { + -moz-transform: translateY(-10px); + } + + 100% { + -moz-transform: translateY(0); + } + } + + @-o-keyframes bounceInDown { + 0% { + opacity: 0; + -o-transform: translateY(-2000px); + } + + 60% { + opacity: 1; + -o-transform: translateY(30px); + } + + 80% { + -o-transform: translateY(-10px); + } + + 100% { + -o-transform: translateY(0); + } + } + + @keyframes bounceInDown { + 0% { + opacity: 0; + transform: translateY(-2000px); + } + + 60% { + opacity: 1; + transform: translateY(30px); + } + + 80% { + transform: translateY(-10px); + } + + 100% { + transform: translateY(0); + } + } + + .animated.bounceInDown { + opacity: 1; + + -webkit-animation-name: bounceInDown; + -moz-animation-name: bounceInDown; + -o-animation-name: bounceInDown; + animation-name: bounceInDown; + } + + + +/*===================================================================================*/ +/* bounceInLeft */ +/*===================================================================================*/ + + @-webkit-keyframes bounceInLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(-2000px); + } + + 60% { + opacity: 1; + -webkit-transform: translateX(30px); + } + + 80% { + -webkit-transform: translateX(-10px); + } + + 100% { + -webkit-transform: translateX(0); + } + } + + @-moz-keyframes bounceInLeft { + 0% { + opacity: 0; + -moz-transform: translateX(-2000px); + } + + 60% { + opacity: 1; + -moz-transform: translateX(30px); + } + + 80% { + -moz-transform: translateX(-10px); + } + + 100% { + -moz-transform: translateX(0); + } + } + + @-o-keyframes bounceInLeft { + 0% { + opacity: 0; + -o-transform: translateX(-2000px); + } + + 60% { + opacity: 1; + -o-transform: translateX(30px); + } + + 80% { + -o-transform: translateX(-10px); + } + + 100% { + -o-transform: translateX(0); + } + } + + @keyframes bounceInLeft { + 0% { + opacity: 0; + transform: translateX(-2000px); + } + + 60% { + opacity: 1; + transform: translateX(30px); + } + + 80% { + transform: translateX(-10px); + } + + 100% { + transform: translateX(0); + } + } + + .animated.bounceInLeft { + opacity: 1; + + -webkit-animation-name: bounceInLeft; + -moz-animation-name: bounceInLeft; + -o-animation-name: bounceInLeft; + animation-name: bounceInLeft; + } + + + +/*===================================================================================*/ +/* bounceInRight */ +/*===================================================================================*/ + + @-webkit-keyframes bounceInRight { + 0% { + opacity: 0; + -webkit-transform: translateX(2000px); + } + + 60% { + opacity: 1; + -webkit-transform: translateX(-30px); + } + + 80% { + -webkit-transform: translateX(10px); + } + + 100% { + -webkit-transform: translateX(0); + } + } + + @-moz-keyframes bounceInRight { + 0% { + opacity: 0; + -moz-transform: translateX(2000px); + } + + 60% { + opacity: 1; + -moz-transform: translateX(-30px); + } + + 80% { + -moz-transform: translateX(10px); + } + + 100% { + -moz-transform: translateX(0); + } + } + + @-o-keyframes bounceInRight { + 0% { + opacity: 0; + -o-transform: translateX(2000px); + } + + 60% { + opacity: 1; + -o-transform: translateX(-30px); + } + + 80% { + -o-transform: translateX(10px); + } + + 100% { + -o-transform: translateX(0); + } + } + + @keyframes bounceInRight { + 0% { + opacity: 0; + transform: translateX(2000px); + } + + 60% { + opacity: 1; + transform: translateX(-30px); + } + + 80% { + transform: translateX(10px); + } + + 100% { + transform: translateX(0); + } + } + + .animated.bounceInRight { + opacity: 1; + + -webkit-animation-name: bounceInRight; + -moz-animation-name: bounceInRight; + -o-animation-name: bounceInRight; + animation-name: bounceInRight; + } + + + +/*===================================================================================*/ +/* rotateInUpLeft */ +/*===================================================================================*/ + + @-webkit-keyframes rotateInUpLeft { + 0% { + -webkit-transform-origin: left bottom; + -webkit-transform: rotate(90deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: left bottom; + -webkit-transform: rotate(0); + opacity: 1; + } + } + + @-moz-keyframes rotateInUpLeft { + 0% { + -moz-transform-origin: left bottom; + -moz-transform: rotate(90deg); + opacity: 0; + } + + 100% { + -moz-transform-origin: left bottom; + -moz-transform: rotate(0); + opacity: 1; + } + } + + @-o-keyframes rotateInUpLeft { + 0% { + -o-transform-origin: left bottom; + -o-transform: rotate(90deg); + opacity: 0; + } + + 100% { + -o-transform-origin: left bottom; + -o-transform: rotate(0); + opacity: 1; + } + } + + @keyframes rotateInUpLeft { + 0% { + transform-origin: left bottom; + transform: rotate(90deg); + opacity: 0; + } + + 100% { + transform-origin: left bottom; + transform: rotate(0); + opacity: 1; + } + } + + .animated.rotateInUpLeft { + opacity: 1; + + -webkit-animation-name: rotateInUpLeft; + -moz-animation-name: rotateInUpLeft; + -o-animation-name: rotateInUpLeft; + animation-name: rotateInUpLeft; + } + + + +/*===================================================================================*/ +/* rotateInDownLeft */ +/*===================================================================================*/ + + @-webkit-keyframes rotateInDownLeft { + 0% { + -webkit-transform-origin: left bottom; + -webkit-transform: rotate(-90deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: left bottom; + -webkit-transform: rotate(0); + opacity: 1; + } + } + + @-moz-keyframes rotateInDownLeft { + 0% { + -moz-transform-origin: left bottom; + -moz-transform: rotate(-90deg); + opacity: 0; + } + + 100% { + -moz-transform-origin: left bottom; + -moz-transform: rotate(0); + opacity: 1; + } + } + + @-o-keyframes rotateInDownLeft { + 0% { + -o-transform-origin: left bottom; + -o-transform: rotate(-90deg); + opacity: 0; + } + + 100% { + -o-transform-origin: left bottom; + -o-transform: rotate(0); + opacity: 1; + } + } + + @keyframes rotateInDownLeft { + 0% { + transform-origin: left bottom; + transform: rotate(-90deg); + opacity: 0; + } + + 100% { + transform-origin: left bottom; + transform: rotate(0); + opacity: 1; + } + } + + .animated.rotateInDownLeft { + opacity: 1; + + -webkit-animation-name: rotateInDownLeft; + -moz-animation-name: rotateInDownLeft; + -o-animation-name: rotateInDownLeft; + animation-name: rotateInDownLeft; + } + + + +/*===================================================================================*/ +/* rotateInUpRight */ +/*===================================================================================*/ + + @-webkit-keyframes rotateInUpRight { + 0% { + -webkit-transform-origin: right bottom; + -webkit-transform: rotate(-90deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: right bottom; + -webkit-transform: rotate(0); + opacity: 1; + } + } + + @-moz-keyframes rotateInUpRight { + 0% { + -moz-transform-origin: right bottom; + -moz-transform: rotate(-90deg); + opacity: 0; + } + + 100% { + -moz-transform-origin: right bottom; + -moz-transform: rotate(0); + opacity: 1; + } + } + + @-o-keyframes rotateInUpRight { + 0% { + -o-transform-origin: right bottom; + -o-transform: rotate(-90deg); + opacity: 0; + } + + 100% { + -o-transform-origin: right bottom; + -o-transform: rotate(0); + opacity: 1; + } + } + + @keyframes rotateInUpRight { + 0% { + transform-origin: right bottom; + transform: rotate(-90deg); + opacity: 0; + } + + 100% { + transform-origin: right bottom; + transform: rotate(0); + opacity: 1; + } + } + + .animated.rotateInUpRight { + opacity: 1; + + -webkit-animation-name: rotateInUpRight; + -moz-animation-name: rotateInUpRight; + -o-animation-name: rotateInUpRight; + animation-name: rotateInUpRight; + } + + + +/*===================================================================================*/ +/* rotateInDownRight */ +/*===================================================================================*/ + + @-webkit-keyframes rotateInDownRight { + 0% { + -webkit-transform-origin: right bottom; + -webkit-transform: rotate(90deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: right bottom; + -webkit-transform: rotate(0); + opacity: 1; + } + } + + @-moz-keyframes rotateInDownRight { + 0% { + -moz-transform-origin: right bottom; + -moz-transform: rotate(90deg); + opacity: 0; + } + + 100% { + -moz-transform-origin: right bottom; + -moz-transform: rotate(0); + opacity: 1; + } + } + + @-o-keyframes rotateInDownRight { + 0% { + -o-transform-origin: right bottom; + -o-transform: rotate(90deg); + opacity: 0; + } + + 100% { + -o-transform-origin: right bottom; + -o-transform: rotate(0); + opacity: 1; + } + } + + @keyframes rotateInDownRight { + 0% { + transform-origin: right bottom; + transform: rotate(90deg); + opacity: 0; + } + + 100% { + transform-origin: right bottom; + transform: rotate(0); + opacity: 1; + } + } + + .animated.rotateInDownRight { + opacity: 1; + + -webkit-animation-name: rotateInDownRight; + -moz-animation-name: rotateInDownRight; + -o-animation-name: rotateInDownRight; + animation-name: rotateInDownRight; + } + + + +/*===================================================================================*/ +/* lightSpeedRight */ +/*===================================================================================*/ + + @-webkit-keyframes lightSpeedRight { + 0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } + 60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; } + 80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; } + 100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } + } + + @-moz-keyframes lightSpeedRight { + 0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; } + 60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; } + 80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; } + 100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; } + } + + @-o-keyframes lightSpeedRight { + 0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; } + 60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; } + 80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; } + 100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; } + } + + @keyframes lightSpeedRight { + 0% { transform: translateX(100%) skewX(-30deg); opacity: 0; } + 60% { transform: translateX(-20%) skewX(30deg); opacity: 1; } + 80% { transform: translateX(0%) skewX(-15deg); opacity: 1; } + 100% { transform: translateX(0%) skewX(0deg); opacity: 1; } + } + + .animated.lightSpeedRight { + opacity: 1; + + -webkit-animation-name: lightSpeedRight; + -moz-animation-name: lightSpeedRight; + -o-animation-name: lightSpeedRight; + animation-name: lightSpeedRight; + + -webkit-animation-timing-function: ease-out; + -moz-animation-timing-function: ease-out; + -o-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + .animated.lightSpeedRight { + opacity: 1; + + -webkit-animation-duration: 0.5s; + -moz-animation-duration: 0.5s; + -o-animation-duration: 0.5s; + animation-duration: 0.5s; + } + + + +/*===================================================================================*/ +/* lightSpeedLeft */ +/*===================================================================================*/ + + @-webkit-keyframes lightSpeedLeft { + 0% { -webkit-transform: translateX(-100%) skewX(-30deg); opacity: 0; } + 60% { -webkit-transform: translateX(20%) skewX(30deg); opacity: 1; } + 80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; } + 100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } + } + + @-moz-keyframes lightSpeedLeft { + 0% { -moz-transform: translateX(-100%) skewX(-30deg); opacity: 0; } + 60% { -moz-transform: translateX(20%) skewX(30deg); opacity: 1; } + 80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; } + 100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; } + } + + @-o-keyframes lightSpeedLeft { + 0% { -o-transform: translateX(-100%) skewX(-30deg); opacity: 0; } + 60% { -o-transform: translateX(20%) skewX(30deg); opacity: 1; } + 80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; } + 100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; } + } + + @keyframes lightSpeedLeft { + 0% { transform: translateX(-100%) skewX(-30deg); opacity: 0; } + 60% { transform: translateX(20%) skewX(30deg); opacity: 1; } + 80% { transform: translateX(0%) skewX(-15deg); opacity: 1; } + 100% { transform: translateX(0%) skewX(0deg); opacity: 1; } + } + + .animated.lightSpeedLeft { + opacity: 1; + + -webkit-animation-name: lightSpeedLeft; + -moz-animation-name: lightSpeedLeft; + -o-animation-name: lightSpeedLeft; + animation-name: lightSpeedLeft; + + -webkit-animation-timing-function: ease-out; + -moz-animation-timing-function: ease-out; + -o-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + .animated.lightSpeedLeft { + opacity: 1; + + -webkit-animation-duration: 0.5s; + -moz-animation-duration: 0.5s; + -o-animation-duration: 0.5s; + animation-duration: 0.5s; + } + + + +/*===================================================================================*/ +/* rollin */ +/*===================================================================================*/ + + @-webkit-keyframes rollIn { + 0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); } + 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); } + } + + @-moz-keyframes rollIn { + 0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); } + 100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); } + } + + @-o-keyframes rollIn { + 0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); } + 100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); } + } + + @keyframes rollIn { + 0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); } + 100% { opacity: 1; transform: translateX(0px) rotate(0deg); } + } + + .animated.rollIn { + opacity: 1; + + -webkit-animation-name: rollIn; + -moz-animation-name: rollIn; + -o-animation-name: rollIn; + animation-name: rollIn; + } + + +.op0 { + opacity: 0.01; +} + +/* Remove lazy for mobile devices */ +@media only screen and (max-width: 1024px) { + .op0 { + opacity: 1; + } +} \ No newline at end of file diff --git a/css/animate1.css b/css/animate1.css new file mode 100644 index 0000000..c11def9 --- /dev/null +++ b/css/animate1.css @@ -0,0 +1,57 @@ +/* Google Fonts */ +@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro); + +/* Cursor */ +.cursor{ + position: relative; + width: 24em; + margin: 0 auto; + border-right: 2px solid rgba(255,255,255,.75); + font-size: 30px; + text-align: left; + white-space: nowrap; + overflow: hidden; + transform: translateY(-50%); +} +/* Animation */ +.typewriter-animation { + animation: + typewriter 5s steps(50) 1s 1 normal both, + blinkingCursor 500ms steps(50) infinite normal; +} + +.typewriter-animation1 { + animation: + typewriter 5s steps(50) 5s 1 normal both, + blinkingCursor 500ms steps(50) infinite normal; +} + +.typewriter-animation2 { + animation: + typewriter 5s steps(100) 10s 1 normal both, + blinkingCursor 500ms steps(100) infinite normal; +} + +.typewriter-animation3 { + animation: + typewriter 5s steps(100) 15s 1 normal both, + blinkingCursor 500ms steps(100) infinite normal; +} + +.typewriter-animation4 { + animation: + typewriter 5s steps(100) 20s 1 normal both, + blinkingCursor 500ms steps(100) infinite normal; +} + +@keyframes typewriter { + from { width: 0; } + to { width: 100%; } +} +@keyframes blinkingCursor{ + from { border-right-color: rgba(255,255,255,.75); } + to { border-right-color: transparent; } +} + +/* Global */ +.note { margin-top: 0em; padding: 0em; color: #ffffff; font-family: 'Anonymous Pro', monospace; text-shadow: 0px 0px 10px #000000;} diff --git a/css/animate2.css b/css/animate2.css new file mode 100644 index 0000000..3fc2ce4 --- /dev/null +++ b/css/animate2.css @@ -0,0 +1,71 @@ +@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700"); +*, *::before, *::after { + padding: 0; + margin: 0 auto; + box-sizing: border-box; +} + +.content { + width: 95%; + max-width: 40ch; + padding: 3em 1em; +} + +.marquee { + position: relative; + width: 100%; + height: 2em; + font-size: 5em; + display: grid; + place-items: center; + overflow: hidden; +} +.marquee_text { + position: absolute; + min-width: 100%; + text-shadow: 0px 0px 5px #000; + white-space: nowrap; + -webkit-animation: marquee 16s infinite linear; + animation: marquee 16s infinite linear; +} +@-webkit-keyframes marquee { + from { + translate: 70%; + } + to { + translate: -70%; + } +} +@keyframes marquee { + from { + translate: 70%; + } + to { + translate: -70%; + } +} +.marquee_blur { + position: absolute; + inset: 0; + display: grid; + place-items: center; + background-color: white; + background-image: linear-gradient(to right, black, 1rem, transparent 50%), linear-gradient(to left, black, 1rem, transparent 50%); + filter: contrast(15); +} +.marquee_blur p { + filter: blur(0.07em); +} +.marquee_clear { + position: absolute; + inset: 0; + display: grid; + place-items: center; +} + +.text { + margin-block: 2em; + text-shadow: 0px 0px 30px #000; + color: #000; + opacity: 0.3; +} diff --git a/css/bootstrap.min.css b/css/bootstrap.min.css new file mode 100755 index 0000000..a553c4f --- /dev/null +++ b/css/bootstrap.min.css @@ -0,0 +1,9 @@ +/*! + * Bootstrap v3.0.0 + * + * Copyright 2013 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world by @mdo and @fat. + *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select[multiple],textarea{background-image:none}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16.099999999999998px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-warning{color:#c09853}.text-danger{color:#b94a48}.text-success{color:#468847}.text-info{color:#3a87ad}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}h1 small,.h1 small{font-size:24px}h2 small,.h2 small{font-size:18px}h3 small,.h3 small,h4 small,.h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left}.col-xs-1{width:8.333333333333332%}.col-xs-2{width:16.666666666666664%}.col-xs-3{width:25%}.col-xs-4{width:33.33333333333333%}.col-xs-5{width:41.66666666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333333333336%}.col-xs-8{width:66.66666666666666%}.col-xs-9{width:75%}.col-xs-10{width:83.33333333333334%}.col-xs-11{width:91.66666666666666%}.col-xs-12{width:100%}@media(min-width:768px){.container{max-width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-1{width:8.333333333333332%}.col-sm-2{width:16.666666666666664%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333333333%}.col-sm-5{width:41.66666666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333333333336%}.col-sm-8{width:66.66666666666666%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333333334%}.col-sm-11{width:91.66666666666666%}.col-sm-12{width:100%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-11{left:91.66666666666666%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-11{margin-left:91.66666666666666%}}@media(min-width:992px){.container{max-width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-1{width:8.333333333333332%}.col-md-2{width:16.666666666666664%}.col-md-3{width:25%}.col-md-4{width:33.33333333333333%}.col-md-5{width:41.66666666666667%}.col-md-6{width:50%}.col-md-7{width:58.333333333333336%}.col-md-8{width:66.66666666666666%}.col-md-9{width:75%}.col-md-10{width:83.33333333333334%}.col-md-11{width:91.66666666666666%}.col-md-12{width:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333333333332%}.col-md-push-2{left:16.666666666666664%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333333333333%}.col-md-push-5{left:41.66666666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333333333336%}.col-md-push-8{left:66.66666666666666%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333333333334%}.col-md-push-11{left:91.66666666666666%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-11{right:91.66666666666666%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-11{margin-left:91.66666666666666%}}@media(min-width:1200px){.container{max-width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-1{width:8.333333333333332%}.col-lg-2{width:16.666666666666664%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333333333%}.col-lg-5{width:41.66666666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333333333336%}.col-lg-8{width:66.66666666666666%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333333334%}.col-lg-11{width:91.66666666666666%}.col-lg-12{width:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-11{left:91.66666666666666%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-11{margin-left:91.66666666666666%}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td,.table-condensed tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8;border-color:#d6e9c6}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;border-color:#eed3d7}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;border-color:#fbeed5}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be}@media(max-width:768px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0;background-color:#fff}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.has-error .help-block,.has-error .control-label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.has-success .help-block,.has-success .control-label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}.form-control-static{padding-top:7px;margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-print:before{content:"\e045"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-briefcase:before{content:"\1f4bc"}.glyphicon-calendar:before{content:"\1f4c5"}.glyphicon-pushpin:before{content:"\1f4cc"}.glyphicon-paperclip:before{content:"\1f4ce"}.glyphicon-camera:before{content:"\1f4f7"}.glyphicon-lock:before{content:"\1f512"}.glyphicon-bell:before{content:"\1f514"}.glyphicon-bookmark:before{content:"\1f516"}.glyphicon-fire:before{content:"\1f525"}.glyphicon-wrench:before{content:"\1f527"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent;content:""}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#fff;text-decoration:none;background-color:#428bca}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-default .caret{border-top-color:#333}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}.dropup .btn-default .caret{border-bottom-color:#333}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified .btn{display:table-cell;float:none;width:1%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group.col{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}}.nav-tabs.nav-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:5px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs-justified>.active>a{border-bottom-color:#fff}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;z-index:1000;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;border-width:0 0 1px}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;z-index:1030}.navbar-fixed-bottom{bottom:0;margin-bottom:0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-text{float:left;margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e6e6e6}.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img{display:block;height:auto;max-width:100%}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca}.thumbnail>img{margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table{margin-bottom:0}.panel>.panel-body+.table{border-top:1px solid #ddd}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#fbeed5}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#fbeed5}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#fbeed5}.panel-danger{border-color:#eed3d7}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#eed3d7}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#eed3d7}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:15px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{right:auto;left:50%;width:600px;padding-top:30px;padding-bottom:30px}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media screen and (max-width:400px){@-ms-viewport{width:320px}}.hidden{display:none!important;visibility:hidden!important}.visible-xs{display:none!important}tr.visible-xs{display:none!important}th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm{display:none!important}tr.visible-sm{display:none!important}th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md{display:none!important}tr.visible-md{display:none!important}th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg{display:none!important}tr.visible-lg{display:none!important}th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs{display:none!important}tr.hidden-xs{display:none!important}th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm{display:none!important}tr.hidden-xs.hidden-sm{display:none!important}th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md{display:none!important}tr.hidden-xs.hidden-md{display:none!important}th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg{display:none!important}tr.hidden-xs.hidden-lg{display:none!important}th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs{display:none!important}tr.hidden-sm.hidden-xs{display:none!important}th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}tr.hidden-sm{display:none!important}th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md{display:none!important}tr.hidden-sm.hidden-md{display:none!important}th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg{display:none!important}tr.hidden-sm.hidden-lg{display:none!important}th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs{display:none!important}tr.hidden-md.hidden-xs{display:none!important}th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm{display:none!important}tr.hidden-md.hidden-sm{display:none!important}th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}tr.hidden-md{display:none!important}th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg{display:none!important}tr.hidden-md.hidden-lg{display:none!important}th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs{display:none!important}tr.hidden-lg.hidden-xs{display:none!important}th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm{display:none!important}tr.hidden-lg.hidden-sm{display:none!important}th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md{display:none!important}tr.hidden-lg.hidden-md{display:none!important}th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg{display:none!important}tr.hidden-lg{display:none!important}th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print{display:none!important}tr.visible-print{display:none!important}th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print{display:none!important}tr.hidden-print{display:none!important}th.hidden-print,td.hidden-print{display:none!important}} \ No newline at end of file diff --git a/css/flexslider.css b/css/flexslider.css new file mode 100755 index 0000000..244aafc --- /dev/null +++ b/css/flexslider.css @@ -0,0 +1,578 @@ +/* + * jQuery FlexSlider v2.2.0 + * http://www.woothemes.com/flexslider/ + * + * Copyright 2012 WooThemes + * Free to use under the GPLv2 license. + * http://www.gnu.org/licenses/gpl-2.0.html + * + * Contributing author: Tyler Smith (@mbmufffin) + */ + + +/* Browser Resets +*********************************/ +.flex-container a:active, +.flexslider a:active, +.flex-container a:focus, +.flexslider a:focus {outline: none;} +.slides, +.flex-control-nav, +.flex-direction-nav {margin: 0; padding: 0; list-style: none;} + +/* FlexSlider Necessary Styles +*********************************/ +.flexslider {margin: 0; padding: 0;} +.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */ +.flexslider .slides img {width: 100%; display: block;} +.flex-control-thumbs img {cursor:pointer;} +.flex-pauseplay span {text-transform: capitalize;} + +/* Clearfix for the .slides element */ +.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} +html[xmlns] .slides {display: block;} +* html .slides {height: 1%;} + +/* No JavaScript Fallback */ +/* If you are not using another script, such as Modernizr, make sure you + * include js that eliminates this class on page load */ +.no-js .slides > li:first-child {display: block;} + +/* FlexSlider Default Theme +*********************************/ +.flexslider {overflow:hidden; position: relative; z-index:2;} +.flexslider.top_slider {min-height:564px; background-color:#ccc;} +.flexslider.top_slider:before { + content:''; + position:absolute; + z-index:3; + left:0; + bottom:0; + width:100%; + height:80px; + background-image:url(../images/slider/slide_shadow.png); + background-repeat:repeat-x; + background-size:auto 100%; + -webkit-background-size:auto 100%; +} +.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } +.loading .flex-viewport { max-height: 300px; } +.flexslider .slides { zoom: 1; } +.carousel li { margin-right: 5px; } + + + +/* Direction Nav */ +.flexslider.top_slider .flex-direction-nav { + position:relative; + margin:0 auto; +} + +.flexslider.top_slider .flex-direction-nav li a { + position:absolute; + z-index:300; + bottom:50px; + display:block; + width:70px; + height:70px; + font-family:FontAwesome; + text-align:center; + background-color:#fff; +} +.flexslider.top_slider .flex-direction-nav li a:hover {background-color:#333;} +.flexslider.top_slider .flex-direction-nav li a.flex-prev {left:0;} +.flexslider.top_slider .flex-direction-nav li a.flex-next {left:71px;} +.flexslider.top_slider .flex-direction-nav li a:before { + position:absolute; + left:0; + top:0; + width:70px; + height:70px; + line-height:66px; + font-size:32px; + color:#333; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.flexslider.top_slider .flex-direction-nav li a.flex-prev:before {content: "\f104";} +.flexslider.top_slider .flex-direction-nav li a.flex-next:before {content: "\f105";} +.flexslider.top_slider .flex-direction-nav li a:hover:before {color:#fff;} + + + +/* __________ Portfolio Post Direction Nav __________ */ +.flexslider.portfolio_single_slider {position:relative;} +.flexslider.portfolio_single_slider .flex-direction-nav li a { + position:absolute; + z-index:300; + top:0; + bottom:0; + display:block; + width:200px; + height:100%; + font-family:FontAwesome; + text-align:center; + opacity:0; +} +.flexslider.portfolio_single_slider .flex-direction-nav li a:hover {background:none;} +.flexslider.portfolio_single_slider .flex-direction-nav li a.flex-prev {left:-50px;} +.flexslider.portfolio_single_slider .flex-direction-nav li a.flex-next {right:-50px;} +.flexslider.portfolio_single_slider:hover .flex-direction-nav li a.flex-prev {left:0; opacity:1;} +.flexslider.portfolio_single_slider:hover .flex-direction-nav li a.flex-next {right:0; opacity:1;} +.flexslider.portfolio_single_slider .flex-direction-nav li a:before { + position:absolute; + top:50%; + width:70px; + height:70px; + margin-top:-35px; + line-height:66px; + font-size:32px; + color:rgba(0,0,0,0.5); + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.flexslider.portfolio_single_slider .flex-direction-nav li a.flex-prev:before {content: "\f104"; left:0;} +.flexslider.portfolio_single_slider .flex-direction-nav li a.flex-next:before {content: "\f105"; right:0;} +.flexslider.portfolio_single_slider .flex-direction-nav li a:hover:before {color:#fff;} + + + +/* __________ Control Navigation __________ */ +.flex-control-nav { + position:absolute; + z-index:300; + left:0; + bottom:30px; + width:100%; + text-align:center; +} +.flex-control-nav li { + display:inline-block; + margin:0 8px; +} +.flex-control-nav li a { + display:block; + width:10px; + height:10px; + border-radius:50%; + border:2px solid #333; + background-color:#fff; + font-size:0; + cursor:pointer; + transition: none; + -webkit-transition: none; +} +.flex-control-nav li a.flex-active { + position:relative; + top:-3px; + left:-3px; + right:-3px; + width:16px; + height:16px; + background-color:#333; + cursor:default; +} + + + + +/* Pause/Play */ +.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; } +.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; } +.flex-pauseplay a:hover { opacity: 1; } +.flex-pauseplay a.flex-play:before { content: '\f003'; } + + + +/* Works Slider */ +.flexslider.works_slider .flex-direction-nav li a { + position:absolute; + z-index:300; + bottom:30px; + display:block; + width:50px; + height:50px; + font-family:FontAwesome; + text-align:center; + background-color:#fff; +} +.flexslider.works_slider .flex-direction-nav li a:hover {background-color:#333;} +.flexslider.works_slider .flex-direction-nav li a.flex-prev {left:20px;} +.flexslider.works_slider .flex-direction-nav li a.flex-next {left:70px;} +.flexslider.works_slider .flex-direction-nav li a:before { + position:absolute; + left:0; + top:0; + width:50px; + height:50px; + line-height:46px; + font-size:32px; + color:#333; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.flexslider.works_slider .flex-direction-nav li a.flex-prev:before {content: "\f104";} +.flexslider.works_slider .flex-direction-nav li a.flex-next:before {content: "\f105";} +.flexslider.works_slider .flex-direction-nav li a:hover:before {color:#fff;} + + + + +/* Control Nav */ +.flex-control-thumbs { + position: absolute; + z-index:200; + left:0; + bottom:50px; + width:100%; + text-align:center; +} +.flex-control-thumbs li { + overflow:hidden; + position:relative; + display:inline-block; + width: 100px; + height:70px; + margin: 0 5px; +} +.flex-control-thumbs img { + position:asbolute; + width: auto; + max-width:none; + height:100%; + display: block; + cursor: pointer; +} +.flex-control-thumbs li img.flex-active:before { + content:''; + position:absolute; + left:0; + top:0; + right:0; + bottom:0; + border:5px solid #fff; +} + + +/* thumb navigation */ +#carousel { + position:absolute; + left:0; + bottom:45px; + width:100%; +} +#carousel .slides {text-align:center;} +#carousel .slides li { + overflow:hidden; + z-index:10 !important; + float:none !important; + display:inline-block !important; + padding:5px 0 0; + width:105px !important; + height:75px !important; + margin:0 2px 0 5px !important; + opacity:1 !important; + cursor:pointer; + box-shadow:3px 3px 3px rgba(0,0,0,0.15); +} +#carousel .slides li.flex-active-slide:before { + content:''; + position:absolute; + left:0; + top:5px; + right:0; + bottom:0; + border:5px solid transparent; +} +#carousel .slides li.flex-active-slide:before {border-color:#fff;} + +#carousel .slides li.flex-active-slide:after { + content:''; + position:absolute; + left:50%; + top:0; + margin-left:-2px; + width: 0; + height: 0; + border-left: 5px solid transparent; + border-right: 4px solid transparent; + border-bottom: 5px solid #fff; +} + +#carousel .slides li img { + width:auto; + max-width:none; + height:100%; +} + + + + + +/* Caption */ +.top_slider .slide1 { + height:100%; + background-image:url(../images/slider/slide1_bg.jpg); + background-size:cover; + background-attachment:fixed !important; +} + +.top_slider .slide1 .flex_caption1 { + position:absolute; + z-index:30; + left:50%; + top:45%; + width:100%; + margin-left:-585px; + color:#fff; + transform: translateY(-50%); + -o-transform: translateY(-50%); + -ms-transform: translateY(-50%); + -webkit-transform: translateY(-50%); +} +.top_slider .slide1 .flex_caption1 .title1 {margin-bottom:15px; display:inline-block; font-weight:500; line-height:80px; font-size:80px;} +.top_slider .slide1 .flex_caption1 .title2 {margin-bottom:15px; display:inline-block; font-weight:100; line-height:80px; font-size:80px;} +.top_slider .slide1 .flex_caption1 .title3 {margin-bottom:15px; display:inline-block; font-weight:100; line-height:80px; font-size:80px;} +.top_slider .slide1 .flex_caption1 .title4 {margin-bottom:15px; width:680px; font-weight:300; line-height:34px; font-size:26px;} + + + +.top_slider .slide2 { + height:100%; + background-image:url(../images/slider/slide2_bg.jpg); + background-size:cover; + background-attachment:fixed !important; +} + +.top_slider .slide2 .flex_caption1 { + position:absolute; + z-index:30; + left:50%; + top:45%; + width:100%; + margin-left:-585px; + color:#333; + transform: translateY(-50%); + -o-transform: translateY(-50%); + -ms-transform: translateY(-50%); + -webkit-transform: translateY(-50%); +} +.top_slider .slide2 .flex_caption1 .title1 {margin-bottom:15px; display:inline-block; font-weight:500; line-height:80px; font-size:80px;} +.top_slider .slide2 .flex_caption1 .title2 {margin-bottom:15px; display:inline-block; font-weight:100; line-height:80px; font-size:80px;} +.top_slider .slide2 .flex_caption1 .title3 {margin-bottom:15px; display:inline-block; font-weight:100; line-height:80px; font-size:80px;} +.top_slider .slide2 .flex_caption1 .title4 {margin-bottom:15px; width:680px; font-weight:300; line-height:34px; font-size:26px;} + + +.top_slider .slide3 { + height:100%; + background-image:url(../images/slider/slide3_bg.jpg); + background-repeat:no-repeat; + background-size:cover; +} + +.top_slider .slide3 .flex_caption1 { + position:absolute; + z-index:30; + left:50%; + top:45%; + width:100%; + margin-left:-585px; + color:#000; + transform: translateY(-50%); + -o-transform: translateY(-50%); + -ms-transform: translateY(-50%); + -webkit-transform: translateY(-50%); +} +.top_slider .slide3 .flex_caption1 .title1 {margin-bottom:15px; display:inline-block; font-weight:500; line-height:80px; font-size:80px;} +.top_slider .slide3 .flex_caption1 .title2 {margin-bottom:15px; display:inline-block; font-weight:100; line-height:80px; font-size:80px;} +.top_slider .slide3 .flex_caption1 .title3 {margin-bottom:15px; display:inline-block; font-weight:100; line-height:80px; font-size:80px;} +.top_slider .slide3 .flex_caption1 .title4 {margin-bottom:15px; width:680px; font-weight:300; line-height:34px; font-size:26px;} + + +.top_slider .slide_btn { + position:absolute; + z-index:110; + bottom:50px; + left:50%; + width:171px; + display:inline-block; + margin-left:414px; + padding:26px 30px 24px; + text-transform:uppercase; + font-weight:900; + color:#333; + background-color:#fff; +} +.top_slider .slide_btn:hover {background-color:#1c1c1c; color:#fff;} +.top_slider .slide_btn:before { + position:absolute; + content: "\f105"; + right:30px; + top:0; + width:20px; + height:20px; + font-family:FontAwesome; + text-align:right; + line-height:66px; + font-size:32px; + color:#333; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.top_slider .slide_btn:hover:before {color:#fff;} + + + + +/* __________ Video Slide __________ */ +.slide3 .buttonBar {display:none;} + +#controlBar_P2 {display:none !important;} + +.slide3.bg { + height:100%; + background-image:url(../images/slider/slide3_bg.jpg); + background-size:cover; + background-repeat:no-repeat; +} + +#carousel .slides li .video { + position:absolute; + left:50%; + top:50%; + width:30px; + height:30px; + margin:-15px 0 0 -15px; + background-image:url(../images/video.png); + background-repeat:no-repeat; + background-size:100% auto; + -webkit-background-size:100% auto; +} + +/* _________ //Video Slide _________ */ + + + + + + + + + +/* Flex Caption Effect */ +.FadeIn, .FromTop, .FromRight, .FromBottom, .FromLeft {opacity: 0; transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out;} +.captionDelay1 {transition-delay: 0.1s; -webkit-transition-delay: 0.1s;} +.captionDelay2 {transition-delay: 0.2s; -webkit-transition-delay: 0.2s;} +.captionDelay3 {transition-delay: 0.3s; -webkit-transition-delay: 0.3s;} +.captionDelay4 {transition-delay: 0.4s; -webkit-transition-delay: 0.4s;} +.captionDelay5 {transition-delay: 0.5s; -webkit-transition-delay: 0.5s;} +.captionDelay6 {transition-delay: 0.6s; -webkit-transition-delay: 0.6s;} +.captionDelay7 {transition-delay: 0.7s; -webkit-transition-delay: 0.7s;} +.captionDelay8 {transition-delay: 0.8s; -webkit-transition-delay: 0.8s;} +.captionDelay9 {transition-delay: 0.9s; -webkit-transition-delay: 0.9s;} +.captionDelay10 {transition-delay: 1s; -webkit-transition-delay: 1s;} +.captionDelay11{transition-delay: 1.1s; -webkit-transition-delay: 1.1s;} +.captionDelay12 {transition-delay: 1.2s; -webkit-transition-delay: 1.2s;} + +.flexslider li.flex-active-slide .FadeIn {opacity: 1;} +.flexslider li .FromTop {transform: translateY(-100%); -o-transform: translateY(-100%); -ms-transform: translateY(-100%); -webkit-transform: translateY(-100%);} +.flexslider li.flex-active-slide .FromTop {opacity: 1; transform: translateY(0); -o-transform: translateY(0%); -ms-transform: translateY(0); -webkit-transform: translateY(0);} +.flexslider li .FromBottom {transform: translateY(100%); -o-transform: translateY(100%); -ms-transform: translateY(100%); -webkit-transform: translateY(100%);} +.flexslider li.flex-active-slide .FromBottom {opacity: 1; transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0);} +.flexslider li .FromLeft {transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%);} +.flexslider li.flex-active-slide .FromLeft {opacity: 1; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0);} +.flexslider li .FromRight {transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%);} +.flexslider li.flex-active-slide .FromRight {opacity: 1; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0);} + + + + + + + + +/* Responsive Styles */ +@media (min-width: 992px) and (max-width: 1199px) { + .top_slider .slide1 .flex_caption1, .top_slider .slide2 .flex_caption1, .top_slider .slide3 .flex_caption1 {margin-left:-485px;} + .top_slider .slide1 .flex_caption1 .title1, .top_slider .slide1 .flex_caption1 .title2, .top_slider .slide1 .flex_caption1 .title3, .top_slider .slide2 .flex_caption1 .title1, .top_slider .slide2 .flex_caption1 .title2, .top_slider .slide2 .flex_caption1 .title3, .top_slider .slide3 .flex_caption1 .title1, .top_slider .slide3 .flex_caption1 .title2, .top_slider .slide3 .flex_caption1 .title3 {font-size:70px; line-height:70px;} + .top_slider .slide_btn {margin-left:314px;} + + +} + +@media (min-width: 768px) and (max-width: 991px) { + .top_slider .slide1 .flex_caption1, .top_slider .slide2 .flex_caption1, .top_slider .slide3 .flex_caption1 {margin-left:-375px;} + .top_slider .slide1 .flex_caption1 .title1, .top_slider .slide1 .flex_caption1 .title2, .top_slider .slide1 .flex_caption1 .title3, .top_slider .slide2 .flex_caption1 .title1, .top_slider .slide2 .flex_caption1 .title2, .top_slider .slide2 .flex_caption1 .title3, .top_slider .slide3 .flex_caption1 .title1, .top_slider .slide3 .flex_caption1 .title2, .top_slider .slide3 .flex_caption1 .title3 {font-size:60px; line-height:60px;} + .top_slider .slide_btn {margin-left:204px;} + + .top_slider .slide1 .flex_caption1 .title4, .top_slider .slide2 .flex_caption1 .title4, .top_slider .slide3 .flex_caption1 .title4 {font-size:17px; line-height:24px; width:450px;} + + +} + +@media (max-width: 767px) { + .flexslider.top_slider:before {height:40px;} + + + .top_slider .slide1 .flex_caption1, .top_slider .slide2 .flex_caption1, .top_slider .slide3 .flex_caption1 {margin-left:0; left:15px;} + .top_slider .slide1 .flex_caption1 .title1, .top_slider .slide1 .flex_caption1 .title2, .top_slider .slide1 .flex_caption1 .title3, .top_slider .slide2 .flex_caption1 .title1, .top_slider .slide2 .flex_caption1 .title2, .top_slider .slide2 .flex_caption1 .title3, .top_slider .slide3 .flex_caption1 .title1, .top_slider .slide3 .flex_caption1 .title2, .top_slider .slide3 .flex_caption1 .title3 {font-size:40px; line-height:40px;} + + .top_slider .slide1 .flex_caption1 .title4, .top_slider .slide2 .flex_caption1 .title4, .top_slider .slide3 .flex_caption1 .title4 {font-size:13px; line-height:19px; width:420px;} + + + #carousel .slides li {width:70px !important; height:55px !important; margin:0 0 0 2px !important;} + + + .flexslider.top_slider .flex-direction-nav li a {width:50px; height:50px;} + .flexslider.top_slider .flex-direction-nav li a.flex-next {left:51px;} + .flexslider.top_slider .flex-direction-nav li a:before {width:50px; height:50px; line-height:46px;} + + + .top_slider .slide_btn {padding:15px 20px 15px 5px; width:auto; left:auto; right:15px; margin:0;} + .top_slider .slide_btn:before {right:5px; font-size:18px; top:-7px;} + + +} + +@media (max-width: 479px) { + .top_slider .slide1 .flex_caption1 .title1, .top_slider .slide1 .flex_caption1 .title2, .top_slider .slide1 .flex_caption1 .title3, .top_slider .slide2 .flex_caption1 .title1, .top_slider .slide2 .flex_caption1 .title2, .top_slider .slide2 .flex_caption1 .title3, .top_slider .slide3 .flex_caption1 .title1, .top_slider .slide3 .flex_caption1 .title2, .top_slider .slide3 .flex_caption1 .title3 {font-size:26px; line-height:26px;} + + .top_slider .slide1 .flex_caption1 .title4, .top_slider .slide2 .flex_caption1 .title4, .top_slider .slide3 .flex_caption1 .title4 {width:290px;} + + #carousel {display:none;} + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/css/owl.carousel.css b/css/owl.carousel.css new file mode 100755 index 0000000..7895b7f --- /dev/null +++ b/css/owl.carousel.css @@ -0,0 +1,169 @@ +/* + * Core Owl Carousel CSS File + * v1.3.2 + */ + +/* clearfix */ +.owl-carousel .owl-wrapper:after { + content: "."; + display: block; + clear: both; + visibility: hidden; + line-height: 0; + height: 0; +} +/* display none until init */ +.owl-carousel { + display: none; + position: relative; + width: 100%; + padding:48px 0 0; + -ms-touch-action: pan-y; +} +.owl-carousel .testim_slider {padding-top:30px;} +.owl-carousel .owl-wrapper{ + display: none; + position: relative; + -webkit-transform: translate3d(0px, 0px, 0px); +} +.owl-carousel .owl-wrapper-outer{ + overflow: hidden; + position: relative; + width: 100%; +} +.owl-carousel .owl-wrapper-outer.autoHeight{ + -webkit-transition: height 500ms ease-in-out; + -moz-transition: height 500ms ease-in-out; + -ms-transition: height 500ms ease-in-out; + -o-transition: height 500ms ease-in-out; + transition: height 500ms ease-in-out; +} + +.owl-carousel .owl-item{ + float: left; +} +.owl-controls .owl-page, +.owl-controls .owl-buttons div{ + cursor: pointer; +} +.owl-controls { + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +/* mouse grab icon */ +.grabbing { + cursor:url(grabbing.png) 8 8, move; +} + +/* fix */ +.owl-carousel .owl-wrapper, +.owl-carousel .owl-item{ + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + -ms-backface-visibility: hidden; + -webkit-transform: translate3d(0,0,0); + -moz-transform: translate3d(0,0,0); + -ms-transform: translate3d(0,0,0); +} + + + + + + +/* Navigation */ + +.owl-theme .owl-controls{ + position:absolute; + left:50%; + top:-80px; + width:100%; + text-align: right; + transform:translateX(-50%); + -o-transform:translateX(-50%); + -ms-transform:translateX(-50%); + -webkit-transform:translateX(-50%); +} +.testimonials .owl-theme .owl-controls{top:-50px;} + +.owl-theme .owl-controls .owl-buttons div { + position:relative; + z-index:1; + display: inline-block; + width:70px; + height:70px; + margin:0 0 0 -2px; + border:2px solid #ccc; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.owl-theme .owl-controls .owl-buttons div:hover {z-index:2; border-color:#333;} +.owl-theme .owl-controls .owl-buttons div:before { + position:absolute; + left:0; + top:0; + width:68px; + height:68px; + font-family: FontAwesome; + text-align:center; + line-height:66px; + font-size:32px; + color:#ccc; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.owl-theme .owl-controls .owl-buttons .owl-prev:before {content: "\f104";} +.owl-theme .owl-controls .owl-buttons .owl-next:before {content: "\f105";} +.owl-theme .owl-controls .owl-buttons div:hover:before {color:#333;} + + +/* Styling Pagination*/ +.owl-theme .owl-controls .owl-pagination {height:14px;} +.owl-theme .owl-controls .owl-page{ + display: inline-block; + vertical-align:top; + margin-left:16px; + zoom: 1; + *display: inline;/*IE7 life-saver */ +} +.owl-theme .owl-controls .owl-page span{ + display: block; + width: 14px; + height: 14px; + margin: 0; + border-radius: 50%; + border:2px solid #333; +} + +.owl-theme .owl-controls .owl-page.active span { + position:relative; + top:-3px; + bottom:-3px; + width:20px; + height:20px; + background-color:#333; +} + +/* If PaginationNumbers is true */ + +.owl-theme .owl-controls .owl-page span.owl-numbers{ + height: auto; + width: auto; + color: #FFF; + padding: 2px 10px; + font-size: 12px; + -webkit-border-radius: 30px; + -moz-border-radius: 30px; + border-radius: 30px; +} + +/* preloading images */ +.owl-item.loading{ + min-height: 150px; + background: url(AjaxLoader.gif) no-repeat center center +} diff --git a/css/prettyPhoto.css b/css/prettyPhoto.css new file mode 100755 index 0000000..7184aa5 --- /dev/null +++ b/css/prettyPhoto.css @@ -0,0 +1,210 @@ +div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px} +div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat} +div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x} +div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat} +div.pp_default .pp_content .ppt{color:#f8f8f8} +div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px} +div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px} +div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer} +div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer} +div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px} +div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer} +div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px} +div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer} +div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer} +div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa} +div.pp_default .pp_social{margin-top:7px} +div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto} +div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px} +div.pp_default .pp_nav .pp_pause{background-position:-51px -29px} +div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0} +div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px} +div.pp_default .pp_content_container .pp_details{margin-top:5px} +div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative} +div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px} +div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7} +div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0} +div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat} +div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x} +div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat} +div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat} +div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat} +div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat} +div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer} +div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer} +div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer} +div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer} +div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer} +div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer} +div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer} +div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px} +div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px} +div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat} +div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat} +div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat} +div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat} +div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat} +div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat} +div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y} +div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y} +div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer} +div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer} +div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer} +div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer} +div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer} +div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer} +div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer} +div.dark_rounded .pp_description{margin-right:85px;color:#fff} +div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px} +div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px} +div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat} +div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat} +div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat} +div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat} +div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat} +div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000} +div.dark_square .pp_description{color:#fff;margin:0 85px 0 0} +div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat} +div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer} +div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer} +div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer} +div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer} +div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer} +div.dark_square .pp_nav{clear:none} +div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px} +div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px} +div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat} +div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat} +div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer} +div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer} +div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer} +div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer} +div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer} +div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer} +div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer} +div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px} +div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px} +div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat} +div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat} +div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer} +div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer} +div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat} +div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x} +div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat} +div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y} +div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y} +div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer} +div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer} +div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer} +div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer} +div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer} +div.facebook .pp_description{margin:0 37px 0 0} +div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat} +div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px} +div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default} +div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px} +div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default} +div.facebook .pp_nav{margin-top:0} +div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px} +div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px} +div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px} +div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer} +div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer} +div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat} +div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x} +div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat} +div.pp_pic_holder a:focus{outline:none} +div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500} +div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000} +.pp_content{height:40px;min-width:40px} +* html .pp_content{width:40px} +.pp_content_container{position:relative;text-align:left;width:100%} +.pp_content_container .pp_left{padding-left:20px} +.pp_content_container .pp_right{padding-right:20px} +.pp_content_container .pp_details{float:left;margin:10px 0 2px} +.pp_description{display:none;margin:0} +.pp_social{float:left;margin:0} +.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden} +.pp_social .twitter{float:left} +.pp_nav{clear:right;float:left;margin:3px 10px 0 0} +.pp_nav p{float:left;white-space:nowrap;margin:2px 4px} +.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px} +a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px} +.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000} +.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000} +.pp_gallery div{float:left;overflow:hidden;position:relative} +.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0} +.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden} +.pp_gallery ul a img{border:0} +.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0} +.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px} +.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important} +a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%} +a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%} +a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000} +a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px} +.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px} +#pp_full_res{line-height:1!important} +#pp_full_res .pp_inline{text-align:left} +#pp_full_res .pp_inline p{margin:0 0 15px} +div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px} +div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff} +div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000} +div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff} +div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative} +div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff} +div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px} +div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important} +div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default} +div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default} +div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat} +div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat} +div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4} +div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff} +.pp_top,.pp_bottom{height:20px;position:relative} +* html .pp_top,* html .pp_bottom{padding:0 20px} +.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px} +.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px} +* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static} +.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px} +.pp_fade,.pp_gallery li.default a img{display:none} + +.pp_gallery ul a img{ + width:50px !important; + height:35px !important; + max-width:50px !important; +} + + +/* CUSTOM */ +.pp_left, .pp_middle, .pp_right, div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content, div.light_rounded .pp_content {background:none !important;} +.pp_details {position:static !important;} +.pp_nav, .pp_social {display:none !Important;} +div.pp_default .pp_close {z-index:9999; right:40px; top:20px; width:19px; height:18px; transition: none; -webkit-transition: none;} +div.pp_default .pp_close:hover {background-position:0 -17px;} + +a.pp_previous, a.pp_next {background:none !Important; font-family:FontAwesome; text-indent:0; font-size:0;} +a.pp_previous:before, +a.pp_next:before { + position:absolute; + top:50%; + width:70px; + height:70px; + margin-top:-35px; + line-height:66px; + font-size:32px; + text-align:center; + color:rgba(0,0,0,0.5); + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +a.pp_previous:before {content: "\f104"; left:0;} +a.pp_next:before {content: "\f105"; right:0;} +a.pp_previous:hover:before, a.pp_next:hover:before {color:#fff;} + +.pp_gallery {margin-top:20px;} + +.pp_gallery div {padding-top:2px;} +div.pp_default .pp_gallery ul li a {border:0 !important;} +div.pp_default .pp_gallery ul li {margin:0 5px;} +div.pp_default .pp_gallery ul li:hover, div.pp_default .pp_gallery ul li.selected {border:2px solid #fff; margin:-2px 3px 0;} \ No newline at end of file diff --git a/css/style.css b/css/style.css new file mode 100755 index 0000000..c26e3ff --- /dev/null +++ b/css/style.css @@ -0,0 +1,2069 @@ +/*-----------------------------------------------------------------------------------*/ +/* GENERAL STYLING +/*-----------------------------------------------------------------------------------*/ +::selection {background: #000; color:#fff;} +::-moz-selection {background: #000; color:#fff;} + +footer ::selection {background: #fff; color:#000;} +footer ::-moz-selection {background: #fff; color:#000;} + +.breadcrumbs_block ::selection {background: #fff; color:#000;} +.breadcrumbs_block ::-moz-selection {background: #fff; color:#000;} + +.cleancode_block ::selection {background: #fff; color:#000;} +.cleancode_block ::-moz-selection {background: #fff; color:#000;} + + + +body { + overflow-x:hidden; + position:relative; + margin: 0; + padding:0; + font-family: 'Roboto', sans-serif; + font-weight:300; + font-size: 13px; + line-height: 20px; + color: #666; + background-color:#fff; +} +#page {overflow-x:hidden; position:relative; z-index:5;} + +.preloader_hide {opacity:0;} +#preloader {position:fixed; left:50%; top:50%; width:32px; height:32px; margin:-16px 0 0 -16px; display:block;} + +section {background-color:#fff;} + +.container {padding-left:0; padding-right:0;} + +.parallax { + background-position:0 0; + width:100%; + background-attachment:fixed !important; +} + +a, input, select, textarea { + vertical-align:top; + outline:none !important; + -webkit-appearance: none; + -webkit-border-radius: 0; +} + +select:-moz-focusring { + color: transparent; + outline:none !important; + text-shadow: 0 0 0 #000 !important; + border:0 !important; +} + +textarea {resize: none;} + +img { + outline:0; + vertical-align:top; + border:0; + max-width:100.1%; + height:auto; +} + +a {color:#999; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;} +a:hover, a:focus {text-decoration:none; color:#333;} + + + + +.margbot0 {margin-bottom:0;} +.margbot5 {margin-bottom:5px !important;} +.margbot10 {margin-bottom:10px;} +.margbot20 {margin-bottom:20px;} +.margbot25 {margin-bottom:25px;} +.margbot30 {margin-bottom:30px !important;} +.margbot40 {margin-bottom:40px;} +.margbot50 {margin-bottom:50px;} +.margbot60 {margin-bottom:60px;} +.margbot70 {margin-bottom:70px;} +.margbot80 {margin-bottom:80px;} + +.pad0 {padding:0 !important;} +.padbot0 {padding-bottom:0 !important;} +.padbot10 {padding-bottom:10px !important;} +.padbot20 {padding-bottom:20px !important;} +.padbot30 {padding-bottom:30px !important;} +.padbot40 {padding-bottom:40px !important;} +.padbot50 {padding-bottom:50px !important;} +.padbot60 {padding-bottom:60px !important;} +.padbot70 {padding-bottom:70px !important;} +.padbot80 {padding-bottom:80px !important;} +.padtop0 {padding-top:0 !important;} + +.overlay { + position:absolute; + z-index:1; + left:0; + top:0; + width:100%; + height:100%; + background-color: rgba(48,166,124,0.5); +} +.relative_block {position:relative; z-index:5;} + + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* TYPOGRAPHY +/*-----------------------------------------------------------------------------------*/ +hr {border-color:#ededed;} + +ul, ol {padding:0; margin:0;} +li {padding:0; margin:0; list-style:none;} + +p {margin:0 0 20px;} + + +h1, h2, h3, h4, h5, h6 { + margin-top:0; + font-family: 'Roboto', sans-serif; + text-transform:none; + font-weight:300; + color:#333; +} +h1 {margin:0 0 26px; line-height:46px; font-size:46px;} +h2 {margin:0 0 26px; line-height:40px; font-size:40px;} +h2 b {font-weight:500;} +h3 {margin:0 0 21px; line-height:25px; font-size:22px;} +h3 b {font-weight:900;} +h4 {margin:0 0 34px; line-height:25px; font-size:20px;} +h4 b {font-weight:500;} +h5 {margin:0 0 15px; line-height:20px; font-size:15px;} +h6 {margin:0 0 15px; line-height:20px; font-size:12px;} + +.center {text-align:center;} +.right {text-align:right;} + +.color_text {color:#30a67c;} +.color_dark {color:#505050;} +.color_light {color:#979797;} +.color_white {color:#fff;} +.color_red {color:#c10707;} +.color_yellow {color:#fec400;} + +.color_bg {background:#30a67c;} + +/* __________ blockquote __________ */ +blockquote {position:relative; margin: 0 0 13px; padding:0 0 0 47px; border:0; font-style:italic; font-size:16px; color:#979797;} +blockquote:before {content:'“'; position:absolute; left:15px; top:13px; font-style:italic; font-size:70px; color:#979797;} + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* SHORTCODES +/*-----------------------------------------------------------------------------------*/ +/* __________ Buttons __________ */ +.btn { + margin: 0; + padding: 24px 27px 22px; + border:2px solid #ccc; + border-radius: 0; + box-shadow: none; + text-transform:uppercase; + font-weight: 900; + line-height: 20px; + font-size: 13px; + color:#999; + text-shadow: none; + background-image: none !important; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.btn:focus, .btn:hover {color:#333; border-color:#333;} + +.btn-active {background-color:#1c1c1c; color:#fff; border-color:#1c1c1c;} +.btn-active:hover {color:#fff;} + + +.btn-lg {padding:19px 30px; font-size:18px;} +.btn-sm {padding: 6px 20px 5px; font-size:13px;} +.btn-xs {padding: 2px 15px 3px; font-size:11px;} + + +.btn_shortcodes .btn {margin:0 7px 10px 0;} +.btn_shortcodes .btn:last-child {margin-right:0;} + + +.ie .btn, .ie .btn-default {filter:none !important;} + + + + + + +/* __________ breadcrumb __________ */ +.breadcrumbs_block { + padding:81px 0; + background-image:url(../images/clean_code_bg.jpg); + background-repeat:no-repeat; + background-size:cover; +} +.breadcrumbs_block h2 { + margin-bottom:15px; + line-height:80px; + font-size:80px; + color:#fff; +} +.breadcrumbs_block p { + margin:0; + line-height:34px; + font-size:26px; + color:#999; +} + + + + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* HEADER +/*-----------------------------------------------------------------------------------*/ +header { + position:relative; + height:80px; + background-color:#fff; +} + + +/* __________ Logo __________ */ +.logo {float:left;} +.logo a { + text-transform:uppercase; + line-height:80px; + font-size:26px; + color:#333; +} +.logo a span { + display:inline-block; + padding-right:18px; +} +.logo a span.b1 {font-weight:900;} +.logo a span.b2 {font-weight:700;} +.logo a span.b3 {font-weight:400;} +.logo a span.b4 {font-weight:300;} +.logo a span.b5 {font-weight:100;} + + + + +/* __________ Menu __________ */ +.menu_block { + position:fixed; + z-index:9999; + left:0; + top:0; + right:0; + height:80px; + width:100%; + background-color:#fff; + box-shadow:0 2px 3px rgba(0,0,0,0.1); +} + +.navmenu ul li { + position:relative; + display:inline-block; +} +.navmenu ul li a { + display:block; + margin:0 0 0 -3px; + padding:30px 20px; + text-transform:uppercase; + font-weight:900; + line-height:20px; + font-size:13px; + color:#666; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.navmenu li:hover a, +.navmenu li.active a { + color:#333; +} + +/* Sub menu */ +.sub-menu ul { + display: none; + position: absolute; + z-index: 9990; + width: 180px; + left: 50%; + top: 100%; + padding: 0; + margin: 0 0 0 -90px; +} +.sub-menu.last ul {right:0; left:auto;} +.sub-menu ul:before { + content:''; + position:absolute; + left:50%; + top:-6px; + margin-left:-5px; + width: 0; + height: 0; + border-left: 6px solid transparent; + border-right: 7px solid transparent; + border-bottom: 6px solid #1c1c1c; +} + +.sub-menu ul li { + margin:0; + padding:0; + width:100%; + border-top: 0; +} +.sub-menu ul li a { + position:relative; + margin:0; + padding: 15px 5px 14px 21px; + font-weight:400; + text-align:left; + font-size:12px; + color:#999 !important; + background:#1c1c1c; + border-bottom:1px solid #282828; +} +.sub-menu ul li:last-child a {border-bottom:0;} + +.sub-menu ul li.active a, .sub-menu ul li a:hover {color:#fff !important; background:#161616;} + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* SEARCH FORM TOP +/*-----------------------------------------------------------------------------------*/ +#search-form form { + position:relative; + height:40px; + margin:20px 0 20px 19px; + padding-left:49px; + border-left:1px solid #ccc; + font-family: FontAwesome; +} +#search-form form:before { + content: "\f002"; + position:absolute; + left:29px; + top:-2px; + height:40px; + line-height:40px; + font-size:15px; + color:#cccc; +} + +#search-form input { + width:42px; + margin:0; + padding:11px 0; + text-transform:none; + font-family: 'Roboto', sans-serif; + font-weight:300; + line-height:20px; + font-size: 13px; + color: #999; + background: none; + border: 0; + box-shadow: none; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +#search-form input:focus { + width:140px; + padding: 11px 20px 11px 0; +} + + + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* HOME +/*-----------------------------------------------------------------------------------*/ +#home {position:relative;} + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* ABOUT +/*-----------------------------------------------------------------------------------*/ +#about {padding-top:70px;} + +/* __________ Services __________ */ +.services_block {padding:7px 0 0;} + +.services_item { + display:block; + cursor:default; +} + +.services_item p { + position:relative; + margin-bottom:15px; + padding-bottom:19px; + text-transform:none; + font-weight:300; + font-size:20px; + color:#333; +} +.services_item p b {font-weight:400;} +.services_item p:before { + content:''; + position:absolute; + left:0; + bottom:0; + width:30px; + height:2px; + background-color:#ccc; +} + +.services_item span { + display:block; + padding-bottom:9px; + font-weight:300; + font-size:14px; + color:#666; +} + + + + +/* __________ Clean Code __________ */ +.cleancode_block { + padding:96px 0 78px; + background-image:url(../images/clean_code_bg.jpg); + background-size:cover; + background-position:0 0; + background-attachment:fixed !important; +} + +.cleancode_block .tab-content { + overflow:hidden; + padding: 0; + margin:0 0 80px; +} +.cleancode_block p.title { + margin:0 0 17px; + font-weight:100; + line-height:80px; + font-size:80px; + color:#fff; +} +.cleancode_block p.title b {font-weight:500;} + +.cleancode_block span { + font-weight:300; + line-height:34px; + font-size:26px; + color:#999; +} +.cleancode_block .tab-pane { + display:block; + height:0; + transform:translateY(-50%); + -o-transform:translateY(-50%); + -ms-transform:translateY(-50%); + -webkit-transform:translateY(-50%); + transition: all 0.5s ease-in-out; + -webkit-transition: all 0.5s ease-in-out; +} +.cleancode_block .tab-pane.active { + height:auto; + transform:translateY(0); + -o-transform:translateY(0); + -ms-transform:translateY(0); + -webkit-transform:translateY(0); +} + +.ie .cleancode_block .tab-pane {display:none;} +.ie .cleancode_block .tab-pane.active {display:block;} + + +.cleancode_block .nav-tabs { + margin:0 -15px; + border:0; +} +.cleancode_block .nav-tabs li { + margin:0; + padding:0 15px; +} +.cleancode_block .nav-tabs li a { + width:170px; + height:170px; + margin:0; + padding:54px 0 0; + text-align:center; + border:0 !important; + border-radius:0; + transition: background-color 0.3s ease-in-out; + -webkit-transition: background-color 0.3s ease-in-out; +} +.cleancode_block .nav-tabs li a i { + display:block; + width:60px; + height:60px; + margin:0 auto; + background-repeat:no-repeat; + background-position:0 -60px; + background-size:100% auto; + -webkit-background-size:100% auto; + transition: transform 0.2s ease-in-out; + -webkit-transition: -webkit-transform 0.2s ease-in-out; +} +.cleancode_block .nav-tabs li a.i1 i {background-image:url(../images/i1.png);} +.cleancode_block .nav-tabs li a.i2 i {background-image:url(../images/i2.png);} +.cleancode_block .nav-tabs li a.i3 i {background-image:url(../images/i3.png);} +.cleancode_block .nav-tabs li a.i4 i {background-image:url(../images/i4.png);} +.cleancode_block .nav-tabs li a.i5 i {background-image:url(../images/i5.png);} +.cleancode_block .nav-tabs li a.i6 i {background-image:url(../images/i6.png);} + +.nav-tabs li a:hover, +.nav-tabs li a:focus { + background-color:transparent; +} +.nav-tabs li.active a, +.nav-tabs li.active a:hover, +.nav-tabs li.active a:focus { + background-color:#fff; +} + +.nav-tabs li a:hover i { + background-position:0 -120px; + transform:translateY(-10px); + -o-transform:translateY(-10px); + -ms-transform:translateY(-10px); + -webkit-transform:translateY(-10px); +} +.nav-tabs li.active a i { + background-position:0 0; + transform:translateY(-16px); + -o-transform:translateY(-16px); + -ms-transform:translateY(-16px); + -webkit-transform:translateY(-16px); +} + +.cleancode_block .nav-tabs li a span { + display:block; + font-family: 'Roboto', sans-serif; + font-weight:400; + line-height:20px; + font-size:20px; + color:#333; + opacity:0; + transform:translateY(-30px); + -o-transform:translateY(-30px); + -ms-transform:translateY(-30px); + -webkit-transform:translateY(-30px); + transition: all 0.5s ease-in-out; + -webkit-transition: all 0.5s ease-in-out; +} +.nav-tabs li.active a span { + opacity:1; + transform:translateY(-6px); + -o-transform:translateY(-6px); + -ms-transform:translateY(-6px); + -webkit-transform:translateY(-6px); +} + + +/* __________ Multi Purpose __________ */ +.purpose_block {padding:72px 0 0;} + +.purpose_block p { + margin-bottom:26px; + font-weight:300; + line-height:26px; + font-size:17px; + color:#666; +} +.purpose_block .btn {margin-top:30px; margin-right:16px;} +.purpose_block .btn-active {overflow:hidden;} +.purpose_block .btn-active span:before { + content: attr(data-hover); + position: absolute; + top: 100%; + left:0; + width:100%; + text-transform:uppercase; + text-align:center; + font-weight: 900; + line-height:20px; + font-size:13px; + color:#1C1C1C; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.purpose_block .btn-active:hover span:before {color:#fff;} +.purpose_block .btn-active span { + position: relative; + display: inline-block; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.purpose_block .btn-active:hover span, +.purpose_block .btn-active:focus span { + color:#1c1c1c; + -webkit-transform: translateY(-100%); + -moz-transform: translateY(-100%); + transform: translateY(-100%); +} + +.purpose_block .ipad_img1 {margin-top:-116px;} + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* FEATURED WORKS +/*-----------------------------------------------------------------------------------*/ +#projects {padding-top:47px;} + +.work_item { + position:relative; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.owl-item:hover .work_item { + transform:scale(0.95); + -o-transform:scale(0.95); + -ms-transform:scale(0.95); + -webkit-transform:scale(0.95); +} + +.work_item .work_description { + position:absolute; + z-index:20; + left:0; + top:0; + width:100%; + height:100%; + text-align:center; + opacity:0; + background-color:rgba(0,0,0,0.8); + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.work_item:hover .work_description {opacity:1;} +.work_item .work_description .work_descr_cont { + position:absolute; + left:0; + top:50%; + width:100%; + opacity:0; + transform:translateY(-100%); + -o-transform:translateY(-100%); + -ms-transform:translateY(-100%); + -webkit-transform:translateY(-100%); + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.work_item:hover .work_description .work_descr_cont { + opacity:1; + transform:translateY(-50%); + -o-transform:translateY(-50%); + -ms-transform:translateY(-50%); + -webkit-transform:translateY(-50%); +} +.work_item .work_description a { + display:block; + margin:0 0 6px; + font-weight:300; + line-height:24px; + font-size:24px; + color:#fff; +} +.work_item .work_description span { + color:#666; +} + +.work_item a.zoom { + position:absolute; + z-index:30; + left:50%; + bottom:0; + width:60px; + height:36px; + margin-left:-30px; + opacity:0; + background-image:url(../images/zoom.png); + background-repeat:no-repeat; + background-position:0 0; + background-size:100% auto; + -webkit-background-size:100% auto; + transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; + -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; +} +.work_item:hover a.zoom { + bottom:56px; + opacity:1; +} +.work_item a.zoom:hover {background-image:url(../images/zoom_h.png);} + + + +/* __________ WORKS DETAILS __________ */ +#project_prev, +#project_close, +#project_next { + position:relative; + z-index:1; + display: inline-block; + width:50px; + height:50px; + margin:0 -2px 0 -3px; + border:2px solid #ccc; + font-family: FontAwesome; + transition: all 0.2s ease-in-out; + -webkit-transition: all 0.2s ease-in-out; +} +#project_prev:hover, #project_close:hover, #project_next:hover {z-index:2; border-color:#333;} +#project_prev i, +#project_close i, +#project_next i { + line-height:46px; + font-size:26px; + color:#ccc; + transition: all 0.2s ease-in-out; + -webkit-transition: all 0.2s ease-in-out; +} +#project_close i {margin:0 -2px;} +#project_prev:hover i, #project_close:hover i, #project_next:hover i {color:#333;} + +#project_prev.first, #project_next.last {cursor:default;} +#project_prev.first:hover, #project_next.last:hover {border-color:#ccc;} +#project_prev.first:hover i, #project_next.last:hover i {color:#ccc;} + + +ul.project_info li { + margin-bottom:3px; + font-style:italic; + color:#505050; +} +ul.project_info li span {color:#979797;} +ul.project_info li span {color:#979797;} + +.project_shared {padding:15px 0;} +.project_shared a { + display:inline-block; + width:36px; + height:36px; + margin-right:5px; + border:1px solid #ccc; + text-align:center; + line-height:34px; + font-size:20px; + color:#ccc; +} +.project_shared a:hover {border-color:#333; color:#333;} + + + +/* __________ Our Clients __________ */ +.our_clients {padding:71px 0 78px;} + +.our_clients .client_img { + opacity:0.5; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.our_clients .client_img:hover {opacity:1;} + + + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* OUR TEAM +/*-----------------------------------------------------------------------------------*/ +#team { + padding:75px 0 100px; + background-image:url(../images/team_bg.jpg); + background-size:cover; + background-attachment:fixed !important; +} + +.crewman_item { + position:relative; + margin:0 15px; +} +.crewman_item .crewman_descr { + position:absolute; + z-index:20; + left:0; + top:0; + width:100%; + height:100%; + text-align:center; + opacity:0; + background-color:rgba(0,0,0,0.8); + transition: all 0.5s ease-in-out; + -webkit-transition: all 0.5s ease-in-out; +} +.crewman_item:hover .crewman_descr {opacity:1;} +.crewman_item .crewman_descr .crewman_descr_cont { + position:absolute; + left:0; + top:50%; + width:100%; + opacity:0; + transform:translateY(-100%); + -o-transform:translateY(-100%); + -ms-transform:translateY(-100%); + -webkit-transform:translateY(-100%); + transition: all 0.5s ease-in-out; + -webkit-transition: all 0.5s ease-in-out; +} +.crewman_item:hover .crewman_descr .crewman_descr_cont { + opacity:1; + transform:translateY(-50%); + -o-transform:translateY(-50%); + -ms-transform:translateY(-50%); + -webkit-transform:translateY(-50%); +} +.crewman_item .crewman_descr p { + margin:0 0 6px; + font-weight:300; + line-height:24px; + font-size:24px; + color:#fff; +} +.crewman_item .crewman_descr span { + color:#666; +} + +.crewman_item .crewman_social { + position:absolute; + z-index:30; + left:0; + bottom:0; + width:100%; + opacity:0; + text-align:center; + transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out; + -webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out; +} +.crewman_item .crewman_social a { + display:inline-block; + width:60px; + height:60px; + margin:0 7px 0 10px; + border:2px solid #333; + border-radius:50%; + line-height:58px; + font-size:26px; + color:#333; +} +.crewman_item:hover .crewman_social { + bottom:56px; + opacity:1; +} +.crewman_item .crewman_social a:hover { + color:#fff; + border-color:#fff; +} + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* TESTIMONIALS +/*-----------------------------------------------------------------------------------*/ +#news {padding:75px 0 50px;} + +.testimonials{margin-bottom:77px;} +.testim_content { + font-weight:300; + line-height:38px; + font-size:26px; + color:#333; +} +.testim_author { + padding-top:46px; + font-weight:300; + font-size:16px; + color:#666; +} +.testim_author b { + font-weight:500; + color:#333; +} + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* RECENT POSTS +/*-----------------------------------------------------------------------------------*/ +.post_item_img {position:relative;} +.post_item_img:before { + content:''; + position:absolute; + z-index:25; + left:0; + top:0; + width:100%; + height:100%; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.post_item:hover .post_item_img:before {background-color:rgba(0,0,0,0.8);} +.post_item_content {padding:23px 0 0;} +.post_item_content a.title { + font-weight:300; + line-height:34px; + font-size:24px; + color:#333; +} +.post_item_inf {padding-top:2px;} +.post_item_inf li { + display:inline-block; + padding-right:12px; + color:#ccc; +} +.post_item_inf a { + padding-right:12px; + font-weight:300; + font-size:14px; +} +.post_item_img a.link { + position:absolute; + z-index:30; + left:50%; + bottom:30%; + width:60px; + height:36px; + margin:0 0 -18px -30px; + opacity:0; + background-image:url(../images/zoom.png); + background-repeat:no-repeat; + background-position:0 0; + background-size:100% auto; + -webkit-background-size:100% auto; + transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; + -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; +} +.post_item:hover .post_item_img a.link { + bottom:50%; + opacity:1; +} +.post_item_img a.link:hover {background-image:url(../images/zoom_h.png);} + + +/* __________ Recent Posts Small __________ */ +.recent_posts_small {margin-bottom:15px;} +.post_item_img_small { + overflow:hidden; + float:left; + width:70px; + height:50px; + margin:2px 15px 13px 0; +} +.post_item_img_small img { + width:auto; + max-width:none; + height:100%; + transition: opacity 0.3s ease-in-out; + -webkit-transition: opacity 0.3s ease-in-out; +} +.recent_posts_small:hover .post_item_img_small img {opacity:0.5;} +.post_item_content_small a.title { + display:block; + line-height:17px; + font-size:14px; + color:#ccc; +} +.post_item_content_small a.title:hover {color:#666;} +.post_item_inf_small li { + display:inline-block; + padding-top:4px; + padding-right:10px; + line-height:17px; + font-size:11px; + color:#666; +} + + + +/* __________ Recent Posts Sidebar __________ */ +.recent_posts_widget {margin-bottom:25px;} +.post_item_img_widget { + overflow:hidden; + width:270px; + height:180px; + margin-bottom:16px; + background-color:#000; +} +.post_item_img_widget img { + width:auto; + max-width:none; + height:100%; + transition: opacity 0.3s ease-in-out; + -webkit-transition: opacity 0.3s ease-in-out; +} +.recent_posts_widget:hover .post_item_img_widget img {opacity:0.5;} + +.post_item_content_widget a.title { + display:block; + line-height:21px; + font-size:18px; + color:#333; +} +.post_item_content_widgeta.title:hover {color:#666;} +.post_item_inf_widget li { + display:inline-block; + padding-top:12px; + padding-right:10px; + line-height:17px; + font-size:11px; + color:#999; +} + + + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* FOOTER +/*-----------------------------------------------------------------------------------*/ +#contacts { + position: relative; + z-index:0; + padding:0; + background:transparent; +} + +footer { + overflow:hidden; + position:fixed; + z-index:1; + bottom:0; + left:50%; + opacity:0; + width:100%; + padding:60px 0 10px; + color:#999; + background-color:#1c1c1c; + transform: translateX(-50%); + -ms-transform: translateX(-50%); + -webkit-transform: translateX(-50%); +} +footer h4 {color:#fff;} + + + +/* __________ Footer About Block __________ */ +.foot_about_block p { + margin-bottom:24px; + padding-right:71px; + line-height:24px; + font-size:12px; +} + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* MAP +/*-----------------------------------------------------------------------------------*/ +#map { + position:fixed; + z-index:3; + bottom:-100%; + left:0; + right:0; + height:401px; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +#map iframe {width:100%; height:399px;} +#map.showed {bottom:0;} + + + +.map_hide { + position:absolute; + left:50%; + z-index:20; + display: block; + width:50px; + height:50px; + margin-left:525px; + background-color:#333; + font-family: FontAwesome; + text-align:center; +} +.map_hide:hover {background-color:#fff;} +.map_hide i { + line-height:46px; + font-size:26px; + color:#fff; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.map_hide i {margin:0 -2px;} +.map_hide:hover i {color:#333;} + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* SOCIAL BUTTONS +/*-----------------------------------------------------------------------------------*/ +.social li { + display:inline-block; + margin:0 7px 10px 0; +} +.social li a { + display:block; + width:50px; + height:50px; + border:1px solid #242424; + text-align:center; + line-height:46px; + font-size:23px; + color:#333; +} +.social li a:hover { + color:#ccc; + border-color:#ccc; +} + + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* CONTACT FORM +/*-----------------------------------------------------------------------------------*/ +/* __________ Contact Form __________ */ +textarea, +input[type="text"] { + width:100%; + margin:0 0 10px; + padding: 10px 8px; + text-transform:none; + font-family: 'Roboto', sans-serif; + font-weight:400; + line-height:20px; + font-size: 12px; + color: #333; + font-style:normal; + border-radius: 0; + background: none; + border: 2px solid #242424; + box-shadow: none; + transition: border-color 0.3s ease-in-out; + -webkit-transition: border-color 0.3s ease-in-out; +} +textarea { + overflow:hidden; + min-height:95px; + resize: none; +} +textarea, +input[type="text"].last {margin-right:0; +} + + +textarea:focus, +input[type="text"]:focus, +input[type="password"]:focus, +input[type="datetime"]:focus, +input[type="datetime-local"]:focus, +input[type="date"]:focus, +input[type="month"]:focus, +input[type="time"]:focus, +input[type="week"]:focus, +input[type="number"]:focus, +input[type="email"]:focus, +input[type="url"]:focus, +input[type="search"]:focus, +input[type="tel"]:focus, +input[type="color"]:focus { + outline: 0; + box-shadow: none; + color:#666; + border-color:#ccc; +} + + +.contact_btn { + display:inline-block; + cursor:pointer; + margin: 0 7px 10px 0; + padding:13px 30px; + border: 2px solid #242424; + border-radius: 0; + box-shadow: 0; + text-shadow:none; + text-decoration:none; + text-transform:uppercase; + font-family: 'Roboto', sans-serif; + font-weight:900; + line-height:20px; + font-size:13px; + color:#333; + background: none; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.contact_btn.active, .contact_btn:hover {background: none; color:#fff; border-color:#ccc;} + +.notification_error {color:#30a67c;} + + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* BLOG +/*-----------------------------------------------------------------------------------*/ +.single_page #blog {padding-top:50px;} + + +.blog_block hr {border-top:2px solid #e9e9e9;} + + + +/* __________ Blog Post __________ */ +.blog_post_img { + overflow:hidden; + float:left; + position:relative; + width:470px; + height:369px; + margin-right:30px; + background-color:#000; +} +.blog_post_img img { + width:auto; + max-width:none; + height:100%; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.blog_post:hover .blog_post_img img {opacity:0.5;} + +.blog_post a.zoom { + position:absolute; + z-index:30; + left:50%; + bottom:50px; + width:60px; + height:36px; + margin:0 0 -30px -30px; + opacity:0; + background-image:url(../images/zoom.png); + background-repeat:no-repeat; + background-position:0 0; + background-size:100% auto; + -webkit-background-size:100% auto; + transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; + -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; +} +.blog_post:hover a.zoom { + bottom:50%; + opacity:1; +} +.blog_post a.zoom:hover {background-image:url(../images/zoom_h.png);} + +.blog_post_descr hr { + border-color:#e9e9e9; + margin:25px 0; +} +.blog_post_date { + margin-top:-3px; + text-transform:uppercase; + line-height:14px; + font-size:11px; +} + +.blog_post_title { + display:block; + padding-bottom:19px; + line-height:36px; + font-size:30px; + color:#333; +} +.blog_post_title:hover {color:#666;} + +.blog_post_info li {position:relative; display:inline-block; padding-right:22px;} +.blog_post_info li:before {content:''; position:absolute; right:9px; top:4px; height:12px; width:1px; background-color:#d3d3d3;} +.blog_post_info li:last-child:before {display:none;} +.blog_post_info li a {font-size:14px;} +.blog_post_content { + padding-bottom:18px; + line-height:26px; + font-size:17px; +} +.blog_post .read_more_btn { + font-weight:500; + font-size:16px; + color:#333; +} +.blog_post .read_more_btn:hover {color:#666;} + + + +/* __________ Pagination __________ */ +.pagination { + display:block; + margin:0 0 50px; + padding:0; + border-radius:0; +} +.pagination li { + float:left; + width:68px; + height:70px; +} +.pagination li a { + float:none; + display:block; + margin:0; + padding:0; + border:0; + font-weight:900; + text-align:center; + line-height:68px; + font-size:20px; + color:#999; +} +.pagination li a:focus, +.pagination li a:hover { + background:none !important; + color:#333 !important; +} +.pagination li.active a { + border:2px solid #333 !Important; + font-size:26px; + color:#333 !important; + background:none !important; +} + + + + + + + + +/* __________ Single Blog Post __________ */ +.single_blog_post_date { + margin:-2px 0 -4px; + line-height:13px; + font-size:11px; + color:#999; +} +.single_blog_post_title { + padding-bottom:12px; + line-height:60px; + font-size:50px; + color:#333; +} + +.single_blog_post_info {padding-bottom:20px;} +.single_blog_post_info li { + position:relative; + display:inline-block; + padding:0 25px 4px 0; +} +.single_blog_post_info li:before { + content:''; + position:absolute; + right:9px; + top:4px; + height:12px; + width:1px; + background-color:#d3d3d3; +} +.single_blog_post_info li:last-child:before {display:none;} +.single_blog_post_info li a {font-size:14px;} + +.single_blog_post_img img { + margin-bottom:23px; + width:100%; +} + +.single_blog_post_content { + line-height:26px; + font-size:17px; +} + + + +/* __________ Single Blog Post Tags __________ */ +.single_blog_post_tags li { + display:inline-block; + margin:0 3px 5px 0; +} +.single_blog_post_tags li a { + display:block; + padding:9px 19px; + font-size:16px; + border:1px solid #e9e9e9; + transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out; + -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out; +} +.single_blog_post_tags li a:hover { + padding:8px 18px; + border:2px solid #333; +} + + + + + +/* __________ Comments __________ */ +#comments .avatar { + overflow:hidden; + margin:3px 30px 0 0; + width:70px; + height:70px; + border:1px solid #efefef; +} +#comments .avatar img {width:100%;} + +.comment_right {display:table;} +.comment_info {padding-bottom:11px;} +#comments .comment_author { + font-weight:500; + font-size:16px; + color:#333; +} +#comments .comment_date {color:#999; font-size:11px;} +#comments .comment_inf_sep { + padding:0 12px; + font-size:16px; + color:#ccc; +} +#comments .comment_right p {font-size:12px;} + + +#comment_form textarea, +#comment_form input[type="text"] { + padding:10px 8px 11px; + border-color:#e9e9e9; + text-transform:uppercase; + font-size:11px; + color:#666; +} +#comment_form textarea {min-height:140px;} +#comment_form .contact_btn { + background-color:#1c1c1c; + color:#fff; +} +#comment_form .contact_btn:hover {background-color:#ccc;} + +.comment_note {padding-top:11px; font-size:12px;} + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* Portfolio Single +/*-----------------------------------------------------------------------------------*/ +.single_page #portfolio {padding-top:50px;} + + +.portfolio_block hr {border-top:2px solid #e9e9e9;} + + + +/* __________ Single Portfolio Post __________ */ +.single_portfolio_post_title { + padding-bottom:20px; + line-height:40px; + font-size:40px; + color:#333; +} + + + + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* SIDEBAR +/*-----------------------------------------------------------------------------------*/ +.sidepanel {margin-bottom:25px;} + +.sidebar hr { + border-color:#e9e9e9; + margin:25px 0; +} + + +/* __________ Widjet Meta __________ */ +.widget_meta li { + position:relative; + padding:13px 10px 12px 30px; + border-top:1px solid #e9e9e9; +} +.widget_meta li:last-child {border-bottom:1px solid #e9e9e9;} +.widget_meta li:before { + content:'°'; + position:absolute; + left:10px; + top:20px; + font-size:27px; + color:#ccc; + transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; +} +.widget_meta li:hover:before {color:#333;} +.widget_meta li a { + display:inline-block; + line-height:24px; + font-size:20px; + color:#666; +} +.widget_meta li a:hover {color:#333;} + + + + +/* __________ Popular Tags __________ */ +.widget_tags li { + display:inline-block; + margin:0 3px 5px 0; +} +.widget_tags li a { + display:block; + padding:9px 19px; + font-size:16px; + border:1px solid #e9e9e9; + transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out; + -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out; +} +.widget_tags li a:hover { + padding:8px 18px; + border:2px solid #333; +} + + + +/* __________ Text Widget __________ */ +.widget_text p { + line-height:26px; + font-size:16px; +} + + + +/* __________ Work Info __________ */ +.work_info {padding-bottom:25px;} +.work_info li { + padding-bottom:6px; + font-size:14px; + color:#999; +} +.work_info li a {color:#333;} + + +/* __________ Shared __________ */ +.shared li { + display:inline-block; + margin:0 7px 10px 0; +} +.shared li a { + display:block; + width:50px; + height:50px; + padding:1px; + border:1px solid #e9e9e9; + text-align:center; + line-height:46px; + font-size:23px; + color:#ccc; + transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out; + -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out; +} +.shared li a:hover { + padding:0; + color:#333; + border:2px solid #242424; +} + + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* RESPONSIVE STYLES +/*-----------------------------------------------------------------------------------*/ + +@media screen and (-webkit-min-device-pixel-ratio:0) { + .parallax, .cleancode_block, #team, .top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-attachment:scroll !important; background-position:0 0;} + .top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-size:cover !important;} + +} + +@media (max-width: 1024px) { + + +} + +@media (min-width: 992px) and (max-width: 1199px) { + .parallax, .cleancode_block, #team {background-attachment:scroll !important; background-size:100% auto !important; -webkit-background-size:100% auto !important;} + + + h2 {font-size:35px; line-height:35px;} + +/* __________ Menu __________ */ + .navmenu ul li a {padding-left:15px; padding-right:15px;} + +/* __________ Index __________ */ + .cleancode_block p.title {font-size:70px; line-height:70px;} + .cleancode_block .nav-tabs li a {width:136px; height:136px; padding-top:35px;} + .cleancode_block .nav-tabs li a i {width:45px; height:45px;} + .cleancode_block .nav-tabs li a span {font-size:16px;} + .cleancode_block .nav-tabs li a i {background-position:0 -45px;} + .nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);} + .nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);} + + + .purpose_block p {font-size:15px; line-height:22px;} + + + .work_item a.zoom {width:40px; height:24px; margin-left:-20px;} + .work_item:hover a.zoom {bottom:30px;} + + + .img_wrapper {width:137px !important;} + + + .post_item_img a.link {width:40px; height:24px; margin:0 0 -12px -20px;} + .post_item_img a.link:hover {background-position:0 -24px;} + .post_item_content a.title {font-size:19px; line-height:24px;} + + + .owl-theme .owl-controls {top:-69px;} + .owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;} + .owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;} + + + +/* __________ Blog __________ */ + .blog_post_descr hr {margin:15px 0;} + + .blog_post_img {width:400px; height:314px;} + .blog_post_title {font-size:24px; line-height:27px;} + .blog_post_content {font-size:14px; line-height:22px;} + + + .single_blog_post_title{font-size:44px; line-height:50px;} + + + +/* __________ Sidebar __________ */ + .widget_meta li a {font-size:17px; line-height:20px;} + + .post_item_img_widget{width:220px; height:146px;} + .post_item_content_widget a.title {font-size:16px; line-height:20px;} + + + + + +/* __________ All Styles __________ */ + .breadcrumbs_block {padding:50px 0;} + + + .map_hide {margin-left:435px;} + + +} + +@media (min-width: 768px) and (max-width: 991px) { + .logo a {font-size:22px;} + + + #search-form input:focus {width:42px;} + + +/* __________ Menu __________ */ + .navmenu ul li a {padding-left:10px; padding-right:10px; font-size:12px;} + + + +/* __________ Index __________ */ + .cleancode_block p.title {font-size:60px; line-height:60px;} + .cleancode_block span {font-size:20px; line-height:24px;} + .cleancode_block .nav-tabs li a {width:100px; height:100px; padding-top:24px;} + .cleancode_block .nav-tabs li a i {width:45px; height:45px;} + .cleancode_block .nav-tabs li a span {font-size:13px;} + .cleancode_block .nav-tabs li a i {background-position:0 -45px;} + .nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);} + .nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);} + + + .purpose_block {padding-top:35px;} + .purpose_block .ipad_img1 {margin-top:-50px;} + .purpose_block p {font-size:12px; line-height:20px;} + + + .work_item a.zoom {width:40px; height:24px; margin-left:-20px;} + .work_item:hover a.zoom {bottom:30px;} + + + .img_wrapper {width:100px !important;} + + + .post_item_img a.link {width:40px; height:24px; margin:0 0 -12px -20px;} + .post_item_img a.link:hover {background-position:0 -24px;} + .post_item_content a.title {font-size:15px; line-height:20px;} + .post_item_content {padding-top:15px;} + .post_item_inf a {font-size:12px; padding-right:5px;} + .post_item_inf li {padding-right:5px;} + + + .owl-theme .owl-controls {top:-69px;} + .owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;} + .owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;} + + + .crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;} + .crewman_item:hover .crewman_social {bottom:30px;} + + + .testim_content {font-size:17px; line-height:24px;} + + +/* __________ Blog __________ */ + .blog_post_descr hr {margin:15px 0;} + + .blog_post_img {width:400px; height:314px;} + .blog_post_title {font-size:24px; line-height:27px;} + .blog_post_content {font-size:14px; line-height:22px;} + + + .single_blog_post_title{font-size:44px; line-height:50px;} + + + +/* __________ Sidebar __________ */ + .widget_meta li a {font-size:17px; line-height:20px;} + + .post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;} + .post_item_content_widget a.title {font-size:16px; line-height:20px;} + + + + + +/* __________ All Styles __________ */ + .breadcrumbs_block {padding:50px 0;} + .breadcrumbs_block h2 {font-size:60px; line-height:64px;} + .breadcrumbs_block p {font-size:21px; line-height:24px;} + + +/* __________ Footer __________ */ + footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;} + + + .map_hide {margin-left:325px;} + + + .respond_clear {clear:both; height:0; font-size:0;} + + +} + +@media (max-width: 767px) { + .container {padding-left:15px; padding-right:15px;} + + + h2 {font-size:30px; line-height:32px;} + + + .logo a {font-size:22px;} + + + #search-form input:focus {width:42px;} + + +/* __________ Menu __________ */ + a.menu_toggler {display:inline-block; float:right; margin: 20px 0 0 20px; width:40px; height:40px; text-align:center; line-height:38px; font-size:23px; color:#fff; background-color:#333;} + a.menu_toggler:hover {background-color:#333;} + + .navmenu {position:absolute; left:0; right:0; top:80px; background-color:#fff;} + .navmenu ul {padding:10px 0;} + .navmenu ul li {display:block; text-align:left;} + .navmenu ul li a {padding:4px 20px;} + + .sub-menu ul {display:block; position:static; width:100%; box-shadow:none; padding:0; margin:0;} + .sub-menu ul:before {display:none !important;} + .navmenu li.sub-menu:hover, .navmenu li.sub-menu.active_page {background:none;} + .sub-menu ul li a {background:none; border:0; padding-left:30px;} + .sub-menu ul li a:hover, .sub-menu ul li.active a {background:none !important; color:#333 !Important;} + .sub-menu ul li a:before {content:'-'; position:absolute; z-index:10; left:17px; top:4px; color:#666;} + + +/* __________ Index __________ */ + .cleancode_block p.title {font-size:40px; line-height:40px;} + .cleancode_block span {font-size:15px; line-height:22px;} + .cleancode_block .nav-tabs {margin:0 auto; width:450px;} + .cleancode_block .nav-tabs li a {width:120px; height:120px; padding-top:24px;} + .cleancode_block .nav-tabs li a i {width:45px; height:45px;} + .cleancode_block .nav-tabs li a span {font-size:13px;} + .cleancode_block .nav-tabs li a i {background-position:0 -45px;} + .nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);} + .nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);} + + + .purpose_block {padding-top:35px;} + .ipad_img_in {width:350px; margin:0 auto;} + .purpose_block .ipad_img1 {margin-top:40px;} + .purpose_block p {font-size:12px; line-height:20px;} + + + .work_item a.zoom {width:40px; height:24px; margin-left:-20px;} + .work_item:hover a.zoom {bottom:30px;} + + + .our_clients .row {text-align:center; margin:0 auto; width:450px;} + .client_img {width:140px; display:inline-block;} + .img_wrapper {width:110px !important;} + + + .post_item_img a.link {width:40px; height:24px; margin:0 0 -12px -20px;} + .post_item_img a.link:hover {background-position:0 -24px;} + .post_item_content a.title {font-size:15px; line-height:20px;} + .post_item_content {padding-top:15px;} + .post_item_inf a {font-size:12px; padding-right:5px;} + .post_item_inf li {padding-right:5px;} + + + .owl-theme .owl-controls {top:-69px;} + .testimonials .owl-theme .owl-controls {top:-49px;} + .owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;} + .owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;} + + + .crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;} + .crewman_item:hover .crewman_social {bottom:30px;} + + + .testim_content {font-size:17px; line-height:24px;} + + + + #news .recent_posts {width:450px; margin:0 auto;} + + +/* __________ Blog __________ */ + .blog_post_descr hr {margin:15px 0;} + + .blog_post_img {width:200px; height:157px; margin-right:20px;} + .blog_post_title {font-size:19px; line-height:22px;} + .blog_post_descr hr {clear:both; border:0;} + .blog_post_content {font-size:14px; line-height:22px;} + .blog_post_info li a {font-size:13px;} + .blog_post_info li {padding-right:15px;} + .blog_post_info li:before {right:6px;} + .blog_post_content {padding-top:20px;} + + .pagination li {width:40px; height:40px;} + .pagination li a {font-size:16px; line-height:38px;} + .pagination li.active a, .pagination li a:focus, .pagination li a:hover {font-size:18px;} + + + .single_blog_post_title{font-size:44px; line-height:50px;} + + +/* __________ Single Blog Post __________ */ + .single_blog_post_date {margin:0;} + .single_blog_post_title {font-size:26px; line-height:32px;} + + .comment_note {padding:0 0 20px;} + + + +/* __________ Sidebar __________ */ + .widget_meta li a {font-size:17px; line-height:20px;} + + .post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;} + .post_item_content_widget a.title {font-size:16px; line-height:20px;} + + + + + +/* __________ All Styles __________ */ + .breadcrumbs_block {padding:40px 0;} + .breadcrumbs_block h2 {font-size:50px; line-height:54px;} + .breadcrumbs_block p {font-size:16px; line-height:20px;} + + +/* __________ Footer __________ */ + footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;} + + + .map_hide {margin:0; left:auto; right:15px;} + + + .respond_clear {clear:both; height:0; font-size:0;} + + +} + +@media (max-width: 479px) { + + #search-form {display:none;} + + +/* __________ Index __________ */ + h2 {font-size:26px; line-height:26px;} + + + .purpose_block .btn {padding:10px; margin:10px 5px 0 0;} + + + .cleancode_block p.title {font-size:26px; line-height:26px;} + .cleancode_block .nav-tabs {width:290px;} + .cleancode_block .nav-tabs li {padding:0;} + .cleancode_block .nav-tabs li a {width:96px; height:96px;} + + + .ipad_img_in {width:290px;} + + + .our_clients .row {width:290px;} + + + .testimonials .owl-theme .owl-controls {top:0;} + + + #news .recent_posts {width:290px;} + + +/* __________ Blog __________ */ + .blog_post_img {float:none; margin:0 0 20px; width:290px; height:227px;} + .blog_post_descr hr {border-bottom:2px solid #e9e9e9;} + .blog_post_content {padding-top:0;} + +/* __________ Single Blog Post __________ */ + .single_blog_post_title {font-size:17px; line-height:22px;} + .single_blog_post_content {font-size:13px; line-height:20px;} + + + +/* __________ Sidebar __________ */ + .post_item_img_widget {float:none; margin-right:0;} + + + +/* __________ Bootstrap Style __________ */ + .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;} + .col-ss-12 {width: 100%;} + .col-ss-11 {width: 91.66666666666666%;} + .col-ss-10 {width: 83.33333333333334%;} + .col-ss-9 {width: 75%;} + .col-ss-8 {width: 66.66666666666666%;} + .col-ss-7 {width: 58.333333333333336%;} + .col-ss-6 {width: 50%;} + .col-ss-5 {width: 41.66666666666667%;} + .col-ss-4 {width: 33.33333333333333%;} + .col-ss-3 {width: 25%;} + .col-ss-2 {width: 16.666666666666664%;} + .col-ss-1 {width: 8.333333333333332%;} + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/1290960926.svg b/images/1290960926.svg new file mode 100644 index 0000000..c322f55 --- /dev/null +++ b/images/1290960926.svg @@ -0,0 +1,135 @@ + + + + + + + + + image/svg+xml + + + + + Openclipart + + + plane + 2010-11-28T16:15:26 + + https://openclipart.org/detail/98497/plane-by-yves_guillou + + + yves_guillou + + + + + plane + silhouette + + + + + + + + + + + diff --git a/images/Thumbs.db b/images/Thumbs.db new file mode 100755 index 0000000..06e9345 Binary files /dev/null and b/images/Thumbs.db differ diff --git a/images/avatar1.jpg b/images/avatar1.jpg new file mode 100755 index 0000000..7f2d362 Binary files /dev/null and b/images/avatar1.jpg differ diff --git a/images/avatar2.jpg b/images/avatar2.jpg new file mode 100755 index 0000000..6e2f577 Binary files /dev/null and b/images/avatar2.jpg differ diff --git a/images/blog/1.jpg b/images/blog/1.jpg new file mode 100755 index 0000000..83913cc Binary files /dev/null and b/images/blog/1.jpg differ diff --git a/images/blog/2.jpg b/images/blog/2.jpg new file mode 100755 index 0000000..bb3c65b Binary files /dev/null and b/images/blog/2.jpg differ diff --git a/images/blog/3.jpg b/images/blog/3.jpg new file mode 100755 index 0000000..de9ecaa Binary files /dev/null and b/images/blog/3.jpg differ diff --git a/images/blog/4.jpg b/images/blog/4.jpg new file mode 100755 index 0000000..1fe42e4 Binary files /dev/null and b/images/blog/4.jpg differ diff --git a/images/blog/5.jpg b/images/blog/5.jpg new file mode 100755 index 0000000..3ba3e4c Binary files /dev/null and b/images/blog/5.jpg differ diff --git a/images/blog/Thumbs.db b/images/blog/Thumbs.db new file mode 100755 index 0000000..8ec075d Binary files /dev/null and b/images/blog/Thumbs.db differ diff --git a/images/breadcrumbs_bg.jpg b/images/breadcrumbs_bg.jpg new file mode 100755 index 0000000..ca23102 Binary files /dev/null and b/images/breadcrumbs_bg.jpg differ diff --git a/images/clean_code_bg.jpg b/images/clean_code_bg.jpg new file mode 100755 index 0000000..0399c25 Binary files /dev/null and b/images/clean_code_bg.jpg differ diff --git a/images/clients/1.jpg b/images/clients/1.jpg new file mode 100755 index 0000000..bd425fb Binary files /dev/null and b/images/clients/1.jpg differ diff --git a/images/clients/1.svg b/images/clients/1.svg new file mode 100644 index 0000000..b6d6707 --- /dev/null +++ b/images/clients/1.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/clients/2.jpg b/images/clients/2.jpg new file mode 100755 index 0000000..12e8410 Binary files /dev/null and b/images/clients/2.jpg differ diff --git a/images/clients/2.svg b/images/clients/2.svg new file mode 100644 index 0000000..f408bff --- /dev/null +++ b/images/clients/2.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/images/clients/3.jpg b/images/clients/3.jpg new file mode 100755 index 0000000..25e37a1 Binary files /dev/null and b/images/clients/3.jpg differ diff --git a/images/clients/4.jpg b/images/clients/4.jpg new file mode 100755 index 0000000..a5bed9c Binary files /dev/null and b/images/clients/4.jpg differ diff --git a/images/clients/5.jpg b/images/clients/5.jpg new file mode 100755 index 0000000..c868231 Binary files /dev/null and b/images/clients/5.jpg differ diff --git a/images/clients/6.jpg b/images/clients/6.jpg new file mode 100755 index 0000000..d65ec5f Binary files /dev/null and b/images/clients/6.jpg differ diff --git a/images/clients/Thumbs.db b/images/clients/Thumbs.db new file mode 100755 index 0000000..d413be8 Binary files /dev/null and b/images/clients/Thumbs.db differ diff --git a/images/clients/xaktivity.svg b/images/clients/xaktivity.svg new file mode 100644 index 0000000..c536377 --- /dev/null +++ b/images/clients/xaktivity.svg @@ -0,0 +1,8 @@ + + + + + x + + aktivity + \ No newline at end of file diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100755 index 0000000..be2d2a3 Binary files /dev/null and b/images/favicon.ico differ diff --git a/images/i1.png b/images/i1.png new file mode 100755 index 0000000..a888959 Binary files /dev/null and b/images/i1.png differ diff --git a/images/i2.png b/images/i2.png new file mode 100755 index 0000000..8d2cb21 Binary files /dev/null and b/images/i2.png differ diff --git a/images/i3.png b/images/i3.png new file mode 100755 index 0000000..c253819 Binary files /dev/null and b/images/i3.png differ diff --git a/images/i4.png b/images/i4.png new file mode 100755 index 0000000..c7d2999 Binary files /dev/null and b/images/i4.png differ diff --git a/images/i5.png b/images/i5.png new file mode 100755 index 0000000..343b046 Binary files /dev/null and b/images/i5.png differ diff --git a/images/i6.png b/images/i6.png new file mode 100755 index 0000000..ca9be1e Binary files /dev/null and b/images/i6.png differ diff --git a/images/img1.png b/images/img1.png new file mode 100644 index 0000000..c747f50 Binary files /dev/null and b/images/img1.png differ diff --git a/images/img1a.png b/images/img1a.png new file mode 100755 index 0000000..5f8d681 Binary files /dev/null and b/images/img1a.png differ diff --git a/images/img1b.png b/images/img1b.png new file mode 100644 index 0000000..c339530 Binary files /dev/null and b/images/img1b.png differ diff --git a/images/portfolio/1.jpg b/images/portfolio/1.jpg new file mode 100755 index 0000000..7dcd090 Binary files /dev/null and b/images/portfolio/1.jpg differ diff --git a/images/portfolio/1_2.jpg b/images/portfolio/1_2.jpg new file mode 100755 index 0000000..07a1fe1 Binary files /dev/null and b/images/portfolio/1_2.jpg differ diff --git a/images/portfolio/1_3.jpg b/images/portfolio/1_3.jpg new file mode 100755 index 0000000..34bfc74 Binary files /dev/null and b/images/portfolio/1_3.jpg differ diff --git a/images/portfolio/1_4.jpg b/images/portfolio/1_4.jpg new file mode 100755 index 0000000..b3de610 Binary files /dev/null and b/images/portfolio/1_4.jpg differ diff --git a/images/portfolio/Thumbs.db b/images/portfolio/Thumbs.db new file mode 100755 index 0000000..0447b61 Binary files /dev/null and b/images/portfolio/Thumbs.db differ diff --git a/images/preloader.gif b/images/preloader.gif new file mode 100755 index 0000000..eba619e Binary files /dev/null and b/images/preloader.gif differ diff --git a/images/prettyPhoto/default/loader.gif b/images/prettyPhoto/default/loader.gif new file mode 100755 index 0000000..35d397c Binary files /dev/null and b/images/prettyPhoto/default/loader.gif differ diff --git a/images/prettyPhoto/default/sprite.png b/images/prettyPhoto/default/sprite.png new file mode 100755 index 0000000..1d981cf Binary files /dev/null and b/images/prettyPhoto/default/sprite.png differ diff --git a/images/price_arrow.png b/images/price_arrow.png new file mode 100755 index 0000000..ff5ce0f Binary files /dev/null and b/images/price_arrow.png differ diff --git a/images/slider/Thumbs.db b/images/slider/Thumbs.db new file mode 100755 index 0000000..7b414d6 Binary files /dev/null and b/images/slider/Thumbs.db differ diff --git a/images/slider/caption_img1.png b/images/slider/caption_img1.png new file mode 100755 index 0000000..42db9a4 Binary files /dev/null and b/images/slider/caption_img1.png differ diff --git a/images/slider/slide1_bg.jpg b/images/slider/slide1_bg.jpg new file mode 100644 index 0000000..e93c179 Binary files /dev/null and b/images/slider/slide1_bg.jpg differ diff --git a/images/slider/slide1_bg1.jpg b/images/slider/slide1_bg1.jpg new file mode 100755 index 0000000..1013757 Binary files /dev/null and b/images/slider/slide1_bg1.jpg differ diff --git a/images/slider/slide2_bg.jpg b/images/slider/slide2_bg.jpg new file mode 100644 index 0000000..9b6df21 Binary files /dev/null and b/images/slider/slide2_bg.jpg differ diff --git a/images/slider/slide2a_bg.jpg b/images/slider/slide2a_bg.jpg new file mode 100755 index 0000000..f68be46 Binary files /dev/null and b/images/slider/slide2a_bg.jpg differ diff --git a/images/slider/slide3_bg.jpg b/images/slider/slide3_bg.jpg new file mode 100644 index 0000000..afc3eac Binary files /dev/null and b/images/slider/slide3_bg.jpg differ diff --git a/images/slider/slide3_bg1.jpg b/images/slider/slide3_bg1.jpg new file mode 100755 index 0000000..24b8c92 Binary files /dev/null and b/images/slider/slide3_bg1.jpg differ diff --git a/images/slider/slide_shadow.png b/images/slider/slide_shadow.png new file mode 100755 index 0000000..b8afd91 Binary files /dev/null and b/images/slider/slide_shadow.png differ diff --git a/images/team/1.jpg b/images/team/1.jpg new file mode 100644 index 0000000..b8242d5 Binary files /dev/null and b/images/team/1.jpg differ diff --git a/images/team/1a.jpg b/images/team/1a.jpg new file mode 100755 index 0000000..4eae9ec Binary files /dev/null and b/images/team/1a.jpg differ diff --git a/images/team/2.jpg b/images/team/2.jpg new file mode 100755 index 0000000..579ec27 Binary files /dev/null and b/images/team/2.jpg differ diff --git a/images/team/3.jpg b/images/team/3.jpg new file mode 100755 index 0000000..6a5b03f Binary files /dev/null and b/images/team/3.jpg differ diff --git a/images/team/4.jpg b/images/team/4.jpg new file mode 100755 index 0000000..7fc18c9 Binary files /dev/null and b/images/team/4.jpg differ diff --git a/images/team/5.jpg b/images/team/5.jpg new file mode 100755 index 0000000..13fdfa9 Binary files /dev/null and b/images/team/5.jpg differ diff --git a/images/team/6.jpg b/images/team/6.jpg new file mode 100755 index 0000000..ff026c1 Binary files /dev/null and b/images/team/6.jpg differ diff --git a/images/team/7.jpg b/images/team/7.jpg new file mode 100755 index 0000000..97acab4 Binary files /dev/null and b/images/team/7.jpg differ diff --git a/images/team/8.jpg b/images/team/8.jpg new file mode 100755 index 0000000..0a3b340 Binary files /dev/null and b/images/team/8.jpg differ diff --git a/images/team/Thumbs.db b/images/team/Thumbs.db new file mode 100755 index 0000000..8da142f Binary files /dev/null and b/images/team/Thumbs.db differ diff --git a/images/team_bg.jpg b/images/team_bg.jpg new file mode 100755 index 0000000..fef696d Binary files /dev/null and b/images/team_bg.jpg differ diff --git a/images/video.png b/images/video.png new file mode 100755 index 0000000..ebc5480 Binary files /dev/null and b/images/video.png differ diff --git a/images/works/1.jpg b/images/works/1.jpg new file mode 100755 index 0000000..7085210 Binary files /dev/null and b/images/works/1.jpg differ diff --git a/images/works/1_2.jpg b/images/works/1_2.jpg new file mode 100755 index 0000000..692e293 Binary files /dev/null and b/images/works/1_2.jpg differ diff --git a/images/works/2.jpg b/images/works/2.jpg new file mode 100755 index 0000000..49c0f57 Binary files /dev/null and b/images/works/2.jpg differ diff --git a/images/works/2_2.jpg b/images/works/2_2.jpg new file mode 100755 index 0000000..8052577 Binary files /dev/null and b/images/works/2_2.jpg differ diff --git a/images/works/3.jpg b/images/works/3.jpg new file mode 100755 index 0000000..a7d4fce Binary files /dev/null and b/images/works/3.jpg differ diff --git a/images/works/3_2.jpg b/images/works/3_2.jpg new file mode 100755 index 0000000..e800cb3 Binary files /dev/null and b/images/works/3_2.jpg differ diff --git a/images/works/4.jpg b/images/works/4.jpg new file mode 100755 index 0000000..b501826 Binary files /dev/null and b/images/works/4.jpg differ diff --git a/images/works/4_2.jpg b/images/works/4_2.jpg new file mode 100755 index 0000000..31261e8 Binary files /dev/null and b/images/works/4_2.jpg differ diff --git a/images/works/5.jpg b/images/works/5.jpg new file mode 100755 index 0000000..940528d Binary files /dev/null and b/images/works/5.jpg differ diff --git a/images/works/5_2.jpg b/images/works/5_2.jpg new file mode 100755 index 0000000..fe9016b Binary files /dev/null and b/images/works/5_2.jpg differ diff --git a/images/works/6.jpg b/images/works/6.jpg new file mode 100755 index 0000000..c0c9403 Binary files /dev/null and b/images/works/6.jpg differ diff --git a/images/works/6_2.jpg b/images/works/6_2.jpg new file mode 100755 index 0000000..c3e4245 Binary files /dev/null and b/images/works/6_2.jpg differ diff --git a/images/works/7.jpg b/images/works/7.jpg new file mode 100755 index 0000000..92166cc Binary files /dev/null and b/images/works/7.jpg differ diff --git a/images/works/7_2.jpg b/images/works/7_2.jpg new file mode 100755 index 0000000..037e9fe Binary files /dev/null and b/images/works/7_2.jpg differ diff --git a/images/works/Thumbs.db b/images/works/Thumbs.db new file mode 100755 index 0000000..db2fa56 Binary files /dev/null and b/images/works/Thumbs.db differ diff --git a/images/wth500-1.png b/images/wth500-1.png new file mode 100644 index 0000000..9461121 Binary files /dev/null and b/images/wth500-1.png differ diff --git a/images/zoom.png b/images/zoom.png new file mode 100755 index 0000000..397b5c4 Binary files /dev/null and b/images/zoom.png differ diff --git a/images/zoom_h.png b/images/zoom_h.png new file mode 100755 index 0000000..8baee89 Binary files /dev/null and b/images/zoom_h.png differ diff --git a/index.html b/index.html new file mode 100755 index 0000000..747ce77 --- /dev/null +++ b/index.html @@ -0,0 +1,855 @@ + + + + + + White | responsive bootstrap3 html5 one page template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ + + +
+ + + +
+ + +
+
    +
  • +
    +

     

    +

    NAHEJ¹‐³CZ

    +

    +

    +

    Film o mé nahotě v soukromí i na veřejnosti...

    +

    Film o mé osobě, o mé nahotě v soukromí i na veřejnosti, o tom, čemu se věnuji jen v soukromí, a čemu i na veřejnosti, o tom, čemu věřím, co mne zajímá a za co bojuji...

    + + +
    +   Film +
  • +
    +

     

    +

    NAHATEJ²‐³CZ

    +

    +

    +

    The template is suitable for any company and the direction that appreciates style, purity and quality of the web site.

    +
    +   Film +
  • +
  • +
    +

     

    +

    FILM³‐³

    +

    +

    +

    The template is suitable for any company and the direction that appreciates style, purity and quality of the web site.

    +
    +   Film + + + KUS + +
  • +
+
+ +
+ + + +
+ + + + + +
+ + +
+ + +
+
+

Artificial Intelligence

+ We tried to make very high-quality product and so our code is very neat and clean. Whatever anyone could improve and modify the template to your liking. +
+
+

Datové centrum

+ We tried to make very high-quality product and so our code is very neat and clean. Whatever anyone could improve and modify the template to your liking. +
+
+

GNU/Linux

+ We tried to make very high-quality product and so our code is very neat and clean. Whatever anyone could improve and modify the template to your liking. +
+
+

Documentation

+ We tried to make very high-quality product and so our code is very neat and clean. Whatever anyone could improve and modify the template to your liking. +
+
+

Quality

+ We tried to make very high-quality product and so our code is very neat and clean. Whatever anyone could improve and modify the template to your liking. +
+
+

Support

+ We tried to make very high-quality product and so our code is very neat and clean. Whatever anyone could improve and modify the template to your liking. +
+
+ +
+ +
+
+
+
+ +
+

Mám pro Vás vzkaz! Mám pro Vás vzkaz!

+
+
+
+

I wanted to make a Gooey Marquee type effect, tried a couple of things, and ended up using two layers of text, one with the effect, and a clean one on top so that the text remains readable.

+
+
+
+ + +
+ + +
+ + +
+ +
+

Main Topic: Nude in Public

+

Záležitost, jenž mne provází už od dětství...

+

We tried to make very high-quality product and so our code is very neat and clean. Whatever anyone could improve and modify the template to your liking.

+

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.

+

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.

+ Magazín o nudismu + Nude · In · Public · EU +
+ +
+ + +
+
+
+
+
+ + + +
+ + +
+

Budoucí Koncepty

+
+ + +
+ + +
+ + + +
+ + +
+ + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+
+ + + +
+ + +
+

Spolupracují se mnou

+ + +
+ + + +
+
+
+ + + +
+ + +
+

Server 192 · 168 · 1 · 5✗

+ + +
+ + + +
+ + +
+
+
+
+ + +
+
+ Inteligent Transitions In UX Design + +
+
+
+
+
+
+ + +
+
+ Recent trends in storytelling + +
+
+
+
+
+
+ + +
+
+ Supernatural FX Showreel + +
+
+
+
+
+
+
+ + +
+
+ + + + + + +
+ +
Zobrazit větší mapu +
+ +
+ + diff --git a/js/animate.js b/js/animate.js new file mode 100755 index 0000000..5d8c1ac --- /dev/null +++ b/js/animate.js @@ -0,0 +1,155 @@ +/* + * jQuery appear plugin + * + * Copyright (c) 2012 Andrey Sidorov + * licensed under MIT license. + * + * https://github.com/morr/jquery.appear/ + * + * Version: 0.3.3 + */ +if ($(window).width() > 1024){ + +(function($) { + var selectors = []; + + var check_binded = false; + var check_lock = false; + var defaults = { + interval: 250, + force_process: false + } + var $window = $(window); + + var $prior_appeared; + + function process() { + check_lock = false; + for (var index = 0; index < selectors.length; index++) { + var $appeared = $(selectors[index]).filter(function() { + return $(this).is(':appeared'); + }); + + $appeared.trigger('appear', [$appeared]); + + if ($prior_appeared) { + var $disappeared = $prior_appeared.not($appeared); + $disappeared.trigger('disappear', [$disappeared]); + } + $prior_appeared = $appeared; + } + } + + // "appeared" custom filter + $.expr[':']['appeared'] = function(element) { + var $element = $(element); + if (!$element.is(':visible')) { + return false; + } + + var window_left = $window.scrollLeft(); + var window_top = $window.scrollTop(); + var offset = $element.offset(); + var left = offset.left; + var top = offset.top; + + if (top + $element.height() >= window_top && + top - ($element.data('appear-top-offset') || 0) <= window_top + $window.height() && + left + $element.width() >= window_left && + left - ($element.data('appear-left-offset') || 0) <= window_left + $window.width()) { + return true; + } else { + return false; + } + } + + $.fn.extend({ + // watching for element's appearance in browser viewport + appear: function(options) { + var opts = $.extend({}, defaults, options || {}); + var selector = this.selector || this; + if (!check_binded) { + var on_check = function() { + if (check_lock) { + return; + } + check_lock = true; + + setTimeout(process, opts.interval); + }; + + $(window).scroll(on_check).resize(on_check); + check_binded = true; + } + + if (opts.force_process) { + setTimeout(process, opts.interval); + } + selectors.push(selector); + return $(selector); + } + }); + + $.extend({ + // force elements's appearance check + force_appear: function() { + if (check_binded) { + process(); + return true; + }; + return false; + } + }); +})(jQuery); + +var isMobile = false; + +(function( $ ) { + "use strict"; + + $(function() { + + /* --- MOBILE DETECT --- */ + if (navigator.userAgent.match(/Android/i) || + navigator.userAgent.match(/webOS/i) || + navigator.userAgent.match(/iPhone/i) || + navigator.userAgent.match(/iPad/i)|| + navigator.userAgent.match(/iPod/i) || + navigator.userAgent.match(/BlackBerry/i)) { + isMobile = true; + } + + /* --- ADD NECESSARY CLASS --- */ + if (isMobile == true) { + $('.animated').removeClass('animated'); + $('.op0').removeClass('op0'); + } + + /* --- ANIMATE CONTENT --- */ + if (isMobile == false) { + $('*[data-animated]').addClass('animated'); + } + + function animated_contents() { + $(".animated:appeared").each(function (i) { + var $this = $(this), + animated = $(this).data('animated'); + + setTimeout(function () { + $this.addClass(animated); + }, 100 * i); + + }); + } + + if (isMobile == false) { + animated_contents(); + $(window).scroll(function () { + animated_contents(); + }); + } + }); + +}(jQuery)); + +} \ No newline at end of file diff --git a/js/bootstrap.min.js b/js/bootstrap.min.js new file mode 100755 index 0000000..1765631 --- /dev/null +++ b/js/bootstrap.min.js @@ -0,0 +1,6 @@ +/** +* bootstrap.js v3.0.0 by @fat and @mdo +* Copyright 2013 Twitter Inc. +* http://www.apache.org/licenses/LICENSE-2.0 +*/ +if(!jQuery)throw new Error("Bootstrap requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]}}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b()})}(window.jQuery),+function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function c(){f.trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one(a.support.transition.end,c).emulateTransitionEnd(150):c())};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),"string"==typeof b&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(window.jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d)};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(a){var b="disabled",c=this.$element,d=c.is("input")?"val":"html",e=c.data();a+="Text",e.resetText||c.data("resetText",c[d]()),c[d](e[a]||this.options[a]),setTimeout(function(){"loadingText"==a?c.addClass(b).attr(b,b):c.removeClass(b).removeAttr(b)},0)},b.prototype.toggle=function(){var a=this.$element.closest('[data-toggle="buttons"]');if(a.length){var b=this.$element.find("input").prop("checked",!this.$element.hasClass("active")).trigger("change");"radio"===b.prop("type")&&a.find(".active").removeClass("active")}this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof c&&c;e||d.data("bs.button",e=new b(this,f)),"toggle"==c?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(window.jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition.end&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){return this.sliding?void 0:this.slide("next")},b.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}this.sliding=!0,f&&this.pause();var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});if(!e.hasClass("active")){if(this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.hasClass("slide")){if(this.$element.trigger(j),j.isDefaultPrevented())return;e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid")},0)}).emulateTransitionEnd(600)}else{if(this.$element.trigger(j),j.isDefaultPrevented())return;d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return f&&this.cycle(),this}};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c),g="string"==typeof c?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),"number"==typeof c?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c,d=a(this),e=a(d.attr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),d.data()),g=d.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(window.jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b=a.Event("show.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transitioning)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])}}},b.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return a.support.transition?(this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350),void 0):d.call(this)}}},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c);e||d.data("bs.collapse",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c,d=a(this),e=d.attr("data-target")||b.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":d.data(),i=d.attr("data-parent"),j=i&&a(i);g&&g.transitioning||(j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(d).addClass("collapsed"),d[f.hasClass("in")?"addClass":"removeClass"]("collapsed")),f.collapse(h)})}(window.jQuery),+function(a){"use strict";function b(){a(d).remove(),a(e).each(function(b){var d=c(a(this));d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown")),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown"))})}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}var d=".dropdown-backdrop",e="[data-toggle=dropdown]",f=function(b){a(b).on("click.bs.dropdown",this.toggle)};f.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){if("ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(''}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[this.options.html?"html":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof c&&c;e||d.data("bs.popover",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(window.jQuery),+function(a){"use strict";function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(c).is("body")?a(window):a(c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);var c=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#\w/.test(e)&&a(e);return f&&f.length&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,d=c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(b>=d)return g!=(a=f.last()[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parents(".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate")};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(window.jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.attr("data-target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.parent("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),"string"==typeof c&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(window.jQuery),+function(a){"use strict";var b=function(c,d){this.options=a.extend({},b.DEFAULTS,d),this.$window=a(window).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(c),this.affixed=this.unpin=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(this.$element.is(":visible")){var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top()),"function"==typeof h&&(h=f.bottom());var i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=c-h?"bottom":null!=g&&g>=d?"top":!1;this.affixed!==i&&(this.unpin&&this.$element.css("top",""),this.affixed=i,this.unpin="bottom"==i?e.top-d:null,this.$element.removeClass(b.RESET).addClass("affix"+(i?"-"+i:"")),"bottom"==i&&this.$element.offset({top:document.body.offsetHeight-h-this.$element.height()}))}};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof c&&c;e||d.data("bs.affix",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetTop),b.affix(c)})})}(window.jQuery); \ No newline at end of file diff --git a/js/jquery.BlackAndWhite.js b/js/jquery.BlackAndWhite.js new file mode 100755 index 0000000..dc277d3 --- /dev/null +++ b/js/jquery.BlackAndWhite.js @@ -0,0 +1,274 @@ +/** + * + * Version: 0.2.8 + * Author: Gianluca Guarini + * Contact: gianluca.guarini@gmail.com + * Website: http://www.gianlucaguarini.com/ + * Twitter: @gianlucaguarini + * + * Copyright (c) 2013 Gianluca Guarini + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, + * copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following + * conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + **/ +!(function($) { + $.fn.extend({ + BlackAndWhite: function(options) { + 'use strict'; + var $container = this, + defaults = { + hoverEffect: true, + webworkerPath: false, + responsive: true, + invertHoverEffect: false, + speed: 500, + onImageReady: null, + intensity: 1 + }; + options = $.extend(defaults, options); + + /** + * + * Public vars + * + */ + var hoverEffect = options.hoverEffect, + webworkerPath = options.webworkerPath, + invertHoverEffect = options.invertHoverEffect, + responsive = options.responsive, + intensity = (typeof options.intensity === 'number' && options.intensity < 1 && options.intensity > 0) ? options.intensity : 1, + fadeSpeedIn = $.isPlainObject(options.speed) ? options.speed.fadeIn : options.speed, + fadeSpeedOut = $.isPlainObject(options.speed) ? options.speed.fadeOut : options.speed; + + var isIE7 = (document.all && !window.opera && window.XMLHttpRequest) ? true : false; + + /* + * + * features detection + * + */ + + var browserPrefixes = ' -webkit- -moz- -o- -ms- '.split(' '); + + var cssPrefixString = {}; + var cssPrefix = function(property) { + if (cssPrefixString[property] || cssPrefixString[property] === '') return cssPrefixString[property] + property; + var e = document.createElement('div'); + var prefixes = ['', 'Moz', 'Webkit', 'O', 'ms', 'Khtml']; // Various supports... + for (var i in prefixes) { + if (typeof e.style[prefixes[i] + property] !== 'undefined') { + cssPrefixString[property] = prefixes[i]; + return prefixes[i] + property; + } + } + return property.toLowerCase(); + }; + + + // https://github.com/Modernizr/Modernizr/blob/master/feature-detects/css-filters.js + var cssfilters = function() { + var el = document.createElement('div'); + el.style.cssText = browserPrefixes.join('filter' + ':blur(2px); '); + return !!el.style.length && ((document.documentMode === undefined || document.documentMode > 9)); + }(); + /** + * + * Private vars + * + */ + var supportsCanvas = !! document.createElement('canvas').getContext, + $window = $(window), + /* Check if Web Workers are supported */ + supportWebworker = (function() { + return (typeof(Worker) !== "undefined") ? true : false; + }()), + cssFilter = cssPrefix('Filter'), + imagesArray = [], + BnWWorker = supportWebworker && webworkerPath ? new Worker(webworkerPath + "BnWWorker.js") : false; + + /** + * + * Private methods + * + */ + var _onMouseLeave = function(e) { + $(e.currentTarget).find('.BWfade').stop(true, true)[!invertHoverEffect ? 'fadeIn' : 'fadeOut'](fadeSpeedOut); + }; + var _onMouseEnter = function(e) { + $(e.currentTarget).find('.BWfade').stop(true, true)[invertHoverEffect ? 'fadeIn' : 'fadeOut'](fadeSpeedIn); + }; + var _onImageReady = function(img) { + if (typeof options.onImageReady === 'function') + options.onImageReady(img); + }; + // Loop all the images converting them by the webworker (this process is unobstrusive and it does not block the page loading) + var _webWorkerLoop = function() { + if (!imagesArray.length) { + // terminate the worker + // the standard way - http://www.w3.org/TR/workers/#dedicated-workers-and-the-worker-interface + if (BnWWorker.terminate) + BnWWorker.terminate(); + // IE 10 specific - http://msdn.microsoft.com/en-us/library/ie/hh673568(v=vs.85).aspx + if (BnWWorker.close) + BnWWorker.close(); + return; + } + + BnWWorker.postMessage({ + imgData:imagesArray[0].imageData, + intensity: intensity + }); + + BnWWorker.onmessage = function(event) { + imagesArray[0].ctx.putImageData(event.data, 0, 0); + _onImageReady(imagesArray[0].img); + imagesArray.splice(0, 1); + _webWorkerLoop(); + }; + }; + //convert any image into B&W using HTML5 canvas + var _manipulateImage = function(img, canvas, width, height) { + var ctx = canvas.getContext('2d'), + currImg = img, + i = 0, + grey; + + ctx.drawImage(img, 0, 0, width, height); + + var imageData = ctx.getImageData(0, 0, width, height), + px = imageData.data, + length = px.length; + + // web worker superfast implementation + if (BnWWorker) { + + imagesArray.push({ + imageData: imageData, + ctx: ctx, + img: img + }); + + } else { + + // no webworker slow implementation + for (; i < length; i += 4) { + var k = px[i] * 0.3 + px[i + 1] * 0.59 + px[i + 2] * 0.11; + px[i] = ~~ (k * intensity + px[i] * (1 - intensity)); + px[i + 1] = ~~ (k * intensity + px[i + 1] * (1 - intensity)); + px[i + 2] = ~~ (k * intensity + px[i + 2] * (1 - intensity)); + } + + ctx.putImageData(imageData, 0, 0); + + _onImageReady(img); + } + }; + + var _injectTags = function($img, $imageWrapper) { + + var pic = $img[0], + src = pic.src, + width = $img.width(), + height = $img.height(), + position = $img.position(), + css = { + 'position': 'absolute', + top: position.top, + left: position.left, + display: invertHoverEffect ? 'none' : 'block' + }; + if (supportsCanvas && !cssfilters) { + + var realWidth = pic.width, + realHeight = pic.height; + + //adding the canvas + $('').prependTo($imageWrapper); + //getting the canvas + var $canvas = $imageWrapper.find('canvas'); + //setting the canvas position on the Pics + $canvas.css(css); + + _manipulateImage(pic, $canvas[0], realWidth, realHeight); + + } else { + + css[cssPrefix('Filter')] = 'grayscale(' + intensity * 100 + '%)'; + //adding the canvas + $(' ').prependTo($imageWrapper); + $('.BWFilter').css($.extend(css, { + 'filter': 'progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)' + })); + + _onImageReady(pic); + } + }; + this.init = function(options) { + // convert all the images + $container.each(function(index, tmpImageWrapper) { + var $imageWrapper = $(tmpImageWrapper), + $pic = $imageWrapper.find('img'); + + if (!$pic.width()) + $pic.on("load", function() { + _injectTags($pic, $imageWrapper); + }); + else + _injectTags($pic, $imageWrapper); + }); + // start the webworker + if (BnWWorker) { + // web worker implementation + _webWorkerLoop(); + } + // binding the hover effect + if (hoverEffect) { + + $container.on('mouseleave', _onMouseLeave); + $container.on('mouseenter', _onMouseEnter); + } + // make it responsive + if (responsive) { + $window.on('resize orientationchange', $container.resizeImages); + } + }; + + this.resizeImages = function() { + + $container.each(function(index, currImageWrapper) { + var pic = $(currImageWrapper).find('img:not(.BWFilter)'), + currWidth = isIE7 ? $(pic).prop('width') : $(pic).width(), + currHeight = isIE7 ? $(pic).prop('height') : $(pic).height(); + + $(this).find('.BWFilter, canvas').css({ + width: currWidth, + height: currHeight + }); + + }); + }; + + return this.init(options); + + } + + }); +}(jQuery)); \ No newline at end of file diff --git a/js/jquery.flexslider-min.js b/js/jquery.flexslider-min.js new file mode 100755 index 0000000..35c26de --- /dev/null +++ b/js/jquery.flexslider-min.js @@ -0,0 +1,5 @@ +/* + * jQuery FlexSlider v2.2.0 + * Copyright 2012 WooThemes + * Contributing Author: Tyler Smith + */(function(e){e.flexslider=function(t,n){var r=e(t);r.vars=e.extend({},e.flexslider.defaults,n);var i=r.vars.namespace,s=window.navigator&&window.navigator.msPointerEnabled&&window.MSGesture,o=("ontouchstart"in window||s||window.DocumentTouch&&document instanceof DocumentTouch)&&r.vars.touch,u="click touchend MSPointerUp",a="",f,l=r.vars.direction==="vertical",c=r.vars.reverse,h=r.vars.itemWidth>0,p=r.vars.animation==="fade",d=r.vars.asNavFor!=="",v={},m=!0;e.data(t,"flexslider",r);v={init:function(){r.animating=!1;r.currentSlide=parseInt(r.vars.startAt?r.vars.startAt:0);isNaN(r.currentSlide)&&(r.currentSlide=0);r.animatingTo=r.currentSlide;r.atEnd=r.currentSlide===0||r.currentSlide===r.last;r.containerSelector=r.vars.selector.substr(0,r.vars.selector.search(" "));r.slides=e(r.vars.selector,r);r.container=e(r.containerSelector,r);r.count=r.slides.length;r.syncExists=e(r.vars.sync).length>0;r.vars.animation==="slide"&&(r.vars.animation="swing");r.prop=l?"top":"marginLeft";r.args={};r.manualPause=!1;r.stopped=!1;r.started=!1;r.startTimeout=null;r.transitions=!r.vars.video&&!p&&r.vars.useCSS&&function(){var e=document.createElement("div"),t=["perspectiveProperty","WebkitPerspective","MozPerspective","OPerspective","msPerspective"];for(var n in t)if(e.style[t[n]]!==undefined){r.pfx=t[n].replace("Perspective","").toLowerCase();r.prop="-"+r.pfx+"-transform";return!0}return!1}();r.vars.controlsContainer!==""&&(r.controlsContainer=e(r.vars.controlsContainer).length>0&&e(r.vars.controlsContainer));r.vars.manualControls!==""&&(r.manualControls=e(r.vars.manualControls).length>0&&e(r.vars.manualControls));if(r.vars.randomize){r.slides.sort(function(){return Math.round(Math.random())-.5});r.container.empty().append(r.slides)}r.doMath();r.setup("init");r.vars.controlNav&&v.controlNav.setup();r.vars.directionNav&&v.directionNav.setup();r.vars.keyboard&&(e(r.containerSelector).length===1||r.vars.multipleKeyboard)&&e(document).bind("keyup",function(e){var t=e.keyCode;if(!r.animating&&(t===39||t===37)){var n=t===39?r.getTarget("next"):t===37?r.getTarget("prev"):!1;r.flexAnimate(n,r.vars.pauseOnAction)}});r.vars.mousewheel&&r.bind("mousewheel",function(e,t,n,i){e.preventDefault();var s=t<0?r.getTarget("next"):r.getTarget("prev");r.flexAnimate(s,r.vars.pauseOnAction)});r.vars.pausePlay&&v.pausePlay.setup();r.vars.slideshow&&r.vars.pauseInvisible&&v.pauseInvisible.init();if(r.vars.slideshow){r.vars.pauseOnHover&&r.hover(function(){!r.manualPlay&&!r.manualPause&&r.pause()},function(){!r.manualPause&&!r.manualPlay&&!r.stopped&&r.play()});if(!r.vars.pauseInvisible||!v.pauseInvisible.isHidden())r.vars.initDelay>0?r.startTimeout=setTimeout(r.play,r.vars.initDelay):r.play()}d&&v.asNav.setup();o&&r.vars.touch&&v.touch();(!p||p&&r.vars.smoothHeight)&&e(window).bind("resize orientationchange focus",v.resize);r.find("img").attr("draggable","false");setTimeout(function(){r.vars.start(r)},200)},asNav:{setup:function(){r.asNav=!0;r.animatingTo=Math.floor(r.currentSlide/r.move);r.currentItem=r.currentSlide;r.slides.removeClass(i+"active-slide").eq(r.currentItem).addClass(i+"active-slide");if(!s)r.slides.click(function(t){t.preventDefault();var n=e(this),s=n.index(),o=n.offset().left-e(r).scrollLeft();if(o<=0&&n.hasClass(i+"active-slide"))r.flexAnimate(r.getTarget("prev"),!0);else if(!e(r.vars.asNavFor).data("flexslider").animating&&!n.hasClass(i+"active-slide")){r.direction=r.currentItem');if(r.pagingCount>1)for(var f=0;f':""+n+"";if("thumbnails"===r.vars.controlNav&&!0===r.vars.thumbCaptions){var l=o.attr("data-thumbcaption");""!=l&&undefined!=l&&(s+=''+l+"")}r.controlNavScaffold.append("
  • "+s+"
  • ");n++}r.controlsContainer?e(r.controlsContainer).append(r.controlNavScaffold):r.append(r.controlNavScaffold);v.controlNav.set();v.controlNav.active();r.controlNavScaffold.delegate("a, img",u,function(t){t.preventDefault();if(a===""||a===t.type){var n=e(this),s=r.controlNav.index(n);if(!n.hasClass(i+"active")){r.direction=s>r.currentSlide?"next":"prev";r.flexAnimate(s,r.vars.pauseOnAction)}}a===""&&(a=t.type);v.setToClearWatchedEvent()})},setupManual:function(){r.controlNav=r.manualControls;v.controlNav.active();r.controlNav.bind(u,function(t){t.preventDefault();if(a===""||a===t.type){var n=e(this),s=r.controlNav.index(n);if(!n.hasClass(i+"active")){s>r.currentSlide?r.direction="next":r.direction="prev";r.flexAnimate(s,r.vars.pauseOnAction)}}a===""&&(a=t.type);v.setToClearWatchedEvent()})},set:function(){var t=r.vars.controlNav==="thumbnails"?"img":"a";r.controlNav=e("."+i+"control-nav li "+t,r.controlsContainer?r.controlsContainer:r)},active:function(){r.controlNav.removeClass(i+"active").eq(r.animatingTo).addClass(i+"active")},update:function(t,n){r.pagingCount>1&&t==="add"?r.controlNavScaffold.append(e("
  • "+r.count+"
  • ")):r.pagingCount===1?r.controlNavScaffold.find("li").remove():r.controlNav.eq(n).closest("li").remove();v.controlNav.set();r.pagingCount>1&&r.pagingCount!==r.controlNav.length?r.update(n,t):v.controlNav.active()}},directionNav:{setup:function(){var t=e('");if(r.controlsContainer){e(r.controlsContainer).append(t);r.directionNav=e("."+i+"direction-nav li a",r.controlsContainer)}else{r.append(t);r.directionNav=e("."+i+"direction-nav li a",r)}v.directionNav.update();r.directionNav.bind(u,function(t){t.preventDefault();var n;if(a===""||a===t.type){n=e(this).hasClass(i+"next")?r.getTarget("next"):r.getTarget("prev");r.flexAnimate(n,r.vars.pauseOnAction)}a===""&&(a=t.type);v.setToClearWatchedEvent()})},update:function(){var e=i+"disabled";r.pagingCount===1?r.directionNav.addClass(e).attr("tabindex","-1"):r.vars.animationLoop?r.directionNav.removeClass(e).removeAttr("tabindex"):r.animatingTo===0?r.directionNav.removeClass(e).filter("."+i+"prev").addClass(e).attr("tabindex","-1"):r.animatingTo===r.last?r.directionNav.removeClass(e).filter("."+i+"next").addClass(e).attr("tabindex","-1"):r.directionNav.removeClass(e).removeAttr("tabindex")}},pausePlay:{setup:function(){var t=e('
    ');if(r.controlsContainer){r.controlsContainer.append(t);r.pausePlay=e("."+i+"pauseplay a",r.controlsContainer)}else{r.append(t);r.pausePlay=e("."+i+"pauseplay a",r)}v.pausePlay.update(r.vars.slideshow?i+"pause":i+"play");r.pausePlay.bind(u,function(t){t.preventDefault();if(a===""||a===t.type)if(e(this).hasClass(i+"pause")){r.manualPause=!0;r.manualPlay=!1;r.pause()}else{r.manualPause=!1;r.manualPlay=!0;r.play()}a===""&&(a=t.type);v.setToClearWatchedEvent()})},update:function(e){e==="play"?r.pausePlay.removeClass(i+"pause").addClass(i+"play").html(r.vars.playText):r.pausePlay.removeClass(i+"play").addClass(i+"pause").html(r.vars.pauseText)}},touch:function(){var e,n,i,o,u,a,f=!1,d=0,v=0,m=0;if(!s){t.addEventListener("touchstart",g,!1);function g(s){if(r.animating)s.preventDefault();else if(window.navigator.msPointerEnabled||s.touches.length===1){r.pause();o=l?r.h:r.w;a=Number(new Date);d=s.touches[0].pageX;v=s.touches[0].pageY;i=h&&c&&r.animatingTo===r.last?0:h&&c?r.limit-(r.itemW+r.vars.itemMargin)*r.move*r.animatingTo:h&&r.currentSlide===r.last?r.limit:h?(r.itemW+r.vars.itemMargin)*r.move*r.currentSlide:c?(r.last-r.currentSlide+r.cloneOffset)*o:(r.currentSlide+r.cloneOffset)*o;e=l?v:d;n=l?d:v;t.addEventListener("touchmove",y,!1);t.addEventListener("touchend",b,!1)}}function y(t){d=t.touches[0].pageX;v=t.touches[0].pageY;u=l?e-v:e-d;f=l?Math.abs(u)s){t.preventDefault();if(!p&&r.transitions){r.vars.animationLoop||(u/=r.currentSlide===0&&u<0||r.currentSlide===r.last&&u>0?Math.abs(u)/o+2:1);r.setProps(i+u,"setTouch")}}}function b(s){t.removeEventListener("touchmove",y,!1);if(r.animatingTo===r.currentSlide&&!f&&u!==null){var l=c?-u:u,h=l>0?r.getTarget("next"):r.getTarget("prev");r.canAdvance(h)&&(Number(new Date)-a<550&&Math.abs(l)>50||Math.abs(l)>o/2)?r.flexAnimate(h,r.vars.pauseOnAction):p||r.flexAnimate(r.currentSlide,r.vars.pauseOnAction,!0)}t.removeEventListener("touchend",b,!1);e=null;n=null;u=null;i=null}}else{t.style.msTouchAction="none";t._gesture=new MSGesture;t._gesture.target=t;t.addEventListener("MSPointerDown",w,!1);t._slider=r;t.addEventListener("MSGestureChange",E,!1);t.addEventListener("MSGestureEnd",S,!1);function w(e){e.stopPropagation();if(r.animating)e.preventDefault();else{r.pause();t._gesture.addPointer(e.pointerId);m=0;o=l?r.h:r.w;a=Number(new Date);i=h&&c&&r.animatingTo===r.last?0:h&&c?r.limit-(r.itemW+r.vars.itemMargin)*r.move*r.animatingTo:h&&r.currentSlide===r.last?r.limit:h?(r.itemW+r.vars.itemMargin)*r.move*r.currentSlide:c?(r.last-r.currentSlide+r.cloneOffset)*o:(r.currentSlide+r.cloneOffset)*o}}function E(e){e.stopPropagation();var n=e.target._slider;if(!n)return;var r=-e.translationX,s=-e.translationY;m+=l?s:r;u=m;f=l?Math.abs(m)500){e.preventDefault();if(!p&&n.transitions){n.vars.animationLoop||(u=m/(n.currentSlide===0&&m<0||n.currentSlide===n.last&&m>0?Math.abs(m)/o+2:1));n.setProps(i+u,"setTouch")}}}function S(t){t.stopPropagation();var r=t.target._slider;if(!r)return;if(r.animatingTo===r.currentSlide&&!f&&u!==null){var s=c?-u:u,l=s>0?r.getTarget("next"):r.getTarget("prev");r.canAdvance(l)&&(Number(new Date)-a<550&&Math.abs(s)>50||Math.abs(s)>o/2)?r.flexAnimate(l,r.vars.pauseOnAction):p||r.flexAnimate(r.currentSlide,r.vars.pauseOnAction,!0)}e=null;n=null;u=null;i=null;m=0}}},resize:function(){if(!r.animating&&r.is(":visible")){h||r.doMath();if(p)v.smoothHeight();else if(h){r.slides.width(r.computedW);r.update(r.pagingCount);r.setProps()}else if(l){r.viewport.height(r.h);r.setProps(r.h,"setTotal")}else{r.vars.smoothHeight&&v.smoothHeight();r.newSlides.width(r.computedW);r.setProps(r.computedW,"setTotal")}}},smoothHeight:function(e){if(!l||p){var t=p?r:r.viewport;e?t.animate({height:r.slides.eq(r.animatingTo).height()},e):t.height(r.slides.eq(r.animatingTo).height())}},sync:function(t){var n=e(r.vars.sync).data("flexslider"),i=r.animatingTo;switch(t){case"animate":n.flexAnimate(i,r.vars.pauseOnAction,!1,!0);break;case"play":!n.playing&&!n.asNav&&n.play();break;case"pause":n.pause()}},pauseInvisible:{visProp:null,init:function(){var e=["webkit","moz","ms","o"];if("hidden"in document)return"hidden";for(var t=0;t0?setTimeout(r.play,r.vars.initDelay):r.play()})}},isHidden:function(){return document[v.pauseInvisible.visProp]||!1}},setToClearWatchedEvent:function(){clearTimeout(f);f=setTimeout(function(){a=""},3e3)}};r.flexAnimate=function(t,n,s,u,a){!r.vars.animationLoop&&t!==r.currentSlide&&(r.direction=t>r.currentSlide?"next":"prev");d&&r.pagingCount===1&&(r.direction=r.currentItemr.limit&&r.visible!==1?r.limit:b}else r.currentSlide===0&&t===r.count-1&&r.vars.animationLoop&&r.direction!=="next"?y=c?(r.count+r.cloneOffset)*m:0:r.currentSlide===r.last&&t===0&&r.vars.animationLoop&&r.direction!=="prev"?y=c?0:(r.count+1)*m:y=c?(r.count-1-t+r.cloneOffset)*m:(t+r.cloneOffset)*m;r.setProps(y,"",r.vars.animationSpeed);if(r.transitions){if(!r.vars.animationLoop||!r.atEnd){r.animating=!1;r.currentSlide=r.animatingTo}r.container.unbind("webkitTransitionEnd transitionend");r.container.bind("webkitTransitionEnd transitionend",function(){r.wrapup(m)})}else r.container.animate(r.args,r.vars.animationSpeed,r.vars.easing,function(){r.wrapup(m)})}else if(!o){r.slides.eq(r.currentSlide).css({zIndex:1}).animate({opacity:0},r.vars.animationSpeed,r.vars.easing);r.slides.eq(t).css({zIndex:2}).animate({opacity:1},r.vars.animationSpeed,r.vars.easing,r.wrapup)}else{r.slides.eq(r.currentSlide).css({opacity:0,zIndex:1});r.slides.eq(t).css({opacity:1,zIndex:2});r.wrapup(m)}r.vars.smoothHeight&&v.smoothHeight(r.vars.animationSpeed)}};r.wrapup=function(e){!p&&!h&&(r.currentSlide===0&&r.animatingTo===r.last&&r.vars.animationLoop?r.setProps(e,"jumpEnd"):r.currentSlide===r.last&&r.animatingTo===0&&r.vars.animationLoop&&r.setProps(e,"jumpStart"));r.animating=!1;r.currentSlide=r.animatingTo;r.vars.after(r)};r.animateSlides=function(){!r.animating&&m&&r.flexAnimate(r.getTarget("next"))};r.pause=function(){clearInterval(r.animatedSlides);r.animatedSlides=null;r.playing=!1;r.vars.pausePlay&&v.pausePlay.update("play");r.syncExists&&v.sync("pause")};r.play=function(){r.playing&&clearInterval(r.animatedSlides);r.animatedSlides=r.animatedSlides||setInterval(r.animateSlides,r.vars.slideshowSpeed);r.started=r.playing=!0;r.vars.pausePlay&&v.pausePlay.update("pause");r.syncExists&&v.sync("play")};r.stop=function(){r.pause();r.stopped=!0};r.canAdvance=function(e,t){var n=d?r.pagingCount-1:r.last;return t?!0:d&&r.currentItem===r.count-1&&e===0&&r.direction==="prev"?!0:d&&r.currentItem===0&&e===r.pagingCount-1&&r.direction!=="next"?!1:e===r.currentSlide&&!d?!1:r.vars.animationLoop?!0:r.atEnd&&r.currentSlide===0&&e===n&&r.direction!=="next"?!1:r.atEnd&&r.currentSlide===n&&e===0&&r.direction==="next"?!1:!0};r.getTarget=function(e){r.direction=e;return e==="next"?r.currentSlide===r.last?0:r.currentSlide+1:r.currentSlide===0?r.last:r.currentSlide-1};r.setProps=function(e,t,n){var i=function(){var n=e?e:(r.itemW+r.vars.itemMargin)*r.move*r.animatingTo,i=function(){if(h)return t==="setTouch"?e:c&&r.animatingTo===r.last?0:c?r.limit-(r.itemW+r.vars.itemMargin)*r.move*r.animatingTo:r.animatingTo===r.last?r.limit:n;switch(t){case"setTotal":return c?(r.count-1-r.currentSlide+r.cloneOffset)*e:(r.currentSlide+r.cloneOffset)*e;case"setTouch":return c?e:e;case"jumpEnd":return c?e:r.count*e;case"jumpStart":return c?r.count*e:e;default:return e}}();return i*-1+"px"}();if(r.transitions){i=l?"translate3d(0,"+i+",0)":"translate3d("+i+",0,0)";n=n!==undefined?n/1e3+"s":"0s";r.container.css("-"+r.pfx+"-transition-duration",n)}r.args[r.prop]=i;(r.transitions||n===undefined)&&r.container.css(r.args)};r.setup=function(t){if(!p){var n,s;if(t==="init"){r.viewport=e('
    ').css({overflow:"hidden",position:"relative"}).appendTo(r).append(r.container);r.cloneCount=0;r.cloneOffset=0;if(c){s=e.makeArray(r.slides).reverse();r.slides=e(s);r.container.empty().append(r.slides)}}if(r.vars.animationLoop&&!h){r.cloneCount=2;r.cloneOffset=1;t!=="init"&&r.container.find(".clone").remove();r.container.append(r.slides.first().clone().addClass("clone").attr("aria-hidden","true")).prepend(r.slides.last().clone().addClass("clone").attr("aria-hidden","true"))}r.newSlides=e(r.vars.selector,r);n=c?r.count-1-r.currentSlide+r.cloneOffset:r.currentSlide+r.cloneOffset;if(l&&!h){r.container.height((r.count+r.cloneCount)*200+"%").css("position","absolute").width("100%");setTimeout(function(){r.newSlides.css({display:"block"});r.doMath();r.viewport.height(r.h);r.setProps(n*r.h,"init")},t==="init"?100:0)}else{r.container.width((r.count+r.cloneCount)*200+"%");r.setProps(n*r.computedW,"init");setTimeout(function(){r.doMath();r.newSlides.css({width:r.computedW,"float":"left",display:"block"});r.vars.smoothHeight&&v.smoothHeight()},t==="init"?100:0)}}else{r.slides.css({width:"100%","float":"left",marginRight:"-100%",position:"relative"});t==="init"&&(o?r.slides.css({opacity:0,display:"block",webkitTransition:"opacity "+r.vars.animationSpeed/1e3+"s ease",zIndex:1}).eq(r.currentSlide).css({opacity:1,zIndex:2}):r.slides.css({opacity:0,display:"block",zIndex:1}).eq(r.currentSlide).css({zIndex:2}).animate({opacity:1},r.vars.animationSpeed,r.vars.easing));r.vars.smoothHeight&&v.smoothHeight()}h||r.slides.removeClass(i+"active-slide").eq(r.currentSlide).addClass(i+"active-slide")};r.doMath=function(){var e=r.slides.first(),t=r.vars.itemMargin,n=r.vars.minItems,i=r.vars.maxItems;r.w=r.viewport===undefined?r.width():r.viewport.width();r.h=e.height();r.boxPadding=e.outerWidth()-e.width();if(h){r.itemT=r.vars.itemWidth+t;r.minW=n?n*r.itemT:r.w;r.maxW=i?i*r.itemT-t:r.w;r.itemW=r.minW>r.w?(r.w-t*(n-1))/n:r.maxWr.w?r.w:r.vars.itemWidth;r.visible=Math.floor(r.w/r.itemW);r.move=r.vars.move>0&&r.vars.mover.w?r.itemW*(r.count-1)+t*(r.count-1):(r.itemW+t)*r.count-r.w-t}else{r.itemW=r.w;r.pagingCount=r.count;r.last=r.count-1}r.computedW=r.itemW-r.boxPadding};r.update=function(e,t){r.doMath();if(!h){er.controlNav.length)v.controlNav.update("add");else if(t==="remove"&&!h||r.pagingCountr.last){r.currentSlide-=1;r.animatingTo-=1}v.controlNav.update("remove",r.last)}r.vars.directionNav&&v.directionNav.update()};r.addSlide=function(t,n){var i=e(t);r.count+=1;r.last=r.count-1;l&&c?n!==undefined?r.slides.eq(r.count-n).after(i):r.container.prepend(i):n!==undefined?r.slides.eq(n).before(i):r.container.append(i);r.update(n,"add");r.slides=e(r.vars.selector+":not(.clone)",r);r.setup();r.vars.added(r)};r.removeSlide=function(t){var n=isNaN(t)?r.slides.index(e(t)):t;r.count-=1;r.last=r.count-1;isNaN(t)?e(t,r.slides).remove():l&&c?r.slides.eq(r.last).remove():r.slides.eq(t).remove();r.doMath();r.update(n,"remove");r.slides=e(r.vars.selector+":not(.clone)",r);r.setup();r.vars.removed(r)};v.init()};e(window).blur(function(e){focused=!1}).focus(function(e){focused=!0});e.flexslider.defaults={namespace:"flex-",selector:".slides > li",animation:"fade",easing:"swing",direction:"horizontal",reverse:!1,animationLoop:!0,smoothHeight:!1,startAt:0,slideshow:!0,slideshowSpeed:7e3,animationSpeed:600,initDelay:0,randomize:!1,thumbCaptions:!1,pauseOnAction:!0,pauseOnHover:!1,pauseInvisible:!0,useCSS:!0,touch:!0,video:!1,controlNav:!0,directionNav:!0,prevText:"",nextText:"",keyboard:!0,multipleKeyboard:!1,mousewheel:!1,pausePlay:!1,pauseText:"Pause",playText:"Play",controlsContainer:"",manualControls:"",sync:"",asNavFor:"",itemWidth:0,itemMargin:0,minItems:1,maxItems:0,move:0,allowOneSlide:!0,start:function(){},before:function(){},after:function(){},end:function(){},added:function(){},removed:function(){}};e.fn.flexslider=function(t){t===undefined&&(t={});if(typeof t=="object")return this.each(function(){var n=e(this),r=t.selector?t.selector:".slides > li",i=n.find(r);if(i.length===1&&t.allowOneSlide===!0||i.length===0){i.fadeIn(400);t.start&&t.start(n)}else n.data("flexslider")===undefined&&new e.flexslider(this,t)});var n=e(this).data("flexslider");switch(t){case"play":n.play();break;case"pause":n.pause();break;case"stop":n.stop();break;case"next":n.flexAnimate(n.getTarget("next"),!0);break;case"prev":case"previous":n.flexAnimate(n.getTarget("prev"),!0);break;default:typeof t=="number"&&n.flexAnimate(t,!0)}}})(jQuery); \ No newline at end of file diff --git a/js/jquery.min.js b/js/jquery.min.js new file mode 100755 index 0000000..29b3a2c --- /dev/null +++ b/js/jquery.min.js @@ -0,0 +1,6 @@ +/*! jQuery v1.10.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license +//@ sourceMappingURL=jquery.min.map +*/ +(function(e,t){var n,r,i=typeof t,o=e.location,a=e.document,s=a.documentElement,l=e.jQuery,u=e.$,c={},p=[],f="1.10.2",d=p.concat,h=p.push,g=p.slice,m=p.indexOf,y=c.toString,v=c.hasOwnProperty,b=f.trim,x=function(e,t){return new x.fn.init(e,t,r)},w=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=/\S+/g,C=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,N=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,k=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,E=/^[\],:{}\s]*$/,S=/(?:^|:|,)(?:\s*\[)+/g,A=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,j=/"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,D=/^-ms-/,L=/-([\da-z])/gi,H=function(e,t){return t.toUpperCase()},q=function(e){(a.addEventListener||"load"===e.type||"complete"===a.readyState)&&(_(),x.ready())},_=function(){a.addEventListener?(a.removeEventListener("DOMContentLoaded",q,!1),e.removeEventListener("load",q,!1)):(a.detachEvent("onreadystatechange",q),e.detachEvent("onload",q))};x.fn=x.prototype={jquery:f,constructor:x,init:function(e,n,r){var i,o;if(!e)return this;if("string"==typeof e){if(i="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:N.exec(e),!i||!i[1]&&n)return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e);if(i[1]){if(n=n instanceof x?n[0]:n,x.merge(this,x.parseHTML(i[1],n&&n.nodeType?n.ownerDocument||n:a,!0)),k.test(i[1])&&x.isPlainObject(n))for(i in n)x.isFunction(this[i])?this[i](n[i]):this.attr(i,n[i]);return this}if(o=a.getElementById(i[2]),o&&o.parentNode){if(o.id!==i[2])return r.find(e);this.length=1,this[0]=o}return this.context=a,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):x.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),x.makeArray(e,this))},selector:"",length:0,toArray:function(){return g.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=x.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return x.each(this,e,t)},ready:function(e){return x.ready.promise().done(e),this},slice:function(){return this.pushStack(g.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushStack(x.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:h,sort:[].sort,splice:[].splice},x.fn.init.prototype=x.fn,x.extend=x.fn.extend=function(){var e,n,r,i,o,a,s=arguments[0]||{},l=1,u=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[1]||{},l=2),"object"==typeof s||x.isFunction(s)||(s={}),u===l&&(s=this,--l);u>l;l++)if(null!=(o=arguments[l]))for(i in o)e=s[i],r=o[i],s!==r&&(c&&r&&(x.isPlainObject(r)||(n=x.isArray(r)))?(n?(n=!1,a=e&&x.isArray(e)?e:[]):a=e&&x.isPlainObject(e)?e:{},s[i]=x.extend(c,a,r)):r!==t&&(s[i]=r));return s},x.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),noConflict:function(t){return e.$===x&&(e.$=u),t&&e.jQuery===x&&(e.jQuery=l),x},isReady:!1,readyWait:1,holdReady:function(e){e?x.readyWait++:x.ready(!0)},ready:function(e){if(e===!0?!--x.readyWait:!x.isReady){if(!a.body)return setTimeout(x.ready);x.isReady=!0,e!==!0&&--x.readyWait>0||(n.resolveWith(a,[x]),x.fn.trigger&&x(a).trigger("ready").off("ready"))}},isFunction:function(e){return"function"===x.type(e)},isArray:Array.isArray||function(e){return"array"===x.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?c[y.call(e)]||"object":typeof e},isPlainObject:function(e){var n;if(!e||"object"!==x.type(e)||e.nodeType||x.isWindow(e))return!1;try{if(e.constructor&&!v.call(e,"constructor")&&!v.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(r){return!1}if(x.support.ownLast)for(n in e)return v.call(e,n);for(n in e);return n===t||v.call(e,n)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||a;var r=k.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=x.buildFragment([e],t,i),i&&x(i).remove(),x.merge([],r.childNodes))},parseJSON:function(n){return e.JSON&&e.JSON.parse?e.JSON.parse(n):null===n?n:"string"==typeof n&&(n=x.trim(n),n&&E.test(n.replace(A,"@").replace(j,"]").replace(S,"")))?Function("return "+n)():(x.error("Invalid JSON: "+n),t)},parseXML:function(n){var r,i;if(!n||"string"!=typeof n)return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(o){r=t}return r&&r.documentElement&&!r.getElementsByTagName("parsererror").length||x.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&x.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(D,"ms-").replace(L,H)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var r,i=0,o=e.length,a=M(e);if(n){if(a){for(;o>i;i++)if(r=t.apply(e[i],n),r===!1)break}else for(i in e)if(r=t.apply(e[i],n),r===!1)break}else if(a){for(;o>i;i++)if(r=t.call(e[i],i,e[i]),r===!1)break}else for(i in e)if(r=t.call(e[i],i,e[i]),r===!1)break;return e},trim:b&&!b.call("\ufeff\u00a0")?function(e){return null==e?"":b.call(e)}:function(e){return null==e?"":(e+"").replace(C,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(M(Object(e))?x.merge(n,"string"==typeof e?[e]:e):h.call(n,e)),n},inArray:function(e,t,n){var r;if(t){if(m)return m.call(t,e,n);for(r=t.length,n=n?0>n?Math.max(0,r+n):n:0;r>n;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,o=0;if("number"==typeof r)for(;r>o;o++)e[i++]=n[o];else while(n[o]!==t)e[i++]=n[o++];return e.length=i,e},grep:function(e,t,n){var r,i=[],o=0,a=e.length;for(n=!!n;a>o;o++)r=!!t(e[o],o),n!==r&&i.push(e[o]);return i},map:function(e,t,n){var r,i=0,o=e.length,a=M(e),s=[];if(a)for(;o>i;i++)r=t(e[i],i,n),null!=r&&(s[s.length]=r);else for(i in e)r=t(e[i],i,n),null!=r&&(s[s.length]=r);return d.apply([],s)},guid:1,proxy:function(e,n){var r,i,o;return"string"==typeof n&&(o=e[n],n=e,e=o),x.isFunction(e)?(r=g.call(arguments,2),i=function(){return e.apply(n||this,r.concat(g.call(arguments)))},i.guid=e.guid=e.guid||x.guid++,i):t},access:function(e,n,r,i,o,a,s){var l=0,u=e.length,c=null==r;if("object"===x.type(r)){o=!0;for(l in r)x.access(e,n,l,r[l],!0,a,s)}else if(i!==t&&(o=!0,x.isFunction(i)||(s=!0),c&&(s?(n.call(e,i),n=null):(c=n,n=function(e,t,n){return c.call(x(e),n)})),n))for(;u>l;l++)n(e[l],r,s?i:i.call(e[l],l,n(e[l],r)));return o?e:c?n.call(e):u?n(e[0],r):a},now:function(){return(new Date).getTime()},swap:function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i}}),x.ready.promise=function(t){if(!n)if(n=x.Deferred(),"complete"===a.readyState)setTimeout(x.ready);else if(a.addEventListener)a.addEventListener("DOMContentLoaded",q,!1),e.addEventListener("load",q,!1);else{a.attachEvent("onreadystatechange",q),e.attachEvent("onload",q);var r=!1;try{r=null==e.frameElement&&a.documentElement}catch(i){}r&&r.doScroll&&function o(){if(!x.isReady){try{r.doScroll("left")}catch(e){return setTimeout(o,50)}_(),x.ready()}}()}return n.promise(t)},x.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){c["[object "+t+"]"]=t.toLowerCase()});function M(e){var t=e.length,n=x.type(e);return x.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}r=x(a),function(e,t){var n,r,i,o,a,s,l,u,c,p,f,d,h,g,m,y,v,b="sizzle"+-new Date,w=e.document,T=0,C=0,N=st(),k=st(),E=st(),S=!1,A=function(e,t){return e===t?(S=!0,0):0},j=typeof t,D=1<<31,L={}.hasOwnProperty,H=[],q=H.pop,_=H.push,M=H.push,O=H.slice,F=H.indexOf||function(e){var t=0,n=this.length;for(;n>t;t++)if(this[t]===e)return t;return-1},B="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",P="[\\x20\\t\\r\\n\\f]",R="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",W=R.replace("w","w#"),$="\\["+P+"*("+R+")"+P+"*(?:([*^$|!~]?=)"+P+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+W+")|)|)"+P+"*\\]",I=":("+R+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+$.replace(3,8)+")*)|.*)\\)|)",z=RegExp("^"+P+"+|((?:^|[^\\\\])(?:\\\\.)*)"+P+"+$","g"),X=RegExp("^"+P+"*,"+P+"*"),U=RegExp("^"+P+"*([>+~]|"+P+")"+P+"*"),V=RegExp(P+"*[+~]"),Y=RegExp("="+P+"*([^\\]'\"]*)"+P+"*\\]","g"),J=RegExp(I),G=RegExp("^"+W+"$"),Q={ID:RegExp("^#("+R+")"),CLASS:RegExp("^\\.("+R+")"),TAG:RegExp("^("+R.replace("w","w*")+")"),ATTR:RegExp("^"+$),PSEUDO:RegExp("^"+I),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+P+"*(even|odd|(([+-]|)(\\d*)n|)"+P+"*(?:([+-]|)"+P+"*(\\d+)|))"+P+"*\\)|)","i"),bool:RegExp("^(?:"+B+")$","i"),needsContext:RegExp("^"+P+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+P+"*((?:-\\d)?\\d*)"+P+"*\\)|)(?=[^-]|$)","i")},K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,et=/^(?:input|select|textarea|button)$/i,tt=/^h\d$/i,nt=/'|\\/g,rt=RegExp("\\\\([\\da-f]{1,6}"+P+"?|("+P+")|.)","ig"),it=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:0>r?String.fromCharCode(r+65536):String.fromCharCode(55296|r>>10,56320|1023&r)};try{M.apply(H=O.call(w.childNodes),w.childNodes),H[w.childNodes.length].nodeType}catch(ot){M={apply:H.length?function(e,t){_.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function at(e,t,n,i){var o,a,s,l,u,c,d,m,y,x;if((t?t.ownerDocument||t:w)!==f&&p(t),t=t||f,n=n||[],!e||"string"!=typeof e)return n;if(1!==(l=t.nodeType)&&9!==l)return[];if(h&&!i){if(o=Z.exec(e))if(s=o[1]){if(9===l){if(a=t.getElementById(s),!a||!a.parentNode)return n;if(a.id===s)return n.push(a),n}else if(t.ownerDocument&&(a=t.ownerDocument.getElementById(s))&&v(t,a)&&a.id===s)return n.push(a),n}else{if(o[2])return M.apply(n,t.getElementsByTagName(e)),n;if((s=o[3])&&r.getElementsByClassName&&t.getElementsByClassName)return M.apply(n,t.getElementsByClassName(s)),n}if(r.qsa&&(!g||!g.test(e))){if(m=d=b,y=t,x=9===l&&e,1===l&&"object"!==t.nodeName.toLowerCase()){c=mt(e),(d=t.getAttribute("id"))?m=d.replace(nt,"\\$&"):t.setAttribute("id",m),m="[id='"+m+"'] ",u=c.length;while(u--)c[u]=m+yt(c[u]);y=V.test(e)&&t.parentNode||t,x=c.join(",")}if(x)try{return M.apply(n,y.querySelectorAll(x)),n}catch(T){}finally{d||t.removeAttribute("id")}}}return kt(e.replace(z,"$1"),t,n,i)}function st(){var e=[];function t(n,r){return e.push(n+=" ")>o.cacheLength&&delete t[e.shift()],t[n]=r}return t}function lt(e){return e[b]=!0,e}function ut(e){var t=f.createElement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ct(e,t){var n=e.split("|"),r=e.length;while(r--)o.attrHandle[n[r]]=t}function pt(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||D)-(~e.sourceIndex||D);if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function ft(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function dt(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function ht(e){return lt(function(t){return t=+t,lt(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}s=at.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?"HTML"!==t.nodeName:!1},r=at.support={},p=at.setDocument=function(e){var n=e?e.ownerDocument||e:w,i=n.defaultView;return n!==f&&9===n.nodeType&&n.documentElement?(f=n,d=n.documentElement,h=!s(n),i&&i.attachEvent&&i!==i.top&&i.attachEvent("onbeforeunload",function(){p()}),r.attributes=ut(function(e){return e.className="i",!e.getAttribute("className")}),r.getElementsByTagName=ut(function(e){return e.appendChild(n.createComment("")),!e.getElementsByTagName("*").length}),r.getElementsByClassName=ut(function(e){return e.innerHTML="
    ",e.firstChild.className="i",2===e.getElementsByClassName("i").length}),r.getById=ut(function(e){return d.appendChild(e).id=b,!n.getElementsByName||!n.getElementsByName(b).length}),r.getById?(o.find.ID=function(e,t){if(typeof t.getElementById!==j&&h){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},o.filter.ID=function(e){var t=e.replace(rt,it);return function(e){return e.getAttribute("id")===t}}):(delete o.find.ID,o.filter.ID=function(e){var t=e.replace(rt,it);return function(e){var n=typeof e.getAttributeNode!==j&&e.getAttributeNode("id");return n&&n.value===t}}),o.find.TAG=r.getElementsByTagName?function(e,n){return typeof n.getElementsByTagName!==j?n.getElementsByTagName(e):t}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},o.find.CLASS=r.getElementsByClassName&&function(e,n){return typeof n.getElementsByClassName!==j&&h?n.getElementsByClassName(e):t},m=[],g=[],(r.qsa=K.test(n.querySelectorAll))&&(ut(function(e){e.innerHTML="",e.querySelectorAll("[selected]").length||g.push("\\["+P+"*(?:value|"+B+")"),e.querySelectorAll(":checked").length||g.push(":checked")}),ut(function(e){var t=n.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("t",""),e.querySelectorAll("[t^='']").length&&g.push("[*^$]="+P+"*(?:''|\"\")"),e.querySelectorAll(":enabled").length||g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")})),(r.matchesSelector=K.test(y=d.webkitMatchesSelector||d.mozMatchesSelector||d.oMatchesSelector||d.msMatchesSelector))&&ut(function(e){r.disconnectedMatch=y.call(e,"div"),y.call(e,"[s!='']:x"),m.push("!=",I)}),g=g.length&&RegExp(g.join("|")),m=m.length&&RegExp(m.join("|")),v=K.test(d.contains)||d.compareDocumentPosition?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},A=d.compareDocumentPosition?function(e,t){if(e===t)return S=!0,0;var i=t.compareDocumentPosition&&e.compareDocumentPosition&&e.compareDocumentPosition(t);return i?1&i||!r.sortDetached&&t.compareDocumentPosition(e)===i?e===n||v(w,e)?-1:t===n||v(w,t)?1:c?F.call(c,e)-F.call(c,t):0:4&i?-1:1:e.compareDocumentPosition?-1:1}:function(e,t){var r,i=0,o=e.parentNode,a=t.parentNode,s=[e],l=[t];if(e===t)return S=!0,0;if(!o||!a)return e===n?-1:t===n?1:o?-1:a?1:c?F.call(c,e)-F.call(c,t):0;if(o===a)return pt(e,t);r=e;while(r=r.parentNode)s.unshift(r);r=t;while(r=r.parentNode)l.unshift(r);while(s[i]===l[i])i++;return i?pt(s[i],l[i]):s[i]===w?-1:l[i]===w?1:0},n):f},at.matches=function(e,t){return at(e,null,null,t)},at.matchesSelector=function(e,t){if((e.ownerDocument||e)!==f&&p(e),t=t.replace(Y,"='$1']"),!(!r.matchesSelector||!h||m&&m.test(t)||g&&g.test(t)))try{var n=y.call(e,t);if(n||r.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(i){}return at(t,f,null,[e]).length>0},at.contains=function(e,t){return(e.ownerDocument||e)!==f&&p(e),v(e,t)},at.attr=function(e,n){(e.ownerDocument||e)!==f&&p(e);var i=o.attrHandle[n.toLowerCase()],a=i&&L.call(o.attrHandle,n.toLowerCase())?i(e,n,!h):t;return a===t?r.attributes||!h?e.getAttribute(n):(a=e.getAttributeNode(n))&&a.specified?a.value:null:a},at.error=function(e){throw Error("Syntax error, unrecognized expression: "+e)},at.uniqueSort=function(e){var t,n=[],i=0,o=0;if(S=!r.detectDuplicates,c=!r.sortStable&&e.slice(0),e.sort(A),S){while(t=e[o++])t===e[o]&&(i=n.push(o));while(i--)e.splice(n[i],1)}return e},a=at.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=a(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r];r++)n+=a(t);return n},o=at.selectors={cacheLength:50,createPseudo:lt,match:Q,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(rt,it),e[3]=(e[4]||e[5]||"").replace(rt,it),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||at.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&at.error(e[0]),e},PSEUDO:function(e){var n,r=!e[5]&&e[2];return Q.CHILD.test(e[0])?null:(e[3]&&e[4]!==t?e[2]=e[4]:r&&J.test(r)&&(n=mt(r,!0))&&(n=r.indexOf(")",r.length-n)-r.length)&&(e[0]=e[0].slice(0,n),e[2]=r.slice(0,n)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(rt,it).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=N[e+" "];return t||(t=RegExp("(^|"+P+")"+e+"("+P+"|$)"))&&N(e,function(e){return t.test("string"==typeof e.className&&e.className||typeof e.getAttribute!==j&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=at.attr(r,e);return null==i?"!="===t:t?(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i+" ").indexOf(n)>-1:"|="===t?i===n||i.slice(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,l){var u,c,p,f,d,h,g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!l&&!s;if(m){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&v){c=m[b]||(m[b]={}),u=c[e]||[],d=u[0]===T&&u[1],f=u[0]===T&&u[2],p=d&&m.childNodes[d];while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if(1===p.nodeType&&++f&&p===t){c[e]=[T,d,f];break}}else if(v&&(u=(t[b]||(t[b]={}))[e])&&u[0]===T)f=u[1];else while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===y:1===p.nodeType)&&++f&&(v&&((p[b]||(p[b]={}))[e]=[T,f]),p===t))break;return f-=i,f===r||0===f%r&&f/r>=0}}},PSEUDO:function(e,t){var n,r=o.pseudos[e]||o.setFilters[e.toLowerCase()]||at.error("unsupported pseudo: "+e);return r[b]?r(t):r.length>1?(n=[e,e,"",t],o.setFilters.hasOwnProperty(e.toLowerCase())?lt(function(e,n){var i,o=r(e,t),a=o.length;while(a--)i=F.call(e,o[a]),e[i]=!(n[i]=o[a])}):function(e){return r(e,0,n)}):r}},pseudos:{not:lt(function(e){var t=[],n=[],r=l(e.replace(z,"$1"));return r[b]?lt(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),!n.pop()}}),has:lt(function(e){return function(t){return at(e,t).length>0}}),contains:lt(function(e){return function(t){return(t.textContent||t.innerText||a(t)).indexOf(e)>-1}}),lang:lt(function(e){return G.test(e||"")||at.error("unsupported lang: "+e),e=e.replace(rt,it).toLowerCase(),function(t){var n;do if(n=h?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===d},focus:function(e){return e===f.activeElement&&(!f.hasFocus||f.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeName>"@"||3===e.nodeType||4===e.nodeType)return!1;return!0},parent:function(e){return!o.pseudos.empty(e)},header:function(e){return tt.test(e.nodeName)},input:function(e){return et.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||t.toLowerCase()===e.type)},first:ht(function(){return[0]}),last:ht(function(e,t){return[t-1]}),eq:ht(function(e,t,n){return[0>n?n+t:n]}),even:ht(function(e,t){var n=0;for(;t>n;n+=2)e.push(n);return e}),odd:ht(function(e,t){var n=1;for(;t>n;n+=2)e.push(n);return e}),lt:ht(function(e,t,n){var r=0>n?n+t:n;for(;--r>=0;)e.push(r);return e}),gt:ht(function(e,t,n){var r=0>n?n+t:n;for(;t>++r;)e.push(r);return e})}},o.pseudos.nth=o.pseudos.eq;for(n in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})o.pseudos[n]=ft(n);for(n in{submit:!0,reset:!0})o.pseudos[n]=dt(n);function gt(){}gt.prototype=o.filters=o.pseudos,o.setFilters=new gt;function mt(e,t){var n,r,i,a,s,l,u,c=k[e+" "];if(c)return t?0:c.slice(0);s=e,l=[],u=o.preFilter;while(s){(!n||(r=X.exec(s)))&&(r&&(s=s.slice(r[0].length)||s),l.push(i=[])),n=!1,(r=U.exec(s))&&(n=r.shift(),i.push({value:n,type:r[0].replace(z," ")}),s=s.slice(n.length));for(a in o.filter)!(r=Q[a].exec(s))||u[a]&&!(r=u[a](r))||(n=r.shift(),i.push({value:n,type:a,matches:r}),s=s.slice(n.length));if(!n)break}return t?s.length:s?at.error(e):k(e,l).slice(0)}function yt(e){var t=0,n=e.length,r="";for(;n>t;t++)r+=e[t].value;return r}function vt(e,t,n){var r=t.dir,o=n&&"parentNode"===r,a=C++;return t.first?function(t,n,i){while(t=t[r])if(1===t.nodeType||o)return e(t,n,i)}:function(t,n,s){var l,u,c,p=T+" "+a;if(s){while(t=t[r])if((1===t.nodeType||o)&&e(t,n,s))return!0}else while(t=t[r])if(1===t.nodeType||o)if(c=t[b]||(t[b]={}),(u=c[r])&&u[0]===p){if((l=u[1])===!0||l===i)return l===!0}else if(u=c[r]=[p],u[1]=e(t,n,s)||i,u[1]===!0)return!0}}function bt(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function xt(e,t,n,r,i){var o,a=[],s=0,l=e.length,u=null!=t;for(;l>s;s++)(o=e[s])&&(!n||n(o,r,i))&&(a.push(o),u&&t.push(s));return a}function wt(e,t,n,r,i,o){return r&&!r[b]&&(r=wt(r)),i&&!i[b]&&(i=wt(i,o)),lt(function(o,a,s,l){var u,c,p,f=[],d=[],h=a.length,g=o||Nt(t||"*",s.nodeType?[s]:s,[]),m=!e||!o&&t?g:xt(g,f,e,s,l),y=n?i||(o?e:h||r)?[]:a:m;if(n&&n(m,y,s,l),r){u=xt(y,d),r(u,[],s,l),c=u.length;while(c--)(p=u[c])&&(y[d[c]]=!(m[d[c]]=p))}if(o){if(i||e){if(i){u=[],c=y.length;while(c--)(p=y[c])&&u.push(m[c]=p);i(null,y=[],u,l)}c=y.length;while(c--)(p=y[c])&&(u=i?F.call(o,p):f[c])>-1&&(o[u]=!(a[u]=p))}}else y=xt(y===a?y.splice(h,y.length):y),i?i(null,a,y,l):M.apply(a,y)})}function Tt(e){var t,n,r,i=e.length,a=o.relative[e[0].type],s=a||o.relative[" "],l=a?1:0,c=vt(function(e){return e===t},s,!0),p=vt(function(e){return F.call(t,e)>-1},s,!0),f=[function(e,n,r){return!a&&(r||n!==u)||((t=n).nodeType?c(e,n,r):p(e,n,r))}];for(;i>l;l++)if(n=o.relative[e[l].type])f=[vt(bt(f),n)];else{if(n=o.filter[e[l].type].apply(null,e[l].matches),n[b]){for(r=++l;i>r;r++)if(o.relative[e[r].type])break;return wt(l>1&&bt(f),l>1&&yt(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(z,"$1"),n,r>l&&Tt(e.slice(l,r)),i>r&&Tt(e=e.slice(r)),i>r&&yt(e))}f.push(n)}return bt(f)}function Ct(e,t){var n=0,r=t.length>0,a=e.length>0,s=function(s,l,c,p,d){var h,g,m,y=[],v=0,b="0",x=s&&[],w=null!=d,C=u,N=s||a&&o.find.TAG("*",d&&l.parentNode||l),k=T+=null==C?1:Math.random()||.1;for(w&&(u=l!==f&&l,i=n);null!=(h=N[b]);b++){if(a&&h){g=0;while(m=e[g++])if(m(h,l,c)){p.push(h);break}w&&(T=k,i=++n)}r&&((h=!m&&h)&&v--,s&&x.push(h))}if(v+=b,r&&b!==v){g=0;while(m=t[g++])m(x,y,l,c);if(s){if(v>0)while(b--)x[b]||y[b]||(y[b]=q.call(p));y=xt(y)}M.apply(p,y),w&&!s&&y.length>0&&v+t.length>1&&at.uniqueSort(p)}return w&&(T=k,u=C),x};return r?lt(s):s}l=at.compile=function(e,t){var n,r=[],i=[],o=E[e+" "];if(!o){t||(t=mt(e)),n=t.length;while(n--)o=Tt(t[n]),o[b]?r.push(o):i.push(o);o=E(e,Ct(i,r))}return o};function Nt(e,t,n){var r=0,i=t.length;for(;i>r;r++)at(e,t[r],n);return n}function kt(e,t,n,i){var a,s,u,c,p,f=mt(e);if(!i&&1===f.length){if(s=f[0]=f[0].slice(0),s.length>2&&"ID"===(u=s[0]).type&&r.getById&&9===t.nodeType&&h&&o.relative[s[1].type]){if(t=(o.find.ID(u.matches[0].replace(rt,it),t)||[])[0],!t)return n;e=e.slice(s.shift().value.length)}a=Q.needsContext.test(e)?0:s.length;while(a--){if(u=s[a],o.relative[c=u.type])break;if((p=o.find[c])&&(i=p(u.matches[0].replace(rt,it),V.test(s[0].type)&&t.parentNode||t))){if(s.splice(a,1),e=i.length&&yt(s),!e)return M.apply(n,i),n;break}}}return l(e,f)(i,t,!h,n,V.test(e)),n}r.sortStable=b.split("").sort(A).join("")===b,r.detectDuplicates=S,p(),r.sortDetached=ut(function(e){return 1&e.compareDocumentPosition(f.createElement("div"))}),ut(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||ct("type|href|height|width",function(e,n,r){return r?t:e.getAttribute(n,"type"===n.toLowerCase()?1:2)}),r.attributes&&ut(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||ct("value",function(e,n,r){return r||"input"!==e.nodeName.toLowerCase()?t:e.defaultValue}),ut(function(e){return null==e.getAttribute("disabled")})||ct(B,function(e,n,r){var i;return r?t:(i=e.getAttributeNode(n))&&i.specified?i.value:e[n]===!0?n.toLowerCase():null}),x.find=at,x.expr=at.selectors,x.expr[":"]=x.expr.pseudos,x.unique=at.uniqueSort,x.text=at.getText,x.isXMLDoc=at.isXML,x.contains=at.contains}(e);var O={};function F(e){var t=O[e]={};return x.each(e.match(T)||[],function(e,n){t[n]=!0}),t}x.Callbacks=function(e){e="string"==typeof e?O[e]||F(e):x.extend({},e);var n,r,i,o,a,s,l=[],u=!e.once&&[],c=function(t){for(r=e.memory&&t,i=!0,a=s||0,s=0,o=l.length,n=!0;l&&o>a;a++)if(l[a].apply(t[0],t[1])===!1&&e.stopOnFalse){r=!1;break}n=!1,l&&(u?u.length&&c(u.shift()):r?l=[]:p.disable())},p={add:function(){if(l){var t=l.length;(function i(t){x.each(t,function(t,n){var r=x.type(n);"function"===r?e.unique&&p.has(n)||l.push(n):n&&n.length&&"string"!==r&&i(n)})})(arguments),n?o=l.length:r&&(s=t,c(r))}return this},remove:function(){return l&&x.each(arguments,function(e,t){var r;while((r=x.inArray(t,l,r))>-1)l.splice(r,1),n&&(o>=r&&o--,a>=r&&a--)}),this},has:function(e){return e?x.inArray(e,l)>-1:!(!l||!l.length)},empty:function(){return l=[],o=0,this},disable:function(){return l=u=r=t,this},disabled:function(){return!l},lock:function(){return u=t,r||p.disable(),this},locked:function(){return!u},fireWith:function(e,t){return!l||i&&!u||(t=t||[],t=[e,t.slice?t.slice():t],n?u.push(t):c(t)),this},fire:function(){return p.fireWith(this,arguments),this},fired:function(){return!!i}};return p},x.extend({Deferred:function(e){var t=[["resolve","done",x.Callbacks("once memory"),"resolved"],["reject","fail",x.Callbacks("once memory"),"rejected"],["notify","progress",x.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return x.Deferred(function(n){x.each(t,function(t,o){var a=o[0],s=x.isFunction(e[t])&&e[t];i[o[1]](function(){var e=s&&s.apply(this,arguments);e&&x.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[a+"With"](this===r?n.promise():this,s?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?x.extend(e,r):r}},i={};return r.pipe=r.then,x.each(t,function(e,o){var a=o[2],s=o[3];r[o[1]]=a.add,s&&a.add(function(){n=s},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=a.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=g.call(arguments),r=n.length,i=1!==r||e&&x.isFunction(e.promise)?r:0,o=1===i?e:x.Deferred(),a=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?g.call(arguments):r,n===s?o.notifyWith(t,n):--i||o.resolveWith(t,n)}},s,l,u;if(r>1)for(s=Array(r),l=Array(r),u=Array(r);r>t;t++)n[t]&&x.isFunction(n[t].promise)?n[t].promise().done(a(t,u,n)).fail(o.reject).progress(a(t,l,s)):--i;return i||o.resolveWith(u,n),o.promise()}}),x.support=function(t){var n,r,o,s,l,u,c,p,f,d=a.createElement("div");if(d.setAttribute("className","t"),d.innerHTML="
    a",n=d.getElementsByTagName("*")||[],r=d.getElementsByTagName("a")[0],!r||!r.style||!n.length)return t;s=a.createElement("select"),u=s.appendChild(a.createElement("option")),o=d.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t.getSetAttribute="t"!==d.className,t.leadingWhitespace=3===d.firstChild.nodeType,t.tbody=!d.getElementsByTagName("tbody").length,t.htmlSerialize=!!d.getElementsByTagName("link").length,t.style=/top/.test(r.getAttribute("style")),t.hrefNormalized="/a"===r.getAttribute("href"),t.opacity=/^0.5/.test(r.style.opacity),t.cssFloat=!!r.style.cssFloat,t.checkOn=!!o.value,t.optSelected=u.selected,t.enctype=!!a.createElement("form").enctype,t.html5Clone="<:nav>"!==a.createElement("nav").cloneNode(!0).outerHTML,t.inlineBlockNeedsLayout=!1,t.shrinkWrapBlocks=!1,t.pixelPosition=!1,t.deleteExpando=!0,t.noCloneEvent=!0,t.reliableMarginRight=!0,t.boxSizingReliable=!0,o.checked=!0,t.noCloneChecked=o.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!u.disabled;try{delete d.test}catch(h){t.deleteExpando=!1}o=a.createElement("input"),o.setAttribute("value",""),t.input=""===o.getAttribute("value"),o.value="t",o.setAttribute("type","radio"),t.radioValue="t"===o.value,o.setAttribute("checked","t"),o.setAttribute("name","t"),l=a.createDocumentFragment(),l.appendChild(o),t.appendChecked=o.checked,t.checkClone=l.cloneNode(!0).cloneNode(!0).lastChild.checked,d.attachEvent&&(d.attachEvent("onclick",function(){t.noCloneEvent=!1}),d.cloneNode(!0).click());for(f in{submit:!0,change:!0,focusin:!0})d.setAttribute(c="on"+f,"t"),t[f+"Bubbles"]=c in e||d.attributes[c].expando===!1;d.style.backgroundClip="content-box",d.cloneNode(!0).style.backgroundClip="",t.clearCloneStyle="content-box"===d.style.backgroundClip;for(f in x(t))break;return t.ownLast="0"!==f,x(function(){var n,r,o,s="padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",l=a.getElementsByTagName("body")[0];l&&(n=a.createElement("div"),n.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",l.appendChild(n).appendChild(d),d.innerHTML="
    t
    ",o=d.getElementsByTagName("td"),o[0].style.cssText="padding:0;margin:0;border:0;display:none",p=0===o[0].offsetHeight,o[0].style.display="",o[1].style.display="none",t.reliableHiddenOffsets=p&&0===o[0].offsetHeight,d.innerHTML="",d.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",x.swap(l,null!=l.style.zoom?{zoom:1}:{},function(){t.boxSizing=4===d.offsetWidth}),e.getComputedStyle&&(t.pixelPosition="1%"!==(e.getComputedStyle(d,null)||{}).top,t.boxSizingReliable="4px"===(e.getComputedStyle(d,null)||{width:"4px"}).width,r=d.appendChild(a.createElement("div")),r.style.cssText=d.style.cssText=s,r.style.marginRight=r.style.width="0",d.style.width="1px",t.reliableMarginRight=!parseFloat((e.getComputedStyle(r,null)||{}).marginRight)),typeof d.style.zoom!==i&&(d.innerHTML="",d.style.cssText=s+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=3===d.offsetWidth,d.style.display="block",d.innerHTML="
    ",d.firstChild.style.width="5px",t.shrinkWrapBlocks=3!==d.offsetWidth,t.inlineBlockNeedsLayout&&(l.style.zoom=1)),l.removeChild(n),n=d=o=r=null)}),n=s=l=u=r=o=null,t +}({});var B=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,P=/([A-Z])/g;function R(e,n,r,i){if(x.acceptData(e)){var o,a,s=x.expando,l=e.nodeType,u=l?x.cache:e,c=l?e[s]:e[s]&&s;if(c&&u[c]&&(i||u[c].data)||r!==t||"string"!=typeof n)return c||(c=l?e[s]=p.pop()||x.guid++:s),u[c]||(u[c]=l?{}:{toJSON:x.noop}),("object"==typeof n||"function"==typeof n)&&(i?u[c]=x.extend(u[c],n):u[c].data=x.extend(u[c].data,n)),a=u[c],i||(a.data||(a.data={}),a=a.data),r!==t&&(a[x.camelCase(n)]=r),"string"==typeof n?(o=a[n],null==o&&(o=a[x.camelCase(n)])):o=a,o}}function W(e,t,n){if(x.acceptData(e)){var r,i,o=e.nodeType,a=o?x.cache:e,s=o?e[x.expando]:x.expando;if(a[s]){if(t&&(r=n?a[s]:a[s].data)){x.isArray(t)?t=t.concat(x.map(t,x.camelCase)):t in r?t=[t]:(t=x.camelCase(t),t=t in r?[t]:t.split(" ")),i=t.length;while(i--)delete r[t[i]];if(n?!I(r):!x.isEmptyObject(r))return}(n||(delete a[s].data,I(a[s])))&&(o?x.cleanData([e],!0):x.support.deleteExpando||a!=a.window?delete a[s]:a[s]=null)}}}x.extend({cache:{},noData:{applet:!0,embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(e){return e=e.nodeType?x.cache[e[x.expando]]:e[x.expando],!!e&&!I(e)},data:function(e,t,n){return R(e,t,n)},removeData:function(e,t){return W(e,t)},_data:function(e,t,n){return R(e,t,n,!0)},_removeData:function(e,t){return W(e,t,!0)},acceptData:function(e){if(e.nodeType&&1!==e.nodeType&&9!==e.nodeType)return!1;var t=e.nodeName&&x.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),x.fn.extend({data:function(e,n){var r,i,o=null,a=0,s=this[0];if(e===t){if(this.length&&(o=x.data(s),1===s.nodeType&&!x._data(s,"parsedAttrs"))){for(r=s.attributes;r.length>a;a++)i=r[a].name,0===i.indexOf("data-")&&(i=x.camelCase(i.slice(5)),$(s,i,o[i]));x._data(s,"parsedAttrs",!0)}return o}return"object"==typeof e?this.each(function(){x.data(this,e)}):arguments.length>1?this.each(function(){x.data(this,e,n)}):s?$(s,e,x.data(s,e)):null},removeData:function(e){return this.each(function(){x.removeData(this,e)})}});function $(e,n,r){if(r===t&&1===e.nodeType){var i="data-"+n.replace(P,"-$1").toLowerCase();if(r=e.getAttribute(i),"string"==typeof r){try{r="true"===r?!0:"false"===r?!1:"null"===r?null:+r+""===r?+r:B.test(r)?x.parseJSON(r):r}catch(o){}x.data(e,n,r)}else r=t}return r}function I(e){var t;for(t in e)if(("data"!==t||!x.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}x.extend({queue:function(e,n,r){var i;return e?(n=(n||"fx")+"queue",i=x._data(e,n),r&&(!i||x.isArray(r)?i=x._data(e,n,x.makeArray(r)):i.push(r)),i||[]):t},dequeue:function(e,t){t=t||"fx";var n=x.queue(e,t),r=n.length,i=n.shift(),o=x._queueHooks(e,t),a=function(){x.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return x._data(e,n)||x._data(e,n,{empty:x.Callbacks("once memory").add(function(){x._removeData(e,t+"queue"),x._removeData(e,n)})})}}),x.fn.extend({queue:function(e,n){var r=2;return"string"!=typeof e&&(n=e,e="fx",r--),r>arguments.length?x.queue(this[0],e):n===t?this:this.each(function(){var t=x.queue(this,e,n);x._queueHooks(this,e),"fx"===e&&"inprogress"!==t[0]&&x.dequeue(this,e)})},dequeue:function(e){return this.each(function(){x.dequeue(this,e)})},delay:function(e,t){return e=x.fx?x.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,i=1,o=x.Deferred(),a=this,s=this.length,l=function(){--i||o.resolveWith(a,[a])};"string"!=typeof e&&(n=e,e=t),e=e||"fx";while(s--)r=x._data(a[s],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(l));return l(),o.promise(n)}});var z,X,U=/[\t\r\n\f]/g,V=/\r/g,Y=/^(?:input|select|textarea|button|object)$/i,J=/^(?:a|area)$/i,G=/^(?:checked|selected)$/i,Q=x.support.getSetAttribute,K=x.support.input;x.fn.extend({attr:function(e,t){return x.access(this,x.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){x.removeAttr(this,e)})},prop:function(e,t){return x.access(this,x.prop,e,t,arguments.length>1)},removeProp:function(e){return e=x.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,o,a=0,s=this.length,l="string"==typeof e&&e;if(x.isFunction(e))return this.each(function(t){x(this).addClass(e.call(this,t,this.className))});if(l)for(t=(e||"").match(T)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(U," "):" ")){o=0;while(i=t[o++])0>r.indexOf(" "+i+" ")&&(r+=i+" ");n.className=x.trim(r)}return this},removeClass:function(e){var t,n,r,i,o,a=0,s=this.length,l=0===arguments.length||"string"==typeof e&&e;if(x.isFunction(e))return this.each(function(t){x(this).removeClass(e.call(this,t,this.className))});if(l)for(t=(e||"").match(T)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(U," "):"")){o=0;while(i=t[o++])while(r.indexOf(" "+i+" ")>=0)r=r.replace(" "+i+" "," ");n.className=e?x.trim(r):""}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):x.isFunction(e)?this.each(function(n){x(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if("string"===n){var t,r=0,o=x(this),a=e.match(T)||[];while(t=a[r++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else(n===i||"boolean"===n)&&(this.className&&x._data(this,"__className__",this.className),this.className=this.className||e===!1?"":x._data(this,"__className__")||"")})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;r>n;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(U," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,o=this[0];{if(arguments.length)return i=x.isFunction(e),this.each(function(n){var o;1===this.nodeType&&(o=i?e.call(this,n,x(this).val()):e,null==o?o="":"number"==typeof o?o+="":x.isArray(o)&&(o=x.map(o,function(e){return null==e?"":e+""})),r=x.valHooks[this.type]||x.valHooks[this.nodeName.toLowerCase()],r&&"set"in r&&r.set(this,o,"value")!==t||(this.value=o))});if(o)return r=x.valHooks[o.type]||x.valHooks[o.nodeName.toLowerCase()],r&&"get"in r&&(n=r.get(o,"value"))!==t?n:(n=o.value,"string"==typeof n?n.replace(V,""):null==n?"":n)}}}),x.extend({valHooks:{option:{get:function(e){var t=x.find.attr(e,"value");return null!=t?t:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||0>i,a=o?null:[],s=o?i+1:r.length,l=0>i?s:o?i:0;for(;s>l;l++)if(n=r[l],!(!n.selected&&l!==i||(x.support.optDisabled?n.disabled:null!==n.getAttribute("disabled"))||n.parentNode.disabled&&x.nodeName(n.parentNode,"optgroup"))){if(t=x(n).val(),o)return t;a.push(t)}return a},set:function(e,t){var n,r,i=e.options,o=x.makeArray(t),a=i.length;while(a--)r=i[a],(r.selected=x.inArray(x(r).val(),o)>=0)&&(n=!0);return n||(e.selectedIndex=-1),o}}},attr:function(e,n,r){var o,a,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return typeof e.getAttribute===i?x.prop(e,n,r):(1===s&&x.isXMLDoc(e)||(n=n.toLowerCase(),o=x.attrHooks[n]||(x.expr.match.bool.test(n)?X:z)),r===t?o&&"get"in o&&null!==(a=o.get(e,n))?a:(a=x.find.attr(e,n),null==a?t:a):null!==r?o&&"set"in o&&(a=o.set(e,r,n))!==t?a:(e.setAttribute(n,r+""),r):(x.removeAttr(e,n),t))},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(T);if(o&&1===e.nodeType)while(n=o[i++])r=x.propFix[n]||n,x.expr.match.bool.test(n)?K&&Q||!G.test(n)?e[r]=!1:e[x.camelCase("default-"+n)]=e[r]=!1:x.attr(e,n,""),e.removeAttribute(Q?n:r)},attrHooks:{type:{set:function(e,t){if(!x.support.radioValue&&"radio"===t&&x.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},propFix:{"for":"htmlFor","class":"className"},prop:function(e,n,r){var i,o,a,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return a=1!==s||!x.isXMLDoc(e),a&&(n=x.propFix[n]||n,o=x.propHooks[n]),r!==t?o&&"set"in o&&(i=o.set(e,r,n))!==t?i:e[n]=r:o&&"get"in o&&null!==(i=o.get(e,n))?i:e[n]},propHooks:{tabIndex:{get:function(e){var t=x.find.attr(e,"tabindex");return t?parseInt(t,10):Y.test(e.nodeName)||J.test(e.nodeName)&&e.href?0:-1}}}}),X={set:function(e,t,n){return t===!1?x.removeAttr(e,n):K&&Q||!G.test(n)?e.setAttribute(!Q&&x.propFix[n]||n,n):e[x.camelCase("default-"+n)]=e[n]=!0,n}},x.each(x.expr.match.bool.source.match(/\w+/g),function(e,n){var r=x.expr.attrHandle[n]||x.find.attr;x.expr.attrHandle[n]=K&&Q||!G.test(n)?function(e,n,i){var o=x.expr.attrHandle[n],a=i?t:(x.expr.attrHandle[n]=t)!=r(e,n,i)?n.toLowerCase():null;return x.expr.attrHandle[n]=o,a}:function(e,n,r){return r?t:e[x.camelCase("default-"+n)]?n.toLowerCase():null}}),K&&Q||(x.attrHooks.value={set:function(e,n,r){return x.nodeName(e,"input")?(e.defaultValue=n,t):z&&z.set(e,n,r)}}),Q||(z={set:function(e,n,r){var i=e.getAttributeNode(r);return i||e.setAttributeNode(i=e.ownerDocument.createAttribute(r)),i.value=n+="","value"===r||n===e.getAttribute(r)?n:t}},x.expr.attrHandle.id=x.expr.attrHandle.name=x.expr.attrHandle.coords=function(e,n,r){var i;return r?t:(i=e.getAttributeNode(n))&&""!==i.value?i.value:null},x.valHooks.button={get:function(e,n){var r=e.getAttributeNode(n);return r&&r.specified?r.value:t},set:z.set},x.attrHooks.contenteditable={set:function(e,t,n){z.set(e,""===t?!1:t,n)}},x.each(["width","height"],function(e,n){x.attrHooks[n]={set:function(e,r){return""===r?(e.setAttribute(n,"auto"),r):t}}})),x.support.hrefNormalized||x.each(["href","src"],function(e,t){x.propHooks[t]={get:function(e){return e.getAttribute(t,4)}}}),x.support.style||(x.attrHooks.style={get:function(e){return e.style.cssText||t},set:function(e,t){return e.style.cssText=t+""}}),x.support.optSelected||(x.propHooks.selected={get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}}),x.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){x.propFix[this.toLowerCase()]=this}),x.support.enctype||(x.propFix.enctype="encoding"),x.each(["radio","checkbox"],function(){x.valHooks[this]={set:function(e,n){return x.isArray(n)?e.checked=x.inArray(x(e).val(),n)>=0:t}},x.support.checkOn||(x.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var Z=/^(?:input|select|textarea)$/i,et=/^key/,tt=/^(?:mouse|contextmenu)|click/,nt=/^(?:focusinfocus|focusoutblur)$/,rt=/^([^.]*)(?:\.(.+)|)$/;function it(){return!0}function ot(){return!1}function at(){try{return a.activeElement}catch(e){}}x.event={global:{},add:function(e,n,r,o,a){var s,l,u,c,p,f,d,h,g,m,y,v=x._data(e);if(v){r.handler&&(c=r,r=c.handler,a=c.selector),r.guid||(r.guid=x.guid++),(l=v.events)||(l=v.events={}),(f=v.handle)||(f=v.handle=function(e){return typeof x===i||e&&x.event.triggered===e.type?t:x.event.dispatch.apply(f.elem,arguments)},f.elem=e),n=(n||"").match(T)||[""],u=n.length;while(u--)s=rt.exec(n[u])||[],g=y=s[1],m=(s[2]||"").split(".").sort(),g&&(p=x.event.special[g]||{},g=(a?p.delegateType:p.bindType)||g,p=x.event.special[g]||{},d=x.extend({type:g,origType:y,data:o,handler:r,guid:r.guid,selector:a,needsContext:a&&x.expr.match.needsContext.test(a),namespace:m.join(".")},c),(h=l[g])||(h=l[g]=[],h.delegateCount=0,p.setup&&p.setup.call(e,o,m,f)!==!1||(e.addEventListener?e.addEventListener(g,f,!1):e.attachEvent&&e.attachEvent("on"+g,f))),p.add&&(p.add.call(e,d),d.handler.guid||(d.handler.guid=r.guid)),a?h.splice(h.delegateCount++,0,d):h.push(d),x.event.global[g]=!0);e=null}},remove:function(e,t,n,r,i){var o,a,s,l,u,c,p,f,d,h,g,m=x.hasData(e)&&x._data(e);if(m&&(c=m.events)){t=(t||"").match(T)||[""],u=t.length;while(u--)if(s=rt.exec(t[u])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){p=x.event.special[d]||{},d=(r?p.delegateType:p.bindType)||d,f=c[d]||[],s=s[2]&&RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),l=o=f.length;while(o--)a=f[o],!i&&g!==a.origType||n&&n.guid!==a.guid||s&&!s.test(a.namespace)||r&&r!==a.selector&&("**"!==r||!a.selector)||(f.splice(o,1),a.selector&&f.delegateCount--,p.remove&&p.remove.call(e,a));l&&!f.length&&(p.teardown&&p.teardown.call(e,h,m.handle)!==!1||x.removeEvent(e,d,m.handle),delete c[d])}else for(d in c)x.event.remove(e,d+t[u],n,r,!0);x.isEmptyObject(c)&&(delete m.handle,x._removeData(e,"events"))}},trigger:function(n,r,i,o){var s,l,u,c,p,f,d,h=[i||a],g=v.call(n,"type")?n.type:n,m=v.call(n,"namespace")?n.namespace.split("."):[];if(u=f=i=i||a,3!==i.nodeType&&8!==i.nodeType&&!nt.test(g+x.event.triggered)&&(g.indexOf(".")>=0&&(m=g.split("."),g=m.shift(),m.sort()),l=0>g.indexOf(":")&&"on"+g,n=n[x.expando]?n:new x.Event(g,"object"==typeof n&&n),n.isTrigger=o?2:3,n.namespace=m.join("."),n.namespace_re=n.namespace?RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,n.result=t,n.target||(n.target=i),r=null==r?[n]:x.makeArray(r,[n]),p=x.event.special[g]||{},o||!p.trigger||p.trigger.apply(i,r)!==!1)){if(!o&&!p.noBubble&&!x.isWindow(i)){for(c=p.delegateType||g,nt.test(c+g)||(u=u.parentNode);u;u=u.parentNode)h.push(u),f=u;f===(i.ownerDocument||a)&&h.push(f.defaultView||f.parentWindow||e)}d=0;while((u=h[d++])&&!n.isPropagationStopped())n.type=d>1?c:p.bindType||g,s=(x._data(u,"events")||{})[n.type]&&x._data(u,"handle"),s&&s.apply(u,r),s=l&&u[l],s&&x.acceptData(u)&&s.apply&&s.apply(u,r)===!1&&n.preventDefault();if(n.type=g,!o&&!n.isDefaultPrevented()&&(!p._default||p._default.apply(h.pop(),r)===!1)&&x.acceptData(i)&&l&&i[g]&&!x.isWindow(i)){f=i[l],f&&(i[l]=null),x.event.triggered=g;try{i[g]()}catch(y){}x.event.triggered=t,f&&(i[l]=f)}return n.result}},dispatch:function(e){e=x.event.fix(e);var n,r,i,o,a,s=[],l=g.call(arguments),u=(x._data(this,"events")||{})[e.type]||[],c=x.event.special[e.type]||{};if(l[0]=e,e.delegateTarget=this,!c.preDispatch||c.preDispatch.call(this,e)!==!1){s=x.event.handlers.call(this,e,u),n=0;while((o=s[n++])&&!e.isPropagationStopped()){e.currentTarget=o.elem,a=0;while((i=o.handlers[a++])&&!e.isImmediatePropagationStopped())(!e.namespace_re||e.namespace_re.test(i.namespace))&&(e.handleObj=i,e.data=i.data,r=((x.event.special[i.origType]||{}).handle||i.handler).apply(o.elem,l),r!==t&&(e.result=r)===!1&&(e.preventDefault(),e.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,e),e.result}},handlers:function(e,n){var r,i,o,a,s=[],l=n.delegateCount,u=e.target;if(l&&u.nodeType&&(!e.button||"click"!==e.type))for(;u!=this;u=u.parentNode||this)if(1===u.nodeType&&(u.disabled!==!0||"click"!==e.type)){for(o=[],a=0;l>a;a++)i=n[a],r=i.selector+" ",o[r]===t&&(o[r]=i.needsContext?x(r,this).index(u)>=0:x.find(r,this,null,[u]).length),o[r]&&o.push(i);o.length&&s.push({elem:u,handlers:o})}return n.length>l&&s.push({elem:this,handlers:n.slice(l)}),s},fix:function(e){if(e[x.expando])return e;var t,n,r,i=e.type,o=e,s=this.fixHooks[i];s||(this.fixHooks[i]=s=tt.test(i)?this.mouseHooks:et.test(i)?this.keyHooks:{}),r=s.props?this.props.concat(s.props):this.props,e=new x.Event(o),t=r.length;while(t--)n=r[t],e[n]=o[n];return e.target||(e.target=o.srcElement||a),3===e.target.nodeType&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,o):e},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var r,i,o,s=n.button,l=n.fromElement;return null==e.pageX&&null!=n.clientX&&(i=e.target.ownerDocument||a,o=i.documentElement,r=i.body,e.pageX=n.clientX+(o&&o.scrollLeft||r&&r.scrollLeft||0)-(o&&o.clientLeft||r&&r.clientLeft||0),e.pageY=n.clientY+(o&&o.scrollTop||r&&r.scrollTop||0)-(o&&o.clientTop||r&&r.clientTop||0)),!e.relatedTarget&&l&&(e.relatedTarget=l===e.target?n.toElement:l),e.which||s===t||(e.which=1&s?1:2&s?3:4&s?2:0),e}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==at()&&this.focus)try{return this.focus(),!1}catch(e){}},delegateType:"focusin"},blur:{trigger:function(){return this===at()&&this.blur?(this.blur(),!1):t},delegateType:"focusout"},click:{trigger:function(){return x.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):t},_default:function(e){return x.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e){e.result!==t&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,r){var i=x.extend(new x.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?x.event.trigger(i,null,t):x.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},x.removeEvent=a.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r="on"+t;e.detachEvent&&(typeof e[r]===i&&(e[r]=null),e.detachEvent(r,n))},x.Event=function(e,n){return this instanceof x.Event?(e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?it:ot):this.type=e,n&&x.extend(this,n),this.timeStamp=e&&e.timeStamp||x.now(),this[x.expando]=!0,t):new x.Event(e,n)},x.Event.prototype={isDefaultPrevented:ot,isPropagationStopped:ot,isImmediatePropagationStopped:ot,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=it,e&&(e.preventDefault?e.preventDefault():e.returnValue=!1)},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=it,e&&(e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=it,this.stopPropagation()}},x.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){x.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj;return(!i||i!==r&&!x.contains(r,i))&&(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),x.support.submitBubbles||(x.event.special.submit={setup:function(){return x.nodeName(this,"form")?!1:(x.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=x.nodeName(n,"input")||x.nodeName(n,"button")?n.form:t;r&&!x._data(r,"submitBubbles")&&(x.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),x._data(r,"submitBubbles",!0))}),t)},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&x.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){return x.nodeName(this,"form")?!1:(x.event.remove(this,"._submit"),t)}}),x.support.changeBubbles||(x.event.special.change={setup:function(){return Z.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(x.event.add(this,"propertychange._change",function(e){"checked"===e.originalEvent.propertyName&&(this._just_changed=!0)}),x.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),x.event.simulate("change",this,e,!0)})),!1):(x.event.add(this,"beforeactivate._change",function(e){var t=e.target;Z.test(t.nodeName)&&!x._data(t,"changeBubbles")&&(x.event.add(t,"change._change",function(e){!this.parentNode||e.isSimulated||e.isTrigger||x.event.simulate("change",this.parentNode,e,!0)}),x._data(t,"changeBubbles",!0))}),t)},handle:function(e){var n=e.target;return this!==n||e.isSimulated||e.isTrigger||"radio"!==n.type&&"checkbox"!==n.type?e.handleObj.handler.apply(this,arguments):t},teardown:function(){return x.event.remove(this,"._change"),!Z.test(this.nodeName)}}),x.support.focusinBubbles||x.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){x.event.simulate(t,e.target,x.event.fix(e),!0)};x.event.special[t]={setup:function(){0===n++&&a.addEventListener(e,r,!0)},teardown:function(){0===--n&&a.removeEventListener(e,r,!0)}}}),x.fn.extend({on:function(e,n,r,i,o){var a,s;if("object"==typeof e){"string"!=typeof n&&(r=r||n,n=t);for(a in e)this.on(a,n,r,e[a],o);return this}if(null==r&&null==i?(i=n,r=n=t):null==i&&("string"==typeof n?(i=r,r=t):(i=r,r=n,n=t)),i===!1)i=ot;else if(!i)return this;return 1===o&&(s=i,i=function(e){return x().off(e),s.apply(this,arguments)},i.guid=s.guid||(s.guid=x.guid++)),this.each(function(){x.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,o;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,x(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(o in e)this.off(o,n,e[o]);return this}return(n===!1||"function"==typeof n)&&(r=n,n=t),r===!1&&(r=ot),this.each(function(){x.event.remove(this,e,r,n)})},trigger:function(e,t){return this.each(function(){x.event.trigger(e,t,this)})},triggerHandler:function(e,n){var r=this[0];return r?x.event.trigger(e,n,r,!0):t}});var st=/^.[^:#\[\.,]*$/,lt=/^(?:parents|prev(?:Until|All))/,ut=x.expr.match.needsContext,ct={children:!0,contents:!0,next:!0,prev:!0};x.fn.extend({find:function(e){var t,n=[],r=this,i=r.length;if("string"!=typeof e)return this.pushStack(x(e).filter(function(){for(t=0;i>t;t++)if(x.contains(r[t],this))return!0}));for(t=0;i>t;t++)x.find(e,r[t],n);return n=this.pushStack(i>1?x.unique(n):n),n.selector=this.selector?this.selector+" "+e:e,n},has:function(e){var t,n=x(e,this),r=n.length;return this.filter(function(){for(t=0;r>t;t++)if(x.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(ft(this,e||[],!0))},filter:function(e){return this.pushStack(ft(this,e||[],!1))},is:function(e){return!!ft(this,"string"==typeof e&&ut.test(e)?x(e):e||[],!1).length},closest:function(e,t){var n,r=0,i=this.length,o=[],a=ut.test(e)||"string"!=typeof e?x(e,t||this.context):0;for(;i>r;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(11>n.nodeType&&(a?a.index(n)>-1:1===n.nodeType&&x.find.matchesSelector(n,e))){n=o.push(n);break}return this.pushStack(o.length>1?x.unique(o):o)},index:function(e){return e?"string"==typeof e?x.inArray(this[0],x(e)):x.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){var n="string"==typeof e?x(e,t):x.makeArray(e&&e.nodeType?[e]:e),r=x.merge(this.get(),n);return this.pushStack(x.unique(r))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function pt(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return x.dir(e,"parentNode")},parentsUntil:function(e,t,n){return x.dir(e,"parentNode",n)},next:function(e){return pt(e,"nextSibling")},prev:function(e){return pt(e,"previousSibling")},nextAll:function(e){return x.dir(e,"nextSibling")},prevAll:function(e){return x.dir(e,"previousSibling")},nextUntil:function(e,t,n){return x.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return x.dir(e,"previousSibling",n)},siblings:function(e){return x.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return x.sibling(e.firstChild)},contents:function(e){return x.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:x.merge([],e.childNodes)}},function(e,t){x.fn[e]=function(n,r){var i=x.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=x.filter(r,i)),this.length>1&&(ct[e]||(i=x.unique(i)),lt.test(e)&&(i=i.reverse())),this.pushStack(i)}}),x.extend({filter:function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?x.find.matchesSelector(r,e)?[r]:[]:x.find.matches(e,x.grep(t,function(e){return 1===e.nodeType}))},dir:function(e,n,r){var i=[],o=e[n];while(o&&9!==o.nodeType&&(r===t||1!==o.nodeType||!x(o).is(r)))1===o.nodeType&&i.push(o),o=o[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}});function ft(e,t,n){if(x.isFunction(t))return x.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return x.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(st.test(t))return x.filter(t,e,n);t=x.filter(t,e)}return x.grep(e,function(e){return x.inArray(e,t)>=0!==n})}function dt(e){var t=ht.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}var ht="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",gt=/ jQuery\d+="(?:null|\d+)"/g,mt=RegExp("<(?:"+ht+")[\\s/>]","i"),yt=/^\s+/,vt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bt=/<([\w:]+)/,xt=/\s*$/g,At={option:[1,""],legend:[1,"
    ","
    "],area:[1,"",""],param:[1,"",""],thead:[1,"","
    "],tr:[2,"","
    "],col:[2,"","
    "],td:[3,"","
    "],_default:x.support.htmlSerialize?[0,"",""]:[1,"X
    ","
    "]},jt=dt(a),Dt=jt.appendChild(a.createElement("div"));At.optgroup=At.option,At.tbody=At.tfoot=At.colgroup=At.caption=At.thead,At.th=At.td,x.fn.extend({text:function(e){return x.access(this,function(e){return e===t?x.text(this):this.empty().append((this[0]&&this[0].ownerDocument||a).createTextNode(e))},null,e,arguments.length)},append:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Lt(this,e);t.appendChild(e)}})},prepend:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Lt(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){var n,r=e?x.filter(e,this):this,i=0;for(;null!=(n=r[i]);i++)t||1!==n.nodeType||x.cleanData(Ft(n)),n.parentNode&&(t&&x.contains(n.ownerDocument,n)&&_t(Ft(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){var e,t=0;for(;null!=(e=this[t]);t++){1===e.nodeType&&x.cleanData(Ft(e,!1));while(e.firstChild)e.removeChild(e.firstChild);e.options&&x.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return x.clone(this,e,t)})},html:function(e){return x.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return 1===n.nodeType?n.innerHTML.replace(gt,""):t;if(!("string"!=typeof e||Tt.test(e)||!x.support.htmlSerialize&&mt.test(e)||!x.support.leadingWhitespace&&yt.test(e)||At[(bt.exec(e)||["",""])[1].toLowerCase()])){e=e.replace(vt,"<$1>");try{for(;i>r;r++)n=this[r]||{},1===n.nodeType&&(x.cleanData(Ft(n,!1)),n.innerHTML=e);n=0}catch(o){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=x.map(this,function(e){return[e.nextSibling,e.parentNode]}),t=0;return this.domManip(arguments,function(n){var r=e[t++],i=e[t++];i&&(r&&r.parentNode!==i&&(r=this.nextSibling),x(this).remove(),i.insertBefore(n,r))},!0),t?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t,n){e=d.apply([],e);var r,i,o,a,s,l,u=0,c=this.length,p=this,f=c-1,h=e[0],g=x.isFunction(h);if(g||!(1>=c||"string"!=typeof h||x.support.checkClone)&&Nt.test(h))return this.each(function(r){var i=p.eq(r);g&&(e[0]=h.call(this,r,i.html())),i.domManip(e,t,n)});if(c&&(l=x.buildFragment(e,this[0].ownerDocument,!1,!n&&this),r=l.firstChild,1===l.childNodes.length&&(l=r),r)){for(a=x.map(Ft(l,"script"),Ht),o=a.length;c>u;u++)i=l,u!==f&&(i=x.clone(i,!0,!0),o&&x.merge(a,Ft(i,"script"))),t.call(this[u],i,u);if(o)for(s=a[a.length-1].ownerDocument,x.map(a,qt),u=0;o>u;u++)i=a[u],kt.test(i.type||"")&&!x._data(i,"globalEval")&&x.contains(s,i)&&(i.src?x._evalUrl(i.src):x.globalEval((i.text||i.textContent||i.innerHTML||"").replace(St,"")));l=r=null}return this}});function Lt(e,t){return x.nodeName(e,"table")&&x.nodeName(1===t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function Ht(e){return e.type=(null!==x.find.attr(e,"type"))+"/"+e.type,e}function qt(e){var t=Et.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function _t(e,t){var n,r=0;for(;null!=(n=e[r]);r++)x._data(n,"globalEval",!t||x._data(t[r],"globalEval"))}function Mt(e,t){if(1===t.nodeType&&x.hasData(e)){var n,r,i,o=x._data(e),a=x._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;i>r;r++)x.event.add(t,n,s[n][r])}a.data&&(a.data=x.extend({},a.data))}}function Ot(e,t){var n,r,i;if(1===t.nodeType){if(n=t.nodeName.toLowerCase(),!x.support.noCloneEvent&&t[x.expando]){i=x._data(t);for(r in i.events)x.removeEvent(t,r,i.handle);t.removeAttribute(x.expando)}"script"===n&&t.text!==e.text?(Ht(t).text=e.text,qt(t)):"object"===n?(t.parentNode&&(t.outerHTML=e.outerHTML),x.support.html5Clone&&e.innerHTML&&!x.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):"input"===n&&Ct.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):"option"===n?t.defaultSelected=t.selected=e.defaultSelected:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}}x.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){x.fn[e]=function(e){var n,r=0,i=[],o=x(e),a=o.length-1;for(;a>=r;r++)n=r===a?this:this.clone(!0),x(o[r])[t](n),h.apply(i,n.get());return this.pushStack(i)}});function Ft(e,n){var r,o,a=0,s=typeof e.getElementsByTagName!==i?e.getElementsByTagName(n||"*"):typeof e.querySelectorAll!==i?e.querySelectorAll(n||"*"):t;if(!s)for(s=[],r=e.childNodes||e;null!=(o=r[a]);a++)!n||x.nodeName(o,n)?s.push(o):x.merge(s,Ft(o,n));return n===t||n&&x.nodeName(e,n)?x.merge([e],s):s}function Bt(e){Ct.test(e.type)&&(e.defaultChecked=e.checked)}x.extend({clone:function(e,t,n){var r,i,o,a,s,l=x.contains(e.ownerDocument,e);if(x.support.html5Clone||x.isXMLDoc(e)||!mt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(Dt.innerHTML=e.outerHTML,Dt.removeChild(o=Dt.firstChild)),!(x.support.noCloneEvent&&x.support.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||x.isXMLDoc(e)))for(r=Ft(o),s=Ft(e),a=0;null!=(i=s[a]);++a)r[a]&&Ot(i,r[a]);if(t)if(n)for(s=s||Ft(e),r=r||Ft(o),a=0;null!=(i=s[a]);a++)Mt(i,r[a]);else Mt(e,o);return r=Ft(o,"script"),r.length>0&&_t(r,!l&&Ft(e,"script")),r=s=i=null,o},buildFragment:function(e,t,n,r){var i,o,a,s,l,u,c,p=e.length,f=dt(t),d=[],h=0;for(;p>h;h++)if(o=e[h],o||0===o)if("object"===x.type(o))x.merge(d,o.nodeType?[o]:o);else if(wt.test(o)){s=s||f.appendChild(t.createElement("div")),l=(bt.exec(o)||["",""])[1].toLowerCase(),c=At[l]||At._default,s.innerHTML=c[1]+o.replace(vt,"<$1>")+c[2],i=c[0];while(i--)s=s.lastChild;if(!x.support.leadingWhitespace&&yt.test(o)&&d.push(t.createTextNode(yt.exec(o)[0])),!x.support.tbody){o="table"!==l||xt.test(o)?""!==c[1]||xt.test(o)?0:s:s.firstChild,i=o&&o.childNodes.length;while(i--)x.nodeName(u=o.childNodes[i],"tbody")&&!u.childNodes.length&&o.removeChild(u)}x.merge(d,s.childNodes),s.textContent="";while(s.firstChild)s.removeChild(s.firstChild);s=f.lastChild}else d.push(t.createTextNode(o));s&&f.removeChild(s),x.support.appendChecked||x.grep(Ft(d,"input"),Bt),h=0;while(o=d[h++])if((!r||-1===x.inArray(o,r))&&(a=x.contains(o.ownerDocument,o),s=Ft(f.appendChild(o),"script"),a&&_t(s),n)){i=0;while(o=s[i++])kt.test(o.type||"")&&n.push(o)}return s=null,f},cleanData:function(e,t){var n,r,o,a,s=0,l=x.expando,u=x.cache,c=x.support.deleteExpando,f=x.event.special;for(;null!=(n=e[s]);s++)if((t||x.acceptData(n))&&(o=n[l],a=o&&u[o])){if(a.events)for(r in a.events)f[r]?x.event.remove(n,r):x.removeEvent(n,r,a.handle); +u[o]&&(delete u[o],c?delete n[l]:typeof n.removeAttribute!==i?n.removeAttribute(l):n[l]=null,p.push(o))}},_evalUrl:function(e){return x.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})}}),x.fn.extend({wrapAll:function(e){if(x.isFunction(e))return this.each(function(t){x(this).wrapAll(e.call(this,t))});if(this[0]){var t=x(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&1===e.firstChild.nodeType)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return x.isFunction(e)?this.each(function(t){x(this).wrapInner(e.call(this,t))}):this.each(function(){var t=x(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=x.isFunction(e);return this.each(function(n){x(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){x.nodeName(this,"body")||x(this).replaceWith(this.childNodes)}).end()}});var Pt,Rt,Wt,$t=/alpha\([^)]*\)/i,It=/opacity\s*=\s*([^)]*)/,zt=/^(top|right|bottom|left)$/,Xt=/^(none|table(?!-c[ea]).+)/,Ut=/^margin/,Vt=RegExp("^("+w+")(.*)$","i"),Yt=RegExp("^("+w+")(?!px)[a-z%]+$","i"),Jt=RegExp("^([+-])=("+w+")","i"),Gt={BODY:"block"},Qt={position:"absolute",visibility:"hidden",display:"block"},Kt={letterSpacing:0,fontWeight:400},Zt=["Top","Right","Bottom","Left"],en=["Webkit","O","Moz","ms"];function tn(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=en.length;while(i--)if(t=en[i]+n,t in e)return t;return r}function nn(e,t){return e=t||e,"none"===x.css(e,"display")||!x.contains(e.ownerDocument,e)}function rn(e,t){var n,r,i,o=[],a=0,s=e.length;for(;s>a;a++)r=e[a],r.style&&(o[a]=x._data(r,"olddisplay"),n=r.style.display,t?(o[a]||"none"!==n||(r.style.display=""),""===r.style.display&&nn(r)&&(o[a]=x._data(r,"olddisplay",ln(r.nodeName)))):o[a]||(i=nn(r),(n&&"none"!==n||!i)&&x._data(r,"olddisplay",i?n:x.css(r,"display"))));for(a=0;s>a;a++)r=e[a],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[a]||"":"none"));return e}x.fn.extend({css:function(e,n){return x.access(this,function(e,n,r){var i,o,a={},s=0;if(x.isArray(n)){for(o=Rt(e),i=n.length;i>s;s++)a[n[s]]=x.css(e,n[s],!1,o);return a}return r!==t?x.style(e,n,r):x.css(e,n)},e,n,arguments.length>1)},show:function(){return rn(this,!0)},hide:function(){return rn(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){nn(this)?x(this).show():x(this).hide()})}}),x.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Wt(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":x.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,a,s,l=x.camelCase(n),u=e.style;if(n=x.cssProps[l]||(x.cssProps[l]=tn(u,l)),s=x.cssHooks[n]||x.cssHooks[l],r===t)return s&&"get"in s&&(o=s.get(e,!1,i))!==t?o:u[n];if(a=typeof r,"string"===a&&(o=Jt.exec(r))&&(r=(o[1]+1)*o[2]+parseFloat(x.css(e,n)),a="number"),!(null==r||"number"===a&&isNaN(r)||("number"!==a||x.cssNumber[l]||(r+="px"),x.support.clearCloneStyle||""!==r||0!==n.indexOf("background")||(u[n]="inherit"),s&&"set"in s&&(r=s.set(e,r,i))===t)))try{u[n]=r}catch(c){}}},css:function(e,n,r,i){var o,a,s,l=x.camelCase(n);return n=x.cssProps[l]||(x.cssProps[l]=tn(e.style,l)),s=x.cssHooks[n]||x.cssHooks[l],s&&"get"in s&&(a=s.get(e,!0,r)),a===t&&(a=Wt(e,n,i)),"normal"===a&&n in Kt&&(a=Kt[n]),""===r||r?(o=parseFloat(a),r===!0||x.isNumeric(o)?o||0:a):a}}),e.getComputedStyle?(Rt=function(t){return e.getComputedStyle(t,null)},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),l=s?s.getPropertyValue(n)||s[n]:t,u=e.style;return s&&(""!==l||x.contains(e.ownerDocument,e)||(l=x.style(e,n)),Yt.test(l)&&Ut.test(n)&&(i=u.width,o=u.minWidth,a=u.maxWidth,u.minWidth=u.maxWidth=u.width=l,l=s.width,u.width=i,u.minWidth=o,u.maxWidth=a)),l}):a.documentElement.currentStyle&&(Rt=function(e){return e.currentStyle},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),l=s?s[n]:t,u=e.style;return null==l&&u&&u[n]&&(l=u[n]),Yt.test(l)&&!zt.test(n)&&(i=u.left,o=e.runtimeStyle,a=o&&o.left,a&&(o.left=e.currentStyle.left),u.left="fontSize"===n?"1em":l,l=u.pixelLeft+"px",u.left=i,a&&(o.left=a)),""===l?"auto":l});function on(e,t,n){var r=Vt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function an(e,t,n,r,i){var o=n===(r?"border":"content")?4:"width"===t?1:0,a=0;for(;4>o;o+=2)"margin"===n&&(a+=x.css(e,n+Zt[o],!0,i)),r?("content"===n&&(a-=x.css(e,"padding"+Zt[o],!0,i)),"margin"!==n&&(a-=x.css(e,"border"+Zt[o]+"Width",!0,i))):(a+=x.css(e,"padding"+Zt[o],!0,i),"padding"!==n&&(a+=x.css(e,"border"+Zt[o]+"Width",!0,i)));return a}function sn(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,o=Rt(e),a=x.support.boxSizing&&"border-box"===x.css(e,"boxSizing",!1,o);if(0>=i||null==i){if(i=Wt(e,t,o),(0>i||null==i)&&(i=e.style[t]),Yt.test(i))return i;r=a&&(x.support.boxSizingReliable||i===e.style[t]),i=parseFloat(i)||0}return i+an(e,t,n||(a?"border":"content"),r,o)+"px"}function ln(e){var t=a,n=Gt[e];return n||(n=un(e,t),"none"!==n&&n||(Pt=(Pt||x("',inline_markup:'
    {content}
    ',custom_markup:"",social_tools:''},s);var o=this,u=false,a,f,l,c,h,p,d=e(window).height(),v=e(window).width(),m;doresize=true,scroll_pos=T();e(window).unbind("resize.prettyphoto").bind("resize.prettyphoto",function(){x();N()});if(s.keyboard_shortcuts){e(document).unbind("keydown.prettyphoto").bind("keydown.prettyphoto",function(t){if(typeof $pp_pic_holder!="undefined"){if($pp_pic_holder.is(":visible")){switch(t.keyCode){case 37:e.prettyPhoto.changePage("previous");t.preventDefault();break;case 39:e.prettyPhoto.changePage("next");t.preventDefault();break;case 27:if(!settings.modal)e.prettyPhoto.close();t.preventDefault();break}}}})}e.prettyPhoto.initialize=function(){settings=s;if(settings.theme=="pp_default")settings.horizontal_padding=16;theRel=e(this).attr(settings.hook);galleryRegExp=/\[(?:.*)\]/;isSet=galleryRegExp.exec(theRel)?true:false;pp_images=isSet?jQuery.map(o,function(t,n){if(e(t).attr(settings.hook).indexOf(theRel)!=-1)return e(t).attr("href")}):e.makeArray(e(this).attr("href"));pp_titles=isSet?jQuery.map(o,function(t,n){if(e(t).attr(settings.hook).indexOf(theRel)!=-1)return e(t).find("img").attr("alt")?e(t).find("img").attr("alt"):""}):e.makeArray(e(this).find("img").attr("alt"));pp_descriptions=isSet?jQuery.map(o,function(t,n){if(e(t).attr(settings.hook).indexOf(theRel)!=-1)return e(t).attr("title")?e(t).attr("title"):""}):e.makeArray(e(this).attr("title"));if(pp_images.length>settings.overlay_gallery_max)settings.overlay_gallery=false;set_position=jQuery.inArray(e(this).attr("href"),pp_images);rel_index=isSet?set_position:e("a["+settings.hook+"^='"+theRel+"']").index(e(this));k(this);if(settings.allow_resize)e(window).bind("scroll.prettyphoto",function(){x()});e.prettyPhoto.open();return false};e.prettyPhoto.open=function(t){if(typeof settings=="undefined"){settings=s;pp_images=e.makeArray(arguments[0]);pp_titles=arguments[1]?e.makeArray(arguments[1]):e.makeArray("");pp_descriptions=arguments[2]?e.makeArray(arguments[2]):e.makeArray("");isSet=pp_images.length>1?true:false;set_position=arguments[3]?arguments[3]:0;k(t.target)}if(settings.hideflash)e("object,embed,iframe[src*=youtube],iframe[src*=vimeo]").css("visibility","hidden");b(e(pp_images).size());e(".pp_loaderIcon").show();if(settings.deeplinking)n();if(settings.social_tools){facebook_like_link=settings.social_tools.replace("{location_href}",encodeURIComponent(location.href));$pp_pic_holder.find(".pp_social").html(facebook_like_link)}if($ppt.is(":hidden"))$ppt.css("opacity",0).show();$pp_overlay.show().fadeTo(settings.animation_speed,settings.opacity);$pp_pic_holder.find(".currentTextHolder").text(set_position+1+settings.counter_separator_label+e(pp_images).size());if(typeof pp_descriptions[set_position]!="undefined"&&pp_descriptions[set_position]!=""){$pp_pic_holder.find(".pp_description").show().html(unescape(pp_descriptions[set_position]))}else{$pp_pic_holder.find(".pp_description").hide()}movie_width=parseFloat(i("width",pp_images[set_position]))?i("width",pp_images[set_position]):settings.default_width.toString();movie_height=parseFloat(i("height",pp_images[set_position]))?i("height",pp_images[set_position]):settings.default_height.toString();u=false;if(movie_height.indexOf("%")!=-1){movie_height=parseFloat(e(window).height()*parseFloat(movie_height)/100-150);u=true}if(movie_width.indexOf("%")!=-1){movie_width=parseFloat(e(window).width()*parseFloat(movie_width)/100-150);u=true}$pp_pic_holder.fadeIn(function(){settings.show_title&&pp_titles[set_position]!=""&&typeof pp_titles[set_position]!="undefined"?$ppt.html(unescape(pp_titles[set_position])):$ppt.html(" ");imgPreloader="";skipInjection=false;switch(S(pp_images[set_position])){case"image":imgPreloader=new Image;nextImage=new Image;if(isSet&&set_position0)movie_id=movie_id.substr(0,movie_id.indexOf("?"));if(movie_id.indexOf("&")>0)movie_id=movie_id.substr(0,movie_id.indexOf("&"))}movie="http://www.youtube.com/embed/"+movie_id;i("rel",pp_images[set_position])?movie+="?rel="+i("rel",pp_images[set_position]):movie+="?rel=1";if(settings.autoplay)movie+="&autoplay=1";toInject=settings.iframe_markup.replace(/{width}/g,a["width"]).replace(/{height}/g,a["height"]).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,movie);break;case"vimeo":a=w(movie_width,movie_height);movie_id=pp_images[set_position];var t=/http(s?):\/\/(www\.)?vimeo.com\/(\d+)/;var n=movie_id.match(t);movie="http://player.vimeo.com/video/"+n[3]+"?title=0&byline=0&portrait=0";if(settings.autoplay)movie+="&autoplay=1;";vimeo_width=a["width"]+"/embed/?moog_width="+a["width"];toInject=settings.iframe_markup.replace(/{width}/g,vimeo_width).replace(/{height}/g,a["height"]).replace(/{path}/g,movie);break;case"quicktime":a=w(movie_width,movie_height);a["height"]+=15;a["contentHeight"]+=15;a["containerHeight"]+=15;toInject=settings.quicktime_markup.replace(/{width}/g,a["width"]).replace(/{height}/g,a["height"]).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,pp_images[set_position]).replace(/{autoplay}/g,settings.autoplay);break;case"flash":a=w(movie_width,movie_height);flash_vars=pp_images[set_position];flash_vars=flash_vars.substring(pp_images[set_position].indexOf("flashvars")+10,pp_images[set_position].length);filename=pp_images[set_position];filename=filename.substring(0,filename.indexOf("?"));toInject=settings.flash_markup.replace(/{width}/g,a["width"]).replace(/{height}/g,a["height"]).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,filename+"?"+flash_vars);break;case"iframe":a=w(movie_width,movie_height);frame_url=pp_images[set_position];frame_url=frame_url.substr(0,frame_url.indexOf("iframe")-1);toInject=settings.iframe_markup.replace(/{width}/g,a["width"]).replace(/{height}/g,a["height"]).replace(/{path}/g,frame_url);break;case"ajax":doresize=false;a=w(movie_width,movie_height);doresize=true;skipInjection=true;e.get(pp_images[set_position],function(e){toInject=settings.inline_markup.replace(/{content}/g,e);$pp_pic_holder.find("#pp_full_res")[0].innerHTML=toInject;g()});break;case"custom":a=w(movie_width,movie_height);toInject=settings.custom_markup;break;case"inline":myClone=e(pp_images[set_position]).clone().append('
    ').css({width:settings.default_width}).wrapInner('
    ').appendTo(e("body")).show();doresize=false;a=w(e(myClone).width(),e(myClone).height());doresize=true;e(myClone).remove();toInject=settings.inline_markup.replace(/{content}/g,e(pp_images[set_position]).html());break}if(!imgPreloader&&!skipInjection){$pp_pic_holder.find("#pp_full_res")[0].innerHTML=toInject;g()}});return false};e.prettyPhoto.changePage=function(t){currentGalleryPage=0;if(t=="previous"){set_position--;if(set_position<0)set_position=e(pp_images).size()-1}else if(t=="next"){set_position++;if(set_position>e(pp_images).size()-1)set_position=0}else{set_position=t}rel_index=set_position;if(!doresize)doresize=true;if(settings.allow_expand){e(".pp_contract").removeClass("pp_contract").addClass("pp_expand")}y(function(){e.prettyPhoto.open()})};e.prettyPhoto.changeGalleryPage=function(e){if(e=="next"){currentGalleryPage++;if(currentGalleryPage>totalPage)currentGalleryPage=0}else if(e=="previous"){currentGalleryPage--;if(currentGalleryPage<0)currentGalleryPage=totalPage}else{currentGalleryPage=e}slide_speed=e=="next"||e=="previous"?settings.animation_speed:0;slide_to=currentGalleryPage*itemsPerPage*itemWidth;$pp_gallery.find("ul").animate({left:-slide_to},slide_speed)};e.prettyPhoto.startSlideshow=function(){if(typeof m=="undefined"){$pp_pic_holder.find(".pp_play").unbind("click").removeClass("pp_play").addClass("pp_pause").click(function(){e.prettyPhoto.stopSlideshow();return false});m=setInterval(e.prettyPhoto.startSlideshow,settings.slideshow)}else{e.prettyPhoto.changePage("next")}};e.prettyPhoto.stopSlideshow=function(){$pp_pic_holder.find(".pp_pause").unbind("click").removeClass("pp_pause").addClass("pp_play").click(function(){e.prettyPhoto.startSlideshow();return false});clearInterval(m);m=undefined};e.prettyPhoto.close=function(){if($pp_overlay.is(":animated"))return;e.prettyPhoto.stopSlideshow();$pp_pic_holder.stop().find("object,embed").css("visibility","hidden");e("div.pp_pic_holder,div.ppt,.pp_fade").fadeOut(settings.animation_speed,function(){e(this).remove()});$pp_overlay.fadeOut(settings.animation_speed,function(){if(settings.hideflash)e("object,embed,iframe[src*=youtube],iframe[src*=vimeo]").css("visibility","visible");e(this).remove();e(window).unbind("scroll.prettyphoto");r();settings.callback();doresize=true;f=false;delete settings})};if(!pp_alreadyInitialized&&t()){pp_alreadyInitialized=true;hashIndex=t();hashRel=hashIndex;hashIndex=hashIndex.substring(hashIndex.indexOf("/")+1,hashIndex.length-1);hashRel=hashRel.substring(0,hashRel.indexOf("/"));setTimeout(function(){e("a["+s.hook+"^='"+hashRel+"']:eq("+hashIndex+")").trigger("click")},50)}return this.unbind("click.prettyphoto").bind("click.prettyphoto",e.prettyPhoto.initialize)};})(jQuery);var pp_alreadyInitialized=false \ No newline at end of file diff --git a/js/myscript.js b/js/myscript.js new file mode 100755 index 0000000..748aed1 --- /dev/null +++ b/js/myscript.js @@ -0,0 +1,310 @@ +var fixed_menu = true; +window.jQuery = window.$ = jQuery; + + +/*-----------------------------------------------------------------------------------*/ +/* PRELOADER +/*-----------------------------------------------------------------------------------*/ +jQuery(window).load(function () { + //Preloader + setTimeout("jQuery('#preloader').animate({'opacity' : '0'},300,function(){jQuery('#preloader').hide()})",800); + setTimeout("jQuery('.preloader_hide, .selector_open').animate({'opacity' : '1'},500)",800); + setTimeout("jQuery('footer').animate({'opacity' : '1'},500)",2000); + +}); + + + +/*-----------------------------------------------------------------------------------*/ +/* NICESCROLL +/*-----------------------------------------------------------------------------------*/ +jQuery(document).ready(function() { + jQuery("body").niceScroll({ + cursorcolor:"#333", + cursorborder:"0px", + cursorwidth :"8px", + zindex:"9999" + }); +}); + + + + + +/*-----------------------------------------------------------------------------------*/ +/* MENU +/*-----------------------------------------------------------------------------------*/ +function calculateScroll() { + var contentTop = []; + var contentBottom = []; + var winTop = $(window).scrollTop(); + var rangeTop = 200; + var rangeBottom = 500; + $('.navmenu').find('.scroll_btn a').each(function(){ + contentTop.push( $( $(this).attr('href') ).offset().top ); + contentBottom.push( $( $(this).attr('href') ).offset().top + $( $(this).attr('href') ).height() ); + }) + $.each( contentTop, function(i){ + if ( winTop > contentTop[i] - rangeTop && winTop < contentBottom[i] - rangeBottom ){ + $('.navmenu li.scroll_btn') + .removeClass('active') + .eq(i).addClass('active'); + } + }) +}; + +jQuery(document).ready(function() { + //MobileMenu + if ($(window).width() < 768){ + jQuery('.menu_block .container').prepend(''); + jQuery('header .navmenu').hide(); + jQuery('.menu_toggler, .navmenu ul li a').click(function(){ + jQuery('header .navmenu').slideToggle(300); + }); + } + + // if single_page + if (jQuery("#page").hasClass("single_page")) { + } + else { + $(window).scroll(function(event) { + calculateScroll(); + }); + $('.navmenu ul li a, .mobile_menu ul li a, .btn_down').click(function() { + $('html, body').animate({scrollTop: $(this.hash).offset().top - 80}, 1000); + return false; + }); + }; +}); + + +/* Superfish */ +jQuery(document).ready(function() { + if ($(window).width() >= 768){ + $('.navmenu ul').superfish(); + } +}); + + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* FLEXSLIDER +/*-----------------------------------------------------------------------------------*/ +jQuery(window).load(function(){ + //Top Slider + $('.flexslider.top_slider').flexslider({ + animation: "fade", + controlNav: false, + directionNav: true, + animationLoop: false, + slideshow: false, + prevText: "", + nextText: "", + sync: "#carousel" + }); + $('#carousel').flexslider({ + animation: "fade", + controlNav: false, + animationLoop: false, + directionNav: false, + slideshow: false, + itemWidth: 100, + itemMargin: 5, + asNavFor: '.top_slider' + }); + + homeHeight(); + + + jQuery('.flexslider.top_slider .flex-direction-nav').addClass('container'); + + + //Vision Slider + $('.flexslider.portfolio_single_slider').flexslider({ + animation: "fade", + controlNav: true, + directionNav: true, + animationLoop: false, + slideshow: false, + }); + + +}); + +jQuery(window).resize(function(){ + homeHeight(); + +}); + +jQuery(document).ready(function(){ + homeHeight(); + +}); + +function homeHeight(){ + var wh = jQuery(window).height() - 80; + jQuery('.top_slider, .top_slider .slides li').css('height', wh); +} + + + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* OWLCAROUSEL +/*-----------------------------------------------------------------------------------*/ +$(document).ready(function() { + + //WORKS SLIDER + var owl = $(".owl-demo.projects_slider"); + + owl.owlCarousel({ + navigation: true, + pagination: false, + items : 4, + itemsDesktop : [1000,4], + itemsDesktop : [600,3] + }); + + + //TEAM SLIDER + var owl = $(".owl-demo.team_slider"); + + owl.owlCarousel({ + navigation: true, + pagination: false, + items : 3, + itemsDesktop : [600,2] + }); + + + + jQuery('.owl-controls').addClass('container'); + + + //TESTIMONIALS SLIDER + var owl = $(".owl-demo.testim_slider"); + + owl.owlCarousel({ + itemsCustom : [ + [0, 1] + ], + navigation: false, + pagination: true, + items : 1 + }); + + + + jQuery('.owl-controls').addClass('container'); + + +}); + + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* IFRAME TRANSPARENT +/*-----------------------------------------------------------------------------------*/ +jQuery(document).ready(function() { + $("iframe").each(function(){ + var ifr_source = $(this).attr('src'); + var wmode = "wmode=transparent"; + if(ifr_source.indexOf('?') != -1) { + var getQString = ifr_source.split('?'); + var oldString = getQString[1]; + var newString = getQString[0]; + $(this).attr('src',newString+'?'+wmode+'&'+oldString); + } + else $(this).attr('src',ifr_source+'?'+wmode); + }); +}); + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* BLOG MIN HEIGHT +/*-----------------------------------------------------------------------------------*/ +jQuery(document).ready(function() { + blogHeight(); +}); + +jQuery(window).resize(function(){ + blogHeight(); +}); + +function blogHeight(){ + if ($(window).width() > 991){ + var wh = jQuery(window).height() - 80; + jQuery('#blog').css('min-height', wh); + } + +} + + + + + + + +/*-----------------------------------------------------------------------------------*/ +/* FOOTER HEIGHT +/*-----------------------------------------------------------------------------------*/ +jQuery(document).ready(function() { + contactHeight(); +}); + +jQuery(window).resize(function(){ + contactHeight(); +}); + +function contactHeight(){ + if ($(window).width() > 991){ + var wh = jQuery('footer').height() + 70; + jQuery('#contacts').css('min-height', wh); + } + + +} + + + + + +/*-----------------------------------------------------------------------------------*/ +/* FOOTER MAP +/*-----------------------------------------------------------------------------------*/ +jQuery(document).ready(function() { + jQuery('.map_show').click(function(){ + jQuery('#map').addClass('showed'); + }); + + jQuery('.map_hide').click(function(){ + jQuery('#map').removeClass('showed'); + }); +}); + + + + + + + diff --git a/js/owl.carousel.js b/js/owl.carousel.js new file mode 100755 index 0000000..cebfa89 --- /dev/null +++ b/js/owl.carousel.js @@ -0,0 +1,1512 @@ +/* + * jQuery OwlCarousel v1.3.2 + * + * Copyright (c) 2013 Bartosz Wojciechowski + * http://www.owlgraphic.com/owlcarousel/ + * + * Licensed under MIT + * + */ + +/*JS Lint helpers: */ +/*global dragMove: false, dragEnd: false, $, jQuery, alert, window, document */ +/*jslint nomen: true, continue:true */ + +if (typeof Object.create !== "function") { + Object.create = function (obj) { + function F() {} + F.prototype = obj; + return new F(); + }; +} +(function ($, window, document) { + + var Carousel = { + init : function (options, el) { + var base = this; + + base.$elem = $(el); + base.options = $.extend({}, $.fn.owlCarousel.options, base.$elem.data(), options); + + base.userOptions = options; + base.loadContent(); + }, + + loadContent : function () { + var base = this, url; + + function getData(data) { + var i, content = ""; + if (typeof base.options.jsonSuccess === "function") { + base.options.jsonSuccess.apply(this, [data]); + } else { + for (i in data.owl) { + if (data.owl.hasOwnProperty(i)) { + content += data.owl[i].item; + } + } + base.$elem.html(content); + } + base.logIn(); + } + + if (typeof base.options.beforeInit === "function") { + base.options.beforeInit.apply(this, [base.$elem]); + } + + if (typeof base.options.jsonPath === "string") { + url = base.options.jsonPath; + $.getJSON(url, getData); + } else { + base.logIn(); + } + }, + + logIn : function () { + var base = this; + + base.$elem.data("owl-originalStyles", base.$elem.attr("style")) + .data("owl-originalClasses", base.$elem.attr("class")); + + base.$elem.css({opacity: 0}); + base.orignalItems = base.options.items; + base.checkBrowser(); + base.wrapperWidth = 0; + base.checkVisible = null; + base.setVars(); + }, + + setVars : function () { + var base = this; + if (base.$elem.children().length === 0) {return false; } + base.baseClass(); + base.eventTypes(); + base.$userItems = base.$elem.children(); + base.itemsAmount = base.$userItems.length; + base.wrapItems(); + base.$owlItems = base.$elem.find(".owl-item"); + base.$owlWrapper = base.$elem.find(".owl-wrapper"); + base.playDirection = "next"; + base.prevItem = 0; + base.prevArr = [0]; + base.currentItem = 0; + base.customEvents(); + base.onStartup(); + }, + + onStartup : function () { + var base = this; + base.updateItems(); + base.calculateAll(); + base.buildControls(); + base.updateControls(); + base.response(); + base.moveEvents(); + base.stopOnHover(); + base.owlStatus(); + + if (base.options.transitionStyle !== false) { + base.transitionTypes(base.options.transitionStyle); + } + if (base.options.autoPlay === true) { + base.options.autoPlay = 5000; + } + base.play(); + + base.$elem.find(".owl-wrapper").css("display", "block"); + + if (!base.$elem.is(":visible")) { + base.watchVisibility(); + } else { + base.$elem.css("opacity", 1); + } + base.onstartup = false; + base.eachMoveUpdate(); + if (typeof base.options.afterInit === "function") { + base.options.afterInit.apply(this, [base.$elem]); + } + }, + + eachMoveUpdate : function () { + var base = this; + + if (base.options.lazyLoad === true) { + base.lazyLoad(); + } + if (base.options.autoHeight === true) { + base.autoHeight(); + } + base.onVisibleItems(); + + if (typeof base.options.afterAction === "function") { + base.options.afterAction.apply(this, [base.$elem]); + } + }, + + updateVars : function () { + var base = this; + if (typeof base.options.beforeUpdate === "function") { + base.options.beforeUpdate.apply(this, [base.$elem]); + } + base.watchVisibility(); + base.updateItems(); + base.calculateAll(); + base.updatePosition(); + base.updateControls(); + base.eachMoveUpdate(); + if (typeof base.options.afterUpdate === "function") { + base.options.afterUpdate.apply(this, [base.$elem]); + } + }, + + reload : function () { + var base = this; + window.setTimeout(function () { + base.updateVars(); + }, 0); + }, + + watchVisibility : function () { + var base = this; + + if (base.$elem.is(":visible") === false) { + base.$elem.css({opacity: 0}); + window.clearInterval(base.autoPlayInterval); + window.clearInterval(base.checkVisible); + } else { + return false; + } + base.checkVisible = window.setInterval(function () { + if (base.$elem.is(":visible")) { + base.reload(); + base.$elem.animate({opacity: 1}, 200); + window.clearInterval(base.checkVisible); + } + }, 500); + }, + + wrapItems : function () { + var base = this; + base.$userItems.wrapAll("
    ").wrap("
    "); + base.$elem.find(".owl-wrapper").wrap("
    "); + base.wrapperOuter = base.$elem.find(".owl-wrapper-outer"); + base.$elem.css("display", "block"); + }, + + baseClass : function () { + var base = this, + hasBaseClass = base.$elem.hasClass(base.options.baseClass), + hasThemeClass = base.$elem.hasClass(base.options.theme); + + if (!hasBaseClass) { + base.$elem.addClass(base.options.baseClass); + } + + if (!hasThemeClass) { + base.$elem.addClass(base.options.theme); + } + }, + + updateItems : function () { + var base = this, width, i; + + if (base.options.responsive === false) { + return false; + } + if (base.options.singleItem === true) { + base.options.items = base.orignalItems = 1; + base.options.itemsCustom = false; + base.options.itemsDesktop = false; + base.options.itemsDesktopSmall = false; + base.options.itemsTablet = false; + base.options.itemsTabletSmall = false; + base.options.itemsMobile = false; + return false; + } + + width = $(base.options.responsiveBaseWidth).width(); + + if (width > (base.options.itemsDesktop[0] || base.orignalItems)) { + base.options.items = base.orignalItems; + } + if (base.options.itemsCustom !== false) { + //Reorder array by screen size + base.options.itemsCustom.sort(function (a, b) {return a[0] - b[0]; }); + + for (i = 0; i < base.options.itemsCustom.length; i += 1) { + if (base.options.itemsCustom[i][0] <= width) { + base.options.items = base.options.itemsCustom[i][1]; + } + } + + } else { + + if (width <= base.options.itemsDesktop[0] && base.options.itemsDesktop !== false) { + base.options.items = base.options.itemsDesktop[1]; + } + + if (width <= base.options.itemsDesktopSmall[0] && base.options.itemsDesktopSmall !== false) { + base.options.items = base.options.itemsDesktopSmall[1]; + } + + if (width <= base.options.itemsTablet[0] && base.options.itemsTablet !== false) { + base.options.items = base.options.itemsTablet[1]; + } + + if (width <= base.options.itemsTabletSmall[0] && base.options.itemsTabletSmall !== false) { + base.options.items = base.options.itemsTabletSmall[1]; + } + + if (width <= base.options.itemsMobile[0] && base.options.itemsMobile !== false) { + base.options.items = base.options.itemsMobile[1]; + } + } + + //if number of items is less than declared + if (base.options.items > base.itemsAmount && base.options.itemsScaleUp === true) { + base.options.items = base.itemsAmount; + } + }, + + response : function () { + var base = this, + smallDelay, + lastWindowWidth; + + if (base.options.responsive !== true) { + return false; + } + lastWindowWidth = $(window).width(); + + base.resizer = function () { + if ($(window).width() !== lastWindowWidth) { + if (base.options.autoPlay !== false) { + window.clearInterval(base.autoPlayInterval); + } + window.clearTimeout(smallDelay); + smallDelay = window.setTimeout(function () { + lastWindowWidth = $(window).width(); + base.updateVars(); + }, base.options.responsiveRefreshRate); + } + }; + $(window).resize(base.resizer); + }, + + updatePosition : function () { + var base = this; + base.jumpTo(base.currentItem); + if (base.options.autoPlay !== false) { + base.checkAp(); + } + }, + + appendItemsSizes : function () { + var base = this, + roundPages = 0, + lastItem = base.itemsAmount - base.options.items; + + base.$owlItems.each(function (index) { + var $this = $(this); + $this + .css({"width": base.itemWidth}) + .data("owl-item", Number(index)); + + if (index % base.options.items === 0 || index === lastItem) { + if (!(index > lastItem)) { + roundPages += 1; + } + } + $this.data("owl-roundPages", roundPages); + }); + }, + + appendWrapperSizes : function () { + var base = this, + width = base.$owlItems.length * base.itemWidth; + + base.$owlWrapper.css({ + "width": width * 2, + "left": 0 + }); + base.appendItemsSizes(); + }, + + calculateAll : function () { + var base = this; + base.calculateWidth(); + base.appendWrapperSizes(); + base.loops(); + base.max(); + }, + + calculateWidth : function () { + var base = this; + base.itemWidth = Math.round(base.$elem.width() / base.options.items); + }, + + max : function () { + var base = this, + maximum = ((base.itemsAmount * base.itemWidth) - base.options.items * base.itemWidth) * -1; + if (base.options.items > base.itemsAmount) { + base.maximumItem = 0; + maximum = 0; + base.maximumPixels = 0; + } else { + base.maximumItem = base.itemsAmount - base.options.items; + base.maximumPixels = maximum; + } + return maximum; + }, + + min : function () { + return 0; + }, + + loops : function () { + var base = this, + prev = 0, + elWidth = 0, + i, + item, + roundPageNum; + + base.positionsInArray = [0]; + base.pagesInArray = []; + + for (i = 0; i < base.itemsAmount; i += 1) { + elWidth += base.itemWidth; + base.positionsInArray.push(-elWidth); + + if (base.options.scrollPerPage === true) { + item = $(base.$owlItems[i]); + roundPageNum = item.data("owl-roundPages"); + if (roundPageNum !== prev) { + base.pagesInArray[prev] = base.positionsInArray[i]; + prev = roundPageNum; + } + } + } + }, + + buildControls : function () { + var base = this; + if (base.options.navigation === true || base.options.pagination === true) { + base.owlControls = $("
    ").toggleClass("clickable", !base.browser.isTouch).appendTo(base.$elem); + } + if (base.options.pagination === true) { + base.buildPagination(); + } + if (base.options.navigation === true) { + base.buildButtons(); + } + }, + + buildButtons : function () { + var base = this, + buttonsWrapper = $("
    "); + base.owlControls.append(buttonsWrapper); + + base.buttonPrev = $("
    ", { + "class" : "owl-prev", + "html" : base.options.navigationText[0] || "" + }); + + base.buttonNext = $("
    ", { + "class" : "owl-next", + "html" : base.options.navigationText[1] || "" + }); + + buttonsWrapper + .append(base.buttonPrev) + .append(base.buttonNext); + + buttonsWrapper.on("touchstart.owlControls mousedown.owlControls", "div[class^=\"owl\"]", function (event) { + event.preventDefault(); + }); + + buttonsWrapper.on("touchend.owlControls mouseup.owlControls", "div[class^=\"owl\"]", function (event) { + event.preventDefault(); + if ($(this).hasClass("owl-next")) { + base.next(); + } else { + base.prev(); + } + }); + }, + + buildPagination : function () { + var base = this; + + base.paginationWrapper = $("
    "); + base.owlControls.append(base.paginationWrapper); + + base.paginationWrapper.on("touchend.owlControls mouseup.owlControls", ".owl-page", function (event) { + event.preventDefault(); + if (Number($(this).data("owl-page")) !== base.currentItem) { + base.goTo(Number($(this).data("owl-page")), true); + } + }); + }, + + updatePagination : function () { + var base = this, + counter, + lastPage, + lastItem, + i, + paginationButton, + paginationButtonInner; + + if (base.options.pagination === false) { + return false; + } + + base.paginationWrapper.html(""); + + counter = 0; + lastPage = base.itemsAmount - base.itemsAmount % base.options.items; + + for (i = 0; i < base.itemsAmount; i += 1) { + if (i % base.options.items === 0) { + counter += 1; + if (lastPage === i) { + lastItem = base.itemsAmount - base.options.items; + } + paginationButton = $("
    ", { + "class" : "owl-page" + }); + paginationButtonInner = $("", { + "text": base.options.paginationNumbers === true ? counter : "", + "class": base.options.paginationNumbers === true ? "owl-numbers" : "" + }); + paginationButton.append(paginationButtonInner); + + paginationButton.data("owl-page", lastPage === i ? lastItem : i); + paginationButton.data("owl-roundPages", counter); + + base.paginationWrapper.append(paginationButton); + } + } + base.checkPagination(); + }, + checkPagination : function () { + var base = this; + if (base.options.pagination === false) { + return false; + } + base.paginationWrapper.find(".owl-page").each(function () { + if ($(this).data("owl-roundPages") === $(base.$owlItems[base.currentItem]).data("owl-roundPages")) { + base.paginationWrapper + .find(".owl-page") + .removeClass("active"); + $(this).addClass("active"); + } + }); + }, + + checkNavigation : function () { + var base = this; + + if (base.options.navigation === false) { + return false; + } + if (base.options.rewindNav === false) { + if (base.currentItem === 0 && base.maximumItem === 0) { + base.buttonPrev.addClass("disabled"); + base.buttonNext.addClass("disabled"); + } else if (base.currentItem === 0 && base.maximumItem !== 0) { + base.buttonPrev.addClass("disabled"); + base.buttonNext.removeClass("disabled"); + } else if (base.currentItem === base.maximumItem) { + base.buttonPrev.removeClass("disabled"); + base.buttonNext.addClass("disabled"); + } else if (base.currentItem !== 0 && base.currentItem !== base.maximumItem) { + base.buttonPrev.removeClass("disabled"); + base.buttonNext.removeClass("disabled"); + } + } + }, + + updateControls : function () { + var base = this; + base.updatePagination(); + base.checkNavigation(); + if (base.owlControls) { + if (base.options.items >= base.itemsAmount) { + base.owlControls.hide(); + } else { + base.owlControls.show(); + } + } + }, + + destroyControls : function () { + var base = this; + if (base.owlControls) { + base.owlControls.remove(); + } + }, + + next : function (speed) { + var base = this; + + if (base.isTransition) { + return false; + } + + base.currentItem += base.options.scrollPerPage === true ? base.options.items : 1; + if (base.currentItem > base.maximumItem + (base.options.scrollPerPage === true ? (base.options.items - 1) : 0)) { + if (base.options.rewindNav === true) { + base.currentItem = 0; + speed = "rewind"; + } else { + base.currentItem = base.maximumItem; + return false; + } + } + base.goTo(base.currentItem, speed); + }, + + prev : function (speed) { + var base = this; + + if (base.isTransition) { + return false; + } + + if (base.options.scrollPerPage === true && base.currentItem > 0 && base.currentItem < base.options.items) { + base.currentItem = 0; + } else { + base.currentItem -= base.options.scrollPerPage === true ? base.options.items : 1; + } + if (base.currentItem < 0) { + if (base.options.rewindNav === true) { + base.currentItem = base.maximumItem; + speed = "rewind"; + } else { + base.currentItem = 0; + return false; + } + } + base.goTo(base.currentItem, speed); + }, + + goTo : function (position, speed, drag) { + var base = this, + goToPixel; + + if (base.isTransition) { + return false; + } + if (typeof base.options.beforeMove === "function") { + base.options.beforeMove.apply(this, [base.$elem]); + } + if (position >= base.maximumItem) { + position = base.maximumItem; + } else if (position <= 0) { + position = 0; + } + + base.currentItem = base.owl.currentItem = position; + if (base.options.transitionStyle !== false && drag !== "drag" && base.options.items === 1 && base.browser.support3d === true) { + base.swapSpeed(0); + if (base.browser.support3d === true) { + base.transition3d(base.positionsInArray[position]); + } else { + base.css2slide(base.positionsInArray[position], 1); + } + base.afterGo(); + base.singleItemTransition(); + return false; + } + goToPixel = base.positionsInArray[position]; + + if (base.browser.support3d === true) { + base.isCss3Finish = false; + + if (speed === true) { + base.swapSpeed("paginationSpeed"); + window.setTimeout(function () { + base.isCss3Finish = true; + }, base.options.paginationSpeed); + + } else if (speed === "rewind") { + base.swapSpeed(base.options.rewindSpeed); + window.setTimeout(function () { + base.isCss3Finish = true; + }, base.options.rewindSpeed); + + } else { + base.swapSpeed("slideSpeed"); + window.setTimeout(function () { + base.isCss3Finish = true; + }, base.options.slideSpeed); + } + base.transition3d(goToPixel); + } else { + if (speed === true) { + base.css2slide(goToPixel, base.options.paginationSpeed); + } else if (speed === "rewind") { + base.css2slide(goToPixel, base.options.rewindSpeed); + } else { + base.css2slide(goToPixel, base.options.slideSpeed); + } + } + base.afterGo(); + }, + + jumpTo : function (position) { + var base = this; + if (typeof base.options.beforeMove === "function") { + base.options.beforeMove.apply(this, [base.$elem]); + } + if (position >= base.maximumItem || position === -1) { + position = base.maximumItem; + } else if (position <= 0) { + position = 0; + } + base.swapSpeed(0); + if (base.browser.support3d === true) { + base.transition3d(base.positionsInArray[position]); + } else { + base.css2slide(base.positionsInArray[position], 1); + } + base.currentItem = base.owl.currentItem = position; + base.afterGo(); + }, + + afterGo : function () { + var base = this; + + base.prevArr.push(base.currentItem); + base.prevItem = base.owl.prevItem = base.prevArr[base.prevArr.length - 2]; + base.prevArr.shift(0); + + if (base.prevItem !== base.currentItem) { + base.checkPagination(); + base.checkNavigation(); + base.eachMoveUpdate(); + + if (base.options.autoPlay !== false) { + base.checkAp(); + } + } + if (typeof base.options.afterMove === "function" && base.prevItem !== base.currentItem) { + base.options.afterMove.apply(this, [base.$elem]); + } + }, + + stop : function () { + var base = this; + base.apStatus = "stop"; + window.clearInterval(base.autoPlayInterval); + }, + + checkAp : function () { + var base = this; + if (base.apStatus !== "stop") { + base.play(); + } + }, + + play : function () { + var base = this; + base.apStatus = "play"; + if (base.options.autoPlay === false) { + return false; + } + window.clearInterval(base.autoPlayInterval); + base.autoPlayInterval = window.setInterval(function () { + base.next(true); + }, base.options.autoPlay); + }, + + swapSpeed : function (action) { + var base = this; + if (action === "slideSpeed") { + base.$owlWrapper.css(base.addCssSpeed(base.options.slideSpeed)); + } else if (action === "paginationSpeed") { + base.$owlWrapper.css(base.addCssSpeed(base.options.paginationSpeed)); + } else if (typeof action !== "string") { + base.$owlWrapper.css(base.addCssSpeed(action)); + } + }, + + addCssSpeed : function (speed) { + return { + "-webkit-transition": "all " + speed + "ms ease", + "-moz-transition": "all " + speed + "ms ease", + "-o-transition": "all " + speed + "ms ease", + "transition": "all " + speed + "ms ease" + }; + }, + + removeTransition : function () { + return { + "-webkit-transition": "", + "-moz-transition": "", + "-o-transition": "", + "transition": "" + }; + }, + + doTranslate : function (pixels) { + return { + "-webkit-transform": "translate3d(" + pixels + "px, 0px, 0px)", + "-moz-transform": "translate3d(" + pixels + "px, 0px, 0px)", + "-o-transform": "translate3d(" + pixels + "px, 0px, 0px)", + "-ms-transform": "translate3d(" + pixels + "px, 0px, 0px)", + "transform": "translate3d(" + pixels + "px, 0px,0px)" + }; + }, + + transition3d : function (value) { + var base = this; + base.$owlWrapper.css(base.doTranslate(value)); + }, + + css2move : function (value) { + var base = this; + base.$owlWrapper.css({"left" : value}); + }, + + css2slide : function (value, speed) { + var base = this; + + base.isCssFinish = false; + base.$owlWrapper.stop(true, true).animate({ + "left" : value + }, { + duration : speed || base.options.slideSpeed, + complete : function () { + base.isCssFinish = true; + } + }); + }, + + checkBrowser : function () { + var base = this, + translate3D = "translate3d(0px, 0px, 0px)", + tempElem = document.createElement("div"), + regex, + asSupport, + support3d, + isTouch; + + tempElem.style.cssText = " -moz-transform:" + translate3D + + "; -ms-transform:" + translate3D + + "; -o-transform:" + translate3D + + "; -webkit-transform:" + translate3D + + "; transform:" + translate3D; + regex = /translate3d\(0px, 0px, 0px\)/g; + asSupport = tempElem.style.cssText.match(regex); + support3d = (asSupport !== null && asSupport.length === 1); + + isTouch = "ontouchstart" in window || window.navigator.msMaxTouchPoints; + + base.browser = { + "support3d" : support3d, + "isTouch" : isTouch + }; + }, + + moveEvents : function () { + var base = this; + if (base.options.mouseDrag !== false || base.options.touchDrag !== false) { + base.gestures(); + base.disabledEvents(); + } + }, + + eventTypes : function () { + var base = this, + types = ["s", "e", "x"]; + + base.ev_types = {}; + + if (base.options.mouseDrag === true && base.options.touchDrag === true) { + types = [ + "touchstart.owl mousedown.owl", + "touchmove.owl mousemove.owl", + "touchend.owl touchcancel.owl mouseup.owl" + ]; + } else if (base.options.mouseDrag === false && base.options.touchDrag === true) { + types = [ + "touchstart.owl", + "touchmove.owl", + "touchend.owl touchcancel.owl" + ]; + } else if (base.options.mouseDrag === true && base.options.touchDrag === false) { + types = [ + "mousedown.owl", + "mousemove.owl", + "mouseup.owl" + ]; + } + + base.ev_types.start = types[0]; + base.ev_types.move = types[1]; + base.ev_types.end = types[2]; + }, + + disabledEvents : function () { + var base = this; + base.$elem.on("dragstart.owl", function (event) { event.preventDefault(); }); + base.$elem.on("mousedown.disableTextSelect", function (e) { + return $(e.target).is('input, textarea, select, option'); + }); + }, + + gestures : function () { + /*jslint unparam: true*/ + var base = this, + locals = { + offsetX : 0, + offsetY : 0, + baseElWidth : 0, + relativePos : 0, + position: null, + minSwipe : null, + maxSwipe: null, + sliding : null, + dargging: null, + targetElement : null + }; + + base.isCssFinish = true; + + function getTouches(event) { + if (event.touches !== undefined) { + return { + x : event.touches[0].pageX, + y : event.touches[0].pageY + }; + } + + if (event.touches === undefined) { + if (event.pageX !== undefined) { + return { + x : event.pageX, + y : event.pageY + }; + } + if (event.pageX === undefined) { + return { + x : event.clientX, + y : event.clientY + }; + } + } + } + + function swapEvents(type) { + if (type === "on") { + $(document).on(base.ev_types.move, dragMove); + $(document).on(base.ev_types.end, dragEnd); + } else if (type === "off") { + $(document).off(base.ev_types.move); + $(document).off(base.ev_types.end); + } + } + + function dragStart(event) { + var ev = event.originalEvent || event || window.event, + position; + + if (ev.which === 3) { + return false; + } + if (base.itemsAmount <= base.options.items) { + return; + } + if (base.isCssFinish === false && !base.options.dragBeforeAnimFinish) { + return false; + } + if (base.isCss3Finish === false && !base.options.dragBeforeAnimFinish) { + return false; + } + + if (base.options.autoPlay !== false) { + window.clearInterval(base.autoPlayInterval); + } + + if (base.browser.isTouch !== true && !base.$owlWrapper.hasClass("grabbing")) { + base.$owlWrapper.addClass("grabbing"); + } + + base.newPosX = 0; + base.newRelativeX = 0; + + $(this).css(base.removeTransition()); + + position = $(this).position(); + locals.relativePos = position.left; + + locals.offsetX = getTouches(ev).x - position.left; + locals.offsetY = getTouches(ev).y - position.top; + + swapEvents("on"); + + locals.sliding = false; + locals.targetElement = ev.target || ev.srcElement; + } + + function dragMove(event) { + var ev = event.originalEvent || event || window.event, + minSwipe, + maxSwipe; + + base.newPosX = getTouches(ev).x - locals.offsetX; + base.newPosY = getTouches(ev).y - locals.offsetY; + base.newRelativeX = base.newPosX - locals.relativePos; + + if (typeof base.options.startDragging === "function" && locals.dragging !== true && base.newRelativeX !== 0) { + locals.dragging = true; + base.options.startDragging.apply(base, [base.$elem]); + } + + if ((base.newRelativeX > 8 || base.newRelativeX < -8) && (base.browser.isTouch === true)) { + if (ev.preventDefault !== undefined) { + ev.preventDefault(); + } else { + ev.returnValue = false; + } + locals.sliding = true; + } + + if ((base.newPosY > 10 || base.newPosY < -10) && locals.sliding === false) { + $(document).off("touchmove.owl"); + } + + minSwipe = function () { + return base.newRelativeX / 5; + }; + + maxSwipe = function () { + return base.maximumPixels + base.newRelativeX / 5; + }; + + base.newPosX = Math.max(Math.min(base.newPosX, minSwipe()), maxSwipe()); + if (base.browser.support3d === true) { + base.transition3d(base.newPosX); + } else { + base.css2move(base.newPosX); + } + } + + function dragEnd(event) { + var ev = event.originalEvent || event || window.event, + newPosition, + handlers, + owlStopEvent; + + ev.target = ev.target || ev.srcElement; + + locals.dragging = false; + + if (base.browser.isTouch !== true) { + base.$owlWrapper.removeClass("grabbing"); + } + + if (base.newRelativeX < 0) { + base.dragDirection = base.owl.dragDirection = "left"; + } else { + base.dragDirection = base.owl.dragDirection = "right"; + } + + if (base.newRelativeX !== 0) { + newPosition = base.getNewPosition(); + base.goTo(newPosition, false, "drag"); + if (locals.targetElement === ev.target && base.browser.isTouch !== true) { + $(ev.target).on("click.disable", function (ev) { + ev.stopImmediatePropagation(); + ev.stopPropagation(); + ev.preventDefault(); + $(ev.target).off("click.disable"); + }); + handlers = $._data(ev.target, "events").click; + owlStopEvent = handlers.pop(); + handlers.splice(0, 0, owlStopEvent); + } + } + swapEvents("off"); + } + base.$elem.on(base.ev_types.start, ".owl-wrapper", dragStart); + }, + + getNewPosition : function () { + var base = this, + newPosition = base.closestItem(); + + if (newPosition > base.maximumItem) { + base.currentItem = base.maximumItem; + newPosition = base.maximumItem; + } else if (base.newPosX >= 0) { + newPosition = 0; + base.currentItem = 0; + } + return newPosition; + }, + closestItem : function () { + var base = this, + array = base.options.scrollPerPage === true ? base.pagesInArray : base.positionsInArray, + goal = base.newPosX, + closest = null; + + $.each(array, function (i, v) { + if (goal - (base.itemWidth / 20) > array[i + 1] && goal - (base.itemWidth / 20) < v && base.moveDirection() === "left") { + closest = v; + if (base.options.scrollPerPage === true) { + base.currentItem = $.inArray(closest, base.positionsInArray); + } else { + base.currentItem = i; + } + } else if (goal + (base.itemWidth / 20) < v && goal + (base.itemWidth / 20) > (array[i + 1] || array[i] - base.itemWidth) && base.moveDirection() === "right") { + if (base.options.scrollPerPage === true) { + closest = array[i + 1] || array[array.length - 1]; + base.currentItem = $.inArray(closest, base.positionsInArray); + } else { + closest = array[i + 1]; + base.currentItem = i + 1; + } + } + }); + return base.currentItem; + }, + + moveDirection : function () { + var base = this, + direction; + if (base.newRelativeX < 0) { + direction = "right"; + base.playDirection = "next"; + } else { + direction = "left"; + base.playDirection = "prev"; + } + return direction; + }, + + customEvents : function () { + /*jslint unparam: true*/ + var base = this; + base.$elem.on("owl.next", function () { + base.next(); + }); + base.$elem.on("owl.prev", function () { + base.prev(); + }); + base.$elem.on("owl.play", function (event, speed) { + base.options.autoPlay = speed; + base.play(); + base.hoverStatus = "play"; + }); + base.$elem.on("owl.stop", function () { + base.stop(); + base.hoverStatus = "stop"; + }); + base.$elem.on("owl.goTo", function (event, item) { + base.goTo(item); + }); + base.$elem.on("owl.jumpTo", function (event, item) { + base.jumpTo(item); + }); + }, + + stopOnHover : function () { + var base = this; + if (base.options.stopOnHover === true && base.browser.isTouch !== true && base.options.autoPlay !== false) { + base.$elem.on("mouseover", function () { + base.stop(); + }); + base.$elem.on("mouseout", function () { + if (base.hoverStatus !== "stop") { + base.play(); + } + }); + } + }, + + lazyLoad : function () { + var base = this, + i, + $item, + itemNumber, + $lazyImg, + follow; + + if (base.options.lazyLoad === false) { + return false; + } + for (i = 0; i < base.itemsAmount; i += 1) { + $item = $(base.$owlItems[i]); + + if ($item.data("owl-loaded") === "loaded") { + continue; + } + + itemNumber = $item.data("owl-item"); + $lazyImg = $item.find(".lazyOwl"); + + if (typeof $lazyImg.data("src") !== "string") { + $item.data("owl-loaded", "loaded"); + continue; + } + if ($item.data("owl-loaded") === undefined) { + $lazyImg.hide(); + $item.addClass("loading").data("owl-loaded", "checked"); + } + if (base.options.lazyFollow === true) { + follow = itemNumber >= base.currentItem; + } else { + follow = true; + } + if (follow && itemNumber < base.currentItem + base.options.items && $lazyImg.length) { + base.lazyPreload($item, $lazyImg); + } + } + }, + + lazyPreload : function ($item, $lazyImg) { + var base = this, + iterations = 0, + isBackgroundImg; + + if ($lazyImg.prop("tagName") === "DIV") { + $lazyImg.css("background-image", "url(" + $lazyImg.data("src") + ")"); + isBackgroundImg = true; + } else { + $lazyImg[0].src = $lazyImg.data("src"); + } + + function showImage() { + $item.data("owl-loaded", "loaded").removeClass("loading"); + $lazyImg.removeAttr("data-src"); + if (base.options.lazyEffect === "fade") { + $lazyImg.fadeIn(400); + } else { + $lazyImg.show(); + } + if (typeof base.options.afterLazyLoad === "function") { + base.options.afterLazyLoad.apply(this, [base.$elem]); + } + } + + function checkLazyImage() { + iterations += 1; + if (base.completeImg($lazyImg.get(0)) || isBackgroundImg === true) { + showImage(); + } else if (iterations <= 100) {//if image loads in less than 10 seconds + window.setTimeout(checkLazyImage, 100); + } else { + showImage(); + } + } + + checkLazyImage(); + }, + + autoHeight : function () { + var base = this, + $currentimg = $(base.$owlItems[base.currentItem]).find("img"), + iterations; + + function addHeight() { + var $currentItem = $(base.$owlItems[base.currentItem]).height(); + base.wrapperOuter.css("height", $currentItem + "px"); + if (!base.wrapperOuter.hasClass("autoHeight")) { + window.setTimeout(function () { + base.wrapperOuter.addClass("autoHeight"); + }, 0); + } + } + + function checkImage() { + iterations += 1; + if (base.completeImg($currentimg.get(0))) { + addHeight(); + } else if (iterations <= 100) { //if image loads in less than 10 seconds + window.setTimeout(checkImage, 100); + } else { + base.wrapperOuter.css("height", ""); //Else remove height attribute + } + } + + if ($currentimg.get(0) !== undefined) { + iterations = 0; + checkImage(); + } else { + addHeight(); + } + }, + + completeImg : function (img) { + var naturalWidthType; + + if (!img.complete) { + return false; + } + naturalWidthType = typeof img.naturalWidth; + if (naturalWidthType !== "undefined" && img.naturalWidth === 0) { + return false; + } + return true; + }, + + onVisibleItems : function () { + var base = this, + i; + + if (base.options.addClassActive === true) { + base.$owlItems.removeClass("active"); + } + base.visibleItems = []; + for (i = base.currentItem; i < base.currentItem + base.options.items; i += 1) { + base.visibleItems.push(i); + + if (base.options.addClassActive === true) { + $(base.$owlItems[i]).addClass("active"); + } + } + base.owl.visibleItems = base.visibleItems; + }, + + transitionTypes : function (className) { + var base = this; + //Currently available: "fade", "backSlide", "goDown", "fadeUp" + base.outClass = "owl-" + className + "-out"; + base.inClass = "owl-" + className + "-in"; + }, + + singleItemTransition : function () { + var base = this, + outClass = base.outClass, + inClass = base.inClass, + $currentItem = base.$owlItems.eq(base.currentItem), + $prevItem = base.$owlItems.eq(base.prevItem), + prevPos = Math.abs(base.positionsInArray[base.currentItem]) + base.positionsInArray[base.prevItem], + origin = Math.abs(base.positionsInArray[base.currentItem]) + base.itemWidth / 2, + animEnd = 'webkitAnimationEnd oAnimationEnd MSAnimationEnd animationend'; + + base.isTransition = true; + + base.$owlWrapper + .addClass('owl-origin') + .css({ + "-webkit-transform-origin" : origin + "px", + "-moz-perspective-origin" : origin + "px", + "perspective-origin" : origin + "px" + }); + function transStyles(prevPos) { + return { + "position" : "relative", + "left" : prevPos + "px" + }; + } + + $prevItem + .css(transStyles(prevPos, 10)) + .addClass(outClass) + .on(animEnd, function () { + base.endPrev = true; + $prevItem.off(animEnd); + base.clearTransStyle($prevItem, outClass); + }); + + $currentItem + .addClass(inClass) + .on(animEnd, function () { + base.endCurrent = true; + $currentItem.off(animEnd); + base.clearTransStyle($currentItem, inClass); + }); + }, + + clearTransStyle : function (item, classToRemove) { + var base = this; + item.css({ + "position" : "", + "left" : "" + }).removeClass(classToRemove); + + if (base.endPrev && base.endCurrent) { + base.$owlWrapper.removeClass('owl-origin'); + base.endPrev = false; + base.endCurrent = false; + base.isTransition = false; + } + }, + + owlStatus : function () { + var base = this; + base.owl = { + "userOptions" : base.userOptions, + "baseElement" : base.$elem, + "userItems" : base.$userItems, + "owlItems" : base.$owlItems, + "currentItem" : base.currentItem, + "prevItem" : base.prevItem, + "visibleItems" : base.visibleItems, + "isTouch" : base.browser.isTouch, + "browser" : base.browser, + "dragDirection" : base.dragDirection + }; + }, + + clearEvents : function () { + var base = this; + base.$elem.off(".owl owl mousedown.disableTextSelect"); + $(document).off(".owl owl"); + $(window).off("resize", base.resizer); + }, + + unWrap : function () { + var base = this; + if (base.$elem.children().length !== 0) { + base.$owlWrapper.unwrap(); + base.$userItems.unwrap().unwrap(); + if (base.owlControls) { + base.owlControls.remove(); + } + } + base.clearEvents(); + base.$elem + .attr("style", base.$elem.data("owl-originalStyles") || "") + .attr("class", base.$elem.data("owl-originalClasses")); + }, + + destroy : function () { + var base = this; + base.stop(); + window.clearInterval(base.checkVisible); + base.unWrap(); + base.$elem.removeData(); + }, + + reinit : function (newOptions) { + var base = this, + options = $.extend({}, base.userOptions, newOptions); + base.unWrap(); + base.init(options, base.$elem); + }, + + addItem : function (htmlString, targetPosition) { + var base = this, + position; + + if (!htmlString) {return false; } + + if (base.$elem.children().length === 0) { + base.$elem.append(htmlString); + base.setVars(); + return false; + } + base.unWrap(); + if (targetPosition === undefined || targetPosition === -1) { + position = -1; + } else { + position = targetPosition; + } + if (position >= base.$userItems.length || position === -1) { + base.$userItems.eq(-1).after(htmlString); + } else { + base.$userItems.eq(position).before(htmlString); + } + + base.setVars(); + }, + + removeItem : function (targetPosition) { + var base = this, + position; + + if (base.$elem.children().length === 0) { + return false; + } + if (targetPosition === undefined || targetPosition === -1) { + position = -1; + } else { + position = targetPosition; + } + + base.unWrap(); + base.$userItems.eq(position).remove(); + base.setVars(); + } + + }; + + $.fn.owlCarousel = function (options) { + return this.each(function () { + if ($(this).data("owl-init") === true) { + return false; + } + $(this).data("owl-init", true); + var carousel = Object.create(Carousel); + carousel.init(options, this); + $.data(this, "owlCarousel", carousel); + }); + }; + + $.fn.owlCarousel.options = { + + items : 5, + itemsCustom : false, + itemsDesktop : [1199, 4], + itemsDesktopSmall : [979, 3], + itemsTablet : [768, 2], + itemsTabletSmall : false, + itemsMobile : [479, 1], + singleItem : false, + itemsScaleUp : false, + + slideSpeed : 200, + paginationSpeed : 800, + rewindSpeed : 1000, + + autoPlay : false, + stopOnHover : false, + + navigation : false, + navigationText : ["", ""], + rewindNav : true, + scrollPerPage : false, + + pagination : true, + paginationNumbers : false, + + responsive : true, + responsiveRefreshRate : 200, + responsiveBaseWidth : window, + + baseClass : "owl-carousel", + theme : "owl-theme", + + lazyLoad : false, + lazyFollow : true, + lazyEffect : "fade", + + autoHeight : false, + + jsonPath : false, + jsonSuccess : false, + + dragBeforeAnimFinish : true, + mouseDrag : true, + touchDrag : true, + + addClassActive : false, + transitionStyle : false, + + beforeUpdate : false, + afterUpdate : false, + beforeInit : false, + afterInit : false, + beforeMove : false, + afterMove : false, + afterAction : false, + startDragging : false, + afterLazyLoad: false + }; +}(jQuery, window, document)); \ No newline at end of file diff --git a/js/superfish.min.js b/js/superfish.min.js new file mode 100755 index 0000000..c02d2d6 --- /dev/null +++ b/js/superfish.min.js @@ -0,0 +1,10 @@ +/* + * jQuery Superfish Menu Plugin - v1.7.4 + * Copyright (c) 2013 Joel Birch + * + * Dual licensed under the MIT and GPL licenses: + * http://www.opensource.org/licenses/mit-license.php + * http://www.gnu.org/licenses/gpl.html + */ + +;(function(e){"use strict";var s=function(){var s={bcClass:"sf-breadcrumb",menuClass:"sf-js-enabled",anchorClass:"sf-with-ul",menuArrowClass:"sf-arrows"},o=function(){var s=/iPhone|iPad|iPod/i.test(navigator.userAgent);return s&&e(window).load(function(){e("body").children().on("click",e.noop)}),s}(),n=function(){var e=document.documentElement.style;return"behavior"in e&&"fill"in e&&/iemobile/i.test(navigator.userAgent)}(),t=function(e,o){var n=s.menuClass;o.cssArrows&&(n+=" "+s.menuArrowClass),e.toggleClass(n)},i=function(o,n){return o.find("li."+n.pathClass).slice(0,n.pathLevels).addClass(n.hoverClass+" "+s.bcClass).filter(function(){return e(this).children(n.popUpSelector).hide().show().length}).removeClass(n.pathClass)},r=function(e){e.children("a").toggleClass(s.anchorClass)},a=function(e){var s=e.css("ms-touch-action");s="pan-y"===s?"auto":"pan-y",e.css("ms-touch-action",s)},l=function(s,t){var i="li:has("+t.popUpSelector+")";e.fn.hoverIntent&&!t.disableHI?s.hoverIntent(u,p,i):s.on("mouseenter.superfish",i,u).on("mouseleave.superfish",i,p);var r="MSPointerDown.superfish";o||(r+=" touchend.superfish"),n&&(r+=" mousedown.superfish"),s.on("focusin.superfish","li",u).on("focusout.superfish","li",p).on(r,"a",t,h)},h=function(s){var o=e(this),n=o.siblings(s.data.popUpSelector);n.length>0&&n.is(":hidden")&&(o.one("click.superfish",!1),"MSPointerDown"===s.type?o.trigger("focus"):e.proxy(u,o.parent("li"))())},u=function(){var s=e(this),o=d(s);clearTimeout(o.sfTimer),s.siblings().superfish("hide").end().superfish("show")},p=function(){var s=e(this),n=d(s);o?e.proxy(f,s,n)():(clearTimeout(n.sfTimer),n.sfTimer=setTimeout(e.proxy(f,s,n),n.delay))},f=function(s){s.retainPath=e.inArray(this[0],s.$path)>-1,this.superfish("hide"),this.parents("."+s.hoverClass).length||(s.onIdle.call(c(this)),s.$path.length&&e.proxy(u,s.$path)())},c=function(e){return e.closest("."+s.menuClass)},d=function(e){return c(e).data("sf-options")};return{hide:function(s){if(this.length){var o=this,n=d(o);if(!n)return this;var t=n.retainPath===!0?n.$path:"",i=o.find("li."+n.hoverClass).add(this).not(t).removeClass(n.hoverClass).children(n.popUpSelector),r=n.speedOut;s&&(i.show(),r=0),n.retainPath=!1,n.onBeforeHide.call(i),i.stop(!0,!0).animate(n.animationOut,r,function(){var s=e(this);n.onHide.call(s)})}return this},show:function(){var e=d(this);if(!e)return this;var s=this.addClass(e.hoverClass),o=s.children(e.popUpSelector);return e.onBeforeShow.call(o),o.stop(!0,!0).animate(e.animation,e.speed,function(){e.onShow.call(o)}),this},destroy:function(){return this.each(function(){var o,n=e(this),i=n.data("sf-options");return i?(o=n.find(i.popUpSelector).parent("li"),clearTimeout(i.sfTimer),t(n,i),r(o),a(n),n.off(".superfish").off(".hoverIntent"),o.children(i.popUpSelector).attr("style",function(e,s){return s.replace(/display[^;]+;?/g,"")}),i.$path.removeClass(i.hoverClass+" "+s.bcClass).addClass(i.pathClass),n.find("."+i.hoverClass).removeClass(i.hoverClass),i.onDestroy.call(n),n.removeData("sf-options"),void 0):!1})},init:function(o){return this.each(function(){var n=e(this);if(n.data("sf-options"))return!1;var h=e.extend({},e.fn.superfish.defaults,o),u=n.find(h.popUpSelector).parent("li");h.$path=i(n,h),n.data("sf-options",h),t(n,h),r(u),a(n),l(n,h),u.not("."+s.bcClass).superfish("hide",!0),h.onInit.call(this)})}}}();e.fn.superfish=function(o){return s[o]?s[o].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof o&&o?e.error("Method "+o+" does not exist on jQuery.fn.superfish"):s.init.apply(this,arguments)},e.fn.superfish.defaults={popUpSelector:"ul,.sf-mega",hoverClass:"sfHover",pathClass:"overrideThisToUse",pathLevels:1,delay:800,animation:{opacity:"show"},animationOut:{opacity:"hide"},speed:"normal",speedOut:"fast",cssArrows:!0,disableHI:!1,onInit:e.noop,onBeforeShow:e.noop,onShow:e.noop,onBeforeHide:e.noop,onHide:e.noop,onIdle:e.noop,onDestroy:e.noop},e.fn.extend({hideSuperfishUl:s.hide,showSuperfishUl:s.show})})(jQuery); \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/0-circle-fill.svg b/lib/bootstrap-icons-1.11.3/0-circle-fill.svg new file mode 100644 index 0000000..2f5f026 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/0-circle-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/0-circle.svg b/lib/bootstrap-icons-1.11.3/0-circle.svg new file mode 100644 index 0000000..5e84c8c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/0-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/0-square-fill.svg b/lib/bootstrap-icons-1.11.3/0-square-fill.svg new file mode 100644 index 0000000..cca049b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/0-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/0-square.svg b/lib/bootstrap-icons-1.11.3/0-square.svg new file mode 100644 index 0000000..73b7bc1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/0-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/1-circle-fill.svg b/lib/bootstrap-icons-1.11.3/1-circle-fill.svg new file mode 100644 index 0000000..b10d0f3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/1-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/1-circle.svg b/lib/bootstrap-icons-1.11.3/1-circle.svg new file mode 100644 index 0000000..2aa21f9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/1-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/1-square-fill.svg b/lib/bootstrap-icons-1.11.3/1-square-fill.svg new file mode 100644 index 0000000..2ce792f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/1-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/1-square.svg b/lib/bootstrap-icons-1.11.3/1-square.svg new file mode 100644 index 0000000..773534a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/1-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/123.svg b/lib/bootstrap-icons-1.11.3/123.svg new file mode 100644 index 0000000..277d405 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/123.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/2-circle-fill.svg b/lib/bootstrap-icons-1.11.3/2-circle-fill.svg new file mode 100644 index 0000000..169df3a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/2-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/2-circle.svg b/lib/bootstrap-icons-1.11.3/2-circle.svg new file mode 100644 index 0000000..00260b6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/2-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/2-square-fill.svg b/lib/bootstrap-icons-1.11.3/2-square-fill.svg new file mode 100644 index 0000000..2760ca7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/2-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/2-square.svg b/lib/bootstrap-icons-1.11.3/2-square.svg new file mode 100644 index 0000000..4a79ed6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/2-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/3-circle-fill.svg b/lib/bootstrap-icons-1.11.3/3-circle-fill.svg new file mode 100644 index 0000000..9aedc47 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/3-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/3-circle.svg b/lib/bootstrap-icons-1.11.3/3-circle.svg new file mode 100644 index 0000000..c2fc517 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/3-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/3-square-fill.svg b/lib/bootstrap-icons-1.11.3/3-square-fill.svg new file mode 100644 index 0000000..20c71a7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/3-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/3-square.svg b/lib/bootstrap-icons-1.11.3/3-square.svg new file mode 100644 index 0000000..f0907cc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/3-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/4-circle-fill.svg b/lib/bootstrap-icons-1.11.3/4-circle-fill.svg new file mode 100644 index 0000000..51dc8a5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/4-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/4-circle.svg b/lib/bootstrap-icons-1.11.3/4-circle.svg new file mode 100644 index 0000000..e25df51 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/4-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/4-square-fill.svg b/lib/bootstrap-icons-1.11.3/4-square-fill.svg new file mode 100644 index 0000000..ce3aa94 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/4-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/4-square.svg b/lib/bootstrap-icons-1.11.3/4-square.svg new file mode 100644 index 0000000..769102d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/4-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/5-circle-fill.svg b/lib/bootstrap-icons-1.11.3/5-circle-fill.svg new file mode 100644 index 0000000..915462d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/5-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/5-circle.svg b/lib/bootstrap-icons-1.11.3/5-circle.svg new file mode 100644 index 0000000..5ef620d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/5-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/5-square-fill.svg b/lib/bootstrap-icons-1.11.3/5-square-fill.svg new file mode 100644 index 0000000..2b066bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/5-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/5-square.svg b/lib/bootstrap-icons-1.11.3/5-square.svg new file mode 100644 index 0000000..ad3e281 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/5-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/6-circle-fill.svg b/lib/bootstrap-icons-1.11.3/6-circle-fill.svg new file mode 100644 index 0000000..21b601a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/6-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/6-circle.svg b/lib/bootstrap-icons-1.11.3/6-circle.svg new file mode 100644 index 0000000..fc036b0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/6-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/6-square-fill.svg b/lib/bootstrap-icons-1.11.3/6-square-fill.svg new file mode 100644 index 0000000..908706d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/6-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/6-square.svg b/lib/bootstrap-icons-1.11.3/6-square.svg new file mode 100644 index 0000000..ce28209 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/6-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/7-circle-fill.svg b/lib/bootstrap-icons-1.11.3/7-circle-fill.svg new file mode 100644 index 0000000..0f4f6d9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/7-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/7-circle.svg b/lib/bootstrap-icons-1.11.3/7-circle.svg new file mode 100644 index 0000000..796f45c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/7-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/7-square-fill.svg b/lib/bootstrap-icons-1.11.3/7-square-fill.svg new file mode 100644 index 0000000..604186d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/7-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/7-square.svg b/lib/bootstrap-icons-1.11.3/7-square.svg new file mode 100644 index 0000000..f269032 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/7-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/8-circle-fill.svg b/lib/bootstrap-icons-1.11.3/8-circle-fill.svg new file mode 100644 index 0000000..579846b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/8-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/8-circle.svg b/lib/bootstrap-icons-1.11.3/8-circle.svg new file mode 100644 index 0000000..2dbb93e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/8-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/8-square-fill.svg b/lib/bootstrap-icons-1.11.3/8-square-fill.svg new file mode 100644 index 0000000..f8efe93 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/8-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/8-square.svg b/lib/bootstrap-icons-1.11.3/8-square.svg new file mode 100644 index 0000000..f29d225 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/8-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/9-circle-fill.svg b/lib/bootstrap-icons-1.11.3/9-circle-fill.svg new file mode 100644 index 0000000..b19b3f5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/9-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/9-circle.svg b/lib/bootstrap-icons-1.11.3/9-circle.svg new file mode 100644 index 0000000..ff91949 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/9-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/9-square-fill.svg b/lib/bootstrap-icons-1.11.3/9-square-fill.svg new file mode 100644 index 0000000..e2ca2c3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/9-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/9-square.svg b/lib/bootstrap-icons-1.11.3/9-square.svg new file mode 100644 index 0000000..3410f7b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/9-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/activity.svg b/lib/bootstrap-icons-1.11.3/activity.svg new file mode 100644 index 0000000..1ca946e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/activity.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/airplane-engines-fill.svg b/lib/bootstrap-icons-1.11.3/airplane-engines-fill.svg new file mode 100644 index 0000000..3d8f185 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/airplane-engines-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/airplane-engines.svg b/lib/bootstrap-icons-1.11.3/airplane-engines.svg new file mode 100644 index 0000000..2efc31e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/airplane-engines.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/airplane-fill.svg b/lib/bootstrap-icons-1.11.3/airplane-fill.svg new file mode 100644 index 0000000..b1e4fa3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/airplane-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/airplane.svg b/lib/bootstrap-icons-1.11.3/airplane.svg new file mode 100644 index 0000000..5f937e1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/airplane.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/alarm-fill.svg b/lib/bootstrap-icons-1.11.3/alarm-fill.svg new file mode 100644 index 0000000..a53c88f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/alarm-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/alarm.svg b/lib/bootstrap-icons-1.11.3/alarm.svg new file mode 100644 index 0000000..27160b3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/alarm.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/alexa.svg b/lib/bootstrap-icons-1.11.3/alexa.svg new file mode 100644 index 0000000..0827c41 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/alexa.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/align-bottom.svg b/lib/bootstrap-icons-1.11.3/align-bottom.svg new file mode 100644 index 0000000..5c2569f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/align-bottom.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/align-center.svg b/lib/bootstrap-icons-1.11.3/align-center.svg new file mode 100644 index 0000000..ea4290b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/align-center.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/align-end.svg b/lib/bootstrap-icons-1.11.3/align-end.svg new file mode 100644 index 0000000..15429bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/align-end.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/align-middle.svg b/lib/bootstrap-icons-1.11.3/align-middle.svg new file mode 100644 index 0000000..82f6801 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/align-middle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/align-start.svg b/lib/bootstrap-icons-1.11.3/align-start.svg new file mode 100644 index 0000000..75dca50 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/align-start.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/align-top.svg b/lib/bootstrap-icons-1.11.3/align-top.svg new file mode 100644 index 0000000..f354fc5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/align-top.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/alipay.svg b/lib/bootstrap-icons-1.11.3/alipay.svg new file mode 100644 index 0000000..30b6fe7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/alipay.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/alphabet-uppercase.svg b/lib/bootstrap-icons-1.11.3/alphabet-uppercase.svg new file mode 100644 index 0000000..d0887b5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/alphabet-uppercase.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/alphabet.svg b/lib/bootstrap-icons-1.11.3/alphabet.svg new file mode 100644 index 0000000..5d097d7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/alphabet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/alt.svg b/lib/bootstrap-icons-1.11.3/alt.svg new file mode 100644 index 0000000..2141bcb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/amazon.svg b/lib/bootstrap-icons-1.11.3/amazon.svg new file mode 100644 index 0000000..0752545 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/amazon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/amd.svg b/lib/bootstrap-icons-1.11.3/amd.svg new file mode 100644 index 0000000..ef0757c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/amd.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/android.svg b/lib/bootstrap-icons-1.11.3/android.svg new file mode 100644 index 0000000..4c1f097 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/android.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/android2.svg b/lib/bootstrap-icons-1.11.3/android2.svg new file mode 100644 index 0000000..f49c14e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/android2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/app-indicator.svg b/lib/bootstrap-icons-1.11.3/app-indicator.svg new file mode 100644 index 0000000..b28e219 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/app-indicator.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/app.svg b/lib/bootstrap-icons-1.11.3/app.svg new file mode 100644 index 0000000..b361308 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/app.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/apple.svg b/lib/bootstrap-icons-1.11.3/apple.svg new file mode 100644 index 0000000..58235c3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/apple.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/archive-fill.svg b/lib/bootstrap-icons-1.11.3/archive-fill.svg new file mode 100644 index 0000000..e5ea32b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/archive-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/archive.svg b/lib/bootstrap-icons-1.11.3/archive.svg new file mode 100644 index 0000000..7bc5eb2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/archive.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-90deg-down.svg b/lib/bootstrap-icons-1.11.3/arrow-90deg-down.svg new file mode 100644 index 0000000..7459597 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-90deg-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-90deg-left.svg b/lib/bootstrap-icons-1.11.3/arrow-90deg-left.svg new file mode 100644 index 0000000..4e17ab4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-90deg-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-90deg-right.svg b/lib/bootstrap-icons-1.11.3/arrow-90deg-right.svg new file mode 100644 index 0000000..9fb6363 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-90deg-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-90deg-up.svg b/lib/bootstrap-icons-1.11.3/arrow-90deg-up.svg new file mode 100644 index 0000000..11be0de --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-90deg-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-bar-down.svg b/lib/bootstrap-icons-1.11.3/arrow-bar-down.svg new file mode 100644 index 0000000..1b212d5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-bar-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-bar-left.svg b/lib/bootstrap-icons-1.11.3/arrow-bar-left.svg new file mode 100644 index 0000000..621bf2a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-bar-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-bar-right.svg b/lib/bootstrap-icons-1.11.3/arrow-bar-right.svg new file mode 100644 index 0000000..0210410 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-bar-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-bar-up.svg b/lib/bootstrap-icons-1.11.3/arrow-bar-up.svg new file mode 100644 index 0000000..d5510da --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-bar-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-clockwise.svg b/lib/bootstrap-icons-1.11.3/arrow-clockwise.svg new file mode 100644 index 0000000..324d5af --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-clockwise.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-counterclockwise.svg b/lib/bootstrap-icons-1.11.3/arrow-counterclockwise.svg new file mode 100644 index 0000000..3d9ff62 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-counterclockwise.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-circle-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-down-circle-fill.svg new file mode 100644 index 0000000..242eb58 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-circle.svg b/lib/bootstrap-icons-1.11.3/arrow-down-circle.svg new file mode 100644 index 0000000..42e96b5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-left-circle-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-down-left-circle-fill.svg new file mode 100644 index 0000000..e7f4735 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-left-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-left-circle.svg b/lib/bootstrap-icons-1.11.3/arrow-down-left-circle.svg new file mode 100644 index 0000000..f67491f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-left-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-left-square-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-down-left-square-fill.svg new file mode 100644 index 0000000..6e03bf2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-left-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-left-square.svg b/lib/bootstrap-icons-1.11.3/arrow-down-left-square.svg new file mode 100644 index 0000000..1278d39 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-left-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-left.svg b/lib/bootstrap-icons-1.11.3/arrow-down-left.svg new file mode 100644 index 0000000..4011c77 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-right-circle-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-down-right-circle-fill.svg new file mode 100644 index 0000000..4ff73b6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-right-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-right-circle.svg b/lib/bootstrap-icons-1.11.3/arrow-down-right-circle.svg new file mode 100644 index 0000000..054e83f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-right-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-right-square-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-down-right-square-fill.svg new file mode 100644 index 0000000..a556e06 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-right-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-right-square.svg b/lib/bootstrap-icons-1.11.3/arrow-down-right-square.svg new file mode 100644 index 0000000..4bfb679 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-right-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-right.svg b/lib/bootstrap-icons-1.11.3/arrow-down-right.svg new file mode 100644 index 0000000..08aef16 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-short.svg b/lib/bootstrap-icons-1.11.3/arrow-down-short.svg new file mode 100644 index 0000000..66b7fa1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-short.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-square-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-down-square-fill.svg new file mode 100644 index 0000000..c9020dc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-square.svg b/lib/bootstrap-icons-1.11.3/arrow-down-square.svg new file mode 100644 index 0000000..c492b71 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down-up.svg b/lib/bootstrap-icons-1.11.3/arrow-down-up.svg new file mode 100644 index 0000000..04cb3a5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-down.svg b/lib/bootstrap-icons-1.11.3/arrow-down.svg new file mode 100644 index 0000000..f66f74b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-left-circle-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-left-circle-fill.svg new file mode 100644 index 0000000..ae19d97 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-left-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-left-circle.svg b/lib/bootstrap-icons-1.11.3/arrow-left-circle.svg new file mode 100644 index 0000000..f3246ea --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-left-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-left-right.svg b/lib/bootstrap-icons-1.11.3/arrow-left-right.svg new file mode 100644 index 0000000..89c4003 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-left-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-left-short.svg b/lib/bootstrap-icons-1.11.3/arrow-left-short.svg new file mode 100644 index 0000000..abb15dd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-left-short.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-left-square-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-left-square-fill.svg new file mode 100644 index 0000000..3ee717e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-left-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-left-square.svg b/lib/bootstrap-icons-1.11.3/arrow-left-square.svg new file mode 100644 index 0000000..8f09a48 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-left-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-left.svg b/lib/bootstrap-icons-1.11.3/arrow-left.svg new file mode 100644 index 0000000..587d4fe --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-repeat.svg b/lib/bootstrap-icons-1.11.3/arrow-repeat.svg new file mode 100644 index 0000000..b17dba4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-repeat.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-return-left.svg b/lib/bootstrap-icons-1.11.3/arrow-return-left.svg new file mode 100644 index 0000000..3c13fc4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-return-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-return-right.svg b/lib/bootstrap-icons-1.11.3/arrow-return-right.svg new file mode 100644 index 0000000..60d282c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-return-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-right-circle-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-right-circle-fill.svg new file mode 100644 index 0000000..32c21ea --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-right-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-right-circle.svg b/lib/bootstrap-icons-1.11.3/arrow-right-circle.svg new file mode 100644 index 0000000..ad7293e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-right-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-right-short.svg b/lib/bootstrap-icons-1.11.3/arrow-right-short.svg new file mode 100644 index 0000000..fa238ff --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-right-short.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-right-square-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-right-square-fill.svg new file mode 100644 index 0000000..c7c8eec --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-right-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-right-square.svg b/lib/bootstrap-icons-1.11.3/arrow-right-square.svg new file mode 100644 index 0000000..7a4b78b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-right-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-right.svg b/lib/bootstrap-icons-1.11.3/arrow-right.svg new file mode 100644 index 0000000..2362904 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-through-heart-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-through-heart-fill.svg new file mode 100644 index 0000000..e98bce1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-through-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-through-heart.svg b/lib/bootstrap-icons-1.11.3/arrow-through-heart.svg new file mode 100644 index 0000000..daf397b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-through-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-circle-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-up-circle-fill.svg new file mode 100644 index 0000000..9e7ef36 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-circle.svg b/lib/bootstrap-icons-1.11.3/arrow-up-circle.svg new file mode 100644 index 0000000..e18a689 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-left-circle-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-up-left-circle-fill.svg new file mode 100644 index 0000000..e1e2e97 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-left-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-left-circle.svg b/lib/bootstrap-icons-1.11.3/arrow-up-left-circle.svg new file mode 100644 index 0000000..3101b65 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-left-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-left-square-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-up-left-square-fill.svg new file mode 100644 index 0000000..e699865 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-left-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-left-square.svg b/lib/bootstrap-icons-1.11.3/arrow-up-left-square.svg new file mode 100644 index 0000000..4f31190 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-left-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-left.svg b/lib/bootstrap-icons-1.11.3/arrow-up-left.svg new file mode 100644 index 0000000..938d0d0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-right-circle-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-up-right-circle-fill.svg new file mode 100644 index 0000000..0eb9b54 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-right-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-right-circle.svg b/lib/bootstrap-icons-1.11.3/arrow-up-right-circle.svg new file mode 100644 index 0000000..ed6ae41 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-right-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-right-square-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-up-right-square-fill.svg new file mode 100644 index 0000000..c2246ec --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-right-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-right-square.svg b/lib/bootstrap-icons-1.11.3/arrow-up-right-square.svg new file mode 100644 index 0000000..b14940f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-right-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-right.svg b/lib/bootstrap-icons-1.11.3/arrow-up-right.svg new file mode 100644 index 0000000..7b3794b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-short.svg b/lib/bootstrap-icons-1.11.3/arrow-up-short.svg new file mode 100644 index 0000000..543089a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-short.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-square-fill.svg b/lib/bootstrap-icons-1.11.3/arrow-up-square-fill.svg new file mode 100644 index 0000000..9d7f65f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up-square.svg b/lib/bootstrap-icons-1.11.3/arrow-up-square.svg new file mode 100644 index 0000000..bec15c4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrow-up.svg b/lib/bootstrap-icons-1.11.3/arrow-up.svg new file mode 100644 index 0000000..951521a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrow-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrows-angle-contract.svg b/lib/bootstrap-icons-1.11.3/arrows-angle-contract.svg new file mode 100644 index 0000000..1aa7875 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrows-angle-contract.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrows-angle-expand.svg b/lib/bootstrap-icons-1.11.3/arrows-angle-expand.svg new file mode 100644 index 0000000..578d3b6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrows-angle-expand.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrows-collapse-vertical.svg b/lib/bootstrap-icons-1.11.3/arrows-collapse-vertical.svg new file mode 100644 index 0000000..0fc4477 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrows-collapse-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrows-collapse.svg b/lib/bootstrap-icons-1.11.3/arrows-collapse.svg new file mode 100644 index 0000000..ca055c3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrows-collapse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrows-expand-vertical.svg b/lib/bootstrap-icons-1.11.3/arrows-expand-vertical.svg new file mode 100644 index 0000000..9dbfac4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrows-expand-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrows-expand.svg b/lib/bootstrap-icons-1.11.3/arrows-expand.svg new file mode 100644 index 0000000..99eb276 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrows-expand.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrows-fullscreen.svg b/lib/bootstrap-icons-1.11.3/arrows-fullscreen.svg new file mode 100644 index 0000000..7633e3f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrows-fullscreen.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrows-move.svg b/lib/bootstrap-icons-1.11.3/arrows-move.svg new file mode 100644 index 0000000..ef2b885 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrows-move.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrows-vertical.svg b/lib/bootstrap-icons-1.11.3/arrows-vertical.svg new file mode 100644 index 0000000..22f60fd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrows-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/arrows.svg b/lib/bootstrap-icons-1.11.3/arrows.svg new file mode 100644 index 0000000..a6bd3d7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/arrows.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/aspect-ratio-fill.svg b/lib/bootstrap-icons-1.11.3/aspect-ratio-fill.svg new file mode 100644 index 0000000..6d6cb8d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/aspect-ratio-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/aspect-ratio.svg b/lib/bootstrap-icons-1.11.3/aspect-ratio.svg new file mode 100644 index 0000000..ee634b0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/aspect-ratio.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/asterisk.svg b/lib/bootstrap-icons-1.11.3/asterisk.svg new file mode 100644 index 0000000..fbc13b7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/asterisk.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/at.svg b/lib/bootstrap-icons-1.11.3/at.svg new file mode 100644 index 0000000..3cab29e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/at.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/award-fill.svg b/lib/bootstrap-icons-1.11.3/award-fill.svg new file mode 100644 index 0000000..f996790 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/award-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/award.svg b/lib/bootstrap-icons-1.11.3/award.svg new file mode 100644 index 0000000..67c760b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/award.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/back.svg b/lib/bootstrap-icons-1.11.3/back.svg new file mode 100644 index 0000000..9f55340 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/back.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/backpack-fill.svg b/lib/bootstrap-icons-1.11.3/backpack-fill.svg new file mode 100644 index 0000000..ec737a9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/backpack-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/backpack.svg b/lib/bootstrap-icons-1.11.3/backpack.svg new file mode 100644 index 0000000..819aa29 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/backpack.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/backpack2-fill.svg b/lib/bootstrap-icons-1.11.3/backpack2-fill.svg new file mode 100644 index 0000000..3c9b4da --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/backpack2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/backpack2.svg b/lib/bootstrap-icons-1.11.3/backpack2.svg new file mode 100644 index 0000000..e0e4fe5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/backpack2.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/backpack3-fill.svg b/lib/bootstrap-icons-1.11.3/backpack3-fill.svg new file mode 100644 index 0000000..4583c4f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/backpack3-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/backpack3.svg b/lib/bootstrap-icons-1.11.3/backpack3.svg new file mode 100644 index 0000000..819f8df --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/backpack3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/backpack4-fill.svg b/lib/bootstrap-icons-1.11.3/backpack4-fill.svg new file mode 100644 index 0000000..a3bba3a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/backpack4-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/backpack4.svg b/lib/bootstrap-icons-1.11.3/backpack4.svg new file mode 100644 index 0000000..140a12d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/backpack4.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/backspace-fill.svg b/lib/bootstrap-icons-1.11.3/backspace-fill.svg new file mode 100644 index 0000000..0787578 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/backspace-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/backspace-reverse-fill.svg b/lib/bootstrap-icons-1.11.3/backspace-reverse-fill.svg new file mode 100644 index 0000000..41c8dbb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/backspace-reverse-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/backspace-reverse.svg b/lib/bootstrap-icons-1.11.3/backspace-reverse.svg new file mode 100644 index 0000000..7b3fafd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/backspace-reverse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/backspace.svg b/lib/bootstrap-icons-1.11.3/backspace.svg new file mode 100644 index 0000000..39b688f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/backspace.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-3d-fill.svg b/lib/bootstrap-icons-1.11.3/badge-3d-fill.svg new file mode 100644 index 0000000..750598c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-3d-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-3d.svg b/lib/bootstrap-icons-1.11.3/badge-3d.svg new file mode 100644 index 0000000..b3153f2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-3d.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-4k-fill.svg b/lib/bootstrap-icons-1.11.3/badge-4k-fill.svg new file mode 100644 index 0000000..72f34b9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-4k-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-4k.svg b/lib/bootstrap-icons-1.11.3/badge-4k.svg new file mode 100644 index 0000000..3dfc9b1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-4k.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-8k-fill.svg b/lib/bootstrap-icons-1.11.3/badge-8k-fill.svg new file mode 100644 index 0000000..4bd9b80 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-8k-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-8k.svg b/lib/bootstrap-icons-1.11.3/badge-8k.svg new file mode 100644 index 0000000..d11f82d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-8k.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-ad-fill.svg b/lib/bootstrap-icons-1.11.3/badge-ad-fill.svg new file mode 100644 index 0000000..023f210 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-ad-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-ad.svg b/lib/bootstrap-icons-1.11.3/badge-ad.svg new file mode 100644 index 0000000..616ad74 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-ad.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-ar-fill.svg b/lib/bootstrap-icons-1.11.3/badge-ar-fill.svg new file mode 100644 index 0000000..48aee0f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-ar-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-ar.svg b/lib/bootstrap-icons-1.11.3/badge-ar.svg new file mode 100644 index 0000000..0fc1975 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-ar.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-cc-fill.svg b/lib/bootstrap-icons-1.11.3/badge-cc-fill.svg new file mode 100644 index 0000000..0f3d1f9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-cc-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-cc.svg b/lib/bootstrap-icons-1.11.3/badge-cc.svg new file mode 100644 index 0000000..d5f42e1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-cc.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-hd-fill.svg b/lib/bootstrap-icons-1.11.3/badge-hd-fill.svg new file mode 100644 index 0000000..96f0875 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-hd-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-hd.svg b/lib/bootstrap-icons-1.11.3/badge-hd.svg new file mode 100644 index 0000000..5689042 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-hd.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-sd-fill.svg b/lib/bootstrap-icons-1.11.3/badge-sd-fill.svg new file mode 100644 index 0000000..a37154a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-sd-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-sd.svg b/lib/bootstrap-icons-1.11.3/badge-sd.svg new file mode 100644 index 0000000..df8d029 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-sd.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-tm-fill.svg b/lib/bootstrap-icons-1.11.3/badge-tm-fill.svg new file mode 100644 index 0000000..632b569 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-tm-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-tm.svg b/lib/bootstrap-icons-1.11.3/badge-tm.svg new file mode 100644 index 0000000..33de5c2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-tm.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-vo-fill.svg b/lib/bootstrap-icons-1.11.3/badge-vo-fill.svg new file mode 100644 index 0000000..1d27b07 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-vo-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-vo.svg b/lib/bootstrap-icons-1.11.3/badge-vo.svg new file mode 100644 index 0000000..f5e2ece --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-vo.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-vr-fill.svg b/lib/bootstrap-icons-1.11.3/badge-vr-fill.svg new file mode 100644 index 0000000..e614af6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-vr-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-vr.svg b/lib/bootstrap-icons-1.11.3/badge-vr.svg new file mode 100644 index 0000000..c1c73dc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-vr.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-wc-fill.svg b/lib/bootstrap-icons-1.11.3/badge-wc-fill.svg new file mode 100644 index 0000000..d16436a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-wc-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/badge-wc.svg b/lib/bootstrap-icons-1.11.3/badge-wc.svg new file mode 100644 index 0000000..ea459ba --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/badge-wc.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bag-check-fill.svg b/lib/bootstrap-icons-1.11.3/bag-check-fill.svg new file mode 100644 index 0000000..9976d5c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bag-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bag-check.svg b/lib/bootstrap-icons-1.11.3/bag-check.svg new file mode 100644 index 0000000..a4e3278 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bag-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bag-dash-fill.svg b/lib/bootstrap-icons-1.11.3/bag-dash-fill.svg new file mode 100644 index 0000000..ccb5589 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bag-dash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bag-dash.svg b/lib/bootstrap-icons-1.11.3/bag-dash.svg new file mode 100644 index 0000000..0997f33 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bag-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bag-fill.svg b/lib/bootstrap-icons-1.11.3/bag-fill.svg new file mode 100644 index 0000000..812fcfc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bag-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bag-heart-fill.svg b/lib/bootstrap-icons-1.11.3/bag-heart-fill.svg new file mode 100644 index 0000000..4938b83 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bag-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bag-heart.svg b/lib/bootstrap-icons-1.11.3/bag-heart.svg new file mode 100644 index 0000000..e7b906a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bag-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bag-plus-fill.svg b/lib/bootstrap-icons-1.11.3/bag-plus-fill.svg new file mode 100644 index 0000000..b98f6b2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bag-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bag-plus.svg b/lib/bootstrap-icons-1.11.3/bag-plus.svg new file mode 100644 index 0000000..0d7ddc6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bag-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bag-x-fill.svg b/lib/bootstrap-icons-1.11.3/bag-x-fill.svg new file mode 100644 index 0000000..cbe77df --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bag-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bag-x.svg b/lib/bootstrap-icons-1.11.3/bag-x.svg new file mode 100644 index 0000000..4f38008 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bag-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bag.svg b/lib/bootstrap-icons-1.11.3/bag.svg new file mode 100644 index 0000000..acd0287 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bag.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/balloon-fill.svg b/lib/bootstrap-icons-1.11.3/balloon-fill.svg new file mode 100644 index 0000000..2d57e2d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/balloon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/balloon-heart-fill.svg b/lib/bootstrap-icons-1.11.3/balloon-heart-fill.svg new file mode 100644 index 0000000..ab17865 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/balloon-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/balloon-heart.svg b/lib/bootstrap-icons-1.11.3/balloon-heart.svg new file mode 100644 index 0000000..0e056cb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/balloon-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/balloon.svg b/lib/bootstrap-icons-1.11.3/balloon.svg new file mode 100644 index 0000000..6906cb3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/balloon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ban-fill.svg b/lib/bootstrap-icons-1.11.3/ban-fill.svg new file mode 100644 index 0000000..0bb7df0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ban-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ban.svg b/lib/bootstrap-icons-1.11.3/ban.svg new file mode 100644 index 0000000..5acfd41 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ban.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bandaid-fill.svg b/lib/bootstrap-icons-1.11.3/bandaid-fill.svg new file mode 100644 index 0000000..052ad73 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bandaid-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bandaid.svg b/lib/bootstrap-icons-1.11.3/bandaid.svg new file mode 100644 index 0000000..e09850e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bandaid.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bank.svg b/lib/bootstrap-icons-1.11.3/bank.svg new file mode 100644 index 0000000..2e7f4f0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bank.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bank2.svg b/lib/bootstrap-icons-1.11.3/bank2.svg new file mode 100644 index 0000000..acc8ef9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bank2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bar-chart-fill.svg b/lib/bootstrap-icons-1.11.3/bar-chart-fill.svg new file mode 100644 index 0000000..7e4ebee --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bar-chart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bar-chart-line-fill.svg b/lib/bootstrap-icons-1.11.3/bar-chart-line-fill.svg new file mode 100644 index 0000000..6808e6f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bar-chart-line-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bar-chart-line.svg b/lib/bootstrap-icons-1.11.3/bar-chart-line.svg new file mode 100644 index 0000000..567a808 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bar-chart-line.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bar-chart-steps.svg b/lib/bootstrap-icons-1.11.3/bar-chart-steps.svg new file mode 100644 index 0000000..346e97b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bar-chart-steps.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bar-chart.svg b/lib/bootstrap-icons-1.11.3/bar-chart.svg new file mode 100644 index 0000000..8e57c80 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bar-chart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/basket-fill.svg b/lib/bootstrap-icons-1.11.3/basket-fill.svg new file mode 100644 index 0000000..b2e01f5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/basket-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/basket.svg b/lib/bootstrap-icons-1.11.3/basket.svg new file mode 100644 index 0000000..418a5f9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/basket.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/basket2-fill.svg b/lib/bootstrap-icons-1.11.3/basket2-fill.svg new file mode 100644 index 0000000..03c7079 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/basket2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/basket2.svg b/lib/bootstrap-icons-1.11.3/basket2.svg new file mode 100644 index 0000000..9b78be2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/basket2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/basket3-fill.svg b/lib/bootstrap-icons-1.11.3/basket3-fill.svg new file mode 100644 index 0000000..e26f0ee --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/basket3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/basket3.svg b/lib/bootstrap-icons-1.11.3/basket3.svg new file mode 100644 index 0000000..57fa6a0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/basket3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/battery-charging.svg b/lib/bootstrap-icons-1.11.3/battery-charging.svg new file mode 100644 index 0000000..4ae74d2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/battery-charging.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/battery-full.svg b/lib/bootstrap-icons-1.11.3/battery-full.svg new file mode 100644 index 0000000..bff6a3f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/battery-full.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/battery-half.svg b/lib/bootstrap-icons-1.11.3/battery-half.svg new file mode 100644 index 0000000..de57848 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/battery-half.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/battery.svg b/lib/bootstrap-icons-1.11.3/battery.svg new file mode 100644 index 0000000..2bacfa8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/battery.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/behance.svg b/lib/bootstrap-icons-1.11.3/behance.svg new file mode 100644 index 0000000..805f142 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/behance.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bell-fill.svg b/lib/bootstrap-icons-1.11.3/bell-fill.svg new file mode 100644 index 0000000..a537c3a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bell-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bell-slash-fill.svg b/lib/bootstrap-icons-1.11.3/bell-slash-fill.svg new file mode 100644 index 0000000..534dd13 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bell-slash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bell-slash.svg b/lib/bootstrap-icons-1.11.3/bell-slash.svg new file mode 100644 index 0000000..7817e2b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bell-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bell.svg b/lib/bootstrap-icons-1.11.3/bell.svg new file mode 100644 index 0000000..a71eba3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bell.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bezier.svg b/lib/bootstrap-icons-1.11.3/bezier.svg new file mode 100644 index 0000000..075b721 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bezier.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bezier2.svg b/lib/bootstrap-icons-1.11.3/bezier2.svg new file mode 100644 index 0000000..8a59238 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bezier2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bicycle.svg b/lib/bootstrap-icons-1.11.3/bicycle.svg new file mode 100644 index 0000000..3956545 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bicycle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bing.svg b/lib/bootstrap-icons-1.11.3/bing.svg new file mode 100644 index 0000000..9368917 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bing.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/binoculars-fill.svg b/lib/bootstrap-icons-1.11.3/binoculars-fill.svg new file mode 100644 index 0000000..d6d6dc0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/binoculars-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/binoculars.svg b/lib/bootstrap-icons-1.11.3/binoculars.svg new file mode 100644 index 0000000..015d622 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/binoculars.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/blockquote-left.svg b/lib/bootstrap-icons-1.11.3/blockquote-left.svg new file mode 100644 index 0000000..f8b6b2d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/blockquote-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/blockquote-right.svg b/lib/bootstrap-icons-1.11.3/blockquote-right.svg new file mode 100644 index 0000000..afc81c9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/blockquote-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bluetooth.svg b/lib/bootstrap-icons-1.11.3/bluetooth.svg new file mode 100644 index 0000000..8726e22 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bluetooth.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/body-text.svg b/lib/bootstrap-icons-1.11.3/body-text.svg new file mode 100644 index 0000000..fd5e435 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/body-text.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/book-fill.svg b/lib/bootstrap-icons-1.11.3/book-fill.svg new file mode 100644 index 0000000..ddb0000 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/book-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/book-half.svg b/lib/bootstrap-icons-1.11.3/book-half.svg new file mode 100644 index 0000000..8eabe81 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/book-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/book.svg b/lib/bootstrap-icons-1.11.3/book.svg new file mode 100644 index 0000000..302acf0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/book.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmark-check-fill.svg b/lib/bootstrap-icons-1.11.3/bookmark-check-fill.svg new file mode 100644 index 0000000..325fbde --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmark-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmark-check.svg b/lib/bootstrap-icons-1.11.3/bookmark-check.svg new file mode 100644 index 0000000..f4c9149 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmark-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmark-dash-fill.svg b/lib/bootstrap-icons-1.11.3/bookmark-dash-fill.svg new file mode 100644 index 0000000..dbf9cc1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmark-dash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmark-dash.svg b/lib/bootstrap-icons-1.11.3/bookmark-dash.svg new file mode 100644 index 0000000..115b448 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmark-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmark-fill.svg b/lib/bootstrap-icons-1.11.3/bookmark-fill.svg new file mode 100644 index 0000000..3c237a9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmark-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmark-heart-fill.svg b/lib/bootstrap-icons-1.11.3/bookmark-heart-fill.svg new file mode 100644 index 0000000..6647b7c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmark-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmark-heart.svg b/lib/bootstrap-icons-1.11.3/bookmark-heart.svg new file mode 100644 index 0000000..c368f5d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmark-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmark-plus-fill.svg b/lib/bootstrap-icons-1.11.3/bookmark-plus-fill.svg new file mode 100644 index 0000000..41e0733 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmark-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmark-plus.svg b/lib/bootstrap-icons-1.11.3/bookmark-plus.svg new file mode 100644 index 0000000..37b137c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmark-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmark-star-fill.svg b/lib/bootstrap-icons-1.11.3/bookmark-star-fill.svg new file mode 100644 index 0000000..89fd335 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmark-star-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmark-star.svg b/lib/bootstrap-icons-1.11.3/bookmark-star.svg new file mode 100644 index 0000000..2f792de --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmark-star.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmark-x-fill.svg b/lib/bootstrap-icons-1.11.3/bookmark-x-fill.svg new file mode 100644 index 0000000..acac0cf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmark-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmark-x.svg b/lib/bootstrap-icons-1.11.3/bookmark-x.svg new file mode 100644 index 0000000..eb85c76 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmark-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmark.svg b/lib/bootstrap-icons-1.11.3/bookmark.svg new file mode 100644 index 0000000..a21b14b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmarks-fill.svg b/lib/bootstrap-icons-1.11.3/bookmarks-fill.svg new file mode 100644 index 0000000..abf5800 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmarks-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookmarks.svg b/lib/bootstrap-icons-1.11.3/bookmarks.svg new file mode 100644 index 0000000..ceb92bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookmarks.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bookshelf.svg b/lib/bootstrap-icons-1.11.3/bookshelf.svg new file mode 100644 index 0000000..7f435d5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bookshelf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/boombox-fill.svg b/lib/bootstrap-icons-1.11.3/boombox-fill.svg new file mode 100644 index 0000000..299e95e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/boombox-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/boombox.svg b/lib/bootstrap-icons-1.11.3/boombox.svg new file mode 100644 index 0000000..35af807 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/boombox.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bootstrap-fill.svg b/lib/bootstrap-icons-1.11.3/bootstrap-fill.svg new file mode 100644 index 0000000..21253b0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bootstrap-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bootstrap-icons.svg b/lib/bootstrap-icons-1.11.3/bootstrap-icons.svg new file mode 100644 index 0000000..b7d55a8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bootstrap-icons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bootstrap-reboot.svg b/lib/bootstrap-icons-1.11.3/bootstrap-reboot.svg new file mode 100644 index 0000000..8d21030 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bootstrap-reboot.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bootstrap.svg b/lib/bootstrap-icons-1.11.3/bootstrap.svg new file mode 100644 index 0000000..089e31f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bootstrap.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/border-all.svg b/lib/bootstrap-icons-1.11.3/border-all.svg new file mode 100644 index 0000000..19128f2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/border-all.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/border-bottom.svg b/lib/bootstrap-icons-1.11.3/border-bottom.svg new file mode 100644 index 0000000..84edcca --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/border-bottom.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/border-center.svg b/lib/bootstrap-icons-1.11.3/border-center.svg new file mode 100644 index 0000000..a9cf9c4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/border-center.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/border-inner.svg b/lib/bootstrap-icons-1.11.3/border-inner.svg new file mode 100644 index 0000000..6369007 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/border-inner.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/border-left.svg b/lib/bootstrap-icons-1.11.3/border-left.svg new file mode 100644 index 0000000..483c804 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/border-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/border-middle.svg b/lib/bootstrap-icons-1.11.3/border-middle.svg new file mode 100644 index 0000000..c9de407 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/border-middle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/border-outer.svg b/lib/bootstrap-icons-1.11.3/border-outer.svg new file mode 100644 index 0000000..4791bcb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/border-outer.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/border-right.svg b/lib/bootstrap-icons-1.11.3/border-right.svg new file mode 100644 index 0000000..23e09dc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/border-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/border-style.svg b/lib/bootstrap-icons-1.11.3/border-style.svg new file mode 100644 index 0000000..cec3fef --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/border-style.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/border-top.svg b/lib/bootstrap-icons-1.11.3/border-top.svg new file mode 100644 index 0000000..77189df --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/border-top.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/border-width.svg b/lib/bootstrap-icons-1.11.3/border-width.svg new file mode 100644 index 0000000..6175326 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/border-width.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/border.svg b/lib/bootstrap-icons-1.11.3/border.svg new file mode 100644 index 0000000..a6390f9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/border.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bounding-box-circles.svg b/lib/bootstrap-icons-1.11.3/bounding-box-circles.svg new file mode 100644 index 0000000..02113ba --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bounding-box-circles.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bounding-box.svg b/lib/bootstrap-icons-1.11.3/bounding-box.svg new file mode 100644 index 0000000..e8be147 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bounding-box.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-down-left.svg b/lib/bootstrap-icons-1.11.3/box-arrow-down-left.svg new file mode 100644 index 0000000..20ffed9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-down-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-down-right.svg b/lib/bootstrap-icons-1.11.3/box-arrow-down-right.svg new file mode 100644 index 0000000..33780ef --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-down-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-down.svg b/lib/bootstrap-icons-1.11.3/box-arrow-down.svg new file mode 100644 index 0000000..bf33d51 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-in-down-left.svg b/lib/bootstrap-icons-1.11.3/box-arrow-in-down-left.svg new file mode 100644 index 0000000..fe3c579 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-in-down-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-in-down-right.svg b/lib/bootstrap-icons-1.11.3/box-arrow-in-down-right.svg new file mode 100644 index 0000000..07082eb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-in-down-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-in-down.svg b/lib/bootstrap-icons-1.11.3/box-arrow-in-down.svg new file mode 100644 index 0000000..3b185d6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-in-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-in-left.svg b/lib/bootstrap-icons-1.11.3/box-arrow-in-left.svg new file mode 100644 index 0000000..1e1bc9a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-in-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-in-right.svg b/lib/bootstrap-icons-1.11.3/box-arrow-in-right.svg new file mode 100644 index 0000000..5d78def --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-in-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-in-up-left.svg b/lib/bootstrap-icons-1.11.3/box-arrow-in-up-left.svg new file mode 100644 index 0000000..8401c43 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-in-up-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-in-up-right.svg b/lib/bootstrap-icons-1.11.3/box-arrow-in-up-right.svg new file mode 100644 index 0000000..8a95e00 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-in-up-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-in-up.svg b/lib/bootstrap-icons-1.11.3/box-arrow-in-up.svg new file mode 100644 index 0000000..6197bc3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-in-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-left.svg b/lib/bootstrap-icons-1.11.3/box-arrow-left.svg new file mode 100644 index 0000000..5d142b4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-right.svg b/lib/bootstrap-icons-1.11.3/box-arrow-right.svg new file mode 100644 index 0000000..682e033 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-up-left.svg b/lib/bootstrap-icons-1.11.3/box-arrow-up-left.svg new file mode 100644 index 0000000..7dec12d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-up-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-up-right.svg b/lib/bootstrap-icons-1.11.3/box-arrow-up-right.svg new file mode 100644 index 0000000..03f68d5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-up-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-arrow-up.svg b/lib/bootstrap-icons-1.11.3/box-arrow-up.svg new file mode 100644 index 0000000..8f76892 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-fill.svg b/lib/bootstrap-icons-1.11.3/box-fill.svg new file mode 100644 index 0000000..b1fe407 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-seam-fill.svg b/lib/bootstrap-icons-1.11.3/box-seam-fill.svg new file mode 100644 index 0000000..b9283c7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-seam-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box-seam.svg b/lib/bootstrap-icons-1.11.3/box-seam.svg new file mode 100644 index 0000000..ec2cb8a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box-seam.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box.svg b/lib/bootstrap-icons-1.11.3/box.svg new file mode 100644 index 0000000..01b34c7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box2-fill.svg b/lib/bootstrap-icons-1.11.3/box2-fill.svg new file mode 100644 index 0000000..78e7583 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box2-heart-fill.svg b/lib/bootstrap-icons-1.11.3/box2-heart-fill.svg new file mode 100644 index 0000000..49da486 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box2-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box2-heart.svg b/lib/bootstrap-icons-1.11.3/box2-heart.svg new file mode 100644 index 0000000..a5e413a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box2-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/box2.svg b/lib/bootstrap-icons-1.11.3/box2.svg new file mode 100644 index 0000000..bfeb554 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/box2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/boxes.svg b/lib/bootstrap-icons-1.11.3/boxes.svg new file mode 100644 index 0000000..af0d1d0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/boxes.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/braces-asterisk.svg b/lib/bootstrap-icons-1.11.3/braces-asterisk.svg new file mode 100644 index 0000000..e159e9c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/braces-asterisk.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/braces.svg b/lib/bootstrap-icons-1.11.3/braces.svg new file mode 100644 index 0000000..d345d3b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/braces.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bricks.svg b/lib/bootstrap-icons-1.11.3/bricks.svg new file mode 100644 index 0000000..23c2c36 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bricks.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/briefcase-fill.svg b/lib/bootstrap-icons-1.11.3/briefcase-fill.svg new file mode 100644 index 0000000..b37f2be --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/briefcase-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/briefcase.svg b/lib/bootstrap-icons-1.11.3/briefcase.svg new file mode 100644 index 0000000..712998d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/briefcase.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/brightness-alt-high-fill.svg b/lib/bootstrap-icons-1.11.3/brightness-alt-high-fill.svg new file mode 100644 index 0000000..06f7d0c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/brightness-alt-high-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/brightness-alt-high.svg b/lib/bootstrap-icons-1.11.3/brightness-alt-high.svg new file mode 100644 index 0000000..e519ca7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/brightness-alt-high.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/brightness-alt-low-fill.svg b/lib/bootstrap-icons-1.11.3/brightness-alt-low-fill.svg new file mode 100644 index 0000000..ab30837 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/brightness-alt-low-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/brightness-alt-low.svg b/lib/bootstrap-icons-1.11.3/brightness-alt-low.svg new file mode 100644 index 0000000..58bf6ed --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/brightness-alt-low.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/brightness-high-fill.svg b/lib/bootstrap-icons-1.11.3/brightness-high-fill.svg new file mode 100644 index 0000000..b759b04 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/brightness-high-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/brightness-high.svg b/lib/bootstrap-icons-1.11.3/brightness-high.svg new file mode 100644 index 0000000..f00d050 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/brightness-high.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/brightness-low-fill.svg b/lib/bootstrap-icons-1.11.3/brightness-low-fill.svg new file mode 100644 index 0000000..fc55680 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/brightness-low-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/brightness-low.svg b/lib/bootstrap-icons-1.11.3/brightness-low.svg new file mode 100644 index 0000000..317918e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/brightness-low.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/brilliance.svg b/lib/bootstrap-icons-1.11.3/brilliance.svg new file mode 100644 index 0000000..f6b5da6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/brilliance.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/broadcast-pin.svg b/lib/bootstrap-icons-1.11.3/broadcast-pin.svg new file mode 100644 index 0000000..9c5f4a6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/broadcast-pin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/broadcast.svg b/lib/bootstrap-icons-1.11.3/broadcast.svg new file mode 100644 index 0000000..b420a0b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/broadcast.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/browser-chrome.svg b/lib/bootstrap-icons-1.11.3/browser-chrome.svg new file mode 100644 index 0000000..63c344b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/browser-chrome.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/browser-edge.svg b/lib/bootstrap-icons-1.11.3/browser-edge.svg new file mode 100644 index 0000000..ed1dc7c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/browser-edge.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/browser-firefox.svg b/lib/bootstrap-icons-1.11.3/browser-firefox.svg new file mode 100644 index 0000000..ce0eabb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/browser-firefox.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/browser-safari.svg b/lib/bootstrap-icons-1.11.3/browser-safari.svg new file mode 100644 index 0000000..8c01296 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/browser-safari.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/brush-fill.svg b/lib/bootstrap-icons-1.11.3/brush-fill.svg new file mode 100644 index 0000000..db77615 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/brush-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/brush.svg b/lib/bootstrap-icons-1.11.3/brush.svg new file mode 100644 index 0000000..86d88ef --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/brush.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bucket-fill.svg b/lib/bootstrap-icons-1.11.3/bucket-fill.svg new file mode 100644 index 0000000..c0c95ab --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bucket-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bucket.svg b/lib/bootstrap-icons-1.11.3/bucket.svg new file mode 100644 index 0000000..252e75b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bucket.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bug-fill.svg b/lib/bootstrap-icons-1.11.3/bug-fill.svg new file mode 100644 index 0000000..a36ff37 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bug-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bug.svg b/lib/bootstrap-icons-1.11.3/bug.svg new file mode 100644 index 0000000..296ef32 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bug.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-add.svg b/lib/bootstrap-icons-1.11.3/building-add.svg new file mode 100644 index 0000000..c2c3670 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-add.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-check.svg b/lib/bootstrap-icons-1.11.3/building-check.svg new file mode 100644 index 0000000..95c3c54 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-check.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-dash.svg b/lib/bootstrap-icons-1.11.3/building-dash.svg new file mode 100644 index 0000000..1e1634b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-dash.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-down.svg b/lib/bootstrap-icons-1.11.3/building-down.svg new file mode 100644 index 0000000..8538cf6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-down.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-exclamation.svg b/lib/bootstrap-icons-1.11.3/building-exclamation.svg new file mode 100644 index 0000000..ebfc709 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-fill-add.svg b/lib/bootstrap-icons-1.11.3/building-fill-add.svg new file mode 100644 index 0000000..6bbe567 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-fill-add.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-fill-check.svg b/lib/bootstrap-icons-1.11.3/building-fill-check.svg new file mode 100644 index 0000000..c4f1881 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-fill-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-fill-dash.svg b/lib/bootstrap-icons-1.11.3/building-fill-dash.svg new file mode 100644 index 0000000..1ce28a6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-fill-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-fill-down.svg b/lib/bootstrap-icons-1.11.3/building-fill-down.svg new file mode 100644 index 0000000..b1c55cd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-fill-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-fill-exclamation.svg b/lib/bootstrap-icons-1.11.3/building-fill-exclamation.svg new file mode 100644 index 0000000..3491f24 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-fill-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-fill-gear.svg b/lib/bootstrap-icons-1.11.3/building-fill-gear.svg new file mode 100644 index 0000000..747a1bc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-fill-gear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-fill-lock.svg b/lib/bootstrap-icons-1.11.3/building-fill-lock.svg new file mode 100644 index 0000000..be73a41 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-fill-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-fill-slash.svg b/lib/bootstrap-icons-1.11.3/building-fill-slash.svg new file mode 100644 index 0000000..d867309 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-fill-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-fill-up.svg b/lib/bootstrap-icons-1.11.3/building-fill-up.svg new file mode 100644 index 0000000..d8cc4bc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-fill-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-fill-x.svg b/lib/bootstrap-icons-1.11.3/building-fill-x.svg new file mode 100644 index 0000000..236aae3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-fill-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-fill.svg b/lib/bootstrap-icons-1.11.3/building-fill.svg new file mode 100644 index 0000000..6924b41 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-gear.svg b/lib/bootstrap-icons-1.11.3/building-gear.svg new file mode 100644 index 0000000..eabe790 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-gear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-lock.svg b/lib/bootstrap-icons-1.11.3/building-lock.svg new file mode 100644 index 0000000..591a2e9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-slash.svg b/lib/bootstrap-icons-1.11.3/building-slash.svg new file mode 100644 index 0000000..c3f7787 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-slash.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-up.svg b/lib/bootstrap-icons-1.11.3/building-up.svg new file mode 100644 index 0000000..ff2d5d9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-up.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building-x.svg b/lib/bootstrap-icons-1.11.3/building-x.svg new file mode 100644 index 0000000..70e67a3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/building.svg b/lib/bootstrap-icons-1.11.3/building.svg new file mode 100644 index 0000000..916b049 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/building.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/buildings-fill.svg b/lib/bootstrap-icons-1.11.3/buildings-fill.svg new file mode 100644 index 0000000..6aea68d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/buildings-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/buildings.svg b/lib/bootstrap-icons-1.11.3/buildings.svg new file mode 100644 index 0000000..3028498 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/buildings.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bullseye.svg b/lib/bootstrap-icons-1.11.3/bullseye.svg new file mode 100644 index 0000000..16c2207 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bullseye.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bus-front-fill.svg b/lib/bootstrap-icons-1.11.3/bus-front-fill.svg new file mode 100644 index 0000000..de21228 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bus-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/bus-front.svg b/lib/bootstrap-icons-1.11.3/bus-front.svg new file mode 100644 index 0000000..95c5df5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/bus-front.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/c-circle-fill.svg b/lib/bootstrap-icons-1.11.3/c-circle-fill.svg new file mode 100644 index 0000000..c0adc18 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/c-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/c-circle.svg b/lib/bootstrap-icons-1.11.3/c-circle.svg new file mode 100644 index 0000000..ac3dfac --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/c-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/c-square-fill.svg b/lib/bootstrap-icons-1.11.3/c-square-fill.svg new file mode 100644 index 0000000..b26a27e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/c-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/c-square.svg b/lib/bootstrap-icons-1.11.3/c-square.svg new file mode 100644 index 0000000..cdd74a3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/c-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cake-fill.svg b/lib/bootstrap-icons-1.11.3/cake-fill.svg new file mode 100644 index 0000000..4370e02 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cake-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cake.svg b/lib/bootstrap-icons-1.11.3/cake.svg new file mode 100644 index 0000000..500747b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cake.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cake2-fill.svg b/lib/bootstrap-icons-1.11.3/cake2-fill.svg new file mode 100644 index 0000000..1ed25f7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cake2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cake2.svg b/lib/bootstrap-icons-1.11.3/cake2.svg new file mode 100644 index 0000000..a10dc80 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cake2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calculator-fill.svg b/lib/bootstrap-icons-1.11.3/calculator-fill.svg new file mode 100644 index 0000000..2933419 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calculator-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calculator.svg b/lib/bootstrap-icons-1.11.3/calculator.svg new file mode 100644 index 0000000..cc9761e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calculator.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-check-fill.svg b/lib/bootstrap-icons-1.11.3/calendar-check-fill.svg new file mode 100644 index 0000000..967d182 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-check.svg b/lib/bootstrap-icons-1.11.3/calendar-check.svg new file mode 100644 index 0000000..f778cd2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-date-fill.svg b/lib/bootstrap-icons-1.11.3/calendar-date-fill.svg new file mode 100644 index 0000000..59b31f2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-date-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-date.svg b/lib/bootstrap-icons-1.11.3/calendar-date.svg new file mode 100644 index 0000000..b73c8f5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-date.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-day-fill.svg b/lib/bootstrap-icons-1.11.3/calendar-day-fill.svg new file mode 100644 index 0000000..b9bcbf8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-day-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-day.svg b/lib/bootstrap-icons-1.11.3/calendar-day.svg new file mode 100644 index 0000000..6f8d871 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-day.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-event-fill.svg b/lib/bootstrap-icons-1.11.3/calendar-event-fill.svg new file mode 100644 index 0000000..5b09eea --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-event-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-event.svg b/lib/bootstrap-icons-1.11.3/calendar-event.svg new file mode 100644 index 0000000..57c734b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-event.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-fill.svg b/lib/bootstrap-icons-1.11.3/calendar-fill.svg new file mode 100644 index 0000000..789eb8b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-heart-fill.svg b/lib/bootstrap-icons-1.11.3/calendar-heart-fill.svg new file mode 100644 index 0000000..63d9e4c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-heart.svg b/lib/bootstrap-icons-1.11.3/calendar-heart.svg new file mode 100644 index 0000000..8ed9c38 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-minus-fill.svg b/lib/bootstrap-icons-1.11.3/calendar-minus-fill.svg new file mode 100644 index 0000000..8dad6e1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-minus.svg b/lib/bootstrap-icons-1.11.3/calendar-minus.svg new file mode 100644 index 0000000..ecd4e97 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-month-fill.svg b/lib/bootstrap-icons-1.11.3/calendar-month-fill.svg new file mode 100644 index 0000000..d8d56fe --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-month-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-month.svg b/lib/bootstrap-icons-1.11.3/calendar-month.svg new file mode 100644 index 0000000..95b6419 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-month.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-plus-fill.svg b/lib/bootstrap-icons-1.11.3/calendar-plus-fill.svg new file mode 100644 index 0000000..0ed0c83 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-plus.svg b/lib/bootstrap-icons-1.11.3/calendar-plus.svg new file mode 100644 index 0000000..189b152 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-range-fill.svg b/lib/bootstrap-icons-1.11.3/calendar-range-fill.svg new file mode 100644 index 0000000..324def0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-range-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-range.svg b/lib/bootstrap-icons-1.11.3/calendar-range.svg new file mode 100644 index 0000000..7db0947 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-range.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-week-fill.svg b/lib/bootstrap-icons-1.11.3/calendar-week-fill.svg new file mode 100644 index 0000000..ab2128d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-week-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-week.svg b/lib/bootstrap-icons-1.11.3/calendar-week.svg new file mode 100644 index 0000000..b5dbcc9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-week.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-x-fill.svg b/lib/bootstrap-icons-1.11.3/calendar-x-fill.svg new file mode 100644 index 0000000..450e114 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar-x.svg b/lib/bootstrap-icons-1.11.3/calendar-x.svg new file mode 100644 index 0000000..dc85a91 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar.svg b/lib/bootstrap-icons-1.11.3/calendar.svg new file mode 100644 index 0000000..d32ebe7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-check-fill.svg b/lib/bootstrap-icons-1.11.3/calendar2-check-fill.svg new file mode 100644 index 0000000..a0c36c5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-check.svg b/lib/bootstrap-icons-1.11.3/calendar2-check.svg new file mode 100644 index 0000000..5429842 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-check.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-date-fill.svg b/lib/bootstrap-icons-1.11.3/calendar2-date-fill.svg new file mode 100644 index 0000000..93b3941 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-date-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-date.svg b/lib/bootstrap-icons-1.11.3/calendar2-date.svg new file mode 100644 index 0000000..61193cd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-date.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-day-fill.svg b/lib/bootstrap-icons-1.11.3/calendar2-day-fill.svg new file mode 100644 index 0000000..b605453 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-day-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-day.svg b/lib/bootstrap-icons-1.11.3/calendar2-day.svg new file mode 100644 index 0000000..ce59878 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-day.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-event-fill.svg b/lib/bootstrap-icons-1.11.3/calendar2-event-fill.svg new file mode 100644 index 0000000..2b245d1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-event-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-event.svg b/lib/bootstrap-icons-1.11.3/calendar2-event.svg new file mode 100644 index 0000000..36910dd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-event.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-fill.svg b/lib/bootstrap-icons-1.11.3/calendar2-fill.svg new file mode 100644 index 0000000..b28e594 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-heart-fill.svg b/lib/bootstrap-icons-1.11.3/calendar2-heart-fill.svg new file mode 100644 index 0000000..f3723cd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-heart.svg b/lib/bootstrap-icons-1.11.3/calendar2-heart.svg new file mode 100644 index 0000000..995d9b8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-minus-fill.svg b/lib/bootstrap-icons-1.11.3/calendar2-minus-fill.svg new file mode 100644 index 0000000..bf52a36 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-minus.svg b/lib/bootstrap-icons-1.11.3/calendar2-minus.svg new file mode 100644 index 0000000..62e6bbc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-minus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-month-fill.svg b/lib/bootstrap-icons-1.11.3/calendar2-month-fill.svg new file mode 100644 index 0000000..24b9c69 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-month-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-month.svg b/lib/bootstrap-icons-1.11.3/calendar2-month.svg new file mode 100644 index 0000000..65d8295 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-month.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-plus-fill.svg b/lib/bootstrap-icons-1.11.3/calendar2-plus-fill.svg new file mode 100644 index 0000000..26a2047 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-plus.svg b/lib/bootstrap-icons-1.11.3/calendar2-plus.svg new file mode 100644 index 0000000..728148f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-range-fill.svg b/lib/bootstrap-icons-1.11.3/calendar2-range-fill.svg new file mode 100644 index 0000000..1ba46b6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-range-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-range.svg b/lib/bootstrap-icons-1.11.3/calendar2-range.svg new file mode 100644 index 0000000..9a657f4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-range.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-week-fill.svg b/lib/bootstrap-icons-1.11.3/calendar2-week-fill.svg new file mode 100644 index 0000000..f358667 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-week-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-week.svg b/lib/bootstrap-icons-1.11.3/calendar2-week.svg new file mode 100644 index 0000000..07906a9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-week.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-x-fill.svg b/lib/bootstrap-icons-1.11.3/calendar2-x-fill.svg new file mode 100644 index 0000000..def799d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2-x.svg b/lib/bootstrap-icons-1.11.3/calendar2-x.svg new file mode 100644 index 0000000..d6f9e6f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar2.svg b/lib/bootstrap-icons-1.11.3/calendar2.svg new file mode 100644 index 0000000..957f993 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar3-event-fill.svg b/lib/bootstrap-icons-1.11.3/calendar3-event-fill.svg new file mode 100644 index 0000000..d228ccb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar3-event-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar3-event.svg b/lib/bootstrap-icons-1.11.3/calendar3-event.svg new file mode 100644 index 0000000..f702c36 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar3-event.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar3-fill.svg b/lib/bootstrap-icons-1.11.3/calendar3-fill.svg new file mode 100644 index 0000000..f3bc116 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar3-range-fill.svg b/lib/bootstrap-icons-1.11.3/calendar3-range-fill.svg new file mode 100644 index 0000000..e21d0ee --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar3-range-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar3-range.svg b/lib/bootstrap-icons-1.11.3/calendar3-range.svg new file mode 100644 index 0000000..c19d9ca --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar3-range.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar3-week-fill.svg b/lib/bootstrap-icons-1.11.3/calendar3-week-fill.svg new file mode 100644 index 0000000..d828d85 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar3-week-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar3-week.svg b/lib/bootstrap-icons-1.11.3/calendar3-week.svg new file mode 100644 index 0000000..6d577b7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar3-week.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar3.svg b/lib/bootstrap-icons-1.11.3/calendar3.svg new file mode 100644 index 0000000..8e2aedf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar4-event.svg b/lib/bootstrap-icons-1.11.3/calendar4-event.svg new file mode 100644 index 0000000..0d29c0c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar4-event.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar4-range.svg b/lib/bootstrap-icons-1.11.3/calendar4-range.svg new file mode 100644 index 0000000..b260479 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar4-range.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar4-week.svg b/lib/bootstrap-icons-1.11.3/calendar4-week.svg new file mode 100644 index 0000000..d934881 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar4-week.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/calendar4.svg b/lib/bootstrap-icons-1.11.3/calendar4.svg new file mode 100644 index 0000000..69c474c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/calendar4.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/camera-fill.svg b/lib/bootstrap-icons-1.11.3/camera-fill.svg new file mode 100644 index 0000000..6aa0240 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/camera-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/camera-reels-fill.svg b/lib/bootstrap-icons-1.11.3/camera-reels-fill.svg new file mode 100644 index 0000000..6bd48de --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/camera-reels-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/camera-reels.svg b/lib/bootstrap-icons-1.11.3/camera-reels.svg new file mode 100644 index 0000000..0c6eca8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/camera-reels.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/camera-video-fill.svg b/lib/bootstrap-icons-1.11.3/camera-video-fill.svg new file mode 100644 index 0000000..72dee37 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/camera-video-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/camera-video-off-fill.svg b/lib/bootstrap-icons-1.11.3/camera-video-off-fill.svg new file mode 100644 index 0000000..290dc19 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/camera-video-off-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/camera-video-off.svg b/lib/bootstrap-icons-1.11.3/camera-video-off.svg new file mode 100644 index 0000000..c9eb587 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/camera-video-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/camera-video.svg b/lib/bootstrap-icons-1.11.3/camera-video.svg new file mode 100644 index 0000000..a042d1a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/camera-video.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/camera.svg b/lib/bootstrap-icons-1.11.3/camera.svg new file mode 100644 index 0000000..3a926d5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/camera.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/camera2.svg b/lib/bootstrap-icons-1.11.3/camera2.svg new file mode 100644 index 0000000..ba9521e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/camera2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/capslock-fill.svg b/lib/bootstrap-icons-1.11.3/capslock-fill.svg new file mode 100644 index 0000000..f1c0bab --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/capslock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/capslock.svg b/lib/bootstrap-icons-1.11.3/capslock.svg new file mode 100644 index 0000000..b0b894a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/capslock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/capsule-pill.svg b/lib/bootstrap-icons-1.11.3/capsule-pill.svg new file mode 100644 index 0000000..b9f3b54 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/capsule-pill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/capsule.svg b/lib/bootstrap-icons-1.11.3/capsule.svg new file mode 100644 index 0000000..53d1a66 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/capsule.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/car-front-fill.svg b/lib/bootstrap-icons-1.11.3/car-front-fill.svg new file mode 100644 index 0000000..a47a870 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/car-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/car-front.svg b/lib/bootstrap-icons-1.11.3/car-front.svg new file mode 100644 index 0000000..890e4cf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/car-front.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/card-checklist.svg b/lib/bootstrap-icons-1.11.3/card-checklist.svg new file mode 100644 index 0000000..3044e68 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/card-checklist.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/card-heading.svg b/lib/bootstrap-icons-1.11.3/card-heading.svg new file mode 100644 index 0000000..a6be873 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/card-heading.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/card-image.svg b/lib/bootstrap-icons-1.11.3/card-image.svg new file mode 100644 index 0000000..7343f77 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/card-image.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/card-list.svg b/lib/bootstrap-icons-1.11.3/card-list.svg new file mode 100644 index 0000000..6270802 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/card-list.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/card-text.svg b/lib/bootstrap-icons-1.11.3/card-text.svg new file mode 100644 index 0000000..8f7470c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/card-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-down-fill.svg b/lib/bootstrap-icons-1.11.3/caret-down-fill.svg new file mode 100644 index 0000000..d7c3990 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-down-square-fill.svg b/lib/bootstrap-icons-1.11.3/caret-down-square-fill.svg new file mode 100644 index 0000000..63199bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-down-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-down-square.svg b/lib/bootstrap-icons-1.11.3/caret-down-square.svg new file mode 100644 index 0000000..0372625 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-down-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-down.svg b/lib/bootstrap-icons-1.11.3/caret-down.svg new file mode 100644 index 0000000..627258a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-left-fill.svg b/lib/bootstrap-icons-1.11.3/caret-left-fill.svg new file mode 100644 index 0000000..d989dff --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-left-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-left-square-fill.svg b/lib/bootstrap-icons-1.11.3/caret-left-square-fill.svg new file mode 100644 index 0000000..cc7e3a8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-left-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-left-square.svg b/lib/bootstrap-icons-1.11.3/caret-left-square.svg new file mode 100644 index 0000000..5e8cb20 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-left-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-left.svg b/lib/bootstrap-icons-1.11.3/caret-left.svg new file mode 100644 index 0000000..4415336 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-right-fill.svg b/lib/bootstrap-icons-1.11.3/caret-right-fill.svg new file mode 100644 index 0000000..b445551 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-right-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-right-square-fill.svg b/lib/bootstrap-icons-1.11.3/caret-right-square-fill.svg new file mode 100644 index 0000000..2aded36 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-right-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-right-square.svg b/lib/bootstrap-icons-1.11.3/caret-right-square.svg new file mode 100644 index 0000000..a3a44e2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-right-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-right.svg b/lib/bootstrap-icons-1.11.3/caret-right.svg new file mode 100644 index 0000000..7bcd8bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-up-fill.svg b/lib/bootstrap-icons-1.11.3/caret-up-fill.svg new file mode 100644 index 0000000..a87820e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-up-square-fill.svg b/lib/bootstrap-icons-1.11.3/caret-up-square-fill.svg new file mode 100644 index 0000000..348fcf2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-up-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-up-square.svg b/lib/bootstrap-icons-1.11.3/caret-up-square.svg new file mode 100644 index 0000000..8ac2af4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-up-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/caret-up.svg b/lib/bootstrap-icons-1.11.3/caret-up.svg new file mode 100644 index 0000000..8e33519 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/caret-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cart-check-fill.svg b/lib/bootstrap-icons-1.11.3/cart-check-fill.svg new file mode 100644 index 0000000..612358c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cart-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cart-check.svg b/lib/bootstrap-icons-1.11.3/cart-check.svg new file mode 100644 index 0000000..68301db --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cart-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cart-dash-fill.svg b/lib/bootstrap-icons-1.11.3/cart-dash-fill.svg new file mode 100644 index 0000000..a335b07 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cart-dash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cart-dash.svg b/lib/bootstrap-icons-1.11.3/cart-dash.svg new file mode 100644 index 0000000..9c97c3b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cart-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cart-fill.svg b/lib/bootstrap-icons-1.11.3/cart-fill.svg new file mode 100644 index 0000000..974fc29 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cart-plus-fill.svg b/lib/bootstrap-icons-1.11.3/cart-plus-fill.svg new file mode 100644 index 0000000..59e46e4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cart-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cart-plus.svg b/lib/bootstrap-icons-1.11.3/cart-plus.svg new file mode 100644 index 0000000..2baaae4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cart-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cart-x-fill.svg b/lib/bootstrap-icons-1.11.3/cart-x-fill.svg new file mode 100644 index 0000000..7ca0688 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cart-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cart-x.svg b/lib/bootstrap-icons-1.11.3/cart-x.svg new file mode 100644 index 0000000..2d8f213 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cart-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cart.svg b/lib/bootstrap-icons-1.11.3/cart.svg new file mode 100644 index 0000000..0e0f96c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cart2.svg b/lib/bootstrap-icons-1.11.3/cart2.svg new file mode 100644 index 0000000..ea7f696 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cart2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cart3.svg b/lib/bootstrap-icons-1.11.3/cart3.svg new file mode 100644 index 0000000..af1b3c5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cart3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cart4.svg b/lib/bootstrap-icons-1.11.3/cart4.svg new file mode 100644 index 0000000..4631ac9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cart4.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cash-coin.svg b/lib/bootstrap-icons-1.11.3/cash-coin.svg new file mode 100644 index 0000000..2904f15 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cash-coin.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cash-stack.svg b/lib/bootstrap-icons-1.11.3/cash-stack.svg new file mode 100644 index 0000000..fc8c282 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cash-stack.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cash.svg b/lib/bootstrap-icons-1.11.3/cash.svg new file mode 100644 index 0000000..18cbff3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cassette-fill.svg b/lib/bootstrap-icons-1.11.3/cassette-fill.svg new file mode 100644 index 0000000..18fd5e4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cassette-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cassette.svg b/lib/bootstrap-icons-1.11.3/cassette.svg new file mode 100644 index 0000000..2effe71 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cassette.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cast.svg b/lib/bootstrap-icons-1.11.3/cast.svg new file mode 100644 index 0000000..01a9795 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cast.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cc-circle-fill.svg b/lib/bootstrap-icons-1.11.3/cc-circle-fill.svg new file mode 100644 index 0000000..483d90c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cc-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cc-circle.svg b/lib/bootstrap-icons-1.11.3/cc-circle.svg new file mode 100644 index 0000000..2dc2b4b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cc-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cc-square-fill.svg b/lib/bootstrap-icons-1.11.3/cc-square-fill.svg new file mode 100644 index 0000000..b0a8350 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cc-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cc-square.svg b/lib/bootstrap-icons-1.11.3/cc-square.svg new file mode 100644 index 0000000..b0f05b6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cc-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-dots-fill.svg b/lib/bootstrap-icons-1.11.3/chat-dots-fill.svg new file mode 100644 index 0000000..5f74345 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-dots-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-dots.svg b/lib/bootstrap-icons-1.11.3/chat-dots.svg new file mode 100644 index 0000000..20137cc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-dots.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-fill.svg b/lib/bootstrap-icons-1.11.3/chat-fill.svg new file mode 100644 index 0000000..c896939 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-heart-fill.svg b/lib/bootstrap-icons-1.11.3/chat-heart-fill.svg new file mode 100644 index 0000000..ea01c34 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-heart.svg b/lib/bootstrap-icons-1.11.3/chat-heart.svg new file mode 100644 index 0000000..8ea104e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-left-dots-fill.svg b/lib/bootstrap-icons-1.11.3/chat-left-dots-fill.svg new file mode 100644 index 0000000..a6614c3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-left-dots-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-left-dots.svg b/lib/bootstrap-icons-1.11.3/chat-left-dots.svg new file mode 100644 index 0000000..35f466a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-left-dots.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-left-fill.svg b/lib/bootstrap-icons-1.11.3/chat-left-fill.svg new file mode 100644 index 0000000..0de6e13 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-left-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-left-heart-fill.svg b/lib/bootstrap-icons-1.11.3/chat-left-heart-fill.svg new file mode 100644 index 0000000..cc9502c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-left-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-left-heart.svg b/lib/bootstrap-icons-1.11.3/chat-left-heart.svg new file mode 100644 index 0000000..ec11692 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-left-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-left-quote-fill.svg b/lib/bootstrap-icons-1.11.3/chat-left-quote-fill.svg new file mode 100644 index 0000000..d634a12 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-left-quote-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-left-quote.svg b/lib/bootstrap-icons-1.11.3/chat-left-quote.svg new file mode 100644 index 0000000..376ceb1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-left-quote.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-left-text-fill.svg b/lib/bootstrap-icons-1.11.3/chat-left-text-fill.svg new file mode 100644 index 0000000..a78e343 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-left-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-left-text.svg b/lib/bootstrap-icons-1.11.3/chat-left-text.svg new file mode 100644 index 0000000..88d1906 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-left-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-left.svg b/lib/bootstrap-icons-1.11.3/chat-left.svg new file mode 100644 index 0000000..d93f0af --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-quote-fill.svg b/lib/bootstrap-icons-1.11.3/chat-quote-fill.svg new file mode 100644 index 0000000..7150c44 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-quote-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-quote.svg b/lib/bootstrap-icons-1.11.3/chat-quote.svg new file mode 100644 index 0000000..aa0edc4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-quote.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-right-dots-fill.svg b/lib/bootstrap-icons-1.11.3/chat-right-dots-fill.svg new file mode 100644 index 0000000..1020581 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-right-dots-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-right-dots.svg b/lib/bootstrap-icons-1.11.3/chat-right-dots.svg new file mode 100644 index 0000000..d9b8bd2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-right-dots.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-right-fill.svg b/lib/bootstrap-icons-1.11.3/chat-right-fill.svg new file mode 100644 index 0000000..6381ddc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-right-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-right-heart-fill.svg b/lib/bootstrap-icons-1.11.3/chat-right-heart-fill.svg new file mode 100644 index 0000000..cf4abfe --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-right-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-right-heart.svg b/lib/bootstrap-icons-1.11.3/chat-right-heart.svg new file mode 100644 index 0000000..e6b3880 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-right-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-right-quote-fill.svg b/lib/bootstrap-icons-1.11.3/chat-right-quote-fill.svg new file mode 100644 index 0000000..1c4e536 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-right-quote-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-right-quote.svg b/lib/bootstrap-icons-1.11.3/chat-right-quote.svg new file mode 100644 index 0000000..e9091bc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-right-quote.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-right-text-fill.svg b/lib/bootstrap-icons-1.11.3/chat-right-text-fill.svg new file mode 100644 index 0000000..3455983 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-right-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-right-text.svg b/lib/bootstrap-icons-1.11.3/chat-right-text.svg new file mode 100644 index 0000000..88341af --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-right-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-right.svg b/lib/bootstrap-icons-1.11.3/chat-right.svg new file mode 100644 index 0000000..a930c9a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-square-dots-fill.svg b/lib/bootstrap-icons-1.11.3/chat-square-dots-fill.svg new file mode 100644 index 0000000..09c97d1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-square-dots-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-square-dots.svg b/lib/bootstrap-icons-1.11.3/chat-square-dots.svg new file mode 100644 index 0000000..b06c02f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-square-dots.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-square-fill.svg b/lib/bootstrap-icons-1.11.3/chat-square-fill.svg new file mode 100644 index 0000000..4688831 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-square-heart-fill.svg b/lib/bootstrap-icons-1.11.3/chat-square-heart-fill.svg new file mode 100644 index 0000000..902e0b5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-square-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-square-heart.svg b/lib/bootstrap-icons-1.11.3/chat-square-heart.svg new file mode 100644 index 0000000..6ba687e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-square-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-square-quote-fill.svg b/lib/bootstrap-icons-1.11.3/chat-square-quote-fill.svg new file mode 100644 index 0000000..2496b70 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-square-quote-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-square-quote.svg b/lib/bootstrap-icons-1.11.3/chat-square-quote.svg new file mode 100644 index 0000000..a8f6b09 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-square-quote.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-square-text-fill.svg b/lib/bootstrap-icons-1.11.3/chat-square-text-fill.svg new file mode 100644 index 0000000..6ebf567 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-square-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-square-text.svg b/lib/bootstrap-icons-1.11.3/chat-square-text.svg new file mode 100644 index 0000000..1296f92 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-square-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-square.svg b/lib/bootstrap-icons-1.11.3/chat-square.svg new file mode 100644 index 0000000..4e13ae8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-text-fill.svg b/lib/bootstrap-icons-1.11.3/chat-text-fill.svg new file mode 100644 index 0000000..93639f1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat-text.svg b/lib/bootstrap-icons-1.11.3/chat-text.svg new file mode 100644 index 0000000..f64f43f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chat.svg b/lib/bootstrap-icons-1.11.3/chat.svg new file mode 100644 index 0000000..487d142 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chat.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/check-all.svg b/lib/bootstrap-icons-1.11.3/check-all.svg new file mode 100644 index 0000000..f91fd77 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/check-all.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/check-circle-fill.svg b/lib/bootstrap-icons-1.11.3/check-circle-fill.svg new file mode 100644 index 0000000..0b7f412 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/check-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/check-circle.svg b/lib/bootstrap-icons-1.11.3/check-circle.svg new file mode 100644 index 0000000..016f607 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/check-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/check-lg.svg b/lib/bootstrap-icons-1.11.3/check-lg.svg new file mode 100644 index 0000000..63a8a3d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/check-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/check-square-fill.svg b/lib/bootstrap-icons-1.11.3/check-square-fill.svg new file mode 100644 index 0000000..cbb56ed --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/check-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/check-square.svg b/lib/bootstrap-icons-1.11.3/check-square.svg new file mode 100644 index 0000000..b7d1116 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/check-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/check.svg b/lib/bootstrap-icons-1.11.3/check.svg new file mode 100644 index 0000000..11ab547 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/check.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/check2-all.svg b/lib/bootstrap-icons-1.11.3/check2-all.svg new file mode 100644 index 0000000..cccc0b7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/check2-all.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/check2-circle.svg b/lib/bootstrap-icons-1.11.3/check2-circle.svg new file mode 100644 index 0000000..166e661 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/check2-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/check2-square.svg b/lib/bootstrap-icons-1.11.3/check2-square.svg new file mode 100644 index 0000000..64c3669 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/check2-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/check2.svg b/lib/bootstrap-icons-1.11.3/check2.svg new file mode 100644 index 0000000..87168de --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/check2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-bar-contract.svg b/lib/bootstrap-icons-1.11.3/chevron-bar-contract.svg new file mode 100644 index 0000000..52ec3f6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-bar-contract.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-bar-down.svg b/lib/bootstrap-icons-1.11.3/chevron-bar-down.svg new file mode 100644 index 0000000..8c10216 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-bar-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-bar-expand.svg b/lib/bootstrap-icons-1.11.3/chevron-bar-expand.svg new file mode 100644 index 0000000..1260a20 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-bar-expand.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-bar-left.svg b/lib/bootstrap-icons-1.11.3/chevron-bar-left.svg new file mode 100644 index 0000000..36afeb7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-bar-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-bar-right.svg b/lib/bootstrap-icons-1.11.3/chevron-bar-right.svg new file mode 100644 index 0000000..b71e040 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-bar-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-bar-up.svg b/lib/bootstrap-icons-1.11.3/chevron-bar-up.svg new file mode 100644 index 0000000..c5da175 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-bar-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-compact-down.svg b/lib/bootstrap-icons-1.11.3/chevron-compact-down.svg new file mode 100644 index 0000000..53d9d9a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-compact-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-compact-left.svg b/lib/bootstrap-icons-1.11.3/chevron-compact-left.svg new file mode 100644 index 0000000..277ddd8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-compact-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-compact-right.svg b/lib/bootstrap-icons-1.11.3/chevron-compact-right.svg new file mode 100644 index 0000000..24b5309 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-compact-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-compact-up.svg b/lib/bootstrap-icons-1.11.3/chevron-compact-up.svg new file mode 100644 index 0000000..2a4f354 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-compact-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-contract.svg b/lib/bootstrap-icons-1.11.3/chevron-contract.svg new file mode 100644 index 0000000..354ee86 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-contract.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-double-down.svg b/lib/bootstrap-icons-1.11.3/chevron-double-down.svg new file mode 100644 index 0000000..bc99e59 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-double-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-double-left.svg b/lib/bootstrap-icons-1.11.3/chevron-double-left.svg new file mode 100644 index 0000000..c4cd7f2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-double-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-double-right.svg b/lib/bootstrap-icons-1.11.3/chevron-double-right.svg new file mode 100644 index 0000000..dccd6c5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-double-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-double-up.svg b/lib/bootstrap-icons-1.11.3/chevron-double-up.svg new file mode 100644 index 0000000..ad7ba12 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-double-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-down.svg b/lib/bootstrap-icons-1.11.3/chevron-down.svg new file mode 100644 index 0000000..a281907 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-expand.svg b/lib/bootstrap-icons-1.11.3/chevron-expand.svg new file mode 100644 index 0000000..33e4ad8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-expand.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-left.svg b/lib/bootstrap-icons-1.11.3/chevron-left.svg new file mode 100644 index 0000000..5bcc1bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-right.svg b/lib/bootstrap-icons-1.11.3/chevron-right.svg new file mode 100644 index 0000000..ab39af8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/chevron-up.svg b/lib/bootstrap-icons-1.11.3/chevron-up.svg new file mode 100644 index 0000000..4f3c7a0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/chevron-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/circle-fill.svg b/lib/bootstrap-icons-1.11.3/circle-fill.svg new file mode 100644 index 0000000..e0d1b51 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/circle-half.svg b/lib/bootstrap-icons-1.11.3/circle-half.svg new file mode 100644 index 0000000..497f6b7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/circle-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/circle-square.svg b/lib/bootstrap-icons-1.11.3/circle-square.svg new file mode 100644 index 0000000..c0f62b7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/circle-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/circle.svg b/lib/bootstrap-icons-1.11.3/circle.svg new file mode 100644 index 0000000..9bbabca --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard-check-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard-check-fill.svg new file mode 100644 index 0000000..598e850 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard-check.svg b/lib/bootstrap-icons-1.11.3/clipboard-check.svg new file mode 100644 index 0000000..cb9d8a2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard-check.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard-data-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard-data-fill.svg new file mode 100644 index 0000000..e4a9425 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard-data-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard-data.svg b/lib/bootstrap-icons-1.11.3/clipboard-data.svg new file mode 100644 index 0000000..622acbf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard-data.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard-fill.svg new file mode 100644 index 0000000..176c5e4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard-heart-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard-heart-fill.svg new file mode 100644 index 0000000..92de0a8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard-heart.svg b/lib/bootstrap-icons-1.11.3/clipboard-heart.svg new file mode 100644 index 0000000..c430ed2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard-heart.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard-minus-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard-minus-fill.svg new file mode 100644 index 0000000..e47f43f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard-minus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard-minus.svg b/lib/bootstrap-icons-1.11.3/clipboard-minus.svg new file mode 100644 index 0000000..d3675c4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard-minus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard-plus-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard-plus-fill.svg new file mode 100644 index 0000000..8140aa8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard-plus.svg b/lib/bootstrap-icons-1.11.3/clipboard-plus.svg new file mode 100644 index 0000000..1d095d7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard-plus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard-pulse.svg b/lib/bootstrap-icons-1.11.3/clipboard-pulse.svg new file mode 100644 index 0000000..a357209 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard-pulse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard-x-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard-x-fill.svg new file mode 100644 index 0000000..10fba82 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard-x-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard-x.svg b/lib/bootstrap-icons-1.11.3/clipboard-x.svg new file mode 100644 index 0000000..46df235 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard.svg b/lib/bootstrap-icons-1.11.3/clipboard.svg new file mode 100644 index 0000000..b92f42a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-check-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard2-check-fill.svg new file mode 100644 index 0000000..b640432 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-check.svg b/lib/bootstrap-icons-1.11.3/clipboard2-check.svg new file mode 100644 index 0000000..aba15bf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-check.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-data-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard2-data-fill.svg new file mode 100644 index 0000000..56c127e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-data-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-data.svg b/lib/bootstrap-icons-1.11.3/clipboard2-data.svg new file mode 100644 index 0000000..75ac6c6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-data.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard2-fill.svg new file mode 100644 index 0000000..6898571 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-heart-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard2-heart-fill.svg new file mode 100644 index 0000000..ce98945 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-heart.svg b/lib/bootstrap-icons-1.11.3/clipboard2-heart.svg new file mode 100644 index 0000000..879fef2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-heart.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-minus-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard2-minus-fill.svg new file mode 100644 index 0000000..fcd4b56 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-minus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-minus.svg b/lib/bootstrap-icons-1.11.3/clipboard2-minus.svg new file mode 100644 index 0000000..f8c10e3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-minus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-plus-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard2-plus-fill.svg new file mode 100644 index 0000000..be310e5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-plus.svg b/lib/bootstrap-icons-1.11.3/clipboard2-plus.svg new file mode 100644 index 0000000..33eaa28 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-plus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-pulse-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard2-pulse-fill.svg new file mode 100644 index 0000000..bc7d6b3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-pulse-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-pulse.svg b/lib/bootstrap-icons-1.11.3/clipboard2-pulse.svg new file mode 100644 index 0000000..c641c61 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-pulse.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-x-fill.svg b/lib/bootstrap-icons-1.11.3/clipboard2-x-fill.svg new file mode 100644 index 0000000..08828c6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-x-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2-x.svg b/lib/bootstrap-icons-1.11.3/clipboard2-x.svg new file mode 100644 index 0000000..06832cc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clipboard2.svg b/lib/bootstrap-icons-1.11.3/clipboard2.svg new file mode 100644 index 0000000..d0f4529 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clipboard2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clock-fill.svg b/lib/bootstrap-icons-1.11.3/clock-fill.svg new file mode 100644 index 0000000..148abcf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clock-history.svg b/lib/bootstrap-icons-1.11.3/clock-history.svg new file mode 100644 index 0000000..f685e10 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clock-history.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clock.svg b/lib/bootstrap-icons-1.11.3/clock.svg new file mode 100644 index 0000000..31c3c64 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-arrow-down-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-arrow-down-fill.svg new file mode 100644 index 0000000..1b23dc9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-arrow-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-arrow-down.svg b/lib/bootstrap-icons-1.11.3/cloud-arrow-down.svg new file mode 100644 index 0000000..bb79bbe --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-arrow-up-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-arrow-up-fill.svg new file mode 100644 index 0000000..8366f05 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-arrow-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-arrow-up.svg b/lib/bootstrap-icons-1.11.3/cloud-arrow-up.svg new file mode 100644 index 0000000..704756b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-check-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-check-fill.svg new file mode 100644 index 0000000..a71feee --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-check.svg b/lib/bootstrap-icons-1.11.3/cloud-check.svg new file mode 100644 index 0000000..d7599e9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-download-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-download-fill.svg new file mode 100644 index 0000000..c8a44ba --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-download-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-download.svg b/lib/bootstrap-icons-1.11.3/cloud-download.svg new file mode 100644 index 0000000..b71d7d7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-download.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-drizzle-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-drizzle-fill.svg new file mode 100644 index 0000000..0d381ae --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-drizzle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-drizzle.svg b/lib/bootstrap-icons-1.11.3/cloud-drizzle.svg new file mode 100644 index 0000000..f3c8599 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-drizzle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-fill.svg new file mode 100644 index 0000000..8849faa --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-fog-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-fog-fill.svg new file mode 100644 index 0000000..214caba --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-fog-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-fog.svg b/lib/bootstrap-icons-1.11.3/cloud-fog.svg new file mode 100644 index 0000000..26a574a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-fog.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-fog2-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-fog2-fill.svg new file mode 100644 index 0000000..8f67dea --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-fog2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-fog2.svg b/lib/bootstrap-icons-1.11.3/cloud-fog2.svg new file mode 100644 index 0000000..9b0664f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-fog2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-hail-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-hail-fill.svg new file mode 100644 index 0000000..0fa737f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-hail-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-hail.svg b/lib/bootstrap-icons-1.11.3/cloud-hail.svg new file mode 100644 index 0000000..3206a02 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-hail.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-haze-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-haze-fill.svg new file mode 100644 index 0000000..aa16c2c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-haze-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-haze.svg b/lib/bootstrap-icons-1.11.3/cloud-haze.svg new file mode 100644 index 0000000..578a565 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-haze.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-haze2-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-haze2-fill.svg new file mode 100644 index 0000000..3e22656 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-haze2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-haze2.svg b/lib/bootstrap-icons-1.11.3/cloud-haze2.svg new file mode 100644 index 0000000..c43d91c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-haze2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-lightning-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-lightning-fill.svg new file mode 100644 index 0000000..88fd930 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-lightning-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-lightning-rain-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-lightning-rain-fill.svg new file mode 100644 index 0000000..f5cd845 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-lightning-rain-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-lightning-rain.svg b/lib/bootstrap-icons-1.11.3/cloud-lightning-rain.svg new file mode 100644 index 0000000..588b274 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-lightning-rain.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-lightning.svg b/lib/bootstrap-icons-1.11.3/cloud-lightning.svg new file mode 100644 index 0000000..20c2680 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-lightning.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-minus-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-minus-fill.svg new file mode 100644 index 0000000..2fcc2bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-minus.svg b/lib/bootstrap-icons-1.11.3/cloud-minus.svg new file mode 100644 index 0000000..54f47b2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-moon-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-moon-fill.svg new file mode 100644 index 0000000..232dd4e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-moon-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-moon.svg b/lib/bootstrap-icons-1.11.3/cloud-moon.svg new file mode 100644 index 0000000..cc91617 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-moon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-plus-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-plus-fill.svg new file mode 100644 index 0000000..5337dc4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-plus.svg b/lib/bootstrap-icons-1.11.3/cloud-plus.svg new file mode 100644 index 0000000..9448796 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-rain-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-rain-fill.svg new file mode 100644 index 0000000..3ffee56 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-rain-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-rain-heavy-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-rain-heavy-fill.svg new file mode 100644 index 0000000..d92411b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-rain-heavy-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-rain-heavy.svg b/lib/bootstrap-icons-1.11.3/cloud-rain-heavy.svg new file mode 100644 index 0000000..ee9ef85 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-rain-heavy.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-rain.svg b/lib/bootstrap-icons-1.11.3/cloud-rain.svg new file mode 100644 index 0000000..e22f16c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-rain.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-slash-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-slash-fill.svg new file mode 100644 index 0000000..08a709b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-slash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-slash.svg b/lib/bootstrap-icons-1.11.3/cloud-slash.svg new file mode 100644 index 0000000..d7b680c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-sleet-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-sleet-fill.svg new file mode 100644 index 0000000..1df3f33 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-sleet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-sleet.svg b/lib/bootstrap-icons-1.11.3/cloud-sleet.svg new file mode 100644 index 0000000..edc48c6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-sleet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-snow-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-snow-fill.svg new file mode 100644 index 0000000..32cda8d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-snow-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-snow.svg b/lib/bootstrap-icons-1.11.3/cloud-snow.svg new file mode 100644 index 0000000..26150c4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-snow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-sun-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-sun-fill.svg new file mode 100644 index 0000000..da5ecac --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-sun-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-sun.svg b/lib/bootstrap-icons-1.11.3/cloud-sun.svg new file mode 100644 index 0000000..caa95e9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-sun.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-upload-fill.svg b/lib/bootstrap-icons-1.11.3/cloud-upload-fill.svg new file mode 100644 index 0000000..2d0df59 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-upload-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud-upload.svg b/lib/bootstrap-icons-1.11.3/cloud-upload.svg new file mode 100644 index 0000000..e5ca56e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud-upload.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloud.svg b/lib/bootstrap-icons-1.11.3/cloud.svg new file mode 100644 index 0000000..de877ab --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloud.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clouds-fill.svg b/lib/bootstrap-icons-1.11.3/clouds-fill.svg new file mode 100644 index 0000000..d70e817 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clouds-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/clouds.svg b/lib/bootstrap-icons-1.11.3/clouds.svg new file mode 100644 index 0000000..7e253e7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/clouds.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloudy-fill.svg b/lib/bootstrap-icons-1.11.3/cloudy-fill.svg new file mode 100644 index 0000000..7bf27b7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloudy-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cloudy.svg b/lib/bootstrap-icons-1.11.3/cloudy.svg new file mode 100644 index 0000000..87c2017 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cloudy.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/code-slash.svg b/lib/bootstrap-icons-1.11.3/code-slash.svg new file mode 100644 index 0000000..51a5c57 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/code-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/code-square.svg b/lib/bootstrap-icons-1.11.3/code-square.svg new file mode 100644 index 0000000..30fdef3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/code-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/code.svg b/lib/bootstrap-icons-1.11.3/code.svg new file mode 100644 index 0000000..c0760e9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/code.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/coin.svg b/lib/bootstrap-icons-1.11.3/coin.svg new file mode 100644 index 0000000..fb94cc5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/coin.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/collection-fill.svg b/lib/bootstrap-icons-1.11.3/collection-fill.svg new file mode 100644 index 0000000..4e5fbce --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/collection-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/collection-play-fill.svg b/lib/bootstrap-icons-1.11.3/collection-play-fill.svg new file mode 100644 index 0000000..b6820d0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/collection-play-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/collection-play.svg b/lib/bootstrap-icons-1.11.3/collection-play.svg new file mode 100644 index 0000000..0c59f5d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/collection-play.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/collection.svg b/lib/bootstrap-icons-1.11.3/collection.svg new file mode 100644 index 0000000..8b5d5fd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/collection.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/columns-gap.svg b/lib/bootstrap-icons-1.11.3/columns-gap.svg new file mode 100644 index 0000000..8b4bb4e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/columns-gap.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/columns.svg b/lib/bootstrap-icons-1.11.3/columns.svg new file mode 100644 index 0000000..17632df --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/columns.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/command.svg b/lib/bootstrap-icons-1.11.3/command.svg new file mode 100644 index 0000000..64fa00b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/command.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/compass-fill.svg b/lib/bootstrap-icons-1.11.3/compass-fill.svg new file mode 100644 index 0000000..1396c1f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/compass-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/compass.svg b/lib/bootstrap-icons-1.11.3/compass.svg new file mode 100644 index 0000000..9b402f3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/compass.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cone-striped.svg b/lib/bootstrap-icons-1.11.3/cone-striped.svg new file mode 100644 index 0000000..28a9529 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cone-striped.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cone.svg b/lib/bootstrap-icons-1.11.3/cone.svg new file mode 100644 index 0000000..b1a7d97 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cone.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/controller.svg b/lib/bootstrap-icons-1.11.3/controller.svg new file mode 100644 index 0000000..b7ceedb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/controller.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cookie.svg b/lib/bootstrap-icons-1.11.3/cookie.svg new file mode 100644 index 0000000..7a4b2fa --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cookie.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/copy.svg b/lib/bootstrap-icons-1.11.3/copy.svg new file mode 100644 index 0000000..b590680 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/copy.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cpu-fill.svg b/lib/bootstrap-icons-1.11.3/cpu-fill.svg new file mode 100644 index 0000000..ce6e294 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cpu-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cpu.svg b/lib/bootstrap-icons-1.11.3/cpu.svg new file mode 100644 index 0000000..88c0d56 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cpu.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/credit-card-2-back-fill.svg b/lib/bootstrap-icons-1.11.3/credit-card-2-back-fill.svg new file mode 100644 index 0000000..032fb4a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/credit-card-2-back-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/credit-card-2-back.svg b/lib/bootstrap-icons-1.11.3/credit-card-2-back.svg new file mode 100644 index 0000000..b29419c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/credit-card-2-back.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/credit-card-2-front-fill.svg b/lib/bootstrap-icons-1.11.3/credit-card-2-front-fill.svg new file mode 100644 index 0000000..06684d5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/credit-card-2-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/credit-card-2-front.svg b/lib/bootstrap-icons-1.11.3/credit-card-2-front.svg new file mode 100644 index 0000000..0bbc290 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/credit-card-2-front.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/credit-card-fill.svg b/lib/bootstrap-icons-1.11.3/credit-card-fill.svg new file mode 100644 index 0000000..a4f899a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/credit-card-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/credit-card.svg b/lib/bootstrap-icons-1.11.3/credit-card.svg new file mode 100644 index 0000000..406233d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/credit-card.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/crop.svg b/lib/bootstrap-icons-1.11.3/crop.svg new file mode 100644 index 0000000..3b4bb60 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/crop.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/crosshair.svg b/lib/bootstrap-icons-1.11.3/crosshair.svg new file mode 100644 index 0000000..13bed74 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/crosshair.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/crosshair2.svg b/lib/bootstrap-icons-1.11.3/crosshair2.svg new file mode 100644 index 0000000..3c28586 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/crosshair2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cup-fill.svg b/lib/bootstrap-icons-1.11.3/cup-fill.svg new file mode 100644 index 0000000..7173787 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cup-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cup-hot-fill.svg b/lib/bootstrap-icons-1.11.3/cup-hot-fill.svg new file mode 100644 index 0000000..9d7c465 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cup-hot-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cup-hot.svg b/lib/bootstrap-icons-1.11.3/cup-hot.svg new file mode 100644 index 0000000..a6f7e89 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cup-hot.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cup-straw.svg b/lib/bootstrap-icons-1.11.3/cup-straw.svg new file mode 100644 index 0000000..9388da9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cup-straw.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cup.svg b/lib/bootstrap-icons-1.11.3/cup.svg new file mode 100644 index 0000000..2694ac8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cup.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/currency-bitcoin.svg b/lib/bootstrap-icons-1.11.3/currency-bitcoin.svg new file mode 100644 index 0000000..0477ff8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/currency-bitcoin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/currency-dollar.svg b/lib/bootstrap-icons-1.11.3/currency-dollar.svg new file mode 100644 index 0000000..7ead9a7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/currency-dollar.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/currency-euro.svg b/lib/bootstrap-icons-1.11.3/currency-euro.svg new file mode 100644 index 0000000..90c83d5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/currency-euro.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/currency-exchange.svg b/lib/bootstrap-icons-1.11.3/currency-exchange.svg new file mode 100644 index 0000000..e332aa7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/currency-exchange.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/currency-pound.svg b/lib/bootstrap-icons-1.11.3/currency-pound.svg new file mode 100644 index 0000000..4650876 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/currency-pound.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/currency-rupee.svg b/lib/bootstrap-icons-1.11.3/currency-rupee.svg new file mode 100644 index 0000000..4fdf9a2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/currency-rupee.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/currency-yen.svg b/lib/bootstrap-icons-1.11.3/currency-yen.svg new file mode 100644 index 0000000..5bbf1a2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/currency-yen.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cursor-fill.svg b/lib/bootstrap-icons-1.11.3/cursor-fill.svg new file mode 100644 index 0000000..093372b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cursor-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cursor-text.svg b/lib/bootstrap-icons-1.11.3/cursor-text.svg new file mode 100644 index 0000000..27c057b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cursor-text.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/cursor.svg b/lib/bootstrap-icons-1.11.3/cursor.svg new file mode 100644 index 0000000..e23e3fd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/cursor.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dash-circle-dotted.svg b/lib/bootstrap-icons-1.11.3/dash-circle-dotted.svg new file mode 100644 index 0000000..1c011e2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dash-circle-dotted.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dash-circle-fill.svg b/lib/bootstrap-icons-1.11.3/dash-circle-fill.svg new file mode 100644 index 0000000..ac4eae0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dash-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dash-circle.svg b/lib/bootstrap-icons-1.11.3/dash-circle.svg new file mode 100644 index 0000000..c4abdd2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dash-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dash-lg.svg b/lib/bootstrap-icons-1.11.3/dash-lg.svg new file mode 100644 index 0000000..454aa7d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dash-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dash-square-dotted.svg b/lib/bootstrap-icons-1.11.3/dash-square-dotted.svg new file mode 100644 index 0000000..90886c3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dash-square-dotted.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dash-square-fill.svg b/lib/bootstrap-icons-1.11.3/dash-square-fill.svg new file mode 100644 index 0000000..dbe0db2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dash-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dash-square.svg b/lib/bootstrap-icons-1.11.3/dash-square.svg new file mode 100644 index 0000000..9381872 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dash-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dash.svg b/lib/bootstrap-icons-1.11.3/dash.svg new file mode 100644 index 0000000..c3834b4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-add.svg b/lib/bootstrap-icons-1.11.3/database-add.svg new file mode 100644 index 0000000..5f76340 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-add.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-check.svg b/lib/bootstrap-icons-1.11.3/database-check.svg new file mode 100644 index 0000000..29c02b8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-dash.svg b/lib/bootstrap-icons-1.11.3/database-dash.svg new file mode 100644 index 0000000..184db0a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-down.svg b/lib/bootstrap-icons-1.11.3/database-down.svg new file mode 100644 index 0000000..e077452 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-exclamation.svg b/lib/bootstrap-icons-1.11.3/database-exclamation.svg new file mode 100644 index 0000000..dbde50f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-fill-add.svg b/lib/bootstrap-icons-1.11.3/database-fill-add.svg new file mode 100644 index 0000000..4273d5d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-fill-add.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-fill-check.svg b/lib/bootstrap-icons-1.11.3/database-fill-check.svg new file mode 100644 index 0000000..7690eed --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-fill-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-fill-dash.svg b/lib/bootstrap-icons-1.11.3/database-fill-dash.svg new file mode 100644 index 0000000..48c468d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-fill-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-fill-down.svg b/lib/bootstrap-icons-1.11.3/database-fill-down.svg new file mode 100644 index 0000000..c3560d8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-fill-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-fill-exclamation.svg b/lib/bootstrap-icons-1.11.3/database-fill-exclamation.svg new file mode 100644 index 0000000..00073d0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-fill-exclamation.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-fill-gear.svg b/lib/bootstrap-icons-1.11.3/database-fill-gear.svg new file mode 100644 index 0000000..94fc2e6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-fill-gear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-fill-lock.svg b/lib/bootstrap-icons-1.11.3/database-fill-lock.svg new file mode 100644 index 0000000..a948205 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-fill-lock.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-fill-slash.svg b/lib/bootstrap-icons-1.11.3/database-fill-slash.svg new file mode 100644 index 0000000..467e6bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-fill-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-fill-up.svg b/lib/bootstrap-icons-1.11.3/database-fill-up.svg new file mode 100644 index 0000000..07f2d39 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-fill-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-fill-x.svg b/lib/bootstrap-icons-1.11.3/database-fill-x.svg new file mode 100644 index 0000000..73ff269 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-fill-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-fill.svg b/lib/bootstrap-icons-1.11.3/database-fill.svg new file mode 100644 index 0000000..8603874 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-fill.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-gear.svg b/lib/bootstrap-icons-1.11.3/database-gear.svg new file mode 100644 index 0000000..451763c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-gear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-lock.svg b/lib/bootstrap-icons-1.11.3/database-lock.svg new file mode 100644 index 0000000..e150cd2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-slash.svg b/lib/bootstrap-icons-1.11.3/database-slash.svg new file mode 100644 index 0000000..e0cc9f2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-up.svg b/lib/bootstrap-icons-1.11.3/database-up.svg new file mode 100644 index 0000000..63f7a10 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database-x.svg b/lib/bootstrap-icons-1.11.3/database-x.svg new file mode 100644 index 0000000..f97779b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/database.svg b/lib/bootstrap-icons-1.11.3/database.svg new file mode 100644 index 0000000..231c50c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/database.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/device-hdd-fill.svg b/lib/bootstrap-icons-1.11.3/device-hdd-fill.svg new file mode 100644 index 0000000..d5380c0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/device-hdd-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/device-hdd.svg b/lib/bootstrap-icons-1.11.3/device-hdd.svg new file mode 100644 index 0000000..5163a58 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/device-hdd.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/device-ssd-fill.svg b/lib/bootstrap-icons-1.11.3/device-ssd-fill.svg new file mode 100644 index 0000000..0d1f9c3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/device-ssd-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/device-ssd.svg b/lib/bootstrap-icons-1.11.3/device-ssd.svg new file mode 100644 index 0000000..8405f21 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/device-ssd.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/diagram-2-fill.svg b/lib/bootstrap-icons-1.11.3/diagram-2-fill.svg new file mode 100644 index 0000000..397ae15 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/diagram-2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/diagram-2.svg b/lib/bootstrap-icons-1.11.3/diagram-2.svg new file mode 100644 index 0000000..a6e5439 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/diagram-2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/diagram-3-fill.svg b/lib/bootstrap-icons-1.11.3/diagram-3-fill.svg new file mode 100644 index 0000000..7e47423 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/diagram-3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/diagram-3.svg b/lib/bootstrap-icons-1.11.3/diagram-3.svg new file mode 100644 index 0000000..ee3fd6f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/diagram-3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/diamond-fill.svg b/lib/bootstrap-icons-1.11.3/diamond-fill.svg new file mode 100644 index 0000000..1f86d1f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/diamond-half.svg b/lib/bootstrap-icons-1.11.3/diamond-half.svg new file mode 100644 index 0000000..68254b6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/diamond-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/diamond.svg b/lib/bootstrap-icons-1.11.3/diamond.svg new file mode 100644 index 0000000..44e2855 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/diamond.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dice-1-fill.svg b/lib/bootstrap-icons-1.11.3/dice-1-fill.svg new file mode 100644 index 0000000..a32e2cf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dice-1-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dice-1.svg b/lib/bootstrap-icons-1.11.3/dice-1.svg new file mode 100644 index 0000000..afc64b0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dice-1.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dice-2-fill.svg b/lib/bootstrap-icons-1.11.3/dice-2-fill.svg new file mode 100644 index 0000000..131013e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dice-2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dice-2.svg b/lib/bootstrap-icons-1.11.3/dice-2.svg new file mode 100644 index 0000000..ba1a79c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dice-2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dice-3-fill.svg b/lib/bootstrap-icons-1.11.3/dice-3-fill.svg new file mode 100644 index 0000000..158065d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dice-3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dice-3.svg b/lib/bootstrap-icons-1.11.3/dice-3.svg new file mode 100644 index 0000000..b64c675 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dice-3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dice-4-fill.svg b/lib/bootstrap-icons-1.11.3/dice-4-fill.svg new file mode 100644 index 0000000..7cf6e2c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dice-4-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dice-4.svg b/lib/bootstrap-icons-1.11.3/dice-4.svg new file mode 100644 index 0000000..bd8bbf7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dice-4.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dice-5-fill.svg b/lib/bootstrap-icons-1.11.3/dice-5-fill.svg new file mode 100644 index 0000000..289cb45 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dice-5-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dice-5.svg b/lib/bootstrap-icons-1.11.3/dice-5.svg new file mode 100644 index 0000000..cc96a35 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dice-5.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dice-6-fill.svg b/lib/bootstrap-icons-1.11.3/dice-6-fill.svg new file mode 100644 index 0000000..9b3d652 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dice-6-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dice-6.svg b/lib/bootstrap-icons-1.11.3/dice-6.svg new file mode 100644 index 0000000..47ba0aa --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dice-6.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/disc-fill.svg b/lib/bootstrap-icons-1.11.3/disc-fill.svg new file mode 100644 index 0000000..0d2d7f1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/disc-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/disc.svg b/lib/bootstrap-icons-1.11.3/disc.svg new file mode 100644 index 0000000..360034c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/disc.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/discord.svg b/lib/bootstrap-icons-1.11.3/discord.svg new file mode 100644 index 0000000..9905364 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/discord.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/display-fill.svg b/lib/bootstrap-icons-1.11.3/display-fill.svg new file mode 100644 index 0000000..ed8e17e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/display-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/display.svg b/lib/bootstrap-icons-1.11.3/display.svg new file mode 100644 index 0000000..40a7d4d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/display.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/displayport-fill.svg b/lib/bootstrap-icons-1.11.3/displayport-fill.svg new file mode 100644 index 0000000..503a960 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/displayport-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/displayport.svg b/lib/bootstrap-icons-1.11.3/displayport.svg new file mode 100644 index 0000000..6b9e0bf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/displayport.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/distribute-horizontal.svg b/lib/bootstrap-icons-1.11.3/distribute-horizontal.svg new file mode 100644 index 0000000..3f7044f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/distribute-horizontal.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/distribute-vertical.svg b/lib/bootstrap-icons-1.11.3/distribute-vertical.svg new file mode 100644 index 0000000..cb77d1e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/distribute-vertical.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/door-closed-fill.svg b/lib/bootstrap-icons-1.11.3/door-closed-fill.svg new file mode 100644 index 0000000..1cad66b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/door-closed-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/door-closed.svg b/lib/bootstrap-icons-1.11.3/door-closed.svg new file mode 100644 index 0000000..e20b918 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/door-closed.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/door-open-fill.svg b/lib/bootstrap-icons-1.11.3/door-open-fill.svg new file mode 100644 index 0000000..38eaff0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/door-open-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/door-open.svg b/lib/bootstrap-icons-1.11.3/door-open.svg new file mode 100644 index 0000000..328f353 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/door-open.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dot.svg b/lib/bootstrap-icons-1.11.3/dot.svg new file mode 100644 index 0000000..edc674e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dot.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/download.svg b/lib/bootstrap-icons-1.11.3/download.svg new file mode 100644 index 0000000..90a34a3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/download.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dpad-fill.svg b/lib/bootstrap-icons-1.11.3/dpad-fill.svg new file mode 100644 index 0000000..1c1153a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dpad-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dpad.svg b/lib/bootstrap-icons-1.11.3/dpad.svg new file mode 100644 index 0000000..71ddb24 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dpad.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dribbble.svg b/lib/bootstrap-icons-1.11.3/dribbble.svg new file mode 100644 index 0000000..725ff7f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dribbble.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/dropbox.svg b/lib/bootstrap-icons-1.11.3/dropbox.svg new file mode 100644 index 0000000..d052f25 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/dropbox.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/droplet-fill.svg b/lib/bootstrap-icons-1.11.3/droplet-fill.svg new file mode 100644 index 0000000..85feddf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/droplet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/droplet-half.svg b/lib/bootstrap-icons-1.11.3/droplet-half.svg new file mode 100644 index 0000000..bcd1c76 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/droplet-half.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/droplet.svg b/lib/bootstrap-icons-1.11.3/droplet.svg new file mode 100644 index 0000000..204ec67 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/droplet.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/duffle-fill.svg b/lib/bootstrap-icons-1.11.3/duffle-fill.svg new file mode 100644 index 0000000..885ee80 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/duffle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/duffle.svg b/lib/bootstrap-icons-1.11.3/duffle.svg new file mode 100644 index 0000000..1180de8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/duffle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ear-fill.svg b/lib/bootstrap-icons-1.11.3/ear-fill.svg new file mode 100644 index 0000000..2d135d6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ear-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ear.svg b/lib/bootstrap-icons-1.11.3/ear.svg new file mode 100644 index 0000000..061fe2f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ear.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/earbuds.svg b/lib/bootstrap-icons-1.11.3/earbuds.svg new file mode 100644 index 0000000..923bfca --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/earbuds.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/easel-fill.svg b/lib/bootstrap-icons-1.11.3/easel-fill.svg new file mode 100644 index 0000000..8086507 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/easel-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/easel.svg b/lib/bootstrap-icons-1.11.3/easel.svg new file mode 100644 index 0000000..5c0f5a2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/easel.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/easel2-fill.svg b/lib/bootstrap-icons-1.11.3/easel2-fill.svg new file mode 100644 index 0000000..309b438 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/easel2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/easel2.svg b/lib/bootstrap-icons-1.11.3/easel2.svg new file mode 100644 index 0000000..74372fb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/easel2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/easel3-fill.svg b/lib/bootstrap-icons-1.11.3/easel3-fill.svg new file mode 100644 index 0000000..fc547ea --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/easel3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/easel3.svg b/lib/bootstrap-icons-1.11.3/easel3.svg new file mode 100644 index 0000000..f06a868 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/easel3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/egg-fill.svg b/lib/bootstrap-icons-1.11.3/egg-fill.svg new file mode 100644 index 0000000..b70cf16 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/egg-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/egg-fried.svg b/lib/bootstrap-icons-1.11.3/egg-fried.svg new file mode 100644 index 0000000..b0cefbc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/egg-fried.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/egg.svg b/lib/bootstrap-icons-1.11.3/egg.svg new file mode 100644 index 0000000..f23d8d4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/egg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/eject-fill.svg b/lib/bootstrap-icons-1.11.3/eject-fill.svg new file mode 100644 index 0000000..9604988 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/eject-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/eject.svg b/lib/bootstrap-icons-1.11.3/eject.svg new file mode 100644 index 0000000..71a3ab6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/eject.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-angry-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-angry-fill.svg new file mode 100644 index 0000000..d14d92d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-angry-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-angry.svg b/lib/bootstrap-icons-1.11.3/emoji-angry.svg new file mode 100644 index 0000000..ee925fe --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-angry.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-astonished-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-astonished-fill.svg new file mode 100644 index 0000000..22a566f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-astonished-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-astonished.svg b/lib/bootstrap-icons-1.11.3/emoji-astonished.svg new file mode 100644 index 0000000..13f7cdd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-astonished.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-dizzy-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-dizzy-fill.svg new file mode 100644 index 0000000..98ab490 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-dizzy-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-dizzy.svg b/lib/bootstrap-icons-1.11.3/emoji-dizzy.svg new file mode 100644 index 0000000..fcef602 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-dizzy.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-expressionless-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-expressionless-fill.svg new file mode 100644 index 0000000..17ac348 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-expressionless-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-expressionless.svg b/lib/bootstrap-icons-1.11.3/emoji-expressionless.svg new file mode 100644 index 0000000..8d7f68f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-expressionless.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-frown-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-frown-fill.svg new file mode 100644 index 0000000..7a16dfb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-frown-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-frown.svg b/lib/bootstrap-icons-1.11.3/emoji-frown.svg new file mode 100644 index 0000000..696031b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-frown.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-grimace-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-grimace-fill.svg new file mode 100644 index 0000000..6cabf80 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-grimace-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-grimace.svg b/lib/bootstrap-icons-1.11.3/emoji-grimace.svg new file mode 100644 index 0000000..75a2a09 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-grimace.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-grin-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-grin-fill.svg new file mode 100644 index 0000000..08c675e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-grin-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-grin.svg b/lib/bootstrap-icons-1.11.3/emoji-grin.svg new file mode 100644 index 0000000..32bbf51 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-grin.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-heart-eyes-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-heart-eyes-fill.svg new file mode 100644 index 0000000..d34f6e8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-heart-eyes-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-heart-eyes.svg b/lib/bootstrap-icons-1.11.3/emoji-heart-eyes.svg new file mode 100644 index 0000000..5832822 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-heart-eyes.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-kiss-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-kiss-fill.svg new file mode 100644 index 0000000..15a9cdd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-kiss-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-kiss.svg b/lib/bootstrap-icons-1.11.3/emoji-kiss.svg new file mode 100644 index 0000000..2348d97 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-kiss.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-laughing-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-laughing-fill.svg new file mode 100644 index 0000000..0130bf4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-laughing-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-laughing.svg b/lib/bootstrap-icons-1.11.3/emoji-laughing.svg new file mode 100644 index 0000000..76b87f5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-laughing.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-neutral-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-neutral-fill.svg new file mode 100644 index 0000000..662603a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-neutral-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-neutral.svg b/lib/bootstrap-icons-1.11.3/emoji-neutral.svg new file mode 100644 index 0000000..d6b60f8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-neutral.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-smile-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-smile-fill.svg new file mode 100644 index 0000000..439dff0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-smile-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-smile-upside-down-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-smile-upside-down-fill.svg new file mode 100644 index 0000000..2d6acca --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-smile-upside-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-smile-upside-down.svg b/lib/bootstrap-icons-1.11.3/emoji-smile-upside-down.svg new file mode 100644 index 0000000..d2d93ed --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-smile-upside-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-smile.svg b/lib/bootstrap-icons-1.11.3/emoji-smile.svg new file mode 100644 index 0000000..bba78da --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-smile.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-sunglasses-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-sunglasses-fill.svg new file mode 100644 index 0000000..a1318c2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-sunglasses-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-sunglasses.svg b/lib/bootstrap-icons-1.11.3/emoji-sunglasses.svg new file mode 100644 index 0000000..188b56c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-sunglasses.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-surprise-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-surprise-fill.svg new file mode 100644 index 0000000..9f6f620 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-surprise-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-surprise.svg b/lib/bootstrap-icons-1.11.3/emoji-surprise.svg new file mode 100644 index 0000000..af246bf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-surprise.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-tear-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-tear-fill.svg new file mode 100644 index 0000000..3ccf87d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-tear-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-tear.svg b/lib/bootstrap-icons-1.11.3/emoji-tear.svg new file mode 100644 index 0000000..31b6597 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-tear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-wink-fill.svg b/lib/bootstrap-icons-1.11.3/emoji-wink-fill.svg new file mode 100644 index 0000000..2f3e480 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-wink-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/emoji-wink.svg b/lib/bootstrap-icons-1.11.3/emoji-wink.svg new file mode 100644 index 0000000..7fe9116 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/emoji-wink.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-arrow-down-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-arrow-down-fill.svg new file mode 100644 index 0000000..a5160e7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-arrow-down-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-arrow-down.svg b/lib/bootstrap-icons-1.11.3/envelope-arrow-down.svg new file mode 100644 index 0000000..36b6f54 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-arrow-up-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-arrow-up-fill.svg new file mode 100644 index 0000000..2757974 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-arrow-up-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-arrow-up.svg b/lib/bootstrap-icons-1.11.3/envelope-arrow-up.svg new file mode 100644 index 0000000..ff2fae0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-at-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-at-fill.svg new file mode 100644 index 0000000..e39ff38 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-at-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-at.svg b/lib/bootstrap-icons-1.11.3/envelope-at.svg new file mode 100644 index 0000000..163c3ba --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-at.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-check-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-check-fill.svg new file mode 100644 index 0000000..26d753a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-check.svg b/lib/bootstrap-icons-1.11.3/envelope-check.svg new file mode 100644 index 0000000..fbc765b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-dash-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-dash-fill.svg new file mode 100644 index 0000000..6e9e745 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-dash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-dash.svg b/lib/bootstrap-icons-1.11.3/envelope-dash.svg new file mode 100644 index 0000000..d6457cf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-exclamation-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-exclamation-fill.svg new file mode 100644 index 0000000..e14f047 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-exclamation-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-exclamation.svg b/lib/bootstrap-icons-1.11.3/envelope-exclamation.svg new file mode 100644 index 0000000..4aca0a9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-fill.svg new file mode 100644 index 0000000..966ef94 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-heart-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-heart-fill.svg new file mode 100644 index 0000000..4158841 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-heart.svg b/lib/bootstrap-icons-1.11.3/envelope-heart.svg new file mode 100644 index 0000000..c886df2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-open-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-open-fill.svg new file mode 100644 index 0000000..972d0e3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-open-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-open-heart-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-open-heart-fill.svg new file mode 100644 index 0000000..13263fa --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-open-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-open-heart.svg b/lib/bootstrap-icons-1.11.3/envelope-open-heart.svg new file mode 100644 index 0000000..7018116 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-open-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-open.svg b/lib/bootstrap-icons-1.11.3/envelope-open.svg new file mode 100644 index 0000000..3daa2eb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-open.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-paper-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-paper-fill.svg new file mode 100644 index 0000000..c8a187c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-paper-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-paper-heart-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-paper-heart-fill.svg new file mode 100644 index 0000000..7f58d57 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-paper-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-paper-heart.svg b/lib/bootstrap-icons-1.11.3/envelope-paper-heart.svg new file mode 100644 index 0000000..73b91d9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-paper-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-paper.svg b/lib/bootstrap-icons-1.11.3/envelope-paper.svg new file mode 100644 index 0000000..20fcc2a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-paper.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-plus-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-plus-fill.svg new file mode 100644 index 0000000..453a9fd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-plus.svg b/lib/bootstrap-icons-1.11.3/envelope-plus.svg new file mode 100644 index 0000000..7e960a0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-slash-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-slash-fill.svg new file mode 100644 index 0000000..90eb7ef --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-slash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-slash.svg b/lib/bootstrap-icons-1.11.3/envelope-slash.svg new file mode 100644 index 0000000..65cb167 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-x-fill.svg b/lib/bootstrap-icons-1.11.3/envelope-x-fill.svg new file mode 100644 index 0000000..8f6a79c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-x-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope-x.svg b/lib/bootstrap-icons-1.11.3/envelope-x.svg new file mode 100644 index 0000000..ea74027 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/envelope.svg b/lib/bootstrap-icons-1.11.3/envelope.svg new file mode 100644 index 0000000..78bf1de --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/envelope.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/eraser-fill.svg b/lib/bootstrap-icons-1.11.3/eraser-fill.svg new file mode 100644 index 0000000..c3866e1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/eraser-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/eraser.svg b/lib/bootstrap-icons-1.11.3/eraser.svg new file mode 100644 index 0000000..fe62336 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/eraser.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/escape.svg b/lib/bootstrap-icons-1.11.3/escape.svg new file mode 100644 index 0000000..66176b6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/escape.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ethernet.svg b/lib/bootstrap-icons-1.11.3/ethernet.svg new file mode 100644 index 0000000..739a2de --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ethernet.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ev-front-fill.svg b/lib/bootstrap-icons-1.11.3/ev-front-fill.svg new file mode 100644 index 0000000..53b947d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ev-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ev-front.svg b/lib/bootstrap-icons-1.11.3/ev-front.svg new file mode 100644 index 0000000..7f053a5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ev-front.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ev-station-fill.svg b/lib/bootstrap-icons-1.11.3/ev-station-fill.svg new file mode 100644 index 0000000..a1ad007 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ev-station-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ev-station.svg b/lib/bootstrap-icons-1.11.3/ev-station.svg new file mode 100644 index 0000000..90470f6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ev-station.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/exclamation-circle-fill.svg b/lib/bootstrap-icons-1.11.3/exclamation-circle-fill.svg new file mode 100644 index 0000000..13ce7ab --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/exclamation-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/exclamation-circle.svg b/lib/bootstrap-icons-1.11.3/exclamation-circle.svg new file mode 100644 index 0000000..f3befe0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/exclamation-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/exclamation-diamond-fill.svg b/lib/bootstrap-icons-1.11.3/exclamation-diamond-fill.svg new file mode 100644 index 0000000..cb14aee --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/exclamation-diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/exclamation-diamond.svg b/lib/bootstrap-icons-1.11.3/exclamation-diamond.svg new file mode 100644 index 0000000..4881e6d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/exclamation-diamond.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/exclamation-lg.svg b/lib/bootstrap-icons-1.11.3/exclamation-lg.svg new file mode 100644 index 0000000..18f6a87 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/exclamation-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/exclamation-octagon-fill.svg b/lib/bootstrap-icons-1.11.3/exclamation-octagon-fill.svg new file mode 100644 index 0000000..494010b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/exclamation-octagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/exclamation-octagon.svg b/lib/bootstrap-icons-1.11.3/exclamation-octagon.svg new file mode 100644 index 0000000..7f25938 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/exclamation-octagon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/exclamation-square-fill.svg b/lib/bootstrap-icons-1.11.3/exclamation-square-fill.svg new file mode 100644 index 0000000..d80a4e9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/exclamation-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/exclamation-square.svg b/lib/bootstrap-icons-1.11.3/exclamation-square.svg new file mode 100644 index 0000000..2a0f2ae --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/exclamation-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/exclamation-triangle-fill.svg b/lib/bootstrap-icons-1.11.3/exclamation-triangle-fill.svg new file mode 100644 index 0000000..52fd508 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/exclamation-triangle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/exclamation-triangle.svg b/lib/bootstrap-icons-1.11.3/exclamation-triangle.svg new file mode 100644 index 0000000..506b777 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/exclamation-triangle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/exclamation.svg b/lib/bootstrap-icons-1.11.3/exclamation.svg new file mode 100644 index 0000000..d39cb95 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/exclamation.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/exclude.svg b/lib/bootstrap-icons-1.11.3/exclude.svg new file mode 100644 index 0000000..ef18355 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/exclude.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/explicit-fill.svg b/lib/bootstrap-icons-1.11.3/explicit-fill.svg new file mode 100644 index 0000000..c0cb6f0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/explicit-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/explicit.svg b/lib/bootstrap-icons-1.11.3/explicit.svg new file mode 100644 index 0000000..a7ffae7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/explicit.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/exposure.svg b/lib/bootstrap-icons-1.11.3/exposure.svg new file mode 100644 index 0000000..9de0e64 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/exposure.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/eye-fill.svg b/lib/bootstrap-icons-1.11.3/eye-fill.svg new file mode 100644 index 0000000..288d2eb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/eye-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/eye-slash-fill.svg b/lib/bootstrap-icons-1.11.3/eye-slash-fill.svg new file mode 100644 index 0000000..10cca74 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/eye-slash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/eye-slash.svg b/lib/bootstrap-icons-1.11.3/eye-slash.svg new file mode 100644 index 0000000..359c270 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/eye-slash.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/eye.svg b/lib/bootstrap-icons-1.11.3/eye.svg new file mode 100644 index 0000000..393b485 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/eye.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/eyedropper.svg b/lib/bootstrap-icons-1.11.3/eyedropper.svg new file mode 100644 index 0000000..4579888 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/eyedropper.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/eyeglasses.svg b/lib/bootstrap-icons-1.11.3/eyeglasses.svg new file mode 100644 index 0000000..6b2eb97 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/eyeglasses.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/facebook.svg b/lib/bootstrap-icons-1.11.3/facebook.svg new file mode 100644 index 0000000..5fc7cec --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/facebook.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fan.svg b/lib/bootstrap-icons-1.11.3/fan.svg new file mode 100644 index 0000000..ec8fe20 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fan.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fast-forward-btn-fill.svg b/lib/bootstrap-icons-1.11.3/fast-forward-btn-fill.svg new file mode 100644 index 0000000..fd750fe --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fast-forward-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fast-forward-btn.svg b/lib/bootstrap-icons-1.11.3/fast-forward-btn.svg new file mode 100644 index 0000000..5e68554 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fast-forward-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fast-forward-circle-fill.svg b/lib/bootstrap-icons-1.11.3/fast-forward-circle-fill.svg new file mode 100644 index 0000000..3946fa3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fast-forward-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fast-forward-circle.svg b/lib/bootstrap-icons-1.11.3/fast-forward-circle.svg new file mode 100644 index 0000000..e7f7158 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fast-forward-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fast-forward-fill.svg b/lib/bootstrap-icons-1.11.3/fast-forward-fill.svg new file mode 100644 index 0000000..ae17a7e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fast-forward-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fast-forward.svg b/lib/bootstrap-icons-1.11.3/fast-forward.svg new file mode 100644 index 0000000..2142979 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fast-forward.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/feather.svg b/lib/bootstrap-icons-1.11.3/feather.svg new file mode 100644 index 0000000..f0462c2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/feather.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/feather2.svg b/lib/bootstrap-icons-1.11.3/feather2.svg new file mode 100644 index 0000000..badc17a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/feather2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-arrow-down-fill.svg b/lib/bootstrap-icons-1.11.3/file-arrow-down-fill.svg new file mode 100644 index 0000000..5b5c552 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-arrow-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-arrow-down.svg b/lib/bootstrap-icons-1.11.3/file-arrow-down.svg new file mode 100644 index 0000000..f504b98 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-arrow-up-fill.svg b/lib/bootstrap-icons-1.11.3/file-arrow-up-fill.svg new file mode 100644 index 0000000..ef56199 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-arrow-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-arrow-up.svg b/lib/bootstrap-icons-1.11.3/file-arrow-up.svg new file mode 100644 index 0000000..9c88467 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-bar-graph-fill.svg b/lib/bootstrap-icons-1.11.3/file-bar-graph-fill.svg new file mode 100644 index 0000000..686b60b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-bar-graph-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-bar-graph.svg b/lib/bootstrap-icons-1.11.3/file-bar-graph.svg new file mode 100644 index 0000000..f953927 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-bar-graph.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-binary-fill.svg b/lib/bootstrap-icons-1.11.3/file-binary-fill.svg new file mode 100644 index 0000000..920c2a7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-binary-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-binary.svg b/lib/bootstrap-icons-1.11.3/file-binary.svg new file mode 100644 index 0000000..0ecece7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-binary.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-break-fill.svg b/lib/bootstrap-icons-1.11.3/file-break-fill.svg new file mode 100644 index 0000000..bdbe1b9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-break-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-break.svg b/lib/bootstrap-icons-1.11.3/file-break.svg new file mode 100644 index 0000000..e94b3a3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-break.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-check-fill.svg b/lib/bootstrap-icons-1.11.3/file-check-fill.svg new file mode 100644 index 0000000..cf165d3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-check.svg b/lib/bootstrap-icons-1.11.3/file-check.svg new file mode 100644 index 0000000..10863e1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-code-fill.svg b/lib/bootstrap-icons-1.11.3/file-code-fill.svg new file mode 100644 index 0000000..912ed0c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-code-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-code.svg b/lib/bootstrap-icons-1.11.3/file-code.svg new file mode 100644 index 0000000..58b0014 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-code.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-diff-fill.svg b/lib/bootstrap-icons-1.11.3/file-diff-fill.svg new file mode 100644 index 0000000..c108b87 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-diff-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-diff.svg b/lib/bootstrap-icons-1.11.3/file-diff.svg new file mode 100644 index 0000000..088c6de --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-diff.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-arrow-down-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-arrow-down-fill.svg new file mode 100644 index 0000000..3941f1f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-arrow-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-arrow-down.svg b/lib/bootstrap-icons-1.11.3/file-earmark-arrow-down.svg new file mode 100644 index 0000000..37c4cd5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-arrow-up-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-arrow-up-fill.svg new file mode 100644 index 0000000..97a339d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-arrow-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-arrow-up.svg b/lib/bootstrap-icons-1.11.3/file-earmark-arrow-up.svg new file mode 100644 index 0000000..1c827e9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-bar-graph-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-bar-graph-fill.svg new file mode 100644 index 0000000..a4c69b5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-bar-graph-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-bar-graph.svg b/lib/bootstrap-icons-1.11.3/file-earmark-bar-graph.svg new file mode 100644 index 0000000..d367eca --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-bar-graph.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-binary-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-binary-fill.svg new file mode 100644 index 0000000..a1f9933 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-binary-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-binary.svg b/lib/bootstrap-icons-1.11.3/file-earmark-binary.svg new file mode 100644 index 0000000..1528578 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-binary.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-break-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-break-fill.svg new file mode 100644 index 0000000..e9aadce --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-break-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-break.svg b/lib/bootstrap-icons-1.11.3/file-earmark-break.svg new file mode 100644 index 0000000..4874715 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-break.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-check-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-check-fill.svg new file mode 100644 index 0000000..f3e9eb3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-check.svg b/lib/bootstrap-icons-1.11.3/file-earmark-check.svg new file mode 100644 index 0000000..dc36963 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-code-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-code-fill.svg new file mode 100644 index 0000000..2c154fa --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-code-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-code.svg b/lib/bootstrap-icons-1.11.3/file-earmark-code.svg new file mode 100644 index 0000000..ccd3528 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-code.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-diff-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-diff-fill.svg new file mode 100644 index 0000000..3b71e66 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-diff-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-diff.svg b/lib/bootstrap-icons-1.11.3/file-earmark-diff.svg new file mode 100644 index 0000000..97dfc0b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-diff.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-easel-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-easel-fill.svg new file mode 100644 index 0000000..e74c974 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-easel-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-easel.svg b/lib/bootstrap-icons-1.11.3/file-earmark-easel.svg new file mode 100644 index 0000000..2feeabc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-easel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-excel-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-excel-fill.svg new file mode 100644 index 0000000..405a572 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-excel-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-excel.svg b/lib/bootstrap-icons-1.11.3/file-earmark-excel.svg new file mode 100644 index 0000000..5432bcf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-excel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-fill.svg new file mode 100644 index 0000000..2f3ef6c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-font-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-font-fill.svg new file mode 100644 index 0000000..d3014bf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-font-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-font.svg b/lib/bootstrap-icons-1.11.3/file-earmark-font.svg new file mode 100644 index 0000000..c9864cd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-font.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-image-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-image-fill.svg new file mode 100644 index 0000000..3ec76dc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-image-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-image.svg b/lib/bootstrap-icons-1.11.3/file-earmark-image.svg new file mode 100644 index 0000000..1c3815d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-image.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-lock-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-lock-fill.svg new file mode 100644 index 0000000..4c45a61 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-lock-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-lock.svg b/lib/bootstrap-icons-1.11.3/file-earmark-lock.svg new file mode 100644 index 0000000..c8319a6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-lock2-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-lock2-fill.svg new file mode 100644 index 0000000..76e8bd8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-lock2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-lock2.svg b/lib/bootstrap-icons-1.11.3/file-earmark-lock2.svg new file mode 100644 index 0000000..bd8f592 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-lock2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-medical-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-medical-fill.svg new file mode 100644 index 0000000..42a0581 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-medical-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-medical.svg b/lib/bootstrap-icons-1.11.3/file-earmark-medical.svg new file mode 100644 index 0000000..e24c90c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-medical.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-minus-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-minus-fill.svg new file mode 100644 index 0000000..a5dca2d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-minus.svg b/lib/bootstrap-icons-1.11.3/file-earmark-minus.svg new file mode 100644 index 0000000..cdc0026 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-music-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-music-fill.svg new file mode 100644 index 0000000..b865e4e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-music-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-music.svg b/lib/bootstrap-icons-1.11.3/file-earmark-music.svg new file mode 100644 index 0000000..e18ec85 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-music.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-pdf-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-pdf-fill.svg new file mode 100644 index 0000000..219c5a3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-pdf-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-pdf.svg b/lib/bootstrap-icons-1.11.3/file-earmark-pdf.svg new file mode 100644 index 0000000..51b9975 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-pdf.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-person-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-person-fill.svg new file mode 100644 index 0000000..49ceda6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-person-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-person.svg b/lib/bootstrap-icons-1.11.3/file-earmark-person.svg new file mode 100644 index 0000000..08a78cc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-person.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-play-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-play-fill.svg new file mode 100644 index 0000000..341eb37 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-play-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-play.svg b/lib/bootstrap-icons-1.11.3/file-earmark-play.svg new file mode 100644 index 0000000..abe215b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-play.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-plus-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-plus-fill.svg new file mode 100644 index 0000000..ef99c8a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-plus.svg b/lib/bootstrap-icons-1.11.3/file-earmark-plus.svg new file mode 100644 index 0000000..964e855 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-post-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-post-fill.svg new file mode 100644 index 0000000..548773f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-post-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-post.svg b/lib/bootstrap-icons-1.11.3/file-earmark-post.svg new file mode 100644 index 0000000..d9f44a1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-post.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-ppt-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-ppt-fill.svg new file mode 100644 index 0000000..e96a461 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-ppt-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-ppt.svg b/lib/bootstrap-icons-1.11.3/file-earmark-ppt.svg new file mode 100644 index 0000000..cab71bc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-ppt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-richtext-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-richtext-fill.svg new file mode 100644 index 0000000..55da25c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-richtext-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-richtext.svg b/lib/bootstrap-icons-1.11.3/file-earmark-richtext.svg new file mode 100644 index 0000000..3f3a6ad --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-richtext.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-ruled-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-ruled-fill.svg new file mode 100644 index 0000000..ee90c80 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-ruled-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-ruled.svg b/lib/bootstrap-icons-1.11.3/file-earmark-ruled.svg new file mode 100644 index 0000000..ebd617e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-ruled.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-slides-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-slides-fill.svg new file mode 100644 index 0000000..e7f76f4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-slides-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-slides.svg b/lib/bootstrap-icons-1.11.3/file-earmark-slides.svg new file mode 100644 index 0000000..e643cd3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-slides.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-spreadsheet-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-spreadsheet-fill.svg new file mode 100644 index 0000000..02ac9ec --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-spreadsheet-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-spreadsheet.svg b/lib/bootstrap-icons-1.11.3/file-earmark-spreadsheet.svg new file mode 100644 index 0000000..a6bb6e4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-spreadsheet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-text-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-text-fill.svg new file mode 100644 index 0000000..bfedd6b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-text.svg b/lib/bootstrap-icons-1.11.3/file-earmark-text.svg new file mode 100644 index 0000000..7ae53fc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-word-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-word-fill.svg new file mode 100644 index 0000000..259e767 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-word-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-word.svg b/lib/bootstrap-icons-1.11.3/file-earmark-word.svg new file mode 100644 index 0000000..ef4727c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-word.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-x-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-x-fill.svg new file mode 100644 index 0000000..f683966 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-x.svg b/lib/bootstrap-icons-1.11.3/file-earmark-x.svg new file mode 100644 index 0000000..4dd9da9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-zip-fill.svg b/lib/bootstrap-icons-1.11.3/file-earmark-zip-fill.svg new file mode 100644 index 0000000..a17fa9e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-zip-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark-zip.svg b/lib/bootstrap-icons-1.11.3/file-earmark-zip.svg new file mode 100644 index 0000000..f5f8ccc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark-zip.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-earmark.svg b/lib/bootstrap-icons-1.11.3/file-earmark.svg new file mode 100644 index 0000000..d8d8774 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-earmark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-easel-fill.svg b/lib/bootstrap-icons-1.11.3/file-easel-fill.svg new file mode 100644 index 0000000..fa9f915 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-easel-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-easel.svg b/lib/bootstrap-icons-1.11.3/file-easel.svg new file mode 100644 index 0000000..6366bc0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-easel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-excel-fill.svg b/lib/bootstrap-icons-1.11.3/file-excel-fill.svg new file mode 100644 index 0000000..bddcea2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-excel-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-excel.svg b/lib/bootstrap-icons-1.11.3/file-excel.svg new file mode 100644 index 0000000..8bf2f5e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-excel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-fill.svg b/lib/bootstrap-icons-1.11.3/file-fill.svg new file mode 100644 index 0000000..e5f8c4a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-font-fill.svg b/lib/bootstrap-icons-1.11.3/file-font-fill.svg new file mode 100644 index 0000000..6bda7b1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-font-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-font.svg b/lib/bootstrap-icons-1.11.3/file-font.svg new file mode 100644 index 0000000..b75f9a4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-font.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-image-fill.svg b/lib/bootstrap-icons-1.11.3/file-image-fill.svg new file mode 100644 index 0000000..7c73ece --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-image-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-image.svg b/lib/bootstrap-icons-1.11.3/file-image.svg new file mode 100644 index 0000000..b063628 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-image.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-lock-fill.svg b/lib/bootstrap-icons-1.11.3/file-lock-fill.svg new file mode 100644 index 0000000..1f7c3f2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-lock-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-lock.svg b/lib/bootstrap-icons-1.11.3/file-lock.svg new file mode 100644 index 0000000..195deef --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-lock2-fill.svg b/lib/bootstrap-icons-1.11.3/file-lock2-fill.svg new file mode 100644 index 0000000..82426e8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-lock2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-lock2.svg b/lib/bootstrap-icons-1.11.3/file-lock2.svg new file mode 100644 index 0000000..125a747 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-lock2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-medical-fill.svg b/lib/bootstrap-icons-1.11.3/file-medical-fill.svg new file mode 100644 index 0000000..2f4d3b2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-medical-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-medical.svg b/lib/bootstrap-icons-1.11.3/file-medical.svg new file mode 100644 index 0000000..07e8495 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-medical.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-minus-fill.svg b/lib/bootstrap-icons-1.11.3/file-minus-fill.svg new file mode 100644 index 0000000..99f7d53 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-minus.svg b/lib/bootstrap-icons-1.11.3/file-minus.svg new file mode 100644 index 0000000..880409b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-music-fill.svg b/lib/bootstrap-icons-1.11.3/file-music-fill.svg new file mode 100644 index 0000000..38099f3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-music-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-music.svg b/lib/bootstrap-icons-1.11.3/file-music.svg new file mode 100644 index 0000000..a24d41e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-music.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-pdf-fill.svg b/lib/bootstrap-icons-1.11.3/file-pdf-fill.svg new file mode 100644 index 0000000..c88d1b8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-pdf-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-pdf.svg b/lib/bootstrap-icons-1.11.3/file-pdf.svg new file mode 100644 index 0000000..e7bdcba --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-pdf.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-person-fill.svg b/lib/bootstrap-icons-1.11.3/file-person-fill.svg new file mode 100644 index 0000000..c212b00 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-person-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-person.svg b/lib/bootstrap-icons-1.11.3/file-person.svg new file mode 100644 index 0000000..e102abf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-person.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-play-fill.svg b/lib/bootstrap-icons-1.11.3/file-play-fill.svg new file mode 100644 index 0000000..a6dce8a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-play-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-play.svg b/lib/bootstrap-icons-1.11.3/file-play.svg new file mode 100644 index 0000000..d5505e3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-play.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-plus-fill.svg b/lib/bootstrap-icons-1.11.3/file-plus-fill.svg new file mode 100644 index 0000000..bdb7ee0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-plus.svg b/lib/bootstrap-icons-1.11.3/file-plus.svg new file mode 100644 index 0000000..af41ae1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-post-fill.svg b/lib/bootstrap-icons-1.11.3/file-post-fill.svg new file mode 100644 index 0000000..336f219 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-post-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-post.svg b/lib/bootstrap-icons-1.11.3/file-post.svg new file mode 100644 index 0000000..6807724 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-post.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-ppt-fill.svg b/lib/bootstrap-icons-1.11.3/file-ppt-fill.svg new file mode 100644 index 0000000..b8c3973 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-ppt-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-ppt.svg b/lib/bootstrap-icons-1.11.3/file-ppt.svg new file mode 100644 index 0000000..bee27d4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-ppt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-richtext-fill.svg b/lib/bootstrap-icons-1.11.3/file-richtext-fill.svg new file mode 100644 index 0000000..a98e5d7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-richtext-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-richtext.svg b/lib/bootstrap-icons-1.11.3/file-richtext.svg new file mode 100644 index 0000000..3ceb420 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-richtext.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-ruled-fill.svg b/lib/bootstrap-icons-1.11.3/file-ruled-fill.svg new file mode 100644 index 0000000..8bfe726 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-ruled-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-ruled.svg b/lib/bootstrap-icons-1.11.3/file-ruled.svg new file mode 100644 index 0000000..7236cfc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-ruled.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-slides-fill.svg b/lib/bootstrap-icons-1.11.3/file-slides-fill.svg new file mode 100644 index 0000000..b75d3f7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-slides-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-slides.svg b/lib/bootstrap-icons-1.11.3/file-slides.svg new file mode 100644 index 0000000..0e63548 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-slides.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-spreadsheet-fill.svg b/lib/bootstrap-icons-1.11.3/file-spreadsheet-fill.svg new file mode 100644 index 0000000..6db7eb6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-spreadsheet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-spreadsheet.svg b/lib/bootstrap-icons-1.11.3/file-spreadsheet.svg new file mode 100644 index 0000000..55b53ec --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-spreadsheet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-text-fill.svg b/lib/bootstrap-icons-1.11.3/file-text-fill.svg new file mode 100644 index 0000000..6da36b2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-text.svg b/lib/bootstrap-icons-1.11.3/file-text.svg new file mode 100644 index 0000000..95dc704 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-word-fill.svg b/lib/bootstrap-icons-1.11.3/file-word-fill.svg new file mode 100644 index 0000000..6f578f0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-word-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-word.svg b/lib/bootstrap-icons-1.11.3/file-word.svg new file mode 100644 index 0000000..732b59a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-word.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-x-fill.svg b/lib/bootstrap-icons-1.11.3/file-x-fill.svg new file mode 100644 index 0000000..0455659 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-x.svg b/lib/bootstrap-icons-1.11.3/file-x.svg new file mode 100644 index 0000000..5ab0b48 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-zip-fill.svg b/lib/bootstrap-icons-1.11.3/file-zip-fill.svg new file mode 100644 index 0000000..1d80366 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-zip-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file-zip.svg b/lib/bootstrap-icons-1.11.3/file-zip.svg new file mode 100644 index 0000000..e3b633e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file-zip.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/file.svg b/lib/bootstrap-icons-1.11.3/file.svg new file mode 100644 index 0000000..4a5dd73 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/file.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/files-alt.svg b/lib/bootstrap-icons-1.11.3/files-alt.svg new file mode 100644 index 0000000..b42d764 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/files-alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/files.svg b/lib/bootstrap-icons-1.11.3/files.svg new file mode 100644 index 0000000..6170ab5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/files.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-aac.svg b/lib/bootstrap-icons-1.11.3/filetype-aac.svg new file mode 100644 index 0000000..b6a5c47 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-aac.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-ai.svg b/lib/bootstrap-icons-1.11.3/filetype-ai.svg new file mode 100644 index 0000000..fe2bcaa --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-ai.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-bmp.svg b/lib/bootstrap-icons-1.11.3/filetype-bmp.svg new file mode 100644 index 0000000..587381c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-bmp.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-cs.svg b/lib/bootstrap-icons-1.11.3/filetype-cs.svg new file mode 100644 index 0000000..90ed8de --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-cs.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-css.svg b/lib/bootstrap-icons-1.11.3/filetype-css.svg new file mode 100644 index 0000000..8f0864f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-css.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-csv.svg b/lib/bootstrap-icons-1.11.3/filetype-csv.svg new file mode 100644 index 0000000..fa097aa --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-csv.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-doc.svg b/lib/bootstrap-icons-1.11.3/filetype-doc.svg new file mode 100644 index 0000000..f75847f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-doc.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-docx.svg b/lib/bootstrap-icons-1.11.3/filetype-docx.svg new file mode 100644 index 0000000..1b6c172 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-docx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-exe.svg b/lib/bootstrap-icons-1.11.3/filetype-exe.svg new file mode 100644 index 0000000..cdafeb1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-exe.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-gif.svg b/lib/bootstrap-icons-1.11.3/filetype-gif.svg new file mode 100644 index 0000000..b39234f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-gif.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-heic.svg b/lib/bootstrap-icons-1.11.3/filetype-heic.svg new file mode 100644 index 0000000..a022060 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-heic.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-html.svg b/lib/bootstrap-icons-1.11.3/filetype-html.svg new file mode 100644 index 0000000..1661a94 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-html.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-java.svg b/lib/bootstrap-icons-1.11.3/filetype-java.svg new file mode 100644 index 0000000..eeeab41 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-java.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-jpg.svg b/lib/bootstrap-icons-1.11.3/filetype-jpg.svg new file mode 100644 index 0000000..7d939ec --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-jpg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-js.svg b/lib/bootstrap-icons-1.11.3/filetype-js.svg new file mode 100644 index 0000000..4f4a00c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-js.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-json.svg b/lib/bootstrap-icons-1.11.3/filetype-json.svg new file mode 100644 index 0000000..a4ccced --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-json.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-jsx.svg b/lib/bootstrap-icons-1.11.3/filetype-jsx.svg new file mode 100644 index 0000000..256b5c5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-jsx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-key.svg b/lib/bootstrap-icons-1.11.3/filetype-key.svg new file mode 100644 index 0000000..d164bc8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-key.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-m4p.svg b/lib/bootstrap-icons-1.11.3/filetype-m4p.svg new file mode 100644 index 0000000..ae8f611 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-m4p.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-md.svg b/lib/bootstrap-icons-1.11.3/filetype-md.svg new file mode 100644 index 0000000..40e5139 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-md.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-mdx.svg b/lib/bootstrap-icons-1.11.3/filetype-mdx.svg new file mode 100644 index 0000000..43a9153 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-mdx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-mov.svg b/lib/bootstrap-icons-1.11.3/filetype-mov.svg new file mode 100644 index 0000000..27e6391 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-mov.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-mp3.svg b/lib/bootstrap-icons-1.11.3/filetype-mp3.svg new file mode 100644 index 0000000..f25e6a8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-mp3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-mp4.svg b/lib/bootstrap-icons-1.11.3/filetype-mp4.svg new file mode 100644 index 0000000..d27e9ff --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-mp4.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-otf.svg b/lib/bootstrap-icons-1.11.3/filetype-otf.svg new file mode 100644 index 0000000..f16eb61 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-otf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-pdf.svg b/lib/bootstrap-icons-1.11.3/filetype-pdf.svg new file mode 100644 index 0000000..e8bb772 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-pdf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-php.svg b/lib/bootstrap-icons-1.11.3/filetype-php.svg new file mode 100644 index 0000000..4d532df --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-php.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-png.svg b/lib/bootstrap-icons-1.11.3/filetype-png.svg new file mode 100644 index 0000000..659e266 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-png.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-ppt.svg b/lib/bootstrap-icons-1.11.3/filetype-ppt.svg new file mode 100644 index 0000000..e53b1ec --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-ppt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-pptx.svg b/lib/bootstrap-icons-1.11.3/filetype-pptx.svg new file mode 100644 index 0000000..f68e939 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-pptx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-psd.svg b/lib/bootstrap-icons-1.11.3/filetype-psd.svg new file mode 100644 index 0000000..6fefd08 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-psd.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-py.svg b/lib/bootstrap-icons-1.11.3/filetype-py.svg new file mode 100644 index 0000000..14fd4ef --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-py.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-raw.svg b/lib/bootstrap-icons-1.11.3/filetype-raw.svg new file mode 100644 index 0000000..da98185 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-raw.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-rb.svg b/lib/bootstrap-icons-1.11.3/filetype-rb.svg new file mode 100644 index 0000000..3466a1f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-rb.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-sass.svg b/lib/bootstrap-icons-1.11.3/filetype-sass.svg new file mode 100644 index 0000000..3632662 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-sass.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-scss.svg b/lib/bootstrap-icons-1.11.3/filetype-scss.svg new file mode 100644 index 0000000..8d1935f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-scss.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-sh.svg b/lib/bootstrap-icons-1.11.3/filetype-sh.svg new file mode 100644 index 0000000..592c408 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-sh.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-sql.svg b/lib/bootstrap-icons-1.11.3/filetype-sql.svg new file mode 100644 index 0000000..814137d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-sql.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-svg.svg b/lib/bootstrap-icons-1.11.3/filetype-svg.svg new file mode 100644 index 0000000..222d9ac --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-svg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-tiff.svg b/lib/bootstrap-icons-1.11.3/filetype-tiff.svg new file mode 100644 index 0000000..e101575 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-tiff.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-tsx.svg b/lib/bootstrap-icons-1.11.3/filetype-tsx.svg new file mode 100644 index 0000000..73dd643 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-tsx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-ttf.svg b/lib/bootstrap-icons-1.11.3/filetype-ttf.svg new file mode 100644 index 0000000..9c93584 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-ttf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-txt.svg b/lib/bootstrap-icons-1.11.3/filetype-txt.svg new file mode 100644 index 0000000..1e27bcf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-txt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-wav.svg b/lib/bootstrap-icons-1.11.3/filetype-wav.svg new file mode 100644 index 0000000..6725640 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-wav.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-woff.svg b/lib/bootstrap-icons-1.11.3/filetype-woff.svg new file mode 100644 index 0000000..f29a4b1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-woff.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-xls.svg b/lib/bootstrap-icons-1.11.3/filetype-xls.svg new file mode 100644 index 0000000..5f79b16 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-xls.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-xlsx.svg b/lib/bootstrap-icons-1.11.3/filetype-xlsx.svg new file mode 100644 index 0000000..5202bf7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-xlsx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-xml.svg b/lib/bootstrap-icons-1.11.3/filetype-xml.svg new file mode 100644 index 0000000..ba9ffb6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-xml.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filetype-yml.svg b/lib/bootstrap-icons-1.11.3/filetype-yml.svg new file mode 100644 index 0000000..17a9ebe --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filetype-yml.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/film.svg b/lib/bootstrap-icons-1.11.3/film.svg new file mode 100644 index 0000000..40c2eb9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/film.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filter-circle-fill.svg b/lib/bootstrap-icons-1.11.3/filter-circle-fill.svg new file mode 100644 index 0000000..1aa0f39 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filter-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filter-circle.svg b/lib/bootstrap-icons-1.11.3/filter-circle.svg new file mode 100644 index 0000000..42c1b84 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filter-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filter-left.svg b/lib/bootstrap-icons-1.11.3/filter-left.svg new file mode 100644 index 0000000..bb1ee92 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filter-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filter-right.svg b/lib/bootstrap-icons-1.11.3/filter-right.svg new file mode 100644 index 0000000..6a5083c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filter-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filter-square-fill.svg b/lib/bootstrap-icons-1.11.3/filter-square-fill.svg new file mode 100644 index 0000000..438b8c2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filter-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filter-square.svg b/lib/bootstrap-icons-1.11.3/filter-square.svg new file mode 100644 index 0000000..d243b0b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filter-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/filter.svg b/lib/bootstrap-icons-1.11.3/filter.svg new file mode 100644 index 0000000..a7d7dac --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/filter.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fingerprint.svg b/lib/bootstrap-icons-1.11.3/fingerprint.svg new file mode 100644 index 0000000..08252bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fingerprint.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fire.svg b/lib/bootstrap-icons-1.11.3/fire.svg new file mode 100644 index 0000000..a58e6dd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fire.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/flag-fill.svg b/lib/bootstrap-icons-1.11.3/flag-fill.svg new file mode 100644 index 0000000..8b92331 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/flag-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/flag.svg b/lib/bootstrap-icons-1.11.3/flag.svg new file mode 100644 index 0000000..f8b6dab --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/flag.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/floppy-fill.svg b/lib/bootstrap-icons-1.11.3/floppy-fill.svg new file mode 100644 index 0000000..87a43ce --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/floppy-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/floppy.svg b/lib/bootstrap-icons-1.11.3/floppy.svg new file mode 100644 index 0000000..65ae562 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/floppy.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/floppy2-fill.svg b/lib/bootstrap-icons-1.11.3/floppy2-fill.svg new file mode 100644 index 0000000..61a6cdb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/floppy2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/floppy2.svg b/lib/bootstrap-icons-1.11.3/floppy2.svg new file mode 100644 index 0000000..2412389 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/floppy2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/flower1.svg b/lib/bootstrap-icons-1.11.3/flower1.svg new file mode 100644 index 0000000..3495858 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/flower1.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/flower2.svg b/lib/bootstrap-icons-1.11.3/flower2.svg new file mode 100644 index 0000000..664a9c2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/flower2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/flower3.svg b/lib/bootstrap-icons-1.11.3/flower3.svg new file mode 100644 index 0000000..66845c3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/flower3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/folder-check.svg b/lib/bootstrap-icons-1.11.3/folder-check.svg new file mode 100644 index 0000000..57c6466 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/folder-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/folder-fill.svg b/lib/bootstrap-icons-1.11.3/folder-fill.svg new file mode 100644 index 0000000..113350c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/folder-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/folder-minus.svg b/lib/bootstrap-icons-1.11.3/folder-minus.svg new file mode 100644 index 0000000..41db30b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/folder-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/folder-plus.svg b/lib/bootstrap-icons-1.11.3/folder-plus.svg new file mode 100644 index 0000000..85b5a18 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/folder-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/folder-symlink-fill.svg b/lib/bootstrap-icons-1.11.3/folder-symlink-fill.svg new file mode 100644 index 0000000..6407400 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/folder-symlink-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/folder-symlink.svg b/lib/bootstrap-icons-1.11.3/folder-symlink.svg new file mode 100644 index 0000000..7137637 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/folder-symlink.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/folder-x.svg b/lib/bootstrap-icons-1.11.3/folder-x.svg new file mode 100644 index 0000000..a6ed341 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/folder-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/folder.svg b/lib/bootstrap-icons-1.11.3/folder.svg new file mode 100644 index 0000000..a30c452 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/folder.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/folder2-open.svg b/lib/bootstrap-icons-1.11.3/folder2-open.svg new file mode 100644 index 0000000..7ffbb54 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/folder2-open.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/folder2.svg b/lib/bootstrap-icons-1.11.3/folder2.svg new file mode 100644 index 0000000..ce6a1af --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/folder2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/font/bootstrap-icons.css b/lib/bootstrap-icons-1.11.3/font/bootstrap-icons.css new file mode 100644 index 0000000..bc84a5f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/font/bootstrap-icons.css @@ -0,0 +1,2078 @@ +/*! + * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/) + * Copyright 2019-2024 The Bootstrap Authors + * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) + */ + +@font-face { + font-display: block; + font-family: "bootstrap-icons"; + src: url("./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"), +url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff"); +} + +.bi::before, +[class^="bi-"]::before, +[class*=" bi-"]::before { + display: inline-block; + font-family: bootstrap-icons !important; + font-style: normal; + font-weight: normal !important; + font-variant: normal; + text-transform: none; + line-height: 1; + vertical-align: -.125em; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.bi-123::before { content: "\f67f"; } +.bi-alarm-fill::before { content: "\f101"; } +.bi-alarm::before { content: "\f102"; } +.bi-align-bottom::before { content: "\f103"; } +.bi-align-center::before { content: "\f104"; } +.bi-align-end::before { content: "\f105"; } +.bi-align-middle::before { content: "\f106"; } +.bi-align-start::before { content: "\f107"; } +.bi-align-top::before { content: "\f108"; } +.bi-alt::before { content: "\f109"; } +.bi-app-indicator::before { content: "\f10a"; } +.bi-app::before { content: "\f10b"; } +.bi-archive-fill::before { content: "\f10c"; } +.bi-archive::before { content: "\f10d"; } +.bi-arrow-90deg-down::before { content: "\f10e"; } +.bi-arrow-90deg-left::before { content: "\f10f"; } +.bi-arrow-90deg-right::before { content: "\f110"; } +.bi-arrow-90deg-up::before { content: "\f111"; } +.bi-arrow-bar-down::before { content: "\f112"; } +.bi-arrow-bar-left::before { content: "\f113"; } +.bi-arrow-bar-right::before { content: "\f114"; } +.bi-arrow-bar-up::before { content: "\f115"; } +.bi-arrow-clockwise::before { content: "\f116"; } +.bi-arrow-counterclockwise::before { content: "\f117"; } +.bi-arrow-down-circle-fill::before { content: "\f118"; } +.bi-arrow-down-circle::before { content: "\f119"; } +.bi-arrow-down-left-circle-fill::before { content: "\f11a"; } +.bi-arrow-down-left-circle::before { content: "\f11b"; } +.bi-arrow-down-left-square-fill::before { content: "\f11c"; } +.bi-arrow-down-left-square::before { content: "\f11d"; } +.bi-arrow-down-left::before { content: "\f11e"; } +.bi-arrow-down-right-circle-fill::before { content: "\f11f"; } +.bi-arrow-down-right-circle::before { content: "\f120"; } +.bi-arrow-down-right-square-fill::before { content: "\f121"; } +.bi-arrow-down-right-square::before { content: "\f122"; } +.bi-arrow-down-right::before { content: "\f123"; } +.bi-arrow-down-short::before { content: "\f124"; } +.bi-arrow-down-square-fill::before { content: "\f125"; } +.bi-arrow-down-square::before { content: "\f126"; } +.bi-arrow-down-up::before { content: "\f127"; } +.bi-arrow-down::before { content: "\f128"; } +.bi-arrow-left-circle-fill::before { content: "\f129"; } +.bi-arrow-left-circle::before { content: "\f12a"; } +.bi-arrow-left-right::before { content: "\f12b"; } +.bi-arrow-left-short::before { content: "\f12c"; } +.bi-arrow-left-square-fill::before { content: "\f12d"; } +.bi-arrow-left-square::before { content: "\f12e"; } +.bi-arrow-left::before { content: "\f12f"; } +.bi-arrow-repeat::before { content: "\f130"; } +.bi-arrow-return-left::before { content: "\f131"; } +.bi-arrow-return-right::before { content: "\f132"; } +.bi-arrow-right-circle-fill::before { content: "\f133"; } +.bi-arrow-right-circle::before { content: "\f134"; } +.bi-arrow-right-short::before { content: "\f135"; } +.bi-arrow-right-square-fill::before { content: "\f136"; } +.bi-arrow-right-square::before { content: "\f137"; } +.bi-arrow-right::before { content: "\f138"; } +.bi-arrow-up-circle-fill::before { content: "\f139"; } +.bi-arrow-up-circle::before { content: "\f13a"; } +.bi-arrow-up-left-circle-fill::before { content: "\f13b"; } +.bi-arrow-up-left-circle::before { content: "\f13c"; } +.bi-arrow-up-left-square-fill::before { content: "\f13d"; } +.bi-arrow-up-left-square::before { content: "\f13e"; } +.bi-arrow-up-left::before { content: "\f13f"; } +.bi-arrow-up-right-circle-fill::before { content: "\f140"; } +.bi-arrow-up-right-circle::before { content: "\f141"; } +.bi-arrow-up-right-square-fill::before { content: "\f142"; } +.bi-arrow-up-right-square::before { content: "\f143"; } +.bi-arrow-up-right::before { content: "\f144"; } +.bi-arrow-up-short::before { content: "\f145"; } +.bi-arrow-up-square-fill::before { content: "\f146"; } +.bi-arrow-up-square::before { content: "\f147"; } +.bi-arrow-up::before { content: "\f148"; } +.bi-arrows-angle-contract::before { content: "\f149"; } +.bi-arrows-angle-expand::before { content: "\f14a"; } +.bi-arrows-collapse::before { content: "\f14b"; } +.bi-arrows-expand::before { content: "\f14c"; } +.bi-arrows-fullscreen::before { content: "\f14d"; } +.bi-arrows-move::before { content: "\f14e"; } +.bi-aspect-ratio-fill::before { content: "\f14f"; } +.bi-aspect-ratio::before { content: "\f150"; } +.bi-asterisk::before { content: "\f151"; } +.bi-at::before { content: "\f152"; } +.bi-award-fill::before { content: "\f153"; } +.bi-award::before { content: "\f154"; } +.bi-back::before { content: "\f155"; } +.bi-backspace-fill::before { content: "\f156"; } +.bi-backspace-reverse-fill::before { content: "\f157"; } +.bi-backspace-reverse::before { content: "\f158"; } +.bi-backspace::before { content: "\f159"; } +.bi-badge-3d-fill::before { content: "\f15a"; } +.bi-badge-3d::before { content: "\f15b"; } +.bi-badge-4k-fill::before { content: "\f15c"; } +.bi-badge-4k::before { content: "\f15d"; } +.bi-badge-8k-fill::before { content: "\f15e"; } +.bi-badge-8k::before { content: "\f15f"; } +.bi-badge-ad-fill::before { content: "\f160"; } +.bi-badge-ad::before { content: "\f161"; } +.bi-badge-ar-fill::before { content: "\f162"; } +.bi-badge-ar::before { content: "\f163"; } +.bi-badge-cc-fill::before { content: "\f164"; } +.bi-badge-cc::before { content: "\f165"; } +.bi-badge-hd-fill::before { content: "\f166"; } +.bi-badge-hd::before { content: "\f167"; } +.bi-badge-tm-fill::before { content: "\f168"; } +.bi-badge-tm::before { content: "\f169"; } +.bi-badge-vo-fill::before { content: "\f16a"; } +.bi-badge-vo::before { content: "\f16b"; } +.bi-badge-vr-fill::before { content: "\f16c"; } +.bi-badge-vr::before { content: "\f16d"; } +.bi-badge-wc-fill::before { content: "\f16e"; } +.bi-badge-wc::before { content: "\f16f"; } +.bi-bag-check-fill::before { content: "\f170"; } +.bi-bag-check::before { content: "\f171"; } +.bi-bag-dash-fill::before { content: "\f172"; } +.bi-bag-dash::before { content: "\f173"; } +.bi-bag-fill::before { content: "\f174"; } +.bi-bag-plus-fill::before { content: "\f175"; } +.bi-bag-plus::before { content: "\f176"; } +.bi-bag-x-fill::before { content: "\f177"; } +.bi-bag-x::before { content: "\f178"; } +.bi-bag::before { content: "\f179"; } +.bi-bar-chart-fill::before { content: "\f17a"; } +.bi-bar-chart-line-fill::before { content: "\f17b"; } +.bi-bar-chart-line::before { content: "\f17c"; } +.bi-bar-chart-steps::before { content: "\f17d"; } +.bi-bar-chart::before { content: "\f17e"; } +.bi-basket-fill::before { content: "\f17f"; } +.bi-basket::before { content: "\f180"; } +.bi-basket2-fill::before { content: "\f181"; } +.bi-basket2::before { content: "\f182"; } +.bi-basket3-fill::before { content: "\f183"; } +.bi-basket3::before { content: "\f184"; } +.bi-battery-charging::before { content: "\f185"; } +.bi-battery-full::before { content: "\f186"; } +.bi-battery-half::before { content: "\f187"; } +.bi-battery::before { content: "\f188"; } +.bi-bell-fill::before { content: "\f189"; } +.bi-bell::before { content: "\f18a"; } +.bi-bezier::before { content: "\f18b"; } +.bi-bezier2::before { content: "\f18c"; } +.bi-bicycle::before { content: "\f18d"; } +.bi-binoculars-fill::before { content: "\f18e"; } +.bi-binoculars::before { content: "\f18f"; } +.bi-blockquote-left::before { content: "\f190"; } +.bi-blockquote-right::before { content: "\f191"; } +.bi-book-fill::before { content: "\f192"; } +.bi-book-half::before { content: "\f193"; } +.bi-book::before { content: "\f194"; } +.bi-bookmark-check-fill::before { content: "\f195"; } +.bi-bookmark-check::before { content: "\f196"; } +.bi-bookmark-dash-fill::before { content: "\f197"; } +.bi-bookmark-dash::before { content: "\f198"; } +.bi-bookmark-fill::before { content: "\f199"; } +.bi-bookmark-heart-fill::before { content: "\f19a"; } +.bi-bookmark-heart::before { content: "\f19b"; } +.bi-bookmark-plus-fill::before { content: "\f19c"; } +.bi-bookmark-plus::before { content: "\f19d"; } +.bi-bookmark-star-fill::before { content: "\f19e"; } +.bi-bookmark-star::before { content: "\f19f"; } +.bi-bookmark-x-fill::before { content: "\f1a0"; } +.bi-bookmark-x::before { content: "\f1a1"; } +.bi-bookmark::before { content: "\f1a2"; } +.bi-bookmarks-fill::before { content: "\f1a3"; } +.bi-bookmarks::before { content: "\f1a4"; } +.bi-bookshelf::before { content: "\f1a5"; } +.bi-bootstrap-fill::before { content: "\f1a6"; } +.bi-bootstrap-reboot::before { content: "\f1a7"; } +.bi-bootstrap::before { content: "\f1a8"; } +.bi-border-all::before { content: "\f1a9"; } +.bi-border-bottom::before { content: "\f1aa"; } +.bi-border-center::before { content: "\f1ab"; } +.bi-border-inner::before { content: "\f1ac"; } +.bi-border-left::before { content: "\f1ad"; } +.bi-border-middle::before { content: "\f1ae"; } +.bi-border-outer::before { content: "\f1af"; } +.bi-border-right::before { content: "\f1b0"; } +.bi-border-style::before { content: "\f1b1"; } +.bi-border-top::before { content: "\f1b2"; } +.bi-border-width::before { content: "\f1b3"; } +.bi-border::before { content: "\f1b4"; } +.bi-bounding-box-circles::before { content: "\f1b5"; } +.bi-bounding-box::before { content: "\f1b6"; } +.bi-box-arrow-down-left::before { content: "\f1b7"; } +.bi-box-arrow-down-right::before { content: "\f1b8"; } +.bi-box-arrow-down::before { content: "\f1b9"; } +.bi-box-arrow-in-down-left::before { content: "\f1ba"; } +.bi-box-arrow-in-down-right::before { content: "\f1bb"; } +.bi-box-arrow-in-down::before { content: "\f1bc"; } +.bi-box-arrow-in-left::before { content: "\f1bd"; } +.bi-box-arrow-in-right::before { content: "\f1be"; } +.bi-box-arrow-in-up-left::before { content: "\f1bf"; } +.bi-box-arrow-in-up-right::before { content: "\f1c0"; } +.bi-box-arrow-in-up::before { content: "\f1c1"; } +.bi-box-arrow-left::before { content: "\f1c2"; } +.bi-box-arrow-right::before { content: "\f1c3"; } +.bi-box-arrow-up-left::before { content: "\f1c4"; } +.bi-box-arrow-up-right::before { content: "\f1c5"; } +.bi-box-arrow-up::before { content: "\f1c6"; } +.bi-box-seam::before { content: "\f1c7"; } +.bi-box::before { content: "\f1c8"; } +.bi-braces::before { content: "\f1c9"; } +.bi-bricks::before { content: "\f1ca"; } +.bi-briefcase-fill::before { content: "\f1cb"; } +.bi-briefcase::before { content: "\f1cc"; } +.bi-brightness-alt-high-fill::before { content: "\f1cd"; } +.bi-brightness-alt-high::before { content: "\f1ce"; } +.bi-brightness-alt-low-fill::before { content: "\f1cf"; } +.bi-brightness-alt-low::before { content: "\f1d0"; } +.bi-brightness-high-fill::before { content: "\f1d1"; } +.bi-brightness-high::before { content: "\f1d2"; } +.bi-brightness-low-fill::before { content: "\f1d3"; } +.bi-brightness-low::before { content: "\f1d4"; } +.bi-broadcast-pin::before { content: "\f1d5"; } +.bi-broadcast::before { content: "\f1d6"; } +.bi-brush-fill::before { content: "\f1d7"; } +.bi-brush::before { content: "\f1d8"; } +.bi-bucket-fill::before { content: "\f1d9"; } +.bi-bucket::before { content: "\f1da"; } +.bi-bug-fill::before { content: "\f1db"; } +.bi-bug::before { content: "\f1dc"; } +.bi-building::before { content: "\f1dd"; } +.bi-bullseye::before { content: "\f1de"; } +.bi-calculator-fill::before { content: "\f1df"; } +.bi-calculator::before { content: "\f1e0"; } +.bi-calendar-check-fill::before { content: "\f1e1"; } +.bi-calendar-check::before { content: "\f1e2"; } +.bi-calendar-date-fill::before { content: "\f1e3"; } +.bi-calendar-date::before { content: "\f1e4"; } +.bi-calendar-day-fill::before { content: "\f1e5"; } +.bi-calendar-day::before { content: "\f1e6"; } +.bi-calendar-event-fill::before { content: "\f1e7"; } +.bi-calendar-event::before { content: "\f1e8"; } +.bi-calendar-fill::before { content: "\f1e9"; } +.bi-calendar-minus-fill::before { content: "\f1ea"; } +.bi-calendar-minus::before { content: "\f1eb"; } +.bi-calendar-month-fill::before { content: "\f1ec"; } +.bi-calendar-month::before { content: "\f1ed"; } +.bi-calendar-plus-fill::before { content: "\f1ee"; } +.bi-calendar-plus::before { content: "\f1ef"; } +.bi-calendar-range-fill::before { content: "\f1f0"; } +.bi-calendar-range::before { content: "\f1f1"; } +.bi-calendar-week-fill::before { content: "\f1f2"; } +.bi-calendar-week::before { content: "\f1f3"; } +.bi-calendar-x-fill::before { content: "\f1f4"; } +.bi-calendar-x::before { content: "\f1f5"; } +.bi-calendar::before { content: "\f1f6"; } +.bi-calendar2-check-fill::before { content: "\f1f7"; } +.bi-calendar2-check::before { content: "\f1f8"; } +.bi-calendar2-date-fill::before { content: "\f1f9"; } +.bi-calendar2-date::before { content: "\f1fa"; } +.bi-calendar2-day-fill::before { content: "\f1fb"; } +.bi-calendar2-day::before { content: "\f1fc"; } +.bi-calendar2-event-fill::before { content: "\f1fd"; } +.bi-calendar2-event::before { content: "\f1fe"; } +.bi-calendar2-fill::before { content: "\f1ff"; } +.bi-calendar2-minus-fill::before { content: "\f200"; } +.bi-calendar2-minus::before { content: "\f201"; } +.bi-calendar2-month-fill::before { content: "\f202"; } +.bi-calendar2-month::before { content: "\f203"; } +.bi-calendar2-plus-fill::before { content: "\f204"; } +.bi-calendar2-plus::before { content: "\f205"; } +.bi-calendar2-range-fill::before { content: "\f206"; } +.bi-calendar2-range::before { content: "\f207"; } +.bi-calendar2-week-fill::before { content: "\f208"; } +.bi-calendar2-week::before { content: "\f209"; } +.bi-calendar2-x-fill::before { content: "\f20a"; } +.bi-calendar2-x::before { content: "\f20b"; } +.bi-calendar2::before { content: "\f20c"; } +.bi-calendar3-event-fill::before { content: "\f20d"; } +.bi-calendar3-event::before { content: "\f20e"; } +.bi-calendar3-fill::before { content: "\f20f"; } +.bi-calendar3-range-fill::before { content: "\f210"; } +.bi-calendar3-range::before { content: "\f211"; } +.bi-calendar3-week-fill::before { content: "\f212"; } +.bi-calendar3-week::before { content: "\f213"; } +.bi-calendar3::before { content: "\f214"; } +.bi-calendar4-event::before { content: "\f215"; } +.bi-calendar4-range::before { content: "\f216"; } +.bi-calendar4-week::before { content: "\f217"; } +.bi-calendar4::before { content: "\f218"; } +.bi-camera-fill::before { content: "\f219"; } +.bi-camera-reels-fill::before { content: "\f21a"; } +.bi-camera-reels::before { content: "\f21b"; } +.bi-camera-video-fill::before { content: "\f21c"; } +.bi-camera-video-off-fill::before { content: "\f21d"; } +.bi-camera-video-off::before { content: "\f21e"; } +.bi-camera-video::before { content: "\f21f"; } +.bi-camera::before { content: "\f220"; } +.bi-camera2::before { content: "\f221"; } +.bi-capslock-fill::before { content: "\f222"; } +.bi-capslock::before { content: "\f223"; } +.bi-card-checklist::before { content: "\f224"; } +.bi-card-heading::before { content: "\f225"; } +.bi-card-image::before { content: "\f226"; } +.bi-card-list::before { content: "\f227"; } +.bi-card-text::before { content: "\f228"; } +.bi-caret-down-fill::before { content: "\f229"; } +.bi-caret-down-square-fill::before { content: "\f22a"; } +.bi-caret-down-square::before { content: "\f22b"; } +.bi-caret-down::before { content: "\f22c"; } +.bi-caret-left-fill::before { content: "\f22d"; } +.bi-caret-left-square-fill::before { content: "\f22e"; } +.bi-caret-left-square::before { content: "\f22f"; } +.bi-caret-left::before { content: "\f230"; } +.bi-caret-right-fill::before { content: "\f231"; } +.bi-caret-right-square-fill::before { content: "\f232"; } +.bi-caret-right-square::before { content: "\f233"; } +.bi-caret-right::before { content: "\f234"; } +.bi-caret-up-fill::before { content: "\f235"; } +.bi-caret-up-square-fill::before { content: "\f236"; } +.bi-caret-up-square::before { content: "\f237"; } +.bi-caret-up::before { content: "\f238"; } +.bi-cart-check-fill::before { content: "\f239"; } +.bi-cart-check::before { content: "\f23a"; } +.bi-cart-dash-fill::before { content: "\f23b"; } +.bi-cart-dash::before { content: "\f23c"; } +.bi-cart-fill::before { content: "\f23d"; } +.bi-cart-plus-fill::before { content: "\f23e"; } +.bi-cart-plus::before { content: "\f23f"; } +.bi-cart-x-fill::before { content: "\f240"; } +.bi-cart-x::before { content: "\f241"; } +.bi-cart::before { content: "\f242"; } +.bi-cart2::before { content: "\f243"; } +.bi-cart3::before { content: "\f244"; } +.bi-cart4::before { content: "\f245"; } +.bi-cash-stack::before { content: "\f246"; } +.bi-cash::before { content: "\f247"; } +.bi-cast::before { content: "\f248"; } +.bi-chat-dots-fill::before { content: "\f249"; } +.bi-chat-dots::before { content: "\f24a"; } +.bi-chat-fill::before { content: "\f24b"; } +.bi-chat-left-dots-fill::before { content: "\f24c"; } +.bi-chat-left-dots::before { content: "\f24d"; } +.bi-chat-left-fill::before { content: "\f24e"; } +.bi-chat-left-quote-fill::before { content: "\f24f"; } +.bi-chat-left-quote::before { content: "\f250"; } +.bi-chat-left-text-fill::before { content: "\f251"; } +.bi-chat-left-text::before { content: "\f252"; } +.bi-chat-left::before { content: "\f253"; } +.bi-chat-quote-fill::before { content: "\f254"; } +.bi-chat-quote::before { content: "\f255"; } +.bi-chat-right-dots-fill::before { content: "\f256"; } +.bi-chat-right-dots::before { content: "\f257"; } +.bi-chat-right-fill::before { content: "\f258"; } +.bi-chat-right-quote-fill::before { content: "\f259"; } +.bi-chat-right-quote::before { content: "\f25a"; } +.bi-chat-right-text-fill::before { content: "\f25b"; } +.bi-chat-right-text::before { content: "\f25c"; } +.bi-chat-right::before { content: "\f25d"; } +.bi-chat-square-dots-fill::before { content: "\f25e"; } +.bi-chat-square-dots::before { content: "\f25f"; } +.bi-chat-square-fill::before { content: "\f260"; } +.bi-chat-square-quote-fill::before { content: "\f261"; } +.bi-chat-square-quote::before { content: "\f262"; } +.bi-chat-square-text-fill::before { content: "\f263"; } +.bi-chat-square-text::before { content: "\f264"; } +.bi-chat-square::before { content: "\f265"; } +.bi-chat-text-fill::before { content: "\f266"; } +.bi-chat-text::before { content: "\f267"; } +.bi-chat::before { content: "\f268"; } +.bi-check-all::before { content: "\f269"; } +.bi-check-circle-fill::before { content: "\f26a"; } +.bi-check-circle::before { content: "\f26b"; } +.bi-check-square-fill::before { content: "\f26c"; } +.bi-check-square::before { content: "\f26d"; } +.bi-check::before { content: "\f26e"; } +.bi-check2-all::before { content: "\f26f"; } +.bi-check2-circle::before { content: "\f270"; } +.bi-check2-square::before { content: "\f271"; } +.bi-check2::before { content: "\f272"; } +.bi-chevron-bar-contract::before { content: "\f273"; } +.bi-chevron-bar-down::before { content: "\f274"; } +.bi-chevron-bar-expand::before { content: "\f275"; } +.bi-chevron-bar-left::before { content: "\f276"; } +.bi-chevron-bar-right::before { content: "\f277"; } +.bi-chevron-bar-up::before { content: "\f278"; } +.bi-chevron-compact-down::before { content: "\f279"; } +.bi-chevron-compact-left::before { content: "\f27a"; } +.bi-chevron-compact-right::before { content: "\f27b"; } +.bi-chevron-compact-up::before { content: "\f27c"; } +.bi-chevron-contract::before { content: "\f27d"; } +.bi-chevron-double-down::before { content: "\f27e"; } +.bi-chevron-double-left::before { content: "\f27f"; } +.bi-chevron-double-right::before { content: "\f280"; } +.bi-chevron-double-up::before { content: "\f281"; } +.bi-chevron-down::before { content: "\f282"; } +.bi-chevron-expand::before { content: "\f283"; } +.bi-chevron-left::before { content: "\f284"; } +.bi-chevron-right::before { content: "\f285"; } +.bi-chevron-up::before { content: "\f286"; } +.bi-circle-fill::before { content: "\f287"; } +.bi-circle-half::before { content: "\f288"; } +.bi-circle-square::before { content: "\f289"; } +.bi-circle::before { content: "\f28a"; } +.bi-clipboard-check::before { content: "\f28b"; } +.bi-clipboard-data::before { content: "\f28c"; } +.bi-clipboard-minus::before { content: "\f28d"; } +.bi-clipboard-plus::before { content: "\f28e"; } +.bi-clipboard-x::before { content: "\f28f"; } +.bi-clipboard::before { content: "\f290"; } +.bi-clock-fill::before { content: "\f291"; } +.bi-clock-history::before { content: "\f292"; } +.bi-clock::before { content: "\f293"; } +.bi-cloud-arrow-down-fill::before { content: "\f294"; } +.bi-cloud-arrow-down::before { content: "\f295"; } +.bi-cloud-arrow-up-fill::before { content: "\f296"; } +.bi-cloud-arrow-up::before { content: "\f297"; } +.bi-cloud-check-fill::before { content: "\f298"; } +.bi-cloud-check::before { content: "\f299"; } +.bi-cloud-download-fill::before { content: "\f29a"; } +.bi-cloud-download::before { content: "\f29b"; } +.bi-cloud-drizzle-fill::before { content: "\f29c"; } +.bi-cloud-drizzle::before { content: "\f29d"; } +.bi-cloud-fill::before { content: "\f29e"; } +.bi-cloud-fog-fill::before { content: "\f29f"; } +.bi-cloud-fog::before { content: "\f2a0"; } +.bi-cloud-fog2-fill::before { content: "\f2a1"; } +.bi-cloud-fog2::before { content: "\f2a2"; } +.bi-cloud-hail-fill::before { content: "\f2a3"; } +.bi-cloud-hail::before { content: "\f2a4"; } +.bi-cloud-haze-fill::before { content: "\f2a6"; } +.bi-cloud-haze::before { content: "\f2a7"; } +.bi-cloud-haze2-fill::before { content: "\f2a8"; } +.bi-cloud-lightning-fill::before { content: "\f2a9"; } +.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; } +.bi-cloud-lightning-rain::before { content: "\f2ab"; } +.bi-cloud-lightning::before { content: "\f2ac"; } +.bi-cloud-minus-fill::before { content: "\f2ad"; } +.bi-cloud-minus::before { content: "\f2ae"; } +.bi-cloud-moon-fill::before { content: "\f2af"; } +.bi-cloud-moon::before { content: "\f2b0"; } +.bi-cloud-plus-fill::before { content: "\f2b1"; } +.bi-cloud-plus::before { content: "\f2b2"; } +.bi-cloud-rain-fill::before { content: "\f2b3"; } +.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; } +.bi-cloud-rain-heavy::before { content: "\f2b5"; } +.bi-cloud-rain::before { content: "\f2b6"; } +.bi-cloud-slash-fill::before { content: "\f2b7"; } +.bi-cloud-slash::before { content: "\f2b8"; } +.bi-cloud-sleet-fill::before { content: "\f2b9"; } +.bi-cloud-sleet::before { content: "\f2ba"; } +.bi-cloud-snow-fill::before { content: "\f2bb"; } +.bi-cloud-snow::before { content: "\f2bc"; } +.bi-cloud-sun-fill::before { content: "\f2bd"; } +.bi-cloud-sun::before { content: "\f2be"; } +.bi-cloud-upload-fill::before { content: "\f2bf"; } +.bi-cloud-upload::before { content: "\f2c0"; } +.bi-cloud::before { content: "\f2c1"; } +.bi-clouds-fill::before { content: "\f2c2"; } +.bi-clouds::before { content: "\f2c3"; } +.bi-cloudy-fill::before { content: "\f2c4"; } +.bi-cloudy::before { content: "\f2c5"; } +.bi-code-slash::before { content: "\f2c6"; } +.bi-code-square::before { content: "\f2c7"; } +.bi-code::before { content: "\f2c8"; } +.bi-collection-fill::before { content: "\f2c9"; } +.bi-collection-play-fill::before { content: "\f2ca"; } +.bi-collection-play::before { content: "\f2cb"; } +.bi-collection::before { content: "\f2cc"; } +.bi-columns-gap::before { content: "\f2cd"; } +.bi-columns::before { content: "\f2ce"; } +.bi-command::before { content: "\f2cf"; } +.bi-compass-fill::before { content: "\f2d0"; } +.bi-compass::before { content: "\f2d1"; } +.bi-cone-striped::before { content: "\f2d2"; } +.bi-cone::before { content: "\f2d3"; } +.bi-controller::before { content: "\f2d4"; } +.bi-cpu-fill::before { content: "\f2d5"; } +.bi-cpu::before { content: "\f2d6"; } +.bi-credit-card-2-back-fill::before { content: "\f2d7"; } +.bi-credit-card-2-back::before { content: "\f2d8"; } +.bi-credit-card-2-front-fill::before { content: "\f2d9"; } +.bi-credit-card-2-front::before { content: "\f2da"; } +.bi-credit-card-fill::before { content: "\f2db"; } +.bi-credit-card::before { content: "\f2dc"; } +.bi-crop::before { content: "\f2dd"; } +.bi-cup-fill::before { content: "\f2de"; } +.bi-cup-straw::before { content: "\f2df"; } +.bi-cup::before { content: "\f2e0"; } +.bi-cursor-fill::before { content: "\f2e1"; } +.bi-cursor-text::before { content: "\f2e2"; } +.bi-cursor::before { content: "\f2e3"; } +.bi-dash-circle-dotted::before { content: "\f2e4"; } +.bi-dash-circle-fill::before { content: "\f2e5"; } +.bi-dash-circle::before { content: "\f2e6"; } +.bi-dash-square-dotted::before { content: "\f2e7"; } +.bi-dash-square-fill::before { content: "\f2e8"; } +.bi-dash-square::before { content: "\f2e9"; } +.bi-dash::before { content: "\f2ea"; } +.bi-diagram-2-fill::before { content: "\f2eb"; } +.bi-diagram-2::before { content: "\f2ec"; } +.bi-diagram-3-fill::before { content: "\f2ed"; } +.bi-diagram-3::before { content: "\f2ee"; } +.bi-diamond-fill::before { content: "\f2ef"; } +.bi-diamond-half::before { content: "\f2f0"; } +.bi-diamond::before { content: "\f2f1"; } +.bi-dice-1-fill::before { content: "\f2f2"; } +.bi-dice-1::before { content: "\f2f3"; } +.bi-dice-2-fill::before { content: "\f2f4"; } +.bi-dice-2::before { content: "\f2f5"; } +.bi-dice-3-fill::before { content: "\f2f6"; } +.bi-dice-3::before { content: "\f2f7"; } +.bi-dice-4-fill::before { content: "\f2f8"; } +.bi-dice-4::before { content: "\f2f9"; } +.bi-dice-5-fill::before { content: "\f2fa"; } +.bi-dice-5::before { content: "\f2fb"; } +.bi-dice-6-fill::before { content: "\f2fc"; } +.bi-dice-6::before { content: "\f2fd"; } +.bi-disc-fill::before { content: "\f2fe"; } +.bi-disc::before { content: "\f2ff"; } +.bi-discord::before { content: "\f300"; } +.bi-display-fill::before { content: "\f301"; } +.bi-display::before { content: "\f302"; } +.bi-distribute-horizontal::before { content: "\f303"; } +.bi-distribute-vertical::before { content: "\f304"; } +.bi-door-closed-fill::before { content: "\f305"; } +.bi-door-closed::before { content: "\f306"; } +.bi-door-open-fill::before { content: "\f307"; } +.bi-door-open::before { content: "\f308"; } +.bi-dot::before { content: "\f309"; } +.bi-download::before { content: "\f30a"; } +.bi-droplet-fill::before { content: "\f30b"; } +.bi-droplet-half::before { content: "\f30c"; } +.bi-droplet::before { content: "\f30d"; } +.bi-earbuds::before { content: "\f30e"; } +.bi-easel-fill::before { content: "\f30f"; } +.bi-easel::before { content: "\f310"; } +.bi-egg-fill::before { content: "\f311"; } +.bi-egg-fried::before { content: "\f312"; } +.bi-egg::before { content: "\f313"; } +.bi-eject-fill::before { content: "\f314"; } +.bi-eject::before { content: "\f315"; } +.bi-emoji-angry-fill::before { content: "\f316"; } +.bi-emoji-angry::before { content: "\f317"; } +.bi-emoji-dizzy-fill::before { content: "\f318"; } +.bi-emoji-dizzy::before { content: "\f319"; } +.bi-emoji-expressionless-fill::before { content: "\f31a"; } +.bi-emoji-expressionless::before { content: "\f31b"; } +.bi-emoji-frown-fill::before { content: "\f31c"; } +.bi-emoji-frown::before { content: "\f31d"; } +.bi-emoji-heart-eyes-fill::before { content: "\f31e"; } +.bi-emoji-heart-eyes::before { content: "\f31f"; } +.bi-emoji-laughing-fill::before { content: "\f320"; } +.bi-emoji-laughing::before { content: "\f321"; } +.bi-emoji-neutral-fill::before { content: "\f322"; } +.bi-emoji-neutral::before { content: "\f323"; } +.bi-emoji-smile-fill::before { content: "\f324"; } +.bi-emoji-smile-upside-down-fill::before { content: "\f325"; } +.bi-emoji-smile-upside-down::before { content: "\f326"; } +.bi-emoji-smile::before { content: "\f327"; } +.bi-emoji-sunglasses-fill::before { content: "\f328"; } +.bi-emoji-sunglasses::before { content: "\f329"; } +.bi-emoji-wink-fill::before { content: "\f32a"; } +.bi-emoji-wink::before { content: "\f32b"; } +.bi-envelope-fill::before { content: "\f32c"; } +.bi-envelope-open-fill::before { content: "\f32d"; } +.bi-envelope-open::before { content: "\f32e"; } +.bi-envelope::before { content: "\f32f"; } +.bi-eraser-fill::before { content: "\f330"; } +.bi-eraser::before { content: "\f331"; } +.bi-exclamation-circle-fill::before { content: "\f332"; } +.bi-exclamation-circle::before { content: "\f333"; } +.bi-exclamation-diamond-fill::before { content: "\f334"; } +.bi-exclamation-diamond::before { content: "\f335"; } +.bi-exclamation-octagon-fill::before { content: "\f336"; } +.bi-exclamation-octagon::before { content: "\f337"; } +.bi-exclamation-square-fill::before { content: "\f338"; } +.bi-exclamation-square::before { content: "\f339"; } +.bi-exclamation-triangle-fill::before { content: "\f33a"; } +.bi-exclamation-triangle::before { content: "\f33b"; } +.bi-exclamation::before { content: "\f33c"; } +.bi-exclude::before { content: "\f33d"; } +.bi-eye-fill::before { content: "\f33e"; } +.bi-eye-slash-fill::before { content: "\f33f"; } +.bi-eye-slash::before { content: "\f340"; } +.bi-eye::before { content: "\f341"; } +.bi-eyedropper::before { content: "\f342"; } +.bi-eyeglasses::before { content: "\f343"; } +.bi-facebook::before { content: "\f344"; } +.bi-file-arrow-down-fill::before { content: "\f345"; } +.bi-file-arrow-down::before { content: "\f346"; } +.bi-file-arrow-up-fill::before { content: "\f347"; } +.bi-file-arrow-up::before { content: "\f348"; } +.bi-file-bar-graph-fill::before { content: "\f349"; } +.bi-file-bar-graph::before { content: "\f34a"; } +.bi-file-binary-fill::before { content: "\f34b"; } +.bi-file-binary::before { content: "\f34c"; } +.bi-file-break-fill::before { content: "\f34d"; } +.bi-file-break::before { content: "\f34e"; } +.bi-file-check-fill::before { content: "\f34f"; } +.bi-file-check::before { content: "\f350"; } +.bi-file-code-fill::before { content: "\f351"; } +.bi-file-code::before { content: "\f352"; } +.bi-file-diff-fill::before { content: "\f353"; } +.bi-file-diff::before { content: "\f354"; } +.bi-file-earmark-arrow-down-fill::before { content: "\f355"; } +.bi-file-earmark-arrow-down::before { content: "\f356"; } +.bi-file-earmark-arrow-up-fill::before { content: "\f357"; } +.bi-file-earmark-arrow-up::before { content: "\f358"; } +.bi-file-earmark-bar-graph-fill::before { content: "\f359"; } +.bi-file-earmark-bar-graph::before { content: "\f35a"; } +.bi-file-earmark-binary-fill::before { content: "\f35b"; } +.bi-file-earmark-binary::before { content: "\f35c"; } +.bi-file-earmark-break-fill::before { content: "\f35d"; } +.bi-file-earmark-break::before { content: "\f35e"; } +.bi-file-earmark-check-fill::before { content: "\f35f"; } +.bi-file-earmark-check::before { content: "\f360"; } +.bi-file-earmark-code-fill::before { content: "\f361"; } +.bi-file-earmark-code::before { content: "\f362"; } +.bi-file-earmark-diff-fill::before { content: "\f363"; } +.bi-file-earmark-diff::before { content: "\f364"; } +.bi-file-earmark-easel-fill::before { content: "\f365"; } +.bi-file-earmark-easel::before { content: "\f366"; } +.bi-file-earmark-excel-fill::before { content: "\f367"; } +.bi-file-earmark-excel::before { content: "\f368"; } +.bi-file-earmark-fill::before { content: "\f369"; } +.bi-file-earmark-font-fill::before { content: "\f36a"; } +.bi-file-earmark-font::before { content: "\f36b"; } +.bi-file-earmark-image-fill::before { content: "\f36c"; } +.bi-file-earmark-image::before { content: "\f36d"; } +.bi-file-earmark-lock-fill::before { content: "\f36e"; } +.bi-file-earmark-lock::before { content: "\f36f"; } +.bi-file-earmark-lock2-fill::before { content: "\f370"; } +.bi-file-earmark-lock2::before { content: "\f371"; } +.bi-file-earmark-medical-fill::before { content: "\f372"; } +.bi-file-earmark-medical::before { content: "\f373"; } +.bi-file-earmark-minus-fill::before { content: "\f374"; } +.bi-file-earmark-minus::before { content: "\f375"; } +.bi-file-earmark-music-fill::before { content: "\f376"; } +.bi-file-earmark-music::before { content: "\f377"; } +.bi-file-earmark-person-fill::before { content: "\f378"; } +.bi-file-earmark-person::before { content: "\f379"; } +.bi-file-earmark-play-fill::before { content: "\f37a"; } +.bi-file-earmark-play::before { content: "\f37b"; } +.bi-file-earmark-plus-fill::before { content: "\f37c"; } +.bi-file-earmark-plus::before { content: "\f37d"; } +.bi-file-earmark-post-fill::before { content: "\f37e"; } +.bi-file-earmark-post::before { content: "\f37f"; } +.bi-file-earmark-ppt-fill::before { content: "\f380"; } +.bi-file-earmark-ppt::before { content: "\f381"; } +.bi-file-earmark-richtext-fill::before { content: "\f382"; } +.bi-file-earmark-richtext::before { content: "\f383"; } +.bi-file-earmark-ruled-fill::before { content: "\f384"; } +.bi-file-earmark-ruled::before { content: "\f385"; } +.bi-file-earmark-slides-fill::before { content: "\f386"; } +.bi-file-earmark-slides::before { content: "\f387"; } +.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; } +.bi-file-earmark-spreadsheet::before { content: "\f389"; } +.bi-file-earmark-text-fill::before { content: "\f38a"; } +.bi-file-earmark-text::before { content: "\f38b"; } +.bi-file-earmark-word-fill::before { content: "\f38c"; } +.bi-file-earmark-word::before { content: "\f38d"; } +.bi-file-earmark-x-fill::before { content: "\f38e"; } +.bi-file-earmark-x::before { content: "\f38f"; } +.bi-file-earmark-zip-fill::before { content: "\f390"; } +.bi-file-earmark-zip::before { content: "\f391"; } +.bi-file-earmark::before { content: "\f392"; } +.bi-file-easel-fill::before { content: "\f393"; } +.bi-file-easel::before { content: "\f394"; } +.bi-file-excel-fill::before { content: "\f395"; } +.bi-file-excel::before { content: "\f396"; } +.bi-file-fill::before { content: "\f397"; } +.bi-file-font-fill::before { content: "\f398"; } +.bi-file-font::before { content: "\f399"; } +.bi-file-image-fill::before { content: "\f39a"; } +.bi-file-image::before { content: "\f39b"; } +.bi-file-lock-fill::before { content: "\f39c"; } +.bi-file-lock::before { content: "\f39d"; } +.bi-file-lock2-fill::before { content: "\f39e"; } +.bi-file-lock2::before { content: "\f39f"; } +.bi-file-medical-fill::before { content: "\f3a0"; } +.bi-file-medical::before { content: "\f3a1"; } +.bi-file-minus-fill::before { content: "\f3a2"; } +.bi-file-minus::before { content: "\f3a3"; } +.bi-file-music-fill::before { content: "\f3a4"; } +.bi-file-music::before { content: "\f3a5"; } +.bi-file-person-fill::before { content: "\f3a6"; } +.bi-file-person::before { content: "\f3a7"; } +.bi-file-play-fill::before { content: "\f3a8"; } +.bi-file-play::before { content: "\f3a9"; } +.bi-file-plus-fill::before { content: "\f3aa"; } +.bi-file-plus::before { content: "\f3ab"; } +.bi-file-post-fill::before { content: "\f3ac"; } +.bi-file-post::before { content: "\f3ad"; } +.bi-file-ppt-fill::before { content: "\f3ae"; } +.bi-file-ppt::before { content: "\f3af"; } +.bi-file-richtext-fill::before { content: "\f3b0"; } +.bi-file-richtext::before { content: "\f3b1"; } +.bi-file-ruled-fill::before { content: "\f3b2"; } +.bi-file-ruled::before { content: "\f3b3"; } +.bi-file-slides-fill::before { content: "\f3b4"; } +.bi-file-slides::before { content: "\f3b5"; } +.bi-file-spreadsheet-fill::before { content: "\f3b6"; } +.bi-file-spreadsheet::before { content: "\f3b7"; } +.bi-file-text-fill::before { content: "\f3b8"; } +.bi-file-text::before { content: "\f3b9"; } +.bi-file-word-fill::before { content: "\f3ba"; } +.bi-file-word::before { content: "\f3bb"; } +.bi-file-x-fill::before { content: "\f3bc"; } +.bi-file-x::before { content: "\f3bd"; } +.bi-file-zip-fill::before { content: "\f3be"; } +.bi-file-zip::before { content: "\f3bf"; } +.bi-file::before { content: "\f3c0"; } +.bi-files-alt::before { content: "\f3c1"; } +.bi-files::before { content: "\f3c2"; } +.bi-film::before { content: "\f3c3"; } +.bi-filter-circle-fill::before { content: "\f3c4"; } +.bi-filter-circle::before { content: "\f3c5"; } +.bi-filter-left::before { content: "\f3c6"; } +.bi-filter-right::before { content: "\f3c7"; } +.bi-filter-square-fill::before { content: "\f3c8"; } +.bi-filter-square::before { content: "\f3c9"; } +.bi-filter::before { content: "\f3ca"; } +.bi-flag-fill::before { content: "\f3cb"; } +.bi-flag::before { content: "\f3cc"; } +.bi-flower1::before { content: "\f3cd"; } +.bi-flower2::before { content: "\f3ce"; } +.bi-flower3::before { content: "\f3cf"; } +.bi-folder-check::before { content: "\f3d0"; } +.bi-folder-fill::before { content: "\f3d1"; } +.bi-folder-minus::before { content: "\f3d2"; } +.bi-folder-plus::before { content: "\f3d3"; } +.bi-folder-symlink-fill::before { content: "\f3d4"; } +.bi-folder-symlink::before { content: "\f3d5"; } +.bi-folder-x::before { content: "\f3d6"; } +.bi-folder::before { content: "\f3d7"; } +.bi-folder2-open::before { content: "\f3d8"; } +.bi-folder2::before { content: "\f3d9"; } +.bi-fonts::before { content: "\f3da"; } +.bi-forward-fill::before { content: "\f3db"; } +.bi-forward::before { content: "\f3dc"; } +.bi-front::before { content: "\f3dd"; } +.bi-fullscreen-exit::before { content: "\f3de"; } +.bi-fullscreen::before { content: "\f3df"; } +.bi-funnel-fill::before { content: "\f3e0"; } +.bi-funnel::before { content: "\f3e1"; } +.bi-gear-fill::before { content: "\f3e2"; } +.bi-gear-wide-connected::before { content: "\f3e3"; } +.bi-gear-wide::before { content: "\f3e4"; } +.bi-gear::before { content: "\f3e5"; } +.bi-gem::before { content: "\f3e6"; } +.bi-geo-alt-fill::before { content: "\f3e7"; } +.bi-geo-alt::before { content: "\f3e8"; } +.bi-geo-fill::before { content: "\f3e9"; } +.bi-geo::before { content: "\f3ea"; } +.bi-gift-fill::before { content: "\f3eb"; } +.bi-gift::before { content: "\f3ec"; } +.bi-github::before { content: "\f3ed"; } +.bi-globe::before { content: "\f3ee"; } +.bi-globe2::before { content: "\f3ef"; } +.bi-google::before { content: "\f3f0"; } +.bi-graph-down::before { content: "\f3f1"; } +.bi-graph-up::before { content: "\f3f2"; } +.bi-grid-1x2-fill::before { content: "\f3f3"; } +.bi-grid-1x2::before { content: "\f3f4"; } +.bi-grid-3x2-gap-fill::before { content: "\f3f5"; } +.bi-grid-3x2-gap::before { content: "\f3f6"; } +.bi-grid-3x2::before { content: "\f3f7"; } +.bi-grid-3x3-gap-fill::before { content: "\f3f8"; } +.bi-grid-3x3-gap::before { content: "\f3f9"; } +.bi-grid-3x3::before { content: "\f3fa"; } +.bi-grid-fill::before { content: "\f3fb"; } +.bi-grid::before { content: "\f3fc"; } +.bi-grip-horizontal::before { content: "\f3fd"; } +.bi-grip-vertical::before { content: "\f3fe"; } +.bi-hammer::before { content: "\f3ff"; } +.bi-hand-index-fill::before { content: "\f400"; } +.bi-hand-index-thumb-fill::before { content: "\f401"; } +.bi-hand-index-thumb::before { content: "\f402"; } +.bi-hand-index::before { content: "\f403"; } +.bi-hand-thumbs-down-fill::before { content: "\f404"; } +.bi-hand-thumbs-down::before { content: "\f405"; } +.bi-hand-thumbs-up-fill::before { content: "\f406"; } +.bi-hand-thumbs-up::before { content: "\f407"; } +.bi-handbag-fill::before { content: "\f408"; } +.bi-handbag::before { content: "\f409"; } +.bi-hash::before { content: "\f40a"; } +.bi-hdd-fill::before { content: "\f40b"; } +.bi-hdd-network-fill::before { content: "\f40c"; } +.bi-hdd-network::before { content: "\f40d"; } +.bi-hdd-rack-fill::before { content: "\f40e"; } +.bi-hdd-rack::before { content: "\f40f"; } +.bi-hdd-stack-fill::before { content: "\f410"; } +.bi-hdd-stack::before { content: "\f411"; } +.bi-hdd::before { content: "\f412"; } +.bi-headphones::before { content: "\f413"; } +.bi-headset::before { content: "\f414"; } +.bi-heart-fill::before { content: "\f415"; } +.bi-heart-half::before { content: "\f416"; } +.bi-heart::before { content: "\f417"; } +.bi-heptagon-fill::before { content: "\f418"; } +.bi-heptagon-half::before { content: "\f419"; } +.bi-heptagon::before { content: "\f41a"; } +.bi-hexagon-fill::before { content: "\f41b"; } +.bi-hexagon-half::before { content: "\f41c"; } +.bi-hexagon::before { content: "\f41d"; } +.bi-hourglass-bottom::before { content: "\f41e"; } +.bi-hourglass-split::before { content: "\f41f"; } +.bi-hourglass-top::before { content: "\f420"; } +.bi-hourglass::before { content: "\f421"; } +.bi-house-door-fill::before { content: "\f422"; } +.bi-house-door::before { content: "\f423"; } +.bi-house-fill::before { content: "\f424"; } +.bi-house::before { content: "\f425"; } +.bi-hr::before { content: "\f426"; } +.bi-hurricane::before { content: "\f427"; } +.bi-image-alt::before { content: "\f428"; } +.bi-image-fill::before { content: "\f429"; } +.bi-image::before { content: "\f42a"; } +.bi-images::before { content: "\f42b"; } +.bi-inbox-fill::before { content: "\f42c"; } +.bi-inbox::before { content: "\f42d"; } +.bi-inboxes-fill::before { content: "\f42e"; } +.bi-inboxes::before { content: "\f42f"; } +.bi-info-circle-fill::before { content: "\f430"; } +.bi-info-circle::before { content: "\f431"; } +.bi-info-square-fill::before { content: "\f432"; } +.bi-info-square::before { content: "\f433"; } +.bi-info::before { content: "\f434"; } +.bi-input-cursor-text::before { content: "\f435"; } +.bi-input-cursor::before { content: "\f436"; } +.bi-instagram::before { content: "\f437"; } +.bi-intersect::before { content: "\f438"; } +.bi-journal-album::before { content: "\f439"; } +.bi-journal-arrow-down::before { content: "\f43a"; } +.bi-journal-arrow-up::before { content: "\f43b"; } +.bi-journal-bookmark-fill::before { content: "\f43c"; } +.bi-journal-bookmark::before { content: "\f43d"; } +.bi-journal-check::before { content: "\f43e"; } +.bi-journal-code::before { content: "\f43f"; } +.bi-journal-medical::before { content: "\f440"; } +.bi-journal-minus::before { content: "\f441"; } +.bi-journal-plus::before { content: "\f442"; } +.bi-journal-richtext::before { content: "\f443"; } +.bi-journal-text::before { content: "\f444"; } +.bi-journal-x::before { content: "\f445"; } +.bi-journal::before { content: "\f446"; } +.bi-journals::before { content: "\f447"; } +.bi-joystick::before { content: "\f448"; } +.bi-justify-left::before { content: "\f449"; } +.bi-justify-right::before { content: "\f44a"; } +.bi-justify::before { content: "\f44b"; } +.bi-kanban-fill::before { content: "\f44c"; } +.bi-kanban::before { content: "\f44d"; } +.bi-key-fill::before { content: "\f44e"; } +.bi-key::before { content: "\f44f"; } +.bi-keyboard-fill::before { content: "\f450"; } +.bi-keyboard::before { content: "\f451"; } +.bi-ladder::before { content: "\f452"; } +.bi-lamp-fill::before { content: "\f453"; } +.bi-lamp::before { content: "\f454"; } +.bi-laptop-fill::before { content: "\f455"; } +.bi-laptop::before { content: "\f456"; } +.bi-layer-backward::before { content: "\f457"; } +.bi-layer-forward::before { content: "\f458"; } +.bi-layers-fill::before { content: "\f459"; } +.bi-layers-half::before { content: "\f45a"; } +.bi-layers::before { content: "\f45b"; } +.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; } +.bi-layout-sidebar-inset::before { content: "\f45d"; } +.bi-layout-sidebar-reverse::before { content: "\f45e"; } +.bi-layout-sidebar::before { content: "\f45f"; } +.bi-layout-split::before { content: "\f460"; } +.bi-layout-text-sidebar-reverse::before { content: "\f461"; } +.bi-layout-text-sidebar::before { content: "\f462"; } +.bi-layout-text-window-reverse::before { content: "\f463"; } +.bi-layout-text-window::before { content: "\f464"; } +.bi-layout-three-columns::before { content: "\f465"; } +.bi-layout-wtf::before { content: "\f466"; } +.bi-life-preserver::before { content: "\f467"; } +.bi-lightbulb-fill::before { content: "\f468"; } +.bi-lightbulb-off-fill::before { content: "\f469"; } +.bi-lightbulb-off::before { content: "\f46a"; } +.bi-lightbulb::before { content: "\f46b"; } +.bi-lightning-charge-fill::before { content: "\f46c"; } +.bi-lightning-charge::before { content: "\f46d"; } +.bi-lightning-fill::before { content: "\f46e"; } +.bi-lightning::before { content: "\f46f"; } +.bi-link-45deg::before { content: "\f470"; } +.bi-link::before { content: "\f471"; } +.bi-linkedin::before { content: "\f472"; } +.bi-list-check::before { content: "\f473"; } +.bi-list-nested::before { content: "\f474"; } +.bi-list-ol::before { content: "\f475"; } +.bi-list-stars::before { content: "\f476"; } +.bi-list-task::before { content: "\f477"; } +.bi-list-ul::before { content: "\f478"; } +.bi-list::before { content: "\f479"; } +.bi-lock-fill::before { content: "\f47a"; } +.bi-lock::before { content: "\f47b"; } +.bi-mailbox::before { content: "\f47c"; } +.bi-mailbox2::before { content: "\f47d"; } +.bi-map-fill::before { content: "\f47e"; } +.bi-map::before { content: "\f47f"; } +.bi-markdown-fill::before { content: "\f480"; } +.bi-markdown::before { content: "\f481"; } +.bi-mask::before { content: "\f482"; } +.bi-megaphone-fill::before { content: "\f483"; } +.bi-megaphone::before { content: "\f484"; } +.bi-menu-app-fill::before { content: "\f485"; } +.bi-menu-app::before { content: "\f486"; } +.bi-menu-button-fill::before { content: "\f487"; } +.bi-menu-button-wide-fill::before { content: "\f488"; } +.bi-menu-button-wide::before { content: "\f489"; } +.bi-menu-button::before { content: "\f48a"; } +.bi-menu-down::before { content: "\f48b"; } +.bi-menu-up::before { content: "\f48c"; } +.bi-mic-fill::before { content: "\f48d"; } +.bi-mic-mute-fill::before { content: "\f48e"; } +.bi-mic-mute::before { content: "\f48f"; } +.bi-mic::before { content: "\f490"; } +.bi-minecart-loaded::before { content: "\f491"; } +.bi-minecart::before { content: "\f492"; } +.bi-moisture::before { content: "\f493"; } +.bi-moon-fill::before { content: "\f494"; } +.bi-moon-stars-fill::before { content: "\f495"; } +.bi-moon-stars::before { content: "\f496"; } +.bi-moon::before { content: "\f497"; } +.bi-mouse-fill::before { content: "\f498"; } +.bi-mouse::before { content: "\f499"; } +.bi-mouse2-fill::before { content: "\f49a"; } +.bi-mouse2::before { content: "\f49b"; } +.bi-mouse3-fill::before { content: "\f49c"; } +.bi-mouse3::before { content: "\f49d"; } +.bi-music-note-beamed::before { content: "\f49e"; } +.bi-music-note-list::before { content: "\f49f"; } +.bi-music-note::before { content: "\f4a0"; } +.bi-music-player-fill::before { content: "\f4a1"; } +.bi-music-player::before { content: "\f4a2"; } +.bi-newspaper::before { content: "\f4a3"; } +.bi-node-minus-fill::before { content: "\f4a4"; } +.bi-node-minus::before { content: "\f4a5"; } +.bi-node-plus-fill::before { content: "\f4a6"; } +.bi-node-plus::before { content: "\f4a7"; } +.bi-nut-fill::before { content: "\f4a8"; } +.bi-nut::before { content: "\f4a9"; } +.bi-octagon-fill::before { content: "\f4aa"; } +.bi-octagon-half::before { content: "\f4ab"; } +.bi-octagon::before { content: "\f4ac"; } +.bi-option::before { content: "\f4ad"; } +.bi-outlet::before { content: "\f4ae"; } +.bi-paint-bucket::before { content: "\f4af"; } +.bi-palette-fill::before { content: "\f4b0"; } +.bi-palette::before { content: "\f4b1"; } +.bi-palette2::before { content: "\f4b2"; } +.bi-paperclip::before { content: "\f4b3"; } +.bi-paragraph::before { content: "\f4b4"; } +.bi-patch-check-fill::before { content: "\f4b5"; } +.bi-patch-check::before { content: "\f4b6"; } +.bi-patch-exclamation-fill::before { content: "\f4b7"; } +.bi-patch-exclamation::before { content: "\f4b8"; } +.bi-patch-minus-fill::before { content: "\f4b9"; } +.bi-patch-minus::before { content: "\f4ba"; } +.bi-patch-plus-fill::before { content: "\f4bb"; } +.bi-patch-plus::before { content: "\f4bc"; } +.bi-patch-question-fill::before { content: "\f4bd"; } +.bi-patch-question::before { content: "\f4be"; } +.bi-pause-btn-fill::before { content: "\f4bf"; } +.bi-pause-btn::before { content: "\f4c0"; } +.bi-pause-circle-fill::before { content: "\f4c1"; } +.bi-pause-circle::before { content: "\f4c2"; } +.bi-pause-fill::before { content: "\f4c3"; } +.bi-pause::before { content: "\f4c4"; } +.bi-peace-fill::before { content: "\f4c5"; } +.bi-peace::before { content: "\f4c6"; } +.bi-pen-fill::before { content: "\f4c7"; } +.bi-pen::before { content: "\f4c8"; } +.bi-pencil-fill::before { content: "\f4c9"; } +.bi-pencil-square::before { content: "\f4ca"; } +.bi-pencil::before { content: "\f4cb"; } +.bi-pentagon-fill::before { content: "\f4cc"; } +.bi-pentagon-half::before { content: "\f4cd"; } +.bi-pentagon::before { content: "\f4ce"; } +.bi-people-fill::before { content: "\f4cf"; } +.bi-people::before { content: "\f4d0"; } +.bi-percent::before { content: "\f4d1"; } +.bi-person-badge-fill::before { content: "\f4d2"; } +.bi-person-badge::before { content: "\f4d3"; } +.bi-person-bounding-box::before { content: "\f4d4"; } +.bi-person-check-fill::before { content: "\f4d5"; } +.bi-person-check::before { content: "\f4d6"; } +.bi-person-circle::before { content: "\f4d7"; } +.bi-person-dash-fill::before { content: "\f4d8"; } +.bi-person-dash::before { content: "\f4d9"; } +.bi-person-fill::before { content: "\f4da"; } +.bi-person-lines-fill::before { content: "\f4db"; } +.bi-person-plus-fill::before { content: "\f4dc"; } +.bi-person-plus::before { content: "\f4dd"; } +.bi-person-square::before { content: "\f4de"; } +.bi-person-x-fill::before { content: "\f4df"; } +.bi-person-x::before { content: "\f4e0"; } +.bi-person::before { content: "\f4e1"; } +.bi-phone-fill::before { content: "\f4e2"; } +.bi-phone-landscape-fill::before { content: "\f4e3"; } +.bi-phone-landscape::before { content: "\f4e4"; } +.bi-phone-vibrate-fill::before { content: "\f4e5"; } +.bi-phone-vibrate::before { content: "\f4e6"; } +.bi-phone::before { content: "\f4e7"; } +.bi-pie-chart-fill::before { content: "\f4e8"; } +.bi-pie-chart::before { content: "\f4e9"; } +.bi-pin-angle-fill::before { content: "\f4ea"; } +.bi-pin-angle::before { content: "\f4eb"; } +.bi-pin-fill::before { content: "\f4ec"; } +.bi-pin::before { content: "\f4ed"; } +.bi-pip-fill::before { content: "\f4ee"; } +.bi-pip::before { content: "\f4ef"; } +.bi-play-btn-fill::before { content: "\f4f0"; } +.bi-play-btn::before { content: "\f4f1"; } +.bi-play-circle-fill::before { content: "\f4f2"; } +.bi-play-circle::before { content: "\f4f3"; } +.bi-play-fill::before { content: "\f4f4"; } +.bi-play::before { content: "\f4f5"; } +.bi-plug-fill::before { content: "\f4f6"; } +.bi-plug::before { content: "\f4f7"; } +.bi-plus-circle-dotted::before { content: "\f4f8"; } +.bi-plus-circle-fill::before { content: "\f4f9"; } +.bi-plus-circle::before { content: "\f4fa"; } +.bi-plus-square-dotted::before { content: "\f4fb"; } +.bi-plus-square-fill::before { content: "\f4fc"; } +.bi-plus-square::before { content: "\f4fd"; } +.bi-plus::before { content: "\f4fe"; } +.bi-power::before { content: "\f4ff"; } +.bi-printer-fill::before { content: "\f500"; } +.bi-printer::before { content: "\f501"; } +.bi-puzzle-fill::before { content: "\f502"; } +.bi-puzzle::before { content: "\f503"; } +.bi-question-circle-fill::before { content: "\f504"; } +.bi-question-circle::before { content: "\f505"; } +.bi-question-diamond-fill::before { content: "\f506"; } +.bi-question-diamond::before { content: "\f507"; } +.bi-question-octagon-fill::before { content: "\f508"; } +.bi-question-octagon::before { content: "\f509"; } +.bi-question-square-fill::before { content: "\f50a"; } +.bi-question-square::before { content: "\f50b"; } +.bi-question::before { content: "\f50c"; } +.bi-rainbow::before { content: "\f50d"; } +.bi-receipt-cutoff::before { content: "\f50e"; } +.bi-receipt::before { content: "\f50f"; } +.bi-reception-0::before { content: "\f510"; } +.bi-reception-1::before { content: "\f511"; } +.bi-reception-2::before { content: "\f512"; } +.bi-reception-3::before { content: "\f513"; } +.bi-reception-4::before { content: "\f514"; } +.bi-record-btn-fill::before { content: "\f515"; } +.bi-record-btn::before { content: "\f516"; } +.bi-record-circle-fill::before { content: "\f517"; } +.bi-record-circle::before { content: "\f518"; } +.bi-record-fill::before { content: "\f519"; } +.bi-record::before { content: "\f51a"; } +.bi-record2-fill::before { content: "\f51b"; } +.bi-record2::before { content: "\f51c"; } +.bi-reply-all-fill::before { content: "\f51d"; } +.bi-reply-all::before { content: "\f51e"; } +.bi-reply-fill::before { content: "\f51f"; } +.bi-reply::before { content: "\f520"; } +.bi-rss-fill::before { content: "\f521"; } +.bi-rss::before { content: "\f522"; } +.bi-rulers::before { content: "\f523"; } +.bi-save-fill::before { content: "\f524"; } +.bi-save::before { content: "\f525"; } +.bi-save2-fill::before { content: "\f526"; } +.bi-save2::before { content: "\f527"; } +.bi-scissors::before { content: "\f528"; } +.bi-screwdriver::before { content: "\f529"; } +.bi-search::before { content: "\f52a"; } +.bi-segmented-nav::before { content: "\f52b"; } +.bi-server::before { content: "\f52c"; } +.bi-share-fill::before { content: "\f52d"; } +.bi-share::before { content: "\f52e"; } +.bi-shield-check::before { content: "\f52f"; } +.bi-shield-exclamation::before { content: "\f530"; } +.bi-shield-fill-check::before { content: "\f531"; } +.bi-shield-fill-exclamation::before { content: "\f532"; } +.bi-shield-fill-minus::before { content: "\f533"; } +.bi-shield-fill-plus::before { content: "\f534"; } +.bi-shield-fill-x::before { content: "\f535"; } +.bi-shield-fill::before { content: "\f536"; } +.bi-shield-lock-fill::before { content: "\f537"; } +.bi-shield-lock::before { content: "\f538"; } +.bi-shield-minus::before { content: "\f539"; } +.bi-shield-plus::before { content: "\f53a"; } +.bi-shield-shaded::before { content: "\f53b"; } +.bi-shield-slash-fill::before { content: "\f53c"; } +.bi-shield-slash::before { content: "\f53d"; } +.bi-shield-x::before { content: "\f53e"; } +.bi-shield::before { content: "\f53f"; } +.bi-shift-fill::before { content: "\f540"; } +.bi-shift::before { content: "\f541"; } +.bi-shop-window::before { content: "\f542"; } +.bi-shop::before { content: "\f543"; } +.bi-shuffle::before { content: "\f544"; } +.bi-signpost-2-fill::before { content: "\f545"; } +.bi-signpost-2::before { content: "\f546"; } +.bi-signpost-fill::before { content: "\f547"; } +.bi-signpost-split-fill::before { content: "\f548"; } +.bi-signpost-split::before { content: "\f549"; } +.bi-signpost::before { content: "\f54a"; } +.bi-sim-fill::before { content: "\f54b"; } +.bi-sim::before { content: "\f54c"; } +.bi-skip-backward-btn-fill::before { content: "\f54d"; } +.bi-skip-backward-btn::before { content: "\f54e"; } +.bi-skip-backward-circle-fill::before { content: "\f54f"; } +.bi-skip-backward-circle::before { content: "\f550"; } +.bi-skip-backward-fill::before { content: "\f551"; } +.bi-skip-backward::before { content: "\f552"; } +.bi-skip-end-btn-fill::before { content: "\f553"; } +.bi-skip-end-btn::before { content: "\f554"; } +.bi-skip-end-circle-fill::before { content: "\f555"; } +.bi-skip-end-circle::before { content: "\f556"; } +.bi-skip-end-fill::before { content: "\f557"; } +.bi-skip-end::before { content: "\f558"; } +.bi-skip-forward-btn-fill::before { content: "\f559"; } +.bi-skip-forward-btn::before { content: "\f55a"; } +.bi-skip-forward-circle-fill::before { content: "\f55b"; } +.bi-skip-forward-circle::before { content: "\f55c"; } +.bi-skip-forward-fill::before { content: "\f55d"; } +.bi-skip-forward::before { content: "\f55e"; } +.bi-skip-start-btn-fill::before { content: "\f55f"; } +.bi-skip-start-btn::before { content: "\f560"; } +.bi-skip-start-circle-fill::before { content: "\f561"; } +.bi-skip-start-circle::before { content: "\f562"; } +.bi-skip-start-fill::before { content: "\f563"; } +.bi-skip-start::before { content: "\f564"; } +.bi-slack::before { content: "\f565"; } +.bi-slash-circle-fill::before { content: "\f566"; } +.bi-slash-circle::before { content: "\f567"; } +.bi-slash-square-fill::before { content: "\f568"; } +.bi-slash-square::before { content: "\f569"; } +.bi-slash::before { content: "\f56a"; } +.bi-sliders::before { content: "\f56b"; } +.bi-smartwatch::before { content: "\f56c"; } +.bi-snow::before { content: "\f56d"; } +.bi-snow2::before { content: "\f56e"; } +.bi-snow3::before { content: "\f56f"; } +.bi-sort-alpha-down-alt::before { content: "\f570"; } +.bi-sort-alpha-down::before { content: "\f571"; } +.bi-sort-alpha-up-alt::before { content: "\f572"; } +.bi-sort-alpha-up::before { content: "\f573"; } +.bi-sort-down-alt::before { content: "\f574"; } +.bi-sort-down::before { content: "\f575"; } +.bi-sort-numeric-down-alt::before { content: "\f576"; } +.bi-sort-numeric-down::before { content: "\f577"; } +.bi-sort-numeric-up-alt::before { content: "\f578"; } +.bi-sort-numeric-up::before { content: "\f579"; } +.bi-sort-up-alt::before { content: "\f57a"; } +.bi-sort-up::before { content: "\f57b"; } +.bi-soundwave::before { content: "\f57c"; } +.bi-speaker-fill::before { content: "\f57d"; } +.bi-speaker::before { content: "\f57e"; } +.bi-speedometer::before { content: "\f57f"; } +.bi-speedometer2::before { content: "\f580"; } +.bi-spellcheck::before { content: "\f581"; } +.bi-square-fill::before { content: "\f582"; } +.bi-square-half::before { content: "\f583"; } +.bi-square::before { content: "\f584"; } +.bi-stack::before { content: "\f585"; } +.bi-star-fill::before { content: "\f586"; } +.bi-star-half::before { content: "\f587"; } +.bi-star::before { content: "\f588"; } +.bi-stars::before { content: "\f589"; } +.bi-stickies-fill::before { content: "\f58a"; } +.bi-stickies::before { content: "\f58b"; } +.bi-sticky-fill::before { content: "\f58c"; } +.bi-sticky::before { content: "\f58d"; } +.bi-stop-btn-fill::before { content: "\f58e"; } +.bi-stop-btn::before { content: "\f58f"; } +.bi-stop-circle-fill::before { content: "\f590"; } +.bi-stop-circle::before { content: "\f591"; } +.bi-stop-fill::before { content: "\f592"; } +.bi-stop::before { content: "\f593"; } +.bi-stoplights-fill::before { content: "\f594"; } +.bi-stoplights::before { content: "\f595"; } +.bi-stopwatch-fill::before { content: "\f596"; } +.bi-stopwatch::before { content: "\f597"; } +.bi-subtract::before { content: "\f598"; } +.bi-suit-club-fill::before { content: "\f599"; } +.bi-suit-club::before { content: "\f59a"; } +.bi-suit-diamond-fill::before { content: "\f59b"; } +.bi-suit-diamond::before { content: "\f59c"; } +.bi-suit-heart-fill::before { content: "\f59d"; } +.bi-suit-heart::before { content: "\f59e"; } +.bi-suit-spade-fill::before { content: "\f59f"; } +.bi-suit-spade::before { content: "\f5a0"; } +.bi-sun-fill::before { content: "\f5a1"; } +.bi-sun::before { content: "\f5a2"; } +.bi-sunglasses::before { content: "\f5a3"; } +.bi-sunrise-fill::before { content: "\f5a4"; } +.bi-sunrise::before { content: "\f5a5"; } +.bi-sunset-fill::before { content: "\f5a6"; } +.bi-sunset::before { content: "\f5a7"; } +.bi-symmetry-horizontal::before { content: "\f5a8"; } +.bi-symmetry-vertical::before { content: "\f5a9"; } +.bi-table::before { content: "\f5aa"; } +.bi-tablet-fill::before { content: "\f5ab"; } +.bi-tablet-landscape-fill::before { content: "\f5ac"; } +.bi-tablet-landscape::before { content: "\f5ad"; } +.bi-tablet::before { content: "\f5ae"; } +.bi-tag-fill::before { content: "\f5af"; } +.bi-tag::before { content: "\f5b0"; } +.bi-tags-fill::before { content: "\f5b1"; } +.bi-tags::before { content: "\f5b2"; } +.bi-telegram::before { content: "\f5b3"; } +.bi-telephone-fill::before { content: "\f5b4"; } +.bi-telephone-forward-fill::before { content: "\f5b5"; } +.bi-telephone-forward::before { content: "\f5b6"; } +.bi-telephone-inbound-fill::before { content: "\f5b7"; } +.bi-telephone-inbound::before { content: "\f5b8"; } +.bi-telephone-minus-fill::before { content: "\f5b9"; } +.bi-telephone-minus::before { content: "\f5ba"; } +.bi-telephone-outbound-fill::before { content: "\f5bb"; } +.bi-telephone-outbound::before { content: "\f5bc"; } +.bi-telephone-plus-fill::before { content: "\f5bd"; } +.bi-telephone-plus::before { content: "\f5be"; } +.bi-telephone-x-fill::before { content: "\f5bf"; } +.bi-telephone-x::before { content: "\f5c0"; } +.bi-telephone::before { content: "\f5c1"; } +.bi-terminal-fill::before { content: "\f5c2"; } +.bi-terminal::before { content: "\f5c3"; } +.bi-text-center::before { content: "\f5c4"; } +.bi-text-indent-left::before { content: "\f5c5"; } +.bi-text-indent-right::before { content: "\f5c6"; } +.bi-text-left::before { content: "\f5c7"; } +.bi-text-paragraph::before { content: "\f5c8"; } +.bi-text-right::before { content: "\f5c9"; } +.bi-textarea-resize::before { content: "\f5ca"; } +.bi-textarea-t::before { content: "\f5cb"; } +.bi-textarea::before { content: "\f5cc"; } +.bi-thermometer-half::before { content: "\f5cd"; } +.bi-thermometer-high::before { content: "\f5ce"; } +.bi-thermometer-low::before { content: "\f5cf"; } +.bi-thermometer-snow::before { content: "\f5d0"; } +.bi-thermometer-sun::before { content: "\f5d1"; } +.bi-thermometer::before { content: "\f5d2"; } +.bi-three-dots-vertical::before { content: "\f5d3"; } +.bi-three-dots::before { content: "\f5d4"; } +.bi-toggle-off::before { content: "\f5d5"; } +.bi-toggle-on::before { content: "\f5d6"; } +.bi-toggle2-off::before { content: "\f5d7"; } +.bi-toggle2-on::before { content: "\f5d8"; } +.bi-toggles::before { content: "\f5d9"; } +.bi-toggles2::before { content: "\f5da"; } +.bi-tools::before { content: "\f5db"; } +.bi-tornado::before { content: "\f5dc"; } +.bi-trash-fill::before { content: "\f5dd"; } +.bi-trash::before { content: "\f5de"; } +.bi-trash2-fill::before { content: "\f5df"; } +.bi-trash2::before { content: "\f5e0"; } +.bi-tree-fill::before { content: "\f5e1"; } +.bi-tree::before { content: "\f5e2"; } +.bi-triangle-fill::before { content: "\f5e3"; } +.bi-triangle-half::before { content: "\f5e4"; } +.bi-triangle::before { content: "\f5e5"; } +.bi-trophy-fill::before { content: "\f5e6"; } +.bi-trophy::before { content: "\f5e7"; } +.bi-tropical-storm::before { content: "\f5e8"; } +.bi-truck-flatbed::before { content: "\f5e9"; } +.bi-truck::before { content: "\f5ea"; } +.bi-tsunami::before { content: "\f5eb"; } +.bi-tv-fill::before { content: "\f5ec"; } +.bi-tv::before { content: "\f5ed"; } +.bi-twitch::before { content: "\f5ee"; } +.bi-twitter::before { content: "\f5ef"; } +.bi-type-bold::before { content: "\f5f0"; } +.bi-type-h1::before { content: "\f5f1"; } +.bi-type-h2::before { content: "\f5f2"; } +.bi-type-h3::before { content: "\f5f3"; } +.bi-type-italic::before { content: "\f5f4"; } +.bi-type-strikethrough::before { content: "\f5f5"; } +.bi-type-underline::before { content: "\f5f6"; } +.bi-type::before { content: "\f5f7"; } +.bi-ui-checks-grid::before { content: "\f5f8"; } +.bi-ui-checks::before { content: "\f5f9"; } +.bi-ui-radios-grid::before { content: "\f5fa"; } +.bi-ui-radios::before { content: "\f5fb"; } +.bi-umbrella-fill::before { content: "\f5fc"; } +.bi-umbrella::before { content: "\f5fd"; } +.bi-union::before { content: "\f5fe"; } +.bi-unlock-fill::before { content: "\f5ff"; } +.bi-unlock::before { content: "\f600"; } +.bi-upc-scan::before { content: "\f601"; } +.bi-upc::before { content: "\f602"; } +.bi-upload::before { content: "\f603"; } +.bi-vector-pen::before { content: "\f604"; } +.bi-view-list::before { content: "\f605"; } +.bi-view-stacked::before { content: "\f606"; } +.bi-vinyl-fill::before { content: "\f607"; } +.bi-vinyl::before { content: "\f608"; } +.bi-voicemail::before { content: "\f609"; } +.bi-volume-down-fill::before { content: "\f60a"; } +.bi-volume-down::before { content: "\f60b"; } +.bi-volume-mute-fill::before { content: "\f60c"; } +.bi-volume-mute::before { content: "\f60d"; } +.bi-volume-off-fill::before { content: "\f60e"; } +.bi-volume-off::before { content: "\f60f"; } +.bi-volume-up-fill::before { content: "\f610"; } +.bi-volume-up::before { content: "\f611"; } +.bi-vr::before { content: "\f612"; } +.bi-wallet-fill::before { content: "\f613"; } +.bi-wallet::before { content: "\f614"; } +.bi-wallet2::before { content: "\f615"; } +.bi-watch::before { content: "\f616"; } +.bi-water::before { content: "\f617"; } +.bi-whatsapp::before { content: "\f618"; } +.bi-wifi-1::before { content: "\f619"; } +.bi-wifi-2::before { content: "\f61a"; } +.bi-wifi-off::before { content: "\f61b"; } +.bi-wifi::before { content: "\f61c"; } +.bi-wind::before { content: "\f61d"; } +.bi-window-dock::before { content: "\f61e"; } +.bi-window-sidebar::before { content: "\f61f"; } +.bi-window::before { content: "\f620"; } +.bi-wrench::before { content: "\f621"; } +.bi-x-circle-fill::before { content: "\f622"; } +.bi-x-circle::before { content: "\f623"; } +.bi-x-diamond-fill::before { content: "\f624"; } +.bi-x-diamond::before { content: "\f625"; } +.bi-x-octagon-fill::before { content: "\f626"; } +.bi-x-octagon::before { content: "\f627"; } +.bi-x-square-fill::before { content: "\f628"; } +.bi-x-square::before { content: "\f629"; } +.bi-x::before { content: "\f62a"; } +.bi-youtube::before { content: "\f62b"; } +.bi-zoom-in::before { content: "\f62c"; } +.bi-zoom-out::before { content: "\f62d"; } +.bi-bank::before { content: "\f62e"; } +.bi-bank2::before { content: "\f62f"; } +.bi-bell-slash-fill::before { content: "\f630"; } +.bi-bell-slash::before { content: "\f631"; } +.bi-cash-coin::before { content: "\f632"; } +.bi-check-lg::before { content: "\f633"; } +.bi-coin::before { content: "\f634"; } +.bi-currency-bitcoin::before { content: "\f635"; } +.bi-currency-dollar::before { content: "\f636"; } +.bi-currency-euro::before { content: "\f637"; } +.bi-currency-exchange::before { content: "\f638"; } +.bi-currency-pound::before { content: "\f639"; } +.bi-currency-yen::before { content: "\f63a"; } +.bi-dash-lg::before { content: "\f63b"; } +.bi-exclamation-lg::before { content: "\f63c"; } +.bi-file-earmark-pdf-fill::before { content: "\f63d"; } +.bi-file-earmark-pdf::before { content: "\f63e"; } +.bi-file-pdf-fill::before { content: "\f63f"; } +.bi-file-pdf::before { content: "\f640"; } +.bi-gender-ambiguous::before { content: "\f641"; } +.bi-gender-female::before { content: "\f642"; } +.bi-gender-male::before { content: "\f643"; } +.bi-gender-trans::before { content: "\f644"; } +.bi-headset-vr::before { content: "\f645"; } +.bi-info-lg::before { content: "\f646"; } +.bi-mastodon::before { content: "\f647"; } +.bi-messenger::before { content: "\f648"; } +.bi-piggy-bank-fill::before { content: "\f649"; } +.bi-piggy-bank::before { content: "\f64a"; } +.bi-pin-map-fill::before { content: "\f64b"; } +.bi-pin-map::before { content: "\f64c"; } +.bi-plus-lg::before { content: "\f64d"; } +.bi-question-lg::before { content: "\f64e"; } +.bi-recycle::before { content: "\f64f"; } +.bi-reddit::before { content: "\f650"; } +.bi-safe-fill::before { content: "\f651"; } +.bi-safe2-fill::before { content: "\f652"; } +.bi-safe2::before { content: "\f653"; } +.bi-sd-card-fill::before { content: "\f654"; } +.bi-sd-card::before { content: "\f655"; } +.bi-skype::before { content: "\f656"; } +.bi-slash-lg::before { content: "\f657"; } +.bi-translate::before { content: "\f658"; } +.bi-x-lg::before { content: "\f659"; } +.bi-safe::before { content: "\f65a"; } +.bi-apple::before { content: "\f65b"; } +.bi-microsoft::before { content: "\f65d"; } +.bi-windows::before { content: "\f65e"; } +.bi-behance::before { content: "\f65c"; } +.bi-dribbble::before { content: "\f65f"; } +.bi-line::before { content: "\f660"; } +.bi-medium::before { content: "\f661"; } +.bi-paypal::before { content: "\f662"; } +.bi-pinterest::before { content: "\f663"; } +.bi-signal::before { content: "\f664"; } +.bi-snapchat::before { content: "\f665"; } +.bi-spotify::before { content: "\f666"; } +.bi-stack-overflow::before { content: "\f667"; } +.bi-strava::before { content: "\f668"; } +.bi-wordpress::before { content: "\f669"; } +.bi-vimeo::before { content: "\f66a"; } +.bi-activity::before { content: "\f66b"; } +.bi-easel2-fill::before { content: "\f66c"; } +.bi-easel2::before { content: "\f66d"; } +.bi-easel3-fill::before { content: "\f66e"; } +.bi-easel3::before { content: "\f66f"; } +.bi-fan::before { content: "\f670"; } +.bi-fingerprint::before { content: "\f671"; } +.bi-graph-down-arrow::before { content: "\f672"; } +.bi-graph-up-arrow::before { content: "\f673"; } +.bi-hypnotize::before { content: "\f674"; } +.bi-magic::before { content: "\f675"; } +.bi-person-rolodex::before { content: "\f676"; } +.bi-person-video::before { content: "\f677"; } +.bi-person-video2::before { content: "\f678"; } +.bi-person-video3::before { content: "\f679"; } +.bi-person-workspace::before { content: "\f67a"; } +.bi-radioactive::before { content: "\f67b"; } +.bi-webcam-fill::before { content: "\f67c"; } +.bi-webcam::before { content: "\f67d"; } +.bi-yin-yang::before { content: "\f67e"; } +.bi-bandaid-fill::before { content: "\f680"; } +.bi-bandaid::before { content: "\f681"; } +.bi-bluetooth::before { content: "\f682"; } +.bi-body-text::before { content: "\f683"; } +.bi-boombox::before { content: "\f684"; } +.bi-boxes::before { content: "\f685"; } +.bi-dpad-fill::before { content: "\f686"; } +.bi-dpad::before { content: "\f687"; } +.bi-ear-fill::before { content: "\f688"; } +.bi-ear::before { content: "\f689"; } +.bi-envelope-check-fill::before { content: "\f68b"; } +.bi-envelope-check::before { content: "\f68c"; } +.bi-envelope-dash-fill::before { content: "\f68e"; } +.bi-envelope-dash::before { content: "\f68f"; } +.bi-envelope-exclamation-fill::before { content: "\f691"; } +.bi-envelope-exclamation::before { content: "\f692"; } +.bi-envelope-plus-fill::before { content: "\f693"; } +.bi-envelope-plus::before { content: "\f694"; } +.bi-envelope-slash-fill::before { content: "\f696"; } +.bi-envelope-slash::before { content: "\f697"; } +.bi-envelope-x-fill::before { content: "\f699"; } +.bi-envelope-x::before { content: "\f69a"; } +.bi-explicit-fill::before { content: "\f69b"; } +.bi-explicit::before { content: "\f69c"; } +.bi-git::before { content: "\f69d"; } +.bi-infinity::before { content: "\f69e"; } +.bi-list-columns-reverse::before { content: "\f69f"; } +.bi-list-columns::before { content: "\f6a0"; } +.bi-meta::before { content: "\f6a1"; } +.bi-nintendo-switch::before { content: "\f6a4"; } +.bi-pc-display-horizontal::before { content: "\f6a5"; } +.bi-pc-display::before { content: "\f6a6"; } +.bi-pc-horizontal::before { content: "\f6a7"; } +.bi-pc::before { content: "\f6a8"; } +.bi-playstation::before { content: "\f6a9"; } +.bi-plus-slash-minus::before { content: "\f6aa"; } +.bi-projector-fill::before { content: "\f6ab"; } +.bi-projector::before { content: "\f6ac"; } +.bi-qr-code-scan::before { content: "\f6ad"; } +.bi-qr-code::before { content: "\f6ae"; } +.bi-quora::before { content: "\f6af"; } +.bi-quote::before { content: "\f6b0"; } +.bi-robot::before { content: "\f6b1"; } +.bi-send-check-fill::before { content: "\f6b2"; } +.bi-send-check::before { content: "\f6b3"; } +.bi-send-dash-fill::before { content: "\f6b4"; } +.bi-send-dash::before { content: "\f6b5"; } +.bi-send-exclamation-fill::before { content: "\f6b7"; } +.bi-send-exclamation::before { content: "\f6b8"; } +.bi-send-fill::before { content: "\f6b9"; } +.bi-send-plus-fill::before { content: "\f6ba"; } +.bi-send-plus::before { content: "\f6bb"; } +.bi-send-slash-fill::before { content: "\f6bc"; } +.bi-send-slash::before { content: "\f6bd"; } +.bi-send-x-fill::before { content: "\f6be"; } +.bi-send-x::before { content: "\f6bf"; } +.bi-send::before { content: "\f6c0"; } +.bi-steam::before { content: "\f6c1"; } +.bi-terminal-dash::before { content: "\f6c3"; } +.bi-terminal-plus::before { content: "\f6c4"; } +.bi-terminal-split::before { content: "\f6c5"; } +.bi-ticket-detailed-fill::before { content: "\f6c6"; } +.bi-ticket-detailed::before { content: "\f6c7"; } +.bi-ticket-fill::before { content: "\f6c8"; } +.bi-ticket-perforated-fill::before { content: "\f6c9"; } +.bi-ticket-perforated::before { content: "\f6ca"; } +.bi-ticket::before { content: "\f6cb"; } +.bi-tiktok::before { content: "\f6cc"; } +.bi-window-dash::before { content: "\f6cd"; } +.bi-window-desktop::before { content: "\f6ce"; } +.bi-window-fullscreen::before { content: "\f6cf"; } +.bi-window-plus::before { content: "\f6d0"; } +.bi-window-split::before { content: "\f6d1"; } +.bi-window-stack::before { content: "\f6d2"; } +.bi-window-x::before { content: "\f6d3"; } +.bi-xbox::before { content: "\f6d4"; } +.bi-ethernet::before { content: "\f6d5"; } +.bi-hdmi-fill::before { content: "\f6d6"; } +.bi-hdmi::before { content: "\f6d7"; } +.bi-usb-c-fill::before { content: "\f6d8"; } +.bi-usb-c::before { content: "\f6d9"; } +.bi-usb-fill::before { content: "\f6da"; } +.bi-usb-plug-fill::before { content: "\f6db"; } +.bi-usb-plug::before { content: "\f6dc"; } +.bi-usb-symbol::before { content: "\f6dd"; } +.bi-usb::before { content: "\f6de"; } +.bi-boombox-fill::before { content: "\f6df"; } +.bi-displayport::before { content: "\f6e1"; } +.bi-gpu-card::before { content: "\f6e2"; } +.bi-memory::before { content: "\f6e3"; } +.bi-modem-fill::before { content: "\f6e4"; } +.bi-modem::before { content: "\f6e5"; } +.bi-motherboard-fill::before { content: "\f6e6"; } +.bi-motherboard::before { content: "\f6e7"; } +.bi-optical-audio-fill::before { content: "\f6e8"; } +.bi-optical-audio::before { content: "\f6e9"; } +.bi-pci-card::before { content: "\f6ea"; } +.bi-router-fill::before { content: "\f6eb"; } +.bi-router::before { content: "\f6ec"; } +.bi-thunderbolt-fill::before { content: "\f6ef"; } +.bi-thunderbolt::before { content: "\f6f0"; } +.bi-usb-drive-fill::before { content: "\f6f1"; } +.bi-usb-drive::before { content: "\f6f2"; } +.bi-usb-micro-fill::before { content: "\f6f3"; } +.bi-usb-micro::before { content: "\f6f4"; } +.bi-usb-mini-fill::before { content: "\f6f5"; } +.bi-usb-mini::before { content: "\f6f6"; } +.bi-cloud-haze2::before { content: "\f6f7"; } +.bi-device-hdd-fill::before { content: "\f6f8"; } +.bi-device-hdd::before { content: "\f6f9"; } +.bi-device-ssd-fill::before { content: "\f6fa"; } +.bi-device-ssd::before { content: "\f6fb"; } +.bi-displayport-fill::before { content: "\f6fc"; } +.bi-mortarboard-fill::before { content: "\f6fd"; } +.bi-mortarboard::before { content: "\f6fe"; } +.bi-terminal-x::before { content: "\f6ff"; } +.bi-arrow-through-heart-fill::before { content: "\f700"; } +.bi-arrow-through-heart::before { content: "\f701"; } +.bi-badge-sd-fill::before { content: "\f702"; } +.bi-badge-sd::before { content: "\f703"; } +.bi-bag-heart-fill::before { content: "\f704"; } +.bi-bag-heart::before { content: "\f705"; } +.bi-balloon-fill::before { content: "\f706"; } +.bi-balloon-heart-fill::before { content: "\f707"; } +.bi-balloon-heart::before { content: "\f708"; } +.bi-balloon::before { content: "\f709"; } +.bi-box2-fill::before { content: "\f70a"; } +.bi-box2-heart-fill::before { content: "\f70b"; } +.bi-box2-heart::before { content: "\f70c"; } +.bi-box2::before { content: "\f70d"; } +.bi-braces-asterisk::before { content: "\f70e"; } +.bi-calendar-heart-fill::before { content: "\f70f"; } +.bi-calendar-heart::before { content: "\f710"; } +.bi-calendar2-heart-fill::before { content: "\f711"; } +.bi-calendar2-heart::before { content: "\f712"; } +.bi-chat-heart-fill::before { content: "\f713"; } +.bi-chat-heart::before { content: "\f714"; } +.bi-chat-left-heart-fill::before { content: "\f715"; } +.bi-chat-left-heart::before { content: "\f716"; } +.bi-chat-right-heart-fill::before { content: "\f717"; } +.bi-chat-right-heart::before { content: "\f718"; } +.bi-chat-square-heart-fill::before { content: "\f719"; } +.bi-chat-square-heart::before { content: "\f71a"; } +.bi-clipboard-check-fill::before { content: "\f71b"; } +.bi-clipboard-data-fill::before { content: "\f71c"; } +.bi-clipboard-fill::before { content: "\f71d"; } +.bi-clipboard-heart-fill::before { content: "\f71e"; } +.bi-clipboard-heart::before { content: "\f71f"; } +.bi-clipboard-minus-fill::before { content: "\f720"; } +.bi-clipboard-plus-fill::before { content: "\f721"; } +.bi-clipboard-pulse::before { content: "\f722"; } +.bi-clipboard-x-fill::before { content: "\f723"; } +.bi-clipboard2-check-fill::before { content: "\f724"; } +.bi-clipboard2-check::before { content: "\f725"; } +.bi-clipboard2-data-fill::before { content: "\f726"; } +.bi-clipboard2-data::before { content: "\f727"; } +.bi-clipboard2-fill::before { content: "\f728"; } +.bi-clipboard2-heart-fill::before { content: "\f729"; } +.bi-clipboard2-heart::before { content: "\f72a"; } +.bi-clipboard2-minus-fill::before { content: "\f72b"; } +.bi-clipboard2-minus::before { content: "\f72c"; } +.bi-clipboard2-plus-fill::before { content: "\f72d"; } +.bi-clipboard2-plus::before { content: "\f72e"; } +.bi-clipboard2-pulse-fill::before { content: "\f72f"; } +.bi-clipboard2-pulse::before { content: "\f730"; } +.bi-clipboard2-x-fill::before { content: "\f731"; } +.bi-clipboard2-x::before { content: "\f732"; } +.bi-clipboard2::before { content: "\f733"; } +.bi-emoji-kiss-fill::before { content: "\f734"; } +.bi-emoji-kiss::before { content: "\f735"; } +.bi-envelope-heart-fill::before { content: "\f736"; } +.bi-envelope-heart::before { content: "\f737"; } +.bi-envelope-open-heart-fill::before { content: "\f738"; } +.bi-envelope-open-heart::before { content: "\f739"; } +.bi-envelope-paper-fill::before { content: "\f73a"; } +.bi-envelope-paper-heart-fill::before { content: "\f73b"; } +.bi-envelope-paper-heart::before { content: "\f73c"; } +.bi-envelope-paper::before { content: "\f73d"; } +.bi-filetype-aac::before { content: "\f73e"; } +.bi-filetype-ai::before { content: "\f73f"; } +.bi-filetype-bmp::before { content: "\f740"; } +.bi-filetype-cs::before { content: "\f741"; } +.bi-filetype-css::before { content: "\f742"; } +.bi-filetype-csv::before { content: "\f743"; } +.bi-filetype-doc::before { content: "\f744"; } +.bi-filetype-docx::before { content: "\f745"; } +.bi-filetype-exe::before { content: "\f746"; } +.bi-filetype-gif::before { content: "\f747"; } +.bi-filetype-heic::before { content: "\f748"; } +.bi-filetype-html::before { content: "\f749"; } +.bi-filetype-java::before { content: "\f74a"; } +.bi-filetype-jpg::before { content: "\f74b"; } +.bi-filetype-js::before { content: "\f74c"; } +.bi-filetype-jsx::before { content: "\f74d"; } +.bi-filetype-key::before { content: "\f74e"; } +.bi-filetype-m4p::before { content: "\f74f"; } +.bi-filetype-md::before { content: "\f750"; } +.bi-filetype-mdx::before { content: "\f751"; } +.bi-filetype-mov::before { content: "\f752"; } +.bi-filetype-mp3::before { content: "\f753"; } +.bi-filetype-mp4::before { content: "\f754"; } +.bi-filetype-otf::before { content: "\f755"; } +.bi-filetype-pdf::before { content: "\f756"; } +.bi-filetype-php::before { content: "\f757"; } +.bi-filetype-png::before { content: "\f758"; } +.bi-filetype-ppt::before { content: "\f75a"; } +.bi-filetype-psd::before { content: "\f75b"; } +.bi-filetype-py::before { content: "\f75c"; } +.bi-filetype-raw::before { content: "\f75d"; } +.bi-filetype-rb::before { content: "\f75e"; } +.bi-filetype-sass::before { content: "\f75f"; } +.bi-filetype-scss::before { content: "\f760"; } +.bi-filetype-sh::before { content: "\f761"; } +.bi-filetype-svg::before { content: "\f762"; } +.bi-filetype-tiff::before { content: "\f763"; } +.bi-filetype-tsx::before { content: "\f764"; } +.bi-filetype-ttf::before { content: "\f765"; } +.bi-filetype-txt::before { content: "\f766"; } +.bi-filetype-wav::before { content: "\f767"; } +.bi-filetype-woff::before { content: "\f768"; } +.bi-filetype-xls::before { content: "\f76a"; } +.bi-filetype-xml::before { content: "\f76b"; } +.bi-filetype-yml::before { content: "\f76c"; } +.bi-heart-arrow::before { content: "\f76d"; } +.bi-heart-pulse-fill::before { content: "\f76e"; } +.bi-heart-pulse::before { content: "\f76f"; } +.bi-heartbreak-fill::before { content: "\f770"; } +.bi-heartbreak::before { content: "\f771"; } +.bi-hearts::before { content: "\f772"; } +.bi-hospital-fill::before { content: "\f773"; } +.bi-hospital::before { content: "\f774"; } +.bi-house-heart-fill::before { content: "\f775"; } +.bi-house-heart::before { content: "\f776"; } +.bi-incognito::before { content: "\f777"; } +.bi-magnet-fill::before { content: "\f778"; } +.bi-magnet::before { content: "\f779"; } +.bi-person-heart::before { content: "\f77a"; } +.bi-person-hearts::before { content: "\f77b"; } +.bi-phone-flip::before { content: "\f77c"; } +.bi-plugin::before { content: "\f77d"; } +.bi-postage-fill::before { content: "\f77e"; } +.bi-postage-heart-fill::before { content: "\f77f"; } +.bi-postage-heart::before { content: "\f780"; } +.bi-postage::before { content: "\f781"; } +.bi-postcard-fill::before { content: "\f782"; } +.bi-postcard-heart-fill::before { content: "\f783"; } +.bi-postcard-heart::before { content: "\f784"; } +.bi-postcard::before { content: "\f785"; } +.bi-search-heart-fill::before { content: "\f786"; } +.bi-search-heart::before { content: "\f787"; } +.bi-sliders2-vertical::before { content: "\f788"; } +.bi-sliders2::before { content: "\f789"; } +.bi-trash3-fill::before { content: "\f78a"; } +.bi-trash3::before { content: "\f78b"; } +.bi-valentine::before { content: "\f78c"; } +.bi-valentine2::before { content: "\f78d"; } +.bi-wrench-adjustable-circle-fill::before { content: "\f78e"; } +.bi-wrench-adjustable-circle::before { content: "\f78f"; } +.bi-wrench-adjustable::before { content: "\f790"; } +.bi-filetype-json::before { content: "\f791"; } +.bi-filetype-pptx::before { content: "\f792"; } +.bi-filetype-xlsx::before { content: "\f793"; } +.bi-1-circle-fill::before { content: "\f796"; } +.bi-1-circle::before { content: "\f797"; } +.bi-1-square-fill::before { content: "\f798"; } +.bi-1-square::before { content: "\f799"; } +.bi-2-circle-fill::before { content: "\f79c"; } +.bi-2-circle::before { content: "\f79d"; } +.bi-2-square-fill::before { content: "\f79e"; } +.bi-2-square::before { content: "\f79f"; } +.bi-3-circle-fill::before { content: "\f7a2"; } +.bi-3-circle::before { content: "\f7a3"; } +.bi-3-square-fill::before { content: "\f7a4"; } +.bi-3-square::before { content: "\f7a5"; } +.bi-4-circle-fill::before { content: "\f7a8"; } +.bi-4-circle::before { content: "\f7a9"; } +.bi-4-square-fill::before { content: "\f7aa"; } +.bi-4-square::before { content: "\f7ab"; } +.bi-5-circle-fill::before { content: "\f7ae"; } +.bi-5-circle::before { content: "\f7af"; } +.bi-5-square-fill::before { content: "\f7b0"; } +.bi-5-square::before { content: "\f7b1"; } +.bi-6-circle-fill::before { content: "\f7b4"; } +.bi-6-circle::before { content: "\f7b5"; } +.bi-6-square-fill::before { content: "\f7b6"; } +.bi-6-square::before { content: "\f7b7"; } +.bi-7-circle-fill::before { content: "\f7ba"; } +.bi-7-circle::before { content: "\f7bb"; } +.bi-7-square-fill::before { content: "\f7bc"; } +.bi-7-square::before { content: "\f7bd"; } +.bi-8-circle-fill::before { content: "\f7c0"; } +.bi-8-circle::before { content: "\f7c1"; } +.bi-8-square-fill::before { content: "\f7c2"; } +.bi-8-square::before { content: "\f7c3"; } +.bi-9-circle-fill::before { content: "\f7c6"; } +.bi-9-circle::before { content: "\f7c7"; } +.bi-9-square-fill::before { content: "\f7c8"; } +.bi-9-square::before { content: "\f7c9"; } +.bi-airplane-engines-fill::before { content: "\f7ca"; } +.bi-airplane-engines::before { content: "\f7cb"; } +.bi-airplane-fill::before { content: "\f7cc"; } +.bi-airplane::before { content: "\f7cd"; } +.bi-alexa::before { content: "\f7ce"; } +.bi-alipay::before { content: "\f7cf"; } +.bi-android::before { content: "\f7d0"; } +.bi-android2::before { content: "\f7d1"; } +.bi-box-fill::before { content: "\f7d2"; } +.bi-box-seam-fill::before { content: "\f7d3"; } +.bi-browser-chrome::before { content: "\f7d4"; } +.bi-browser-edge::before { content: "\f7d5"; } +.bi-browser-firefox::before { content: "\f7d6"; } +.bi-browser-safari::before { content: "\f7d7"; } +.bi-c-circle-fill::before { content: "\f7da"; } +.bi-c-circle::before { content: "\f7db"; } +.bi-c-square-fill::before { content: "\f7dc"; } +.bi-c-square::before { content: "\f7dd"; } +.bi-capsule-pill::before { content: "\f7de"; } +.bi-capsule::before { content: "\f7df"; } +.bi-car-front-fill::before { content: "\f7e0"; } +.bi-car-front::before { content: "\f7e1"; } +.bi-cassette-fill::before { content: "\f7e2"; } +.bi-cassette::before { content: "\f7e3"; } +.bi-cc-circle-fill::before { content: "\f7e6"; } +.bi-cc-circle::before { content: "\f7e7"; } +.bi-cc-square-fill::before { content: "\f7e8"; } +.bi-cc-square::before { content: "\f7e9"; } +.bi-cup-hot-fill::before { content: "\f7ea"; } +.bi-cup-hot::before { content: "\f7eb"; } +.bi-currency-rupee::before { content: "\f7ec"; } +.bi-dropbox::before { content: "\f7ed"; } +.bi-escape::before { content: "\f7ee"; } +.bi-fast-forward-btn-fill::before { content: "\f7ef"; } +.bi-fast-forward-btn::before { content: "\f7f0"; } +.bi-fast-forward-circle-fill::before { content: "\f7f1"; } +.bi-fast-forward-circle::before { content: "\f7f2"; } +.bi-fast-forward-fill::before { content: "\f7f3"; } +.bi-fast-forward::before { content: "\f7f4"; } +.bi-filetype-sql::before { content: "\f7f5"; } +.bi-fire::before { content: "\f7f6"; } +.bi-google-play::before { content: "\f7f7"; } +.bi-h-circle-fill::before { content: "\f7fa"; } +.bi-h-circle::before { content: "\f7fb"; } +.bi-h-square-fill::before { content: "\f7fc"; } +.bi-h-square::before { content: "\f7fd"; } +.bi-indent::before { content: "\f7fe"; } +.bi-lungs-fill::before { content: "\f7ff"; } +.bi-lungs::before { content: "\f800"; } +.bi-microsoft-teams::before { content: "\f801"; } +.bi-p-circle-fill::before { content: "\f804"; } +.bi-p-circle::before { content: "\f805"; } +.bi-p-square-fill::before { content: "\f806"; } +.bi-p-square::before { content: "\f807"; } +.bi-pass-fill::before { content: "\f808"; } +.bi-pass::before { content: "\f809"; } +.bi-prescription::before { content: "\f80a"; } +.bi-prescription2::before { content: "\f80b"; } +.bi-r-circle-fill::before { content: "\f80e"; } +.bi-r-circle::before { content: "\f80f"; } +.bi-r-square-fill::before { content: "\f810"; } +.bi-r-square::before { content: "\f811"; } +.bi-repeat-1::before { content: "\f812"; } +.bi-repeat::before { content: "\f813"; } +.bi-rewind-btn-fill::before { content: "\f814"; } +.bi-rewind-btn::before { content: "\f815"; } +.bi-rewind-circle-fill::before { content: "\f816"; } +.bi-rewind-circle::before { content: "\f817"; } +.bi-rewind-fill::before { content: "\f818"; } +.bi-rewind::before { content: "\f819"; } +.bi-train-freight-front-fill::before { content: "\f81a"; } +.bi-train-freight-front::before { content: "\f81b"; } +.bi-train-front-fill::before { content: "\f81c"; } +.bi-train-front::before { content: "\f81d"; } +.bi-train-lightrail-front-fill::before { content: "\f81e"; } +.bi-train-lightrail-front::before { content: "\f81f"; } +.bi-truck-front-fill::before { content: "\f820"; } +.bi-truck-front::before { content: "\f821"; } +.bi-ubuntu::before { content: "\f822"; } +.bi-unindent::before { content: "\f823"; } +.bi-unity::before { content: "\f824"; } +.bi-universal-access-circle::before { content: "\f825"; } +.bi-universal-access::before { content: "\f826"; } +.bi-virus::before { content: "\f827"; } +.bi-virus2::before { content: "\f828"; } +.bi-wechat::before { content: "\f829"; } +.bi-yelp::before { content: "\f82a"; } +.bi-sign-stop-fill::before { content: "\f82b"; } +.bi-sign-stop-lights-fill::before { content: "\f82c"; } +.bi-sign-stop-lights::before { content: "\f82d"; } +.bi-sign-stop::before { content: "\f82e"; } +.bi-sign-turn-left-fill::before { content: "\f82f"; } +.bi-sign-turn-left::before { content: "\f830"; } +.bi-sign-turn-right-fill::before { content: "\f831"; } +.bi-sign-turn-right::before { content: "\f832"; } +.bi-sign-turn-slight-left-fill::before { content: "\f833"; } +.bi-sign-turn-slight-left::before { content: "\f834"; } +.bi-sign-turn-slight-right-fill::before { content: "\f835"; } +.bi-sign-turn-slight-right::before { content: "\f836"; } +.bi-sign-yield-fill::before { content: "\f837"; } +.bi-sign-yield::before { content: "\f838"; } +.bi-ev-station-fill::before { content: "\f839"; } +.bi-ev-station::before { content: "\f83a"; } +.bi-fuel-pump-diesel-fill::before { content: "\f83b"; } +.bi-fuel-pump-diesel::before { content: "\f83c"; } +.bi-fuel-pump-fill::before { content: "\f83d"; } +.bi-fuel-pump::before { content: "\f83e"; } +.bi-0-circle-fill::before { content: "\f83f"; } +.bi-0-circle::before { content: "\f840"; } +.bi-0-square-fill::before { content: "\f841"; } +.bi-0-square::before { content: "\f842"; } +.bi-rocket-fill::before { content: "\f843"; } +.bi-rocket-takeoff-fill::before { content: "\f844"; } +.bi-rocket-takeoff::before { content: "\f845"; } +.bi-rocket::before { content: "\f846"; } +.bi-stripe::before { content: "\f847"; } +.bi-subscript::before { content: "\f848"; } +.bi-superscript::before { content: "\f849"; } +.bi-trello::before { content: "\f84a"; } +.bi-envelope-at-fill::before { content: "\f84b"; } +.bi-envelope-at::before { content: "\f84c"; } +.bi-regex::before { content: "\f84d"; } +.bi-text-wrap::before { content: "\f84e"; } +.bi-sign-dead-end-fill::before { content: "\f84f"; } +.bi-sign-dead-end::before { content: "\f850"; } +.bi-sign-do-not-enter-fill::before { content: "\f851"; } +.bi-sign-do-not-enter::before { content: "\f852"; } +.bi-sign-intersection-fill::before { content: "\f853"; } +.bi-sign-intersection-side-fill::before { content: "\f854"; } +.bi-sign-intersection-side::before { content: "\f855"; } +.bi-sign-intersection-t-fill::before { content: "\f856"; } +.bi-sign-intersection-t::before { content: "\f857"; } +.bi-sign-intersection-y-fill::before { content: "\f858"; } +.bi-sign-intersection-y::before { content: "\f859"; } +.bi-sign-intersection::before { content: "\f85a"; } +.bi-sign-merge-left-fill::before { content: "\f85b"; } +.bi-sign-merge-left::before { content: "\f85c"; } +.bi-sign-merge-right-fill::before { content: "\f85d"; } +.bi-sign-merge-right::before { content: "\f85e"; } +.bi-sign-no-left-turn-fill::before { content: "\f85f"; } +.bi-sign-no-left-turn::before { content: "\f860"; } +.bi-sign-no-parking-fill::before { content: "\f861"; } +.bi-sign-no-parking::before { content: "\f862"; } +.bi-sign-no-right-turn-fill::before { content: "\f863"; } +.bi-sign-no-right-turn::before { content: "\f864"; } +.bi-sign-railroad-fill::before { content: "\f865"; } +.bi-sign-railroad::before { content: "\f866"; } +.bi-building-add::before { content: "\f867"; } +.bi-building-check::before { content: "\f868"; } +.bi-building-dash::before { content: "\f869"; } +.bi-building-down::before { content: "\f86a"; } +.bi-building-exclamation::before { content: "\f86b"; } +.bi-building-fill-add::before { content: "\f86c"; } +.bi-building-fill-check::before { content: "\f86d"; } +.bi-building-fill-dash::before { content: "\f86e"; } +.bi-building-fill-down::before { content: "\f86f"; } +.bi-building-fill-exclamation::before { content: "\f870"; } +.bi-building-fill-gear::before { content: "\f871"; } +.bi-building-fill-lock::before { content: "\f872"; } +.bi-building-fill-slash::before { content: "\f873"; } +.bi-building-fill-up::before { content: "\f874"; } +.bi-building-fill-x::before { content: "\f875"; } +.bi-building-fill::before { content: "\f876"; } +.bi-building-gear::before { content: "\f877"; } +.bi-building-lock::before { content: "\f878"; } +.bi-building-slash::before { content: "\f879"; } +.bi-building-up::before { content: "\f87a"; } +.bi-building-x::before { content: "\f87b"; } +.bi-buildings-fill::before { content: "\f87c"; } +.bi-buildings::before { content: "\f87d"; } +.bi-bus-front-fill::before { content: "\f87e"; } +.bi-bus-front::before { content: "\f87f"; } +.bi-ev-front-fill::before { content: "\f880"; } +.bi-ev-front::before { content: "\f881"; } +.bi-globe-americas::before { content: "\f882"; } +.bi-globe-asia-australia::before { content: "\f883"; } +.bi-globe-central-south-asia::before { content: "\f884"; } +.bi-globe-europe-africa::before { content: "\f885"; } +.bi-house-add-fill::before { content: "\f886"; } +.bi-house-add::before { content: "\f887"; } +.bi-house-check-fill::before { content: "\f888"; } +.bi-house-check::before { content: "\f889"; } +.bi-house-dash-fill::before { content: "\f88a"; } +.bi-house-dash::before { content: "\f88b"; } +.bi-house-down-fill::before { content: "\f88c"; } +.bi-house-down::before { content: "\f88d"; } +.bi-house-exclamation-fill::before { content: "\f88e"; } +.bi-house-exclamation::before { content: "\f88f"; } +.bi-house-gear-fill::before { content: "\f890"; } +.bi-house-gear::before { content: "\f891"; } +.bi-house-lock-fill::before { content: "\f892"; } +.bi-house-lock::before { content: "\f893"; } +.bi-house-slash-fill::before { content: "\f894"; } +.bi-house-slash::before { content: "\f895"; } +.bi-house-up-fill::before { content: "\f896"; } +.bi-house-up::before { content: "\f897"; } +.bi-house-x-fill::before { content: "\f898"; } +.bi-house-x::before { content: "\f899"; } +.bi-person-add::before { content: "\f89a"; } +.bi-person-down::before { content: "\f89b"; } +.bi-person-exclamation::before { content: "\f89c"; } +.bi-person-fill-add::before { content: "\f89d"; } +.bi-person-fill-check::before { content: "\f89e"; } +.bi-person-fill-dash::before { content: "\f89f"; } +.bi-person-fill-down::before { content: "\f8a0"; } +.bi-person-fill-exclamation::before { content: "\f8a1"; } +.bi-person-fill-gear::before { content: "\f8a2"; } +.bi-person-fill-lock::before { content: "\f8a3"; } +.bi-person-fill-slash::before { content: "\f8a4"; } +.bi-person-fill-up::before { content: "\f8a5"; } +.bi-person-fill-x::before { content: "\f8a6"; } +.bi-person-gear::before { content: "\f8a7"; } +.bi-person-lock::before { content: "\f8a8"; } +.bi-person-slash::before { content: "\f8a9"; } +.bi-person-up::before { content: "\f8aa"; } +.bi-scooter::before { content: "\f8ab"; } +.bi-taxi-front-fill::before { content: "\f8ac"; } +.bi-taxi-front::before { content: "\f8ad"; } +.bi-amd::before { content: "\f8ae"; } +.bi-database-add::before { content: "\f8af"; } +.bi-database-check::before { content: "\f8b0"; } +.bi-database-dash::before { content: "\f8b1"; } +.bi-database-down::before { content: "\f8b2"; } +.bi-database-exclamation::before { content: "\f8b3"; } +.bi-database-fill-add::before { content: "\f8b4"; } +.bi-database-fill-check::before { content: "\f8b5"; } +.bi-database-fill-dash::before { content: "\f8b6"; } +.bi-database-fill-down::before { content: "\f8b7"; } +.bi-database-fill-exclamation::before { content: "\f8b8"; } +.bi-database-fill-gear::before { content: "\f8b9"; } +.bi-database-fill-lock::before { content: "\f8ba"; } +.bi-database-fill-slash::before { content: "\f8bb"; } +.bi-database-fill-up::before { content: "\f8bc"; } +.bi-database-fill-x::before { content: "\f8bd"; } +.bi-database-fill::before { content: "\f8be"; } +.bi-database-gear::before { content: "\f8bf"; } +.bi-database-lock::before { content: "\f8c0"; } +.bi-database-slash::before { content: "\f8c1"; } +.bi-database-up::before { content: "\f8c2"; } +.bi-database-x::before { content: "\f8c3"; } +.bi-database::before { content: "\f8c4"; } +.bi-houses-fill::before { content: "\f8c5"; } +.bi-houses::before { content: "\f8c6"; } +.bi-nvidia::before { content: "\f8c7"; } +.bi-person-vcard-fill::before { content: "\f8c8"; } +.bi-person-vcard::before { content: "\f8c9"; } +.bi-sina-weibo::before { content: "\f8ca"; } +.bi-tencent-qq::before { content: "\f8cb"; } +.bi-wikipedia::before { content: "\f8cc"; } +.bi-alphabet-uppercase::before { content: "\f2a5"; } +.bi-alphabet::before { content: "\f68a"; } +.bi-amazon::before { content: "\f68d"; } +.bi-arrows-collapse-vertical::before { content: "\f690"; } +.bi-arrows-expand-vertical::before { content: "\f695"; } +.bi-arrows-vertical::before { content: "\f698"; } +.bi-arrows::before { content: "\f6a2"; } +.bi-ban-fill::before { content: "\f6a3"; } +.bi-ban::before { content: "\f6b6"; } +.bi-bing::before { content: "\f6c2"; } +.bi-cake::before { content: "\f6e0"; } +.bi-cake2::before { content: "\f6ed"; } +.bi-cookie::before { content: "\f6ee"; } +.bi-copy::before { content: "\f759"; } +.bi-crosshair::before { content: "\f769"; } +.bi-crosshair2::before { content: "\f794"; } +.bi-emoji-astonished-fill::before { content: "\f795"; } +.bi-emoji-astonished::before { content: "\f79a"; } +.bi-emoji-grimace-fill::before { content: "\f79b"; } +.bi-emoji-grimace::before { content: "\f7a0"; } +.bi-emoji-grin-fill::before { content: "\f7a1"; } +.bi-emoji-grin::before { content: "\f7a6"; } +.bi-emoji-surprise-fill::before { content: "\f7a7"; } +.bi-emoji-surprise::before { content: "\f7ac"; } +.bi-emoji-tear-fill::before { content: "\f7ad"; } +.bi-emoji-tear::before { content: "\f7b2"; } +.bi-envelope-arrow-down-fill::before { content: "\f7b3"; } +.bi-envelope-arrow-down::before { content: "\f7b8"; } +.bi-envelope-arrow-up-fill::before { content: "\f7b9"; } +.bi-envelope-arrow-up::before { content: "\f7be"; } +.bi-feather::before { content: "\f7bf"; } +.bi-feather2::before { content: "\f7c4"; } +.bi-floppy-fill::before { content: "\f7c5"; } +.bi-floppy::before { content: "\f7d8"; } +.bi-floppy2-fill::before { content: "\f7d9"; } +.bi-floppy2::before { content: "\f7e4"; } +.bi-gitlab::before { content: "\f7e5"; } +.bi-highlighter::before { content: "\f7f8"; } +.bi-marker-tip::before { content: "\f802"; } +.bi-nvme-fill::before { content: "\f803"; } +.bi-nvme::before { content: "\f80c"; } +.bi-opencollective::before { content: "\f80d"; } +.bi-pci-card-network::before { content: "\f8cd"; } +.bi-pci-card-sound::before { content: "\f8ce"; } +.bi-radar::before { content: "\f8cf"; } +.bi-send-arrow-down-fill::before { content: "\f8d0"; } +.bi-send-arrow-down::before { content: "\f8d1"; } +.bi-send-arrow-up-fill::before { content: "\f8d2"; } +.bi-send-arrow-up::before { content: "\f8d3"; } +.bi-sim-slash-fill::before { content: "\f8d4"; } +.bi-sim-slash::before { content: "\f8d5"; } +.bi-sourceforge::before { content: "\f8d6"; } +.bi-substack::before { content: "\f8d7"; } +.bi-threads-fill::before { content: "\f8d8"; } +.bi-threads::before { content: "\f8d9"; } +.bi-transparency::before { content: "\f8da"; } +.bi-twitter-x::before { content: "\f8db"; } +.bi-type-h4::before { content: "\f8dc"; } +.bi-type-h5::before { content: "\f8dd"; } +.bi-type-h6::before { content: "\f8de"; } +.bi-backpack-fill::before { content: "\f8df"; } +.bi-backpack::before { content: "\f8e0"; } +.bi-backpack2-fill::before { content: "\f8e1"; } +.bi-backpack2::before { content: "\f8e2"; } +.bi-backpack3-fill::before { content: "\f8e3"; } +.bi-backpack3::before { content: "\f8e4"; } +.bi-backpack4-fill::before { content: "\f8e5"; } +.bi-backpack4::before { content: "\f8e6"; } +.bi-brilliance::before { content: "\f8e7"; } +.bi-cake-fill::before { content: "\f8e8"; } +.bi-cake2-fill::before { content: "\f8e9"; } +.bi-duffle-fill::before { content: "\f8ea"; } +.bi-duffle::before { content: "\f8eb"; } +.bi-exposure::before { content: "\f8ec"; } +.bi-gender-neuter::before { content: "\f8ed"; } +.bi-highlights::before { content: "\f8ee"; } +.bi-luggage-fill::before { content: "\f8ef"; } +.bi-luggage::before { content: "\f8f0"; } +.bi-mailbox-flag::before { content: "\f8f1"; } +.bi-mailbox2-flag::before { content: "\f8f2"; } +.bi-noise-reduction::before { content: "\f8f3"; } +.bi-passport-fill::before { content: "\f8f4"; } +.bi-passport::before { content: "\f8f5"; } +.bi-person-arms-up::before { content: "\f8f6"; } +.bi-person-raised-hand::before { content: "\f8f7"; } +.bi-person-standing-dress::before { content: "\f8f8"; } +.bi-person-standing::before { content: "\f8f9"; } +.bi-person-walking::before { content: "\f8fa"; } +.bi-person-wheelchair::before { content: "\f8fb"; } +.bi-shadows::before { content: "\f8fc"; } +.bi-suitcase-fill::before { content: "\f8fd"; } +.bi-suitcase-lg-fill::before { content: "\f8fe"; } +.bi-suitcase-lg::before { content: "\f8ff"; } +.bi-suitcase::before { content: "\f900"; } +.bi-suitcase2-fill::before { content: "\f901"; } +.bi-suitcase2::before { content: "\f902"; } +.bi-vignette::before { content: "\f903"; } diff --git a/lib/bootstrap-icons-1.11.3/font/bootstrap-icons.json b/lib/bootstrap-icons-1.11.3/font/bootstrap-icons.json new file mode 100644 index 0000000..56247e5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/font/bootstrap-icons.json @@ -0,0 +1,2052 @@ +{ + "123": 63103, + "alarm-fill": 61697, + "alarm": 61698, + "align-bottom": 61699, + "align-center": 61700, + "align-end": 61701, + "align-middle": 61702, + "align-start": 61703, + "align-top": 61704, + "alt": 61705, + "app-indicator": 61706, + "app": 61707, + "archive-fill": 61708, + "archive": 61709, + "arrow-90deg-down": 61710, + "arrow-90deg-left": 61711, + "arrow-90deg-right": 61712, + "arrow-90deg-up": 61713, + "arrow-bar-down": 61714, + "arrow-bar-left": 61715, + "arrow-bar-right": 61716, + "arrow-bar-up": 61717, + "arrow-clockwise": 61718, + "arrow-counterclockwise": 61719, + "arrow-down-circle-fill": 61720, + "arrow-down-circle": 61721, + "arrow-down-left-circle-fill": 61722, + "arrow-down-left-circle": 61723, + "arrow-down-left-square-fill": 61724, + "arrow-down-left-square": 61725, + "arrow-down-left": 61726, + "arrow-down-right-circle-fill": 61727, + "arrow-down-right-circle": 61728, + "arrow-down-right-square-fill": 61729, + "arrow-down-right-square": 61730, + "arrow-down-right": 61731, + "arrow-down-short": 61732, + "arrow-down-square-fill": 61733, + "arrow-down-square": 61734, + "arrow-down-up": 61735, + "arrow-down": 61736, + "arrow-left-circle-fill": 61737, + "arrow-left-circle": 61738, + "arrow-left-right": 61739, + "arrow-left-short": 61740, + "arrow-left-square-fill": 61741, + "arrow-left-square": 61742, + "arrow-left": 61743, + "arrow-repeat": 61744, + "arrow-return-left": 61745, + "arrow-return-right": 61746, + "arrow-right-circle-fill": 61747, + "arrow-right-circle": 61748, + "arrow-right-short": 61749, + "arrow-right-square-fill": 61750, + "arrow-right-square": 61751, + "arrow-right": 61752, + "arrow-up-circle-fill": 61753, + "arrow-up-circle": 61754, + "arrow-up-left-circle-fill": 61755, + "arrow-up-left-circle": 61756, + "arrow-up-left-square-fill": 61757, + "arrow-up-left-square": 61758, + "arrow-up-left": 61759, + "arrow-up-right-circle-fill": 61760, + "arrow-up-right-circle": 61761, + "arrow-up-right-square-fill": 61762, + "arrow-up-right-square": 61763, + "arrow-up-right": 61764, + "arrow-up-short": 61765, + "arrow-up-square-fill": 61766, + "arrow-up-square": 61767, + "arrow-up": 61768, + "arrows-angle-contract": 61769, + "arrows-angle-expand": 61770, + "arrows-collapse": 61771, + "arrows-expand": 61772, + "arrows-fullscreen": 61773, + "arrows-move": 61774, + "aspect-ratio-fill": 61775, + "aspect-ratio": 61776, + "asterisk": 61777, + "at": 61778, + "award-fill": 61779, + "award": 61780, + "back": 61781, + "backspace-fill": 61782, + "backspace-reverse-fill": 61783, + "backspace-reverse": 61784, + "backspace": 61785, + "badge-3d-fill": 61786, + "badge-3d": 61787, + "badge-4k-fill": 61788, + "badge-4k": 61789, + "badge-8k-fill": 61790, + "badge-8k": 61791, + "badge-ad-fill": 61792, + "badge-ad": 61793, + "badge-ar-fill": 61794, + "badge-ar": 61795, + "badge-cc-fill": 61796, + "badge-cc": 61797, + "badge-hd-fill": 61798, + "badge-hd": 61799, + "badge-tm-fill": 61800, + "badge-tm": 61801, + "badge-vo-fill": 61802, + "badge-vo": 61803, + "badge-vr-fill": 61804, + "badge-vr": 61805, + "badge-wc-fill": 61806, + "badge-wc": 61807, + "bag-check-fill": 61808, + "bag-check": 61809, + "bag-dash-fill": 61810, + "bag-dash": 61811, + "bag-fill": 61812, + "bag-plus-fill": 61813, + "bag-plus": 61814, + "bag-x-fill": 61815, + "bag-x": 61816, + "bag": 61817, + "bar-chart-fill": 61818, + "bar-chart-line-fill": 61819, + "bar-chart-line": 61820, + "bar-chart-steps": 61821, + "bar-chart": 61822, + "basket-fill": 61823, + "basket": 61824, + "basket2-fill": 61825, + "basket2": 61826, + "basket3-fill": 61827, + "basket3": 61828, + "battery-charging": 61829, + "battery-full": 61830, + "battery-half": 61831, + "battery": 61832, + "bell-fill": 61833, + "bell": 61834, + "bezier": 61835, + "bezier2": 61836, + "bicycle": 61837, + "binoculars-fill": 61838, + "binoculars": 61839, + "blockquote-left": 61840, + "blockquote-right": 61841, + "book-fill": 61842, + "book-half": 61843, + "book": 61844, + "bookmark-check-fill": 61845, + "bookmark-check": 61846, + "bookmark-dash-fill": 61847, + "bookmark-dash": 61848, + "bookmark-fill": 61849, + "bookmark-heart-fill": 61850, + "bookmark-heart": 61851, + "bookmark-plus-fill": 61852, + "bookmark-plus": 61853, + "bookmark-star-fill": 61854, + "bookmark-star": 61855, + "bookmark-x-fill": 61856, + "bookmark-x": 61857, + "bookmark": 61858, + "bookmarks-fill": 61859, + "bookmarks": 61860, + "bookshelf": 61861, + "bootstrap-fill": 61862, + "bootstrap-reboot": 61863, + "bootstrap": 61864, + "border-all": 61865, + "border-bottom": 61866, + "border-center": 61867, + "border-inner": 61868, + "border-left": 61869, + "border-middle": 61870, + "border-outer": 61871, + "border-right": 61872, + "border-style": 61873, + "border-top": 61874, + "border-width": 61875, + "border": 61876, + "bounding-box-circles": 61877, + "bounding-box": 61878, + "box-arrow-down-left": 61879, + "box-arrow-down-right": 61880, + "box-arrow-down": 61881, + "box-arrow-in-down-left": 61882, + "box-arrow-in-down-right": 61883, + "box-arrow-in-down": 61884, + "box-arrow-in-left": 61885, + "box-arrow-in-right": 61886, + "box-arrow-in-up-left": 61887, + "box-arrow-in-up-right": 61888, + "box-arrow-in-up": 61889, + "box-arrow-left": 61890, + "box-arrow-right": 61891, + "box-arrow-up-left": 61892, + "box-arrow-up-right": 61893, + "box-arrow-up": 61894, + "box-seam": 61895, + "box": 61896, + "braces": 61897, + "bricks": 61898, + "briefcase-fill": 61899, + "briefcase": 61900, + "brightness-alt-high-fill": 61901, + "brightness-alt-high": 61902, + "brightness-alt-low-fill": 61903, + "brightness-alt-low": 61904, + "brightness-high-fill": 61905, + "brightness-high": 61906, + "brightness-low-fill": 61907, + "brightness-low": 61908, + "broadcast-pin": 61909, + "broadcast": 61910, + "brush-fill": 61911, + "brush": 61912, + "bucket-fill": 61913, + "bucket": 61914, + "bug-fill": 61915, + "bug": 61916, + "building": 61917, + "bullseye": 61918, + "calculator-fill": 61919, + "calculator": 61920, + "calendar-check-fill": 61921, + "calendar-check": 61922, + "calendar-date-fill": 61923, + "calendar-date": 61924, + "calendar-day-fill": 61925, + "calendar-day": 61926, + "calendar-event-fill": 61927, + "calendar-event": 61928, + "calendar-fill": 61929, + "calendar-minus-fill": 61930, + "calendar-minus": 61931, + "calendar-month-fill": 61932, + "calendar-month": 61933, + "calendar-plus-fill": 61934, + "calendar-plus": 61935, + "calendar-range-fill": 61936, + "calendar-range": 61937, + "calendar-week-fill": 61938, + "calendar-week": 61939, + "calendar-x-fill": 61940, + "calendar-x": 61941, + "calendar": 61942, + "calendar2-check-fill": 61943, + "calendar2-check": 61944, + "calendar2-date-fill": 61945, + "calendar2-date": 61946, + "calendar2-day-fill": 61947, + "calendar2-day": 61948, + "calendar2-event-fill": 61949, + "calendar2-event": 61950, + "calendar2-fill": 61951, + "calendar2-minus-fill": 61952, + "calendar2-minus": 61953, + "calendar2-month-fill": 61954, + "calendar2-month": 61955, + "calendar2-plus-fill": 61956, + "calendar2-plus": 61957, + "calendar2-range-fill": 61958, + "calendar2-range": 61959, + "calendar2-week-fill": 61960, + "calendar2-week": 61961, + "calendar2-x-fill": 61962, + "calendar2-x": 61963, + "calendar2": 61964, + "calendar3-event-fill": 61965, + "calendar3-event": 61966, + "calendar3-fill": 61967, + "calendar3-range-fill": 61968, + "calendar3-range": 61969, + "calendar3-week-fill": 61970, + "calendar3-week": 61971, + "calendar3": 61972, + "calendar4-event": 61973, + "calendar4-range": 61974, + "calendar4-week": 61975, + "calendar4": 61976, + "camera-fill": 61977, + "camera-reels-fill": 61978, + "camera-reels": 61979, + "camera-video-fill": 61980, + "camera-video-off-fill": 61981, + "camera-video-off": 61982, + "camera-video": 61983, + "camera": 61984, + "camera2": 61985, + "capslock-fill": 61986, + "capslock": 61987, + "card-checklist": 61988, + "card-heading": 61989, + "card-image": 61990, + "card-list": 61991, + "card-text": 61992, + "caret-down-fill": 61993, + "caret-down-square-fill": 61994, + "caret-down-square": 61995, + "caret-down": 61996, + "caret-left-fill": 61997, + "caret-left-square-fill": 61998, + "caret-left-square": 61999, + "caret-left": 62000, + "caret-right-fill": 62001, + "caret-right-square-fill": 62002, + "caret-right-square": 62003, + "caret-right": 62004, + "caret-up-fill": 62005, + "caret-up-square-fill": 62006, + "caret-up-square": 62007, + "caret-up": 62008, + "cart-check-fill": 62009, + "cart-check": 62010, + "cart-dash-fill": 62011, + "cart-dash": 62012, + "cart-fill": 62013, + "cart-plus-fill": 62014, + "cart-plus": 62015, + "cart-x-fill": 62016, + "cart-x": 62017, + "cart": 62018, + "cart2": 62019, + "cart3": 62020, + "cart4": 62021, + "cash-stack": 62022, + "cash": 62023, + "cast": 62024, + "chat-dots-fill": 62025, + "chat-dots": 62026, + "chat-fill": 62027, + "chat-left-dots-fill": 62028, + "chat-left-dots": 62029, + "chat-left-fill": 62030, + "chat-left-quote-fill": 62031, + "chat-left-quote": 62032, + "chat-left-text-fill": 62033, + "chat-left-text": 62034, + "chat-left": 62035, + "chat-quote-fill": 62036, + "chat-quote": 62037, + "chat-right-dots-fill": 62038, + "chat-right-dots": 62039, + "chat-right-fill": 62040, + "chat-right-quote-fill": 62041, + "chat-right-quote": 62042, + "chat-right-text-fill": 62043, + "chat-right-text": 62044, + "chat-right": 62045, + "chat-square-dots-fill": 62046, + "chat-square-dots": 62047, + "chat-square-fill": 62048, + "chat-square-quote-fill": 62049, + "chat-square-quote": 62050, + "chat-square-text-fill": 62051, + "chat-square-text": 62052, + "chat-square": 62053, + "chat-text-fill": 62054, + "chat-text": 62055, + "chat": 62056, + "check-all": 62057, + "check-circle-fill": 62058, + "check-circle": 62059, + "check-square-fill": 62060, + "check-square": 62061, + "check": 62062, + "check2-all": 62063, + "check2-circle": 62064, + "check2-square": 62065, + "check2": 62066, + "chevron-bar-contract": 62067, + "chevron-bar-down": 62068, + "chevron-bar-expand": 62069, + "chevron-bar-left": 62070, + "chevron-bar-right": 62071, + "chevron-bar-up": 62072, + "chevron-compact-down": 62073, + "chevron-compact-left": 62074, + "chevron-compact-right": 62075, + "chevron-compact-up": 62076, + "chevron-contract": 62077, + "chevron-double-down": 62078, + "chevron-double-left": 62079, + "chevron-double-right": 62080, + "chevron-double-up": 62081, + "chevron-down": 62082, + "chevron-expand": 62083, + "chevron-left": 62084, + "chevron-right": 62085, + "chevron-up": 62086, + "circle-fill": 62087, + "circle-half": 62088, + "circle-square": 62089, + "circle": 62090, + "clipboard-check": 62091, + "clipboard-data": 62092, + "clipboard-minus": 62093, + "clipboard-plus": 62094, + "clipboard-x": 62095, + "clipboard": 62096, + "clock-fill": 62097, + "clock-history": 62098, + "clock": 62099, + "cloud-arrow-down-fill": 62100, + "cloud-arrow-down": 62101, + "cloud-arrow-up-fill": 62102, + "cloud-arrow-up": 62103, + "cloud-check-fill": 62104, + "cloud-check": 62105, + "cloud-download-fill": 62106, + "cloud-download": 62107, + "cloud-drizzle-fill": 62108, + "cloud-drizzle": 62109, + "cloud-fill": 62110, + "cloud-fog-fill": 62111, + "cloud-fog": 62112, + "cloud-fog2-fill": 62113, + "cloud-fog2": 62114, + "cloud-hail-fill": 62115, + "cloud-hail": 62116, + "cloud-haze-fill": 62118, + "cloud-haze": 62119, + "cloud-haze2-fill": 62120, + "cloud-lightning-fill": 62121, + "cloud-lightning-rain-fill": 62122, + "cloud-lightning-rain": 62123, + "cloud-lightning": 62124, + "cloud-minus-fill": 62125, + "cloud-minus": 62126, + "cloud-moon-fill": 62127, + "cloud-moon": 62128, + "cloud-plus-fill": 62129, + "cloud-plus": 62130, + "cloud-rain-fill": 62131, + "cloud-rain-heavy-fill": 62132, + "cloud-rain-heavy": 62133, + "cloud-rain": 62134, + "cloud-slash-fill": 62135, + "cloud-slash": 62136, + "cloud-sleet-fill": 62137, + "cloud-sleet": 62138, + "cloud-snow-fill": 62139, + "cloud-snow": 62140, + "cloud-sun-fill": 62141, + "cloud-sun": 62142, + "cloud-upload-fill": 62143, + "cloud-upload": 62144, + "cloud": 62145, + "clouds-fill": 62146, + "clouds": 62147, + "cloudy-fill": 62148, + "cloudy": 62149, + "code-slash": 62150, + "code-square": 62151, + "code": 62152, + "collection-fill": 62153, + "collection-play-fill": 62154, + "collection-play": 62155, + "collection": 62156, + "columns-gap": 62157, + "columns": 62158, + "command": 62159, + "compass-fill": 62160, + "compass": 62161, + "cone-striped": 62162, + "cone": 62163, + "controller": 62164, + "cpu-fill": 62165, + "cpu": 62166, + "credit-card-2-back-fill": 62167, + "credit-card-2-back": 62168, + "credit-card-2-front-fill": 62169, + "credit-card-2-front": 62170, + "credit-card-fill": 62171, + "credit-card": 62172, + "crop": 62173, + "cup-fill": 62174, + "cup-straw": 62175, + "cup": 62176, + "cursor-fill": 62177, + "cursor-text": 62178, + "cursor": 62179, + "dash-circle-dotted": 62180, + "dash-circle-fill": 62181, + "dash-circle": 62182, + "dash-square-dotted": 62183, + "dash-square-fill": 62184, + "dash-square": 62185, + "dash": 62186, + "diagram-2-fill": 62187, + "diagram-2": 62188, + "diagram-3-fill": 62189, + "diagram-3": 62190, + "diamond-fill": 62191, + "diamond-half": 62192, + "diamond": 62193, + "dice-1-fill": 62194, + "dice-1": 62195, + "dice-2-fill": 62196, + "dice-2": 62197, + "dice-3-fill": 62198, + "dice-3": 62199, + "dice-4-fill": 62200, + "dice-4": 62201, + "dice-5-fill": 62202, + "dice-5": 62203, + "dice-6-fill": 62204, + "dice-6": 62205, + "disc-fill": 62206, + "disc": 62207, + "discord": 62208, + "display-fill": 62209, + "display": 62210, + "distribute-horizontal": 62211, + "distribute-vertical": 62212, + "door-closed-fill": 62213, + "door-closed": 62214, + "door-open-fill": 62215, + "door-open": 62216, + "dot": 62217, + "download": 62218, + "droplet-fill": 62219, + "droplet-half": 62220, + "droplet": 62221, + "earbuds": 62222, + "easel-fill": 62223, + "easel": 62224, + "egg-fill": 62225, + "egg-fried": 62226, + "egg": 62227, + "eject-fill": 62228, + "eject": 62229, + "emoji-angry-fill": 62230, + "emoji-angry": 62231, + "emoji-dizzy-fill": 62232, + "emoji-dizzy": 62233, + "emoji-expressionless-fill": 62234, + "emoji-expressionless": 62235, + "emoji-frown-fill": 62236, + "emoji-frown": 62237, + "emoji-heart-eyes-fill": 62238, + "emoji-heart-eyes": 62239, + "emoji-laughing-fill": 62240, + "emoji-laughing": 62241, + "emoji-neutral-fill": 62242, + "emoji-neutral": 62243, + "emoji-smile-fill": 62244, + "emoji-smile-upside-down-fill": 62245, + "emoji-smile-upside-down": 62246, + "emoji-smile": 62247, + "emoji-sunglasses-fill": 62248, + "emoji-sunglasses": 62249, + "emoji-wink-fill": 62250, + "emoji-wink": 62251, + "envelope-fill": 62252, + "envelope-open-fill": 62253, + "envelope-open": 62254, + "envelope": 62255, + "eraser-fill": 62256, + "eraser": 62257, + "exclamation-circle-fill": 62258, + "exclamation-circle": 62259, + "exclamation-diamond-fill": 62260, + "exclamation-diamond": 62261, + "exclamation-octagon-fill": 62262, + "exclamation-octagon": 62263, + "exclamation-square-fill": 62264, + "exclamation-square": 62265, + "exclamation-triangle-fill": 62266, + "exclamation-triangle": 62267, + "exclamation": 62268, + "exclude": 62269, + "eye-fill": 62270, + "eye-slash-fill": 62271, + "eye-slash": 62272, + "eye": 62273, + "eyedropper": 62274, + "eyeglasses": 62275, + "facebook": 62276, + "file-arrow-down-fill": 62277, + "file-arrow-down": 62278, + "file-arrow-up-fill": 62279, + "file-arrow-up": 62280, + "file-bar-graph-fill": 62281, + "file-bar-graph": 62282, + "file-binary-fill": 62283, + "file-binary": 62284, + "file-break-fill": 62285, + "file-break": 62286, + "file-check-fill": 62287, + "file-check": 62288, + "file-code-fill": 62289, + "file-code": 62290, + "file-diff-fill": 62291, + "file-diff": 62292, + "file-earmark-arrow-down-fill": 62293, + "file-earmark-arrow-down": 62294, + "file-earmark-arrow-up-fill": 62295, + "file-earmark-arrow-up": 62296, + "file-earmark-bar-graph-fill": 62297, + "file-earmark-bar-graph": 62298, + "file-earmark-binary-fill": 62299, + "file-earmark-binary": 62300, + "file-earmark-break-fill": 62301, + "file-earmark-break": 62302, + "file-earmark-check-fill": 62303, + "file-earmark-check": 62304, + "file-earmark-code-fill": 62305, + "file-earmark-code": 62306, + "file-earmark-diff-fill": 62307, + "file-earmark-diff": 62308, + "file-earmark-easel-fill": 62309, + "file-earmark-easel": 62310, + "file-earmark-excel-fill": 62311, + "file-earmark-excel": 62312, + "file-earmark-fill": 62313, + "file-earmark-font-fill": 62314, + "file-earmark-font": 62315, + "file-earmark-image-fill": 62316, + "file-earmark-image": 62317, + "file-earmark-lock-fill": 62318, + "file-earmark-lock": 62319, + "file-earmark-lock2-fill": 62320, + "file-earmark-lock2": 62321, + "file-earmark-medical-fill": 62322, + "file-earmark-medical": 62323, + "file-earmark-minus-fill": 62324, + "file-earmark-minus": 62325, + "file-earmark-music-fill": 62326, + "file-earmark-music": 62327, + "file-earmark-person-fill": 62328, + "file-earmark-person": 62329, + "file-earmark-play-fill": 62330, + "file-earmark-play": 62331, + "file-earmark-plus-fill": 62332, + "file-earmark-plus": 62333, + "file-earmark-post-fill": 62334, + "file-earmark-post": 62335, + "file-earmark-ppt-fill": 62336, + "file-earmark-ppt": 62337, + "file-earmark-richtext-fill": 62338, + "file-earmark-richtext": 62339, + "file-earmark-ruled-fill": 62340, + "file-earmark-ruled": 62341, + "file-earmark-slides-fill": 62342, + "file-earmark-slides": 62343, + "file-earmark-spreadsheet-fill": 62344, + "file-earmark-spreadsheet": 62345, + "file-earmark-text-fill": 62346, + "file-earmark-text": 62347, + "file-earmark-word-fill": 62348, + "file-earmark-word": 62349, + "file-earmark-x-fill": 62350, + "file-earmark-x": 62351, + "file-earmark-zip-fill": 62352, + "file-earmark-zip": 62353, + "file-earmark": 62354, + "file-easel-fill": 62355, + "file-easel": 62356, + "file-excel-fill": 62357, + "file-excel": 62358, + "file-fill": 62359, + "file-font-fill": 62360, + "file-font": 62361, + "file-image-fill": 62362, + "file-image": 62363, + "file-lock-fill": 62364, + "file-lock": 62365, + "file-lock2-fill": 62366, + "file-lock2": 62367, + "file-medical-fill": 62368, + "file-medical": 62369, + "file-minus-fill": 62370, + "file-minus": 62371, + "file-music-fill": 62372, + "file-music": 62373, + "file-person-fill": 62374, + "file-person": 62375, + "file-play-fill": 62376, + "file-play": 62377, + "file-plus-fill": 62378, + "file-plus": 62379, + "file-post-fill": 62380, + "file-post": 62381, + "file-ppt-fill": 62382, + "file-ppt": 62383, + "file-richtext-fill": 62384, + "file-richtext": 62385, + "file-ruled-fill": 62386, + "file-ruled": 62387, + "file-slides-fill": 62388, + "file-slides": 62389, + "file-spreadsheet-fill": 62390, + "file-spreadsheet": 62391, + "file-text-fill": 62392, + "file-text": 62393, + "file-word-fill": 62394, + "file-word": 62395, + "file-x-fill": 62396, + "file-x": 62397, + "file-zip-fill": 62398, + "file-zip": 62399, + "file": 62400, + "files-alt": 62401, + "files": 62402, + "film": 62403, + "filter-circle-fill": 62404, + "filter-circle": 62405, + "filter-left": 62406, + "filter-right": 62407, + "filter-square-fill": 62408, + "filter-square": 62409, + "filter": 62410, + "flag-fill": 62411, + "flag": 62412, + "flower1": 62413, + "flower2": 62414, + "flower3": 62415, + "folder-check": 62416, + "folder-fill": 62417, + "folder-minus": 62418, + "folder-plus": 62419, + "folder-symlink-fill": 62420, + "folder-symlink": 62421, + "folder-x": 62422, + "folder": 62423, + "folder2-open": 62424, + "folder2": 62425, + "fonts": 62426, + "forward-fill": 62427, + "forward": 62428, + "front": 62429, + "fullscreen-exit": 62430, + "fullscreen": 62431, + "funnel-fill": 62432, + "funnel": 62433, + "gear-fill": 62434, + "gear-wide-connected": 62435, + "gear-wide": 62436, + "gear": 62437, + "gem": 62438, + "geo-alt-fill": 62439, + "geo-alt": 62440, + "geo-fill": 62441, + "geo": 62442, + "gift-fill": 62443, + "gift": 62444, + "github": 62445, + "globe": 62446, + "globe2": 62447, + "google": 62448, + "graph-down": 62449, + "graph-up": 62450, + "grid-1x2-fill": 62451, + "grid-1x2": 62452, + "grid-3x2-gap-fill": 62453, + "grid-3x2-gap": 62454, + "grid-3x2": 62455, + "grid-3x3-gap-fill": 62456, + "grid-3x3-gap": 62457, + "grid-3x3": 62458, + "grid-fill": 62459, + "grid": 62460, + "grip-horizontal": 62461, + "grip-vertical": 62462, + "hammer": 62463, + "hand-index-fill": 62464, + "hand-index-thumb-fill": 62465, + "hand-index-thumb": 62466, + "hand-index": 62467, + "hand-thumbs-down-fill": 62468, + "hand-thumbs-down": 62469, + "hand-thumbs-up-fill": 62470, + "hand-thumbs-up": 62471, + "handbag-fill": 62472, + "handbag": 62473, + "hash": 62474, + "hdd-fill": 62475, + "hdd-network-fill": 62476, + "hdd-network": 62477, + "hdd-rack-fill": 62478, + "hdd-rack": 62479, + "hdd-stack-fill": 62480, + "hdd-stack": 62481, + "hdd": 62482, + "headphones": 62483, + "headset": 62484, + "heart-fill": 62485, + "heart-half": 62486, + "heart": 62487, + "heptagon-fill": 62488, + "heptagon-half": 62489, + "heptagon": 62490, + "hexagon-fill": 62491, + "hexagon-half": 62492, + "hexagon": 62493, + "hourglass-bottom": 62494, + "hourglass-split": 62495, + "hourglass-top": 62496, + "hourglass": 62497, + "house-door-fill": 62498, + "house-door": 62499, + "house-fill": 62500, + "house": 62501, + "hr": 62502, + "hurricane": 62503, + "image-alt": 62504, + "image-fill": 62505, + "image": 62506, + "images": 62507, + "inbox-fill": 62508, + "inbox": 62509, + "inboxes-fill": 62510, + "inboxes": 62511, + "info-circle-fill": 62512, + "info-circle": 62513, + "info-square-fill": 62514, + "info-square": 62515, + "info": 62516, + "input-cursor-text": 62517, + "input-cursor": 62518, + "instagram": 62519, + "intersect": 62520, + "journal-album": 62521, + "journal-arrow-down": 62522, + "journal-arrow-up": 62523, + "journal-bookmark-fill": 62524, + "journal-bookmark": 62525, + "journal-check": 62526, + "journal-code": 62527, + "journal-medical": 62528, + "journal-minus": 62529, + "journal-plus": 62530, + "journal-richtext": 62531, + "journal-text": 62532, + "journal-x": 62533, + "journal": 62534, + "journals": 62535, + "joystick": 62536, + "justify-left": 62537, + "justify-right": 62538, + "justify": 62539, + "kanban-fill": 62540, + "kanban": 62541, + "key-fill": 62542, + "key": 62543, + "keyboard-fill": 62544, + "keyboard": 62545, + "ladder": 62546, + "lamp-fill": 62547, + "lamp": 62548, + "laptop-fill": 62549, + "laptop": 62550, + "layer-backward": 62551, + "layer-forward": 62552, + "layers-fill": 62553, + "layers-half": 62554, + "layers": 62555, + "layout-sidebar-inset-reverse": 62556, + "layout-sidebar-inset": 62557, + "layout-sidebar-reverse": 62558, + "layout-sidebar": 62559, + "layout-split": 62560, + "layout-text-sidebar-reverse": 62561, + "layout-text-sidebar": 62562, + "layout-text-window-reverse": 62563, + "layout-text-window": 62564, + "layout-three-columns": 62565, + "layout-wtf": 62566, + "life-preserver": 62567, + "lightbulb-fill": 62568, + "lightbulb-off-fill": 62569, + "lightbulb-off": 62570, + "lightbulb": 62571, + "lightning-charge-fill": 62572, + "lightning-charge": 62573, + "lightning-fill": 62574, + "lightning": 62575, + "link-45deg": 62576, + "link": 62577, + "linkedin": 62578, + "list-check": 62579, + "list-nested": 62580, + "list-ol": 62581, + "list-stars": 62582, + "list-task": 62583, + "list-ul": 62584, + "list": 62585, + "lock-fill": 62586, + "lock": 62587, + "mailbox": 62588, + "mailbox2": 62589, + "map-fill": 62590, + "map": 62591, + "markdown-fill": 62592, + "markdown": 62593, + "mask": 62594, + "megaphone-fill": 62595, + "megaphone": 62596, + "menu-app-fill": 62597, + "menu-app": 62598, + "menu-button-fill": 62599, + "menu-button-wide-fill": 62600, + "menu-button-wide": 62601, + "menu-button": 62602, + "menu-down": 62603, + "menu-up": 62604, + "mic-fill": 62605, + "mic-mute-fill": 62606, + "mic-mute": 62607, + "mic": 62608, + "minecart-loaded": 62609, + "minecart": 62610, + "moisture": 62611, + "moon-fill": 62612, + "moon-stars-fill": 62613, + "moon-stars": 62614, + "moon": 62615, + "mouse-fill": 62616, + "mouse": 62617, + "mouse2-fill": 62618, + "mouse2": 62619, + "mouse3-fill": 62620, + "mouse3": 62621, + "music-note-beamed": 62622, + "music-note-list": 62623, + "music-note": 62624, + "music-player-fill": 62625, + "music-player": 62626, + "newspaper": 62627, + "node-minus-fill": 62628, + "node-minus": 62629, + "node-plus-fill": 62630, + "node-plus": 62631, + "nut-fill": 62632, + "nut": 62633, + "octagon-fill": 62634, + "octagon-half": 62635, + "octagon": 62636, + "option": 62637, + "outlet": 62638, + "paint-bucket": 62639, + "palette-fill": 62640, + "palette": 62641, + "palette2": 62642, + "paperclip": 62643, + "paragraph": 62644, + "patch-check-fill": 62645, + "patch-check": 62646, + "patch-exclamation-fill": 62647, + "patch-exclamation": 62648, + "patch-minus-fill": 62649, + "patch-minus": 62650, + "patch-plus-fill": 62651, + "patch-plus": 62652, + "patch-question-fill": 62653, + "patch-question": 62654, + "pause-btn-fill": 62655, + "pause-btn": 62656, + "pause-circle-fill": 62657, + "pause-circle": 62658, + "pause-fill": 62659, + "pause": 62660, + "peace-fill": 62661, + "peace": 62662, + "pen-fill": 62663, + "pen": 62664, + "pencil-fill": 62665, + "pencil-square": 62666, + "pencil": 62667, + "pentagon-fill": 62668, + "pentagon-half": 62669, + "pentagon": 62670, + "people-fill": 62671, + "people": 62672, + "percent": 62673, + "person-badge-fill": 62674, + "person-badge": 62675, + "person-bounding-box": 62676, + "person-check-fill": 62677, + "person-check": 62678, + "person-circle": 62679, + "person-dash-fill": 62680, + "person-dash": 62681, + "person-fill": 62682, + "person-lines-fill": 62683, + "person-plus-fill": 62684, + "person-plus": 62685, + "person-square": 62686, + "person-x-fill": 62687, + "person-x": 62688, + "person": 62689, + "phone-fill": 62690, + "phone-landscape-fill": 62691, + "phone-landscape": 62692, + "phone-vibrate-fill": 62693, + "phone-vibrate": 62694, + "phone": 62695, + "pie-chart-fill": 62696, + "pie-chart": 62697, + "pin-angle-fill": 62698, + "pin-angle": 62699, + "pin-fill": 62700, + "pin": 62701, + "pip-fill": 62702, + "pip": 62703, + "play-btn-fill": 62704, + "play-btn": 62705, + "play-circle-fill": 62706, + "play-circle": 62707, + "play-fill": 62708, + "play": 62709, + "plug-fill": 62710, + "plug": 62711, + "plus-circle-dotted": 62712, + "plus-circle-fill": 62713, + "plus-circle": 62714, + "plus-square-dotted": 62715, + "plus-square-fill": 62716, + "plus-square": 62717, + "plus": 62718, + "power": 62719, + "printer-fill": 62720, + "printer": 62721, + "puzzle-fill": 62722, + "puzzle": 62723, + "question-circle-fill": 62724, + "question-circle": 62725, + "question-diamond-fill": 62726, + "question-diamond": 62727, + "question-octagon-fill": 62728, + "question-octagon": 62729, + "question-square-fill": 62730, + "question-square": 62731, + "question": 62732, + "rainbow": 62733, + "receipt-cutoff": 62734, + "receipt": 62735, + "reception-0": 62736, + "reception-1": 62737, + "reception-2": 62738, + "reception-3": 62739, + "reception-4": 62740, + "record-btn-fill": 62741, + "record-btn": 62742, + "record-circle-fill": 62743, + "record-circle": 62744, + "record-fill": 62745, + "record": 62746, + "record2-fill": 62747, + "record2": 62748, + "reply-all-fill": 62749, + "reply-all": 62750, + "reply-fill": 62751, + "reply": 62752, + "rss-fill": 62753, + "rss": 62754, + "rulers": 62755, + "save-fill": 62756, + "save": 62757, + "save2-fill": 62758, + "save2": 62759, + "scissors": 62760, + "screwdriver": 62761, + "search": 62762, + "segmented-nav": 62763, + "server": 62764, + "share-fill": 62765, + "share": 62766, + "shield-check": 62767, + "shield-exclamation": 62768, + "shield-fill-check": 62769, + "shield-fill-exclamation": 62770, + "shield-fill-minus": 62771, + "shield-fill-plus": 62772, + "shield-fill-x": 62773, + "shield-fill": 62774, + "shield-lock-fill": 62775, + "shield-lock": 62776, + "shield-minus": 62777, + "shield-plus": 62778, + "shield-shaded": 62779, + "shield-slash-fill": 62780, + "shield-slash": 62781, + "shield-x": 62782, + "shield": 62783, + "shift-fill": 62784, + "shift": 62785, + "shop-window": 62786, + "shop": 62787, + "shuffle": 62788, + "signpost-2-fill": 62789, + "signpost-2": 62790, + "signpost-fill": 62791, + "signpost-split-fill": 62792, + "signpost-split": 62793, + "signpost": 62794, + "sim-fill": 62795, + "sim": 62796, + "skip-backward-btn-fill": 62797, + "skip-backward-btn": 62798, + "skip-backward-circle-fill": 62799, + "skip-backward-circle": 62800, + "skip-backward-fill": 62801, + "skip-backward": 62802, + "skip-end-btn-fill": 62803, + "skip-end-btn": 62804, + "skip-end-circle-fill": 62805, + "skip-end-circle": 62806, + "skip-end-fill": 62807, + "skip-end": 62808, + "skip-forward-btn-fill": 62809, + "skip-forward-btn": 62810, + "skip-forward-circle-fill": 62811, + "skip-forward-circle": 62812, + "skip-forward-fill": 62813, + "skip-forward": 62814, + "skip-start-btn-fill": 62815, + "skip-start-btn": 62816, + "skip-start-circle-fill": 62817, + "skip-start-circle": 62818, + "skip-start-fill": 62819, + "skip-start": 62820, + "slack": 62821, + "slash-circle-fill": 62822, + "slash-circle": 62823, + "slash-square-fill": 62824, + "slash-square": 62825, + "slash": 62826, + "sliders": 62827, + "smartwatch": 62828, + "snow": 62829, + "snow2": 62830, + "snow3": 62831, + "sort-alpha-down-alt": 62832, + "sort-alpha-down": 62833, + "sort-alpha-up-alt": 62834, + "sort-alpha-up": 62835, + "sort-down-alt": 62836, + "sort-down": 62837, + "sort-numeric-down-alt": 62838, + "sort-numeric-down": 62839, + "sort-numeric-up-alt": 62840, + "sort-numeric-up": 62841, + "sort-up-alt": 62842, + "sort-up": 62843, + "soundwave": 62844, + "speaker-fill": 62845, + "speaker": 62846, + "speedometer": 62847, + "speedometer2": 62848, + "spellcheck": 62849, + "square-fill": 62850, + "square-half": 62851, + "square": 62852, + "stack": 62853, + "star-fill": 62854, + "star-half": 62855, + "star": 62856, + "stars": 62857, + "stickies-fill": 62858, + "stickies": 62859, + "sticky-fill": 62860, + "sticky": 62861, + "stop-btn-fill": 62862, + "stop-btn": 62863, + "stop-circle-fill": 62864, + "stop-circle": 62865, + "stop-fill": 62866, + "stop": 62867, + "stoplights-fill": 62868, + "stoplights": 62869, + "stopwatch-fill": 62870, + "stopwatch": 62871, + "subtract": 62872, + "suit-club-fill": 62873, + "suit-club": 62874, + "suit-diamond-fill": 62875, + "suit-diamond": 62876, + "suit-heart-fill": 62877, + "suit-heart": 62878, + "suit-spade-fill": 62879, + "suit-spade": 62880, + "sun-fill": 62881, + "sun": 62882, + "sunglasses": 62883, + "sunrise-fill": 62884, + "sunrise": 62885, + "sunset-fill": 62886, + "sunset": 62887, + "symmetry-horizontal": 62888, + "symmetry-vertical": 62889, + "table": 62890, + "tablet-fill": 62891, + "tablet-landscape-fill": 62892, + "tablet-landscape": 62893, + "tablet": 62894, + "tag-fill": 62895, + "tag": 62896, + "tags-fill": 62897, + "tags": 62898, + "telegram": 62899, + "telephone-fill": 62900, + "telephone-forward-fill": 62901, + "telephone-forward": 62902, + "telephone-inbound-fill": 62903, + "telephone-inbound": 62904, + "telephone-minus-fill": 62905, + "telephone-minus": 62906, + "telephone-outbound-fill": 62907, + "telephone-outbound": 62908, + "telephone-plus-fill": 62909, + "telephone-plus": 62910, + "telephone-x-fill": 62911, + "telephone-x": 62912, + "telephone": 62913, + "terminal-fill": 62914, + "terminal": 62915, + "text-center": 62916, + "text-indent-left": 62917, + "text-indent-right": 62918, + "text-left": 62919, + "text-paragraph": 62920, + "text-right": 62921, + "textarea-resize": 62922, + "textarea-t": 62923, + "textarea": 62924, + "thermometer-half": 62925, + "thermometer-high": 62926, + "thermometer-low": 62927, + "thermometer-snow": 62928, + "thermometer-sun": 62929, + "thermometer": 62930, + "three-dots-vertical": 62931, + "three-dots": 62932, + "toggle-off": 62933, + "toggle-on": 62934, + "toggle2-off": 62935, + "toggle2-on": 62936, + "toggles": 62937, + "toggles2": 62938, + "tools": 62939, + "tornado": 62940, + "trash-fill": 62941, + "trash": 62942, + "trash2-fill": 62943, + "trash2": 62944, + "tree-fill": 62945, + "tree": 62946, + "triangle-fill": 62947, + "triangle-half": 62948, + "triangle": 62949, + "trophy-fill": 62950, + "trophy": 62951, + "tropical-storm": 62952, + "truck-flatbed": 62953, + "truck": 62954, + "tsunami": 62955, + "tv-fill": 62956, + "tv": 62957, + "twitch": 62958, + "twitter": 62959, + "type-bold": 62960, + "type-h1": 62961, + "type-h2": 62962, + "type-h3": 62963, + "type-italic": 62964, + "type-strikethrough": 62965, + "type-underline": 62966, + "type": 62967, + "ui-checks-grid": 62968, + "ui-checks": 62969, + "ui-radios-grid": 62970, + "ui-radios": 62971, + "umbrella-fill": 62972, + "umbrella": 62973, + "union": 62974, + "unlock-fill": 62975, + "unlock": 62976, + "upc-scan": 62977, + "upc": 62978, + "upload": 62979, + "vector-pen": 62980, + "view-list": 62981, + "view-stacked": 62982, + "vinyl-fill": 62983, + "vinyl": 62984, + "voicemail": 62985, + "volume-down-fill": 62986, + "volume-down": 62987, + "volume-mute-fill": 62988, + "volume-mute": 62989, + "volume-off-fill": 62990, + "volume-off": 62991, + "volume-up-fill": 62992, + "volume-up": 62993, + "vr": 62994, + "wallet-fill": 62995, + "wallet": 62996, + "wallet2": 62997, + "watch": 62998, + "water": 62999, + "whatsapp": 63000, + "wifi-1": 63001, + "wifi-2": 63002, + "wifi-off": 63003, + "wifi": 63004, + "wind": 63005, + "window-dock": 63006, + "window-sidebar": 63007, + "window": 63008, + "wrench": 63009, + "x-circle-fill": 63010, + "x-circle": 63011, + "x-diamond-fill": 63012, + "x-diamond": 63013, + "x-octagon-fill": 63014, + "x-octagon": 63015, + "x-square-fill": 63016, + "x-square": 63017, + "x": 63018, + "youtube": 63019, + "zoom-in": 63020, + "zoom-out": 63021, + "bank": 63022, + "bank2": 63023, + "bell-slash-fill": 63024, + "bell-slash": 63025, + "cash-coin": 63026, + "check-lg": 63027, + "coin": 63028, + "currency-bitcoin": 63029, + "currency-dollar": 63030, + "currency-euro": 63031, + "currency-exchange": 63032, + "currency-pound": 63033, + "currency-yen": 63034, + "dash-lg": 63035, + "exclamation-lg": 63036, + "file-earmark-pdf-fill": 63037, + "file-earmark-pdf": 63038, + "file-pdf-fill": 63039, + "file-pdf": 63040, + "gender-ambiguous": 63041, + "gender-female": 63042, + "gender-male": 63043, + "gender-trans": 63044, + "headset-vr": 63045, + "info-lg": 63046, + "mastodon": 63047, + "messenger": 63048, + "piggy-bank-fill": 63049, + "piggy-bank": 63050, + "pin-map-fill": 63051, + "pin-map": 63052, + "plus-lg": 63053, + "question-lg": 63054, + "recycle": 63055, + "reddit": 63056, + "safe-fill": 63057, + "safe2-fill": 63058, + "safe2": 63059, + "sd-card-fill": 63060, + "sd-card": 63061, + "skype": 63062, + "slash-lg": 63063, + "translate": 63064, + "x-lg": 63065, + "safe": 63066, + "apple": 63067, + "microsoft": 63069, + "windows": 63070, + "behance": 63068, + "dribbble": 63071, + "line": 63072, + "medium": 63073, + "paypal": 63074, + "pinterest": 63075, + "signal": 63076, + "snapchat": 63077, + "spotify": 63078, + "stack-overflow": 63079, + "strava": 63080, + "wordpress": 63081, + "vimeo": 63082, + "activity": 63083, + "easel2-fill": 63084, + "easel2": 63085, + "easel3-fill": 63086, + "easel3": 63087, + "fan": 63088, + "fingerprint": 63089, + "graph-down-arrow": 63090, + "graph-up-arrow": 63091, + "hypnotize": 63092, + "magic": 63093, + "person-rolodex": 63094, + "person-video": 63095, + "person-video2": 63096, + "person-video3": 63097, + "person-workspace": 63098, + "radioactive": 63099, + "webcam-fill": 63100, + "webcam": 63101, + "yin-yang": 63102, + "bandaid-fill": 63104, + "bandaid": 63105, + "bluetooth": 63106, + "body-text": 63107, + "boombox": 63108, + "boxes": 63109, + "dpad-fill": 63110, + "dpad": 63111, + "ear-fill": 63112, + "ear": 63113, + "envelope-check-fill": 63115, + "envelope-check": 63116, + "envelope-dash-fill": 63118, + "envelope-dash": 63119, + "envelope-exclamation-fill": 63121, + "envelope-exclamation": 63122, + "envelope-plus-fill": 63123, + "envelope-plus": 63124, + "envelope-slash-fill": 63126, + "envelope-slash": 63127, + "envelope-x-fill": 63129, + "envelope-x": 63130, + "explicit-fill": 63131, + "explicit": 63132, + "git": 63133, + "infinity": 63134, + "list-columns-reverse": 63135, + "list-columns": 63136, + "meta": 63137, + "nintendo-switch": 63140, + "pc-display-horizontal": 63141, + "pc-display": 63142, + "pc-horizontal": 63143, + "pc": 63144, + "playstation": 63145, + "plus-slash-minus": 63146, + "projector-fill": 63147, + "projector": 63148, + "qr-code-scan": 63149, + "qr-code": 63150, + "quora": 63151, + "quote": 63152, + "robot": 63153, + "send-check-fill": 63154, + "send-check": 63155, + "send-dash-fill": 63156, + "send-dash": 63157, + "send-exclamation-fill": 63159, + "send-exclamation": 63160, + "send-fill": 63161, + "send-plus-fill": 63162, + "send-plus": 63163, + "send-slash-fill": 63164, + "send-slash": 63165, + "send-x-fill": 63166, + "send-x": 63167, + "send": 63168, + "steam": 63169, + "terminal-dash": 63171, + "terminal-plus": 63172, + "terminal-split": 63173, + "ticket-detailed-fill": 63174, + "ticket-detailed": 63175, + "ticket-fill": 63176, + "ticket-perforated-fill": 63177, + "ticket-perforated": 63178, + "ticket": 63179, + "tiktok": 63180, + "window-dash": 63181, + "window-desktop": 63182, + "window-fullscreen": 63183, + "window-plus": 63184, + "window-split": 63185, + "window-stack": 63186, + "window-x": 63187, + "xbox": 63188, + "ethernet": 63189, + "hdmi-fill": 63190, + "hdmi": 63191, + "usb-c-fill": 63192, + "usb-c": 63193, + "usb-fill": 63194, + "usb-plug-fill": 63195, + "usb-plug": 63196, + "usb-symbol": 63197, + "usb": 63198, + "boombox-fill": 63199, + "displayport": 63201, + "gpu-card": 63202, + "memory": 63203, + "modem-fill": 63204, + "modem": 63205, + "motherboard-fill": 63206, + "motherboard": 63207, + "optical-audio-fill": 63208, + "optical-audio": 63209, + "pci-card": 63210, + "router-fill": 63211, + "router": 63212, + "thunderbolt-fill": 63215, + "thunderbolt": 63216, + "usb-drive-fill": 63217, + "usb-drive": 63218, + "usb-micro-fill": 63219, + "usb-micro": 63220, + "usb-mini-fill": 63221, + "usb-mini": 63222, + "cloud-haze2": 63223, + "device-hdd-fill": 63224, + "device-hdd": 63225, + "device-ssd-fill": 63226, + "device-ssd": 63227, + "displayport-fill": 63228, + "mortarboard-fill": 63229, + "mortarboard": 63230, + "terminal-x": 63231, + "arrow-through-heart-fill": 63232, + "arrow-through-heart": 63233, + "badge-sd-fill": 63234, + "badge-sd": 63235, + "bag-heart-fill": 63236, + "bag-heart": 63237, + "balloon-fill": 63238, + "balloon-heart-fill": 63239, + "balloon-heart": 63240, + "balloon": 63241, + "box2-fill": 63242, + "box2-heart-fill": 63243, + "box2-heart": 63244, + "box2": 63245, + "braces-asterisk": 63246, + "calendar-heart-fill": 63247, + "calendar-heart": 63248, + "calendar2-heart-fill": 63249, + "calendar2-heart": 63250, + "chat-heart-fill": 63251, + "chat-heart": 63252, + "chat-left-heart-fill": 63253, + "chat-left-heart": 63254, + "chat-right-heart-fill": 63255, + "chat-right-heart": 63256, + "chat-square-heart-fill": 63257, + "chat-square-heart": 63258, + "clipboard-check-fill": 63259, + "clipboard-data-fill": 63260, + "clipboard-fill": 63261, + "clipboard-heart-fill": 63262, + "clipboard-heart": 63263, + "clipboard-minus-fill": 63264, + "clipboard-plus-fill": 63265, + "clipboard-pulse": 63266, + "clipboard-x-fill": 63267, + "clipboard2-check-fill": 63268, + "clipboard2-check": 63269, + "clipboard2-data-fill": 63270, + "clipboard2-data": 63271, + "clipboard2-fill": 63272, + "clipboard2-heart-fill": 63273, + "clipboard2-heart": 63274, + "clipboard2-minus-fill": 63275, + "clipboard2-minus": 63276, + "clipboard2-plus-fill": 63277, + "clipboard2-plus": 63278, + "clipboard2-pulse-fill": 63279, + "clipboard2-pulse": 63280, + "clipboard2-x-fill": 63281, + "clipboard2-x": 63282, + "clipboard2": 63283, + "emoji-kiss-fill": 63284, + "emoji-kiss": 63285, + "envelope-heart-fill": 63286, + "envelope-heart": 63287, + "envelope-open-heart-fill": 63288, + "envelope-open-heart": 63289, + "envelope-paper-fill": 63290, + "envelope-paper-heart-fill": 63291, + "envelope-paper-heart": 63292, + "envelope-paper": 63293, + "filetype-aac": 63294, + "filetype-ai": 63295, + "filetype-bmp": 63296, + "filetype-cs": 63297, + "filetype-css": 63298, + "filetype-csv": 63299, + "filetype-doc": 63300, + "filetype-docx": 63301, + "filetype-exe": 63302, + "filetype-gif": 63303, + "filetype-heic": 63304, + "filetype-html": 63305, + "filetype-java": 63306, + "filetype-jpg": 63307, + "filetype-js": 63308, + "filetype-jsx": 63309, + "filetype-key": 63310, + "filetype-m4p": 63311, + "filetype-md": 63312, + "filetype-mdx": 63313, + "filetype-mov": 63314, + "filetype-mp3": 63315, + "filetype-mp4": 63316, + "filetype-otf": 63317, + "filetype-pdf": 63318, + "filetype-php": 63319, + "filetype-png": 63320, + "filetype-ppt": 63322, + "filetype-psd": 63323, + "filetype-py": 63324, + "filetype-raw": 63325, + "filetype-rb": 63326, + "filetype-sass": 63327, + "filetype-scss": 63328, + "filetype-sh": 63329, + "filetype-svg": 63330, + "filetype-tiff": 63331, + "filetype-tsx": 63332, + "filetype-ttf": 63333, + "filetype-txt": 63334, + "filetype-wav": 63335, + "filetype-woff": 63336, + "filetype-xls": 63338, + "filetype-xml": 63339, + "filetype-yml": 63340, + "heart-arrow": 63341, + "heart-pulse-fill": 63342, + "heart-pulse": 63343, + "heartbreak-fill": 63344, + "heartbreak": 63345, + "hearts": 63346, + "hospital-fill": 63347, + "hospital": 63348, + "house-heart-fill": 63349, + "house-heart": 63350, + "incognito": 63351, + "magnet-fill": 63352, + "magnet": 63353, + "person-heart": 63354, + "person-hearts": 63355, + "phone-flip": 63356, + "plugin": 63357, + "postage-fill": 63358, + "postage-heart-fill": 63359, + "postage-heart": 63360, + "postage": 63361, + "postcard-fill": 63362, + "postcard-heart-fill": 63363, + "postcard-heart": 63364, + "postcard": 63365, + "search-heart-fill": 63366, + "search-heart": 63367, + "sliders2-vertical": 63368, + "sliders2": 63369, + "trash3-fill": 63370, + "trash3": 63371, + "valentine": 63372, + "valentine2": 63373, + "wrench-adjustable-circle-fill": 63374, + "wrench-adjustable-circle": 63375, + "wrench-adjustable": 63376, + "filetype-json": 63377, + "filetype-pptx": 63378, + "filetype-xlsx": 63379, + "1-circle-fill": 63382, + "1-circle": 63383, + "1-square-fill": 63384, + "1-square": 63385, + "2-circle-fill": 63388, + "2-circle": 63389, + "2-square-fill": 63390, + "2-square": 63391, + "3-circle-fill": 63394, + "3-circle": 63395, + "3-square-fill": 63396, + "3-square": 63397, + "4-circle-fill": 63400, + "4-circle": 63401, + "4-square-fill": 63402, + "4-square": 63403, + "5-circle-fill": 63406, + "5-circle": 63407, + "5-square-fill": 63408, + "5-square": 63409, + "6-circle-fill": 63412, + "6-circle": 63413, + "6-square-fill": 63414, + "6-square": 63415, + "7-circle-fill": 63418, + "7-circle": 63419, + "7-square-fill": 63420, + "7-square": 63421, + "8-circle-fill": 63424, + "8-circle": 63425, + "8-square-fill": 63426, + "8-square": 63427, + "9-circle-fill": 63430, + "9-circle": 63431, + "9-square-fill": 63432, + "9-square": 63433, + "airplane-engines-fill": 63434, + "airplane-engines": 63435, + "airplane-fill": 63436, + "airplane": 63437, + "alexa": 63438, + "alipay": 63439, + "android": 63440, + "android2": 63441, + "box-fill": 63442, + "box-seam-fill": 63443, + "browser-chrome": 63444, + "browser-edge": 63445, + "browser-firefox": 63446, + "browser-safari": 63447, + "c-circle-fill": 63450, + "c-circle": 63451, + "c-square-fill": 63452, + "c-square": 63453, + "capsule-pill": 63454, + "capsule": 63455, + "car-front-fill": 63456, + "car-front": 63457, + "cassette-fill": 63458, + "cassette": 63459, + "cc-circle-fill": 63462, + "cc-circle": 63463, + "cc-square-fill": 63464, + "cc-square": 63465, + "cup-hot-fill": 63466, + "cup-hot": 63467, + "currency-rupee": 63468, + "dropbox": 63469, + "escape": 63470, + "fast-forward-btn-fill": 63471, + "fast-forward-btn": 63472, + "fast-forward-circle-fill": 63473, + "fast-forward-circle": 63474, + "fast-forward-fill": 63475, + "fast-forward": 63476, + "filetype-sql": 63477, + "fire": 63478, + "google-play": 63479, + "h-circle-fill": 63482, + "h-circle": 63483, + "h-square-fill": 63484, + "h-square": 63485, + "indent": 63486, + "lungs-fill": 63487, + "lungs": 63488, + "microsoft-teams": 63489, + "p-circle-fill": 63492, + "p-circle": 63493, + "p-square-fill": 63494, + "p-square": 63495, + "pass-fill": 63496, + "pass": 63497, + "prescription": 63498, + "prescription2": 63499, + "r-circle-fill": 63502, + "r-circle": 63503, + "r-square-fill": 63504, + "r-square": 63505, + "repeat-1": 63506, + "repeat": 63507, + "rewind-btn-fill": 63508, + "rewind-btn": 63509, + "rewind-circle-fill": 63510, + "rewind-circle": 63511, + "rewind-fill": 63512, + "rewind": 63513, + "train-freight-front-fill": 63514, + "train-freight-front": 63515, + "train-front-fill": 63516, + "train-front": 63517, + "train-lightrail-front-fill": 63518, + "train-lightrail-front": 63519, + "truck-front-fill": 63520, + "truck-front": 63521, + "ubuntu": 63522, + "unindent": 63523, + "unity": 63524, + "universal-access-circle": 63525, + "universal-access": 63526, + "virus": 63527, + "virus2": 63528, + "wechat": 63529, + "yelp": 63530, + "sign-stop-fill": 63531, + "sign-stop-lights-fill": 63532, + "sign-stop-lights": 63533, + "sign-stop": 63534, + "sign-turn-left-fill": 63535, + "sign-turn-left": 63536, + "sign-turn-right-fill": 63537, + "sign-turn-right": 63538, + "sign-turn-slight-left-fill": 63539, + "sign-turn-slight-left": 63540, + "sign-turn-slight-right-fill": 63541, + "sign-turn-slight-right": 63542, + "sign-yield-fill": 63543, + "sign-yield": 63544, + "ev-station-fill": 63545, + "ev-station": 63546, + "fuel-pump-diesel-fill": 63547, + "fuel-pump-diesel": 63548, + "fuel-pump-fill": 63549, + "fuel-pump": 63550, + "0-circle-fill": 63551, + "0-circle": 63552, + "0-square-fill": 63553, + "0-square": 63554, + "rocket-fill": 63555, + "rocket-takeoff-fill": 63556, + "rocket-takeoff": 63557, + "rocket": 63558, + "stripe": 63559, + "subscript": 63560, + "superscript": 63561, + "trello": 63562, + "envelope-at-fill": 63563, + "envelope-at": 63564, + "regex": 63565, + "text-wrap": 63566, + "sign-dead-end-fill": 63567, + "sign-dead-end": 63568, + "sign-do-not-enter-fill": 63569, + "sign-do-not-enter": 63570, + "sign-intersection-fill": 63571, + "sign-intersection-side-fill": 63572, + "sign-intersection-side": 63573, + "sign-intersection-t-fill": 63574, + "sign-intersection-t": 63575, + "sign-intersection-y-fill": 63576, + "sign-intersection-y": 63577, + "sign-intersection": 63578, + "sign-merge-left-fill": 63579, + "sign-merge-left": 63580, + "sign-merge-right-fill": 63581, + "sign-merge-right": 63582, + "sign-no-left-turn-fill": 63583, + "sign-no-left-turn": 63584, + "sign-no-parking-fill": 63585, + "sign-no-parking": 63586, + "sign-no-right-turn-fill": 63587, + "sign-no-right-turn": 63588, + "sign-railroad-fill": 63589, + "sign-railroad": 63590, + "building-add": 63591, + "building-check": 63592, + "building-dash": 63593, + "building-down": 63594, + "building-exclamation": 63595, + "building-fill-add": 63596, + "building-fill-check": 63597, + "building-fill-dash": 63598, + "building-fill-down": 63599, + "building-fill-exclamation": 63600, + "building-fill-gear": 63601, + "building-fill-lock": 63602, + "building-fill-slash": 63603, + "building-fill-up": 63604, + "building-fill-x": 63605, + "building-fill": 63606, + "building-gear": 63607, + "building-lock": 63608, + "building-slash": 63609, + "building-up": 63610, + "building-x": 63611, + "buildings-fill": 63612, + "buildings": 63613, + "bus-front-fill": 63614, + "bus-front": 63615, + "ev-front-fill": 63616, + "ev-front": 63617, + "globe-americas": 63618, + "globe-asia-australia": 63619, + "globe-central-south-asia": 63620, + "globe-europe-africa": 63621, + "house-add-fill": 63622, + "house-add": 63623, + "house-check-fill": 63624, + "house-check": 63625, + "house-dash-fill": 63626, + "house-dash": 63627, + "house-down-fill": 63628, + "house-down": 63629, + "house-exclamation-fill": 63630, + "house-exclamation": 63631, + "house-gear-fill": 63632, + "house-gear": 63633, + "house-lock-fill": 63634, + "house-lock": 63635, + "house-slash-fill": 63636, + "house-slash": 63637, + "house-up-fill": 63638, + "house-up": 63639, + "house-x-fill": 63640, + "house-x": 63641, + "person-add": 63642, + "person-down": 63643, + "person-exclamation": 63644, + "person-fill-add": 63645, + "person-fill-check": 63646, + "person-fill-dash": 63647, + "person-fill-down": 63648, + "person-fill-exclamation": 63649, + "person-fill-gear": 63650, + "person-fill-lock": 63651, + "person-fill-slash": 63652, + "person-fill-up": 63653, + "person-fill-x": 63654, + "person-gear": 63655, + "person-lock": 63656, + "person-slash": 63657, + "person-up": 63658, + "scooter": 63659, + "taxi-front-fill": 63660, + "taxi-front": 63661, + "amd": 63662, + "database-add": 63663, + "database-check": 63664, + "database-dash": 63665, + "database-down": 63666, + "database-exclamation": 63667, + "database-fill-add": 63668, + "database-fill-check": 63669, + "database-fill-dash": 63670, + "database-fill-down": 63671, + "database-fill-exclamation": 63672, + "database-fill-gear": 63673, + "database-fill-lock": 63674, + "database-fill-slash": 63675, + "database-fill-up": 63676, + "database-fill-x": 63677, + "database-fill": 63678, + "database-gear": 63679, + "database-lock": 63680, + "database-slash": 63681, + "database-up": 63682, + "database-x": 63683, + "database": 63684, + "houses-fill": 63685, + "houses": 63686, + "nvidia": 63687, + "person-vcard-fill": 63688, + "person-vcard": 63689, + "sina-weibo": 63690, + "tencent-qq": 63691, + "wikipedia": 63692, + "alphabet-uppercase": 62117, + "alphabet": 63114, + "amazon": 63117, + "arrows-collapse-vertical": 63120, + "arrows-expand-vertical": 63125, + "arrows-vertical": 63128, + "arrows": 63138, + "ban-fill": 63139, + "ban": 63158, + "bing": 63170, + "cake": 63200, + "cake2": 63213, + "cookie": 63214, + "copy": 63321, + "crosshair": 63337, + "crosshair2": 63380, + "emoji-astonished-fill": 63381, + "emoji-astonished": 63386, + "emoji-grimace-fill": 63387, + "emoji-grimace": 63392, + "emoji-grin-fill": 63393, + "emoji-grin": 63398, + "emoji-surprise-fill": 63399, + "emoji-surprise": 63404, + "emoji-tear-fill": 63405, + "emoji-tear": 63410, + "envelope-arrow-down-fill": 63411, + "envelope-arrow-down": 63416, + "envelope-arrow-up-fill": 63417, + "envelope-arrow-up": 63422, + "feather": 63423, + "feather2": 63428, + "floppy-fill": 63429, + "floppy": 63448, + "floppy2-fill": 63449, + "floppy2": 63460, + "gitlab": 63461, + "highlighter": 63480, + "marker-tip": 63490, + "nvme-fill": 63491, + "nvme": 63500, + "opencollective": 63501, + "pci-card-network": 63693, + "pci-card-sound": 63694, + "radar": 63695, + "send-arrow-down-fill": 63696, + "send-arrow-down": 63697, + "send-arrow-up-fill": 63698, + "send-arrow-up": 63699, + "sim-slash-fill": 63700, + "sim-slash": 63701, + "sourceforge": 63702, + "substack": 63703, + "threads-fill": 63704, + "threads": 63705, + "transparency": 63706, + "twitter-x": 63707, + "type-h4": 63708, + "type-h5": 63709, + "type-h6": 63710, + "backpack-fill": 63711, + "backpack": 63712, + "backpack2-fill": 63713, + "backpack2": 63714, + "backpack3-fill": 63715, + "backpack3": 63716, + "backpack4-fill": 63717, + "backpack4": 63718, + "brilliance": 63719, + "cake-fill": 63720, + "cake2-fill": 63721, + "duffle-fill": 63722, + "duffle": 63723, + "exposure": 63724, + "gender-neuter": 63725, + "highlights": 63726, + "luggage-fill": 63727, + "luggage": 63728, + "mailbox-flag": 63729, + "mailbox2-flag": 63730, + "noise-reduction": 63731, + "passport-fill": 63732, + "passport": 63733, + "person-arms-up": 63734, + "person-raised-hand": 63735, + "person-standing-dress": 63736, + "person-standing": 63737, + "person-walking": 63738, + "person-wheelchair": 63739, + "shadows": 63740, + "suitcase-fill": 63741, + "suitcase-lg-fill": 63742, + "suitcase-lg": 63743, + "suitcase": 63744, + "suitcase2-fill": 63745, + "suitcase2": 63746, + "vignette": 63747 +} \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css b/lib/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css new file mode 100644 index 0000000..dadd6dc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css @@ -0,0 +1,5 @@ +/*! + * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/) + * Copyright 2019-2024 The Bootstrap Authors + * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) + */@font-face{font-display:block;font-family:bootstrap-icons;src:url("fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),url("fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff")}.bi::before,[class*=" bi-"]::before,[class^=bi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:"\f67f"}.bi-alarm-fill::before{content:"\f101"}.bi-alarm::before{content:"\f102"}.bi-align-bottom::before{content:"\f103"}.bi-align-center::before{content:"\f104"}.bi-align-end::before{content:"\f105"}.bi-align-middle::before{content:"\f106"}.bi-align-start::before{content:"\f107"}.bi-align-top::before{content:"\f108"}.bi-alt::before{content:"\f109"}.bi-app-indicator::before{content:"\f10a"}.bi-app::before{content:"\f10b"}.bi-archive-fill::before{content:"\f10c"}.bi-archive::before{content:"\f10d"}.bi-arrow-90deg-down::before{content:"\f10e"}.bi-arrow-90deg-left::before{content:"\f10f"}.bi-arrow-90deg-right::before{content:"\f110"}.bi-arrow-90deg-up::before{content:"\f111"}.bi-arrow-bar-down::before{content:"\f112"}.bi-arrow-bar-left::before{content:"\f113"}.bi-arrow-bar-right::before{content:"\f114"}.bi-arrow-bar-up::before{content:"\f115"}.bi-arrow-clockwise::before{content:"\f116"}.bi-arrow-counterclockwise::before{content:"\f117"}.bi-arrow-down-circle-fill::before{content:"\f118"}.bi-arrow-down-circle::before{content:"\f119"}.bi-arrow-down-left-circle-fill::before{content:"\f11a"}.bi-arrow-down-left-circle::before{content:"\f11b"}.bi-arrow-down-left-square-fill::before{content:"\f11c"}.bi-arrow-down-left-square::before{content:"\f11d"}.bi-arrow-down-left::before{content:"\f11e"}.bi-arrow-down-right-circle-fill::before{content:"\f11f"}.bi-arrow-down-right-circle::before{content:"\f120"}.bi-arrow-down-right-square-fill::before{content:"\f121"}.bi-arrow-down-right-square::before{content:"\f122"}.bi-arrow-down-right::before{content:"\f123"}.bi-arrow-down-short::before{content:"\f124"}.bi-arrow-down-square-fill::before{content:"\f125"}.bi-arrow-down-square::before{content:"\f126"}.bi-arrow-down-up::before{content:"\f127"}.bi-arrow-down::before{content:"\f128"}.bi-arrow-left-circle-fill::before{content:"\f129"}.bi-arrow-left-circle::before{content:"\f12a"}.bi-arrow-left-right::before{content:"\f12b"}.bi-arrow-left-short::before{content:"\f12c"}.bi-arrow-left-square-fill::before{content:"\f12d"}.bi-arrow-left-square::before{content:"\f12e"}.bi-arrow-left::before{content:"\f12f"}.bi-arrow-repeat::before{content:"\f130"}.bi-arrow-return-left::before{content:"\f131"}.bi-arrow-return-right::before{content:"\f132"}.bi-arrow-right-circle-fill::before{content:"\f133"}.bi-arrow-right-circle::before{content:"\f134"}.bi-arrow-right-short::before{content:"\f135"}.bi-arrow-right-square-fill::before{content:"\f136"}.bi-arrow-right-square::before{content:"\f137"}.bi-arrow-right::before{content:"\f138"}.bi-arrow-up-circle-fill::before{content:"\f139"}.bi-arrow-up-circle::before{content:"\f13a"}.bi-arrow-up-left-circle-fill::before{content:"\f13b"}.bi-arrow-up-left-circle::before{content:"\f13c"}.bi-arrow-up-left-square-fill::before{content:"\f13d"}.bi-arrow-up-left-square::before{content:"\f13e"}.bi-arrow-up-left::before{content:"\f13f"}.bi-arrow-up-right-circle-fill::before{content:"\f140"}.bi-arrow-up-right-circle::before{content:"\f141"}.bi-arrow-up-right-square-fill::before{content:"\f142"}.bi-arrow-up-right-square::before{content:"\f143"}.bi-arrow-up-right::before{content:"\f144"}.bi-arrow-up-short::before{content:"\f145"}.bi-arrow-up-square-fill::before{content:"\f146"}.bi-arrow-up-square::before{content:"\f147"}.bi-arrow-up::before{content:"\f148"}.bi-arrows-angle-contract::before{content:"\f149"}.bi-arrows-angle-expand::before{content:"\f14a"}.bi-arrows-collapse::before{content:"\f14b"}.bi-arrows-expand::before{content:"\f14c"}.bi-arrows-fullscreen::before{content:"\f14d"}.bi-arrows-move::before{content:"\f14e"}.bi-aspect-ratio-fill::before{content:"\f14f"}.bi-aspect-ratio::before{content:"\f150"}.bi-asterisk::before{content:"\f151"}.bi-at::before{content:"\f152"}.bi-award-fill::before{content:"\f153"}.bi-award::before{content:"\f154"}.bi-back::before{content:"\f155"}.bi-backspace-fill::before{content:"\f156"}.bi-backspace-reverse-fill::before{content:"\f157"}.bi-backspace-reverse::before{content:"\f158"}.bi-backspace::before{content:"\f159"}.bi-badge-3d-fill::before{content:"\f15a"}.bi-badge-3d::before{content:"\f15b"}.bi-badge-4k-fill::before{content:"\f15c"}.bi-badge-4k::before{content:"\f15d"}.bi-badge-8k-fill::before{content:"\f15e"}.bi-badge-8k::before{content:"\f15f"}.bi-badge-ad-fill::before{content:"\f160"}.bi-badge-ad::before{content:"\f161"}.bi-badge-ar-fill::before{content:"\f162"}.bi-badge-ar::before{content:"\f163"}.bi-badge-cc-fill::before{content:"\f164"}.bi-badge-cc::before{content:"\f165"}.bi-badge-hd-fill::before{content:"\f166"}.bi-badge-hd::before{content:"\f167"}.bi-badge-tm-fill::before{content:"\f168"}.bi-badge-tm::before{content:"\f169"}.bi-badge-vo-fill::before{content:"\f16a"}.bi-badge-vo::before{content:"\f16b"}.bi-badge-vr-fill::before{content:"\f16c"}.bi-badge-vr::before{content:"\f16d"}.bi-badge-wc-fill::before{content:"\f16e"}.bi-badge-wc::before{content:"\f16f"}.bi-bag-check-fill::before{content:"\f170"}.bi-bag-check::before{content:"\f171"}.bi-bag-dash-fill::before{content:"\f172"}.bi-bag-dash::before{content:"\f173"}.bi-bag-fill::before{content:"\f174"}.bi-bag-plus-fill::before{content:"\f175"}.bi-bag-plus::before{content:"\f176"}.bi-bag-x-fill::before{content:"\f177"}.bi-bag-x::before{content:"\f178"}.bi-bag::before{content:"\f179"}.bi-bar-chart-fill::before{content:"\f17a"}.bi-bar-chart-line-fill::before{content:"\f17b"}.bi-bar-chart-line::before{content:"\f17c"}.bi-bar-chart-steps::before{content:"\f17d"}.bi-bar-chart::before{content:"\f17e"}.bi-basket-fill::before{content:"\f17f"}.bi-basket::before{content:"\f180"}.bi-basket2-fill::before{content:"\f181"}.bi-basket2::before{content:"\f182"}.bi-basket3-fill::before{content:"\f183"}.bi-basket3::before{content:"\f184"}.bi-battery-charging::before{content:"\f185"}.bi-battery-full::before{content:"\f186"}.bi-battery-half::before{content:"\f187"}.bi-battery::before{content:"\f188"}.bi-bell-fill::before{content:"\f189"}.bi-bell::before{content:"\f18a"}.bi-bezier::before{content:"\f18b"}.bi-bezier2::before{content:"\f18c"}.bi-bicycle::before{content:"\f18d"}.bi-binoculars-fill::before{content:"\f18e"}.bi-binoculars::before{content:"\f18f"}.bi-blockquote-left::before{content:"\f190"}.bi-blockquote-right::before{content:"\f191"}.bi-book-fill::before{content:"\f192"}.bi-book-half::before{content:"\f193"}.bi-book::before{content:"\f194"}.bi-bookmark-check-fill::before{content:"\f195"}.bi-bookmark-check::before{content:"\f196"}.bi-bookmark-dash-fill::before{content:"\f197"}.bi-bookmark-dash::before{content:"\f198"}.bi-bookmark-fill::before{content:"\f199"}.bi-bookmark-heart-fill::before{content:"\f19a"}.bi-bookmark-heart::before{content:"\f19b"}.bi-bookmark-plus-fill::before{content:"\f19c"}.bi-bookmark-plus::before{content:"\f19d"}.bi-bookmark-star-fill::before{content:"\f19e"}.bi-bookmark-star::before{content:"\f19f"}.bi-bookmark-x-fill::before{content:"\f1a0"}.bi-bookmark-x::before{content:"\f1a1"}.bi-bookmark::before{content:"\f1a2"}.bi-bookmarks-fill::before{content:"\f1a3"}.bi-bookmarks::before{content:"\f1a4"}.bi-bookshelf::before{content:"\f1a5"}.bi-bootstrap-fill::before{content:"\f1a6"}.bi-bootstrap-reboot::before{content:"\f1a7"}.bi-bootstrap::before{content:"\f1a8"}.bi-border-all::before{content:"\f1a9"}.bi-border-bottom::before{content:"\f1aa"}.bi-border-center::before{content:"\f1ab"}.bi-border-inner::before{content:"\f1ac"}.bi-border-left::before{content:"\f1ad"}.bi-border-middle::before{content:"\f1ae"}.bi-border-outer::before{content:"\f1af"}.bi-border-right::before{content:"\f1b0"}.bi-border-style::before{content:"\f1b1"}.bi-border-top::before{content:"\f1b2"}.bi-border-width::before{content:"\f1b3"}.bi-border::before{content:"\f1b4"}.bi-bounding-box-circles::before{content:"\f1b5"}.bi-bounding-box::before{content:"\f1b6"}.bi-box-arrow-down-left::before{content:"\f1b7"}.bi-box-arrow-down-right::before{content:"\f1b8"}.bi-box-arrow-down::before{content:"\f1b9"}.bi-box-arrow-in-down-left::before{content:"\f1ba"}.bi-box-arrow-in-down-right::before{content:"\f1bb"}.bi-box-arrow-in-down::before{content:"\f1bc"}.bi-box-arrow-in-left::before{content:"\f1bd"}.bi-box-arrow-in-right::before{content:"\f1be"}.bi-box-arrow-in-up-left::before{content:"\f1bf"}.bi-box-arrow-in-up-right::before{content:"\f1c0"}.bi-box-arrow-in-up::before{content:"\f1c1"}.bi-box-arrow-left::before{content:"\f1c2"}.bi-box-arrow-right::before{content:"\f1c3"}.bi-box-arrow-up-left::before{content:"\f1c4"}.bi-box-arrow-up-right::before{content:"\f1c5"}.bi-box-arrow-up::before{content:"\f1c6"}.bi-box-seam::before{content:"\f1c7"}.bi-box::before{content:"\f1c8"}.bi-braces::before{content:"\f1c9"}.bi-bricks::before{content:"\f1ca"}.bi-briefcase-fill::before{content:"\f1cb"}.bi-briefcase::before{content:"\f1cc"}.bi-brightness-alt-high-fill::before{content:"\f1cd"}.bi-brightness-alt-high::before{content:"\f1ce"}.bi-brightness-alt-low-fill::before{content:"\f1cf"}.bi-brightness-alt-low::before{content:"\f1d0"}.bi-brightness-high-fill::before{content:"\f1d1"}.bi-brightness-high::before{content:"\f1d2"}.bi-brightness-low-fill::before{content:"\f1d3"}.bi-brightness-low::before{content:"\f1d4"}.bi-broadcast-pin::before{content:"\f1d5"}.bi-broadcast::before{content:"\f1d6"}.bi-brush-fill::before{content:"\f1d7"}.bi-brush::before{content:"\f1d8"}.bi-bucket-fill::before{content:"\f1d9"}.bi-bucket::before{content:"\f1da"}.bi-bug-fill::before{content:"\f1db"}.bi-bug::before{content:"\f1dc"}.bi-building::before{content:"\f1dd"}.bi-bullseye::before{content:"\f1de"}.bi-calculator-fill::before{content:"\f1df"}.bi-calculator::before{content:"\f1e0"}.bi-calendar-check-fill::before{content:"\f1e1"}.bi-calendar-check::before{content:"\f1e2"}.bi-calendar-date-fill::before{content:"\f1e3"}.bi-calendar-date::before{content:"\f1e4"}.bi-calendar-day-fill::before{content:"\f1e5"}.bi-calendar-day::before{content:"\f1e6"}.bi-calendar-event-fill::before{content:"\f1e7"}.bi-calendar-event::before{content:"\f1e8"}.bi-calendar-fill::before{content:"\f1e9"}.bi-calendar-minus-fill::before{content:"\f1ea"}.bi-calendar-minus::before{content:"\f1eb"}.bi-calendar-month-fill::before{content:"\f1ec"}.bi-calendar-month::before{content:"\f1ed"}.bi-calendar-plus-fill::before{content:"\f1ee"}.bi-calendar-plus::before{content:"\f1ef"}.bi-calendar-range-fill::before{content:"\f1f0"}.bi-calendar-range::before{content:"\f1f1"}.bi-calendar-week-fill::before{content:"\f1f2"}.bi-calendar-week::before{content:"\f1f3"}.bi-calendar-x-fill::before{content:"\f1f4"}.bi-calendar-x::before{content:"\f1f5"}.bi-calendar::before{content:"\f1f6"}.bi-calendar2-check-fill::before{content:"\f1f7"}.bi-calendar2-check::before{content:"\f1f8"}.bi-calendar2-date-fill::before{content:"\f1f9"}.bi-calendar2-date::before{content:"\f1fa"}.bi-calendar2-day-fill::before{content:"\f1fb"}.bi-calendar2-day::before{content:"\f1fc"}.bi-calendar2-event-fill::before{content:"\f1fd"}.bi-calendar2-event::before{content:"\f1fe"}.bi-calendar2-fill::before{content:"\f1ff"}.bi-calendar2-minus-fill::before{content:"\f200"}.bi-calendar2-minus::before{content:"\f201"}.bi-calendar2-month-fill::before{content:"\f202"}.bi-calendar2-month::before{content:"\f203"}.bi-calendar2-plus-fill::before{content:"\f204"}.bi-calendar2-plus::before{content:"\f205"}.bi-calendar2-range-fill::before{content:"\f206"}.bi-calendar2-range::before{content:"\f207"}.bi-calendar2-week-fill::before{content:"\f208"}.bi-calendar2-week::before{content:"\f209"}.bi-calendar2-x-fill::before{content:"\f20a"}.bi-calendar2-x::before{content:"\f20b"}.bi-calendar2::before{content:"\f20c"}.bi-calendar3-event-fill::before{content:"\f20d"}.bi-calendar3-event::before{content:"\f20e"}.bi-calendar3-fill::before{content:"\f20f"}.bi-calendar3-range-fill::before{content:"\f210"}.bi-calendar3-range::before{content:"\f211"}.bi-calendar3-week-fill::before{content:"\f212"}.bi-calendar3-week::before{content:"\f213"}.bi-calendar3::before{content:"\f214"}.bi-calendar4-event::before{content:"\f215"}.bi-calendar4-range::before{content:"\f216"}.bi-calendar4-week::before{content:"\f217"}.bi-calendar4::before{content:"\f218"}.bi-camera-fill::before{content:"\f219"}.bi-camera-reels-fill::before{content:"\f21a"}.bi-camera-reels::before{content:"\f21b"}.bi-camera-video-fill::before{content:"\f21c"}.bi-camera-video-off-fill::before{content:"\f21d"}.bi-camera-video-off::before{content:"\f21e"}.bi-camera-video::before{content:"\f21f"}.bi-camera::before{content:"\f220"}.bi-camera2::before{content:"\f221"}.bi-capslock-fill::before{content:"\f222"}.bi-capslock::before{content:"\f223"}.bi-card-checklist::before{content:"\f224"}.bi-card-heading::before{content:"\f225"}.bi-card-image::before{content:"\f226"}.bi-card-list::before{content:"\f227"}.bi-card-text::before{content:"\f228"}.bi-caret-down-fill::before{content:"\f229"}.bi-caret-down-square-fill::before{content:"\f22a"}.bi-caret-down-square::before{content:"\f22b"}.bi-caret-down::before{content:"\f22c"}.bi-caret-left-fill::before{content:"\f22d"}.bi-caret-left-square-fill::before{content:"\f22e"}.bi-caret-left-square::before{content:"\f22f"}.bi-caret-left::before{content:"\f230"}.bi-caret-right-fill::before{content:"\f231"}.bi-caret-right-square-fill::before{content:"\f232"}.bi-caret-right-square::before{content:"\f233"}.bi-caret-right::before{content:"\f234"}.bi-caret-up-fill::before{content:"\f235"}.bi-caret-up-square-fill::before{content:"\f236"}.bi-caret-up-square::before{content:"\f237"}.bi-caret-up::before{content:"\f238"}.bi-cart-check-fill::before{content:"\f239"}.bi-cart-check::before{content:"\f23a"}.bi-cart-dash-fill::before{content:"\f23b"}.bi-cart-dash::before{content:"\f23c"}.bi-cart-fill::before{content:"\f23d"}.bi-cart-plus-fill::before{content:"\f23e"}.bi-cart-plus::before{content:"\f23f"}.bi-cart-x-fill::before{content:"\f240"}.bi-cart-x::before{content:"\f241"}.bi-cart::before{content:"\f242"}.bi-cart2::before{content:"\f243"}.bi-cart3::before{content:"\f244"}.bi-cart4::before{content:"\f245"}.bi-cash-stack::before{content:"\f246"}.bi-cash::before{content:"\f247"}.bi-cast::before{content:"\f248"}.bi-chat-dots-fill::before{content:"\f249"}.bi-chat-dots::before{content:"\f24a"}.bi-chat-fill::before{content:"\f24b"}.bi-chat-left-dots-fill::before{content:"\f24c"}.bi-chat-left-dots::before{content:"\f24d"}.bi-chat-left-fill::before{content:"\f24e"}.bi-chat-left-quote-fill::before{content:"\f24f"}.bi-chat-left-quote::before{content:"\f250"}.bi-chat-left-text-fill::before{content:"\f251"}.bi-chat-left-text::before{content:"\f252"}.bi-chat-left::before{content:"\f253"}.bi-chat-quote-fill::before{content:"\f254"}.bi-chat-quote::before{content:"\f255"}.bi-chat-right-dots-fill::before{content:"\f256"}.bi-chat-right-dots::before{content:"\f257"}.bi-chat-right-fill::before{content:"\f258"}.bi-chat-right-quote-fill::before{content:"\f259"}.bi-chat-right-quote::before{content:"\f25a"}.bi-chat-right-text-fill::before{content:"\f25b"}.bi-chat-right-text::before{content:"\f25c"}.bi-chat-right::before{content:"\f25d"}.bi-chat-square-dots-fill::before{content:"\f25e"}.bi-chat-square-dots::before{content:"\f25f"}.bi-chat-square-fill::before{content:"\f260"}.bi-chat-square-quote-fill::before{content:"\f261"}.bi-chat-square-quote::before{content:"\f262"}.bi-chat-square-text-fill::before{content:"\f263"}.bi-chat-square-text::before{content:"\f264"}.bi-chat-square::before{content:"\f265"}.bi-chat-text-fill::before{content:"\f266"}.bi-chat-text::before{content:"\f267"}.bi-chat::before{content:"\f268"}.bi-check-all::before{content:"\f269"}.bi-check-circle-fill::before{content:"\f26a"}.bi-check-circle::before{content:"\f26b"}.bi-check-square-fill::before{content:"\f26c"}.bi-check-square::before{content:"\f26d"}.bi-check::before{content:"\f26e"}.bi-check2-all::before{content:"\f26f"}.bi-check2-circle::before{content:"\f270"}.bi-check2-square::before{content:"\f271"}.bi-check2::before{content:"\f272"}.bi-chevron-bar-contract::before{content:"\f273"}.bi-chevron-bar-down::before{content:"\f274"}.bi-chevron-bar-expand::before{content:"\f275"}.bi-chevron-bar-left::before{content:"\f276"}.bi-chevron-bar-right::before{content:"\f277"}.bi-chevron-bar-up::before{content:"\f278"}.bi-chevron-compact-down::before{content:"\f279"}.bi-chevron-compact-left::before{content:"\f27a"}.bi-chevron-compact-right::before{content:"\f27b"}.bi-chevron-compact-up::before{content:"\f27c"}.bi-chevron-contract::before{content:"\f27d"}.bi-chevron-double-down::before{content:"\f27e"}.bi-chevron-double-left::before{content:"\f27f"}.bi-chevron-double-right::before{content:"\f280"}.bi-chevron-double-up::before{content:"\f281"}.bi-chevron-down::before{content:"\f282"}.bi-chevron-expand::before{content:"\f283"}.bi-chevron-left::before{content:"\f284"}.bi-chevron-right::before{content:"\f285"}.bi-chevron-up::before{content:"\f286"}.bi-circle-fill::before{content:"\f287"}.bi-circle-half::before{content:"\f288"}.bi-circle-square::before{content:"\f289"}.bi-circle::before{content:"\f28a"}.bi-clipboard-check::before{content:"\f28b"}.bi-clipboard-data::before{content:"\f28c"}.bi-clipboard-minus::before{content:"\f28d"}.bi-clipboard-plus::before{content:"\f28e"}.bi-clipboard-x::before{content:"\f28f"}.bi-clipboard::before{content:"\f290"}.bi-clock-fill::before{content:"\f291"}.bi-clock-history::before{content:"\f292"}.bi-clock::before{content:"\f293"}.bi-cloud-arrow-down-fill::before{content:"\f294"}.bi-cloud-arrow-down::before{content:"\f295"}.bi-cloud-arrow-up-fill::before{content:"\f296"}.bi-cloud-arrow-up::before{content:"\f297"}.bi-cloud-check-fill::before{content:"\f298"}.bi-cloud-check::before{content:"\f299"}.bi-cloud-download-fill::before{content:"\f29a"}.bi-cloud-download::before{content:"\f29b"}.bi-cloud-drizzle-fill::before{content:"\f29c"}.bi-cloud-drizzle::before{content:"\f29d"}.bi-cloud-fill::before{content:"\f29e"}.bi-cloud-fog-fill::before{content:"\f29f"}.bi-cloud-fog::before{content:"\f2a0"}.bi-cloud-fog2-fill::before{content:"\f2a1"}.bi-cloud-fog2::before{content:"\f2a2"}.bi-cloud-hail-fill::before{content:"\f2a3"}.bi-cloud-hail::before{content:"\f2a4"}.bi-cloud-haze-fill::before{content:"\f2a6"}.bi-cloud-haze::before{content:"\f2a7"}.bi-cloud-haze2-fill::before{content:"\f2a8"}.bi-cloud-lightning-fill::before{content:"\f2a9"}.bi-cloud-lightning-rain-fill::before{content:"\f2aa"}.bi-cloud-lightning-rain::before{content:"\f2ab"}.bi-cloud-lightning::before{content:"\f2ac"}.bi-cloud-minus-fill::before{content:"\f2ad"}.bi-cloud-minus::before{content:"\f2ae"}.bi-cloud-moon-fill::before{content:"\f2af"}.bi-cloud-moon::before{content:"\f2b0"}.bi-cloud-plus-fill::before{content:"\f2b1"}.bi-cloud-plus::before{content:"\f2b2"}.bi-cloud-rain-fill::before{content:"\f2b3"}.bi-cloud-rain-heavy-fill::before{content:"\f2b4"}.bi-cloud-rain-heavy::before{content:"\f2b5"}.bi-cloud-rain::before{content:"\f2b6"}.bi-cloud-slash-fill::before{content:"\f2b7"}.bi-cloud-slash::before{content:"\f2b8"}.bi-cloud-sleet-fill::before{content:"\f2b9"}.bi-cloud-sleet::before{content:"\f2ba"}.bi-cloud-snow-fill::before{content:"\f2bb"}.bi-cloud-snow::before{content:"\f2bc"}.bi-cloud-sun-fill::before{content:"\f2bd"}.bi-cloud-sun::before{content:"\f2be"}.bi-cloud-upload-fill::before{content:"\f2bf"}.bi-cloud-upload::before{content:"\f2c0"}.bi-cloud::before{content:"\f2c1"}.bi-clouds-fill::before{content:"\f2c2"}.bi-clouds::before{content:"\f2c3"}.bi-cloudy-fill::before{content:"\f2c4"}.bi-cloudy::before{content:"\f2c5"}.bi-code-slash::before{content:"\f2c6"}.bi-code-square::before{content:"\f2c7"}.bi-code::before{content:"\f2c8"}.bi-collection-fill::before{content:"\f2c9"}.bi-collection-play-fill::before{content:"\f2ca"}.bi-collection-play::before{content:"\f2cb"}.bi-collection::before{content:"\f2cc"}.bi-columns-gap::before{content:"\f2cd"}.bi-columns::before{content:"\f2ce"}.bi-command::before{content:"\f2cf"}.bi-compass-fill::before{content:"\f2d0"}.bi-compass::before{content:"\f2d1"}.bi-cone-striped::before{content:"\f2d2"}.bi-cone::before{content:"\f2d3"}.bi-controller::before{content:"\f2d4"}.bi-cpu-fill::before{content:"\f2d5"}.bi-cpu::before{content:"\f2d6"}.bi-credit-card-2-back-fill::before{content:"\f2d7"}.bi-credit-card-2-back::before{content:"\f2d8"}.bi-credit-card-2-front-fill::before{content:"\f2d9"}.bi-credit-card-2-front::before{content:"\f2da"}.bi-credit-card-fill::before{content:"\f2db"}.bi-credit-card::before{content:"\f2dc"}.bi-crop::before{content:"\f2dd"}.bi-cup-fill::before{content:"\f2de"}.bi-cup-straw::before{content:"\f2df"}.bi-cup::before{content:"\f2e0"}.bi-cursor-fill::before{content:"\f2e1"}.bi-cursor-text::before{content:"\f2e2"}.bi-cursor::before{content:"\f2e3"}.bi-dash-circle-dotted::before{content:"\f2e4"}.bi-dash-circle-fill::before{content:"\f2e5"}.bi-dash-circle::before{content:"\f2e6"}.bi-dash-square-dotted::before{content:"\f2e7"}.bi-dash-square-fill::before{content:"\f2e8"}.bi-dash-square::before{content:"\f2e9"}.bi-dash::before{content:"\f2ea"}.bi-diagram-2-fill::before{content:"\f2eb"}.bi-diagram-2::before{content:"\f2ec"}.bi-diagram-3-fill::before{content:"\f2ed"}.bi-diagram-3::before{content:"\f2ee"}.bi-diamond-fill::before{content:"\f2ef"}.bi-diamond-half::before{content:"\f2f0"}.bi-diamond::before{content:"\f2f1"}.bi-dice-1-fill::before{content:"\f2f2"}.bi-dice-1::before{content:"\f2f3"}.bi-dice-2-fill::before{content:"\f2f4"}.bi-dice-2::before{content:"\f2f5"}.bi-dice-3-fill::before{content:"\f2f6"}.bi-dice-3::before{content:"\f2f7"}.bi-dice-4-fill::before{content:"\f2f8"}.bi-dice-4::before{content:"\f2f9"}.bi-dice-5-fill::before{content:"\f2fa"}.bi-dice-5::before{content:"\f2fb"}.bi-dice-6-fill::before{content:"\f2fc"}.bi-dice-6::before{content:"\f2fd"}.bi-disc-fill::before{content:"\f2fe"}.bi-disc::before{content:"\f2ff"}.bi-discord::before{content:"\f300"}.bi-display-fill::before{content:"\f301"}.bi-display::before{content:"\f302"}.bi-distribute-horizontal::before{content:"\f303"}.bi-distribute-vertical::before{content:"\f304"}.bi-door-closed-fill::before{content:"\f305"}.bi-door-closed::before{content:"\f306"}.bi-door-open-fill::before{content:"\f307"}.bi-door-open::before{content:"\f308"}.bi-dot::before{content:"\f309"}.bi-download::before{content:"\f30a"}.bi-droplet-fill::before{content:"\f30b"}.bi-droplet-half::before{content:"\f30c"}.bi-droplet::before{content:"\f30d"}.bi-earbuds::before{content:"\f30e"}.bi-easel-fill::before{content:"\f30f"}.bi-easel::before{content:"\f310"}.bi-egg-fill::before{content:"\f311"}.bi-egg-fried::before{content:"\f312"}.bi-egg::before{content:"\f313"}.bi-eject-fill::before{content:"\f314"}.bi-eject::before{content:"\f315"}.bi-emoji-angry-fill::before{content:"\f316"}.bi-emoji-angry::before{content:"\f317"}.bi-emoji-dizzy-fill::before{content:"\f318"}.bi-emoji-dizzy::before{content:"\f319"}.bi-emoji-expressionless-fill::before{content:"\f31a"}.bi-emoji-expressionless::before{content:"\f31b"}.bi-emoji-frown-fill::before{content:"\f31c"}.bi-emoji-frown::before{content:"\f31d"}.bi-emoji-heart-eyes-fill::before{content:"\f31e"}.bi-emoji-heart-eyes::before{content:"\f31f"}.bi-emoji-laughing-fill::before{content:"\f320"}.bi-emoji-laughing::before{content:"\f321"}.bi-emoji-neutral-fill::before{content:"\f322"}.bi-emoji-neutral::before{content:"\f323"}.bi-emoji-smile-fill::before{content:"\f324"}.bi-emoji-smile-upside-down-fill::before{content:"\f325"}.bi-emoji-smile-upside-down::before{content:"\f326"}.bi-emoji-smile::before{content:"\f327"}.bi-emoji-sunglasses-fill::before{content:"\f328"}.bi-emoji-sunglasses::before{content:"\f329"}.bi-emoji-wink-fill::before{content:"\f32a"}.bi-emoji-wink::before{content:"\f32b"}.bi-envelope-fill::before{content:"\f32c"}.bi-envelope-open-fill::before{content:"\f32d"}.bi-envelope-open::before{content:"\f32e"}.bi-envelope::before{content:"\f32f"}.bi-eraser-fill::before{content:"\f330"}.bi-eraser::before{content:"\f331"}.bi-exclamation-circle-fill::before{content:"\f332"}.bi-exclamation-circle::before{content:"\f333"}.bi-exclamation-diamond-fill::before{content:"\f334"}.bi-exclamation-diamond::before{content:"\f335"}.bi-exclamation-octagon-fill::before{content:"\f336"}.bi-exclamation-octagon::before{content:"\f337"}.bi-exclamation-square-fill::before{content:"\f338"}.bi-exclamation-square::before{content:"\f339"}.bi-exclamation-triangle-fill::before{content:"\f33a"}.bi-exclamation-triangle::before{content:"\f33b"}.bi-exclamation::before{content:"\f33c"}.bi-exclude::before{content:"\f33d"}.bi-eye-fill::before{content:"\f33e"}.bi-eye-slash-fill::before{content:"\f33f"}.bi-eye-slash::before{content:"\f340"}.bi-eye::before{content:"\f341"}.bi-eyedropper::before{content:"\f342"}.bi-eyeglasses::before{content:"\f343"}.bi-facebook::before{content:"\f344"}.bi-file-arrow-down-fill::before{content:"\f345"}.bi-file-arrow-down::before{content:"\f346"}.bi-file-arrow-up-fill::before{content:"\f347"}.bi-file-arrow-up::before{content:"\f348"}.bi-file-bar-graph-fill::before{content:"\f349"}.bi-file-bar-graph::before{content:"\f34a"}.bi-file-binary-fill::before{content:"\f34b"}.bi-file-binary::before{content:"\f34c"}.bi-file-break-fill::before{content:"\f34d"}.bi-file-break::before{content:"\f34e"}.bi-file-check-fill::before{content:"\f34f"}.bi-file-check::before{content:"\f350"}.bi-file-code-fill::before{content:"\f351"}.bi-file-code::before{content:"\f352"}.bi-file-diff-fill::before{content:"\f353"}.bi-file-diff::before{content:"\f354"}.bi-file-earmark-arrow-down-fill::before{content:"\f355"}.bi-file-earmark-arrow-down::before{content:"\f356"}.bi-file-earmark-arrow-up-fill::before{content:"\f357"}.bi-file-earmark-arrow-up::before{content:"\f358"}.bi-file-earmark-bar-graph-fill::before{content:"\f359"}.bi-file-earmark-bar-graph::before{content:"\f35a"}.bi-file-earmark-binary-fill::before{content:"\f35b"}.bi-file-earmark-binary::before{content:"\f35c"}.bi-file-earmark-break-fill::before{content:"\f35d"}.bi-file-earmark-break::before{content:"\f35e"}.bi-file-earmark-check-fill::before{content:"\f35f"}.bi-file-earmark-check::before{content:"\f360"}.bi-file-earmark-code-fill::before{content:"\f361"}.bi-file-earmark-code::before{content:"\f362"}.bi-file-earmark-diff-fill::before{content:"\f363"}.bi-file-earmark-diff::before{content:"\f364"}.bi-file-earmark-easel-fill::before{content:"\f365"}.bi-file-earmark-easel::before{content:"\f366"}.bi-file-earmark-excel-fill::before{content:"\f367"}.bi-file-earmark-excel::before{content:"\f368"}.bi-file-earmark-fill::before{content:"\f369"}.bi-file-earmark-font-fill::before{content:"\f36a"}.bi-file-earmark-font::before{content:"\f36b"}.bi-file-earmark-image-fill::before{content:"\f36c"}.bi-file-earmark-image::before{content:"\f36d"}.bi-file-earmark-lock-fill::before{content:"\f36e"}.bi-file-earmark-lock::before{content:"\f36f"}.bi-file-earmark-lock2-fill::before{content:"\f370"}.bi-file-earmark-lock2::before{content:"\f371"}.bi-file-earmark-medical-fill::before{content:"\f372"}.bi-file-earmark-medical::before{content:"\f373"}.bi-file-earmark-minus-fill::before{content:"\f374"}.bi-file-earmark-minus::before{content:"\f375"}.bi-file-earmark-music-fill::before{content:"\f376"}.bi-file-earmark-music::before{content:"\f377"}.bi-file-earmark-person-fill::before{content:"\f378"}.bi-file-earmark-person::before{content:"\f379"}.bi-file-earmark-play-fill::before{content:"\f37a"}.bi-file-earmark-play::before{content:"\f37b"}.bi-file-earmark-plus-fill::before{content:"\f37c"}.bi-file-earmark-plus::before{content:"\f37d"}.bi-file-earmark-post-fill::before{content:"\f37e"}.bi-file-earmark-post::before{content:"\f37f"}.bi-file-earmark-ppt-fill::before{content:"\f380"}.bi-file-earmark-ppt::before{content:"\f381"}.bi-file-earmark-richtext-fill::before{content:"\f382"}.bi-file-earmark-richtext::before{content:"\f383"}.bi-file-earmark-ruled-fill::before{content:"\f384"}.bi-file-earmark-ruled::before{content:"\f385"}.bi-file-earmark-slides-fill::before{content:"\f386"}.bi-file-earmark-slides::before{content:"\f387"}.bi-file-earmark-spreadsheet-fill::before{content:"\f388"}.bi-file-earmark-spreadsheet::before{content:"\f389"}.bi-file-earmark-text-fill::before{content:"\f38a"}.bi-file-earmark-text::before{content:"\f38b"}.bi-file-earmark-word-fill::before{content:"\f38c"}.bi-file-earmark-word::before{content:"\f38d"}.bi-file-earmark-x-fill::before{content:"\f38e"}.bi-file-earmark-x::before{content:"\f38f"}.bi-file-earmark-zip-fill::before{content:"\f390"}.bi-file-earmark-zip::before{content:"\f391"}.bi-file-earmark::before{content:"\f392"}.bi-file-easel-fill::before{content:"\f393"}.bi-file-easel::before{content:"\f394"}.bi-file-excel-fill::before{content:"\f395"}.bi-file-excel::before{content:"\f396"}.bi-file-fill::before{content:"\f397"}.bi-file-font-fill::before{content:"\f398"}.bi-file-font::before{content:"\f399"}.bi-file-image-fill::before{content:"\f39a"}.bi-file-image::before{content:"\f39b"}.bi-file-lock-fill::before{content:"\f39c"}.bi-file-lock::before{content:"\f39d"}.bi-file-lock2-fill::before{content:"\f39e"}.bi-file-lock2::before{content:"\f39f"}.bi-file-medical-fill::before{content:"\f3a0"}.bi-file-medical::before{content:"\f3a1"}.bi-file-minus-fill::before{content:"\f3a2"}.bi-file-minus::before{content:"\f3a3"}.bi-file-music-fill::before{content:"\f3a4"}.bi-file-music::before{content:"\f3a5"}.bi-file-person-fill::before{content:"\f3a6"}.bi-file-person::before{content:"\f3a7"}.bi-file-play-fill::before{content:"\f3a8"}.bi-file-play::before{content:"\f3a9"}.bi-file-plus-fill::before{content:"\f3aa"}.bi-file-plus::before{content:"\f3ab"}.bi-file-post-fill::before{content:"\f3ac"}.bi-file-post::before{content:"\f3ad"}.bi-file-ppt-fill::before{content:"\f3ae"}.bi-file-ppt::before{content:"\f3af"}.bi-file-richtext-fill::before{content:"\f3b0"}.bi-file-richtext::before{content:"\f3b1"}.bi-file-ruled-fill::before{content:"\f3b2"}.bi-file-ruled::before{content:"\f3b3"}.bi-file-slides-fill::before{content:"\f3b4"}.bi-file-slides::before{content:"\f3b5"}.bi-file-spreadsheet-fill::before{content:"\f3b6"}.bi-file-spreadsheet::before{content:"\f3b7"}.bi-file-text-fill::before{content:"\f3b8"}.bi-file-text::before{content:"\f3b9"}.bi-file-word-fill::before{content:"\f3ba"}.bi-file-word::before{content:"\f3bb"}.bi-file-x-fill::before{content:"\f3bc"}.bi-file-x::before{content:"\f3bd"}.bi-file-zip-fill::before{content:"\f3be"}.bi-file-zip::before{content:"\f3bf"}.bi-file::before{content:"\f3c0"}.bi-files-alt::before{content:"\f3c1"}.bi-files::before{content:"\f3c2"}.bi-film::before{content:"\f3c3"}.bi-filter-circle-fill::before{content:"\f3c4"}.bi-filter-circle::before{content:"\f3c5"}.bi-filter-left::before{content:"\f3c6"}.bi-filter-right::before{content:"\f3c7"}.bi-filter-square-fill::before{content:"\f3c8"}.bi-filter-square::before{content:"\f3c9"}.bi-filter::before{content:"\f3ca"}.bi-flag-fill::before{content:"\f3cb"}.bi-flag::before{content:"\f3cc"}.bi-flower1::before{content:"\f3cd"}.bi-flower2::before{content:"\f3ce"}.bi-flower3::before{content:"\f3cf"}.bi-folder-check::before{content:"\f3d0"}.bi-folder-fill::before{content:"\f3d1"}.bi-folder-minus::before{content:"\f3d2"}.bi-folder-plus::before{content:"\f3d3"}.bi-folder-symlink-fill::before{content:"\f3d4"}.bi-folder-symlink::before{content:"\f3d5"}.bi-folder-x::before{content:"\f3d6"}.bi-folder::before{content:"\f3d7"}.bi-folder2-open::before{content:"\f3d8"}.bi-folder2::before{content:"\f3d9"}.bi-fonts::before{content:"\f3da"}.bi-forward-fill::before{content:"\f3db"}.bi-forward::before{content:"\f3dc"}.bi-front::before{content:"\f3dd"}.bi-fullscreen-exit::before{content:"\f3de"}.bi-fullscreen::before{content:"\f3df"}.bi-funnel-fill::before{content:"\f3e0"}.bi-funnel::before{content:"\f3e1"}.bi-gear-fill::before{content:"\f3e2"}.bi-gear-wide-connected::before{content:"\f3e3"}.bi-gear-wide::before{content:"\f3e4"}.bi-gear::before{content:"\f3e5"}.bi-gem::before{content:"\f3e6"}.bi-geo-alt-fill::before{content:"\f3e7"}.bi-geo-alt::before{content:"\f3e8"}.bi-geo-fill::before{content:"\f3e9"}.bi-geo::before{content:"\f3ea"}.bi-gift-fill::before{content:"\f3eb"}.bi-gift::before{content:"\f3ec"}.bi-github::before{content:"\f3ed"}.bi-globe::before{content:"\f3ee"}.bi-globe2::before{content:"\f3ef"}.bi-google::before{content:"\f3f0"}.bi-graph-down::before{content:"\f3f1"}.bi-graph-up::before{content:"\f3f2"}.bi-grid-1x2-fill::before{content:"\f3f3"}.bi-grid-1x2::before{content:"\f3f4"}.bi-grid-3x2-gap-fill::before{content:"\f3f5"}.bi-grid-3x2-gap::before{content:"\f3f6"}.bi-grid-3x2::before{content:"\f3f7"}.bi-grid-3x3-gap-fill::before{content:"\f3f8"}.bi-grid-3x3-gap::before{content:"\f3f9"}.bi-grid-3x3::before{content:"\f3fa"}.bi-grid-fill::before{content:"\f3fb"}.bi-grid::before{content:"\f3fc"}.bi-grip-horizontal::before{content:"\f3fd"}.bi-grip-vertical::before{content:"\f3fe"}.bi-hammer::before{content:"\f3ff"}.bi-hand-index-fill::before{content:"\f400"}.bi-hand-index-thumb-fill::before{content:"\f401"}.bi-hand-index-thumb::before{content:"\f402"}.bi-hand-index::before{content:"\f403"}.bi-hand-thumbs-down-fill::before{content:"\f404"}.bi-hand-thumbs-down::before{content:"\f405"}.bi-hand-thumbs-up-fill::before{content:"\f406"}.bi-hand-thumbs-up::before{content:"\f407"}.bi-handbag-fill::before{content:"\f408"}.bi-handbag::before{content:"\f409"}.bi-hash::before{content:"\f40a"}.bi-hdd-fill::before{content:"\f40b"}.bi-hdd-network-fill::before{content:"\f40c"}.bi-hdd-network::before{content:"\f40d"}.bi-hdd-rack-fill::before{content:"\f40e"}.bi-hdd-rack::before{content:"\f40f"}.bi-hdd-stack-fill::before{content:"\f410"}.bi-hdd-stack::before{content:"\f411"}.bi-hdd::before{content:"\f412"}.bi-headphones::before{content:"\f413"}.bi-headset::before{content:"\f414"}.bi-heart-fill::before{content:"\f415"}.bi-heart-half::before{content:"\f416"}.bi-heart::before{content:"\f417"}.bi-heptagon-fill::before{content:"\f418"}.bi-heptagon-half::before{content:"\f419"}.bi-heptagon::before{content:"\f41a"}.bi-hexagon-fill::before{content:"\f41b"}.bi-hexagon-half::before{content:"\f41c"}.bi-hexagon::before{content:"\f41d"}.bi-hourglass-bottom::before{content:"\f41e"}.bi-hourglass-split::before{content:"\f41f"}.bi-hourglass-top::before{content:"\f420"}.bi-hourglass::before{content:"\f421"}.bi-house-door-fill::before{content:"\f422"}.bi-house-door::before{content:"\f423"}.bi-house-fill::before{content:"\f424"}.bi-house::before{content:"\f425"}.bi-hr::before{content:"\f426"}.bi-hurricane::before{content:"\f427"}.bi-image-alt::before{content:"\f428"}.bi-image-fill::before{content:"\f429"}.bi-image::before{content:"\f42a"}.bi-images::before{content:"\f42b"}.bi-inbox-fill::before{content:"\f42c"}.bi-inbox::before{content:"\f42d"}.bi-inboxes-fill::before{content:"\f42e"}.bi-inboxes::before{content:"\f42f"}.bi-info-circle-fill::before{content:"\f430"}.bi-info-circle::before{content:"\f431"}.bi-info-square-fill::before{content:"\f432"}.bi-info-square::before{content:"\f433"}.bi-info::before{content:"\f434"}.bi-input-cursor-text::before{content:"\f435"}.bi-input-cursor::before{content:"\f436"}.bi-instagram::before{content:"\f437"}.bi-intersect::before{content:"\f438"}.bi-journal-album::before{content:"\f439"}.bi-journal-arrow-down::before{content:"\f43a"}.bi-journal-arrow-up::before{content:"\f43b"}.bi-journal-bookmark-fill::before{content:"\f43c"}.bi-journal-bookmark::before{content:"\f43d"}.bi-journal-check::before{content:"\f43e"}.bi-journal-code::before{content:"\f43f"}.bi-journal-medical::before{content:"\f440"}.bi-journal-minus::before{content:"\f441"}.bi-journal-plus::before{content:"\f442"}.bi-journal-richtext::before{content:"\f443"}.bi-journal-text::before{content:"\f444"}.bi-journal-x::before{content:"\f445"}.bi-journal::before{content:"\f446"}.bi-journals::before{content:"\f447"}.bi-joystick::before{content:"\f448"}.bi-justify-left::before{content:"\f449"}.bi-justify-right::before{content:"\f44a"}.bi-justify::before{content:"\f44b"}.bi-kanban-fill::before{content:"\f44c"}.bi-kanban::before{content:"\f44d"}.bi-key-fill::before{content:"\f44e"}.bi-key::before{content:"\f44f"}.bi-keyboard-fill::before{content:"\f450"}.bi-keyboard::before{content:"\f451"}.bi-ladder::before{content:"\f452"}.bi-lamp-fill::before{content:"\f453"}.bi-lamp::before{content:"\f454"}.bi-laptop-fill::before{content:"\f455"}.bi-laptop::before{content:"\f456"}.bi-layer-backward::before{content:"\f457"}.bi-layer-forward::before{content:"\f458"}.bi-layers-fill::before{content:"\f459"}.bi-layers-half::before{content:"\f45a"}.bi-layers::before{content:"\f45b"}.bi-layout-sidebar-inset-reverse::before{content:"\f45c"}.bi-layout-sidebar-inset::before{content:"\f45d"}.bi-layout-sidebar-reverse::before{content:"\f45e"}.bi-layout-sidebar::before{content:"\f45f"}.bi-layout-split::before{content:"\f460"}.bi-layout-text-sidebar-reverse::before{content:"\f461"}.bi-layout-text-sidebar::before{content:"\f462"}.bi-layout-text-window-reverse::before{content:"\f463"}.bi-layout-text-window::before{content:"\f464"}.bi-layout-three-columns::before{content:"\f465"}.bi-layout-wtf::before{content:"\f466"}.bi-life-preserver::before{content:"\f467"}.bi-lightbulb-fill::before{content:"\f468"}.bi-lightbulb-off-fill::before{content:"\f469"}.bi-lightbulb-off::before{content:"\f46a"}.bi-lightbulb::before{content:"\f46b"}.bi-lightning-charge-fill::before{content:"\f46c"}.bi-lightning-charge::before{content:"\f46d"}.bi-lightning-fill::before{content:"\f46e"}.bi-lightning::before{content:"\f46f"}.bi-link-45deg::before{content:"\f470"}.bi-link::before{content:"\f471"}.bi-linkedin::before{content:"\f472"}.bi-list-check::before{content:"\f473"}.bi-list-nested::before{content:"\f474"}.bi-list-ol::before{content:"\f475"}.bi-list-stars::before{content:"\f476"}.bi-list-task::before{content:"\f477"}.bi-list-ul::before{content:"\f478"}.bi-list::before{content:"\f479"}.bi-lock-fill::before{content:"\f47a"}.bi-lock::before{content:"\f47b"}.bi-mailbox::before{content:"\f47c"}.bi-mailbox2::before{content:"\f47d"}.bi-map-fill::before{content:"\f47e"}.bi-map::before{content:"\f47f"}.bi-markdown-fill::before{content:"\f480"}.bi-markdown::before{content:"\f481"}.bi-mask::before{content:"\f482"}.bi-megaphone-fill::before{content:"\f483"}.bi-megaphone::before{content:"\f484"}.bi-menu-app-fill::before{content:"\f485"}.bi-menu-app::before{content:"\f486"}.bi-menu-button-fill::before{content:"\f487"}.bi-menu-button-wide-fill::before{content:"\f488"}.bi-menu-button-wide::before{content:"\f489"}.bi-menu-button::before{content:"\f48a"}.bi-menu-down::before{content:"\f48b"}.bi-menu-up::before{content:"\f48c"}.bi-mic-fill::before{content:"\f48d"}.bi-mic-mute-fill::before{content:"\f48e"}.bi-mic-mute::before{content:"\f48f"}.bi-mic::before{content:"\f490"}.bi-minecart-loaded::before{content:"\f491"}.bi-minecart::before{content:"\f492"}.bi-moisture::before{content:"\f493"}.bi-moon-fill::before{content:"\f494"}.bi-moon-stars-fill::before{content:"\f495"}.bi-moon-stars::before{content:"\f496"}.bi-moon::before{content:"\f497"}.bi-mouse-fill::before{content:"\f498"}.bi-mouse::before{content:"\f499"}.bi-mouse2-fill::before{content:"\f49a"}.bi-mouse2::before{content:"\f49b"}.bi-mouse3-fill::before{content:"\f49c"}.bi-mouse3::before{content:"\f49d"}.bi-music-note-beamed::before{content:"\f49e"}.bi-music-note-list::before{content:"\f49f"}.bi-music-note::before{content:"\f4a0"}.bi-music-player-fill::before{content:"\f4a1"}.bi-music-player::before{content:"\f4a2"}.bi-newspaper::before{content:"\f4a3"}.bi-node-minus-fill::before{content:"\f4a4"}.bi-node-minus::before{content:"\f4a5"}.bi-node-plus-fill::before{content:"\f4a6"}.bi-node-plus::before{content:"\f4a7"}.bi-nut-fill::before{content:"\f4a8"}.bi-nut::before{content:"\f4a9"}.bi-octagon-fill::before{content:"\f4aa"}.bi-octagon-half::before{content:"\f4ab"}.bi-octagon::before{content:"\f4ac"}.bi-option::before{content:"\f4ad"}.bi-outlet::before{content:"\f4ae"}.bi-paint-bucket::before{content:"\f4af"}.bi-palette-fill::before{content:"\f4b0"}.bi-palette::before{content:"\f4b1"}.bi-palette2::before{content:"\f4b2"}.bi-paperclip::before{content:"\f4b3"}.bi-paragraph::before{content:"\f4b4"}.bi-patch-check-fill::before{content:"\f4b5"}.bi-patch-check::before{content:"\f4b6"}.bi-patch-exclamation-fill::before{content:"\f4b7"}.bi-patch-exclamation::before{content:"\f4b8"}.bi-patch-minus-fill::before{content:"\f4b9"}.bi-patch-minus::before{content:"\f4ba"}.bi-patch-plus-fill::before{content:"\f4bb"}.bi-patch-plus::before{content:"\f4bc"}.bi-patch-question-fill::before{content:"\f4bd"}.bi-patch-question::before{content:"\f4be"}.bi-pause-btn-fill::before{content:"\f4bf"}.bi-pause-btn::before{content:"\f4c0"}.bi-pause-circle-fill::before{content:"\f4c1"}.bi-pause-circle::before{content:"\f4c2"}.bi-pause-fill::before{content:"\f4c3"}.bi-pause::before{content:"\f4c4"}.bi-peace-fill::before{content:"\f4c5"}.bi-peace::before{content:"\f4c6"}.bi-pen-fill::before{content:"\f4c7"}.bi-pen::before{content:"\f4c8"}.bi-pencil-fill::before{content:"\f4c9"}.bi-pencil-square::before{content:"\f4ca"}.bi-pencil::before{content:"\f4cb"}.bi-pentagon-fill::before{content:"\f4cc"}.bi-pentagon-half::before{content:"\f4cd"}.bi-pentagon::before{content:"\f4ce"}.bi-people-fill::before{content:"\f4cf"}.bi-people::before{content:"\f4d0"}.bi-percent::before{content:"\f4d1"}.bi-person-badge-fill::before{content:"\f4d2"}.bi-person-badge::before{content:"\f4d3"}.bi-person-bounding-box::before{content:"\f4d4"}.bi-person-check-fill::before{content:"\f4d5"}.bi-person-check::before{content:"\f4d6"}.bi-person-circle::before{content:"\f4d7"}.bi-person-dash-fill::before{content:"\f4d8"}.bi-person-dash::before{content:"\f4d9"}.bi-person-fill::before{content:"\f4da"}.bi-person-lines-fill::before{content:"\f4db"}.bi-person-plus-fill::before{content:"\f4dc"}.bi-person-plus::before{content:"\f4dd"}.bi-person-square::before{content:"\f4de"}.bi-person-x-fill::before{content:"\f4df"}.bi-person-x::before{content:"\f4e0"}.bi-person::before{content:"\f4e1"}.bi-phone-fill::before{content:"\f4e2"}.bi-phone-landscape-fill::before{content:"\f4e3"}.bi-phone-landscape::before{content:"\f4e4"}.bi-phone-vibrate-fill::before{content:"\f4e5"}.bi-phone-vibrate::before{content:"\f4e6"}.bi-phone::before{content:"\f4e7"}.bi-pie-chart-fill::before{content:"\f4e8"}.bi-pie-chart::before{content:"\f4e9"}.bi-pin-angle-fill::before{content:"\f4ea"}.bi-pin-angle::before{content:"\f4eb"}.bi-pin-fill::before{content:"\f4ec"}.bi-pin::before{content:"\f4ed"}.bi-pip-fill::before{content:"\f4ee"}.bi-pip::before{content:"\f4ef"}.bi-play-btn-fill::before{content:"\f4f0"}.bi-play-btn::before{content:"\f4f1"}.bi-play-circle-fill::before{content:"\f4f2"}.bi-play-circle::before{content:"\f4f3"}.bi-play-fill::before{content:"\f4f4"}.bi-play::before{content:"\f4f5"}.bi-plug-fill::before{content:"\f4f6"}.bi-plug::before{content:"\f4f7"}.bi-plus-circle-dotted::before{content:"\f4f8"}.bi-plus-circle-fill::before{content:"\f4f9"}.bi-plus-circle::before{content:"\f4fa"}.bi-plus-square-dotted::before{content:"\f4fb"}.bi-plus-square-fill::before{content:"\f4fc"}.bi-plus-square::before{content:"\f4fd"}.bi-plus::before{content:"\f4fe"}.bi-power::before{content:"\f4ff"}.bi-printer-fill::before{content:"\f500"}.bi-printer::before{content:"\f501"}.bi-puzzle-fill::before{content:"\f502"}.bi-puzzle::before{content:"\f503"}.bi-question-circle-fill::before{content:"\f504"}.bi-question-circle::before{content:"\f505"}.bi-question-diamond-fill::before{content:"\f506"}.bi-question-diamond::before{content:"\f507"}.bi-question-octagon-fill::before{content:"\f508"}.bi-question-octagon::before{content:"\f509"}.bi-question-square-fill::before{content:"\f50a"}.bi-question-square::before{content:"\f50b"}.bi-question::before{content:"\f50c"}.bi-rainbow::before{content:"\f50d"}.bi-receipt-cutoff::before{content:"\f50e"}.bi-receipt::before{content:"\f50f"}.bi-reception-0::before{content:"\f510"}.bi-reception-1::before{content:"\f511"}.bi-reception-2::before{content:"\f512"}.bi-reception-3::before{content:"\f513"}.bi-reception-4::before{content:"\f514"}.bi-record-btn-fill::before{content:"\f515"}.bi-record-btn::before{content:"\f516"}.bi-record-circle-fill::before{content:"\f517"}.bi-record-circle::before{content:"\f518"}.bi-record-fill::before{content:"\f519"}.bi-record::before{content:"\f51a"}.bi-record2-fill::before{content:"\f51b"}.bi-record2::before{content:"\f51c"}.bi-reply-all-fill::before{content:"\f51d"}.bi-reply-all::before{content:"\f51e"}.bi-reply-fill::before{content:"\f51f"}.bi-reply::before{content:"\f520"}.bi-rss-fill::before{content:"\f521"}.bi-rss::before{content:"\f522"}.bi-rulers::before{content:"\f523"}.bi-save-fill::before{content:"\f524"}.bi-save::before{content:"\f525"}.bi-save2-fill::before{content:"\f526"}.bi-save2::before{content:"\f527"}.bi-scissors::before{content:"\f528"}.bi-screwdriver::before{content:"\f529"}.bi-search::before{content:"\f52a"}.bi-segmented-nav::before{content:"\f52b"}.bi-server::before{content:"\f52c"}.bi-share-fill::before{content:"\f52d"}.bi-share::before{content:"\f52e"}.bi-shield-check::before{content:"\f52f"}.bi-shield-exclamation::before{content:"\f530"}.bi-shield-fill-check::before{content:"\f531"}.bi-shield-fill-exclamation::before{content:"\f532"}.bi-shield-fill-minus::before{content:"\f533"}.bi-shield-fill-plus::before{content:"\f534"}.bi-shield-fill-x::before{content:"\f535"}.bi-shield-fill::before{content:"\f536"}.bi-shield-lock-fill::before{content:"\f537"}.bi-shield-lock::before{content:"\f538"}.bi-shield-minus::before{content:"\f539"}.bi-shield-plus::before{content:"\f53a"}.bi-shield-shaded::before{content:"\f53b"}.bi-shield-slash-fill::before{content:"\f53c"}.bi-shield-slash::before{content:"\f53d"}.bi-shield-x::before{content:"\f53e"}.bi-shield::before{content:"\f53f"}.bi-shift-fill::before{content:"\f540"}.bi-shift::before{content:"\f541"}.bi-shop-window::before{content:"\f542"}.bi-shop::before{content:"\f543"}.bi-shuffle::before{content:"\f544"}.bi-signpost-2-fill::before{content:"\f545"}.bi-signpost-2::before{content:"\f546"}.bi-signpost-fill::before{content:"\f547"}.bi-signpost-split-fill::before{content:"\f548"}.bi-signpost-split::before{content:"\f549"}.bi-signpost::before{content:"\f54a"}.bi-sim-fill::before{content:"\f54b"}.bi-sim::before{content:"\f54c"}.bi-skip-backward-btn-fill::before{content:"\f54d"}.bi-skip-backward-btn::before{content:"\f54e"}.bi-skip-backward-circle-fill::before{content:"\f54f"}.bi-skip-backward-circle::before{content:"\f550"}.bi-skip-backward-fill::before{content:"\f551"}.bi-skip-backward::before{content:"\f552"}.bi-skip-end-btn-fill::before{content:"\f553"}.bi-skip-end-btn::before{content:"\f554"}.bi-skip-end-circle-fill::before{content:"\f555"}.bi-skip-end-circle::before{content:"\f556"}.bi-skip-end-fill::before{content:"\f557"}.bi-skip-end::before{content:"\f558"}.bi-skip-forward-btn-fill::before{content:"\f559"}.bi-skip-forward-btn::before{content:"\f55a"}.bi-skip-forward-circle-fill::before{content:"\f55b"}.bi-skip-forward-circle::before{content:"\f55c"}.bi-skip-forward-fill::before{content:"\f55d"}.bi-skip-forward::before{content:"\f55e"}.bi-skip-start-btn-fill::before{content:"\f55f"}.bi-skip-start-btn::before{content:"\f560"}.bi-skip-start-circle-fill::before{content:"\f561"}.bi-skip-start-circle::before{content:"\f562"}.bi-skip-start-fill::before{content:"\f563"}.bi-skip-start::before{content:"\f564"}.bi-slack::before{content:"\f565"}.bi-slash-circle-fill::before{content:"\f566"}.bi-slash-circle::before{content:"\f567"}.bi-slash-square-fill::before{content:"\f568"}.bi-slash-square::before{content:"\f569"}.bi-slash::before{content:"\f56a"}.bi-sliders::before{content:"\f56b"}.bi-smartwatch::before{content:"\f56c"}.bi-snow::before{content:"\f56d"}.bi-snow2::before{content:"\f56e"}.bi-snow3::before{content:"\f56f"}.bi-sort-alpha-down-alt::before{content:"\f570"}.bi-sort-alpha-down::before{content:"\f571"}.bi-sort-alpha-up-alt::before{content:"\f572"}.bi-sort-alpha-up::before{content:"\f573"}.bi-sort-down-alt::before{content:"\f574"}.bi-sort-down::before{content:"\f575"}.bi-sort-numeric-down-alt::before{content:"\f576"}.bi-sort-numeric-down::before{content:"\f577"}.bi-sort-numeric-up-alt::before{content:"\f578"}.bi-sort-numeric-up::before{content:"\f579"}.bi-sort-up-alt::before{content:"\f57a"}.bi-sort-up::before{content:"\f57b"}.bi-soundwave::before{content:"\f57c"}.bi-speaker-fill::before{content:"\f57d"}.bi-speaker::before{content:"\f57e"}.bi-speedometer::before{content:"\f57f"}.bi-speedometer2::before{content:"\f580"}.bi-spellcheck::before{content:"\f581"}.bi-square-fill::before{content:"\f582"}.bi-square-half::before{content:"\f583"}.bi-square::before{content:"\f584"}.bi-stack::before{content:"\f585"}.bi-star-fill::before{content:"\f586"}.bi-star-half::before{content:"\f587"}.bi-star::before{content:"\f588"}.bi-stars::before{content:"\f589"}.bi-stickies-fill::before{content:"\f58a"}.bi-stickies::before{content:"\f58b"}.bi-sticky-fill::before{content:"\f58c"}.bi-sticky::before{content:"\f58d"}.bi-stop-btn-fill::before{content:"\f58e"}.bi-stop-btn::before{content:"\f58f"}.bi-stop-circle-fill::before{content:"\f590"}.bi-stop-circle::before{content:"\f591"}.bi-stop-fill::before{content:"\f592"}.bi-stop::before{content:"\f593"}.bi-stoplights-fill::before{content:"\f594"}.bi-stoplights::before{content:"\f595"}.bi-stopwatch-fill::before{content:"\f596"}.bi-stopwatch::before{content:"\f597"}.bi-subtract::before{content:"\f598"}.bi-suit-club-fill::before{content:"\f599"}.bi-suit-club::before{content:"\f59a"}.bi-suit-diamond-fill::before{content:"\f59b"}.bi-suit-diamond::before{content:"\f59c"}.bi-suit-heart-fill::before{content:"\f59d"}.bi-suit-heart::before{content:"\f59e"}.bi-suit-spade-fill::before{content:"\f59f"}.bi-suit-spade::before{content:"\f5a0"}.bi-sun-fill::before{content:"\f5a1"}.bi-sun::before{content:"\f5a2"}.bi-sunglasses::before{content:"\f5a3"}.bi-sunrise-fill::before{content:"\f5a4"}.bi-sunrise::before{content:"\f5a5"}.bi-sunset-fill::before{content:"\f5a6"}.bi-sunset::before{content:"\f5a7"}.bi-symmetry-horizontal::before{content:"\f5a8"}.bi-symmetry-vertical::before{content:"\f5a9"}.bi-table::before{content:"\f5aa"}.bi-tablet-fill::before{content:"\f5ab"}.bi-tablet-landscape-fill::before{content:"\f5ac"}.bi-tablet-landscape::before{content:"\f5ad"}.bi-tablet::before{content:"\f5ae"}.bi-tag-fill::before{content:"\f5af"}.bi-tag::before{content:"\f5b0"}.bi-tags-fill::before{content:"\f5b1"}.bi-tags::before{content:"\f5b2"}.bi-telegram::before{content:"\f5b3"}.bi-telephone-fill::before{content:"\f5b4"}.bi-telephone-forward-fill::before{content:"\f5b5"}.bi-telephone-forward::before{content:"\f5b6"}.bi-telephone-inbound-fill::before{content:"\f5b7"}.bi-telephone-inbound::before{content:"\f5b8"}.bi-telephone-minus-fill::before{content:"\f5b9"}.bi-telephone-minus::before{content:"\f5ba"}.bi-telephone-outbound-fill::before{content:"\f5bb"}.bi-telephone-outbound::before{content:"\f5bc"}.bi-telephone-plus-fill::before{content:"\f5bd"}.bi-telephone-plus::before{content:"\f5be"}.bi-telephone-x-fill::before{content:"\f5bf"}.bi-telephone-x::before{content:"\f5c0"}.bi-telephone::before{content:"\f5c1"}.bi-terminal-fill::before{content:"\f5c2"}.bi-terminal::before{content:"\f5c3"}.bi-text-center::before{content:"\f5c4"}.bi-text-indent-left::before{content:"\f5c5"}.bi-text-indent-right::before{content:"\f5c6"}.bi-text-left::before{content:"\f5c7"}.bi-text-paragraph::before{content:"\f5c8"}.bi-text-right::before{content:"\f5c9"}.bi-textarea-resize::before{content:"\f5ca"}.bi-textarea-t::before{content:"\f5cb"}.bi-textarea::before{content:"\f5cc"}.bi-thermometer-half::before{content:"\f5cd"}.bi-thermometer-high::before{content:"\f5ce"}.bi-thermometer-low::before{content:"\f5cf"}.bi-thermometer-snow::before{content:"\f5d0"}.bi-thermometer-sun::before{content:"\f5d1"}.bi-thermometer::before{content:"\f5d2"}.bi-three-dots-vertical::before{content:"\f5d3"}.bi-three-dots::before{content:"\f5d4"}.bi-toggle-off::before{content:"\f5d5"}.bi-toggle-on::before{content:"\f5d6"}.bi-toggle2-off::before{content:"\f5d7"}.bi-toggle2-on::before{content:"\f5d8"}.bi-toggles::before{content:"\f5d9"}.bi-toggles2::before{content:"\f5da"}.bi-tools::before{content:"\f5db"}.bi-tornado::before{content:"\f5dc"}.bi-trash-fill::before{content:"\f5dd"}.bi-trash::before{content:"\f5de"}.bi-trash2-fill::before{content:"\f5df"}.bi-trash2::before{content:"\f5e0"}.bi-tree-fill::before{content:"\f5e1"}.bi-tree::before{content:"\f5e2"}.bi-triangle-fill::before{content:"\f5e3"}.bi-triangle-half::before{content:"\f5e4"}.bi-triangle::before{content:"\f5e5"}.bi-trophy-fill::before{content:"\f5e6"}.bi-trophy::before{content:"\f5e7"}.bi-tropical-storm::before{content:"\f5e8"}.bi-truck-flatbed::before{content:"\f5e9"}.bi-truck::before{content:"\f5ea"}.bi-tsunami::before{content:"\f5eb"}.bi-tv-fill::before{content:"\f5ec"}.bi-tv::before{content:"\f5ed"}.bi-twitch::before{content:"\f5ee"}.bi-twitter::before{content:"\f5ef"}.bi-type-bold::before{content:"\f5f0"}.bi-type-h1::before{content:"\f5f1"}.bi-type-h2::before{content:"\f5f2"}.bi-type-h3::before{content:"\f5f3"}.bi-type-italic::before{content:"\f5f4"}.bi-type-strikethrough::before{content:"\f5f5"}.bi-type-underline::before{content:"\f5f6"}.bi-type::before{content:"\f5f7"}.bi-ui-checks-grid::before{content:"\f5f8"}.bi-ui-checks::before{content:"\f5f9"}.bi-ui-radios-grid::before{content:"\f5fa"}.bi-ui-radios::before{content:"\f5fb"}.bi-umbrella-fill::before{content:"\f5fc"}.bi-umbrella::before{content:"\f5fd"}.bi-union::before{content:"\f5fe"}.bi-unlock-fill::before{content:"\f5ff"}.bi-unlock::before{content:"\f600"}.bi-upc-scan::before{content:"\f601"}.bi-upc::before{content:"\f602"}.bi-upload::before{content:"\f603"}.bi-vector-pen::before{content:"\f604"}.bi-view-list::before{content:"\f605"}.bi-view-stacked::before{content:"\f606"}.bi-vinyl-fill::before{content:"\f607"}.bi-vinyl::before{content:"\f608"}.bi-voicemail::before{content:"\f609"}.bi-volume-down-fill::before{content:"\f60a"}.bi-volume-down::before{content:"\f60b"}.bi-volume-mute-fill::before{content:"\f60c"}.bi-volume-mute::before{content:"\f60d"}.bi-volume-off-fill::before{content:"\f60e"}.bi-volume-off::before{content:"\f60f"}.bi-volume-up-fill::before{content:"\f610"}.bi-volume-up::before{content:"\f611"}.bi-vr::before{content:"\f612"}.bi-wallet-fill::before{content:"\f613"}.bi-wallet::before{content:"\f614"}.bi-wallet2::before{content:"\f615"}.bi-watch::before{content:"\f616"}.bi-water::before{content:"\f617"}.bi-whatsapp::before{content:"\f618"}.bi-wifi-1::before{content:"\f619"}.bi-wifi-2::before{content:"\f61a"}.bi-wifi-off::before{content:"\f61b"}.bi-wifi::before{content:"\f61c"}.bi-wind::before{content:"\f61d"}.bi-window-dock::before{content:"\f61e"}.bi-window-sidebar::before{content:"\f61f"}.bi-window::before{content:"\f620"}.bi-wrench::before{content:"\f621"}.bi-x-circle-fill::before{content:"\f622"}.bi-x-circle::before{content:"\f623"}.bi-x-diamond-fill::before{content:"\f624"}.bi-x-diamond::before{content:"\f625"}.bi-x-octagon-fill::before{content:"\f626"}.bi-x-octagon::before{content:"\f627"}.bi-x-square-fill::before{content:"\f628"}.bi-x-square::before{content:"\f629"}.bi-x::before{content:"\f62a"}.bi-youtube::before{content:"\f62b"}.bi-zoom-in::before{content:"\f62c"}.bi-zoom-out::before{content:"\f62d"}.bi-bank::before{content:"\f62e"}.bi-bank2::before{content:"\f62f"}.bi-bell-slash-fill::before{content:"\f630"}.bi-bell-slash::before{content:"\f631"}.bi-cash-coin::before{content:"\f632"}.bi-check-lg::before{content:"\f633"}.bi-coin::before{content:"\f634"}.bi-currency-bitcoin::before{content:"\f635"}.bi-currency-dollar::before{content:"\f636"}.bi-currency-euro::before{content:"\f637"}.bi-currency-exchange::before{content:"\f638"}.bi-currency-pound::before{content:"\f639"}.bi-currency-yen::before{content:"\f63a"}.bi-dash-lg::before{content:"\f63b"}.bi-exclamation-lg::before{content:"\f63c"}.bi-file-earmark-pdf-fill::before{content:"\f63d"}.bi-file-earmark-pdf::before{content:"\f63e"}.bi-file-pdf-fill::before{content:"\f63f"}.bi-file-pdf::before{content:"\f640"}.bi-gender-ambiguous::before{content:"\f641"}.bi-gender-female::before{content:"\f642"}.bi-gender-male::before{content:"\f643"}.bi-gender-trans::before{content:"\f644"}.bi-headset-vr::before{content:"\f645"}.bi-info-lg::before{content:"\f646"}.bi-mastodon::before{content:"\f647"}.bi-messenger::before{content:"\f648"}.bi-piggy-bank-fill::before{content:"\f649"}.bi-piggy-bank::before{content:"\f64a"}.bi-pin-map-fill::before{content:"\f64b"}.bi-pin-map::before{content:"\f64c"}.bi-plus-lg::before{content:"\f64d"}.bi-question-lg::before{content:"\f64e"}.bi-recycle::before{content:"\f64f"}.bi-reddit::before{content:"\f650"}.bi-safe-fill::before{content:"\f651"}.bi-safe2-fill::before{content:"\f652"}.bi-safe2::before{content:"\f653"}.bi-sd-card-fill::before{content:"\f654"}.bi-sd-card::before{content:"\f655"}.bi-skype::before{content:"\f656"}.bi-slash-lg::before{content:"\f657"}.bi-translate::before{content:"\f658"}.bi-x-lg::before{content:"\f659"}.bi-safe::before{content:"\f65a"}.bi-apple::before{content:"\f65b"}.bi-microsoft::before{content:"\f65d"}.bi-windows::before{content:"\f65e"}.bi-behance::before{content:"\f65c"}.bi-dribbble::before{content:"\f65f"}.bi-line::before{content:"\f660"}.bi-medium::before{content:"\f661"}.bi-paypal::before{content:"\f662"}.bi-pinterest::before{content:"\f663"}.bi-signal::before{content:"\f664"}.bi-snapchat::before{content:"\f665"}.bi-spotify::before{content:"\f666"}.bi-stack-overflow::before{content:"\f667"}.bi-strava::before{content:"\f668"}.bi-wordpress::before{content:"\f669"}.bi-vimeo::before{content:"\f66a"}.bi-activity::before{content:"\f66b"}.bi-easel2-fill::before{content:"\f66c"}.bi-easel2::before{content:"\f66d"}.bi-easel3-fill::before{content:"\f66e"}.bi-easel3::before{content:"\f66f"}.bi-fan::before{content:"\f670"}.bi-fingerprint::before{content:"\f671"}.bi-graph-down-arrow::before{content:"\f672"}.bi-graph-up-arrow::before{content:"\f673"}.bi-hypnotize::before{content:"\f674"}.bi-magic::before{content:"\f675"}.bi-person-rolodex::before{content:"\f676"}.bi-person-video::before{content:"\f677"}.bi-person-video2::before{content:"\f678"}.bi-person-video3::before{content:"\f679"}.bi-person-workspace::before{content:"\f67a"}.bi-radioactive::before{content:"\f67b"}.bi-webcam-fill::before{content:"\f67c"}.bi-webcam::before{content:"\f67d"}.bi-yin-yang::before{content:"\f67e"}.bi-bandaid-fill::before{content:"\f680"}.bi-bandaid::before{content:"\f681"}.bi-bluetooth::before{content:"\f682"}.bi-body-text::before{content:"\f683"}.bi-boombox::before{content:"\f684"}.bi-boxes::before{content:"\f685"}.bi-dpad-fill::before{content:"\f686"}.bi-dpad::before{content:"\f687"}.bi-ear-fill::before{content:"\f688"}.bi-ear::before{content:"\f689"}.bi-envelope-check-fill::before{content:"\f68b"}.bi-envelope-check::before{content:"\f68c"}.bi-envelope-dash-fill::before{content:"\f68e"}.bi-envelope-dash::before{content:"\f68f"}.bi-envelope-exclamation-fill::before{content:"\f691"}.bi-envelope-exclamation::before{content:"\f692"}.bi-envelope-plus-fill::before{content:"\f693"}.bi-envelope-plus::before{content:"\f694"}.bi-envelope-slash-fill::before{content:"\f696"}.bi-envelope-slash::before{content:"\f697"}.bi-envelope-x-fill::before{content:"\f699"}.bi-envelope-x::before{content:"\f69a"}.bi-explicit-fill::before{content:"\f69b"}.bi-explicit::before{content:"\f69c"}.bi-git::before{content:"\f69d"}.bi-infinity::before{content:"\f69e"}.bi-list-columns-reverse::before{content:"\f69f"}.bi-list-columns::before{content:"\f6a0"}.bi-meta::before{content:"\f6a1"}.bi-nintendo-switch::before{content:"\f6a4"}.bi-pc-display-horizontal::before{content:"\f6a5"}.bi-pc-display::before{content:"\f6a6"}.bi-pc-horizontal::before{content:"\f6a7"}.bi-pc::before{content:"\f6a8"}.bi-playstation::before{content:"\f6a9"}.bi-plus-slash-minus::before{content:"\f6aa"}.bi-projector-fill::before{content:"\f6ab"}.bi-projector::before{content:"\f6ac"}.bi-qr-code-scan::before{content:"\f6ad"}.bi-qr-code::before{content:"\f6ae"}.bi-quora::before{content:"\f6af"}.bi-quote::before{content:"\f6b0"}.bi-robot::before{content:"\f6b1"}.bi-send-check-fill::before{content:"\f6b2"}.bi-send-check::before{content:"\f6b3"}.bi-send-dash-fill::before{content:"\f6b4"}.bi-send-dash::before{content:"\f6b5"}.bi-send-exclamation-fill::before{content:"\f6b7"}.bi-send-exclamation::before{content:"\f6b8"}.bi-send-fill::before{content:"\f6b9"}.bi-send-plus-fill::before{content:"\f6ba"}.bi-send-plus::before{content:"\f6bb"}.bi-send-slash-fill::before{content:"\f6bc"}.bi-send-slash::before{content:"\f6bd"}.bi-send-x-fill::before{content:"\f6be"}.bi-send-x::before{content:"\f6bf"}.bi-send::before{content:"\f6c0"}.bi-steam::before{content:"\f6c1"}.bi-terminal-dash::before{content:"\f6c3"}.bi-terminal-plus::before{content:"\f6c4"}.bi-terminal-split::before{content:"\f6c5"}.bi-ticket-detailed-fill::before{content:"\f6c6"}.bi-ticket-detailed::before{content:"\f6c7"}.bi-ticket-fill::before{content:"\f6c8"}.bi-ticket-perforated-fill::before{content:"\f6c9"}.bi-ticket-perforated::before{content:"\f6ca"}.bi-ticket::before{content:"\f6cb"}.bi-tiktok::before{content:"\f6cc"}.bi-window-dash::before{content:"\f6cd"}.bi-window-desktop::before{content:"\f6ce"}.bi-window-fullscreen::before{content:"\f6cf"}.bi-window-plus::before{content:"\f6d0"}.bi-window-split::before{content:"\f6d1"}.bi-window-stack::before{content:"\f6d2"}.bi-window-x::before{content:"\f6d3"}.bi-xbox::before{content:"\f6d4"}.bi-ethernet::before{content:"\f6d5"}.bi-hdmi-fill::before{content:"\f6d6"}.bi-hdmi::before{content:"\f6d7"}.bi-usb-c-fill::before{content:"\f6d8"}.bi-usb-c::before{content:"\f6d9"}.bi-usb-fill::before{content:"\f6da"}.bi-usb-plug-fill::before{content:"\f6db"}.bi-usb-plug::before{content:"\f6dc"}.bi-usb-symbol::before{content:"\f6dd"}.bi-usb::before{content:"\f6de"}.bi-boombox-fill::before{content:"\f6df"}.bi-displayport::before{content:"\f6e1"}.bi-gpu-card::before{content:"\f6e2"}.bi-memory::before{content:"\f6e3"}.bi-modem-fill::before{content:"\f6e4"}.bi-modem::before{content:"\f6e5"}.bi-motherboard-fill::before{content:"\f6e6"}.bi-motherboard::before{content:"\f6e7"}.bi-optical-audio-fill::before{content:"\f6e8"}.bi-optical-audio::before{content:"\f6e9"}.bi-pci-card::before{content:"\f6ea"}.bi-router-fill::before{content:"\f6eb"}.bi-router::before{content:"\f6ec"}.bi-thunderbolt-fill::before{content:"\f6ef"}.bi-thunderbolt::before{content:"\f6f0"}.bi-usb-drive-fill::before{content:"\f6f1"}.bi-usb-drive::before{content:"\f6f2"}.bi-usb-micro-fill::before{content:"\f6f3"}.bi-usb-micro::before{content:"\f6f4"}.bi-usb-mini-fill::before{content:"\f6f5"}.bi-usb-mini::before{content:"\f6f6"}.bi-cloud-haze2::before{content:"\f6f7"}.bi-device-hdd-fill::before{content:"\f6f8"}.bi-device-hdd::before{content:"\f6f9"}.bi-device-ssd-fill::before{content:"\f6fa"}.bi-device-ssd::before{content:"\f6fb"}.bi-displayport-fill::before{content:"\f6fc"}.bi-mortarboard-fill::before{content:"\f6fd"}.bi-mortarboard::before{content:"\f6fe"}.bi-terminal-x::before{content:"\f6ff"}.bi-arrow-through-heart-fill::before{content:"\f700"}.bi-arrow-through-heart::before{content:"\f701"}.bi-badge-sd-fill::before{content:"\f702"}.bi-badge-sd::before{content:"\f703"}.bi-bag-heart-fill::before{content:"\f704"}.bi-bag-heart::before{content:"\f705"}.bi-balloon-fill::before{content:"\f706"}.bi-balloon-heart-fill::before{content:"\f707"}.bi-balloon-heart::before{content:"\f708"}.bi-balloon::before{content:"\f709"}.bi-box2-fill::before{content:"\f70a"}.bi-box2-heart-fill::before{content:"\f70b"}.bi-box2-heart::before{content:"\f70c"}.bi-box2::before{content:"\f70d"}.bi-braces-asterisk::before{content:"\f70e"}.bi-calendar-heart-fill::before{content:"\f70f"}.bi-calendar-heart::before{content:"\f710"}.bi-calendar2-heart-fill::before{content:"\f711"}.bi-calendar2-heart::before{content:"\f712"}.bi-chat-heart-fill::before{content:"\f713"}.bi-chat-heart::before{content:"\f714"}.bi-chat-left-heart-fill::before{content:"\f715"}.bi-chat-left-heart::before{content:"\f716"}.bi-chat-right-heart-fill::before{content:"\f717"}.bi-chat-right-heart::before{content:"\f718"}.bi-chat-square-heart-fill::before{content:"\f719"}.bi-chat-square-heart::before{content:"\f71a"}.bi-clipboard-check-fill::before{content:"\f71b"}.bi-clipboard-data-fill::before{content:"\f71c"}.bi-clipboard-fill::before{content:"\f71d"}.bi-clipboard-heart-fill::before{content:"\f71e"}.bi-clipboard-heart::before{content:"\f71f"}.bi-clipboard-minus-fill::before{content:"\f720"}.bi-clipboard-plus-fill::before{content:"\f721"}.bi-clipboard-pulse::before{content:"\f722"}.bi-clipboard-x-fill::before{content:"\f723"}.bi-clipboard2-check-fill::before{content:"\f724"}.bi-clipboard2-check::before{content:"\f725"}.bi-clipboard2-data-fill::before{content:"\f726"}.bi-clipboard2-data::before{content:"\f727"}.bi-clipboard2-fill::before{content:"\f728"}.bi-clipboard2-heart-fill::before{content:"\f729"}.bi-clipboard2-heart::before{content:"\f72a"}.bi-clipboard2-minus-fill::before{content:"\f72b"}.bi-clipboard2-minus::before{content:"\f72c"}.bi-clipboard2-plus-fill::before{content:"\f72d"}.bi-clipboard2-plus::before{content:"\f72e"}.bi-clipboard2-pulse-fill::before{content:"\f72f"}.bi-clipboard2-pulse::before{content:"\f730"}.bi-clipboard2-x-fill::before{content:"\f731"}.bi-clipboard2-x::before{content:"\f732"}.bi-clipboard2::before{content:"\f733"}.bi-emoji-kiss-fill::before{content:"\f734"}.bi-emoji-kiss::before{content:"\f735"}.bi-envelope-heart-fill::before{content:"\f736"}.bi-envelope-heart::before{content:"\f737"}.bi-envelope-open-heart-fill::before{content:"\f738"}.bi-envelope-open-heart::before{content:"\f739"}.bi-envelope-paper-fill::before{content:"\f73a"}.bi-envelope-paper-heart-fill::before{content:"\f73b"}.bi-envelope-paper-heart::before{content:"\f73c"}.bi-envelope-paper::before{content:"\f73d"}.bi-filetype-aac::before{content:"\f73e"}.bi-filetype-ai::before{content:"\f73f"}.bi-filetype-bmp::before{content:"\f740"}.bi-filetype-cs::before{content:"\f741"}.bi-filetype-css::before{content:"\f742"}.bi-filetype-csv::before{content:"\f743"}.bi-filetype-doc::before{content:"\f744"}.bi-filetype-docx::before{content:"\f745"}.bi-filetype-exe::before{content:"\f746"}.bi-filetype-gif::before{content:"\f747"}.bi-filetype-heic::before{content:"\f748"}.bi-filetype-html::before{content:"\f749"}.bi-filetype-java::before{content:"\f74a"}.bi-filetype-jpg::before{content:"\f74b"}.bi-filetype-js::before{content:"\f74c"}.bi-filetype-jsx::before{content:"\f74d"}.bi-filetype-key::before{content:"\f74e"}.bi-filetype-m4p::before{content:"\f74f"}.bi-filetype-md::before{content:"\f750"}.bi-filetype-mdx::before{content:"\f751"}.bi-filetype-mov::before{content:"\f752"}.bi-filetype-mp3::before{content:"\f753"}.bi-filetype-mp4::before{content:"\f754"}.bi-filetype-otf::before{content:"\f755"}.bi-filetype-pdf::before{content:"\f756"}.bi-filetype-php::before{content:"\f757"}.bi-filetype-png::before{content:"\f758"}.bi-filetype-ppt::before{content:"\f75a"}.bi-filetype-psd::before{content:"\f75b"}.bi-filetype-py::before{content:"\f75c"}.bi-filetype-raw::before{content:"\f75d"}.bi-filetype-rb::before{content:"\f75e"}.bi-filetype-sass::before{content:"\f75f"}.bi-filetype-scss::before{content:"\f760"}.bi-filetype-sh::before{content:"\f761"}.bi-filetype-svg::before{content:"\f762"}.bi-filetype-tiff::before{content:"\f763"}.bi-filetype-tsx::before{content:"\f764"}.bi-filetype-ttf::before{content:"\f765"}.bi-filetype-txt::before{content:"\f766"}.bi-filetype-wav::before{content:"\f767"}.bi-filetype-woff::before{content:"\f768"}.bi-filetype-xls::before{content:"\f76a"}.bi-filetype-xml::before{content:"\f76b"}.bi-filetype-yml::before{content:"\f76c"}.bi-heart-arrow::before{content:"\f76d"}.bi-heart-pulse-fill::before{content:"\f76e"}.bi-heart-pulse::before{content:"\f76f"}.bi-heartbreak-fill::before{content:"\f770"}.bi-heartbreak::before{content:"\f771"}.bi-hearts::before{content:"\f772"}.bi-hospital-fill::before{content:"\f773"}.bi-hospital::before{content:"\f774"}.bi-house-heart-fill::before{content:"\f775"}.bi-house-heart::before{content:"\f776"}.bi-incognito::before{content:"\f777"}.bi-magnet-fill::before{content:"\f778"}.bi-magnet::before{content:"\f779"}.bi-person-heart::before{content:"\f77a"}.bi-person-hearts::before{content:"\f77b"}.bi-phone-flip::before{content:"\f77c"}.bi-plugin::before{content:"\f77d"}.bi-postage-fill::before{content:"\f77e"}.bi-postage-heart-fill::before{content:"\f77f"}.bi-postage-heart::before{content:"\f780"}.bi-postage::before{content:"\f781"}.bi-postcard-fill::before{content:"\f782"}.bi-postcard-heart-fill::before{content:"\f783"}.bi-postcard-heart::before{content:"\f784"}.bi-postcard::before{content:"\f785"}.bi-search-heart-fill::before{content:"\f786"}.bi-search-heart::before{content:"\f787"}.bi-sliders2-vertical::before{content:"\f788"}.bi-sliders2::before{content:"\f789"}.bi-trash3-fill::before{content:"\f78a"}.bi-trash3::before{content:"\f78b"}.bi-valentine::before{content:"\f78c"}.bi-valentine2::before{content:"\f78d"}.bi-wrench-adjustable-circle-fill::before{content:"\f78e"}.bi-wrench-adjustable-circle::before{content:"\f78f"}.bi-wrench-adjustable::before{content:"\f790"}.bi-filetype-json::before{content:"\f791"}.bi-filetype-pptx::before{content:"\f792"}.bi-filetype-xlsx::before{content:"\f793"}.bi-1-circle-fill::before{content:"\f796"}.bi-1-circle::before{content:"\f797"}.bi-1-square-fill::before{content:"\f798"}.bi-1-square::before{content:"\f799"}.bi-2-circle-fill::before{content:"\f79c"}.bi-2-circle::before{content:"\f79d"}.bi-2-square-fill::before{content:"\f79e"}.bi-2-square::before{content:"\f79f"}.bi-3-circle-fill::before{content:"\f7a2"}.bi-3-circle::before{content:"\f7a3"}.bi-3-square-fill::before{content:"\f7a4"}.bi-3-square::before{content:"\f7a5"}.bi-4-circle-fill::before{content:"\f7a8"}.bi-4-circle::before{content:"\f7a9"}.bi-4-square-fill::before{content:"\f7aa"}.bi-4-square::before{content:"\f7ab"}.bi-5-circle-fill::before{content:"\f7ae"}.bi-5-circle::before{content:"\f7af"}.bi-5-square-fill::before{content:"\f7b0"}.bi-5-square::before{content:"\f7b1"}.bi-6-circle-fill::before{content:"\f7b4"}.bi-6-circle::before{content:"\f7b5"}.bi-6-square-fill::before{content:"\f7b6"}.bi-6-square::before{content:"\f7b7"}.bi-7-circle-fill::before{content:"\f7ba"}.bi-7-circle::before{content:"\f7bb"}.bi-7-square-fill::before{content:"\f7bc"}.bi-7-square::before{content:"\f7bd"}.bi-8-circle-fill::before{content:"\f7c0"}.bi-8-circle::before{content:"\f7c1"}.bi-8-square-fill::before{content:"\f7c2"}.bi-8-square::before{content:"\f7c3"}.bi-9-circle-fill::before{content:"\f7c6"}.bi-9-circle::before{content:"\f7c7"}.bi-9-square-fill::before{content:"\f7c8"}.bi-9-square::before{content:"\f7c9"}.bi-airplane-engines-fill::before{content:"\f7ca"}.bi-airplane-engines::before{content:"\f7cb"}.bi-airplane-fill::before{content:"\f7cc"}.bi-airplane::before{content:"\f7cd"}.bi-alexa::before{content:"\f7ce"}.bi-alipay::before{content:"\f7cf"}.bi-android::before{content:"\f7d0"}.bi-android2::before{content:"\f7d1"}.bi-box-fill::before{content:"\f7d2"}.bi-box-seam-fill::before{content:"\f7d3"}.bi-browser-chrome::before{content:"\f7d4"}.bi-browser-edge::before{content:"\f7d5"}.bi-browser-firefox::before{content:"\f7d6"}.bi-browser-safari::before{content:"\f7d7"}.bi-c-circle-fill::before{content:"\f7da"}.bi-c-circle::before{content:"\f7db"}.bi-c-square-fill::before{content:"\f7dc"}.bi-c-square::before{content:"\f7dd"}.bi-capsule-pill::before{content:"\f7de"}.bi-capsule::before{content:"\f7df"}.bi-car-front-fill::before{content:"\f7e0"}.bi-car-front::before{content:"\f7e1"}.bi-cassette-fill::before{content:"\f7e2"}.bi-cassette::before{content:"\f7e3"}.bi-cc-circle-fill::before{content:"\f7e6"}.bi-cc-circle::before{content:"\f7e7"}.bi-cc-square-fill::before{content:"\f7e8"}.bi-cc-square::before{content:"\f7e9"}.bi-cup-hot-fill::before{content:"\f7ea"}.bi-cup-hot::before{content:"\f7eb"}.bi-currency-rupee::before{content:"\f7ec"}.bi-dropbox::before{content:"\f7ed"}.bi-escape::before{content:"\f7ee"}.bi-fast-forward-btn-fill::before{content:"\f7ef"}.bi-fast-forward-btn::before{content:"\f7f0"}.bi-fast-forward-circle-fill::before{content:"\f7f1"}.bi-fast-forward-circle::before{content:"\f7f2"}.bi-fast-forward-fill::before{content:"\f7f3"}.bi-fast-forward::before{content:"\f7f4"}.bi-filetype-sql::before{content:"\f7f5"}.bi-fire::before{content:"\f7f6"}.bi-google-play::before{content:"\f7f7"}.bi-h-circle-fill::before{content:"\f7fa"}.bi-h-circle::before{content:"\f7fb"}.bi-h-square-fill::before{content:"\f7fc"}.bi-h-square::before{content:"\f7fd"}.bi-indent::before{content:"\f7fe"}.bi-lungs-fill::before{content:"\f7ff"}.bi-lungs::before{content:"\f800"}.bi-microsoft-teams::before{content:"\f801"}.bi-p-circle-fill::before{content:"\f804"}.bi-p-circle::before{content:"\f805"}.bi-p-square-fill::before{content:"\f806"}.bi-p-square::before{content:"\f807"}.bi-pass-fill::before{content:"\f808"}.bi-pass::before{content:"\f809"}.bi-prescription::before{content:"\f80a"}.bi-prescription2::before{content:"\f80b"}.bi-r-circle-fill::before{content:"\f80e"}.bi-r-circle::before{content:"\f80f"}.bi-r-square-fill::before{content:"\f810"}.bi-r-square::before{content:"\f811"}.bi-repeat-1::before{content:"\f812"}.bi-repeat::before{content:"\f813"}.bi-rewind-btn-fill::before{content:"\f814"}.bi-rewind-btn::before{content:"\f815"}.bi-rewind-circle-fill::before{content:"\f816"}.bi-rewind-circle::before{content:"\f817"}.bi-rewind-fill::before{content:"\f818"}.bi-rewind::before{content:"\f819"}.bi-train-freight-front-fill::before{content:"\f81a"}.bi-train-freight-front::before{content:"\f81b"}.bi-train-front-fill::before{content:"\f81c"}.bi-train-front::before{content:"\f81d"}.bi-train-lightrail-front-fill::before{content:"\f81e"}.bi-train-lightrail-front::before{content:"\f81f"}.bi-truck-front-fill::before{content:"\f820"}.bi-truck-front::before{content:"\f821"}.bi-ubuntu::before{content:"\f822"}.bi-unindent::before{content:"\f823"}.bi-unity::before{content:"\f824"}.bi-universal-access-circle::before{content:"\f825"}.bi-universal-access::before{content:"\f826"}.bi-virus::before{content:"\f827"}.bi-virus2::before{content:"\f828"}.bi-wechat::before{content:"\f829"}.bi-yelp::before{content:"\f82a"}.bi-sign-stop-fill::before{content:"\f82b"}.bi-sign-stop-lights-fill::before{content:"\f82c"}.bi-sign-stop-lights::before{content:"\f82d"}.bi-sign-stop::before{content:"\f82e"}.bi-sign-turn-left-fill::before{content:"\f82f"}.bi-sign-turn-left::before{content:"\f830"}.bi-sign-turn-right-fill::before{content:"\f831"}.bi-sign-turn-right::before{content:"\f832"}.bi-sign-turn-slight-left-fill::before{content:"\f833"}.bi-sign-turn-slight-left::before{content:"\f834"}.bi-sign-turn-slight-right-fill::before{content:"\f835"}.bi-sign-turn-slight-right::before{content:"\f836"}.bi-sign-yield-fill::before{content:"\f837"}.bi-sign-yield::before{content:"\f838"}.bi-ev-station-fill::before{content:"\f839"}.bi-ev-station::before{content:"\f83a"}.bi-fuel-pump-diesel-fill::before{content:"\f83b"}.bi-fuel-pump-diesel::before{content:"\f83c"}.bi-fuel-pump-fill::before{content:"\f83d"}.bi-fuel-pump::before{content:"\f83e"}.bi-0-circle-fill::before{content:"\f83f"}.bi-0-circle::before{content:"\f840"}.bi-0-square-fill::before{content:"\f841"}.bi-0-square::before{content:"\f842"}.bi-rocket-fill::before{content:"\f843"}.bi-rocket-takeoff-fill::before{content:"\f844"}.bi-rocket-takeoff::before{content:"\f845"}.bi-rocket::before{content:"\f846"}.bi-stripe::before{content:"\f847"}.bi-subscript::before{content:"\f848"}.bi-superscript::before{content:"\f849"}.bi-trello::before{content:"\f84a"}.bi-envelope-at-fill::before{content:"\f84b"}.bi-envelope-at::before{content:"\f84c"}.bi-regex::before{content:"\f84d"}.bi-text-wrap::before{content:"\f84e"}.bi-sign-dead-end-fill::before{content:"\f84f"}.bi-sign-dead-end::before{content:"\f850"}.bi-sign-do-not-enter-fill::before{content:"\f851"}.bi-sign-do-not-enter::before{content:"\f852"}.bi-sign-intersection-fill::before{content:"\f853"}.bi-sign-intersection-side-fill::before{content:"\f854"}.bi-sign-intersection-side::before{content:"\f855"}.bi-sign-intersection-t-fill::before{content:"\f856"}.bi-sign-intersection-t::before{content:"\f857"}.bi-sign-intersection-y-fill::before{content:"\f858"}.bi-sign-intersection-y::before{content:"\f859"}.bi-sign-intersection::before{content:"\f85a"}.bi-sign-merge-left-fill::before{content:"\f85b"}.bi-sign-merge-left::before{content:"\f85c"}.bi-sign-merge-right-fill::before{content:"\f85d"}.bi-sign-merge-right::before{content:"\f85e"}.bi-sign-no-left-turn-fill::before{content:"\f85f"}.bi-sign-no-left-turn::before{content:"\f860"}.bi-sign-no-parking-fill::before{content:"\f861"}.bi-sign-no-parking::before{content:"\f862"}.bi-sign-no-right-turn-fill::before{content:"\f863"}.bi-sign-no-right-turn::before{content:"\f864"}.bi-sign-railroad-fill::before{content:"\f865"}.bi-sign-railroad::before{content:"\f866"}.bi-building-add::before{content:"\f867"}.bi-building-check::before{content:"\f868"}.bi-building-dash::before{content:"\f869"}.bi-building-down::before{content:"\f86a"}.bi-building-exclamation::before{content:"\f86b"}.bi-building-fill-add::before{content:"\f86c"}.bi-building-fill-check::before{content:"\f86d"}.bi-building-fill-dash::before{content:"\f86e"}.bi-building-fill-down::before{content:"\f86f"}.bi-building-fill-exclamation::before{content:"\f870"}.bi-building-fill-gear::before{content:"\f871"}.bi-building-fill-lock::before{content:"\f872"}.bi-building-fill-slash::before{content:"\f873"}.bi-building-fill-up::before{content:"\f874"}.bi-building-fill-x::before{content:"\f875"}.bi-building-fill::before{content:"\f876"}.bi-building-gear::before{content:"\f877"}.bi-building-lock::before{content:"\f878"}.bi-building-slash::before{content:"\f879"}.bi-building-up::before{content:"\f87a"}.bi-building-x::before{content:"\f87b"}.bi-buildings-fill::before{content:"\f87c"}.bi-buildings::before{content:"\f87d"}.bi-bus-front-fill::before{content:"\f87e"}.bi-bus-front::before{content:"\f87f"}.bi-ev-front-fill::before{content:"\f880"}.bi-ev-front::before{content:"\f881"}.bi-globe-americas::before{content:"\f882"}.bi-globe-asia-australia::before{content:"\f883"}.bi-globe-central-south-asia::before{content:"\f884"}.bi-globe-europe-africa::before{content:"\f885"}.bi-house-add-fill::before{content:"\f886"}.bi-house-add::before{content:"\f887"}.bi-house-check-fill::before{content:"\f888"}.bi-house-check::before{content:"\f889"}.bi-house-dash-fill::before{content:"\f88a"}.bi-house-dash::before{content:"\f88b"}.bi-house-down-fill::before{content:"\f88c"}.bi-house-down::before{content:"\f88d"}.bi-house-exclamation-fill::before{content:"\f88e"}.bi-house-exclamation::before{content:"\f88f"}.bi-house-gear-fill::before{content:"\f890"}.bi-house-gear::before{content:"\f891"}.bi-house-lock-fill::before{content:"\f892"}.bi-house-lock::before{content:"\f893"}.bi-house-slash-fill::before{content:"\f894"}.bi-house-slash::before{content:"\f895"}.bi-house-up-fill::before{content:"\f896"}.bi-house-up::before{content:"\f897"}.bi-house-x-fill::before{content:"\f898"}.bi-house-x::before{content:"\f899"}.bi-person-add::before{content:"\f89a"}.bi-person-down::before{content:"\f89b"}.bi-person-exclamation::before{content:"\f89c"}.bi-person-fill-add::before{content:"\f89d"}.bi-person-fill-check::before{content:"\f89e"}.bi-person-fill-dash::before{content:"\f89f"}.bi-person-fill-down::before{content:"\f8a0"}.bi-person-fill-exclamation::before{content:"\f8a1"}.bi-person-fill-gear::before{content:"\f8a2"}.bi-person-fill-lock::before{content:"\f8a3"}.bi-person-fill-slash::before{content:"\f8a4"}.bi-person-fill-up::before{content:"\f8a5"}.bi-person-fill-x::before{content:"\f8a6"}.bi-person-gear::before{content:"\f8a7"}.bi-person-lock::before{content:"\f8a8"}.bi-person-slash::before{content:"\f8a9"}.bi-person-up::before{content:"\f8aa"}.bi-scooter::before{content:"\f8ab"}.bi-taxi-front-fill::before{content:"\f8ac"}.bi-taxi-front::before{content:"\f8ad"}.bi-amd::before{content:"\f8ae"}.bi-database-add::before{content:"\f8af"}.bi-database-check::before{content:"\f8b0"}.bi-database-dash::before{content:"\f8b1"}.bi-database-down::before{content:"\f8b2"}.bi-database-exclamation::before{content:"\f8b3"}.bi-database-fill-add::before{content:"\f8b4"}.bi-database-fill-check::before{content:"\f8b5"}.bi-database-fill-dash::before{content:"\f8b6"}.bi-database-fill-down::before{content:"\f8b7"}.bi-database-fill-exclamation::before{content:"\f8b8"}.bi-database-fill-gear::before{content:"\f8b9"}.bi-database-fill-lock::before{content:"\f8ba"}.bi-database-fill-slash::before{content:"\f8bb"}.bi-database-fill-up::before{content:"\f8bc"}.bi-database-fill-x::before{content:"\f8bd"}.bi-database-fill::before{content:"\f8be"}.bi-database-gear::before{content:"\f8bf"}.bi-database-lock::before{content:"\f8c0"}.bi-database-slash::before{content:"\f8c1"}.bi-database-up::before{content:"\f8c2"}.bi-database-x::before{content:"\f8c3"}.bi-database::before{content:"\f8c4"}.bi-houses-fill::before{content:"\f8c5"}.bi-houses::before{content:"\f8c6"}.bi-nvidia::before{content:"\f8c7"}.bi-person-vcard-fill::before{content:"\f8c8"}.bi-person-vcard::before{content:"\f8c9"}.bi-sina-weibo::before{content:"\f8ca"}.bi-tencent-qq::before{content:"\f8cb"}.bi-wikipedia::before{content:"\f8cc"}.bi-alphabet-uppercase::before{content:"\f2a5"}.bi-alphabet::before{content:"\f68a"}.bi-amazon::before{content:"\f68d"}.bi-arrows-collapse-vertical::before{content:"\f690"}.bi-arrows-expand-vertical::before{content:"\f695"}.bi-arrows-vertical::before{content:"\f698"}.bi-arrows::before{content:"\f6a2"}.bi-ban-fill::before{content:"\f6a3"}.bi-ban::before{content:"\f6b6"}.bi-bing::before{content:"\f6c2"}.bi-cake::before{content:"\f6e0"}.bi-cake2::before{content:"\f6ed"}.bi-cookie::before{content:"\f6ee"}.bi-copy::before{content:"\f759"}.bi-crosshair::before{content:"\f769"}.bi-crosshair2::before{content:"\f794"}.bi-emoji-astonished-fill::before{content:"\f795"}.bi-emoji-astonished::before{content:"\f79a"}.bi-emoji-grimace-fill::before{content:"\f79b"}.bi-emoji-grimace::before{content:"\f7a0"}.bi-emoji-grin-fill::before{content:"\f7a1"}.bi-emoji-grin::before{content:"\f7a6"}.bi-emoji-surprise-fill::before{content:"\f7a7"}.bi-emoji-surprise::before{content:"\f7ac"}.bi-emoji-tear-fill::before{content:"\f7ad"}.bi-emoji-tear::before{content:"\f7b2"}.bi-envelope-arrow-down-fill::before{content:"\f7b3"}.bi-envelope-arrow-down::before{content:"\f7b8"}.bi-envelope-arrow-up-fill::before{content:"\f7b9"}.bi-envelope-arrow-up::before{content:"\f7be"}.bi-feather::before{content:"\f7bf"}.bi-feather2::before{content:"\f7c4"}.bi-floppy-fill::before{content:"\f7c5"}.bi-floppy::before{content:"\f7d8"}.bi-floppy2-fill::before{content:"\f7d9"}.bi-floppy2::before{content:"\f7e4"}.bi-gitlab::before{content:"\f7e5"}.bi-highlighter::before{content:"\f7f8"}.bi-marker-tip::before{content:"\f802"}.bi-nvme-fill::before{content:"\f803"}.bi-nvme::before{content:"\f80c"}.bi-opencollective::before{content:"\f80d"}.bi-pci-card-network::before{content:"\f8cd"}.bi-pci-card-sound::before{content:"\f8ce"}.bi-radar::before{content:"\f8cf"}.bi-send-arrow-down-fill::before{content:"\f8d0"}.bi-send-arrow-down::before{content:"\f8d1"}.bi-send-arrow-up-fill::before{content:"\f8d2"}.bi-send-arrow-up::before{content:"\f8d3"}.bi-sim-slash-fill::before{content:"\f8d4"}.bi-sim-slash::before{content:"\f8d5"}.bi-sourceforge::before{content:"\f8d6"}.bi-substack::before{content:"\f8d7"}.bi-threads-fill::before{content:"\f8d8"}.bi-threads::before{content:"\f8d9"}.bi-transparency::before{content:"\f8da"}.bi-twitter-x::before{content:"\f8db"}.bi-type-h4::before{content:"\f8dc"}.bi-type-h5::before{content:"\f8dd"}.bi-type-h6::before{content:"\f8de"}.bi-backpack-fill::before{content:"\f8df"}.bi-backpack::before{content:"\f8e0"}.bi-backpack2-fill::before{content:"\f8e1"}.bi-backpack2::before{content:"\f8e2"}.bi-backpack3-fill::before{content:"\f8e3"}.bi-backpack3::before{content:"\f8e4"}.bi-backpack4-fill::before{content:"\f8e5"}.bi-backpack4::before{content:"\f8e6"}.bi-brilliance::before{content:"\f8e7"}.bi-cake-fill::before{content:"\f8e8"}.bi-cake2-fill::before{content:"\f8e9"}.bi-duffle-fill::before{content:"\f8ea"}.bi-duffle::before{content:"\f8eb"}.bi-exposure::before{content:"\f8ec"}.bi-gender-neuter::before{content:"\f8ed"}.bi-highlights::before{content:"\f8ee"}.bi-luggage-fill::before{content:"\f8ef"}.bi-luggage::before{content:"\f8f0"}.bi-mailbox-flag::before{content:"\f8f1"}.bi-mailbox2-flag::before{content:"\f8f2"}.bi-noise-reduction::before{content:"\f8f3"}.bi-passport-fill::before{content:"\f8f4"}.bi-passport::before{content:"\f8f5"}.bi-person-arms-up::before{content:"\f8f6"}.bi-person-raised-hand::before{content:"\f8f7"}.bi-person-standing-dress::before{content:"\f8f8"}.bi-person-standing::before{content:"\f8f9"}.bi-person-walking::before{content:"\f8fa"}.bi-person-wheelchair::before{content:"\f8fb"}.bi-shadows::before{content:"\f8fc"}.bi-suitcase-fill::before{content:"\f8fd"}.bi-suitcase-lg-fill::before{content:"\f8fe"}.bi-suitcase-lg::before{content:"\f8ff"}.bi-suitcase::before{content:"\f900"}.bi-suitcase2-fill::before{content:"\f901"}.bi-suitcase2::before{content:"\f902"}.bi-vignette::before{content:"\f903"} \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/font/bootstrap-icons.scss b/lib/bootstrap-icons-1.11.3/font/bootstrap-icons.scss new file mode 100644 index 0000000..ea5c018 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/font/bootstrap-icons.scss @@ -0,0 +1,2090 @@ +/*! + * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/) + * Copyright 2019-2024 The Bootstrap Authors + * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) + */ + +$bootstrap-icons-font: "bootstrap-icons" !default; +$bootstrap-icons-font-dir: "./fonts" !default; +$bootstrap-icons-font-file: "#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}" !default; +$bootstrap-icons-font-hash: "24e3eb84d0bcaf83d77f904c78ac1f47" !default; +$bootstrap-icons-font-src: url("#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}") format("woff2"), + url("#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}") format("woff") !default; + +@font-face { + font-display: block; + font-family: $bootstrap-icons-font; + src: $bootstrap-icons-font-src; +} + +.bi::before, +[class^="bi-"]::before, +[class*=" bi-"]::before { + display: inline-block; + font-family: $bootstrap-icons-font !important; + font-style: normal; + font-weight: normal !important; + font-variant: normal; + text-transform: none; + line-height: 1; + vertical-align: -.125em; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +$bootstrap-icons-map: ( + "123": "\f67f", + "alarm-fill": "\f101", + "alarm": "\f102", + "align-bottom": "\f103", + "align-center": "\f104", + "align-end": "\f105", + "align-middle": "\f106", + "align-start": "\f107", + "align-top": "\f108", + "alt": "\f109", + "app-indicator": "\f10a", + "app": "\f10b", + "archive-fill": "\f10c", + "archive": "\f10d", + "arrow-90deg-down": "\f10e", + "arrow-90deg-left": "\f10f", + "arrow-90deg-right": "\f110", + "arrow-90deg-up": "\f111", + "arrow-bar-down": "\f112", + "arrow-bar-left": "\f113", + "arrow-bar-right": "\f114", + "arrow-bar-up": "\f115", + "arrow-clockwise": "\f116", + "arrow-counterclockwise": "\f117", + "arrow-down-circle-fill": "\f118", + "arrow-down-circle": "\f119", + "arrow-down-left-circle-fill": "\f11a", + "arrow-down-left-circle": "\f11b", + "arrow-down-left-square-fill": "\f11c", + "arrow-down-left-square": "\f11d", + "arrow-down-left": "\f11e", + "arrow-down-right-circle-fill": "\f11f", + "arrow-down-right-circle": "\f120", + "arrow-down-right-square-fill": "\f121", + "arrow-down-right-square": "\f122", + "arrow-down-right": "\f123", + "arrow-down-short": "\f124", + "arrow-down-square-fill": "\f125", + "arrow-down-square": "\f126", + "arrow-down-up": "\f127", + "arrow-down": "\f128", + "arrow-left-circle-fill": "\f129", + "arrow-left-circle": "\f12a", + "arrow-left-right": "\f12b", + "arrow-left-short": "\f12c", + "arrow-left-square-fill": "\f12d", + "arrow-left-square": "\f12e", + "arrow-left": "\f12f", + "arrow-repeat": "\f130", + "arrow-return-left": "\f131", + "arrow-return-right": "\f132", + "arrow-right-circle-fill": "\f133", + "arrow-right-circle": "\f134", + "arrow-right-short": "\f135", + "arrow-right-square-fill": "\f136", + "arrow-right-square": "\f137", + "arrow-right": "\f138", + "arrow-up-circle-fill": "\f139", + "arrow-up-circle": "\f13a", + "arrow-up-left-circle-fill": "\f13b", + "arrow-up-left-circle": "\f13c", + "arrow-up-left-square-fill": "\f13d", + "arrow-up-left-square": "\f13e", + "arrow-up-left": "\f13f", + "arrow-up-right-circle-fill": "\f140", + "arrow-up-right-circle": "\f141", + "arrow-up-right-square-fill": "\f142", + "arrow-up-right-square": "\f143", + "arrow-up-right": "\f144", + "arrow-up-short": "\f145", + "arrow-up-square-fill": "\f146", + "arrow-up-square": "\f147", + "arrow-up": "\f148", + "arrows-angle-contract": "\f149", + "arrows-angle-expand": "\f14a", + "arrows-collapse": "\f14b", + "arrows-expand": "\f14c", + "arrows-fullscreen": "\f14d", + "arrows-move": "\f14e", + "aspect-ratio-fill": "\f14f", + "aspect-ratio": "\f150", + "asterisk": "\f151", + "at": "\f152", + "award-fill": "\f153", + "award": "\f154", + "back": "\f155", + "backspace-fill": "\f156", + "backspace-reverse-fill": "\f157", + "backspace-reverse": "\f158", + "backspace": "\f159", + "badge-3d-fill": "\f15a", + "badge-3d": "\f15b", + "badge-4k-fill": "\f15c", + "badge-4k": "\f15d", + "badge-8k-fill": "\f15e", + "badge-8k": "\f15f", + "badge-ad-fill": "\f160", + "badge-ad": "\f161", + "badge-ar-fill": "\f162", + "badge-ar": "\f163", + "badge-cc-fill": "\f164", + "badge-cc": "\f165", + "badge-hd-fill": "\f166", + "badge-hd": "\f167", + "badge-tm-fill": "\f168", + "badge-tm": "\f169", + "badge-vo-fill": "\f16a", + "badge-vo": "\f16b", + "badge-vr-fill": "\f16c", + "badge-vr": "\f16d", + "badge-wc-fill": "\f16e", + "badge-wc": "\f16f", + "bag-check-fill": "\f170", + "bag-check": "\f171", + "bag-dash-fill": "\f172", + "bag-dash": "\f173", + "bag-fill": "\f174", + "bag-plus-fill": "\f175", + "bag-plus": "\f176", + "bag-x-fill": "\f177", + "bag-x": "\f178", + "bag": "\f179", + "bar-chart-fill": "\f17a", + "bar-chart-line-fill": "\f17b", + "bar-chart-line": "\f17c", + "bar-chart-steps": "\f17d", + "bar-chart": "\f17e", + "basket-fill": "\f17f", + "basket": "\f180", + "basket2-fill": "\f181", + "basket2": "\f182", + "basket3-fill": "\f183", + "basket3": "\f184", + "battery-charging": "\f185", + "battery-full": "\f186", + "battery-half": "\f187", + "battery": "\f188", + "bell-fill": "\f189", + "bell": "\f18a", + "bezier": "\f18b", + "bezier2": "\f18c", + "bicycle": "\f18d", + "binoculars-fill": "\f18e", + "binoculars": "\f18f", + "blockquote-left": "\f190", + "blockquote-right": "\f191", + "book-fill": "\f192", + "book-half": "\f193", + "book": "\f194", + "bookmark-check-fill": "\f195", + "bookmark-check": "\f196", + "bookmark-dash-fill": "\f197", + "bookmark-dash": "\f198", + "bookmark-fill": "\f199", + "bookmark-heart-fill": "\f19a", + "bookmark-heart": "\f19b", + "bookmark-plus-fill": "\f19c", + "bookmark-plus": "\f19d", + "bookmark-star-fill": "\f19e", + "bookmark-star": "\f19f", + "bookmark-x-fill": "\f1a0", + "bookmark-x": "\f1a1", + "bookmark": "\f1a2", + "bookmarks-fill": "\f1a3", + "bookmarks": "\f1a4", + "bookshelf": "\f1a5", + "bootstrap-fill": "\f1a6", + "bootstrap-reboot": "\f1a7", + "bootstrap": "\f1a8", + "border-all": "\f1a9", + "border-bottom": "\f1aa", + "border-center": "\f1ab", + "border-inner": "\f1ac", + "border-left": "\f1ad", + "border-middle": "\f1ae", + "border-outer": "\f1af", + "border-right": "\f1b0", + "border-style": "\f1b1", + "border-top": "\f1b2", + "border-width": "\f1b3", + "border": "\f1b4", + "bounding-box-circles": "\f1b5", + "bounding-box": "\f1b6", + "box-arrow-down-left": "\f1b7", + "box-arrow-down-right": "\f1b8", + "box-arrow-down": "\f1b9", + "box-arrow-in-down-left": "\f1ba", + "box-arrow-in-down-right": "\f1bb", + "box-arrow-in-down": "\f1bc", + "box-arrow-in-left": "\f1bd", + "box-arrow-in-right": "\f1be", + "box-arrow-in-up-left": "\f1bf", + "box-arrow-in-up-right": "\f1c0", + "box-arrow-in-up": "\f1c1", + "box-arrow-left": "\f1c2", + "box-arrow-right": "\f1c3", + "box-arrow-up-left": "\f1c4", + "box-arrow-up-right": "\f1c5", + "box-arrow-up": "\f1c6", + "box-seam": "\f1c7", + "box": "\f1c8", + "braces": "\f1c9", + "bricks": "\f1ca", + "briefcase-fill": "\f1cb", + "briefcase": "\f1cc", + "brightness-alt-high-fill": "\f1cd", + "brightness-alt-high": "\f1ce", + "brightness-alt-low-fill": "\f1cf", + "brightness-alt-low": "\f1d0", + "brightness-high-fill": "\f1d1", + "brightness-high": "\f1d2", + "brightness-low-fill": "\f1d3", + "brightness-low": "\f1d4", + "broadcast-pin": "\f1d5", + "broadcast": "\f1d6", + "brush-fill": "\f1d7", + "brush": "\f1d8", + "bucket-fill": "\f1d9", + "bucket": "\f1da", + "bug-fill": "\f1db", + "bug": "\f1dc", + "building": "\f1dd", + "bullseye": "\f1de", + "calculator-fill": "\f1df", + "calculator": "\f1e0", + "calendar-check-fill": "\f1e1", + "calendar-check": "\f1e2", + "calendar-date-fill": "\f1e3", + "calendar-date": "\f1e4", + "calendar-day-fill": "\f1e5", + "calendar-day": "\f1e6", + "calendar-event-fill": "\f1e7", + "calendar-event": "\f1e8", + "calendar-fill": "\f1e9", + "calendar-minus-fill": "\f1ea", + "calendar-minus": "\f1eb", + "calendar-month-fill": "\f1ec", + "calendar-month": "\f1ed", + "calendar-plus-fill": "\f1ee", + "calendar-plus": "\f1ef", + "calendar-range-fill": "\f1f0", + "calendar-range": "\f1f1", + "calendar-week-fill": "\f1f2", + "calendar-week": "\f1f3", + "calendar-x-fill": "\f1f4", + "calendar-x": "\f1f5", + "calendar": "\f1f6", + "calendar2-check-fill": "\f1f7", + "calendar2-check": "\f1f8", + "calendar2-date-fill": "\f1f9", + "calendar2-date": "\f1fa", + "calendar2-day-fill": "\f1fb", + "calendar2-day": "\f1fc", + "calendar2-event-fill": "\f1fd", + "calendar2-event": "\f1fe", + "calendar2-fill": "\f1ff", + "calendar2-minus-fill": "\f200", + "calendar2-minus": "\f201", + "calendar2-month-fill": "\f202", + "calendar2-month": "\f203", + "calendar2-plus-fill": "\f204", + "calendar2-plus": "\f205", + "calendar2-range-fill": "\f206", + "calendar2-range": "\f207", + "calendar2-week-fill": "\f208", + "calendar2-week": "\f209", + "calendar2-x-fill": "\f20a", + "calendar2-x": "\f20b", + "calendar2": "\f20c", + "calendar3-event-fill": "\f20d", + "calendar3-event": "\f20e", + "calendar3-fill": "\f20f", + "calendar3-range-fill": "\f210", + "calendar3-range": "\f211", + "calendar3-week-fill": "\f212", + "calendar3-week": "\f213", + "calendar3": "\f214", + "calendar4-event": "\f215", + "calendar4-range": "\f216", + "calendar4-week": "\f217", + "calendar4": "\f218", + "camera-fill": "\f219", + "camera-reels-fill": "\f21a", + "camera-reels": "\f21b", + "camera-video-fill": "\f21c", + "camera-video-off-fill": "\f21d", + "camera-video-off": "\f21e", + "camera-video": "\f21f", + "camera": "\f220", + "camera2": "\f221", + "capslock-fill": "\f222", + "capslock": "\f223", + "card-checklist": "\f224", + "card-heading": "\f225", + "card-image": "\f226", + "card-list": "\f227", + "card-text": "\f228", + "caret-down-fill": "\f229", + "caret-down-square-fill": "\f22a", + "caret-down-square": "\f22b", + "caret-down": "\f22c", + "caret-left-fill": "\f22d", + "caret-left-square-fill": "\f22e", + "caret-left-square": "\f22f", + "caret-left": "\f230", + "caret-right-fill": "\f231", + "caret-right-square-fill": "\f232", + "caret-right-square": "\f233", + "caret-right": "\f234", + "caret-up-fill": "\f235", + "caret-up-square-fill": "\f236", + "caret-up-square": "\f237", + "caret-up": "\f238", + "cart-check-fill": "\f239", + "cart-check": "\f23a", + "cart-dash-fill": "\f23b", + "cart-dash": "\f23c", + "cart-fill": "\f23d", + "cart-plus-fill": "\f23e", + "cart-plus": "\f23f", + "cart-x-fill": "\f240", + "cart-x": "\f241", + "cart": "\f242", + "cart2": "\f243", + "cart3": "\f244", + "cart4": "\f245", + "cash-stack": "\f246", + "cash": "\f247", + "cast": "\f248", + "chat-dots-fill": "\f249", + "chat-dots": "\f24a", + "chat-fill": "\f24b", + "chat-left-dots-fill": "\f24c", + "chat-left-dots": "\f24d", + "chat-left-fill": "\f24e", + "chat-left-quote-fill": "\f24f", + "chat-left-quote": "\f250", + "chat-left-text-fill": "\f251", + "chat-left-text": "\f252", + "chat-left": "\f253", + "chat-quote-fill": "\f254", + "chat-quote": "\f255", + "chat-right-dots-fill": "\f256", + "chat-right-dots": "\f257", + "chat-right-fill": "\f258", + "chat-right-quote-fill": "\f259", + "chat-right-quote": "\f25a", + "chat-right-text-fill": "\f25b", + "chat-right-text": "\f25c", + "chat-right": "\f25d", + "chat-square-dots-fill": "\f25e", + "chat-square-dots": "\f25f", + "chat-square-fill": "\f260", + "chat-square-quote-fill": "\f261", + "chat-square-quote": "\f262", + "chat-square-text-fill": "\f263", + "chat-square-text": "\f264", + "chat-square": "\f265", + "chat-text-fill": "\f266", + "chat-text": "\f267", + "chat": "\f268", + "check-all": "\f269", + "check-circle-fill": "\f26a", + "check-circle": "\f26b", + "check-square-fill": "\f26c", + "check-square": "\f26d", + "check": "\f26e", + "check2-all": "\f26f", + "check2-circle": "\f270", + "check2-square": "\f271", + "check2": "\f272", + "chevron-bar-contract": "\f273", + "chevron-bar-down": "\f274", + "chevron-bar-expand": "\f275", + "chevron-bar-left": "\f276", + "chevron-bar-right": "\f277", + "chevron-bar-up": "\f278", + "chevron-compact-down": "\f279", + "chevron-compact-left": "\f27a", + "chevron-compact-right": "\f27b", + "chevron-compact-up": "\f27c", + "chevron-contract": "\f27d", + "chevron-double-down": "\f27e", + "chevron-double-left": "\f27f", + "chevron-double-right": "\f280", + "chevron-double-up": "\f281", + "chevron-down": "\f282", + "chevron-expand": "\f283", + "chevron-left": "\f284", + "chevron-right": "\f285", + "chevron-up": "\f286", + "circle-fill": "\f287", + "circle-half": "\f288", + "circle-square": "\f289", + "circle": "\f28a", + "clipboard-check": "\f28b", + "clipboard-data": "\f28c", + "clipboard-minus": "\f28d", + "clipboard-plus": "\f28e", + "clipboard-x": "\f28f", + "clipboard": "\f290", + "clock-fill": "\f291", + "clock-history": "\f292", + "clock": "\f293", + "cloud-arrow-down-fill": "\f294", + "cloud-arrow-down": "\f295", + "cloud-arrow-up-fill": "\f296", + "cloud-arrow-up": "\f297", + "cloud-check-fill": "\f298", + "cloud-check": "\f299", + "cloud-download-fill": "\f29a", + "cloud-download": "\f29b", + "cloud-drizzle-fill": "\f29c", + "cloud-drizzle": "\f29d", + "cloud-fill": "\f29e", + "cloud-fog-fill": "\f29f", + "cloud-fog": "\f2a0", + "cloud-fog2-fill": "\f2a1", + "cloud-fog2": "\f2a2", + "cloud-hail-fill": "\f2a3", + "cloud-hail": "\f2a4", + "cloud-haze-fill": "\f2a6", + "cloud-haze": "\f2a7", + "cloud-haze2-fill": "\f2a8", + "cloud-lightning-fill": "\f2a9", + "cloud-lightning-rain-fill": "\f2aa", + "cloud-lightning-rain": "\f2ab", + "cloud-lightning": "\f2ac", + "cloud-minus-fill": "\f2ad", + "cloud-minus": "\f2ae", + "cloud-moon-fill": "\f2af", + "cloud-moon": "\f2b0", + "cloud-plus-fill": "\f2b1", + "cloud-plus": "\f2b2", + "cloud-rain-fill": "\f2b3", + "cloud-rain-heavy-fill": "\f2b4", + "cloud-rain-heavy": "\f2b5", + "cloud-rain": "\f2b6", + "cloud-slash-fill": "\f2b7", + "cloud-slash": "\f2b8", + "cloud-sleet-fill": "\f2b9", + "cloud-sleet": "\f2ba", + "cloud-snow-fill": "\f2bb", + "cloud-snow": "\f2bc", + "cloud-sun-fill": "\f2bd", + "cloud-sun": "\f2be", + "cloud-upload-fill": "\f2bf", + "cloud-upload": "\f2c0", + "cloud": "\f2c1", + "clouds-fill": "\f2c2", + "clouds": "\f2c3", + "cloudy-fill": "\f2c4", + "cloudy": "\f2c5", + "code-slash": "\f2c6", + "code-square": "\f2c7", + "code": "\f2c8", + "collection-fill": "\f2c9", + "collection-play-fill": "\f2ca", + "collection-play": "\f2cb", + "collection": "\f2cc", + "columns-gap": "\f2cd", + "columns": "\f2ce", + "command": "\f2cf", + "compass-fill": "\f2d0", + "compass": "\f2d1", + "cone-striped": "\f2d2", + "cone": "\f2d3", + "controller": "\f2d4", + "cpu-fill": "\f2d5", + "cpu": "\f2d6", + "credit-card-2-back-fill": "\f2d7", + "credit-card-2-back": "\f2d8", + "credit-card-2-front-fill": "\f2d9", + "credit-card-2-front": "\f2da", + "credit-card-fill": "\f2db", + "credit-card": "\f2dc", + "crop": "\f2dd", + "cup-fill": "\f2de", + "cup-straw": "\f2df", + "cup": "\f2e0", + "cursor-fill": "\f2e1", + "cursor-text": "\f2e2", + "cursor": "\f2e3", + "dash-circle-dotted": "\f2e4", + "dash-circle-fill": "\f2e5", + "dash-circle": "\f2e6", + "dash-square-dotted": "\f2e7", + "dash-square-fill": "\f2e8", + "dash-square": "\f2e9", + "dash": "\f2ea", + "diagram-2-fill": "\f2eb", + "diagram-2": "\f2ec", + "diagram-3-fill": "\f2ed", + "diagram-3": "\f2ee", + "diamond-fill": "\f2ef", + "diamond-half": "\f2f0", + "diamond": "\f2f1", + "dice-1-fill": "\f2f2", + "dice-1": "\f2f3", + "dice-2-fill": "\f2f4", + "dice-2": "\f2f5", + "dice-3-fill": "\f2f6", + "dice-3": "\f2f7", + "dice-4-fill": "\f2f8", + "dice-4": "\f2f9", + "dice-5-fill": "\f2fa", + "dice-5": "\f2fb", + "dice-6-fill": "\f2fc", + "dice-6": "\f2fd", + "disc-fill": "\f2fe", + "disc": "\f2ff", + "discord": "\f300", + "display-fill": "\f301", + "display": "\f302", + "distribute-horizontal": "\f303", + "distribute-vertical": "\f304", + "door-closed-fill": "\f305", + "door-closed": "\f306", + "door-open-fill": "\f307", + "door-open": "\f308", + "dot": "\f309", + "download": "\f30a", + "droplet-fill": "\f30b", + "droplet-half": "\f30c", + "droplet": "\f30d", + "earbuds": "\f30e", + "easel-fill": "\f30f", + "easel": "\f310", + "egg-fill": "\f311", + "egg-fried": "\f312", + "egg": "\f313", + "eject-fill": "\f314", + "eject": "\f315", + "emoji-angry-fill": "\f316", + "emoji-angry": "\f317", + "emoji-dizzy-fill": "\f318", + "emoji-dizzy": "\f319", + "emoji-expressionless-fill": "\f31a", + "emoji-expressionless": "\f31b", + "emoji-frown-fill": "\f31c", + "emoji-frown": "\f31d", + "emoji-heart-eyes-fill": "\f31e", + "emoji-heart-eyes": "\f31f", + "emoji-laughing-fill": "\f320", + "emoji-laughing": "\f321", + "emoji-neutral-fill": "\f322", + "emoji-neutral": "\f323", + "emoji-smile-fill": "\f324", + "emoji-smile-upside-down-fill": "\f325", + "emoji-smile-upside-down": "\f326", + "emoji-smile": "\f327", + "emoji-sunglasses-fill": "\f328", + "emoji-sunglasses": "\f329", + "emoji-wink-fill": "\f32a", + "emoji-wink": "\f32b", + "envelope-fill": "\f32c", + "envelope-open-fill": "\f32d", + "envelope-open": "\f32e", + "envelope": "\f32f", + "eraser-fill": "\f330", + "eraser": "\f331", + "exclamation-circle-fill": "\f332", + "exclamation-circle": "\f333", + "exclamation-diamond-fill": "\f334", + "exclamation-diamond": "\f335", + "exclamation-octagon-fill": "\f336", + "exclamation-octagon": "\f337", + "exclamation-square-fill": "\f338", + "exclamation-square": "\f339", + "exclamation-triangle-fill": "\f33a", + "exclamation-triangle": "\f33b", + "exclamation": "\f33c", + "exclude": "\f33d", + "eye-fill": "\f33e", + "eye-slash-fill": "\f33f", + "eye-slash": "\f340", + "eye": "\f341", + "eyedropper": "\f342", + "eyeglasses": "\f343", + "facebook": "\f344", + "file-arrow-down-fill": "\f345", + "file-arrow-down": "\f346", + "file-arrow-up-fill": "\f347", + "file-arrow-up": "\f348", + "file-bar-graph-fill": "\f349", + "file-bar-graph": "\f34a", + "file-binary-fill": "\f34b", + "file-binary": "\f34c", + "file-break-fill": "\f34d", + "file-break": "\f34e", + "file-check-fill": "\f34f", + "file-check": "\f350", + "file-code-fill": "\f351", + "file-code": "\f352", + "file-diff-fill": "\f353", + "file-diff": "\f354", + "file-earmark-arrow-down-fill": "\f355", + "file-earmark-arrow-down": "\f356", + "file-earmark-arrow-up-fill": "\f357", + "file-earmark-arrow-up": "\f358", + "file-earmark-bar-graph-fill": "\f359", + "file-earmark-bar-graph": "\f35a", + "file-earmark-binary-fill": "\f35b", + "file-earmark-binary": "\f35c", + "file-earmark-break-fill": "\f35d", + "file-earmark-break": "\f35e", + "file-earmark-check-fill": "\f35f", + "file-earmark-check": "\f360", + "file-earmark-code-fill": "\f361", + "file-earmark-code": "\f362", + "file-earmark-diff-fill": "\f363", + "file-earmark-diff": "\f364", + "file-earmark-easel-fill": "\f365", + "file-earmark-easel": "\f366", + "file-earmark-excel-fill": "\f367", + "file-earmark-excel": "\f368", + "file-earmark-fill": "\f369", + "file-earmark-font-fill": "\f36a", + "file-earmark-font": "\f36b", + "file-earmark-image-fill": "\f36c", + "file-earmark-image": "\f36d", + "file-earmark-lock-fill": "\f36e", + "file-earmark-lock": "\f36f", + "file-earmark-lock2-fill": "\f370", + "file-earmark-lock2": "\f371", + "file-earmark-medical-fill": "\f372", + "file-earmark-medical": "\f373", + "file-earmark-minus-fill": "\f374", + "file-earmark-minus": "\f375", + "file-earmark-music-fill": "\f376", + "file-earmark-music": "\f377", + "file-earmark-person-fill": "\f378", + "file-earmark-person": "\f379", + "file-earmark-play-fill": "\f37a", + "file-earmark-play": "\f37b", + "file-earmark-plus-fill": "\f37c", + "file-earmark-plus": "\f37d", + "file-earmark-post-fill": "\f37e", + "file-earmark-post": "\f37f", + "file-earmark-ppt-fill": "\f380", + "file-earmark-ppt": "\f381", + "file-earmark-richtext-fill": "\f382", + "file-earmark-richtext": "\f383", + "file-earmark-ruled-fill": "\f384", + "file-earmark-ruled": "\f385", + "file-earmark-slides-fill": "\f386", + "file-earmark-slides": "\f387", + "file-earmark-spreadsheet-fill": "\f388", + "file-earmark-spreadsheet": "\f389", + "file-earmark-text-fill": "\f38a", + "file-earmark-text": "\f38b", + "file-earmark-word-fill": "\f38c", + "file-earmark-word": "\f38d", + "file-earmark-x-fill": "\f38e", + "file-earmark-x": "\f38f", + "file-earmark-zip-fill": "\f390", + "file-earmark-zip": "\f391", + "file-earmark": "\f392", + "file-easel-fill": "\f393", + "file-easel": "\f394", + "file-excel-fill": "\f395", + "file-excel": "\f396", + "file-fill": "\f397", + "file-font-fill": "\f398", + "file-font": "\f399", + "file-image-fill": "\f39a", + "file-image": "\f39b", + "file-lock-fill": "\f39c", + "file-lock": "\f39d", + "file-lock2-fill": "\f39e", + "file-lock2": "\f39f", + "file-medical-fill": "\f3a0", + "file-medical": "\f3a1", + "file-minus-fill": "\f3a2", + "file-minus": "\f3a3", + "file-music-fill": "\f3a4", + "file-music": "\f3a5", + "file-person-fill": "\f3a6", + "file-person": "\f3a7", + "file-play-fill": "\f3a8", + "file-play": "\f3a9", + "file-plus-fill": "\f3aa", + "file-plus": "\f3ab", + "file-post-fill": "\f3ac", + "file-post": "\f3ad", + "file-ppt-fill": "\f3ae", + "file-ppt": "\f3af", + "file-richtext-fill": "\f3b0", + "file-richtext": "\f3b1", + "file-ruled-fill": "\f3b2", + "file-ruled": "\f3b3", + "file-slides-fill": "\f3b4", + "file-slides": "\f3b5", + "file-spreadsheet-fill": "\f3b6", + "file-spreadsheet": "\f3b7", + "file-text-fill": "\f3b8", + "file-text": "\f3b9", + "file-word-fill": "\f3ba", + "file-word": "\f3bb", + "file-x-fill": "\f3bc", + "file-x": "\f3bd", + "file-zip-fill": "\f3be", + "file-zip": "\f3bf", + "file": "\f3c0", + "files-alt": "\f3c1", + "files": "\f3c2", + "film": "\f3c3", + "filter-circle-fill": "\f3c4", + "filter-circle": "\f3c5", + "filter-left": "\f3c6", + "filter-right": "\f3c7", + "filter-square-fill": "\f3c8", + "filter-square": "\f3c9", + "filter": "\f3ca", + "flag-fill": "\f3cb", + "flag": "\f3cc", + "flower1": "\f3cd", + "flower2": "\f3ce", + "flower3": "\f3cf", + "folder-check": "\f3d0", + "folder-fill": "\f3d1", + "folder-minus": "\f3d2", + "folder-plus": "\f3d3", + "folder-symlink-fill": "\f3d4", + "folder-symlink": "\f3d5", + "folder-x": "\f3d6", + "folder": "\f3d7", + "folder2-open": "\f3d8", + "folder2": "\f3d9", + "fonts": "\f3da", + "forward-fill": "\f3db", + "forward": "\f3dc", + "front": "\f3dd", + "fullscreen-exit": "\f3de", + "fullscreen": "\f3df", + "funnel-fill": "\f3e0", + "funnel": "\f3e1", + "gear-fill": "\f3e2", + "gear-wide-connected": "\f3e3", + "gear-wide": "\f3e4", + "gear": "\f3e5", + "gem": "\f3e6", + "geo-alt-fill": "\f3e7", + "geo-alt": "\f3e8", + "geo-fill": "\f3e9", + "geo": "\f3ea", + "gift-fill": "\f3eb", + "gift": "\f3ec", + "github": "\f3ed", + "globe": "\f3ee", + "globe2": "\f3ef", + "google": "\f3f0", + "graph-down": "\f3f1", + "graph-up": "\f3f2", + "grid-1x2-fill": "\f3f3", + "grid-1x2": "\f3f4", + "grid-3x2-gap-fill": "\f3f5", + "grid-3x2-gap": "\f3f6", + "grid-3x2": "\f3f7", + "grid-3x3-gap-fill": "\f3f8", + "grid-3x3-gap": "\f3f9", + "grid-3x3": "\f3fa", + "grid-fill": "\f3fb", + "grid": "\f3fc", + "grip-horizontal": "\f3fd", + "grip-vertical": "\f3fe", + "hammer": "\f3ff", + "hand-index-fill": "\f400", + "hand-index-thumb-fill": "\f401", + "hand-index-thumb": "\f402", + "hand-index": "\f403", + "hand-thumbs-down-fill": "\f404", + "hand-thumbs-down": "\f405", + "hand-thumbs-up-fill": "\f406", + "hand-thumbs-up": "\f407", + "handbag-fill": "\f408", + "handbag": "\f409", + "hash": "\f40a", + "hdd-fill": "\f40b", + "hdd-network-fill": "\f40c", + "hdd-network": "\f40d", + "hdd-rack-fill": "\f40e", + "hdd-rack": "\f40f", + "hdd-stack-fill": "\f410", + "hdd-stack": "\f411", + "hdd": "\f412", + "headphones": "\f413", + "headset": "\f414", + "heart-fill": "\f415", + "heart-half": "\f416", + "heart": "\f417", + "heptagon-fill": "\f418", + "heptagon-half": "\f419", + "heptagon": "\f41a", + "hexagon-fill": "\f41b", + "hexagon-half": "\f41c", + "hexagon": "\f41d", + "hourglass-bottom": "\f41e", + "hourglass-split": "\f41f", + "hourglass-top": "\f420", + "hourglass": "\f421", + "house-door-fill": "\f422", + "house-door": "\f423", + "house-fill": "\f424", + "house": "\f425", + "hr": "\f426", + "hurricane": "\f427", + "image-alt": "\f428", + "image-fill": "\f429", + "image": "\f42a", + "images": "\f42b", + "inbox-fill": "\f42c", + "inbox": "\f42d", + "inboxes-fill": "\f42e", + "inboxes": "\f42f", + "info-circle-fill": "\f430", + "info-circle": "\f431", + "info-square-fill": "\f432", + "info-square": "\f433", + "info": "\f434", + "input-cursor-text": "\f435", + "input-cursor": "\f436", + "instagram": "\f437", + "intersect": "\f438", + "journal-album": "\f439", + "journal-arrow-down": "\f43a", + "journal-arrow-up": "\f43b", + "journal-bookmark-fill": "\f43c", + "journal-bookmark": "\f43d", + "journal-check": "\f43e", + "journal-code": "\f43f", + "journal-medical": "\f440", + "journal-minus": "\f441", + "journal-plus": "\f442", + "journal-richtext": "\f443", + "journal-text": "\f444", + "journal-x": "\f445", + "journal": "\f446", + "journals": "\f447", + "joystick": "\f448", + "justify-left": "\f449", + "justify-right": "\f44a", + "justify": "\f44b", + "kanban-fill": "\f44c", + "kanban": "\f44d", + "key-fill": "\f44e", + "key": "\f44f", + "keyboard-fill": "\f450", + "keyboard": "\f451", + "ladder": "\f452", + "lamp-fill": "\f453", + "lamp": "\f454", + "laptop-fill": "\f455", + "laptop": "\f456", + "layer-backward": "\f457", + "layer-forward": "\f458", + "layers-fill": "\f459", + "layers-half": "\f45a", + "layers": "\f45b", + "layout-sidebar-inset-reverse": "\f45c", + "layout-sidebar-inset": "\f45d", + "layout-sidebar-reverse": "\f45e", + "layout-sidebar": "\f45f", + "layout-split": "\f460", + "layout-text-sidebar-reverse": "\f461", + "layout-text-sidebar": "\f462", + "layout-text-window-reverse": "\f463", + "layout-text-window": "\f464", + "layout-three-columns": "\f465", + "layout-wtf": "\f466", + "life-preserver": "\f467", + "lightbulb-fill": "\f468", + "lightbulb-off-fill": "\f469", + "lightbulb-off": "\f46a", + "lightbulb": "\f46b", + "lightning-charge-fill": "\f46c", + "lightning-charge": "\f46d", + "lightning-fill": "\f46e", + "lightning": "\f46f", + "link-45deg": "\f470", + "link": "\f471", + "linkedin": "\f472", + "list-check": "\f473", + "list-nested": "\f474", + "list-ol": "\f475", + "list-stars": "\f476", + "list-task": "\f477", + "list-ul": "\f478", + "list": "\f479", + "lock-fill": "\f47a", + "lock": "\f47b", + "mailbox": "\f47c", + "mailbox2": "\f47d", + "map-fill": "\f47e", + "map": "\f47f", + "markdown-fill": "\f480", + "markdown": "\f481", + "mask": "\f482", + "megaphone-fill": "\f483", + "megaphone": "\f484", + "menu-app-fill": "\f485", + "menu-app": "\f486", + "menu-button-fill": "\f487", + "menu-button-wide-fill": "\f488", + "menu-button-wide": "\f489", + "menu-button": "\f48a", + "menu-down": "\f48b", + "menu-up": "\f48c", + "mic-fill": "\f48d", + "mic-mute-fill": "\f48e", + "mic-mute": "\f48f", + "mic": "\f490", + "minecart-loaded": "\f491", + "minecart": "\f492", + "moisture": "\f493", + "moon-fill": "\f494", + "moon-stars-fill": "\f495", + "moon-stars": "\f496", + "moon": "\f497", + "mouse-fill": "\f498", + "mouse": "\f499", + "mouse2-fill": "\f49a", + "mouse2": "\f49b", + "mouse3-fill": "\f49c", + "mouse3": "\f49d", + "music-note-beamed": "\f49e", + "music-note-list": "\f49f", + "music-note": "\f4a0", + "music-player-fill": "\f4a1", + "music-player": "\f4a2", + "newspaper": "\f4a3", + "node-minus-fill": "\f4a4", + "node-minus": "\f4a5", + "node-plus-fill": "\f4a6", + "node-plus": "\f4a7", + "nut-fill": "\f4a8", + "nut": "\f4a9", + "octagon-fill": "\f4aa", + "octagon-half": "\f4ab", + "octagon": "\f4ac", + "option": "\f4ad", + "outlet": "\f4ae", + "paint-bucket": "\f4af", + "palette-fill": "\f4b0", + "palette": "\f4b1", + "palette2": "\f4b2", + "paperclip": "\f4b3", + "paragraph": "\f4b4", + "patch-check-fill": "\f4b5", + "patch-check": "\f4b6", + "patch-exclamation-fill": "\f4b7", + "patch-exclamation": "\f4b8", + "patch-minus-fill": "\f4b9", + "patch-minus": "\f4ba", + "patch-plus-fill": "\f4bb", + "patch-plus": "\f4bc", + "patch-question-fill": "\f4bd", + "patch-question": "\f4be", + "pause-btn-fill": "\f4bf", + "pause-btn": "\f4c0", + "pause-circle-fill": "\f4c1", + "pause-circle": "\f4c2", + "pause-fill": "\f4c3", + "pause": "\f4c4", + "peace-fill": "\f4c5", + "peace": "\f4c6", + "pen-fill": "\f4c7", + "pen": "\f4c8", + "pencil-fill": "\f4c9", + "pencil-square": "\f4ca", + "pencil": "\f4cb", + "pentagon-fill": "\f4cc", + "pentagon-half": "\f4cd", + "pentagon": "\f4ce", + "people-fill": "\f4cf", + "people": "\f4d0", + "percent": "\f4d1", + "person-badge-fill": "\f4d2", + "person-badge": "\f4d3", + "person-bounding-box": "\f4d4", + "person-check-fill": "\f4d5", + "person-check": "\f4d6", + "person-circle": "\f4d7", + "person-dash-fill": "\f4d8", + "person-dash": "\f4d9", + "person-fill": "\f4da", + "person-lines-fill": "\f4db", + "person-plus-fill": "\f4dc", + "person-plus": "\f4dd", + "person-square": "\f4de", + "person-x-fill": "\f4df", + "person-x": "\f4e0", + "person": "\f4e1", + "phone-fill": "\f4e2", + "phone-landscape-fill": "\f4e3", + "phone-landscape": "\f4e4", + "phone-vibrate-fill": "\f4e5", + "phone-vibrate": "\f4e6", + "phone": "\f4e7", + "pie-chart-fill": "\f4e8", + "pie-chart": "\f4e9", + "pin-angle-fill": "\f4ea", + "pin-angle": "\f4eb", + "pin-fill": "\f4ec", + "pin": "\f4ed", + "pip-fill": "\f4ee", + "pip": "\f4ef", + "play-btn-fill": "\f4f0", + "play-btn": "\f4f1", + "play-circle-fill": "\f4f2", + "play-circle": "\f4f3", + "play-fill": "\f4f4", + "play": "\f4f5", + "plug-fill": "\f4f6", + "plug": "\f4f7", + "plus-circle-dotted": "\f4f8", + "plus-circle-fill": "\f4f9", + "plus-circle": "\f4fa", + "plus-square-dotted": "\f4fb", + "plus-square-fill": "\f4fc", + "plus-square": "\f4fd", + "plus": "\f4fe", + "power": "\f4ff", + "printer-fill": "\f500", + "printer": "\f501", + "puzzle-fill": "\f502", + "puzzle": "\f503", + "question-circle-fill": "\f504", + "question-circle": "\f505", + "question-diamond-fill": "\f506", + "question-diamond": "\f507", + "question-octagon-fill": "\f508", + "question-octagon": "\f509", + "question-square-fill": "\f50a", + "question-square": "\f50b", + "question": "\f50c", + "rainbow": "\f50d", + "receipt-cutoff": "\f50e", + "receipt": "\f50f", + "reception-0": "\f510", + "reception-1": "\f511", + "reception-2": "\f512", + "reception-3": "\f513", + "reception-4": "\f514", + "record-btn-fill": "\f515", + "record-btn": "\f516", + "record-circle-fill": "\f517", + "record-circle": "\f518", + "record-fill": "\f519", + "record": "\f51a", + "record2-fill": "\f51b", + "record2": "\f51c", + "reply-all-fill": "\f51d", + "reply-all": "\f51e", + "reply-fill": "\f51f", + "reply": "\f520", + "rss-fill": "\f521", + "rss": "\f522", + "rulers": "\f523", + "save-fill": "\f524", + "save": "\f525", + "save2-fill": "\f526", + "save2": "\f527", + "scissors": "\f528", + "screwdriver": "\f529", + "search": "\f52a", + "segmented-nav": "\f52b", + "server": "\f52c", + "share-fill": "\f52d", + "share": "\f52e", + "shield-check": "\f52f", + "shield-exclamation": "\f530", + "shield-fill-check": "\f531", + "shield-fill-exclamation": "\f532", + "shield-fill-minus": "\f533", + "shield-fill-plus": "\f534", + "shield-fill-x": "\f535", + "shield-fill": "\f536", + "shield-lock-fill": "\f537", + "shield-lock": "\f538", + "shield-minus": "\f539", + "shield-plus": "\f53a", + "shield-shaded": "\f53b", + "shield-slash-fill": "\f53c", + "shield-slash": "\f53d", + "shield-x": "\f53e", + "shield": "\f53f", + "shift-fill": "\f540", + "shift": "\f541", + "shop-window": "\f542", + "shop": "\f543", + "shuffle": "\f544", + "signpost-2-fill": "\f545", + "signpost-2": "\f546", + "signpost-fill": "\f547", + "signpost-split-fill": "\f548", + "signpost-split": "\f549", + "signpost": "\f54a", + "sim-fill": "\f54b", + "sim": "\f54c", + "skip-backward-btn-fill": "\f54d", + "skip-backward-btn": "\f54e", + "skip-backward-circle-fill": "\f54f", + "skip-backward-circle": "\f550", + "skip-backward-fill": "\f551", + "skip-backward": "\f552", + "skip-end-btn-fill": "\f553", + "skip-end-btn": "\f554", + "skip-end-circle-fill": "\f555", + "skip-end-circle": "\f556", + "skip-end-fill": "\f557", + "skip-end": "\f558", + "skip-forward-btn-fill": "\f559", + "skip-forward-btn": "\f55a", + "skip-forward-circle-fill": "\f55b", + "skip-forward-circle": "\f55c", + "skip-forward-fill": "\f55d", + "skip-forward": "\f55e", + "skip-start-btn-fill": "\f55f", + "skip-start-btn": "\f560", + "skip-start-circle-fill": "\f561", + "skip-start-circle": "\f562", + "skip-start-fill": "\f563", + "skip-start": "\f564", + "slack": "\f565", + "slash-circle-fill": "\f566", + "slash-circle": "\f567", + "slash-square-fill": "\f568", + "slash-square": "\f569", + "slash": "\f56a", + "sliders": "\f56b", + "smartwatch": "\f56c", + "snow": "\f56d", + "snow2": "\f56e", + "snow3": "\f56f", + "sort-alpha-down-alt": "\f570", + "sort-alpha-down": "\f571", + "sort-alpha-up-alt": "\f572", + "sort-alpha-up": "\f573", + "sort-down-alt": "\f574", + "sort-down": "\f575", + "sort-numeric-down-alt": "\f576", + "sort-numeric-down": "\f577", + "sort-numeric-up-alt": "\f578", + "sort-numeric-up": "\f579", + "sort-up-alt": "\f57a", + "sort-up": "\f57b", + "soundwave": "\f57c", + "speaker-fill": "\f57d", + "speaker": "\f57e", + "speedometer": "\f57f", + "speedometer2": "\f580", + "spellcheck": "\f581", + "square-fill": "\f582", + "square-half": "\f583", + "square": "\f584", + "stack": "\f585", + "star-fill": "\f586", + "star-half": "\f587", + "star": "\f588", + "stars": "\f589", + "stickies-fill": "\f58a", + "stickies": "\f58b", + "sticky-fill": "\f58c", + "sticky": "\f58d", + "stop-btn-fill": "\f58e", + "stop-btn": "\f58f", + "stop-circle-fill": "\f590", + "stop-circle": "\f591", + "stop-fill": "\f592", + "stop": "\f593", + "stoplights-fill": "\f594", + "stoplights": "\f595", + "stopwatch-fill": "\f596", + "stopwatch": "\f597", + "subtract": "\f598", + "suit-club-fill": "\f599", + "suit-club": "\f59a", + "suit-diamond-fill": "\f59b", + "suit-diamond": "\f59c", + "suit-heart-fill": "\f59d", + "suit-heart": "\f59e", + "suit-spade-fill": "\f59f", + "suit-spade": "\f5a0", + "sun-fill": "\f5a1", + "sun": "\f5a2", + "sunglasses": "\f5a3", + "sunrise-fill": "\f5a4", + "sunrise": "\f5a5", + "sunset-fill": "\f5a6", + "sunset": "\f5a7", + "symmetry-horizontal": "\f5a8", + "symmetry-vertical": "\f5a9", + "table": "\f5aa", + "tablet-fill": "\f5ab", + "tablet-landscape-fill": "\f5ac", + "tablet-landscape": "\f5ad", + "tablet": "\f5ae", + "tag-fill": "\f5af", + "tag": "\f5b0", + "tags-fill": "\f5b1", + "tags": "\f5b2", + "telegram": "\f5b3", + "telephone-fill": "\f5b4", + "telephone-forward-fill": "\f5b5", + "telephone-forward": "\f5b6", + "telephone-inbound-fill": "\f5b7", + "telephone-inbound": "\f5b8", + "telephone-minus-fill": "\f5b9", + "telephone-minus": "\f5ba", + "telephone-outbound-fill": "\f5bb", + "telephone-outbound": "\f5bc", + "telephone-plus-fill": "\f5bd", + "telephone-plus": "\f5be", + "telephone-x-fill": "\f5bf", + "telephone-x": "\f5c0", + "telephone": "\f5c1", + "terminal-fill": "\f5c2", + "terminal": "\f5c3", + "text-center": "\f5c4", + "text-indent-left": "\f5c5", + "text-indent-right": "\f5c6", + "text-left": "\f5c7", + "text-paragraph": "\f5c8", + "text-right": "\f5c9", + "textarea-resize": "\f5ca", + "textarea-t": "\f5cb", + "textarea": "\f5cc", + "thermometer-half": "\f5cd", + "thermometer-high": "\f5ce", + "thermometer-low": "\f5cf", + "thermometer-snow": "\f5d0", + "thermometer-sun": "\f5d1", + "thermometer": "\f5d2", + "three-dots-vertical": "\f5d3", + "three-dots": "\f5d4", + "toggle-off": "\f5d5", + "toggle-on": "\f5d6", + "toggle2-off": "\f5d7", + "toggle2-on": "\f5d8", + "toggles": "\f5d9", + "toggles2": "\f5da", + "tools": "\f5db", + "tornado": "\f5dc", + "trash-fill": "\f5dd", + "trash": "\f5de", + "trash2-fill": "\f5df", + "trash2": "\f5e0", + "tree-fill": "\f5e1", + "tree": "\f5e2", + "triangle-fill": "\f5e3", + "triangle-half": "\f5e4", + "triangle": "\f5e5", + "trophy-fill": "\f5e6", + "trophy": "\f5e7", + "tropical-storm": "\f5e8", + "truck-flatbed": "\f5e9", + "truck": "\f5ea", + "tsunami": "\f5eb", + "tv-fill": "\f5ec", + "tv": "\f5ed", + "twitch": "\f5ee", + "twitter": "\f5ef", + "type-bold": "\f5f0", + "type-h1": "\f5f1", + "type-h2": "\f5f2", + "type-h3": "\f5f3", + "type-italic": "\f5f4", + "type-strikethrough": "\f5f5", + "type-underline": "\f5f6", + "type": "\f5f7", + "ui-checks-grid": "\f5f8", + "ui-checks": "\f5f9", + "ui-radios-grid": "\f5fa", + "ui-radios": "\f5fb", + "umbrella-fill": "\f5fc", + "umbrella": "\f5fd", + "union": "\f5fe", + "unlock-fill": "\f5ff", + "unlock": "\f600", + "upc-scan": "\f601", + "upc": "\f602", + "upload": "\f603", + "vector-pen": "\f604", + "view-list": "\f605", + "view-stacked": "\f606", + "vinyl-fill": "\f607", + "vinyl": "\f608", + "voicemail": "\f609", + "volume-down-fill": "\f60a", + "volume-down": "\f60b", + "volume-mute-fill": "\f60c", + "volume-mute": "\f60d", + "volume-off-fill": "\f60e", + "volume-off": "\f60f", + "volume-up-fill": "\f610", + "volume-up": "\f611", + "vr": "\f612", + "wallet-fill": "\f613", + "wallet": "\f614", + "wallet2": "\f615", + "watch": "\f616", + "water": "\f617", + "whatsapp": "\f618", + "wifi-1": "\f619", + "wifi-2": "\f61a", + "wifi-off": "\f61b", + "wifi": "\f61c", + "wind": "\f61d", + "window-dock": "\f61e", + "window-sidebar": "\f61f", + "window": "\f620", + "wrench": "\f621", + "x-circle-fill": "\f622", + "x-circle": "\f623", + "x-diamond-fill": "\f624", + "x-diamond": "\f625", + "x-octagon-fill": "\f626", + "x-octagon": "\f627", + "x-square-fill": "\f628", + "x-square": "\f629", + "x": "\f62a", + "youtube": "\f62b", + "zoom-in": "\f62c", + "zoom-out": "\f62d", + "bank": "\f62e", + "bank2": "\f62f", + "bell-slash-fill": "\f630", + "bell-slash": "\f631", + "cash-coin": "\f632", + "check-lg": "\f633", + "coin": "\f634", + "currency-bitcoin": "\f635", + "currency-dollar": "\f636", + "currency-euro": "\f637", + "currency-exchange": "\f638", + "currency-pound": "\f639", + "currency-yen": "\f63a", + "dash-lg": "\f63b", + "exclamation-lg": "\f63c", + "file-earmark-pdf-fill": "\f63d", + "file-earmark-pdf": "\f63e", + "file-pdf-fill": "\f63f", + "file-pdf": "\f640", + "gender-ambiguous": "\f641", + "gender-female": "\f642", + "gender-male": "\f643", + "gender-trans": "\f644", + "headset-vr": "\f645", + "info-lg": "\f646", + "mastodon": "\f647", + "messenger": "\f648", + "piggy-bank-fill": "\f649", + "piggy-bank": "\f64a", + "pin-map-fill": "\f64b", + "pin-map": "\f64c", + "plus-lg": "\f64d", + "question-lg": "\f64e", + "recycle": "\f64f", + "reddit": "\f650", + "safe-fill": "\f651", + "safe2-fill": "\f652", + "safe2": "\f653", + "sd-card-fill": "\f654", + "sd-card": "\f655", + "skype": "\f656", + "slash-lg": "\f657", + "translate": "\f658", + "x-lg": "\f659", + "safe": "\f65a", + "apple": "\f65b", + "microsoft": "\f65d", + "windows": "\f65e", + "behance": "\f65c", + "dribbble": "\f65f", + "line": "\f660", + "medium": "\f661", + "paypal": "\f662", + "pinterest": "\f663", + "signal": "\f664", + "snapchat": "\f665", + "spotify": "\f666", + "stack-overflow": "\f667", + "strava": "\f668", + "wordpress": "\f669", + "vimeo": "\f66a", + "activity": "\f66b", + "easel2-fill": "\f66c", + "easel2": "\f66d", + "easel3-fill": "\f66e", + "easel3": "\f66f", + "fan": "\f670", + "fingerprint": "\f671", + "graph-down-arrow": "\f672", + "graph-up-arrow": "\f673", + "hypnotize": "\f674", + "magic": "\f675", + "person-rolodex": "\f676", + "person-video": "\f677", + "person-video2": "\f678", + "person-video3": "\f679", + "person-workspace": "\f67a", + "radioactive": "\f67b", + "webcam-fill": "\f67c", + "webcam": "\f67d", + "yin-yang": "\f67e", + "bandaid-fill": "\f680", + "bandaid": "\f681", + "bluetooth": "\f682", + "body-text": "\f683", + "boombox": "\f684", + "boxes": "\f685", + "dpad-fill": "\f686", + "dpad": "\f687", + "ear-fill": "\f688", + "ear": "\f689", + "envelope-check-fill": "\f68b", + "envelope-check": "\f68c", + "envelope-dash-fill": "\f68e", + "envelope-dash": "\f68f", + "envelope-exclamation-fill": "\f691", + "envelope-exclamation": "\f692", + "envelope-plus-fill": "\f693", + "envelope-plus": "\f694", + "envelope-slash-fill": "\f696", + "envelope-slash": "\f697", + "envelope-x-fill": "\f699", + "envelope-x": "\f69a", + "explicit-fill": "\f69b", + "explicit": "\f69c", + "git": "\f69d", + "infinity": "\f69e", + "list-columns-reverse": "\f69f", + "list-columns": "\f6a0", + "meta": "\f6a1", + "nintendo-switch": "\f6a4", + "pc-display-horizontal": "\f6a5", + "pc-display": "\f6a6", + "pc-horizontal": "\f6a7", + "pc": "\f6a8", + "playstation": "\f6a9", + "plus-slash-minus": "\f6aa", + "projector-fill": "\f6ab", + "projector": "\f6ac", + "qr-code-scan": "\f6ad", + "qr-code": "\f6ae", + "quora": "\f6af", + "quote": "\f6b0", + "robot": "\f6b1", + "send-check-fill": "\f6b2", + "send-check": "\f6b3", + "send-dash-fill": "\f6b4", + "send-dash": "\f6b5", + "send-exclamation-fill": "\f6b7", + "send-exclamation": "\f6b8", + "send-fill": "\f6b9", + "send-plus-fill": "\f6ba", + "send-plus": "\f6bb", + "send-slash-fill": "\f6bc", + "send-slash": "\f6bd", + "send-x-fill": "\f6be", + "send-x": "\f6bf", + "send": "\f6c0", + "steam": "\f6c1", + "terminal-dash": "\f6c3", + "terminal-plus": "\f6c4", + "terminal-split": "\f6c5", + "ticket-detailed-fill": "\f6c6", + "ticket-detailed": "\f6c7", + "ticket-fill": "\f6c8", + "ticket-perforated-fill": "\f6c9", + "ticket-perforated": "\f6ca", + "ticket": "\f6cb", + "tiktok": "\f6cc", + "window-dash": "\f6cd", + "window-desktop": "\f6ce", + "window-fullscreen": "\f6cf", + "window-plus": "\f6d0", + "window-split": "\f6d1", + "window-stack": "\f6d2", + "window-x": "\f6d3", + "xbox": "\f6d4", + "ethernet": "\f6d5", + "hdmi-fill": "\f6d6", + "hdmi": "\f6d7", + "usb-c-fill": "\f6d8", + "usb-c": "\f6d9", + "usb-fill": "\f6da", + "usb-plug-fill": "\f6db", + "usb-plug": "\f6dc", + "usb-symbol": "\f6dd", + "usb": "\f6de", + "boombox-fill": "\f6df", + "displayport": "\f6e1", + "gpu-card": "\f6e2", + "memory": "\f6e3", + "modem-fill": "\f6e4", + "modem": "\f6e5", + "motherboard-fill": "\f6e6", + "motherboard": "\f6e7", + "optical-audio-fill": "\f6e8", + "optical-audio": "\f6e9", + "pci-card": "\f6ea", + "router-fill": "\f6eb", + "router": "\f6ec", + "thunderbolt-fill": "\f6ef", + "thunderbolt": "\f6f0", + "usb-drive-fill": "\f6f1", + "usb-drive": "\f6f2", + "usb-micro-fill": "\f6f3", + "usb-micro": "\f6f4", + "usb-mini-fill": "\f6f5", + "usb-mini": "\f6f6", + "cloud-haze2": "\f6f7", + "device-hdd-fill": "\f6f8", + "device-hdd": "\f6f9", + "device-ssd-fill": "\f6fa", + "device-ssd": "\f6fb", + "displayport-fill": "\f6fc", + "mortarboard-fill": "\f6fd", + "mortarboard": "\f6fe", + "terminal-x": "\f6ff", + "arrow-through-heart-fill": "\f700", + "arrow-through-heart": "\f701", + "badge-sd-fill": "\f702", + "badge-sd": "\f703", + "bag-heart-fill": "\f704", + "bag-heart": "\f705", + "balloon-fill": "\f706", + "balloon-heart-fill": "\f707", + "balloon-heart": "\f708", + "balloon": "\f709", + "box2-fill": "\f70a", + "box2-heart-fill": "\f70b", + "box2-heart": "\f70c", + "box2": "\f70d", + "braces-asterisk": "\f70e", + "calendar-heart-fill": "\f70f", + "calendar-heart": "\f710", + "calendar2-heart-fill": "\f711", + "calendar2-heart": "\f712", + "chat-heart-fill": "\f713", + "chat-heart": "\f714", + "chat-left-heart-fill": "\f715", + "chat-left-heart": "\f716", + "chat-right-heart-fill": "\f717", + "chat-right-heart": "\f718", + "chat-square-heart-fill": "\f719", + "chat-square-heart": "\f71a", + "clipboard-check-fill": "\f71b", + "clipboard-data-fill": "\f71c", + "clipboard-fill": "\f71d", + "clipboard-heart-fill": "\f71e", + "clipboard-heart": "\f71f", + "clipboard-minus-fill": "\f720", + "clipboard-plus-fill": "\f721", + "clipboard-pulse": "\f722", + "clipboard-x-fill": "\f723", + "clipboard2-check-fill": "\f724", + "clipboard2-check": "\f725", + "clipboard2-data-fill": "\f726", + "clipboard2-data": "\f727", + "clipboard2-fill": "\f728", + "clipboard2-heart-fill": "\f729", + "clipboard2-heart": "\f72a", + "clipboard2-minus-fill": "\f72b", + "clipboard2-minus": "\f72c", + "clipboard2-plus-fill": "\f72d", + "clipboard2-plus": "\f72e", + "clipboard2-pulse-fill": "\f72f", + "clipboard2-pulse": "\f730", + "clipboard2-x-fill": "\f731", + "clipboard2-x": "\f732", + "clipboard2": "\f733", + "emoji-kiss-fill": "\f734", + "emoji-kiss": "\f735", + "envelope-heart-fill": "\f736", + "envelope-heart": "\f737", + "envelope-open-heart-fill": "\f738", + "envelope-open-heart": "\f739", + "envelope-paper-fill": "\f73a", + "envelope-paper-heart-fill": "\f73b", + "envelope-paper-heart": "\f73c", + "envelope-paper": "\f73d", + "filetype-aac": "\f73e", + "filetype-ai": "\f73f", + "filetype-bmp": "\f740", + "filetype-cs": "\f741", + "filetype-css": "\f742", + "filetype-csv": "\f743", + "filetype-doc": "\f744", + "filetype-docx": "\f745", + "filetype-exe": "\f746", + "filetype-gif": "\f747", + "filetype-heic": "\f748", + "filetype-html": "\f749", + "filetype-java": "\f74a", + "filetype-jpg": "\f74b", + "filetype-js": "\f74c", + "filetype-jsx": "\f74d", + "filetype-key": "\f74e", + "filetype-m4p": "\f74f", + "filetype-md": "\f750", + "filetype-mdx": "\f751", + "filetype-mov": "\f752", + "filetype-mp3": "\f753", + "filetype-mp4": "\f754", + "filetype-otf": "\f755", + "filetype-pdf": "\f756", + "filetype-php": "\f757", + "filetype-png": "\f758", + "filetype-ppt": "\f75a", + "filetype-psd": "\f75b", + "filetype-py": "\f75c", + "filetype-raw": "\f75d", + "filetype-rb": "\f75e", + "filetype-sass": "\f75f", + "filetype-scss": "\f760", + "filetype-sh": "\f761", + "filetype-svg": "\f762", + "filetype-tiff": "\f763", + "filetype-tsx": "\f764", + "filetype-ttf": "\f765", + "filetype-txt": "\f766", + "filetype-wav": "\f767", + "filetype-woff": "\f768", + "filetype-xls": "\f76a", + "filetype-xml": "\f76b", + "filetype-yml": "\f76c", + "heart-arrow": "\f76d", + "heart-pulse-fill": "\f76e", + "heart-pulse": "\f76f", + "heartbreak-fill": "\f770", + "heartbreak": "\f771", + "hearts": "\f772", + "hospital-fill": "\f773", + "hospital": "\f774", + "house-heart-fill": "\f775", + "house-heart": "\f776", + "incognito": "\f777", + "magnet-fill": "\f778", + "magnet": "\f779", + "person-heart": "\f77a", + "person-hearts": "\f77b", + "phone-flip": "\f77c", + "plugin": "\f77d", + "postage-fill": "\f77e", + "postage-heart-fill": "\f77f", + "postage-heart": "\f780", + "postage": "\f781", + "postcard-fill": "\f782", + "postcard-heart-fill": "\f783", + "postcard-heart": "\f784", + "postcard": "\f785", + "search-heart-fill": "\f786", + "search-heart": "\f787", + "sliders2-vertical": "\f788", + "sliders2": "\f789", + "trash3-fill": "\f78a", + "trash3": "\f78b", + "valentine": "\f78c", + "valentine2": "\f78d", + "wrench-adjustable-circle-fill": "\f78e", + "wrench-adjustable-circle": "\f78f", + "wrench-adjustable": "\f790", + "filetype-json": "\f791", + "filetype-pptx": "\f792", + "filetype-xlsx": "\f793", + "1-circle-fill": "\f796", + "1-circle": "\f797", + "1-square-fill": "\f798", + "1-square": "\f799", + "2-circle-fill": "\f79c", + "2-circle": "\f79d", + "2-square-fill": "\f79e", + "2-square": "\f79f", + "3-circle-fill": "\f7a2", + "3-circle": "\f7a3", + "3-square-fill": "\f7a4", + "3-square": "\f7a5", + "4-circle-fill": "\f7a8", + "4-circle": "\f7a9", + "4-square-fill": "\f7aa", + "4-square": "\f7ab", + "5-circle-fill": "\f7ae", + "5-circle": "\f7af", + "5-square-fill": "\f7b0", + "5-square": "\f7b1", + "6-circle-fill": "\f7b4", + "6-circle": "\f7b5", + "6-square-fill": "\f7b6", + "6-square": "\f7b7", + "7-circle-fill": "\f7ba", + "7-circle": "\f7bb", + "7-square-fill": "\f7bc", + "7-square": "\f7bd", + "8-circle-fill": "\f7c0", + "8-circle": "\f7c1", + "8-square-fill": "\f7c2", + "8-square": "\f7c3", + "9-circle-fill": "\f7c6", + "9-circle": "\f7c7", + "9-square-fill": "\f7c8", + "9-square": "\f7c9", + "airplane-engines-fill": "\f7ca", + "airplane-engines": "\f7cb", + "airplane-fill": "\f7cc", + "airplane": "\f7cd", + "alexa": "\f7ce", + "alipay": "\f7cf", + "android": "\f7d0", + "android2": "\f7d1", + "box-fill": "\f7d2", + "box-seam-fill": "\f7d3", + "browser-chrome": "\f7d4", + "browser-edge": "\f7d5", + "browser-firefox": "\f7d6", + "browser-safari": "\f7d7", + "c-circle-fill": "\f7da", + "c-circle": "\f7db", + "c-square-fill": "\f7dc", + "c-square": "\f7dd", + "capsule-pill": "\f7de", + "capsule": "\f7df", + "car-front-fill": "\f7e0", + "car-front": "\f7e1", + "cassette-fill": "\f7e2", + "cassette": "\f7e3", + "cc-circle-fill": "\f7e6", + "cc-circle": "\f7e7", + "cc-square-fill": "\f7e8", + "cc-square": "\f7e9", + "cup-hot-fill": "\f7ea", + "cup-hot": "\f7eb", + "currency-rupee": "\f7ec", + "dropbox": "\f7ed", + "escape": "\f7ee", + "fast-forward-btn-fill": "\f7ef", + "fast-forward-btn": "\f7f0", + "fast-forward-circle-fill": "\f7f1", + "fast-forward-circle": "\f7f2", + "fast-forward-fill": "\f7f3", + "fast-forward": "\f7f4", + "filetype-sql": "\f7f5", + "fire": "\f7f6", + "google-play": "\f7f7", + "h-circle-fill": "\f7fa", + "h-circle": "\f7fb", + "h-square-fill": "\f7fc", + "h-square": "\f7fd", + "indent": "\f7fe", + "lungs-fill": "\f7ff", + "lungs": "\f800", + "microsoft-teams": "\f801", + "p-circle-fill": "\f804", + "p-circle": "\f805", + "p-square-fill": "\f806", + "p-square": "\f807", + "pass-fill": "\f808", + "pass": "\f809", + "prescription": "\f80a", + "prescription2": "\f80b", + "r-circle-fill": "\f80e", + "r-circle": "\f80f", + "r-square-fill": "\f810", + "r-square": "\f811", + "repeat-1": "\f812", + "repeat": "\f813", + "rewind-btn-fill": "\f814", + "rewind-btn": "\f815", + "rewind-circle-fill": "\f816", + "rewind-circle": "\f817", + "rewind-fill": "\f818", + "rewind": "\f819", + "train-freight-front-fill": "\f81a", + "train-freight-front": "\f81b", + "train-front-fill": "\f81c", + "train-front": "\f81d", + "train-lightrail-front-fill": "\f81e", + "train-lightrail-front": "\f81f", + "truck-front-fill": "\f820", + "truck-front": "\f821", + "ubuntu": "\f822", + "unindent": "\f823", + "unity": "\f824", + "universal-access-circle": "\f825", + "universal-access": "\f826", + "virus": "\f827", + "virus2": "\f828", + "wechat": "\f829", + "yelp": "\f82a", + "sign-stop-fill": "\f82b", + "sign-stop-lights-fill": "\f82c", + "sign-stop-lights": "\f82d", + "sign-stop": "\f82e", + "sign-turn-left-fill": "\f82f", + "sign-turn-left": "\f830", + "sign-turn-right-fill": "\f831", + "sign-turn-right": "\f832", + "sign-turn-slight-left-fill": "\f833", + "sign-turn-slight-left": "\f834", + "sign-turn-slight-right-fill": "\f835", + "sign-turn-slight-right": "\f836", + "sign-yield-fill": "\f837", + "sign-yield": "\f838", + "ev-station-fill": "\f839", + "ev-station": "\f83a", + "fuel-pump-diesel-fill": "\f83b", + "fuel-pump-diesel": "\f83c", + "fuel-pump-fill": "\f83d", + "fuel-pump": "\f83e", + "0-circle-fill": "\f83f", + "0-circle": "\f840", + "0-square-fill": "\f841", + "0-square": "\f842", + "rocket-fill": "\f843", + "rocket-takeoff-fill": "\f844", + "rocket-takeoff": "\f845", + "rocket": "\f846", + "stripe": "\f847", + "subscript": "\f848", + "superscript": "\f849", + "trello": "\f84a", + "envelope-at-fill": "\f84b", + "envelope-at": "\f84c", + "regex": "\f84d", + "text-wrap": "\f84e", + "sign-dead-end-fill": "\f84f", + "sign-dead-end": "\f850", + "sign-do-not-enter-fill": "\f851", + "sign-do-not-enter": "\f852", + "sign-intersection-fill": "\f853", + "sign-intersection-side-fill": "\f854", + "sign-intersection-side": "\f855", + "sign-intersection-t-fill": "\f856", + "sign-intersection-t": "\f857", + "sign-intersection-y-fill": "\f858", + "sign-intersection-y": "\f859", + "sign-intersection": "\f85a", + "sign-merge-left-fill": "\f85b", + "sign-merge-left": "\f85c", + "sign-merge-right-fill": "\f85d", + "sign-merge-right": "\f85e", + "sign-no-left-turn-fill": "\f85f", + "sign-no-left-turn": "\f860", + "sign-no-parking-fill": "\f861", + "sign-no-parking": "\f862", + "sign-no-right-turn-fill": "\f863", + "sign-no-right-turn": "\f864", + "sign-railroad-fill": "\f865", + "sign-railroad": "\f866", + "building-add": "\f867", + "building-check": "\f868", + "building-dash": "\f869", + "building-down": "\f86a", + "building-exclamation": "\f86b", + "building-fill-add": "\f86c", + "building-fill-check": "\f86d", + "building-fill-dash": "\f86e", + "building-fill-down": "\f86f", + "building-fill-exclamation": "\f870", + "building-fill-gear": "\f871", + "building-fill-lock": "\f872", + "building-fill-slash": "\f873", + "building-fill-up": "\f874", + "building-fill-x": "\f875", + "building-fill": "\f876", + "building-gear": "\f877", + "building-lock": "\f878", + "building-slash": "\f879", + "building-up": "\f87a", + "building-x": "\f87b", + "buildings-fill": "\f87c", + "buildings": "\f87d", + "bus-front-fill": "\f87e", + "bus-front": "\f87f", + "ev-front-fill": "\f880", + "ev-front": "\f881", + "globe-americas": "\f882", + "globe-asia-australia": "\f883", + "globe-central-south-asia": "\f884", + "globe-europe-africa": "\f885", + "house-add-fill": "\f886", + "house-add": "\f887", + "house-check-fill": "\f888", + "house-check": "\f889", + "house-dash-fill": "\f88a", + "house-dash": "\f88b", + "house-down-fill": "\f88c", + "house-down": "\f88d", + "house-exclamation-fill": "\f88e", + "house-exclamation": "\f88f", + "house-gear-fill": "\f890", + "house-gear": "\f891", + "house-lock-fill": "\f892", + "house-lock": "\f893", + "house-slash-fill": "\f894", + "house-slash": "\f895", + "house-up-fill": "\f896", + "house-up": "\f897", + "house-x-fill": "\f898", + "house-x": "\f899", + "person-add": "\f89a", + "person-down": "\f89b", + "person-exclamation": "\f89c", + "person-fill-add": "\f89d", + "person-fill-check": "\f89e", + "person-fill-dash": "\f89f", + "person-fill-down": "\f8a0", + "person-fill-exclamation": "\f8a1", + "person-fill-gear": "\f8a2", + "person-fill-lock": "\f8a3", + "person-fill-slash": "\f8a4", + "person-fill-up": "\f8a5", + "person-fill-x": "\f8a6", + "person-gear": "\f8a7", + "person-lock": "\f8a8", + "person-slash": "\f8a9", + "person-up": "\f8aa", + "scooter": "\f8ab", + "taxi-front-fill": "\f8ac", + "taxi-front": "\f8ad", + "amd": "\f8ae", + "database-add": "\f8af", + "database-check": "\f8b0", + "database-dash": "\f8b1", + "database-down": "\f8b2", + "database-exclamation": "\f8b3", + "database-fill-add": "\f8b4", + "database-fill-check": "\f8b5", + "database-fill-dash": "\f8b6", + "database-fill-down": "\f8b7", + "database-fill-exclamation": "\f8b8", + "database-fill-gear": "\f8b9", + "database-fill-lock": "\f8ba", + "database-fill-slash": "\f8bb", + "database-fill-up": "\f8bc", + "database-fill-x": "\f8bd", + "database-fill": "\f8be", + "database-gear": "\f8bf", + "database-lock": "\f8c0", + "database-slash": "\f8c1", + "database-up": "\f8c2", + "database-x": "\f8c3", + "database": "\f8c4", + "houses-fill": "\f8c5", + "houses": "\f8c6", + "nvidia": "\f8c7", + "person-vcard-fill": "\f8c8", + "person-vcard": "\f8c9", + "sina-weibo": "\f8ca", + "tencent-qq": "\f8cb", + "wikipedia": "\f8cc", + "alphabet-uppercase": "\f2a5", + "alphabet": "\f68a", + "amazon": "\f68d", + "arrows-collapse-vertical": "\f690", + "arrows-expand-vertical": "\f695", + "arrows-vertical": "\f698", + "arrows": "\f6a2", + "ban-fill": "\f6a3", + "ban": "\f6b6", + "bing": "\f6c2", + "cake": "\f6e0", + "cake2": "\f6ed", + "cookie": "\f6ee", + "copy": "\f759", + "crosshair": "\f769", + "crosshair2": "\f794", + "emoji-astonished-fill": "\f795", + "emoji-astonished": "\f79a", + "emoji-grimace-fill": "\f79b", + "emoji-grimace": "\f7a0", + "emoji-grin-fill": "\f7a1", + "emoji-grin": "\f7a6", + "emoji-surprise-fill": "\f7a7", + "emoji-surprise": "\f7ac", + "emoji-tear-fill": "\f7ad", + "emoji-tear": "\f7b2", + "envelope-arrow-down-fill": "\f7b3", + "envelope-arrow-down": "\f7b8", + "envelope-arrow-up-fill": "\f7b9", + "envelope-arrow-up": "\f7be", + "feather": "\f7bf", + "feather2": "\f7c4", + "floppy-fill": "\f7c5", + "floppy": "\f7d8", + "floppy2-fill": "\f7d9", + "floppy2": "\f7e4", + "gitlab": "\f7e5", + "highlighter": "\f7f8", + "marker-tip": "\f802", + "nvme-fill": "\f803", + "nvme": "\f80c", + "opencollective": "\f80d", + "pci-card-network": "\f8cd", + "pci-card-sound": "\f8ce", + "radar": "\f8cf", + "send-arrow-down-fill": "\f8d0", + "send-arrow-down": "\f8d1", + "send-arrow-up-fill": "\f8d2", + "send-arrow-up": "\f8d3", + "sim-slash-fill": "\f8d4", + "sim-slash": "\f8d5", + "sourceforge": "\f8d6", + "substack": "\f8d7", + "threads-fill": "\f8d8", + "threads": "\f8d9", + "transparency": "\f8da", + "twitter-x": "\f8db", + "type-h4": "\f8dc", + "type-h5": "\f8dd", + "type-h6": "\f8de", + "backpack-fill": "\f8df", + "backpack": "\f8e0", + "backpack2-fill": "\f8e1", + "backpack2": "\f8e2", + "backpack3-fill": "\f8e3", + "backpack3": "\f8e4", + "backpack4-fill": "\f8e5", + "backpack4": "\f8e6", + "brilliance": "\f8e7", + "cake-fill": "\f8e8", + "cake2-fill": "\f8e9", + "duffle-fill": "\f8ea", + "duffle": "\f8eb", + "exposure": "\f8ec", + "gender-neuter": "\f8ed", + "highlights": "\f8ee", + "luggage-fill": "\f8ef", + "luggage": "\f8f0", + "mailbox-flag": "\f8f1", + "mailbox2-flag": "\f8f2", + "noise-reduction": "\f8f3", + "passport-fill": "\f8f4", + "passport": "\f8f5", + "person-arms-up": "\f8f6", + "person-raised-hand": "\f8f7", + "person-standing-dress": "\f8f8", + "person-standing": "\f8f9", + "person-walking": "\f8fa", + "person-wheelchair": "\f8fb", + "shadows": "\f8fc", + "suitcase-fill": "\f8fd", + "suitcase-lg-fill": "\f8fe", + "suitcase-lg": "\f8ff", + "suitcase": "\f900", + "suitcase2-fill": "\f901", + "suitcase2": "\f902", + "vignette": "\f903", +); + +@each $icon, $codepoint in $bootstrap-icons-map { + .bi-#{$icon}::before { content: $codepoint; } +} diff --git a/lib/bootstrap-icons-1.11.3/font/fonts/bootstrap-icons.woff b/lib/bootstrap-icons-1.11.3/font/fonts/bootstrap-icons.woff new file mode 100644 index 0000000..51204d2 Binary files /dev/null and b/lib/bootstrap-icons-1.11.3/font/fonts/bootstrap-icons.woff differ diff --git a/lib/bootstrap-icons-1.11.3/font/fonts/bootstrap-icons.woff2 b/lib/bootstrap-icons-1.11.3/font/fonts/bootstrap-icons.woff2 new file mode 100644 index 0000000..92c4830 Binary files /dev/null and b/lib/bootstrap-icons-1.11.3/font/fonts/bootstrap-icons.woff2 differ diff --git a/lib/bootstrap-icons-1.11.3/fonts.svg b/lib/bootstrap-icons-1.11.3/fonts.svg new file mode 100644 index 0000000..5e1f3c3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fonts.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/forward-fill.svg b/lib/bootstrap-icons-1.11.3/forward-fill.svg new file mode 100644 index 0000000..27462e2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/forward-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/forward.svg b/lib/bootstrap-icons-1.11.3/forward.svg new file mode 100644 index 0000000..ffe887c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/forward.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/front.svg b/lib/bootstrap-icons-1.11.3/front.svg new file mode 100644 index 0000000..59d854e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/front.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fuel-pump-diesel-fill.svg b/lib/bootstrap-icons-1.11.3/fuel-pump-diesel-fill.svg new file mode 100644 index 0000000..997d6f8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fuel-pump-diesel-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fuel-pump-diesel.svg b/lib/bootstrap-icons-1.11.3/fuel-pump-diesel.svg new file mode 100644 index 0000000..e170eeb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fuel-pump-diesel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fuel-pump-fill.svg b/lib/bootstrap-icons-1.11.3/fuel-pump-fill.svg new file mode 100644 index 0000000..46f92c3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fuel-pump-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fuel-pump.svg b/lib/bootstrap-icons-1.11.3/fuel-pump.svg new file mode 100644 index 0000000..1704a6f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fuel-pump.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fullscreen-exit.svg b/lib/bootstrap-icons-1.11.3/fullscreen-exit.svg new file mode 100644 index 0000000..cfde3a3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fullscreen-exit.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/fullscreen.svg b/lib/bootstrap-icons-1.11.3/fullscreen.svg new file mode 100644 index 0000000..d4f8a83 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/fullscreen.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/funnel-fill.svg b/lib/bootstrap-icons-1.11.3/funnel-fill.svg new file mode 100644 index 0000000..04d31a6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/funnel-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/funnel.svg b/lib/bootstrap-icons-1.11.3/funnel.svg new file mode 100644 index 0000000..28bfcf2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/funnel.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/gear-fill.svg b/lib/bootstrap-icons-1.11.3/gear-fill.svg new file mode 100644 index 0000000..ba8e2c5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/gear-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/gear-wide-connected.svg b/lib/bootstrap-icons-1.11.3/gear-wide-connected.svg new file mode 100644 index 0000000..19ddda9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/gear-wide-connected.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/gear-wide.svg b/lib/bootstrap-icons-1.11.3/gear-wide.svg new file mode 100644 index 0000000..c5de567 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/gear-wide.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/gear.svg b/lib/bootstrap-icons-1.11.3/gear.svg new file mode 100644 index 0000000..30cfaa3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/gear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/gem.svg b/lib/bootstrap-icons-1.11.3/gem.svg new file mode 100644 index 0000000..f56d871 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/gem.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/gender-ambiguous.svg b/lib/bootstrap-icons-1.11.3/gender-ambiguous.svg new file mode 100644 index 0000000..674c526 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/gender-ambiguous.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/gender-female.svg b/lib/bootstrap-icons-1.11.3/gender-female.svg new file mode 100644 index 0000000..ae6dc27 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/gender-female.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/gender-male.svg b/lib/bootstrap-icons-1.11.3/gender-male.svg new file mode 100644 index 0000000..3931921 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/gender-male.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/gender-neuter.svg b/lib/bootstrap-icons-1.11.3/gender-neuter.svg new file mode 100644 index 0000000..133db1a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/gender-neuter.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/gender-trans.svg b/lib/bootstrap-icons-1.11.3/gender-trans.svg new file mode 100644 index 0000000..005e6f8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/gender-trans.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/geo-alt-fill.svg b/lib/bootstrap-icons-1.11.3/geo-alt-fill.svg new file mode 100644 index 0000000..77f0478 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/geo-alt-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/geo-alt.svg b/lib/bootstrap-icons-1.11.3/geo-alt.svg new file mode 100644 index 0000000..20e18ba --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/geo-alt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/geo-fill.svg b/lib/bootstrap-icons-1.11.3/geo-fill.svg new file mode 100644 index 0000000..9678fa0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/geo-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/geo.svg b/lib/bootstrap-icons-1.11.3/geo.svg new file mode 100644 index 0000000..2382b91 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/geo.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/gift-fill.svg b/lib/bootstrap-icons-1.11.3/gift-fill.svg new file mode 100644 index 0000000..bd78a8c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/gift-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/gift.svg b/lib/bootstrap-icons-1.11.3/gift.svg new file mode 100644 index 0000000..5921507 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/gift.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/git.svg b/lib/bootstrap-icons-1.11.3/git.svg new file mode 100644 index 0000000..0979cdb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/git.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/github.svg b/lib/bootstrap-icons-1.11.3/github.svg new file mode 100644 index 0000000..013e025 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/github.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/gitlab.svg b/lib/bootstrap-icons-1.11.3/gitlab.svg new file mode 100644 index 0000000..f8875f8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/gitlab.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/globe-americas.svg b/lib/bootstrap-icons-1.11.3/globe-americas.svg new file mode 100644 index 0000000..5dcc7b2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/globe-americas.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/globe-asia-australia.svg b/lib/bootstrap-icons-1.11.3/globe-asia-australia.svg new file mode 100644 index 0000000..8c27539 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/globe-asia-australia.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/globe-central-south-asia.svg b/lib/bootstrap-icons-1.11.3/globe-central-south-asia.svg new file mode 100644 index 0000000..80a13c1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/globe-central-south-asia.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/globe-europe-africa.svg b/lib/bootstrap-icons-1.11.3/globe-europe-africa.svg new file mode 100644 index 0000000..c1c5dcb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/globe-europe-africa.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/globe.svg b/lib/bootstrap-icons-1.11.3/globe.svg new file mode 100644 index 0000000..835ff66 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/globe.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/globe2.svg b/lib/bootstrap-icons-1.11.3/globe2.svg new file mode 100644 index 0000000..b302063 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/globe2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/google-play.svg b/lib/bootstrap-icons-1.11.3/google-play.svg new file mode 100644 index 0000000..0751c90 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/google-play.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/google.svg b/lib/bootstrap-icons-1.11.3/google.svg new file mode 100644 index 0000000..9f603de --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/google.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/gpu-card.svg b/lib/bootstrap-icons-1.11.3/gpu-card.svg new file mode 100644 index 0000000..6ec3152 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/gpu-card.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/graph-down-arrow.svg b/lib/bootstrap-icons-1.11.3/graph-down-arrow.svg new file mode 100644 index 0000000..d811884 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/graph-down-arrow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/graph-down.svg b/lib/bootstrap-icons-1.11.3/graph-down.svg new file mode 100644 index 0000000..47dd647 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/graph-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/graph-up-arrow.svg b/lib/bootstrap-icons-1.11.3/graph-up-arrow.svg new file mode 100644 index 0000000..7eda5f4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/graph-up-arrow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/graph-up.svg b/lib/bootstrap-icons-1.11.3/graph-up.svg new file mode 100644 index 0000000..15e0bbf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/graph-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/grid-1x2-fill.svg b/lib/bootstrap-icons-1.11.3/grid-1x2-fill.svg new file mode 100644 index 0000000..cc568cb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/grid-1x2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/grid-1x2.svg b/lib/bootstrap-icons-1.11.3/grid-1x2.svg new file mode 100644 index 0000000..69ec79f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/grid-1x2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/grid-3x2-gap-fill.svg b/lib/bootstrap-icons-1.11.3/grid-3x2-gap-fill.svg new file mode 100644 index 0000000..9c0e855 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/grid-3x2-gap-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/grid-3x2-gap.svg b/lib/bootstrap-icons-1.11.3/grid-3x2-gap.svg new file mode 100644 index 0000000..730ae65 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/grid-3x2-gap.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/grid-3x2.svg b/lib/bootstrap-icons-1.11.3/grid-3x2.svg new file mode 100644 index 0000000..55ff9bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/grid-3x2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/grid-3x3-gap-fill.svg b/lib/bootstrap-icons-1.11.3/grid-3x3-gap-fill.svg new file mode 100644 index 0000000..982cb70 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/grid-3x3-gap-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/grid-3x3-gap.svg b/lib/bootstrap-icons-1.11.3/grid-3x3-gap.svg new file mode 100644 index 0000000..bbf8ce4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/grid-3x3-gap.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/grid-3x3.svg b/lib/bootstrap-icons-1.11.3/grid-3x3.svg new file mode 100644 index 0000000..d56aed7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/grid-3x3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/grid-fill.svg b/lib/bootstrap-icons-1.11.3/grid-fill.svg new file mode 100644 index 0000000..356cc8f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/grid-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/grid.svg b/lib/bootstrap-icons-1.11.3/grid.svg new file mode 100644 index 0000000..eebab73 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/grid.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/grip-horizontal.svg b/lib/bootstrap-icons-1.11.3/grip-horizontal.svg new file mode 100644 index 0000000..85f7e27 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/grip-horizontal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/grip-vertical.svg b/lib/bootstrap-icons-1.11.3/grip-vertical.svg new file mode 100644 index 0000000..a8718ab --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/grip-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/h-circle-fill.svg b/lib/bootstrap-icons-1.11.3/h-circle-fill.svg new file mode 100644 index 0000000..9106472 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/h-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/h-circle.svg b/lib/bootstrap-icons-1.11.3/h-circle.svg new file mode 100644 index 0000000..53c34b6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/h-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/h-square-fill.svg b/lib/bootstrap-icons-1.11.3/h-square-fill.svg new file mode 100644 index 0000000..06269e0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/h-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/h-square.svg b/lib/bootstrap-icons-1.11.3/h-square.svg new file mode 100644 index 0000000..2c5ad2c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/h-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hammer.svg b/lib/bootstrap-icons-1.11.3/hammer.svg new file mode 100644 index 0000000..8e07b5b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hammer.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hand-index-fill.svg b/lib/bootstrap-icons-1.11.3/hand-index-fill.svg new file mode 100644 index 0000000..b2a7d64 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hand-index-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hand-index-thumb-fill.svg b/lib/bootstrap-icons-1.11.3/hand-index-thumb-fill.svg new file mode 100644 index 0000000..774b18e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hand-index-thumb-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hand-index-thumb.svg b/lib/bootstrap-icons-1.11.3/hand-index-thumb.svg new file mode 100644 index 0000000..13b5475 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hand-index-thumb.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hand-index.svg b/lib/bootstrap-icons-1.11.3/hand-index.svg new file mode 100644 index 0000000..725757b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hand-index.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hand-thumbs-down-fill.svg b/lib/bootstrap-icons-1.11.3/hand-thumbs-down-fill.svg new file mode 100644 index 0000000..53584f3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hand-thumbs-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hand-thumbs-down.svg b/lib/bootstrap-icons-1.11.3/hand-thumbs-down.svg new file mode 100644 index 0000000..f87f523 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hand-thumbs-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hand-thumbs-up-fill.svg b/lib/bootstrap-icons-1.11.3/hand-thumbs-up-fill.svg new file mode 100644 index 0000000..c68bc07 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hand-thumbs-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hand-thumbs-up.svg b/lib/bootstrap-icons-1.11.3/hand-thumbs-up.svg new file mode 100644 index 0000000..dc46d4d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hand-thumbs-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/handbag-fill.svg b/lib/bootstrap-icons-1.11.3/handbag-fill.svg new file mode 100644 index 0000000..5f8f23f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/handbag-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/handbag.svg b/lib/bootstrap-icons-1.11.3/handbag.svg new file mode 100644 index 0000000..c9ef874 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/handbag.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hash.svg b/lib/bootstrap-icons-1.11.3/hash.svg new file mode 100644 index 0000000..f67d000 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hdd-fill.svg b/lib/bootstrap-icons-1.11.3/hdd-fill.svg new file mode 100644 index 0000000..dbeda24 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hdd-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hdd-network-fill.svg b/lib/bootstrap-icons-1.11.3/hdd-network-fill.svg new file mode 100644 index 0000000..a74874d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hdd-network-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hdd-network.svg b/lib/bootstrap-icons-1.11.3/hdd-network.svg new file mode 100644 index 0000000..7223542 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hdd-network.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hdd-rack-fill.svg b/lib/bootstrap-icons-1.11.3/hdd-rack-fill.svg new file mode 100644 index 0000000..7c33aec --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hdd-rack-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hdd-rack.svg b/lib/bootstrap-icons-1.11.3/hdd-rack.svg new file mode 100644 index 0000000..d19a514 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hdd-rack.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hdd-stack-fill.svg b/lib/bootstrap-icons-1.11.3/hdd-stack-fill.svg new file mode 100644 index 0000000..27e8719 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hdd-stack-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hdd-stack.svg b/lib/bootstrap-icons-1.11.3/hdd-stack.svg new file mode 100644 index 0000000..f9095e5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hdd-stack.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hdd.svg b/lib/bootstrap-icons-1.11.3/hdd.svg new file mode 100644 index 0000000..92358f7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hdd.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hdmi-fill.svg b/lib/bootstrap-icons-1.11.3/hdmi-fill.svg new file mode 100644 index 0000000..435b39d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hdmi-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hdmi.svg b/lib/bootstrap-icons-1.11.3/hdmi.svg new file mode 100644 index 0000000..09d0849 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hdmi.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/headphones.svg b/lib/bootstrap-icons-1.11.3/headphones.svg new file mode 100644 index 0000000..d50b3ee --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/headphones.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/headset-vr.svg b/lib/bootstrap-icons-1.11.3/headset-vr.svg new file mode 100644 index 0000000..0498bd6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/headset-vr.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/headset.svg b/lib/bootstrap-icons-1.11.3/headset.svg new file mode 100644 index 0000000..a921156 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/headset.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/heart-arrow.svg b/lib/bootstrap-icons-1.11.3/heart-arrow.svg new file mode 100644 index 0000000..45eb6a5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/heart-arrow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/heart-fill.svg b/lib/bootstrap-icons-1.11.3/heart-fill.svg new file mode 100644 index 0000000..5e6b8ee --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/heart-half.svg b/lib/bootstrap-icons-1.11.3/heart-half.svg new file mode 100644 index 0000000..2e0dd31 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/heart-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/heart-pulse-fill.svg b/lib/bootstrap-icons-1.11.3/heart-pulse-fill.svg new file mode 100644 index 0000000..fc5e219 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/heart-pulse-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/heart-pulse.svg b/lib/bootstrap-icons-1.11.3/heart-pulse.svg new file mode 100644 index 0000000..dd957b3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/heart-pulse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/heart.svg b/lib/bootstrap-icons-1.11.3/heart.svg new file mode 100644 index 0000000..cd8eeb1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/heartbreak-fill.svg b/lib/bootstrap-icons-1.11.3/heartbreak-fill.svg new file mode 100644 index 0000000..335cb6a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/heartbreak-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/heartbreak.svg b/lib/bootstrap-icons-1.11.3/heartbreak.svg new file mode 100644 index 0000000..dcffc89 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/heartbreak.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hearts.svg b/lib/bootstrap-icons-1.11.3/hearts.svg new file mode 100644 index 0000000..ebd2dbb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hearts.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/heptagon-fill.svg b/lib/bootstrap-icons-1.11.3/heptagon-fill.svg new file mode 100644 index 0000000..a339328 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/heptagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/heptagon-half.svg b/lib/bootstrap-icons-1.11.3/heptagon-half.svg new file mode 100644 index 0000000..b4fadcf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/heptagon-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/heptagon.svg b/lib/bootstrap-icons-1.11.3/heptagon.svg new file mode 100644 index 0000000..3140b8b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/heptagon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hexagon-fill.svg b/lib/bootstrap-icons-1.11.3/hexagon-fill.svg new file mode 100644 index 0000000..50fdbfb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hexagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hexagon-half.svg b/lib/bootstrap-icons-1.11.3/hexagon-half.svg new file mode 100644 index 0000000..452cb6e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hexagon-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hexagon.svg b/lib/bootstrap-icons-1.11.3/hexagon.svg new file mode 100644 index 0000000..6e83939 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hexagon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/highlighter.svg b/lib/bootstrap-icons-1.11.3/highlighter.svg new file mode 100644 index 0000000..e26f1f7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/highlighter.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/highlights.svg b/lib/bootstrap-icons-1.11.3/highlights.svg new file mode 100644 index 0000000..b43fca0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/highlights.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hospital-fill.svg b/lib/bootstrap-icons-1.11.3/hospital-fill.svg new file mode 100644 index 0000000..55bde0f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hospital-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hospital.svg b/lib/bootstrap-icons-1.11.3/hospital.svg new file mode 100644 index 0000000..f6bd0da --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hospital.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hourglass-bottom.svg b/lib/bootstrap-icons-1.11.3/hourglass-bottom.svg new file mode 100644 index 0000000..946f882 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hourglass-bottom.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hourglass-split.svg b/lib/bootstrap-icons-1.11.3/hourglass-split.svg new file mode 100644 index 0000000..a9d1c51 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hourglass-split.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hourglass-top.svg b/lib/bootstrap-icons-1.11.3/hourglass-top.svg new file mode 100644 index 0000000..6a8a4a3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hourglass-top.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hourglass.svg b/lib/bootstrap-icons-1.11.3/hourglass.svg new file mode 100644 index 0000000..44ede0a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hourglass.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-add-fill.svg b/lib/bootstrap-icons-1.11.3/house-add-fill.svg new file mode 100644 index 0000000..1e814ee --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-add-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-add.svg b/lib/bootstrap-icons-1.11.3/house-add.svg new file mode 100644 index 0000000..2a89bbe --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-add.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-check-fill.svg b/lib/bootstrap-icons-1.11.3/house-check-fill.svg new file mode 100644 index 0000000..f2ddeb9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-check-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-check.svg b/lib/bootstrap-icons-1.11.3/house-check.svg new file mode 100644 index 0000000..5bd7900 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-dash-fill.svg b/lib/bootstrap-icons-1.11.3/house-dash-fill.svg new file mode 100644 index 0000000..2fa8c57 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-dash-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-dash.svg b/lib/bootstrap-icons-1.11.3/house-dash.svg new file mode 100644 index 0000000..b1cb832 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-door-fill.svg b/lib/bootstrap-icons-1.11.3/house-door-fill.svg new file mode 100644 index 0000000..cf6d439 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-door-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-door.svg b/lib/bootstrap-icons-1.11.3/house-door.svg new file mode 100644 index 0000000..daa093b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-door.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-down-fill.svg b/lib/bootstrap-icons-1.11.3/house-down-fill.svg new file mode 100644 index 0000000..351904f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-down-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-down.svg b/lib/bootstrap-icons-1.11.3/house-down.svg new file mode 100644 index 0000000..4d1d905 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-exclamation-fill.svg b/lib/bootstrap-icons-1.11.3/house-exclamation-fill.svg new file mode 100644 index 0000000..52fc0ae --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-exclamation-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-exclamation.svg b/lib/bootstrap-icons-1.11.3/house-exclamation.svg new file mode 100644 index 0000000..6d414f3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-fill.svg b/lib/bootstrap-icons-1.11.3/house-fill.svg new file mode 100644 index 0000000..89db164 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-gear-fill.svg b/lib/bootstrap-icons-1.11.3/house-gear-fill.svg new file mode 100644 index 0000000..9003152 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-gear-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-gear.svg b/lib/bootstrap-icons-1.11.3/house-gear.svg new file mode 100644 index 0000000..65b5abb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-gear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-heart-fill.svg b/lib/bootstrap-icons-1.11.3/house-heart-fill.svg new file mode 100644 index 0000000..be2e5f4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-heart.svg b/lib/bootstrap-icons-1.11.3/house-heart.svg new file mode 100644 index 0000000..ece6c06 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-lock-fill.svg b/lib/bootstrap-icons-1.11.3/house-lock-fill.svg new file mode 100644 index 0000000..90cc8c7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-lock-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-lock.svg b/lib/bootstrap-icons-1.11.3/house-lock.svg new file mode 100644 index 0000000..8dc5894 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-slash-fill.svg b/lib/bootstrap-icons-1.11.3/house-slash-fill.svg new file mode 100644 index 0000000..df8d7c6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-slash-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-slash.svg b/lib/bootstrap-icons-1.11.3/house-slash.svg new file mode 100644 index 0000000..a81b0ed --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-up-fill.svg b/lib/bootstrap-icons-1.11.3/house-up-fill.svg new file mode 100644 index 0000000..5e6a801 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-up-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-up.svg b/lib/bootstrap-icons-1.11.3/house-up.svg new file mode 100644 index 0000000..da183d2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-x-fill.svg b/lib/bootstrap-icons-1.11.3/house-x-fill.svg new file mode 100644 index 0000000..729cdb5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-x-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house-x.svg b/lib/bootstrap-icons-1.11.3/house-x.svg new file mode 100644 index 0000000..68137c0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/house.svg b/lib/bootstrap-icons-1.11.3/house.svg new file mode 100644 index 0000000..cb57f68 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/house.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/houses-fill.svg b/lib/bootstrap-icons-1.11.3/houses-fill.svg new file mode 100644 index 0000000..63047bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/houses-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/houses.svg b/lib/bootstrap-icons-1.11.3/houses.svg new file mode 100644 index 0000000..3a906be --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/houses.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hr.svg b/lib/bootstrap-icons-1.11.3/hr.svg new file mode 100644 index 0000000..6e9fbd8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hr.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hurricane.svg b/lib/bootstrap-icons-1.11.3/hurricane.svg new file mode 100644 index 0000000..5bd9ae1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hurricane.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/hypnotize.svg b/lib/bootstrap-icons-1.11.3/hypnotize.svg new file mode 100644 index 0000000..6a28997 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/hypnotize.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/image-alt.svg b/lib/bootstrap-icons-1.11.3/image-alt.svg new file mode 100644 index 0000000..e56ee20 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/image-alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/image-fill.svg b/lib/bootstrap-icons-1.11.3/image-fill.svg new file mode 100644 index 0000000..db26ae8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/image-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/image.svg b/lib/bootstrap-icons-1.11.3/image.svg new file mode 100644 index 0000000..152c333 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/image.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/images.svg b/lib/bootstrap-icons-1.11.3/images.svg new file mode 100644 index 0000000..adc7abf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/images.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/inbox-fill.svg b/lib/bootstrap-icons-1.11.3/inbox-fill.svg new file mode 100644 index 0000000..7e4816d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/inbox-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/inbox.svg b/lib/bootstrap-icons-1.11.3/inbox.svg new file mode 100644 index 0000000..b60e949 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/inbox.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/inboxes-fill.svg b/lib/bootstrap-icons-1.11.3/inboxes-fill.svg new file mode 100644 index 0000000..4d8c5f7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/inboxes-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/inboxes.svg b/lib/bootstrap-icons-1.11.3/inboxes.svg new file mode 100644 index 0000000..1a074ac --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/inboxes.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/incognito.svg b/lib/bootstrap-icons-1.11.3/incognito.svg new file mode 100644 index 0000000..f2c8f9d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/incognito.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/indent.svg b/lib/bootstrap-icons-1.11.3/indent.svg new file mode 100644 index 0000000..0065aba --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/indent.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/infinity.svg b/lib/bootstrap-icons-1.11.3/infinity.svg new file mode 100644 index 0000000..3dca19b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/infinity.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/info-circle-fill.svg b/lib/bootstrap-icons-1.11.3/info-circle-fill.svg new file mode 100644 index 0000000..d2e382b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/info-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/info-circle.svg b/lib/bootstrap-icons-1.11.3/info-circle.svg new file mode 100644 index 0000000..e2b50eb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/info-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/info-lg.svg b/lib/bootstrap-icons-1.11.3/info-lg.svg new file mode 100644 index 0000000..ac064b9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/info-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/info-square-fill.svg b/lib/bootstrap-icons-1.11.3/info-square-fill.svg new file mode 100644 index 0000000..49196b4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/info-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/info-square.svg b/lib/bootstrap-icons-1.11.3/info-square.svg new file mode 100644 index 0000000..b64cfa8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/info-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/info.svg b/lib/bootstrap-icons-1.11.3/info.svg new file mode 100644 index 0000000..43dc242 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/info.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/input-cursor-text.svg b/lib/bootstrap-icons-1.11.3/input-cursor-text.svg new file mode 100644 index 0000000..fc910f3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/input-cursor-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/input-cursor.svg b/lib/bootstrap-icons-1.11.3/input-cursor.svg new file mode 100644 index 0000000..de6a35f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/input-cursor.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/instagram.svg b/lib/bootstrap-icons-1.11.3/instagram.svg new file mode 100644 index 0000000..855e653 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/instagram.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/intersect.svg b/lib/bootstrap-icons-1.11.3/intersect.svg new file mode 100644 index 0000000..220141d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/intersect.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journal-album.svg b/lib/bootstrap-icons-1.11.3/journal-album.svg new file mode 100644 index 0000000..de49ccc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journal-album.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journal-arrow-down.svg b/lib/bootstrap-icons-1.11.3/journal-arrow-down.svg new file mode 100644 index 0000000..d922f3c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journal-arrow-down.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journal-arrow-up.svg b/lib/bootstrap-icons-1.11.3/journal-arrow-up.svg new file mode 100644 index 0000000..7edc400 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journal-arrow-up.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journal-bookmark-fill.svg b/lib/bootstrap-icons-1.11.3/journal-bookmark-fill.svg new file mode 100644 index 0000000..8e2f17a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journal-bookmark-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journal-bookmark.svg b/lib/bootstrap-icons-1.11.3/journal-bookmark.svg new file mode 100644 index 0000000..4a8f4bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journal-bookmark.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journal-check.svg b/lib/bootstrap-icons-1.11.3/journal-check.svg new file mode 100644 index 0000000..eb398b9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journal-check.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journal-code.svg b/lib/bootstrap-icons-1.11.3/journal-code.svg new file mode 100644 index 0000000..41430d2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journal-code.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journal-medical.svg b/lib/bootstrap-icons-1.11.3/journal-medical.svg new file mode 100644 index 0000000..fb6d942 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journal-medical.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journal-minus.svg b/lib/bootstrap-icons-1.11.3/journal-minus.svg new file mode 100644 index 0000000..cbdfdd7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journal-minus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journal-plus.svg b/lib/bootstrap-icons-1.11.3/journal-plus.svg new file mode 100644 index 0000000..5cb82c3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journal-plus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journal-richtext.svg b/lib/bootstrap-icons-1.11.3/journal-richtext.svg new file mode 100644 index 0000000..db92c70 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journal-richtext.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journal-text.svg b/lib/bootstrap-icons-1.11.3/journal-text.svg new file mode 100644 index 0000000..13c58bc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journal-text.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journal-x.svg b/lib/bootstrap-icons-1.11.3/journal-x.svg new file mode 100644 index 0000000..fb3ea9f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journal-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journal.svg b/lib/bootstrap-icons-1.11.3/journal.svg new file mode 100644 index 0000000..4c166e2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journal.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/journals.svg b/lib/bootstrap-icons-1.11.3/journals.svg new file mode 100644 index 0000000..6e5386a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/journals.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/joystick.svg b/lib/bootstrap-icons-1.11.3/joystick.svg new file mode 100644 index 0000000..909369e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/joystick.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/justify-left.svg b/lib/bootstrap-icons-1.11.3/justify-left.svg new file mode 100644 index 0000000..17b45e4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/justify-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/justify-right.svg b/lib/bootstrap-icons-1.11.3/justify-right.svg new file mode 100644 index 0000000..4d96c43 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/justify-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/justify.svg b/lib/bootstrap-icons-1.11.3/justify.svg new file mode 100644 index 0000000..3eedc74 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/justify.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/kanban-fill.svg b/lib/bootstrap-icons-1.11.3/kanban-fill.svg new file mode 100644 index 0000000..a8ed5bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/kanban-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/kanban.svg b/lib/bootstrap-icons-1.11.3/kanban.svg new file mode 100644 index 0000000..cd13b32 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/kanban.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/key-fill.svg b/lib/bootstrap-icons-1.11.3/key-fill.svg new file mode 100644 index 0000000..fdab8d6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/key-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/key.svg b/lib/bootstrap-icons-1.11.3/key.svg new file mode 100644 index 0000000..b0d1e16 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/key.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/keyboard-fill.svg b/lib/bootstrap-icons-1.11.3/keyboard-fill.svg new file mode 100644 index 0000000..b46ad2d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/keyboard-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/keyboard.svg b/lib/bootstrap-icons-1.11.3/keyboard.svg new file mode 100644 index 0000000..8ba49b6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/keyboard.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ladder.svg b/lib/bootstrap-icons-1.11.3/ladder.svg new file mode 100644 index 0000000..7c6864f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ladder.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/lamp-fill.svg b/lib/bootstrap-icons-1.11.3/lamp-fill.svg new file mode 100644 index 0000000..836b0db --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/lamp-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/lamp.svg b/lib/bootstrap-icons-1.11.3/lamp.svg new file mode 100644 index 0000000..b3fa1d6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/lamp.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/laptop-fill.svg b/lib/bootstrap-icons-1.11.3/laptop-fill.svg new file mode 100644 index 0000000..31e5880 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/laptop-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/laptop.svg b/lib/bootstrap-icons-1.11.3/laptop.svg new file mode 100644 index 0000000..8e71020 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/laptop.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layer-backward.svg b/lib/bootstrap-icons-1.11.3/layer-backward.svg new file mode 100644 index 0000000..ed43c70 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layer-backward.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layer-forward.svg b/lib/bootstrap-icons-1.11.3/layer-forward.svg new file mode 100644 index 0000000..d0a4abf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layer-forward.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layers-fill.svg b/lib/bootstrap-icons-1.11.3/layers-fill.svg new file mode 100644 index 0000000..3b6cdf6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layers-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layers-half.svg b/lib/bootstrap-icons-1.11.3/layers-half.svg new file mode 100644 index 0000000..8ceaaad --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layers-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layers.svg b/lib/bootstrap-icons-1.11.3/layers.svg new file mode 100644 index 0000000..52dbe79 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layers.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layout-sidebar-inset-reverse.svg b/lib/bootstrap-icons-1.11.3/layout-sidebar-inset-reverse.svg new file mode 100644 index 0000000..0d8dc7f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layout-sidebar-inset-reverse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layout-sidebar-inset.svg b/lib/bootstrap-icons-1.11.3/layout-sidebar-inset.svg new file mode 100644 index 0000000..cc19c86 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layout-sidebar-inset.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layout-sidebar-reverse.svg b/lib/bootstrap-icons-1.11.3/layout-sidebar-reverse.svg new file mode 100644 index 0000000..7c03f73 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layout-sidebar-reverse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layout-sidebar.svg b/lib/bootstrap-icons-1.11.3/layout-sidebar.svg new file mode 100644 index 0000000..ff40858 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layout-sidebar.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layout-split.svg b/lib/bootstrap-icons-1.11.3/layout-split.svg new file mode 100644 index 0000000..4805b25 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layout-split.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layout-text-sidebar-reverse.svg b/lib/bootstrap-icons-1.11.3/layout-text-sidebar-reverse.svg new file mode 100644 index 0000000..9179285 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layout-text-sidebar-reverse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layout-text-sidebar.svg b/lib/bootstrap-icons-1.11.3/layout-text-sidebar.svg new file mode 100644 index 0000000..6d89f67 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layout-text-sidebar.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layout-text-window-reverse.svg b/lib/bootstrap-icons-1.11.3/layout-text-window-reverse.svg new file mode 100644 index 0000000..8258ad3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layout-text-window-reverse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layout-text-window.svg b/lib/bootstrap-icons-1.11.3/layout-text-window.svg new file mode 100644 index 0000000..4d27cf9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layout-text-window.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layout-three-columns.svg b/lib/bootstrap-icons-1.11.3/layout-three-columns.svg new file mode 100644 index 0000000..7117f07 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layout-three-columns.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/layout-wtf.svg b/lib/bootstrap-icons-1.11.3/layout-wtf.svg new file mode 100644 index 0000000..fd8f5a1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/layout-wtf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/life-preserver.svg b/lib/bootstrap-icons-1.11.3/life-preserver.svg new file mode 100644 index 0000000..7282baa --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/life-preserver.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/lightbulb-fill.svg b/lib/bootstrap-icons-1.11.3/lightbulb-fill.svg new file mode 100644 index 0000000..0ef90ea --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/lightbulb-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/lightbulb-off-fill.svg b/lib/bootstrap-icons-1.11.3/lightbulb-off-fill.svg new file mode 100644 index 0000000..e533739 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/lightbulb-off-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/lightbulb-off.svg b/lib/bootstrap-icons-1.11.3/lightbulb-off.svg new file mode 100644 index 0000000..15e8200 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/lightbulb-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/lightbulb.svg b/lib/bootstrap-icons-1.11.3/lightbulb.svg new file mode 100644 index 0000000..67bf5bd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/lightbulb.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/lightning-charge-fill.svg b/lib/bootstrap-icons-1.11.3/lightning-charge-fill.svg new file mode 100644 index 0000000..5e197fb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/lightning-charge-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/lightning-charge.svg b/lib/bootstrap-icons-1.11.3/lightning-charge.svg new file mode 100644 index 0000000..5352e72 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/lightning-charge.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/lightning-fill.svg b/lib/bootstrap-icons-1.11.3/lightning-fill.svg new file mode 100644 index 0000000..b98af68 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/lightning-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/lightning.svg b/lib/bootstrap-icons-1.11.3/lightning.svg new file mode 100644 index 0000000..d2faa0f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/lightning.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/line.svg b/lib/bootstrap-icons-1.11.3/line.svg new file mode 100644 index 0000000..3e4bfd3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/line.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/link-45deg.svg b/lib/bootstrap-icons-1.11.3/link-45deg.svg new file mode 100644 index 0000000..abdc8cb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/link-45deg.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/link.svg b/lib/bootstrap-icons-1.11.3/link.svg new file mode 100644 index 0000000..823e4cd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/link.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/linkedin.svg b/lib/bootstrap-icons-1.11.3/linkedin.svg new file mode 100644 index 0000000..30fc0e3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/linkedin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/list-check.svg b/lib/bootstrap-icons-1.11.3/list-check.svg new file mode 100644 index 0000000..e1db377 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/list-check.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/list-columns-reverse.svg b/lib/bootstrap-icons-1.11.3/list-columns-reverse.svg new file mode 100644 index 0000000..f5e2876 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/list-columns-reverse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/list-columns.svg b/lib/bootstrap-icons-1.11.3/list-columns.svg new file mode 100644 index 0000000..07d0b1a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/list-columns.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/list-nested.svg b/lib/bootstrap-icons-1.11.3/list-nested.svg new file mode 100644 index 0000000..26607c9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/list-nested.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/list-ol.svg b/lib/bootstrap-icons-1.11.3/list-ol.svg new file mode 100644 index 0000000..d111f73 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/list-ol.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/list-stars.svg b/lib/bootstrap-icons-1.11.3/list-stars.svg new file mode 100644 index 0000000..c520bdf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/list-stars.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/list-task.svg b/lib/bootstrap-icons-1.11.3/list-task.svg new file mode 100644 index 0000000..3905d7a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/list-task.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/list-ul.svg b/lib/bootstrap-icons-1.11.3/list-ul.svg new file mode 100644 index 0000000..f1cc202 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/list-ul.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/list.svg b/lib/bootstrap-icons-1.11.3/list.svg new file mode 100644 index 0000000..de58858 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/list.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/lock-fill.svg b/lib/bootstrap-icons-1.11.3/lock-fill.svg new file mode 100644 index 0000000..69646f6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/lock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/lock.svg b/lib/bootstrap-icons-1.11.3/lock.svg new file mode 100644 index 0000000..9c730b7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/lock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/luggage-fill.svg b/lib/bootstrap-icons-1.11.3/luggage-fill.svg new file mode 100644 index 0000000..eb7378f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/luggage-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/luggage.svg b/lib/bootstrap-icons-1.11.3/luggage.svg new file mode 100644 index 0000000..ad037ba --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/luggage.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/lungs-fill.svg b/lib/bootstrap-icons-1.11.3/lungs-fill.svg new file mode 100644 index 0000000..2880fa6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/lungs-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/lungs.svg b/lib/bootstrap-icons-1.11.3/lungs.svg new file mode 100644 index 0000000..082e7de --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/lungs.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/magic.svg b/lib/bootstrap-icons-1.11.3/magic.svg new file mode 100644 index 0000000..0b2f1fd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/magic.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/magnet-fill.svg b/lib/bootstrap-icons-1.11.3/magnet-fill.svg new file mode 100644 index 0000000..026d0de --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/magnet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/magnet.svg b/lib/bootstrap-icons-1.11.3/magnet.svg new file mode 100644 index 0000000..36b238b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/magnet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mailbox-flag.svg b/lib/bootstrap-icons-1.11.3/mailbox-flag.svg new file mode 100644 index 0000000..8e24db0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mailbox-flag.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mailbox.svg b/lib/bootstrap-icons-1.11.3/mailbox.svg new file mode 100644 index 0000000..1048e2a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mailbox.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mailbox2-flag.svg b/lib/bootstrap-icons-1.11.3/mailbox2-flag.svg new file mode 100644 index 0000000..a253700 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mailbox2-flag.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mailbox2.svg b/lib/bootstrap-icons-1.11.3/mailbox2.svg new file mode 100644 index 0000000..33e22a6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mailbox2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/map-fill.svg b/lib/bootstrap-icons-1.11.3/map-fill.svg new file mode 100644 index 0000000..7134540 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/map-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/map.svg b/lib/bootstrap-icons-1.11.3/map.svg new file mode 100644 index 0000000..2b579ce --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/map.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/markdown-fill.svg b/lib/bootstrap-icons-1.11.3/markdown-fill.svg new file mode 100644 index 0000000..a932fbb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/markdown-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/markdown.svg b/lib/bootstrap-icons-1.11.3/markdown.svg new file mode 100644 index 0000000..33962c6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/markdown.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/marker-tip.svg b/lib/bootstrap-icons-1.11.3/marker-tip.svg new file mode 100644 index 0000000..e00f931 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/marker-tip.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mask.svg b/lib/bootstrap-icons-1.11.3/mask.svg new file mode 100644 index 0000000..b51158c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mask.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mastodon.svg b/lib/bootstrap-icons-1.11.3/mastodon.svg new file mode 100644 index 0000000..a8c2a26 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mastodon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/medium.svg b/lib/bootstrap-icons-1.11.3/medium.svg new file mode 100644 index 0000000..065ace1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/medium.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/megaphone-fill.svg b/lib/bootstrap-icons-1.11.3/megaphone-fill.svg new file mode 100644 index 0000000..9f44f2e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/megaphone-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/megaphone.svg b/lib/bootstrap-icons-1.11.3/megaphone.svg new file mode 100644 index 0000000..1cedb30 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/megaphone.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/memory.svg b/lib/bootstrap-icons-1.11.3/memory.svg new file mode 100644 index 0000000..48764d2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/memory.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/menu-app-fill.svg b/lib/bootstrap-icons-1.11.3/menu-app-fill.svg new file mode 100644 index 0000000..65cfdcf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/menu-app-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/menu-app.svg b/lib/bootstrap-icons-1.11.3/menu-app.svg new file mode 100644 index 0000000..ecda144 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/menu-app.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/menu-button-fill.svg b/lib/bootstrap-icons-1.11.3/menu-button-fill.svg new file mode 100644 index 0000000..09b2805 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/menu-button-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/menu-button-wide-fill.svg b/lib/bootstrap-icons-1.11.3/menu-button-wide-fill.svg new file mode 100644 index 0000000..d97ce7f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/menu-button-wide-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/menu-button-wide.svg b/lib/bootstrap-icons-1.11.3/menu-button-wide.svg new file mode 100644 index 0000000..5636c10 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/menu-button-wide.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/menu-button.svg b/lib/bootstrap-icons-1.11.3/menu-button.svg new file mode 100644 index 0000000..ec4c70a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/menu-button.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/menu-down.svg b/lib/bootstrap-icons-1.11.3/menu-down.svg new file mode 100644 index 0000000..e53a5e9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/menu-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/menu-up.svg b/lib/bootstrap-icons-1.11.3/menu-up.svg new file mode 100644 index 0000000..96ff58b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/menu-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/messenger.svg b/lib/bootstrap-icons-1.11.3/messenger.svg new file mode 100644 index 0000000..e896a79 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/messenger.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/meta.svg b/lib/bootstrap-icons-1.11.3/meta.svg new file mode 100644 index 0000000..03155a1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/meta.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mic-fill.svg b/lib/bootstrap-icons-1.11.3/mic-fill.svg new file mode 100644 index 0000000..c92ade7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mic-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mic-mute-fill.svg b/lib/bootstrap-icons-1.11.3/mic-mute-fill.svg new file mode 100644 index 0000000..a10a1bc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mic-mute-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mic-mute.svg b/lib/bootstrap-icons-1.11.3/mic-mute.svg new file mode 100644 index 0000000..59b04be --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mic-mute.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mic.svg b/lib/bootstrap-icons-1.11.3/mic.svg new file mode 100644 index 0000000..f07bf14 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mic.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/microsoft-teams.svg b/lib/bootstrap-icons-1.11.3/microsoft-teams.svg new file mode 100644 index 0000000..6bf3a0c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/microsoft-teams.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/microsoft.svg b/lib/bootstrap-icons-1.11.3/microsoft.svg new file mode 100644 index 0000000..8d2a03c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/microsoft.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/minecart-loaded.svg b/lib/bootstrap-icons-1.11.3/minecart-loaded.svg new file mode 100644 index 0000000..48e523f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/minecart-loaded.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/minecart.svg b/lib/bootstrap-icons-1.11.3/minecart.svg new file mode 100644 index 0000000..c4869c2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/minecart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/modem-fill.svg b/lib/bootstrap-icons-1.11.3/modem-fill.svg new file mode 100644 index 0000000..a5dd5e2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/modem-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/modem.svg b/lib/bootstrap-icons-1.11.3/modem.svg new file mode 100644 index 0000000..f90ad6b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/modem.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/moisture.svg b/lib/bootstrap-icons-1.11.3/moisture.svg new file mode 100644 index 0000000..490fb49 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/moisture.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/moon-fill.svg b/lib/bootstrap-icons-1.11.3/moon-fill.svg new file mode 100644 index 0000000..67f6739 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/moon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/moon-stars-fill.svg b/lib/bootstrap-icons-1.11.3/moon-stars-fill.svg new file mode 100644 index 0000000..c50e070 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/moon-stars-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/moon-stars.svg b/lib/bootstrap-icons-1.11.3/moon-stars.svg new file mode 100644 index 0000000..ae138c2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/moon-stars.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/moon.svg b/lib/bootstrap-icons-1.11.3/moon.svg new file mode 100644 index 0000000..46458ec --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/moon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mortarboard-fill.svg b/lib/bootstrap-icons-1.11.3/mortarboard-fill.svg new file mode 100644 index 0000000..02f6c8c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mortarboard-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mortarboard.svg b/lib/bootstrap-icons-1.11.3/mortarboard.svg new file mode 100644 index 0000000..94f9e97 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mortarboard.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/motherboard-fill.svg b/lib/bootstrap-icons-1.11.3/motherboard-fill.svg new file mode 100644 index 0000000..fabff97 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/motherboard-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/motherboard.svg b/lib/bootstrap-icons-1.11.3/motherboard.svg new file mode 100644 index 0000000..d29e255 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/motherboard.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mouse-fill.svg b/lib/bootstrap-icons-1.11.3/mouse-fill.svg new file mode 100644 index 0000000..24d275e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mouse-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mouse.svg b/lib/bootstrap-icons-1.11.3/mouse.svg new file mode 100644 index 0000000..e018811 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mouse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mouse2-fill.svg b/lib/bootstrap-icons-1.11.3/mouse2-fill.svg new file mode 100644 index 0000000..6277b44 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mouse2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mouse2.svg b/lib/bootstrap-icons-1.11.3/mouse2.svg new file mode 100644 index 0000000..fd15e7c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mouse2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mouse3-fill.svg b/lib/bootstrap-icons-1.11.3/mouse3-fill.svg new file mode 100644 index 0000000..16c1705 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mouse3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/mouse3.svg b/lib/bootstrap-icons-1.11.3/mouse3.svg new file mode 100644 index 0000000..548b244 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/mouse3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/music-note-beamed.svg b/lib/bootstrap-icons-1.11.3/music-note-beamed.svg new file mode 100644 index 0000000..9eb1506 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/music-note-beamed.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/music-note-list.svg b/lib/bootstrap-icons-1.11.3/music-note-list.svg new file mode 100644 index 0000000..d33767d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/music-note-list.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/music-note.svg b/lib/bootstrap-icons-1.11.3/music-note.svg new file mode 100644 index 0000000..d6fe21e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/music-note.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/music-player-fill.svg b/lib/bootstrap-icons-1.11.3/music-player-fill.svg new file mode 100644 index 0000000..68a65b5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/music-player-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/music-player.svg b/lib/bootstrap-icons-1.11.3/music-player.svg new file mode 100644 index 0000000..7eb9c92 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/music-player.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/newspaper.svg b/lib/bootstrap-icons-1.11.3/newspaper.svg new file mode 100644 index 0000000..9a1cf6d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/newspaper.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/nintendo-switch.svg b/lib/bootstrap-icons-1.11.3/nintendo-switch.svg new file mode 100644 index 0000000..5849493 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/nintendo-switch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/node-minus-fill.svg b/lib/bootstrap-icons-1.11.3/node-minus-fill.svg new file mode 100644 index 0000000..802d678 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/node-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/node-minus.svg b/lib/bootstrap-icons-1.11.3/node-minus.svg new file mode 100644 index 0000000..8ffaa38 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/node-minus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/node-plus-fill.svg b/lib/bootstrap-icons-1.11.3/node-plus-fill.svg new file mode 100644 index 0000000..9559b26 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/node-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/node-plus.svg b/lib/bootstrap-icons-1.11.3/node-plus.svg new file mode 100644 index 0000000..028ef28 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/node-plus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/noise-reduction.svg b/lib/bootstrap-icons-1.11.3/noise-reduction.svg new file mode 100644 index 0000000..cd5e288 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/noise-reduction.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/nut-fill.svg b/lib/bootstrap-icons-1.11.3/nut-fill.svg new file mode 100644 index 0000000..18dfeb1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/nut-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/nut.svg b/lib/bootstrap-icons-1.11.3/nut.svg new file mode 100644 index 0000000..75a401d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/nut.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/nvidia.svg b/lib/bootstrap-icons-1.11.3/nvidia.svg new file mode 100644 index 0000000..438a6fc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/nvidia.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/nvme-fill.svg b/lib/bootstrap-icons-1.11.3/nvme-fill.svg new file mode 100644 index 0000000..962c3c6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/nvme-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/nvme.svg b/lib/bootstrap-icons-1.11.3/nvme.svg new file mode 100644 index 0000000..31a2fb6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/nvme.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/octagon-fill.svg b/lib/bootstrap-icons-1.11.3/octagon-fill.svg new file mode 100644 index 0000000..73c80f0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/octagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/octagon-half.svg b/lib/bootstrap-icons-1.11.3/octagon-half.svg new file mode 100644 index 0000000..fe6eb41 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/octagon-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/octagon.svg b/lib/bootstrap-icons-1.11.3/octagon.svg new file mode 100644 index 0000000..d2d9c5c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/octagon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/opencollective.svg b/lib/bootstrap-icons-1.11.3/opencollective.svg new file mode 100644 index 0000000..b9a0c9f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/opencollective.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/optical-audio-fill.svg b/lib/bootstrap-icons-1.11.3/optical-audio-fill.svg new file mode 100644 index 0000000..9b74060 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/optical-audio-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/optical-audio.svg b/lib/bootstrap-icons-1.11.3/optical-audio.svg new file mode 100644 index 0000000..253d1d7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/optical-audio.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/option.svg b/lib/bootstrap-icons-1.11.3/option.svg new file mode 100644 index 0000000..32cce4c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/option.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/outlet.svg b/lib/bootstrap-icons-1.11.3/outlet.svg new file mode 100644 index 0000000..7787f35 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/outlet.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/p-circle-fill.svg b/lib/bootstrap-icons-1.11.3/p-circle-fill.svg new file mode 100644 index 0000000..e57d158 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/p-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/p-circle.svg b/lib/bootstrap-icons-1.11.3/p-circle.svg new file mode 100644 index 0000000..bfe68d9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/p-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/p-square-fill.svg b/lib/bootstrap-icons-1.11.3/p-square-fill.svg new file mode 100644 index 0000000..164f5eb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/p-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/p-square.svg b/lib/bootstrap-icons-1.11.3/p-square.svg new file mode 100644 index 0000000..1f6335d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/p-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/paint-bucket.svg b/lib/bootstrap-icons-1.11.3/paint-bucket.svg new file mode 100644 index 0000000..9ac2df4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/paint-bucket.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/palette-fill.svg b/lib/bootstrap-icons-1.11.3/palette-fill.svg new file mode 100644 index 0000000..d7a6a3b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/palette-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/palette.svg b/lib/bootstrap-icons-1.11.3/palette.svg new file mode 100644 index 0000000..1cd490f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/palette.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/palette2.svg b/lib/bootstrap-icons-1.11.3/palette2.svg new file mode 100644 index 0000000..ae65e88 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/palette2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/paperclip.svg b/lib/bootstrap-icons-1.11.3/paperclip.svg new file mode 100644 index 0000000..c02950b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/paperclip.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/paragraph.svg b/lib/bootstrap-icons-1.11.3/paragraph.svg new file mode 100644 index 0000000..38c65d4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/paragraph.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pass-fill.svg b/lib/bootstrap-icons-1.11.3/pass-fill.svg new file mode 100644 index 0000000..1e15dd9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pass-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pass.svg b/lib/bootstrap-icons-1.11.3/pass.svg new file mode 100644 index 0000000..20a06bc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pass.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/passport-fill.svg b/lib/bootstrap-icons-1.11.3/passport-fill.svg new file mode 100644 index 0000000..d42c1b9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/passport-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/passport.svg b/lib/bootstrap-icons-1.11.3/passport.svg new file mode 100644 index 0000000..2ecee5a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/passport.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/patch-check-fill.svg b/lib/bootstrap-icons-1.11.3/patch-check-fill.svg new file mode 100644 index 0000000..91283e2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/patch-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/patch-check.svg b/lib/bootstrap-icons-1.11.3/patch-check.svg new file mode 100644 index 0000000..1fd0a2e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/patch-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/patch-exclamation-fill.svg b/lib/bootstrap-icons-1.11.3/patch-exclamation-fill.svg new file mode 100644 index 0000000..e745268 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/patch-exclamation-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/patch-exclamation.svg b/lib/bootstrap-icons-1.11.3/patch-exclamation.svg new file mode 100644 index 0000000..2372cc6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/patch-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/patch-minus-fill.svg b/lib/bootstrap-icons-1.11.3/patch-minus-fill.svg new file mode 100644 index 0000000..bfeb96e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/patch-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/patch-minus.svg b/lib/bootstrap-icons-1.11.3/patch-minus.svg new file mode 100644 index 0000000..35a380c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/patch-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/patch-plus-fill.svg b/lib/bootstrap-icons-1.11.3/patch-plus-fill.svg new file mode 100644 index 0000000..b475098 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/patch-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/patch-plus.svg b/lib/bootstrap-icons-1.11.3/patch-plus.svg new file mode 100644 index 0000000..4f332da --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/patch-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/patch-question-fill.svg b/lib/bootstrap-icons-1.11.3/patch-question-fill.svg new file mode 100644 index 0000000..101c255 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/patch-question-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/patch-question.svg b/lib/bootstrap-icons-1.11.3/patch-question.svg new file mode 100644 index 0000000..a777cef --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/patch-question.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pause-btn-fill.svg b/lib/bootstrap-icons-1.11.3/pause-btn-fill.svg new file mode 100644 index 0000000..81c0720 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pause-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pause-btn.svg b/lib/bootstrap-icons-1.11.3/pause-btn.svg new file mode 100644 index 0000000..e2d68f9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pause-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pause-circle-fill.svg b/lib/bootstrap-icons-1.11.3/pause-circle-fill.svg new file mode 100644 index 0000000..90c4ca5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pause-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pause-circle.svg b/lib/bootstrap-icons-1.11.3/pause-circle.svg new file mode 100644 index 0000000..6d3aeff --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pause-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pause-fill.svg b/lib/bootstrap-icons-1.11.3/pause-fill.svg new file mode 100644 index 0000000..92e1588 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pause-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pause.svg b/lib/bootstrap-icons-1.11.3/pause.svg new file mode 100644 index 0000000..7bfde2c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pause.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/paypal.svg b/lib/bootstrap-icons-1.11.3/paypal.svg new file mode 100644 index 0000000..b2cec88 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/paypal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pc-display-horizontal.svg b/lib/bootstrap-icons-1.11.3/pc-display-horizontal.svg new file mode 100644 index 0000000..724ba86 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pc-display-horizontal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pc-display.svg b/lib/bootstrap-icons-1.11.3/pc-display.svg new file mode 100644 index 0000000..c3cf9dd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pc-display.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pc-horizontal.svg b/lib/bootstrap-icons-1.11.3/pc-horizontal.svg new file mode 100644 index 0000000..a8ae72f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pc-horizontal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pc.svg b/lib/bootstrap-icons-1.11.3/pc.svg new file mode 100644 index 0000000..a8c023a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pc.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pci-card-network.svg b/lib/bootstrap-icons-1.11.3/pci-card-network.svg new file mode 100644 index 0000000..a2b4359 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pci-card-network.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pci-card-sound.svg b/lib/bootstrap-icons-1.11.3/pci-card-sound.svg new file mode 100644 index 0000000..2bb98f2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pci-card-sound.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pci-card.svg b/lib/bootstrap-icons-1.11.3/pci-card.svg new file mode 100644 index 0000000..66ff052 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pci-card.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/peace-fill.svg b/lib/bootstrap-icons-1.11.3/peace-fill.svg new file mode 100644 index 0000000..a93e64d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/peace-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/peace.svg b/lib/bootstrap-icons-1.11.3/peace.svg new file mode 100644 index 0000000..22367e0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/peace.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pen-fill.svg b/lib/bootstrap-icons-1.11.3/pen-fill.svg new file mode 100644 index 0000000..59bbb2e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pen-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pen.svg b/lib/bootstrap-icons-1.11.3/pen.svg new file mode 100644 index 0000000..a63b250 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pen.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pencil-fill.svg b/lib/bootstrap-icons-1.11.3/pencil-fill.svg new file mode 100644 index 0000000..4b3bdd7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pencil-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pencil-square.svg b/lib/bootstrap-icons-1.11.3/pencil-square.svg new file mode 100644 index 0000000..95c0529 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pencil-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pencil.svg b/lib/bootstrap-icons-1.11.3/pencil.svg new file mode 100644 index 0000000..0b84e36 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pencil.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pentagon-fill.svg b/lib/bootstrap-icons-1.11.3/pentagon-fill.svg new file mode 100644 index 0000000..9c80789 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pentagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pentagon-half.svg b/lib/bootstrap-icons-1.11.3/pentagon-half.svg new file mode 100644 index 0000000..6811a93 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pentagon-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pentagon.svg b/lib/bootstrap-icons-1.11.3/pentagon.svg new file mode 100644 index 0000000..b6f5fe3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pentagon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/people-fill.svg b/lib/bootstrap-icons-1.11.3/people-fill.svg new file mode 100644 index 0000000..2b9f768 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/people-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/people.svg b/lib/bootstrap-icons-1.11.3/people.svg new file mode 100644 index 0000000..341861a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/people.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/percent.svg b/lib/bootstrap-icons-1.11.3/percent.svg new file mode 100644 index 0000000..c0fd22d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/percent.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-add.svg b/lib/bootstrap-icons-1.11.3/person-add.svg new file mode 100644 index 0000000..66e2508 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-add.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-arms-up.svg b/lib/bootstrap-icons-1.11.3/person-arms-up.svg new file mode 100644 index 0000000..deb50e8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-arms-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-badge-fill.svg b/lib/bootstrap-icons-1.11.3/person-badge-fill.svg new file mode 100644 index 0000000..7110ed3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-badge-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-badge.svg b/lib/bootstrap-icons-1.11.3/person-badge.svg new file mode 100644 index 0000000..680aee1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-badge.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-bounding-box.svg b/lib/bootstrap-icons-1.11.3/person-bounding-box.svg new file mode 100644 index 0000000..d9be675 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-bounding-box.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-check-fill.svg b/lib/bootstrap-icons-1.11.3/person-check-fill.svg new file mode 100644 index 0000000..04b95d3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-check.svg b/lib/bootstrap-icons-1.11.3/person-check.svg new file mode 100644 index 0000000..39b4219 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-circle.svg b/lib/bootstrap-icons-1.11.3/person-circle.svg new file mode 100644 index 0000000..a75f25f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-dash-fill.svg b/lib/bootstrap-icons-1.11.3/person-dash-fill.svg new file mode 100644 index 0000000..9879e6e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-dash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-dash.svg b/lib/bootstrap-icons-1.11.3/person-dash.svg new file mode 100644 index 0000000..b61190b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-down.svg b/lib/bootstrap-icons-1.11.3/person-down.svg new file mode 100644 index 0000000..79cf29a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-exclamation.svg b/lib/bootstrap-icons-1.11.3/person-exclamation.svg new file mode 100644 index 0000000..46fb506 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-fill-add.svg b/lib/bootstrap-icons-1.11.3/person-fill-add.svg new file mode 100644 index 0000000..d6d15f9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-fill-add.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-fill-check.svg b/lib/bootstrap-icons-1.11.3/person-fill-check.svg new file mode 100644 index 0000000..19b88a4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-fill-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-fill-dash.svg b/lib/bootstrap-icons-1.11.3/person-fill-dash.svg new file mode 100644 index 0000000..24c2944 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-fill-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-fill-down.svg b/lib/bootstrap-icons-1.11.3/person-fill-down.svg new file mode 100644 index 0000000..714ae50 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-fill-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-fill-exclamation.svg b/lib/bootstrap-icons-1.11.3/person-fill-exclamation.svg new file mode 100644 index 0000000..5c3b7f5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-fill-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-fill-gear.svg b/lib/bootstrap-icons-1.11.3/person-fill-gear.svg new file mode 100644 index 0000000..33b120a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-fill-gear.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-fill-lock.svg b/lib/bootstrap-icons-1.11.3/person-fill-lock.svg new file mode 100644 index 0000000..adbccff --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-fill-lock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-fill-slash.svg b/lib/bootstrap-icons-1.11.3/person-fill-slash.svg new file mode 100644 index 0000000..398d563 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-fill-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-fill-up.svg b/lib/bootstrap-icons-1.11.3/person-fill-up.svg new file mode 100644 index 0000000..1edd97b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-fill-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-fill-x.svg b/lib/bootstrap-icons-1.11.3/person-fill-x.svg new file mode 100644 index 0000000..e3a66ed --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-fill-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-fill.svg b/lib/bootstrap-icons-1.11.3/person-fill.svg new file mode 100644 index 0000000..46d1a75 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-gear.svg b/lib/bootstrap-icons-1.11.3/person-gear.svg new file mode 100644 index 0000000..93ec4da --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-gear.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-heart.svg b/lib/bootstrap-icons-1.11.3/person-heart.svg new file mode 100644 index 0000000..51b236e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-hearts.svg b/lib/bootstrap-icons-1.11.3/person-hearts.svg new file mode 100644 index 0000000..70bb2e0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-hearts.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-lines-fill.svg b/lib/bootstrap-icons-1.11.3/person-lines-fill.svg new file mode 100644 index 0000000..cbe6c68 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-lines-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-lock.svg b/lib/bootstrap-icons-1.11.3/person-lock.svg new file mode 100644 index 0000000..d3672cd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-lock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-plus-fill.svg b/lib/bootstrap-icons-1.11.3/person-plus-fill.svg new file mode 100644 index 0000000..6c92aea --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-plus.svg b/lib/bootstrap-icons-1.11.3/person-plus.svg new file mode 100644 index 0000000..4b88424 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-raised-hand.svg b/lib/bootstrap-icons-1.11.3/person-raised-hand.svg new file mode 100644 index 0000000..00ac301 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-raised-hand.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-rolodex.svg b/lib/bootstrap-icons-1.11.3/person-rolodex.svg new file mode 100644 index 0000000..2039494 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-rolodex.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-slash.svg b/lib/bootstrap-icons-1.11.3/person-slash.svg new file mode 100644 index 0000000..ab53647 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-square.svg b/lib/bootstrap-icons-1.11.3/person-square.svg new file mode 100644 index 0000000..12a33c5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-standing-dress.svg b/lib/bootstrap-icons-1.11.3/person-standing-dress.svg new file mode 100644 index 0000000..4448606 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-standing-dress.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-standing.svg b/lib/bootstrap-icons-1.11.3/person-standing.svg new file mode 100644 index 0000000..ccd7b35 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-standing.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-up.svg b/lib/bootstrap-icons-1.11.3/person-up.svg new file mode 100644 index 0000000..93a430a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-vcard-fill.svg b/lib/bootstrap-icons-1.11.3/person-vcard-fill.svg new file mode 100644 index 0000000..9efb1b8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-vcard-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-vcard.svg b/lib/bootstrap-icons-1.11.3/person-vcard.svg new file mode 100644 index 0000000..40ec41e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-vcard.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-video.svg b/lib/bootstrap-icons-1.11.3/person-video.svg new file mode 100644 index 0000000..a991759 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-video.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-video2.svg b/lib/bootstrap-icons-1.11.3/person-video2.svg new file mode 100644 index 0000000..80b3b8a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-video2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-video3.svg b/lib/bootstrap-icons-1.11.3/person-video3.svg new file mode 100644 index 0000000..472d998 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-video3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-walking.svg b/lib/bootstrap-icons-1.11.3/person-walking.svg new file mode 100644 index 0000000..16cc0b4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-walking.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-wheelchair.svg b/lib/bootstrap-icons-1.11.3/person-wheelchair.svg new file mode 100644 index 0000000..416cad2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-wheelchair.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-workspace.svg b/lib/bootstrap-icons-1.11.3/person-workspace.svg new file mode 100644 index 0000000..0b3cdce --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-workspace.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-x-fill.svg b/lib/bootstrap-icons-1.11.3/person-x-fill.svg new file mode 100644 index 0000000..9e31903 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person-x.svg b/lib/bootstrap-icons-1.11.3/person-x.svg new file mode 100644 index 0000000..7514c59 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/person.svg b/lib/bootstrap-icons-1.11.3/person.svg new file mode 100644 index 0000000..98ea060 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/person.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/phone-fill.svg b/lib/bootstrap-icons-1.11.3/phone-fill.svg new file mode 100644 index 0000000..f25bd51 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/phone-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/phone-flip.svg b/lib/bootstrap-icons-1.11.3/phone-flip.svg new file mode 100644 index 0000000..3ae28d3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/phone-flip.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/phone-landscape-fill.svg b/lib/bootstrap-icons-1.11.3/phone-landscape-fill.svg new file mode 100644 index 0000000..669bf6e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/phone-landscape-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/phone-landscape.svg b/lib/bootstrap-icons-1.11.3/phone-landscape.svg new file mode 100644 index 0000000..4c30ef2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/phone-landscape.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/phone-vibrate-fill.svg b/lib/bootstrap-icons-1.11.3/phone-vibrate-fill.svg new file mode 100644 index 0000000..dc35ca0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/phone-vibrate-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/phone-vibrate.svg b/lib/bootstrap-icons-1.11.3/phone-vibrate.svg new file mode 100644 index 0000000..58acbf6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/phone-vibrate.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/phone.svg b/lib/bootstrap-icons-1.11.3/phone.svg new file mode 100644 index 0000000..4839331 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/phone.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pie-chart-fill.svg b/lib/bootstrap-icons-1.11.3/pie-chart-fill.svg new file mode 100644 index 0000000..f667aea --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pie-chart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pie-chart.svg b/lib/bootstrap-icons-1.11.3/pie-chart.svg new file mode 100644 index 0000000..b49251b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pie-chart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/piggy-bank-fill.svg b/lib/bootstrap-icons-1.11.3/piggy-bank-fill.svg new file mode 100644 index 0000000..592b31d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/piggy-bank-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/piggy-bank.svg b/lib/bootstrap-icons-1.11.3/piggy-bank.svg new file mode 100644 index 0000000..86e33eb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/piggy-bank.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pin-angle-fill.svg b/lib/bootstrap-icons-1.11.3/pin-angle-fill.svg new file mode 100644 index 0000000..bc3078c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pin-angle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pin-angle.svg b/lib/bootstrap-icons-1.11.3/pin-angle.svg new file mode 100644 index 0000000..ecc4d16 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pin-angle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pin-fill.svg b/lib/bootstrap-icons-1.11.3/pin-fill.svg new file mode 100644 index 0000000..f345059 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pin-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pin-map-fill.svg b/lib/bootstrap-icons-1.11.3/pin-map-fill.svg new file mode 100644 index 0000000..9db0d29 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pin-map-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pin-map.svg b/lib/bootstrap-icons-1.11.3/pin-map.svg new file mode 100644 index 0000000..0462a5a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pin-map.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pin.svg b/lib/bootstrap-icons-1.11.3/pin.svg new file mode 100644 index 0000000..4655620 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pinterest.svg b/lib/bootstrap-icons-1.11.3/pinterest.svg new file mode 100644 index 0000000..5c850b6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pinterest.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pip-fill.svg b/lib/bootstrap-icons-1.11.3/pip-fill.svg new file mode 100644 index 0000000..4865244 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pip-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/pip.svg b/lib/bootstrap-icons-1.11.3/pip.svg new file mode 100644 index 0000000..458c9c9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/pip.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/play-btn-fill.svg b/lib/bootstrap-icons-1.11.3/play-btn-fill.svg new file mode 100644 index 0000000..3d0d1c3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/play-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/play-btn.svg b/lib/bootstrap-icons-1.11.3/play-btn.svg new file mode 100644 index 0000000..2fcbc5e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/play-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/play-circle-fill.svg b/lib/bootstrap-icons-1.11.3/play-circle-fill.svg new file mode 100644 index 0000000..93eeb93 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/play-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/play-circle.svg b/lib/bootstrap-icons-1.11.3/play-circle.svg new file mode 100644 index 0000000..a1d742e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/play-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/play-fill.svg b/lib/bootstrap-icons-1.11.3/play-fill.svg new file mode 100644 index 0000000..e538083 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/play-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/play.svg b/lib/bootstrap-icons-1.11.3/play.svg new file mode 100644 index 0000000..98954e7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/play.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/playstation.svg b/lib/bootstrap-icons-1.11.3/playstation.svg new file mode 100644 index 0000000..3275d59 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/playstation.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/plug-fill.svg b/lib/bootstrap-icons-1.11.3/plug-fill.svg new file mode 100644 index 0000000..99858eb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/plug-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/plug.svg b/lib/bootstrap-icons-1.11.3/plug.svg new file mode 100644 index 0000000..9d6a85b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/plug.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/plugin.svg b/lib/bootstrap-icons-1.11.3/plugin.svg new file mode 100644 index 0000000..92e99d4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/plugin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/plus-circle-dotted.svg b/lib/bootstrap-icons-1.11.3/plus-circle-dotted.svg new file mode 100644 index 0000000..2a20e2d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/plus-circle-dotted.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/plus-circle-fill.svg b/lib/bootstrap-icons-1.11.3/plus-circle-fill.svg new file mode 100644 index 0000000..d1ec2d0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/plus-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/plus-circle.svg b/lib/bootstrap-icons-1.11.3/plus-circle.svg new file mode 100644 index 0000000..2832373 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/plus-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/plus-lg.svg b/lib/bootstrap-icons-1.11.3/plus-lg.svg new file mode 100644 index 0000000..531e86c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/plus-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/plus-slash-minus.svg b/lib/bootstrap-icons-1.11.3/plus-slash-minus.svg new file mode 100644 index 0000000..e0fee7d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/plus-slash-minus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/plus-square-dotted.svg b/lib/bootstrap-icons-1.11.3/plus-square-dotted.svg new file mode 100644 index 0000000..e230a08 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/plus-square-dotted.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/plus-square-fill.svg b/lib/bootstrap-icons-1.11.3/plus-square-fill.svg new file mode 100644 index 0000000..1dddd13 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/plus-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/plus-square.svg b/lib/bootstrap-icons-1.11.3/plus-square.svg new file mode 100644 index 0000000..ef11b48 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/plus-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/plus.svg b/lib/bootstrap-icons-1.11.3/plus.svg new file mode 100644 index 0000000..9012271 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/plus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/postage-fill.svg b/lib/bootstrap-icons-1.11.3/postage-fill.svg new file mode 100644 index 0000000..861a3a1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/postage-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/postage-heart-fill.svg b/lib/bootstrap-icons-1.11.3/postage-heart-fill.svg new file mode 100644 index 0000000..4737a4d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/postage-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/postage-heart.svg b/lib/bootstrap-icons-1.11.3/postage-heart.svg new file mode 100644 index 0000000..aa35a6c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/postage-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/postage.svg b/lib/bootstrap-icons-1.11.3/postage.svg new file mode 100644 index 0000000..54dcfa6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/postage.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/postcard-fill.svg b/lib/bootstrap-icons-1.11.3/postcard-fill.svg new file mode 100644 index 0000000..aeba518 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/postcard-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/postcard-heart-fill.svg b/lib/bootstrap-icons-1.11.3/postcard-heart-fill.svg new file mode 100644 index 0000000..1e371b8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/postcard-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/postcard-heart.svg b/lib/bootstrap-icons-1.11.3/postcard-heart.svg new file mode 100644 index 0000000..52c0053 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/postcard-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/postcard.svg b/lib/bootstrap-icons-1.11.3/postcard.svg new file mode 100644 index 0000000..43ba40b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/postcard.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/power.svg b/lib/bootstrap-icons-1.11.3/power.svg new file mode 100644 index 0000000..937b842 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/power.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/prescription.svg b/lib/bootstrap-icons-1.11.3/prescription.svg new file mode 100644 index 0000000..b895b2b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/prescription.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/prescription2.svg b/lib/bootstrap-icons-1.11.3/prescription2.svg new file mode 100644 index 0000000..cb278b0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/prescription2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/printer-fill.svg b/lib/bootstrap-icons-1.11.3/printer-fill.svg new file mode 100644 index 0000000..43cee36 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/printer-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/printer.svg b/lib/bootstrap-icons-1.11.3/printer.svg new file mode 100644 index 0000000..0886a57 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/printer.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/projector-fill.svg b/lib/bootstrap-icons-1.11.3/projector-fill.svg new file mode 100644 index 0000000..046166c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/projector-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/projector.svg b/lib/bootstrap-icons-1.11.3/projector.svg new file mode 100644 index 0000000..77e68b0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/projector.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/puzzle-fill.svg b/lib/bootstrap-icons-1.11.3/puzzle-fill.svg new file mode 100644 index 0000000..92c4ea0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/puzzle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/puzzle.svg b/lib/bootstrap-icons-1.11.3/puzzle.svg new file mode 100644 index 0000000..44903f7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/puzzle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/qr-code-scan.svg b/lib/bootstrap-icons-1.11.3/qr-code-scan.svg new file mode 100644 index 0000000..3c53387 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/qr-code-scan.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/qr-code.svg b/lib/bootstrap-icons-1.11.3/qr-code.svg new file mode 100644 index 0000000..e09157a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/qr-code.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/question-circle-fill.svg b/lib/bootstrap-icons-1.11.3/question-circle-fill.svg new file mode 100644 index 0000000..8b2a2c0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/question-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/question-circle.svg b/lib/bootstrap-icons-1.11.3/question-circle.svg new file mode 100644 index 0000000..283e653 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/question-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/question-diamond-fill.svg b/lib/bootstrap-icons-1.11.3/question-diamond-fill.svg new file mode 100644 index 0000000..6bf3512 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/question-diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/question-diamond.svg b/lib/bootstrap-icons-1.11.3/question-diamond.svg new file mode 100644 index 0000000..a777b47 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/question-diamond.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/question-lg.svg b/lib/bootstrap-icons-1.11.3/question-lg.svg new file mode 100644 index 0000000..756ea0f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/question-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/question-octagon-fill.svg b/lib/bootstrap-icons-1.11.3/question-octagon-fill.svg new file mode 100644 index 0000000..c0c43ef --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/question-octagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/question-octagon.svg b/lib/bootstrap-icons-1.11.3/question-octagon.svg new file mode 100644 index 0000000..5116862 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/question-octagon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/question-square-fill.svg b/lib/bootstrap-icons-1.11.3/question-square-fill.svg new file mode 100644 index 0000000..a266f9f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/question-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/question-square.svg b/lib/bootstrap-icons-1.11.3/question-square.svg new file mode 100644 index 0000000..ad44a20 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/question-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/question.svg b/lib/bootstrap-icons-1.11.3/question.svg new file mode 100644 index 0000000..ba185ad --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/question.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/quora.svg b/lib/bootstrap-icons-1.11.3/quora.svg new file mode 100644 index 0000000..85ca1bd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/quora.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/quote.svg b/lib/bootstrap-icons-1.11.3/quote.svg new file mode 100644 index 0000000..0aa0e17 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/quote.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/r-circle-fill.svg b/lib/bootstrap-icons-1.11.3/r-circle-fill.svg new file mode 100644 index 0000000..810423e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/r-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/r-circle.svg b/lib/bootstrap-icons-1.11.3/r-circle.svg new file mode 100644 index 0000000..bf2d8d6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/r-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/r-square-fill.svg b/lib/bootstrap-icons-1.11.3/r-square-fill.svg new file mode 100644 index 0000000..b1151f3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/r-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/r-square.svg b/lib/bootstrap-icons-1.11.3/r-square.svg new file mode 100644 index 0000000..e19e688 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/r-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/radar.svg b/lib/bootstrap-icons-1.11.3/radar.svg new file mode 100644 index 0000000..024f3fd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/radar.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/radioactive.svg b/lib/bootstrap-icons-1.11.3/radioactive.svg new file mode 100644 index 0000000..3eaaa56 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/radioactive.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/rainbow.svg b/lib/bootstrap-icons-1.11.3/rainbow.svg new file mode 100644 index 0000000..e864abf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/rainbow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/receipt-cutoff.svg b/lib/bootstrap-icons-1.11.3/receipt-cutoff.svg new file mode 100644 index 0000000..21c3bc8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/receipt-cutoff.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/receipt.svg b/lib/bootstrap-icons-1.11.3/receipt.svg new file mode 100644 index 0000000..ab29fe6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/receipt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/reception-0.svg b/lib/bootstrap-icons-1.11.3/reception-0.svg new file mode 100644 index 0000000..a7c7872 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/reception-0.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/reception-1.svg b/lib/bootstrap-icons-1.11.3/reception-1.svg new file mode 100644 index 0000000..4081ceb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/reception-1.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/reception-2.svg b/lib/bootstrap-icons-1.11.3/reception-2.svg new file mode 100644 index 0000000..7e1acc5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/reception-2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/reception-3.svg b/lib/bootstrap-icons-1.11.3/reception-3.svg new file mode 100644 index 0000000..e9ea476 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/reception-3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/reception-4.svg b/lib/bootstrap-icons-1.11.3/reception-4.svg new file mode 100644 index 0000000..7791e4b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/reception-4.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/record-btn-fill.svg b/lib/bootstrap-icons-1.11.3/record-btn-fill.svg new file mode 100644 index 0000000..83ee303 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/record-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/record-btn.svg b/lib/bootstrap-icons-1.11.3/record-btn.svg new file mode 100644 index 0000000..7ba84ce --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/record-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/record-circle-fill.svg b/lib/bootstrap-icons-1.11.3/record-circle-fill.svg new file mode 100644 index 0000000..0db59d1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/record-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/record-circle.svg b/lib/bootstrap-icons-1.11.3/record-circle.svg new file mode 100644 index 0000000..5dad17b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/record-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/record-fill.svg b/lib/bootstrap-icons-1.11.3/record-fill.svg new file mode 100644 index 0000000..ef31df0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/record-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/record.svg b/lib/bootstrap-icons-1.11.3/record.svg new file mode 100644 index 0000000..5ec840c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/record.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/record2-fill.svg b/lib/bootstrap-icons-1.11.3/record2-fill.svg new file mode 100644 index 0000000..8ad4fe3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/record2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/record2.svg b/lib/bootstrap-icons-1.11.3/record2.svg new file mode 100644 index 0000000..3b5c5ca --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/record2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/recycle.svg b/lib/bootstrap-icons-1.11.3/recycle.svg new file mode 100644 index 0000000..21d1bd9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/recycle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/reddit.svg b/lib/bootstrap-icons-1.11.3/reddit.svg new file mode 100644 index 0000000..777aead --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/reddit.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/regex.svg b/lib/bootstrap-icons-1.11.3/regex.svg new file mode 100644 index 0000000..ec8bf00 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/regex.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/repeat-1.svg b/lib/bootstrap-icons-1.11.3/repeat-1.svg new file mode 100644 index 0000000..9357fcf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/repeat-1.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/repeat.svg b/lib/bootstrap-icons-1.11.3/repeat.svg new file mode 100644 index 0000000..51765c9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/repeat.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/reply-all-fill.svg b/lib/bootstrap-icons-1.11.3/reply-all-fill.svg new file mode 100644 index 0000000..95e18a2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/reply-all-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/reply-all.svg b/lib/bootstrap-icons-1.11.3/reply-all.svg new file mode 100644 index 0000000..decad51 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/reply-all.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/reply-fill.svg b/lib/bootstrap-icons-1.11.3/reply-fill.svg new file mode 100644 index 0000000..82358b1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/reply-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/reply.svg b/lib/bootstrap-icons-1.11.3/reply.svg new file mode 100644 index 0000000..5bb432e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/reply.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/rewind-btn-fill.svg b/lib/bootstrap-icons-1.11.3/rewind-btn-fill.svg new file mode 100644 index 0000000..8ea4155 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/rewind-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/rewind-btn.svg b/lib/bootstrap-icons-1.11.3/rewind-btn.svg new file mode 100644 index 0000000..47bd717 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/rewind-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/rewind-circle-fill.svg b/lib/bootstrap-icons-1.11.3/rewind-circle-fill.svg new file mode 100644 index 0000000..b972044 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/rewind-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/rewind-circle.svg b/lib/bootstrap-icons-1.11.3/rewind-circle.svg new file mode 100644 index 0000000..4952147 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/rewind-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/rewind-fill.svg b/lib/bootstrap-icons-1.11.3/rewind-fill.svg new file mode 100644 index 0000000..5919f7e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/rewind-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/rewind.svg b/lib/bootstrap-icons-1.11.3/rewind.svg new file mode 100644 index 0000000..bc731e7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/rewind.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/robot.svg b/lib/bootstrap-icons-1.11.3/robot.svg new file mode 100644 index 0000000..a224202 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/robot.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/rocket-fill.svg b/lib/bootstrap-icons-1.11.3/rocket-fill.svg new file mode 100644 index 0000000..f319029 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/rocket-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/rocket-takeoff-fill.svg b/lib/bootstrap-icons-1.11.3/rocket-takeoff-fill.svg new file mode 100644 index 0000000..707d205 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/rocket-takeoff-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/rocket-takeoff.svg b/lib/bootstrap-icons-1.11.3/rocket-takeoff.svg new file mode 100644 index 0000000..2abc6d4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/rocket-takeoff.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/rocket.svg b/lib/bootstrap-icons-1.11.3/rocket.svg new file mode 100644 index 0000000..b760e1f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/rocket.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/router-fill.svg b/lib/bootstrap-icons-1.11.3/router-fill.svg new file mode 100644 index 0000000..74d1469 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/router-fill.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/router.svg b/lib/bootstrap-icons-1.11.3/router.svg new file mode 100644 index 0000000..62fac78 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/router.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/rss-fill.svg b/lib/bootstrap-icons-1.11.3/rss-fill.svg new file mode 100644 index 0000000..50d7cfd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/rss-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/rss.svg b/lib/bootstrap-icons-1.11.3/rss.svg new file mode 100644 index 0000000..18dc9f1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/rss.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/rulers.svg b/lib/bootstrap-icons-1.11.3/rulers.svg new file mode 100644 index 0000000..90fb01c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/rulers.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/safe-fill.svg b/lib/bootstrap-icons-1.11.3/safe-fill.svg new file mode 100644 index 0000000..6da7a7d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/safe-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/safe.svg b/lib/bootstrap-icons-1.11.3/safe.svg new file mode 100644 index 0000000..d6d24c2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/safe.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/safe2-fill.svg b/lib/bootstrap-icons-1.11.3/safe2-fill.svg new file mode 100644 index 0000000..064e073 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/safe2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/safe2.svg b/lib/bootstrap-icons-1.11.3/safe2.svg new file mode 100644 index 0000000..9c80f55 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/safe2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/save-fill.svg b/lib/bootstrap-icons-1.11.3/save-fill.svg new file mode 100644 index 0000000..1c42812 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/save-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/save.svg b/lib/bootstrap-icons-1.11.3/save.svg new file mode 100644 index 0000000..9dd7b2f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/save.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/save2-fill.svg b/lib/bootstrap-icons-1.11.3/save2-fill.svg new file mode 100644 index 0000000..207f91b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/save2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/save2.svg b/lib/bootstrap-icons-1.11.3/save2.svg new file mode 100644 index 0000000..988c4f1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/save2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/scissors.svg b/lib/bootstrap-icons-1.11.3/scissors.svg new file mode 100644 index 0000000..2f566e4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/scissors.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/scooter.svg b/lib/bootstrap-icons-1.11.3/scooter.svg new file mode 100644 index 0000000..8828452 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/scooter.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/screwdriver.svg b/lib/bootstrap-icons-1.11.3/screwdriver.svg new file mode 100644 index 0000000..54d5a2c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/screwdriver.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sd-card-fill.svg b/lib/bootstrap-icons-1.11.3/sd-card-fill.svg new file mode 100644 index 0000000..655a96d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sd-card-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sd-card.svg b/lib/bootstrap-icons-1.11.3/sd-card.svg new file mode 100644 index 0000000..564661a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sd-card.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/search-heart-fill.svg b/lib/bootstrap-icons-1.11.3/search-heart-fill.svg new file mode 100644 index 0000000..c57bb48 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/search-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/search-heart.svg b/lib/bootstrap-icons-1.11.3/search-heart.svg new file mode 100644 index 0000000..d76bfe5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/search-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/search.svg b/lib/bootstrap-icons-1.11.3/search.svg new file mode 100644 index 0000000..3318054 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/search.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/segmented-nav.svg b/lib/bootstrap-icons-1.11.3/segmented-nav.svg new file mode 100644 index 0000000..b274b68 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/segmented-nav.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-arrow-down-fill.svg b/lib/bootstrap-icons-1.11.3/send-arrow-down-fill.svg new file mode 100644 index 0000000..6d43965 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-arrow-down-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-arrow-down.svg b/lib/bootstrap-icons-1.11.3/send-arrow-down.svg new file mode 100644 index 0000000..dcbae56 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-arrow-up-fill.svg b/lib/bootstrap-icons-1.11.3/send-arrow-up-fill.svg new file mode 100644 index 0000000..19abab7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-arrow-up-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-arrow-up.svg b/lib/bootstrap-icons-1.11.3/send-arrow-up.svg new file mode 100644 index 0000000..a642dac --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-check-fill.svg b/lib/bootstrap-icons-1.11.3/send-check-fill.svg new file mode 100644 index 0000000..c4259c8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-check.svg b/lib/bootstrap-icons-1.11.3/send-check.svg new file mode 100644 index 0000000..5221868 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-dash-fill.svg b/lib/bootstrap-icons-1.11.3/send-dash-fill.svg new file mode 100644 index 0000000..12a82df --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-dash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-dash.svg b/lib/bootstrap-icons-1.11.3/send-dash.svg new file mode 100644 index 0000000..63fc38c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-exclamation-fill.svg b/lib/bootstrap-icons-1.11.3/send-exclamation-fill.svg new file mode 100644 index 0000000..fce810f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-exclamation-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-exclamation.svg b/lib/bootstrap-icons-1.11.3/send-exclamation.svg new file mode 100644 index 0000000..8a72f31 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-fill.svg b/lib/bootstrap-icons-1.11.3/send-fill.svg new file mode 100644 index 0000000..6e95d27 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-plus-fill.svg b/lib/bootstrap-icons-1.11.3/send-plus-fill.svg new file mode 100644 index 0000000..63b0482 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-plus.svg b/lib/bootstrap-icons-1.11.3/send-plus.svg new file mode 100644 index 0000000..350b388 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-slash-fill.svg b/lib/bootstrap-icons-1.11.3/send-slash-fill.svg new file mode 100644 index 0000000..e98aa92 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-slash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-slash.svg b/lib/bootstrap-icons-1.11.3/send-slash.svg new file mode 100644 index 0000000..e434afe --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-x-fill.svg b/lib/bootstrap-icons-1.11.3/send-x-fill.svg new file mode 100644 index 0000000..45a98a4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-x-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send-x.svg b/lib/bootstrap-icons-1.11.3/send-x.svg new file mode 100644 index 0000000..5b854c2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/send.svg b/lib/bootstrap-icons-1.11.3/send.svg new file mode 100644 index 0000000..8db355e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/send.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/server.svg b/lib/bootstrap-icons-1.11.3/server.svg new file mode 100644 index 0000000..bb8ca8f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/server.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shadows.svg b/lib/bootstrap-icons-1.11.3/shadows.svg new file mode 100644 index 0000000..6b09f0f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shadows.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/share-fill.svg b/lib/bootstrap-icons-1.11.3/share-fill.svg new file mode 100644 index 0000000..bdc07ca --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/share-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/share.svg b/lib/bootstrap-icons-1.11.3/share.svg new file mode 100644 index 0000000..bc62b93 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/share.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-check.svg b/lib/bootstrap-icons-1.11.3/shield-check.svg new file mode 100644 index 0000000..3908fca --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-exclamation.svg b/lib/bootstrap-icons-1.11.3/shield-exclamation.svg new file mode 100644 index 0000000..9826504 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-fill-check.svg b/lib/bootstrap-icons-1.11.3/shield-fill-check.svg new file mode 100644 index 0000000..f914f1f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-fill-check.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-fill-exclamation.svg b/lib/bootstrap-icons-1.11.3/shield-fill-exclamation.svg new file mode 100644 index 0000000..99a6bf9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-fill-exclamation.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-fill-minus.svg b/lib/bootstrap-icons-1.11.3/shield-fill-minus.svg new file mode 100644 index 0000000..584f5ae --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-fill-minus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-fill-plus.svg b/lib/bootstrap-icons-1.11.3/shield-fill-plus.svg new file mode 100644 index 0000000..43a3169 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-fill-plus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-fill-x.svg b/lib/bootstrap-icons-1.11.3/shield-fill-x.svg new file mode 100644 index 0000000..42267cf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-fill-x.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-fill.svg b/lib/bootstrap-icons-1.11.3/shield-fill.svg new file mode 100644 index 0000000..12a61bc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-lock-fill.svg b/lib/bootstrap-icons-1.11.3/shield-lock-fill.svg new file mode 100644 index 0000000..0fccf6f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-lock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-lock.svg b/lib/bootstrap-icons-1.11.3/shield-lock.svg new file mode 100644 index 0000000..316fb3c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-minus.svg b/lib/bootstrap-icons-1.11.3/shield-minus.svg new file mode 100644 index 0000000..9fb8712 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-plus.svg b/lib/bootstrap-icons-1.11.3/shield-plus.svg new file mode 100644 index 0000000..3b19b28 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-shaded.svg b/lib/bootstrap-icons-1.11.3/shield-shaded.svg new file mode 100644 index 0000000..4908f5d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-shaded.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-slash-fill.svg b/lib/bootstrap-icons-1.11.3/shield-slash-fill.svg new file mode 100644 index 0000000..d270d6d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-slash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-slash.svg b/lib/bootstrap-icons-1.11.3/shield-slash.svg new file mode 100644 index 0000000..abc01b1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield-x.svg b/lib/bootstrap-icons-1.11.3/shield-x.svg new file mode 100644 index 0000000..cc9c59d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shield.svg b/lib/bootstrap-icons-1.11.3/shield.svg new file mode 100644 index 0000000..7e18d1b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shield.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shift-fill.svg b/lib/bootstrap-icons-1.11.3/shift-fill.svg new file mode 100644 index 0000000..37583e1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shift-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shift.svg b/lib/bootstrap-icons-1.11.3/shift.svg new file mode 100644 index 0000000..5d8a6e3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shift.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shop-window.svg b/lib/bootstrap-icons-1.11.3/shop-window.svg new file mode 100644 index 0000000..14e0d42 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shop-window.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shop.svg b/lib/bootstrap-icons-1.11.3/shop.svg new file mode 100644 index 0000000..e6bb8c0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shop.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/shuffle.svg b/lib/bootstrap-icons-1.11.3/shuffle.svg new file mode 100644 index 0000000..2787bf2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/shuffle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-dead-end-fill.svg b/lib/bootstrap-icons-1.11.3/sign-dead-end-fill.svg new file mode 100644 index 0000000..b362833 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-dead-end-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-dead-end.svg b/lib/bootstrap-icons-1.11.3/sign-dead-end.svg new file mode 100644 index 0000000..b87d368 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-dead-end.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-do-not-enter-fill.svg b/lib/bootstrap-icons-1.11.3/sign-do-not-enter-fill.svg new file mode 100644 index 0000000..f86ebfa --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-do-not-enter-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-do-not-enter.svg b/lib/bootstrap-icons-1.11.3/sign-do-not-enter.svg new file mode 100644 index 0000000..2e2c877 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-do-not-enter.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-intersection-fill.svg b/lib/bootstrap-icons-1.11.3/sign-intersection-fill.svg new file mode 100644 index 0000000..7fd8f3f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-intersection-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-intersection-side-fill.svg b/lib/bootstrap-icons-1.11.3/sign-intersection-side-fill.svg new file mode 100644 index 0000000..38870b5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-intersection-side-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-intersection-side.svg b/lib/bootstrap-icons-1.11.3/sign-intersection-side.svg new file mode 100644 index 0000000..df9015a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-intersection-side.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-intersection-t-fill.svg b/lib/bootstrap-icons-1.11.3/sign-intersection-t-fill.svg new file mode 100644 index 0000000..15a007e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-intersection-t-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-intersection-t.svg b/lib/bootstrap-icons-1.11.3/sign-intersection-t.svg new file mode 100644 index 0000000..4ba9f6f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-intersection-t.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-intersection-y-fill.svg b/lib/bootstrap-icons-1.11.3/sign-intersection-y-fill.svg new file mode 100644 index 0000000..01a03d0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-intersection-y-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-intersection-y.svg b/lib/bootstrap-icons-1.11.3/sign-intersection-y.svg new file mode 100644 index 0000000..e0e387f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-intersection-y.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-intersection.svg b/lib/bootstrap-icons-1.11.3/sign-intersection.svg new file mode 100644 index 0000000..be2ffdc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-intersection.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-merge-left-fill.svg b/lib/bootstrap-icons-1.11.3/sign-merge-left-fill.svg new file mode 100644 index 0000000..1408133 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-merge-left-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-merge-left.svg b/lib/bootstrap-icons-1.11.3/sign-merge-left.svg new file mode 100644 index 0000000..3447bcf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-merge-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-merge-right-fill.svg b/lib/bootstrap-icons-1.11.3/sign-merge-right-fill.svg new file mode 100644 index 0000000..a952bb5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-merge-right-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-merge-right.svg b/lib/bootstrap-icons-1.11.3/sign-merge-right.svg new file mode 100644 index 0000000..ab3e08a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-merge-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-no-left-turn-fill.svg b/lib/bootstrap-icons-1.11.3/sign-no-left-turn-fill.svg new file mode 100644 index 0000000..85f421a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-no-left-turn-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-no-left-turn.svg b/lib/bootstrap-icons-1.11.3/sign-no-left-turn.svg new file mode 100644 index 0000000..d45f090 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-no-left-turn.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-no-parking-fill.svg b/lib/bootstrap-icons-1.11.3/sign-no-parking-fill.svg new file mode 100644 index 0000000..c4100d9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-no-parking-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-no-parking.svg b/lib/bootstrap-icons-1.11.3/sign-no-parking.svg new file mode 100644 index 0000000..1679603 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-no-parking.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-no-right-turn-fill.svg b/lib/bootstrap-icons-1.11.3/sign-no-right-turn-fill.svg new file mode 100644 index 0000000..c3883da --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-no-right-turn-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-no-right-turn.svg b/lib/bootstrap-icons-1.11.3/sign-no-right-turn.svg new file mode 100644 index 0000000..209b918 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-no-right-turn.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-railroad-fill.svg b/lib/bootstrap-icons-1.11.3/sign-railroad-fill.svg new file mode 100644 index 0000000..61d88a9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-railroad-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-railroad.svg b/lib/bootstrap-icons-1.11.3/sign-railroad.svg new file mode 100644 index 0000000..b5d7339 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-railroad.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-stop-fill.svg b/lib/bootstrap-icons-1.11.3/sign-stop-fill.svg new file mode 100644 index 0000000..08efb9a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-stop-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-stop-lights-fill.svg b/lib/bootstrap-icons-1.11.3/sign-stop-lights-fill.svg new file mode 100644 index 0000000..9be8e0c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-stop-lights-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-stop-lights.svg b/lib/bootstrap-icons-1.11.3/sign-stop-lights.svg new file mode 100644 index 0000000..85918cf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-stop-lights.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-stop.svg b/lib/bootstrap-icons-1.11.3/sign-stop.svg new file mode 100644 index 0000000..49128dc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-stop.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-turn-left-fill.svg b/lib/bootstrap-icons-1.11.3/sign-turn-left-fill.svg new file mode 100644 index 0000000..4b8358e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-turn-left-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-turn-left.svg b/lib/bootstrap-icons-1.11.3/sign-turn-left.svg new file mode 100644 index 0000000..c1b34ed --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-turn-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-turn-right-fill.svg b/lib/bootstrap-icons-1.11.3/sign-turn-right-fill.svg new file mode 100644 index 0000000..29d8d2c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-turn-right-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-turn-right.svg b/lib/bootstrap-icons-1.11.3/sign-turn-right.svg new file mode 100644 index 0000000..956614a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-turn-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-turn-slight-left-fill.svg b/lib/bootstrap-icons-1.11.3/sign-turn-slight-left-fill.svg new file mode 100644 index 0000000..80b2977 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-turn-slight-left-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-turn-slight-left.svg b/lib/bootstrap-icons-1.11.3/sign-turn-slight-left.svg new file mode 100644 index 0000000..98f0a0a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-turn-slight-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-turn-slight-right-fill.svg b/lib/bootstrap-icons-1.11.3/sign-turn-slight-right-fill.svg new file mode 100644 index 0000000..2734952 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-turn-slight-right-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-turn-slight-right.svg b/lib/bootstrap-icons-1.11.3/sign-turn-slight-right.svg new file mode 100644 index 0000000..c462f19 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-turn-slight-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-yield-fill.svg b/lib/bootstrap-icons-1.11.3/sign-yield-fill.svg new file mode 100644 index 0000000..79fa190 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-yield-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sign-yield.svg b/lib/bootstrap-icons-1.11.3/sign-yield.svg new file mode 100644 index 0000000..23bd623 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sign-yield.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/signal.svg b/lib/bootstrap-icons-1.11.3/signal.svg new file mode 100644 index 0000000..1583f97 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/signal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/signpost-2-fill.svg b/lib/bootstrap-icons-1.11.3/signpost-2-fill.svg new file mode 100644 index 0000000..58c05a6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/signpost-2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/signpost-2.svg b/lib/bootstrap-icons-1.11.3/signpost-2.svg new file mode 100644 index 0000000..e3454bd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/signpost-2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/signpost-fill.svg b/lib/bootstrap-icons-1.11.3/signpost-fill.svg new file mode 100644 index 0000000..00989a6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/signpost-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/signpost-split-fill.svg b/lib/bootstrap-icons-1.11.3/signpost-split-fill.svg new file mode 100644 index 0000000..9b720f0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/signpost-split-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/signpost-split.svg b/lib/bootstrap-icons-1.11.3/signpost-split.svg new file mode 100644 index 0000000..7fb69b7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/signpost-split.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/signpost.svg b/lib/bootstrap-icons-1.11.3/signpost.svg new file mode 100644 index 0000000..940e664 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/signpost.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sim-fill.svg b/lib/bootstrap-icons-1.11.3/sim-fill.svg new file mode 100644 index 0000000..c7922b6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sim-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sim-slash-fill.svg b/lib/bootstrap-icons-1.11.3/sim-slash-fill.svg new file mode 100644 index 0000000..b608de7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sim-slash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sim-slash.svg b/lib/bootstrap-icons-1.11.3/sim-slash.svg new file mode 100644 index 0000000..c8e0dc4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sim-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sim.svg b/lib/bootstrap-icons-1.11.3/sim.svg new file mode 100644 index 0000000..0d71a11 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sim.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sina-weibo.svg b/lib/bootstrap-icons-1.11.3/sina-weibo.svg new file mode 100644 index 0000000..6d484d2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sina-weibo.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-backward-btn-fill.svg b/lib/bootstrap-icons-1.11.3/skip-backward-btn-fill.svg new file mode 100644 index 0000000..2029489 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-backward-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-backward-btn.svg b/lib/bootstrap-icons-1.11.3/skip-backward-btn.svg new file mode 100644 index 0000000..7cae681 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-backward-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-backward-circle-fill.svg b/lib/bootstrap-icons-1.11.3/skip-backward-circle-fill.svg new file mode 100644 index 0000000..7526356 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-backward-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-backward-circle.svg b/lib/bootstrap-icons-1.11.3/skip-backward-circle.svg new file mode 100644 index 0000000..8739f31 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-backward-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-backward-fill.svg b/lib/bootstrap-icons-1.11.3/skip-backward-fill.svg new file mode 100644 index 0000000..bf8f63e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-backward-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-backward.svg b/lib/bootstrap-icons-1.11.3/skip-backward.svg new file mode 100644 index 0000000..ff5b821 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-backward.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-end-btn-fill.svg b/lib/bootstrap-icons-1.11.3/skip-end-btn-fill.svg new file mode 100644 index 0000000..e721821 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-end-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-end-btn.svg b/lib/bootstrap-icons-1.11.3/skip-end-btn.svg new file mode 100644 index 0000000..6815577 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-end-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-end-circle-fill.svg b/lib/bootstrap-icons-1.11.3/skip-end-circle-fill.svg new file mode 100644 index 0000000..63c0f68 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-end-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-end-circle.svg b/lib/bootstrap-icons-1.11.3/skip-end-circle.svg new file mode 100644 index 0000000..50f41d9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-end-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-end-fill.svg b/lib/bootstrap-icons-1.11.3/skip-end-fill.svg new file mode 100644 index 0000000..afa88e3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-end-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-end.svg b/lib/bootstrap-icons-1.11.3/skip-end.svg new file mode 100644 index 0000000..b2dfde6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-end.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-forward-btn-fill.svg b/lib/bootstrap-icons-1.11.3/skip-forward-btn-fill.svg new file mode 100644 index 0000000..9547957 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-forward-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-forward-btn.svg b/lib/bootstrap-icons-1.11.3/skip-forward-btn.svg new file mode 100644 index 0000000..46a61b0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-forward-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-forward-circle-fill.svg b/lib/bootstrap-icons-1.11.3/skip-forward-circle-fill.svg new file mode 100644 index 0000000..aefb633 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-forward-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-forward-circle.svg b/lib/bootstrap-icons-1.11.3/skip-forward-circle.svg new file mode 100644 index 0000000..7ebc928 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-forward-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-forward-fill.svg b/lib/bootstrap-icons-1.11.3/skip-forward-fill.svg new file mode 100644 index 0000000..6c54d79 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-forward-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-forward.svg b/lib/bootstrap-icons-1.11.3/skip-forward.svg new file mode 100644 index 0000000..c69cfc5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-forward.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-start-btn-fill.svg b/lib/bootstrap-icons-1.11.3/skip-start-btn-fill.svg new file mode 100644 index 0000000..a0af702 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-start-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-start-btn.svg b/lib/bootstrap-icons-1.11.3/skip-start-btn.svg new file mode 100644 index 0000000..b829fdd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-start-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-start-circle-fill.svg b/lib/bootstrap-icons-1.11.3/skip-start-circle-fill.svg new file mode 100644 index 0000000..bb33ab0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-start-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-start-circle.svg b/lib/bootstrap-icons-1.11.3/skip-start-circle.svg new file mode 100644 index 0000000..d0e3323 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-start-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-start-fill.svg b/lib/bootstrap-icons-1.11.3/skip-start-fill.svg new file mode 100644 index 0000000..56cccc3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-start-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skip-start.svg b/lib/bootstrap-icons-1.11.3/skip-start.svg new file mode 100644 index 0000000..76811a9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skip-start.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/skype.svg b/lib/bootstrap-icons-1.11.3/skype.svg new file mode 100644 index 0000000..ad4be4d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/skype.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/slack.svg b/lib/bootstrap-icons-1.11.3/slack.svg new file mode 100644 index 0000000..d914abe --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/slack.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/slash-circle-fill.svg b/lib/bootstrap-icons-1.11.3/slash-circle-fill.svg new file mode 100644 index 0000000..5f71707 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/slash-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/slash-circle.svg b/lib/bootstrap-icons-1.11.3/slash-circle.svg new file mode 100644 index 0000000..eb26f19 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/slash-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/slash-lg.svg b/lib/bootstrap-icons-1.11.3/slash-lg.svg new file mode 100644 index 0000000..8b8b132 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/slash-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/slash-square-fill.svg b/lib/bootstrap-icons-1.11.3/slash-square-fill.svg new file mode 100644 index 0000000..6fc9153 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/slash-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/slash-square.svg b/lib/bootstrap-icons-1.11.3/slash-square.svg new file mode 100644 index 0000000..0757006 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/slash-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/slash.svg b/lib/bootstrap-icons-1.11.3/slash.svg new file mode 100644 index 0000000..6d18af4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sliders.svg b/lib/bootstrap-icons-1.11.3/sliders.svg new file mode 100644 index 0000000..c64a06c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sliders.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sliders2-vertical.svg b/lib/bootstrap-icons-1.11.3/sliders2-vertical.svg new file mode 100644 index 0000000..4fcb8ba --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sliders2-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sliders2.svg b/lib/bootstrap-icons-1.11.3/sliders2.svg new file mode 100644 index 0000000..975861e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sliders2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/smartwatch.svg b/lib/bootstrap-icons-1.11.3/smartwatch.svg new file mode 100644 index 0000000..0a11991 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/smartwatch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/snapchat.svg b/lib/bootstrap-icons-1.11.3/snapchat.svg new file mode 100644 index 0000000..01d3684 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/snapchat.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/snow.svg b/lib/bootstrap-icons-1.11.3/snow.svg new file mode 100644 index 0000000..9b648a5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/snow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/snow2.svg b/lib/bootstrap-icons-1.11.3/snow2.svg new file mode 100644 index 0000000..6533d63 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/snow2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/snow3.svg b/lib/bootstrap-icons-1.11.3/snow3.svg new file mode 100644 index 0000000..01c0d73 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/snow3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sort-alpha-down-alt.svg b/lib/bootstrap-icons-1.11.3/sort-alpha-down-alt.svg new file mode 100644 index 0000000..d03f1aa --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sort-alpha-down-alt.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sort-alpha-down.svg b/lib/bootstrap-icons-1.11.3/sort-alpha-down.svg new file mode 100644 index 0000000..6ac3e84 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sort-alpha-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sort-alpha-up-alt.svg b/lib/bootstrap-icons-1.11.3/sort-alpha-up-alt.svg new file mode 100644 index 0000000..a7b332e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sort-alpha-up-alt.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sort-alpha-up.svg b/lib/bootstrap-icons-1.11.3/sort-alpha-up.svg new file mode 100644 index 0000000..c5f0e3a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sort-alpha-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sort-down-alt.svg b/lib/bootstrap-icons-1.11.3/sort-down-alt.svg new file mode 100644 index 0000000..86a1bf6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sort-down-alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sort-down.svg b/lib/bootstrap-icons-1.11.3/sort-down.svg new file mode 100644 index 0000000..8cfdf23 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sort-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sort-numeric-down-alt.svg b/lib/bootstrap-icons-1.11.3/sort-numeric-down-alt.svg new file mode 100644 index 0000000..ce4e3c5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sort-numeric-down-alt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sort-numeric-down.svg b/lib/bootstrap-icons-1.11.3/sort-numeric-down.svg new file mode 100644 index 0000000..afa87be --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sort-numeric-down.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sort-numeric-up-alt.svg b/lib/bootstrap-icons-1.11.3/sort-numeric-up-alt.svg new file mode 100644 index 0000000..d83cbf9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sort-numeric-up-alt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sort-numeric-up.svg b/lib/bootstrap-icons-1.11.3/sort-numeric-up.svg new file mode 100644 index 0000000..25a1e54 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sort-numeric-up.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sort-up-alt.svg b/lib/bootstrap-icons-1.11.3/sort-up-alt.svg new file mode 100644 index 0000000..9f78a20 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sort-up-alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sort-up.svg b/lib/bootstrap-icons-1.11.3/sort-up.svg new file mode 100644 index 0000000..cda9ac7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sort-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/soundwave.svg b/lib/bootstrap-icons-1.11.3/soundwave.svg new file mode 100644 index 0000000..1444777 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/soundwave.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sourceforge.svg b/lib/bootstrap-icons-1.11.3/sourceforge.svg new file mode 100644 index 0000000..13d0c5f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sourceforge.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/speaker-fill.svg b/lib/bootstrap-icons-1.11.3/speaker-fill.svg new file mode 100644 index 0000000..f6d9e33 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/speaker-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/speaker.svg b/lib/bootstrap-icons-1.11.3/speaker.svg new file mode 100644 index 0000000..1415b5d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/speaker.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/speedometer.svg b/lib/bootstrap-icons-1.11.3/speedometer.svg new file mode 100644 index 0000000..f6e3e61 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/speedometer.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/speedometer2.svg b/lib/bootstrap-icons-1.11.3/speedometer2.svg new file mode 100644 index 0000000..75e79c8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/speedometer2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/spellcheck.svg b/lib/bootstrap-icons-1.11.3/spellcheck.svg new file mode 100644 index 0000000..69fec76 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/spellcheck.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/spotify.svg b/lib/bootstrap-icons-1.11.3/spotify.svg new file mode 100644 index 0000000..09d0e9f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/spotify.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/square-fill.svg b/lib/bootstrap-icons-1.11.3/square-fill.svg new file mode 100644 index 0000000..1e72d5e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/square-half.svg b/lib/bootstrap-icons-1.11.3/square-half.svg new file mode 100644 index 0000000..aa3e349 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/square-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/square.svg b/lib/bootstrap-icons-1.11.3/square.svg new file mode 100644 index 0000000..0f086de --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stack-overflow.svg b/lib/bootstrap-icons-1.11.3/stack-overflow.svg new file mode 100644 index 0000000..c5e5be6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stack-overflow.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stack.svg b/lib/bootstrap-icons-1.11.3/stack.svg new file mode 100644 index 0000000..3cf0eca --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stack.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/star-fill.svg b/lib/bootstrap-icons-1.11.3/star-fill.svg new file mode 100644 index 0000000..de09c4a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/star-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/star-half.svg b/lib/bootstrap-icons-1.11.3/star-half.svg new file mode 100644 index 0000000..8a70f53 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/star-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/star.svg b/lib/bootstrap-icons-1.11.3/star.svg new file mode 100644 index 0000000..fcdcb1c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/star.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stars.svg b/lib/bootstrap-icons-1.11.3/stars.svg new file mode 100644 index 0000000..b6fb4f2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stars.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/steam.svg b/lib/bootstrap-icons-1.11.3/steam.svg new file mode 100644 index 0000000..9daa3d3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/steam.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stickies-fill.svg b/lib/bootstrap-icons-1.11.3/stickies-fill.svg new file mode 100644 index 0000000..039c3b8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stickies-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stickies.svg b/lib/bootstrap-icons-1.11.3/stickies.svg new file mode 100644 index 0000000..24e6492 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stickies.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sticky-fill.svg b/lib/bootstrap-icons-1.11.3/sticky-fill.svg new file mode 100644 index 0000000..b36dcb1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sticky-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sticky.svg b/lib/bootstrap-icons-1.11.3/sticky.svg new file mode 100644 index 0000000..0d50e88 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sticky.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stop-btn-fill.svg b/lib/bootstrap-icons-1.11.3/stop-btn-fill.svg new file mode 100644 index 0000000..70e562e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stop-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stop-btn.svg b/lib/bootstrap-icons-1.11.3/stop-btn.svg new file mode 100644 index 0000000..26348d5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stop-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stop-circle-fill.svg b/lib/bootstrap-icons-1.11.3/stop-circle-fill.svg new file mode 100644 index 0000000..141668e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stop-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stop-circle.svg b/lib/bootstrap-icons-1.11.3/stop-circle.svg new file mode 100644 index 0000000..3e1933a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stop-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stop-fill.svg b/lib/bootstrap-icons-1.11.3/stop-fill.svg new file mode 100644 index 0000000..ca1b957 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stop-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stop.svg b/lib/bootstrap-icons-1.11.3/stop.svg new file mode 100644 index 0000000..27f1fb6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stop.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stoplights-fill.svg b/lib/bootstrap-icons-1.11.3/stoplights-fill.svg new file mode 100644 index 0000000..f0b2d76 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stoplights-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stoplights.svg b/lib/bootstrap-icons-1.11.3/stoplights.svg new file mode 100644 index 0000000..6db3e12 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stoplights.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stopwatch-fill.svg b/lib/bootstrap-icons-1.11.3/stopwatch-fill.svg new file mode 100644 index 0000000..1228cf2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stopwatch-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stopwatch.svg b/lib/bootstrap-icons-1.11.3/stopwatch.svg new file mode 100644 index 0000000..aff8c33 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stopwatch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/strava.svg b/lib/bootstrap-icons-1.11.3/strava.svg new file mode 100644 index 0000000..0ed6bab --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/strava.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/stripe.svg b/lib/bootstrap-icons-1.11.3/stripe.svg new file mode 100644 index 0000000..ba961a0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/stripe.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/subscript.svg b/lib/bootstrap-icons-1.11.3/subscript.svg new file mode 100644 index 0000000..51f5eea --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/subscript.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/substack.svg b/lib/bootstrap-icons-1.11.3/substack.svg new file mode 100644 index 0000000..e54179a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/substack.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/subtract.svg b/lib/bootstrap-icons-1.11.3/subtract.svg new file mode 100644 index 0000000..129c3d5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/subtract.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/suit-club-fill.svg b/lib/bootstrap-icons-1.11.3/suit-club-fill.svg new file mode 100644 index 0000000..a787160 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/suit-club-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/suit-club.svg b/lib/bootstrap-icons-1.11.3/suit-club.svg new file mode 100644 index 0000000..3fbf98b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/suit-club.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/suit-diamond-fill.svg b/lib/bootstrap-icons-1.11.3/suit-diamond-fill.svg new file mode 100644 index 0000000..67617d6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/suit-diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/suit-diamond.svg b/lib/bootstrap-icons-1.11.3/suit-diamond.svg new file mode 100644 index 0000000..79b54c1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/suit-diamond.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/suit-heart-fill.svg b/lib/bootstrap-icons-1.11.3/suit-heart-fill.svg new file mode 100644 index 0000000..d09850c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/suit-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/suit-heart.svg b/lib/bootstrap-icons-1.11.3/suit-heart.svg new file mode 100644 index 0000000..173b32f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/suit-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/suit-spade-fill.svg b/lib/bootstrap-icons-1.11.3/suit-spade-fill.svg new file mode 100644 index 0000000..cc465e5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/suit-spade-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/suit-spade.svg b/lib/bootstrap-icons-1.11.3/suit-spade.svg new file mode 100644 index 0000000..7123c10 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/suit-spade.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/suitcase-fill.svg b/lib/bootstrap-icons-1.11.3/suitcase-fill.svg new file mode 100644 index 0000000..df62651 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/suitcase-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/suitcase-lg-fill.svg b/lib/bootstrap-icons-1.11.3/suitcase-lg-fill.svg new file mode 100644 index 0000000..cef1da9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/suitcase-lg-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/suitcase-lg.svg b/lib/bootstrap-icons-1.11.3/suitcase-lg.svg new file mode 100644 index 0000000..ea447d2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/suitcase-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/suitcase.svg b/lib/bootstrap-icons-1.11.3/suitcase.svg new file mode 100644 index 0000000..65e619d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/suitcase.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/suitcase2-fill.svg b/lib/bootstrap-icons-1.11.3/suitcase2-fill.svg new file mode 100644 index 0000000..a2cb410 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/suitcase2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/suitcase2.svg b/lib/bootstrap-icons-1.11.3/suitcase2.svg new file mode 100644 index 0000000..e6ea533 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/suitcase2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sun-fill.svg b/lib/bootstrap-icons-1.11.3/sun-fill.svg new file mode 100644 index 0000000..c83f69a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sun-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sun.svg b/lib/bootstrap-icons-1.11.3/sun.svg new file mode 100644 index 0000000..3777f07 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sun.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sunglasses.svg b/lib/bootstrap-icons-1.11.3/sunglasses.svg new file mode 100644 index 0000000..1ff81f7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sunglasses.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sunrise-fill.svg b/lib/bootstrap-icons-1.11.3/sunrise-fill.svg new file mode 100644 index 0000000..c922d7c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sunrise-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sunrise.svg b/lib/bootstrap-icons-1.11.3/sunrise.svg new file mode 100644 index 0000000..98adcfb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sunrise.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sunset-fill.svg b/lib/bootstrap-icons-1.11.3/sunset-fill.svg new file mode 100644 index 0000000..91a8d0e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sunset-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/sunset.svg b/lib/bootstrap-icons-1.11.3/sunset.svg new file mode 100644 index 0000000..e72d634 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/sunset.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/superscript.svg b/lib/bootstrap-icons-1.11.3/superscript.svg new file mode 100644 index 0000000..81543ae --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/superscript.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/symmetry-horizontal.svg b/lib/bootstrap-icons-1.11.3/symmetry-horizontal.svg new file mode 100644 index 0000000..594735b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/symmetry-horizontal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/symmetry-vertical.svg b/lib/bootstrap-icons-1.11.3/symmetry-vertical.svg new file mode 100644 index 0000000..6907280 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/symmetry-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/table.svg b/lib/bootstrap-icons-1.11.3/table.svg new file mode 100644 index 0000000..8f70585 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/table.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tablet-fill.svg b/lib/bootstrap-icons-1.11.3/tablet-fill.svg new file mode 100644 index 0000000..0746ead --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tablet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tablet-landscape-fill.svg b/lib/bootstrap-icons-1.11.3/tablet-landscape-fill.svg new file mode 100644 index 0000000..6290024 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tablet-landscape-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tablet-landscape.svg b/lib/bootstrap-icons-1.11.3/tablet-landscape.svg new file mode 100644 index 0000000..438d4d1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tablet-landscape.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tablet.svg b/lib/bootstrap-icons-1.11.3/tablet.svg new file mode 100644 index 0000000..eebeee3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tablet.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tag-fill.svg b/lib/bootstrap-icons-1.11.3/tag-fill.svg new file mode 100644 index 0000000..6a95e2d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tag-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tag.svg b/lib/bootstrap-icons-1.11.3/tag.svg new file mode 100644 index 0000000..01d19b5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tag.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tags-fill.svg b/lib/bootstrap-icons-1.11.3/tags-fill.svg new file mode 100644 index 0000000..1673abb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tags-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tags.svg b/lib/bootstrap-icons-1.11.3/tags.svg new file mode 100644 index 0000000..ade5519 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tags.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/taxi-front-fill.svg b/lib/bootstrap-icons-1.11.3/taxi-front-fill.svg new file mode 100644 index 0000000..ef7f45b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/taxi-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/taxi-front.svg b/lib/bootstrap-icons-1.11.3/taxi-front.svg new file mode 100644 index 0000000..1b4337a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/taxi-front.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telegram.svg b/lib/bootstrap-icons-1.11.3/telegram.svg new file mode 100644 index 0000000..d260266 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telegram.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telephone-fill.svg b/lib/bootstrap-icons-1.11.3/telephone-fill.svg new file mode 100644 index 0000000..2e9de2e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telephone-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telephone-forward-fill.svg b/lib/bootstrap-icons-1.11.3/telephone-forward-fill.svg new file mode 100644 index 0000000..26fc35f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telephone-forward-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telephone-forward.svg b/lib/bootstrap-icons-1.11.3/telephone-forward.svg new file mode 100644 index 0000000..08c07bd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telephone-forward.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telephone-inbound-fill.svg b/lib/bootstrap-icons-1.11.3/telephone-inbound-fill.svg new file mode 100644 index 0000000..85434d0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telephone-inbound-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telephone-inbound.svg b/lib/bootstrap-icons-1.11.3/telephone-inbound.svg new file mode 100644 index 0000000..8ec20a6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telephone-inbound.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telephone-minus-fill.svg b/lib/bootstrap-icons-1.11.3/telephone-minus-fill.svg new file mode 100644 index 0000000..7b2fe9d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telephone-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telephone-minus.svg b/lib/bootstrap-icons-1.11.3/telephone-minus.svg new file mode 100644 index 0000000..6ebc50e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telephone-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telephone-outbound-fill.svg b/lib/bootstrap-icons-1.11.3/telephone-outbound-fill.svg new file mode 100644 index 0000000..0a18bda --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telephone-outbound-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telephone-outbound.svg b/lib/bootstrap-icons-1.11.3/telephone-outbound.svg new file mode 100644 index 0000000..566eb46 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telephone-outbound.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telephone-plus-fill.svg b/lib/bootstrap-icons-1.11.3/telephone-plus-fill.svg new file mode 100644 index 0000000..b02874f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telephone-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telephone-plus.svg b/lib/bootstrap-icons-1.11.3/telephone-plus.svg new file mode 100644 index 0000000..787e0c6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telephone-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telephone-x-fill.svg b/lib/bootstrap-icons-1.11.3/telephone-x-fill.svg new file mode 100644 index 0000000..5410e16 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telephone-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telephone-x.svg b/lib/bootstrap-icons-1.11.3/telephone-x.svg new file mode 100644 index 0000000..3f483a1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telephone-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/telephone.svg b/lib/bootstrap-icons-1.11.3/telephone.svg new file mode 100644 index 0000000..679e8a9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/telephone.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tencent-qq.svg b/lib/bootstrap-icons-1.11.3/tencent-qq.svg new file mode 100644 index 0000000..0d5cd23 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tencent-qq.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/terminal-dash.svg b/lib/bootstrap-icons-1.11.3/terminal-dash.svg new file mode 100644 index 0000000..9f46e8e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/terminal-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/terminal-fill.svg b/lib/bootstrap-icons-1.11.3/terminal-fill.svg new file mode 100644 index 0000000..fabd075 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/terminal-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/terminal-plus.svg b/lib/bootstrap-icons-1.11.3/terminal-plus.svg new file mode 100644 index 0000000..32c6432 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/terminal-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/terminal-split.svg b/lib/bootstrap-icons-1.11.3/terminal-split.svg new file mode 100644 index 0000000..a378c37 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/terminal-split.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/terminal-x.svg b/lib/bootstrap-icons-1.11.3/terminal-x.svg new file mode 100644 index 0000000..aa59e7f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/terminal-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/terminal.svg b/lib/bootstrap-icons-1.11.3/terminal.svg new file mode 100644 index 0000000..44aef95 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/terminal.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/text-center.svg b/lib/bootstrap-icons-1.11.3/text-center.svg new file mode 100644 index 0000000..12d9e29 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/text-center.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/text-indent-left.svg b/lib/bootstrap-icons-1.11.3/text-indent-left.svg new file mode 100644 index 0000000..5a607af --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/text-indent-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/text-indent-right.svg b/lib/bootstrap-icons-1.11.3/text-indent-right.svg new file mode 100644 index 0000000..de91d9e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/text-indent-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/text-left.svg b/lib/bootstrap-icons-1.11.3/text-left.svg new file mode 100644 index 0000000..36ae0d3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/text-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/text-paragraph.svg b/lib/bootstrap-icons-1.11.3/text-paragraph.svg new file mode 100644 index 0000000..035a1c8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/text-paragraph.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/text-right.svg b/lib/bootstrap-icons-1.11.3/text-right.svg new file mode 100644 index 0000000..98178e7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/text-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/text-wrap.svg b/lib/bootstrap-icons-1.11.3/text-wrap.svg new file mode 100644 index 0000000..4c732d6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/text-wrap.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/textarea-resize.svg b/lib/bootstrap-icons-1.11.3/textarea-resize.svg new file mode 100644 index 0000000..6401320 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/textarea-resize.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/textarea-t.svg b/lib/bootstrap-icons-1.11.3/textarea-t.svg new file mode 100644 index 0000000..145cbb7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/textarea-t.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/textarea.svg b/lib/bootstrap-icons-1.11.3/textarea.svg new file mode 100644 index 0000000..176ca25 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/textarea.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/thermometer-half.svg b/lib/bootstrap-icons-1.11.3/thermometer-half.svg new file mode 100644 index 0000000..018eab1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/thermometer-half.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/thermometer-high.svg b/lib/bootstrap-icons-1.11.3/thermometer-high.svg new file mode 100644 index 0000000..22e77d1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/thermometer-high.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/thermometer-low.svg b/lib/bootstrap-icons-1.11.3/thermometer-low.svg new file mode 100644 index 0000000..1f0f5e1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/thermometer-low.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/thermometer-snow.svg b/lib/bootstrap-icons-1.11.3/thermometer-snow.svg new file mode 100644 index 0000000..df7c1d1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/thermometer-snow.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/thermometer-sun.svg b/lib/bootstrap-icons-1.11.3/thermometer-sun.svg new file mode 100644 index 0000000..c453dee --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/thermometer-sun.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/thermometer.svg b/lib/bootstrap-icons-1.11.3/thermometer.svg new file mode 100644 index 0000000..8a5529b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/thermometer.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/threads-fill.svg b/lib/bootstrap-icons-1.11.3/threads-fill.svg new file mode 100644 index 0000000..b19666d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/threads-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/threads.svg b/lib/bootstrap-icons-1.11.3/threads.svg new file mode 100644 index 0000000..13c9e7a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/threads.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/three-dots-vertical.svg b/lib/bootstrap-icons-1.11.3/three-dots-vertical.svg new file mode 100644 index 0000000..f5ef7d4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/three-dots-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/three-dots.svg b/lib/bootstrap-icons-1.11.3/three-dots.svg new file mode 100644 index 0000000..4706f52 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/three-dots.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/thunderbolt-fill.svg b/lib/bootstrap-icons-1.11.3/thunderbolt-fill.svg new file mode 100644 index 0000000..1faea43 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/thunderbolt-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/thunderbolt.svg b/lib/bootstrap-icons-1.11.3/thunderbolt.svg new file mode 100644 index 0000000..3655659 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/thunderbolt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ticket-detailed-fill.svg b/lib/bootstrap-icons-1.11.3/ticket-detailed-fill.svg new file mode 100644 index 0000000..cd7a3a7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ticket-detailed-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ticket-detailed.svg b/lib/bootstrap-icons-1.11.3/ticket-detailed.svg new file mode 100644 index 0000000..cf32e88 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ticket-detailed.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ticket-fill.svg b/lib/bootstrap-icons-1.11.3/ticket-fill.svg new file mode 100644 index 0000000..01e9108 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ticket-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ticket-perforated-fill.svg b/lib/bootstrap-icons-1.11.3/ticket-perforated-fill.svg new file mode 100644 index 0000000..38c18dc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ticket-perforated-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ticket-perforated.svg b/lib/bootstrap-icons-1.11.3/ticket-perforated.svg new file mode 100644 index 0000000..da44537 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ticket-perforated.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ticket.svg b/lib/bootstrap-icons-1.11.3/ticket.svg new file mode 100644 index 0000000..eb813a1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ticket.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tiktok.svg b/lib/bootstrap-icons-1.11.3/tiktok.svg new file mode 100644 index 0000000..04c6679 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tiktok.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/toggle-off.svg b/lib/bootstrap-icons-1.11.3/toggle-off.svg new file mode 100644 index 0000000..e1e89ad --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/toggle-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/toggle-on.svg b/lib/bootstrap-icons-1.11.3/toggle-on.svg new file mode 100644 index 0000000..7cd6eb3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/toggle-on.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/toggle2-off.svg b/lib/bootstrap-icons-1.11.3/toggle2-off.svg new file mode 100644 index 0000000..61739ce --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/toggle2-off.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/toggle2-on.svg b/lib/bootstrap-icons-1.11.3/toggle2-on.svg new file mode 100644 index 0000000..d752ce8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/toggle2-on.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/toggles.svg b/lib/bootstrap-icons-1.11.3/toggles.svg new file mode 100644 index 0000000..659c185 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/toggles.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/toggles2.svg b/lib/bootstrap-icons-1.11.3/toggles2.svg new file mode 100644 index 0000000..2f90344 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/toggles2.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tools.svg b/lib/bootstrap-icons-1.11.3/tools.svg new file mode 100644 index 0000000..f6efdcc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tools.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tornado.svg b/lib/bootstrap-icons-1.11.3/tornado.svg new file mode 100644 index 0000000..2a6397c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tornado.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/train-freight-front-fill.svg b/lib/bootstrap-icons-1.11.3/train-freight-front-fill.svg new file mode 100644 index 0000000..e272051 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/train-freight-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/train-freight-front.svg b/lib/bootstrap-icons-1.11.3/train-freight-front.svg new file mode 100644 index 0000000..097c960 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/train-freight-front.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/train-front-fill.svg b/lib/bootstrap-icons-1.11.3/train-front-fill.svg new file mode 100644 index 0000000..4acad08 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/train-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/train-front.svg b/lib/bootstrap-icons-1.11.3/train-front.svg new file mode 100644 index 0000000..81ce139 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/train-front.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/train-lightrail-front-fill.svg b/lib/bootstrap-icons-1.11.3/train-lightrail-front-fill.svg new file mode 100644 index 0000000..7bd87fb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/train-lightrail-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/train-lightrail-front.svg b/lib/bootstrap-icons-1.11.3/train-lightrail-front.svg new file mode 100644 index 0000000..d7aa87f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/train-lightrail-front.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/translate.svg b/lib/bootstrap-icons-1.11.3/translate.svg new file mode 100644 index 0000000..2e0754e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/translate.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/transparency.svg b/lib/bootstrap-icons-1.11.3/transparency.svg new file mode 100644 index 0000000..289a4b9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/transparency.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/trash-fill.svg b/lib/bootstrap-icons-1.11.3/trash-fill.svg new file mode 100644 index 0000000..b67453a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/trash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/trash.svg b/lib/bootstrap-icons-1.11.3/trash.svg new file mode 100644 index 0000000..3020264 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/trash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/trash2-fill.svg b/lib/bootstrap-icons-1.11.3/trash2-fill.svg new file mode 100644 index 0000000..fb1d90d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/trash2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/trash2.svg b/lib/bootstrap-icons-1.11.3/trash2.svg new file mode 100644 index 0000000..0cabe8d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/trash2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/trash3-fill.svg b/lib/bootstrap-icons-1.11.3/trash3-fill.svg new file mode 100644 index 0000000..42fbfc5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/trash3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/trash3.svg b/lib/bootstrap-icons-1.11.3/trash3.svg new file mode 100644 index 0000000..5194bf0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/trash3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tree-fill.svg b/lib/bootstrap-icons-1.11.3/tree-fill.svg new file mode 100644 index 0000000..d00e733 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tree-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tree.svg b/lib/bootstrap-icons-1.11.3/tree.svg new file mode 100644 index 0000000..17a5efe --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tree.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/trello.svg b/lib/bootstrap-icons-1.11.3/trello.svg new file mode 100644 index 0000000..bd88732 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/trello.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/triangle-fill.svg b/lib/bootstrap-icons-1.11.3/triangle-fill.svg new file mode 100644 index 0000000..474c8bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/triangle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/triangle-half.svg b/lib/bootstrap-icons-1.11.3/triangle-half.svg new file mode 100644 index 0000000..a495ca0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/triangle-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/triangle.svg b/lib/bootstrap-icons-1.11.3/triangle.svg new file mode 100644 index 0000000..95a6a9b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/triangle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/trophy-fill.svg b/lib/bootstrap-icons-1.11.3/trophy-fill.svg new file mode 100644 index 0000000..f469737 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/trophy-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/trophy.svg b/lib/bootstrap-icons-1.11.3/trophy.svg new file mode 100644 index 0000000..ae13957 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/trophy.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tropical-storm.svg b/lib/bootstrap-icons-1.11.3/tropical-storm.svg new file mode 100644 index 0000000..9eb3354 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tropical-storm.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/truck-flatbed.svg b/lib/bootstrap-icons-1.11.3/truck-flatbed.svg new file mode 100644 index 0000000..4b38155 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/truck-flatbed.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/truck-front-fill.svg b/lib/bootstrap-icons-1.11.3/truck-front-fill.svg new file mode 100644 index 0000000..39f72d0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/truck-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/truck-front.svg b/lib/bootstrap-icons-1.11.3/truck-front.svg new file mode 100644 index 0000000..d805db5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/truck-front.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/truck.svg b/lib/bootstrap-icons-1.11.3/truck.svg new file mode 100644 index 0000000..72c5439 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/truck.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tsunami.svg b/lib/bootstrap-icons-1.11.3/tsunami.svg new file mode 100644 index 0000000..be5f9be --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tsunami.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tv-fill.svg b/lib/bootstrap-icons-1.11.3/tv-fill.svg new file mode 100644 index 0000000..483c9fd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tv-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/tv.svg b/lib/bootstrap-icons-1.11.3/tv.svg new file mode 100644 index 0000000..fa8b3c1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/tv.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/twitch.svg b/lib/bootstrap-icons-1.11.3/twitch.svg new file mode 100644 index 0000000..b2c8ff5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/twitch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/twitter-x.svg b/lib/bootstrap-icons-1.11.3/twitter-x.svg new file mode 100644 index 0000000..2fafcc2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/twitter-x.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/twitter.svg b/lib/bootstrap-icons-1.11.3/twitter.svg new file mode 100644 index 0000000..3001352 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/twitter.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/type-bold.svg b/lib/bootstrap-icons-1.11.3/type-bold.svg new file mode 100644 index 0000000..0814a2e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/type-bold.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/type-h1.svg b/lib/bootstrap-icons-1.11.3/type-h1.svg new file mode 100644 index 0000000..0df41f6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/type-h1.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/type-h2.svg b/lib/bootstrap-icons-1.11.3/type-h2.svg new file mode 100644 index 0000000..03379ed --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/type-h2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/type-h3.svg b/lib/bootstrap-icons-1.11.3/type-h3.svg new file mode 100644 index 0000000..97de531 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/type-h3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/type-h4.svg b/lib/bootstrap-icons-1.11.3/type-h4.svg new file mode 100644 index 0000000..a7ddc81 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/type-h4.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/type-h5.svg b/lib/bootstrap-icons-1.11.3/type-h5.svg new file mode 100644 index 0000000..776bfa3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/type-h5.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/type-h6.svg b/lib/bootstrap-icons-1.11.3/type-h6.svg new file mode 100644 index 0000000..9267192 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/type-h6.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/type-italic.svg b/lib/bootstrap-icons-1.11.3/type-italic.svg new file mode 100644 index 0000000..3ac6b09 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/type-italic.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/type-strikethrough.svg b/lib/bootstrap-icons-1.11.3/type-strikethrough.svg new file mode 100644 index 0000000..c64eba3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/type-strikethrough.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/type-underline.svg b/lib/bootstrap-icons-1.11.3/type-underline.svg new file mode 100644 index 0000000..1c0b6c4 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/type-underline.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/type.svg b/lib/bootstrap-icons-1.11.3/type.svg new file mode 100644 index 0000000..8c1fde1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/type.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ubuntu.svg b/lib/bootstrap-icons-1.11.3/ubuntu.svg new file mode 100644 index 0000000..89c8830 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ubuntu.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ui-checks-grid.svg b/lib/bootstrap-icons-1.11.3/ui-checks-grid.svg new file mode 100644 index 0000000..e5d1ed9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ui-checks-grid.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ui-checks.svg b/lib/bootstrap-icons-1.11.3/ui-checks.svg new file mode 100644 index 0000000..5d02869 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ui-checks.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ui-radios-grid.svg b/lib/bootstrap-icons-1.11.3/ui-radios-grid.svg new file mode 100644 index 0000000..9f9aae0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ui-radios-grid.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/ui-radios.svg b/lib/bootstrap-icons-1.11.3/ui-radios.svg new file mode 100644 index 0000000..9165340 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/ui-radios.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/umbrella-fill.svg b/lib/bootstrap-icons-1.11.3/umbrella-fill.svg new file mode 100644 index 0000000..3efaf13 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/umbrella-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/umbrella.svg b/lib/bootstrap-icons-1.11.3/umbrella.svg new file mode 100644 index 0000000..f7b698c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/umbrella.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/unindent.svg b/lib/bootstrap-icons-1.11.3/unindent.svg new file mode 100644 index 0000000..9e68255 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/unindent.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/union.svg b/lib/bootstrap-icons-1.11.3/union.svg new file mode 100644 index 0000000..ba23f54 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/union.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/unity.svg b/lib/bootstrap-icons-1.11.3/unity.svg new file mode 100644 index 0000000..8b84508 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/unity.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/universal-access-circle.svg b/lib/bootstrap-icons-1.11.3/universal-access-circle.svg new file mode 100644 index 0000000..e5ea936 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/universal-access-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/universal-access.svg b/lib/bootstrap-icons-1.11.3/universal-access.svg new file mode 100644 index 0000000..0d0d6ef --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/universal-access.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/unlock-fill.svg b/lib/bootstrap-icons-1.11.3/unlock-fill.svg new file mode 100644 index 0000000..07156e7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/unlock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/unlock.svg b/lib/bootstrap-icons-1.11.3/unlock.svg new file mode 100644 index 0000000..4dda5e9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/unlock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/upc-scan.svg b/lib/bootstrap-icons-1.11.3/upc-scan.svg new file mode 100644 index 0000000..1a89554 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/upc-scan.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/upc.svg b/lib/bootstrap-icons-1.11.3/upc.svg new file mode 100644 index 0000000..785297d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/upc.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/upload.svg b/lib/bootstrap-icons-1.11.3/upload.svg new file mode 100644 index 0000000..9a4a363 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/upload.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/usb-c-fill.svg b/lib/bootstrap-icons-1.11.3/usb-c-fill.svg new file mode 100644 index 0000000..759eee2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/usb-c-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/usb-c.svg b/lib/bootstrap-icons-1.11.3/usb-c.svg new file mode 100644 index 0000000..1198332 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/usb-c.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/usb-drive-fill.svg b/lib/bootstrap-icons-1.11.3/usb-drive-fill.svg new file mode 100644 index 0000000..2f656ee --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/usb-drive-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/usb-drive.svg b/lib/bootstrap-icons-1.11.3/usb-drive.svg new file mode 100644 index 0000000..739051d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/usb-drive.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/usb-fill.svg b/lib/bootstrap-icons-1.11.3/usb-fill.svg new file mode 100644 index 0000000..a3b17fa --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/usb-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/usb-micro-fill.svg b/lib/bootstrap-icons-1.11.3/usb-micro-fill.svg new file mode 100644 index 0000000..1469a9b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/usb-micro-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/usb-micro.svg b/lib/bootstrap-icons-1.11.3/usb-micro.svg new file mode 100644 index 0000000..ece7da7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/usb-micro.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/usb-mini-fill.svg b/lib/bootstrap-icons-1.11.3/usb-mini-fill.svg new file mode 100644 index 0000000..3ab0747 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/usb-mini-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/usb-mini.svg b/lib/bootstrap-icons-1.11.3/usb-mini.svg new file mode 100644 index 0000000..f095b67 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/usb-mini.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/usb-plug-fill.svg b/lib/bootstrap-icons-1.11.3/usb-plug-fill.svg new file mode 100644 index 0000000..d1dc518 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/usb-plug-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/usb-plug.svg b/lib/bootstrap-icons-1.11.3/usb-plug.svg new file mode 100644 index 0000000..f3d7220 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/usb-plug.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/usb-symbol.svg b/lib/bootstrap-icons-1.11.3/usb-symbol.svg new file mode 100644 index 0000000..457f93f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/usb-symbol.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/usb.svg b/lib/bootstrap-icons-1.11.3/usb.svg new file mode 100644 index 0000000..737bef5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/usb.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/valentine.svg b/lib/bootstrap-icons-1.11.3/valentine.svg new file mode 100644 index 0000000..7b8f0a3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/valentine.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/valentine2.svg b/lib/bootstrap-icons-1.11.3/valentine2.svg new file mode 100644 index 0000000..6d95a2d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/valentine2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/vector-pen.svg b/lib/bootstrap-icons-1.11.3/vector-pen.svg new file mode 100644 index 0000000..60115b7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/vector-pen.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/view-list.svg b/lib/bootstrap-icons-1.11.3/view-list.svg new file mode 100644 index 0000000..9211543 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/view-list.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/view-stacked.svg b/lib/bootstrap-icons-1.11.3/view-stacked.svg new file mode 100644 index 0000000..84b5ccf --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/view-stacked.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/vignette.svg b/lib/bootstrap-icons-1.11.3/vignette.svg new file mode 100644 index 0000000..d179290 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/vignette.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/vimeo.svg b/lib/bootstrap-icons-1.11.3/vimeo.svg new file mode 100644 index 0000000..6b8e4b5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/vimeo.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/vinyl-fill.svg b/lib/bootstrap-icons-1.11.3/vinyl-fill.svg new file mode 100644 index 0000000..546d7bb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/vinyl-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/vinyl.svg b/lib/bootstrap-icons-1.11.3/vinyl.svg new file mode 100644 index 0000000..63647e5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/vinyl.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/virus.svg b/lib/bootstrap-icons-1.11.3/virus.svg new file mode 100644 index 0000000..fd291a5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/virus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/virus2.svg b/lib/bootstrap-icons-1.11.3/virus2.svg new file mode 100644 index 0000000..53f44e9 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/virus2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/voicemail.svg b/lib/bootstrap-icons-1.11.3/voicemail.svg new file mode 100644 index 0000000..ba22eb1 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/voicemail.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/volume-down-fill.svg b/lib/bootstrap-icons-1.11.3/volume-down-fill.svg new file mode 100644 index 0000000..681d349 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/volume-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/volume-down.svg b/lib/bootstrap-icons-1.11.3/volume-down.svg new file mode 100644 index 0000000..3ca7e6a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/volume-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/volume-mute-fill.svg b/lib/bootstrap-icons-1.11.3/volume-mute-fill.svg new file mode 100644 index 0000000..148628c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/volume-mute-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/volume-mute.svg b/lib/bootstrap-icons-1.11.3/volume-mute.svg new file mode 100644 index 0000000..d06d3dc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/volume-mute.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/volume-off-fill.svg b/lib/bootstrap-icons-1.11.3/volume-off-fill.svg new file mode 100644 index 0000000..315110a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/volume-off-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/volume-off.svg b/lib/bootstrap-icons-1.11.3/volume-off.svg new file mode 100644 index 0000000..e5f82cc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/volume-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/volume-up-fill.svg b/lib/bootstrap-icons-1.11.3/volume-up-fill.svg new file mode 100644 index 0000000..0f94073 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/volume-up-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/volume-up.svg b/lib/bootstrap-icons-1.11.3/volume-up.svg new file mode 100644 index 0000000..6347f42 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/volume-up.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/vr.svg b/lib/bootstrap-icons-1.11.3/vr.svg new file mode 100644 index 0000000..5ad5438 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/vr.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wallet-fill.svg b/lib/bootstrap-icons-1.11.3/wallet-fill.svg new file mode 100644 index 0000000..ee1c27d --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wallet-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wallet.svg b/lib/bootstrap-icons-1.11.3/wallet.svg new file mode 100644 index 0000000..6c9d247 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wallet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wallet2.svg b/lib/bootstrap-icons-1.11.3/wallet2.svg new file mode 100644 index 0000000..b127b0e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wallet2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/watch.svg b/lib/bootstrap-icons-1.11.3/watch.svg new file mode 100644 index 0000000..542d4d8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/watch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/water.svg b/lib/bootstrap-icons-1.11.3/water.svg new file mode 100644 index 0000000..666653b --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/water.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/webcam-fill.svg b/lib/bootstrap-icons-1.11.3/webcam-fill.svg new file mode 100644 index 0000000..e8db7ba --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/webcam-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/webcam.svg b/lib/bootstrap-icons-1.11.3/webcam.svg new file mode 100644 index 0000000..0d23803 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/webcam.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wechat.svg b/lib/bootstrap-icons-1.11.3/wechat.svg new file mode 100644 index 0000000..3bc67dd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wechat.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/whatsapp.svg b/lib/bootstrap-icons-1.11.3/whatsapp.svg new file mode 100644 index 0000000..5cde6f7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/whatsapp.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wifi-1.svg b/lib/bootstrap-icons-1.11.3/wifi-1.svg new file mode 100644 index 0000000..5f3d340 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wifi-1.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wifi-2.svg b/lib/bootstrap-icons-1.11.3/wifi-2.svg new file mode 100644 index 0000000..09d26c2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wifi-2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wifi-off.svg b/lib/bootstrap-icons-1.11.3/wifi-off.svg new file mode 100644 index 0000000..2f5e61f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wifi-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wifi.svg b/lib/bootstrap-icons-1.11.3/wifi.svg new file mode 100644 index 0000000..773e027 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wifi.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wikipedia.svg b/lib/bootstrap-icons-1.11.3/wikipedia.svg new file mode 100644 index 0000000..11f2fc6 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wikipedia.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wind.svg b/lib/bootstrap-icons-1.11.3/wind.svg new file mode 100644 index 0000000..2ac05cd --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wind.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/window-dash.svg b/lib/bootstrap-icons-1.11.3/window-dash.svg new file mode 100644 index 0000000..5e157af --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/window-dash.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/window-desktop.svg b/lib/bootstrap-icons-1.11.3/window-desktop.svg new file mode 100644 index 0000000..fa17523 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/window-desktop.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/window-dock.svg b/lib/bootstrap-icons-1.11.3/window-dock.svg new file mode 100644 index 0000000..41cdf69 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/window-dock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/window-fullscreen.svg b/lib/bootstrap-icons-1.11.3/window-fullscreen.svg new file mode 100644 index 0000000..421c4c5 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/window-fullscreen.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/window-plus.svg b/lib/bootstrap-icons-1.11.3/window-plus.svg new file mode 100644 index 0000000..e24ce0c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/window-plus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/window-sidebar.svg b/lib/bootstrap-icons-1.11.3/window-sidebar.svg new file mode 100644 index 0000000..d020d13 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/window-sidebar.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/window-split.svg b/lib/bootstrap-icons-1.11.3/window-split.svg new file mode 100644 index 0000000..96bdd24 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/window-split.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/window-stack.svg b/lib/bootstrap-icons-1.11.3/window-stack.svg new file mode 100644 index 0000000..8862976 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/window-stack.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/window-x.svg b/lib/bootstrap-icons-1.11.3/window-x.svg new file mode 100644 index 0000000..c45e078 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/window-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/window.svg b/lib/bootstrap-icons-1.11.3/window.svg new file mode 100644 index 0000000..9bd2a2a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/window.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/windows.svg b/lib/bootstrap-icons-1.11.3/windows.svg new file mode 100644 index 0000000..af3b18c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/windows.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wordpress.svg b/lib/bootstrap-icons-1.11.3/wordpress.svg new file mode 100644 index 0000000..7d5808c --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wordpress.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wrench-adjustable-circle-fill.svg b/lib/bootstrap-icons-1.11.3/wrench-adjustable-circle-fill.svg new file mode 100644 index 0000000..33156c7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wrench-adjustable-circle-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wrench-adjustable-circle.svg b/lib/bootstrap-icons-1.11.3/wrench-adjustable-circle.svg new file mode 100644 index 0000000..381fb30 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wrench-adjustable-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wrench-adjustable.svg b/lib/bootstrap-icons-1.11.3/wrench-adjustable.svg new file mode 100644 index 0000000..e7456d7 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wrench-adjustable.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/wrench.svg b/lib/bootstrap-icons-1.11.3/wrench.svg new file mode 100644 index 0000000..806cca0 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/wrench.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/x-circle-fill.svg b/lib/bootstrap-icons-1.11.3/x-circle-fill.svg new file mode 100644 index 0000000..4070fb3 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/x-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/x-circle.svg b/lib/bootstrap-icons-1.11.3/x-circle.svg new file mode 100644 index 0000000..0e8c641 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/x-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/x-diamond-fill.svg b/lib/bootstrap-icons-1.11.3/x-diamond-fill.svg new file mode 100644 index 0000000..6ec461a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/x-diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/x-diamond.svg b/lib/bootstrap-icons-1.11.3/x-diamond.svg new file mode 100644 index 0000000..b93295e --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/x-diamond.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/x-lg.svg b/lib/bootstrap-icons-1.11.3/x-lg.svg new file mode 100644 index 0000000..b689cbb --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/x-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/x-octagon-fill.svg b/lib/bootstrap-icons-1.11.3/x-octagon-fill.svg new file mode 100644 index 0000000..dd9fc6a --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/x-octagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/x-octagon.svg b/lib/bootstrap-icons-1.11.3/x-octagon.svg new file mode 100644 index 0000000..181a39f --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/x-octagon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/x-square-fill.svg b/lib/bootstrap-icons-1.11.3/x-square-fill.svg new file mode 100644 index 0000000..5499578 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/x-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/x-square.svg b/lib/bootstrap-icons-1.11.3/x-square.svg new file mode 100644 index 0000000..eb62b61 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/x-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/x.svg b/lib/bootstrap-icons-1.11.3/x.svg new file mode 100644 index 0000000..fdcc4e8 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/x.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/xbox.svg b/lib/bootstrap-icons-1.11.3/xbox.svg new file mode 100644 index 0000000..c0672b2 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/xbox.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/yelp.svg b/lib/bootstrap-icons-1.11.3/yelp.svg new file mode 100644 index 0000000..76e8884 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/yelp.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/yin-yang.svg b/lib/bootstrap-icons-1.11.3/yin-yang.svg new file mode 100644 index 0000000..1f50275 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/yin-yang.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/youtube.svg b/lib/bootstrap-icons-1.11.3/youtube.svg new file mode 100644 index 0000000..3c9c0be --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/youtube.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/zoom-in.svg b/lib/bootstrap-icons-1.11.3/zoom-in.svg new file mode 100644 index 0000000..438e9bc --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/zoom-in.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/bootstrap-icons-1.11.3/zoom-out.svg b/lib/bootstrap-icons-1.11.3/zoom-out.svg new file mode 100644 index 0000000..8be9f29 --- /dev/null +++ b/lib/bootstrap-icons-1.11.3/zoom-out.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/LICENSE.txt b/lib/boxicons-2.1.4/LICENSE.txt new file mode 100644 index 0000000..e39483f --- /dev/null +++ b/lib/boxicons-2.1.4/LICENSE.txt @@ -0,0 +1,6 @@ +Boxicons License +-------------------------Boxicons is an open source project , you can use them in your commercial projects too. +The icons (.svg) files are free to download are licensed under CC 4.0 . +The fonts files are licensed under SIL OFL 1.1 +Attribution is not required but is appreciated +Other files which are not fonts or icons are licensed under the MIT License \ No newline at end of file diff --git a/lib/boxicons-2.1.4/css/animations.css b/lib/boxicons-2.1.4/css/animations.css new file mode 100644 index 0000000..7a3386b --- /dev/null +++ b/lib/boxicons-2.1.4/css/animations.css @@ -0,0 +1,386 @@ +@-webkit-keyframes spin +{ + 0% + { + -webkit-transform: rotate(0); + transform: rotate(0); + } + 100% + { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes spin +{ + 0% + { + -webkit-transform: rotate(0); + transform: rotate(0); + } + 100% + { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@-webkit-keyframes burst +{ + 0% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 90% + { + -webkit-transform: scale(1.5); + transform: scale(1.5); + + opacity: 0; + } +} +@keyframes burst +{ + 0% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 90% + { + -webkit-transform: scale(1.5); + transform: scale(1.5); + + opacity: 0; + } +} +@-webkit-keyframes flashing +{ + 0% + { + opacity: 1; + } + 45% + { + opacity: 0; + } + 90% + { + opacity: 1; + } +} +@keyframes flashing +{ + 0% + { + opacity: 1; + } + 45% + { + opacity: 0; + } + 90% + { + opacity: 1; + } +} +@-webkit-keyframes fade-left +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(-20px); + transform: translateX(-20px); + + opacity: 0; + } +} +@keyframes fade-left +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(-20px); + transform: translateX(-20px); + + opacity: 0; + } +} +@-webkit-keyframes fade-right +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(20px); + transform: translateX(20px); + + opacity: 0; + } +} +@keyframes fade-right +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(20px); + transform: translateX(20px); + + opacity: 0; + } +} +@-webkit-keyframes fade-up +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(-20px); + transform: translateY(-20px); + + opacity: 0; + } +} +@keyframes fade-up +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(-20px); + transform: translateY(-20px); + + opacity: 0; + } +} +@-webkit-keyframes fade-down +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(20px); + transform: translateY(20px); + + opacity: 0; + } +} +@keyframes fade-down +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(20px); + transform: translateY(20px); + + opacity: 0; + } +} +@-webkit-keyframes tada +{ + from + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% + { + -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + } + + 30%, + 50%, + 70%, + 90% + { + -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + } + + 40%, + 60%, + 80% + { + -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg); + transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg); + } + + to + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada +{ + from + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% + { + -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + } + + 30%, + 50%, + 70%, + 90% + { + -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + } + + 40%, + 60%, + 80% + { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + to + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} +.bx-spin +{ + -webkit-animation: spin 2s linear infinite; + animation: spin 2s linear infinite; +} +.bx-spin-hover:hover +{ + -webkit-animation: spin 2s linear infinite; + animation: spin 2s linear infinite; +} + +.bx-tada +{ + -webkit-animation: tada 1.5s ease infinite; + animation: tada 1.5s ease infinite; +} +.bx-tada-hover:hover +{ + -webkit-animation: tada 1.5s ease infinite; + animation: tada 1.5s ease infinite; +} + +.bx-flashing +{ + -webkit-animation: flashing 1.5s infinite linear; + animation: flashing 1.5s infinite linear; +} +.bx-flashing-hover:hover +{ + -webkit-animation: flashing 1.5s infinite linear; + animation: flashing 1.5s infinite linear; +} + +.bx-burst +{ + -webkit-animation: burst 1.5s infinite linear; + animation: burst 1.5s infinite linear; +} +.bx-burst-hover:hover +{ + -webkit-animation: burst 1.5s infinite linear; + animation: burst 1.5s infinite linear; +} +.bx-fade-up +{ + -webkit-animation: fade-up 1.5s infinite linear; + animation: fade-up 1.5s infinite linear; +} +.bx-fade-up-hover:hover +{ + -webkit-animation: fade-up 1.5s infinite linear; + animation: fade-up 1.5s infinite linear; +} +.bx-fade-down +{ + -webkit-animation: fade-down 1.5s infinite linear; + animation: fade-down 1.5s infinite linear; +} +.bx-fade-down-hover:hover +{ + -webkit-animation: fade-down 1.5s infinite linear; + animation: fade-down 1.5s infinite linear; +} +.bx-fade-left +{ + -webkit-animation: fade-left 1.5s infinite linear; + animation: fade-left 1.5s infinite linear; +} +.bx-fade-left-hover:hover +{ + -webkit-animation: fade-left 1.5s infinite linear; + animation: fade-left 1.5s infinite linear; +} +.bx-fade-right +{ + -webkit-animation: fade-right 1.5s infinite linear; + animation: fade-right 1.5s infinite linear; +} +.bx-fade-right-hover:hover +{ + -webkit-animation: fade-right 1.5s infinite linear; + animation: fade-right 1.5s infinite linear; +} \ No newline at end of file diff --git a/lib/boxicons-2.1.4/css/boxicons.css b/lib/boxicons-2.1.4/css/boxicons.css new file mode 100644 index 0000000..db98f45 --- /dev/null +++ b/lib/boxicons-2.1.4/css/boxicons.css @@ -0,0 +1,5425 @@ +@font-face +{ + font-family: 'boxicons'; + font-weight: normal; + font-style: normal; + + src: url('../fonts/boxicons.eot'); + src: url('../fonts/boxicons.eot') format('embedded-opentype'), + url('../fonts/boxicons.woff2') format('woff2'), + url('../fonts/boxicons.woff') format('woff'), + url('../fonts/boxicons.ttf') format('truetype'), + url('../fonts/boxicons.svg?#boxicons') format('svg'); +} +.bx +{ + font-family: 'boxicons' !important; + font-weight: normal; + font-style: normal; + font-variant: normal; + line-height: 1; + text-rendering: auto; + display: inline-block; + + text-transform: none; + + speak: none; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.bx-ul +{ + margin-left: 2em; + padding-left: 0; + + list-style: none; +} +.bx-ul > li +{ + position: relative; +} +.bx-ul .bx +{ + font-size: inherit; + line-height: inherit; + + position: absolute; + left: -2em; + + width: 2em; + + text-align: center; +} +@-webkit-keyframes spin +{ + 0% + { + -webkit-transform: rotate(0); + transform: rotate(0); + } + 100% + { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes spin +{ + 0% + { + -webkit-transform: rotate(0); + transform: rotate(0); + } + 100% + { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@-webkit-keyframes burst +{ + 0% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 90% + { + -webkit-transform: scale(1.5); + transform: scale(1.5); + + opacity: 0; + } +} +@keyframes burst +{ + 0% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 90% + { + -webkit-transform: scale(1.5); + transform: scale(1.5); + + opacity: 0; + } +} +@-webkit-keyframes flashing +{ + 0% + { + opacity: 1; + } + 45% + { + opacity: 0; + } + 90% + { + opacity: 1; + } +} +@keyframes flashing +{ + 0% + { + opacity: 1; + } + 45% + { + opacity: 0; + } + 90% + { + opacity: 1; + } +} +@-webkit-keyframes fade-left +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(-20px); + transform: translateX(-20px); + + opacity: 0; + } +} +@keyframes fade-left +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(-20px); + transform: translateX(-20px); + + opacity: 0; + } +} +@-webkit-keyframes fade-right +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(20px); + transform: translateX(20px); + + opacity: 0; + } +} +@keyframes fade-right +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(20px); + transform: translateX(20px); + + opacity: 0; + } +} +@-webkit-keyframes fade-up +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(-20px); + transform: translateY(-20px); + + opacity: 0; + } +} +@keyframes fade-up +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(-20px); + transform: translateY(-20px); + + opacity: 0; + } +} +@-webkit-keyframes fade-down +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(20px); + transform: translateY(20px); + + opacity: 0; + } +} +@keyframes fade-down +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(20px); + transform: translateY(20px); + + opacity: 0; + } +} +@-webkit-keyframes tada +{ + from + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% + { + -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + } + + 30%, + 50%, + 70%, + 90% + { + -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + } + + 40%, + 60%, + 80% + { + -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg); + transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg); + } + + to + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada +{ + from + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% + { + -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + } + + 30%, + 50%, + 70%, + 90% + { + -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + } + + 40%, + 60%, + 80% + { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + to + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} +.bx-spin +{ + -webkit-animation: spin 2s linear infinite; + animation: spin 2s linear infinite; +} +.bx-spin-hover:hover +{ + -webkit-animation: spin 2s linear infinite; + animation: spin 2s linear infinite; +} + +.bx-tada +{ + -webkit-animation: tada 1.5s ease infinite; + animation: tada 1.5s ease infinite; +} +.bx-tada-hover:hover +{ + -webkit-animation: tada 1.5s ease infinite; + animation: tada 1.5s ease infinite; +} + +.bx-flashing +{ + -webkit-animation: flashing 1.5s infinite linear; + animation: flashing 1.5s infinite linear; +} +.bx-flashing-hover:hover +{ + -webkit-animation: flashing 1.5s infinite linear; + animation: flashing 1.5s infinite linear; +} + +.bx-burst +{ + -webkit-animation: burst 1.5s infinite linear; + animation: burst 1.5s infinite linear; +} +.bx-burst-hover:hover +{ + -webkit-animation: burst 1.5s infinite linear; + animation: burst 1.5s infinite linear; +} +.bx-fade-up +{ + -webkit-animation: fade-up 1.5s infinite linear; + animation: fade-up 1.5s infinite linear; +} +.bx-fade-up-hover:hover +{ + -webkit-animation: fade-up 1.5s infinite linear; + animation: fade-up 1.5s infinite linear; +} +.bx-fade-down +{ + -webkit-animation: fade-down 1.5s infinite linear; + animation: fade-down 1.5s infinite linear; +} +.bx-fade-down-hover:hover +{ + -webkit-animation: fade-down 1.5s infinite linear; + animation: fade-down 1.5s infinite linear; +} +.bx-fade-left +{ + -webkit-animation: fade-left 1.5s infinite linear; + animation: fade-left 1.5s infinite linear; +} +.bx-fade-left-hover:hover +{ + -webkit-animation: fade-left 1.5s infinite linear; + animation: fade-left 1.5s infinite linear; +} +.bx-fade-right +{ + -webkit-animation: fade-right 1.5s infinite linear; + animation: fade-right 1.5s infinite linear; +} +.bx-fade-right-hover:hover +{ + -webkit-animation: fade-right 1.5s infinite linear; + animation: fade-right 1.5s infinite linear; +} +.bx-xs +{ + font-size: 1rem!important; +} +.bx-sm +{ + font-size: 1.55rem!important; +} +.bx-md +{ + font-size: 2.25rem!important; +} +.bx-lg +{ + font-size: 3.0rem!important; +} +.bx-fw +{ + font-size: 1.2857142857em; + line-height: .8em; + + width: 1.2857142857em; + height: .8em; + margin-top: -.2em!important; + + vertical-align: middle; +} +.bx-pull-left +{ + float: left; + + margin-right: .3em!important; +} +.bx-pull-right +{ + float: right; + + margin-left: .3em!important; +} +.bx-rotate-90 +{ + transform: rotate(90deg); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'; +} +.bx-rotate-180 +{ + transform: rotate(180deg); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'; +} +.bx-rotate-270 +{ + transform: rotate(270deg); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'; +} +.bx-flip-horizontal +{ + transform: scaleX(-1); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; +} +.bx-flip-vertical +{ + transform: scaleY(-1); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'; +} +.bx-border +{ + padding: .25em; + + border: .07em solid rgba(0,0,0,.1); + border-radius: .25em; +} +.bx-border-circle +{ + padding: .25em; + + border: .07em solid rgba(0,0,0,.1); + border-radius: 50%; +} + + .bxs-balloon:before { + content: "\eb60"; + } + .bxs-castle:before { + content: "\eb79"; + } + .bxs-coffee-bean:before { + content: "\eb92"; + } + .bxs-objects-horizontal-center:before { + content: "\ebab"; + } + .bxs-objects-horizontal-left:before { + content: "\ebc4"; + } + .bxs-objects-horizontal-right:before { + content: "\ebdd"; + } + .bxs-objects-vertical-bottom:before { + content: "\ebf6"; + } + .bxs-objects-vertical-center:before { + content: "\ef40"; + } + .bxs-objects-vertical-top:before { + content: "\ef41"; + } + .bxs-pear:before { + content: "\ef42"; + } + .bxs-shield-minus:before { + content: "\ef43"; + } + .bxs-shield-plus:before { + content: "\ef44"; + } + .bxs-shower:before { + content: "\ef45"; + } + .bxs-sushi:before { + content: "\ef46"; + } + .bxs-universal-access:before { + content: "\ef47"; + } + .bx-child:before { + content: "\ef48"; + } + .bx-horizontal-left:before { + content: "\ef49"; + } + .bx-horizontal-right:before { + content: "\ef4a"; + } + .bx-objects-horizontal-center:before { + content: "\ef4b"; + } + .bx-objects-horizontal-left:before { + content: "\ef4c"; + } + .bx-objects-horizontal-right:before { + content: "\ef4d"; + } + .bx-objects-vertical-bottom:before { + content: "\ef4e"; + } + .bx-objects-vertical-center:before { + content: "\ef4f"; + } + .bx-objects-vertical-top:before { + content: "\ef50"; + } + .bx-rfid:before { + content: "\ef51"; + } + .bx-shield-minus:before { + content: "\ef52"; + } + .bx-shield-plus:before { + content: "\ef53"; + } + .bx-shower:before { + content: "\ef54"; + } + .bx-sushi:before { + content: "\ef55"; + } + .bx-universal-access:before { + content: "\ef56"; + } + .bx-vertical-bottom:before { + content: "\ef57"; + } + .bx-vertical-top:before { + content: "\ef58"; + } + .bxl-graphql:before { + content: "\ef59"; + } + .bxl-typescript:before { + content: "\ef5a"; + } + .bxs-color:before { + content: "\ef39"; + } + .bx-reflect-horizontal:before { + content: "\ef3a"; + } + .bx-reflect-vertical:before { + content: "\ef3b"; + } + .bx-color:before { + content: "\ef3c"; + } + .bxl-mongodb:before { + content: "\ef3d"; + } + .bxl-postgresql:before { + content: "\ef3e"; + } + .bxl-deezer:before { + content: "\ef3f"; + } + .bxs-hard-hat:before { + content: "\ef2a"; + } + .bxs-home-alt-2:before { + content: "\ef2b"; + } + .bxs-cheese:before { + content: "\ef2c"; + } + .bx-home-alt-2:before { + content: "\ef2d"; + } + .bx-hard-hat:before { + content: "\ef2e"; + } + .bx-cheese:before { + content: "\ef2f"; + } + .bx-cart-add:before { + content: "\ef30"; + } + .bx-cart-download:before { + content: "\ef31"; + } + .bx-no-signal:before { + content: "\ef32"; + } + .bx-signal-1:before { + content: "\ef33"; + } + .bx-signal-2:before { + content: "\ef34"; + } + .bx-signal-3:before { + content: "\ef35"; + } + .bx-signal-4:before { + content: "\ef36"; + } + .bx-signal-5:before { + content: "\ef37"; + } + .bxl-xing:before { + content: "\ef38"; + } + .bxl-meta:before { + content: "\ef27"; + } + .bx-lemon:before { + content: "\ef28"; + } + .bxs-lemon:before { + content: "\ef29"; + } + .bx-cricket-ball:before { + content: "\ef0c"; + } + .bx-baguette:before { + content: "\ef0d"; + } + .bx-bowl-hot:before { + content: "\ef0e"; + } + .bx-bowl-rice:before { + content: "\ef0f"; + } + .bx-cable-car:before { + content: "\ef10"; + } + .bx-candles:before { + content: "\ef11"; + } + .bx-circle-half:before { + content: "\ef12"; + } + .bx-circle-quarter:before { + content: "\ef13"; + } + .bx-circle-three-quarter:before { + content: "\ef14"; + } + .bx-cross:before { + content: "\ef15"; + } + .bx-fork:before { + content: "\ef16"; + } + .bx-knife:before { + content: "\ef17"; + } + .bx-money-withdraw:before { + content: "\ef18"; + } + .bx-popsicle:before { + content: "\ef19"; + } + .bx-scatter-chart:before { + content: "\ef1a"; + } + .bxs-baguette:before { + content: "\ef1b"; + } + .bxs-bowl-hot:before { + content: "\ef1c"; + } + .bxs-bowl-rice:before { + content: "\ef1d"; + } + .bxs-cable-car:before { + content: "\ef1e"; + } + .bxs-circle-half:before { + content: "\ef1f"; + } + .bxs-circle-quarter:before { + content: "\ef20"; + } + .bxs-circle-three-quarter:before { + content: "\ef21"; + } + .bxs-cricket-ball:before { + content: "\ef22"; + } + .bxs-invader:before { + content: "\ef23"; + } + .bx-male-female:before { + content: "\ef24"; + } + .bxs-popsicle:before { + content: "\ef25"; + } + .bxs-tree-alt:before { + content: "\ef26"; + } + .bxl-venmo:before { + content: "\e900"; + } + .bxl-upwork:before { + content: "\e901"; + } + .bxl-netlify:before { + content: "\e902"; + } + .bxl-java:before { + content: "\e903"; + } + .bxl-heroku:before { + content: "\e904"; + } + .bxl-go-lang:before { + content: "\e905"; + } + .bxl-gmail:before { + content: "\e906"; + } + .bxl-flask:before { + content: "\e907"; + } + .bxl-99designs:before { + content: "\e908"; + } + .bxl-500px:before { + content: "\e909"; + } + .bxl-adobe:before { + content: "\e90a"; + } + .bxl-airbnb:before { + content: "\e90b"; + } + .bxl-algolia:before { + content: "\e90c"; + } + .bxl-amazon:before { + content: "\e90d"; + } + .bxl-android:before { + content: "\e90e"; + } + .bxl-angular:before { + content: "\e90f"; + } + .bxl-apple:before { + content: "\e910"; + } + .bxl-audible:before { + content: "\e911"; + } + .bxl-aws:before { + content: "\e912"; + } + .bxl-baidu:before { + content: "\e913"; + } + .bxl-behance:before { + content: "\e914"; + } + .bxl-bing:before { + content: "\e915"; + } + .bxl-bitcoin:before { + content: "\e916"; + } + .bxl-blender:before { + content: "\e917"; + } + .bxl-blogger:before { + content: "\e918"; + } + .bxl-bootstrap:before { + content: "\e919"; + } + .bxl-chrome:before { + content: "\e91a"; + } + .bxl-codepen:before { + content: "\e91b"; + } + .bxl-c-plus-plus:before { + content: "\e91c"; + } + .bxl-creative-commons:before { + content: "\e91d"; + } + .bxl-css3:before { + content: "\e91e"; + } + .bxl-dailymotion:before { + content: "\e91f"; + } + .bxl-deviantart:before { + content: "\e920"; + } + .bxl-dev-to:before { + content: "\e921"; + } + .bxl-digg:before { + content: "\e922"; + } + .bxl-digitalocean:before { + content: "\e923"; + } + .bxl-discord:before { + content: "\e924"; + } + .bxl-discord-alt:before { + content: "\e925"; + } + .bxl-discourse:before { + content: "\e926"; + } + .bxl-django:before { + content: "\e927"; + } + .bxl-docker:before { + content: "\e928"; + } + .bxl-dribbble:before { + content: "\e929"; + } + .bxl-dropbox:before { + content: "\e92a"; + } + .bxl-drupal:before { + content: "\e92b"; + } + .bxl-ebay:before { + content: "\e92c"; + } + .bxl-edge:before { + content: "\e92d"; + } + .bxl-etsy:before { + content: "\e92e"; + } + .bxl-facebook:before { + content: "\e92f"; + } + .bxl-facebook-circle:before { + content: "\e930"; + } + .bxl-facebook-square:before { + content: "\e931"; + } + .bxl-figma:before { + content: "\e932"; + } + .bxl-firebase:before { + content: "\e933"; + } + .bxl-firefox:before { + content: "\e934"; + } + .bxl-flickr:before { + content: "\e935"; + } + .bxl-flickr-square:before { + content: "\e936"; + } + .bxl-flutter:before { + content: "\e937"; + } + .bxl-foursquare:before { + content: "\e938"; + } + .bxl-git:before { + content: "\e939"; + } + .bxl-github:before { + content: "\e93a"; + } + .bxl-gitlab:before { + content: "\e93b"; + } + .bxl-google:before { + content: "\e93c"; + } + .bxl-google-cloud:before { + content: "\e93d"; + } + .bxl-google-plus:before { + content: "\e93e"; + } + .bxl-google-plus-circle:before { + content: "\e93f"; + } + .bxl-html5:before { + content: "\e940"; + } + .bxl-imdb:before { + content: "\e941"; + } + .bxl-instagram:before { + content: "\e942"; + } + .bxl-instagram-alt:before { + content: "\e943"; + } + .bxl-internet-explorer:before { + content: "\e944"; + } + .bxl-invision:before { + content: "\e945"; + } + .bxl-javascript:before { + content: "\e946"; + } + .bxl-joomla:before { + content: "\e947"; + } + .bxl-jquery:before { + content: "\e948"; + } + .bxl-jsfiddle:before { + content: "\e949"; + } + .bxl-kickstarter:before { + content: "\e94a"; + } + .bxl-kubernetes:before { + content: "\e94b"; + } + .bxl-less:before { + content: "\e94c"; + } + .bxl-linkedin:before { + content: "\e94d"; + } + .bxl-linkedin-square:before { + content: "\e94e"; + } + .bxl-magento:before { + content: "\e94f"; + } + .bxl-mailchimp:before { + content: "\e950"; + } + .bxl-markdown:before { + content: "\e951"; + } + .bxl-mastercard:before { + content: "\e952"; + } + .bxl-mastodon:before { + content: "\e953"; + } + .bxl-medium:before { + content: "\e954"; + } + .bxl-medium-old:before { + content: "\e955"; + } + .bxl-medium-square:before { + content: "\e956"; + } + .bxl-messenger:before { + content: "\e957"; + } + .bxl-microsoft:before { + content: "\e958"; + } + .bxl-microsoft-teams:before { + content: "\e959"; + } + .bxl-nodejs:before { + content: "\e95a"; + } + .bxl-ok-ru:before { + content: "\e95b"; + } + .bxl-opera:before { + content: "\e95c"; + } + .bxl-patreon:before { + content: "\e95d"; + } + .bxl-paypal:before { + content: "\e95e"; + } + .bxl-periscope:before { + content: "\e95f"; + } + .bxl-php:before { + content: "\e960"; + } + .bxl-pinterest:before { + content: "\e961"; + } + .bxl-pinterest-alt:before { + content: "\e962"; + } + .bxl-play-store:before { + content: "\e963"; + } + .bxl-pocket:before { + content: "\e964"; + } + .bxl-product-hunt:before { + content: "\e965"; + } + .bxl-python:before { + content: "\e966"; + } + .bxl-quora:before { + content: "\e967"; + } + .bxl-react:before { + content: "\e968"; + } + .bxl-redbubble:before { + content: "\e969"; + } + .bxl-reddit:before { + content: "\e96a"; + } + .bxl-redux:before { + content: "\e96b"; + } + .bxl-sass:before { + content: "\e96c"; + } + .bxl-shopify:before { + content: "\e96d"; + } + .bxl-sketch:before { + content: "\e96e"; + } + .bxl-skype:before { + content: "\e96f"; + } + .bxl-slack:before { + content: "\e970"; + } + .bxl-slack-old:before { + content: "\e971"; + } + .bxl-snapchat:before { + content: "\e972"; + } + .bxl-soundcloud:before { + content: "\e973"; + } + .bxl-spotify:before { + content: "\e974"; + } + .bxl-spring-boot:before { + content: "\e975"; + } + .bxl-squarespace:before { + content: "\e976"; + } + .bxl-stack-overflow:before { + content: "\e977"; + } + .bxl-steam:before { + content: "\e978"; + } + .bxl-stripe:before { + content: "\e979"; + } + .bxl-tailwind-css:before { + content: "\e97a"; + } + .bxl-telegram:before { + content: "\e97b"; + } + .bxl-tiktok:before { + content: "\e97c"; + } + .bxl-trello:before { + content: "\e97d"; + } + .bxl-trip-advisor:before { + content: "\e97e"; + } + .bxl-tumblr:before { + content: "\e97f"; + } + .bxl-tux:before { + content: "\e980"; + } + .bxl-twitch:before { + content: "\e981"; + } + .bxl-twitter:before { + content: "\e982"; + } + .bxl-unity:before { + content: "\e983"; + } + .bxl-unsplash:before { + content: "\e984"; + } + .bxl-vimeo:before { + content: "\e985"; + } + .bxl-visa:before { + content: "\e986"; + } + .bxl-visual-studio:before { + content: "\e987"; + } + .bxl-vk:before { + content: "\e988"; + } + .bxl-vuejs:before { + content: "\e989"; + } + .bxl-whatsapp:before { + content: "\e98a"; + } + .bxl-whatsapp-square:before { + content: "\e98b"; + } + .bxl-wikipedia:before { + content: "\e98c"; + } + .bxl-windows:before { + content: "\e98d"; + } + .bxl-wix:before { + content: "\e98e"; + } + .bxl-wordpress:before { + content: "\e98f"; + } + .bxl-yahoo:before { + content: "\e990"; + } + .bxl-yelp:before { + content: "\e991"; + } + .bxl-youtube:before { + content: "\e992"; + } + .bxl-zoom:before { + content: "\e993"; + } + .bx-collapse-alt:before { + content: "\e994"; + } + .bx-collapse-horizontal:before { + content: "\e995"; + } + .bx-collapse-vertical:before { + content: "\e996"; + } + .bx-expand-horizontal:before { + content: "\e997"; + } + .bx-expand-vertical:before { + content: "\e998"; + } + .bx-injection:before { + content: "\e999"; + } + .bx-leaf:before { + content: "\e99a"; + } + .bx-math:before { + content: "\e99b"; + } + .bx-party:before { + content: "\e99c"; + } + .bx-abacus:before { + content: "\e99d"; + } + .bx-accessibility:before { + content: "\e99e"; + } + .bx-add-to-queue:before { + content: "\e99f"; + } + .bx-adjust:before { + content: "\e9a0"; + } + .bx-alarm:before { + content: "\e9a1"; + } + .bx-alarm-add:before { + content: "\e9a2"; + } + .bx-alarm-exclamation:before { + content: "\e9a3"; + } + .bx-alarm-off:before { + content: "\e9a4"; + } + .bx-alarm-snooze:before { + content: "\e9a5"; + } + .bx-album:before { + content: "\e9a6"; + } + .bx-align-justify:before { + content: "\e9a7"; + } + .bx-align-left:before { + content: "\e9a8"; + } + .bx-align-middle:before { + content: "\e9a9"; + } + .bx-align-right:before { + content: "\e9aa"; + } + .bx-analyse:before { + content: "\e9ab"; + } + .bx-anchor:before { + content: "\e9ac"; + } + .bx-angry:before { + content: "\e9ad"; + } + .bx-aperture:before { + content: "\e9ae"; + } + .bx-arch:before { + content: "\e9af"; + } + .bx-archive:before { + content: "\e9b0"; + } + .bx-archive-in:before { + content: "\e9b1"; + } + .bx-archive-out:before { + content: "\e9b2"; + } + .bx-area:before { + content: "\e9b3"; + } + .bx-arrow-back:before { + content: "\e9b4"; + } + .bx-arrow-from-bottom:before { + content: "\e9b5"; + } + .bx-arrow-from-left:before { + content: "\e9b6"; + } + .bx-arrow-from-right:before { + content: "\e9b7"; + } + .bx-arrow-from-top:before { + content: "\e9b8"; + } + .bx-arrow-to-bottom:before { + content: "\e9b9"; + } + .bx-arrow-to-left:before { + content: "\e9ba"; + } + .bx-arrow-to-right:before { + content: "\e9bb"; + } + .bx-arrow-to-top:before { + content: "\e9bc"; + } + .bx-at:before { + content: "\e9bd"; + } + .bx-atom:before { + content: "\e9be"; + } + .bx-award:before { + content: "\e9bf"; + } + .bx-badge:before { + content: "\e9c0"; + } + .bx-badge-check:before { + content: "\e9c1"; + } + .bx-ball:before { + content: "\e9c2"; + } + .bx-band-aid:before { + content: "\e9c3"; + } + .bx-bar-chart:before { + content: "\e9c4"; + } + .bx-bar-chart-alt:before { + content: "\e9c5"; + } + .bx-bar-chart-alt-2:before { + content: "\e9c6"; + } + .bx-bar-chart-square:before { + content: "\e9c7"; + } + .bx-barcode:before { + content: "\e9c8"; + } + .bx-barcode-reader:before { + content: "\e9c9"; + } + .bx-baseball:before { + content: "\e9ca"; + } + .bx-basket:before { + content: "\e9cb"; + } + .bx-basketball:before { + content: "\e9cc"; + } + .bx-bath:before { + content: "\e9cd"; + } + .bx-battery:before { + content: "\e9ce"; + } + .bx-bed:before { + content: "\e9cf"; + } + .bx-been-here:before { + content: "\e9d0"; + } + .bx-beer:before { + content: "\e9d1"; + } + .bx-bell:before { + content: "\e9d2"; + } + .bx-bell-minus:before { + content: "\e9d3"; + } + .bx-bell-off:before { + content: "\e9d4"; + } + .bx-bell-plus:before { + content: "\e9d5"; + } + .bx-bible:before { + content: "\e9d6"; + } + .bx-bitcoin:before { + content: "\e9d7"; + } + .bx-blanket:before { + content: "\e9d8"; + } + .bx-block:before { + content: "\e9d9"; + } + .bx-bluetooth:before { + content: "\e9da"; + } + .bx-body:before { + content: "\e9db"; + } + .bx-bold:before { + content: "\e9dc"; + } + .bx-bolt-circle:before { + content: "\e9dd"; + } + .bx-bomb:before { + content: "\e9de"; + } + .bx-bone:before { + content: "\e9df"; + } + .bx-bong:before { + content: "\e9e0"; + } + .bx-book:before { + content: "\e9e1"; + } + .bx-book-add:before { + content: "\e9e2"; + } + .bx-book-alt:before { + content: "\e9e3"; + } + .bx-book-bookmark:before { + content: "\e9e4"; + } + .bx-book-content:before { + content: "\e9e5"; + } + .bx-book-heart:before { + content: "\e9e6"; + } + .bx-bookmark:before { + content: "\e9e7"; + } + .bx-bookmark-alt:before { + content: "\e9e8"; + } + .bx-bookmark-alt-minus:before { + content: "\e9e9"; + } + .bx-bookmark-alt-plus:before { + content: "\e9ea"; + } + .bx-bookmark-heart:before { + content: "\e9eb"; + } + .bx-bookmark-minus:before { + content: "\e9ec"; + } + .bx-bookmark-plus:before { + content: "\e9ed"; + } + .bx-bookmarks:before { + content: "\e9ee"; + } + .bx-book-open:before { + content: "\e9ef"; + } + .bx-book-reader:before { + content: "\e9f0"; + } + .bx-border-all:before { + content: "\e9f1"; + } + .bx-border-bottom:before { + content: "\e9f2"; + } + .bx-border-inner:before { + content: "\e9f3"; + } + .bx-border-left:before { + content: "\e9f4"; + } + .bx-border-none:before { + content: "\e9f5"; + } + .bx-border-outer:before { + content: "\e9f6"; + } + .bx-border-radius:before { + content: "\e9f7"; + } + .bx-border-right:before { + content: "\e9f8"; + } + .bx-border-top:before { + content: "\e9f9"; + } + .bx-bot:before { + content: "\e9fa"; + } + .bx-bowling-ball:before { + content: "\e9fb"; + } + .bx-box:before { + content: "\e9fc"; + } + .bx-bracket:before { + content: "\e9fd"; + } + .bx-braille:before { + content: "\e9fe"; + } + .bx-brain:before { + content: "\e9ff"; + } + .bx-briefcase:before { + content: "\ea00"; + } + .bx-briefcase-alt:before { + content: "\ea01"; + } + .bx-briefcase-alt-2:before { + content: "\ea02"; + } + .bx-brightness:before { + content: "\ea03"; + } + .bx-brightness-half:before { + content: "\ea04"; + } + .bx-broadcast:before { + content: "\ea05"; + } + .bx-brush:before { + content: "\ea06"; + } + .bx-brush-alt:before { + content: "\ea07"; + } + .bx-bug:before { + content: "\ea08"; + } + .bx-bug-alt:before { + content: "\ea09"; + } + .bx-building:before { + content: "\ea0a"; + } + .bx-building-house:before { + content: "\ea0b"; + } + .bx-buildings:before { + content: "\ea0c"; + } + .bx-bulb:before { + content: "\ea0d"; + } + .bx-bullseye:before { + content: "\ea0e"; + } + .bx-buoy:before { + content: "\ea0f"; + } + .bx-bus:before { + content: "\ea10"; + } + .bx-bus-school:before { + content: "\ea11"; + } + .bx-cabinet:before { + content: "\ea12"; + } + .bx-cake:before { + content: "\ea13"; + } + .bx-calculator:before { + content: "\ea14"; + } + .bx-calendar:before { + content: "\ea15"; + } + .bx-calendar-alt:before { + content: "\ea16"; + } + .bx-calendar-check:before { + content: "\ea17"; + } + .bx-calendar-edit:before { + content: "\ea18"; + } + .bx-calendar-event:before { + content: "\ea19"; + } + .bx-calendar-exclamation:before { + content: "\ea1a"; + } + .bx-calendar-heart:before { + content: "\ea1b"; + } + .bx-calendar-minus:before { + content: "\ea1c"; + } + .bx-calendar-plus:before { + content: "\ea1d"; + } + .bx-calendar-star:before { + content: "\ea1e"; + } + .bx-calendar-week:before { + content: "\ea1f"; + } + .bx-calendar-x:before { + content: "\ea20"; + } + .bx-camera:before { + content: "\ea21"; + } + .bx-camera-home:before { + content: "\ea22"; + } + .bx-camera-movie:before { + content: "\ea23"; + } + .bx-camera-off:before { + content: "\ea24"; + } + .bx-capsule:before { + content: "\ea25"; + } + .bx-captions:before { + content: "\ea26"; + } + .bx-car:before { + content: "\ea27"; + } + .bx-card:before { + content: "\ea28"; + } + .bx-caret-down:before { + content: "\ea29"; + } + .bx-caret-down-circle:before { + content: "\ea2a"; + } + .bx-caret-down-square:before { + content: "\ea2b"; + } + .bx-caret-left:before { + content: "\ea2c"; + } + .bx-caret-left-circle:before { + content: "\ea2d"; + } + .bx-caret-left-square:before { + content: "\ea2e"; + } + .bx-caret-right:before { + content: "\ea2f"; + } + .bx-caret-right-circle:before { + content: "\ea30"; + } + .bx-caret-right-square:before { + content: "\ea31"; + } + .bx-caret-up:before { + content: "\ea32"; + } + .bx-caret-up-circle:before { + content: "\ea33"; + } + .bx-caret-up-square:before { + content: "\ea34"; + } + .bx-carousel:before { + content: "\ea35"; + } + .bx-cart:before { + content: "\ea36"; + } + .bx-cart-alt:before { + content: "\ea37"; + } + .bx-cast:before { + content: "\ea38"; + } + .bx-category:before { + content: "\ea39"; + } + .bx-category-alt:before { + content: "\ea3a"; + } + .bx-cctv:before { + content: "\ea3b"; + } + .bx-certification:before { + content: "\ea3c"; + } + .bx-chair:before { + content: "\ea3d"; + } + .bx-chalkboard:before { + content: "\ea3e"; + } + .bx-chart:before { + content: "\ea3f"; + } + .bx-chat:before { + content: "\ea40"; + } + .bx-check:before { + content: "\ea41"; + } + .bx-checkbox:before { + content: "\ea42"; + } + .bx-checkbox-checked:before { + content: "\ea43"; + } + .bx-checkbox-minus:before { + content: "\ea44"; + } + .bx-checkbox-square:before { + content: "\ea45"; + } + .bx-check-circle:before { + content: "\ea46"; + } + .bx-check-double:before { + content: "\ea47"; + } + .bx-check-shield:before { + content: "\ea48"; + } + .bx-check-square:before { + content: "\ea49"; + } + .bx-chevron-down:before { + content: "\ea4a"; + } + .bx-chevron-down-circle:before { + content: "\ea4b"; + } + .bx-chevron-down-square:before { + content: "\ea4c"; + } + .bx-chevron-left:before { + content: "\ea4d"; + } + .bx-chevron-left-circle:before { + content: "\ea4e"; + } + .bx-chevron-left-square:before { + content: "\ea4f"; + } + .bx-chevron-right:before { + content: "\ea50"; + } + .bx-chevron-right-circle:before { + content: "\ea51"; + } + .bx-chevron-right-square:before { + content: "\ea52"; + } + .bx-chevrons-down:before { + content: "\ea53"; + } + .bx-chevrons-left:before { + content: "\ea54"; + } + .bx-chevrons-right:before { + content: "\ea55"; + } + .bx-chevrons-up:before { + content: "\ea56"; + } + .bx-chevron-up:before { + content: "\ea57"; + } + .bx-chevron-up-circle:before { + content: "\ea58"; + } + .bx-chevron-up-square:before { + content: "\ea59"; + } + .bx-chip:before { + content: "\ea5a"; + } + .bx-church:before { + content: "\ea5b"; + } + .bx-circle:before { + content: "\ea5c"; + } + .bx-clinic:before { + content: "\ea5d"; + } + .bx-clipboard:before { + content: "\ea5e"; + } + .bx-closet:before { + content: "\ea5f"; + } + .bx-cloud:before { + content: "\ea60"; + } + .bx-cloud-download:before { + content: "\ea61"; + } + .bx-cloud-drizzle:before { + content: "\ea62"; + } + .bx-cloud-lightning:before { + content: "\ea63"; + } + .bx-cloud-light-rain:before { + content: "\ea64"; + } + .bx-cloud-rain:before { + content: "\ea65"; + } + .bx-cloud-snow:before { + content: "\ea66"; + } + .bx-cloud-upload:before { + content: "\ea67"; + } + .bx-code:before { + content: "\ea68"; + } + .bx-code-alt:before { + content: "\ea69"; + } + .bx-code-block:before { + content: "\ea6a"; + } + .bx-code-curly:before { + content: "\ea6b"; + } + .bx-coffee:before { + content: "\ea6c"; + } + .bx-coffee-togo:before { + content: "\ea6d"; + } + .bx-cog:before { + content: "\ea6e"; + } + .bx-coin:before { + content: "\ea6f"; + } + .bx-coin-stack:before { + content: "\ea70"; + } + .bx-collapse:before { + content: "\ea71"; + } + .bx-collection:before { + content: "\ea72"; + } + .bx-color-fill:before { + content: "\ea73"; + } + .bx-columns:before { + content: "\ea74"; + } + .bx-command:before { + content: "\ea75"; + } + .bx-comment:before { + content: "\ea76"; + } + .bx-comment-add:before { + content: "\ea77"; + } + .bx-comment-check:before { + content: "\ea78"; + } + .bx-comment-detail:before { + content: "\ea79"; + } + .bx-comment-dots:before { + content: "\ea7a"; + } + .bx-comment-edit:before { + content: "\ea7b"; + } + .bx-comment-error:before { + content: "\ea7c"; + } + .bx-comment-minus:before { + content: "\ea7d"; + } + .bx-comment-x:before { + content: "\ea7e"; + } + .bx-compass:before { + content: "\ea7f"; + } + .bx-confused:before { + content: "\ea80"; + } + .bx-conversation:before { + content: "\ea81"; + } + .bx-cookie:before { + content: "\ea82"; + } + .bx-cool:before { + content: "\ea83"; + } + .bx-copy:before { + content: "\ea84"; + } + .bx-copy-alt:before { + content: "\ea85"; + } + .bx-copyright:before { + content: "\ea86"; + } + .bx-credit-card:before { + content: "\ea87"; + } + .bx-credit-card-alt:before { + content: "\ea88"; + } + .bx-credit-card-front:before { + content: "\ea89"; + } + .bx-crop:before { + content: "\ea8a"; + } + .bx-crosshair:before { + content: "\ea8b"; + } + .bx-crown:before { + content: "\ea8c"; + } + .bx-cube:before { + content: "\ea8d"; + } + .bx-cube-alt:before { + content: "\ea8e"; + } + .bx-cuboid:before { + content: "\ea8f"; + } + .bx-current-location:before { + content: "\ea90"; + } + .bx-customize:before { + content: "\ea91"; + } + .bx-cut:before { + content: "\ea92"; + } + .bx-cycling:before { + content: "\ea93"; + } + .bx-cylinder:before { + content: "\ea94"; + } + .bx-data:before { + content: "\ea95"; + } + .bx-desktop:before { + content: "\ea96"; + } + .bx-detail:before { + content: "\ea97"; + } + .bx-devices:before { + content: "\ea98"; + } + .bx-dialpad:before { + content: "\ea99"; + } + .bx-dialpad-alt:before { + content: "\ea9a"; + } + .bx-diamond:before { + content: "\ea9b"; + } + .bx-dice-1:before { + content: "\ea9c"; + } + .bx-dice-2:before { + content: "\ea9d"; + } + .bx-dice-3:before { + content: "\ea9e"; + } + .bx-dice-4:before { + content: "\ea9f"; + } + .bx-dice-5:before { + content: "\eaa0"; + } + .bx-dice-6:before { + content: "\eaa1"; + } + .bx-directions:before { + content: "\eaa2"; + } + .bx-disc:before { + content: "\eaa3"; + } + .bx-dish:before { + content: "\eaa4"; + } + .bx-dislike:before { + content: "\eaa5"; + } + .bx-dizzy:before { + content: "\eaa6"; + } + .bx-dna:before { + content: "\eaa7"; + } + .bx-dock-bottom:before { + content: "\eaa8"; + } + .bx-dock-left:before { + content: "\eaa9"; + } + .bx-dock-right:before { + content: "\eaaa"; + } + .bx-dock-top:before { + content: "\eaab"; + } + .bx-dollar:before { + content: "\eaac"; + } + .bx-dollar-circle:before { + content: "\eaad"; + } + .bx-donate-blood:before { + content: "\eaae"; + } + .bx-donate-heart:before { + content: "\eaaf"; + } + .bx-door-open:before { + content: "\eab0"; + } + .bx-dots-horizontal:before { + content: "\eab1"; + } + .bx-dots-horizontal-rounded:before { + content: "\eab2"; + } + .bx-dots-vertical:before { + content: "\eab3"; + } + .bx-dots-vertical-rounded:before { + content: "\eab4"; + } + .bx-doughnut-chart:before { + content: "\eab5"; + } + .bx-down-arrow:before { + content: "\eab6"; + } + .bx-down-arrow-alt:before { + content: "\eab7"; + } + .bx-down-arrow-circle:before { + content: "\eab8"; + } + .bx-download:before { + content: "\eab9"; + } + .bx-downvote:before { + content: "\eaba"; + } + .bx-drink:before { + content: "\eabb"; + } + .bx-droplet:before { + content: "\eabc"; + } + .bx-dumbbell:before { + content: "\eabd"; + } + .bx-duplicate:before { + content: "\eabe"; + } + .bx-edit:before { + content: "\eabf"; + } + .bx-edit-alt:before { + content: "\eac0"; + } + .bx-envelope:before { + content: "\eac1"; + } + .bx-envelope-open:before { + content: "\eac2"; + } + .bx-equalizer:before { + content: "\eac3"; + } + .bx-eraser:before { + content: "\eac4"; + } + .bx-error:before { + content: "\eac5"; + } + .bx-error-alt:before { + content: "\eac6"; + } + .bx-error-circle:before { + content: "\eac7"; + } + .bx-euro:before { + content: "\eac8"; + } + .bx-exclude:before { + content: "\eac9"; + } + .bx-exit:before { + content: "\eaca"; + } + .bx-exit-fullscreen:before { + content: "\eacb"; + } + .bx-expand:before { + content: "\eacc"; + } + .bx-expand-alt:before { + content: "\eacd"; + } + .bx-export:before { + content: "\eace"; + } + .bx-extension:before { + content: "\eacf"; + } + .bx-face:before { + content: "\ead0"; + } + .bx-fast-forward:before { + content: "\ead1"; + } + .bx-fast-forward-circle:before { + content: "\ead2"; + } + .bx-female:before { + content: "\ead3"; + } + .bx-female-sign:before { + content: "\ead4"; + } + .bx-file:before { + content: "\ead5"; + } + .bx-file-blank:before { + content: "\ead6"; + } + .bx-file-find:before { + content: "\ead7"; + } + .bx-film:before { + content: "\ead8"; + } + .bx-filter:before { + content: "\ead9"; + } + .bx-filter-alt:before { + content: "\eada"; + } + .bx-fingerprint:before { + content: "\eadb"; + } + .bx-first-aid:before { + content: "\eadc"; + } + .bx-first-page:before { + content: "\eadd"; + } + .bx-flag:before { + content: "\eade"; + } + .bx-folder:before { + content: "\eadf"; + } + .bx-folder-minus:before { + content: "\eae0"; + } + .bx-folder-open:before { + content: "\eae1"; + } + .bx-folder-plus:before { + content: "\eae2"; + } + .bx-font:before { + content: "\eae3"; + } + .bx-font-color:before { + content: "\eae4"; + } + .bx-font-family:before { + content: "\eae5"; + } + .bx-font-size:before { + content: "\eae6"; + } + .bx-food-menu:before { + content: "\eae7"; + } + .bx-food-tag:before { + content: "\eae8"; + } + .bx-football:before { + content: "\eae9"; + } + .bx-fridge:before { + content: "\eaea"; + } + .bx-fullscreen:before { + content: "\eaeb"; + } + .bx-game:before { + content: "\eaec"; + } + .bx-gas-pump:before { + content: "\eaed"; + } + .bx-ghost:before { + content: "\eaee"; + } + .bx-gift:before { + content: "\eaef"; + } + .bx-git-branch:before { + content: "\eaf0"; + } + .bx-git-commit:before { + content: "\eaf1"; + } + .bx-git-compare:before { + content: "\eaf2"; + } + .bx-git-merge:before { + content: "\eaf3"; + } + .bx-git-pull-request:before { + content: "\eaf4"; + } + .bx-git-repo-forked:before { + content: "\eaf5"; + } + .bx-glasses:before { + content: "\eaf6"; + } + .bx-glasses-alt:before { + content: "\eaf7"; + } + .bx-globe:before { + content: "\eaf8"; + } + .bx-globe-alt:before { + content: "\eaf9"; + } + .bx-grid:before { + content: "\eafa"; + } + .bx-grid-alt:before { + content: "\eafb"; + } + .bx-grid-horizontal:before { + content: "\eafc"; + } + .bx-grid-small:before { + content: "\eafd"; + } + .bx-grid-vertical:before { + content: "\eafe"; + } + .bx-group:before { + content: "\eaff"; + } + .bx-handicap:before { + content: "\eb00"; + } + .bx-happy:before { + content: "\eb01"; + } + .bx-happy-alt:before { + content: "\eb02"; + } + .bx-happy-beaming:before { + content: "\eb03"; + } + .bx-happy-heart-eyes:before { + content: "\eb04"; + } + .bx-hash:before { + content: "\eb05"; + } + .bx-hdd:before { + content: "\eb06"; + } + .bx-heading:before { + content: "\eb07"; + } + .bx-headphone:before { + content: "\eb08"; + } + .bx-health:before { + content: "\eb09"; + } + .bx-heart:before { + content: "\eb0a"; + } + .bx-heart-circle:before { + content: "\eb0b"; + } + .bx-heart-square:before { + content: "\eb0c"; + } + .bx-help-circle:before { + content: "\eb0d"; + } + .bx-hide:before { + content: "\eb0e"; + } + .bx-highlight:before { + content: "\eb0f"; + } + .bx-history:before { + content: "\eb10"; + } + .bx-hive:before { + content: "\eb11"; + } + .bx-home:before { + content: "\eb12"; + } + .bx-home-alt:before { + content: "\eb13"; + } + .bx-home-circle:before { + content: "\eb14"; + } + .bx-home-heart:before { + content: "\eb15"; + } + .bx-home-smile:before { + content: "\eb16"; + } + .bx-horizontal-center:before { + content: "\eb17"; + } + .bx-hotel:before { + content: "\eb18"; + } + .bx-hourglass:before { + content: "\eb19"; + } + .bx-id-card:before { + content: "\eb1a"; + } + .bx-image:before { + content: "\eb1b"; + } + .bx-image-add:before { + content: "\eb1c"; + } + .bx-image-alt:before { + content: "\eb1d"; + } + .bx-images:before { + content: "\eb1e"; + } + .bx-import:before { + content: "\eb1f"; + } + .bx-infinite:before { + content: "\eb20"; + } + .bx-info-circle:before { + content: "\eb21"; + } + .bx-info-square:before { + content: "\eb22"; + } + .bx-intersect:before { + content: "\eb23"; + } + .bx-italic:before { + content: "\eb24"; + } + .bx-joystick:before { + content: "\eb25"; + } + .bx-joystick-alt:before { + content: "\eb26"; + } + .bx-joystick-button:before { + content: "\eb27"; + } + .bx-key:before { + content: "\eb28"; + } + .bx-label:before { + content: "\eb29"; + } + .bx-landscape:before { + content: "\eb2a"; + } + .bx-laptop:before { + content: "\eb2b"; + } + .bx-last-page:before { + content: "\eb2c"; + } + .bx-laugh:before { + content: "\eb2d"; + } + .bx-layer:before { + content: "\eb2e"; + } + .bx-layer-minus:before { + content: "\eb2f"; + } + .bx-layer-plus:before { + content: "\eb30"; + } + .bx-layout:before { + content: "\eb31"; + } + .bx-left-arrow:before { + content: "\eb32"; + } + .bx-left-arrow-alt:before { + content: "\eb33"; + } + .bx-left-arrow-circle:before { + content: "\eb34"; + } + .bx-left-down-arrow-circle:before { + content: "\eb35"; + } + .bx-left-indent:before { + content: "\eb36"; + } + .bx-left-top-arrow-circle:before { + content: "\eb37"; + } + .bx-library:before { + content: "\eb38"; + } + .bx-like:before { + content: "\eb39"; + } + .bx-line-chart:before { + content: "\eb3a"; + } + .bx-line-chart-down:before { + content: "\eb3b"; + } + .bx-link:before { + content: "\eb3c"; + } + .bx-link-alt:before { + content: "\eb3d"; + } + .bx-link-external:before { + content: "\eb3e"; + } + .bx-lira:before { + content: "\eb3f"; + } + .bx-list-check:before { + content: "\eb40"; + } + .bx-list-minus:before { + content: "\eb41"; + } + .bx-list-ol:before { + content: "\eb42"; + } + .bx-list-plus:before { + content: "\eb43"; + } + .bx-list-ul:before { + content: "\eb44"; + } + .bx-loader:before { + content: "\eb45"; + } + .bx-loader-alt:before { + content: "\eb46"; + } + .bx-loader-circle:before { + content: "\eb47"; + } + .bx-location-plus:before { + content: "\eb48"; + } + .bx-lock:before { + content: "\eb49"; + } + .bx-lock-alt:before { + content: "\eb4a"; + } + .bx-lock-open:before { + content: "\eb4b"; + } + .bx-lock-open-alt:before { + content: "\eb4c"; + } + .bx-log-in:before { + content: "\eb4d"; + } + .bx-log-in-circle:before { + content: "\eb4e"; + } + .bx-log-out:before { + content: "\eb4f"; + } + .bx-log-out-circle:before { + content: "\eb50"; + } + .bx-low-vision:before { + content: "\eb51"; + } + .bx-magnet:before { + content: "\eb52"; + } + .bx-mail-send:before { + content: "\eb53"; + } + .bx-male:before { + content: "\eb54"; + } + .bx-male-sign:before { + content: "\eb55"; + } + .bx-map:before { + content: "\eb56"; + } + .bx-map-alt:before { + content: "\eb57"; + } + .bx-map-pin:before { + content: "\eb58"; + } + .bx-mask:before { + content: "\eb59"; + } + .bx-medal:before { + content: "\eb5a"; + } + .bx-meh:before { + content: "\eb5b"; + } + .bx-meh-alt:before { + content: "\eb5c"; + } + .bx-meh-blank:before { + content: "\eb5d"; + } + .bx-memory-card:before { + content: "\eb5e"; + } + .bx-menu:before { + content: "\eb5f"; + } + .bx-menu-alt-left:before { + content: "\ef5b"; + } + .bx-menu-alt-right:before { + content: "\eb61"; + } + .bx-merge:before { + content: "\eb62"; + } + .bx-message:before { + content: "\eb63"; + } + .bx-message-add:before { + content: "\eb64"; + } + .bx-message-alt:before { + content: "\eb65"; + } + .bx-message-alt-add:before { + content: "\eb66"; + } + .bx-message-alt-check:before { + content: "\eb67"; + } + .bx-message-alt-detail:before { + content: "\eb68"; + } + .bx-message-alt-dots:before { + content: "\eb69"; + } + .bx-message-alt-edit:before { + content: "\eb6a"; + } + .bx-message-alt-error:before { + content: "\eb6b"; + } + .bx-message-alt-minus:before { + content: "\eb6c"; + } + .bx-message-alt-x:before { + content: "\eb6d"; + } + .bx-message-check:before { + content: "\eb6e"; + } + .bx-message-detail:before { + content: "\eb6f"; + } + .bx-message-dots:before { + content: "\eb70"; + } + .bx-message-edit:before { + content: "\eb71"; + } + .bx-message-error:before { + content: "\eb72"; + } + .bx-message-minus:before { + content: "\eb73"; + } + .bx-message-rounded:before { + content: "\eb74"; + } + .bx-message-rounded-add:before { + content: "\eb75"; + } + .bx-message-rounded-check:before { + content: "\eb76"; + } + .bx-message-rounded-detail:before { + content: "\eb77"; + } + .bx-message-rounded-dots:before { + content: "\eb78"; + } + .bx-message-rounded-edit:before { + content: "\ef5c"; + } + .bx-message-rounded-error:before { + content: "\eb7a"; + } + .bx-message-rounded-minus:before { + content: "\eb7b"; + } + .bx-message-rounded-x:before { + content: "\eb7c"; + } + .bx-message-square:before { + content: "\eb7d"; + } + .bx-message-square-add:before { + content: "\eb7e"; + } + .bx-message-square-check:before { + content: "\eb7f"; + } + .bx-message-square-detail:before { + content: "\eb80"; + } + .bx-message-square-dots:before { + content: "\eb81"; + } + .bx-message-square-edit:before { + content: "\eb82"; + } + .bx-message-square-error:before { + content: "\eb83"; + } + .bx-message-square-minus:before { + content: "\eb84"; + } + .bx-message-square-x:before { + content: "\eb85"; + } + .bx-message-x:before { + content: "\eb86"; + } + .bx-meteor:before { + content: "\eb87"; + } + .bx-microchip:before { + content: "\eb88"; + } + .bx-microphone:before { + content: "\eb89"; + } + .bx-microphone-off:before { + content: "\eb8a"; + } + .bx-minus:before { + content: "\eb8b"; + } + .bx-minus-back:before { + content: "\eb8c"; + } + .bx-minus-circle:before { + content: "\eb8d"; + } + .bx-minus-front:before { + content: "\eb8e"; + } + .bx-mobile:before { + content: "\eb8f"; + } + .bx-mobile-alt:before { + content: "\eb90"; + } + .bx-mobile-landscape:before { + content: "\eb91"; + } + .bx-mobile-vibration:before { + content: "\ef5d"; + } + .bx-money:before { + content: "\eb93"; + } + .bx-moon:before { + content: "\eb94"; + } + .bx-mouse:before { + content: "\eb95"; + } + .bx-mouse-alt:before { + content: "\eb96"; + } + .bx-move:before { + content: "\eb97"; + } + .bx-move-horizontal:before { + content: "\eb98"; + } + .bx-move-vertical:before { + content: "\eb99"; + } + .bx-movie:before { + content: "\eb9a"; + } + .bx-movie-play:before { + content: "\eb9b"; + } + .bx-music:before { + content: "\eb9c"; + } + .bx-navigation:before { + content: "\eb9d"; + } + .bx-network-chart:before { + content: "\eb9e"; + } + .bx-news:before { + content: "\eb9f"; + } + .bx-no-entry:before { + content: "\eba0"; + } + .bx-note:before { + content: "\eba1"; + } + .bx-notepad:before { + content: "\eba2"; + } + .bx-notification:before { + content: "\eba3"; + } + .bx-notification-off:before { + content: "\eba4"; + } + .bx-outline:before { + content: "\eba5"; + } + .bx-package:before { + content: "\eba6"; + } + .bx-paint:before { + content: "\eba7"; + } + .bx-paint-roll:before { + content: "\eba8"; + } + .bx-palette:before { + content: "\eba9"; + } + .bx-paperclip:before { + content: "\ebaa"; + } + .bx-paper-plane:before { + content: "\ef61"; + } + .bx-paragraph:before { + content: "\ebac"; + } + .bx-paste:before { + content: "\ebad"; + } + .bx-pause:before { + content: "\ebae"; + } + .bx-pause-circle:before { + content: "\ebaf"; + } + .bx-pen:before { + content: "\ebb0"; + } + .bx-pencil:before { + content: "\ebb1"; + } + .bx-phone:before { + content: "\ebb2"; + } + .bx-phone-call:before { + content: "\ebb3"; + } + .bx-phone-incoming:before { + content: "\ebb4"; + } + .bx-phone-off:before { + content: "\ebb5"; + } + .bx-phone-outgoing:before { + content: "\ebb6"; + } + .bx-photo-album:before { + content: "\ebb7"; + } + .bx-pie-chart:before { + content: "\ebb8"; + } + .bx-pie-chart-alt:before { + content: "\ebb9"; + } + .bx-pie-chart-alt-2:before { + content: "\ebba"; + } + .bx-pin:before { + content: "\ebbb"; + } + .bx-planet:before { + content: "\ebbc"; + } + .bx-play:before { + content: "\ebbd"; + } + .bx-play-circle:before { + content: "\ebbe"; + } + .bx-plug:before { + content: "\ebbf"; + } + .bx-plus:before { + content: "\ebc0"; + } + .bx-plus-circle:before { + content: "\ebc1"; + } + .bx-plus-medical:before { + content: "\ebc2"; + } + .bx-podcast:before { + content: "\ebc3"; + } + .bx-pointer:before { + content: "\ef5e"; + } + .bx-poll:before { + content: "\ebc5"; + } + .bx-polygon:before { + content: "\ebc6"; + } + .bx-pound:before { + content: "\ebc7"; + } + .bx-power-off:before { + content: "\ebc8"; + } + .bx-printer:before { + content: "\ebc9"; + } + .bx-pulse:before { + content: "\ebca"; + } + .bx-purchase-tag:before { + content: "\ebcb"; + } + .bx-purchase-tag-alt:before { + content: "\ebcc"; + } + .bx-pyramid:before { + content: "\ebcd"; + } + .bx-qr:before { + content: "\ebce"; + } + .bx-qr-scan:before { + content: "\ebcf"; + } + .bx-question-mark:before { + content: "\ebd0"; + } + .bx-radar:before { + content: "\ebd1"; + } + .bx-radio:before { + content: "\ebd2"; + } + .bx-radio-circle:before { + content: "\ebd3"; + } + .bx-radio-circle-marked:before { + content: "\ebd4"; + } + .bx-receipt:before { + content: "\ebd5"; + } + .bx-rectangle:before { + content: "\ebd6"; + } + .bx-recycle:before { + content: "\ebd7"; + } + .bx-redo:before { + content: "\ebd8"; + } + .bx-refresh:before { + content: "\ebd9"; + } + .bx-registered:before { + content: "\ebda"; + } + .bx-rename:before { + content: "\ebdb"; + } + .bx-repeat:before { + content: "\ebdc"; + } + .bx-reply:before { + content: "\ef5f"; + } + .bx-reply-all:before { + content: "\ebde"; + } + .bx-repost:before { + content: "\ebdf"; + } + .bx-reset:before { + content: "\ebe0"; + } + .bx-restaurant:before { + content: "\ebe1"; + } + .bx-revision:before { + content: "\ebe2"; + } + .bx-rewind:before { + content: "\ebe3"; + } + .bx-rewind-circle:before { + content: "\ebe4"; + } + .bx-right-arrow:before { + content: "\ebe5"; + } + .bx-right-arrow-alt:before { + content: "\ebe6"; + } + .bx-right-arrow-circle:before { + content: "\ebe7"; + } + .bx-right-down-arrow-circle:before { + content: "\ebe8"; + } + .bx-right-indent:before { + content: "\ebe9"; + } + .bx-right-top-arrow-circle:before { + content: "\ebea"; + } + .bx-rocket:before { + content: "\ebeb"; + } + .bx-rotate-left:before { + content: "\ebec"; + } + .bx-rotate-right:before { + content: "\ebed"; + } + .bx-rss:before { + content: "\ebee"; + } + .bx-ruble:before { + content: "\ebef"; + } + .bx-ruler:before { + content: "\ebf0"; + } + .bx-run:before { + content: "\ebf1"; + } + .bx-rupee:before { + content: "\ebf2"; + } + .bx-sad:before { + content: "\ebf3"; + } + .bx-save:before { + content: "\ebf4"; + } + .bx-scan:before { + content: "\ebf5"; + } + .bx-screenshot:before { + content: "\ef60"; + } + .bx-search:before { + content: "\ebf7"; + } + .bx-search-alt:before { + content: "\ebf8"; + } + .bx-search-alt-2:before { + content: "\ebf9"; + } + .bx-selection:before { + content: "\ebfa"; + } + .bx-select-multiple:before { + content: "\ebfb"; + } + .bx-send:before { + content: "\ebfc"; + } + .bx-server:before { + content: "\ebfd"; + } + .bx-shape-circle:before { + content: "\ebfe"; + } + .bx-shape-polygon:before { + content: "\ebff"; + } + .bx-shape-square:before { + content: "\ec00"; + } + .bx-shape-triangle:before { + content: "\ec01"; + } + .bx-share:before { + content: "\ec02"; + } + .bx-share-alt:before { + content: "\ec03"; + } + .bx-shekel:before { + content: "\ec04"; + } + .bx-shield:before { + content: "\ec05"; + } + .bx-shield-alt:before { + content: "\ec06"; + } + .bx-shield-alt-2:before { + content: "\ec07"; + } + .bx-shield-quarter:before { + content: "\ec08"; + } + .bx-shield-x:before { + content: "\ec09"; + } + .bx-shocked:before { + content: "\ec0a"; + } + .bx-shopping-bag:before { + content: "\ec0b"; + } + .bx-show:before { + content: "\ec0c"; + } + .bx-show-alt:before { + content: "\ec0d"; + } + .bx-shuffle:before { + content: "\ec0e"; + } + .bx-sidebar:before { + content: "\ec0f"; + } + .bx-sitemap:before { + content: "\ec10"; + } + .bx-skip-next:before { + content: "\ec11"; + } + .bx-skip-next-circle:before { + content: "\ec12"; + } + .bx-skip-previous:before { + content: "\ec13"; + } + .bx-skip-previous-circle:before { + content: "\ec14"; + } + .bx-sleepy:before { + content: "\ec15"; + } + .bx-slider:before { + content: "\ec16"; + } + .bx-slider-alt:before { + content: "\ec17"; + } + .bx-slideshow:before { + content: "\ec18"; + } + .bx-smile:before { + content: "\ec19"; + } + .bx-sort:before { + content: "\ec1a"; + } + .bx-sort-alt-2:before { + content: "\ec1b"; + } + .bx-sort-a-z:before { + content: "\ec1c"; + } + .bx-sort-down:before { + content: "\ec1d"; + } + .bx-sort-up:before { + content: "\ec1e"; + } + .bx-sort-z-a:before { + content: "\ec1f"; + } + .bx-spa:before { + content: "\ec20"; + } + .bx-space-bar:before { + content: "\ec21"; + } + .bx-speaker:before { + content: "\ec22"; + } + .bx-spray-can:before { + content: "\ec23"; + } + .bx-spreadsheet:before { + content: "\ec24"; + } + .bx-square:before { + content: "\ec25"; + } + .bx-square-rounded:before { + content: "\ec26"; + } + .bx-star:before { + content: "\ec27"; + } + .bx-station:before { + content: "\ec28"; + } + .bx-stats:before { + content: "\ec29"; + } + .bx-sticker:before { + content: "\ec2a"; + } + .bx-stop:before { + content: "\ec2b"; + } + .bx-stop-circle:before { + content: "\ec2c"; + } + .bx-stopwatch:before { + content: "\ec2d"; + } + .bx-store:before { + content: "\ec2e"; + } + .bx-store-alt:before { + content: "\ec2f"; + } + .bx-street-view:before { + content: "\ec30"; + } + .bx-strikethrough:before { + content: "\ec31"; + } + .bx-subdirectory-left:before { + content: "\ec32"; + } + .bx-subdirectory-right:before { + content: "\ec33"; + } + .bx-sun:before { + content: "\ec34"; + } + .bx-support:before { + content: "\ec35"; + } + .bx-swim:before { + content: "\ec36"; + } + .bx-sync:before { + content: "\ec37"; + } + .bx-tab:before { + content: "\ec38"; + } + .bx-table:before { + content: "\ec39"; + } + .bx-tachometer:before { + content: "\ec3a"; + } + .bx-tag:before { + content: "\ec3b"; + } + .bx-tag-alt:before { + content: "\ec3c"; + } + .bx-target-lock:before { + content: "\ec3d"; + } + .bx-task:before { + content: "\ec3e"; + } + .bx-task-x:before { + content: "\ec3f"; + } + .bx-taxi:before { + content: "\ec40"; + } + .bx-tennis-ball:before { + content: "\ec41"; + } + .bx-terminal:before { + content: "\ec42"; + } + .bx-test-tube:before { + content: "\ec43"; + } + .bx-text:before { + content: "\ec44"; + } + .bx-time:before { + content: "\ec45"; + } + .bx-time-five:before { + content: "\ec46"; + } + .bx-timer:before { + content: "\ec47"; + } + .bx-tired:before { + content: "\ec48"; + } + .bx-toggle-left:before { + content: "\ec49"; + } + .bx-toggle-right:before { + content: "\ec4a"; + } + .bx-tone:before { + content: "\ec4b"; + } + .bx-traffic-cone:before { + content: "\ec4c"; + } + .bx-train:before { + content: "\ec4d"; + } + .bx-transfer:before { + content: "\ec4e"; + } + .bx-transfer-alt:before { + content: "\ec4f"; + } + .bx-trash:before { + content: "\ec50"; + } + .bx-trash-alt:before { + content: "\ec51"; + } + .bx-trending-down:before { + content: "\ec52"; + } + .bx-trending-up:before { + content: "\ec53"; + } + .bx-trim:before { + content: "\ec54"; + } + .bx-trip:before { + content: "\ec55"; + } + .bx-trophy:before { + content: "\ec56"; + } + .bx-tv:before { + content: "\ec57"; + } + .bx-underline:before { + content: "\ec58"; + } + .bx-undo:before { + content: "\ec59"; + } + .bx-unite:before { + content: "\ec5a"; + } + .bx-unlink:before { + content: "\ec5b"; + } + .bx-up-arrow:before { + content: "\ec5c"; + } + .bx-up-arrow-alt:before { + content: "\ec5d"; + } + .bx-up-arrow-circle:before { + content: "\ec5e"; + } + .bx-upload:before { + content: "\ec5f"; + } + .bx-upside-down:before { + content: "\ec60"; + } + .bx-upvote:before { + content: "\ec61"; + } + .bx-usb:before { + content: "\ec62"; + } + .bx-user:before { + content: "\ec63"; + } + .bx-user-check:before { + content: "\ec64"; + } + .bx-user-circle:before { + content: "\ec65"; + } + .bx-user-minus:before { + content: "\ec66"; + } + .bx-user-pin:before { + content: "\ec67"; + } + .bx-user-plus:before { + content: "\ec68"; + } + .bx-user-voice:before { + content: "\ec69"; + } + .bx-user-x:before { + content: "\ec6a"; + } + .bx-vector:before { + content: "\ec6b"; + } + .bx-vertical-center:before { + content: "\ec6c"; + } + .bx-vial:before { + content: "\ec6d"; + } + .bx-video:before { + content: "\ec6e"; + } + .bx-video-off:before { + content: "\ec6f"; + } + .bx-video-plus:before { + content: "\ec70"; + } + .bx-video-recording:before { + content: "\ec71"; + } + .bx-voicemail:before { + content: "\ec72"; + } + .bx-volume:before { + content: "\ec73"; + } + .bx-volume-full:before { + content: "\ec74"; + } + .bx-volume-low:before { + content: "\ec75"; + } + .bx-volume-mute:before { + content: "\ec76"; + } + .bx-walk:before { + content: "\ec77"; + } + .bx-wallet:before { + content: "\ec78"; + } + .bx-wallet-alt:before { + content: "\ec79"; + } + .bx-water:before { + content: "\ec7a"; + } + .bx-webcam:before { + content: "\ec7b"; + } + .bx-wifi:before { + content: "\ec7c"; + } + .bx-wifi-0:before { + content: "\ec7d"; + } + .bx-wifi-1:before { + content: "\ec7e"; + } + .bx-wifi-2:before { + content: "\ec7f"; + } + .bx-wifi-off:before { + content: "\ec80"; + } + .bx-wind:before { + content: "\ec81"; + } + .bx-window:before { + content: "\ec82"; + } + .bx-window-alt:before { + content: "\ec83"; + } + .bx-window-close:before { + content: "\ec84"; + } + .bx-window-open:before { + content: "\ec85"; + } + .bx-windows:before { + content: "\ec86"; + } + .bx-wine:before { + content: "\ec87"; + } + .bx-wink-smile:before { + content: "\ec88"; + } + .bx-wink-tongue:before { + content: "\ec89"; + } + .bx-won:before { + content: "\ec8a"; + } + .bx-world:before { + content: "\ec8b"; + } + .bx-wrench:before { + content: "\ec8c"; + } + .bx-x:before { + content: "\ec8d"; + } + .bx-x-circle:before { + content: "\ec8e"; + } + .bx-yen:before { + content: "\ec8f"; + } + .bx-zoom-in:before { + content: "\ec90"; + } + .bx-zoom-out:before { + content: "\ec91"; + } + .bxs-party:before { + content: "\ec92"; + } + .bxs-hot:before { + content: "\ec93"; + } + .bxs-droplet:before { + content: "\ec94"; + } + .bxs-cat:before { + content: "\ec95"; + } + .bxs-dog:before { + content: "\ec96"; + } + .bxs-injection:before { + content: "\ec97"; + } + .bxs-leaf:before { + content: "\ec98"; + } + .bxs-add-to-queue:before { + content: "\ec99"; + } + .bxs-adjust:before { + content: "\ec9a"; + } + .bxs-adjust-alt:before { + content: "\ec9b"; + } + .bxs-alarm:before { + content: "\ec9c"; + } + .bxs-alarm-add:before { + content: "\ec9d"; + } + .bxs-alarm-exclamation:before { + content: "\ec9e"; + } + .bxs-alarm-off:before { + content: "\ec9f"; + } + .bxs-alarm-snooze:before { + content: "\eca0"; + } + .bxs-album:before { + content: "\eca1"; + } + .bxs-ambulance:before { + content: "\eca2"; + } + .bxs-analyse:before { + content: "\eca3"; + } + .bxs-angry:before { + content: "\eca4"; + } + .bxs-arch:before { + content: "\eca5"; + } + .bxs-archive:before { + content: "\eca6"; + } + .bxs-archive-in:before { + content: "\eca7"; + } + .bxs-archive-out:before { + content: "\eca8"; + } + .bxs-area:before { + content: "\eca9"; + } + .bxs-arrow-from-bottom:before { + content: "\ecaa"; + } + .bxs-arrow-from-left:before { + content: "\ecab"; + } + .bxs-arrow-from-right:before { + content: "\ecac"; + } + .bxs-arrow-from-top:before { + content: "\ecad"; + } + .bxs-arrow-to-bottom:before { + content: "\ecae"; + } + .bxs-arrow-to-left:before { + content: "\ecaf"; + } + .bxs-arrow-to-right:before { + content: "\ecb0"; + } + .bxs-arrow-to-top:before { + content: "\ecb1"; + } + .bxs-award:before { + content: "\ecb2"; + } + .bxs-baby-carriage:before { + content: "\ecb3"; + } + .bxs-backpack:before { + content: "\ecb4"; + } + .bxs-badge:before { + content: "\ecb5"; + } + .bxs-badge-check:before { + content: "\ecb6"; + } + .bxs-badge-dollar:before { + content: "\ecb7"; + } + .bxs-ball:before { + content: "\ecb8"; + } + .bxs-band-aid:before { + content: "\ecb9"; + } + .bxs-bank:before { + content: "\ecba"; + } + .bxs-bar-chart-alt-2:before { + content: "\ecbb"; + } + .bxs-bar-chart-square:before { + content: "\ecbc"; + } + .bxs-barcode:before { + content: "\ecbd"; + } + .bxs-baseball:before { + content: "\ecbe"; + } + .bxs-basket:before { + content: "\ecbf"; + } + .bxs-basketball:before { + content: "\ecc0"; + } + .bxs-bath:before { + content: "\ecc1"; + } + .bxs-battery:before { + content: "\ecc2"; + } + .bxs-battery-charging:before { + content: "\ecc3"; + } + .bxs-battery-full:before { + content: "\ecc4"; + } + .bxs-battery-low:before { + content: "\ecc5"; + } + .bxs-bed:before { + content: "\ecc6"; + } + .bxs-been-here:before { + content: "\ecc7"; + } + .bxs-beer:before { + content: "\ecc8"; + } + .bxs-bell:before { + content: "\ecc9"; + } + .bxs-bell-minus:before { + content: "\ecca"; + } + .bxs-bell-off:before { + content: "\eccb"; + } + .bxs-bell-plus:before { + content: "\eccc"; + } + .bxs-bell-ring:before { + content: "\eccd"; + } + .bxs-bible:before { + content: "\ecce"; + } + .bxs-binoculars:before { + content: "\eccf"; + } + .bxs-blanket:before { + content: "\ecd0"; + } + .bxs-bolt:before { + content: "\ecd1"; + } + .bxs-bolt-circle:before { + content: "\ecd2"; + } + .bxs-bomb:before { + content: "\ecd3"; + } + .bxs-bone:before { + content: "\ecd4"; + } + .bxs-bong:before { + content: "\ecd5"; + } + .bxs-book:before { + content: "\ecd6"; + } + .bxs-book-add:before { + content: "\ecd7"; + } + .bxs-book-alt:before { + content: "\ecd8"; + } + .bxs-book-bookmark:before { + content: "\ecd9"; + } + .bxs-book-content:before { + content: "\ecda"; + } + .bxs-book-heart:before { + content: "\ecdb"; + } + .bxs-bookmark:before { + content: "\ecdc"; + } + .bxs-bookmark-alt:before { + content: "\ecdd"; + } + .bxs-bookmark-alt-minus:before { + content: "\ecde"; + } + .bxs-bookmark-alt-plus:before { + content: "\ecdf"; + } + .bxs-bookmark-heart:before { + content: "\ece0"; + } + .bxs-bookmark-minus:before { + content: "\ece1"; + } + .bxs-bookmark-plus:before { + content: "\ece2"; + } + .bxs-bookmarks:before { + content: "\ece3"; + } + .bxs-bookmark-star:before { + content: "\ece4"; + } + .bxs-book-open:before { + content: "\ece5"; + } + .bxs-book-reader:before { + content: "\ece6"; + } + .bxs-bot:before { + content: "\ece7"; + } + .bxs-bowling-ball:before { + content: "\ece8"; + } + .bxs-box:before { + content: "\ece9"; + } + .bxs-brain:before { + content: "\ecea"; + } + .bxs-briefcase:before { + content: "\eceb"; + } + .bxs-briefcase-alt:before { + content: "\ecec"; + } + .bxs-briefcase-alt-2:before { + content: "\eced"; + } + .bxs-brightness:before { + content: "\ecee"; + } + .bxs-brightness-half:before { + content: "\ecef"; + } + .bxs-brush:before { + content: "\ecf0"; + } + .bxs-brush-alt:before { + content: "\ecf1"; + } + .bxs-bug:before { + content: "\ecf2"; + } + .bxs-bug-alt:before { + content: "\ecf3"; + } + .bxs-building:before { + content: "\ecf4"; + } + .bxs-building-house:before { + content: "\ecf5"; + } + .bxs-buildings:before { + content: "\ecf6"; + } + .bxs-bulb:before { + content: "\ecf7"; + } + .bxs-bullseye:before { + content: "\ecf8"; + } + .bxs-buoy:before { + content: "\ecf9"; + } + .bxs-bus:before { + content: "\ecfa"; + } + .bxs-business:before { + content: "\ecfb"; + } + .bxs-bus-school:before { + content: "\ecfc"; + } + .bxs-cabinet:before { + content: "\ecfd"; + } + .bxs-cake:before { + content: "\ecfe"; + } + .bxs-calculator:before { + content: "\ecff"; + } + .bxs-calendar:before { + content: "\ed00"; + } + .bxs-calendar-alt:before { + content: "\ed01"; + } + .bxs-calendar-check:before { + content: "\ed02"; + } + .bxs-calendar-edit:before { + content: "\ed03"; + } + .bxs-calendar-event:before { + content: "\ed04"; + } + .bxs-calendar-exclamation:before { + content: "\ed05"; + } + .bxs-calendar-heart:before { + content: "\ed06"; + } + .bxs-calendar-minus:before { + content: "\ed07"; + } + .bxs-calendar-plus:before { + content: "\ed08"; + } + .bxs-calendar-star:before { + content: "\ed09"; + } + .bxs-calendar-week:before { + content: "\ed0a"; + } + .bxs-calendar-x:before { + content: "\ed0b"; + } + .bxs-camera:before { + content: "\ed0c"; + } + .bxs-camera-home:before { + content: "\ed0d"; + } + .bxs-camera-movie:before { + content: "\ed0e"; + } + .bxs-camera-off:before { + content: "\ed0f"; + } + .bxs-camera-plus:before { + content: "\ed10"; + } + .bxs-capsule:before { + content: "\ed11"; + } + .bxs-captions:before { + content: "\ed12"; + } + .bxs-car:before { + content: "\ed13"; + } + .bxs-car-battery:before { + content: "\ed14"; + } + .bxs-car-crash:before { + content: "\ed15"; + } + .bxs-card:before { + content: "\ed16"; + } + .bxs-caret-down-circle:before { + content: "\ed17"; + } + .bxs-caret-down-square:before { + content: "\ed18"; + } + .bxs-caret-left-circle:before { + content: "\ed19"; + } + .bxs-caret-left-square:before { + content: "\ed1a"; + } + .bxs-caret-right-circle:before { + content: "\ed1b"; + } + .bxs-caret-right-square:before { + content: "\ed1c"; + } + .bxs-caret-up-circle:before { + content: "\ed1d"; + } + .bxs-caret-up-square:before { + content: "\ed1e"; + } + .bxs-car-garage:before { + content: "\ed1f"; + } + .bxs-car-mechanic:before { + content: "\ed20"; + } + .bxs-carousel:before { + content: "\ed21"; + } + .bxs-cart:before { + content: "\ed22"; + } + .bxs-cart-add:before { + content: "\ed23"; + } + .bxs-cart-alt:before { + content: "\ed24"; + } + .bxs-cart-download:before { + content: "\ed25"; + } + .bxs-car-wash:before { + content: "\ed26"; + } + .bxs-category:before { + content: "\ed27"; + } + .bxs-category-alt:before { + content: "\ed28"; + } + .bxs-cctv:before { + content: "\ed29"; + } + .bxs-certification:before { + content: "\ed2a"; + } + .bxs-chalkboard:before { + content: "\ed2b"; + } + .bxs-chart:before { + content: "\ed2c"; + } + .bxs-chat:before { + content: "\ed2d"; + } + .bxs-checkbox:before { + content: "\ed2e"; + } + .bxs-checkbox-checked:before { + content: "\ed2f"; + } + .bxs-checkbox-minus:before { + content: "\ed30"; + } + .bxs-check-circle:before { + content: "\ed31"; + } + .bxs-check-shield:before { + content: "\ed32"; + } + .bxs-check-square:before { + content: "\ed33"; + } + .bxs-chess:before { + content: "\ed34"; + } + .bxs-chevron-down:before { + content: "\ed35"; + } + .bxs-chevron-down-circle:before { + content: "\ed36"; + } + .bxs-chevron-down-square:before { + content: "\ed37"; + } + .bxs-chevron-left:before { + content: "\ed38"; + } + .bxs-chevron-left-circle:before { + content: "\ed39"; + } + .bxs-chevron-left-square:before { + content: "\ed3a"; + } + .bxs-chevron-right:before { + content: "\ed3b"; + } + .bxs-chevron-right-circle:before { + content: "\ed3c"; + } + .bxs-chevron-right-square:before { + content: "\ed3d"; + } + .bxs-chevrons-down:before { + content: "\ed3e"; + } + .bxs-chevrons-left:before { + content: "\ed3f"; + } + .bxs-chevrons-right:before { + content: "\ed40"; + } + .bxs-chevrons-up:before { + content: "\ed41"; + } + .bxs-chevron-up:before { + content: "\ed42"; + } + .bxs-chevron-up-circle:before { + content: "\ed43"; + } + .bxs-chevron-up-square:before { + content: "\ed44"; + } + .bxs-chip:before { + content: "\ed45"; + } + .bxs-church:before { + content: "\ed46"; + } + .bxs-circle:before { + content: "\ed47"; + } + .bxs-city:before { + content: "\ed48"; + } + .bxs-clinic:before { + content: "\ed49"; + } + .bxs-cloud:before { + content: "\ed4a"; + } + .bxs-cloud-download:before { + content: "\ed4b"; + } + .bxs-cloud-lightning:before { + content: "\ed4c"; + } + .bxs-cloud-rain:before { + content: "\ed4d"; + } + .bxs-cloud-upload:before { + content: "\ed4e"; + } + .bxs-coffee:before { + content: "\ed4f"; + } + .bxs-coffee-alt:before { + content: "\ed50"; + } + .bxs-coffee-togo:before { + content: "\ed51"; + } + .bxs-cog:before { + content: "\ed52"; + } + .bxs-coin:before { + content: "\ed53"; + } + .bxs-coin-stack:before { + content: "\ed54"; + } + .bxs-collection:before { + content: "\ed55"; + } + .bxs-color-fill:before { + content: "\ed56"; + } + .bxs-comment:before { + content: "\ed57"; + } + .bxs-comment-add:before { + content: "\ed58"; + } + .bxs-comment-check:before { + content: "\ed59"; + } + .bxs-comment-detail:before { + content: "\ed5a"; + } + .bxs-comment-dots:before { + content: "\ed5b"; + } + .bxs-comment-edit:before { + content: "\ed5c"; + } + .bxs-comment-error:before { + content: "\ed5d"; + } + .bxs-comment-minus:before { + content: "\ed5e"; + } + .bxs-comment-x:before { + content: "\ed5f"; + } + .bxs-compass:before { + content: "\ed60"; + } + .bxs-component:before { + content: "\ed61"; + } + .bxs-confused:before { + content: "\ed62"; + } + .bxs-contact:before { + content: "\ed63"; + } + .bxs-conversation:before { + content: "\ed64"; + } + .bxs-cookie:before { + content: "\ed65"; + } + .bxs-cool:before { + content: "\ed66"; + } + .bxs-copy:before { + content: "\ed67"; + } + .bxs-copy-alt:before { + content: "\ed68"; + } + .bxs-copyright:before { + content: "\ed69"; + } + .bxs-coupon:before { + content: "\ed6a"; + } + .bxs-credit-card:before { + content: "\ed6b"; + } + .bxs-credit-card-alt:before { + content: "\ed6c"; + } + .bxs-credit-card-front:before { + content: "\ed6d"; + } + .bxs-crop:before { + content: "\ed6e"; + } + .bxs-crown:before { + content: "\ed6f"; + } + .bxs-cube:before { + content: "\ed70"; + } + .bxs-cube-alt:before { + content: "\ed71"; + } + .bxs-cuboid:before { + content: "\ed72"; + } + .bxs-customize:before { + content: "\ed73"; + } + .bxs-cylinder:before { + content: "\ed74"; + } + .bxs-dashboard:before { + content: "\ed75"; + } + .bxs-data:before { + content: "\ed76"; + } + .bxs-detail:before { + content: "\ed77"; + } + .bxs-devices:before { + content: "\ed78"; + } + .bxs-diamond:before { + content: "\ed79"; + } + .bxs-dice-1:before { + content: "\ed7a"; + } + .bxs-dice-2:before { + content: "\ed7b"; + } + .bxs-dice-3:before { + content: "\ed7c"; + } + .bxs-dice-4:before { + content: "\ed7d"; + } + .bxs-dice-5:before { + content: "\ed7e"; + } + .bxs-dice-6:before { + content: "\ed7f"; + } + .bxs-direction-left:before { + content: "\ed80"; + } + .bxs-direction-right:before { + content: "\ed81"; + } + .bxs-directions:before { + content: "\ed82"; + } + .bxs-disc:before { + content: "\ed83"; + } + .bxs-discount:before { + content: "\ed84"; + } + .bxs-dish:before { + content: "\ed85"; + } + .bxs-dislike:before { + content: "\ed86"; + } + .bxs-dizzy:before { + content: "\ed87"; + } + .bxs-dock-bottom:before { + content: "\ed88"; + } + .bxs-dock-left:before { + content: "\ed89"; + } + .bxs-dock-right:before { + content: "\ed8a"; + } + .bxs-dock-top:before { + content: "\ed8b"; + } + .bxs-dollar-circle:before { + content: "\ed8c"; + } + .bxs-donate-blood:before { + content: "\ed8d"; + } + .bxs-donate-heart:before { + content: "\ed8e"; + } + .bxs-door-open:before { + content: "\ed8f"; + } + .bxs-doughnut-chart:before { + content: "\ed90"; + } + .bxs-down-arrow:before { + content: "\ed91"; + } + .bxs-down-arrow-alt:before { + content: "\ed92"; + } + .bxs-down-arrow-circle:before { + content: "\ed93"; + } + .bxs-down-arrow-square:before { + content: "\ed94"; + } + .bxs-download:before { + content: "\ed95"; + } + .bxs-downvote:before { + content: "\ed96"; + } + .bxs-drink:before { + content: "\ed97"; + } + .bxs-droplet-half:before { + content: "\ed98"; + } + .bxs-dryer:before { + content: "\ed99"; + } + .bxs-duplicate:before { + content: "\ed9a"; + } + .bxs-edit:before { + content: "\ed9b"; + } + .bxs-edit-alt:before { + content: "\ed9c"; + } + .bxs-edit-location:before { + content: "\ed9d"; + } + .bxs-eject:before { + content: "\ed9e"; + } + .bxs-envelope:before { + content: "\ed9f"; + } + .bxs-envelope-open:before { + content: "\eda0"; + } + .bxs-eraser:before { + content: "\eda1"; + } + .bxs-error:before { + content: "\eda2"; + } + .bxs-error-alt:before { + content: "\eda3"; + } + .bxs-error-circle:before { + content: "\eda4"; + } + .bxs-ev-station:before { + content: "\eda5"; + } + .bxs-exit:before { + content: "\eda6"; + } + .bxs-extension:before { + content: "\eda7"; + } + .bxs-eyedropper:before { + content: "\eda8"; + } + .bxs-face:before { + content: "\eda9"; + } + .bxs-face-mask:before { + content: "\edaa"; + } + .bxs-factory:before { + content: "\edab"; + } + .bxs-fast-forward-circle:before { + content: "\edac"; + } + .bxs-file:before { + content: "\edad"; + } + .bxs-file-archive:before { + content: "\edae"; + } + .bxs-file-blank:before { + content: "\edaf"; + } + .bxs-file-css:before { + content: "\edb0"; + } + .bxs-file-doc:before { + content: "\edb1"; + } + .bxs-file-export:before { + content: "\edb2"; + } + .bxs-file-find:before { + content: "\edb3"; + } + .bxs-file-gif:before { + content: "\edb4"; + } + .bxs-file-html:before { + content: "\edb5"; + } + .bxs-file-image:before { + content: "\edb6"; + } + .bxs-file-import:before { + content: "\edb7"; + } + .bxs-file-jpg:before { + content: "\edb8"; + } + .bxs-file-js:before { + content: "\edb9"; + } + .bxs-file-json:before { + content: "\edba"; + } + .bxs-file-md:before { + content: "\edbb"; + } + .bxs-file-pdf:before { + content: "\edbc"; + } + .bxs-file-plus:before { + content: "\edbd"; + } + .bxs-file-png:before { + content: "\edbe"; + } + .bxs-file-txt:before { + content: "\edbf"; + } + .bxs-film:before { + content: "\edc0"; + } + .bxs-filter-alt:before { + content: "\edc1"; + } + .bxs-first-aid:before { + content: "\edc2"; + } + .bxs-flag:before { + content: "\edc3"; + } + .bxs-flag-alt:before { + content: "\edc4"; + } + .bxs-flag-checkered:before { + content: "\edc5"; + } + .bxs-flame:before { + content: "\edc6"; + } + .bxs-flask:before { + content: "\edc7"; + } + .bxs-florist:before { + content: "\edc8"; + } + .bxs-folder:before { + content: "\edc9"; + } + .bxs-folder-minus:before { + content: "\edca"; + } + .bxs-folder-open:before { + content: "\edcb"; + } + .bxs-folder-plus:before { + content: "\edcc"; + } + .bxs-food-menu:before { + content: "\edcd"; + } + .bxs-fridge:before { + content: "\edce"; + } + .bxs-game:before { + content: "\edcf"; + } + .bxs-gas-pump:before { + content: "\edd0"; + } + .bxs-ghost:before { + content: "\edd1"; + } + .bxs-gift:before { + content: "\edd2"; + } + .bxs-graduation:before { + content: "\edd3"; + } + .bxs-grid:before { + content: "\edd4"; + } + .bxs-grid-alt:before { + content: "\edd5"; + } + .bxs-group:before { + content: "\edd6"; + } + .bxs-guitar-amp:before { + content: "\edd7"; + } + .bxs-hand:before { + content: "\edd8"; + } + .bxs-hand-down:before { + content: "\edd9"; + } + .bxs-hand-left:before { + content: "\edda"; + } + .bxs-hand-right:before { + content: "\eddb"; + } + .bxs-hand-up:before { + content: "\eddc"; + } + .bxs-happy:before { + content: "\eddd"; + } + .bxs-happy-alt:before { + content: "\edde"; + } + .bxs-happy-beaming:before { + content: "\eddf"; + } + .bxs-happy-heart-eyes:before { + content: "\ede0"; + } + .bxs-hdd:before { + content: "\ede1"; + } + .bxs-heart:before { + content: "\ede2"; + } + .bxs-heart-circle:before { + content: "\ede3"; + } + .bxs-heart-square:before { + content: "\ede4"; + } + .bxs-help-circle:before { + content: "\ede5"; + } + .bxs-hide:before { + content: "\ede6"; + } + .bxs-home:before { + content: "\ede7"; + } + .bxs-home-circle:before { + content: "\ede8"; + } + .bxs-home-heart:before { + content: "\ede9"; + } + .bxs-home-smile:before { + content: "\edea"; + } + .bxs-hotel:before { + content: "\edeb"; + } + .bxs-hourglass:before { + content: "\edec"; + } + .bxs-hourglass-bottom:before { + content: "\eded"; + } + .bxs-hourglass-top:before { + content: "\edee"; + } + .bxs-id-card:before { + content: "\edef"; + } + .bxs-image:before { + content: "\edf0"; + } + .bxs-image-add:before { + content: "\edf1"; + } + .bxs-image-alt:before { + content: "\edf2"; + } + .bxs-inbox:before { + content: "\edf3"; + } + .bxs-info-circle:before { + content: "\edf4"; + } + .bxs-info-square:before { + content: "\edf5"; + } + .bxs-institution:before { + content: "\edf6"; + } + .bxs-joystick:before { + content: "\edf7"; + } + .bxs-joystick-alt:before { + content: "\edf8"; + } + .bxs-joystick-button:before { + content: "\edf9"; + } + .bxs-key:before { + content: "\edfa"; + } + .bxs-keyboard:before { + content: "\edfb"; + } + .bxs-label:before { + content: "\edfc"; + } + .bxs-landmark:before { + content: "\edfd"; + } + .bxs-landscape:before { + content: "\edfe"; + } + .bxs-laugh:before { + content: "\edff"; + } + .bxs-layer:before { + content: "\ee00"; + } + .bxs-layer-minus:before { + content: "\ee01"; + } + .bxs-layer-plus:before { + content: "\ee02"; + } + .bxs-layout:before { + content: "\ee03"; + } + .bxs-left-arrow:before { + content: "\ee04"; + } + .bxs-left-arrow-alt:before { + content: "\ee05"; + } + .bxs-left-arrow-circle:before { + content: "\ee06"; + } + .bxs-left-arrow-square:before { + content: "\ee07"; + } + .bxs-left-down-arrow-circle:before { + content: "\ee08"; + } + .bxs-left-top-arrow-circle:before { + content: "\ee09"; + } + .bxs-like:before { + content: "\ee0a"; + } + .bxs-location-plus:before { + content: "\ee0b"; + } + .bxs-lock:before { + content: "\ee0c"; + } + .bxs-lock-alt:before { + content: "\ee0d"; + } + .bxs-lock-open:before { + content: "\ee0e"; + } + .bxs-lock-open-alt:before { + content: "\ee0f"; + } + .bxs-log-in:before { + content: "\ee10"; + } + .bxs-log-in-circle:before { + content: "\ee11"; + } + .bxs-log-out:before { + content: "\ee12"; + } + .bxs-log-out-circle:before { + content: "\ee13"; + } + .bxs-low-vision:before { + content: "\ee14"; + } + .bxs-magic-wand:before { + content: "\ee15"; + } + .bxs-magnet:before { + content: "\ee16"; + } + .bxs-map:before { + content: "\ee17"; + } + .bxs-map-alt:before { + content: "\ee18"; + } + .bxs-map-pin:before { + content: "\ee19"; + } + .bxs-mask:before { + content: "\ee1a"; + } + .bxs-medal:before { + content: "\ee1b"; + } + .bxs-megaphone:before { + content: "\ee1c"; + } + .bxs-meh:before { + content: "\ee1d"; + } + .bxs-meh-alt:before { + content: "\ee1e"; + } + .bxs-meh-blank:before { + content: "\ee1f"; + } + .bxs-memory-card:before { + content: "\ee20"; + } + .bxs-message:before { + content: "\ee21"; + } + .bxs-message-add:before { + content: "\ee22"; + } + .bxs-message-alt:before { + content: "\ee23"; + } + .bxs-message-alt-add:before { + content: "\ee24"; + } + .bxs-message-alt-check:before { + content: "\ee25"; + } + .bxs-message-alt-detail:before { + content: "\ee26"; + } + .bxs-message-alt-dots:before { + content: "\ee27"; + } + .bxs-message-alt-edit:before { + content: "\ee28"; + } + .bxs-message-alt-error:before { + content: "\ee29"; + } + .bxs-message-alt-minus:before { + content: "\ee2a"; + } + .bxs-message-alt-x:before { + content: "\ee2b"; + } + .bxs-message-check:before { + content: "\ee2c"; + } + .bxs-message-detail:before { + content: "\ee2d"; + } + .bxs-message-dots:before { + content: "\ee2e"; + } + .bxs-message-edit:before { + content: "\ee2f"; + } + .bxs-message-error:before { + content: "\ee30"; + } + .bxs-message-minus:before { + content: "\ee31"; + } + .bxs-message-rounded:before { + content: "\ee32"; + } + .bxs-message-rounded-add:before { + content: "\ee33"; + } + .bxs-message-rounded-check:before { + content: "\ee34"; + } + .bxs-message-rounded-detail:before { + content: "\ee35"; + } + .bxs-message-rounded-dots:before { + content: "\ee36"; + } + .bxs-message-rounded-edit:before { + content: "\ee37"; + } + .bxs-message-rounded-error:before { + content: "\ee38"; + } + .bxs-message-rounded-minus:before { + content: "\ee39"; + } + .bxs-message-rounded-x:before { + content: "\ee3a"; + } + .bxs-message-square:before { + content: "\ee3b"; + } + .bxs-message-square-add:before { + content: "\ee3c"; + } + .bxs-message-square-check:before { + content: "\ee3d"; + } + .bxs-message-square-detail:before { + content: "\ee3e"; + } + .bxs-message-square-dots:before { + content: "\ee3f"; + } + .bxs-message-square-edit:before { + content: "\ee40"; + } + .bxs-message-square-error:before { + content: "\ee41"; + } + .bxs-message-square-minus:before { + content: "\ee42"; + } + .bxs-message-square-x:before { + content: "\ee43"; + } + .bxs-message-x:before { + content: "\ee44"; + } + .bxs-meteor:before { + content: "\ee45"; + } + .bxs-microchip:before { + content: "\ee46"; + } + .bxs-microphone:before { + content: "\ee47"; + } + .bxs-microphone-alt:before { + content: "\ee48"; + } + .bxs-microphone-off:before { + content: "\ee49"; + } + .bxs-minus-circle:before { + content: "\ee4a"; + } + .bxs-minus-square:before { + content: "\ee4b"; + } + .bxs-mobile:before { + content: "\ee4c"; + } + .bxs-mobile-vibration:before { + content: "\ee4d"; + } + .bxs-moon:before { + content: "\ee4e"; + } + .bxs-mouse:before { + content: "\ee4f"; + } + .bxs-mouse-alt:before { + content: "\ee50"; + } + .bxs-movie:before { + content: "\ee51"; + } + .bxs-movie-play:before { + content: "\ee52"; + } + .bxs-music:before { + content: "\ee53"; + } + .bxs-navigation:before { + content: "\ee54"; + } + .bxs-network-chart:before { + content: "\ee55"; + } + .bxs-news:before { + content: "\ee56"; + } + .bxs-no-entry:before { + content: "\ee57"; + } + .bxs-note:before { + content: "\ee58"; + } + .bxs-notepad:before { + content: "\ee59"; + } + .bxs-notification:before { + content: "\ee5a"; + } + .bxs-notification-off:before { + content: "\ee5b"; + } + .bxs-offer:before { + content: "\ee5c"; + } + .bxs-package:before { + content: "\ee5d"; + } + .bxs-paint:before { + content: "\ee5e"; + } + .bxs-paint-roll:before { + content: "\ee5f"; + } + .bxs-palette:before { + content: "\ee60"; + } + .bxs-paper-plane:before { + content: "\ee61"; + } + .bxs-parking:before { + content: "\ee62"; + } + .bxs-paste:before { + content: "\ee63"; + } + .bxs-pen:before { + content: "\ee64"; + } + .bxs-pencil:before { + content: "\ee65"; + } + .bxs-phone:before { + content: "\ee66"; + } + .bxs-phone-call:before { + content: "\ee67"; + } + .bxs-phone-incoming:before { + content: "\ee68"; + } + .bxs-phone-off:before { + content: "\ee69"; + } + .bxs-phone-outgoing:before { + content: "\ee6a"; + } + .bxs-photo-album:before { + content: "\ee6b"; + } + .bxs-piano:before { + content: "\ee6c"; + } + .bxs-pie-chart:before { + content: "\ee6d"; + } + .bxs-pie-chart-alt:before { + content: "\ee6e"; + } + .bxs-pie-chart-alt-2:before { + content: "\ee6f"; + } + .bxs-pin:before { + content: "\ee70"; + } + .bxs-pizza:before { + content: "\ee71"; + } + .bxs-plane:before { + content: "\ee72"; + } + .bxs-plane-alt:before { + content: "\ee73"; + } + .bxs-plane-land:before { + content: "\ee74"; + } + .bxs-planet:before { + content: "\ee75"; + } + .bxs-plane-take-off:before { + content: "\ee76"; + } + .bxs-playlist:before { + content: "\ee77"; + } + .bxs-plug:before { + content: "\ee78"; + } + .bxs-plus-circle:before { + content: "\ee79"; + } + .bxs-plus-square:before { + content: "\ee7a"; + } + .bxs-pointer:before { + content: "\ee7b"; + } + .bxs-polygon:before { + content: "\ee7c"; + } + .bxs-printer:before { + content: "\ee7d"; + } + .bxs-purchase-tag:before { + content: "\ee7e"; + } + .bxs-purchase-tag-alt:before { + content: "\ee7f"; + } + .bxs-pyramid:before { + content: "\ee80"; + } + .bxs-quote-alt-left:before { + content: "\ee81"; + } + .bxs-quote-alt-right:before { + content: "\ee82"; + } + .bxs-quote-left:before { + content: "\ee83"; + } + .bxs-quote-right:before { + content: "\ee84"; + } + .bxs-quote-single-left:before { + content: "\ee85"; + } + .bxs-quote-single-right:before { + content: "\ee86"; + } + .bxs-radiation:before { + content: "\ee87"; + } + .bxs-radio:before { + content: "\ee88"; + } + .bxs-receipt:before { + content: "\ee89"; + } + .bxs-rectangle:before { + content: "\ee8a"; + } + .bxs-registered:before { + content: "\ee8b"; + } + .bxs-rename:before { + content: "\ee8c"; + } + .bxs-report:before { + content: "\ee8d"; + } + .bxs-rewind-circle:before { + content: "\ee8e"; + } + .bxs-right-arrow:before { + content: "\ee8f"; + } + .bxs-right-arrow-alt:before { + content: "\ee90"; + } + .bxs-right-arrow-circle:before { + content: "\ee91"; + } + .bxs-right-arrow-square:before { + content: "\ee92"; + } + .bxs-right-down-arrow-circle:before { + content: "\ee93"; + } + .bxs-right-top-arrow-circle:before { + content: "\ee94"; + } + .bxs-rocket:before { + content: "\ee95"; + } + .bxs-ruler:before { + content: "\ee96"; + } + .bxs-sad:before { + content: "\ee97"; + } + .bxs-save:before { + content: "\ee98"; + } + .bxs-school:before { + content: "\ee99"; + } + .bxs-search:before { + content: "\ee9a"; + } + .bxs-search-alt-2:before { + content: "\ee9b"; + } + .bxs-select-multiple:before { + content: "\ee9c"; + } + .bxs-send:before { + content: "\ee9d"; + } + .bxs-server:before { + content: "\ee9e"; + } + .bxs-shapes:before { + content: "\ee9f"; + } + .bxs-share:before { + content: "\eea0"; + } + .bxs-share-alt:before { + content: "\eea1"; + } + .bxs-shield:before { + content: "\eea2"; + } + .bxs-shield-alt-2:before { + content: "\eea3"; + } + .bxs-shield-x:before { + content: "\eea4"; + } + .bxs-ship:before { + content: "\eea5"; + } + .bxs-shocked:before { + content: "\eea6"; + } + .bxs-shopping-bag:before { + content: "\eea7"; + } + .bxs-shopping-bag-alt:before { + content: "\eea8"; + } + .bxs-shopping-bags:before { + content: "\eea9"; + } + .bxs-show:before { + content: "\eeaa"; + } + .bxs-skip-next-circle:before { + content: "\eeab"; + } + .bxs-skip-previous-circle:before { + content: "\eeac"; + } + .bxs-skull:before { + content: "\eead"; + } + .bxs-sleepy:before { + content: "\eeae"; + } + .bxs-slideshow:before { + content: "\eeaf"; + } + .bxs-smile:before { + content: "\eeb0"; + } + .bxs-sort-alt:before { + content: "\eeb1"; + } + .bxs-spa:before { + content: "\eeb2"; + } + .bxs-speaker:before { + content: "\eeb3"; + } + .bxs-spray-can:before { + content: "\eeb4"; + } + .bxs-spreadsheet:before { + content: "\eeb5"; + } + .bxs-square:before { + content: "\eeb6"; + } + .bxs-square-rounded:before { + content: "\eeb7"; + } + .bxs-star:before { + content: "\eeb8"; + } + .bxs-star-half:before { + content: "\eeb9"; + } + .bxs-sticker:before { + content: "\eeba"; + } + .bxs-stopwatch:before { + content: "\eebb"; + } + .bxs-store:before { + content: "\eebc"; + } + .bxs-store-alt:before { + content: "\eebd"; + } + .bxs-sun:before { + content: "\eebe"; + } + .bxs-tachometer:before { + content: "\eebf"; + } + .bxs-tag:before { + content: "\eec0"; + } + .bxs-tag-alt:before { + content: "\eec1"; + } + .bxs-tag-x:before { + content: "\eec2"; + } + .bxs-taxi:before { + content: "\eec3"; + } + .bxs-tennis-ball:before { + content: "\eec4"; + } + .bxs-terminal:before { + content: "\eec5"; + } + .bxs-thermometer:before { + content: "\eec6"; + } + .bxs-time:before { + content: "\eec7"; + } + .bxs-time-five:before { + content: "\eec8"; + } + .bxs-timer:before { + content: "\eec9"; + } + .bxs-tired:before { + content: "\eeca"; + } + .bxs-toggle-left:before { + content: "\eecb"; + } + .bxs-toggle-right:before { + content: "\eecc"; + } + .bxs-tone:before { + content: "\eecd"; + } + .bxs-torch:before { + content: "\eece"; + } + .bxs-to-top:before { + content: "\eecf"; + } + .bxs-traffic:before { + content: "\eed0"; + } + .bxs-traffic-barrier:before { + content: "\eed1"; + } + .bxs-traffic-cone:before { + content: "\eed2"; + } + .bxs-train:before { + content: "\eed3"; + } + .bxs-trash:before { + content: "\eed4"; + } + .bxs-trash-alt:before { + content: "\eed5"; + } + .bxs-tree:before { + content: "\eed6"; + } + .bxs-trophy:before { + content: "\eed7"; + } + .bxs-truck:before { + content: "\eed8"; + } + .bxs-t-shirt:before { + content: "\eed9"; + } + .bxs-tv:before { + content: "\eeda"; + } + .bxs-up-arrow:before { + content: "\eedb"; + } + .bxs-up-arrow-alt:before { + content: "\eedc"; + } + .bxs-up-arrow-circle:before { + content: "\eedd"; + } + .bxs-up-arrow-square:before { + content: "\eede"; + } + .bxs-upside-down:before { + content: "\eedf"; + } + .bxs-upvote:before { + content: "\eee0"; + } + .bxs-user:before { + content: "\eee1"; + } + .bxs-user-account:before { + content: "\eee2"; + } + .bxs-user-badge:before { + content: "\eee3"; + } + .bxs-user-check:before { + content: "\eee4"; + } + .bxs-user-circle:before { + content: "\eee5"; + } + .bxs-user-detail:before { + content: "\eee6"; + } + .bxs-user-minus:before { + content: "\eee7"; + } + .bxs-user-pin:before { + content: "\eee8"; + } + .bxs-user-plus:before { + content: "\eee9"; + } + .bxs-user-rectangle:before { + content: "\eeea"; + } + .bxs-user-voice:before { + content: "\eeeb"; + } + .bxs-user-x:before { + content: "\eeec"; + } + .bxs-vector:before { + content: "\eeed"; + } + .bxs-vial:before { + content: "\eeee"; + } + .bxs-video:before { + content: "\eeef"; + } + .bxs-video-off:before { + content: "\eef0"; + } + .bxs-video-plus:before { + content: "\eef1"; + } + .bxs-video-recording:before { + content: "\eef2"; + } + .bxs-videos:before { + content: "\eef3"; + } + .bxs-virus:before { + content: "\eef4"; + } + .bxs-virus-block:before { + content: "\eef5"; + } + .bxs-volume:before { + content: "\eef6"; + } + .bxs-volume-full:before { + content: "\eef7"; + } + .bxs-volume-low:before { + content: "\eef8"; + } + .bxs-volume-mute:before { + content: "\eef9"; + } + .bxs-wallet:before { + content: "\eefa"; + } + .bxs-wallet-alt:before { + content: "\eefb"; + } + .bxs-washer:before { + content: "\eefc"; + } + .bxs-watch:before { + content: "\eefd"; + } + .bxs-watch-alt:before { + content: "\eefe"; + } + .bxs-webcam:before { + content: "\eeff"; + } + .bxs-widget:before { + content: "\ef00"; + } + .bxs-window-alt:before { + content: "\ef01"; + } + .bxs-wine:before { + content: "\ef02"; + } + .bxs-wink-smile:before { + content: "\ef03"; + } + .bxs-wink-tongue:before { + content: "\ef04"; + } + .bxs-wrench:before { + content: "\ef05"; + } + .bxs-x-circle:before { + content: "\ef06"; + } + .bxs-x-square:before { + content: "\ef07"; + } + .bxs-yin-yang:before { + content: "\ef08"; + } + .bxs-zap:before { + content: "\ef09"; + } + .bxs-zoom-in:before { + content: "\ef0a"; + } + .bxs-zoom-out:before { + content: "\ef0b"; + } + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/css/boxicons.min.css b/lib/boxicons-2.1.4/css/boxicons.min.css new file mode 100644 index 0000000..ed39ac5 --- /dev/null +++ b/lib/boxicons-2.1.4/css/boxicons.min.css @@ -0,0 +1 @@ +@font-face{font-family:boxicons;font-weight:400;font-style:normal;src:url(../fonts/boxicons.eot);src:url(../fonts/boxicons.eot) format('embedded-opentype'),url(../fonts/boxicons.woff2) format('woff2'),url(../fonts/boxicons.woff) format('woff'),url(../fonts/boxicons.ttf) format('truetype'),url(../fonts/boxicons.svg?#boxicons) format('svg')}.bx{font-family:boxicons!important;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bx-ul{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@-webkit-keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@-webkit-keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@-webkit-keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@-webkit-keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bx-spin{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-spin-hover:hover{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-tada{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-tada-hover:hover{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-flashing{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-flashing-hover:hover{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-burst{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-burst-hover:hover{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-fade-up{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-up-hover:hover{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-down{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-down-hover:hover{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-left{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-left-hover:hover{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-right{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-fade-right-hover:hover{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-xs{font-size:1rem!important}.bx-sm{font-size:1.55rem!important}.bx-md{font-size:2.25rem!important}.bx-lg{font-size:3rem!important}.bx-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em!important;vertical-align:middle}.bx-pull-left{float:left;margin-right:.3em!important}.bx-pull-right{float:right;margin-left:.3em!important}.bx-rotate-90{transform:rotate(90deg)}.bx-rotate-180{transform:rotate(180deg)}.bx-rotate-270{transform:rotate(270deg)}.bx-flip-horizontal{transform:scaleX(-1)}.bx-flip-vertical{transform:scaleY(-1)}.bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.bxs-balloon:before{content:"\eb60"}.bxs-castle:before{content:"\eb79"}.bxs-coffee-bean:before{content:"\eb92"}.bxs-objects-horizontal-center:before{content:"\ebab"}.bxs-objects-horizontal-left:before{content:"\ebc4"}.bxs-objects-horizontal-right:before{content:"\ebdd"}.bxs-objects-vertical-bottom:before{content:"\ebf6"}.bxs-objects-vertical-center:before{content:"\ef40"}.bxs-objects-vertical-top:before{content:"\ef41"}.bxs-pear:before{content:"\ef42"}.bxs-shield-minus:before{content:"\ef43"}.bxs-shield-plus:before{content:"\ef44"}.bxs-shower:before{content:"\ef45"}.bxs-sushi:before{content:"\ef46"}.bxs-universal-access:before{content:"\ef47"}.bx-child:before{content:"\ef48"}.bx-horizontal-left:before{content:"\ef49"}.bx-horizontal-right:before{content:"\ef4a"}.bx-objects-horizontal-center:before{content:"\ef4b"}.bx-objects-horizontal-left:before{content:"\ef4c"}.bx-objects-horizontal-right:before{content:"\ef4d"}.bx-objects-vertical-bottom:before{content:"\ef4e"}.bx-objects-vertical-center:before{content:"\ef4f"}.bx-objects-vertical-top:before{content:"\ef50"}.bx-rfid:before{content:"\ef51"}.bx-shield-minus:before{content:"\ef52"}.bx-shield-plus:before{content:"\ef53"}.bx-shower:before{content:"\ef54"}.bx-sushi:before{content:"\ef55"}.bx-universal-access:before{content:"\ef56"}.bx-vertical-bottom:before{content:"\ef57"}.bx-vertical-top:before{content:"\ef58"}.bxl-graphql:before{content:"\ef59"}.bxl-typescript:before{content:"\ef5a"}.bxs-color:before{content:"\ef39"}.bx-reflect-horizontal:before{content:"\ef3a"}.bx-reflect-vertical:before{content:"\ef3b"}.bx-color:before{content:"\ef3c"}.bxl-mongodb:before{content:"\ef3d"}.bxl-postgresql:before{content:"\ef3e"}.bxl-deezer:before{content:"\ef3f"}.bxs-hard-hat:before{content:"\ef2a"}.bxs-home-alt-2:before{content:"\ef2b"}.bxs-cheese:before{content:"\ef2c"}.bx-home-alt-2:before{content:"\ef2d"}.bx-hard-hat:before{content:"\ef2e"}.bx-cheese:before{content:"\ef2f"}.bx-cart-add:before{content:"\ef30"}.bx-cart-download:before{content:"\ef31"}.bx-no-signal:before{content:"\ef32"}.bx-signal-1:before{content:"\ef33"}.bx-signal-2:before{content:"\ef34"}.bx-signal-3:before{content:"\ef35"}.bx-signal-4:before{content:"\ef36"}.bx-signal-5:before{content:"\ef37"}.bxl-xing:before{content:"\ef38"}.bxl-meta:before{content:"\ef27"}.bx-lemon:before{content:"\ef28"}.bxs-lemon:before{content:"\ef29"}.bx-cricket-ball:before{content:"\ef0c"}.bx-baguette:before{content:"\ef0d"}.bx-bowl-hot:before{content:"\ef0e"}.bx-bowl-rice:before{content:"\ef0f"}.bx-cable-car:before{content:"\ef10"}.bx-candles:before{content:"\ef11"}.bx-circle-half:before{content:"\ef12"}.bx-circle-quarter:before{content:"\ef13"}.bx-circle-three-quarter:before{content:"\ef14"}.bx-cross:before{content:"\ef15"}.bx-fork:before{content:"\ef16"}.bx-knife:before{content:"\ef17"}.bx-money-withdraw:before{content:"\ef18"}.bx-popsicle:before{content:"\ef19"}.bx-scatter-chart:before{content:"\ef1a"}.bxs-baguette:before{content:"\ef1b"}.bxs-bowl-hot:before{content:"\ef1c"}.bxs-bowl-rice:before{content:"\ef1d"}.bxs-cable-car:before{content:"\ef1e"}.bxs-circle-half:before{content:"\ef1f"}.bxs-circle-quarter:before{content:"\ef20"}.bxs-circle-three-quarter:before{content:"\ef21"}.bxs-cricket-ball:before{content:"\ef22"}.bxs-invader:before{content:"\ef23"}.bx-male-female:before{content:"\ef24"}.bxs-popsicle:before{content:"\ef25"}.bxs-tree-alt:before{content:"\ef26"}.bxl-venmo:before{content:"\e900"}.bxl-upwork:before{content:"\e901"}.bxl-netlify:before{content:"\e902"}.bxl-java:before{content:"\e903"}.bxl-heroku:before{content:"\e904"}.bxl-go-lang:before{content:"\e905"}.bxl-gmail:before{content:"\e906"}.bxl-flask:before{content:"\e907"}.bxl-99designs:before{content:"\e908"}.bxl-500px:before{content:"\e909"}.bxl-adobe:before{content:"\e90a"}.bxl-airbnb:before{content:"\e90b"}.bxl-algolia:before{content:"\e90c"}.bxl-amazon:before{content:"\e90d"}.bxl-android:before{content:"\e90e"}.bxl-angular:before{content:"\e90f"}.bxl-apple:before{content:"\e910"}.bxl-audible:before{content:"\e911"}.bxl-aws:before{content:"\e912"}.bxl-baidu:before{content:"\e913"}.bxl-behance:before{content:"\e914"}.bxl-bing:before{content:"\e915"}.bxl-bitcoin:before{content:"\e916"}.bxl-blender:before{content:"\e917"}.bxl-blogger:before{content:"\e918"}.bxl-bootstrap:before{content:"\e919"}.bxl-chrome:before{content:"\e91a"}.bxl-codepen:before{content:"\e91b"}.bxl-c-plus-plus:before{content:"\e91c"}.bxl-creative-commons:before{content:"\e91d"}.bxl-css3:before{content:"\e91e"}.bxl-dailymotion:before{content:"\e91f"}.bxl-deviantart:before{content:"\e920"}.bxl-dev-to:before{content:"\e921"}.bxl-digg:before{content:"\e922"}.bxl-digitalocean:before{content:"\e923"}.bxl-discord:before{content:"\e924"}.bxl-discord-alt:before{content:"\e925"}.bxl-discourse:before{content:"\e926"}.bxl-django:before{content:"\e927"}.bxl-docker:before{content:"\e928"}.bxl-dribbble:before{content:"\e929"}.bxl-dropbox:before{content:"\e92a"}.bxl-drupal:before{content:"\e92b"}.bxl-ebay:before{content:"\e92c"}.bxl-edge:before{content:"\e92d"}.bxl-etsy:before{content:"\e92e"}.bxl-facebook:before{content:"\e92f"}.bxl-facebook-circle:before{content:"\e930"}.bxl-facebook-square:before{content:"\e931"}.bxl-figma:before{content:"\e932"}.bxl-firebase:before{content:"\e933"}.bxl-firefox:before{content:"\e934"}.bxl-flickr:before{content:"\e935"}.bxl-flickr-square:before{content:"\e936"}.bxl-flutter:before{content:"\e937"}.bxl-foursquare:before{content:"\e938"}.bxl-git:before{content:"\e939"}.bxl-github:before{content:"\e93a"}.bxl-gitlab:before{content:"\e93b"}.bxl-google:before{content:"\e93c"}.bxl-google-cloud:before{content:"\e93d"}.bxl-google-plus:before{content:"\e93e"}.bxl-google-plus-circle:before{content:"\e93f"}.bxl-html5:before{content:"\e940"}.bxl-imdb:before{content:"\e941"}.bxl-instagram:before{content:"\e942"}.bxl-instagram-alt:before{content:"\e943"}.bxl-internet-explorer:before{content:"\e944"}.bxl-invision:before{content:"\e945"}.bxl-javascript:before{content:"\e946"}.bxl-joomla:before{content:"\e947"}.bxl-jquery:before{content:"\e948"}.bxl-jsfiddle:before{content:"\e949"}.bxl-kickstarter:before{content:"\e94a"}.bxl-kubernetes:before{content:"\e94b"}.bxl-less:before{content:"\e94c"}.bxl-linkedin:before{content:"\e94d"}.bxl-linkedin-square:before{content:"\e94e"}.bxl-magento:before{content:"\e94f"}.bxl-mailchimp:before{content:"\e950"}.bxl-markdown:before{content:"\e951"}.bxl-mastercard:before{content:"\e952"}.bxl-mastodon:before{content:"\e953"}.bxl-medium:before{content:"\e954"}.bxl-medium-old:before{content:"\e955"}.bxl-medium-square:before{content:"\e956"}.bxl-messenger:before{content:"\e957"}.bxl-microsoft:before{content:"\e958"}.bxl-microsoft-teams:before{content:"\e959"}.bxl-nodejs:before{content:"\e95a"}.bxl-ok-ru:before{content:"\e95b"}.bxl-opera:before{content:"\e95c"}.bxl-patreon:before{content:"\e95d"}.bxl-paypal:before{content:"\e95e"}.bxl-periscope:before{content:"\e95f"}.bxl-php:before{content:"\e960"}.bxl-pinterest:before{content:"\e961"}.bxl-pinterest-alt:before{content:"\e962"}.bxl-play-store:before{content:"\e963"}.bxl-pocket:before{content:"\e964"}.bxl-product-hunt:before{content:"\e965"}.bxl-python:before{content:"\e966"}.bxl-quora:before{content:"\e967"}.bxl-react:before{content:"\e968"}.bxl-redbubble:before{content:"\e969"}.bxl-reddit:before{content:"\e96a"}.bxl-redux:before{content:"\e96b"}.bxl-sass:before{content:"\e96c"}.bxl-shopify:before{content:"\e96d"}.bxl-sketch:before{content:"\e96e"}.bxl-skype:before{content:"\e96f"}.bxl-slack:before{content:"\e970"}.bxl-slack-old:before{content:"\e971"}.bxl-snapchat:before{content:"\e972"}.bxl-soundcloud:before{content:"\e973"}.bxl-spotify:before{content:"\e974"}.bxl-spring-boot:before{content:"\e975"}.bxl-squarespace:before{content:"\e976"}.bxl-stack-overflow:before{content:"\e977"}.bxl-steam:before{content:"\e978"}.bxl-stripe:before{content:"\e979"}.bxl-tailwind-css:before{content:"\e97a"}.bxl-telegram:before{content:"\e97b"}.bxl-tiktok:before{content:"\e97c"}.bxl-trello:before{content:"\e97d"}.bxl-trip-advisor:before{content:"\e97e"}.bxl-tumblr:before{content:"\e97f"}.bxl-tux:before{content:"\e980"}.bxl-twitch:before{content:"\e981"}.bxl-twitter:before{content:"\e982"}.bxl-unity:before{content:"\e983"}.bxl-unsplash:before{content:"\e984"}.bxl-vimeo:before{content:"\e985"}.bxl-visa:before{content:"\e986"}.bxl-visual-studio:before{content:"\e987"}.bxl-vk:before{content:"\e988"}.bxl-vuejs:before{content:"\e989"}.bxl-whatsapp:before{content:"\e98a"}.bxl-whatsapp-square:before{content:"\e98b"}.bxl-wikipedia:before{content:"\e98c"}.bxl-windows:before{content:"\e98d"}.bxl-wix:before{content:"\e98e"}.bxl-wordpress:before{content:"\e98f"}.bxl-yahoo:before{content:"\e990"}.bxl-yelp:before{content:"\e991"}.bxl-youtube:before{content:"\e992"}.bxl-zoom:before{content:"\e993"}.bx-collapse-alt:before{content:"\e994"}.bx-collapse-horizontal:before{content:"\e995"}.bx-collapse-vertical:before{content:"\e996"}.bx-expand-horizontal:before{content:"\e997"}.bx-expand-vertical:before{content:"\e998"}.bx-injection:before{content:"\e999"}.bx-leaf:before{content:"\e99a"}.bx-math:before{content:"\e99b"}.bx-party:before{content:"\e99c"}.bx-abacus:before{content:"\e99d"}.bx-accessibility:before{content:"\e99e"}.bx-add-to-queue:before{content:"\e99f"}.bx-adjust:before{content:"\e9a0"}.bx-alarm:before{content:"\e9a1"}.bx-alarm-add:before{content:"\e9a2"}.bx-alarm-exclamation:before{content:"\e9a3"}.bx-alarm-off:before{content:"\e9a4"}.bx-alarm-snooze:before{content:"\e9a5"}.bx-album:before{content:"\e9a6"}.bx-align-justify:before{content:"\e9a7"}.bx-align-left:before{content:"\e9a8"}.bx-align-middle:before{content:"\e9a9"}.bx-align-right:before{content:"\e9aa"}.bx-analyse:before{content:"\e9ab"}.bx-anchor:before{content:"\e9ac"}.bx-angry:before{content:"\e9ad"}.bx-aperture:before{content:"\e9ae"}.bx-arch:before{content:"\e9af"}.bx-archive:before{content:"\e9b0"}.bx-archive-in:before{content:"\e9b1"}.bx-archive-out:before{content:"\e9b2"}.bx-area:before{content:"\e9b3"}.bx-arrow-back:before{content:"\e9b4"}.bx-arrow-from-bottom:before{content:"\e9b5"}.bx-arrow-from-left:before{content:"\e9b6"}.bx-arrow-from-right:before{content:"\e9b7"}.bx-arrow-from-top:before{content:"\e9b8"}.bx-arrow-to-bottom:before{content:"\e9b9"}.bx-arrow-to-left:before{content:"\e9ba"}.bx-arrow-to-right:before{content:"\e9bb"}.bx-arrow-to-top:before{content:"\e9bc"}.bx-at:before{content:"\e9bd"}.bx-atom:before{content:"\e9be"}.bx-award:before{content:"\e9bf"}.bx-badge:before{content:"\e9c0"}.bx-badge-check:before{content:"\e9c1"}.bx-ball:before{content:"\e9c2"}.bx-band-aid:before{content:"\e9c3"}.bx-bar-chart:before{content:"\e9c4"}.bx-bar-chart-alt:before{content:"\e9c5"}.bx-bar-chart-alt-2:before{content:"\e9c6"}.bx-bar-chart-square:before{content:"\e9c7"}.bx-barcode:before{content:"\e9c8"}.bx-barcode-reader:before{content:"\e9c9"}.bx-baseball:before{content:"\e9ca"}.bx-basket:before{content:"\e9cb"}.bx-basketball:before{content:"\e9cc"}.bx-bath:before{content:"\e9cd"}.bx-battery:before{content:"\e9ce"}.bx-bed:before{content:"\e9cf"}.bx-been-here:before{content:"\e9d0"}.bx-beer:before{content:"\e9d1"}.bx-bell:before{content:"\e9d2"}.bx-bell-minus:before{content:"\e9d3"}.bx-bell-off:before{content:"\e9d4"}.bx-bell-plus:before{content:"\e9d5"}.bx-bible:before{content:"\e9d6"}.bx-bitcoin:before{content:"\e9d7"}.bx-blanket:before{content:"\e9d8"}.bx-block:before{content:"\e9d9"}.bx-bluetooth:before{content:"\e9da"}.bx-body:before{content:"\e9db"}.bx-bold:before{content:"\e9dc"}.bx-bolt-circle:before{content:"\e9dd"}.bx-bomb:before{content:"\e9de"}.bx-bone:before{content:"\e9df"}.bx-bong:before{content:"\e9e0"}.bx-book:before{content:"\e9e1"}.bx-book-add:before{content:"\e9e2"}.bx-book-alt:before{content:"\e9e3"}.bx-book-bookmark:before{content:"\e9e4"}.bx-book-content:before{content:"\e9e5"}.bx-book-heart:before{content:"\e9e6"}.bx-bookmark:before{content:"\e9e7"}.bx-bookmark-alt:before{content:"\e9e8"}.bx-bookmark-alt-minus:before{content:"\e9e9"}.bx-bookmark-alt-plus:before{content:"\e9ea"}.bx-bookmark-heart:before{content:"\e9eb"}.bx-bookmark-minus:before{content:"\e9ec"}.bx-bookmark-plus:before{content:"\e9ed"}.bx-bookmarks:before{content:"\e9ee"}.bx-book-open:before{content:"\e9ef"}.bx-book-reader:before{content:"\e9f0"}.bx-border-all:before{content:"\e9f1"}.bx-border-bottom:before{content:"\e9f2"}.bx-border-inner:before{content:"\e9f3"}.bx-border-left:before{content:"\e9f4"}.bx-border-none:before{content:"\e9f5"}.bx-border-outer:before{content:"\e9f6"}.bx-border-radius:before{content:"\e9f7"}.bx-border-right:before{content:"\e9f8"}.bx-border-top:before{content:"\e9f9"}.bx-bot:before{content:"\e9fa"}.bx-bowling-ball:before{content:"\e9fb"}.bx-box:before{content:"\e9fc"}.bx-bracket:before{content:"\e9fd"}.bx-braille:before{content:"\e9fe"}.bx-brain:before{content:"\e9ff"}.bx-briefcase:before{content:"\ea00"}.bx-briefcase-alt:before{content:"\ea01"}.bx-briefcase-alt-2:before{content:"\ea02"}.bx-brightness:before{content:"\ea03"}.bx-brightness-half:before{content:"\ea04"}.bx-broadcast:before{content:"\ea05"}.bx-brush:before{content:"\ea06"}.bx-brush-alt:before{content:"\ea07"}.bx-bug:before{content:"\ea08"}.bx-bug-alt:before{content:"\ea09"}.bx-building:before{content:"\ea0a"}.bx-building-house:before{content:"\ea0b"}.bx-buildings:before{content:"\ea0c"}.bx-bulb:before{content:"\ea0d"}.bx-bullseye:before{content:"\ea0e"}.bx-buoy:before{content:"\ea0f"}.bx-bus:before{content:"\ea10"}.bx-bus-school:before{content:"\ea11"}.bx-cabinet:before{content:"\ea12"}.bx-cake:before{content:"\ea13"}.bx-calculator:before{content:"\ea14"}.bx-calendar:before{content:"\ea15"}.bx-calendar-alt:before{content:"\ea16"}.bx-calendar-check:before{content:"\ea17"}.bx-calendar-edit:before{content:"\ea18"}.bx-calendar-event:before{content:"\ea19"}.bx-calendar-exclamation:before{content:"\ea1a"}.bx-calendar-heart:before{content:"\ea1b"}.bx-calendar-minus:before{content:"\ea1c"}.bx-calendar-plus:before{content:"\ea1d"}.bx-calendar-star:before{content:"\ea1e"}.bx-calendar-week:before{content:"\ea1f"}.bx-calendar-x:before{content:"\ea20"}.bx-camera:before{content:"\ea21"}.bx-camera-home:before{content:"\ea22"}.bx-camera-movie:before{content:"\ea23"}.bx-camera-off:before{content:"\ea24"}.bx-capsule:before{content:"\ea25"}.bx-captions:before{content:"\ea26"}.bx-car:before{content:"\ea27"}.bx-card:before{content:"\ea28"}.bx-caret-down:before{content:"\ea29"}.bx-caret-down-circle:before{content:"\ea2a"}.bx-caret-down-square:before{content:"\ea2b"}.bx-caret-left:before{content:"\ea2c"}.bx-caret-left-circle:before{content:"\ea2d"}.bx-caret-left-square:before{content:"\ea2e"}.bx-caret-right:before{content:"\ea2f"}.bx-caret-right-circle:before{content:"\ea30"}.bx-caret-right-square:before{content:"\ea31"}.bx-caret-up:before{content:"\ea32"}.bx-caret-up-circle:before{content:"\ea33"}.bx-caret-up-square:before{content:"\ea34"}.bx-carousel:before{content:"\ea35"}.bx-cart:before{content:"\ea36"}.bx-cart-alt:before{content:"\ea37"}.bx-cast:before{content:"\ea38"}.bx-category:before{content:"\ea39"}.bx-category-alt:before{content:"\ea3a"}.bx-cctv:before{content:"\ea3b"}.bx-certification:before{content:"\ea3c"}.bx-chair:before{content:"\ea3d"}.bx-chalkboard:before{content:"\ea3e"}.bx-chart:before{content:"\ea3f"}.bx-chat:before{content:"\ea40"}.bx-check:before{content:"\ea41"}.bx-checkbox:before{content:"\ea42"}.bx-checkbox-checked:before{content:"\ea43"}.bx-checkbox-minus:before{content:"\ea44"}.bx-checkbox-square:before{content:"\ea45"}.bx-check-circle:before{content:"\ea46"}.bx-check-double:before{content:"\ea47"}.bx-check-shield:before{content:"\ea48"}.bx-check-square:before{content:"\ea49"}.bx-chevron-down:before{content:"\ea4a"}.bx-chevron-down-circle:before{content:"\ea4b"}.bx-chevron-down-square:before{content:"\ea4c"}.bx-chevron-left:before{content:"\ea4d"}.bx-chevron-left-circle:before{content:"\ea4e"}.bx-chevron-left-square:before{content:"\ea4f"}.bx-chevron-right:before{content:"\ea50"}.bx-chevron-right-circle:before{content:"\ea51"}.bx-chevron-right-square:before{content:"\ea52"}.bx-chevrons-down:before{content:"\ea53"}.bx-chevrons-left:before{content:"\ea54"}.bx-chevrons-right:before{content:"\ea55"}.bx-chevrons-up:before{content:"\ea56"}.bx-chevron-up:before{content:"\ea57"}.bx-chevron-up-circle:before{content:"\ea58"}.bx-chevron-up-square:before{content:"\ea59"}.bx-chip:before{content:"\ea5a"}.bx-church:before{content:"\ea5b"}.bx-circle:before{content:"\ea5c"}.bx-clinic:before{content:"\ea5d"}.bx-clipboard:before{content:"\ea5e"}.bx-closet:before{content:"\ea5f"}.bx-cloud:before{content:"\ea60"}.bx-cloud-download:before{content:"\ea61"}.bx-cloud-drizzle:before{content:"\ea62"}.bx-cloud-lightning:before{content:"\ea63"}.bx-cloud-light-rain:before{content:"\ea64"}.bx-cloud-rain:before{content:"\ea65"}.bx-cloud-snow:before{content:"\ea66"}.bx-cloud-upload:before{content:"\ea67"}.bx-code:before{content:"\ea68"}.bx-code-alt:before{content:"\ea69"}.bx-code-block:before{content:"\ea6a"}.bx-code-curly:before{content:"\ea6b"}.bx-coffee:before{content:"\ea6c"}.bx-coffee-togo:before{content:"\ea6d"}.bx-cog:before{content:"\ea6e"}.bx-coin:before{content:"\ea6f"}.bx-coin-stack:before{content:"\ea70"}.bx-collapse:before{content:"\ea71"}.bx-collection:before{content:"\ea72"}.bx-color-fill:before{content:"\ea73"}.bx-columns:before{content:"\ea74"}.bx-command:before{content:"\ea75"}.bx-comment:before{content:"\ea76"}.bx-comment-add:before{content:"\ea77"}.bx-comment-check:before{content:"\ea78"}.bx-comment-detail:before{content:"\ea79"}.bx-comment-dots:before{content:"\ea7a"}.bx-comment-edit:before{content:"\ea7b"}.bx-comment-error:before{content:"\ea7c"}.bx-comment-minus:before{content:"\ea7d"}.bx-comment-x:before{content:"\ea7e"}.bx-compass:before{content:"\ea7f"}.bx-confused:before{content:"\ea80"}.bx-conversation:before{content:"\ea81"}.bx-cookie:before{content:"\ea82"}.bx-cool:before{content:"\ea83"}.bx-copy:before{content:"\ea84"}.bx-copy-alt:before{content:"\ea85"}.bx-copyright:before{content:"\ea86"}.bx-credit-card:before{content:"\ea87"}.bx-credit-card-alt:before{content:"\ea88"}.bx-credit-card-front:before{content:"\ea89"}.bx-crop:before{content:"\ea8a"}.bx-crosshair:before{content:"\ea8b"}.bx-crown:before{content:"\ea8c"}.bx-cube:before{content:"\ea8d"}.bx-cube-alt:before{content:"\ea8e"}.bx-cuboid:before{content:"\ea8f"}.bx-current-location:before{content:"\ea90"}.bx-customize:before{content:"\ea91"}.bx-cut:before{content:"\ea92"}.bx-cycling:before{content:"\ea93"}.bx-cylinder:before{content:"\ea94"}.bx-data:before{content:"\ea95"}.bx-desktop:before{content:"\ea96"}.bx-detail:before{content:"\ea97"}.bx-devices:before{content:"\ea98"}.bx-dialpad:before{content:"\ea99"}.bx-dialpad-alt:before{content:"\ea9a"}.bx-diamond:before{content:"\ea9b"}.bx-dice-1:before{content:"\ea9c"}.bx-dice-2:before{content:"\ea9d"}.bx-dice-3:before{content:"\ea9e"}.bx-dice-4:before{content:"\ea9f"}.bx-dice-5:before{content:"\eaa0"}.bx-dice-6:before{content:"\eaa1"}.bx-directions:before{content:"\eaa2"}.bx-disc:before{content:"\eaa3"}.bx-dish:before{content:"\eaa4"}.bx-dislike:before{content:"\eaa5"}.bx-dizzy:before{content:"\eaa6"}.bx-dna:before{content:"\eaa7"}.bx-dock-bottom:before{content:"\eaa8"}.bx-dock-left:before{content:"\eaa9"}.bx-dock-right:before{content:"\eaaa"}.bx-dock-top:before{content:"\eaab"}.bx-dollar:before{content:"\eaac"}.bx-dollar-circle:before{content:"\eaad"}.bx-donate-blood:before{content:"\eaae"}.bx-donate-heart:before{content:"\eaaf"}.bx-door-open:before{content:"\eab0"}.bx-dots-horizontal:before{content:"\eab1"}.bx-dots-horizontal-rounded:before{content:"\eab2"}.bx-dots-vertical:before{content:"\eab3"}.bx-dots-vertical-rounded:before{content:"\eab4"}.bx-doughnut-chart:before{content:"\eab5"}.bx-down-arrow:before{content:"\eab6"}.bx-down-arrow-alt:before{content:"\eab7"}.bx-down-arrow-circle:before{content:"\eab8"}.bx-download:before{content:"\eab9"}.bx-downvote:before{content:"\eaba"}.bx-drink:before{content:"\eabb"}.bx-droplet:before{content:"\eabc"}.bx-dumbbell:before{content:"\eabd"}.bx-duplicate:before{content:"\eabe"}.bx-edit:before{content:"\eabf"}.bx-edit-alt:before{content:"\eac0"}.bx-envelope:before{content:"\eac1"}.bx-envelope-open:before{content:"\eac2"}.bx-equalizer:before{content:"\eac3"}.bx-eraser:before{content:"\eac4"}.bx-error:before{content:"\eac5"}.bx-error-alt:before{content:"\eac6"}.bx-error-circle:before{content:"\eac7"}.bx-euro:before{content:"\eac8"}.bx-exclude:before{content:"\eac9"}.bx-exit:before{content:"\eaca"}.bx-exit-fullscreen:before{content:"\eacb"}.bx-expand:before{content:"\eacc"}.bx-expand-alt:before{content:"\eacd"}.bx-export:before{content:"\eace"}.bx-extension:before{content:"\eacf"}.bx-face:before{content:"\ead0"}.bx-fast-forward:before{content:"\ead1"}.bx-fast-forward-circle:before{content:"\ead2"}.bx-female:before{content:"\ead3"}.bx-female-sign:before{content:"\ead4"}.bx-file:before{content:"\ead5"}.bx-file-blank:before{content:"\ead6"}.bx-file-find:before{content:"\ead7"}.bx-film:before{content:"\ead8"}.bx-filter:before{content:"\ead9"}.bx-filter-alt:before{content:"\eada"}.bx-fingerprint:before{content:"\eadb"}.bx-first-aid:before{content:"\eadc"}.bx-first-page:before{content:"\eadd"}.bx-flag:before{content:"\eade"}.bx-folder:before{content:"\eadf"}.bx-folder-minus:before{content:"\eae0"}.bx-folder-open:before{content:"\eae1"}.bx-folder-plus:before{content:"\eae2"}.bx-font:before{content:"\eae3"}.bx-font-color:before{content:"\eae4"}.bx-font-family:before{content:"\eae5"}.bx-font-size:before{content:"\eae6"}.bx-food-menu:before{content:"\eae7"}.bx-food-tag:before{content:"\eae8"}.bx-football:before{content:"\eae9"}.bx-fridge:before{content:"\eaea"}.bx-fullscreen:before{content:"\eaeb"}.bx-game:before{content:"\eaec"}.bx-gas-pump:before{content:"\eaed"}.bx-ghost:before{content:"\eaee"}.bx-gift:before{content:"\eaef"}.bx-git-branch:before{content:"\eaf0"}.bx-git-commit:before{content:"\eaf1"}.bx-git-compare:before{content:"\eaf2"}.bx-git-merge:before{content:"\eaf3"}.bx-git-pull-request:before{content:"\eaf4"}.bx-git-repo-forked:before{content:"\eaf5"}.bx-glasses:before{content:"\eaf6"}.bx-glasses-alt:before{content:"\eaf7"}.bx-globe:before{content:"\eaf8"}.bx-globe-alt:before{content:"\eaf9"}.bx-grid:before{content:"\eafa"}.bx-grid-alt:before{content:"\eafb"}.bx-grid-horizontal:before{content:"\eafc"}.bx-grid-small:before{content:"\eafd"}.bx-grid-vertical:before{content:"\eafe"}.bx-group:before{content:"\eaff"}.bx-handicap:before{content:"\eb00"}.bx-happy:before{content:"\eb01"}.bx-happy-alt:before{content:"\eb02"}.bx-happy-beaming:before{content:"\eb03"}.bx-happy-heart-eyes:before{content:"\eb04"}.bx-hash:before{content:"\eb05"}.bx-hdd:before{content:"\eb06"}.bx-heading:before{content:"\eb07"}.bx-headphone:before{content:"\eb08"}.bx-health:before{content:"\eb09"}.bx-heart:before{content:"\eb0a"}.bx-heart-circle:before{content:"\eb0b"}.bx-heart-square:before{content:"\eb0c"}.bx-help-circle:before{content:"\eb0d"}.bx-hide:before{content:"\eb0e"}.bx-highlight:before{content:"\eb0f"}.bx-history:before{content:"\eb10"}.bx-hive:before{content:"\eb11"}.bx-home:before{content:"\eb12"}.bx-home-alt:before{content:"\eb13"}.bx-home-circle:before{content:"\eb14"}.bx-home-heart:before{content:"\eb15"}.bx-home-smile:before{content:"\eb16"}.bx-horizontal-center:before{content:"\eb17"}.bx-hotel:before{content:"\eb18"}.bx-hourglass:before{content:"\eb19"}.bx-id-card:before{content:"\eb1a"}.bx-image:before{content:"\eb1b"}.bx-image-add:before{content:"\eb1c"}.bx-image-alt:before{content:"\eb1d"}.bx-images:before{content:"\eb1e"}.bx-import:before{content:"\eb1f"}.bx-infinite:before{content:"\eb20"}.bx-info-circle:before{content:"\eb21"}.bx-info-square:before{content:"\eb22"}.bx-intersect:before{content:"\eb23"}.bx-italic:before{content:"\eb24"}.bx-joystick:before{content:"\eb25"}.bx-joystick-alt:before{content:"\eb26"}.bx-joystick-button:before{content:"\eb27"}.bx-key:before{content:"\eb28"}.bx-label:before{content:"\eb29"}.bx-landscape:before{content:"\eb2a"}.bx-laptop:before{content:"\eb2b"}.bx-last-page:before{content:"\eb2c"}.bx-laugh:before{content:"\eb2d"}.bx-layer:before{content:"\eb2e"}.bx-layer-minus:before{content:"\eb2f"}.bx-layer-plus:before{content:"\eb30"}.bx-layout:before{content:"\eb31"}.bx-left-arrow:before{content:"\eb32"}.bx-left-arrow-alt:before{content:"\eb33"}.bx-left-arrow-circle:before{content:"\eb34"}.bx-left-down-arrow-circle:before{content:"\eb35"}.bx-left-indent:before{content:"\eb36"}.bx-left-top-arrow-circle:before{content:"\eb37"}.bx-library:before{content:"\eb38"}.bx-like:before{content:"\eb39"}.bx-line-chart:before{content:"\eb3a"}.bx-line-chart-down:before{content:"\eb3b"}.bx-link:before{content:"\eb3c"}.bx-link-alt:before{content:"\eb3d"}.bx-link-external:before{content:"\eb3e"}.bx-lira:before{content:"\eb3f"}.bx-list-check:before{content:"\eb40"}.bx-list-minus:before{content:"\eb41"}.bx-list-ol:before{content:"\eb42"}.bx-list-plus:before{content:"\eb43"}.bx-list-ul:before{content:"\eb44"}.bx-loader:before{content:"\eb45"}.bx-loader-alt:before{content:"\eb46"}.bx-loader-circle:before{content:"\eb47"}.bx-location-plus:before{content:"\eb48"}.bx-lock:before{content:"\eb49"}.bx-lock-alt:before{content:"\eb4a"}.bx-lock-open:before{content:"\eb4b"}.bx-lock-open-alt:before{content:"\eb4c"}.bx-log-in:before{content:"\eb4d"}.bx-log-in-circle:before{content:"\eb4e"}.bx-log-out:before{content:"\eb4f"}.bx-log-out-circle:before{content:"\eb50"}.bx-low-vision:before{content:"\eb51"}.bx-magnet:before{content:"\eb52"}.bx-mail-send:before{content:"\eb53"}.bx-male:before{content:"\eb54"}.bx-male-sign:before{content:"\eb55"}.bx-map:before{content:"\eb56"}.bx-map-alt:before{content:"\eb57"}.bx-map-pin:before{content:"\eb58"}.bx-mask:before{content:"\eb59"}.bx-medal:before{content:"\eb5a"}.bx-meh:before{content:"\eb5b"}.bx-meh-alt:before{content:"\eb5c"}.bx-meh-blank:before{content:"\eb5d"}.bx-memory-card:before{content:"\eb5e"}.bx-menu:before{content:"\eb5f"}.bx-menu-alt-left:before{content:"\ef5b"}.bx-menu-alt-right:before{content:"\eb61"}.bx-merge:before{content:"\eb62"}.bx-message:before{content:"\eb63"}.bx-message-add:before{content:"\eb64"}.bx-message-alt:before{content:"\eb65"}.bx-message-alt-add:before{content:"\eb66"}.bx-message-alt-check:before{content:"\eb67"}.bx-message-alt-detail:before{content:"\eb68"}.bx-message-alt-dots:before{content:"\eb69"}.bx-message-alt-edit:before{content:"\eb6a"}.bx-message-alt-error:before{content:"\eb6b"}.bx-message-alt-minus:before{content:"\eb6c"}.bx-message-alt-x:before{content:"\eb6d"}.bx-message-check:before{content:"\eb6e"}.bx-message-detail:before{content:"\eb6f"}.bx-message-dots:before{content:"\eb70"}.bx-message-edit:before{content:"\eb71"}.bx-message-error:before{content:"\eb72"}.bx-message-minus:before{content:"\eb73"}.bx-message-rounded:before{content:"\eb74"}.bx-message-rounded-add:before{content:"\eb75"}.bx-message-rounded-check:before{content:"\eb76"}.bx-message-rounded-detail:before{content:"\eb77"}.bx-message-rounded-dots:before{content:"\eb78"}.bx-message-rounded-edit:before{content:"\ef5c"}.bx-message-rounded-error:before{content:"\eb7a"}.bx-message-rounded-minus:before{content:"\eb7b"}.bx-message-rounded-x:before{content:"\eb7c"}.bx-message-square:before{content:"\eb7d"}.bx-message-square-add:before{content:"\eb7e"}.bx-message-square-check:before{content:"\eb7f"}.bx-message-square-detail:before{content:"\eb80"}.bx-message-square-dots:before{content:"\eb81"}.bx-message-square-edit:before{content:"\eb82"}.bx-message-square-error:before{content:"\eb83"}.bx-message-square-minus:before{content:"\eb84"}.bx-message-square-x:before{content:"\eb85"}.bx-message-x:before{content:"\eb86"}.bx-meteor:before{content:"\eb87"}.bx-microchip:before{content:"\eb88"}.bx-microphone:before{content:"\eb89"}.bx-microphone-off:before{content:"\eb8a"}.bx-minus:before{content:"\eb8b"}.bx-minus-back:before{content:"\eb8c"}.bx-minus-circle:before{content:"\eb8d"}.bx-minus-front:before{content:"\eb8e"}.bx-mobile:before{content:"\eb8f"}.bx-mobile-alt:before{content:"\eb90"}.bx-mobile-landscape:before{content:"\eb91"}.bx-mobile-vibration:before{content:"\ef5d"}.bx-money:before{content:"\eb93"}.bx-moon:before{content:"\eb94"}.bx-mouse:before{content:"\eb95"}.bx-mouse-alt:before{content:"\eb96"}.bx-move:before{content:"\eb97"}.bx-move-horizontal:before{content:"\eb98"}.bx-move-vertical:before{content:"\eb99"}.bx-movie:before{content:"\eb9a"}.bx-movie-play:before{content:"\eb9b"}.bx-music:before{content:"\eb9c"}.bx-navigation:before{content:"\eb9d"}.bx-network-chart:before{content:"\eb9e"}.bx-news:before{content:"\eb9f"}.bx-no-entry:before{content:"\eba0"}.bx-note:before{content:"\eba1"}.bx-notepad:before{content:"\eba2"}.bx-notification:before{content:"\eba3"}.bx-notification-off:before{content:"\eba4"}.bx-outline:before{content:"\eba5"}.bx-package:before{content:"\eba6"}.bx-paint:before{content:"\eba7"}.bx-paint-roll:before{content:"\eba8"}.bx-palette:before{content:"\eba9"}.bx-paperclip:before{content:"\ebaa"}.bx-paper-plane:before{content:"\ef61"}.bx-paragraph:before{content:"\ebac"}.bx-paste:before{content:"\ebad"}.bx-pause:before{content:"\ebae"}.bx-pause-circle:before{content:"\ebaf"}.bx-pen:before{content:"\ebb0"}.bx-pencil:before{content:"\ebb1"}.bx-phone:before{content:"\ebb2"}.bx-phone-call:before{content:"\ebb3"}.bx-phone-incoming:before{content:"\ebb4"}.bx-phone-off:before{content:"\ebb5"}.bx-phone-outgoing:before{content:"\ebb6"}.bx-photo-album:before{content:"\ebb7"}.bx-pie-chart:before{content:"\ebb8"}.bx-pie-chart-alt:before{content:"\ebb9"}.bx-pie-chart-alt-2:before{content:"\ebba"}.bx-pin:before{content:"\ebbb"}.bx-planet:before{content:"\ebbc"}.bx-play:before{content:"\ebbd"}.bx-play-circle:before{content:"\ebbe"}.bx-plug:before{content:"\ebbf"}.bx-plus:before{content:"\ebc0"}.bx-plus-circle:before{content:"\ebc1"}.bx-plus-medical:before{content:"\ebc2"}.bx-podcast:before{content:"\ebc3"}.bx-pointer:before{content:"\ef5e"}.bx-poll:before{content:"\ebc5"}.bx-polygon:before{content:"\ebc6"}.bx-pound:before{content:"\ebc7"}.bx-power-off:before{content:"\ebc8"}.bx-printer:before{content:"\ebc9"}.bx-pulse:before{content:"\ebca"}.bx-purchase-tag:before{content:"\ebcb"}.bx-purchase-tag-alt:before{content:"\ebcc"}.bx-pyramid:before{content:"\ebcd"}.bx-qr:before{content:"\ebce"}.bx-qr-scan:before{content:"\ebcf"}.bx-question-mark:before{content:"\ebd0"}.bx-radar:before{content:"\ebd1"}.bx-radio:before{content:"\ebd2"}.bx-radio-circle:before{content:"\ebd3"}.bx-radio-circle-marked:before{content:"\ebd4"}.bx-receipt:before{content:"\ebd5"}.bx-rectangle:before{content:"\ebd6"}.bx-recycle:before{content:"\ebd7"}.bx-redo:before{content:"\ebd8"}.bx-refresh:before{content:"\ebd9"}.bx-registered:before{content:"\ebda"}.bx-rename:before{content:"\ebdb"}.bx-repeat:before{content:"\ebdc"}.bx-reply:before{content:"\ef5f"}.bx-reply-all:before{content:"\ebde"}.bx-repost:before{content:"\ebdf"}.bx-reset:before{content:"\ebe0"}.bx-restaurant:before{content:"\ebe1"}.bx-revision:before{content:"\ebe2"}.bx-rewind:before{content:"\ebe3"}.bx-rewind-circle:before{content:"\ebe4"}.bx-right-arrow:before{content:"\ebe5"}.bx-right-arrow-alt:before{content:"\ebe6"}.bx-right-arrow-circle:before{content:"\ebe7"}.bx-right-down-arrow-circle:before{content:"\ebe8"}.bx-right-indent:before{content:"\ebe9"}.bx-right-top-arrow-circle:before{content:"\ebea"}.bx-rocket:before{content:"\ebeb"}.bx-rotate-left:before{content:"\ebec"}.bx-rotate-right:before{content:"\ebed"}.bx-rss:before{content:"\ebee"}.bx-ruble:before{content:"\ebef"}.bx-ruler:before{content:"\ebf0"}.bx-run:before{content:"\ebf1"}.bx-rupee:before{content:"\ebf2"}.bx-sad:before{content:"\ebf3"}.bx-save:before{content:"\ebf4"}.bx-scan:before{content:"\ebf5"}.bx-screenshot:before{content:"\ef60"}.bx-search:before{content:"\ebf7"}.bx-search-alt:before{content:"\ebf8"}.bx-search-alt-2:before{content:"\ebf9"}.bx-selection:before{content:"\ebfa"}.bx-select-multiple:before{content:"\ebfb"}.bx-send:before{content:"\ebfc"}.bx-server:before{content:"\ebfd"}.bx-shape-circle:before{content:"\ebfe"}.bx-shape-polygon:before{content:"\ebff"}.bx-shape-square:before{content:"\ec00"}.bx-shape-triangle:before{content:"\ec01"}.bx-share:before{content:"\ec02"}.bx-share-alt:before{content:"\ec03"}.bx-shekel:before{content:"\ec04"}.bx-shield:before{content:"\ec05"}.bx-shield-alt:before{content:"\ec06"}.bx-shield-alt-2:before{content:"\ec07"}.bx-shield-quarter:before{content:"\ec08"}.bx-shield-x:before{content:"\ec09"}.bx-shocked:before{content:"\ec0a"}.bx-shopping-bag:before{content:"\ec0b"}.bx-show:before{content:"\ec0c"}.bx-show-alt:before{content:"\ec0d"}.bx-shuffle:before{content:"\ec0e"}.bx-sidebar:before{content:"\ec0f"}.bx-sitemap:before{content:"\ec10"}.bx-skip-next:before{content:"\ec11"}.bx-skip-next-circle:before{content:"\ec12"}.bx-skip-previous:before{content:"\ec13"}.bx-skip-previous-circle:before{content:"\ec14"}.bx-sleepy:before{content:"\ec15"}.bx-slider:before{content:"\ec16"}.bx-slider-alt:before{content:"\ec17"}.bx-slideshow:before{content:"\ec18"}.bx-smile:before{content:"\ec19"}.bx-sort:before{content:"\ec1a"}.bx-sort-alt-2:before{content:"\ec1b"}.bx-sort-a-z:before{content:"\ec1c"}.bx-sort-down:before{content:"\ec1d"}.bx-sort-up:before{content:"\ec1e"}.bx-sort-z-a:before{content:"\ec1f"}.bx-spa:before{content:"\ec20"}.bx-space-bar:before{content:"\ec21"}.bx-speaker:before{content:"\ec22"}.bx-spray-can:before{content:"\ec23"}.bx-spreadsheet:before{content:"\ec24"}.bx-square:before{content:"\ec25"}.bx-square-rounded:before{content:"\ec26"}.bx-star:before{content:"\ec27"}.bx-station:before{content:"\ec28"}.bx-stats:before{content:"\ec29"}.bx-sticker:before{content:"\ec2a"}.bx-stop:before{content:"\ec2b"}.bx-stop-circle:before{content:"\ec2c"}.bx-stopwatch:before{content:"\ec2d"}.bx-store:before{content:"\ec2e"}.bx-store-alt:before{content:"\ec2f"}.bx-street-view:before{content:"\ec30"}.bx-strikethrough:before{content:"\ec31"}.bx-subdirectory-left:before{content:"\ec32"}.bx-subdirectory-right:before{content:"\ec33"}.bx-sun:before{content:"\ec34"}.bx-support:before{content:"\ec35"}.bx-swim:before{content:"\ec36"}.bx-sync:before{content:"\ec37"}.bx-tab:before{content:"\ec38"}.bx-table:before{content:"\ec39"}.bx-tachometer:before{content:"\ec3a"}.bx-tag:before{content:"\ec3b"}.bx-tag-alt:before{content:"\ec3c"}.bx-target-lock:before{content:"\ec3d"}.bx-task:before{content:"\ec3e"}.bx-task-x:before{content:"\ec3f"}.bx-taxi:before{content:"\ec40"}.bx-tennis-ball:before{content:"\ec41"}.bx-terminal:before{content:"\ec42"}.bx-test-tube:before{content:"\ec43"}.bx-text:before{content:"\ec44"}.bx-time:before{content:"\ec45"}.bx-time-five:before{content:"\ec46"}.bx-timer:before{content:"\ec47"}.bx-tired:before{content:"\ec48"}.bx-toggle-left:before{content:"\ec49"}.bx-toggle-right:before{content:"\ec4a"}.bx-tone:before{content:"\ec4b"}.bx-traffic-cone:before{content:"\ec4c"}.bx-train:before{content:"\ec4d"}.bx-transfer:before{content:"\ec4e"}.bx-transfer-alt:before{content:"\ec4f"}.bx-trash:before{content:"\ec50"}.bx-trash-alt:before{content:"\ec51"}.bx-trending-down:before{content:"\ec52"}.bx-trending-up:before{content:"\ec53"}.bx-trim:before{content:"\ec54"}.bx-trip:before{content:"\ec55"}.bx-trophy:before{content:"\ec56"}.bx-tv:before{content:"\ec57"}.bx-underline:before{content:"\ec58"}.bx-undo:before{content:"\ec59"}.bx-unite:before{content:"\ec5a"}.bx-unlink:before{content:"\ec5b"}.bx-up-arrow:before{content:"\ec5c"}.bx-up-arrow-alt:before{content:"\ec5d"}.bx-up-arrow-circle:before{content:"\ec5e"}.bx-upload:before{content:"\ec5f"}.bx-upside-down:before{content:"\ec60"}.bx-upvote:before{content:"\ec61"}.bx-usb:before{content:"\ec62"}.bx-user:before{content:"\ec63"}.bx-user-check:before{content:"\ec64"}.bx-user-circle:before{content:"\ec65"}.bx-user-minus:before{content:"\ec66"}.bx-user-pin:before{content:"\ec67"}.bx-user-plus:before{content:"\ec68"}.bx-user-voice:before{content:"\ec69"}.bx-user-x:before{content:"\ec6a"}.bx-vector:before{content:"\ec6b"}.bx-vertical-center:before{content:"\ec6c"}.bx-vial:before{content:"\ec6d"}.bx-video:before{content:"\ec6e"}.bx-video-off:before{content:"\ec6f"}.bx-video-plus:before{content:"\ec70"}.bx-video-recording:before{content:"\ec71"}.bx-voicemail:before{content:"\ec72"}.bx-volume:before{content:"\ec73"}.bx-volume-full:before{content:"\ec74"}.bx-volume-low:before{content:"\ec75"}.bx-volume-mute:before{content:"\ec76"}.bx-walk:before{content:"\ec77"}.bx-wallet:before{content:"\ec78"}.bx-wallet-alt:before{content:"\ec79"}.bx-water:before{content:"\ec7a"}.bx-webcam:before{content:"\ec7b"}.bx-wifi:before{content:"\ec7c"}.bx-wifi-0:before{content:"\ec7d"}.bx-wifi-1:before{content:"\ec7e"}.bx-wifi-2:before{content:"\ec7f"}.bx-wifi-off:before{content:"\ec80"}.bx-wind:before{content:"\ec81"}.bx-window:before{content:"\ec82"}.bx-window-alt:before{content:"\ec83"}.bx-window-close:before{content:"\ec84"}.bx-window-open:before{content:"\ec85"}.bx-windows:before{content:"\ec86"}.bx-wine:before{content:"\ec87"}.bx-wink-smile:before{content:"\ec88"}.bx-wink-tongue:before{content:"\ec89"}.bx-won:before{content:"\ec8a"}.bx-world:before{content:"\ec8b"}.bx-wrench:before{content:"\ec8c"}.bx-x:before{content:"\ec8d"}.bx-x-circle:before{content:"\ec8e"}.bx-yen:before{content:"\ec8f"}.bx-zoom-in:before{content:"\ec90"}.bx-zoom-out:before{content:"\ec91"}.bxs-party:before{content:"\ec92"}.bxs-hot:before{content:"\ec93"}.bxs-droplet:before{content:"\ec94"}.bxs-cat:before{content:"\ec95"}.bxs-dog:before{content:"\ec96"}.bxs-injection:before{content:"\ec97"}.bxs-leaf:before{content:"\ec98"}.bxs-add-to-queue:before{content:"\ec99"}.bxs-adjust:before{content:"\ec9a"}.bxs-adjust-alt:before{content:"\ec9b"}.bxs-alarm:before{content:"\ec9c"}.bxs-alarm-add:before{content:"\ec9d"}.bxs-alarm-exclamation:before{content:"\ec9e"}.bxs-alarm-off:before{content:"\ec9f"}.bxs-alarm-snooze:before{content:"\eca0"}.bxs-album:before{content:"\eca1"}.bxs-ambulance:before{content:"\eca2"}.bxs-analyse:before{content:"\eca3"}.bxs-angry:before{content:"\eca4"}.bxs-arch:before{content:"\eca5"}.bxs-archive:before{content:"\eca6"}.bxs-archive-in:before{content:"\eca7"}.bxs-archive-out:before{content:"\eca8"}.bxs-area:before{content:"\eca9"}.bxs-arrow-from-bottom:before{content:"\ecaa"}.bxs-arrow-from-left:before{content:"\ecab"}.bxs-arrow-from-right:before{content:"\ecac"}.bxs-arrow-from-top:before{content:"\ecad"}.bxs-arrow-to-bottom:before{content:"\ecae"}.bxs-arrow-to-left:before{content:"\ecaf"}.bxs-arrow-to-right:before{content:"\ecb0"}.bxs-arrow-to-top:before{content:"\ecb1"}.bxs-award:before{content:"\ecb2"}.bxs-baby-carriage:before{content:"\ecb3"}.bxs-backpack:before{content:"\ecb4"}.bxs-badge:before{content:"\ecb5"}.bxs-badge-check:before{content:"\ecb6"}.bxs-badge-dollar:before{content:"\ecb7"}.bxs-ball:before{content:"\ecb8"}.bxs-band-aid:before{content:"\ecb9"}.bxs-bank:before{content:"\ecba"}.bxs-bar-chart-alt-2:before{content:"\ecbb"}.bxs-bar-chart-square:before{content:"\ecbc"}.bxs-barcode:before{content:"\ecbd"}.bxs-baseball:before{content:"\ecbe"}.bxs-basket:before{content:"\ecbf"}.bxs-basketball:before{content:"\ecc0"}.bxs-bath:before{content:"\ecc1"}.bxs-battery:before{content:"\ecc2"}.bxs-battery-charging:before{content:"\ecc3"}.bxs-battery-full:before{content:"\ecc4"}.bxs-battery-low:before{content:"\ecc5"}.bxs-bed:before{content:"\ecc6"}.bxs-been-here:before{content:"\ecc7"}.bxs-beer:before{content:"\ecc8"}.bxs-bell:before{content:"\ecc9"}.bxs-bell-minus:before{content:"\ecca"}.bxs-bell-off:before{content:"\eccb"}.bxs-bell-plus:before{content:"\eccc"}.bxs-bell-ring:before{content:"\eccd"}.bxs-bible:before{content:"\ecce"}.bxs-binoculars:before{content:"\eccf"}.bxs-blanket:before{content:"\ecd0"}.bxs-bolt:before{content:"\ecd1"}.bxs-bolt-circle:before{content:"\ecd2"}.bxs-bomb:before{content:"\ecd3"}.bxs-bone:before{content:"\ecd4"}.bxs-bong:before{content:"\ecd5"}.bxs-book:before{content:"\ecd6"}.bxs-book-add:before{content:"\ecd7"}.bxs-book-alt:before{content:"\ecd8"}.bxs-book-bookmark:before{content:"\ecd9"}.bxs-book-content:before{content:"\ecda"}.bxs-book-heart:before{content:"\ecdb"}.bxs-bookmark:before{content:"\ecdc"}.bxs-bookmark-alt:before{content:"\ecdd"}.bxs-bookmark-alt-minus:before{content:"\ecde"}.bxs-bookmark-alt-plus:before{content:"\ecdf"}.bxs-bookmark-heart:before{content:"\ece0"}.bxs-bookmark-minus:before{content:"\ece1"}.bxs-bookmark-plus:before{content:"\ece2"}.bxs-bookmarks:before{content:"\ece3"}.bxs-bookmark-star:before{content:"\ece4"}.bxs-book-open:before{content:"\ece5"}.bxs-book-reader:before{content:"\ece6"}.bxs-bot:before{content:"\ece7"}.bxs-bowling-ball:before{content:"\ece8"}.bxs-box:before{content:"\ece9"}.bxs-brain:before{content:"\ecea"}.bxs-briefcase:before{content:"\eceb"}.bxs-briefcase-alt:before{content:"\ecec"}.bxs-briefcase-alt-2:before{content:"\eced"}.bxs-brightness:before{content:"\ecee"}.bxs-brightness-half:before{content:"\ecef"}.bxs-brush:before{content:"\ecf0"}.bxs-brush-alt:before{content:"\ecf1"}.bxs-bug:before{content:"\ecf2"}.bxs-bug-alt:before{content:"\ecf3"}.bxs-building:before{content:"\ecf4"}.bxs-building-house:before{content:"\ecf5"}.bxs-buildings:before{content:"\ecf6"}.bxs-bulb:before{content:"\ecf7"}.bxs-bullseye:before{content:"\ecf8"}.bxs-buoy:before{content:"\ecf9"}.bxs-bus:before{content:"\ecfa"}.bxs-business:before{content:"\ecfb"}.bxs-bus-school:before{content:"\ecfc"}.bxs-cabinet:before{content:"\ecfd"}.bxs-cake:before{content:"\ecfe"}.bxs-calculator:before{content:"\ecff"}.bxs-calendar:before{content:"\ed00"}.bxs-calendar-alt:before{content:"\ed01"}.bxs-calendar-check:before{content:"\ed02"}.bxs-calendar-edit:before{content:"\ed03"}.bxs-calendar-event:before{content:"\ed04"}.bxs-calendar-exclamation:before{content:"\ed05"}.bxs-calendar-heart:before{content:"\ed06"}.bxs-calendar-minus:before{content:"\ed07"}.bxs-calendar-plus:before{content:"\ed08"}.bxs-calendar-star:before{content:"\ed09"}.bxs-calendar-week:before{content:"\ed0a"}.bxs-calendar-x:before{content:"\ed0b"}.bxs-camera:before{content:"\ed0c"}.bxs-camera-home:before{content:"\ed0d"}.bxs-camera-movie:before{content:"\ed0e"}.bxs-camera-off:before{content:"\ed0f"}.bxs-camera-plus:before{content:"\ed10"}.bxs-capsule:before{content:"\ed11"}.bxs-captions:before{content:"\ed12"}.bxs-car:before{content:"\ed13"}.bxs-car-battery:before{content:"\ed14"}.bxs-car-crash:before{content:"\ed15"}.bxs-card:before{content:"\ed16"}.bxs-caret-down-circle:before{content:"\ed17"}.bxs-caret-down-square:before{content:"\ed18"}.bxs-caret-left-circle:before{content:"\ed19"}.bxs-caret-left-square:before{content:"\ed1a"}.bxs-caret-right-circle:before{content:"\ed1b"}.bxs-caret-right-square:before{content:"\ed1c"}.bxs-caret-up-circle:before{content:"\ed1d"}.bxs-caret-up-square:before{content:"\ed1e"}.bxs-car-garage:before{content:"\ed1f"}.bxs-car-mechanic:before{content:"\ed20"}.bxs-carousel:before{content:"\ed21"}.bxs-cart:before{content:"\ed22"}.bxs-cart-add:before{content:"\ed23"}.bxs-cart-alt:before{content:"\ed24"}.bxs-cart-download:before{content:"\ed25"}.bxs-car-wash:before{content:"\ed26"}.bxs-category:before{content:"\ed27"}.bxs-category-alt:before{content:"\ed28"}.bxs-cctv:before{content:"\ed29"}.bxs-certification:before{content:"\ed2a"}.bxs-chalkboard:before{content:"\ed2b"}.bxs-chart:before{content:"\ed2c"}.bxs-chat:before{content:"\ed2d"}.bxs-checkbox:before{content:"\ed2e"}.bxs-checkbox-checked:before{content:"\ed2f"}.bxs-checkbox-minus:before{content:"\ed30"}.bxs-check-circle:before{content:"\ed31"}.bxs-check-shield:before{content:"\ed32"}.bxs-check-square:before{content:"\ed33"}.bxs-chess:before{content:"\ed34"}.bxs-chevron-down:before{content:"\ed35"}.bxs-chevron-down-circle:before{content:"\ed36"}.bxs-chevron-down-square:before{content:"\ed37"}.bxs-chevron-left:before{content:"\ed38"}.bxs-chevron-left-circle:before{content:"\ed39"}.bxs-chevron-left-square:before{content:"\ed3a"}.bxs-chevron-right:before{content:"\ed3b"}.bxs-chevron-right-circle:before{content:"\ed3c"}.bxs-chevron-right-square:before{content:"\ed3d"}.bxs-chevrons-down:before{content:"\ed3e"}.bxs-chevrons-left:before{content:"\ed3f"}.bxs-chevrons-right:before{content:"\ed40"}.bxs-chevrons-up:before{content:"\ed41"}.bxs-chevron-up:before{content:"\ed42"}.bxs-chevron-up-circle:before{content:"\ed43"}.bxs-chevron-up-square:before{content:"\ed44"}.bxs-chip:before{content:"\ed45"}.bxs-church:before{content:"\ed46"}.bxs-circle:before{content:"\ed47"}.bxs-city:before{content:"\ed48"}.bxs-clinic:before{content:"\ed49"}.bxs-cloud:before{content:"\ed4a"}.bxs-cloud-download:before{content:"\ed4b"}.bxs-cloud-lightning:before{content:"\ed4c"}.bxs-cloud-rain:before{content:"\ed4d"}.bxs-cloud-upload:before{content:"\ed4e"}.bxs-coffee:before{content:"\ed4f"}.bxs-coffee-alt:before{content:"\ed50"}.bxs-coffee-togo:before{content:"\ed51"}.bxs-cog:before{content:"\ed52"}.bxs-coin:before{content:"\ed53"}.bxs-coin-stack:before{content:"\ed54"}.bxs-collection:before{content:"\ed55"}.bxs-color-fill:before{content:"\ed56"}.bxs-comment:before{content:"\ed57"}.bxs-comment-add:before{content:"\ed58"}.bxs-comment-check:before{content:"\ed59"}.bxs-comment-detail:before{content:"\ed5a"}.bxs-comment-dots:before{content:"\ed5b"}.bxs-comment-edit:before{content:"\ed5c"}.bxs-comment-error:before{content:"\ed5d"}.bxs-comment-minus:before{content:"\ed5e"}.bxs-comment-x:before{content:"\ed5f"}.bxs-compass:before{content:"\ed60"}.bxs-component:before{content:"\ed61"}.bxs-confused:before{content:"\ed62"}.bxs-contact:before{content:"\ed63"}.bxs-conversation:before{content:"\ed64"}.bxs-cookie:before{content:"\ed65"}.bxs-cool:before{content:"\ed66"}.bxs-copy:before{content:"\ed67"}.bxs-copy-alt:before{content:"\ed68"}.bxs-copyright:before{content:"\ed69"}.bxs-coupon:before{content:"\ed6a"}.bxs-credit-card:before{content:"\ed6b"}.bxs-credit-card-alt:before{content:"\ed6c"}.bxs-credit-card-front:before{content:"\ed6d"}.bxs-crop:before{content:"\ed6e"}.bxs-crown:before{content:"\ed6f"}.bxs-cube:before{content:"\ed70"}.bxs-cube-alt:before{content:"\ed71"}.bxs-cuboid:before{content:"\ed72"}.bxs-customize:before{content:"\ed73"}.bxs-cylinder:before{content:"\ed74"}.bxs-dashboard:before{content:"\ed75"}.bxs-data:before{content:"\ed76"}.bxs-detail:before{content:"\ed77"}.bxs-devices:before{content:"\ed78"}.bxs-diamond:before{content:"\ed79"}.bxs-dice-1:before{content:"\ed7a"}.bxs-dice-2:before{content:"\ed7b"}.bxs-dice-3:before{content:"\ed7c"}.bxs-dice-4:before{content:"\ed7d"}.bxs-dice-5:before{content:"\ed7e"}.bxs-dice-6:before{content:"\ed7f"}.bxs-direction-left:before{content:"\ed80"}.bxs-direction-right:before{content:"\ed81"}.bxs-directions:before{content:"\ed82"}.bxs-disc:before{content:"\ed83"}.bxs-discount:before{content:"\ed84"}.bxs-dish:before{content:"\ed85"}.bxs-dislike:before{content:"\ed86"}.bxs-dizzy:before{content:"\ed87"}.bxs-dock-bottom:before{content:"\ed88"}.bxs-dock-left:before{content:"\ed89"}.bxs-dock-right:before{content:"\ed8a"}.bxs-dock-top:before{content:"\ed8b"}.bxs-dollar-circle:before{content:"\ed8c"}.bxs-donate-blood:before{content:"\ed8d"}.bxs-donate-heart:before{content:"\ed8e"}.bxs-door-open:before{content:"\ed8f"}.bxs-doughnut-chart:before{content:"\ed90"}.bxs-down-arrow:before{content:"\ed91"}.bxs-down-arrow-alt:before{content:"\ed92"}.bxs-down-arrow-circle:before{content:"\ed93"}.bxs-down-arrow-square:before{content:"\ed94"}.bxs-download:before{content:"\ed95"}.bxs-downvote:before{content:"\ed96"}.bxs-drink:before{content:"\ed97"}.bxs-droplet-half:before{content:"\ed98"}.bxs-dryer:before{content:"\ed99"}.bxs-duplicate:before{content:"\ed9a"}.bxs-edit:before{content:"\ed9b"}.bxs-edit-alt:before{content:"\ed9c"}.bxs-edit-location:before{content:"\ed9d"}.bxs-eject:before{content:"\ed9e"}.bxs-envelope:before{content:"\ed9f"}.bxs-envelope-open:before{content:"\eda0"}.bxs-eraser:before{content:"\eda1"}.bxs-error:before{content:"\eda2"}.bxs-error-alt:before{content:"\eda3"}.bxs-error-circle:before{content:"\eda4"}.bxs-ev-station:before{content:"\eda5"}.bxs-exit:before{content:"\eda6"}.bxs-extension:before{content:"\eda7"}.bxs-eyedropper:before{content:"\eda8"}.bxs-face:before{content:"\eda9"}.bxs-face-mask:before{content:"\edaa"}.bxs-factory:before{content:"\edab"}.bxs-fast-forward-circle:before{content:"\edac"}.bxs-file:before{content:"\edad"}.bxs-file-archive:before{content:"\edae"}.bxs-file-blank:before{content:"\edaf"}.bxs-file-css:before{content:"\edb0"}.bxs-file-doc:before{content:"\edb1"}.bxs-file-export:before{content:"\edb2"}.bxs-file-find:before{content:"\edb3"}.bxs-file-gif:before{content:"\edb4"}.bxs-file-html:before{content:"\edb5"}.bxs-file-image:before{content:"\edb6"}.bxs-file-import:before{content:"\edb7"}.bxs-file-jpg:before{content:"\edb8"}.bxs-file-js:before{content:"\edb9"}.bxs-file-json:before{content:"\edba"}.bxs-file-md:before{content:"\edbb"}.bxs-file-pdf:before{content:"\edbc"}.bxs-file-plus:before{content:"\edbd"}.bxs-file-png:before{content:"\edbe"}.bxs-file-txt:before{content:"\edbf"}.bxs-film:before{content:"\edc0"}.bxs-filter-alt:before{content:"\edc1"}.bxs-first-aid:before{content:"\edc2"}.bxs-flag:before{content:"\edc3"}.bxs-flag-alt:before{content:"\edc4"}.bxs-flag-checkered:before{content:"\edc5"}.bxs-flame:before{content:"\edc6"}.bxs-flask:before{content:"\edc7"}.bxs-florist:before{content:"\edc8"}.bxs-folder:before{content:"\edc9"}.bxs-folder-minus:before{content:"\edca"}.bxs-folder-open:before{content:"\edcb"}.bxs-folder-plus:before{content:"\edcc"}.bxs-food-menu:before{content:"\edcd"}.bxs-fridge:before{content:"\edce"}.bxs-game:before{content:"\edcf"}.bxs-gas-pump:before{content:"\edd0"}.bxs-ghost:before{content:"\edd1"}.bxs-gift:before{content:"\edd2"}.bxs-graduation:before{content:"\edd3"}.bxs-grid:before{content:"\edd4"}.bxs-grid-alt:before{content:"\edd5"}.bxs-group:before{content:"\edd6"}.bxs-guitar-amp:before{content:"\edd7"}.bxs-hand:before{content:"\edd8"}.bxs-hand-down:before{content:"\edd9"}.bxs-hand-left:before{content:"\edda"}.bxs-hand-right:before{content:"\eddb"}.bxs-hand-up:before{content:"\eddc"}.bxs-happy:before{content:"\eddd"}.bxs-happy-alt:before{content:"\edde"}.bxs-happy-beaming:before{content:"\eddf"}.bxs-happy-heart-eyes:before{content:"\ede0"}.bxs-hdd:before{content:"\ede1"}.bxs-heart:before{content:"\ede2"}.bxs-heart-circle:before{content:"\ede3"}.bxs-heart-square:before{content:"\ede4"}.bxs-help-circle:before{content:"\ede5"}.bxs-hide:before{content:"\ede6"}.bxs-home:before{content:"\ede7"}.bxs-home-circle:before{content:"\ede8"}.bxs-home-heart:before{content:"\ede9"}.bxs-home-smile:before{content:"\edea"}.bxs-hotel:before{content:"\edeb"}.bxs-hourglass:before{content:"\edec"}.bxs-hourglass-bottom:before{content:"\eded"}.bxs-hourglass-top:before{content:"\edee"}.bxs-id-card:before{content:"\edef"}.bxs-image:before{content:"\edf0"}.bxs-image-add:before{content:"\edf1"}.bxs-image-alt:before{content:"\edf2"}.bxs-inbox:before{content:"\edf3"}.bxs-info-circle:before{content:"\edf4"}.bxs-info-square:before{content:"\edf5"}.bxs-institution:before{content:"\edf6"}.bxs-joystick:before{content:"\edf7"}.bxs-joystick-alt:before{content:"\edf8"}.bxs-joystick-button:before{content:"\edf9"}.bxs-key:before{content:"\edfa"}.bxs-keyboard:before{content:"\edfb"}.bxs-label:before{content:"\edfc"}.bxs-landmark:before{content:"\edfd"}.bxs-landscape:before{content:"\edfe"}.bxs-laugh:before{content:"\edff"}.bxs-layer:before{content:"\ee00"}.bxs-layer-minus:before{content:"\ee01"}.bxs-layer-plus:before{content:"\ee02"}.bxs-layout:before{content:"\ee03"}.bxs-left-arrow:before{content:"\ee04"}.bxs-left-arrow-alt:before{content:"\ee05"}.bxs-left-arrow-circle:before{content:"\ee06"}.bxs-left-arrow-square:before{content:"\ee07"}.bxs-left-down-arrow-circle:before{content:"\ee08"}.bxs-left-top-arrow-circle:before{content:"\ee09"}.bxs-like:before{content:"\ee0a"}.bxs-location-plus:before{content:"\ee0b"}.bxs-lock:before{content:"\ee0c"}.bxs-lock-alt:before{content:"\ee0d"}.bxs-lock-open:before{content:"\ee0e"}.bxs-lock-open-alt:before{content:"\ee0f"}.bxs-log-in:before{content:"\ee10"}.bxs-log-in-circle:before{content:"\ee11"}.bxs-log-out:before{content:"\ee12"}.bxs-log-out-circle:before{content:"\ee13"}.bxs-low-vision:before{content:"\ee14"}.bxs-magic-wand:before{content:"\ee15"}.bxs-magnet:before{content:"\ee16"}.bxs-map:before{content:"\ee17"}.bxs-map-alt:before{content:"\ee18"}.bxs-map-pin:before{content:"\ee19"}.bxs-mask:before{content:"\ee1a"}.bxs-medal:before{content:"\ee1b"}.bxs-megaphone:before{content:"\ee1c"}.bxs-meh:before{content:"\ee1d"}.bxs-meh-alt:before{content:"\ee1e"}.bxs-meh-blank:before{content:"\ee1f"}.bxs-memory-card:before{content:"\ee20"}.bxs-message:before{content:"\ee21"}.bxs-message-add:before{content:"\ee22"}.bxs-message-alt:before{content:"\ee23"}.bxs-message-alt-add:before{content:"\ee24"}.bxs-message-alt-check:before{content:"\ee25"}.bxs-message-alt-detail:before{content:"\ee26"}.bxs-message-alt-dots:before{content:"\ee27"}.bxs-message-alt-edit:before{content:"\ee28"}.bxs-message-alt-error:before{content:"\ee29"}.bxs-message-alt-minus:before{content:"\ee2a"}.bxs-message-alt-x:before{content:"\ee2b"}.bxs-message-check:before{content:"\ee2c"}.bxs-message-detail:before{content:"\ee2d"}.bxs-message-dots:before{content:"\ee2e"}.bxs-message-edit:before{content:"\ee2f"}.bxs-message-error:before{content:"\ee30"}.bxs-message-minus:before{content:"\ee31"}.bxs-message-rounded:before{content:"\ee32"}.bxs-message-rounded-add:before{content:"\ee33"}.bxs-message-rounded-check:before{content:"\ee34"}.bxs-message-rounded-detail:before{content:"\ee35"}.bxs-message-rounded-dots:before{content:"\ee36"}.bxs-message-rounded-edit:before{content:"\ee37"}.bxs-message-rounded-error:before{content:"\ee38"}.bxs-message-rounded-minus:before{content:"\ee39"}.bxs-message-rounded-x:before{content:"\ee3a"}.bxs-message-square:before{content:"\ee3b"}.bxs-message-square-add:before{content:"\ee3c"}.bxs-message-square-check:before{content:"\ee3d"}.bxs-message-square-detail:before{content:"\ee3e"}.bxs-message-square-dots:before{content:"\ee3f"}.bxs-message-square-edit:before{content:"\ee40"}.bxs-message-square-error:before{content:"\ee41"}.bxs-message-square-minus:before{content:"\ee42"}.bxs-message-square-x:before{content:"\ee43"}.bxs-message-x:before{content:"\ee44"}.bxs-meteor:before{content:"\ee45"}.bxs-microchip:before{content:"\ee46"}.bxs-microphone:before{content:"\ee47"}.bxs-microphone-alt:before{content:"\ee48"}.bxs-microphone-off:before{content:"\ee49"}.bxs-minus-circle:before{content:"\ee4a"}.bxs-minus-square:before{content:"\ee4b"}.bxs-mobile:before{content:"\ee4c"}.bxs-mobile-vibration:before{content:"\ee4d"}.bxs-moon:before{content:"\ee4e"}.bxs-mouse:before{content:"\ee4f"}.bxs-mouse-alt:before{content:"\ee50"}.bxs-movie:before{content:"\ee51"}.bxs-movie-play:before{content:"\ee52"}.bxs-music:before{content:"\ee53"}.bxs-navigation:before{content:"\ee54"}.bxs-network-chart:before{content:"\ee55"}.bxs-news:before{content:"\ee56"}.bxs-no-entry:before{content:"\ee57"}.bxs-note:before{content:"\ee58"}.bxs-notepad:before{content:"\ee59"}.bxs-notification:before{content:"\ee5a"}.bxs-notification-off:before{content:"\ee5b"}.bxs-offer:before{content:"\ee5c"}.bxs-package:before{content:"\ee5d"}.bxs-paint:before{content:"\ee5e"}.bxs-paint-roll:before{content:"\ee5f"}.bxs-palette:before{content:"\ee60"}.bxs-paper-plane:before{content:"\ee61"}.bxs-parking:before{content:"\ee62"}.bxs-paste:before{content:"\ee63"}.bxs-pen:before{content:"\ee64"}.bxs-pencil:before{content:"\ee65"}.bxs-phone:before{content:"\ee66"}.bxs-phone-call:before{content:"\ee67"}.bxs-phone-incoming:before{content:"\ee68"}.bxs-phone-off:before{content:"\ee69"}.bxs-phone-outgoing:before{content:"\ee6a"}.bxs-photo-album:before{content:"\ee6b"}.bxs-piano:before{content:"\ee6c"}.bxs-pie-chart:before{content:"\ee6d"}.bxs-pie-chart-alt:before{content:"\ee6e"}.bxs-pie-chart-alt-2:before{content:"\ee6f"}.bxs-pin:before{content:"\ee70"}.bxs-pizza:before{content:"\ee71"}.bxs-plane:before{content:"\ee72"}.bxs-plane-alt:before{content:"\ee73"}.bxs-plane-land:before{content:"\ee74"}.bxs-planet:before{content:"\ee75"}.bxs-plane-take-off:before{content:"\ee76"}.bxs-playlist:before{content:"\ee77"}.bxs-plug:before{content:"\ee78"}.bxs-plus-circle:before{content:"\ee79"}.bxs-plus-square:before{content:"\ee7a"}.bxs-pointer:before{content:"\ee7b"}.bxs-polygon:before{content:"\ee7c"}.bxs-printer:before{content:"\ee7d"}.bxs-purchase-tag:before{content:"\ee7e"}.bxs-purchase-tag-alt:before{content:"\ee7f"}.bxs-pyramid:before{content:"\ee80"}.bxs-quote-alt-left:before{content:"\ee81"}.bxs-quote-alt-right:before{content:"\ee82"}.bxs-quote-left:before{content:"\ee83"}.bxs-quote-right:before{content:"\ee84"}.bxs-quote-single-left:before{content:"\ee85"}.bxs-quote-single-right:before{content:"\ee86"}.bxs-radiation:before{content:"\ee87"}.bxs-radio:before{content:"\ee88"}.bxs-receipt:before{content:"\ee89"}.bxs-rectangle:before{content:"\ee8a"}.bxs-registered:before{content:"\ee8b"}.bxs-rename:before{content:"\ee8c"}.bxs-report:before{content:"\ee8d"}.bxs-rewind-circle:before{content:"\ee8e"}.bxs-right-arrow:before{content:"\ee8f"}.bxs-right-arrow-alt:before{content:"\ee90"}.bxs-right-arrow-circle:before{content:"\ee91"}.bxs-right-arrow-square:before{content:"\ee92"}.bxs-right-down-arrow-circle:before{content:"\ee93"}.bxs-right-top-arrow-circle:before{content:"\ee94"}.bxs-rocket:before{content:"\ee95"}.bxs-ruler:before{content:"\ee96"}.bxs-sad:before{content:"\ee97"}.bxs-save:before{content:"\ee98"}.bxs-school:before{content:"\ee99"}.bxs-search:before{content:"\ee9a"}.bxs-search-alt-2:before{content:"\ee9b"}.bxs-select-multiple:before{content:"\ee9c"}.bxs-send:before{content:"\ee9d"}.bxs-server:before{content:"\ee9e"}.bxs-shapes:before{content:"\ee9f"}.bxs-share:before{content:"\eea0"}.bxs-share-alt:before{content:"\eea1"}.bxs-shield:before{content:"\eea2"}.bxs-shield-alt-2:before{content:"\eea3"}.bxs-shield-x:before{content:"\eea4"}.bxs-ship:before{content:"\eea5"}.bxs-shocked:before{content:"\eea6"}.bxs-shopping-bag:before{content:"\eea7"}.bxs-shopping-bag-alt:before{content:"\eea8"}.bxs-shopping-bags:before{content:"\eea9"}.bxs-show:before{content:"\eeaa"}.bxs-skip-next-circle:before{content:"\eeab"}.bxs-skip-previous-circle:before{content:"\eeac"}.bxs-skull:before{content:"\eead"}.bxs-sleepy:before{content:"\eeae"}.bxs-slideshow:before{content:"\eeaf"}.bxs-smile:before{content:"\eeb0"}.bxs-sort-alt:before{content:"\eeb1"}.bxs-spa:before{content:"\eeb2"}.bxs-speaker:before{content:"\eeb3"}.bxs-spray-can:before{content:"\eeb4"}.bxs-spreadsheet:before{content:"\eeb5"}.bxs-square:before{content:"\eeb6"}.bxs-square-rounded:before{content:"\eeb7"}.bxs-star:before{content:"\eeb8"}.bxs-star-half:before{content:"\eeb9"}.bxs-sticker:before{content:"\eeba"}.bxs-stopwatch:before{content:"\eebb"}.bxs-store:before{content:"\eebc"}.bxs-store-alt:before{content:"\eebd"}.bxs-sun:before{content:"\eebe"}.bxs-tachometer:before{content:"\eebf"}.bxs-tag:before{content:"\eec0"}.bxs-tag-alt:before{content:"\eec1"}.bxs-tag-x:before{content:"\eec2"}.bxs-taxi:before{content:"\eec3"}.bxs-tennis-ball:before{content:"\eec4"}.bxs-terminal:before{content:"\eec5"}.bxs-thermometer:before{content:"\eec6"}.bxs-time:before{content:"\eec7"}.bxs-time-five:before{content:"\eec8"}.bxs-timer:before{content:"\eec9"}.bxs-tired:before{content:"\eeca"}.bxs-toggle-left:before{content:"\eecb"}.bxs-toggle-right:before{content:"\eecc"}.bxs-tone:before{content:"\eecd"}.bxs-torch:before{content:"\eece"}.bxs-to-top:before{content:"\eecf"}.bxs-traffic:before{content:"\eed0"}.bxs-traffic-barrier:before{content:"\eed1"}.bxs-traffic-cone:before{content:"\eed2"}.bxs-train:before{content:"\eed3"}.bxs-trash:before{content:"\eed4"}.bxs-trash-alt:before{content:"\eed5"}.bxs-tree:before{content:"\eed6"}.bxs-trophy:before{content:"\eed7"}.bxs-truck:before{content:"\eed8"}.bxs-t-shirt:before{content:"\eed9"}.bxs-tv:before{content:"\eeda"}.bxs-up-arrow:before{content:"\eedb"}.bxs-up-arrow-alt:before{content:"\eedc"}.bxs-up-arrow-circle:before{content:"\eedd"}.bxs-up-arrow-square:before{content:"\eede"}.bxs-upside-down:before{content:"\eedf"}.bxs-upvote:before{content:"\eee0"}.bxs-user:before{content:"\eee1"}.bxs-user-account:before{content:"\eee2"}.bxs-user-badge:before{content:"\eee3"}.bxs-user-check:before{content:"\eee4"}.bxs-user-circle:before{content:"\eee5"}.bxs-user-detail:before{content:"\eee6"}.bxs-user-minus:before{content:"\eee7"}.bxs-user-pin:before{content:"\eee8"}.bxs-user-plus:before{content:"\eee9"}.bxs-user-rectangle:before{content:"\eeea"}.bxs-user-voice:before{content:"\eeeb"}.bxs-user-x:before{content:"\eeec"}.bxs-vector:before{content:"\eeed"}.bxs-vial:before{content:"\eeee"}.bxs-video:before{content:"\eeef"}.bxs-video-off:before{content:"\eef0"}.bxs-video-plus:before{content:"\eef1"}.bxs-video-recording:before{content:"\eef2"}.bxs-videos:before{content:"\eef3"}.bxs-virus:before{content:"\eef4"}.bxs-virus-block:before{content:"\eef5"}.bxs-volume:before{content:"\eef6"}.bxs-volume-full:before{content:"\eef7"}.bxs-volume-low:before{content:"\eef8"}.bxs-volume-mute:before{content:"\eef9"}.bxs-wallet:before{content:"\eefa"}.bxs-wallet-alt:before{content:"\eefb"}.bxs-washer:before{content:"\eefc"}.bxs-watch:before{content:"\eefd"}.bxs-watch-alt:before{content:"\eefe"}.bxs-webcam:before{content:"\eeff"}.bxs-widget:before{content:"\ef00"}.bxs-window-alt:before{content:"\ef01"}.bxs-wine:before{content:"\ef02"}.bxs-wink-smile:before{content:"\ef03"}.bxs-wink-tongue:before{content:"\ef04"}.bxs-wrench:before{content:"\ef05"}.bxs-x-circle:before{content:"\ef06"}.bxs-x-square:before{content:"\ef07"}.bxs-yin-yang:before{content:"\ef08"}.bxs-zap:before{content:"\ef09"}.bxs-zoom-in:before{content:"\ef0a"}.bxs-zoom-out:before{content:"\ef0b"} \ No newline at end of file diff --git a/lib/boxicons-2.1.4/css/transformations.css b/lib/boxicons-2.1.4/css/transformations.css new file mode 100644 index 0000000..27fb386 --- /dev/null +++ b/lib/boxicons-2.1.4/css/transformations.css @@ -0,0 +1,30 @@ +.bx-rotate-90 +{ + transform: rotate(90deg); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'; +} +.bx-rotate-180 +{ + transform: rotate(180deg); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'; +} +.bx-rotate-270 +{ + transform: rotate(270deg); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'; +} +.bx-flip-horizontal +{ + transform: scaleX(-1); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; +} +.bx-flip-vertical +{ + transform: scaleY(-1); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'; +} diff --git a/lib/boxicons-2.1.4/fonts/boxicons.eot b/lib/boxicons-2.1.4/fonts/boxicons.eot new file mode 100644 index 0000000..c81a1de Binary files /dev/null and b/lib/boxicons-2.1.4/fonts/boxicons.eot differ diff --git a/lib/boxicons-2.1.4/fonts/boxicons.svg b/lib/boxicons-2.1.4/fonts/boxicons.svg new file mode 100644 index 0000000..edce383 --- /dev/null +++ b/lib/boxicons-2.1.4/fonts/boxicons.svg @@ -0,0 +1,1653 @@ + + + + + + +{ + "fontFamily": "boxicons", + "majorVersion": 2, + "minorVersion": 0.7, + "version": "Version 2.0", + "fontId": "boxicons", + "psName": "boxicons", + "subFamily": "Regular", + "fullName": "boxicons", + "description": "Font generated by IcoMoon." +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/fonts/boxicons.ttf b/lib/boxicons-2.1.4/fonts/boxicons.ttf new file mode 100644 index 0000000..998f059 Binary files /dev/null and b/lib/boxicons-2.1.4/fonts/boxicons.ttf differ diff --git a/lib/boxicons-2.1.4/fonts/boxicons.woff b/lib/boxicons-2.1.4/fonts/boxicons.woff new file mode 100644 index 0000000..3345c5c Binary files /dev/null and b/lib/boxicons-2.1.4/fonts/boxicons.woff differ diff --git a/lib/boxicons-2.1.4/fonts/boxicons.woff2 b/lib/boxicons-2.1.4/fonts/boxicons.woff2 new file mode 100644 index 0000000..07d2618 Binary files /dev/null and b/lib/boxicons-2.1.4/fonts/boxicons.woff2 differ diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-500px.svg b/lib/boxicons-2.1.4/svg/logos/bxl-500px.svg new file mode 100644 index 0000000..f3999e4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-500px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-99designs.svg b/lib/boxicons-2.1.4/svg/logos/bxl-99designs.svg new file mode 100644 index 0000000..d300cac --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-99designs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-adobe.svg b/lib/boxicons-2.1.4/svg/logos/bxl-adobe.svg new file mode 100644 index 0000000..3400f55 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-adobe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-airbnb.svg b/lib/boxicons-2.1.4/svg/logos/bxl-airbnb.svg new file mode 100644 index 0000000..132e199 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-airbnb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-algolia.svg b/lib/boxicons-2.1.4/svg/logos/bxl-algolia.svg new file mode 100644 index 0000000..91f8ba1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-algolia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-amazon.svg b/lib/boxicons-2.1.4/svg/logos/bxl-amazon.svg new file mode 100644 index 0000000..f8eddeb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-amazon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-android.svg b/lib/boxicons-2.1.4/svg/logos/bxl-android.svg new file mode 100644 index 0000000..b6911a2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-angular.svg b/lib/boxicons-2.1.4/svg/logos/bxl-angular.svg new file mode 100644 index 0000000..ac6648e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-angular.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-apple.svg b/lib/boxicons-2.1.4/svg/logos/bxl-apple.svg new file mode 100644 index 0000000..e087c0b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-audible.svg b/lib/boxicons-2.1.4/svg/logos/bxl-audible.svg new file mode 100644 index 0000000..0bc0e95 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-audible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-aws.svg b/lib/boxicons-2.1.4/svg/logos/bxl-aws.svg new file mode 100644 index 0000000..6ec45d9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-aws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-baidu.svg b/lib/boxicons-2.1.4/svg/logos/bxl-baidu.svg new file mode 100644 index 0000000..8b571ce --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-baidu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-behance.svg b/lib/boxicons-2.1.4/svg/logos/bxl-behance.svg new file mode 100644 index 0000000..078e9f8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-behance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-bing.svg b/lib/boxicons-2.1.4/svg/logos/bxl-bing.svg new file mode 100644 index 0000000..afe9a5c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-bing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-bitcoin.svg b/lib/boxicons-2.1.4/svg/logos/bxl-bitcoin.svg new file mode 100644 index 0000000..12b285a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-bitcoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-blender.svg b/lib/boxicons-2.1.4/svg/logos/bxl-blender.svg new file mode 100644 index 0000000..b665c9c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-blender.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-blogger.svg b/lib/boxicons-2.1.4/svg/logos/bxl-blogger.svg new file mode 100644 index 0000000..a974832 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-blogger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-bootstrap.svg b/lib/boxicons-2.1.4/svg/logos/bxl-bootstrap.svg new file mode 100644 index 0000000..9061718 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-bootstrap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-c-plus-plus.svg b/lib/boxicons-2.1.4/svg/logos/bxl-c-plus-plus.svg new file mode 100644 index 0000000..cbdf6de --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-c-plus-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-chrome.svg b/lib/boxicons-2.1.4/svg/logos/bxl-chrome.svg new file mode 100644 index 0000000..dd8975d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-chrome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-codepen.svg b/lib/boxicons-2.1.4/svg/logos/bxl-codepen.svg new file mode 100644 index 0000000..65567d3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-codepen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-creative-commons.svg b/lib/boxicons-2.1.4/svg/logos/bxl-creative-commons.svg new file mode 100644 index 0000000..d1a2289 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-creative-commons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-css3.svg b/lib/boxicons-2.1.4/svg/logos/bxl-css3.svg new file mode 100644 index 0000000..b05df9c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-css3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-dailymotion.svg b/lib/boxicons-2.1.4/svg/logos/bxl-dailymotion.svg new file mode 100644 index 0000000..81377a5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-dailymotion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-deezer.svg b/lib/boxicons-2.1.4/svg/logos/bxl-deezer.svg new file mode 100644 index 0000000..042364a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-deezer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-dev-to.svg b/lib/boxicons-2.1.4/svg/logos/bxl-dev-to.svg new file mode 100644 index 0000000..c1ed8ef --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-dev-to.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-deviantart.svg b/lib/boxicons-2.1.4/svg/logos/bxl-deviantart.svg new file mode 100644 index 0000000..d1235cd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-deviantart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-digg.svg b/lib/boxicons-2.1.4/svg/logos/bxl-digg.svg new file mode 100644 index 0000000..e438f9a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-digg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-digitalocean.svg b/lib/boxicons-2.1.4/svg/logos/bxl-digitalocean.svg new file mode 100644 index 0000000..5af8297 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-digitalocean.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-discord-alt.svg b/lib/boxicons-2.1.4/svg/logos/bxl-discord-alt.svg new file mode 100644 index 0000000..d16c8ab --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-discord-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-discord.svg b/lib/boxicons-2.1.4/svg/logos/bxl-discord.svg new file mode 100644 index 0000000..f18c65f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-discourse.svg b/lib/boxicons-2.1.4/svg/logos/bxl-discourse.svg new file mode 100644 index 0000000..8e4cd20 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-discourse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-django.svg b/lib/boxicons-2.1.4/svg/logos/bxl-django.svg new file mode 100644 index 0000000..419ab65 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-django.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-docker.svg b/lib/boxicons-2.1.4/svg/logos/bxl-docker.svg new file mode 100644 index 0000000..379b06b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-docker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-dribbble.svg b/lib/boxicons-2.1.4/svg/logos/bxl-dribbble.svg new file mode 100644 index 0000000..e42efd9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-dribbble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-dropbox.svg b/lib/boxicons-2.1.4/svg/logos/bxl-dropbox.svg new file mode 100644 index 0000000..cb4805a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-dropbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-drupal.svg b/lib/boxicons-2.1.4/svg/logos/bxl-drupal.svg new file mode 100644 index 0000000..1e56ac9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-drupal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-ebay.svg b/lib/boxicons-2.1.4/svg/logos/bxl-ebay.svg new file mode 100644 index 0000000..d86ef12 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-ebay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-edge.svg b/lib/boxicons-2.1.4/svg/logos/bxl-edge.svg new file mode 100644 index 0000000..552e8cc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-edge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-etsy.svg b/lib/boxicons-2.1.4/svg/logos/bxl-etsy.svg new file mode 100644 index 0000000..7d10f5f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-etsy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-facebook-circle.svg b/lib/boxicons-2.1.4/svg/logos/bxl-facebook-circle.svg new file mode 100644 index 0000000..df7249f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-facebook-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-facebook-square.svg b/lib/boxicons-2.1.4/svg/logos/bxl-facebook-square.svg new file mode 100644 index 0000000..ffb86d6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-facebook-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-facebook.svg b/lib/boxicons-2.1.4/svg/logos/bxl-facebook.svg new file mode 100644 index 0000000..ce7b4f7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-figma.svg b/lib/boxicons-2.1.4/svg/logos/bxl-figma.svg new file mode 100644 index 0000000..aaa99e9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-figma.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-firebase.svg b/lib/boxicons-2.1.4/svg/logos/bxl-firebase.svg new file mode 100644 index 0000000..4b416c5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-firebase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-firefox.svg b/lib/boxicons-2.1.4/svg/logos/bxl-firefox.svg new file mode 100644 index 0000000..6ce3dde --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-firefox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-flask.svg b/lib/boxicons-2.1.4/svg/logos/bxl-flask.svg new file mode 100644 index 0000000..e06bb17 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-flask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-flickr-square.svg b/lib/boxicons-2.1.4/svg/logos/bxl-flickr-square.svg new file mode 100644 index 0000000..feaf555 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-flickr-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-flickr.svg b/lib/boxicons-2.1.4/svg/logos/bxl-flickr.svg new file mode 100644 index 0000000..d35157a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-flutter.svg b/lib/boxicons-2.1.4/svg/logos/bxl-flutter.svg new file mode 100644 index 0000000..af6497d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-flutter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-foursquare.svg b/lib/boxicons-2.1.4/svg/logos/bxl-foursquare.svg new file mode 100644 index 0000000..695e19b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-foursquare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-git.svg b/lib/boxicons-2.1.4/svg/logos/bxl-git.svg new file mode 100644 index 0000000..d99bc02 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-github.svg b/lib/boxicons-2.1.4/svg/logos/bxl-github.svg new file mode 100644 index 0000000..905bdd3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-gitlab.svg b/lib/boxicons-2.1.4/svg/logos/bxl-gitlab.svg new file mode 100644 index 0000000..f7463e9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-gitlab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-gmail.svg b/lib/boxicons-2.1.4/svg/logos/bxl-gmail.svg new file mode 100644 index 0000000..a2538ff --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-gmail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-go-lang.svg b/lib/boxicons-2.1.4/svg/logos/bxl-go-lang.svg new file mode 100644 index 0000000..da54036 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-go-lang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-google-cloud.svg b/lib/boxicons-2.1.4/svg/logos/bxl-google-cloud.svg new file mode 100644 index 0000000..234d085 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-google-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-google-plus-circle.svg b/lib/boxicons-2.1.4/svg/logos/bxl-google-plus-circle.svg new file mode 100644 index 0000000..64db5f2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-google-plus-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-google-plus.svg b/lib/boxicons-2.1.4/svg/logos/bxl-google-plus.svg new file mode 100644 index 0000000..1b9d6f3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-google-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-google.svg b/lib/boxicons-2.1.4/svg/logos/bxl-google.svg new file mode 100644 index 0000000..2d40732 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-graphql.svg b/lib/boxicons-2.1.4/svg/logos/bxl-graphql.svg new file mode 100644 index 0000000..9d3d51d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-graphql.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-heroku.svg b/lib/boxicons-2.1.4/svg/logos/bxl-heroku.svg new file mode 100644 index 0000000..eb6fdb7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-heroku.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-html5.svg b/lib/boxicons-2.1.4/svg/logos/bxl-html5.svg new file mode 100644 index 0000000..395184f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-html5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-imdb.svg b/lib/boxicons-2.1.4/svg/logos/bxl-imdb.svg new file mode 100644 index 0000000..af2277b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-imdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-instagram-alt.svg b/lib/boxicons-2.1.4/svg/logos/bxl-instagram-alt.svg new file mode 100644 index 0000000..0ff37fa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-instagram-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-instagram.svg b/lib/boxicons-2.1.4/svg/logos/bxl-instagram.svg new file mode 100644 index 0000000..56c56d6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-internet-explorer.svg b/lib/boxicons-2.1.4/svg/logos/bxl-internet-explorer.svg new file mode 100644 index 0000000..b83a87c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-internet-explorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-invision.svg b/lib/boxicons-2.1.4/svg/logos/bxl-invision.svg new file mode 100644 index 0000000..9b61b39 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-invision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-java.svg b/lib/boxicons-2.1.4/svg/logos/bxl-java.svg new file mode 100644 index 0000000..1074611 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-java.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-javascript.svg b/lib/boxicons-2.1.4/svg/logos/bxl-javascript.svg new file mode 100644 index 0000000..59e8e5b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-javascript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-joomla.svg b/lib/boxicons-2.1.4/svg/logos/bxl-joomla.svg new file mode 100644 index 0000000..3174d57 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-joomla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-jquery.svg b/lib/boxicons-2.1.4/svg/logos/bxl-jquery.svg new file mode 100644 index 0000000..bd3f6c1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-jquery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-jsfiddle.svg b/lib/boxicons-2.1.4/svg/logos/bxl-jsfiddle.svg new file mode 100644 index 0000000..1fdb99e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-jsfiddle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-kickstarter.svg b/lib/boxicons-2.1.4/svg/logos/bxl-kickstarter.svg new file mode 100644 index 0000000..cb5309e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-kickstarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-kubernetes.svg b/lib/boxicons-2.1.4/svg/logos/bxl-kubernetes.svg new file mode 100644 index 0000000..3f61797 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-kubernetes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-less.svg b/lib/boxicons-2.1.4/svg/logos/bxl-less.svg new file mode 100644 index 0000000..737c238 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-less.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-linkedin-square.svg b/lib/boxicons-2.1.4/svg/logos/bxl-linkedin-square.svg new file mode 100644 index 0000000..4eb5a67 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-linkedin-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-linkedin.svg b/lib/boxicons-2.1.4/svg/logos/bxl-linkedin.svg new file mode 100644 index 0000000..ed64f5a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-magento.svg b/lib/boxicons-2.1.4/svg/logos/bxl-magento.svg new file mode 100644 index 0000000..d5abe8a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-magento.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-mailchimp.svg b/lib/boxicons-2.1.4/svg/logos/bxl-mailchimp.svg new file mode 100644 index 0000000..e17f8be --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-mailchimp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-markdown.svg b/lib/boxicons-2.1.4/svg/logos/bxl-markdown.svg new file mode 100644 index 0000000..d9e5584 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-markdown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-mastercard.svg b/lib/boxicons-2.1.4/svg/logos/bxl-mastercard.svg new file mode 100644 index 0000000..8155c8c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-mastercard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-mastodon.svg b/lib/boxicons-2.1.4/svg/logos/bxl-mastodon.svg new file mode 100644 index 0000000..daed549 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-mastodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-medium-old.svg b/lib/boxicons-2.1.4/svg/logos/bxl-medium-old.svg new file mode 100644 index 0000000..6b4bbb7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-medium-old.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-medium-square.svg b/lib/boxicons-2.1.4/svg/logos/bxl-medium-square.svg new file mode 100644 index 0000000..79ee326 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-medium-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-medium.svg b/lib/boxicons-2.1.4/svg/logos/bxl-medium.svg new file mode 100644 index 0000000..3fe849e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-medium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-messenger.svg b/lib/boxicons-2.1.4/svg/logos/bxl-messenger.svg new file mode 100644 index 0000000..fdf2fae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-messenger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-meta.svg b/lib/boxicons-2.1.4/svg/logos/bxl-meta.svg new file mode 100644 index 0000000..0434416 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-meta.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-microsoft-teams.svg b/lib/boxicons-2.1.4/svg/logos/bxl-microsoft-teams.svg new file mode 100644 index 0000000..f5ffdbc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-microsoft-teams.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-microsoft.svg b/lib/boxicons-2.1.4/svg/logos/bxl-microsoft.svg new file mode 100644 index 0000000..6db3fbe --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-microsoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-mongodb.svg b/lib/boxicons-2.1.4/svg/logos/bxl-mongodb.svg new file mode 100644 index 0000000..ec079b5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-mongodb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-netlify.svg b/lib/boxicons-2.1.4/svg/logos/bxl-netlify.svg new file mode 100644 index 0000000..7f9561d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-netlify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-nodejs.svg b/lib/boxicons-2.1.4/svg/logos/bxl-nodejs.svg new file mode 100644 index 0000000..d44e3fd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-nodejs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-ok-ru.svg b/lib/boxicons-2.1.4/svg/logos/bxl-ok-ru.svg new file mode 100644 index 0000000..bd64d84 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-ok-ru.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-opera.svg b/lib/boxicons-2.1.4/svg/logos/bxl-opera.svg new file mode 100644 index 0000000..4b057a0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-opera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-patreon.svg b/lib/boxicons-2.1.4/svg/logos/bxl-patreon.svg new file mode 100644 index 0000000..5e9d3ca --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-patreon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-paypal.svg b/lib/boxicons-2.1.4/svg/logos/bxl-paypal.svg new file mode 100644 index 0000000..0189218 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-periscope.svg b/lib/boxicons-2.1.4/svg/logos/bxl-periscope.svg new file mode 100644 index 0000000..207e31f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-periscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-php.svg b/lib/boxicons-2.1.4/svg/logos/bxl-php.svg new file mode 100644 index 0000000..5de78ba --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-php.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-pinterest-alt.svg b/lib/boxicons-2.1.4/svg/logos/bxl-pinterest-alt.svg new file mode 100644 index 0000000..d3d6495 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-pinterest-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-pinterest.svg b/lib/boxicons-2.1.4/svg/logos/bxl-pinterest.svg new file mode 100644 index 0000000..79e12d9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-pinterest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-play-store.svg b/lib/boxicons-2.1.4/svg/logos/bxl-play-store.svg new file mode 100644 index 0000000..a99943e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-play-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-pocket.svg b/lib/boxicons-2.1.4/svg/logos/bxl-pocket.svg new file mode 100644 index 0000000..5373a07 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-pocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-postgresql.svg b/lib/boxicons-2.1.4/svg/logos/bxl-postgresql.svg new file mode 100644 index 0000000..165d663 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-postgresql.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-product-hunt.svg b/lib/boxicons-2.1.4/svg/logos/bxl-product-hunt.svg new file mode 100644 index 0000000..f1277bc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-product-hunt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-python.svg b/lib/boxicons-2.1.4/svg/logos/bxl-python.svg new file mode 100644 index 0000000..fa16091 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-python.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-quora.svg b/lib/boxicons-2.1.4/svg/logos/bxl-quora.svg new file mode 100644 index 0000000..4abb980 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-quora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-react.svg b/lib/boxicons-2.1.4/svg/logos/bxl-react.svg new file mode 100644 index 0000000..cb133a9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-react.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-redbubble.svg b/lib/boxicons-2.1.4/svg/logos/bxl-redbubble.svg new file mode 100644 index 0000000..b845373 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-redbubble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-reddit.svg b/lib/boxicons-2.1.4/svg/logos/bxl-reddit.svg new file mode 100644 index 0000000..66c6bcf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-redux.svg b/lib/boxicons-2.1.4/svg/logos/bxl-redux.svg new file mode 100644 index 0000000..72fc94d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-redux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-sass.svg b/lib/boxicons-2.1.4/svg/logos/bxl-sass.svg new file mode 100644 index 0000000..3b0945d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-sass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-shopify.svg b/lib/boxicons-2.1.4/svg/logos/bxl-shopify.svg new file mode 100644 index 0000000..a7661cd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-shopify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-sketch.svg b/lib/boxicons-2.1.4/svg/logos/bxl-sketch.svg new file mode 100644 index 0000000..4c2778d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-sketch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-skype.svg b/lib/boxicons-2.1.4/svg/logos/bxl-skype.svg new file mode 100644 index 0000000..2608263 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-slack-old.svg b/lib/boxicons-2.1.4/svg/logos/bxl-slack-old.svg new file mode 100644 index 0000000..7c0889b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-slack-old.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-slack.svg b/lib/boxicons-2.1.4/svg/logos/bxl-slack.svg new file mode 100644 index 0000000..d89c339 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-slack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-snapchat.svg b/lib/boxicons-2.1.4/svg/logos/bxl-snapchat.svg new file mode 100644 index 0000000..ce338e9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-snapchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-soundcloud.svg b/lib/boxicons-2.1.4/svg/logos/bxl-soundcloud.svg new file mode 100644 index 0000000..8535b4c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-soundcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-spotify.svg b/lib/boxicons-2.1.4/svg/logos/bxl-spotify.svg new file mode 100644 index 0000000..92bf0f2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-spotify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-spring-boot.svg b/lib/boxicons-2.1.4/svg/logos/bxl-spring-boot.svg new file mode 100644 index 0000000..a8bdb19 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-spring-boot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-squarespace.svg b/lib/boxicons-2.1.4/svg/logos/bxl-squarespace.svg new file mode 100644 index 0000000..c0a1275 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-squarespace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-stack-overflow.svg b/lib/boxicons-2.1.4/svg/logos/bxl-stack-overflow.svg new file mode 100644 index 0000000..abc0f42 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-stack-overflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-steam.svg b/lib/boxicons-2.1.4/svg/logos/bxl-steam.svg new file mode 100644 index 0000000..07bce48 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-steam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-stripe.svg b/lib/boxicons-2.1.4/svg/logos/bxl-stripe.svg new file mode 100644 index 0000000..b69ff25 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-tailwind-css.svg b/lib/boxicons-2.1.4/svg/logos/bxl-tailwind-css.svg new file mode 100644 index 0000000..9a0f2b1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-tailwind-css.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-telegram.svg b/lib/boxicons-2.1.4/svg/logos/bxl-telegram.svg new file mode 100644 index 0000000..38bbc96 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-tiktok.svg b/lib/boxicons-2.1.4/svg/logos/bxl-tiktok.svg new file mode 100644 index 0000000..cd7ccf8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-tiktok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-trello.svg b/lib/boxicons-2.1.4/svg/logos/bxl-trello.svg new file mode 100644 index 0000000..627b829 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-trello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-trip-advisor.svg b/lib/boxicons-2.1.4/svg/logos/bxl-trip-advisor.svg new file mode 100644 index 0000000..622239e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-trip-advisor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-tumblr.svg b/lib/boxicons-2.1.4/svg/logos/bxl-tumblr.svg new file mode 100644 index 0000000..1d13659 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-tux.svg b/lib/boxicons-2.1.4/svg/logos/bxl-tux.svg new file mode 100644 index 0000000..e6cfed9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-tux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-twitch.svg b/lib/boxicons-2.1.4/svg/logos/bxl-twitch.svg new file mode 100644 index 0000000..ae7a0ad --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-twitch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-twitter.svg b/lib/boxicons-2.1.4/svg/logos/bxl-twitter.svg new file mode 100644 index 0000000..354f409 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-typescript.svg b/lib/boxicons-2.1.4/svg/logos/bxl-typescript.svg new file mode 100644 index 0000000..d85d477 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-typescript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-unity.svg b/lib/boxicons-2.1.4/svg/logos/bxl-unity.svg new file mode 100644 index 0000000..4f8f14e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-unity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-unsplash.svg b/lib/boxicons-2.1.4/svg/logos/bxl-unsplash.svg new file mode 100644 index 0000000..5bd5503 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-unsplash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-upwork.svg b/lib/boxicons-2.1.4/svg/logos/bxl-upwork.svg new file mode 100644 index 0000000..6b5715d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-upwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-venmo.svg b/lib/boxicons-2.1.4/svg/logos/bxl-venmo.svg new file mode 100644 index 0000000..f04ef6a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-venmo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-vimeo.svg b/lib/boxicons-2.1.4/svg/logos/bxl-vimeo.svg new file mode 100644 index 0000000..a3f68d8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-visa.svg b/lib/boxicons-2.1.4/svg/logos/bxl-visa.svg new file mode 100644 index 0000000..d3a20be --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-visa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-visual-studio.svg b/lib/boxicons-2.1.4/svg/logos/bxl-visual-studio.svg new file mode 100644 index 0000000..4a68dea --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-visual-studio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-vk.svg b/lib/boxicons-2.1.4/svg/logos/bxl-vk.svg new file mode 100644 index 0000000..48f16af --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-vk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-vuejs.svg b/lib/boxicons-2.1.4/svg/logos/bxl-vuejs.svg new file mode 100644 index 0000000..e8cc250 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-vuejs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-whatsapp-square.svg b/lib/boxicons-2.1.4/svg/logos/bxl-whatsapp-square.svg new file mode 100644 index 0000000..ace06c2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-whatsapp-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-whatsapp.svg b/lib/boxicons-2.1.4/svg/logos/bxl-whatsapp.svg new file mode 100644 index 0000000..02e0f67 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-wikipedia.svg b/lib/boxicons-2.1.4/svg/logos/bxl-wikipedia.svg new file mode 100644 index 0000000..c90ae66 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-wikipedia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-windows.svg b/lib/boxicons-2.1.4/svg/logos/bxl-windows.svg new file mode 100644 index 0000000..613318b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-windows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-wix.svg b/lib/boxicons-2.1.4/svg/logos/bxl-wix.svg new file mode 100644 index 0000000..8cfe1f9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-wix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-wordpress.svg b/lib/boxicons-2.1.4/svg/logos/bxl-wordpress.svg new file mode 100644 index 0000000..93e8848 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-xing.svg b/lib/boxicons-2.1.4/svg/logos/bxl-xing.svg new file mode 100644 index 0000000..1d693b0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-xing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-yahoo.svg b/lib/boxicons-2.1.4/svg/logos/bxl-yahoo.svg new file mode 100644 index 0000000..a176c67 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-yahoo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-yelp.svg b/lib/boxicons-2.1.4/svg/logos/bxl-yelp.svg new file mode 100644 index 0000000..b20c8dc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-yelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-youtube.svg b/lib/boxicons-2.1.4/svg/logos/bxl-youtube.svg new file mode 100644 index 0000000..27a68e5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/logos/bxl-zoom.svg b/lib/boxicons-2.1.4/svg/logos/bxl-zoom.svg new file mode 100644 index 0000000..05fac35 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/logos/bxl-zoom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-abacus.svg b/lib/boxicons-2.1.4/svg/regular/bx-abacus.svg new file mode 100644 index 0000000..ab074ae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-abacus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-accessibility.svg b/lib/boxicons-2.1.4/svg/regular/bx-accessibility.svg new file mode 100644 index 0000000..535799b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-accessibility.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-add-to-queue.svg b/lib/boxicons-2.1.4/svg/regular/bx-add-to-queue.svg new file mode 100644 index 0000000..6b8942b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-add-to-queue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-adjust.svg b/lib/boxicons-2.1.4/svg/regular/bx-adjust.svg new file mode 100644 index 0000000..cfcb625 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-adjust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-alarm-add.svg b/lib/boxicons-2.1.4/svg/regular/bx-alarm-add.svg new file mode 100644 index 0000000..8799f87 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-alarm-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-alarm-exclamation.svg b/lib/boxicons-2.1.4/svg/regular/bx-alarm-exclamation.svg new file mode 100644 index 0000000..39d6128 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-alarm-exclamation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-alarm-off.svg b/lib/boxicons-2.1.4/svg/regular/bx-alarm-off.svg new file mode 100644 index 0000000..686e9df --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-alarm-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-alarm-snooze.svg b/lib/boxicons-2.1.4/svg/regular/bx-alarm-snooze.svg new file mode 100644 index 0000000..7252198 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-alarm-snooze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-alarm.svg b/lib/boxicons-2.1.4/svg/regular/bx-alarm.svg new file mode 100644 index 0000000..3c3603c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-alarm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-album.svg b/lib/boxicons-2.1.4/svg/regular/bx-album.svg new file mode 100644 index 0000000..c4de021 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-album.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-align-justify.svg b/lib/boxicons-2.1.4/svg/regular/bx-align-justify.svg new file mode 100644 index 0000000..9ddc669 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-align-justify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-align-left.svg b/lib/boxicons-2.1.4/svg/regular/bx-align-left.svg new file mode 100644 index 0000000..90d9337 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-align-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-align-middle.svg b/lib/boxicons-2.1.4/svg/regular/bx-align-middle.svg new file mode 100644 index 0000000..8bf30a7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-align-middle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-align-right.svg b/lib/boxicons-2.1.4/svg/regular/bx-align-right.svg new file mode 100644 index 0000000..0594dd5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-align-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-analyse.svg b/lib/boxicons-2.1.4/svg/regular/bx-analyse.svg new file mode 100644 index 0000000..76eb839 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-analyse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-anchor.svg b/lib/boxicons-2.1.4/svg/regular/bx-anchor.svg new file mode 100644 index 0000000..34d2156 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-anchor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-angry.svg b/lib/boxicons-2.1.4/svg/regular/bx-angry.svg new file mode 100644 index 0000000..1a78bbf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-angry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-aperture.svg b/lib/boxicons-2.1.4/svg/regular/bx-aperture.svg new file mode 100644 index 0000000..2b34260 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-aperture.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-arch.svg b/lib/boxicons-2.1.4/svg/regular/bx-arch.svg new file mode 100644 index 0000000..f839661 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-arch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-archive-in.svg b/lib/boxicons-2.1.4/svg/regular/bx-archive-in.svg new file mode 100644 index 0000000..6a63236 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-archive-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-archive-out.svg b/lib/boxicons-2.1.4/svg/regular/bx-archive-out.svg new file mode 100644 index 0000000..91da2a3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-archive-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-archive.svg b/lib/boxicons-2.1.4/svg/regular/bx-archive.svg new file mode 100644 index 0000000..f2aa3a8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-area.svg b/lib/boxicons-2.1.4/svg/regular/bx-area.svg new file mode 100644 index 0000000..12254ae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-area.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-arrow-back.svg b/lib/boxicons-2.1.4/svg/regular/bx-arrow-back.svg new file mode 100644 index 0000000..36ba15b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-arrow-back.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-arrow-from-bottom.svg b/lib/boxicons-2.1.4/svg/regular/bx-arrow-from-bottom.svg new file mode 100644 index 0000000..db282a0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-arrow-from-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-arrow-from-left.svg b/lib/boxicons-2.1.4/svg/regular/bx-arrow-from-left.svg new file mode 100644 index 0000000..e6ce590 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-arrow-from-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-arrow-from-right.svg b/lib/boxicons-2.1.4/svg/regular/bx-arrow-from-right.svg new file mode 100644 index 0000000..bea46d7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-arrow-from-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-arrow-from-top.svg b/lib/boxicons-2.1.4/svg/regular/bx-arrow-from-top.svg new file mode 100644 index 0000000..f3d89b0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-arrow-from-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-arrow-to-bottom.svg b/lib/boxicons-2.1.4/svg/regular/bx-arrow-to-bottom.svg new file mode 100644 index 0000000..55614a4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-arrow-to-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-arrow-to-left.svg b/lib/boxicons-2.1.4/svg/regular/bx-arrow-to-left.svg new file mode 100644 index 0000000..0996241 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-arrow-to-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-arrow-to-right.svg b/lib/boxicons-2.1.4/svg/regular/bx-arrow-to-right.svg new file mode 100644 index 0000000..e65597f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-arrow-to-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-arrow-to-top.svg b/lib/boxicons-2.1.4/svg/regular/bx-arrow-to-top.svg new file mode 100644 index 0000000..e80216f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-arrow-to-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-at.svg b/lib/boxicons-2.1.4/svg/regular/bx-at.svg new file mode 100644 index 0000000..c9d8832 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-at.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-atom.svg b/lib/boxicons-2.1.4/svg/regular/bx-atom.svg new file mode 100644 index 0000000..3029605 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-atom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-award.svg b/lib/boxicons-2.1.4/svg/regular/bx-award.svg new file mode 100644 index 0000000..ad5165b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-award.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-badge-check.svg b/lib/boxicons-2.1.4/svg/regular/bx-badge-check.svg new file mode 100644 index 0000000..33f8a92 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-badge-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-badge.svg b/lib/boxicons-2.1.4/svg/regular/bx-badge.svg new file mode 100644 index 0000000..bdab4d2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-baguette.svg b/lib/boxicons-2.1.4/svg/regular/bx-baguette.svg new file mode 100644 index 0000000..7c7e12a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-baguette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-ball.svg b/lib/boxicons-2.1.4/svg/regular/bx-ball.svg new file mode 100644 index 0000000..176a46f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-band-aid.svg b/lib/boxicons-2.1.4/svg/regular/bx-band-aid.svg new file mode 100644 index 0000000..c75a745 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-band-aid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bar-chart-alt-2.svg b/lib/boxicons-2.1.4/svg/regular/bx-bar-chart-alt-2.svg new file mode 100644 index 0000000..b6bc542 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bar-chart-alt-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bar-chart-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-bar-chart-alt.svg new file mode 100644 index 0000000..00d810d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bar-chart-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bar-chart-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-bar-chart-square.svg new file mode 100644 index 0000000..246eb8b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bar-chart-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bar-chart.svg b/lib/boxicons-2.1.4/svg/regular/bx-bar-chart.svg new file mode 100644 index 0000000..988034c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bar-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-barcode-reader.svg b/lib/boxicons-2.1.4/svg/regular/bx-barcode-reader.svg new file mode 100644 index 0000000..7a47777 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-barcode-reader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-barcode.svg b/lib/boxicons-2.1.4/svg/regular/bx-barcode.svg new file mode 100644 index 0000000..a5aa72a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-barcode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-baseball.svg b/lib/boxicons-2.1.4/svg/regular/bx-baseball.svg new file mode 100644 index 0000000..d6302af --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-baseball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-basket.svg b/lib/boxicons-2.1.4/svg/regular/bx-basket.svg new file mode 100644 index 0000000..b15571c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-basketball.svg b/lib/boxicons-2.1.4/svg/regular/bx-basketball.svg new file mode 100644 index 0000000..8109baa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-basketball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bath.svg b/lib/boxicons-2.1.4/svg/regular/bx-bath.svg new file mode 100644 index 0000000..84d2166 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-battery.svg b/lib/boxicons-2.1.4/svg/regular/bx-battery.svg new file mode 100644 index 0000000..64316fc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bed.svg b/lib/boxicons-2.1.4/svg/regular/bx-bed.svg new file mode 100644 index 0000000..0ec76af --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-been-here.svg b/lib/boxicons-2.1.4/svg/regular/bx-been-here.svg new file mode 100644 index 0000000..50290e2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-been-here.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-beer.svg b/lib/boxicons-2.1.4/svg/regular/bx-beer.svg new file mode 100644 index 0000000..594fbde --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-beer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bell-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-bell-minus.svg new file mode 100644 index 0000000..2f29e74 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bell-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bell-off.svg b/lib/boxicons-2.1.4/svg/regular/bx-bell-off.svg new file mode 100644 index 0000000..e1e2260 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bell-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bell-plus.svg b/lib/boxicons-2.1.4/svg/regular/bx-bell-plus.svg new file mode 100644 index 0000000..4115c2a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bell-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bell.svg b/lib/boxicons-2.1.4/svg/regular/bx-bell.svg new file mode 100644 index 0000000..8116998 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bible.svg b/lib/boxicons-2.1.4/svg/regular/bx-bible.svg new file mode 100644 index 0000000..2600366 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bitcoin.svg b/lib/boxicons-2.1.4/svg/regular/bx-bitcoin.svg new file mode 100644 index 0000000..d1d6ca9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bitcoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-blanket.svg b/lib/boxicons-2.1.4/svg/regular/bx-blanket.svg new file mode 100644 index 0000000..a0f2668 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-blanket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-block.svg b/lib/boxicons-2.1.4/svg/regular/bx-block.svg new file mode 100644 index 0000000..5b5e0e4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-block.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bluetooth.svg b/lib/boxicons-2.1.4/svg/regular/bx-bluetooth.svg new file mode 100644 index 0000000..a387522 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bluetooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-body.svg b/lib/boxicons-2.1.4/svg/regular/bx-body.svg new file mode 100644 index 0000000..e7dfa4c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-body.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bold.svg b/lib/boxicons-2.1.4/svg/regular/bx-bold.svg new file mode 100644 index 0000000..d79b0ea --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bolt-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-bolt-circle.svg new file mode 100644 index 0000000..751f48f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bolt-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bomb.svg b/lib/boxicons-2.1.4/svg/regular/bx-bomb.svg new file mode 100644 index 0000000..d3d2e1e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bone.svg b/lib/boxicons-2.1.4/svg/regular/bx-bone.svg new file mode 100644 index 0000000..2b74b73 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bong.svg b/lib/boxicons-2.1.4/svg/regular/bx-bong.svg new file mode 100644 index 0000000..cab6f46 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bong.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-book-add.svg b/lib/boxicons-2.1.4/svg/regular/bx-book-add.svg new file mode 100644 index 0000000..e51d0be --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-book-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-book-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-book-alt.svg new file mode 100644 index 0000000..79206ae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-book-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-book-bookmark.svg b/lib/boxicons-2.1.4/svg/regular/bx-book-bookmark.svg new file mode 100644 index 0000000..788e62b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-book-bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-book-content.svg b/lib/boxicons-2.1.4/svg/regular/bx-book-content.svg new file mode 100644 index 0000000..daf49a9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-book-content.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-book-heart.svg b/lib/boxicons-2.1.4/svg/regular/bx-book-heart.svg new file mode 100644 index 0000000..2690e83 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-book-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-book-open.svg b/lib/boxicons-2.1.4/svg/regular/bx-book-open.svg new file mode 100644 index 0000000..9573770 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-book-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-book-reader.svg b/lib/boxicons-2.1.4/svg/regular/bx-book-reader.svg new file mode 100644 index 0000000..c02cb18 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-book-reader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-book.svg b/lib/boxicons-2.1.4/svg/regular/bx-book.svg new file mode 100644 index 0000000..9f7415e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bookmark-alt-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-bookmark-alt-minus.svg new file mode 100644 index 0000000..4b10a0b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bookmark-alt-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bookmark-alt-plus.svg b/lib/boxicons-2.1.4/svg/regular/bx-bookmark-alt-plus.svg new file mode 100644 index 0000000..7d5207d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bookmark-alt-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bookmark-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-bookmark-alt.svg new file mode 100644 index 0000000..b348bb0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bookmark-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bookmark-heart.svg b/lib/boxicons-2.1.4/svg/regular/bx-bookmark-heart.svg new file mode 100644 index 0000000..30dd9e3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bookmark-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bookmark-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-bookmark-minus.svg new file mode 100644 index 0000000..6c2eeb0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bookmark-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bookmark-plus.svg b/lib/boxicons-2.1.4/svg/regular/bx-bookmark-plus.svg new file mode 100644 index 0000000..9fbee0b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bookmark-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bookmark.svg b/lib/boxicons-2.1.4/svg/regular/bx-bookmark.svg new file mode 100644 index 0000000..7f8394a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bookmarks.svg b/lib/boxicons-2.1.4/svg/regular/bx-bookmarks.svg new file mode 100644 index 0000000..8c39bde --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bookmarks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-border-all.svg b/lib/boxicons-2.1.4/svg/regular/bx-border-all.svg new file mode 100644 index 0000000..69ae999 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-border-all.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-border-bottom.svg b/lib/boxicons-2.1.4/svg/regular/bx-border-bottom.svg new file mode 100644 index 0000000..2fb0dae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-border-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-border-inner.svg b/lib/boxicons-2.1.4/svg/regular/bx-border-inner.svg new file mode 100644 index 0000000..dbffae2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-border-inner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-border-left.svg b/lib/boxicons-2.1.4/svg/regular/bx-border-left.svg new file mode 100644 index 0000000..f770200 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-border-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-border-none.svg b/lib/boxicons-2.1.4/svg/regular/bx-border-none.svg new file mode 100644 index 0000000..34bab4a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-border-none.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-border-outer.svg b/lib/boxicons-2.1.4/svg/regular/bx-border-outer.svg new file mode 100644 index 0000000..710a0b4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-border-outer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-border-radius.svg b/lib/boxicons-2.1.4/svg/regular/bx-border-radius.svg new file mode 100644 index 0000000..57c259a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-border-radius.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-border-right.svg b/lib/boxicons-2.1.4/svg/regular/bx-border-right.svg new file mode 100644 index 0000000..9f374d7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-border-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-border-top.svg b/lib/boxicons-2.1.4/svg/regular/bx-border-top.svg new file mode 100644 index 0000000..65e4a7d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-border-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bot.svg b/lib/boxicons-2.1.4/svg/regular/bx-bot.svg new file mode 100644 index 0000000..fd1ba2f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bowl-hot.svg b/lib/boxicons-2.1.4/svg/regular/bx-bowl-hot.svg new file mode 100644 index 0000000..7bd21e8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bowl-hot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bowl-rice.svg b/lib/boxicons-2.1.4/svg/regular/bx-bowl-rice.svg new file mode 100644 index 0000000..9bef998 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bowl-rice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bowling-ball.svg b/lib/boxicons-2.1.4/svg/regular/bx-bowling-ball.svg new file mode 100644 index 0000000..d29da43 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bowling-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-box.svg b/lib/boxicons-2.1.4/svg/regular/bx-box.svg new file mode 100644 index 0000000..4ec0dda --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bracket.svg b/lib/boxicons-2.1.4/svg/regular/bx-bracket.svg new file mode 100644 index 0000000..d6c6988 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bracket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-braille.svg b/lib/boxicons-2.1.4/svg/regular/bx-braille.svg new file mode 100644 index 0000000..7f06f10 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-braille.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-brain.svg b/lib/boxicons-2.1.4/svg/regular/bx-brain.svg new file mode 100644 index 0000000..89a8c30 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-brain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-briefcase-alt-2.svg b/lib/boxicons-2.1.4/svg/regular/bx-briefcase-alt-2.svg new file mode 100644 index 0000000..5cf573a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-briefcase-alt-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-briefcase-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-briefcase-alt.svg new file mode 100644 index 0000000..27dc2d9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-briefcase-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-briefcase.svg b/lib/boxicons-2.1.4/svg/regular/bx-briefcase.svg new file mode 100644 index 0000000..265e8cf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-briefcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-brightness-half.svg b/lib/boxicons-2.1.4/svg/regular/bx-brightness-half.svg new file mode 100644 index 0000000..9c79e8c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-brightness-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-brightness.svg b/lib/boxicons-2.1.4/svg/regular/bx-brightness.svg new file mode 100644 index 0000000..964f3d2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-brightness.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-broadcast.svg b/lib/boxicons-2.1.4/svg/regular/bx-broadcast.svg new file mode 100644 index 0000000..090f7a6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-broadcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-brush-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-brush-alt.svg new file mode 100644 index 0000000..7253807 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-brush-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-brush.svg b/lib/boxicons-2.1.4/svg/regular/bx-brush.svg new file mode 100644 index 0000000..21adbd7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bug-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-bug-alt.svg new file mode 100644 index 0000000..ec592cb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bug-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bug.svg b/lib/boxicons-2.1.4/svg/regular/bx-bug.svg new file mode 100644 index 0000000..1d36519 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-building-house.svg b/lib/boxicons-2.1.4/svg/regular/bx-building-house.svg new file mode 100644 index 0000000..ae76103 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-building-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-building.svg b/lib/boxicons-2.1.4/svg/regular/bx-building.svg new file mode 100644 index 0000000..39d7754 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-building.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-buildings.svg b/lib/boxicons-2.1.4/svg/regular/bx-buildings.svg new file mode 100644 index 0000000..d330eb9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-buildings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bulb.svg b/lib/boxicons-2.1.4/svg/regular/bx-bulb.svg new file mode 100644 index 0000000..34371cb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bullseye.svg b/lib/boxicons-2.1.4/svg/regular/bx-bullseye.svg new file mode 100644 index 0000000..6c77ff3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bullseye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-buoy.svg b/lib/boxicons-2.1.4/svg/regular/bx-buoy.svg new file mode 100644 index 0000000..ae1614a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-buoy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bus-school.svg b/lib/boxicons-2.1.4/svg/regular/bx-bus-school.svg new file mode 100644 index 0000000..8b752ac --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bus-school.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-bus.svg b/lib/boxicons-2.1.4/svg/regular/bx-bus.svg new file mode 100644 index 0000000..c883ece --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-bus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cabinet.svg b/lib/boxicons-2.1.4/svg/regular/bx-cabinet.svg new file mode 100644 index 0000000..b83844e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cabinet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cable-car.svg b/lib/boxicons-2.1.4/svg/regular/bx-cable-car.svg new file mode 100644 index 0000000..f208a11 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cable-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cake.svg b/lib/boxicons-2.1.4/svg/regular/bx-cake.svg new file mode 100644 index 0000000..2762792 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-calculator.svg b/lib/boxicons-2.1.4/svg/regular/bx-calculator.svg new file mode 100644 index 0000000..e8258bf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-calculator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-calendar-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-calendar-alt.svg new file mode 100644 index 0000000..85b78ff --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-calendar-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-calendar-check.svg b/lib/boxicons-2.1.4/svg/regular/bx-calendar-check.svg new file mode 100644 index 0000000..ec30f03 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-calendar-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-calendar-edit.svg b/lib/boxicons-2.1.4/svg/regular/bx-calendar-edit.svg new file mode 100644 index 0000000..b0ad072 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-calendar-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-calendar-event.svg b/lib/boxicons-2.1.4/svg/regular/bx-calendar-event.svg new file mode 100644 index 0000000..472a1ab --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-calendar-event.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-calendar-exclamation.svg b/lib/boxicons-2.1.4/svg/regular/bx-calendar-exclamation.svg new file mode 100644 index 0000000..3d96571 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-calendar-exclamation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-calendar-heart.svg b/lib/boxicons-2.1.4/svg/regular/bx-calendar-heart.svg new file mode 100644 index 0000000..4de5f40 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-calendar-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-calendar-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-calendar-minus.svg new file mode 100644 index 0000000..c7228af --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-calendar-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-calendar-plus.svg b/lib/boxicons-2.1.4/svg/regular/bx-calendar-plus.svg new file mode 100644 index 0000000..91c3789 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-calendar-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-calendar-star.svg b/lib/boxicons-2.1.4/svg/regular/bx-calendar-star.svg new file mode 100644 index 0000000..f8ef5e0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-calendar-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-calendar-week.svg b/lib/boxicons-2.1.4/svg/regular/bx-calendar-week.svg new file mode 100644 index 0000000..ca1d660 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-calendar-week.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-calendar-x.svg b/lib/boxicons-2.1.4/svg/regular/bx-calendar-x.svg new file mode 100644 index 0000000..c19c1cb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-calendar-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-calendar.svg b/lib/boxicons-2.1.4/svg/regular/bx-calendar.svg new file mode 100644 index 0000000..30089fc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-camera-home.svg b/lib/boxicons-2.1.4/svg/regular/bx-camera-home.svg new file mode 100644 index 0000000..fbf512e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-camera-home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-camera-movie.svg b/lib/boxicons-2.1.4/svg/regular/bx-camera-movie.svg new file mode 100644 index 0000000..6ec6aa0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-camera-movie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-camera-off.svg b/lib/boxicons-2.1.4/svg/regular/bx-camera-off.svg new file mode 100644 index 0000000..7b936ce --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-camera-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-camera.svg b/lib/boxicons-2.1.4/svg/regular/bx-camera.svg new file mode 100644 index 0000000..1a71c36 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-candles.svg b/lib/boxicons-2.1.4/svg/regular/bx-candles.svg new file mode 100644 index 0000000..47d8f7d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-candles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-capsule.svg b/lib/boxicons-2.1.4/svg/regular/bx-capsule.svg new file mode 100644 index 0000000..f7f239e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-capsule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-captions.svg b/lib/boxicons-2.1.4/svg/regular/bx-captions.svg new file mode 100644 index 0000000..ba41632 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-captions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-car.svg b/lib/boxicons-2.1.4/svg/regular/bx-car.svg new file mode 100644 index 0000000..f803854 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-card.svg b/lib/boxicons-2.1.4/svg/regular/bx-card.svg new file mode 100644 index 0000000..c9a96bb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-caret-down-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-caret-down-circle.svg new file mode 100644 index 0000000..95468d9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-caret-down-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-caret-down-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-caret-down-square.svg new file mode 100644 index 0000000..618b6e4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-caret-down-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-caret-down.svg b/lib/boxicons-2.1.4/svg/regular/bx-caret-down.svg new file mode 100644 index 0000000..aeb9ae5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-caret-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-caret-left-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-caret-left-circle.svg new file mode 100644 index 0000000..eaef0e1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-caret-left-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-caret-left-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-caret-left-square.svg new file mode 100644 index 0000000..928311d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-caret-left-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-caret-left.svg b/lib/boxicons-2.1.4/svg/regular/bx-caret-left.svg new file mode 100644 index 0000000..65dd705 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-caret-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-caret-right-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-caret-right-circle.svg new file mode 100644 index 0000000..905980d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-caret-right-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-caret-right-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-caret-right-square.svg new file mode 100644 index 0000000..dae00de --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-caret-right-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-caret-right.svg b/lib/boxicons-2.1.4/svg/regular/bx-caret-right.svg new file mode 100644 index 0000000..e37f770 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-caret-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-caret-up-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-caret-up-circle.svg new file mode 100644 index 0000000..18cf67b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-caret-up-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-caret-up-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-caret-up-square.svg new file mode 100644 index 0000000..d55708a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-caret-up-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-caret-up.svg b/lib/boxicons-2.1.4/svg/regular/bx-caret-up.svg new file mode 100644 index 0000000..83d61ba --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-caret-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-carousel.svg b/lib/boxicons-2.1.4/svg/regular/bx-carousel.svg new file mode 100644 index 0000000..5e59836 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-carousel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cart-add.svg b/lib/boxicons-2.1.4/svg/regular/bx-cart-add.svg new file mode 100644 index 0000000..8aec61f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cart-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cart-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-cart-alt.svg new file mode 100644 index 0000000..76147f5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cart-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cart-download.svg b/lib/boxicons-2.1.4/svg/regular/bx-cart-download.svg new file mode 100644 index 0000000..807215c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cart-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cart.svg b/lib/boxicons-2.1.4/svg/regular/bx-cart.svg new file mode 100644 index 0000000..a0c1c0d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cast.svg b/lib/boxicons-2.1.4/svg/regular/bx-cast.svg new file mode 100644 index 0000000..8306af8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-category-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-category-alt.svg new file mode 100644 index 0000000..026624d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-category-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-category.svg b/lib/boxicons-2.1.4/svg/regular/bx-category.svg new file mode 100644 index 0000000..2fded0b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-category.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cctv.svg b/lib/boxicons-2.1.4/svg/regular/bx-cctv.svg new file mode 100644 index 0000000..7a315f0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cctv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-certification.svg b/lib/boxicons-2.1.4/svg/regular/bx-certification.svg new file mode 100644 index 0000000..9a1d188 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-certification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chair.svg b/lib/boxicons-2.1.4/svg/regular/bx-chair.svg new file mode 100644 index 0000000..0422ec0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chalkboard.svg b/lib/boxicons-2.1.4/svg/regular/bx-chalkboard.svg new file mode 100644 index 0000000..1ebed24 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chalkboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chart.svg b/lib/boxicons-2.1.4/svg/regular/bx-chart.svg new file mode 100644 index 0000000..0355e34 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chat.svg b/lib/boxicons-2.1.4/svg/regular/bx-chat.svg new file mode 100644 index 0000000..c5cff54 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-check-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-check-circle.svg new file mode 100644 index 0000000..22cce54 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-check-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-check-double.svg b/lib/boxicons-2.1.4/svg/regular/bx-check-double.svg new file mode 100644 index 0000000..f936b75 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-check-double.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-check-shield.svg b/lib/boxicons-2.1.4/svg/regular/bx-check-shield.svg new file mode 100644 index 0000000..8a69ed3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-check-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-check-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-check-square.svg new file mode 100644 index 0000000..ef193e6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-check-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-check.svg b/lib/boxicons-2.1.4/svg/regular/bx-check.svg new file mode 100644 index 0000000..45c8768 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-checkbox-checked.svg b/lib/boxicons-2.1.4/svg/regular/bx-checkbox-checked.svg new file mode 100644 index 0000000..6a87e3e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-checkbox-checked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-checkbox-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-checkbox-minus.svg new file mode 100644 index 0000000..5801f7d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-checkbox-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-checkbox-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-checkbox-square.svg new file mode 100644 index 0000000..a343175 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-checkbox-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-checkbox.svg b/lib/boxicons-2.1.4/svg/regular/bx-checkbox.svg new file mode 100644 index 0000000..462b997 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-checkbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cheese.svg b/lib/boxicons-2.1.4/svg/regular/bx-cheese.svg new file mode 100644 index 0000000..38a12bc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cheese.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevron-down-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevron-down-circle.svg new file mode 100644 index 0000000..e53a3ce --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevron-down-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevron-down-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevron-down-square.svg new file mode 100644 index 0000000..d7cbf21 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevron-down-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevron-down.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevron-down.svg new file mode 100644 index 0000000..c0617eb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevron-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevron-left-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevron-left-circle.svg new file mode 100644 index 0000000..ebd78fa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevron-left-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevron-left-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevron-left-square.svg new file mode 100644 index 0000000..1e49be7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevron-left-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevron-left.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevron-left.svg new file mode 100644 index 0000000..af10fb7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevron-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevron-right-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevron-right-circle.svg new file mode 100644 index 0000000..25417e3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevron-right-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevron-right-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevron-right-square.svg new file mode 100644 index 0000000..116bf29 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevron-right-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevron-right.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevron-right.svg new file mode 100644 index 0000000..f5ee198 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevron-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevron-up-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevron-up-circle.svg new file mode 100644 index 0000000..2748d20 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevron-up-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevron-up-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevron-up-square.svg new file mode 100644 index 0000000..c3f1ef9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevron-up-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevron-up.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevron-up.svg new file mode 100644 index 0000000..0994123 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevron-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevrons-down.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevrons-down.svg new file mode 100644 index 0000000..4500d3e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevrons-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevrons-left.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevrons-left.svg new file mode 100644 index 0000000..aa1f3a3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevrons-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevrons-right.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevrons-right.svg new file mode 100644 index 0000000..e41c139 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevrons-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chevrons-up.svg b/lib/boxicons-2.1.4/svg/regular/bx-chevrons-up.svg new file mode 100644 index 0000000..bbedb6a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chevrons-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-child.svg b/lib/boxicons-2.1.4/svg/regular/bx-child.svg new file mode 100644 index 0000000..d295334 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-child.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-chip.svg b/lib/boxicons-2.1.4/svg/regular/bx-chip.svg new file mode 100644 index 0000000..65c18e2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-chip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-church.svg b/lib/boxicons-2.1.4/svg/regular/bx-church.svg new file mode 100644 index 0000000..35382fa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-church.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-circle-half.svg b/lib/boxicons-2.1.4/svg/regular/bx-circle-half.svg new file mode 100644 index 0000000..a54247c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-circle-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-circle-quarter.svg b/lib/boxicons-2.1.4/svg/regular/bx-circle-quarter.svg new file mode 100644 index 0000000..64767ed --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-circle-quarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-circle-three-quarter.svg b/lib/boxicons-2.1.4/svg/regular/bx-circle-three-quarter.svg new file mode 100644 index 0000000..596783f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-circle-three-quarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-circle.svg new file mode 100644 index 0000000..e1d8215 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-clinic.svg b/lib/boxicons-2.1.4/svg/regular/bx-clinic.svg new file mode 100644 index 0000000..fe46c7f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-clinic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-clipboard.svg b/lib/boxicons-2.1.4/svg/regular/bx-clipboard.svg new file mode 100644 index 0000000..f69b4c8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-closet.svg b/lib/boxicons-2.1.4/svg/regular/bx-closet.svg new file mode 100644 index 0000000..bb92767 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-closet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cloud-download.svg b/lib/boxicons-2.1.4/svg/regular/bx-cloud-download.svg new file mode 100644 index 0000000..68d8ec0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cloud-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cloud-drizzle.svg b/lib/boxicons-2.1.4/svg/regular/bx-cloud-drizzle.svg new file mode 100644 index 0000000..1897dc7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cloud-drizzle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cloud-light-rain.svg b/lib/boxicons-2.1.4/svg/regular/bx-cloud-light-rain.svg new file mode 100644 index 0000000..74ac077 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cloud-light-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cloud-lightning.svg b/lib/boxicons-2.1.4/svg/regular/bx-cloud-lightning.svg new file mode 100644 index 0000000..34ba76a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cloud-lightning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cloud-rain.svg b/lib/boxicons-2.1.4/svg/regular/bx-cloud-rain.svg new file mode 100644 index 0000000..e5e7bd1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cloud-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cloud-snow.svg b/lib/boxicons-2.1.4/svg/regular/bx-cloud-snow.svg new file mode 100644 index 0000000..ba6f506 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cloud-snow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cloud-upload.svg b/lib/boxicons-2.1.4/svg/regular/bx-cloud-upload.svg new file mode 100644 index 0000000..d66078a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cloud-upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cloud.svg b/lib/boxicons-2.1.4/svg/regular/bx-cloud.svg new file mode 100644 index 0000000..b1bb021 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-code-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-code-alt.svg new file mode 100644 index 0000000..d4c58c3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-code-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-code-block.svg b/lib/boxicons-2.1.4/svg/regular/bx-code-block.svg new file mode 100644 index 0000000..65c23e9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-code-block.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-code-curly.svg b/lib/boxicons-2.1.4/svg/regular/bx-code-curly.svg new file mode 100644 index 0000000..b969d9b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-code-curly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-code.svg b/lib/boxicons-2.1.4/svg/regular/bx-code.svg new file mode 100644 index 0000000..9c3d3f6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-coffee-togo.svg b/lib/boxicons-2.1.4/svg/regular/bx-coffee-togo.svg new file mode 100644 index 0000000..f52ee79 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-coffee-togo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-coffee.svg b/lib/boxicons-2.1.4/svg/regular/bx-coffee.svg new file mode 100644 index 0000000..f292d2e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-coffee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cog.svg b/lib/boxicons-2.1.4/svg/regular/bx-cog.svg new file mode 100644 index 0000000..8aa1b26 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-coin-stack.svg b/lib/boxicons-2.1.4/svg/regular/bx-coin-stack.svg new file mode 100644 index 0000000..1617072 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-coin-stack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-coin.svg b/lib/boxicons-2.1.4/svg/regular/bx-coin.svg new file mode 100644 index 0000000..352e0f2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-coin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-collapse-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-collapse-alt.svg new file mode 100644 index 0000000..d7ada5e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-collapse-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-collapse-horizontal.svg b/lib/boxicons-2.1.4/svg/regular/bx-collapse-horizontal.svg new file mode 100644 index 0000000..723b960 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-collapse-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-collapse-vertical.svg b/lib/boxicons-2.1.4/svg/regular/bx-collapse-vertical.svg new file mode 100644 index 0000000..cdb2003 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-collapse-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-collapse.svg b/lib/boxicons-2.1.4/svg/regular/bx-collapse.svg new file mode 100644 index 0000000..9be12e6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-collapse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-collection.svg b/lib/boxicons-2.1.4/svg/regular/bx-collection.svg new file mode 100644 index 0000000..11f64e0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-collection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-color-fill.svg b/lib/boxicons-2.1.4/svg/regular/bx-color-fill.svg new file mode 100644 index 0000000..36eb5ab --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-color-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-color.svg b/lib/boxicons-2.1.4/svg/regular/bx-color.svg new file mode 100644 index 0000000..446a527 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-columns.svg b/lib/boxicons-2.1.4/svg/regular/bx-columns.svg new file mode 100644 index 0000000..0e39f01 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-columns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-command.svg b/lib/boxicons-2.1.4/svg/regular/bx-command.svg new file mode 100644 index 0000000..c347188 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-command.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-comment-add.svg b/lib/boxicons-2.1.4/svg/regular/bx-comment-add.svg new file mode 100644 index 0000000..67d9626 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-comment-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-comment-check.svg b/lib/boxicons-2.1.4/svg/regular/bx-comment-check.svg new file mode 100644 index 0000000..3e25dd1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-comment-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-comment-detail.svg b/lib/boxicons-2.1.4/svg/regular/bx-comment-detail.svg new file mode 100644 index 0000000..02d68c6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-comment-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-comment-dots.svg b/lib/boxicons-2.1.4/svg/regular/bx-comment-dots.svg new file mode 100644 index 0000000..7a2934e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-comment-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-comment-edit.svg b/lib/boxicons-2.1.4/svg/regular/bx-comment-edit.svg new file mode 100644 index 0000000..fd312f4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-comment-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-comment-error.svg b/lib/boxicons-2.1.4/svg/regular/bx-comment-error.svg new file mode 100644 index 0000000..d804508 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-comment-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-comment-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-comment-minus.svg new file mode 100644 index 0000000..5ff4afc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-comment-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-comment-x.svg b/lib/boxicons-2.1.4/svg/regular/bx-comment-x.svg new file mode 100644 index 0000000..249c9b5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-comment-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-comment.svg b/lib/boxicons-2.1.4/svg/regular/bx-comment.svg new file mode 100644 index 0000000..4779843 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-compass.svg b/lib/boxicons-2.1.4/svg/regular/bx-compass.svg new file mode 100644 index 0000000..488cc40 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-confused.svg b/lib/boxicons-2.1.4/svg/regular/bx-confused.svg new file mode 100644 index 0000000..195f019 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-confused.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-conversation.svg b/lib/boxicons-2.1.4/svg/regular/bx-conversation.svg new file mode 100644 index 0000000..8c53640 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-conversation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cookie.svg b/lib/boxicons-2.1.4/svg/regular/bx-cookie.svg new file mode 100644 index 0000000..2700b51 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cookie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cool.svg b/lib/boxicons-2.1.4/svg/regular/bx-cool.svg new file mode 100644 index 0000000..8f191b4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-copy-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-copy-alt.svg new file mode 100644 index 0000000..067d3e7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-copy-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-copy.svg b/lib/boxicons-2.1.4/svg/regular/bx-copy.svg new file mode 100644 index 0000000..590172d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-copyright.svg b/lib/boxicons-2.1.4/svg/regular/bx-copyright.svg new file mode 100644 index 0000000..ec71b7f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-copyright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-credit-card-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-credit-card-alt.svg new file mode 100644 index 0000000..06e77f2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-credit-card-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-credit-card-front.svg b/lib/boxicons-2.1.4/svg/regular/bx-credit-card-front.svg new file mode 100644 index 0000000..67e8d62 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-credit-card-front.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-credit-card.svg b/lib/boxicons-2.1.4/svg/regular/bx-credit-card.svg new file mode 100644 index 0000000..262a0d2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cricket-ball.svg b/lib/boxicons-2.1.4/svg/regular/bx-cricket-ball.svg new file mode 100644 index 0000000..f0dddf4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cricket-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-crop.svg b/lib/boxicons-2.1.4/svg/regular/bx-crop.svg new file mode 100644 index 0000000..d27b999 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-crop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cross.svg b/lib/boxicons-2.1.4/svg/regular/bx-cross.svg new file mode 100644 index 0000000..51ab287 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-crosshair.svg b/lib/boxicons-2.1.4/svg/regular/bx-crosshair.svg new file mode 100644 index 0000000..b9e24ae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-crosshair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-crown.svg b/lib/boxicons-2.1.4/svg/regular/bx-crown.svg new file mode 100644 index 0000000..8809090 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cube-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-cube-alt.svg new file mode 100644 index 0000000..b7dbfc8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cube-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cube.svg b/lib/boxicons-2.1.4/svg/regular/bx-cube.svg new file mode 100644 index 0000000..f8a3233 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cuboid.svg b/lib/boxicons-2.1.4/svg/regular/bx-cuboid.svg new file mode 100644 index 0000000..54fb30f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cuboid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-current-location.svg b/lib/boxicons-2.1.4/svg/regular/bx-current-location.svg new file mode 100644 index 0000000..8785583 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-current-location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-customize.svg b/lib/boxicons-2.1.4/svg/regular/bx-customize.svg new file mode 100644 index 0000000..9e2147d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-customize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cut.svg b/lib/boxicons-2.1.4/svg/regular/bx-cut.svg new file mode 100644 index 0000000..ca80e83 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cycling.svg b/lib/boxicons-2.1.4/svg/regular/bx-cycling.svg new file mode 100644 index 0000000..4695b87 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cycling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-cylinder.svg b/lib/boxicons-2.1.4/svg/regular/bx-cylinder.svg new file mode 100644 index 0000000..2251cc3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-cylinder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-data.svg b/lib/boxicons-2.1.4/svg/regular/bx-data.svg new file mode 100644 index 0000000..2d872e2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-desktop.svg b/lib/boxicons-2.1.4/svg/regular/bx-desktop.svg new file mode 100644 index 0000000..7b1f1f3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-desktop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-detail.svg b/lib/boxicons-2.1.4/svg/regular/bx-detail.svg new file mode 100644 index 0000000..060fba0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-devices.svg b/lib/boxicons-2.1.4/svg/regular/bx-devices.svg new file mode 100644 index 0000000..f3780b0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-devices.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dialpad-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-dialpad-alt.svg new file mode 100644 index 0000000..c93a502 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dialpad-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dialpad.svg b/lib/boxicons-2.1.4/svg/regular/bx-dialpad.svg new file mode 100644 index 0000000..b7306f1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dialpad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-diamond.svg b/lib/boxicons-2.1.4/svg/regular/bx-diamond.svg new file mode 100644 index 0000000..94fd441 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-diamond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dice-1.svg b/lib/boxicons-2.1.4/svg/regular/bx-dice-1.svg new file mode 100644 index 0000000..f54765f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dice-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dice-2.svg b/lib/boxicons-2.1.4/svg/regular/bx-dice-2.svg new file mode 100644 index 0000000..af88833 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dice-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dice-3.svg b/lib/boxicons-2.1.4/svg/regular/bx-dice-3.svg new file mode 100644 index 0000000..ae5405a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dice-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dice-4.svg b/lib/boxicons-2.1.4/svg/regular/bx-dice-4.svg new file mode 100644 index 0000000..a877f9f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dice-4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dice-5.svg b/lib/boxicons-2.1.4/svg/regular/bx-dice-5.svg new file mode 100644 index 0000000..b16a8a1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dice-5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dice-6.svg b/lib/boxicons-2.1.4/svg/regular/bx-dice-6.svg new file mode 100644 index 0000000..2ac9c27 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dice-6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-directions.svg b/lib/boxicons-2.1.4/svg/regular/bx-directions.svg new file mode 100644 index 0000000..2653261 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-directions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-disc.svg b/lib/boxicons-2.1.4/svg/regular/bx-disc.svg new file mode 100644 index 0000000..cacc276 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dish.svg b/lib/boxicons-2.1.4/svg/regular/bx-dish.svg new file mode 100644 index 0000000..745bdfa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dislike.svg b/lib/boxicons-2.1.4/svg/regular/bx-dislike.svg new file mode 100644 index 0000000..bb722a4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dislike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dizzy.svg b/lib/boxicons-2.1.4/svg/regular/bx-dizzy.svg new file mode 100644 index 0000000..afd599b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dizzy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dna.svg b/lib/boxicons-2.1.4/svg/regular/bx-dna.svg new file mode 100644 index 0000000..3327ca9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dna.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dock-bottom.svg b/lib/boxicons-2.1.4/svg/regular/bx-dock-bottom.svg new file mode 100644 index 0000000..58128dc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dock-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dock-left.svg b/lib/boxicons-2.1.4/svg/regular/bx-dock-left.svg new file mode 100644 index 0000000..bc3f811 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dock-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dock-right.svg b/lib/boxicons-2.1.4/svg/regular/bx-dock-right.svg new file mode 100644 index 0000000..ea365b4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dock-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dock-top.svg b/lib/boxicons-2.1.4/svg/regular/bx-dock-top.svg new file mode 100644 index 0000000..bec94fa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dock-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dollar-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-dollar-circle.svg new file mode 100644 index 0000000..faa08e8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dollar-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dollar.svg b/lib/boxicons-2.1.4/svg/regular/bx-dollar.svg new file mode 100644 index 0000000..8896598 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-donate-blood.svg b/lib/boxicons-2.1.4/svg/regular/bx-donate-blood.svg new file mode 100644 index 0000000..e1782a5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-donate-blood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-donate-heart.svg b/lib/boxicons-2.1.4/svg/regular/bx-donate-heart.svg new file mode 100644 index 0000000..c5fca76 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-donate-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-door-open.svg b/lib/boxicons-2.1.4/svg/regular/bx-door-open.svg new file mode 100644 index 0000000..cdbb3a2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-door-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dots-horizontal-rounded.svg b/lib/boxicons-2.1.4/svg/regular/bx-dots-horizontal-rounded.svg new file mode 100644 index 0000000..d36820d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dots-horizontal-rounded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dots-horizontal.svg b/lib/boxicons-2.1.4/svg/regular/bx-dots-horizontal.svg new file mode 100644 index 0000000..d50b3bd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dots-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dots-vertical-rounded.svg b/lib/boxicons-2.1.4/svg/regular/bx-dots-vertical-rounded.svg new file mode 100644 index 0000000..1a5ae50 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dots-vertical-rounded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dots-vertical.svg b/lib/boxicons-2.1.4/svg/regular/bx-dots-vertical.svg new file mode 100644 index 0000000..71c4d35 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dots-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-doughnut-chart.svg b/lib/boxicons-2.1.4/svg/regular/bx-doughnut-chart.svg new file mode 100644 index 0000000..dda0681 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-doughnut-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-down-arrow-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-down-arrow-alt.svg new file mode 100644 index 0000000..15e5b68 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-down-arrow-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-down-arrow-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-down-arrow-circle.svg new file mode 100644 index 0000000..641c175 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-down-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-down-arrow.svg b/lib/boxicons-2.1.4/svg/regular/bx-down-arrow.svg new file mode 100644 index 0000000..e083a97 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-down-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-download.svg b/lib/boxicons-2.1.4/svg/regular/bx-download.svg new file mode 100644 index 0000000..36652e1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-downvote.svg b/lib/boxicons-2.1.4/svg/regular/bx-downvote.svg new file mode 100644 index 0000000..1553557 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-downvote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-drink.svg b/lib/boxicons-2.1.4/svg/regular/bx-drink.svg new file mode 100644 index 0000000..9ee1074 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-drink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-droplet.svg b/lib/boxicons-2.1.4/svg/regular/bx-droplet.svg new file mode 100644 index 0000000..42d332c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-droplet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-dumbbell.svg b/lib/boxicons-2.1.4/svg/regular/bx-dumbbell.svg new file mode 100644 index 0000000..d203d49 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-dumbbell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-duplicate.svg b/lib/boxicons-2.1.4/svg/regular/bx-duplicate.svg new file mode 100644 index 0000000..9a720da --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-duplicate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-edit-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-edit-alt.svg new file mode 100644 index 0000000..2079183 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-edit-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-edit.svg b/lib/boxicons-2.1.4/svg/regular/bx-edit.svg new file mode 100644 index 0000000..d26d47f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-envelope-open.svg b/lib/boxicons-2.1.4/svg/regular/bx-envelope-open.svg new file mode 100644 index 0000000..665c97c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-envelope-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-envelope.svg b/lib/boxicons-2.1.4/svg/regular/bx-envelope.svg new file mode 100644 index 0000000..c1f655b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-equalizer.svg b/lib/boxicons-2.1.4/svg/regular/bx-equalizer.svg new file mode 100644 index 0000000..7cb87e3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-equalizer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-eraser.svg b/lib/boxicons-2.1.4/svg/regular/bx-eraser.svg new file mode 100644 index 0000000..b07d461 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-eraser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-error-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-error-alt.svg new file mode 100644 index 0000000..d921a00 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-error-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-error-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-error-circle.svg new file mode 100644 index 0000000..b6c04a7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-error-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-error.svg b/lib/boxicons-2.1.4/svg/regular/bx-error.svg new file mode 100644 index 0000000..0a27aa9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-euro.svg b/lib/boxicons-2.1.4/svg/regular/bx-euro.svg new file mode 100644 index 0000000..484ce73 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-euro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-exclude.svg b/lib/boxicons-2.1.4/svg/regular/bx-exclude.svg new file mode 100644 index 0000000..5b16850 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-exclude.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-exit-fullscreen.svg b/lib/boxicons-2.1.4/svg/regular/bx-exit-fullscreen.svg new file mode 100644 index 0000000..42eb9a9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-exit-fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-exit.svg b/lib/boxicons-2.1.4/svg/regular/bx-exit.svg new file mode 100644 index 0000000..e85fd96 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-exit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-expand-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-expand-alt.svg new file mode 100644 index 0000000..3b31f18 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-expand-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-expand-horizontal.svg b/lib/boxicons-2.1.4/svg/regular/bx-expand-horizontal.svg new file mode 100644 index 0000000..b4c4482 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-expand-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-expand-vertical.svg b/lib/boxicons-2.1.4/svg/regular/bx-expand-vertical.svg new file mode 100644 index 0000000..46b6eb3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-expand-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-expand.svg b/lib/boxicons-2.1.4/svg/regular/bx-expand.svg new file mode 100644 index 0000000..26c1d50 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-expand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-export.svg b/lib/boxicons-2.1.4/svg/regular/bx-export.svg new file mode 100644 index 0000000..45310cb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-extension.svg b/lib/boxicons-2.1.4/svg/regular/bx-extension.svg new file mode 100644 index 0000000..66703db --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-extension.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-face.svg b/lib/boxicons-2.1.4/svg/regular/bx-face.svg new file mode 100644 index 0000000..753ae5d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-fast-forward-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-fast-forward-circle.svg new file mode 100644 index 0000000..7cbf7f8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-fast-forward-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-fast-forward.svg b/lib/boxicons-2.1.4/svg/regular/bx-fast-forward.svg new file mode 100644 index 0000000..e163a4b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-fast-forward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-female-sign.svg b/lib/boxicons-2.1.4/svg/regular/bx-female-sign.svg new file mode 100644 index 0000000..97221bd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-female-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-female.svg b/lib/boxicons-2.1.4/svg/regular/bx-female.svg new file mode 100644 index 0000000..ee9fe5c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-female.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-file-blank.svg b/lib/boxicons-2.1.4/svg/regular/bx-file-blank.svg new file mode 100644 index 0000000..30ff34e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-file-blank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-file-find.svg b/lib/boxicons-2.1.4/svg/regular/bx-file-find.svg new file mode 100644 index 0000000..b091157 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-file-find.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-file.svg b/lib/boxicons-2.1.4/svg/regular/bx-file.svg new file mode 100644 index 0000000..cf738c1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-film.svg b/lib/boxicons-2.1.4/svg/regular/bx-film.svg new file mode 100644 index 0000000..280566a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-film.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-filter-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-filter-alt.svg new file mode 100644 index 0000000..f31c1a0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-filter-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-filter.svg b/lib/boxicons-2.1.4/svg/regular/bx-filter.svg new file mode 100644 index 0000000..ddcf95f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-fingerprint.svg b/lib/boxicons-2.1.4/svg/regular/bx-fingerprint.svg new file mode 100644 index 0000000..b55eaab --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-fingerprint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-first-aid.svg b/lib/boxicons-2.1.4/svg/regular/bx-first-aid.svg new file mode 100644 index 0000000..35478a9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-first-aid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-first-page.svg b/lib/boxicons-2.1.4/svg/regular/bx-first-page.svg new file mode 100644 index 0000000..e470ea0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-first-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-flag.svg b/lib/boxicons-2.1.4/svg/regular/bx-flag.svg new file mode 100644 index 0000000..018ba7f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-folder-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-folder-minus.svg new file mode 100644 index 0000000..fc78944 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-folder-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-folder-open.svg b/lib/boxicons-2.1.4/svg/regular/bx-folder-open.svg new file mode 100644 index 0000000..a826f79 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-folder-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-folder-plus.svg b/lib/boxicons-2.1.4/svg/regular/bx-folder-plus.svg new file mode 100644 index 0000000..a22d6fe --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-folder-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-folder.svg b/lib/boxicons-2.1.4/svg/regular/bx-folder.svg new file mode 100644 index 0000000..fef88e5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-font-color.svg b/lib/boxicons-2.1.4/svg/regular/bx-font-color.svg new file mode 100644 index 0000000..ed9c30b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-font-color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-font-family.svg b/lib/boxicons-2.1.4/svg/regular/bx-font-family.svg new file mode 100644 index 0000000..3a47a77 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-font-family.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-font-size.svg b/lib/boxicons-2.1.4/svg/regular/bx-font-size.svg new file mode 100644 index 0000000..67edea8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-font-size.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-font.svg b/lib/boxicons-2.1.4/svg/regular/bx-font.svg new file mode 100644 index 0000000..2c00bf8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-font.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-food-menu.svg b/lib/boxicons-2.1.4/svg/regular/bx-food-menu.svg new file mode 100644 index 0000000..c9f535b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-food-menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-food-tag.svg b/lib/boxicons-2.1.4/svg/regular/bx-food-tag.svg new file mode 100644 index 0000000..d33fd98 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-food-tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-football.svg b/lib/boxicons-2.1.4/svg/regular/bx-football.svg new file mode 100644 index 0000000..40e1f72 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-football.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-fork.svg b/lib/boxicons-2.1.4/svg/regular/bx-fork.svg new file mode 100644 index 0000000..a85a53e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-fork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-fridge.svg b/lib/boxicons-2.1.4/svg/regular/bx-fridge.svg new file mode 100644 index 0000000..b365401 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-fridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-fullscreen.svg b/lib/boxicons-2.1.4/svg/regular/bx-fullscreen.svg new file mode 100644 index 0000000..82d980f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-game.svg b/lib/boxicons-2.1.4/svg/regular/bx-game.svg new file mode 100644 index 0000000..c697eee --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-game.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-gas-pump.svg b/lib/boxicons-2.1.4/svg/regular/bx-gas-pump.svg new file mode 100644 index 0000000..2e78956 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-gas-pump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-ghost.svg b/lib/boxicons-2.1.4/svg/regular/bx-ghost.svg new file mode 100644 index 0000000..6dd349a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-gift.svg b/lib/boxicons-2.1.4/svg/regular/bx-gift.svg new file mode 100644 index 0000000..fe5eede --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-gift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-git-branch.svg b/lib/boxicons-2.1.4/svg/regular/bx-git-branch.svg new file mode 100644 index 0000000..dc1021d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-git-branch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-git-commit.svg b/lib/boxicons-2.1.4/svg/regular/bx-git-commit.svg new file mode 100644 index 0000000..77048ad --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-git-commit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-git-compare.svg b/lib/boxicons-2.1.4/svg/regular/bx-git-compare.svg new file mode 100644 index 0000000..202782b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-git-compare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-git-merge.svg b/lib/boxicons-2.1.4/svg/regular/bx-git-merge.svg new file mode 100644 index 0000000..a6b4f38 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-git-merge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-git-pull-request.svg b/lib/boxicons-2.1.4/svg/regular/bx-git-pull-request.svg new file mode 100644 index 0000000..5aee5a8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-git-pull-request.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-git-repo-forked.svg b/lib/boxicons-2.1.4/svg/regular/bx-git-repo-forked.svg new file mode 100644 index 0000000..c4d50ef --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-git-repo-forked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-glasses-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-glasses-alt.svg new file mode 100644 index 0000000..77c9ef5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-glasses-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-glasses.svg b/lib/boxicons-2.1.4/svg/regular/bx-glasses.svg new file mode 100644 index 0000000..f2934e4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-glasses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-globe-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-globe-alt.svg new file mode 100644 index 0000000..985c5c2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-globe-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-globe.svg b/lib/boxicons-2.1.4/svg/regular/bx-globe.svg new file mode 100644 index 0000000..a4b4062 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-grid-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-grid-alt.svg new file mode 100644 index 0000000..83c2f73 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-grid-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-grid-horizontal.svg b/lib/boxicons-2.1.4/svg/regular/bx-grid-horizontal.svg new file mode 100644 index 0000000..cb2f631 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-grid-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-grid-small.svg b/lib/boxicons-2.1.4/svg/regular/bx-grid-small.svg new file mode 100644 index 0000000..6e02121 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-grid-small.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-grid-vertical.svg b/lib/boxicons-2.1.4/svg/regular/bx-grid-vertical.svg new file mode 100644 index 0000000..521ed63 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-grid-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-grid.svg b/lib/boxicons-2.1.4/svg/regular/bx-grid.svg new file mode 100644 index 0000000..3175c30 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-grid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-group.svg b/lib/boxicons-2.1.4/svg/regular/bx-group.svg new file mode 100644 index 0000000..c4ab3c2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-handicap.svg b/lib/boxicons-2.1.4/svg/regular/bx-handicap.svg new file mode 100644 index 0000000..6e92166 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-handicap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-happy-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-happy-alt.svg new file mode 100644 index 0000000..03c6388 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-happy-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-happy-beaming.svg b/lib/boxicons-2.1.4/svg/regular/bx-happy-beaming.svg new file mode 100644 index 0000000..b09df70 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-happy-beaming.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-happy-heart-eyes.svg b/lib/boxicons-2.1.4/svg/regular/bx-happy-heart-eyes.svg new file mode 100644 index 0000000..af8ff96 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-happy-heart-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-happy.svg b/lib/boxicons-2.1.4/svg/regular/bx-happy.svg new file mode 100644 index 0000000..469b33c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-happy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-hard-hat.svg b/lib/boxicons-2.1.4/svg/regular/bx-hard-hat.svg new file mode 100644 index 0000000..e014e1a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-hard-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-hash.svg b/lib/boxicons-2.1.4/svg/regular/bx-hash.svg new file mode 100644 index 0000000..ed30524 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-hash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-hdd.svg b/lib/boxicons-2.1.4/svg/regular/bx-hdd.svg new file mode 100644 index 0000000..c3471e3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-hdd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-heading.svg b/lib/boxicons-2.1.4/svg/regular/bx-heading.svg new file mode 100644 index 0000000..b306e6b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-heading.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-headphone.svg b/lib/boxicons-2.1.4/svg/regular/bx-headphone.svg new file mode 100644 index 0000000..e02f9c8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-headphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-health.svg b/lib/boxicons-2.1.4/svg/regular/bx-health.svg new file mode 100644 index 0000000..b78db59 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-health.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-heart-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-heart-circle.svg new file mode 100644 index 0000000..f07734f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-heart-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-heart-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-heart-square.svg new file mode 100644 index 0000000..18afe81 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-heart-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-heart.svg b/lib/boxicons-2.1.4/svg/regular/bx-heart.svg new file mode 100644 index 0000000..8f39c84 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-help-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-help-circle.svg new file mode 100644 index 0000000..49e72ec --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-help-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-hide.svg b/lib/boxicons-2.1.4/svg/regular/bx-hide.svg new file mode 100644 index 0000000..730cf4e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-hide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-highlight.svg b/lib/boxicons-2.1.4/svg/regular/bx-highlight.svg new file mode 100644 index 0000000..b761a4a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-highlight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-history.svg b/lib/boxicons-2.1.4/svg/regular/bx-history.svg new file mode 100644 index 0000000..ee663aa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-history.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-hive.svg b/lib/boxicons-2.1.4/svg/regular/bx-hive.svg new file mode 100644 index 0000000..c32357a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-hive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-home-alt-2.svg b/lib/boxicons-2.1.4/svg/regular/bx-home-alt-2.svg new file mode 100644 index 0000000..eaef49e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-home-alt-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-home-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-home-alt.svg new file mode 100644 index 0000000..50f5fca --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-home-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-home-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-home-circle.svg new file mode 100644 index 0000000..46ec997 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-home-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-home-heart.svg b/lib/boxicons-2.1.4/svg/regular/bx-home-heart.svg new file mode 100644 index 0000000..a23ec82 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-home-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-home-smile.svg b/lib/boxicons-2.1.4/svg/regular/bx-home-smile.svg new file mode 100644 index 0000000..213a811 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-home-smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-home.svg b/lib/boxicons-2.1.4/svg/regular/bx-home.svg new file mode 100644 index 0000000..effbeb3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-horizontal-center.svg b/lib/boxicons-2.1.4/svg/regular/bx-horizontal-center.svg new file mode 100644 index 0000000..f5f12e4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-horizontal-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-horizontal-left.svg b/lib/boxicons-2.1.4/svg/regular/bx-horizontal-left.svg new file mode 100644 index 0000000..5dcf135 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-horizontal-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-horizontal-right.svg b/lib/boxicons-2.1.4/svg/regular/bx-horizontal-right.svg new file mode 100644 index 0000000..40c0fc0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-horizontal-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-hotel.svg b/lib/boxicons-2.1.4/svg/regular/bx-hotel.svg new file mode 100644 index 0000000..4524a62 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-hotel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-hourglass.svg b/lib/boxicons-2.1.4/svg/regular/bx-hourglass.svg new file mode 100644 index 0000000..844454e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-id-card.svg b/lib/boxicons-2.1.4/svg/regular/bx-id-card.svg new file mode 100644 index 0000000..dae46f9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-id-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-image-add.svg b/lib/boxicons-2.1.4/svg/regular/bx-image-add.svg new file mode 100644 index 0000000..57c1afc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-image-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-image-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-image-alt.svg new file mode 100644 index 0000000..be4bb1a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-image-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-image.svg b/lib/boxicons-2.1.4/svg/regular/bx-image.svg new file mode 100644 index 0000000..99aab14 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-images.svg b/lib/boxicons-2.1.4/svg/regular/bx-images.svg new file mode 100644 index 0000000..20b9c4f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-images.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-import.svg b/lib/boxicons-2.1.4/svg/regular/bx-import.svg new file mode 100644 index 0000000..fb66751 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-import.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-infinite.svg b/lib/boxicons-2.1.4/svg/regular/bx-infinite.svg new file mode 100644 index 0000000..0dcd000 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-infinite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-info-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-info-circle.svg new file mode 100644 index 0000000..3631550 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-info-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-info-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-info-square.svg new file mode 100644 index 0000000..bd5ed99 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-info-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-injection.svg b/lib/boxicons-2.1.4/svg/regular/bx-injection.svg new file mode 100644 index 0000000..1e5022a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-injection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-intersect.svg b/lib/boxicons-2.1.4/svg/regular/bx-intersect.svg new file mode 100644 index 0000000..035c117 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-intersect.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-italic.svg b/lib/boxicons-2.1.4/svg/regular/bx-italic.svg new file mode 100644 index 0000000..e2d7798 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-italic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-joystick-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-joystick-alt.svg new file mode 100644 index 0000000..960c1f0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-joystick-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-joystick-button.svg b/lib/boxicons-2.1.4/svg/regular/bx-joystick-button.svg new file mode 100644 index 0000000..2f155da --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-joystick-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-joystick.svg b/lib/boxicons-2.1.4/svg/regular/bx-joystick.svg new file mode 100644 index 0000000..cf10b75 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-joystick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-key.svg b/lib/boxicons-2.1.4/svg/regular/bx-key.svg new file mode 100644 index 0000000..e178177 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-knife.svg b/lib/boxicons-2.1.4/svg/regular/bx-knife.svg new file mode 100644 index 0000000..3feb6b4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-knife.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-label.svg b/lib/boxicons-2.1.4/svg/regular/bx-label.svg new file mode 100644 index 0000000..b9fea3f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-label.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-landscape.svg b/lib/boxicons-2.1.4/svg/regular/bx-landscape.svg new file mode 100644 index 0000000..eb75bfd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-landscape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-laptop.svg b/lib/boxicons-2.1.4/svg/regular/bx-laptop.svg new file mode 100644 index 0000000..36a5382 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-laptop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-last-page.svg b/lib/boxicons-2.1.4/svg/regular/bx-last-page.svg new file mode 100644 index 0000000..6855383 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-last-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-laugh.svg b/lib/boxicons-2.1.4/svg/regular/bx-laugh.svg new file mode 100644 index 0000000..2c8e7aa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-laugh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-layer-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-layer-minus.svg new file mode 100644 index 0000000..1e2fc7b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-layer-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-layer-plus.svg b/lib/boxicons-2.1.4/svg/regular/bx-layer-plus.svg new file mode 100644 index 0000000..89827ec --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-layer-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-layer.svg b/lib/boxicons-2.1.4/svg/regular/bx-layer.svg new file mode 100644 index 0000000..c4ff075 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-layer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-layout.svg b/lib/boxicons-2.1.4/svg/regular/bx-layout.svg new file mode 100644 index 0000000..a9bb76a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-layout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-leaf.svg b/lib/boxicons-2.1.4/svg/regular/bx-leaf.svg new file mode 100644 index 0000000..7041373 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-left-arrow-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-left-arrow-alt.svg new file mode 100644 index 0000000..ef5c7a6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-left-arrow-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-left-arrow-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-left-arrow-circle.svg new file mode 100644 index 0000000..434e4b2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-left-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-left-arrow.svg b/lib/boxicons-2.1.4/svg/regular/bx-left-arrow.svg new file mode 100644 index 0000000..e87f6aa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-left-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-left-down-arrow-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-left-down-arrow-circle.svg new file mode 100644 index 0000000..3c5eb86 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-left-down-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-left-indent.svg b/lib/boxicons-2.1.4/svg/regular/bx-left-indent.svg new file mode 100644 index 0000000..cd9fe57 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-left-indent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-left-top-arrow-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-left-top-arrow-circle.svg new file mode 100644 index 0000000..d5cc3ef --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-left-top-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-lemon.svg b/lib/boxicons-2.1.4/svg/regular/bx-lemon.svg new file mode 100644 index 0000000..1bf5bf2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-lemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-library.svg b/lib/boxicons-2.1.4/svg/regular/bx-library.svg new file mode 100644 index 0000000..5606645 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-library.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-like.svg b/lib/boxicons-2.1.4/svg/regular/bx-like.svg new file mode 100644 index 0000000..0c750fe --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-like.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-line-chart-down.svg b/lib/boxicons-2.1.4/svg/regular/bx-line-chart-down.svg new file mode 100644 index 0000000..e50cae6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-line-chart-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-line-chart.svg b/lib/boxicons-2.1.4/svg/regular/bx-line-chart.svg new file mode 100644 index 0000000..c101e06 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-line-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-link-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-link-alt.svg new file mode 100644 index 0000000..42788c2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-link-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-link-external.svg b/lib/boxicons-2.1.4/svg/regular/bx-link-external.svg new file mode 100644 index 0000000..43ecf61 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-link-external.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-link.svg b/lib/boxicons-2.1.4/svg/regular/bx-link.svg new file mode 100644 index 0000000..425f0e6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-lira.svg b/lib/boxicons-2.1.4/svg/regular/bx-lira.svg new file mode 100644 index 0000000..2d94943 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-lira.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-list-check.svg b/lib/boxicons-2.1.4/svg/regular/bx-list-check.svg new file mode 100644 index 0000000..becfdf3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-list-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-list-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-list-minus.svg new file mode 100644 index 0000000..1ccc53d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-list-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-list-ol.svg b/lib/boxicons-2.1.4/svg/regular/bx-list-ol.svg new file mode 100644 index 0000000..e3abdf7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-list-ol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-list-plus.svg b/lib/boxicons-2.1.4/svg/regular/bx-list-plus.svg new file mode 100644 index 0000000..c5c6d83 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-list-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-list-ul.svg b/lib/boxicons-2.1.4/svg/regular/bx-list-ul.svg new file mode 100644 index 0000000..a26e0e5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-list-ul.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-loader-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-loader-alt.svg new file mode 100644 index 0000000..79fa1ec --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-loader-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-loader-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-loader-circle.svg new file mode 100644 index 0000000..51505e2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-loader-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-loader.svg b/lib/boxicons-2.1.4/svg/regular/bx-loader.svg new file mode 100644 index 0000000..04220e7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-loader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-location-plus.svg b/lib/boxicons-2.1.4/svg/regular/bx-location-plus.svg new file mode 100644 index 0000000..7a44ba9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-location-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-lock-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-lock-alt.svg new file mode 100644 index 0000000..5794d0a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-lock-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-lock-open-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-lock-open-alt.svg new file mode 100644 index 0000000..2846c77 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-lock-open-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-lock-open.svg b/lib/boxicons-2.1.4/svg/regular/bx-lock-open.svg new file mode 100644 index 0000000..322ba94 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-lock-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-lock.svg b/lib/boxicons-2.1.4/svg/regular/bx-lock.svg new file mode 100644 index 0000000..d903a92 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-log-in-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-log-in-circle.svg new file mode 100644 index 0000000..eb6197a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-log-in-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-log-in.svg b/lib/boxicons-2.1.4/svg/regular/bx-log-in.svg new file mode 100644 index 0000000..2bc17cf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-log-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-log-out-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-log-out-circle.svg new file mode 100644 index 0000000..70d22fd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-log-out-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-log-out.svg b/lib/boxicons-2.1.4/svg/regular/bx-log-out.svg new file mode 100644 index 0000000..9dfba24 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-log-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-low-vision.svg b/lib/boxicons-2.1.4/svg/regular/bx-low-vision.svg new file mode 100644 index 0000000..0ef6913 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-low-vision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-magnet.svg b/lib/boxicons-2.1.4/svg/regular/bx-magnet.svg new file mode 100644 index 0000000..ba72918 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-magnet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-mail-send.svg b/lib/boxicons-2.1.4/svg/regular/bx-mail-send.svg new file mode 100644 index 0000000..bb20a69 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-mail-send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-male-female.svg b/lib/boxicons-2.1.4/svg/regular/bx-male-female.svg new file mode 100644 index 0000000..bd155f2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-male-female.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-male-sign.svg b/lib/boxicons-2.1.4/svg/regular/bx-male-sign.svg new file mode 100644 index 0000000..5380338 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-male-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-male.svg b/lib/boxicons-2.1.4/svg/regular/bx-male.svg new file mode 100644 index 0000000..5120adc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-male.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-map-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-map-alt.svg new file mode 100644 index 0000000..878de55 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-map-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-map-pin.svg b/lib/boxicons-2.1.4/svg/regular/bx-map-pin.svg new file mode 100644 index 0000000..23d5b91 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-map-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-map.svg b/lib/boxicons-2.1.4/svg/regular/bx-map.svg new file mode 100644 index 0000000..ce4e83c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-mask.svg b/lib/boxicons-2.1.4/svg/regular/bx-mask.svg new file mode 100644 index 0000000..d32da8d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-math.svg b/lib/boxicons-2.1.4/svg/regular/bx-math.svg new file mode 100644 index 0000000..a9010c2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-math.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-medal.svg b/lib/boxicons-2.1.4/svg/regular/bx-medal.svg new file mode 100644 index 0000000..365c7cd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-meh-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-meh-alt.svg new file mode 100644 index 0000000..77a1543 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-meh-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-meh-blank.svg b/lib/boxicons-2.1.4/svg/regular/bx-meh-blank.svg new file mode 100644 index 0000000..b0013c9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-meh-blank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-meh.svg b/lib/boxicons-2.1.4/svg/regular/bx-meh.svg new file mode 100644 index 0000000..14544f3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-meh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-memory-card.svg b/lib/boxicons-2.1.4/svg/regular/bx-memory-card.svg new file mode 100644 index 0000000..4d8d2e4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-memory-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-menu-alt-left.svg b/lib/boxicons-2.1.4/svg/regular/bx-menu-alt-left.svg new file mode 100644 index 0000000..aabaad5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-menu-alt-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-menu-alt-right.svg b/lib/boxicons-2.1.4/svg/regular/bx-menu-alt-right.svg new file mode 100644 index 0000000..01a6519 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-menu-alt-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-menu.svg b/lib/boxicons-2.1.4/svg/regular/bx-menu.svg new file mode 100644 index 0000000..a903402 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-merge.svg b/lib/boxicons-2.1.4/svg/regular/bx-merge.svg new file mode 100644 index 0000000..5b68287 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-merge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-add.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-add.svg new file mode 100644 index 0000000..939b9c7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-alt-add.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-add.svg new file mode 100644 index 0000000..06e8c55 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-alt-check.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-check.svg new file mode 100644 index 0000000..2a18c22 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-alt-detail.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-detail.svg new file mode 100644 index 0000000..5264ac5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-alt-dots.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-dots.svg new file mode 100644 index 0000000..671dca3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-alt-edit.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-edit.svg new file mode 100644 index 0000000..c01d29a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-alt-error.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-error.svg new file mode 100644 index 0000000..79a46b7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-alt-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-minus.svg new file mode 100644 index 0000000..f5dc214 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-alt-x.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-x.svg new file mode 100644 index 0000000..4e0a3c4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-alt-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-alt.svg new file mode 100644 index 0000000..bf51e38 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-check.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-check.svg new file mode 100644 index 0000000..899fd38 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-detail.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-detail.svg new file mode 100644 index 0000000..56d4e8e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-dots.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-dots.svg new file mode 100644 index 0000000..032cf08 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-edit.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-edit.svg new file mode 100644 index 0000000..045c647 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-error.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-error.svg new file mode 100644 index 0000000..2be0e5b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-minus.svg new file mode 100644 index 0000000..93f349d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-add.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-add.svg new file mode 100644 index 0000000..b42ef80 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-check.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-check.svg new file mode 100644 index 0000000..af8a603 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-detail.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-detail.svg new file mode 100644 index 0000000..5881bfe --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-dots.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-dots.svg new file mode 100644 index 0000000..5305c41 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-edit.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-edit.svg new file mode 100644 index 0000000..ea8a2e4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-error.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-error.svg new file mode 100644 index 0000000..7b02ac5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-minus.svg new file mode 100644 index 0000000..8ba2519 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-x.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-x.svg new file mode 100644 index 0000000..1752bc3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-rounded.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded.svg new file mode 100644 index 0000000..9d66780 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-rounded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-square-add.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-square-add.svg new file mode 100644 index 0000000..6eac9f7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-square-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-square-check.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-square-check.svg new file mode 100644 index 0000000..cccc01d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-square-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-square-detail.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-square-detail.svg new file mode 100644 index 0000000..574e697 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-square-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-square-dots.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-square-dots.svg new file mode 100644 index 0000000..e81a51d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-square-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-square-edit.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-square-edit.svg new file mode 100644 index 0000000..9481d5f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-square-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-square-error.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-square-error.svg new file mode 100644 index 0000000..7e70e6d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-square-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-square-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-square-minus.svg new file mode 100644 index 0000000..e631298 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-square-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-square-x.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-square-x.svg new file mode 100644 index 0000000..5a6d405 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-square-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-square.svg new file mode 100644 index 0000000..7f18003 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message-x.svg b/lib/boxicons-2.1.4/svg/regular/bx-message-x.svg new file mode 100644 index 0000000..b59f23e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-message.svg b/lib/boxicons-2.1.4/svg/regular/bx-message.svg new file mode 100644 index 0000000..d30f284 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-message.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-meteor.svg b/lib/boxicons-2.1.4/svg/regular/bx-meteor.svg new file mode 100644 index 0000000..7e0c26f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-meteor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-microchip.svg b/lib/boxicons-2.1.4/svg/regular/bx-microchip.svg new file mode 100644 index 0000000..58464a0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-microchip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-microphone-off.svg b/lib/boxicons-2.1.4/svg/regular/bx-microphone-off.svg new file mode 100644 index 0000000..9b45acb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-microphone-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-microphone.svg b/lib/boxicons-2.1.4/svg/regular/bx-microphone.svg new file mode 100644 index 0000000..a01bb44 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-microphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-minus-back.svg b/lib/boxicons-2.1.4/svg/regular/bx-minus-back.svg new file mode 100644 index 0000000..4f219c9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-minus-back.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-minus-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-minus-circle.svg new file mode 100644 index 0000000..30bf7a9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-minus-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-minus-front.svg b/lib/boxicons-2.1.4/svg/regular/bx-minus-front.svg new file mode 100644 index 0000000..8601a31 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-minus-front.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-minus.svg new file mode 100644 index 0000000..44555c8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-mobile-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-mobile-alt.svg new file mode 100644 index 0000000..46353c5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-mobile-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-mobile-landscape.svg b/lib/boxicons-2.1.4/svg/regular/bx-mobile-landscape.svg new file mode 100644 index 0000000..ed70dcc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-mobile-landscape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-mobile-vibration.svg b/lib/boxicons-2.1.4/svg/regular/bx-mobile-vibration.svg new file mode 100644 index 0000000..edb2749 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-mobile-vibration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-mobile.svg b/lib/boxicons-2.1.4/svg/regular/bx-mobile.svg new file mode 100644 index 0000000..eb64c00 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-mobile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-money-withdraw.svg b/lib/boxicons-2.1.4/svg/regular/bx-money-withdraw.svg new file mode 100644 index 0000000..b2a606f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-money-withdraw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-money.svg b/lib/boxicons-2.1.4/svg/regular/bx-money.svg new file mode 100644 index 0000000..8ebda81 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-moon.svg b/lib/boxicons-2.1.4/svg/regular/bx-moon.svg new file mode 100644 index 0000000..e10a14a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-mouse-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-mouse-alt.svg new file mode 100644 index 0000000..6f81082 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-mouse-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-mouse.svg b/lib/boxicons-2.1.4/svg/regular/bx-mouse.svg new file mode 100644 index 0000000..c468a7b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-move-horizontal.svg b/lib/boxicons-2.1.4/svg/regular/bx-move-horizontal.svg new file mode 100644 index 0000000..f53a320 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-move-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-move-vertical.svg b/lib/boxicons-2.1.4/svg/regular/bx-move-vertical.svg new file mode 100644 index 0000000..01d62de --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-move-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-move.svg b/lib/boxicons-2.1.4/svg/regular/bx-move.svg new file mode 100644 index 0000000..ae643ae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-move.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-movie-play.svg b/lib/boxicons-2.1.4/svg/regular/bx-movie-play.svg new file mode 100644 index 0000000..fdb5f19 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-movie-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-movie.svg b/lib/boxicons-2.1.4/svg/regular/bx-movie.svg new file mode 100644 index 0000000..307f371 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-movie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-music.svg b/lib/boxicons-2.1.4/svg/regular/bx-music.svg new file mode 100644 index 0000000..1ff3edd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-music.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-navigation.svg b/lib/boxicons-2.1.4/svg/regular/bx-navigation.svg new file mode 100644 index 0000000..dd495c3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-navigation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-network-chart.svg b/lib/boxicons-2.1.4/svg/regular/bx-network-chart.svg new file mode 100644 index 0000000..414df49 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-network-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-news.svg b/lib/boxicons-2.1.4/svg/regular/bx-news.svg new file mode 100644 index 0000000..e419b6e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-no-entry.svg b/lib/boxicons-2.1.4/svg/regular/bx-no-entry.svg new file mode 100644 index 0000000..f4f0ddc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-no-entry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-no-signal.svg b/lib/boxicons-2.1.4/svg/regular/bx-no-signal.svg new file mode 100644 index 0000000..f3dbf9a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-no-signal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-note.svg b/lib/boxicons-2.1.4/svg/regular/bx-note.svg new file mode 100644 index 0000000..ea2161b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-notepad.svg b/lib/boxicons-2.1.4/svg/regular/bx-notepad.svg new file mode 100644 index 0000000..67ec8ca --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-notepad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-notification-off.svg b/lib/boxicons-2.1.4/svg/regular/bx-notification-off.svg new file mode 100644 index 0000000..b14627d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-notification-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-notification.svg b/lib/boxicons-2.1.4/svg/regular/bx-notification.svg new file mode 100644 index 0000000..6d4c3cb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-notification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-objects-horizontal-center.svg b/lib/boxicons-2.1.4/svg/regular/bx-objects-horizontal-center.svg new file mode 100644 index 0000000..fc40a31 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-objects-horizontal-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-objects-horizontal-left.svg b/lib/boxicons-2.1.4/svg/regular/bx-objects-horizontal-left.svg new file mode 100644 index 0000000..d124840 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-objects-horizontal-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-objects-horizontal-right.svg b/lib/boxicons-2.1.4/svg/regular/bx-objects-horizontal-right.svg new file mode 100644 index 0000000..bad6f40 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-objects-horizontal-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-objects-vertical-bottom.svg b/lib/boxicons-2.1.4/svg/regular/bx-objects-vertical-bottom.svg new file mode 100644 index 0000000..fbbc86b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-objects-vertical-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-objects-vertical-center.svg b/lib/boxicons-2.1.4/svg/regular/bx-objects-vertical-center.svg new file mode 100644 index 0000000..e95b25f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-objects-vertical-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-objects-vertical-top.svg b/lib/boxicons-2.1.4/svg/regular/bx-objects-vertical-top.svg new file mode 100644 index 0000000..14cac22 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-objects-vertical-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-outline.svg b/lib/boxicons-2.1.4/svg/regular/bx-outline.svg new file mode 100644 index 0000000..78bfd2e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-outline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-package.svg b/lib/boxicons-2.1.4/svg/regular/bx-package.svg new file mode 100644 index 0000000..7467a66 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-package.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-paint-roll.svg b/lib/boxicons-2.1.4/svg/regular/bx-paint-roll.svg new file mode 100644 index 0000000..2308deb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-paint-roll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-paint.svg b/lib/boxicons-2.1.4/svg/regular/bx-paint.svg new file mode 100644 index 0000000..f5a6d3d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-paint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-palette.svg b/lib/boxicons-2.1.4/svg/regular/bx-palette.svg new file mode 100644 index 0000000..b671a4e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-palette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-paper-plane.svg b/lib/boxicons-2.1.4/svg/regular/bx-paper-plane.svg new file mode 100644 index 0000000..4932d18 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-paper-plane.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/boxicons-2.1.4/svg/regular/bx-paperclip.svg b/lib/boxicons-2.1.4/svg/regular/bx-paperclip.svg new file mode 100644 index 0000000..102c1a8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-paperclip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-paragraph.svg b/lib/boxicons-2.1.4/svg/regular/bx-paragraph.svg new file mode 100644 index 0000000..1fd3d40 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-paragraph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-party.svg b/lib/boxicons-2.1.4/svg/regular/bx-party.svg new file mode 100644 index 0000000..431fb90 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-party.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-paste.svg b/lib/boxicons-2.1.4/svg/regular/bx-paste.svg new file mode 100644 index 0000000..d3b2f46 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-paste.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-pause-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-pause-circle.svg new file mode 100644 index 0000000..bc9ae9f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-pause-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-pause.svg b/lib/boxicons-2.1.4/svg/regular/bx-pause.svg new file mode 100644 index 0000000..aedc32b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-pause.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-pen.svg b/lib/boxicons-2.1.4/svg/regular/bx-pen.svg new file mode 100644 index 0000000..3df3706 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-pen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-pencil.svg b/lib/boxicons-2.1.4/svg/regular/bx-pencil.svg new file mode 100644 index 0000000..1d5bc0e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-pencil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-phone-call.svg b/lib/boxicons-2.1.4/svg/regular/bx-phone-call.svg new file mode 100644 index 0000000..08b6317 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-phone-call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-phone-incoming.svg b/lib/boxicons-2.1.4/svg/regular/bx-phone-incoming.svg new file mode 100644 index 0000000..f2a45ab --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-phone-incoming.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-phone-off.svg b/lib/boxicons-2.1.4/svg/regular/bx-phone-off.svg new file mode 100644 index 0000000..f7ec9db --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-phone-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-phone-outgoing.svg b/lib/boxicons-2.1.4/svg/regular/bx-phone-outgoing.svg new file mode 100644 index 0000000..6078a18 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-phone-outgoing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-phone.svg b/lib/boxicons-2.1.4/svg/regular/bx-phone.svg new file mode 100644 index 0000000..46f6974 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-photo-album.svg b/lib/boxicons-2.1.4/svg/regular/bx-photo-album.svg new file mode 100644 index 0000000..12f9b49 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-photo-album.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-pie-chart-alt-2.svg b/lib/boxicons-2.1.4/svg/regular/bx-pie-chart-alt-2.svg new file mode 100644 index 0000000..69be19a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-pie-chart-alt-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-pie-chart-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-pie-chart-alt.svg new file mode 100644 index 0000000..6fd1625 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-pie-chart-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-pie-chart.svg b/lib/boxicons-2.1.4/svg/regular/bx-pie-chart.svg new file mode 100644 index 0000000..8ba2a7a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-pie-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-pin.svg b/lib/boxicons-2.1.4/svg/regular/bx-pin.svg new file mode 100644 index 0000000..e0d507a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-planet.svg b/lib/boxicons-2.1.4/svg/regular/bx-planet.svg new file mode 100644 index 0000000..53599ee --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-planet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-play-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-play-circle.svg new file mode 100644 index 0000000..a407322 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-play-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-play.svg b/lib/boxicons-2.1.4/svg/regular/bx-play.svg new file mode 100644 index 0000000..0db18ed --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-plug.svg b/lib/boxicons-2.1.4/svg/regular/bx-plug.svg new file mode 100644 index 0000000..a3a44cd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-plug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-plus-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-plus-circle.svg new file mode 100644 index 0000000..07b324a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-plus-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-plus-medical.svg b/lib/boxicons-2.1.4/svg/regular/bx-plus-medical.svg new file mode 100644 index 0000000..13055ec --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-plus-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-plus.svg b/lib/boxicons-2.1.4/svg/regular/bx-plus.svg new file mode 100644 index 0000000..2561a59 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-podcast.svg b/lib/boxicons-2.1.4/svg/regular/bx-podcast.svg new file mode 100644 index 0000000..b5557b5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-podcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-pointer.svg b/lib/boxicons-2.1.4/svg/regular/bx-pointer.svg new file mode 100644 index 0000000..e439511 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-pointer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-poll.svg b/lib/boxicons-2.1.4/svg/regular/bx-poll.svg new file mode 100644 index 0000000..1da69e7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-poll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-polygon.svg b/lib/boxicons-2.1.4/svg/regular/bx-polygon.svg new file mode 100644 index 0000000..41a41bd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-polygon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-popsicle.svg b/lib/boxicons-2.1.4/svg/regular/bx-popsicle.svg new file mode 100644 index 0000000..2410422 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-popsicle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-pound.svg b/lib/boxicons-2.1.4/svg/regular/bx-pound.svg new file mode 100644 index 0000000..02fffc7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-pound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-power-off.svg b/lib/boxicons-2.1.4/svg/regular/bx-power-off.svg new file mode 100644 index 0000000..a9862ea --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-power-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-printer.svg b/lib/boxicons-2.1.4/svg/regular/bx-printer.svg new file mode 100644 index 0000000..8ce000e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-printer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-pulse.svg b/lib/boxicons-2.1.4/svg/regular/bx-pulse.svg new file mode 100644 index 0000000..9fa81ac --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-pulse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-purchase-tag-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-purchase-tag-alt.svg new file mode 100644 index 0000000..0c57ebe --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-purchase-tag-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-purchase-tag.svg b/lib/boxicons-2.1.4/svg/regular/bx-purchase-tag.svg new file mode 100644 index 0000000..0d1896b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-purchase-tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-pyramid.svg b/lib/boxicons-2.1.4/svg/regular/bx-pyramid.svg new file mode 100644 index 0000000..0a00faf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-pyramid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-qr-scan.svg b/lib/boxicons-2.1.4/svg/regular/bx-qr-scan.svg new file mode 100644 index 0000000..077b838 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-qr-scan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-qr.svg b/lib/boxicons-2.1.4/svg/regular/bx-qr.svg new file mode 100644 index 0000000..e2604e1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-qr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-question-mark.svg b/lib/boxicons-2.1.4/svg/regular/bx-question-mark.svg new file mode 100644 index 0000000..a6fcd83 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-question-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-radar.svg b/lib/boxicons-2.1.4/svg/regular/bx-radar.svg new file mode 100644 index 0000000..04de299 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-radar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-radio-circle-marked.svg b/lib/boxicons-2.1.4/svg/regular/bx-radio-circle-marked.svg new file mode 100644 index 0000000..ca22942 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-radio-circle-marked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-radio-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-radio-circle.svg new file mode 100644 index 0000000..c3e7d0a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-radio-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-radio.svg b/lib/boxicons-2.1.4/svg/regular/bx-radio.svg new file mode 100644 index 0000000..1b3ecf8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-radio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-receipt.svg b/lib/boxicons-2.1.4/svg/regular/bx-receipt.svg new file mode 100644 index 0000000..a0881ea --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-receipt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-rectangle.svg b/lib/boxicons-2.1.4/svg/regular/bx-rectangle.svg new file mode 100644 index 0000000..6ebd4e0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-rectangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-recycle.svg b/lib/boxicons-2.1.4/svg/regular/bx-recycle.svg new file mode 100644 index 0000000..7cca251 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-recycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-redo.svg b/lib/boxicons-2.1.4/svg/regular/bx-redo.svg new file mode 100644 index 0000000..448524e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-redo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-reflect-horizontal.svg b/lib/boxicons-2.1.4/svg/regular/bx-reflect-horizontal.svg new file mode 100644 index 0000000..380c198 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-reflect-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-reflect-vertical.svg b/lib/boxicons-2.1.4/svg/regular/bx-reflect-vertical.svg new file mode 100644 index 0000000..89b03b3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-reflect-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-refresh.svg b/lib/boxicons-2.1.4/svg/regular/bx-refresh.svg new file mode 100644 index 0000000..8404062 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-refresh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-registered.svg b/lib/boxicons-2.1.4/svg/regular/bx-registered.svg new file mode 100644 index 0000000..c0ff0b0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-registered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-rename.svg b/lib/boxicons-2.1.4/svg/regular/bx-rename.svg new file mode 100644 index 0000000..3d9c839 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-rename.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-repeat.svg b/lib/boxicons-2.1.4/svg/regular/bx-repeat.svg new file mode 100644 index 0000000..c9b847b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-repeat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-reply-all.svg b/lib/boxicons-2.1.4/svg/regular/bx-reply-all.svg new file mode 100644 index 0000000..633c91d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-reply-all.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-reply.svg b/lib/boxicons-2.1.4/svg/regular/bx-reply.svg new file mode 100644 index 0000000..33ae452 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-reply.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-repost.svg b/lib/boxicons-2.1.4/svg/regular/bx-repost.svg new file mode 100644 index 0000000..4c79409 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-repost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-reset.svg b/lib/boxicons-2.1.4/svg/regular/bx-reset.svg new file mode 100644 index 0000000..df070e2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-reset.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-restaurant.svg b/lib/boxicons-2.1.4/svg/regular/bx-restaurant.svg new file mode 100644 index 0000000..b743a5c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-restaurant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-revision.svg b/lib/boxicons-2.1.4/svg/regular/bx-revision.svg new file mode 100644 index 0000000..0917776 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-revision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-rewind-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-rewind-circle.svg new file mode 100644 index 0000000..3021090 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-rewind-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-rewind.svg b/lib/boxicons-2.1.4/svg/regular/bx-rewind.svg new file mode 100644 index 0000000..dfb53a5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-rewind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-rfid.svg b/lib/boxicons-2.1.4/svg/regular/bx-rfid.svg new file mode 100644 index 0000000..d138d62 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-rfid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-right-arrow-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-right-arrow-alt.svg new file mode 100644 index 0000000..57fb418 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-right-arrow-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-right-arrow-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-right-arrow-circle.svg new file mode 100644 index 0000000..9623bed --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-right-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-right-arrow.svg b/lib/boxicons-2.1.4/svg/regular/bx-right-arrow.svg new file mode 100644 index 0000000..7fb4d74 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-right-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-right-down-arrow-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-right-down-arrow-circle.svg new file mode 100644 index 0000000..8b120c0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-right-down-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-right-indent.svg b/lib/boxicons-2.1.4/svg/regular/bx-right-indent.svg new file mode 100644 index 0000000..719f8be --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-right-indent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-right-top-arrow-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-right-top-arrow-circle.svg new file mode 100644 index 0000000..0998f8e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-right-top-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-rocket.svg b/lib/boxicons-2.1.4/svg/regular/bx-rocket.svg new file mode 100644 index 0000000..3d5071c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-rotate-left.svg b/lib/boxicons-2.1.4/svg/regular/bx-rotate-left.svg new file mode 100644 index 0000000..de4df9d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-rotate-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-rotate-right.svg b/lib/boxicons-2.1.4/svg/regular/bx-rotate-right.svg new file mode 100644 index 0000000..16a08d3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-rotate-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-rss.svg b/lib/boxicons-2.1.4/svg/regular/bx-rss.svg new file mode 100644 index 0000000..5c9fc98 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-ruble.svg b/lib/boxicons-2.1.4/svg/regular/bx-ruble.svg new file mode 100644 index 0000000..525a743 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-ruble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-ruler.svg b/lib/boxicons-2.1.4/svg/regular/bx-ruler.svg new file mode 100644 index 0000000..be78d9d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-ruler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-run.svg b/lib/boxicons-2.1.4/svg/regular/bx-run.svg new file mode 100644 index 0000000..71f2905 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-run.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-rupee.svg b/lib/boxicons-2.1.4/svg/regular/bx-rupee.svg new file mode 100644 index 0000000..32fb2b7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-rupee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-sad.svg b/lib/boxicons-2.1.4/svg/regular/bx-sad.svg new file mode 100644 index 0000000..839bf0e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-sad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-save.svg b/lib/boxicons-2.1.4/svg/regular/bx-save.svg new file mode 100644 index 0000000..e78dbd4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-scan.svg b/lib/boxicons-2.1.4/svg/regular/bx-scan.svg new file mode 100644 index 0000000..5b4f5fc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-scan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-scatter-chart.svg b/lib/boxicons-2.1.4/svg/regular/bx-scatter-chart.svg new file mode 100644 index 0000000..1fdaa3f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-scatter-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-screenshot.svg b/lib/boxicons-2.1.4/svg/regular/bx-screenshot.svg new file mode 100644 index 0000000..fef5849 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-screenshot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-search-alt-2.svg b/lib/boxicons-2.1.4/svg/regular/bx-search-alt-2.svg new file mode 100644 index 0000000..81ca02d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-search-alt-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-search-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-search-alt.svg new file mode 100644 index 0000000..abb5e10 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-search-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-search.svg b/lib/boxicons-2.1.4/svg/regular/bx-search.svg new file mode 100644 index 0000000..5bf95a5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-select-multiple.svg b/lib/boxicons-2.1.4/svg/regular/bx-select-multiple.svg new file mode 100644 index 0000000..6f51196 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-select-multiple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-selection.svg b/lib/boxicons-2.1.4/svg/regular/bx-selection.svg new file mode 100644 index 0000000..73fa3c1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-selection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-send.svg b/lib/boxicons-2.1.4/svg/regular/bx-send.svg new file mode 100644 index 0000000..afe436d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-server.svg b/lib/boxicons-2.1.4/svg/regular/bx-server.svg new file mode 100644 index 0000000..955337a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-server.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shape-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-shape-circle.svg new file mode 100644 index 0000000..f13a742 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shape-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shape-polygon.svg b/lib/boxicons-2.1.4/svg/regular/bx-shape-polygon.svg new file mode 100644 index 0000000..5806503 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shape-polygon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shape-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-shape-square.svg new file mode 100644 index 0000000..f01910c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shape-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shape-triangle.svg b/lib/boxicons-2.1.4/svg/regular/bx-shape-triangle.svg new file mode 100644 index 0000000..fd0d51c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shape-triangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-share-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-share-alt.svg new file mode 100644 index 0000000..1d9a140 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-share-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-share.svg b/lib/boxicons-2.1.4/svg/regular/bx-share.svg new file mode 100644 index 0000000..8a24622 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shekel.svg b/lib/boxicons-2.1.4/svg/regular/bx-shekel.svg new file mode 100644 index 0000000..eec2c6a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shekel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shield-alt-2.svg b/lib/boxicons-2.1.4/svg/regular/bx-shield-alt-2.svg new file mode 100644 index 0000000..66a5bf7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shield-alt-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shield-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-shield-alt.svg new file mode 100644 index 0000000..9d7fd57 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shield-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shield-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-shield-minus.svg new file mode 100644 index 0000000..62436b0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shield-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shield-plus.svg b/lib/boxicons-2.1.4/svg/regular/bx-shield-plus.svg new file mode 100644 index 0000000..ff8d40f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shield-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shield-quarter.svg b/lib/boxicons-2.1.4/svg/regular/bx-shield-quarter.svg new file mode 100644 index 0000000..67acf35 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shield-quarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shield-x.svg b/lib/boxicons-2.1.4/svg/regular/bx-shield-x.svg new file mode 100644 index 0000000..d645698 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shield-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shield.svg b/lib/boxicons-2.1.4/svg/regular/bx-shield.svg new file mode 100644 index 0000000..088a639 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shocked.svg b/lib/boxicons-2.1.4/svg/regular/bx-shocked.svg new file mode 100644 index 0000000..804f048 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shocked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shopping-bag.svg b/lib/boxicons-2.1.4/svg/regular/bx-shopping-bag.svg new file mode 100644 index 0000000..52170c9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shopping-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-show-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-show-alt.svg new file mode 100644 index 0000000..67f1bf6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-show-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-show.svg b/lib/boxicons-2.1.4/svg/regular/bx-show.svg new file mode 100644 index 0000000..d7093d3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-show.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shower.svg b/lib/boxicons-2.1.4/svg/regular/bx-shower.svg new file mode 100644 index 0000000..14d2ca1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-shuffle.svg b/lib/boxicons-2.1.4/svg/regular/bx-shuffle.svg new file mode 100644 index 0000000..5947d3c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-shuffle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-sidebar.svg b/lib/boxicons-2.1.4/svg/regular/bx-sidebar.svg new file mode 100644 index 0000000..590b8e7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-sidebar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-signal-1.svg b/lib/boxicons-2.1.4/svg/regular/bx-signal-1.svg new file mode 100644 index 0000000..e7c72b1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-signal-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-signal-2.svg b/lib/boxicons-2.1.4/svg/regular/bx-signal-2.svg new file mode 100644 index 0000000..13bb63f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-signal-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-signal-3.svg b/lib/boxicons-2.1.4/svg/regular/bx-signal-3.svg new file mode 100644 index 0000000..9ba3219 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-signal-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-signal-4.svg b/lib/boxicons-2.1.4/svg/regular/bx-signal-4.svg new file mode 100644 index 0000000..4b953e1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-signal-4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-signal-5.svg b/lib/boxicons-2.1.4/svg/regular/bx-signal-5.svg new file mode 100644 index 0000000..d8d611c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-signal-5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-sitemap.svg b/lib/boxicons-2.1.4/svg/regular/bx-sitemap.svg new file mode 100644 index 0000000..00bc3da --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-sitemap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-skip-next-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-skip-next-circle.svg new file mode 100644 index 0000000..a17024e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-skip-next-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-skip-next.svg b/lib/boxicons-2.1.4/svg/regular/bx-skip-next.svg new file mode 100644 index 0000000..8278783 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-skip-next.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-skip-previous-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-skip-previous-circle.svg new file mode 100644 index 0000000..6a8c402 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-skip-previous-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-skip-previous.svg b/lib/boxicons-2.1.4/svg/regular/bx-skip-previous.svg new file mode 100644 index 0000000..450c35e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-skip-previous.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-sleepy.svg b/lib/boxicons-2.1.4/svg/regular/bx-sleepy.svg new file mode 100644 index 0000000..575a9bc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-sleepy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-slider-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-slider-alt.svg new file mode 100644 index 0000000..f980d81 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-slider-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-slider.svg b/lib/boxicons-2.1.4/svg/regular/bx-slider.svg new file mode 100644 index 0000000..5f5ea2f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-slider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-slideshow.svg b/lib/boxicons-2.1.4/svg/regular/bx-slideshow.svg new file mode 100644 index 0000000..ba46990 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-slideshow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-smile.svg b/lib/boxicons-2.1.4/svg/regular/bx-smile.svg new file mode 100644 index 0000000..7c4f280 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-sort-a-z.svg b/lib/boxicons-2.1.4/svg/regular/bx-sort-a-z.svg new file mode 100644 index 0000000..7174f40 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-sort-a-z.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-sort-alt-2.svg b/lib/boxicons-2.1.4/svg/regular/bx-sort-alt-2.svg new file mode 100644 index 0000000..bd6fa78 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-sort-alt-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-sort-down.svg b/lib/boxicons-2.1.4/svg/regular/bx-sort-down.svg new file mode 100644 index 0000000..6effbb1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-sort-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-sort-up.svg b/lib/boxicons-2.1.4/svg/regular/bx-sort-up.svg new file mode 100644 index 0000000..2533bc5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-sort-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-sort-z-a.svg b/lib/boxicons-2.1.4/svg/regular/bx-sort-z-a.svg new file mode 100644 index 0000000..50076d5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-sort-z-a.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-sort.svg b/lib/boxicons-2.1.4/svg/regular/bx-sort.svg new file mode 100644 index 0000000..d27b0f7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-sort.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-spa.svg b/lib/boxicons-2.1.4/svg/regular/bx-spa.svg new file mode 100644 index 0000000..ad518db --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-spa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-space-bar.svg b/lib/boxicons-2.1.4/svg/regular/bx-space-bar.svg new file mode 100644 index 0000000..f1d693b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-space-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-speaker.svg b/lib/boxicons-2.1.4/svg/regular/bx-speaker.svg new file mode 100644 index 0000000..0d1546f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-speaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-spray-can.svg b/lib/boxicons-2.1.4/svg/regular/bx-spray-can.svg new file mode 100644 index 0000000..003d441 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-spray-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-spreadsheet.svg b/lib/boxicons-2.1.4/svg/regular/bx-spreadsheet.svg new file mode 100644 index 0000000..4aa9496 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-spreadsheet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-square-rounded.svg b/lib/boxicons-2.1.4/svg/regular/bx-square-rounded.svg new file mode 100644 index 0000000..b036dbc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-square-rounded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-square.svg b/lib/boxicons-2.1.4/svg/regular/bx-square.svg new file mode 100644 index 0000000..a6ef9e0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-star.svg b/lib/boxicons-2.1.4/svg/regular/bx-star.svg new file mode 100644 index 0000000..cd743d5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-station.svg b/lib/boxicons-2.1.4/svg/regular/bx-station.svg new file mode 100644 index 0000000..7f02a8a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-station.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-stats.svg b/lib/boxicons-2.1.4/svg/regular/bx-stats.svg new file mode 100644 index 0000000..1443101 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-stats.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-sticker.svg b/lib/boxicons-2.1.4/svg/regular/bx-sticker.svg new file mode 100644 index 0000000..412dcb2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-sticker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-stop-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-stop-circle.svg new file mode 100644 index 0000000..41e4993 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-stop-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-stop.svg b/lib/boxicons-2.1.4/svg/regular/bx-stop.svg new file mode 100644 index 0000000..82ec8b9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-stopwatch.svg b/lib/boxicons-2.1.4/svg/regular/bx-stopwatch.svg new file mode 100644 index 0000000..1269604 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-stopwatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-store-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-store-alt.svg new file mode 100644 index 0000000..ea55072 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-store-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-store.svg b/lib/boxicons-2.1.4/svg/regular/bx-store.svg new file mode 100644 index 0000000..35b295d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-street-view.svg b/lib/boxicons-2.1.4/svg/regular/bx-street-view.svg new file mode 100644 index 0000000..41a67f6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-street-view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-strikethrough.svg b/lib/boxicons-2.1.4/svg/regular/bx-strikethrough.svg new file mode 100644 index 0000000..58954a9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-strikethrough.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-subdirectory-left.svg b/lib/boxicons-2.1.4/svg/regular/bx-subdirectory-left.svg new file mode 100644 index 0000000..7306ccc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-subdirectory-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-subdirectory-right.svg b/lib/boxicons-2.1.4/svg/regular/bx-subdirectory-right.svg new file mode 100644 index 0000000..4a020cc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-subdirectory-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-sun.svg b/lib/boxicons-2.1.4/svg/regular/bx-sun.svg new file mode 100644 index 0000000..e143562 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-support.svg b/lib/boxicons-2.1.4/svg/regular/bx-support.svg new file mode 100644 index 0000000..f961df3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-support.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-sushi.svg b/lib/boxicons-2.1.4/svg/regular/bx-sushi.svg new file mode 100644 index 0000000..cefdfb6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-sushi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-swim.svg b/lib/boxicons-2.1.4/svg/regular/bx-swim.svg new file mode 100644 index 0000000..8e85dfc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-swim.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-sync.svg b/lib/boxicons-2.1.4/svg/regular/bx-sync.svg new file mode 100644 index 0000000..8cae04c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-sync.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-tab.svg b/lib/boxicons-2.1.4/svg/regular/bx-tab.svg new file mode 100644 index 0000000..82ca236 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-tab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-table.svg b/lib/boxicons-2.1.4/svg/regular/bx-table.svg new file mode 100644 index 0000000..be9e8c9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-tachometer.svg b/lib/boxicons-2.1.4/svg/regular/bx-tachometer.svg new file mode 100644 index 0000000..05efb97 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-tachometer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-tag-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-tag-alt.svg new file mode 100644 index 0000000..8d735e1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-tag-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-tag.svg b/lib/boxicons-2.1.4/svg/regular/bx-tag.svg new file mode 100644 index 0000000..70448ec --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-target-lock.svg b/lib/boxicons-2.1.4/svg/regular/bx-target-lock.svg new file mode 100644 index 0000000..1a3c23f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-target-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-task-x.svg b/lib/boxicons-2.1.4/svg/regular/bx-task-x.svg new file mode 100644 index 0000000..bdfa49e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-task-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-task.svg b/lib/boxicons-2.1.4/svg/regular/bx-task.svg new file mode 100644 index 0000000..8e7c6a0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-task.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-taxi.svg b/lib/boxicons-2.1.4/svg/regular/bx-taxi.svg new file mode 100644 index 0000000..57c50e9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-taxi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-tennis-ball.svg b/lib/boxicons-2.1.4/svg/regular/bx-tennis-ball.svg new file mode 100644 index 0000000..12f13ff --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-tennis-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-terminal.svg b/lib/boxicons-2.1.4/svg/regular/bx-terminal.svg new file mode 100644 index 0000000..b25c75b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-terminal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-test-tube.svg b/lib/boxicons-2.1.4/svg/regular/bx-test-tube.svg new file mode 100644 index 0000000..365a209 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-test-tube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-text.svg b/lib/boxicons-2.1.4/svg/regular/bx-text.svg new file mode 100644 index 0000000..267dae7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-text.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-time-five.svg b/lib/boxicons-2.1.4/svg/regular/bx-time-five.svg new file mode 100644 index 0000000..e5c385c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-time-five.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-time.svg b/lib/boxicons-2.1.4/svg/regular/bx-time.svg new file mode 100644 index 0000000..2a5a410 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-timer.svg b/lib/boxicons-2.1.4/svg/regular/bx-timer.svg new file mode 100644 index 0000000..35f9b2c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-timer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-tired.svg b/lib/boxicons-2.1.4/svg/regular/bx-tired.svg new file mode 100644 index 0000000..2b1ad0a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-tired.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-toggle-left.svg b/lib/boxicons-2.1.4/svg/regular/bx-toggle-left.svg new file mode 100644 index 0000000..3698dc3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-toggle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-toggle-right.svg b/lib/boxicons-2.1.4/svg/regular/bx-toggle-right.svg new file mode 100644 index 0000000..45bf881 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-toggle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-tone.svg b/lib/boxicons-2.1.4/svg/regular/bx-tone.svg new file mode 100644 index 0000000..1768296 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-traffic-cone.svg b/lib/boxicons-2.1.4/svg/regular/bx-traffic-cone.svg new file mode 100644 index 0000000..d5ab983 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-traffic-cone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-train.svg b/lib/boxicons-2.1.4/svg/regular/bx-train.svg new file mode 100644 index 0000000..3b62886 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-train.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-transfer-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-transfer-alt.svg new file mode 100644 index 0000000..5335575 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-transfer-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-transfer.svg b/lib/boxicons-2.1.4/svg/regular/bx-transfer.svg new file mode 100644 index 0000000..1113194 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-transfer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-trash-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-trash-alt.svg new file mode 100644 index 0000000..b14cab1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-trash-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-trash.svg b/lib/boxicons-2.1.4/svg/regular/bx-trash.svg new file mode 100644 index 0000000..2e49e1c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-trash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-trending-down.svg b/lib/boxicons-2.1.4/svg/regular/bx-trending-down.svg new file mode 100644 index 0000000..84ab190 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-trending-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-trending-up.svg b/lib/boxicons-2.1.4/svg/regular/bx-trending-up.svg new file mode 100644 index 0000000..bf3128f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-trending-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-trim.svg b/lib/boxicons-2.1.4/svg/regular/bx-trim.svg new file mode 100644 index 0000000..cec4d8b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-trim.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-trip.svg b/lib/boxicons-2.1.4/svg/regular/bx-trip.svg new file mode 100644 index 0000000..ab73f88 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-trip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-trophy.svg b/lib/boxicons-2.1.4/svg/regular/bx-trophy.svg new file mode 100644 index 0000000..3116317 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-trophy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-tv.svg b/lib/boxicons-2.1.4/svg/regular/bx-tv.svg new file mode 100644 index 0000000..dab9270 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-tv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-underline.svg b/lib/boxicons-2.1.4/svg/regular/bx-underline.svg new file mode 100644 index 0000000..ff0e777 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-underline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-undo.svg b/lib/boxicons-2.1.4/svg/regular/bx-undo.svg new file mode 100644 index 0000000..1599267 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-unite.svg b/lib/boxicons-2.1.4/svg/regular/bx-unite.svg new file mode 100644 index 0000000..c92fd7f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-unite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-universal-access.svg b/lib/boxicons-2.1.4/svg/regular/bx-universal-access.svg new file mode 100644 index 0000000..9f7a0ec --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-universal-access.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-unlink.svg b/lib/boxicons-2.1.4/svg/regular/bx-unlink.svg new file mode 100644 index 0000000..8ded83e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-unlink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-up-arrow-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-up-arrow-alt.svg new file mode 100644 index 0000000..0271136 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-up-arrow-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-up-arrow-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-up-arrow-circle.svg new file mode 100644 index 0000000..4e7e867 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-up-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-up-arrow.svg b/lib/boxicons-2.1.4/svg/regular/bx-up-arrow.svg new file mode 100644 index 0000000..31e95a1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-up-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-upload.svg b/lib/boxicons-2.1.4/svg/regular/bx-upload.svg new file mode 100644 index 0000000..160b7be --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-upside-down.svg b/lib/boxicons-2.1.4/svg/regular/bx-upside-down.svg new file mode 100644 index 0000000..56d3611 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-upside-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-upvote.svg b/lib/boxicons-2.1.4/svg/regular/bx-upvote.svg new file mode 100644 index 0000000..c50c23f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-upvote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-usb.svg b/lib/boxicons-2.1.4/svg/regular/bx-usb.svg new file mode 100644 index 0000000..f05bc3e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-usb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-user-check.svg b/lib/boxicons-2.1.4/svg/regular/bx-user-check.svg new file mode 100644 index 0000000..6c7ebb9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-user-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-user-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-user-circle.svg new file mode 100644 index 0000000..ca44f35 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-user-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-user-minus.svg b/lib/boxicons-2.1.4/svg/regular/bx-user-minus.svg new file mode 100644 index 0000000..b32bd05 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-user-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-user-pin.svg b/lib/boxicons-2.1.4/svg/regular/bx-user-pin.svg new file mode 100644 index 0000000..18a878d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-user-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-user-plus.svg b/lib/boxicons-2.1.4/svg/regular/bx-user-plus.svg new file mode 100644 index 0000000..fdb1159 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-user-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-user-voice.svg b/lib/boxicons-2.1.4/svg/regular/bx-user-voice.svg new file mode 100644 index 0000000..7f9e420 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-user-voice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-user-x.svg b/lib/boxicons-2.1.4/svg/regular/bx-user-x.svg new file mode 100644 index 0000000..133ecb9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-user-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-user.svg b/lib/boxicons-2.1.4/svg/regular/bx-user.svg new file mode 100644 index 0000000..b877be0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-vector.svg b/lib/boxicons-2.1.4/svg/regular/bx-vector.svg new file mode 100644 index 0000000..80b518d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-vector.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-vertical-bottom.svg b/lib/boxicons-2.1.4/svg/regular/bx-vertical-bottom.svg new file mode 100644 index 0000000..a3290d2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-vertical-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-vertical-center.svg b/lib/boxicons-2.1.4/svg/regular/bx-vertical-center.svg new file mode 100644 index 0000000..0bce6ec --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-vertical-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-vertical-top.svg b/lib/boxicons-2.1.4/svg/regular/bx-vertical-top.svg new file mode 100644 index 0000000..a0028cd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-vertical-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-vial.svg b/lib/boxicons-2.1.4/svg/regular/bx-vial.svg new file mode 100644 index 0000000..ce0dfd0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-vial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-video-off.svg b/lib/boxicons-2.1.4/svg/regular/bx-video-off.svg new file mode 100644 index 0000000..91ad644 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-video-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-video-plus.svg b/lib/boxicons-2.1.4/svg/regular/bx-video-plus.svg new file mode 100644 index 0000000..ddc6397 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-video-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-video-recording.svg b/lib/boxicons-2.1.4/svg/regular/bx-video-recording.svg new file mode 100644 index 0000000..7e85712 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-video-recording.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-video.svg b/lib/boxicons-2.1.4/svg/regular/bx-video.svg new file mode 100644 index 0000000..6dbadc5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-voicemail.svg b/lib/boxicons-2.1.4/svg/regular/bx-voicemail.svg new file mode 100644 index 0000000..7832259 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-voicemail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-volume-full.svg b/lib/boxicons-2.1.4/svg/regular/bx-volume-full.svg new file mode 100644 index 0000000..41d5972 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-volume-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-volume-low.svg b/lib/boxicons-2.1.4/svg/regular/bx-volume-low.svg new file mode 100644 index 0000000..ed015fb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-volume-low.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-volume-mute.svg b/lib/boxicons-2.1.4/svg/regular/bx-volume-mute.svg new file mode 100644 index 0000000..d1b4b94 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-volume-mute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-volume.svg b/lib/boxicons-2.1.4/svg/regular/bx-volume.svg new file mode 100644 index 0000000..8d4bd12 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-volume.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-walk.svg b/lib/boxicons-2.1.4/svg/regular/bx-walk.svg new file mode 100644 index 0000000..052c3a4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-walk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-wallet-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-wallet-alt.svg new file mode 100644 index 0000000..5c1ade6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-wallet-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-wallet.svg b/lib/boxicons-2.1.4/svg/regular/bx-wallet.svg new file mode 100644 index 0000000..81e69ae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-water.svg b/lib/boxicons-2.1.4/svg/regular/bx-water.svg new file mode 100644 index 0000000..4fb00cf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-water.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-webcam.svg b/lib/boxicons-2.1.4/svg/regular/bx-webcam.svg new file mode 100644 index 0000000..d333aca --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-webcam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-wifi-0.svg b/lib/boxicons-2.1.4/svg/regular/bx-wifi-0.svg new file mode 100644 index 0000000..ac11522 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-wifi-0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-wifi-1.svg b/lib/boxicons-2.1.4/svg/regular/bx-wifi-1.svg new file mode 100644 index 0000000..5a14cc8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-wifi-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-wifi-2.svg b/lib/boxicons-2.1.4/svg/regular/bx-wifi-2.svg new file mode 100644 index 0000000..6a845a0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-wifi-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-wifi-off.svg b/lib/boxicons-2.1.4/svg/regular/bx-wifi-off.svg new file mode 100644 index 0000000..b3cccdb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-wifi-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-wifi.svg b/lib/boxicons-2.1.4/svg/regular/bx-wifi.svg new file mode 100644 index 0000000..7c971df --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-wifi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-wind.svg b/lib/boxicons-2.1.4/svg/regular/bx-wind.svg new file mode 100644 index 0000000..1cc0c2b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-wind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-window-alt.svg b/lib/boxicons-2.1.4/svg/regular/bx-window-alt.svg new file mode 100644 index 0000000..3f41520 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-window-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-window-close.svg b/lib/boxicons-2.1.4/svg/regular/bx-window-close.svg new file mode 100644 index 0000000..c9abb10 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-window-close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-window-open.svg b/lib/boxicons-2.1.4/svg/regular/bx-window-open.svg new file mode 100644 index 0000000..262fbc4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-window-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-window.svg b/lib/boxicons-2.1.4/svg/regular/bx-window.svg new file mode 100644 index 0000000..74c8b6c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-window.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-windows.svg b/lib/boxicons-2.1.4/svg/regular/bx-windows.svg new file mode 100644 index 0000000..9d99e82 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-windows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-wine.svg b/lib/boxicons-2.1.4/svg/regular/bx-wine.svg new file mode 100644 index 0000000..fe76595 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-wine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-wink-smile.svg b/lib/boxicons-2.1.4/svg/regular/bx-wink-smile.svg new file mode 100644 index 0000000..dba4409 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-wink-smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-wink-tongue.svg b/lib/boxicons-2.1.4/svg/regular/bx-wink-tongue.svg new file mode 100644 index 0000000..41f1cff --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-wink-tongue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-won.svg b/lib/boxicons-2.1.4/svg/regular/bx-won.svg new file mode 100644 index 0000000..f3fe6b1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-won.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-world.svg b/lib/boxicons-2.1.4/svg/regular/bx-world.svg new file mode 100644 index 0000000..2b6e637 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-world.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-wrench.svg b/lib/boxicons-2.1.4/svg/regular/bx-wrench.svg new file mode 100644 index 0000000..0190026 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-wrench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-x-circle.svg b/lib/boxicons-2.1.4/svg/regular/bx-x-circle.svg new file mode 100644 index 0000000..408121b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-x-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-x.svg b/lib/boxicons-2.1.4/svg/regular/bx-x.svg new file mode 100644 index 0000000..796c145 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-yen.svg b/lib/boxicons-2.1.4/svg/regular/bx-yen.svg new file mode 100644 index 0000000..96080c3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-yen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-zoom-in.svg b/lib/boxicons-2.1.4/svg/regular/bx-zoom-in.svg new file mode 100644 index 0000000..1118e01 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-zoom-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/regular/bx-zoom-out.svg b/lib/boxicons-2.1.4/svg/regular/bx-zoom-out.svg new file mode 100644 index 0000000..b313a0b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/regular/bx-zoom-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-add-to-queue.svg b/lib/boxicons-2.1.4/svg/solid/bxs-add-to-queue.svg new file mode 100644 index 0000000..d28a7df --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-add-to-queue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-adjust-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-adjust-alt.svg new file mode 100644 index 0000000..64cc00c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-adjust-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-adjust.svg b/lib/boxicons-2.1.4/svg/solid/bxs-adjust.svg new file mode 100644 index 0000000..8e55e87 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-adjust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-alarm-add.svg b/lib/boxicons-2.1.4/svg/solid/bxs-alarm-add.svg new file mode 100644 index 0000000..e684502 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-alarm-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-alarm-exclamation.svg b/lib/boxicons-2.1.4/svg/solid/bxs-alarm-exclamation.svg new file mode 100644 index 0000000..aed5774 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-alarm-exclamation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-alarm-off.svg b/lib/boxicons-2.1.4/svg/solid/bxs-alarm-off.svg new file mode 100644 index 0000000..1c51e3b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-alarm-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-alarm-snooze.svg b/lib/boxicons-2.1.4/svg/solid/bxs-alarm-snooze.svg new file mode 100644 index 0000000..061aac3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-alarm-snooze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-alarm.svg b/lib/boxicons-2.1.4/svg/solid/bxs-alarm.svg new file mode 100644 index 0000000..569ccb9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-alarm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-album.svg b/lib/boxicons-2.1.4/svg/solid/bxs-album.svg new file mode 100644 index 0000000..8283451 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-album.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-ambulance.svg b/lib/boxicons-2.1.4/svg/solid/bxs-ambulance.svg new file mode 100644 index 0000000..4e24e5f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-ambulance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-analyse.svg b/lib/boxicons-2.1.4/svg/solid/bxs-analyse.svg new file mode 100644 index 0000000..1219c96 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-analyse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-angry.svg b/lib/boxicons-2.1.4/svg/solid/bxs-angry.svg new file mode 100644 index 0000000..b2ce76d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-angry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-arch.svg b/lib/boxicons-2.1.4/svg/solid/bxs-arch.svg new file mode 100644 index 0000000..7b09be3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-arch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-archive-in.svg b/lib/boxicons-2.1.4/svg/solid/bxs-archive-in.svg new file mode 100644 index 0000000..a62c01d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-archive-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-archive-out.svg b/lib/boxicons-2.1.4/svg/solid/bxs-archive-out.svg new file mode 100644 index 0000000..3eddab4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-archive-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-archive.svg b/lib/boxicons-2.1.4/svg/solid/bxs-archive.svg new file mode 100644 index 0000000..98af369 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-area.svg b/lib/boxicons-2.1.4/svg/solid/bxs-area.svg new file mode 100644 index 0000000..a08f583 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-area.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-arrow-from-bottom.svg b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-from-bottom.svg new file mode 100644 index 0000000..ba3725b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-from-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-arrow-from-left.svg b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-from-left.svg new file mode 100644 index 0000000..d9e53e4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-from-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-arrow-from-right.svg b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-from-right.svg new file mode 100644 index 0000000..8b9867f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-from-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-arrow-from-top.svg b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-from-top.svg new file mode 100644 index 0000000..6493600 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-from-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-arrow-to-bottom.svg b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-to-bottom.svg new file mode 100644 index 0000000..3f9822c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-to-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-arrow-to-left.svg b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-to-left.svg new file mode 100644 index 0000000..daeaa06 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-to-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-arrow-to-right.svg b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-to-right.svg new file mode 100644 index 0000000..540e158 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-to-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-arrow-to-top.svg b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-to-top.svg new file mode 100644 index 0000000..3b2d88d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-arrow-to-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-award.svg b/lib/boxicons-2.1.4/svg/solid/bxs-award.svg new file mode 100644 index 0000000..89cfab8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-award.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-baby-carriage.svg b/lib/boxicons-2.1.4/svg/solid/bxs-baby-carriage.svg new file mode 100644 index 0000000..4fc52d9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-baby-carriage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-backpack.svg b/lib/boxicons-2.1.4/svg/solid/bxs-backpack.svg new file mode 100644 index 0000000..c313a6b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-backpack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-badge-check.svg b/lib/boxicons-2.1.4/svg/solid/bxs-badge-check.svg new file mode 100644 index 0000000..ea9ef4e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-badge-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-badge-dollar.svg b/lib/boxicons-2.1.4/svg/solid/bxs-badge-dollar.svg new file mode 100644 index 0000000..8bca342 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-badge-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-badge.svg b/lib/boxicons-2.1.4/svg/solid/bxs-badge.svg new file mode 100644 index 0000000..5eac78a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-baguette.svg b/lib/boxicons-2.1.4/svg/solid/bxs-baguette.svg new file mode 100644 index 0000000..5f9c324 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-baguette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-ball.svg b/lib/boxicons-2.1.4/svg/solid/bxs-ball.svg new file mode 100644 index 0000000..a8f6d78 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-balloon.svg b/lib/boxicons-2.1.4/svg/solid/bxs-balloon.svg new file mode 100644 index 0000000..e935150 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-balloon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-band-aid.svg b/lib/boxicons-2.1.4/svg/solid/bxs-band-aid.svg new file mode 100644 index 0000000..01033b8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-band-aid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bank.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bank.svg new file mode 100644 index 0000000..b548a23 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bar-chart-alt-2.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bar-chart-alt-2.svg new file mode 100644 index 0000000..9a08077 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bar-chart-alt-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bar-chart-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bar-chart-square.svg new file mode 100644 index 0000000..1fa6948 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bar-chart-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-barcode.svg b/lib/boxicons-2.1.4/svg/solid/bxs-barcode.svg new file mode 100644 index 0000000..80f9a9b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-barcode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-baseball.svg b/lib/boxicons-2.1.4/svg/solid/bxs-baseball.svg new file mode 100644 index 0000000..6f80ac6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-baseball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-basket.svg b/lib/boxicons-2.1.4/svg/solid/bxs-basket.svg new file mode 100644 index 0000000..ba694d6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-basketball.svg b/lib/boxicons-2.1.4/svg/solid/bxs-basketball.svg new file mode 100644 index 0000000..fe8f1d0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-basketball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bath.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bath.svg new file mode 100644 index 0000000..a6a32c4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-battery-charging.svg b/lib/boxicons-2.1.4/svg/solid/bxs-battery-charging.svg new file mode 100644 index 0000000..726c24c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-battery-charging.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-battery-full.svg b/lib/boxicons-2.1.4/svg/solid/bxs-battery-full.svg new file mode 100644 index 0000000..df47d27 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-battery-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-battery-low.svg b/lib/boxicons-2.1.4/svg/solid/bxs-battery-low.svg new file mode 100644 index 0000000..f6c86e4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-battery-low.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-battery.svg b/lib/boxicons-2.1.4/svg/solid/bxs-battery.svg new file mode 100644 index 0000000..00ace23 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bed.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bed.svg new file mode 100644 index 0000000..c3c53ae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-been-here.svg b/lib/boxicons-2.1.4/svg/solid/bxs-been-here.svg new file mode 100644 index 0000000..dcd7f47 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-been-here.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-beer.svg b/lib/boxicons-2.1.4/svg/solid/bxs-beer.svg new file mode 100644 index 0000000..3b35781 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-beer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bell-minus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bell-minus.svg new file mode 100644 index 0000000..4c00bcf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bell-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bell-off.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bell-off.svg new file mode 100644 index 0000000..545ccae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bell-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bell-plus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bell-plus.svg new file mode 100644 index 0000000..7483910 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bell-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bell-ring.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bell-ring.svg new file mode 100644 index 0000000..5b7d99a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bell-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bell.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bell.svg new file mode 100644 index 0000000..d095a8e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bible.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bible.svg new file mode 100644 index 0000000..24da41b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-binoculars.svg b/lib/boxicons-2.1.4/svg/solid/bxs-binoculars.svg new file mode 100644 index 0000000..b6bf235 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-binoculars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-blanket.svg b/lib/boxicons-2.1.4/svg/solid/bxs-blanket.svg new file mode 100644 index 0000000..bf0bade --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-blanket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bolt-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bolt-circle.svg new file mode 100644 index 0000000..cb928f5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bolt-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bolt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bolt.svg new file mode 100644 index 0000000..cc5a6eb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bomb.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bomb.svg new file mode 100644 index 0000000..d6e9f05 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bone.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bone.svg new file mode 100644 index 0000000..328f41c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bong.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bong.svg new file mode 100644 index 0000000..7eb0406 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bong.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-book-add.svg b/lib/boxicons-2.1.4/svg/solid/bxs-book-add.svg new file mode 100644 index 0000000..a35af07 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-book-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-book-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-book-alt.svg new file mode 100644 index 0000000..4895b7f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-book-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-book-bookmark.svg b/lib/boxicons-2.1.4/svg/solid/bxs-book-bookmark.svg new file mode 100644 index 0000000..a18526c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-book-bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-book-content.svg b/lib/boxicons-2.1.4/svg/solid/bxs-book-content.svg new file mode 100644 index 0000000..06337be --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-book-content.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-book-heart.svg b/lib/boxicons-2.1.4/svg/solid/bxs-book-heart.svg new file mode 100644 index 0000000..bedb030 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-book-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-book-open.svg b/lib/boxicons-2.1.4/svg/solid/bxs-book-open.svg new file mode 100644 index 0000000..cf7ec44 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-book-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-book-reader.svg b/lib/boxicons-2.1.4/svg/solid/bxs-book-reader.svg new file mode 100644 index 0000000..826fbeb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-book-reader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-book.svg b/lib/boxicons-2.1.4/svg/solid/bxs-book.svg new file mode 100644 index 0000000..9137dc9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-alt-minus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-alt-minus.svg new file mode 100644 index 0000000..ee8867a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-alt-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-alt-plus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-alt-plus.svg new file mode 100644 index 0000000..1e23e4e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-alt-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-alt.svg new file mode 100644 index 0000000..d1b4669 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-heart.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-heart.svg new file mode 100644 index 0000000..29a61ae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-minus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-minus.svg new file mode 100644 index 0000000..ef9fcaa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-plus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-plus.svg new file mode 100644 index 0000000..defb92d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-star.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-star.svg new file mode 100644 index 0000000..0d76824 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bookmark.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark.svg new file mode 100644 index 0000000..6c3e31f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bookmarks.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bookmarks.svg new file mode 100644 index 0000000..c83577d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bookmarks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bot.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bot.svg new file mode 100644 index 0000000..8d95570 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bowl-hot.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bowl-hot.svg new file mode 100644 index 0000000..f3d7686 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bowl-hot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bowl-rice.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bowl-rice.svg new file mode 100644 index 0000000..0ece7ef --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bowl-rice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bowling-ball.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bowling-ball.svg new file mode 100644 index 0000000..12e3f08 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bowling-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-box.svg b/lib/boxicons-2.1.4/svg/solid/bxs-box.svg new file mode 100644 index 0000000..1f90bfc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-brain.svg b/lib/boxicons-2.1.4/svg/solid/bxs-brain.svg new file mode 100644 index 0000000..1c2daa2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-brain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-briefcase-alt-2.svg b/lib/boxicons-2.1.4/svg/solid/bxs-briefcase-alt-2.svg new file mode 100644 index 0000000..93706ed --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-briefcase-alt-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-briefcase-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-briefcase-alt.svg new file mode 100644 index 0000000..fd143bb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-briefcase-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-briefcase.svg b/lib/boxicons-2.1.4/svg/solid/bxs-briefcase.svg new file mode 100644 index 0000000..bc7286e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-briefcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-brightness-half.svg b/lib/boxicons-2.1.4/svg/solid/bxs-brightness-half.svg new file mode 100644 index 0000000..436d9f6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-brightness-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-brightness.svg b/lib/boxicons-2.1.4/svg/solid/bxs-brightness.svg new file mode 100644 index 0000000..9430cff --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-brightness.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-brush-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-brush-alt.svg new file mode 100644 index 0000000..2efb645 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-brush-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-brush.svg b/lib/boxicons-2.1.4/svg/solid/bxs-brush.svg new file mode 100644 index 0000000..950df15 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bug-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bug-alt.svg new file mode 100644 index 0000000..f142a80 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bug-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bug.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bug.svg new file mode 100644 index 0000000..89b710c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-building-house.svg b/lib/boxicons-2.1.4/svg/solid/bxs-building-house.svg new file mode 100644 index 0000000..fb15828 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-building-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-building.svg b/lib/boxicons-2.1.4/svg/solid/bxs-building.svg new file mode 100644 index 0000000..8f66216 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-building.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-buildings.svg b/lib/boxicons-2.1.4/svg/solid/bxs-buildings.svg new file mode 100644 index 0000000..d8f61bf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-buildings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bulb.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bulb.svg new file mode 100644 index 0000000..8c29e41 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bullseye.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bullseye.svg new file mode 100644 index 0000000..e89ff81 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bullseye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-buoy.svg b/lib/boxicons-2.1.4/svg/solid/bxs-buoy.svg new file mode 100644 index 0000000..7f08330 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-buoy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bus-school.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bus-school.svg new file mode 100644 index 0000000..2aaa221 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bus-school.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-bus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-bus.svg new file mode 100644 index 0000000..a46289e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-bus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-business.svg b/lib/boxicons-2.1.4/svg/solid/bxs-business.svg new file mode 100644 index 0000000..511a571 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-business.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cabinet.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cabinet.svg new file mode 100644 index 0000000..3c634d3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cabinet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cable-car.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cable-car.svg new file mode 100644 index 0000000..652e94c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cable-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cake.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cake.svg new file mode 100644 index 0000000..9f9cd6e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-calculator.svg b/lib/boxicons-2.1.4/svg/solid/bxs-calculator.svg new file mode 100644 index 0000000..e3d9fb6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-calculator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-calendar-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-alt.svg new file mode 100644 index 0000000..53b1b98 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-calendar-check.svg b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-check.svg new file mode 100644 index 0000000..c6f1407 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-calendar-edit.svg b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-edit.svg new file mode 100644 index 0000000..425607a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-calendar-event.svg b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-event.svg new file mode 100644 index 0000000..382b718 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-event.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-calendar-exclamation.svg b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-exclamation.svg new file mode 100644 index 0000000..5a1231b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-exclamation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-calendar-heart.svg b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-heart.svg new file mode 100644 index 0000000..e7ccb6b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-calendar-minus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-minus.svg new file mode 100644 index 0000000..75ecdcc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-calendar-plus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-plus.svg new file mode 100644 index 0000000..6877dc0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-calendar-star.svg b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-star.svg new file mode 100644 index 0000000..40b21f0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-calendar-week.svg b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-week.svg new file mode 100644 index 0000000..1da434e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-week.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-calendar-x.svg b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-x.svg new file mode 100644 index 0000000..3272864 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-calendar-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-calendar.svg b/lib/boxicons-2.1.4/svg/solid/bxs-calendar.svg new file mode 100644 index 0000000..5b809dc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-camera-home.svg b/lib/boxicons-2.1.4/svg/solid/bxs-camera-home.svg new file mode 100644 index 0000000..22b55fd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-camera-home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-camera-movie.svg b/lib/boxicons-2.1.4/svg/solid/bxs-camera-movie.svg new file mode 100644 index 0000000..4513bfa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-camera-movie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-camera-off.svg b/lib/boxicons-2.1.4/svg/solid/bxs-camera-off.svg new file mode 100644 index 0000000..29c4484 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-camera-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-camera-plus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-camera-plus.svg new file mode 100644 index 0000000..b6cce7b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-camera-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-camera.svg b/lib/boxicons-2.1.4/svg/solid/bxs-camera.svg new file mode 100644 index 0000000..a335a74 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-capsule.svg b/lib/boxicons-2.1.4/svg/solid/bxs-capsule.svg new file mode 100644 index 0000000..5c9f8e9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-capsule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-captions.svg b/lib/boxicons-2.1.4/svg/solid/bxs-captions.svg new file mode 100644 index 0000000..46f6647 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-captions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-car-battery.svg b/lib/boxicons-2.1.4/svg/solid/bxs-car-battery.svg new file mode 100644 index 0000000..adc1d34 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-car-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-car-crash.svg b/lib/boxicons-2.1.4/svg/solid/bxs-car-crash.svg new file mode 100644 index 0000000..0bfe8dd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-car-crash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-car-garage.svg b/lib/boxicons-2.1.4/svg/solid/bxs-car-garage.svg new file mode 100644 index 0000000..58adbec --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-car-garage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-car-mechanic.svg b/lib/boxicons-2.1.4/svg/solid/bxs-car-mechanic.svg new file mode 100644 index 0000000..e86def5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-car-mechanic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-car-wash.svg b/lib/boxicons-2.1.4/svg/solid/bxs-car-wash.svg new file mode 100644 index 0000000..7d58e91 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-car-wash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-car.svg b/lib/boxicons-2.1.4/svg/solid/bxs-car.svg new file mode 100644 index 0000000..eb0843e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-card.svg b/lib/boxicons-2.1.4/svg/solid/bxs-card.svg new file mode 100644 index 0000000..54fea96 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-caret-down-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-caret-down-circle.svg new file mode 100644 index 0000000..c5c38d3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-caret-down-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-caret-down-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-caret-down-square.svg new file mode 100644 index 0000000..22ff32c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-caret-down-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-caret-left-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-caret-left-circle.svg new file mode 100644 index 0000000..df986c2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-caret-left-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-caret-left-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-caret-left-square.svg new file mode 100644 index 0000000..46f4c0b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-caret-left-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-caret-right-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-caret-right-circle.svg new file mode 100644 index 0000000..f0b6e5a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-caret-right-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-caret-right-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-caret-right-square.svg new file mode 100644 index 0000000..32ad069 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-caret-right-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-caret-up-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-caret-up-circle.svg new file mode 100644 index 0000000..f244c31 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-caret-up-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-caret-up-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-caret-up-square.svg new file mode 100644 index 0000000..1e40660 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-caret-up-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-carousel.svg b/lib/boxicons-2.1.4/svg/solid/bxs-carousel.svg new file mode 100644 index 0000000..2e702ae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-carousel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cart-add.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cart-add.svg new file mode 100644 index 0000000..f4a1d15 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cart-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cart-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cart-alt.svg new file mode 100644 index 0000000..b876d28 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cart-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cart-download.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cart-download.svg new file mode 100644 index 0000000..e4dc234 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cart-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cart.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cart.svg new file mode 100644 index 0000000..0dcc7ce --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-castle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-castle.svg new file mode 100644 index 0000000..6a85118 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-castle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cat.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cat.svg new file mode 100644 index 0000000..0f93ad3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-category-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-category-alt.svg new file mode 100644 index 0000000..3ceb594 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-category-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-category.svg b/lib/boxicons-2.1.4/svg/solid/bxs-category.svg new file mode 100644 index 0000000..f12cd11 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-category.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cctv.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cctv.svg new file mode 100644 index 0000000..6dad4a1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cctv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-certification.svg b/lib/boxicons-2.1.4/svg/solid/bxs-certification.svg new file mode 100644 index 0000000..c68772f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-certification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chalkboard.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chalkboard.svg new file mode 100644 index 0000000..8058756 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chalkboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chart.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chart.svg new file mode 100644 index 0000000..b16249d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chat.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chat.svg new file mode 100644 index 0000000..a3ac55f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-check-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-check-circle.svg new file mode 100644 index 0000000..3d24c59 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-check-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-check-shield.svg b/lib/boxicons-2.1.4/svg/solid/bxs-check-shield.svg new file mode 100644 index 0000000..ea815fa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-check-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-check-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-check-square.svg new file mode 100644 index 0000000..44b27a1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-check-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-checkbox-checked.svg b/lib/boxicons-2.1.4/svg/solid/bxs-checkbox-checked.svg new file mode 100644 index 0000000..def8c60 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-checkbox-checked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-checkbox-minus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-checkbox-minus.svg new file mode 100644 index 0000000..e95565d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-checkbox-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-checkbox.svg b/lib/boxicons-2.1.4/svg/solid/bxs-checkbox.svg new file mode 100644 index 0000000..47e9e00 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-checkbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cheese.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cheese.svg new file mode 100644 index 0000000..ef2506a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cheese.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chess.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chess.svg new file mode 100644 index 0000000..b0f9105 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chess.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevron-down-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-down-circle.svg new file mode 100644 index 0000000..0ec3b89 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-down-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevron-down-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-down-square.svg new file mode 100644 index 0000000..6031236 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-down-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevron-down.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-down.svg new file mode 100644 index 0000000..1bf6be9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevron-left-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-left-circle.svg new file mode 100644 index 0000000..1e6bd8d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-left-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevron-left-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-left-square.svg new file mode 100644 index 0000000..317cca3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-left-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevron-left.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-left.svg new file mode 100644 index 0000000..d52c5f4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevron-right-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-right-circle.svg new file mode 100644 index 0000000..2366fb1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-right-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevron-right-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-right-square.svg new file mode 100644 index 0000000..4ca63ee --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-right-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevron-right.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-right.svg new file mode 100644 index 0000000..670e11a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevron-up-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-up-circle.svg new file mode 100644 index 0000000..438422a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-up-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevron-up-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-up-square.svg new file mode 100644 index 0000000..8ceedc0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-up-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevron-up.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-up.svg new file mode 100644 index 0000000..06182eb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevron-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevrons-down.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevrons-down.svg new file mode 100644 index 0000000..f77ae36 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevrons-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevrons-left.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevrons-left.svg new file mode 100644 index 0000000..e4a7747 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevrons-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevrons-right.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevrons-right.svg new file mode 100644 index 0000000..6567ce2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevrons-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chevrons-up.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chevrons-up.svg new file mode 100644 index 0000000..9b8fea5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chevrons-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-chip.svg b/lib/boxicons-2.1.4/svg/solid/bxs-chip.svg new file mode 100644 index 0000000..c28abc2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-chip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-church.svg b/lib/boxicons-2.1.4/svg/solid/bxs-church.svg new file mode 100644 index 0000000..e113116 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-church.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-circle-half.svg b/lib/boxicons-2.1.4/svg/solid/bxs-circle-half.svg new file mode 100644 index 0000000..38407b2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-circle-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-circle-quarter.svg b/lib/boxicons-2.1.4/svg/solid/bxs-circle-quarter.svg new file mode 100644 index 0000000..debb959 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-circle-quarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-circle-three-quarter.svg b/lib/boxicons-2.1.4/svg/solid/bxs-circle-three-quarter.svg new file mode 100644 index 0000000..3a985cb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-circle-three-quarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-circle.svg new file mode 100644 index 0000000..d499cc1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-city.svg b/lib/boxicons-2.1.4/svg/solid/bxs-city.svg new file mode 100644 index 0000000..aa40a94 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-city.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-clinic.svg b/lib/boxicons-2.1.4/svg/solid/bxs-clinic.svg new file mode 100644 index 0000000..b56d666 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-clinic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cloud-download.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cloud-download.svg new file mode 100644 index 0000000..e525b9e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cloud-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cloud-lightning.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cloud-lightning.svg new file mode 100644 index 0000000..18eaa8e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cloud-lightning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cloud-rain.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cloud-rain.svg new file mode 100644 index 0000000..2197232 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cloud-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cloud-upload.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cloud-upload.svg new file mode 100644 index 0000000..d827ea0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cloud-upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cloud.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cloud.svg new file mode 100644 index 0000000..e329524 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-coffee-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-coffee-alt.svg new file mode 100644 index 0000000..924f0d0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-coffee-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-coffee-bean.svg b/lib/boxicons-2.1.4/svg/solid/bxs-coffee-bean.svg new file mode 100644 index 0000000..73d5ef8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-coffee-bean.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-coffee-togo.svg b/lib/boxicons-2.1.4/svg/solid/bxs-coffee-togo.svg new file mode 100644 index 0000000..500c99d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-coffee-togo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-coffee.svg b/lib/boxicons-2.1.4/svg/solid/bxs-coffee.svg new file mode 100644 index 0000000..305ca3c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-coffee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cog.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cog.svg new file mode 100644 index 0000000..28fdd44 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-coin-stack.svg b/lib/boxicons-2.1.4/svg/solid/bxs-coin-stack.svg new file mode 100644 index 0000000..bb24e9e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-coin-stack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-coin.svg b/lib/boxicons-2.1.4/svg/solid/bxs-coin.svg new file mode 100644 index 0000000..d83cf1a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-coin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-collection.svg b/lib/boxicons-2.1.4/svg/solid/bxs-collection.svg new file mode 100644 index 0000000..6f3f6ff --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-collection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-color-fill.svg b/lib/boxicons-2.1.4/svg/solid/bxs-color-fill.svg new file mode 100644 index 0000000..67da13a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-color-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-color.svg b/lib/boxicons-2.1.4/svg/solid/bxs-color.svg new file mode 100644 index 0000000..e83c578 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-comment-add.svg b/lib/boxicons-2.1.4/svg/solid/bxs-comment-add.svg new file mode 100644 index 0000000..6812e59 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-comment-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-comment-check.svg b/lib/boxicons-2.1.4/svg/solid/bxs-comment-check.svg new file mode 100644 index 0000000..a9899f8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-comment-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-comment-detail.svg b/lib/boxicons-2.1.4/svg/solid/bxs-comment-detail.svg new file mode 100644 index 0000000..72f104b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-comment-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-comment-dots.svg b/lib/boxicons-2.1.4/svg/solid/bxs-comment-dots.svg new file mode 100644 index 0000000..9c41a77 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-comment-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-comment-edit.svg b/lib/boxicons-2.1.4/svg/solid/bxs-comment-edit.svg new file mode 100644 index 0000000..3054f35 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-comment-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-comment-error.svg b/lib/boxicons-2.1.4/svg/solid/bxs-comment-error.svg new file mode 100644 index 0000000..4e79b15 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-comment-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-comment-minus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-comment-minus.svg new file mode 100644 index 0000000..1a25ae0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-comment-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-comment-x.svg b/lib/boxicons-2.1.4/svg/solid/bxs-comment-x.svg new file mode 100644 index 0000000..49e7b02 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-comment-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-comment.svg b/lib/boxicons-2.1.4/svg/solid/bxs-comment.svg new file mode 100644 index 0000000..ad6ef30 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-compass.svg b/lib/boxicons-2.1.4/svg/solid/bxs-compass.svg new file mode 100644 index 0000000..d273466 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-component.svg b/lib/boxicons-2.1.4/svg/solid/bxs-component.svg new file mode 100644 index 0000000..ef5d19a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-component.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-confused.svg b/lib/boxicons-2.1.4/svg/solid/bxs-confused.svg new file mode 100644 index 0000000..4de45a2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-confused.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-contact.svg b/lib/boxicons-2.1.4/svg/solid/bxs-contact.svg new file mode 100644 index 0000000..d5224e8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-contact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-conversation.svg b/lib/boxicons-2.1.4/svg/solid/bxs-conversation.svg new file mode 100644 index 0000000..b988b43 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-conversation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cookie.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cookie.svg new file mode 100644 index 0000000..9fc4da3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cookie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cool.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cool.svg new file mode 100644 index 0000000..98505fb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-copy-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-copy-alt.svg new file mode 100644 index 0000000..fbdf955 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-copy-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-copy.svg b/lib/boxicons-2.1.4/svg/solid/bxs-copy.svg new file mode 100644 index 0000000..c820396 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-copyright.svg b/lib/boxicons-2.1.4/svg/solid/bxs-copyright.svg new file mode 100644 index 0000000..aece209 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-copyright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-coupon.svg b/lib/boxicons-2.1.4/svg/solid/bxs-coupon.svg new file mode 100644 index 0000000..257b7cf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-coupon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-credit-card-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-credit-card-alt.svg new file mode 100644 index 0000000..b1509af --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-credit-card-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-credit-card-front.svg b/lib/boxicons-2.1.4/svg/solid/bxs-credit-card-front.svg new file mode 100644 index 0000000..2d27a2d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-credit-card-front.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-credit-card.svg b/lib/boxicons-2.1.4/svg/solid/bxs-credit-card.svg new file mode 100644 index 0000000..9718977 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cricket-ball.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cricket-ball.svg new file mode 100644 index 0000000..9472bb6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cricket-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-crop.svg b/lib/boxicons-2.1.4/svg/solid/bxs-crop.svg new file mode 100644 index 0000000..7d90abd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-crop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-crown.svg b/lib/boxicons-2.1.4/svg/solid/bxs-crown.svg new file mode 100644 index 0000000..73ba614 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cube-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cube-alt.svg new file mode 100644 index 0000000..b72ce99 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cube-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cube.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cube.svg new file mode 100644 index 0000000..b05fa6e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cuboid.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cuboid.svg new file mode 100644 index 0000000..78eab43 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cuboid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-customize.svg b/lib/boxicons-2.1.4/svg/solid/bxs-customize.svg new file mode 100644 index 0000000..c107fac --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-customize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-cylinder.svg b/lib/boxicons-2.1.4/svg/solid/bxs-cylinder.svg new file mode 100644 index 0000000..65179cd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-cylinder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dashboard.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dashboard.svg new file mode 100644 index 0000000..37c163f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dashboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-data.svg b/lib/boxicons-2.1.4/svg/solid/bxs-data.svg new file mode 100644 index 0000000..1899609 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-detail.svg b/lib/boxicons-2.1.4/svg/solid/bxs-detail.svg new file mode 100644 index 0000000..e255386 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-devices.svg b/lib/boxicons-2.1.4/svg/solid/bxs-devices.svg new file mode 100644 index 0000000..172b830 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-devices.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-diamond.svg b/lib/boxicons-2.1.4/svg/solid/bxs-diamond.svg new file mode 100644 index 0000000..6a9351c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-diamond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dice-1.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dice-1.svg new file mode 100644 index 0000000..914a600 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dice-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dice-2.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dice-2.svg new file mode 100644 index 0000000..75db597 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dice-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dice-3.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dice-3.svg new file mode 100644 index 0000000..1ec81d7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dice-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dice-4.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dice-4.svg new file mode 100644 index 0000000..0a2d349 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dice-4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dice-5.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dice-5.svg new file mode 100644 index 0000000..84a1761 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dice-5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dice-6.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dice-6.svg new file mode 100644 index 0000000..2ab8e71 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dice-6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-direction-left.svg b/lib/boxicons-2.1.4/svg/solid/bxs-direction-left.svg new file mode 100644 index 0000000..023267e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-direction-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-direction-right.svg b/lib/boxicons-2.1.4/svg/solid/bxs-direction-right.svg new file mode 100644 index 0000000..6024147 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-direction-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-directions.svg b/lib/boxicons-2.1.4/svg/solid/bxs-directions.svg new file mode 100644 index 0000000..b8c4894 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-directions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-disc.svg b/lib/boxicons-2.1.4/svg/solid/bxs-disc.svg new file mode 100644 index 0000000..b911022 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-discount.svg b/lib/boxicons-2.1.4/svg/solid/bxs-discount.svg new file mode 100644 index 0000000..956b4e7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-discount.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dish.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dish.svg new file mode 100644 index 0000000..bca5727 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dislike.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dislike.svg new file mode 100644 index 0000000..e068383 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dislike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dizzy.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dizzy.svg new file mode 100644 index 0000000..3660fc4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dizzy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dock-bottom.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dock-bottom.svg new file mode 100644 index 0000000..7dc7612 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dock-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dock-left.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dock-left.svg new file mode 100644 index 0000000..86d37cd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dock-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dock-right.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dock-right.svg new file mode 100644 index 0000000..27d7f01 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dock-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dock-top.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dock-top.svg new file mode 100644 index 0000000..ca6e436 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dock-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dog.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dog.svg new file mode 100644 index 0000000..fcb7196 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dollar-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dollar-circle.svg new file mode 100644 index 0000000..11b9b44 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dollar-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-donate-blood.svg b/lib/boxicons-2.1.4/svg/solid/bxs-donate-blood.svg new file mode 100644 index 0000000..ca3c097 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-donate-blood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-donate-heart.svg b/lib/boxicons-2.1.4/svg/solid/bxs-donate-heart.svg new file mode 100644 index 0000000..79da5e6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-donate-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-door-open.svg b/lib/boxicons-2.1.4/svg/solid/bxs-door-open.svg new file mode 100644 index 0000000..29f21b6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-door-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-doughnut-chart.svg b/lib/boxicons-2.1.4/svg/solid/bxs-doughnut-chart.svg new file mode 100644 index 0000000..139f479 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-doughnut-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-down-arrow-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-down-arrow-alt.svg new file mode 100644 index 0000000..31e586d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-down-arrow-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-down-arrow-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-down-arrow-circle.svg new file mode 100644 index 0000000..c9f9e6a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-down-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-down-arrow-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-down-arrow-square.svg new file mode 100644 index 0000000..5d0910b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-down-arrow-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-down-arrow.svg b/lib/boxicons-2.1.4/svg/solid/bxs-down-arrow.svg new file mode 100644 index 0000000..26fd79e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-down-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-download.svg b/lib/boxicons-2.1.4/svg/solid/bxs-download.svg new file mode 100644 index 0000000..9d45998 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-downvote.svg b/lib/boxicons-2.1.4/svg/solid/bxs-downvote.svg new file mode 100644 index 0000000..0417615 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-downvote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-drink.svg b/lib/boxicons-2.1.4/svg/solid/bxs-drink.svg new file mode 100644 index 0000000..1cff4cf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-drink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-droplet-half.svg b/lib/boxicons-2.1.4/svg/solid/bxs-droplet-half.svg new file mode 100644 index 0000000..24fc7ae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-droplet-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-droplet.svg b/lib/boxicons-2.1.4/svg/solid/bxs-droplet.svg new file mode 100644 index 0000000..5b80d3c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-droplet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-dryer.svg b/lib/boxicons-2.1.4/svg/solid/bxs-dryer.svg new file mode 100644 index 0000000..d76e6e3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-dryer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-duplicate.svg b/lib/boxicons-2.1.4/svg/solid/bxs-duplicate.svg new file mode 100644 index 0000000..aa9c273 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-duplicate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-edit-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-edit-alt.svg new file mode 100644 index 0000000..993df9f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-edit-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-edit-location.svg b/lib/boxicons-2.1.4/svg/solid/bxs-edit-location.svg new file mode 100644 index 0000000..d9e1219 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-edit-location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-edit.svg b/lib/boxicons-2.1.4/svg/solid/bxs-edit.svg new file mode 100644 index 0000000..a99d81e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-eject.svg b/lib/boxicons-2.1.4/svg/solid/bxs-eject.svg new file mode 100644 index 0000000..7b75769 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-eject.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-envelope-open.svg b/lib/boxicons-2.1.4/svg/solid/bxs-envelope-open.svg new file mode 100644 index 0000000..e014d00 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-envelope-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-envelope.svg b/lib/boxicons-2.1.4/svg/solid/bxs-envelope.svg new file mode 100644 index 0000000..96f136b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-eraser.svg b/lib/boxicons-2.1.4/svg/solid/bxs-eraser.svg new file mode 100644 index 0000000..75005d8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-eraser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-error-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-error-alt.svg new file mode 100644 index 0000000..6d8c371 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-error-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-error-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-error-circle.svg new file mode 100644 index 0000000..72553cc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-error-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-error.svg b/lib/boxicons-2.1.4/svg/solid/bxs-error.svg new file mode 100644 index 0000000..ab729a0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-ev-station.svg b/lib/boxicons-2.1.4/svg/solid/bxs-ev-station.svg new file mode 100644 index 0000000..2b77a40 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-ev-station.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-exit.svg b/lib/boxicons-2.1.4/svg/solid/bxs-exit.svg new file mode 100644 index 0000000..ef8652e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-exit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-extension.svg b/lib/boxicons-2.1.4/svg/solid/bxs-extension.svg new file mode 100644 index 0000000..6fe6098 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-extension.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-eyedropper.svg b/lib/boxicons-2.1.4/svg/solid/bxs-eyedropper.svg new file mode 100644 index 0000000..a89ead5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-eyedropper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-face-mask.svg b/lib/boxicons-2.1.4/svg/solid/bxs-face-mask.svg new file mode 100644 index 0000000..d4f88d7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-face-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-face.svg b/lib/boxicons-2.1.4/svg/solid/bxs-face.svg new file mode 100644 index 0000000..8f42763 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-factory.svg b/lib/boxicons-2.1.4/svg/solid/bxs-factory.svg new file mode 100644 index 0000000..b6e45a2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-factory.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-fast-forward-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-fast-forward-circle.svg new file mode 100644 index 0000000..8d2fbb8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-fast-forward-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-archive.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-archive.svg new file mode 100644 index 0000000..a33c190 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-blank.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-blank.svg new file mode 100644 index 0000000..e629232 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-blank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-css.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-css.svg new file mode 100644 index 0000000..a739971 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-css.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-doc.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-doc.svg new file mode 100644 index 0000000..a6a3471 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-doc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-export.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-export.svg new file mode 100644 index 0000000..2dda527 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-find.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-find.svg new file mode 100644 index 0000000..b23dc4e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-find.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-gif.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-gif.svg new file mode 100644 index 0000000..ad2570d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-gif.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-html.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-html.svg new file mode 100644 index 0000000..c1ee44a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-html.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-image.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-image.svg new file mode 100644 index 0000000..22bf8a7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-import.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-import.svg new file mode 100644 index 0000000..4346976 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-import.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-jpg.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-jpg.svg new file mode 100644 index 0000000..7681e8a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-jpg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-js.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-js.svg new file mode 100644 index 0000000..d11c381 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-js.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-json.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-json.svg new file mode 100644 index 0000000..cc78fc9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-json.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-md.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-md.svg new file mode 100644 index 0000000..4a2ff3c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-md.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-pdf.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-pdf.svg new file mode 100644 index 0000000..bd21e39 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-pdf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-plus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-plus.svg new file mode 100644 index 0000000..25ddb69 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-png.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-png.svg new file mode 100644 index 0000000..f50f691 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-png.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file-txt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file-txt.svg new file mode 100644 index 0000000..3b7fca9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file-txt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-file.svg b/lib/boxicons-2.1.4/svg/solid/bxs-file.svg new file mode 100644 index 0000000..85ff146 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-film.svg b/lib/boxicons-2.1.4/svg/solid/bxs-film.svg new file mode 100644 index 0000000..1dedb35 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-film.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-filter-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-filter-alt.svg new file mode 100644 index 0000000..0731c17 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-filter-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-first-aid.svg b/lib/boxicons-2.1.4/svg/solid/bxs-first-aid.svg new file mode 100644 index 0000000..53a31bc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-first-aid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-flag-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-flag-alt.svg new file mode 100644 index 0000000..0460cbc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-flag-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-flag-checkered.svg b/lib/boxicons-2.1.4/svg/solid/bxs-flag-checkered.svg new file mode 100644 index 0000000..515c787 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-flag-checkered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-flag.svg b/lib/boxicons-2.1.4/svg/solid/bxs-flag.svg new file mode 100644 index 0000000..1159702 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-flame.svg b/lib/boxicons-2.1.4/svg/solid/bxs-flame.svg new file mode 100644 index 0000000..5343c2f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-flame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-flask.svg b/lib/boxicons-2.1.4/svg/solid/bxs-flask.svg new file mode 100644 index 0000000..d4344e8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-flask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-florist.svg b/lib/boxicons-2.1.4/svg/solid/bxs-florist.svg new file mode 100644 index 0000000..f599d1c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-florist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-folder-minus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-folder-minus.svg new file mode 100644 index 0000000..1a36f58 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-folder-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-folder-open.svg b/lib/boxicons-2.1.4/svg/solid/bxs-folder-open.svg new file mode 100644 index 0000000..a89b799 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-folder-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-folder-plus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-folder-plus.svg new file mode 100644 index 0000000..a3d8720 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-folder-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-folder.svg b/lib/boxicons-2.1.4/svg/solid/bxs-folder.svg new file mode 100644 index 0000000..c4555f6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-food-menu.svg b/lib/boxicons-2.1.4/svg/solid/bxs-food-menu.svg new file mode 100644 index 0000000..8a55fff --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-food-menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-fridge.svg b/lib/boxicons-2.1.4/svg/solid/bxs-fridge.svg new file mode 100644 index 0000000..3ac29a7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-fridge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-game.svg b/lib/boxicons-2.1.4/svg/solid/bxs-game.svg new file mode 100644 index 0000000..e7461cb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-game.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-gas-pump.svg b/lib/boxicons-2.1.4/svg/solid/bxs-gas-pump.svg new file mode 100644 index 0000000..2598969 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-gas-pump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-ghost.svg b/lib/boxicons-2.1.4/svg/solid/bxs-ghost.svg new file mode 100644 index 0000000..a9e4e98 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-gift.svg b/lib/boxicons-2.1.4/svg/solid/bxs-gift.svg new file mode 100644 index 0000000..5e1de43 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-gift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-graduation.svg b/lib/boxicons-2.1.4/svg/solid/bxs-graduation.svg new file mode 100644 index 0000000..4b8caaf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-graduation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-grid-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-grid-alt.svg new file mode 100644 index 0000000..4812945 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-grid-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-grid.svg b/lib/boxicons-2.1.4/svg/solid/bxs-grid.svg new file mode 100644 index 0000000..fd69624 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-grid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-group.svg b/lib/boxicons-2.1.4/svg/solid/bxs-group.svg new file mode 100644 index 0000000..f733326 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-guitar-amp.svg b/lib/boxicons-2.1.4/svg/solid/bxs-guitar-amp.svg new file mode 100644 index 0000000..f02e9f3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-guitar-amp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-hand-down.svg b/lib/boxicons-2.1.4/svg/solid/bxs-hand-down.svg new file mode 100644 index 0000000..0d137f7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-hand-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-hand-left.svg b/lib/boxicons-2.1.4/svg/solid/bxs-hand-left.svg new file mode 100644 index 0000000..3566eae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-hand-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-hand-right.svg b/lib/boxicons-2.1.4/svg/solid/bxs-hand-right.svg new file mode 100644 index 0000000..5933684 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-hand-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-hand-up.svg b/lib/boxicons-2.1.4/svg/solid/bxs-hand-up.svg new file mode 100644 index 0000000..1d16ecd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-hand-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-hand.svg b/lib/boxicons-2.1.4/svg/solid/bxs-hand.svg new file mode 100644 index 0000000..616f2ae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-happy-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-happy-alt.svg new file mode 100644 index 0000000..0d4c9cf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-happy-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-happy-beaming.svg b/lib/boxicons-2.1.4/svg/solid/bxs-happy-beaming.svg new file mode 100644 index 0000000..5b5a523 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-happy-beaming.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-happy-heart-eyes.svg b/lib/boxicons-2.1.4/svg/solid/bxs-happy-heart-eyes.svg new file mode 100644 index 0000000..aa4c65b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-happy-heart-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-happy.svg b/lib/boxicons-2.1.4/svg/solid/bxs-happy.svg new file mode 100644 index 0000000..0b79147 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-happy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-hard-hat.svg b/lib/boxicons-2.1.4/svg/solid/bxs-hard-hat.svg new file mode 100644 index 0000000..10d4498 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-hard-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-hdd.svg b/lib/boxicons-2.1.4/svg/solid/bxs-hdd.svg new file mode 100644 index 0000000..36d6ff2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-hdd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-heart-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-heart-circle.svg new file mode 100644 index 0000000..7922a9f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-heart-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-heart-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-heart-square.svg new file mode 100644 index 0000000..3ab922d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-heart-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-heart.svg b/lib/boxicons-2.1.4/svg/solid/bxs-heart.svg new file mode 100644 index 0000000..f861569 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-help-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-help-circle.svg new file mode 100644 index 0000000..84056f0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-help-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-hide.svg b/lib/boxicons-2.1.4/svg/solid/bxs-hide.svg new file mode 100644 index 0000000..ff0d110 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-hide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-home-alt-2.svg b/lib/boxicons-2.1.4/svg/solid/bxs-home-alt-2.svg new file mode 100644 index 0000000..37bf3fd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-home-alt-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-home-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-home-circle.svg new file mode 100644 index 0000000..2def234 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-home-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-home-heart.svg b/lib/boxicons-2.1.4/svg/solid/bxs-home-heart.svg new file mode 100644 index 0000000..c746f4c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-home-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-home-smile.svg b/lib/boxicons-2.1.4/svg/solid/bxs-home-smile.svg new file mode 100644 index 0000000..4f55e3b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-home-smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-home.svg b/lib/boxicons-2.1.4/svg/solid/bxs-home.svg new file mode 100644 index 0000000..a83fb39 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-hot.svg b/lib/boxicons-2.1.4/svg/solid/bxs-hot.svg new file mode 100644 index 0000000..16f84eb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-hot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-hotel.svg b/lib/boxicons-2.1.4/svg/solid/bxs-hotel.svg new file mode 100644 index 0000000..90cbbb5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-hotel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-hourglass-bottom.svg b/lib/boxicons-2.1.4/svg/solid/bxs-hourglass-bottom.svg new file mode 100644 index 0000000..a234180 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-hourglass-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-hourglass-top.svg b/lib/boxicons-2.1.4/svg/solid/bxs-hourglass-top.svg new file mode 100644 index 0000000..4def0a5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-hourglass-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-hourglass.svg b/lib/boxicons-2.1.4/svg/solid/bxs-hourglass.svg new file mode 100644 index 0000000..b06d7a1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-id-card.svg b/lib/boxicons-2.1.4/svg/solid/bxs-id-card.svg new file mode 100644 index 0000000..f925c42 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-id-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-image-add.svg b/lib/boxicons-2.1.4/svg/solid/bxs-image-add.svg new file mode 100644 index 0000000..fce3278 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-image-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-image-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-image-alt.svg new file mode 100644 index 0000000..a8ad344 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-image-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-image.svg b/lib/boxicons-2.1.4/svg/solid/bxs-image.svg new file mode 100644 index 0000000..3107d14 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-inbox.svg b/lib/boxicons-2.1.4/svg/solid/bxs-inbox.svg new file mode 100644 index 0000000..e823327 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-inbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-info-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-info-circle.svg new file mode 100644 index 0000000..e6b40d9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-info-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-info-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-info-square.svg new file mode 100644 index 0000000..2b71cd8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-info-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-injection.svg b/lib/boxicons-2.1.4/svg/solid/bxs-injection.svg new file mode 100644 index 0000000..e46e110 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-injection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-institution.svg b/lib/boxicons-2.1.4/svg/solid/bxs-institution.svg new file mode 100644 index 0000000..d4e30aa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-institution.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-invader.svg b/lib/boxicons-2.1.4/svg/solid/bxs-invader.svg new file mode 100644 index 0000000..28b1dca --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-invader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-joystick-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-joystick-alt.svg new file mode 100644 index 0000000..69519fd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-joystick-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-joystick-button.svg b/lib/boxicons-2.1.4/svg/solid/bxs-joystick-button.svg new file mode 100644 index 0000000..5408ca1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-joystick-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-joystick.svg b/lib/boxicons-2.1.4/svg/solid/bxs-joystick.svg new file mode 100644 index 0000000..53c925a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-joystick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-key.svg b/lib/boxicons-2.1.4/svg/solid/bxs-key.svg new file mode 100644 index 0000000..3bda3da --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-keyboard.svg b/lib/boxicons-2.1.4/svg/solid/bxs-keyboard.svg new file mode 100644 index 0000000..210bcf3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-keyboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-label.svg b/lib/boxicons-2.1.4/svg/solid/bxs-label.svg new file mode 100644 index 0000000..b17cab3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-label.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-landmark.svg b/lib/boxicons-2.1.4/svg/solid/bxs-landmark.svg new file mode 100644 index 0000000..ef852fa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-landmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-landscape.svg b/lib/boxicons-2.1.4/svg/solid/bxs-landscape.svg new file mode 100644 index 0000000..b683886 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-landscape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-laugh.svg b/lib/boxicons-2.1.4/svg/solid/bxs-laugh.svg new file mode 100644 index 0000000..5d86e7b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-laugh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-layer-minus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-layer-minus.svg new file mode 100644 index 0000000..cd43587 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-layer-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-layer-plus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-layer-plus.svg new file mode 100644 index 0000000..5bf6c21 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-layer-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-layer.svg b/lib/boxicons-2.1.4/svg/solid/bxs-layer.svg new file mode 100644 index 0000000..2b4cecf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-layer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-layout.svg b/lib/boxicons-2.1.4/svg/solid/bxs-layout.svg new file mode 100644 index 0000000..14ed637 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-layout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-leaf.svg b/lib/boxicons-2.1.4/svg/solid/bxs-leaf.svg new file mode 100644 index 0000000..b39110c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-left-arrow-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-left-arrow-alt.svg new file mode 100644 index 0000000..49dd1cc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-left-arrow-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-left-arrow-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-left-arrow-circle.svg new file mode 100644 index 0000000..57b53a5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-left-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-left-arrow-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-left-arrow-square.svg new file mode 100644 index 0000000..66f4b26 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-left-arrow-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-left-arrow.svg b/lib/boxicons-2.1.4/svg/solid/bxs-left-arrow.svg new file mode 100644 index 0000000..4c952f2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-left-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-left-down-arrow-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-left-down-arrow-circle.svg new file mode 100644 index 0000000..aadde7e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-left-down-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-left-top-arrow-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-left-top-arrow-circle.svg new file mode 100644 index 0000000..29ff8e1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-left-top-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-lemon.svg b/lib/boxicons-2.1.4/svg/solid/bxs-lemon.svg new file mode 100644 index 0000000..c3b7f2a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-lemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-like.svg b/lib/boxicons-2.1.4/svg/solid/bxs-like.svg new file mode 100644 index 0000000..2819c8c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-like.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-location-plus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-location-plus.svg new file mode 100644 index 0000000..5ec33e5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-location-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-lock-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-lock-alt.svg new file mode 100644 index 0000000..3745628 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-lock-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-lock-open-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-lock-open-alt.svg new file mode 100644 index 0000000..4f3aadc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-lock-open-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-lock-open.svg b/lib/boxicons-2.1.4/svg/solid/bxs-lock-open.svg new file mode 100644 index 0000000..830be35 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-lock-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-lock.svg b/lib/boxicons-2.1.4/svg/solid/bxs-lock.svg new file mode 100644 index 0000000..1fe2ed1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-log-in-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-log-in-circle.svg new file mode 100644 index 0000000..de46f8d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-log-in-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-log-in.svg b/lib/boxicons-2.1.4/svg/solid/bxs-log-in.svg new file mode 100644 index 0000000..e42340b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-log-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-log-out-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-log-out-circle.svg new file mode 100644 index 0000000..be67ba3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-log-out-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-log-out.svg b/lib/boxicons-2.1.4/svg/solid/bxs-log-out.svg new file mode 100644 index 0000000..c11bd33 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-log-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-low-vision.svg b/lib/boxicons-2.1.4/svg/solid/bxs-low-vision.svg new file mode 100644 index 0000000..b21edb5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-low-vision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-magic-wand.svg b/lib/boxicons-2.1.4/svg/solid/bxs-magic-wand.svg new file mode 100644 index 0000000..97914dc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-magic-wand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-magnet.svg b/lib/boxicons-2.1.4/svg/solid/bxs-magnet.svg new file mode 100644 index 0000000..ba7fd8b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-magnet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-map-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-map-alt.svg new file mode 100644 index 0000000..8a294bc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-map-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-map-pin.svg b/lib/boxicons-2.1.4/svg/solid/bxs-map-pin.svg new file mode 100644 index 0000000..e3372e0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-map-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-map.svg b/lib/boxicons-2.1.4/svg/solid/bxs-map.svg new file mode 100644 index 0000000..7b601fe --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-mask.svg b/lib/boxicons-2.1.4/svg/solid/bxs-mask.svg new file mode 100644 index 0000000..8cf8a9d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-medal.svg b/lib/boxicons-2.1.4/svg/solid/bxs-medal.svg new file mode 100644 index 0000000..c7c25f7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-megaphone.svg b/lib/boxicons-2.1.4/svg/solid/bxs-megaphone.svg new file mode 100644 index 0000000..b123588 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-megaphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-meh-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-meh-alt.svg new file mode 100644 index 0000000..ddd0fdd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-meh-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-meh-blank.svg b/lib/boxicons-2.1.4/svg/solid/bxs-meh-blank.svg new file mode 100644 index 0000000..c3e7d4c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-meh-blank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-meh.svg b/lib/boxicons-2.1.4/svg/solid/bxs-meh.svg new file mode 100644 index 0000000..a0d4ea3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-meh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-memory-card.svg b/lib/boxicons-2.1.4/svg/solid/bxs-memory-card.svg new file mode 100644 index 0000000..c81d75f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-memory-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-add.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-add.svg new file mode 100644 index 0000000..da230ca --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-add.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-add.svg new file mode 100644 index 0000000..c8a2825 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-check.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-check.svg new file mode 100644 index 0000000..1dbac68 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-detail.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-detail.svg new file mode 100644 index 0000000..ca4cd34 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-dots.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-dots.svg new file mode 100644 index 0000000..78f11da --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-edit.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-edit.svg new file mode 100644 index 0000000..b031d65 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-error.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-error.svg new file mode 100644 index 0000000..0a89f9f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-minus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-minus.svg new file mode 100644 index 0000000..1c44304 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-x.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-x.svg new file mode 100644 index 0000000..2633205 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt.svg new file mode 100644 index 0000000..0a1e00f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-check.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-check.svg new file mode 100644 index 0000000..133225c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-detail.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-detail.svg new file mode 100644 index 0000000..ce31613 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-dots.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-dots.svg new file mode 100644 index 0000000..4ed1b16 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-edit.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-edit.svg new file mode 100644 index 0000000..fbbf9ff --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-error.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-error.svg new file mode 100644 index 0000000..19b7a25 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-minus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-minus.svg new file mode 100644 index 0000000..f1b2fde --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-add.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-add.svg new file mode 100644 index 0000000..97ef3f5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-check.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-check.svg new file mode 100644 index 0000000..2fe521f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-detail.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-detail.svg new file mode 100644 index 0000000..7343b87 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-dots.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-dots.svg new file mode 100644 index 0000000..df959bf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-edit.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-edit.svg new file mode 100644 index 0000000..7bf2551 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-error.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-error.svg new file mode 100644 index 0000000..7838bd0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-minus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-minus.svg new file mode 100644 index 0000000..fb09dae --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-x.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-x.svg new file mode 100644 index 0000000..1cfa40d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded.svg new file mode 100644 index 0000000..e98cb9f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-rounded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-square-add.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-add.svg new file mode 100644 index 0000000..ba4f784 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-square-check.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-check.svg new file mode 100644 index 0000000..44c67fc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-square-detail.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-detail.svg new file mode 100644 index 0000000..1e33160 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-square-dots.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-dots.svg new file mode 100644 index 0000000..dd2040b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-square-edit.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-edit.svg new file mode 100644 index 0000000..55ecc4d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-square-error.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-error.svg new file mode 100644 index 0000000..0ef27ca --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-square-minus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-minus.svg new file mode 100644 index 0000000..b25ce03 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-square-x.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-x.svg new file mode 100644 index 0000000..d1245eb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-square-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-square.svg new file mode 100644 index 0000000..d2c18cd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message-x.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message-x.svg new file mode 100644 index 0000000..a1bd373 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-message.svg b/lib/boxicons-2.1.4/svg/solid/bxs-message.svg new file mode 100644 index 0000000..88850e4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-message.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-meteor.svg b/lib/boxicons-2.1.4/svg/solid/bxs-meteor.svg new file mode 100644 index 0000000..9b55369 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-meteor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-microchip.svg b/lib/boxicons-2.1.4/svg/solid/bxs-microchip.svg new file mode 100644 index 0000000..be2d713 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-microchip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-microphone-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-microphone-alt.svg new file mode 100644 index 0000000..df24e20 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-microphone-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-microphone-off.svg b/lib/boxicons-2.1.4/svg/solid/bxs-microphone-off.svg new file mode 100644 index 0000000..90a1ee4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-microphone-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-microphone.svg b/lib/boxicons-2.1.4/svg/solid/bxs-microphone.svg new file mode 100644 index 0000000..75066de --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-microphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-minus-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-minus-circle.svg new file mode 100644 index 0000000..0ced508 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-minus-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-minus-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-minus-square.svg new file mode 100644 index 0000000..582421a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-minus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-mobile-vibration.svg b/lib/boxicons-2.1.4/svg/solid/bxs-mobile-vibration.svg new file mode 100644 index 0000000..f73111f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-mobile-vibration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-mobile.svg b/lib/boxicons-2.1.4/svg/solid/bxs-mobile.svg new file mode 100644 index 0000000..40fdc9c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-mobile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-moon.svg b/lib/boxicons-2.1.4/svg/solid/bxs-moon.svg new file mode 100644 index 0000000..b3986cf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-mouse-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-mouse-alt.svg new file mode 100644 index 0000000..723f8ac --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-mouse-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-mouse.svg b/lib/boxicons-2.1.4/svg/solid/bxs-mouse.svg new file mode 100644 index 0000000..a358811 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-movie-play.svg b/lib/boxicons-2.1.4/svg/solid/bxs-movie-play.svg new file mode 100644 index 0000000..ee7b7af --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-movie-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-movie.svg b/lib/boxicons-2.1.4/svg/solid/bxs-movie.svg new file mode 100644 index 0000000..1fe9ead --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-movie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-music.svg b/lib/boxicons-2.1.4/svg/solid/bxs-music.svg new file mode 100644 index 0000000..c1d7a7e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-music.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-navigation.svg b/lib/boxicons-2.1.4/svg/solid/bxs-navigation.svg new file mode 100644 index 0000000..1440c8b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-navigation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-network-chart.svg b/lib/boxicons-2.1.4/svg/solid/bxs-network-chart.svg new file mode 100644 index 0000000..4af4edc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-network-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-news.svg b/lib/boxicons-2.1.4/svg/solid/bxs-news.svg new file mode 100644 index 0000000..4510bd4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-no-entry.svg b/lib/boxicons-2.1.4/svg/solid/bxs-no-entry.svg new file mode 100644 index 0000000..7d3749b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-no-entry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-note.svg b/lib/boxicons-2.1.4/svg/solid/bxs-note.svg new file mode 100644 index 0000000..4c487e1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-notepad.svg b/lib/boxicons-2.1.4/svg/solid/bxs-notepad.svg new file mode 100644 index 0000000..32b16fa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-notepad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-notification-off.svg b/lib/boxicons-2.1.4/svg/solid/bxs-notification-off.svg new file mode 100644 index 0000000..5387e4b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-notification-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-notification.svg b/lib/boxicons-2.1.4/svg/solid/bxs-notification.svg new file mode 100644 index 0000000..bac5029 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-notification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-objects-horizontal-center.svg b/lib/boxicons-2.1.4/svg/solid/bxs-objects-horizontal-center.svg new file mode 100644 index 0000000..5164df7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-objects-horizontal-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-objects-horizontal-left.svg b/lib/boxicons-2.1.4/svg/solid/bxs-objects-horizontal-left.svg new file mode 100644 index 0000000..b30f598 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-objects-horizontal-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-objects-horizontal-right.svg b/lib/boxicons-2.1.4/svg/solid/bxs-objects-horizontal-right.svg new file mode 100644 index 0000000..a7a5e9e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-objects-horizontal-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-objects-vertical-bottom.svg b/lib/boxicons-2.1.4/svg/solid/bxs-objects-vertical-bottom.svg new file mode 100644 index 0000000..12b7eda --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-objects-vertical-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-objects-vertical-center.svg b/lib/boxicons-2.1.4/svg/solid/bxs-objects-vertical-center.svg new file mode 100644 index 0000000..ca0e537 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-objects-vertical-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-objects-vertical-top.svg b/lib/boxicons-2.1.4/svg/solid/bxs-objects-vertical-top.svg new file mode 100644 index 0000000..91eb6ac --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-objects-vertical-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-offer.svg b/lib/boxicons-2.1.4/svg/solid/bxs-offer.svg new file mode 100644 index 0000000..ab31526 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-offer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-package.svg b/lib/boxicons-2.1.4/svg/solid/bxs-package.svg new file mode 100644 index 0000000..1324395 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-package.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-paint-roll.svg b/lib/boxicons-2.1.4/svg/solid/bxs-paint-roll.svg new file mode 100644 index 0000000..a4564ee --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-paint-roll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-paint.svg b/lib/boxicons-2.1.4/svg/solid/bxs-paint.svg new file mode 100644 index 0000000..ec7a800 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-paint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-palette.svg b/lib/boxicons-2.1.4/svg/solid/bxs-palette.svg new file mode 100644 index 0000000..0c02a7b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-palette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-paper-plane.svg b/lib/boxicons-2.1.4/svg/solid/bxs-paper-plane.svg new file mode 100644 index 0000000..96376fc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-paper-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-parking.svg b/lib/boxicons-2.1.4/svg/solid/bxs-parking.svg new file mode 100644 index 0000000..ff8e1c0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-parking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-party.svg b/lib/boxicons-2.1.4/svg/solid/bxs-party.svg new file mode 100644 index 0000000..d8322e6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-party.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-paste.svg b/lib/boxicons-2.1.4/svg/solid/bxs-paste.svg new file mode 100644 index 0000000..20f18c0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-paste.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-pear.svg b/lib/boxicons-2.1.4/svg/solid/bxs-pear.svg new file mode 100644 index 0000000..d9512fe --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-pear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-pen.svg b/lib/boxicons-2.1.4/svg/solid/bxs-pen.svg new file mode 100644 index 0000000..e2e9ccd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-pen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-pencil.svg b/lib/boxicons-2.1.4/svg/solid/bxs-pencil.svg new file mode 100644 index 0000000..94fd19c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-pencil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-phone-call.svg b/lib/boxicons-2.1.4/svg/solid/bxs-phone-call.svg new file mode 100644 index 0000000..067c6fc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-phone-call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-phone-incoming.svg b/lib/boxicons-2.1.4/svg/solid/bxs-phone-incoming.svg new file mode 100644 index 0000000..70762f2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-phone-incoming.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-phone-off.svg b/lib/boxicons-2.1.4/svg/solid/bxs-phone-off.svg new file mode 100644 index 0000000..bed91ef --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-phone-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-phone-outgoing.svg b/lib/boxicons-2.1.4/svg/solid/bxs-phone-outgoing.svg new file mode 100644 index 0000000..be3c7b1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-phone-outgoing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-phone.svg b/lib/boxicons-2.1.4/svg/solid/bxs-phone.svg new file mode 100644 index 0000000..05c3eda --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-photo-album.svg b/lib/boxicons-2.1.4/svg/solid/bxs-photo-album.svg new file mode 100644 index 0000000..90a8355 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-photo-album.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-piano.svg b/lib/boxicons-2.1.4/svg/solid/bxs-piano.svg new file mode 100644 index 0000000..87648c0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-piano.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-pie-chart-alt-2.svg b/lib/boxicons-2.1.4/svg/solid/bxs-pie-chart-alt-2.svg new file mode 100644 index 0000000..9408766 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-pie-chart-alt-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-pie-chart-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-pie-chart-alt.svg new file mode 100644 index 0000000..d12ffc0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-pie-chart-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-pie-chart.svg b/lib/boxicons-2.1.4/svg/solid/bxs-pie-chart.svg new file mode 100644 index 0000000..c8f6289 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-pie-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-pin.svg b/lib/boxicons-2.1.4/svg/solid/bxs-pin.svg new file mode 100644 index 0000000..d31f49d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-pizza.svg b/lib/boxicons-2.1.4/svg/solid/bxs-pizza.svg new file mode 100644 index 0000000..4816534 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-pizza.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-plane-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-plane-alt.svg new file mode 100644 index 0000000..271f8db --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-plane-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-plane-land.svg b/lib/boxicons-2.1.4/svg/solid/bxs-plane-land.svg new file mode 100644 index 0000000..f3e4abb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-plane-land.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-plane-take-off.svg b/lib/boxicons-2.1.4/svg/solid/bxs-plane-take-off.svg new file mode 100644 index 0000000..38ca672 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-plane-take-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-plane.svg b/lib/boxicons-2.1.4/svg/solid/bxs-plane.svg new file mode 100644 index 0000000..f79ed81 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-planet.svg b/lib/boxicons-2.1.4/svg/solid/bxs-planet.svg new file mode 100644 index 0000000..3d92c3c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-planet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-playlist.svg b/lib/boxicons-2.1.4/svg/solid/bxs-playlist.svg new file mode 100644 index 0000000..c3a5979 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-playlist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-plug.svg b/lib/boxicons-2.1.4/svg/solid/bxs-plug.svg new file mode 100644 index 0000000..7da0549 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-plug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-plus-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-plus-circle.svg new file mode 100644 index 0000000..9223e50 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-plus-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-plus-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-plus-square.svg new file mode 100644 index 0000000..167e2a3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-plus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-pointer.svg b/lib/boxicons-2.1.4/svg/solid/bxs-pointer.svg new file mode 100644 index 0000000..36d8f77 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-pointer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-polygon.svg b/lib/boxicons-2.1.4/svg/solid/bxs-polygon.svg new file mode 100644 index 0000000..212a454 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-polygon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-popsicle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-popsicle.svg new file mode 100644 index 0000000..d381853 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-popsicle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-printer.svg b/lib/boxicons-2.1.4/svg/solid/bxs-printer.svg new file mode 100644 index 0000000..087d069 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-printer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-purchase-tag-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-purchase-tag-alt.svg new file mode 100644 index 0000000..a82160e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-purchase-tag-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-purchase-tag.svg b/lib/boxicons-2.1.4/svg/solid/bxs-purchase-tag.svg new file mode 100644 index 0000000..2a8bd88 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-purchase-tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-pyramid.svg b/lib/boxicons-2.1.4/svg/solid/bxs-pyramid.svg new file mode 100644 index 0000000..7e87d80 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-pyramid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-quote-alt-left.svg b/lib/boxicons-2.1.4/svg/solid/bxs-quote-alt-left.svg new file mode 100644 index 0000000..cd4c202 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-quote-alt-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-quote-alt-right.svg b/lib/boxicons-2.1.4/svg/solid/bxs-quote-alt-right.svg new file mode 100644 index 0000000..c9d7be3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-quote-alt-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-quote-left.svg b/lib/boxicons-2.1.4/svg/solid/bxs-quote-left.svg new file mode 100644 index 0000000..dfa015d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-quote-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-quote-right.svg b/lib/boxicons-2.1.4/svg/solid/bxs-quote-right.svg new file mode 100644 index 0000000..ab249a8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-quote-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-quote-single-left.svg b/lib/boxicons-2.1.4/svg/solid/bxs-quote-single-left.svg new file mode 100644 index 0000000..973a6a0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-quote-single-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-quote-single-right.svg b/lib/boxicons-2.1.4/svg/solid/bxs-quote-single-right.svg new file mode 100644 index 0000000..459ad4b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-quote-single-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-radiation.svg b/lib/boxicons-2.1.4/svg/solid/bxs-radiation.svg new file mode 100644 index 0000000..72f947e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-radiation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-radio.svg b/lib/boxicons-2.1.4/svg/solid/bxs-radio.svg new file mode 100644 index 0000000..4d238cd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-radio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-receipt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-receipt.svg new file mode 100644 index 0000000..1c8fe21 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-receipt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-rectangle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-rectangle.svg new file mode 100644 index 0000000..4912212 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-rectangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-registered.svg b/lib/boxicons-2.1.4/svg/solid/bxs-registered.svg new file mode 100644 index 0000000..4edb5c1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-registered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-rename.svg b/lib/boxicons-2.1.4/svg/solid/bxs-rename.svg new file mode 100644 index 0000000..c97d2af --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-rename.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-report.svg b/lib/boxicons-2.1.4/svg/solid/bxs-report.svg new file mode 100644 index 0000000..b277ab6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-report.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-rewind-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-rewind-circle.svg new file mode 100644 index 0000000..d4a552d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-rewind-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-right-arrow-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-right-arrow-alt.svg new file mode 100644 index 0000000..68ab505 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-right-arrow-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-right-arrow-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-right-arrow-circle.svg new file mode 100644 index 0000000..5c54507 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-right-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-right-arrow-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-right-arrow-square.svg new file mode 100644 index 0000000..d34e98f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-right-arrow-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-right-arrow.svg b/lib/boxicons-2.1.4/svg/solid/bxs-right-arrow.svg new file mode 100644 index 0000000..9eb8fb6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-right-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-right-down-arrow-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-right-down-arrow-circle.svg new file mode 100644 index 0000000..3933d89 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-right-down-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-right-top-arrow-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-right-top-arrow-circle.svg new file mode 100644 index 0000000..134b2fd --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-right-top-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-rocket.svg b/lib/boxicons-2.1.4/svg/solid/bxs-rocket.svg new file mode 100644 index 0000000..eab8416 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-ruler.svg b/lib/boxicons-2.1.4/svg/solid/bxs-ruler.svg new file mode 100644 index 0000000..76a307a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-ruler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-sad.svg b/lib/boxicons-2.1.4/svg/solid/bxs-sad.svg new file mode 100644 index 0000000..31f4c30 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-sad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-save.svg b/lib/boxicons-2.1.4/svg/solid/bxs-save.svg new file mode 100644 index 0000000..8cb09ff --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-school.svg b/lib/boxicons-2.1.4/svg/solid/bxs-school.svg new file mode 100644 index 0000000..5a9ce14 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-school.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-search-alt-2.svg b/lib/boxicons-2.1.4/svg/solid/bxs-search-alt-2.svg new file mode 100644 index 0000000..373712f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-search-alt-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-search.svg b/lib/boxicons-2.1.4/svg/solid/bxs-search.svg new file mode 100644 index 0000000..3c1a03f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-select-multiple.svg b/lib/boxicons-2.1.4/svg/solid/bxs-select-multiple.svg new file mode 100644 index 0000000..f3e751b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-select-multiple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-send.svg b/lib/boxicons-2.1.4/svg/solid/bxs-send.svg new file mode 100644 index 0000000..3dd8b84 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-server.svg b/lib/boxicons-2.1.4/svg/solid/bxs-server.svg new file mode 100644 index 0000000..8f7e5b9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-server.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-shapes.svg b/lib/boxicons-2.1.4/svg/solid/bxs-shapes.svg new file mode 100644 index 0000000..f4645d8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-shapes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-share-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-share-alt.svg new file mode 100644 index 0000000..e96b454 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-share-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-share.svg b/lib/boxicons-2.1.4/svg/solid/bxs-share.svg new file mode 100644 index 0000000..52b66c9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-shield-alt-2.svg b/lib/boxicons-2.1.4/svg/solid/bxs-shield-alt-2.svg new file mode 100644 index 0000000..4a175b5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-shield-alt-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-shield-minus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-shield-minus.svg new file mode 100644 index 0000000..25b5de1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-shield-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-shield-plus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-shield-plus.svg new file mode 100644 index 0000000..96c80cc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-shield-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-shield-x.svg b/lib/boxicons-2.1.4/svg/solid/bxs-shield-x.svg new file mode 100644 index 0000000..048f7c8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-shield-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-shield.svg b/lib/boxicons-2.1.4/svg/solid/bxs-shield.svg new file mode 100644 index 0000000..e09c43b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-ship.svg b/lib/boxicons-2.1.4/svg/solid/bxs-ship.svg new file mode 100644 index 0000000..c4152c7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-ship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-shocked.svg b/lib/boxicons-2.1.4/svg/solid/bxs-shocked.svg new file mode 100644 index 0000000..66d1804 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-shocked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-shopping-bag-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-shopping-bag-alt.svg new file mode 100644 index 0000000..9738342 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-shopping-bag-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-shopping-bag.svg b/lib/boxicons-2.1.4/svg/solid/bxs-shopping-bag.svg new file mode 100644 index 0000000..eff3e75 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-shopping-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-shopping-bags.svg b/lib/boxicons-2.1.4/svg/solid/bxs-shopping-bags.svg new file mode 100644 index 0000000..196bc20 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-shopping-bags.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-show.svg b/lib/boxicons-2.1.4/svg/solid/bxs-show.svg new file mode 100644 index 0000000..4863995 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-show.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-shower.svg b/lib/boxicons-2.1.4/svg/solid/bxs-shower.svg new file mode 100644 index 0000000..58c4bed --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-shower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-skip-next-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-skip-next-circle.svg new file mode 100644 index 0000000..e63206b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-skip-next-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-skip-previous-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-skip-previous-circle.svg new file mode 100644 index 0000000..ba7741d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-skip-previous-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-skull.svg b/lib/boxicons-2.1.4/svg/solid/bxs-skull.svg new file mode 100644 index 0000000..51c024c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-sleepy.svg b/lib/boxicons-2.1.4/svg/solid/bxs-sleepy.svg new file mode 100644 index 0000000..cbc1689 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-sleepy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-slideshow.svg b/lib/boxicons-2.1.4/svg/solid/bxs-slideshow.svg new file mode 100644 index 0000000..ec2b7df --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-slideshow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-smile.svg b/lib/boxicons-2.1.4/svg/solid/bxs-smile.svg new file mode 100644 index 0000000..3780346 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-sort-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-sort-alt.svg new file mode 100644 index 0000000..6505004 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-sort-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-spa.svg b/lib/boxicons-2.1.4/svg/solid/bxs-spa.svg new file mode 100644 index 0000000..3e9dadb --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-spa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-speaker.svg b/lib/boxicons-2.1.4/svg/solid/bxs-speaker.svg new file mode 100644 index 0000000..b23cea9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-speaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-spray-can.svg b/lib/boxicons-2.1.4/svg/solid/bxs-spray-can.svg new file mode 100644 index 0000000..f32e621 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-spray-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-spreadsheet.svg b/lib/boxicons-2.1.4/svg/solid/bxs-spreadsheet.svg new file mode 100644 index 0000000..8c81a8d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-spreadsheet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-square-rounded.svg b/lib/boxicons-2.1.4/svg/solid/bxs-square-rounded.svg new file mode 100644 index 0000000..7ba2c7b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-square-rounded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-square.svg new file mode 100644 index 0000000..80dd1ca --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-star-half.svg b/lib/boxicons-2.1.4/svg/solid/bxs-star-half.svg new file mode 100644 index 0000000..7bbf0e6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-star-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-star.svg b/lib/boxicons-2.1.4/svg/solid/bxs-star.svg new file mode 100644 index 0000000..8c792c6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-sticker.svg b/lib/boxicons-2.1.4/svg/solid/bxs-sticker.svg new file mode 100644 index 0000000..ccba4a2 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-sticker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-stopwatch.svg b/lib/boxicons-2.1.4/svg/solid/bxs-stopwatch.svg new file mode 100644 index 0000000..decd4d3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-stopwatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-store-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-store-alt.svg new file mode 100644 index 0000000..c4e6503 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-store-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-store.svg b/lib/boxicons-2.1.4/svg/solid/bxs-store.svg new file mode 100644 index 0000000..f49e18f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-sun.svg b/lib/boxicons-2.1.4/svg/solid/bxs-sun.svg new file mode 100644 index 0000000..3d42601 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-sushi.svg b/lib/boxicons-2.1.4/svg/solid/bxs-sushi.svg new file mode 100644 index 0000000..8bb1f47 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-sushi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-t-shirt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-t-shirt.svg new file mode 100644 index 0000000..8cffbe4 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-t-shirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-tachometer.svg b/lib/boxicons-2.1.4/svg/solid/bxs-tachometer.svg new file mode 100644 index 0000000..2a403c8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-tachometer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-tag-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-tag-alt.svg new file mode 100644 index 0000000..aeb8bce --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-tag-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-tag-x.svg b/lib/boxicons-2.1.4/svg/solid/bxs-tag-x.svg new file mode 100644 index 0000000..42047c3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-tag-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-tag.svg b/lib/boxicons-2.1.4/svg/solid/bxs-tag.svg new file mode 100644 index 0000000..acb30a0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-taxi.svg b/lib/boxicons-2.1.4/svg/solid/bxs-taxi.svg new file mode 100644 index 0000000..e5aa51c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-taxi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-tennis-ball.svg b/lib/boxicons-2.1.4/svg/solid/bxs-tennis-ball.svg new file mode 100644 index 0000000..42373c6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-tennis-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-terminal.svg b/lib/boxicons-2.1.4/svg/solid/bxs-terminal.svg new file mode 100644 index 0000000..fe46a52 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-terminal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-thermometer.svg b/lib/boxicons-2.1.4/svg/solid/bxs-thermometer.svg new file mode 100644 index 0000000..2826e18 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-thermometer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-time-five.svg b/lib/boxicons-2.1.4/svg/solid/bxs-time-five.svg new file mode 100644 index 0000000..346c721 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-time-five.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-time.svg b/lib/boxicons-2.1.4/svg/solid/bxs-time.svg new file mode 100644 index 0000000..0e78b6b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-timer.svg b/lib/boxicons-2.1.4/svg/solid/bxs-timer.svg new file mode 100644 index 0000000..e1b7fb1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-timer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-tired.svg b/lib/boxicons-2.1.4/svg/solid/bxs-tired.svg new file mode 100644 index 0000000..49ffcea --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-tired.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-to-top.svg b/lib/boxicons-2.1.4/svg/solid/bxs-to-top.svg new file mode 100644 index 0000000..ae23284 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-to-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-toggle-left.svg b/lib/boxicons-2.1.4/svg/solid/bxs-toggle-left.svg new file mode 100644 index 0000000..3652c15 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-toggle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-toggle-right.svg b/lib/boxicons-2.1.4/svg/solid/bxs-toggle-right.svg new file mode 100644 index 0000000..3283d65 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-toggle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-tone.svg b/lib/boxicons-2.1.4/svg/solid/bxs-tone.svg new file mode 100644 index 0000000..538f978 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-torch.svg b/lib/boxicons-2.1.4/svg/solid/bxs-torch.svg new file mode 100644 index 0000000..8654cdc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-torch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-traffic-barrier.svg b/lib/boxicons-2.1.4/svg/solid/bxs-traffic-barrier.svg new file mode 100644 index 0000000..aa965d6 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-traffic-barrier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-traffic-cone.svg b/lib/boxicons-2.1.4/svg/solid/bxs-traffic-cone.svg new file mode 100644 index 0000000..f254434 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-traffic-cone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-traffic.svg b/lib/boxicons-2.1.4/svg/solid/bxs-traffic.svg new file mode 100644 index 0000000..685c7be --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-traffic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-train.svg b/lib/boxicons-2.1.4/svg/solid/bxs-train.svg new file mode 100644 index 0000000..584d6ce --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-train.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-trash-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-trash-alt.svg new file mode 100644 index 0000000..8e7777a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-trash-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-trash.svg b/lib/boxicons-2.1.4/svg/solid/bxs-trash.svg new file mode 100644 index 0000000..296259c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-trash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-tree-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-tree-alt.svg new file mode 100644 index 0000000..5aa92ec --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-tree-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-tree.svg b/lib/boxicons-2.1.4/svg/solid/bxs-tree.svg new file mode 100644 index 0000000..fe64ced --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-trophy.svg b/lib/boxicons-2.1.4/svg/solid/bxs-trophy.svg new file mode 100644 index 0000000..0bae754 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-trophy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-truck.svg b/lib/boxicons-2.1.4/svg/solid/bxs-truck.svg new file mode 100644 index 0000000..55501b9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-tv.svg b/lib/boxicons-2.1.4/svg/solid/bxs-tv.svg new file mode 100644 index 0000000..e943bac --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-tv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-universal-access.svg b/lib/boxicons-2.1.4/svg/solid/bxs-universal-access.svg new file mode 100644 index 0000000..6fa0105 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-universal-access.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-up-arrow-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-up-arrow-alt.svg new file mode 100644 index 0000000..9ae6264 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-up-arrow-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-up-arrow-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-up-arrow-circle.svg new file mode 100644 index 0000000..f750a21 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-up-arrow-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-up-arrow-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-up-arrow-square.svg new file mode 100644 index 0000000..7f79a8d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-up-arrow-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-up-arrow.svg b/lib/boxicons-2.1.4/svg/solid/bxs-up-arrow.svg new file mode 100644 index 0000000..ba454b8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-up-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-upside-down.svg b/lib/boxicons-2.1.4/svg/solid/bxs-upside-down.svg new file mode 100644 index 0000000..9054ae5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-upside-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-upvote.svg b/lib/boxicons-2.1.4/svg/solid/bxs-upvote.svg new file mode 100644 index 0000000..1b40567 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-upvote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-user-account.svg b/lib/boxicons-2.1.4/svg/solid/bxs-user-account.svg new file mode 100644 index 0000000..fa51a74 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-user-account.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-user-badge.svg b/lib/boxicons-2.1.4/svg/solid/bxs-user-badge.svg new file mode 100644 index 0000000..3d6385b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-user-badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-user-check.svg b/lib/boxicons-2.1.4/svg/solid/bxs-user-check.svg new file mode 100644 index 0000000..9af430a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-user-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-user-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-user-circle.svg new file mode 100644 index 0000000..1cd08c8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-user-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-user-detail.svg b/lib/boxicons-2.1.4/svg/solid/bxs-user-detail.svg new file mode 100644 index 0000000..3a0fa5e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-user-detail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-user-minus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-user-minus.svg new file mode 100644 index 0000000..bc5cd4f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-user-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-user-pin.svg b/lib/boxicons-2.1.4/svg/solid/bxs-user-pin.svg new file mode 100644 index 0000000..e622af8 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-user-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-user-plus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-user-plus.svg new file mode 100644 index 0000000..f92d256 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-user-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-user-rectangle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-user-rectangle.svg new file mode 100644 index 0000000..2a24d17 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-user-rectangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-user-voice.svg b/lib/boxicons-2.1.4/svg/solid/bxs-user-voice.svg new file mode 100644 index 0000000..c347a3a --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-user-voice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-user-x.svg b/lib/boxicons-2.1.4/svg/solid/bxs-user-x.svg new file mode 100644 index 0000000..0e627c3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-user-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-user.svg b/lib/boxicons-2.1.4/svg/solid/bxs-user.svg new file mode 100644 index 0000000..8feb17b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-vector.svg b/lib/boxicons-2.1.4/svg/solid/bxs-vector.svg new file mode 100644 index 0000000..501a1cf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-vector.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-vial.svg b/lib/boxicons-2.1.4/svg/solid/bxs-vial.svg new file mode 100644 index 0000000..4cefc7b --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-vial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-video-off.svg b/lib/boxicons-2.1.4/svg/solid/bxs-video-off.svg new file mode 100644 index 0000000..1ccac3f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-video-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-video-plus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-video-plus.svg new file mode 100644 index 0000000..2a769ce --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-video-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-video-recording.svg b/lib/boxicons-2.1.4/svg/solid/bxs-video-recording.svg new file mode 100644 index 0000000..b9f62fa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-video-recording.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-video.svg b/lib/boxicons-2.1.4/svg/solid/bxs-video.svg new file mode 100644 index 0000000..130c0a3 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-videos.svg b/lib/boxicons-2.1.4/svg/solid/bxs-videos.svg new file mode 100644 index 0000000..7079e10 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-videos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-virus-block.svg b/lib/boxicons-2.1.4/svg/solid/bxs-virus-block.svg new file mode 100644 index 0000000..15da447 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-virus-block.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-virus.svg b/lib/boxicons-2.1.4/svg/solid/bxs-virus.svg new file mode 100644 index 0000000..5a3d00e --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-virus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-volume-full.svg b/lib/boxicons-2.1.4/svg/solid/bxs-volume-full.svg new file mode 100644 index 0000000..a49b1cf --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-volume-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-volume-low.svg b/lib/boxicons-2.1.4/svg/solid/bxs-volume-low.svg new file mode 100644 index 0000000..dbee4ed --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-volume-low.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-volume-mute.svg b/lib/boxicons-2.1.4/svg/solid/bxs-volume-mute.svg new file mode 100644 index 0000000..e71b665 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-volume-mute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-volume.svg b/lib/boxicons-2.1.4/svg/solid/bxs-volume.svg new file mode 100644 index 0000000..be372c9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-volume.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-wallet-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-wallet-alt.svg new file mode 100644 index 0000000..4658313 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-wallet-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-wallet.svg b/lib/boxicons-2.1.4/svg/solid/bxs-wallet.svg new file mode 100644 index 0000000..722582f --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-washer.svg b/lib/boxicons-2.1.4/svg/solid/bxs-washer.svg new file mode 100644 index 0000000..469eca5 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-washer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-watch-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-watch-alt.svg new file mode 100644 index 0000000..dccc613 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-watch-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-watch.svg b/lib/boxicons-2.1.4/svg/solid/bxs-watch.svg new file mode 100644 index 0000000..a01c628 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-watch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-webcam.svg b/lib/boxicons-2.1.4/svg/solid/bxs-webcam.svg new file mode 100644 index 0000000..134854d --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-webcam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-widget.svg b/lib/boxicons-2.1.4/svg/solid/bxs-widget.svg new file mode 100644 index 0000000..c9ce306 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-widget.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-window-alt.svg b/lib/boxicons-2.1.4/svg/solid/bxs-window-alt.svg new file mode 100644 index 0000000..dfab4aa --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-window-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-wine.svg b/lib/boxicons-2.1.4/svg/solid/bxs-wine.svg new file mode 100644 index 0000000..28d30f7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-wine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-wink-smile.svg b/lib/boxicons-2.1.4/svg/solid/bxs-wink-smile.svg new file mode 100644 index 0000000..a53909c --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-wink-smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-wink-tongue.svg b/lib/boxicons-2.1.4/svg/solid/bxs-wink-tongue.svg new file mode 100644 index 0000000..3f509f9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-wink-tongue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-wrench.svg b/lib/boxicons-2.1.4/svg/solid/bxs-wrench.svg new file mode 100644 index 0000000..1df3857 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-wrench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-x-circle.svg b/lib/boxicons-2.1.4/svg/solid/bxs-x-circle.svg new file mode 100644 index 0000000..b4cfed7 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-x-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-x-square.svg b/lib/boxicons-2.1.4/svg/solid/bxs-x-square.svg new file mode 100644 index 0000000..0eb5888 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-x-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-yin-yang.svg b/lib/boxicons-2.1.4/svg/solid/bxs-yin-yang.svg new file mode 100644 index 0000000..cf3d5dc --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-yin-yang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-zap.svg b/lib/boxicons-2.1.4/svg/solid/bxs-zap.svg new file mode 100644 index 0000000..41600e0 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-zap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-zoom-in.svg b/lib/boxicons-2.1.4/svg/solid/bxs-zoom-in.svg new file mode 100644 index 0000000..53848d1 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-zoom-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/boxicons-2.1.4/svg/solid/bxs-zoom-out.svg b/lib/boxicons-2.1.4/svg/solid/bxs-zoom-out.svg new file mode 100644 index 0000000..abf2fe9 --- /dev/null +++ b/lib/boxicons-2.1.4/svg/solid/bxs-zoom-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/font-logos/.github/workflows/release.yml b/lib/font-logos/.github/workflows/release.yml new file mode 100644 index 0000000..08a58cf --- /dev/null +++ b/lib/font-logos/.github/workflows/release.yml @@ -0,0 +1,69 @@ +# This creates a Release Draft +# Adjust the release message in the web GUI and publish the release there. + +name: Draft a Release + +on: + workflow_dispatch: + +jobs: + setup-release-draft: + runs-on: ubuntu-latest + steps: + - name: Fetch repo + uses: actions/checkout@v4 + + - name: Fetch dependencies + run: | + sudo apt update -y -q + sudo apt install python3-fontforge jq nodejs wkhtmltopdf -y -q + npm install nunjucks + + # Ubuntu 20.04 has only fontforge release 2020, but there are some vital bugfixes in the 2023 release + # This can be replaced with the ordinary apt package when Ubuntu updates, probably with 23.10 + # On the other hand ... why not be on the latest release always? + - name: Fetch FontForge + run: | + sudo apt install fuse -y -q + curl -L "https://github.com/fontforge/fontforge/releases/download/20230101/FontForge-2023-01-01-a1dad3e-x86_64.AppImage" \ + --output fontforge + chmod u+x fontforge + echo Try appimage + ./fontforge --version + export PATH=`pwd`:$PATH + echo "PATH=$PATH" >> $GITHUB_ENV + echo Try appimage with path + fontforge --version + + - name: Determine version + id: rel_ver + run: | + REL_VERSION=$(jq -r '.version' package.json) + echo "Release version ${REL_VERSION}" + echo "ver=${REL_VERSION}" >> $GITHUB_OUTPUT + + - name: Create the assets + run: | + make + + - name: Crate archive + id: archive + run: | + make pack + ZIPFILE=$(ls font-logos-*zip ) + echo "ZIPFILE=${ZIPFILE}" + echo "filename=${ZIPFILE}" >> $GITHUB_OUTPUT + + - name: Adjust release tag + uses: EndBug/latest-tag@v1 + with: + ref: "v${{ steps.rel_ver.outputs.ver }}" + + - name: Create release draft + uses: softprops/action-gh-release@v2 + with: + draft: true + tag_name: "v${{ steps.rel_ver.outputs.ver }}" + files: | + ${{ steps.archive.outputs.filename }} + generate_release_notes: true diff --git a/lib/font-logos/.github/workflows/release_npm.yml b/lib/font-logos/.github/workflows/release_npm.yml new file mode 100644 index 0000000..4e52067 --- /dev/null +++ b/lib/font-logos/.github/workflows/release_npm.yml @@ -0,0 +1,69 @@ +# This pushes out a new npm release +# It will be triggered once the release draft is published + +name: Publish release to npm + +on: + release: + types: + - released + workflow_dispatch: + +jobs: + npm-publish: + runs-on: ubuntu-latest + steps: + - name: Fetch repo + uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: Check if we are on correct commit + run: | + REL_VERSION=v$(jq -r '.version' package.json) + GIT_VERSION=$(git describe --tags) + echo "Release version ${REL_VERSION}" + echo "Git tag version ${GIT_VERSION}" + if [ "${REL_VERSION}" != "${GIT_VERSION}" ]; then \ + echo "This is probably not what you want"; \ + exit 1; \ + fi + + - name: Fetch dependencies + run: | + sudo apt update -y -q + sudo apt install python3-fontforge jq nodejs wkhtmltopdf -y -q + npm install nunjucks + + # Ubuntu 20.04 has only fontforge release 2020, but there are some vital bugfixes in the 2023 release + # This can be replaced with the ordinary apt package when Ubuntu updates, probably with 23.10 + # On the other hand ... why not be on the latest release always? + - name: Fetch FontForge + run: | + sudo apt install fuse -y -q + curl -L "https://github.com/fontforge/fontforge/releases/download/20230101/FontForge-2023-01-01-a1dad3e-x86_64.AppImage" \ + --output fontforge + chmod u+x fontforge + echo Try appimage + ./fontforge --version + export PATH=`pwd`:$PATH + echo "PATH=$PATH" >> $GITHUB_ENV + echo Try appimage with path + fontforge --version + + - name: Setup .npmrc file to publish to npm + uses: actions/setup-node@v4 + with: + node-version: '20.x' + registry-url: 'https://registry.npmjs.org' + + - name: Build the artifacts + run: | + npm ci + make + + - name: Publish to npm + run: | + npm publish + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/lib/font-logos/.github/workflows/update-assets.yml b/lib/font-logos/.github/workflows/update-assets.yml new file mode 100644 index 0000000..1f47b7e --- /dev/null +++ b/lib/font-logos/.github/workflows/update-assets.yml @@ -0,0 +1,60 @@ +name: Update assets + +on: + push: + branches: [ master ] + paths: + - icons.tsv + - vectors/* + workflow_dispatch: + +jobs: + update_assets: + runs-on: ubuntu-latest + steps: + - name: Fetch repo + uses: actions/checkout@v4 + + - name: Fetch dependencies + run: | + sudo apt update -y -q + sudo apt install jq nodejs wkhtmltopdf -y -q + npm install nunjucks + + # Ubuntu 20.04 has only fontforge release 2020, but there are some vital bugfixes in the 2023 release + # This can be replaced with the ordinary apt package when Ubuntu updates, probably with 23.10 + # On the other hand ... why not be on the latest release always? + - name: Fetch FontForge + run: | + sudo apt install fuse -y -q + curl -L "https://github.com/fontforge/fontforge/releases/download/20230101/FontForge-2023-01-01-a1dad3e-x86_64.AppImage" \ + --output fontforge + chmod u+x fontforge + echo Try appimage + ./fontforge --version + export PATH=`pwd`:$PATH + echo "PATH=$PATH" >> $GITHUB_ENV + echo Try appimage with path + fontforge --version + + - name: Create the assets + run: | + make + + - name: Commit preview image back to repo + uses: EndBug/add-and-commit@v9 + with: + add: 'assets/readme-header.png' + message: "[ci] Update preview image" + committer_name: GitHub Actions + committer_email: 41898282+github-actions[bot]@users.noreply.github.com + + - name: Deploy assets to gh-pages + uses: JamesIves/github-pages-deploy-action@v4 + with: + folder: assets + target-folder: assets + commit-message: "[ci] Update assets" + git-config-name: GitHub Actions + git-config-email: 41898282+github-actions[bot]@users.noreply.github.com + clean: false diff --git a/lib/font-logos/.github/workflows/update_readme.yml b/lib/font-logos/.github/workflows/update_readme.yml new file mode 100644 index 0000000..ebd389b --- /dev/null +++ b/lib/font-logos/.github/workflows/update_readme.yml @@ -0,0 +1,52 @@ +# This creates and commits an updated readme +# It will be triggered once the release draft is published + +name: Update README + +on: + release: + types: + - released + workflow_dispatch: + +jobs: + update-readme: + runs-on: ubuntu-latest + steps: + - name: Fetch repo + uses: actions/checkout@v4 + + - name: Fetch dependencies + run: | + sudo apt update -y -q + sudo apt install python3-fontforge jq nodejs wkhtmltopdf -y -q + npm install nunjucks + + # Ubuntu 20.04 has only fontforge release 2020, but there are some vital bugfixes in the 2023 release + # This can be replaced with the ordinary apt package when Ubuntu updates, probably with 23.10 + # On the other hand ... why not be on the latest release always? + - name: Fetch FontForge + run: | + sudo apt install fuse -y -q + curl -L "https://github.com/fontforge/fontforge/releases/download/20230101/FontForge-2023-01-01-a1dad3e-x86_64.AppImage" \ + --output fontforge + chmod u+x fontforge + echo Try appimage + ./fontforge --version + export PATH=`pwd`:$PATH + echo "PATH=$PATH" >> $GITHUB_ENV + echo Try appimage with path + fontforge --version + + - name: Build the artifacts + run: | + npm ci + make + + - name: Commit new README back to repo + uses: EndBug/add-and-commit@v9 + with: + add: 'README.md' + message: "[ci] Update README.md" + committer_name: GitHub Actions + committer_email: 41898282+github-actions[bot]@users.noreply.github.com diff --git a/lib/font-logos/.gitignore b/lib/font-logos/.gitignore new file mode 100644 index 0000000..611a06f --- /dev/null +++ b/lib/font-logos/.gitignore @@ -0,0 +1,8 @@ +assets/* +!assets/readme-header.png +!assets/README.md +.fontcustom-manifest.json +*.zip +*.tgz +Gemfile.lock +node_modules diff --git a/lib/font-logos/LICENSE b/lib/font-logos/LICENSE new file mode 100644 index 0000000..cf1ab25 --- /dev/null +++ b/lib/font-logos/LICENSE @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to diff --git a/lib/font-logos/Makefile b/lib/font-logos/Makefile new file mode 100644 index 0000000..4efe057 --- /dev/null +++ b/lib/font-logos/Makefile @@ -0,0 +1,55 @@ +name := font-logos +dest := assets +out_json_ext := .out.json +font_exts := .ttf .woff .woff2 $(out_json_ext) +font_assets := $(foreach ext,$(font_exts),$(dest)/$(name)$(ext)) +json_file = $(dest)/$(name).json +version = $(shell jq -r .version package.json) + +START_CODEPOINT ?= 0xf300 +preview_width := 888 + +export START_CODEPOINT +export FONT_NAME=$(name) +export OUTPUT_DIR=$(dest) +export JSON_FILE=$(json_file) +export COPYRIGHT=Copyright (c) 2014-$(shell date '+%Y'), Lukas W +export VENDORURL=$(shell jq -r .homepage package.json) + +all_files=$(font_assets) $(dest)/$(name).css $(dest)/preview.html $(dest)/readme-header.png README.md + +.PHONY: all +all: $(all_files) + +.PHONY: pack +pack: $(dest)/$(name)-$(version).zip + +$(name)-$(version).tgz: $(all_files) + npm pack + +$(dest)/$(name)-$(version).zip: $(name)-$(version).tgz + $(eval dir := $(shell mktemp -d)) + npm pack + tar -xf $(name)-$(version).tgz -C $(dir) + cd $(dir) && \ + mv $(dir)/package $(dir)/$(name)-$(version) && \ + zip -r $(shell pwd)/$(name)-$(version).zip $(name)-$(version) + rm -r $(dir) + +.SECONDEXPANSION: + +$(json_file): scripts/generate-json.mjs icons.tsv package.json + node scripts/generate-json.mjs + +$(font_assets)&: scripts/generate-font.py icons.tsv $(shell find vectors) $(json_file) + if command -v fontforge; then \ + fontforge --script $(shell pwd)/$< ; \ + else \ + python $< ;\ + fi + +%: templates/$$*.njk icons.tsv scripts/render-template.mjs $(json_file) $(dest)/$(name)$(out_json_ext) + node scripts/render-template.mjs $< $@ + +$(dest)/readme-header.png: $(dest)/readme-header.html $(font_assets) $(dest)/font-logos.css + wkhtmltoimage --enable-local-file-access --width $(preview_width) --disable-smart-width $< $@ diff --git a/lib/font-logos/README.md b/lib/font-logos/README.md new file mode 100644 index 0000000..87f6703 --- /dev/null +++ b/lib/font-logos/README.md @@ -0,0 +1,186 @@ +# font-logos # + +![Available logos](assets/readme-header.png) + +font-logos is an icon font containing logos of popular linux distributions and other open source software. + +*Note:* All brand icons are trademarks of their respective owners and should only be used to represent the company or product to which they refer. + +## Installation ## + +Install the font by downloading and unpacking the latest release's zip manually or installing it from npm: + + npm install font-logos + +To use the font, include `assets/font-logos.css` as well as the +fonts in your project and use the CSS classes listed below. + + + +Alternatively just link to it using a CDN such as [jsDelivr](//jsdelivr.com): + + + +## Usage ## + +Include an icon using the corresponding CSS class in an empty element: + + + +Add `fl-fw` as class for a fixed width icon. + +If you want to insert a glyph of this font on a GNU/Linux system press `Ctrl + Shift + u`, release the keys and then type the code point, for instance: `Ctrl + Shift + u` and `f31a` will insert the `Tux` glyph. + +Available logos are: + +| Distribution | CSS class | Code | Code point | Image | +| ------------------------- | ---------------------- | -------------------------------------- | :--------: | :--------------------------------------------------: | +| Alma Linux | `fl-almalinux` | `` | `0xf31d` | | +| Alpine | `fl-alpine` | `` | `0xf300` | | +| AOSC OS | `fl-aosc` | `` | `0xf301` | | +| Apple | `fl-apple` | `` | `0xf302` | | +| Archcraft | `fl-archcraft` | `` | `0xf345` | | +| ArchLabs | `fl-archlabs` | `` | `0xf31e` | | +| Arch Linux | `fl-archlinux` | `` | `0xf303` | | +| ArcoLinux | `fl-arcolinux` | `` | `0xf346` | | +| Arduino | `fl-arduino` | `` | `0xf34b` | | +| Artix Linux | `fl-artix` | `` | `0xf31f` | | +| Awesome WM | `fl-awesome` | `` | `0xf354` | | +| BigLinux | `fl-biglinux` | `` | `0xf347` | | +| bspwm | `fl-bspwm` | `` | `0xf355` | | +| Budgie | `fl-budgie` | `` | `0xf320` | | +| CentOS | `fl-centos` | `` | `0xf304` | | +| Cinnamon | `fl-cinnamon` | `` | `0xf35f` | | +| Codeberg | `fl-codeberg` | `` | `0xf330` | | +| CoreOS | `fl-coreos` | `` | `0xf305` | | +| Crystal Linux | `fl-crystal` | `` | `0xf348` | | +| Debian | `fl-debian` | `` | `0xf306` | | +| Deepin | `fl-deepin` | `` | `0xf321` | | +| Devuan | `fl-devuan` | `` | `0xf307` | | +| Docker | `fl-docker` | `` | `0xf308` | | +| dwm | `fl-dwm` | `` | `0xf356` | | +| elementary OS | `fl-elementary` | `` | `0xf309` | | +| Endeavour OS | `fl-endeavour` | `` | `0xf322` | | +| Enlightenment | `fl-enlightenment` | `` | `0xf357` | | +| F-droid | `fl-fdroid` | `` | `0xf36a` | | +| Fedora | `fl-fedora` | `` | `0xf30a` | | +| Fedora (inverse) | `fl-fedora-inverse` | `` | `0xf30b` | | +| Ferris | `fl-ferris` | `` | `0xf323` | | +| Flathub | `fl-flathub` | `` | `0xf324` | | +| Fluxbox | `fl-fluxbox` | `` | `0xf358` | | +| Forgejo | `fl-forgejo` | `` | `0xf335` | | +| FOSDEM | `fl-fosdem` | `` | `0xf36b` | | +| FreeBSD | `fl-freebsd` | `` | `0xf30c` | | +| FreeCAD | `fl-freecad` | `` | `0xf336` | | +| freedesktop.org | `fl-freedesktop` | `` | `0xf360` | | +| Garuda Linux | `fl-garuda` | `` | `0xf337` | | +| Gentoo | `fl-gentoo` | `` | `0xf30d` | | +| GIMP | `fl-gimp` | `` | `0xf338` | | +| Gitea | `fl-gitea` | `` | `0xf339` | | +| GNOME | `fl-gnome` | `` | `0xf361` | | +| GNU Guix | `fl-gnu-guix` | `` | `0xf325` | | +| GTK | `fl-gtk` | `` | `0xf362` | | +| Hyperbola GNU/Linux-libre | `fl-hyperbola` | `` | `0xf33a` | | +| Hyprland | `fl-hyprland` | `` | `0xf359` | | +| i3 | `fl-i3` | `` | `0xf35a` | | +| illumos | `fl-illumos` | `` | `0xf326` | | +| Inkscape | `fl-inkscape` | `` | `0xf33b` | | +| JWM | `fl-jwm` | `` | `0xf35b` | | +| Kali Linux | `fl-kali-linux` | `` | `0xf327` | | +| KDE | `fl-kde` | `` | `0xf373` | | +| KDE Neon | `fl-kde-neon` | `` | `0xf331` | | +| KDE Plasma | `fl-kde-plasma` | `` | `0xf332` | | +| Kdenlive | `fl-kdenlive` | `` | `0xf33c` | | +| KiCad | `fl-kicad` | `` | `0xf34c` | | +| Krita | `fl-krita` | `` | `0xf33d` | | +| Kubuntu | `fl-kubuntu` | `` | `0xf333` | | +| Kubuntu (inverse) | `fl-kubuntu-inverse` | `` | `0xf334` | | +| Linux Mint | `fl-linuxmint` | `` | `0xf30e` | | +| Linux Mint (inverse) | `fl-linuxmint-inverse` | `` | `0xf30f` | | +| Loc-OS | `fl-locos` | `` | `0xf349` | | +| LXDE | `fl-lxde` | `` | `0xf363` | | +| LXLE Linux | `fl-lxle` | `` | `0xf33e` | | +| LXQt | `fl-lxqt` | `` | `0xf364` | | +| Mageia | `fl-mageia` | `` | `0xf310` | | +| Mandriva | `fl-mandriva` | `` | `0xf311` | | +| Manjaro | `fl-manjaro` | `` | `0xf312` | | +| MATE | `fl-mate` | `` | `0xf365` | | +| mpv | `fl-mpv` | `` | `0xf36e` | | +| MX Linux | `fl-mxlinux` | `` | `0xf33f` | | +| Neovim | `fl-neovim` | `` | `0xf36f` | | +| NixOS | `fl-nixos` | `` | `0xf313` | | +| Octoprint | `fl-octoprint` | `` | `0xf34d` | | +| OpenBSD | `fl-openbsd` | `` | `0xf328` | | +| OpenSCAD | `fl-openscad` | `` | `0xf34e` | | +| OpenSUSE | `fl-opensuse` | `` | `0xf314` | | +| OSH | `fl-osh` | `` | `0xf34f` | | +| OSHWA | `fl-oshwa` | `` | `0xf350` | | +| OSI | `fl-osi` | `` | `0xf36c` | | +| Parabola GNU/Linux-libre | `fl-parabola` | `` | `0xf340` | | +| Parrot OS | `fl-parrot` | `` | `0xf329` | | +| Pop!_OS | `fl-pop-os` | `` | `0xf32a` | | +| PostmarketOS | `fl-postmarketos` | `` | `0xf374` | | +| Prusa Slicer | `fl-prusaslicer` | `` | `0xf351` | | +| Puppy Linux | `fl-puppy` | `` | `0xf341` | | +| Qt | `fl-qt` | `` | `0xf375` | | +| Qtile | `fl-qtile` | `` | `0xf35c` | | +| QubesOS | `fl-qubesos` | `` | `0xf342` | | +| Raspberry pi | `fl-raspberry-pi` | `` | `0xf315` | | +| Red Hat | `fl-redhat` | `` | `0xf316` | | +| RepRap | `fl-reprap` | `` | `0xf352` | | +| RISC-V | `fl-riscv` | `` | `0xf353` | | +| Rocky Linux | `fl-rocky-linux` | `` | `0xf32b` | | +| Sabayon | `fl-sabayon` | `` | `0xf317` | | +| Slackware | `fl-slackware` | `` | `0xf318` | | +| Slackware (inverse) | `fl-slackware-inverse` | `` | `0xf319` | | +| Snappy | `fl-snappy` | `` | `0xf32c` | | +| Solus | `fl-solus` | `` | `0xf32d` | | +| Sway | `fl-sway` | `` | `0xf35d` | | +| Tails | `fl-tails` | `` | `0xf343` | | +| Thunderbird | `fl-thunderbird` | `` | `0xf370` | | +| Tor Browser | `fl-tor` | `` | `0xf371` | | +| Trisquel GNU/Linux | `fl-trisquel` | `` | `0xf344` | | +| Tux | `fl-tux` | `` | `0xf31a` | | +| Ubuntu | `fl-ubuntu` | `` | `0xf31b` | | +| Ubuntu (inverse) | `fl-ubuntu-inverse` | `` | `0xf31c` | | +| Vanilla OS | `fl-vanilla` | `` | `0xf366` | | +| Void | `fl-void` | `` | `0xf32e` | | +| VS Codium | `fl-vscodium` | `` | `0xf372` | | +| Wayland | `fl-wayland` | `` | `0xf367` | | +| Wikimedia | `fl-wikimedia` | `` | `0xf36d` | | +| XeroLinux | `fl-xerolinux` | `` | `0xf34a` | | +| XFCE | `fl-xfce` | `` | `0xf368` | | +| Xmonad | `fl-xmonad` | `` | `0xf35e` | | +| Xorg | `fl-xorg` | `` | `0xf369` | | +| Zorin OS | `fl-zorin` | `` | `0xf32f` | | + +## Building ## + +Make sure you have the following dependencies installed: +* Node, Python and jq to run the build scripts +* [FontForge](//fontforge.org) to generate the fonts +* [wkhtmltopdf](http://wkhtmltopdf.org/) to generate this readme's preview image + +Then run `npm install`/`yarn install` and `make`. + +## Releasing ## + +If you are a maintainer of this repository and a new release is to be published +* Make sure all PRs (that shall be pulled) are pulled + * The PRs add new `svg`s in `vectors/` + * The `icons.tsv` is ammended (i.e. new icons added at the bottom) +* Every time the `svg`s or `icons.tsv` is touched in the `master` branch (i.e. through pulling) the preview image is updated +* Note that the `README.md` is NOT updated. You can manually modify it do indicate/add recently added but not released icons. +* Once the release seems ready: +* Edit the version number in `package.json` (and push that change to `master`) +* Trigger the "Draft a Release" workflow manually on the Actions page (on the `master` branch) + * The workflow will add a git tag for the release +* Go to the releases list and find the draft release + * Edit the description etc pp and finally + * Push "publish release" + * The release is published on Github +* Automatically the "Update README" workflow is triggered + * The `README.md` is regenerated (the preview should already be up to date, see above) +* Automatically the "Publish release to npm" workflow is triggered + * If the npm token is not expired the release is pushed to NPM + * You need to publish on NPM manually if token is expired (expected) diff --git a/lib/font-logos/assets/README.md b/lib/font-logos/assets/README.md new file mode 100644 index 0000000..39ac228 --- /dev/null +++ b/lib/font-logos/assets/README.md @@ -0,0 +1,4 @@ +## Assets + +The assets are generated by a Github action. +Do not change anything here. diff --git a/lib/font-logos/assets/readme-header.png b/lib/font-logos/assets/readme-header.png new file mode 100644 index 0000000..a6c6030 Binary files /dev/null and b/lib/font-logos/assets/readme-header.png differ diff --git a/lib/font-logos/icons.tsv b/lib/font-logos/icons.tsv new file mode 100644 index 0000000..fea6040 --- /dev/null +++ b/lib/font-logos/icons.tsv @@ -0,0 +1,126 @@ +offset name id +0 Alpine alpine +1 AOSC OS aosc +2 Apple apple +3 Arch Linux archlinux +4 CentOS centos +5 CoreOS coreos +6 Debian debian +7 Devuan devuan +8 Docker docker +9 elementary OS elementary +10 Fedora fedora +11 Fedora (inverse) fedora-inverse +12 FreeBSD freebsd +13 Gentoo gentoo +14 Linux Mint linuxmint +15 Linux Mint (inverse) linuxmint-inverse +16 Mageia mageia +17 Mandriva mandriva +18 Manjaro manjaro +19 NixOS nixos +20 OpenSUSE opensuse +21 Raspberry pi raspberry-pi +22 Red Hat redhat +23 Sabayon sabayon +24 Slackware slackware +25 Slackware (inverse) slackware-inverse +26 Tux tux +27 Ubuntu ubuntu +28 Ubuntu (inverse) ubuntu-inverse +29 Alma Linux almalinux +30 ArchLabs archlabs +31 Artix Linux artix +32 Budgie budgie +33 Deepin deepin +34 Endeavour OS endeavour +35 Ferris ferris +36 Flathub flathub +37 GNU Guix gnu-guix +38 illumos illumos +39 Kali Linux kali-linux +40 OpenBSD openbsd +41 Parrot OS parrot +42 Pop!_OS pop-os +43 Rocky Linux rocky-linux +44 Snappy snappy +45 Solus solus +46 Void void +47 Zorin OS zorin +48 Codeberg codeberg +49 KDE Neon kde-neon +50 KDE Plasma kde-plasma +51 Kubuntu kubuntu +52 Kubuntu (inverse) kubuntu-inverse +53 Forgejo forgejo +54 FreeCAD freecad +55 Garuda Linux garuda +56 GIMP gimp +57 Gitea gitea +58 Hyperbola GNU/Linux-libre hyperbola +59 Inkscape inkscape +60 Kdenlive kdenlive +61 Krita krita +62 LXLE Linux lxle +63 MX Linux mxlinux +64 Parabola GNU/Linux-libre parabola +65 Puppy Linux puppy +66 QubesOS qubesos +67 Tails tails +68 Trisquel GNU/Linux trisquel +69 Archcraft archcraft +70 ArcoLinux arcolinux +71 BigLinux biglinux +72 Crystal Linux crystal +73 Loc-OS locos +74 XeroLinux xerolinux +75 Arduino arduino +76 KiCad kicad +77 Octoprint octoprint +78 OpenSCAD openscad +79 OSH osh +80 OSHWA oshwa +81 Prusa Slicer prusaslicer +82 RepRap reprap +83 RISC-V riscv +84 Awesome WM awesome +85 bspwm bspwm +86 dwm dwm +87 Enlightenment enlightenment +88 Fluxbox fluxbox +89 Hyprland hyprland +90 i3 i3 +91 JWM jwm +92 Qtile qtile +93 Sway sway +94 Xmonad xmonad +95 Cinnamon cinnamon +96 freedesktop.org freedesktop +97 GNOME gnome +98 GTK gtk +99 LXDE lxde +100 LXQt lxqt +101 MATE mate +102 Vanilla OS vanilla +103 Wayland wayland +104 XFCE xfce +105 Xorg xorg +106 F-droid fdroid +107 FOSDEM fosdem +108 OSI osi +109 Wikimedia wikimedia +110 mpv mpv +111 Neovim neovim +112 Thunderbird thunderbird +113 Tor Browser tor +114 VS Codium vscodium +115 KDE kde +116 PostmarketOS postmarketos +117 Qt qt +118 LibreOffice libreoffice +119 LibreOffice Base libreofficebase +120 LibreOffice Calc libreofficecalc +121 LibreOffice Draw libreofficedraw +122 LibreOffice Impress libreofficeimpress +123 LibreOffice Math libreofficemath +124 LibreOffice Writer libreofficewriter diff --git a/lib/font-logos/package-lock.json b/lib/font-logos/package-lock.json new file mode 100644 index 0000000..751f664 --- /dev/null +++ b/lib/font-logos/package-lock.json @@ -0,0 +1,77 @@ +{ + "name": "font-logos", + "version": "1.2.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "font-logos", + "version": "1.2.0", + "license": "Unlicense", + "dependencies": { + "font-logos": "^1.2.0" + }, + "devDependencies": { + "lodash.merge": "^4.6.2", + "nunjucks": "^3.2.4" + } + }, + "node_modules/a-sync-waterfall": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", + "integrity": "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==", + "dev": true + }, + "node_modules/asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", + "dev": true + }, + "node_modules/commander": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", + "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/font-logos": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/font-logos/-/font-logos-1.2.0.tgz", + "integrity": "sha512-LQYjEmXRXCYk0jg/lZMMM9tonmAfaVbBRsn7J0XwWcjXKIN6ZqNakOWhn/Sjt7jBocaQhrHx1EWAFGv6R0zQKw==" + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/nunjucks": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.4.tgz", + "integrity": "sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==", + "dev": true, + "dependencies": { + "a-sync-waterfall": "^1.0.0", + "asap": "^2.0.3", + "commander": "^5.1.0" + }, + "bin": { + "nunjucks-precompile": "bin/precompile" + }, + "engines": { + "node": ">= 6.9.0" + }, + "peerDependencies": { + "chokidar": "^3.3.0" + }, + "peerDependenciesMeta": { + "chokidar": { + "optional": true + } + } + } + } +} diff --git a/lib/font-logos/package.json b/lib/font-logos/package.json new file mode 100644 index 0000000..a7be592 --- /dev/null +++ b/lib/font-logos/package.json @@ -0,0 +1,33 @@ +{ + "name": "font-logos", + "description": "An icon font providing popular linux distros' logos", + "version": "1.2.0", + "style": "assets/font-logos.css", + "authors": [ + "Lukas W (https://github.com/Lukas-W)" + ], + "license": "Unlicense", + "homepage": "https://github.com/Lukas-W/font-logos", + "repository": { + "type": "git", + "url": "git+https://github.com/Lukas-W/font-logos.git" + }, + "scripts": { + "build": "make" + }, + "files": [ + "assets/font-logos.css", + "assets/font-logos.ttf", + "assets/font-logos.woff", + "assets/font-logos.woff2", + "vectors/*", + "README.md" + ], + "devDependencies": { + "lodash.merge": "^4.6.2", + "nunjucks": "^3.2.4" + }, + "dependencies": { + "font-logos": "^1.2.0" + } +} diff --git a/lib/font-logos/scripts/data.mjs b/lib/font-logos/scripts/data.mjs new file mode 100644 index 0000000..f1035e6 --- /dev/null +++ b/lib/font-logos/scripts/data.mjs @@ -0,0 +1,4 @@ +import fs from 'fs'; +export default JSON.parse( + fs.readFileSync(`${process.env.OUTPUT_DIR}/${process.env.FONT_NAME}.json`) +); diff --git a/lib/font-logos/scripts/generate-font.py b/lib/font-logos/scripts/generate-font.py new file mode 100644 index 0000000..51dc93d --- /dev/null +++ b/lib/font-logos/scripts/generate-font.py @@ -0,0 +1,69 @@ +import os +import sys +import tempfile +import json +import fontforge + +# Need to change working directory in case we run via AppImage +os.chdir(os.path.join(os.path.dirname(sys.argv[0]), '..')) + +autowidth = False +font_em = 512 +font_design_size = 16 +jsonfile = os.environ['JSON_FILE'] +fontname = os.environ['FONT_NAME'] +outputdir = os.environ['OUTPUT_DIR'] +vectorsdir = 'vectors' +start_codepoint = int(os.environ['START_CODEPOINT'], base=0) +design_px = font_em // font_design_size +outjsonfile = os.path.join(outputdir, fontname+'.out.json') +font = fontforge.font() +# font.encoding = 'UnicodeFull' +font.fontname = fontname +font.familyname = fontname +font.fullname = fontname +font.design_size = font_design_size +font.em = font_em +font.copyright = os.environ['COPYRIGHT'] + +# if autowidth: +# font.autoWidth(0, 0, font.em) +font.autoWidth(0, 0, font.em) + +# Add valid space glyph to avoid "unknown character" box on IE11 +glyph = font.createChar(32) +glyph.width = 200 + +outputInfo = { + 'em': font.em, + 'icons': {}, +} + +def addIcon(iconId, icon): + glyph = font.createChar(icon['codepoint'], icon['name']) + glyph.importOutlines( + os.path.join(vectorsdir, (iconId+'.svg')), + ) + glyph.left_side_bearing = 0 + glyph.right_side_bearing = 0 + + outputInfo['icons'][iconId] = { + 'width': glyph.width, + } + +with open(jsonfile) as f: + fontData = json.load(f) + +for iconId, icon in fontData['icons'].items(): + addIcon(iconId, icon) + +font.appendSFNTName("English (US)", "Version", fontData['version']['string']) +font.appendSFNTName("English (US)", "Vendor URL", os.environ['VENDORURL']) +font.version = fontData['version']['string'] + +font.generate(os.path.join(outputdir, fontname + '.ttf')) +font.generate(os.path.join(outputdir, fontname + '.woff')) +font.generate(os.path.join(outputdir, fontname + '.woff2')) + +with open(outjsonfile, 'w') as f: + json.dump(outputInfo, f, indent=2) diff --git a/lib/font-logos/scripts/generate-json.mjs b/lib/font-logos/scripts/generate-json.mjs new file mode 100644 index 0000000..19f68e9 --- /dev/null +++ b/lib/font-logos/scripts/generate-json.mjs @@ -0,0 +1,39 @@ +import fs from 'node:fs/promises'; +import {tsvFileToObjects} from './tsv.mjs'; +const iconsFile = './icons.tsv'; + +async function getIcons() { + const startCodepoint = parseInt(process.env.START_CODEPOINT); + let icons = tsvFileToObjects(iconsFile, { + 'offset': parseInt, + 'scale': s => s.toLowerCase() === 'true', + }) + .map(r => ({...r, codepoint: startCodepoint + r.offset})) + .map(r => ({...r, variant: r.id.endsWith('-inverse')})) + .map(({id, ...r}) => [id, r]) + ; + icons = Object.fromEntries(icons); + return icons; +} + +async function readPackage() { + return JSON.parse(await fs.readFile('package.json')); +} + +const {version} = await readPackage(); +const [major, minor, patch] = version.match(/^(\d+)\.(\d+)\.(\d+)/).slice(1); + +const data = { + name: process.env.FONT_NAME, + version: { + string: version, + major, minor, patch, + stable: parseInt(major) > 0 ? major : `${major}.${minor}.${patch}`, + }, + icons: await getIcons(), +}; + +await fs.writeFile( + process.env.OUTPUT_DIR + '/' + process.env.FONT_NAME + '.json', + JSON.stringify(data, null, 2) +); diff --git a/lib/font-logos/scripts/render-template.mjs b/lib/font-logos/scripts/render-template.mjs new file mode 100644 index 0000000..406b5f7 --- /dev/null +++ b/lib/font-logos/scripts/render-template.mjs @@ -0,0 +1,32 @@ +import fs from 'node:fs'; +import nunjucks from 'nunjucks'; +import font from './data.mjs'; +import merge from 'lodash.merge'; + +const [templateFile, outFile] = process.argv.slice(2); + +const outInfo = JSON.parse( + fs.readFileSync(`${process.env.OUTPUT_DIR}/${process.env.FONT_NAME}.out.json`)); + +const context = { + font: merge(font, outInfo), + classPrefix: 'fl-', + formats: [ + {name: 'woff', ext: 'woff'}, + {name: 'woff2', ext: 'woff2'}, + {name: 'truetype', ext: 'ttf'}, + ], + icons: font.icons, + uniqueIcons: Object.fromEntries(Object.entries(font.icons).filter(([,icon]) => !icon.variant)), +}; + +const env = new nunjucks.Environment(new nunjucks.FileSystemLoader(), { + throwOnUndefined: true, +}); +env.addFilter('keys', obj => Object.keys(obj)); +env.addFilter('values', obj => Object.values(obj)); +env.addFilter('column', (objs, col) => objs.map(o => o[col])); +env.addFilter('map', (array, fn) => array.map(fn)); +env.addFilter('maxLength', array => Math.max(...array.map(x => x.length))); + +fs.writeFileSync(outFile, env.render(templateFile, context)); diff --git a/lib/font-logos/scripts/tsv.mjs b/lib/font-logos/scripts/tsv.mjs new file mode 100644 index 0000000..4f467fb --- /dev/null +++ b/lib/font-logos/scripts/tsv.mjs @@ -0,0 +1,30 @@ +import fs from 'node:fs'; + +const I = x=>x; + +export function tsvFileToObjects(file, parsers) { + let [cols, ...rows] = fs.readFileSync(file, 'utf8') + .toString() + .split('\n') + .map(r => r + .split('\t') + // Allow for multiple \t between columns + .map(t => t.trim()) + .filter(I) + ) + // Remove empty rows + .filter(r => r.length) + ; + + // Sanity check rows + const invalidRows = rows.filter(r => r.length !== cols.length); + if (invalidRows.length) { + throw new Error(`Some rows have wrong number of columns:\n${invalidRows.join('\n')}`); + } + + return rows.map(r => Object.fromEntries( + cols.map( + (c, i) => [c, (parsers[c] || I)(r[i])] + ) + )); +} diff --git a/lib/font-logos/templates/README.md.njk b/lib/font-logos/templates/README.md.njk new file mode 100644 index 0000000..628a23e --- /dev/null +++ b/lib/font-logos/templates/README.md.njk @@ -0,0 +1,82 @@ +# {{ font.name }} # + +![Available logos](assets/readme-header.png) + +{{ font.name }} is an icon font containing logos of popular linux distributions and other open source software. + +*Note:* All brand icons are trademarks of their respective owners and should only be used to represent the company or product to which they refer. + +## Installation ## + +Install the font by downloading and unpacking the latest release's zip manually or installing it from npm: + + npm install {{ font.name }} + +To use the font, include `assets/{{ font.name }}.css` as well as the +fonts in your project and use the CSS classes listed below. + + + +Alternatively just link to it using a CDN such as [jsDelivr](//jsdelivr.com): + + + +## Usage ## + +Include an icon using the corresponding CSS class in an empty element: + + + +Add `fl-fw` as class for a fixed width icon. + +If you want to insert a glyph of this font on a GNU/Linux system press `Ctrl + Shift + u`, release the keys and then type the code point, for instance: `Ctrl + Shift + u` and `f31a` will insert the `Tux` glyph. + +Available logos are: + +{%- macro img(id) %}{% endmacro %} +{%- macro class(id) %}`fl-{{ id }}`{% endmacro %} +{%- macro code(id) %}``{% endmacro %} +{%- set ids = icons|keys|sort %} +{%- set nameW = icons|values|column('name')|maxLength %} +{%- set maxIdLength = ids|maxLength %} +{%- set imgW = maxIdLength + img("")|length %} +{%- set classW = maxIdLength + class("")|length %} +{%- set codeW = maxIdLength + code("")|length %} + +| {{ "Distribution"|center(nameW) }} | {{ "CSS class"|center(classW) }} | {{ "Code"|center(codeW) }} | Code point | {{ "Image"|center(imgW) }} | +| {{ "-".repeat(nameW) }} | {{ "-".repeat(classW) }} | {{ "-".repeat(codeW) }} | :--------: | :{{ "-".repeat(imgW-2) }}: | +{%- for id in ids %} +{%- set icon=icons[id] %} +| {{ icon.name.padEnd(nameW) }} | {{ class(id).padEnd(classW) }} | {{ code(id).padEnd(codeW)|safe }} | `0x{{ icon.codepoint.toString(16) }}` | {{ img(id).padEnd(imgW)|safe }} | +{%- endfor %} + +## Building ## + +Make sure you have the following dependencies installed: +* Node, Python and jq to run the build scripts +* [FontForge](//fontforge.org) to generate the fonts +* [wkhtmltopdf](http://wkhtmltopdf.org/) to generate this readme's preview image + +Then run `npm install`/`yarn install` and `make`. + +## Releasing ## + +If you are a maintainer of this repository and a new release is to be published +* Make sure all PRs (that shall be pulled) are pulled + * The PRs add new `svg`s in `vectors/` + * The `icons.tsv` is ammended (i.e. new icons added at the bottom) +* Every time the `svg`s or `icons.tsv` is touched in the `master` branch (i.e. through pulling) the preview image is updated +* Note that the `README.md` is NOT updated. You can manually modify it do indicate/add recently added but not released icons. +* Once the release seems ready: +* Edit the version number in `package.json` (and push that change to `master`) +* Trigger the "Draft a Release" workflow manually on the Actions page (on the `master` branch) + * The workflow will add a git tag for the release +* Go to the releases list and find the draft release + * Edit the description etc pp and finally + * Push "publish release" + * The release is published on Github +* Automatically the "Update README" workflow is triggered + * The `README.md` is regenerated (the preview should already be up to date, see above) +* Automatically the "Publish release to npm" workflow is triggered + * If the npm token is not expired the release is pushed to NPM + * You need to publish on NPM manually if token is expired (expected) diff --git a/lib/font-logos/templates/assets/font-logos.css.njk b/lib/font-logos/templates/assets/font-logos.css.njk new file mode 100644 index 0000000..3500670 --- /dev/null +++ b/lib/font-logos/templates/assets/font-logos.css.njk @@ -0,0 +1,43 @@ +{% set fwClass = classPrefix+'fw' %} +@font-face { + font-display: auto; + font-family: "{{ font.name }}"; + font-style: normal; + font-weight: normal; + src: + {%- for format in formats -%} + url("{{ font.name }}.{{ format.ext }}?v={{ font.version.string|urlencode }}") format("{{ format.name }}"){% if not loop.last %},{% endif %} + {%- endfor -%} +} + +{% for id, icon in icons -%} +.{{ classPrefix }}{{ id }}::before{% if not loop.last %}, {% endif %} +{% endfor %} { + display: inline-block; + font-family: "{{ font.name }}"; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-rendering: auto; + line-height: 1; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-smoothing: antialiased; +} + +.{{ fwClass }} { + text-align: center; + width: 1em; +} + +{%- for id, icon in icons %} +.{{ classPrefix }}{{ id }}::before { + content: "\{{ icon.codepoint.toString(16) }}"; +} +{%- if icon.width > font.em %} +.{{ fwClass }}.{{ classPrefix }}{{ id }}::before { + font-size: {{ font.em/icon.width }}em; + line-height: {{ icon.width/font.em }}em; +} +{%- endif -%} +{%- endfor -%} diff --git a/lib/font-logos/templates/assets/preview.html.njk b/lib/font-logos/templates/assets/preview.html.njk new file mode 100644 index 0000000..ebf2678 --- /dev/null +++ b/lib/font-logos/templates/assets/preview.html.njk @@ -0,0 +1,42 @@ + + + + + +
    + + {% set ids=icons|keys|sort %} + {% for id in ids %} + {% set icon=icons[id] %} + + + {% for size in [12,14,16,18,20,24,28,32,36,42,48,54] %} + + {% endfor %} + + {% endfor %} + +
    fl-{{ id }} + + {{size}}px +
    + diff --git a/lib/font-logos/templates/assets/readme-header.html.njk b/lib/font-logos/templates/assets/readme-header.html.njk new file mode 100644 index 0000000..35d51c3 --- /dev/null +++ b/lib/font-logos/templates/assets/readme-header.html.njk @@ -0,0 +1,37 @@ + + +{% set icons = uniqueIcons %} {# Don't include variants (...-inverse) #} +{% set rows = 6 %} +{% set n = icons|length %} +{% set nPerRow = (n / rows) | round(0, "ceil") %} +{% set paddingPx = 5 %} +{% set widthPx = 888 %} {# Using GitHub's Readme width #} +{% set spacingPx = 2 * paddingPx %} +{% set totalSpacePx = spacingPx * (nPerRow - 1) %} +{% set iconWidthPx = (widthPx - totalSpacePx) / nPerRow %} + + + + +
    + {% for id in icons|keys|sort %} + + {% endfor %} +
    + diff --git a/lib/font-logos/vectors/almalinux.svg b/lib/font-logos/vectors/almalinux.svg new file mode 100644 index 0000000..5a6de18 --- /dev/null +++ b/lib/font-logos/vectors/almalinux.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/lib/font-logos/vectors/alpine.svg b/lib/font-logos/vectors/alpine.svg new file mode 100644 index 0000000..065823c --- /dev/null +++ b/lib/font-logos/vectors/alpine.svg @@ -0,0 +1,31 @@ + +image/svg+xml \ No newline at end of file diff --git a/lib/font-logos/vectors/aosc.svg b/lib/font-logos/vectors/aosc.svg new file mode 100644 index 0000000..e1849ea --- /dev/null +++ b/lib/font-logos/vectors/aosc.svg @@ -0,0 +1,66 @@ + + + Logo of Anthon OS4 Project + + + + + image/svg+xml + + Logo of Anthon OS4 Project + + + Junde Yi + + + + + + + Jeff Bai, Icenowy Zheng, Junde Yi + + + + + Anthon Open Source Community + + + + + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/apple.svg b/lib/font-logos/vectors/apple.svg new file mode 100644 index 0000000..b0752d8 --- /dev/null +++ b/lib/font-logos/vectors/apple.svg @@ -0,0 +1,30 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/lib/font-logos/vectors/archcraft.svg b/lib/font-logos/vectors/archcraft.svg new file mode 100644 index 0000000..2f0d209 --- /dev/null +++ b/lib/font-logos/vectors/archcraft.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/archlabs.svg b/lib/font-logos/vectors/archlabs.svg new file mode 100644 index 0000000..1dabad7 --- /dev/null +++ b/lib/font-logos/vectors/archlabs.svg @@ -0,0 +1,34 @@ + + + + + + + image/svg+xml + + + + + + + + + diff --git a/lib/font-logos/vectors/archlinux.svg b/lib/font-logos/vectors/archlinux.svg new file mode 100644 index 0000000..ab7f4cc --- /dev/null +++ b/lib/font-logos/vectors/archlinux.svg @@ -0,0 +1,34 @@ + + + + + + + image/svg+xml + + + + + + + + diff --git a/lib/font-logos/vectors/arcolinux.svg b/lib/font-logos/vectors/arcolinux.svg new file mode 100644 index 0000000..3a41c0a --- /dev/null +++ b/lib/font-logos/vectors/arcolinux.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/arduino.svg b/lib/font-logos/vectors/arduino.svg new file mode 100644 index 0000000..b026d95 --- /dev/null +++ b/lib/font-logos/vectors/arduino.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/artix.svg b/lib/font-logos/vectors/artix.svg new file mode 100644 index 0000000..e4442c8 --- /dev/null +++ b/lib/font-logos/vectors/artix.svg @@ -0,0 +1,62 @@ + + + Artix Logo Signet B&W + + + + + + + image/svg+xml + + Artix Logo Signet B&W + + + + + + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/awesome.svg b/lib/font-logos/vectors/awesome.svg new file mode 100644 index 0000000..be93584 --- /dev/null +++ b/lib/font-logos/vectors/awesome.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/biglinux.svg b/lib/font-logos/vectors/biglinux.svg new file mode 100644 index 0000000..df9b0ac --- /dev/null +++ b/lib/font-logos/vectors/biglinux.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/lib/font-logos/vectors/bspwm.svg b/lib/font-logos/vectors/bspwm.svg new file mode 100644 index 0000000..40d3eca --- /dev/null +++ b/lib/font-logos/vectors/bspwm.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/font-logos/vectors/budgie.svg b/lib/font-logos/vectors/budgie.svg new file mode 100644 index 0000000..a438404 --- /dev/null +++ b/lib/font-logos/vectors/budgie.svg @@ -0,0 +1,38 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/lib/font-logos/vectors/centos.svg b/lib/font-logos/vectors/centos.svg new file mode 100644 index 0000000..a52e487 --- /dev/null +++ b/lib/font-logos/vectors/centos.svg @@ -0,0 +1,78 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/cinnamon.svg b/lib/font-logos/vectors/cinnamon.svg new file mode 100644 index 0000000..6f7580e --- /dev/null +++ b/lib/font-logos/vectors/cinnamon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/codeberg.svg b/lib/font-logos/vectors/codeberg.svg new file mode 100644 index 0000000..635a393 --- /dev/null +++ b/lib/font-logos/vectors/codeberg.svg @@ -0,0 +1,118 @@ + + + Codeberg logo special version + + + + + + + + image/svg+xml + + Codeberg logo special version + + + Robert Martinez + + + + Special single color version with fake halftone + 2020-04-09 + + + Codeberg and the Codeberg Logo are trademarks of Codeberg e.V. + + + codeberg.org + + + Codeberg e.V. + + + + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/coreos.svg b/lib/font-logos/vectors/coreos.svg new file mode 100644 index 0000000..ab44b17 --- /dev/null +++ b/lib/font-logos/vectors/coreos.svg @@ -0,0 +1,23 @@ + +image/svg+xml \ No newline at end of file diff --git a/lib/font-logos/vectors/crystal.svg b/lib/font-logos/vectors/crystal.svg new file mode 100644 index 0000000..6d7fba0 --- /dev/null +++ b/lib/font-logos/vectors/crystal.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/lib/font-logos/vectors/debian.svg b/lib/font-logos/vectors/debian.svg new file mode 100644 index 0000000..c289848 --- /dev/null +++ b/lib/font-logos/vectors/debian.svg @@ -0,0 +1,33 @@ + + + + + + + image/svg+xml + + + + + + + + + diff --git a/lib/font-logos/vectors/deepin.svg b/lib/font-logos/vectors/deepin.svg new file mode 100644 index 0000000..1b65c4d --- /dev/null +++ b/lib/font-logos/vectors/deepin.svg @@ -0,0 +1,30 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/lib/font-logos/vectors/devuan.svg b/lib/font-logos/vectors/devuan.svg new file mode 100644 index 0000000..d35a709 --- /dev/null +++ b/lib/font-logos/vectors/devuan.svg @@ -0,0 +1,22 @@ + +image/svg+xml \ No newline at end of file diff --git a/lib/font-logos/vectors/docker.svg b/lib/font-logos/vectors/docker.svg new file mode 100644 index 0000000..f3b53da --- /dev/null +++ b/lib/font-logos/vectors/docker.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/dwm.svg b/lib/font-logos/vectors/dwm.svg new file mode 100644 index 0000000..6e808f6 --- /dev/null +++ b/lib/font-logos/vectors/dwm.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/elementary.svg b/lib/font-logos/vectors/elementary.svg new file mode 100644 index 0000000..4d4eb63 --- /dev/null +++ b/lib/font-logos/vectors/elementary.svg @@ -0,0 +1,74 @@ + + + Gentoo Logo Dark v1.0 + + + + + image/svg+xml + + Gentoo Logo Dark v1.0 + 2011-06-03 + + + Sebastian Pipping <sping@gentoo.org> + + + + + Lennart Andre Rolland, Gentoo Foundation Inc. + + + + + Gentoo Foundation Inc. + + + + + Lennart Andre Rolland for original vector version, idea for dark version and specific RGB value by unknown person + + + + + + + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/endeavour.svg b/lib/font-logos/vectors/endeavour.svg new file mode 100644 index 0000000..fc0af6b --- /dev/null +++ b/lib/font-logos/vectors/endeavour.svg @@ -0,0 +1 @@ + diff --git a/lib/font-logos/vectors/enlightenment.svg b/lib/font-logos/vectors/enlightenment.svg new file mode 100644 index 0000000..8609dcb --- /dev/null +++ b/lib/font-logos/vectors/enlightenment.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/fdroid.svg b/lib/font-logos/vectors/fdroid.svg new file mode 100644 index 0000000..6156425 --- /dev/null +++ b/lib/font-logos/vectors/fdroid.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/fedora-inverse.svg b/lib/font-logos/vectors/fedora-inverse.svg new file mode 100644 index 0000000..fa144a7 --- /dev/null +++ b/lib/font-logos/vectors/fedora-inverse.svg @@ -0,0 +1,28 @@ + + + + + + image/svg+xml + + + + + + + diff --git a/lib/font-logos/vectors/fedora.svg b/lib/font-logos/vectors/fedora.svg new file mode 100644 index 0000000..d3afbd1 --- /dev/null +++ b/lib/font-logos/vectors/fedora.svg @@ -0,0 +1,28 @@ + + + + + + image/svg+xml + + + + + + + diff --git a/lib/font-logos/vectors/ferris.svg b/lib/font-logos/vectors/ferris.svg new file mode 100644 index 0000000..f094d7b --- /dev/null +++ b/lib/font-logos/vectors/ferris.svg @@ -0,0 +1,19 @@ + + + + + + + + diff --git a/lib/font-logos/vectors/flathub.svg b/lib/font-logos/vectors/flathub.svg new file mode 100644 index 0000000..13cb1d0 --- /dev/null +++ b/lib/font-logos/vectors/flathub.svg @@ -0,0 +1,30 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/lib/font-logos/vectors/fluxbox.svg b/lib/font-logos/vectors/fluxbox.svg new file mode 100644 index 0000000..502ea10 --- /dev/null +++ b/lib/font-logos/vectors/fluxbox.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/forgejo.svg b/lib/font-logos/vectors/forgejo.svg new file mode 100644 index 0000000..b339d3a --- /dev/null +++ b/lib/font-logos/vectors/forgejo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/fosdem.svg b/lib/font-logos/vectors/fosdem.svg new file mode 100644 index 0000000..2760b13 --- /dev/null +++ b/lib/font-logos/vectors/fosdem.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/freebsd.svg b/lib/font-logos/vectors/freebsd.svg new file mode 100644 index 0000000..a4fa323 --- /dev/null +++ b/lib/font-logos/vectors/freebsd.svg @@ -0,0 +1,41 @@ + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/lib/font-logos/vectors/freecad.svg b/lib/font-logos/vectors/freecad.svg new file mode 100644 index 0000000..d4201b8 --- /dev/null +++ b/lib/font-logos/vectors/freecad.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/font-logos/vectors/freedesktop.svg b/lib/font-logos/vectors/freedesktop.svg new file mode 100644 index 0000000..e23a375 --- /dev/null +++ b/lib/font-logos/vectors/freedesktop.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/garuda.svg b/lib/font-logos/vectors/garuda.svg new file mode 100644 index 0000000..9e07eea --- /dev/null +++ b/lib/font-logos/vectors/garuda.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/lib/font-logos/vectors/gentoo.svg b/lib/font-logos/vectors/gentoo.svg new file mode 100644 index 0000000..c016852 --- /dev/null +++ b/lib/font-logos/vectors/gentoo.svg @@ -0,0 +1,75 @@ + + + Gentoo Logo Dark v1.0 + + + + + image/svg+xml + + Gentoo Logo Dark v1.0 + 2011-06-03 + + + Sebastian Pipping <sping@gentoo.org> + + + + + Lennart Andre Rolland, Gentoo Foundation Inc. + + + + + Gentoo Foundation Inc. + + + + + Lennart Andre Rolland for original vector version, idea for dark version and specific RGB value by unknown person + + + + + + + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/gimp.svg b/lib/font-logos/vectors/gimp.svg new file mode 100644 index 0000000..b553810 --- /dev/null +++ b/lib/font-logos/vectors/gimp.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/lib/font-logos/vectors/gitea.svg b/lib/font-logos/vectors/gitea.svg new file mode 100644 index 0000000..7ffa46a --- /dev/null +++ b/lib/font-logos/vectors/gitea.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/gnome.svg b/lib/font-logos/vectors/gnome.svg new file mode 100644 index 0000000..e98efeb --- /dev/null +++ b/lib/font-logos/vectors/gnome.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/gnu-guix.svg b/lib/font-logos/vectors/gnu-guix.svg new file mode 100644 index 0000000..bf1ced3 --- /dev/null +++ b/lib/font-logos/vectors/gnu-guix.svg @@ -0,0 +1 @@ + diff --git a/lib/font-logos/vectors/gtk.svg b/lib/font-logos/vectors/gtk.svg new file mode 100644 index 0000000..c30dc57 --- /dev/null +++ b/lib/font-logos/vectors/gtk.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/hyperbola.svg b/lib/font-logos/vectors/hyperbola.svg new file mode 100644 index 0000000..aa25d88 --- /dev/null +++ b/lib/font-logos/vectors/hyperbola.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/lib/font-logos/vectors/hyprland.svg b/lib/font-logos/vectors/hyprland.svg new file mode 100644 index 0000000..0b8d7c8 --- /dev/null +++ b/lib/font-logos/vectors/hyprland.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/i3.svg b/lib/font-logos/vectors/i3.svg new file mode 100644 index 0000000..28ac46a --- /dev/null +++ b/lib/font-logos/vectors/i3.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/illumos.svg b/lib/font-logos/vectors/illumos.svg new file mode 100644 index 0000000..e5b0471 --- /dev/null +++ b/lib/font-logos/vectors/illumos.svg @@ -0,0 +1 @@ + diff --git a/lib/font-logos/vectors/inkscape.svg b/lib/font-logos/vectors/inkscape.svg new file mode 100644 index 0000000..316313a --- /dev/null +++ b/lib/font-logos/vectors/inkscape.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/jwm.svg b/lib/font-logos/vectors/jwm.svg new file mode 100644 index 0000000..1e41cbc --- /dev/null +++ b/lib/font-logos/vectors/jwm.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/kali-linux.svg b/lib/font-logos/vectors/kali-linux.svg new file mode 100644 index 0000000..abc6fdb --- /dev/null +++ b/lib/font-logos/vectors/kali-linux.svg @@ -0,0 +1,16 @@ + + + + + diff --git a/lib/font-logos/vectors/kde-neon.svg b/lib/font-logos/vectors/kde-neon.svg new file mode 100644 index 0000000..5d00ef4 --- /dev/null +++ b/lib/font-logos/vectors/kde-neon.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/kde-plasma.svg b/lib/font-logos/vectors/kde-plasma.svg new file mode 100644 index 0000000..eba179b --- /dev/null +++ b/lib/font-logos/vectors/kde-plasma.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/lib/font-logos/vectors/kde.svg b/lib/font-logos/vectors/kde.svg new file mode 100644 index 0000000..ed6cdbc --- /dev/null +++ b/lib/font-logos/vectors/kde.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/font-logos/vectors/kdenlive.svg b/lib/font-logos/vectors/kdenlive.svg new file mode 100644 index 0000000..3b55be1 --- /dev/null +++ b/lib/font-logos/vectors/kdenlive.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/kicad.svg b/lib/font-logos/vectors/kicad.svg new file mode 100644 index 0000000..15c6926 --- /dev/null +++ b/lib/font-logos/vectors/kicad.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/krita.svg b/lib/font-logos/vectors/krita.svg new file mode 100644 index 0000000..0dcde56 --- /dev/null +++ b/lib/font-logos/vectors/krita.svg @@ -0,0 +1,4 @@ + + Krita + + diff --git a/lib/font-logos/vectors/kubuntu-inverse.svg b/lib/font-logos/vectors/kubuntu-inverse.svg new file mode 100644 index 0000000..b9bd108 --- /dev/null +++ b/lib/font-logos/vectors/kubuntu-inverse.svg @@ -0,0 +1,5 @@ + +image/svg+xml + + + diff --git a/lib/font-logos/vectors/kubuntu.svg b/lib/font-logos/vectors/kubuntu.svg new file mode 100644 index 0000000..41ae832 --- /dev/null +++ b/lib/font-logos/vectors/kubuntu.svg @@ -0,0 +1,90 @@ + +image/svg+xml + + + \ No newline at end of file diff --git a/lib/font-logos/vectors/libreoffice.svg b/lib/font-logos/vectors/libreoffice.svg new file mode 100644 index 0000000..3f24de2 --- /dev/null +++ b/lib/font-logos/vectors/libreoffice.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/font-logos/vectors/libreofficebase.svg b/lib/font-logos/vectors/libreofficebase.svg new file mode 100644 index 0000000..dcccc5b --- /dev/null +++ b/lib/font-logos/vectors/libreofficebase.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/font-logos/vectors/libreofficecalc.svg b/lib/font-logos/vectors/libreofficecalc.svg new file mode 100644 index 0000000..3a6cb6f --- /dev/null +++ b/lib/font-logos/vectors/libreofficecalc.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/font-logos/vectors/libreofficedraw.svg b/lib/font-logos/vectors/libreofficedraw.svg new file mode 100644 index 0000000..0d7955c --- /dev/null +++ b/lib/font-logos/vectors/libreofficedraw.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/font-logos/vectors/libreofficeimpress.svg b/lib/font-logos/vectors/libreofficeimpress.svg new file mode 100644 index 0000000..0924f8a --- /dev/null +++ b/lib/font-logos/vectors/libreofficeimpress.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/font-logos/vectors/libreofficemath.svg b/lib/font-logos/vectors/libreofficemath.svg new file mode 100644 index 0000000..69fa51e --- /dev/null +++ b/lib/font-logos/vectors/libreofficemath.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/font-logos/vectors/libreofficewriter.svg b/lib/font-logos/vectors/libreofficewriter.svg new file mode 100644 index 0000000..38fec53 --- /dev/null +++ b/lib/font-logos/vectors/libreofficewriter.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/font-logos/vectors/linuxmint-inverse.svg b/lib/font-logos/vectors/linuxmint-inverse.svg new file mode 100644 index 0000000..3814218 --- /dev/null +++ b/lib/font-logos/vectors/linuxmint-inverse.svg @@ -0,0 +1,28 @@ + + + + + + + image/svg+xml + + + + + + diff --git a/lib/font-logos/vectors/linuxmint.svg b/lib/font-logos/vectors/linuxmint.svg new file mode 100644 index 0000000..7d66484 --- /dev/null +++ b/lib/font-logos/vectors/linuxmint.svg @@ -0,0 +1,49 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/locos.svg b/lib/font-logos/vectors/locos.svg new file mode 100644 index 0000000..c25dc7d --- /dev/null +++ b/lib/font-logos/vectors/locos.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/lxde.svg b/lib/font-logos/vectors/lxde.svg new file mode 100644 index 0000000..2ae3c35 --- /dev/null +++ b/lib/font-logos/vectors/lxde.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/lxle.svg b/lib/font-logos/vectors/lxle.svg new file mode 100644 index 0000000..4e10178 --- /dev/null +++ b/lib/font-logos/vectors/lxle.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/font-logos/vectors/lxqt.svg b/lib/font-logos/vectors/lxqt.svg new file mode 100644 index 0000000..fc724f1 --- /dev/null +++ b/lib/font-logos/vectors/lxqt.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/mageia.svg b/lib/font-logos/vectors/mageia.svg new file mode 100644 index 0000000..9c4f9e2 --- /dev/null +++ b/lib/font-logos/vectors/mageia.svg @@ -0,0 +1,43 @@ + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/lib/font-logos/vectors/mandriva.svg b/lib/font-logos/vectors/mandriva.svg new file mode 100644 index 0000000..72e5082 --- /dev/null +++ b/lib/font-logos/vectors/mandriva.svg @@ -0,0 +1,90 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/manjaro.svg b/lib/font-logos/vectors/manjaro.svg new file mode 100644 index 0000000..c091f05 --- /dev/null +++ b/lib/font-logos/vectors/manjaro.svg @@ -0,0 +1,47 @@ + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/lib/font-logos/vectors/mate.svg b/lib/font-logos/vectors/mate.svg new file mode 100644 index 0000000..4e7b2d7 --- /dev/null +++ b/lib/font-logos/vectors/mate.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/mpv.svg b/lib/font-logos/vectors/mpv.svg new file mode 100644 index 0000000..7c41d97 --- /dev/null +++ b/lib/font-logos/vectors/mpv.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/mxlinux.svg b/lib/font-logos/vectors/mxlinux.svg new file mode 100644 index 0000000..6e17bb3 --- /dev/null +++ b/lib/font-logos/vectors/mxlinux.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/font-logos/vectors/neovim.svg b/lib/font-logos/vectors/neovim.svg new file mode 100644 index 0000000..028fe1c --- /dev/null +++ b/lib/font-logos/vectors/neovim.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/nixos.svg b/lib/font-logos/vectors/nixos.svg new file mode 100644 index 0000000..2701ba9 --- /dev/null +++ b/lib/font-logos/vectors/nixos.svg @@ -0,0 +1,65 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/octoprint.svg b/lib/font-logos/vectors/octoprint.svg new file mode 100644 index 0000000..04598c5 --- /dev/null +++ b/lib/font-logos/vectors/octoprint.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/openbsd.svg b/lib/font-logos/vectors/openbsd.svg new file mode 100644 index 0000000..7c4f557 --- /dev/null +++ b/lib/font-logos/vectors/openbsd.svg @@ -0,0 +1 @@ + diff --git a/lib/font-logos/vectors/openscad.svg b/lib/font-logos/vectors/openscad.svg new file mode 100644 index 0000000..fc09c29 --- /dev/null +++ b/lib/font-logos/vectors/openscad.svg @@ -0,0 +1,4 @@ + + file_type_openscad + + diff --git a/lib/font-logos/vectors/opensuse.svg b/lib/font-logos/vectors/opensuse.svg new file mode 100644 index 0000000..3b9b5b2 --- /dev/null +++ b/lib/font-logos/vectors/opensuse.svg @@ -0,0 +1,51 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/osh.svg b/lib/font-logos/vectors/osh.svg new file mode 100644 index 0000000..1dd53ef --- /dev/null +++ b/lib/font-logos/vectors/osh.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/oshwa.svg b/lib/font-logos/vectors/oshwa.svg new file mode 100644 index 0000000..9a8f13d --- /dev/null +++ b/lib/font-logos/vectors/oshwa.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/osi.svg b/lib/font-logos/vectors/osi.svg new file mode 100644 index 0000000..1fc6070 --- /dev/null +++ b/lib/font-logos/vectors/osi.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/parabola.svg b/lib/font-logos/vectors/parabola.svg new file mode 100644 index 0000000..33a809c --- /dev/null +++ b/lib/font-logos/vectors/parabola.svg @@ -0,0 +1,5 @@ + + + Parabola Official Icon (Default Color) + + diff --git a/lib/font-logos/vectors/parrot.svg b/lib/font-logos/vectors/parrot.svg new file mode 100644 index 0000000..28924a1 --- /dev/null +++ b/lib/font-logos/vectors/parrot.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + image/svg+xml + + + + + + diff --git a/lib/font-logos/vectors/pop-os.svg b/lib/font-logos/vectors/pop-os.svg new file mode 100644 index 0000000..9532361 --- /dev/null +++ b/lib/font-logos/vectors/pop-os.svg @@ -0,0 +1,38 @@ + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/lib/font-logos/vectors/postmarketos.svg b/lib/font-logos/vectors/postmarketos.svg new file mode 100644 index 0000000..78b4a54 --- /dev/null +++ b/lib/font-logos/vectors/postmarketos.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/prusaslicer.svg b/lib/font-logos/vectors/prusaslicer.svg new file mode 100644 index 0000000..e9f8930 --- /dev/null +++ b/lib/font-logos/vectors/prusaslicer.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/puppy.svg b/lib/font-logos/vectors/puppy.svg new file mode 100644 index 0000000..78c279a --- /dev/null +++ b/lib/font-logos/vectors/puppy.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/qt.svg b/lib/font-logos/vectors/qt.svg new file mode 100644 index 0000000..99353da --- /dev/null +++ b/lib/font-logos/vectors/qt.svg @@ -0,0 +1 @@ + diff --git a/lib/font-logos/vectors/qtile.svg b/lib/font-logos/vectors/qtile.svg new file mode 100644 index 0000000..d152563 --- /dev/null +++ b/lib/font-logos/vectors/qtile.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/qubesos.svg b/lib/font-logos/vectors/qubesos.svg new file mode 100644 index 0000000..46b3d7f --- /dev/null +++ b/lib/font-logos/vectors/qubesos.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/font-logos/vectors/raspberry-pi.svg b/lib/font-logos/vectors/raspberry-pi.svg new file mode 100644 index 0000000..bf66c85 --- /dev/null +++ b/lib/font-logos/vectors/raspberry-pi.svg @@ -0,0 +1 @@ + diff --git a/lib/font-logos/vectors/redhat.svg b/lib/font-logos/vectors/redhat.svg new file mode 100644 index 0000000..649f585 --- /dev/null +++ b/lib/font-logos/vectors/redhat.svg @@ -0,0 +1,41 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/reprap.svg b/lib/font-logos/vectors/reprap.svg new file mode 100644 index 0000000..7f6d79b --- /dev/null +++ b/lib/font-logos/vectors/reprap.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/riscv.svg b/lib/font-logos/vectors/riscv.svg new file mode 100644 index 0000000..6347553 --- /dev/null +++ b/lib/font-logos/vectors/riscv.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/rocky-linux.svg b/lib/font-logos/vectors/rocky-linux.svg new file mode 100644 index 0000000..a7fbecc --- /dev/null +++ b/lib/font-logos/vectors/rocky-linux.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/sabayon.svg b/lib/font-logos/vectors/sabayon.svg new file mode 100644 index 0000000..fa2ab23 --- /dev/null +++ b/lib/font-logos/vectors/sabayon.svg @@ -0,0 +1,32 @@ + + + + + + + image/svg+xml + + + + + + + + diff --git a/lib/font-logos/vectors/slackware-inverse.svg b/lib/font-logos/vectors/slackware-inverse.svg new file mode 100644 index 0000000..a0f9778 --- /dev/null +++ b/lib/font-logos/vectors/slackware-inverse.svg @@ -0,0 +1,42 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/slackware.svg b/lib/font-logos/vectors/slackware.svg new file mode 100644 index 0000000..fe5e1be --- /dev/null +++ b/lib/font-logos/vectors/slackware.svg @@ -0,0 +1,36 @@ + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/lib/font-logos/vectors/snappy.svg b/lib/font-logos/vectors/snappy.svg new file mode 100644 index 0000000..90a6a7f --- /dev/null +++ b/lib/font-logos/vectors/snappy.svg @@ -0,0 +1 @@ + diff --git a/lib/font-logos/vectors/solus.svg b/lib/font-logos/vectors/solus.svg new file mode 100644 index 0000000..a1cf262 --- /dev/null +++ b/lib/font-logos/vectors/solus.svg @@ -0,0 +1,39 @@ + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/lib/font-logos/vectors/sway.svg b/lib/font-logos/vectors/sway.svg new file mode 100644 index 0000000..44dc6e7 --- /dev/null +++ b/lib/font-logos/vectors/sway.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/tails.svg b/lib/font-logos/vectors/tails.svg new file mode 100644 index 0000000..8be98b7 --- /dev/null +++ b/lib/font-logos/vectors/tails.svg @@ -0,0 +1,3 @@ + + + diff --git a/lib/font-logos/vectors/thunderbird.svg b/lib/font-logos/vectors/thunderbird.svg new file mode 100644 index 0000000..a55caf9 --- /dev/null +++ b/lib/font-logos/vectors/thunderbird.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/tor.svg b/lib/font-logos/vectors/tor.svg new file mode 100644 index 0000000..68ac3d3 --- /dev/null +++ b/lib/font-logos/vectors/tor.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/trisquel.svg b/lib/font-logos/vectors/trisquel.svg new file mode 100644 index 0000000..be18000 --- /dev/null +++ b/lib/font-logos/vectors/trisquel.svg @@ -0,0 +1,4 @@ + + Trisquel logo + + diff --git a/lib/font-logos/vectors/tux.svg b/lib/font-logos/vectors/tux.svg new file mode 100644 index 0000000..0051619 --- /dev/null +++ b/lib/font-logos/vectors/tux.svg @@ -0,0 +1 @@ + diff --git a/lib/font-logos/vectors/ubuntu-inverse.svg b/lib/font-logos/vectors/ubuntu-inverse.svg new file mode 100644 index 0000000..38161c7 --- /dev/null +++ b/lib/font-logos/vectors/ubuntu-inverse.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/lib/font-logos/vectors/ubuntu.svg b/lib/font-logos/vectors/ubuntu.svg new file mode 100644 index 0000000..84dfb51 --- /dev/null +++ b/lib/font-logos/vectors/ubuntu.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/lib/font-logos/vectors/vanilla.svg b/lib/font-logos/vectors/vanilla.svg new file mode 100644 index 0000000..a9205ea --- /dev/null +++ b/lib/font-logos/vectors/vanilla.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/void.svg b/lib/font-logos/vectors/void.svg new file mode 100644 index 0000000..a7a6447 --- /dev/null +++ b/lib/font-logos/vectors/void.svg @@ -0,0 +1,100 @@ + + + + Logo of Anthon OS4 Project + + + + + image/svg+xml + + Logo of Anthon OS4 Project + + + Junde Yi + + + + + + + Jeff Bai, Icenowy Zheng, Junde Yi + + + + + Anthon Open Source Community + + + + + + + + + + + + + + + + + + diff --git a/lib/font-logos/vectors/vscodium.svg b/lib/font-logos/vectors/vscodium.svg new file mode 100644 index 0000000..da4c32b --- /dev/null +++ b/lib/font-logos/vectors/vscodium.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/wayland.svg b/lib/font-logos/vectors/wayland.svg new file mode 100644 index 0000000..ee34f7b --- /dev/null +++ b/lib/font-logos/vectors/wayland.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/wikimedia.svg b/lib/font-logos/vectors/wikimedia.svg new file mode 100644 index 0000000..31b1a11 --- /dev/null +++ b/lib/font-logos/vectors/wikimedia.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/xerolinux.svg b/lib/font-logos/vectors/xerolinux.svg new file mode 100644 index 0000000..184e988 --- /dev/null +++ b/lib/font-logos/vectors/xerolinux.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/xfce.svg b/lib/font-logos/vectors/xfce.svg new file mode 100644 index 0000000..e071d98 --- /dev/null +++ b/lib/font-logos/vectors/xfce.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/xmonad.svg b/lib/font-logos/vectors/xmonad.svg new file mode 100644 index 0000000..27670d6 --- /dev/null +++ b/lib/font-logos/vectors/xmonad.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/xorg.svg b/lib/font-logos/vectors/xorg.svg new file mode 100644 index 0000000..50afae3 --- /dev/null +++ b/lib/font-logos/vectors/xorg.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/font-logos/vectors/zorin.svg b/lib/font-logos/vectors/zorin.svg new file mode 100644 index 0000000..0d280b7 --- /dev/null +++ b/lib/font-logos/vectors/zorin.svg @@ -0,0 +1,34 @@ + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/lib/font-logos/yarn.lock b/lib/font-logos/yarn.lock new file mode 100644 index 0000000..5146278 --- /dev/null +++ b/lib/font-logos/yarn.lock @@ -0,0 +1,37 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +a-sync-waterfall@^1.0.0: + version "1.0.1" + resolved "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz" + integrity sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA== + +asap@^2.0.3: + version "2.0.6" + resolved "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz" + integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA== + +commander@^5.1.0: + version "5.1.0" + resolved "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz" + integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg== + +font-logos@^1.2.0: + version "1.2.0" + resolved "https://registry.npmjs.org/font-logos/-/font-logos-1.2.0.tgz" + integrity sha512-LQYjEmXRXCYk0jg/lZMMM9tonmAfaVbBRsn7J0XwWcjXKIN6ZqNakOWhn/Sjt7jBocaQhrHx1EWAFGv6R0zQKw== + +lodash.merge@^4.6.2: + version "4.6.2" + resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" + integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== + +nunjucks@^3.2.4: + version "3.2.4" + resolved "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.4.tgz" + integrity sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ== + dependencies: + a-sync-waterfall "^1.0.0" + asap "^2.0.3" + commander "^5.1.0" diff --git a/lib/fontawesome-free-6.6.0-web/LICENSE.txt b/lib/fontawesome-free-6.6.0-web/LICENSE.txt new file mode 100644 index 0000000..e69c5e3 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/LICENSE.txt @@ -0,0 +1,165 @@ +Fonticons, Inc. (https://fontawesome.com) + +-------------------------------------------------------------------------------- + +Font Awesome Free License + +Font Awesome Free is free, open source, and GPL friendly. You can use it for +commercial projects, open source projects, or really almost whatever you want. +Full Font Awesome Free license: https://fontawesome.com/license/free. + +-------------------------------------------------------------------------------- + +# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) + +The Font Awesome Free download is licensed under a Creative Commons +Attribution 4.0 International License and applies to all icons packaged +as SVG and JS file types. + +-------------------------------------------------------------------------------- + +# Fonts: SIL OFL 1.1 License + +In the Font Awesome Free download, the SIL OFL license applies to all icons +packaged as web and desktop font files. + +Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com) +with Reserved Font Name: "Font Awesome". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +SIL OPEN FONT LICENSE +Version 1.1 - 26 February 2007 + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting — in part or in whole — any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. + +-------------------------------------------------------------------------------- + +# Code: MIT License (https://opensource.org/licenses/MIT) + +In the Font Awesome Free download, the MIT license applies to all non-font and +non-icon files. + +Copyright 2024 Fonticons, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in the +Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------------------------------------------------------------------------- + +# Attribution + +Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font +Awesome Free files already contain embedded comments with sufficient +attribution, so you shouldn't need to do anything additional when using these +files normally. + +We've kept attribution comments terse, so we ask that you do not actively work +to remove them from files, especially code. They're a great way for folks to +learn about Font Awesome. + +-------------------------------------------------------------------------------- + +# Brand Icons + +All brand icons are trademarks of their respective owners. The use of these +trademarks does not indicate endorsement of the trademark holder by Font +Awesome, nor vice versa. **Please do not use brand logos for any purpose except +to represent the company, product, or service to which they refer.** diff --git a/lib/fontawesome-free-6.6.0-web/css/all.css b/lib/fontawesome-free-6.6.0-web/css/all.css new file mode 100644 index 0000000..c093364 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/all.css @@ -0,0 +1,7876 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +.fa { + font-family: var(--fa-style-family, "Font Awesome 6 Free"); + font-weight: var(--fa-style, 900); } + +.fa-solid, +.fa-regular, +.fa-brands, +.fas, +.far, +.fab, +.fa-sharp-solid, +.fa-classic, +.fa { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: var(--fa-display, inline-block); + font-style: normal; + font-variant: normal; + line-height: 1; + text-rendering: auto; } + +.fas, +.fa-classic, +.fa-solid, +.far, +.fa-regular { + font-family: 'Font Awesome 6 Free'; } + +.fab, +.fa-brands { + font-family: 'Font Awesome 6 Brands'; } + +.fa-1x { + font-size: 1em; } + +.fa-2x { + font-size: 2em; } + +.fa-3x { + font-size: 3em; } + +.fa-4x { + font-size: 4em; } + +.fa-5x { + font-size: 5em; } + +.fa-6x { + font-size: 6em; } + +.fa-7x { + font-size: 7em; } + +.fa-8x { + font-size: 8em; } + +.fa-9x { + font-size: 9em; } + +.fa-10x { + font-size: 10em; } + +.fa-2xs { + font-size: 0.625em; + line-height: 0.1em; + vertical-align: 0.225em; } + +.fa-xs { + font-size: 0.75em; + line-height: 0.08333em; + vertical-align: 0.125em; } + +.fa-sm { + font-size: 0.875em; + line-height: 0.07143em; + vertical-align: 0.05357em; } + +.fa-lg { + font-size: 1.25em; + line-height: 0.05em; + vertical-align: -0.075em; } + +.fa-xl { + font-size: 1.5em; + line-height: 0.04167em; + vertical-align: -0.125em; } + +.fa-2xl { + font-size: 2em; + line-height: 0.03125em; + vertical-align: -0.1875em; } + +.fa-fw { + text-align: center; + width: 1.25em; } + +.fa-ul { + list-style-type: none; + margin-left: var(--fa-li-margin, 2.5em); + padding-left: 0; } + .fa-ul > li { + position: relative; } + +.fa-li { + left: calc(-1 * var(--fa-li-width, 2em)); + position: absolute; + text-align: center; + width: var(--fa-li-width, 2em); + line-height: inherit; } + +.fa-border { + border-color: var(--fa-border-color, #eee); + border-radius: var(--fa-border-radius, 0.1em); + border-style: var(--fa-border-style, solid); + border-width: var(--fa-border-width, 0.08em); + padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } + +.fa-pull-left { + float: left; + margin-right: var(--fa-pull-margin, 0.3em); } + +.fa-pull-right { + float: right; + margin-left: var(--fa-pull-margin, 0.3em); } + +.fa-beat { + animation-name: fa-beat; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-bounce { + animation-name: fa-bounce; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } + +.fa-fade { + animation-name: fa-fade; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-beat-fade { + animation-name: fa-beat-fade; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-flip { + animation-name: fa-flip; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-shake { + animation-name: fa-shake; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin { + animation-name: fa-spin; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 2s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin-reverse { + --fa-animation-direction: reverse; } + +.fa-pulse, +.fa-spin-pulse { + animation-name: fa-spin; + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, steps(8)); } + +@media (prefers-reduced-motion: reduce) { + .fa-beat, + .fa-bounce, + .fa-fade, + .fa-beat-fade, + .fa-flip, + .fa-pulse, + .fa-shake, + .fa-spin, + .fa-spin-pulse { + animation-delay: -1ms; + animation-duration: 1ms; + animation-iteration-count: 1; + transition-delay: 0s; + transition-duration: 0s; } } + +@keyframes fa-beat { + 0%, 90% { + transform: scale(1); } + 45% { + transform: scale(var(--fa-beat-scale, 1.25)); } } + +@keyframes fa-bounce { + 0% { + transform: scale(1, 1) translateY(0); } + 10% { + transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { + transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } + 50% { + transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { + transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } + 64% { + transform: scale(1, 1) translateY(0); } + 100% { + transform: scale(1, 1) translateY(0); } } + +@keyframes fa-fade { + 50% { + opacity: var(--fa-fade-opacity, 0.4); } } + +@keyframes fa-beat-fade { + 0%, 100% { + opacity: var(--fa-beat-fade-opacity, 0.4); + transform: scale(1); } + 50% { + opacity: 1; + transform: scale(var(--fa-beat-fade-scale, 1.125)); } } + +@keyframes fa-flip { + 50% { + transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } + +@keyframes fa-shake { + 0% { + transform: rotate(-15deg); } + 4% { + transform: rotate(15deg); } + 8%, 24% { + transform: rotate(-18deg); } + 12%, 28% { + transform: rotate(18deg); } + 16% { + transform: rotate(-22deg); } + 20% { + transform: rotate(22deg); } + 32% { + transform: rotate(-12deg); } + 36% { + transform: rotate(12deg); } + 40%, 100% { + transform: rotate(0deg); } } + +@keyframes fa-spin { + 0% { + transform: rotate(0deg); } + 100% { + transform: rotate(360deg); } } + +.fa-rotate-90 { + transform: rotate(90deg); } + +.fa-rotate-180 { + transform: rotate(180deg); } + +.fa-rotate-270 { + transform: rotate(270deg); } + +.fa-flip-horizontal { + transform: scale(-1, 1); } + +.fa-flip-vertical { + transform: scale(1, -1); } + +.fa-flip-both, +.fa-flip-horizontal.fa-flip-vertical { + transform: scale(-1, -1); } + +.fa-rotate-by { + transform: rotate(var(--fa-rotate-angle, 0)); } + +.fa-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: 2.5em; } + +.fa-stack-1x, +.fa-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; + z-index: var(--fa-stack-z-index, auto); } + +.fa-stack-1x { + line-height: inherit; } + +.fa-stack-2x { + font-size: 2em; } + +.fa-inverse { + color: var(--fa-inverse, #fff); } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ + +.fa-0::before { + content: "\30"; } + +.fa-1::before { + content: "\31"; } + +.fa-2::before { + content: "\32"; } + +.fa-3::before { + content: "\33"; } + +.fa-4::before { + content: "\34"; } + +.fa-5::before { + content: "\35"; } + +.fa-6::before { + content: "\36"; } + +.fa-7::before { + content: "\37"; } + +.fa-8::before { + content: "\38"; } + +.fa-9::before { + content: "\39"; } + +.fa-fill-drip::before { + content: "\f576"; } + +.fa-arrows-to-circle::before { + content: "\e4bd"; } + +.fa-circle-chevron-right::before { + content: "\f138"; } + +.fa-chevron-circle-right::before { + content: "\f138"; } + +.fa-at::before { + content: "\40"; } + +.fa-trash-can::before { + content: "\f2ed"; } + +.fa-trash-alt::before { + content: "\f2ed"; } + +.fa-text-height::before { + content: "\f034"; } + +.fa-user-xmark::before { + content: "\f235"; } + +.fa-user-times::before { + content: "\f235"; } + +.fa-stethoscope::before { + content: "\f0f1"; } + +.fa-message::before { + content: "\f27a"; } + +.fa-comment-alt::before { + content: "\f27a"; } + +.fa-info::before { + content: "\f129"; } + +.fa-down-left-and-up-right-to-center::before { + content: "\f422"; } + +.fa-compress-alt::before { + content: "\f422"; } + +.fa-explosion::before { + content: "\e4e9"; } + +.fa-file-lines::before { + content: "\f15c"; } + +.fa-file-alt::before { + content: "\f15c"; } + +.fa-file-text::before { + content: "\f15c"; } + +.fa-wave-square::before { + content: "\f83e"; } + +.fa-ring::before { + content: "\f70b"; } + +.fa-building-un::before { + content: "\e4d9"; } + +.fa-dice-three::before { + content: "\f527"; } + +.fa-calendar-days::before { + content: "\f073"; } + +.fa-calendar-alt::before { + content: "\f073"; } + +.fa-anchor-circle-check::before { + content: "\e4aa"; } + +.fa-building-circle-arrow-right::before { + content: "\e4d1"; } + +.fa-volleyball::before { + content: "\f45f"; } + +.fa-volleyball-ball::before { + content: "\f45f"; } + +.fa-arrows-up-to-line::before { + content: "\e4c2"; } + +.fa-sort-down::before { + content: "\f0dd"; } + +.fa-sort-desc::before { + content: "\f0dd"; } + +.fa-circle-minus::before { + content: "\f056"; } + +.fa-minus-circle::before { + content: "\f056"; } + +.fa-door-open::before { + content: "\f52b"; } + +.fa-right-from-bracket::before { + content: "\f2f5"; } + +.fa-sign-out-alt::before { + content: "\f2f5"; } + +.fa-atom::before { + content: "\f5d2"; } + +.fa-soap::before { + content: "\e06e"; } + +.fa-icons::before { + content: "\f86d"; } + +.fa-heart-music-camera-bolt::before { + content: "\f86d"; } + +.fa-microphone-lines-slash::before { + content: "\f539"; } + +.fa-microphone-alt-slash::before { + content: "\f539"; } + +.fa-bridge-circle-check::before { + content: "\e4c9"; } + +.fa-pump-medical::before { + content: "\e06a"; } + +.fa-fingerprint::before { + content: "\f577"; } + +.fa-hand-point-right::before { + content: "\f0a4"; } + +.fa-magnifying-glass-location::before { + content: "\f689"; } + +.fa-search-location::before { + content: "\f689"; } + +.fa-forward-step::before { + content: "\f051"; } + +.fa-step-forward::before { + content: "\f051"; } + +.fa-face-smile-beam::before { + content: "\f5b8"; } + +.fa-smile-beam::before { + content: "\f5b8"; } + +.fa-flag-checkered::before { + content: "\f11e"; } + +.fa-football::before { + content: "\f44e"; } + +.fa-football-ball::before { + content: "\f44e"; } + +.fa-school-circle-exclamation::before { + content: "\e56c"; } + +.fa-crop::before { + content: "\f125"; } + +.fa-angles-down::before { + content: "\f103"; } + +.fa-angle-double-down::before { + content: "\f103"; } + +.fa-users-rectangle::before { + content: "\e594"; } + +.fa-people-roof::before { + content: "\e537"; } + +.fa-people-line::before { + content: "\e534"; } + +.fa-beer-mug-empty::before { + content: "\f0fc"; } + +.fa-beer::before { + content: "\f0fc"; } + +.fa-diagram-predecessor::before { + content: "\e477"; } + +.fa-arrow-up-long::before { + content: "\f176"; } + +.fa-long-arrow-up::before { + content: "\f176"; } + +.fa-fire-flame-simple::before { + content: "\f46a"; } + +.fa-burn::before { + content: "\f46a"; } + +.fa-person::before { + content: "\f183"; } + +.fa-male::before { + content: "\f183"; } + +.fa-laptop::before { + content: "\f109"; } + +.fa-file-csv::before { + content: "\f6dd"; } + +.fa-menorah::before { + content: "\f676"; } + +.fa-truck-plane::before { + content: "\e58f"; } + +.fa-record-vinyl::before { + content: "\f8d9"; } + +.fa-face-grin-stars::before { + content: "\f587"; } + +.fa-grin-stars::before { + content: "\f587"; } + +.fa-bong::before { + content: "\f55c"; } + +.fa-spaghetti-monster-flying::before { + content: "\f67b"; } + +.fa-pastafarianism::before { + content: "\f67b"; } + +.fa-arrow-down-up-across-line::before { + content: "\e4af"; } + +.fa-spoon::before { + content: "\f2e5"; } + +.fa-utensil-spoon::before { + content: "\f2e5"; } + +.fa-jar-wheat::before { + content: "\e517"; } + +.fa-envelopes-bulk::before { + content: "\f674"; } + +.fa-mail-bulk::before { + content: "\f674"; } + +.fa-file-circle-exclamation::before { + content: "\e4eb"; } + +.fa-circle-h::before { + content: "\f47e"; } + +.fa-hospital-symbol::before { + content: "\f47e"; } + +.fa-pager::before { + content: "\f815"; } + +.fa-address-book::before { + content: "\f2b9"; } + +.fa-contact-book::before { + content: "\f2b9"; } + +.fa-strikethrough::before { + content: "\f0cc"; } + +.fa-k::before { + content: "\4b"; } + +.fa-landmark-flag::before { + content: "\e51c"; } + +.fa-pencil::before { + content: "\f303"; } + +.fa-pencil-alt::before { + content: "\f303"; } + +.fa-backward::before { + content: "\f04a"; } + +.fa-caret-right::before { + content: "\f0da"; } + +.fa-comments::before { + content: "\f086"; } + +.fa-paste::before { + content: "\f0ea"; } + +.fa-file-clipboard::before { + content: "\f0ea"; } + +.fa-code-pull-request::before { + content: "\e13c"; } + +.fa-clipboard-list::before { + content: "\f46d"; } + +.fa-truck-ramp-box::before { + content: "\f4de"; } + +.fa-truck-loading::before { + content: "\f4de"; } + +.fa-user-check::before { + content: "\f4fc"; } + +.fa-vial-virus::before { + content: "\e597"; } + +.fa-sheet-plastic::before { + content: "\e571"; } + +.fa-blog::before { + content: "\f781"; } + +.fa-user-ninja::before { + content: "\f504"; } + +.fa-person-arrow-up-from-line::before { + content: "\e539"; } + +.fa-scroll-torah::before { + content: "\f6a0"; } + +.fa-torah::before { + content: "\f6a0"; } + +.fa-broom-ball::before { + content: "\f458"; } + +.fa-quidditch::before { + content: "\f458"; } + +.fa-quidditch-broom-ball::before { + content: "\f458"; } + +.fa-toggle-off::before { + content: "\f204"; } + +.fa-box-archive::before { + content: "\f187"; } + +.fa-archive::before { + content: "\f187"; } + +.fa-person-drowning::before { + content: "\e545"; } + +.fa-arrow-down-9-1::before { + content: "\f886"; } + +.fa-sort-numeric-desc::before { + content: "\f886"; } + +.fa-sort-numeric-down-alt::before { + content: "\f886"; } + +.fa-face-grin-tongue-squint::before { + content: "\f58a"; } + +.fa-grin-tongue-squint::before { + content: "\f58a"; } + +.fa-spray-can::before { + content: "\f5bd"; } + +.fa-truck-monster::before { + content: "\f63b"; } + +.fa-w::before { + content: "\57"; } + +.fa-earth-africa::before { + content: "\f57c"; } + +.fa-globe-africa::before { + content: "\f57c"; } + +.fa-rainbow::before { + content: "\f75b"; } + +.fa-circle-notch::before { + content: "\f1ce"; } + +.fa-tablet-screen-button::before { + content: "\f3fa"; } + +.fa-tablet-alt::before { + content: "\f3fa"; } + +.fa-paw::before { + content: "\f1b0"; } + +.fa-cloud::before { + content: "\f0c2"; } + +.fa-trowel-bricks::before { + content: "\e58a"; } + +.fa-face-flushed::before { + content: "\f579"; } + +.fa-flushed::before { + content: "\f579"; } + +.fa-hospital-user::before { + content: "\f80d"; } + +.fa-tent-arrow-left-right::before { + content: "\e57f"; } + +.fa-gavel::before { + content: "\f0e3"; } + +.fa-legal::before { + content: "\f0e3"; } + +.fa-binoculars::before { + content: "\f1e5"; } + +.fa-microphone-slash::before { + content: "\f131"; } + +.fa-box-tissue::before { + content: "\e05b"; } + +.fa-motorcycle::before { + content: "\f21c"; } + +.fa-bell-concierge::before { + content: "\f562"; } + +.fa-concierge-bell::before { + content: "\f562"; } + +.fa-pen-ruler::before { + content: "\f5ae"; } + +.fa-pencil-ruler::before { + content: "\f5ae"; } + +.fa-people-arrows::before { + content: "\e068"; } + +.fa-people-arrows-left-right::before { + content: "\e068"; } + +.fa-mars-and-venus-burst::before { + content: "\e523"; } + +.fa-square-caret-right::before { + content: "\f152"; } + +.fa-caret-square-right::before { + content: "\f152"; } + +.fa-scissors::before { + content: "\f0c4"; } + +.fa-cut::before { + content: "\f0c4"; } + +.fa-sun-plant-wilt::before { + content: "\e57a"; } + +.fa-toilets-portable::before { + content: "\e584"; } + +.fa-hockey-puck::before { + content: "\f453"; } + +.fa-table::before { + content: "\f0ce"; } + +.fa-magnifying-glass-arrow-right::before { + content: "\e521"; } + +.fa-tachograph-digital::before { + content: "\f566"; } + +.fa-digital-tachograph::before { + content: "\f566"; } + +.fa-users-slash::before { + content: "\e073"; } + +.fa-clover::before { + content: "\e139"; } + +.fa-reply::before { + content: "\f3e5"; } + +.fa-mail-reply::before { + content: "\f3e5"; } + +.fa-star-and-crescent::before { + content: "\f699"; } + +.fa-house-fire::before { + content: "\e50c"; } + +.fa-square-minus::before { + content: "\f146"; } + +.fa-minus-square::before { + content: "\f146"; } + +.fa-helicopter::before { + content: "\f533"; } + +.fa-compass::before { + content: "\f14e"; } + +.fa-square-caret-down::before { + content: "\f150"; } + +.fa-caret-square-down::before { + content: "\f150"; } + +.fa-file-circle-question::before { + content: "\e4ef"; } + +.fa-laptop-code::before { + content: "\f5fc"; } + +.fa-swatchbook::before { + content: "\f5c3"; } + +.fa-prescription-bottle::before { + content: "\f485"; } + +.fa-bars::before { + content: "\f0c9"; } + +.fa-navicon::before { + content: "\f0c9"; } + +.fa-people-group::before { + content: "\e533"; } + +.fa-hourglass-end::before { + content: "\f253"; } + +.fa-hourglass-3::before { + content: "\f253"; } + +.fa-heart-crack::before { + content: "\f7a9"; } + +.fa-heart-broken::before { + content: "\f7a9"; } + +.fa-square-up-right::before { + content: "\f360"; } + +.fa-external-link-square-alt::before { + content: "\f360"; } + +.fa-face-kiss-beam::before { + content: "\f597"; } + +.fa-kiss-beam::before { + content: "\f597"; } + +.fa-film::before { + content: "\f008"; } + +.fa-ruler-horizontal::before { + content: "\f547"; } + +.fa-people-robbery::before { + content: "\e536"; } + +.fa-lightbulb::before { + content: "\f0eb"; } + +.fa-caret-left::before { + content: "\f0d9"; } + +.fa-circle-exclamation::before { + content: "\f06a"; } + +.fa-exclamation-circle::before { + content: "\f06a"; } + +.fa-school-circle-xmark::before { + content: "\e56d"; } + +.fa-arrow-right-from-bracket::before { + content: "\f08b"; } + +.fa-sign-out::before { + content: "\f08b"; } + +.fa-circle-chevron-down::before { + content: "\f13a"; } + +.fa-chevron-circle-down::before { + content: "\f13a"; } + +.fa-unlock-keyhole::before { + content: "\f13e"; } + +.fa-unlock-alt::before { + content: "\f13e"; } + +.fa-cloud-showers-heavy::before { + content: "\f740"; } + +.fa-headphones-simple::before { + content: "\f58f"; } + +.fa-headphones-alt::before { + content: "\f58f"; } + +.fa-sitemap::before { + content: "\f0e8"; } + +.fa-circle-dollar-to-slot::before { + content: "\f4b9"; } + +.fa-donate::before { + content: "\f4b9"; } + +.fa-memory::before { + content: "\f538"; } + +.fa-road-spikes::before { + content: "\e568"; } + +.fa-fire-burner::before { + content: "\e4f1"; } + +.fa-flag::before { + content: "\f024"; } + +.fa-hanukiah::before { + content: "\f6e6"; } + +.fa-feather::before { + content: "\f52d"; } + +.fa-volume-low::before { + content: "\f027"; } + +.fa-volume-down::before { + content: "\f027"; } + +.fa-comment-slash::before { + content: "\f4b3"; } + +.fa-cloud-sun-rain::before { + content: "\f743"; } + +.fa-compress::before { + content: "\f066"; } + +.fa-wheat-awn::before { + content: "\e2cd"; } + +.fa-wheat-alt::before { + content: "\e2cd"; } + +.fa-ankh::before { + content: "\f644"; } + +.fa-hands-holding-child::before { + content: "\e4fa"; } + +.fa-asterisk::before { + content: "\2a"; } + +.fa-square-check::before { + content: "\f14a"; } + +.fa-check-square::before { + content: "\f14a"; } + +.fa-peseta-sign::before { + content: "\e221"; } + +.fa-heading::before { + content: "\f1dc"; } + +.fa-header::before { + content: "\f1dc"; } + +.fa-ghost::before { + content: "\f6e2"; } + +.fa-list::before { + content: "\f03a"; } + +.fa-list-squares::before { + content: "\f03a"; } + +.fa-square-phone-flip::before { + content: "\f87b"; } + +.fa-phone-square-alt::before { + content: "\f87b"; } + +.fa-cart-plus::before { + content: "\f217"; } + +.fa-gamepad::before { + content: "\f11b"; } + +.fa-circle-dot::before { + content: "\f192"; } + +.fa-dot-circle::before { + content: "\f192"; } + +.fa-face-dizzy::before { + content: "\f567"; } + +.fa-dizzy::before { + content: "\f567"; } + +.fa-egg::before { + content: "\f7fb"; } + +.fa-house-medical-circle-xmark::before { + content: "\e513"; } + +.fa-campground::before { + content: "\f6bb"; } + +.fa-folder-plus::before { + content: "\f65e"; } + +.fa-futbol::before { + content: "\f1e3"; } + +.fa-futbol-ball::before { + content: "\f1e3"; } + +.fa-soccer-ball::before { + content: "\f1e3"; } + +.fa-paintbrush::before { + content: "\f1fc"; } + +.fa-paint-brush::before { + content: "\f1fc"; } + +.fa-lock::before { + content: "\f023"; } + +.fa-gas-pump::before { + content: "\f52f"; } + +.fa-hot-tub-person::before { + content: "\f593"; } + +.fa-hot-tub::before { + content: "\f593"; } + +.fa-map-location::before { + content: "\f59f"; } + +.fa-map-marked::before { + content: "\f59f"; } + +.fa-house-flood-water::before { + content: "\e50e"; } + +.fa-tree::before { + content: "\f1bb"; } + +.fa-bridge-lock::before { + content: "\e4cc"; } + +.fa-sack-dollar::before { + content: "\f81d"; } + +.fa-pen-to-square::before { + content: "\f044"; } + +.fa-edit::before { + content: "\f044"; } + +.fa-car-side::before { + content: "\f5e4"; } + +.fa-share-nodes::before { + content: "\f1e0"; } + +.fa-share-alt::before { + content: "\f1e0"; } + +.fa-heart-circle-minus::before { + content: "\e4ff"; } + +.fa-hourglass-half::before { + content: "\f252"; } + +.fa-hourglass-2::before { + content: "\f252"; } + +.fa-microscope::before { + content: "\f610"; } + +.fa-sink::before { + content: "\e06d"; } + +.fa-bag-shopping::before { + content: "\f290"; } + +.fa-shopping-bag::before { + content: "\f290"; } + +.fa-arrow-down-z-a::before { + content: "\f881"; } + +.fa-sort-alpha-desc::before { + content: "\f881"; } + +.fa-sort-alpha-down-alt::before { + content: "\f881"; } + +.fa-mitten::before { + content: "\f7b5"; } + +.fa-person-rays::before { + content: "\e54d"; } + +.fa-users::before { + content: "\f0c0"; } + +.fa-eye-slash::before { + content: "\f070"; } + +.fa-flask-vial::before { + content: "\e4f3"; } + +.fa-hand::before { + content: "\f256"; } + +.fa-hand-paper::before { + content: "\f256"; } + +.fa-om::before { + content: "\f679"; } + +.fa-worm::before { + content: "\e599"; } + +.fa-house-circle-xmark::before { + content: "\e50b"; } + +.fa-plug::before { + content: "\f1e6"; } + +.fa-chevron-up::before { + content: "\f077"; } + +.fa-hand-spock::before { + content: "\f259"; } + +.fa-stopwatch::before { + content: "\f2f2"; } + +.fa-face-kiss::before { + content: "\f596"; } + +.fa-kiss::before { + content: "\f596"; } + +.fa-bridge-circle-xmark::before { + content: "\e4cb"; } + +.fa-face-grin-tongue::before { + content: "\f589"; } + +.fa-grin-tongue::before { + content: "\f589"; } + +.fa-chess-bishop::before { + content: "\f43a"; } + +.fa-face-grin-wink::before { + content: "\f58c"; } + +.fa-grin-wink::before { + content: "\f58c"; } + +.fa-ear-deaf::before { + content: "\f2a4"; } + +.fa-deaf::before { + content: "\f2a4"; } + +.fa-deafness::before { + content: "\f2a4"; } + +.fa-hard-of-hearing::before { + content: "\f2a4"; } + +.fa-road-circle-check::before { + content: "\e564"; } + +.fa-dice-five::before { + content: "\f523"; } + +.fa-square-rss::before { + content: "\f143"; } + +.fa-rss-square::before { + content: "\f143"; } + +.fa-land-mine-on::before { + content: "\e51b"; } + +.fa-i-cursor::before { + content: "\f246"; } + +.fa-stamp::before { + content: "\f5bf"; } + +.fa-stairs::before { + content: "\e289"; } + +.fa-i::before { + content: "\49"; } + +.fa-hryvnia-sign::before { + content: "\f6f2"; } + +.fa-hryvnia::before { + content: "\f6f2"; } + +.fa-pills::before { + content: "\f484"; } + +.fa-face-grin-wide::before { + content: "\f581"; } + +.fa-grin-alt::before { + content: "\f581"; } + +.fa-tooth::before { + content: "\f5c9"; } + +.fa-v::before { + content: "\56"; } + +.fa-bangladeshi-taka-sign::before { + content: "\e2e6"; } + +.fa-bicycle::before { + content: "\f206"; } + +.fa-staff-snake::before { + content: "\e579"; } + +.fa-rod-asclepius::before { + content: "\e579"; } + +.fa-rod-snake::before { + content: "\e579"; } + +.fa-staff-aesculapius::before { + content: "\e579"; } + +.fa-head-side-cough-slash::before { + content: "\e062"; } + +.fa-truck-medical::before { + content: "\f0f9"; } + +.fa-ambulance::before { + content: "\f0f9"; } + +.fa-wheat-awn-circle-exclamation::before { + content: "\e598"; } + +.fa-snowman::before { + content: "\f7d0"; } + +.fa-mortar-pestle::before { + content: "\f5a7"; } + +.fa-road-barrier::before { + content: "\e562"; } + +.fa-school::before { + content: "\f549"; } + +.fa-igloo::before { + content: "\f7ae"; } + +.fa-joint::before { + content: "\f595"; } + +.fa-angle-right::before { + content: "\f105"; } + +.fa-horse::before { + content: "\f6f0"; } + +.fa-q::before { + content: "\51"; } + +.fa-g::before { + content: "\47"; } + +.fa-notes-medical::before { + content: "\f481"; } + +.fa-temperature-half::before { + content: "\f2c9"; } + +.fa-temperature-2::before { + content: "\f2c9"; } + +.fa-thermometer-2::before { + content: "\f2c9"; } + +.fa-thermometer-half::before { + content: "\f2c9"; } + +.fa-dong-sign::before { + content: "\e169"; } + +.fa-capsules::before { + content: "\f46b"; } + +.fa-poo-storm::before { + content: "\f75a"; } + +.fa-poo-bolt::before { + content: "\f75a"; } + +.fa-face-frown-open::before { + content: "\f57a"; } + +.fa-frown-open::before { + content: "\f57a"; } + +.fa-hand-point-up::before { + content: "\f0a6"; } + +.fa-money-bill::before { + content: "\f0d6"; } + +.fa-bookmark::before { + content: "\f02e"; } + +.fa-align-justify::before { + content: "\f039"; } + +.fa-umbrella-beach::before { + content: "\f5ca"; } + +.fa-helmet-un::before { + content: "\e503"; } + +.fa-bullseye::before { + content: "\f140"; } + +.fa-bacon::before { + content: "\f7e5"; } + +.fa-hand-point-down::before { + content: "\f0a7"; } + +.fa-arrow-up-from-bracket::before { + content: "\e09a"; } + +.fa-folder::before { + content: "\f07b"; } + +.fa-folder-blank::before { + content: "\f07b"; } + +.fa-file-waveform::before { + content: "\f478"; } + +.fa-file-medical-alt::before { + content: "\f478"; } + +.fa-radiation::before { + content: "\f7b9"; } + +.fa-chart-simple::before { + content: "\e473"; } + +.fa-mars-stroke::before { + content: "\f229"; } + +.fa-vial::before { + content: "\f492"; } + +.fa-gauge::before { + content: "\f624"; } + +.fa-dashboard::before { + content: "\f624"; } + +.fa-gauge-med::before { + content: "\f624"; } + +.fa-tachometer-alt-average::before { + content: "\f624"; } + +.fa-wand-magic-sparkles::before { + content: "\e2ca"; } + +.fa-magic-wand-sparkles::before { + content: "\e2ca"; } + +.fa-e::before { + content: "\45"; } + +.fa-pen-clip::before { + content: "\f305"; } + +.fa-pen-alt::before { + content: "\f305"; } + +.fa-bridge-circle-exclamation::before { + content: "\e4ca"; } + +.fa-user::before { + content: "\f007"; } + +.fa-school-circle-check::before { + content: "\e56b"; } + +.fa-dumpster::before { + content: "\f793"; } + +.fa-van-shuttle::before { + content: "\f5b6"; } + +.fa-shuttle-van::before { + content: "\f5b6"; } + +.fa-building-user::before { + content: "\e4da"; } + +.fa-square-caret-left::before { + content: "\f191"; } + +.fa-caret-square-left::before { + content: "\f191"; } + +.fa-highlighter::before { + content: "\f591"; } + +.fa-key::before { + content: "\f084"; } + +.fa-bullhorn::before { + content: "\f0a1"; } + +.fa-globe::before { + content: "\f0ac"; } + +.fa-synagogue::before { + content: "\f69b"; } + +.fa-person-half-dress::before { + content: "\e548"; } + +.fa-road-bridge::before { + content: "\e563"; } + +.fa-location-arrow::before { + content: "\f124"; } + +.fa-c::before { + content: "\43"; } + +.fa-tablet-button::before { + content: "\f10a"; } + +.fa-building-lock::before { + content: "\e4d6"; } + +.fa-pizza-slice::before { + content: "\f818"; } + +.fa-money-bill-wave::before { + content: "\f53a"; } + +.fa-chart-area::before { + content: "\f1fe"; } + +.fa-area-chart::before { + content: "\f1fe"; } + +.fa-house-flag::before { + content: "\e50d"; } + +.fa-person-circle-minus::before { + content: "\e540"; } + +.fa-ban::before { + content: "\f05e"; } + +.fa-cancel::before { + content: "\f05e"; } + +.fa-camera-rotate::before { + content: "\e0d8"; } + +.fa-spray-can-sparkles::before { + content: "\f5d0"; } + +.fa-air-freshener::before { + content: "\f5d0"; } + +.fa-star::before { + content: "\f005"; } + +.fa-repeat::before { + content: "\f363"; } + +.fa-cross::before { + content: "\f654"; } + +.fa-box::before { + content: "\f466"; } + +.fa-venus-mars::before { + content: "\f228"; } + +.fa-arrow-pointer::before { + content: "\f245"; } + +.fa-mouse-pointer::before { + content: "\f245"; } + +.fa-maximize::before { + content: "\f31e"; } + +.fa-expand-arrows-alt::before { + content: "\f31e"; } + +.fa-charging-station::before { + content: "\f5e7"; } + +.fa-shapes::before { + content: "\f61f"; } + +.fa-triangle-circle-square::before { + content: "\f61f"; } + +.fa-shuffle::before { + content: "\f074"; } + +.fa-random::before { + content: "\f074"; } + +.fa-person-running::before { + content: "\f70c"; } + +.fa-running::before { + content: "\f70c"; } + +.fa-mobile-retro::before { + content: "\e527"; } + +.fa-grip-lines-vertical::before { + content: "\f7a5"; } + +.fa-spider::before { + content: "\f717"; } + +.fa-hands-bound::before { + content: "\e4f9"; } + +.fa-file-invoice-dollar::before { + content: "\f571"; } + +.fa-plane-circle-exclamation::before { + content: "\e556"; } + +.fa-x-ray::before { + content: "\f497"; } + +.fa-spell-check::before { + content: "\f891"; } + +.fa-slash::before { + content: "\f715"; } + +.fa-computer-mouse::before { + content: "\f8cc"; } + +.fa-mouse::before { + content: "\f8cc"; } + +.fa-arrow-right-to-bracket::before { + content: "\f090"; } + +.fa-sign-in::before { + content: "\f090"; } + +.fa-shop-slash::before { + content: "\e070"; } + +.fa-store-alt-slash::before { + content: "\e070"; } + +.fa-server::before { + content: "\f233"; } + +.fa-virus-covid-slash::before { + content: "\e4a9"; } + +.fa-shop-lock::before { + content: "\e4a5"; } + +.fa-hourglass-start::before { + content: "\f251"; } + +.fa-hourglass-1::before { + content: "\f251"; } + +.fa-blender-phone::before { + content: "\f6b6"; } + +.fa-building-wheat::before { + content: "\e4db"; } + +.fa-person-breastfeeding::before { + content: "\e53a"; } + +.fa-right-to-bracket::before { + content: "\f2f6"; } + +.fa-sign-in-alt::before { + content: "\f2f6"; } + +.fa-venus::before { + content: "\f221"; } + +.fa-passport::before { + content: "\f5ab"; } + +.fa-thumbtack-slash::before { + content: "\e68f"; } + +.fa-thumb-tack-slash::before { + content: "\e68f"; } + +.fa-heart-pulse::before { + content: "\f21e"; } + +.fa-heartbeat::before { + content: "\f21e"; } + +.fa-people-carry-box::before { + content: "\f4ce"; } + +.fa-people-carry::before { + content: "\f4ce"; } + +.fa-temperature-high::before { + content: "\f769"; } + +.fa-microchip::before { + content: "\f2db"; } + +.fa-crown::before { + content: "\f521"; } + +.fa-weight-hanging::before { + content: "\f5cd"; } + +.fa-xmarks-lines::before { + content: "\e59a"; } + +.fa-file-prescription::before { + content: "\f572"; } + +.fa-weight-scale::before { + content: "\f496"; } + +.fa-weight::before { + content: "\f496"; } + +.fa-user-group::before { + content: "\f500"; } + +.fa-user-friends::before { + content: "\f500"; } + +.fa-arrow-up-a-z::before { + content: "\f15e"; } + +.fa-sort-alpha-up::before { + content: "\f15e"; } + +.fa-chess-knight::before { + content: "\f441"; } + +.fa-face-laugh-squint::before { + content: "\f59b"; } + +.fa-laugh-squint::before { + content: "\f59b"; } + +.fa-wheelchair::before { + content: "\f193"; } + +.fa-circle-arrow-up::before { + content: "\f0aa"; } + +.fa-arrow-circle-up::before { + content: "\f0aa"; } + +.fa-toggle-on::before { + content: "\f205"; } + +.fa-person-walking::before { + content: "\f554"; } + +.fa-walking::before { + content: "\f554"; } + +.fa-l::before { + content: "\4c"; } + +.fa-fire::before { + content: "\f06d"; } + +.fa-bed-pulse::before { + content: "\f487"; } + +.fa-procedures::before { + content: "\f487"; } + +.fa-shuttle-space::before { + content: "\f197"; } + +.fa-space-shuttle::before { + content: "\f197"; } + +.fa-face-laugh::before { + content: "\f599"; } + +.fa-laugh::before { + content: "\f599"; } + +.fa-folder-open::before { + content: "\f07c"; } + +.fa-heart-circle-plus::before { + content: "\e500"; } + +.fa-code-fork::before { + content: "\e13b"; } + +.fa-city::before { + content: "\f64f"; } + +.fa-microphone-lines::before { + content: "\f3c9"; } + +.fa-microphone-alt::before { + content: "\f3c9"; } + +.fa-pepper-hot::before { + content: "\f816"; } + +.fa-unlock::before { + content: "\f09c"; } + +.fa-colon-sign::before { + content: "\e140"; } + +.fa-headset::before { + content: "\f590"; } + +.fa-store-slash::before { + content: "\e071"; } + +.fa-road-circle-xmark::before { + content: "\e566"; } + +.fa-user-minus::before { + content: "\f503"; } + +.fa-mars-stroke-up::before { + content: "\f22a"; } + +.fa-mars-stroke-v::before { + content: "\f22a"; } + +.fa-champagne-glasses::before { + content: "\f79f"; } + +.fa-glass-cheers::before { + content: "\f79f"; } + +.fa-clipboard::before { + content: "\f328"; } + +.fa-house-circle-exclamation::before { + content: "\e50a"; } + +.fa-file-arrow-up::before { + content: "\f574"; } + +.fa-file-upload::before { + content: "\f574"; } + +.fa-wifi::before { + content: "\f1eb"; } + +.fa-wifi-3::before { + content: "\f1eb"; } + +.fa-wifi-strong::before { + content: "\f1eb"; } + +.fa-bath::before { + content: "\f2cd"; } + +.fa-bathtub::before { + content: "\f2cd"; } + +.fa-underline::before { + content: "\f0cd"; } + +.fa-user-pen::before { + content: "\f4ff"; } + +.fa-user-edit::before { + content: "\f4ff"; } + +.fa-signature::before { + content: "\f5b7"; } + +.fa-stroopwafel::before { + content: "\f551"; } + +.fa-bold::before { + content: "\f032"; } + +.fa-anchor-lock::before { + content: "\e4ad"; } + +.fa-building-ngo::before { + content: "\e4d7"; } + +.fa-manat-sign::before { + content: "\e1d5"; } + +.fa-not-equal::before { + content: "\f53e"; } + +.fa-border-top-left::before { + content: "\f853"; } + +.fa-border-style::before { + content: "\f853"; } + +.fa-map-location-dot::before { + content: "\f5a0"; } + +.fa-map-marked-alt::before { + content: "\f5a0"; } + +.fa-jedi::before { + content: "\f669"; } + +.fa-square-poll-vertical::before { + content: "\f681"; } + +.fa-poll::before { + content: "\f681"; } + +.fa-mug-hot::before { + content: "\f7b6"; } + +.fa-car-battery::before { + content: "\f5df"; } + +.fa-battery-car::before { + content: "\f5df"; } + +.fa-gift::before { + content: "\f06b"; } + +.fa-dice-two::before { + content: "\f528"; } + +.fa-chess-queen::before { + content: "\f445"; } + +.fa-glasses::before { + content: "\f530"; } + +.fa-chess-board::before { + content: "\f43c"; } + +.fa-building-circle-check::before { + content: "\e4d2"; } + +.fa-person-chalkboard::before { + content: "\e53d"; } + +.fa-mars-stroke-right::before { + content: "\f22b"; } + +.fa-mars-stroke-h::before { + content: "\f22b"; } + +.fa-hand-back-fist::before { + content: "\f255"; } + +.fa-hand-rock::before { + content: "\f255"; } + +.fa-square-caret-up::before { + content: "\f151"; } + +.fa-caret-square-up::before { + content: "\f151"; } + +.fa-cloud-showers-water::before { + content: "\e4e4"; } + +.fa-chart-bar::before { + content: "\f080"; } + +.fa-bar-chart::before { + content: "\f080"; } + +.fa-hands-bubbles::before { + content: "\e05e"; } + +.fa-hands-wash::before { + content: "\e05e"; } + +.fa-less-than-equal::before { + content: "\f537"; } + +.fa-train::before { + content: "\f238"; } + +.fa-eye-low-vision::before { + content: "\f2a8"; } + +.fa-low-vision::before { + content: "\f2a8"; } + +.fa-crow::before { + content: "\f520"; } + +.fa-sailboat::before { + content: "\e445"; } + +.fa-window-restore::before { + content: "\f2d2"; } + +.fa-square-plus::before { + content: "\f0fe"; } + +.fa-plus-square::before { + content: "\f0fe"; } + +.fa-torii-gate::before { + content: "\f6a1"; } + +.fa-frog::before { + content: "\f52e"; } + +.fa-bucket::before { + content: "\e4cf"; } + +.fa-image::before { + content: "\f03e"; } + +.fa-microphone::before { + content: "\f130"; } + +.fa-cow::before { + content: "\f6c8"; } + +.fa-caret-up::before { + content: "\f0d8"; } + +.fa-screwdriver::before { + content: "\f54a"; } + +.fa-folder-closed::before { + content: "\e185"; } + +.fa-house-tsunami::before { + content: "\e515"; } + +.fa-square-nfi::before { + content: "\e576"; } + +.fa-arrow-up-from-ground-water::before { + content: "\e4b5"; } + +.fa-martini-glass::before { + content: "\f57b"; } + +.fa-glass-martini-alt::before { + content: "\f57b"; } + +.fa-rotate-left::before { + content: "\f2ea"; } + +.fa-rotate-back::before { + content: "\f2ea"; } + +.fa-rotate-backward::before { + content: "\f2ea"; } + +.fa-undo-alt::before { + content: "\f2ea"; } + +.fa-table-columns::before { + content: "\f0db"; } + +.fa-columns::before { + content: "\f0db"; } + +.fa-lemon::before { + content: "\f094"; } + +.fa-head-side-mask::before { + content: "\e063"; } + +.fa-handshake::before { + content: "\f2b5"; } + +.fa-gem::before { + content: "\f3a5"; } + +.fa-dolly::before { + content: "\f472"; } + +.fa-dolly-box::before { + content: "\f472"; } + +.fa-smoking::before { + content: "\f48d"; } + +.fa-minimize::before { + content: "\f78c"; } + +.fa-compress-arrows-alt::before { + content: "\f78c"; } + +.fa-monument::before { + content: "\f5a6"; } + +.fa-snowplow::before { + content: "\f7d2"; } + +.fa-angles-right::before { + content: "\f101"; } + +.fa-angle-double-right::before { + content: "\f101"; } + +.fa-cannabis::before { + content: "\f55f"; } + +.fa-circle-play::before { + content: "\f144"; } + +.fa-play-circle::before { + content: "\f144"; } + +.fa-tablets::before { + content: "\f490"; } + +.fa-ethernet::before { + content: "\f796"; } + +.fa-euro-sign::before { + content: "\f153"; } + +.fa-eur::before { + content: "\f153"; } + +.fa-euro::before { + content: "\f153"; } + +.fa-chair::before { + content: "\f6c0"; } + +.fa-circle-check::before { + content: "\f058"; } + +.fa-check-circle::before { + content: "\f058"; } + +.fa-circle-stop::before { + content: "\f28d"; } + +.fa-stop-circle::before { + content: "\f28d"; } + +.fa-compass-drafting::before { + content: "\f568"; } + +.fa-drafting-compass::before { + content: "\f568"; } + +.fa-plate-wheat::before { + content: "\e55a"; } + +.fa-icicles::before { + content: "\f7ad"; } + +.fa-person-shelter::before { + content: "\e54f"; } + +.fa-neuter::before { + content: "\f22c"; } + +.fa-id-badge::before { + content: "\f2c1"; } + +.fa-marker::before { + content: "\f5a1"; } + +.fa-face-laugh-beam::before { + content: "\f59a"; } + +.fa-laugh-beam::before { + content: "\f59a"; } + +.fa-helicopter-symbol::before { + content: "\e502"; } + +.fa-universal-access::before { + content: "\f29a"; } + +.fa-circle-chevron-up::before { + content: "\f139"; } + +.fa-chevron-circle-up::before { + content: "\f139"; } + +.fa-lari-sign::before { + content: "\e1c8"; } + +.fa-volcano::before { + content: "\f770"; } + +.fa-person-walking-dashed-line-arrow-right::before { + content: "\e553"; } + +.fa-sterling-sign::before { + content: "\f154"; } + +.fa-gbp::before { + content: "\f154"; } + +.fa-pound-sign::before { + content: "\f154"; } + +.fa-viruses::before { + content: "\e076"; } + +.fa-square-person-confined::before { + content: "\e577"; } + +.fa-user-tie::before { + content: "\f508"; } + +.fa-arrow-down-long::before { + content: "\f175"; } + +.fa-long-arrow-down::before { + content: "\f175"; } + +.fa-tent-arrow-down-to-line::before { + content: "\e57e"; } + +.fa-certificate::before { + content: "\f0a3"; } + +.fa-reply-all::before { + content: "\f122"; } + +.fa-mail-reply-all::before { + content: "\f122"; } + +.fa-suitcase::before { + content: "\f0f2"; } + +.fa-person-skating::before { + content: "\f7c5"; } + +.fa-skating::before { + content: "\f7c5"; } + +.fa-filter-circle-dollar::before { + content: "\f662"; } + +.fa-funnel-dollar::before { + content: "\f662"; } + +.fa-camera-retro::before { + content: "\f083"; } + +.fa-circle-arrow-down::before { + content: "\f0ab"; } + +.fa-arrow-circle-down::before { + content: "\f0ab"; } + +.fa-file-import::before { + content: "\f56f"; } + +.fa-arrow-right-to-file::before { + content: "\f56f"; } + +.fa-square-arrow-up-right::before { + content: "\f14c"; } + +.fa-external-link-square::before { + content: "\f14c"; } + +.fa-box-open::before { + content: "\f49e"; } + +.fa-scroll::before { + content: "\f70e"; } + +.fa-spa::before { + content: "\f5bb"; } + +.fa-location-pin-lock::before { + content: "\e51f"; } + +.fa-pause::before { + content: "\f04c"; } + +.fa-hill-avalanche::before { + content: "\e507"; } + +.fa-temperature-empty::before { + content: "\f2cb"; } + +.fa-temperature-0::before { + content: "\f2cb"; } + +.fa-thermometer-0::before { + content: "\f2cb"; } + +.fa-thermometer-empty::before { + content: "\f2cb"; } + +.fa-bomb::before { + content: "\f1e2"; } + +.fa-registered::before { + content: "\f25d"; } + +.fa-address-card::before { + content: "\f2bb"; } + +.fa-contact-card::before { + content: "\f2bb"; } + +.fa-vcard::before { + content: "\f2bb"; } + +.fa-scale-unbalanced-flip::before { + content: "\f516"; } + +.fa-balance-scale-right::before { + content: "\f516"; } + +.fa-subscript::before { + content: "\f12c"; } + +.fa-diamond-turn-right::before { + content: "\f5eb"; } + +.fa-directions::before { + content: "\f5eb"; } + +.fa-burst::before { + content: "\e4dc"; } + +.fa-house-laptop::before { + content: "\e066"; } + +.fa-laptop-house::before { + content: "\e066"; } + +.fa-face-tired::before { + content: "\f5c8"; } + +.fa-tired::before { + content: "\f5c8"; } + +.fa-money-bills::before { + content: "\e1f3"; } + +.fa-smog::before { + content: "\f75f"; } + +.fa-crutch::before { + content: "\f7f7"; } + +.fa-cloud-arrow-up::before { + content: "\f0ee"; } + +.fa-cloud-upload::before { + content: "\f0ee"; } + +.fa-cloud-upload-alt::before { + content: "\f0ee"; } + +.fa-palette::before { + content: "\f53f"; } + +.fa-arrows-turn-right::before { + content: "\e4c0"; } + +.fa-vest::before { + content: "\e085"; } + +.fa-ferry::before { + content: "\e4ea"; } + +.fa-arrows-down-to-people::before { + content: "\e4b9"; } + +.fa-seedling::before { + content: "\f4d8"; } + +.fa-sprout::before { + content: "\f4d8"; } + +.fa-left-right::before { + content: "\f337"; } + +.fa-arrows-alt-h::before { + content: "\f337"; } + +.fa-boxes-packing::before { + content: "\e4c7"; } + +.fa-circle-arrow-left::before { + content: "\f0a8"; } + +.fa-arrow-circle-left::before { + content: "\f0a8"; } + +.fa-group-arrows-rotate::before { + content: "\e4f6"; } + +.fa-bowl-food::before { + content: "\e4c6"; } + +.fa-candy-cane::before { + content: "\f786"; } + +.fa-arrow-down-wide-short::before { + content: "\f160"; } + +.fa-sort-amount-asc::before { + content: "\f160"; } + +.fa-sort-amount-down::before { + content: "\f160"; } + +.fa-cloud-bolt::before { + content: "\f76c"; } + +.fa-thunderstorm::before { + content: "\f76c"; } + +.fa-text-slash::before { + content: "\f87d"; } + +.fa-remove-format::before { + content: "\f87d"; } + +.fa-face-smile-wink::before { + content: "\f4da"; } + +.fa-smile-wink::before { + content: "\f4da"; } + +.fa-file-word::before { + content: "\f1c2"; } + +.fa-file-powerpoint::before { + content: "\f1c4"; } + +.fa-arrows-left-right::before { + content: "\f07e"; } + +.fa-arrows-h::before { + content: "\f07e"; } + +.fa-house-lock::before { + content: "\e510"; } + +.fa-cloud-arrow-down::before { + content: "\f0ed"; } + +.fa-cloud-download::before { + content: "\f0ed"; } + +.fa-cloud-download-alt::before { + content: "\f0ed"; } + +.fa-children::before { + content: "\e4e1"; } + +.fa-chalkboard::before { + content: "\f51b"; } + +.fa-blackboard::before { + content: "\f51b"; } + +.fa-user-large-slash::before { + content: "\f4fa"; } + +.fa-user-alt-slash::before { + content: "\f4fa"; } + +.fa-envelope-open::before { + content: "\f2b6"; } + +.fa-handshake-simple-slash::before { + content: "\e05f"; } + +.fa-handshake-alt-slash::before { + content: "\e05f"; } + +.fa-mattress-pillow::before { + content: "\e525"; } + +.fa-guarani-sign::before { + content: "\e19a"; } + +.fa-arrows-rotate::before { + content: "\f021"; } + +.fa-refresh::before { + content: "\f021"; } + +.fa-sync::before { + content: "\f021"; } + +.fa-fire-extinguisher::before { + content: "\f134"; } + +.fa-cruzeiro-sign::before { + content: "\e152"; } + +.fa-greater-than-equal::before { + content: "\f532"; } + +.fa-shield-halved::before { + content: "\f3ed"; } + +.fa-shield-alt::before { + content: "\f3ed"; } + +.fa-book-atlas::before { + content: "\f558"; } + +.fa-atlas::before { + content: "\f558"; } + +.fa-virus::before { + content: "\e074"; } + +.fa-envelope-circle-check::before { + content: "\e4e8"; } + +.fa-layer-group::before { + content: "\f5fd"; } + +.fa-arrows-to-dot::before { + content: "\e4be"; } + +.fa-archway::before { + content: "\f557"; } + +.fa-heart-circle-check::before { + content: "\e4fd"; } + +.fa-house-chimney-crack::before { + content: "\f6f1"; } + +.fa-house-damage::before { + content: "\f6f1"; } + +.fa-file-zipper::before { + content: "\f1c6"; } + +.fa-file-archive::before { + content: "\f1c6"; } + +.fa-square::before { + content: "\f0c8"; } + +.fa-martini-glass-empty::before { + content: "\f000"; } + +.fa-glass-martini::before { + content: "\f000"; } + +.fa-couch::before { + content: "\f4b8"; } + +.fa-cedi-sign::before { + content: "\e0df"; } + +.fa-italic::before { + content: "\f033"; } + +.fa-table-cells-column-lock::before { + content: "\e678"; } + +.fa-church::before { + content: "\f51d"; } + +.fa-comments-dollar::before { + content: "\f653"; } + +.fa-democrat::before { + content: "\f747"; } + +.fa-z::before { + content: "\5a"; } + +.fa-person-skiing::before { + content: "\f7c9"; } + +.fa-skiing::before { + content: "\f7c9"; } + +.fa-road-lock::before { + content: "\e567"; } + +.fa-a::before { + content: "\41"; } + +.fa-temperature-arrow-down::before { + content: "\e03f"; } + +.fa-temperature-down::before { + content: "\e03f"; } + +.fa-feather-pointed::before { + content: "\f56b"; } + +.fa-feather-alt::before { + content: "\f56b"; } + +.fa-p::before { + content: "\50"; } + +.fa-snowflake::before { + content: "\f2dc"; } + +.fa-newspaper::before { + content: "\f1ea"; } + +.fa-rectangle-ad::before { + content: "\f641"; } + +.fa-ad::before { + content: "\f641"; } + +.fa-circle-arrow-right::before { + content: "\f0a9"; } + +.fa-arrow-circle-right::before { + content: "\f0a9"; } + +.fa-filter-circle-xmark::before { + content: "\e17b"; } + +.fa-locust::before { + content: "\e520"; } + +.fa-sort::before { + content: "\f0dc"; } + +.fa-unsorted::before { + content: "\f0dc"; } + +.fa-list-ol::before { + content: "\f0cb"; } + +.fa-list-1-2::before { + content: "\f0cb"; } + +.fa-list-numeric::before { + content: "\f0cb"; } + +.fa-person-dress-burst::before { + content: "\e544"; } + +.fa-money-check-dollar::before { + content: "\f53d"; } + +.fa-money-check-alt::before { + content: "\f53d"; } + +.fa-vector-square::before { + content: "\f5cb"; } + +.fa-bread-slice::before { + content: "\f7ec"; } + +.fa-language::before { + content: "\f1ab"; } + +.fa-face-kiss-wink-heart::before { + content: "\f598"; } + +.fa-kiss-wink-heart::before { + content: "\f598"; } + +.fa-filter::before { + content: "\f0b0"; } + +.fa-question::before { + content: "\3f"; } + +.fa-file-signature::before { + content: "\f573"; } + +.fa-up-down-left-right::before { + content: "\f0b2"; } + +.fa-arrows-alt::before { + content: "\f0b2"; } + +.fa-house-chimney-user::before { + content: "\e065"; } + +.fa-hand-holding-heart::before { + content: "\f4be"; } + +.fa-puzzle-piece::before { + content: "\f12e"; } + +.fa-money-check::before { + content: "\f53c"; } + +.fa-star-half-stroke::before { + content: "\f5c0"; } + +.fa-star-half-alt::before { + content: "\f5c0"; } + +.fa-code::before { + content: "\f121"; } + +.fa-whiskey-glass::before { + content: "\f7a0"; } + +.fa-glass-whiskey::before { + content: "\f7a0"; } + +.fa-building-circle-exclamation::before { + content: "\e4d3"; } + +.fa-magnifying-glass-chart::before { + content: "\e522"; } + +.fa-arrow-up-right-from-square::before { + content: "\f08e"; } + +.fa-external-link::before { + content: "\f08e"; } + +.fa-cubes-stacked::before { + content: "\e4e6"; } + +.fa-won-sign::before { + content: "\f159"; } + +.fa-krw::before { + content: "\f159"; } + +.fa-won::before { + content: "\f159"; } + +.fa-virus-covid::before { + content: "\e4a8"; } + +.fa-austral-sign::before { + content: "\e0a9"; } + +.fa-f::before { + content: "\46"; } + +.fa-leaf::before { + content: "\f06c"; } + +.fa-road::before { + content: "\f018"; } + +.fa-taxi::before { + content: "\f1ba"; } + +.fa-cab::before { + content: "\f1ba"; } + +.fa-person-circle-plus::before { + content: "\e541"; } + +.fa-chart-pie::before { + content: "\f200"; } + +.fa-pie-chart::before { + content: "\f200"; } + +.fa-bolt-lightning::before { + content: "\e0b7"; } + +.fa-sack-xmark::before { + content: "\e56a"; } + +.fa-file-excel::before { + content: "\f1c3"; } + +.fa-file-contract::before { + content: "\f56c"; } + +.fa-fish-fins::before { + content: "\e4f2"; } + +.fa-building-flag::before { + content: "\e4d5"; } + +.fa-face-grin-beam::before { + content: "\f582"; } + +.fa-grin-beam::before { + content: "\f582"; } + +.fa-object-ungroup::before { + content: "\f248"; } + +.fa-poop::before { + content: "\f619"; } + +.fa-location-pin::before { + content: "\f041"; } + +.fa-map-marker::before { + content: "\f041"; } + +.fa-kaaba::before { + content: "\f66b"; } + +.fa-toilet-paper::before { + content: "\f71e"; } + +.fa-helmet-safety::before { + content: "\f807"; } + +.fa-hard-hat::before { + content: "\f807"; } + +.fa-hat-hard::before { + content: "\f807"; } + +.fa-eject::before { + content: "\f052"; } + +.fa-circle-right::before { + content: "\f35a"; } + +.fa-arrow-alt-circle-right::before { + content: "\f35a"; } + +.fa-plane-circle-check::before { + content: "\e555"; } + +.fa-face-rolling-eyes::before { + content: "\f5a5"; } + +.fa-meh-rolling-eyes::before { + content: "\f5a5"; } + +.fa-object-group::before { + content: "\f247"; } + +.fa-chart-line::before { + content: "\f201"; } + +.fa-line-chart::before { + content: "\f201"; } + +.fa-mask-ventilator::before { + content: "\e524"; } + +.fa-arrow-right::before { + content: "\f061"; } + +.fa-signs-post::before { + content: "\f277"; } + +.fa-map-signs::before { + content: "\f277"; } + +.fa-cash-register::before { + content: "\f788"; } + +.fa-person-circle-question::before { + content: "\e542"; } + +.fa-h::before { + content: "\48"; } + +.fa-tarp::before { + content: "\e57b"; } + +.fa-screwdriver-wrench::before { + content: "\f7d9"; } + +.fa-tools::before { + content: "\f7d9"; } + +.fa-arrows-to-eye::before { + content: "\e4bf"; } + +.fa-plug-circle-bolt::before { + content: "\e55b"; } + +.fa-heart::before { + content: "\f004"; } + +.fa-mars-and-venus::before { + content: "\f224"; } + +.fa-house-user::before { + content: "\e1b0"; } + +.fa-home-user::before { + content: "\e1b0"; } + +.fa-dumpster-fire::before { + content: "\f794"; } + +.fa-house-crack::before { + content: "\e3b1"; } + +.fa-martini-glass-citrus::before { + content: "\f561"; } + +.fa-cocktail::before { + content: "\f561"; } + +.fa-face-surprise::before { + content: "\f5c2"; } + +.fa-surprise::before { + content: "\f5c2"; } + +.fa-bottle-water::before { + content: "\e4c5"; } + +.fa-circle-pause::before { + content: "\f28b"; } + +.fa-pause-circle::before { + content: "\f28b"; } + +.fa-toilet-paper-slash::before { + content: "\e072"; } + +.fa-apple-whole::before { + content: "\f5d1"; } + +.fa-apple-alt::before { + content: "\f5d1"; } + +.fa-kitchen-set::before { + content: "\e51a"; } + +.fa-r::before { + content: "\52"; } + +.fa-temperature-quarter::before { + content: "\f2ca"; } + +.fa-temperature-1::before { + content: "\f2ca"; } + +.fa-thermometer-1::before { + content: "\f2ca"; } + +.fa-thermometer-quarter::before { + content: "\f2ca"; } + +.fa-cube::before { + content: "\f1b2"; } + +.fa-bitcoin-sign::before { + content: "\e0b4"; } + +.fa-shield-dog::before { + content: "\e573"; } + +.fa-solar-panel::before { + content: "\f5ba"; } + +.fa-lock-open::before { + content: "\f3c1"; } + +.fa-elevator::before { + content: "\e16d"; } + +.fa-money-bill-transfer::before { + content: "\e528"; } + +.fa-money-bill-trend-up::before { + content: "\e529"; } + +.fa-house-flood-water-circle-arrow-right::before { + content: "\e50f"; } + +.fa-square-poll-horizontal::before { + content: "\f682"; } + +.fa-poll-h::before { + content: "\f682"; } + +.fa-circle::before { + content: "\f111"; } + +.fa-backward-fast::before { + content: "\f049"; } + +.fa-fast-backward::before { + content: "\f049"; } + +.fa-recycle::before { + content: "\f1b8"; } + +.fa-user-astronaut::before { + content: "\f4fb"; } + +.fa-plane-slash::before { + content: "\e069"; } + +.fa-trademark::before { + content: "\f25c"; } + +.fa-basketball::before { + content: "\f434"; } + +.fa-basketball-ball::before { + content: "\f434"; } + +.fa-satellite-dish::before { + content: "\f7c0"; } + +.fa-circle-up::before { + content: "\f35b"; } + +.fa-arrow-alt-circle-up::before { + content: "\f35b"; } + +.fa-mobile-screen-button::before { + content: "\f3cd"; } + +.fa-mobile-alt::before { + content: "\f3cd"; } + +.fa-volume-high::before { + content: "\f028"; } + +.fa-volume-up::before { + content: "\f028"; } + +.fa-users-rays::before { + content: "\e593"; } + +.fa-wallet::before { + content: "\f555"; } + +.fa-clipboard-check::before { + content: "\f46c"; } + +.fa-file-audio::before { + content: "\f1c7"; } + +.fa-burger::before { + content: "\f805"; } + +.fa-hamburger::before { + content: "\f805"; } + +.fa-wrench::before { + content: "\f0ad"; } + +.fa-bugs::before { + content: "\e4d0"; } + +.fa-rupee-sign::before { + content: "\f156"; } + +.fa-rupee::before { + content: "\f156"; } + +.fa-file-image::before { + content: "\f1c5"; } + +.fa-circle-question::before { + content: "\f059"; } + +.fa-question-circle::before { + content: "\f059"; } + +.fa-plane-departure::before { + content: "\f5b0"; } + +.fa-handshake-slash::before { + content: "\e060"; } + +.fa-book-bookmark::before { + content: "\e0bb"; } + +.fa-code-branch::before { + content: "\f126"; } + +.fa-hat-cowboy::before { + content: "\f8c0"; } + +.fa-bridge::before { + content: "\e4c8"; } + +.fa-phone-flip::before { + content: "\f879"; } + +.fa-phone-alt::before { + content: "\f879"; } + +.fa-truck-front::before { + content: "\e2b7"; } + +.fa-cat::before { + content: "\f6be"; } + +.fa-anchor-circle-exclamation::before { + content: "\e4ab"; } + +.fa-truck-field::before { + content: "\e58d"; } + +.fa-route::before { + content: "\f4d7"; } + +.fa-clipboard-question::before { + content: "\e4e3"; } + +.fa-panorama::before { + content: "\e209"; } + +.fa-comment-medical::before { + content: "\f7f5"; } + +.fa-teeth-open::before { + content: "\f62f"; } + +.fa-file-circle-minus::before { + content: "\e4ed"; } + +.fa-tags::before { + content: "\f02c"; } + +.fa-wine-glass::before { + content: "\f4e3"; } + +.fa-forward-fast::before { + content: "\f050"; } + +.fa-fast-forward::before { + content: "\f050"; } + +.fa-face-meh-blank::before { + content: "\f5a4"; } + +.fa-meh-blank::before { + content: "\f5a4"; } + +.fa-square-parking::before { + content: "\f540"; } + +.fa-parking::before { + content: "\f540"; } + +.fa-house-signal::before { + content: "\e012"; } + +.fa-bars-progress::before { + content: "\f828"; } + +.fa-tasks-alt::before { + content: "\f828"; } + +.fa-faucet-drip::before { + content: "\e006"; } + +.fa-cart-flatbed::before { + content: "\f474"; } + +.fa-dolly-flatbed::before { + content: "\f474"; } + +.fa-ban-smoking::before { + content: "\f54d"; } + +.fa-smoking-ban::before { + content: "\f54d"; } + +.fa-terminal::before { + content: "\f120"; } + +.fa-mobile-button::before { + content: "\f10b"; } + +.fa-house-medical-flag::before { + content: "\e514"; } + +.fa-basket-shopping::before { + content: "\f291"; } + +.fa-shopping-basket::before { + content: "\f291"; } + +.fa-tape::before { + content: "\f4db"; } + +.fa-bus-simple::before { + content: "\f55e"; } + +.fa-bus-alt::before { + content: "\f55e"; } + +.fa-eye::before { + content: "\f06e"; } + +.fa-face-sad-cry::before { + content: "\f5b3"; } + +.fa-sad-cry::before { + content: "\f5b3"; } + +.fa-audio-description::before { + content: "\f29e"; } + +.fa-person-military-to-person::before { + content: "\e54c"; } + +.fa-file-shield::before { + content: "\e4f0"; } + +.fa-user-slash::before { + content: "\f506"; } + +.fa-pen::before { + content: "\f304"; } + +.fa-tower-observation::before { + content: "\e586"; } + +.fa-file-code::before { + content: "\f1c9"; } + +.fa-signal::before { + content: "\f012"; } + +.fa-signal-5::before { + content: "\f012"; } + +.fa-signal-perfect::before { + content: "\f012"; } + +.fa-bus::before { + content: "\f207"; } + +.fa-heart-circle-xmark::before { + content: "\e501"; } + +.fa-house-chimney::before { + content: "\e3af"; } + +.fa-home-lg::before { + content: "\e3af"; } + +.fa-window-maximize::before { + content: "\f2d0"; } + +.fa-face-frown::before { + content: "\f119"; } + +.fa-frown::before { + content: "\f119"; } + +.fa-prescription::before { + content: "\f5b1"; } + +.fa-shop::before { + content: "\f54f"; } + +.fa-store-alt::before { + content: "\f54f"; } + +.fa-floppy-disk::before { + content: "\f0c7"; } + +.fa-save::before { + content: "\f0c7"; } + +.fa-vihara::before { + content: "\f6a7"; } + +.fa-scale-unbalanced::before { + content: "\f515"; } + +.fa-balance-scale-left::before { + content: "\f515"; } + +.fa-sort-up::before { + content: "\f0de"; } + +.fa-sort-asc::before { + content: "\f0de"; } + +.fa-comment-dots::before { + content: "\f4ad"; } + +.fa-commenting::before { + content: "\f4ad"; } + +.fa-plant-wilt::before { + content: "\e5aa"; } + +.fa-diamond::before { + content: "\f219"; } + +.fa-face-grin-squint::before { + content: "\f585"; } + +.fa-grin-squint::before { + content: "\f585"; } + +.fa-hand-holding-dollar::before { + content: "\f4c0"; } + +.fa-hand-holding-usd::before { + content: "\f4c0"; } + +.fa-bacterium::before { + content: "\e05a"; } + +.fa-hand-pointer::before { + content: "\f25a"; } + +.fa-drum-steelpan::before { + content: "\f56a"; } + +.fa-hand-scissors::before { + content: "\f257"; } + +.fa-hands-praying::before { + content: "\f684"; } + +.fa-praying-hands::before { + content: "\f684"; } + +.fa-arrow-rotate-right::before { + content: "\f01e"; } + +.fa-arrow-right-rotate::before { + content: "\f01e"; } + +.fa-arrow-rotate-forward::before { + content: "\f01e"; } + +.fa-redo::before { + content: "\f01e"; } + +.fa-biohazard::before { + content: "\f780"; } + +.fa-location-crosshairs::before { + content: "\f601"; } + +.fa-location::before { + content: "\f601"; } + +.fa-mars-double::before { + content: "\f227"; } + +.fa-child-dress::before { + content: "\e59c"; } + +.fa-users-between-lines::before { + content: "\e591"; } + +.fa-lungs-virus::before { + content: "\e067"; } + +.fa-face-grin-tears::before { + content: "\f588"; } + +.fa-grin-tears::before { + content: "\f588"; } + +.fa-phone::before { + content: "\f095"; } + +.fa-calendar-xmark::before { + content: "\f273"; } + +.fa-calendar-times::before { + content: "\f273"; } + +.fa-child-reaching::before { + content: "\e59d"; } + +.fa-head-side-virus::before { + content: "\e064"; } + +.fa-user-gear::before { + content: "\f4fe"; } + +.fa-user-cog::before { + content: "\f4fe"; } + +.fa-arrow-up-1-9::before { + content: "\f163"; } + +.fa-sort-numeric-up::before { + content: "\f163"; } + +.fa-door-closed::before { + content: "\f52a"; } + +.fa-shield-virus::before { + content: "\e06c"; } + +.fa-dice-six::before { + content: "\f526"; } + +.fa-mosquito-net::before { + content: "\e52c"; } + +.fa-bridge-water::before { + content: "\e4ce"; } + +.fa-person-booth::before { + content: "\f756"; } + +.fa-text-width::before { + content: "\f035"; } + +.fa-hat-wizard::before { + content: "\f6e8"; } + +.fa-pen-fancy::before { + content: "\f5ac"; } + +.fa-person-digging::before { + content: "\f85e"; } + +.fa-digging::before { + content: "\f85e"; } + +.fa-trash::before { + content: "\f1f8"; } + +.fa-gauge-simple::before { + content: "\f629"; } + +.fa-gauge-simple-med::before { + content: "\f629"; } + +.fa-tachometer-average::before { + content: "\f629"; } + +.fa-book-medical::before { + content: "\f7e6"; } + +.fa-poo::before { + content: "\f2fe"; } + +.fa-quote-right::before { + content: "\f10e"; } + +.fa-quote-right-alt::before { + content: "\f10e"; } + +.fa-shirt::before { + content: "\f553"; } + +.fa-t-shirt::before { + content: "\f553"; } + +.fa-tshirt::before { + content: "\f553"; } + +.fa-cubes::before { + content: "\f1b3"; } + +.fa-divide::before { + content: "\f529"; } + +.fa-tenge-sign::before { + content: "\f7d7"; } + +.fa-tenge::before { + content: "\f7d7"; } + +.fa-headphones::before { + content: "\f025"; } + +.fa-hands-holding::before { + content: "\f4c2"; } + +.fa-hands-clapping::before { + content: "\e1a8"; } + +.fa-republican::before { + content: "\f75e"; } + +.fa-arrow-left::before { + content: "\f060"; } + +.fa-person-circle-xmark::before { + content: "\e543"; } + +.fa-ruler::before { + content: "\f545"; } + +.fa-align-left::before { + content: "\f036"; } + +.fa-dice-d6::before { + content: "\f6d1"; } + +.fa-restroom::before { + content: "\f7bd"; } + +.fa-j::before { + content: "\4a"; } + +.fa-users-viewfinder::before { + content: "\e595"; } + +.fa-file-video::before { + content: "\f1c8"; } + +.fa-up-right-from-square::before { + content: "\f35d"; } + +.fa-external-link-alt::before { + content: "\f35d"; } + +.fa-table-cells::before { + content: "\f00a"; } + +.fa-th::before { + content: "\f00a"; } + +.fa-file-pdf::before { + content: "\f1c1"; } + +.fa-book-bible::before { + content: "\f647"; } + +.fa-bible::before { + content: "\f647"; } + +.fa-o::before { + content: "\4f"; } + +.fa-suitcase-medical::before { + content: "\f0fa"; } + +.fa-medkit::before { + content: "\f0fa"; } + +.fa-user-secret::before { + content: "\f21b"; } + +.fa-otter::before { + content: "\f700"; } + +.fa-person-dress::before { + content: "\f182"; } + +.fa-female::before { + content: "\f182"; } + +.fa-comment-dollar::before { + content: "\f651"; } + +.fa-business-time::before { + content: "\f64a"; } + +.fa-briefcase-clock::before { + content: "\f64a"; } + +.fa-table-cells-large::before { + content: "\f009"; } + +.fa-th-large::before { + content: "\f009"; } + +.fa-book-tanakh::before { + content: "\f827"; } + +.fa-tanakh::before { + content: "\f827"; } + +.fa-phone-volume::before { + content: "\f2a0"; } + +.fa-volume-control-phone::before { + content: "\f2a0"; } + +.fa-hat-cowboy-side::before { + content: "\f8c1"; } + +.fa-clipboard-user::before { + content: "\f7f3"; } + +.fa-child::before { + content: "\f1ae"; } + +.fa-lira-sign::before { + content: "\f195"; } + +.fa-satellite::before { + content: "\f7bf"; } + +.fa-plane-lock::before { + content: "\e558"; } + +.fa-tag::before { + content: "\f02b"; } + +.fa-comment::before { + content: "\f075"; } + +.fa-cake-candles::before { + content: "\f1fd"; } + +.fa-birthday-cake::before { + content: "\f1fd"; } + +.fa-cake::before { + content: "\f1fd"; } + +.fa-envelope::before { + content: "\f0e0"; } + +.fa-angles-up::before { + content: "\f102"; } + +.fa-angle-double-up::before { + content: "\f102"; } + +.fa-paperclip::before { + content: "\f0c6"; } + +.fa-arrow-right-to-city::before { + content: "\e4b3"; } + +.fa-ribbon::before { + content: "\f4d6"; } + +.fa-lungs::before { + content: "\f604"; } + +.fa-arrow-up-9-1::before { + content: "\f887"; } + +.fa-sort-numeric-up-alt::before { + content: "\f887"; } + +.fa-litecoin-sign::before { + content: "\e1d3"; } + +.fa-border-none::before { + content: "\f850"; } + +.fa-circle-nodes::before { + content: "\e4e2"; } + +.fa-parachute-box::before { + content: "\f4cd"; } + +.fa-indent::before { + content: "\f03c"; } + +.fa-truck-field-un::before { + content: "\e58e"; } + +.fa-hourglass::before { + content: "\f254"; } + +.fa-hourglass-empty::before { + content: "\f254"; } + +.fa-mountain::before { + content: "\f6fc"; } + +.fa-user-doctor::before { + content: "\f0f0"; } + +.fa-user-md::before { + content: "\f0f0"; } + +.fa-circle-info::before { + content: "\f05a"; } + +.fa-info-circle::before { + content: "\f05a"; } + +.fa-cloud-meatball::before { + content: "\f73b"; } + +.fa-camera::before { + content: "\f030"; } + +.fa-camera-alt::before { + content: "\f030"; } + +.fa-square-virus::before { + content: "\e578"; } + +.fa-meteor::before { + content: "\f753"; } + +.fa-car-on::before { + content: "\e4dd"; } + +.fa-sleigh::before { + content: "\f7cc"; } + +.fa-arrow-down-1-9::before { + content: "\f162"; } + +.fa-sort-numeric-asc::before { + content: "\f162"; } + +.fa-sort-numeric-down::before { + content: "\f162"; } + +.fa-hand-holding-droplet::before { + content: "\f4c1"; } + +.fa-hand-holding-water::before { + content: "\f4c1"; } + +.fa-water::before { + content: "\f773"; } + +.fa-calendar-check::before { + content: "\f274"; } + +.fa-braille::before { + content: "\f2a1"; } + +.fa-prescription-bottle-medical::before { + content: "\f486"; } + +.fa-prescription-bottle-alt::before { + content: "\f486"; } + +.fa-landmark::before { + content: "\f66f"; } + +.fa-truck::before { + content: "\f0d1"; } + +.fa-crosshairs::before { + content: "\f05b"; } + +.fa-person-cane::before { + content: "\e53c"; } + +.fa-tent::before { + content: "\e57d"; } + +.fa-vest-patches::before { + content: "\e086"; } + +.fa-check-double::before { + content: "\f560"; } + +.fa-arrow-down-a-z::before { + content: "\f15d"; } + +.fa-sort-alpha-asc::before { + content: "\f15d"; } + +.fa-sort-alpha-down::before { + content: "\f15d"; } + +.fa-money-bill-wheat::before { + content: "\e52a"; } + +.fa-cookie::before { + content: "\f563"; } + +.fa-arrow-rotate-left::before { + content: "\f0e2"; } + +.fa-arrow-left-rotate::before { + content: "\f0e2"; } + +.fa-arrow-rotate-back::before { + content: "\f0e2"; } + +.fa-arrow-rotate-backward::before { + content: "\f0e2"; } + +.fa-undo::before { + content: "\f0e2"; } + +.fa-hard-drive::before { + content: "\f0a0"; } + +.fa-hdd::before { + content: "\f0a0"; } + +.fa-face-grin-squint-tears::before { + content: "\f586"; } + +.fa-grin-squint-tears::before { + content: "\f586"; } + +.fa-dumbbell::before { + content: "\f44b"; } + +.fa-rectangle-list::before { + content: "\f022"; } + +.fa-list-alt::before { + content: "\f022"; } + +.fa-tarp-droplet::before { + content: "\e57c"; } + +.fa-house-medical-circle-check::before { + content: "\e511"; } + +.fa-person-skiing-nordic::before { + content: "\f7ca"; } + +.fa-skiing-nordic::before { + content: "\f7ca"; } + +.fa-calendar-plus::before { + content: "\f271"; } + +.fa-plane-arrival::before { + content: "\f5af"; } + +.fa-circle-left::before { + content: "\f359"; } + +.fa-arrow-alt-circle-left::before { + content: "\f359"; } + +.fa-train-subway::before { + content: "\f239"; } + +.fa-subway::before { + content: "\f239"; } + +.fa-chart-gantt::before { + content: "\e0e4"; } + +.fa-indian-rupee-sign::before { + content: "\e1bc"; } + +.fa-indian-rupee::before { + content: "\e1bc"; } + +.fa-inr::before { + content: "\e1bc"; } + +.fa-crop-simple::before { + content: "\f565"; } + +.fa-crop-alt::before { + content: "\f565"; } + +.fa-money-bill-1::before { + content: "\f3d1"; } + +.fa-money-bill-alt::before { + content: "\f3d1"; } + +.fa-left-long::before { + content: "\f30a"; } + +.fa-long-arrow-alt-left::before { + content: "\f30a"; } + +.fa-dna::before { + content: "\f471"; } + +.fa-virus-slash::before { + content: "\e075"; } + +.fa-minus::before { + content: "\f068"; } + +.fa-subtract::before { + content: "\f068"; } + +.fa-chess::before { + content: "\f439"; } + +.fa-arrow-left-long::before { + content: "\f177"; } + +.fa-long-arrow-left::before { + content: "\f177"; } + +.fa-plug-circle-check::before { + content: "\e55c"; } + +.fa-street-view::before { + content: "\f21d"; } + +.fa-franc-sign::before { + content: "\e18f"; } + +.fa-volume-off::before { + content: "\f026"; } + +.fa-hands-asl-interpreting::before { + content: "\f2a3"; } + +.fa-american-sign-language-interpreting::before { + content: "\f2a3"; } + +.fa-asl-interpreting::before { + content: "\f2a3"; } + +.fa-hands-american-sign-language-interpreting::before { + content: "\f2a3"; } + +.fa-gear::before { + content: "\f013"; } + +.fa-cog::before { + content: "\f013"; } + +.fa-droplet-slash::before { + content: "\f5c7"; } + +.fa-tint-slash::before { + content: "\f5c7"; } + +.fa-mosque::before { + content: "\f678"; } + +.fa-mosquito::before { + content: "\e52b"; } + +.fa-star-of-david::before { + content: "\f69a"; } + +.fa-person-military-rifle::before { + content: "\e54b"; } + +.fa-cart-shopping::before { + content: "\f07a"; } + +.fa-shopping-cart::before { + content: "\f07a"; } + +.fa-vials::before { + content: "\f493"; } + +.fa-plug-circle-plus::before { + content: "\e55f"; } + +.fa-place-of-worship::before { + content: "\f67f"; } + +.fa-grip-vertical::before { + content: "\f58e"; } + +.fa-arrow-turn-up::before { + content: "\f148"; } + +.fa-level-up::before { + content: "\f148"; } + +.fa-u::before { + content: "\55"; } + +.fa-square-root-variable::before { + content: "\f698"; } + +.fa-square-root-alt::before { + content: "\f698"; } + +.fa-clock::before { + content: "\f017"; } + +.fa-clock-four::before { + content: "\f017"; } + +.fa-backward-step::before { + content: "\f048"; } + +.fa-step-backward::before { + content: "\f048"; } + +.fa-pallet::before { + content: "\f482"; } + +.fa-faucet::before { + content: "\e005"; } + +.fa-baseball-bat-ball::before { + content: "\f432"; } + +.fa-s::before { + content: "\53"; } + +.fa-timeline::before { + content: "\e29c"; } + +.fa-keyboard::before { + content: "\f11c"; } + +.fa-caret-down::before { + content: "\f0d7"; } + +.fa-house-chimney-medical::before { + content: "\f7f2"; } + +.fa-clinic-medical::before { + content: "\f7f2"; } + +.fa-temperature-three-quarters::before { + content: "\f2c8"; } + +.fa-temperature-3::before { + content: "\f2c8"; } + +.fa-thermometer-3::before { + content: "\f2c8"; } + +.fa-thermometer-three-quarters::before { + content: "\f2c8"; } + +.fa-mobile-screen::before { + content: "\f3cf"; } + +.fa-mobile-android-alt::before { + content: "\f3cf"; } + +.fa-plane-up::before { + content: "\e22d"; } + +.fa-piggy-bank::before { + content: "\f4d3"; } + +.fa-battery-half::before { + content: "\f242"; } + +.fa-battery-3::before { + content: "\f242"; } + +.fa-mountain-city::before { + content: "\e52e"; } + +.fa-coins::before { + content: "\f51e"; } + +.fa-khanda::before { + content: "\f66d"; } + +.fa-sliders::before { + content: "\f1de"; } + +.fa-sliders-h::before { + content: "\f1de"; } + +.fa-folder-tree::before { + content: "\f802"; } + +.fa-network-wired::before { + content: "\f6ff"; } + +.fa-map-pin::before { + content: "\f276"; } + +.fa-hamsa::before { + content: "\f665"; } + +.fa-cent-sign::before { + content: "\e3f5"; } + +.fa-flask::before { + content: "\f0c3"; } + +.fa-person-pregnant::before { + content: "\e31e"; } + +.fa-wand-sparkles::before { + content: "\f72b"; } + +.fa-ellipsis-vertical::before { + content: "\f142"; } + +.fa-ellipsis-v::before { + content: "\f142"; } + +.fa-ticket::before { + content: "\f145"; } + +.fa-power-off::before { + content: "\f011"; } + +.fa-right-long::before { + content: "\f30b"; } + +.fa-long-arrow-alt-right::before { + content: "\f30b"; } + +.fa-flag-usa::before { + content: "\f74d"; } + +.fa-laptop-file::before { + content: "\e51d"; } + +.fa-tty::before { + content: "\f1e4"; } + +.fa-teletype::before { + content: "\f1e4"; } + +.fa-diagram-next::before { + content: "\e476"; } + +.fa-person-rifle::before { + content: "\e54e"; } + +.fa-house-medical-circle-exclamation::before { + content: "\e512"; } + +.fa-closed-captioning::before { + content: "\f20a"; } + +.fa-person-hiking::before { + content: "\f6ec"; } + +.fa-hiking::before { + content: "\f6ec"; } + +.fa-venus-double::before { + content: "\f226"; } + +.fa-images::before { + content: "\f302"; } + +.fa-calculator::before { + content: "\f1ec"; } + +.fa-people-pulling::before { + content: "\e535"; } + +.fa-n::before { + content: "\4e"; } + +.fa-cable-car::before { + content: "\f7da"; } + +.fa-tram::before { + content: "\f7da"; } + +.fa-cloud-rain::before { + content: "\f73d"; } + +.fa-building-circle-xmark::before { + content: "\e4d4"; } + +.fa-ship::before { + content: "\f21a"; } + +.fa-arrows-down-to-line::before { + content: "\e4b8"; } + +.fa-download::before { + content: "\f019"; } + +.fa-face-grin::before { + content: "\f580"; } + +.fa-grin::before { + content: "\f580"; } + +.fa-delete-left::before { + content: "\f55a"; } + +.fa-backspace::before { + content: "\f55a"; } + +.fa-eye-dropper::before { + content: "\f1fb"; } + +.fa-eye-dropper-empty::before { + content: "\f1fb"; } + +.fa-eyedropper::before { + content: "\f1fb"; } + +.fa-file-circle-check::before { + content: "\e5a0"; } + +.fa-forward::before { + content: "\f04e"; } + +.fa-mobile::before { + content: "\f3ce"; } + +.fa-mobile-android::before { + content: "\f3ce"; } + +.fa-mobile-phone::before { + content: "\f3ce"; } + +.fa-face-meh::before { + content: "\f11a"; } + +.fa-meh::before { + content: "\f11a"; } + +.fa-align-center::before { + content: "\f037"; } + +.fa-book-skull::before { + content: "\f6b7"; } + +.fa-book-dead::before { + content: "\f6b7"; } + +.fa-id-card::before { + content: "\f2c2"; } + +.fa-drivers-license::before { + content: "\f2c2"; } + +.fa-outdent::before { + content: "\f03b"; } + +.fa-dedent::before { + content: "\f03b"; } + +.fa-heart-circle-exclamation::before { + content: "\e4fe"; } + +.fa-house::before { + content: "\f015"; } + +.fa-home::before { + content: "\f015"; } + +.fa-home-alt::before { + content: "\f015"; } + +.fa-home-lg-alt::before { + content: "\f015"; } + +.fa-calendar-week::before { + content: "\f784"; } + +.fa-laptop-medical::before { + content: "\f812"; } + +.fa-b::before { + content: "\42"; } + +.fa-file-medical::before { + content: "\f477"; } + +.fa-dice-one::before { + content: "\f525"; } + +.fa-kiwi-bird::before { + content: "\f535"; } + +.fa-arrow-right-arrow-left::before { + content: "\f0ec"; } + +.fa-exchange::before { + content: "\f0ec"; } + +.fa-rotate-right::before { + content: "\f2f9"; } + +.fa-redo-alt::before { + content: "\f2f9"; } + +.fa-rotate-forward::before { + content: "\f2f9"; } + +.fa-utensils::before { + content: "\f2e7"; } + +.fa-cutlery::before { + content: "\f2e7"; } + +.fa-arrow-up-wide-short::before { + content: "\f161"; } + +.fa-sort-amount-up::before { + content: "\f161"; } + +.fa-mill-sign::before { + content: "\e1ed"; } + +.fa-bowl-rice::before { + content: "\e2eb"; } + +.fa-skull::before { + content: "\f54c"; } + +.fa-tower-broadcast::before { + content: "\f519"; } + +.fa-broadcast-tower::before { + content: "\f519"; } + +.fa-truck-pickup::before { + content: "\f63c"; } + +.fa-up-long::before { + content: "\f30c"; } + +.fa-long-arrow-alt-up::before { + content: "\f30c"; } + +.fa-stop::before { + content: "\f04d"; } + +.fa-code-merge::before { + content: "\f387"; } + +.fa-upload::before { + content: "\f093"; } + +.fa-hurricane::before { + content: "\f751"; } + +.fa-mound::before { + content: "\e52d"; } + +.fa-toilet-portable::before { + content: "\e583"; } + +.fa-compact-disc::before { + content: "\f51f"; } + +.fa-file-arrow-down::before { + content: "\f56d"; } + +.fa-file-download::before { + content: "\f56d"; } + +.fa-caravan::before { + content: "\f8ff"; } + +.fa-shield-cat::before { + content: "\e572"; } + +.fa-bolt::before { + content: "\f0e7"; } + +.fa-zap::before { + content: "\f0e7"; } + +.fa-glass-water::before { + content: "\e4f4"; } + +.fa-oil-well::before { + content: "\e532"; } + +.fa-vault::before { + content: "\e2c5"; } + +.fa-mars::before { + content: "\f222"; } + +.fa-toilet::before { + content: "\f7d8"; } + +.fa-plane-circle-xmark::before { + content: "\e557"; } + +.fa-yen-sign::before { + content: "\f157"; } + +.fa-cny::before { + content: "\f157"; } + +.fa-jpy::before { + content: "\f157"; } + +.fa-rmb::before { + content: "\f157"; } + +.fa-yen::before { + content: "\f157"; } + +.fa-ruble-sign::before { + content: "\f158"; } + +.fa-rouble::before { + content: "\f158"; } + +.fa-rub::before { + content: "\f158"; } + +.fa-ruble::before { + content: "\f158"; } + +.fa-sun::before { + content: "\f185"; } + +.fa-guitar::before { + content: "\f7a6"; } + +.fa-face-laugh-wink::before { + content: "\f59c"; } + +.fa-laugh-wink::before { + content: "\f59c"; } + +.fa-horse-head::before { + content: "\f7ab"; } + +.fa-bore-hole::before { + content: "\e4c3"; } + +.fa-industry::before { + content: "\f275"; } + +.fa-circle-down::before { + content: "\f358"; } + +.fa-arrow-alt-circle-down::before { + content: "\f358"; } + +.fa-arrows-turn-to-dots::before { + content: "\e4c1"; } + +.fa-florin-sign::before { + content: "\e184"; } + +.fa-arrow-down-short-wide::before { + content: "\f884"; } + +.fa-sort-amount-desc::before { + content: "\f884"; } + +.fa-sort-amount-down-alt::before { + content: "\f884"; } + +.fa-less-than::before { + content: "\3c"; } + +.fa-angle-down::before { + content: "\f107"; } + +.fa-car-tunnel::before { + content: "\e4de"; } + +.fa-head-side-cough::before { + content: "\e061"; } + +.fa-grip-lines::before { + content: "\f7a4"; } + +.fa-thumbs-down::before { + content: "\f165"; } + +.fa-user-lock::before { + content: "\f502"; } + +.fa-arrow-right-long::before { + content: "\f178"; } + +.fa-long-arrow-right::before { + content: "\f178"; } + +.fa-anchor-circle-xmark::before { + content: "\e4ac"; } + +.fa-ellipsis::before { + content: "\f141"; } + +.fa-ellipsis-h::before { + content: "\f141"; } + +.fa-chess-pawn::before { + content: "\f443"; } + +.fa-kit-medical::before { + content: "\f479"; } + +.fa-first-aid::before { + content: "\f479"; } + +.fa-person-through-window::before { + content: "\e5a9"; } + +.fa-toolbox::before { + content: "\f552"; } + +.fa-hands-holding-circle::before { + content: "\e4fb"; } + +.fa-bug::before { + content: "\f188"; } + +.fa-credit-card::before { + content: "\f09d"; } + +.fa-credit-card-alt::before { + content: "\f09d"; } + +.fa-car::before { + content: "\f1b9"; } + +.fa-automobile::before { + content: "\f1b9"; } + +.fa-hand-holding-hand::before { + content: "\e4f7"; } + +.fa-book-open-reader::before { + content: "\f5da"; } + +.fa-book-reader::before { + content: "\f5da"; } + +.fa-mountain-sun::before { + content: "\e52f"; } + +.fa-arrows-left-right-to-line::before { + content: "\e4ba"; } + +.fa-dice-d20::before { + content: "\f6cf"; } + +.fa-truck-droplet::before { + content: "\e58c"; } + +.fa-file-circle-xmark::before { + content: "\e5a1"; } + +.fa-temperature-arrow-up::before { + content: "\e040"; } + +.fa-temperature-up::before { + content: "\e040"; } + +.fa-medal::before { + content: "\f5a2"; } + +.fa-bed::before { + content: "\f236"; } + +.fa-square-h::before { + content: "\f0fd"; } + +.fa-h-square::before { + content: "\f0fd"; } + +.fa-podcast::before { + content: "\f2ce"; } + +.fa-temperature-full::before { + content: "\f2c7"; } + +.fa-temperature-4::before { + content: "\f2c7"; } + +.fa-thermometer-4::before { + content: "\f2c7"; } + +.fa-thermometer-full::before { + content: "\f2c7"; } + +.fa-bell::before { + content: "\f0f3"; } + +.fa-superscript::before { + content: "\f12b"; } + +.fa-plug-circle-xmark::before { + content: "\e560"; } + +.fa-star-of-life::before { + content: "\f621"; } + +.fa-phone-slash::before { + content: "\f3dd"; } + +.fa-paint-roller::before { + content: "\f5aa"; } + +.fa-handshake-angle::before { + content: "\f4c4"; } + +.fa-hands-helping::before { + content: "\f4c4"; } + +.fa-location-dot::before { + content: "\f3c5"; } + +.fa-map-marker-alt::before { + content: "\f3c5"; } + +.fa-file::before { + content: "\f15b"; } + +.fa-greater-than::before { + content: "\3e"; } + +.fa-person-swimming::before { + content: "\f5c4"; } + +.fa-swimmer::before { + content: "\f5c4"; } + +.fa-arrow-down::before { + content: "\f063"; } + +.fa-droplet::before { + content: "\f043"; } + +.fa-tint::before { + content: "\f043"; } + +.fa-eraser::before { + content: "\f12d"; } + +.fa-earth-americas::before { + content: "\f57d"; } + +.fa-earth::before { + content: "\f57d"; } + +.fa-earth-america::before { + content: "\f57d"; } + +.fa-globe-americas::before { + content: "\f57d"; } + +.fa-person-burst::before { + content: "\e53b"; } + +.fa-dove::before { + content: "\f4ba"; } + +.fa-battery-empty::before { + content: "\f244"; } + +.fa-battery-0::before { + content: "\f244"; } + +.fa-socks::before { + content: "\f696"; } + +.fa-inbox::before { + content: "\f01c"; } + +.fa-section::before { + content: "\e447"; } + +.fa-gauge-high::before { + content: "\f625"; } + +.fa-tachometer-alt::before { + content: "\f625"; } + +.fa-tachometer-alt-fast::before { + content: "\f625"; } + +.fa-envelope-open-text::before { + content: "\f658"; } + +.fa-hospital::before { + content: "\f0f8"; } + +.fa-hospital-alt::before { + content: "\f0f8"; } + +.fa-hospital-wide::before { + content: "\f0f8"; } + +.fa-wine-bottle::before { + content: "\f72f"; } + +.fa-chess-rook::before { + content: "\f447"; } + +.fa-bars-staggered::before { + content: "\f550"; } + +.fa-reorder::before { + content: "\f550"; } + +.fa-stream::before { + content: "\f550"; } + +.fa-dharmachakra::before { + content: "\f655"; } + +.fa-hotdog::before { + content: "\f80f"; } + +.fa-person-walking-with-cane::before { + content: "\f29d"; } + +.fa-blind::before { + content: "\f29d"; } + +.fa-drum::before { + content: "\f569"; } + +.fa-ice-cream::before { + content: "\f810"; } + +.fa-heart-circle-bolt::before { + content: "\e4fc"; } + +.fa-fax::before { + content: "\f1ac"; } + +.fa-paragraph::before { + content: "\f1dd"; } + +.fa-check-to-slot::before { + content: "\f772"; } + +.fa-vote-yea::before { + content: "\f772"; } + +.fa-star-half::before { + content: "\f089"; } + +.fa-boxes-stacked::before { + content: "\f468"; } + +.fa-boxes::before { + content: "\f468"; } + +.fa-boxes-alt::before { + content: "\f468"; } + +.fa-link::before { + content: "\f0c1"; } + +.fa-chain::before { + content: "\f0c1"; } + +.fa-ear-listen::before { + content: "\f2a2"; } + +.fa-assistive-listening-systems::before { + content: "\f2a2"; } + +.fa-tree-city::before { + content: "\e587"; } + +.fa-play::before { + content: "\f04b"; } + +.fa-font::before { + content: "\f031"; } + +.fa-table-cells-row-lock::before { + content: "\e67a"; } + +.fa-rupiah-sign::before { + content: "\e23d"; } + +.fa-magnifying-glass::before { + content: "\f002"; } + +.fa-search::before { + content: "\f002"; } + +.fa-table-tennis-paddle-ball::before { + content: "\f45d"; } + +.fa-ping-pong-paddle-ball::before { + content: "\f45d"; } + +.fa-table-tennis::before { + content: "\f45d"; } + +.fa-person-dots-from-line::before { + content: "\f470"; } + +.fa-diagnoses::before { + content: "\f470"; } + +.fa-trash-can-arrow-up::before { + content: "\f82a"; } + +.fa-trash-restore-alt::before { + content: "\f82a"; } + +.fa-naira-sign::before { + content: "\e1f6"; } + +.fa-cart-arrow-down::before { + content: "\f218"; } + +.fa-walkie-talkie::before { + content: "\f8ef"; } + +.fa-file-pen::before { + content: "\f31c"; } + +.fa-file-edit::before { + content: "\f31c"; } + +.fa-receipt::before { + content: "\f543"; } + +.fa-square-pen::before { + content: "\f14b"; } + +.fa-pen-square::before { + content: "\f14b"; } + +.fa-pencil-square::before { + content: "\f14b"; } + +.fa-suitcase-rolling::before { + content: "\f5c1"; } + +.fa-person-circle-exclamation::before { + content: "\e53f"; } + +.fa-chevron-down::before { + content: "\f078"; } + +.fa-battery-full::before { + content: "\f240"; } + +.fa-battery::before { + content: "\f240"; } + +.fa-battery-5::before { + content: "\f240"; } + +.fa-skull-crossbones::before { + content: "\f714"; } + +.fa-code-compare::before { + content: "\e13a"; } + +.fa-list-ul::before { + content: "\f0ca"; } + +.fa-list-dots::before { + content: "\f0ca"; } + +.fa-school-lock::before { + content: "\e56f"; } + +.fa-tower-cell::before { + content: "\e585"; } + +.fa-down-long::before { + content: "\f309"; } + +.fa-long-arrow-alt-down::before { + content: "\f309"; } + +.fa-ranking-star::before { + content: "\e561"; } + +.fa-chess-king::before { + content: "\f43f"; } + +.fa-person-harassing::before { + content: "\e549"; } + +.fa-brazilian-real-sign::before { + content: "\e46c"; } + +.fa-landmark-dome::before { + content: "\f752"; } + +.fa-landmark-alt::before { + content: "\f752"; } + +.fa-arrow-up::before { + content: "\f062"; } + +.fa-tv::before { + content: "\f26c"; } + +.fa-television::before { + content: "\f26c"; } + +.fa-tv-alt::before { + content: "\f26c"; } + +.fa-shrimp::before { + content: "\e448"; } + +.fa-list-check::before { + content: "\f0ae"; } + +.fa-tasks::before { + content: "\f0ae"; } + +.fa-jug-detergent::before { + content: "\e519"; } + +.fa-circle-user::before { + content: "\f2bd"; } + +.fa-user-circle::before { + content: "\f2bd"; } + +.fa-user-shield::before { + content: "\f505"; } + +.fa-wind::before { + content: "\f72e"; } + +.fa-car-burst::before { + content: "\f5e1"; } + +.fa-car-crash::before { + content: "\f5e1"; } + +.fa-y::before { + content: "\59"; } + +.fa-person-snowboarding::before { + content: "\f7ce"; } + +.fa-snowboarding::before { + content: "\f7ce"; } + +.fa-truck-fast::before { + content: "\f48b"; } + +.fa-shipping-fast::before { + content: "\f48b"; } + +.fa-fish::before { + content: "\f578"; } + +.fa-user-graduate::before { + content: "\f501"; } + +.fa-circle-half-stroke::before { + content: "\f042"; } + +.fa-adjust::before { + content: "\f042"; } + +.fa-clapperboard::before { + content: "\e131"; } + +.fa-circle-radiation::before { + content: "\f7ba"; } + +.fa-radiation-alt::before { + content: "\f7ba"; } + +.fa-baseball::before { + content: "\f433"; } + +.fa-baseball-ball::before { + content: "\f433"; } + +.fa-jet-fighter-up::before { + content: "\e518"; } + +.fa-diagram-project::before { + content: "\f542"; } + +.fa-project-diagram::before { + content: "\f542"; } + +.fa-copy::before { + content: "\f0c5"; } + +.fa-volume-xmark::before { + content: "\f6a9"; } + +.fa-volume-mute::before { + content: "\f6a9"; } + +.fa-volume-times::before { + content: "\f6a9"; } + +.fa-hand-sparkles::before { + content: "\e05d"; } + +.fa-grip::before { + content: "\f58d"; } + +.fa-grip-horizontal::before { + content: "\f58d"; } + +.fa-share-from-square::before { + content: "\f14d"; } + +.fa-share-square::before { + content: "\f14d"; } + +.fa-child-combatant::before { + content: "\e4e0"; } + +.fa-child-rifle::before { + content: "\e4e0"; } + +.fa-gun::before { + content: "\e19b"; } + +.fa-square-phone::before { + content: "\f098"; } + +.fa-phone-square::before { + content: "\f098"; } + +.fa-plus::before { + content: "\2b"; } + +.fa-add::before { + content: "\2b"; } + +.fa-expand::before { + content: "\f065"; } + +.fa-computer::before { + content: "\e4e5"; } + +.fa-xmark::before { + content: "\f00d"; } + +.fa-close::before { + content: "\f00d"; } + +.fa-multiply::before { + content: "\f00d"; } + +.fa-remove::before { + content: "\f00d"; } + +.fa-times::before { + content: "\f00d"; } + +.fa-arrows-up-down-left-right::before { + content: "\f047"; } + +.fa-arrows::before { + content: "\f047"; } + +.fa-chalkboard-user::before { + content: "\f51c"; } + +.fa-chalkboard-teacher::before { + content: "\f51c"; } + +.fa-peso-sign::before { + content: "\e222"; } + +.fa-building-shield::before { + content: "\e4d8"; } + +.fa-baby::before { + content: "\f77c"; } + +.fa-users-line::before { + content: "\e592"; } + +.fa-quote-left::before { + content: "\f10d"; } + +.fa-quote-left-alt::before { + content: "\f10d"; } + +.fa-tractor::before { + content: "\f722"; } + +.fa-trash-arrow-up::before { + content: "\f829"; } + +.fa-trash-restore::before { + content: "\f829"; } + +.fa-arrow-down-up-lock::before { + content: "\e4b0"; } + +.fa-lines-leaning::before { + content: "\e51e"; } + +.fa-ruler-combined::before { + content: "\f546"; } + +.fa-copyright::before { + content: "\f1f9"; } + +.fa-equals::before { + content: "\3d"; } + +.fa-blender::before { + content: "\f517"; } + +.fa-teeth::before { + content: "\f62e"; } + +.fa-shekel-sign::before { + content: "\f20b"; } + +.fa-ils::before { + content: "\f20b"; } + +.fa-shekel::before { + content: "\f20b"; } + +.fa-sheqel::before { + content: "\f20b"; } + +.fa-sheqel-sign::before { + content: "\f20b"; } + +.fa-map::before { + content: "\f279"; } + +.fa-rocket::before { + content: "\f135"; } + +.fa-photo-film::before { + content: "\f87c"; } + +.fa-photo-video::before { + content: "\f87c"; } + +.fa-folder-minus::before { + content: "\f65d"; } + +.fa-store::before { + content: "\f54e"; } + +.fa-arrow-trend-up::before { + content: "\e098"; } + +.fa-plug-circle-minus::before { + content: "\e55e"; } + +.fa-sign-hanging::before { + content: "\f4d9"; } + +.fa-sign::before { + content: "\f4d9"; } + +.fa-bezier-curve::before { + content: "\f55b"; } + +.fa-bell-slash::before { + content: "\f1f6"; } + +.fa-tablet::before { + content: "\f3fb"; } + +.fa-tablet-android::before { + content: "\f3fb"; } + +.fa-school-flag::before { + content: "\e56e"; } + +.fa-fill::before { + content: "\f575"; } + +.fa-angle-up::before { + content: "\f106"; } + +.fa-drumstick-bite::before { + content: "\f6d7"; } + +.fa-holly-berry::before { + content: "\f7aa"; } + +.fa-chevron-left::before { + content: "\f053"; } + +.fa-bacteria::before { + content: "\e059"; } + +.fa-hand-lizard::before { + content: "\f258"; } + +.fa-notdef::before { + content: "\e1fe"; } + +.fa-disease::before { + content: "\f7fa"; } + +.fa-briefcase-medical::before { + content: "\f469"; } + +.fa-genderless::before { + content: "\f22d"; } + +.fa-chevron-right::before { + content: "\f054"; } + +.fa-retweet::before { + content: "\f079"; } + +.fa-car-rear::before { + content: "\f5de"; } + +.fa-car-alt::before { + content: "\f5de"; } + +.fa-pump-soap::before { + content: "\e06b"; } + +.fa-video-slash::before { + content: "\f4e2"; } + +.fa-battery-quarter::before { + content: "\f243"; } + +.fa-battery-2::before { + content: "\f243"; } + +.fa-radio::before { + content: "\f8d7"; } + +.fa-baby-carriage::before { + content: "\f77d"; } + +.fa-carriage-baby::before { + content: "\f77d"; } + +.fa-traffic-light::before { + content: "\f637"; } + +.fa-thermometer::before { + content: "\f491"; } + +.fa-vr-cardboard::before { + content: "\f729"; } + +.fa-hand-middle-finger::before { + content: "\f806"; } + +.fa-percent::before { + content: "\25"; } + +.fa-percentage::before { + content: "\25"; } + +.fa-truck-moving::before { + content: "\f4df"; } + +.fa-glass-water-droplet::before { + content: "\e4f5"; } + +.fa-display::before { + content: "\e163"; } + +.fa-face-smile::before { + content: "\f118"; } + +.fa-smile::before { + content: "\f118"; } + +.fa-thumbtack::before { + content: "\f08d"; } + +.fa-thumb-tack::before { + content: "\f08d"; } + +.fa-trophy::before { + content: "\f091"; } + +.fa-person-praying::before { + content: "\f683"; } + +.fa-pray::before { + content: "\f683"; } + +.fa-hammer::before { + content: "\f6e3"; } + +.fa-hand-peace::before { + content: "\f25b"; } + +.fa-rotate::before { + content: "\f2f1"; } + +.fa-sync-alt::before { + content: "\f2f1"; } + +.fa-spinner::before { + content: "\f110"; } + +.fa-robot::before { + content: "\f544"; } + +.fa-peace::before { + content: "\f67c"; } + +.fa-gears::before { + content: "\f085"; } + +.fa-cogs::before { + content: "\f085"; } + +.fa-warehouse::before { + content: "\f494"; } + +.fa-arrow-up-right-dots::before { + content: "\e4b7"; } + +.fa-splotch::before { + content: "\f5bc"; } + +.fa-face-grin-hearts::before { + content: "\f584"; } + +.fa-grin-hearts::before { + content: "\f584"; } + +.fa-dice-four::before { + content: "\f524"; } + +.fa-sim-card::before { + content: "\f7c4"; } + +.fa-transgender::before { + content: "\f225"; } + +.fa-transgender-alt::before { + content: "\f225"; } + +.fa-mercury::before { + content: "\f223"; } + +.fa-arrow-turn-down::before { + content: "\f149"; } + +.fa-level-down::before { + content: "\f149"; } + +.fa-person-falling-burst::before { + content: "\e547"; } + +.fa-award::before { + content: "\f559"; } + +.fa-ticket-simple::before { + content: "\f3ff"; } + +.fa-ticket-alt::before { + content: "\f3ff"; } + +.fa-building::before { + content: "\f1ad"; } + +.fa-angles-left::before { + content: "\f100"; } + +.fa-angle-double-left::before { + content: "\f100"; } + +.fa-qrcode::before { + content: "\f029"; } + +.fa-clock-rotate-left::before { + content: "\f1da"; } + +.fa-history::before { + content: "\f1da"; } + +.fa-face-grin-beam-sweat::before { + content: "\f583"; } + +.fa-grin-beam-sweat::before { + content: "\f583"; } + +.fa-file-export::before { + content: "\f56e"; } + +.fa-arrow-right-from-file::before { + content: "\f56e"; } + +.fa-shield::before { + content: "\f132"; } + +.fa-shield-blank::before { + content: "\f132"; } + +.fa-arrow-up-short-wide::before { + content: "\f885"; } + +.fa-sort-amount-up-alt::before { + content: "\f885"; } + +.fa-house-medical::before { + content: "\e3b2"; } + +.fa-golf-ball-tee::before { + content: "\f450"; } + +.fa-golf-ball::before { + content: "\f450"; } + +.fa-circle-chevron-left::before { + content: "\f137"; } + +.fa-chevron-circle-left::before { + content: "\f137"; } + +.fa-house-chimney-window::before { + content: "\e00d"; } + +.fa-pen-nib::before { + content: "\f5ad"; } + +.fa-tent-arrow-turn-left::before { + content: "\e580"; } + +.fa-tents::before { + content: "\e582"; } + +.fa-wand-magic::before { + content: "\f0d0"; } + +.fa-magic::before { + content: "\f0d0"; } + +.fa-dog::before { + content: "\f6d3"; } + +.fa-carrot::before { + content: "\f787"; } + +.fa-moon::before { + content: "\f186"; } + +.fa-wine-glass-empty::before { + content: "\f5ce"; } + +.fa-wine-glass-alt::before { + content: "\f5ce"; } + +.fa-cheese::before { + content: "\f7ef"; } + +.fa-yin-yang::before { + content: "\f6ad"; } + +.fa-music::before { + content: "\f001"; } + +.fa-code-commit::before { + content: "\f386"; } + +.fa-temperature-low::before { + content: "\f76b"; } + +.fa-person-biking::before { + content: "\f84a"; } + +.fa-biking::before { + content: "\f84a"; } + +.fa-broom::before { + content: "\f51a"; } + +.fa-shield-heart::before { + content: "\e574"; } + +.fa-gopuram::before { + content: "\f664"; } + +.fa-earth-oceania::before { + content: "\e47b"; } + +.fa-globe-oceania::before { + content: "\e47b"; } + +.fa-square-xmark::before { + content: "\f2d3"; } + +.fa-times-square::before { + content: "\f2d3"; } + +.fa-xmark-square::before { + content: "\f2d3"; } + +.fa-hashtag::before { + content: "\23"; } + +.fa-up-right-and-down-left-from-center::before { + content: "\f424"; } + +.fa-expand-alt::before { + content: "\f424"; } + +.fa-oil-can::before { + content: "\f613"; } + +.fa-t::before { + content: "\54"; } + +.fa-hippo::before { + content: "\f6ed"; } + +.fa-chart-column::before { + content: "\e0e3"; } + +.fa-infinity::before { + content: "\f534"; } + +.fa-vial-circle-check::before { + content: "\e596"; } + +.fa-person-arrow-down-to-line::before { + content: "\e538"; } + +.fa-voicemail::before { + content: "\f897"; } + +.fa-fan::before { + content: "\f863"; } + +.fa-person-walking-luggage::before { + content: "\e554"; } + +.fa-up-down::before { + content: "\f338"; } + +.fa-arrows-alt-v::before { + content: "\f338"; } + +.fa-cloud-moon-rain::before { + content: "\f73c"; } + +.fa-calendar::before { + content: "\f133"; } + +.fa-trailer::before { + content: "\e041"; } + +.fa-bahai::before { + content: "\f666"; } + +.fa-haykal::before { + content: "\f666"; } + +.fa-sd-card::before { + content: "\f7c2"; } + +.fa-dragon::before { + content: "\f6d5"; } + +.fa-shoe-prints::before { + content: "\f54b"; } + +.fa-circle-plus::before { + content: "\f055"; } + +.fa-plus-circle::before { + content: "\f055"; } + +.fa-face-grin-tongue-wink::before { + content: "\f58b"; } + +.fa-grin-tongue-wink::before { + content: "\f58b"; } + +.fa-hand-holding::before { + content: "\f4bd"; } + +.fa-plug-circle-exclamation::before { + content: "\e55d"; } + +.fa-link-slash::before { + content: "\f127"; } + +.fa-chain-broken::before { + content: "\f127"; } + +.fa-chain-slash::before { + content: "\f127"; } + +.fa-unlink::before { + content: "\f127"; } + +.fa-clone::before { + content: "\f24d"; } + +.fa-person-walking-arrow-loop-left::before { + content: "\e551"; } + +.fa-arrow-up-z-a::before { + content: "\f882"; } + +.fa-sort-alpha-up-alt::before { + content: "\f882"; } + +.fa-fire-flame-curved::before { + content: "\f7e4"; } + +.fa-fire-alt::before { + content: "\f7e4"; } + +.fa-tornado::before { + content: "\f76f"; } + +.fa-file-circle-plus::before { + content: "\e494"; } + +.fa-book-quran::before { + content: "\f687"; } + +.fa-quran::before { + content: "\f687"; } + +.fa-anchor::before { + content: "\f13d"; } + +.fa-border-all::before { + content: "\f84c"; } + +.fa-face-angry::before { + content: "\f556"; } + +.fa-angry::before { + content: "\f556"; } + +.fa-cookie-bite::before { + content: "\f564"; } + +.fa-arrow-trend-down::before { + content: "\e097"; } + +.fa-rss::before { + content: "\f09e"; } + +.fa-feed::before { + content: "\f09e"; } + +.fa-draw-polygon::before { + content: "\f5ee"; } + +.fa-scale-balanced::before { + content: "\f24e"; } + +.fa-balance-scale::before { + content: "\f24e"; } + +.fa-gauge-simple-high::before { + content: "\f62a"; } + +.fa-tachometer::before { + content: "\f62a"; } + +.fa-tachometer-fast::before { + content: "\f62a"; } + +.fa-shower::before { + content: "\f2cc"; } + +.fa-desktop::before { + content: "\f390"; } + +.fa-desktop-alt::before { + content: "\f390"; } + +.fa-m::before { + content: "\4d"; } + +.fa-table-list::before { + content: "\f00b"; } + +.fa-th-list::before { + content: "\f00b"; } + +.fa-comment-sms::before { + content: "\f7cd"; } + +.fa-sms::before { + content: "\f7cd"; } + +.fa-book::before { + content: "\f02d"; } + +.fa-user-plus::before { + content: "\f234"; } + +.fa-check::before { + content: "\f00c"; } + +.fa-battery-three-quarters::before { + content: "\f241"; } + +.fa-battery-4::before { + content: "\f241"; } + +.fa-house-circle-check::before { + content: "\e509"; } + +.fa-angle-left::before { + content: "\f104"; } + +.fa-diagram-successor::before { + content: "\e47a"; } + +.fa-truck-arrow-right::before { + content: "\e58b"; } + +.fa-arrows-split-up-and-left::before { + content: "\e4bc"; } + +.fa-hand-fist::before { + content: "\f6de"; } + +.fa-fist-raised::before { + content: "\f6de"; } + +.fa-cloud-moon::before { + content: "\f6c3"; } + +.fa-briefcase::before { + content: "\f0b1"; } + +.fa-person-falling::before { + content: "\e546"; } + +.fa-image-portrait::before { + content: "\f3e0"; } + +.fa-portrait::before { + content: "\f3e0"; } + +.fa-user-tag::before { + content: "\f507"; } + +.fa-rug::before { + content: "\e569"; } + +.fa-earth-europe::before { + content: "\f7a2"; } + +.fa-globe-europe::before { + content: "\f7a2"; } + +.fa-cart-flatbed-suitcase::before { + content: "\f59d"; } + +.fa-luggage-cart::before { + content: "\f59d"; } + +.fa-rectangle-xmark::before { + content: "\f410"; } + +.fa-rectangle-times::before { + content: "\f410"; } + +.fa-times-rectangle::before { + content: "\f410"; } + +.fa-window-close::before { + content: "\f410"; } + +.fa-baht-sign::before { + content: "\e0ac"; } + +.fa-book-open::before { + content: "\f518"; } + +.fa-book-journal-whills::before { + content: "\f66a"; } + +.fa-journal-whills::before { + content: "\f66a"; } + +.fa-handcuffs::before { + content: "\e4f8"; } + +.fa-triangle-exclamation::before { + content: "\f071"; } + +.fa-exclamation-triangle::before { + content: "\f071"; } + +.fa-warning::before { + content: "\f071"; } + +.fa-database::before { + content: "\f1c0"; } + +.fa-share::before { + content: "\f064"; } + +.fa-mail-forward::before { + content: "\f064"; } + +.fa-bottle-droplet::before { + content: "\e4c4"; } + +.fa-mask-face::before { + content: "\e1d7"; } + +.fa-hill-rockslide::before { + content: "\e508"; } + +.fa-right-left::before { + content: "\f362"; } + +.fa-exchange-alt::before { + content: "\f362"; } + +.fa-paper-plane::before { + content: "\f1d8"; } + +.fa-road-circle-exclamation::before { + content: "\e565"; } + +.fa-dungeon::before { + content: "\f6d9"; } + +.fa-align-right::before { + content: "\f038"; } + +.fa-money-bill-1-wave::before { + content: "\f53b"; } + +.fa-money-bill-wave-alt::before { + content: "\f53b"; } + +.fa-life-ring::before { + content: "\f1cd"; } + +.fa-hands::before { + content: "\f2a7"; } + +.fa-sign-language::before { + content: "\f2a7"; } + +.fa-signing::before { + content: "\f2a7"; } + +.fa-calendar-day::before { + content: "\f783"; } + +.fa-water-ladder::before { + content: "\f5c5"; } + +.fa-ladder-water::before { + content: "\f5c5"; } + +.fa-swimming-pool::before { + content: "\f5c5"; } + +.fa-arrows-up-down::before { + content: "\f07d"; } + +.fa-arrows-v::before { + content: "\f07d"; } + +.fa-face-grimace::before { + content: "\f57f"; } + +.fa-grimace::before { + content: "\f57f"; } + +.fa-wheelchair-move::before { + content: "\e2ce"; } + +.fa-wheelchair-alt::before { + content: "\e2ce"; } + +.fa-turn-down::before { + content: "\f3be"; } + +.fa-level-down-alt::before { + content: "\f3be"; } + +.fa-person-walking-arrow-right::before { + content: "\e552"; } + +.fa-square-envelope::before { + content: "\f199"; } + +.fa-envelope-square::before { + content: "\f199"; } + +.fa-dice::before { + content: "\f522"; } + +.fa-bowling-ball::before { + content: "\f436"; } + +.fa-brain::before { + content: "\f5dc"; } + +.fa-bandage::before { + content: "\f462"; } + +.fa-band-aid::before { + content: "\f462"; } + +.fa-calendar-minus::before { + content: "\f272"; } + +.fa-circle-xmark::before { + content: "\f057"; } + +.fa-times-circle::before { + content: "\f057"; } + +.fa-xmark-circle::before { + content: "\f057"; } + +.fa-gifts::before { + content: "\f79c"; } + +.fa-hotel::before { + content: "\f594"; } + +.fa-earth-asia::before { + content: "\f57e"; } + +.fa-globe-asia::before { + content: "\f57e"; } + +.fa-id-card-clip::before { + content: "\f47f"; } + +.fa-id-card-alt::before { + content: "\f47f"; } + +.fa-magnifying-glass-plus::before { + content: "\f00e"; } + +.fa-search-plus::before { + content: "\f00e"; } + +.fa-thumbs-up::before { + content: "\f164"; } + +.fa-user-clock::before { + content: "\f4fd"; } + +.fa-hand-dots::before { + content: "\f461"; } + +.fa-allergies::before { + content: "\f461"; } + +.fa-file-invoice::before { + content: "\f570"; } + +.fa-window-minimize::before { + content: "\f2d1"; } + +.fa-mug-saucer::before { + content: "\f0f4"; } + +.fa-coffee::before { + content: "\f0f4"; } + +.fa-brush::before { + content: "\f55d"; } + +.fa-mask::before { + content: "\f6fa"; } + +.fa-magnifying-glass-minus::before { + content: "\f010"; } + +.fa-search-minus::before { + content: "\f010"; } + +.fa-ruler-vertical::before { + content: "\f548"; } + +.fa-user-large::before { + content: "\f406"; } + +.fa-user-alt::before { + content: "\f406"; } + +.fa-train-tram::before { + content: "\e5b4"; } + +.fa-user-nurse::before { + content: "\f82f"; } + +.fa-syringe::before { + content: "\f48e"; } + +.fa-cloud-sun::before { + content: "\f6c4"; } + +.fa-stopwatch-20::before { + content: "\e06f"; } + +.fa-square-full::before { + content: "\f45c"; } + +.fa-magnet::before { + content: "\f076"; } + +.fa-jar::before { + content: "\e516"; } + +.fa-note-sticky::before { + content: "\f249"; } + +.fa-sticky-note::before { + content: "\f249"; } + +.fa-bug-slash::before { + content: "\e490"; } + +.fa-arrow-up-from-water-pump::before { + content: "\e4b6"; } + +.fa-bone::before { + content: "\f5d7"; } + +.fa-table-cells-row-unlock::before { + content: "\e691"; } + +.fa-user-injured::before { + content: "\f728"; } + +.fa-face-sad-tear::before { + content: "\f5b4"; } + +.fa-sad-tear::before { + content: "\f5b4"; } + +.fa-plane::before { + content: "\f072"; } + +.fa-tent-arrows-down::before { + content: "\e581"; } + +.fa-exclamation::before { + content: "\21"; } + +.fa-arrows-spin::before { + content: "\e4bb"; } + +.fa-print::before { + content: "\f02f"; } + +.fa-turkish-lira-sign::before { + content: "\e2bb"; } + +.fa-try::before { + content: "\e2bb"; } + +.fa-turkish-lira::before { + content: "\e2bb"; } + +.fa-dollar-sign::before { + content: "\24"; } + +.fa-dollar::before { + content: "\24"; } + +.fa-usd::before { + content: "\24"; } + +.fa-x::before { + content: "\58"; } + +.fa-magnifying-glass-dollar::before { + content: "\f688"; } + +.fa-search-dollar::before { + content: "\f688"; } + +.fa-users-gear::before { + content: "\f509"; } + +.fa-users-cog::before { + content: "\f509"; } + +.fa-person-military-pointing::before { + content: "\e54a"; } + +.fa-building-columns::before { + content: "\f19c"; } + +.fa-bank::before { + content: "\f19c"; } + +.fa-institution::before { + content: "\f19c"; } + +.fa-museum::before { + content: "\f19c"; } + +.fa-university::before { + content: "\f19c"; } + +.fa-umbrella::before { + content: "\f0e9"; } + +.fa-trowel::before { + content: "\e589"; } + +.fa-d::before { + content: "\44"; } + +.fa-stapler::before { + content: "\e5af"; } + +.fa-masks-theater::before { + content: "\f630"; } + +.fa-theater-masks::before { + content: "\f630"; } + +.fa-kip-sign::before { + content: "\e1c4"; } + +.fa-hand-point-left::before { + content: "\f0a5"; } + +.fa-handshake-simple::before { + content: "\f4c6"; } + +.fa-handshake-alt::before { + content: "\f4c6"; } + +.fa-jet-fighter::before { + content: "\f0fb"; } + +.fa-fighter-jet::before { + content: "\f0fb"; } + +.fa-square-share-nodes::before { + content: "\f1e1"; } + +.fa-share-alt-square::before { + content: "\f1e1"; } + +.fa-barcode::before { + content: "\f02a"; } + +.fa-plus-minus::before { + content: "\e43c"; } + +.fa-video::before { + content: "\f03d"; } + +.fa-video-camera::before { + content: "\f03d"; } + +.fa-graduation-cap::before { + content: "\f19d"; } + +.fa-mortar-board::before { + content: "\f19d"; } + +.fa-hand-holding-medical::before { + content: "\e05c"; } + +.fa-person-circle-check::before { + content: "\e53e"; } + +.fa-turn-up::before { + content: "\f3bf"; } + +.fa-level-up-alt::before { + content: "\f3bf"; } + +.sr-only, +.fa-sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } + +.sr-only-focusable:not(:focus), +.fa-sr-only-focusable:not(:focus) { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } +:root, :host { + --fa-style-family-brands: 'Font Awesome 6 Brands'; + --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; } + +@font-face { + font-family: 'Font Awesome 6 Brands'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } + +.fab, +.fa-brands { + font-weight: 400; } + +.fa-monero:before { + content: "\f3d0"; } + +.fa-hooli:before { + content: "\f427"; } + +.fa-yelp:before { + content: "\f1e9"; } + +.fa-cc-visa:before { + content: "\f1f0"; } + +.fa-lastfm:before { + content: "\f202"; } + +.fa-shopware:before { + content: "\f5b5"; } + +.fa-creative-commons-nc:before { + content: "\f4e8"; } + +.fa-aws:before { + content: "\f375"; } + +.fa-redhat:before { + content: "\f7bc"; } + +.fa-yoast:before { + content: "\f2b1"; } + +.fa-cloudflare:before { + content: "\e07d"; } + +.fa-ups:before { + content: "\f7e0"; } + +.fa-pixiv:before { + content: "\e640"; } + +.fa-wpexplorer:before { + content: "\f2de"; } + +.fa-dyalog:before { + content: "\f399"; } + +.fa-bity:before { + content: "\f37a"; } + +.fa-stackpath:before { + content: "\f842"; } + +.fa-buysellads:before { + content: "\f20d"; } + +.fa-first-order:before { + content: "\f2b0"; } + +.fa-modx:before { + content: "\f285"; } + +.fa-guilded:before { + content: "\e07e"; } + +.fa-vnv:before { + content: "\f40b"; } + +.fa-square-js:before { + content: "\f3b9"; } + +.fa-js-square:before { + content: "\f3b9"; } + +.fa-microsoft:before { + content: "\f3ca"; } + +.fa-qq:before { + content: "\f1d6"; } + +.fa-orcid:before { + content: "\f8d2"; } + +.fa-java:before { + content: "\f4e4"; } + +.fa-invision:before { + content: "\f7b0"; } + +.fa-creative-commons-pd-alt:before { + content: "\f4ed"; } + +.fa-centercode:before { + content: "\f380"; } + +.fa-glide-g:before { + content: "\f2a6"; } + +.fa-drupal:before { + content: "\f1a9"; } + +.fa-jxl:before { + content: "\e67b"; } + +.fa-dart-lang:before { + content: "\e693"; } + +.fa-hire-a-helper:before { + content: "\f3b0"; } + +.fa-creative-commons-by:before { + content: "\f4e7"; } + +.fa-unity:before { + content: "\e049"; } + +.fa-whmcs:before { + content: "\f40d"; } + +.fa-rocketchat:before { + content: "\f3e8"; } + +.fa-vk:before { + content: "\f189"; } + +.fa-untappd:before { + content: "\f405"; } + +.fa-mailchimp:before { + content: "\f59e"; } + +.fa-css3-alt:before { + content: "\f38b"; } + +.fa-square-reddit:before { + content: "\f1a2"; } + +.fa-reddit-square:before { + content: "\f1a2"; } + +.fa-vimeo-v:before { + content: "\f27d"; } + +.fa-contao:before { + content: "\f26d"; } + +.fa-square-font-awesome:before { + content: "\e5ad"; } + +.fa-deskpro:before { + content: "\f38f"; } + +.fa-brave:before { + content: "\e63c"; } + +.fa-sistrix:before { + content: "\f3ee"; } + +.fa-square-instagram:before { + content: "\e055"; } + +.fa-instagram-square:before { + content: "\e055"; } + +.fa-battle-net:before { + content: "\f835"; } + +.fa-the-red-yeti:before { + content: "\f69d"; } + +.fa-square-hacker-news:before { + content: "\f3af"; } + +.fa-hacker-news-square:before { + content: "\f3af"; } + +.fa-edge:before { + content: "\f282"; } + +.fa-threads:before { + content: "\e618"; } + +.fa-napster:before { + content: "\f3d2"; } + +.fa-square-snapchat:before { + content: "\f2ad"; } + +.fa-snapchat-square:before { + content: "\f2ad"; } + +.fa-google-plus-g:before { + content: "\f0d5"; } + +.fa-artstation:before { + content: "\f77a"; } + +.fa-markdown:before { + content: "\f60f"; } + +.fa-sourcetree:before { + content: "\f7d3"; } + +.fa-google-plus:before { + content: "\f2b3"; } + +.fa-diaspora:before { + content: "\f791"; } + +.fa-foursquare:before { + content: "\f180"; } + +.fa-stack-overflow:before { + content: "\f16c"; } + +.fa-github-alt:before { + content: "\f113"; } + +.fa-phoenix-squadron:before { + content: "\f511"; } + +.fa-pagelines:before { + content: "\f18c"; } + +.fa-algolia:before { + content: "\f36c"; } + +.fa-red-river:before { + content: "\f3e3"; } + +.fa-creative-commons-sa:before { + content: "\f4ef"; } + +.fa-safari:before { + content: "\f267"; } + +.fa-google:before { + content: "\f1a0"; } + +.fa-square-font-awesome-stroke:before { + content: "\f35c"; } + +.fa-font-awesome-alt:before { + content: "\f35c"; } + +.fa-atlassian:before { + content: "\f77b"; } + +.fa-linkedin-in:before { + content: "\f0e1"; } + +.fa-digital-ocean:before { + content: "\f391"; } + +.fa-nimblr:before { + content: "\f5a8"; } + +.fa-chromecast:before { + content: "\f838"; } + +.fa-evernote:before { + content: "\f839"; } + +.fa-hacker-news:before { + content: "\f1d4"; } + +.fa-creative-commons-sampling:before { + content: "\f4f0"; } + +.fa-adversal:before { + content: "\f36a"; } + +.fa-creative-commons:before { + content: "\f25e"; } + +.fa-watchman-monitoring:before { + content: "\e087"; } + +.fa-fonticons:before { + content: "\f280"; } + +.fa-weixin:before { + content: "\f1d7"; } + +.fa-shirtsinbulk:before { + content: "\f214"; } + +.fa-codepen:before { + content: "\f1cb"; } + +.fa-git-alt:before { + content: "\f841"; } + +.fa-lyft:before { + content: "\f3c3"; } + +.fa-rev:before { + content: "\f5b2"; } + +.fa-windows:before { + content: "\f17a"; } + +.fa-wizards-of-the-coast:before { + content: "\f730"; } + +.fa-square-viadeo:before { + content: "\f2aa"; } + +.fa-viadeo-square:before { + content: "\f2aa"; } + +.fa-meetup:before { + content: "\f2e0"; } + +.fa-centos:before { + content: "\f789"; } + +.fa-adn:before { + content: "\f170"; } + +.fa-cloudsmith:before { + content: "\f384"; } + +.fa-opensuse:before { + content: "\e62b"; } + +.fa-pied-piper-alt:before { + content: "\f1a8"; } + +.fa-square-dribbble:before { + content: "\f397"; } + +.fa-dribbble-square:before { + content: "\f397"; } + +.fa-codiepie:before { + content: "\f284"; } + +.fa-node:before { + content: "\f419"; } + +.fa-mix:before { + content: "\f3cb"; } + +.fa-steam:before { + content: "\f1b6"; } + +.fa-cc-apple-pay:before { + content: "\f416"; } + +.fa-scribd:before { + content: "\f28a"; } + +.fa-debian:before { + content: "\e60b"; } + +.fa-openid:before { + content: "\f19b"; } + +.fa-instalod:before { + content: "\e081"; } + +.fa-expeditedssl:before { + content: "\f23e"; } + +.fa-sellcast:before { + content: "\f2da"; } + +.fa-square-twitter:before { + content: "\f081"; } + +.fa-twitter-square:before { + content: "\f081"; } + +.fa-r-project:before { + content: "\f4f7"; } + +.fa-delicious:before { + content: "\f1a5"; } + +.fa-freebsd:before { + content: "\f3a4"; } + +.fa-vuejs:before { + content: "\f41f"; } + +.fa-accusoft:before { + content: "\f369"; } + +.fa-ioxhost:before { + content: "\f208"; } + +.fa-fonticons-fi:before { + content: "\f3a2"; } + +.fa-app-store:before { + content: "\f36f"; } + +.fa-cc-mastercard:before { + content: "\f1f1"; } + +.fa-itunes-note:before { + content: "\f3b5"; } + +.fa-golang:before { + content: "\e40f"; } + +.fa-kickstarter:before { + content: "\f3bb"; } + +.fa-square-kickstarter:before { + content: "\f3bb"; } + +.fa-grav:before { + content: "\f2d6"; } + +.fa-weibo:before { + content: "\f18a"; } + +.fa-uncharted:before { + content: "\e084"; } + +.fa-firstdraft:before { + content: "\f3a1"; } + +.fa-square-youtube:before { + content: "\f431"; } + +.fa-youtube-square:before { + content: "\f431"; } + +.fa-wikipedia-w:before { + content: "\f266"; } + +.fa-wpressr:before { + content: "\f3e4"; } + +.fa-rendact:before { + content: "\f3e4"; } + +.fa-angellist:before { + content: "\f209"; } + +.fa-galactic-republic:before { + content: "\f50c"; } + +.fa-nfc-directional:before { + content: "\e530"; } + +.fa-skype:before { + content: "\f17e"; } + +.fa-joget:before { + content: "\f3b7"; } + +.fa-fedora:before { + content: "\f798"; } + +.fa-stripe-s:before { + content: "\f42a"; } + +.fa-meta:before { + content: "\e49b"; } + +.fa-laravel:before { + content: "\f3bd"; } + +.fa-hotjar:before { + content: "\f3b1"; } + +.fa-bluetooth-b:before { + content: "\f294"; } + +.fa-square-letterboxd:before { + content: "\e62e"; } + +.fa-sticker-mule:before { + content: "\f3f7"; } + +.fa-creative-commons-zero:before { + content: "\f4f3"; } + +.fa-hips:before { + content: "\f452"; } + +.fa-behance:before { + content: "\f1b4"; } + +.fa-reddit:before { + content: "\f1a1"; } + +.fa-discord:before { + content: "\f392"; } + +.fa-chrome:before { + content: "\f268"; } + +.fa-app-store-ios:before { + content: "\f370"; } + +.fa-cc-discover:before { + content: "\f1f2"; } + +.fa-wpbeginner:before { + content: "\f297"; } + +.fa-confluence:before { + content: "\f78d"; } + +.fa-shoelace:before { + content: "\e60c"; } + +.fa-mdb:before { + content: "\f8ca"; } + +.fa-dochub:before { + content: "\f394"; } + +.fa-accessible-icon:before { + content: "\f368"; } + +.fa-ebay:before { + content: "\f4f4"; } + +.fa-amazon:before { + content: "\f270"; } + +.fa-unsplash:before { + content: "\e07c"; } + +.fa-yarn:before { + content: "\f7e3"; } + +.fa-square-steam:before { + content: "\f1b7"; } + +.fa-steam-square:before { + content: "\f1b7"; } + +.fa-500px:before { + content: "\f26e"; } + +.fa-square-vimeo:before { + content: "\f194"; } + +.fa-vimeo-square:before { + content: "\f194"; } + +.fa-asymmetrik:before { + content: "\f372"; } + +.fa-font-awesome:before { + content: "\f2b4"; } + +.fa-font-awesome-flag:before { + content: "\f2b4"; } + +.fa-font-awesome-logo-full:before { + content: "\f2b4"; } + +.fa-gratipay:before { + content: "\f184"; } + +.fa-apple:before { + content: "\f179"; } + +.fa-hive:before { + content: "\e07f"; } + +.fa-gitkraken:before { + content: "\f3a6"; } + +.fa-keybase:before { + content: "\f4f5"; } + +.fa-apple-pay:before { + content: "\f415"; } + +.fa-padlet:before { + content: "\e4a0"; } + +.fa-amazon-pay:before { + content: "\f42c"; } + +.fa-square-github:before { + content: "\f092"; } + +.fa-github-square:before { + content: "\f092"; } + +.fa-stumbleupon:before { + content: "\f1a4"; } + +.fa-fedex:before { + content: "\f797"; } + +.fa-phoenix-framework:before { + content: "\f3dc"; } + +.fa-shopify:before { + content: "\e057"; } + +.fa-neos:before { + content: "\f612"; } + +.fa-square-threads:before { + content: "\e619"; } + +.fa-hackerrank:before { + content: "\f5f7"; } + +.fa-researchgate:before { + content: "\f4f8"; } + +.fa-swift:before { + content: "\f8e1"; } + +.fa-angular:before { + content: "\f420"; } + +.fa-speakap:before { + content: "\f3f3"; } + +.fa-angrycreative:before { + content: "\f36e"; } + +.fa-y-combinator:before { + content: "\f23b"; } + +.fa-empire:before { + content: "\f1d1"; } + +.fa-envira:before { + content: "\f299"; } + +.fa-google-scholar:before { + content: "\e63b"; } + +.fa-square-gitlab:before { + content: "\e5ae"; } + +.fa-gitlab-square:before { + content: "\e5ae"; } + +.fa-studiovinari:before { + content: "\f3f8"; } + +.fa-pied-piper:before { + content: "\f2ae"; } + +.fa-wordpress:before { + content: "\f19a"; } + +.fa-product-hunt:before { + content: "\f288"; } + +.fa-firefox:before { + content: "\f269"; } + +.fa-linode:before { + content: "\f2b8"; } + +.fa-goodreads:before { + content: "\f3a8"; } + +.fa-square-odnoklassniki:before { + content: "\f264"; } + +.fa-odnoklassniki-square:before { + content: "\f264"; } + +.fa-jsfiddle:before { + content: "\f1cc"; } + +.fa-sith:before { + content: "\f512"; } + +.fa-themeisle:before { + content: "\f2b2"; } + +.fa-page4:before { + content: "\f3d7"; } + +.fa-hashnode:before { + content: "\e499"; } + +.fa-react:before { + content: "\f41b"; } + +.fa-cc-paypal:before { + content: "\f1f4"; } + +.fa-squarespace:before { + content: "\f5be"; } + +.fa-cc-stripe:before { + content: "\f1f5"; } + +.fa-creative-commons-share:before { + content: "\f4f2"; } + +.fa-bitcoin:before { + content: "\f379"; } + +.fa-keycdn:before { + content: "\f3ba"; } + +.fa-opera:before { + content: "\f26a"; } + +.fa-itch-io:before { + content: "\f83a"; } + +.fa-umbraco:before { + content: "\f8e8"; } + +.fa-galactic-senate:before { + content: "\f50d"; } + +.fa-ubuntu:before { + content: "\f7df"; } + +.fa-draft2digital:before { + content: "\f396"; } + +.fa-stripe:before { + content: "\f429"; } + +.fa-houzz:before { + content: "\f27c"; } + +.fa-gg:before { + content: "\f260"; } + +.fa-dhl:before { + content: "\f790"; } + +.fa-square-pinterest:before { + content: "\f0d3"; } + +.fa-pinterest-square:before { + content: "\f0d3"; } + +.fa-xing:before { + content: "\f168"; } + +.fa-blackberry:before { + content: "\f37b"; } + +.fa-creative-commons-pd:before { + content: "\f4ec"; } + +.fa-playstation:before { + content: "\f3df"; } + +.fa-quinscape:before { + content: "\f459"; } + +.fa-less:before { + content: "\f41d"; } + +.fa-blogger-b:before { + content: "\f37d"; } + +.fa-opencart:before { + content: "\f23d"; } + +.fa-vine:before { + content: "\f1ca"; } + +.fa-signal-messenger:before { + content: "\e663"; } + +.fa-paypal:before { + content: "\f1ed"; } + +.fa-gitlab:before { + content: "\f296"; } + +.fa-typo3:before { + content: "\f42b"; } + +.fa-reddit-alien:before { + content: "\f281"; } + +.fa-yahoo:before { + content: "\f19e"; } + +.fa-dailymotion:before { + content: "\e052"; } + +.fa-affiliatetheme:before { + content: "\f36b"; } + +.fa-pied-piper-pp:before { + content: "\f1a7"; } + +.fa-bootstrap:before { + content: "\f836"; } + +.fa-odnoklassniki:before { + content: "\f263"; } + +.fa-nfc-symbol:before { + content: "\e531"; } + +.fa-mintbit:before { + content: "\e62f"; } + +.fa-ethereum:before { + content: "\f42e"; } + +.fa-speaker-deck:before { + content: "\f83c"; } + +.fa-creative-commons-nc-eu:before { + content: "\f4e9"; } + +.fa-patreon:before { + content: "\f3d9"; } + +.fa-avianex:before { + content: "\f374"; } + +.fa-ello:before { + content: "\f5f1"; } + +.fa-gofore:before { + content: "\f3a7"; } + +.fa-bimobject:before { + content: "\f378"; } + +.fa-brave-reverse:before { + content: "\e63d"; } + +.fa-facebook-f:before { + content: "\f39e"; } + +.fa-square-google-plus:before { + content: "\f0d4"; } + +.fa-google-plus-square:before { + content: "\f0d4"; } + +.fa-web-awesome:before { + content: "\e682"; } + +.fa-mandalorian:before { + content: "\f50f"; } + +.fa-first-order-alt:before { + content: "\f50a"; } + +.fa-osi:before { + content: "\f41a"; } + +.fa-google-wallet:before { + content: "\f1ee"; } + +.fa-d-and-d-beyond:before { + content: "\f6ca"; } + +.fa-periscope:before { + content: "\f3da"; } + +.fa-fulcrum:before { + content: "\f50b"; } + +.fa-cloudscale:before { + content: "\f383"; } + +.fa-forumbee:before { + content: "\f211"; } + +.fa-mizuni:before { + content: "\f3cc"; } + +.fa-schlix:before { + content: "\f3ea"; } + +.fa-square-xing:before { + content: "\f169"; } + +.fa-xing-square:before { + content: "\f169"; } + +.fa-bandcamp:before { + content: "\f2d5"; } + +.fa-wpforms:before { + content: "\f298"; } + +.fa-cloudversify:before { + content: "\f385"; } + +.fa-usps:before { + content: "\f7e1"; } + +.fa-megaport:before { + content: "\f5a3"; } + +.fa-magento:before { + content: "\f3c4"; } + +.fa-spotify:before { + content: "\f1bc"; } + +.fa-optin-monster:before { + content: "\f23c"; } + +.fa-fly:before { + content: "\f417"; } + +.fa-aviato:before { + content: "\f421"; } + +.fa-itunes:before { + content: "\f3b4"; } + +.fa-cuttlefish:before { + content: "\f38c"; } + +.fa-blogger:before { + content: "\f37c"; } + +.fa-flickr:before { + content: "\f16e"; } + +.fa-viber:before { + content: "\f409"; } + +.fa-soundcloud:before { + content: "\f1be"; } + +.fa-digg:before { + content: "\f1a6"; } + +.fa-tencent-weibo:before { + content: "\f1d5"; } + +.fa-letterboxd:before { + content: "\e62d"; } + +.fa-symfony:before { + content: "\f83d"; } + +.fa-maxcdn:before { + content: "\f136"; } + +.fa-etsy:before { + content: "\f2d7"; } + +.fa-facebook-messenger:before { + content: "\f39f"; } + +.fa-audible:before { + content: "\f373"; } + +.fa-think-peaks:before { + content: "\f731"; } + +.fa-bilibili:before { + content: "\e3d9"; } + +.fa-erlang:before { + content: "\f39d"; } + +.fa-x-twitter:before { + content: "\e61b"; } + +.fa-cotton-bureau:before { + content: "\f89e"; } + +.fa-dashcube:before { + content: "\f210"; } + +.fa-42-group:before { + content: "\e080"; } + +.fa-innosoft:before { + content: "\e080"; } + +.fa-stack-exchange:before { + content: "\f18d"; } + +.fa-elementor:before { + content: "\f430"; } + +.fa-square-pied-piper:before { + content: "\e01e"; } + +.fa-pied-piper-square:before { + content: "\e01e"; } + +.fa-creative-commons-nd:before { + content: "\f4eb"; } + +.fa-palfed:before { + content: "\f3d8"; } + +.fa-superpowers:before { + content: "\f2dd"; } + +.fa-resolving:before { + content: "\f3e7"; } + +.fa-xbox:before { + content: "\f412"; } + +.fa-square-web-awesome-stroke:before { + content: "\e684"; } + +.fa-searchengin:before { + content: "\f3eb"; } + +.fa-tiktok:before { + content: "\e07b"; } + +.fa-square-facebook:before { + content: "\f082"; } + +.fa-facebook-square:before { + content: "\f082"; } + +.fa-renren:before { + content: "\f18b"; } + +.fa-linux:before { + content: "\f17c"; } + +.fa-glide:before { + content: "\f2a5"; } + +.fa-linkedin:before { + content: "\f08c"; } + +.fa-hubspot:before { + content: "\f3b2"; } + +.fa-deploydog:before { + content: "\f38e"; } + +.fa-twitch:before { + content: "\f1e8"; } + +.fa-flutter:before { + content: "\e694"; } + +.fa-ravelry:before { + content: "\f2d9"; } + +.fa-mixer:before { + content: "\e056"; } + +.fa-square-lastfm:before { + content: "\f203"; } + +.fa-lastfm-square:before { + content: "\f203"; } + +.fa-vimeo:before { + content: "\f40a"; } + +.fa-mendeley:before { + content: "\f7b3"; } + +.fa-uniregistry:before { + content: "\f404"; } + +.fa-figma:before { + content: "\f799"; } + +.fa-creative-commons-remix:before { + content: "\f4ee"; } + +.fa-cc-amazon-pay:before { + content: "\f42d"; } + +.fa-dropbox:before { + content: "\f16b"; } + +.fa-instagram:before { + content: "\f16d"; } + +.fa-cmplid:before { + content: "\e360"; } + +.fa-upwork:before { + content: "\e641"; } + +.fa-facebook:before { + content: "\f09a"; } + +.fa-gripfire:before { + content: "\f3ac"; } + +.fa-jedi-order:before { + content: "\f50e"; } + +.fa-uikit:before { + content: "\f403"; } + +.fa-fort-awesome-alt:before { + content: "\f3a3"; } + +.fa-phabricator:before { + content: "\f3db"; } + +.fa-ussunnah:before { + content: "\f407"; } + +.fa-earlybirds:before { + content: "\f39a"; } + +.fa-trade-federation:before { + content: "\f513"; } + +.fa-autoprefixer:before { + content: "\f41c"; } + +.fa-whatsapp:before { + content: "\f232"; } + +.fa-square-upwork:before { + content: "\e67c"; } + +.fa-slideshare:before { + content: "\f1e7"; } + +.fa-google-play:before { + content: "\f3ab"; } + +.fa-viadeo:before { + content: "\f2a9"; } + +.fa-line:before { + content: "\f3c0"; } + +.fa-google-drive:before { + content: "\f3aa"; } + +.fa-servicestack:before { + content: "\f3ec"; } + +.fa-simplybuilt:before { + content: "\f215"; } + +.fa-bitbucket:before { + content: "\f171"; } + +.fa-imdb:before { + content: "\f2d8"; } + +.fa-deezer:before { + content: "\e077"; } + +.fa-raspberry-pi:before { + content: "\f7bb"; } + +.fa-jira:before { + content: "\f7b1"; } + +.fa-docker:before { + content: "\f395"; } + +.fa-screenpal:before { + content: "\e570"; } + +.fa-bluetooth:before { + content: "\f293"; } + +.fa-gitter:before { + content: "\f426"; } + +.fa-d-and-d:before { + content: "\f38d"; } + +.fa-microblog:before { + content: "\e01a"; } + +.fa-cc-diners-club:before { + content: "\f24c"; } + +.fa-gg-circle:before { + content: "\f261"; } + +.fa-pied-piper-hat:before { + content: "\f4e5"; } + +.fa-kickstarter-k:before { + content: "\f3bc"; } + +.fa-yandex:before { + content: "\f413"; } + +.fa-readme:before { + content: "\f4d5"; } + +.fa-html5:before { + content: "\f13b"; } + +.fa-sellsy:before { + content: "\f213"; } + +.fa-square-web-awesome:before { + content: "\e683"; } + +.fa-sass:before { + content: "\f41e"; } + +.fa-wirsindhandwerk:before { + content: "\e2d0"; } + +.fa-wsh:before { + content: "\e2d0"; } + +.fa-buromobelexperte:before { + content: "\f37f"; } + +.fa-salesforce:before { + content: "\f83b"; } + +.fa-octopus-deploy:before { + content: "\e082"; } + +.fa-medapps:before { + content: "\f3c6"; } + +.fa-ns8:before { + content: "\f3d5"; } + +.fa-pinterest-p:before { + content: "\f231"; } + +.fa-apper:before { + content: "\f371"; } + +.fa-fort-awesome:before { + content: "\f286"; } + +.fa-waze:before { + content: "\f83f"; } + +.fa-bluesky:before { + content: "\e671"; } + +.fa-cc-jcb:before { + content: "\f24b"; } + +.fa-snapchat:before { + content: "\f2ab"; } + +.fa-snapchat-ghost:before { + content: "\f2ab"; } + +.fa-fantasy-flight-games:before { + content: "\f6dc"; } + +.fa-rust:before { + content: "\e07a"; } + +.fa-wix:before { + content: "\f5cf"; } + +.fa-square-behance:before { + content: "\f1b5"; } + +.fa-behance-square:before { + content: "\f1b5"; } + +.fa-supple:before { + content: "\f3f9"; } + +.fa-webflow:before { + content: "\e65c"; } + +.fa-rebel:before { + content: "\f1d0"; } + +.fa-css3:before { + content: "\f13c"; } + +.fa-staylinked:before { + content: "\f3f5"; } + +.fa-kaggle:before { + content: "\f5fa"; } + +.fa-space-awesome:before { + content: "\e5ac"; } + +.fa-deviantart:before { + content: "\f1bd"; } + +.fa-cpanel:before { + content: "\f388"; } + +.fa-goodreads-g:before { + content: "\f3a9"; } + +.fa-square-git:before { + content: "\f1d2"; } + +.fa-git-square:before { + content: "\f1d2"; } + +.fa-square-tumblr:before { + content: "\f174"; } + +.fa-tumblr-square:before { + content: "\f174"; } + +.fa-trello:before { + content: "\f181"; } + +.fa-creative-commons-nc-jp:before { + content: "\f4ea"; } + +.fa-get-pocket:before { + content: "\f265"; } + +.fa-perbyte:before { + content: "\e083"; } + +.fa-grunt:before { + content: "\f3ad"; } + +.fa-weebly:before { + content: "\f5cc"; } + +.fa-connectdevelop:before { + content: "\f20e"; } + +.fa-leanpub:before { + content: "\f212"; } + +.fa-black-tie:before { + content: "\f27e"; } + +.fa-themeco:before { + content: "\f5c6"; } + +.fa-python:before { + content: "\f3e2"; } + +.fa-android:before { + content: "\f17b"; } + +.fa-bots:before { + content: "\e340"; } + +.fa-free-code-camp:before { + content: "\f2c5"; } + +.fa-hornbill:before { + content: "\f592"; } + +.fa-js:before { + content: "\f3b8"; } + +.fa-ideal:before { + content: "\e013"; } + +.fa-git:before { + content: "\f1d3"; } + +.fa-dev:before { + content: "\f6cc"; } + +.fa-sketch:before { + content: "\f7c6"; } + +.fa-yandex-international:before { + content: "\f414"; } + +.fa-cc-amex:before { + content: "\f1f3"; } + +.fa-uber:before { + content: "\f402"; } + +.fa-github:before { + content: "\f09b"; } + +.fa-php:before { + content: "\f457"; } + +.fa-alipay:before { + content: "\f642"; } + +.fa-youtube:before { + content: "\f167"; } + +.fa-skyatlas:before { + content: "\f216"; } + +.fa-firefox-browser:before { + content: "\e007"; } + +.fa-replyd:before { + content: "\f3e6"; } + +.fa-suse:before { + content: "\f7d6"; } + +.fa-jenkins:before { + content: "\f3b6"; } + +.fa-twitter:before { + content: "\f099"; } + +.fa-rockrms:before { + content: "\f3e9"; } + +.fa-pinterest:before { + content: "\f0d2"; } + +.fa-buffer:before { + content: "\f837"; } + +.fa-npm:before { + content: "\f3d4"; } + +.fa-yammer:before { + content: "\f840"; } + +.fa-btc:before { + content: "\f15a"; } + +.fa-dribbble:before { + content: "\f17d"; } + +.fa-stumbleupon-circle:before { + content: "\f1a3"; } + +.fa-internet-explorer:before { + content: "\f26b"; } + +.fa-stubber:before { + content: "\e5c7"; } + +.fa-telegram:before { + content: "\f2c6"; } + +.fa-telegram-plane:before { + content: "\f2c6"; } + +.fa-old-republic:before { + content: "\f510"; } + +.fa-odysee:before { + content: "\e5c6"; } + +.fa-square-whatsapp:before { + content: "\f40c"; } + +.fa-whatsapp-square:before { + content: "\f40c"; } + +.fa-node-js:before { + content: "\f3d3"; } + +.fa-edge-legacy:before { + content: "\e078"; } + +.fa-slack:before { + content: "\f198"; } + +.fa-slack-hash:before { + content: "\f198"; } + +.fa-medrt:before { + content: "\f3c8"; } + +.fa-usb:before { + content: "\f287"; } + +.fa-tumblr:before { + content: "\f173"; } + +.fa-vaadin:before { + content: "\f408"; } + +.fa-quora:before { + content: "\f2c4"; } + +.fa-square-x-twitter:before { + content: "\e61a"; } + +.fa-reacteurope:before { + content: "\f75d"; } + +.fa-medium:before { + content: "\f23a"; } + +.fa-medium-m:before { + content: "\f23a"; } + +.fa-amilia:before { + content: "\f36d"; } + +.fa-mixcloud:before { + content: "\f289"; } + +.fa-flipboard:before { + content: "\f44d"; } + +.fa-viacoin:before { + content: "\f237"; } + +.fa-critical-role:before { + content: "\f6c9"; } + +.fa-sitrox:before { + content: "\e44a"; } + +.fa-discourse:before { + content: "\f393"; } + +.fa-joomla:before { + content: "\f1aa"; } + +.fa-mastodon:before { + content: "\f4f6"; } + +.fa-airbnb:before { + content: "\f834"; } + +.fa-wolf-pack-battalion:before { + content: "\f514"; } + +.fa-buy-n-large:before { + content: "\f8a6"; } + +.fa-gulp:before { + content: "\f3ae"; } + +.fa-creative-commons-sampling-plus:before { + content: "\f4f1"; } + +.fa-strava:before { + content: "\f428"; } + +.fa-ember:before { + content: "\f423"; } + +.fa-canadian-maple-leaf:before { + content: "\f785"; } + +.fa-teamspeak:before { + content: "\f4f9"; } + +.fa-pushed:before { + content: "\f3e1"; } + +.fa-wordpress-simple:before { + content: "\f411"; } + +.fa-nutritionix:before { + content: "\f3d6"; } + +.fa-wodu:before { + content: "\e088"; } + +.fa-google-pay:before { + content: "\e079"; } + +.fa-intercom:before { + content: "\f7af"; } + +.fa-zhihu:before { + content: "\f63f"; } + +.fa-korvue:before { + content: "\f42f"; } + +.fa-pix:before { + content: "\e43a"; } + +.fa-steam-symbol:before { + content: "\f3f6"; } +:root, :host { + --fa-style-family-classic: 'Font Awesome 6 Free'; + --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; } + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); } + +.far, +.fa-regular { + font-weight: 400; } +:root, :host { + --fa-style-family-classic: 'Font Awesome 6 Free'; + --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; } + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 900; + font-display: block; + src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } + +.fas, +.fa-solid { + font-weight: 900; } +@font-face { + font-family: 'Font Awesome 5 Brands'; + font-display: block; + font-weight: 400; + src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } + +@font-face { + font-family: 'Font Awesome 5 Free'; + font-display: block; + font-weight: 900; + src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } + +@font-face { + font-family: 'Font Awesome 5 Free'; + font-display: block; + font-weight: 400; + src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); } +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } + +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } + +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); + unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; } + +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype"); + unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; } diff --git a/lib/fontawesome-free-6.6.0-web/css/all.min.css b/lib/fontawesome-free-6.6.0-web/css/all.min.css new file mode 100644 index 0000000..08cf832 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/all.min.css @@ -0,0 +1,9 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp-solid,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)} + +.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-thumb-tack-slash:before,.fa-thumbtack-slash:before{content:"\e68f"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-table-cells-column-lock:before{content:"\e678"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-table-cells-row-lock:before{content:"\e67a"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-table-cells-row-unlock:before{content:"\e691"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"} +.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-jxl:before{content:"\e67b"}.fa-dart-lang:before{content:"\e693"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before,.fa-square-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-web-awesome:before{content:"\e682"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-square-web-awesome-stroke:before{content:"\e684"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-flutter:before{content:"\e694"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-square-upwork:before{content:"\e67c"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-square-web-awesome:before{content:"\e683"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-bluesky:before{content:"\e671"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a} \ No newline at end of file diff --git a/lib/fontawesome-free-6.6.0-web/css/brands.css b/lib/fontawesome-free-6.6.0-web/css/brands.css new file mode 100644 index 0000000..ff04208 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/brands.css @@ -0,0 +1,1600 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +:root, :host { + --fa-style-family-brands: 'Font Awesome 6 Brands'; + --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; } + +@font-face { + font-family: 'Font Awesome 6 Brands'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } + +.fab, +.fa-brands { + font-weight: 400; } + +.fa-monero:before { + content: "\f3d0"; } + +.fa-hooli:before { + content: "\f427"; } + +.fa-yelp:before { + content: "\f1e9"; } + +.fa-cc-visa:before { + content: "\f1f0"; } + +.fa-lastfm:before { + content: "\f202"; } + +.fa-shopware:before { + content: "\f5b5"; } + +.fa-creative-commons-nc:before { + content: "\f4e8"; } + +.fa-aws:before { + content: "\f375"; } + +.fa-redhat:before { + content: "\f7bc"; } + +.fa-yoast:before { + content: "\f2b1"; } + +.fa-cloudflare:before { + content: "\e07d"; } + +.fa-ups:before { + content: "\f7e0"; } + +.fa-pixiv:before { + content: "\e640"; } + +.fa-wpexplorer:before { + content: "\f2de"; } + +.fa-dyalog:before { + content: "\f399"; } + +.fa-bity:before { + content: "\f37a"; } + +.fa-stackpath:before { + content: "\f842"; } + +.fa-buysellads:before { + content: "\f20d"; } + +.fa-first-order:before { + content: "\f2b0"; } + +.fa-modx:before { + content: "\f285"; } + +.fa-guilded:before { + content: "\e07e"; } + +.fa-vnv:before { + content: "\f40b"; } + +.fa-square-js:before { + content: "\f3b9"; } + +.fa-js-square:before { + content: "\f3b9"; } + +.fa-microsoft:before { + content: "\f3ca"; } + +.fa-qq:before { + content: "\f1d6"; } + +.fa-orcid:before { + content: "\f8d2"; } + +.fa-java:before { + content: "\f4e4"; } + +.fa-invision:before { + content: "\f7b0"; } + +.fa-creative-commons-pd-alt:before { + content: "\f4ed"; } + +.fa-centercode:before { + content: "\f380"; } + +.fa-glide-g:before { + content: "\f2a6"; } + +.fa-drupal:before { + content: "\f1a9"; } + +.fa-jxl:before { + content: "\e67b"; } + +.fa-dart-lang:before { + content: "\e693"; } + +.fa-hire-a-helper:before { + content: "\f3b0"; } + +.fa-creative-commons-by:before { + content: "\f4e7"; } + +.fa-unity:before { + content: "\e049"; } + +.fa-whmcs:before { + content: "\f40d"; } + +.fa-rocketchat:before { + content: "\f3e8"; } + +.fa-vk:before { + content: "\f189"; } + +.fa-untappd:before { + content: "\f405"; } + +.fa-mailchimp:before { + content: "\f59e"; } + +.fa-css3-alt:before { + content: "\f38b"; } + +.fa-square-reddit:before { + content: "\f1a2"; } + +.fa-reddit-square:before { + content: "\f1a2"; } + +.fa-vimeo-v:before { + content: "\f27d"; } + +.fa-contao:before { + content: "\f26d"; } + +.fa-square-font-awesome:before { + content: "\e5ad"; } + +.fa-deskpro:before { + content: "\f38f"; } + +.fa-brave:before { + content: "\e63c"; } + +.fa-sistrix:before { + content: "\f3ee"; } + +.fa-square-instagram:before { + content: "\e055"; } + +.fa-instagram-square:before { + content: "\e055"; } + +.fa-battle-net:before { + content: "\f835"; } + +.fa-the-red-yeti:before { + content: "\f69d"; } + +.fa-square-hacker-news:before { + content: "\f3af"; } + +.fa-hacker-news-square:before { + content: "\f3af"; } + +.fa-edge:before { + content: "\f282"; } + +.fa-threads:before { + content: "\e618"; } + +.fa-napster:before { + content: "\f3d2"; } + +.fa-square-snapchat:before { + content: "\f2ad"; } + +.fa-snapchat-square:before { + content: "\f2ad"; } + +.fa-google-plus-g:before { + content: "\f0d5"; } + +.fa-artstation:before { + content: "\f77a"; } + +.fa-markdown:before { + content: "\f60f"; } + +.fa-sourcetree:before { + content: "\f7d3"; } + +.fa-google-plus:before { + content: "\f2b3"; } + +.fa-diaspora:before { + content: "\f791"; } + +.fa-foursquare:before { + content: "\f180"; } + +.fa-stack-overflow:before { + content: "\f16c"; } + +.fa-github-alt:before { + content: "\f113"; } + +.fa-phoenix-squadron:before { + content: "\f511"; } + +.fa-pagelines:before { + content: "\f18c"; } + +.fa-algolia:before { + content: "\f36c"; } + +.fa-red-river:before { + content: "\f3e3"; } + +.fa-creative-commons-sa:before { + content: "\f4ef"; } + +.fa-safari:before { + content: "\f267"; } + +.fa-google:before { + content: "\f1a0"; } + +.fa-square-font-awesome-stroke:before { + content: "\f35c"; } + +.fa-font-awesome-alt:before { + content: "\f35c"; } + +.fa-atlassian:before { + content: "\f77b"; } + +.fa-linkedin-in:before { + content: "\f0e1"; } + +.fa-digital-ocean:before { + content: "\f391"; } + +.fa-nimblr:before { + content: "\f5a8"; } + +.fa-chromecast:before { + content: "\f838"; } + +.fa-evernote:before { + content: "\f839"; } + +.fa-hacker-news:before { + content: "\f1d4"; } + +.fa-creative-commons-sampling:before { + content: "\f4f0"; } + +.fa-adversal:before { + content: "\f36a"; } + +.fa-creative-commons:before { + content: "\f25e"; } + +.fa-watchman-monitoring:before { + content: "\e087"; } + +.fa-fonticons:before { + content: "\f280"; } + +.fa-weixin:before { + content: "\f1d7"; } + +.fa-shirtsinbulk:before { + content: "\f214"; } + +.fa-codepen:before { + content: "\f1cb"; } + +.fa-git-alt:before { + content: "\f841"; } + +.fa-lyft:before { + content: "\f3c3"; } + +.fa-rev:before { + content: "\f5b2"; } + +.fa-windows:before { + content: "\f17a"; } + +.fa-wizards-of-the-coast:before { + content: "\f730"; } + +.fa-square-viadeo:before { + content: "\f2aa"; } + +.fa-viadeo-square:before { + content: "\f2aa"; } + +.fa-meetup:before { + content: "\f2e0"; } + +.fa-centos:before { + content: "\f789"; } + +.fa-adn:before { + content: "\f170"; } + +.fa-cloudsmith:before { + content: "\f384"; } + +.fa-opensuse:before { + content: "\e62b"; } + +.fa-pied-piper-alt:before { + content: "\f1a8"; } + +.fa-square-dribbble:before { + content: "\f397"; } + +.fa-dribbble-square:before { + content: "\f397"; } + +.fa-codiepie:before { + content: "\f284"; } + +.fa-node:before { + content: "\f419"; } + +.fa-mix:before { + content: "\f3cb"; } + +.fa-steam:before { + content: "\f1b6"; } + +.fa-cc-apple-pay:before { + content: "\f416"; } + +.fa-scribd:before { + content: "\f28a"; } + +.fa-debian:before { + content: "\e60b"; } + +.fa-openid:before { + content: "\f19b"; } + +.fa-instalod:before { + content: "\e081"; } + +.fa-expeditedssl:before { + content: "\f23e"; } + +.fa-sellcast:before { + content: "\f2da"; } + +.fa-square-twitter:before { + content: "\f081"; } + +.fa-twitter-square:before { + content: "\f081"; } + +.fa-r-project:before { + content: "\f4f7"; } + +.fa-delicious:before { + content: "\f1a5"; } + +.fa-freebsd:before { + content: "\f3a4"; } + +.fa-vuejs:before { + content: "\f41f"; } + +.fa-accusoft:before { + content: "\f369"; } + +.fa-ioxhost:before { + content: "\f208"; } + +.fa-fonticons-fi:before { + content: "\f3a2"; } + +.fa-app-store:before { + content: "\f36f"; } + +.fa-cc-mastercard:before { + content: "\f1f1"; } + +.fa-itunes-note:before { + content: "\f3b5"; } + +.fa-golang:before { + content: "\e40f"; } + +.fa-kickstarter:before { + content: "\f3bb"; } + +.fa-square-kickstarter:before { + content: "\f3bb"; } + +.fa-grav:before { + content: "\f2d6"; } + +.fa-weibo:before { + content: "\f18a"; } + +.fa-uncharted:before { + content: "\e084"; } + +.fa-firstdraft:before { + content: "\f3a1"; } + +.fa-square-youtube:before { + content: "\f431"; } + +.fa-youtube-square:before { + content: "\f431"; } + +.fa-wikipedia-w:before { + content: "\f266"; } + +.fa-wpressr:before { + content: "\f3e4"; } + +.fa-rendact:before { + content: "\f3e4"; } + +.fa-angellist:before { + content: "\f209"; } + +.fa-galactic-republic:before { + content: "\f50c"; } + +.fa-nfc-directional:before { + content: "\e530"; } + +.fa-skype:before { + content: "\f17e"; } + +.fa-joget:before { + content: "\f3b7"; } + +.fa-fedora:before { + content: "\f798"; } + +.fa-stripe-s:before { + content: "\f42a"; } + +.fa-meta:before { + content: "\e49b"; } + +.fa-laravel:before { + content: "\f3bd"; } + +.fa-hotjar:before { + content: "\f3b1"; } + +.fa-bluetooth-b:before { + content: "\f294"; } + +.fa-square-letterboxd:before { + content: "\e62e"; } + +.fa-sticker-mule:before { + content: "\f3f7"; } + +.fa-creative-commons-zero:before { + content: "\f4f3"; } + +.fa-hips:before { + content: "\f452"; } + +.fa-behance:before { + content: "\f1b4"; } + +.fa-reddit:before { + content: "\f1a1"; } + +.fa-discord:before { + content: "\f392"; } + +.fa-chrome:before { + content: "\f268"; } + +.fa-app-store-ios:before { + content: "\f370"; } + +.fa-cc-discover:before { + content: "\f1f2"; } + +.fa-wpbeginner:before { + content: "\f297"; } + +.fa-confluence:before { + content: "\f78d"; } + +.fa-shoelace:before { + content: "\e60c"; } + +.fa-mdb:before { + content: "\f8ca"; } + +.fa-dochub:before { + content: "\f394"; } + +.fa-accessible-icon:before { + content: "\f368"; } + +.fa-ebay:before { + content: "\f4f4"; } + +.fa-amazon:before { + content: "\f270"; } + +.fa-unsplash:before { + content: "\e07c"; } + +.fa-yarn:before { + content: "\f7e3"; } + +.fa-square-steam:before { + content: "\f1b7"; } + +.fa-steam-square:before { + content: "\f1b7"; } + +.fa-500px:before { + content: "\f26e"; } + +.fa-square-vimeo:before { + content: "\f194"; } + +.fa-vimeo-square:before { + content: "\f194"; } + +.fa-asymmetrik:before { + content: "\f372"; } + +.fa-font-awesome:before { + content: "\f2b4"; } + +.fa-font-awesome-flag:before { + content: "\f2b4"; } + +.fa-font-awesome-logo-full:before { + content: "\f2b4"; } + +.fa-gratipay:before { + content: "\f184"; } + +.fa-apple:before { + content: "\f179"; } + +.fa-hive:before { + content: "\e07f"; } + +.fa-gitkraken:before { + content: "\f3a6"; } + +.fa-keybase:before { + content: "\f4f5"; } + +.fa-apple-pay:before { + content: "\f415"; } + +.fa-padlet:before { + content: "\e4a0"; } + +.fa-amazon-pay:before { + content: "\f42c"; } + +.fa-square-github:before { + content: "\f092"; } + +.fa-github-square:before { + content: "\f092"; } + +.fa-stumbleupon:before { + content: "\f1a4"; } + +.fa-fedex:before { + content: "\f797"; } + +.fa-phoenix-framework:before { + content: "\f3dc"; } + +.fa-shopify:before { + content: "\e057"; } + +.fa-neos:before { + content: "\f612"; } + +.fa-square-threads:before { + content: "\e619"; } + +.fa-hackerrank:before { + content: "\f5f7"; } + +.fa-researchgate:before { + content: "\f4f8"; } + +.fa-swift:before { + content: "\f8e1"; } + +.fa-angular:before { + content: "\f420"; } + +.fa-speakap:before { + content: "\f3f3"; } + +.fa-angrycreative:before { + content: "\f36e"; } + +.fa-y-combinator:before { + content: "\f23b"; } + +.fa-empire:before { + content: "\f1d1"; } + +.fa-envira:before { + content: "\f299"; } + +.fa-google-scholar:before { + content: "\e63b"; } + +.fa-square-gitlab:before { + content: "\e5ae"; } + +.fa-gitlab-square:before { + content: "\e5ae"; } + +.fa-studiovinari:before { + content: "\f3f8"; } + +.fa-pied-piper:before { + content: "\f2ae"; } + +.fa-wordpress:before { + content: "\f19a"; } + +.fa-product-hunt:before { + content: "\f288"; } + +.fa-firefox:before { + content: "\f269"; } + +.fa-linode:before { + content: "\f2b8"; } + +.fa-goodreads:before { + content: "\f3a8"; } + +.fa-square-odnoklassniki:before { + content: "\f264"; } + +.fa-odnoklassniki-square:before { + content: "\f264"; } + +.fa-jsfiddle:before { + content: "\f1cc"; } + +.fa-sith:before { + content: "\f512"; } + +.fa-themeisle:before { + content: "\f2b2"; } + +.fa-page4:before { + content: "\f3d7"; } + +.fa-hashnode:before { + content: "\e499"; } + +.fa-react:before { + content: "\f41b"; } + +.fa-cc-paypal:before { + content: "\f1f4"; } + +.fa-squarespace:before { + content: "\f5be"; } + +.fa-cc-stripe:before { + content: "\f1f5"; } + +.fa-creative-commons-share:before { + content: "\f4f2"; } + +.fa-bitcoin:before { + content: "\f379"; } + +.fa-keycdn:before { + content: "\f3ba"; } + +.fa-opera:before { + content: "\f26a"; } + +.fa-itch-io:before { + content: "\f83a"; } + +.fa-umbraco:before { + content: "\f8e8"; } + +.fa-galactic-senate:before { + content: "\f50d"; } + +.fa-ubuntu:before { + content: "\f7df"; } + +.fa-draft2digital:before { + content: "\f396"; } + +.fa-stripe:before { + content: "\f429"; } + +.fa-houzz:before { + content: "\f27c"; } + +.fa-gg:before { + content: "\f260"; } + +.fa-dhl:before { + content: "\f790"; } + +.fa-square-pinterest:before { + content: "\f0d3"; } + +.fa-pinterest-square:before { + content: "\f0d3"; } + +.fa-xing:before { + content: "\f168"; } + +.fa-blackberry:before { + content: "\f37b"; } + +.fa-creative-commons-pd:before { + content: "\f4ec"; } + +.fa-playstation:before { + content: "\f3df"; } + +.fa-quinscape:before { + content: "\f459"; } + +.fa-less:before { + content: "\f41d"; } + +.fa-blogger-b:before { + content: "\f37d"; } + +.fa-opencart:before { + content: "\f23d"; } + +.fa-vine:before { + content: "\f1ca"; } + +.fa-signal-messenger:before { + content: "\e663"; } + +.fa-paypal:before { + content: "\f1ed"; } + +.fa-gitlab:before { + content: "\f296"; } + +.fa-typo3:before { + content: "\f42b"; } + +.fa-reddit-alien:before { + content: "\f281"; } + +.fa-yahoo:before { + content: "\f19e"; } + +.fa-dailymotion:before { + content: "\e052"; } + +.fa-affiliatetheme:before { + content: "\f36b"; } + +.fa-pied-piper-pp:before { + content: "\f1a7"; } + +.fa-bootstrap:before { + content: "\f836"; } + +.fa-odnoklassniki:before { + content: "\f263"; } + +.fa-nfc-symbol:before { + content: "\e531"; } + +.fa-mintbit:before { + content: "\e62f"; } + +.fa-ethereum:before { + content: "\f42e"; } + +.fa-speaker-deck:before { + content: "\f83c"; } + +.fa-creative-commons-nc-eu:before { + content: "\f4e9"; } + +.fa-patreon:before { + content: "\f3d9"; } + +.fa-avianex:before { + content: "\f374"; } + +.fa-ello:before { + content: "\f5f1"; } + +.fa-gofore:before { + content: "\f3a7"; } + +.fa-bimobject:before { + content: "\f378"; } + +.fa-brave-reverse:before { + content: "\e63d"; } + +.fa-facebook-f:before { + content: "\f39e"; } + +.fa-square-google-plus:before { + content: "\f0d4"; } + +.fa-google-plus-square:before { + content: "\f0d4"; } + +.fa-web-awesome:before { + content: "\e682"; } + +.fa-mandalorian:before { + content: "\f50f"; } + +.fa-first-order-alt:before { + content: "\f50a"; } + +.fa-osi:before { + content: "\f41a"; } + +.fa-google-wallet:before { + content: "\f1ee"; } + +.fa-d-and-d-beyond:before { + content: "\f6ca"; } + +.fa-periscope:before { + content: "\f3da"; } + +.fa-fulcrum:before { + content: "\f50b"; } + +.fa-cloudscale:before { + content: "\f383"; } + +.fa-forumbee:before { + content: "\f211"; } + +.fa-mizuni:before { + content: "\f3cc"; } + +.fa-schlix:before { + content: "\f3ea"; } + +.fa-square-xing:before { + content: "\f169"; } + +.fa-xing-square:before { + content: "\f169"; } + +.fa-bandcamp:before { + content: "\f2d5"; } + +.fa-wpforms:before { + content: "\f298"; } + +.fa-cloudversify:before { + content: "\f385"; } + +.fa-usps:before { + content: "\f7e1"; } + +.fa-megaport:before { + content: "\f5a3"; } + +.fa-magento:before { + content: "\f3c4"; } + +.fa-spotify:before { + content: "\f1bc"; } + +.fa-optin-monster:before { + content: "\f23c"; } + +.fa-fly:before { + content: "\f417"; } + +.fa-aviato:before { + content: "\f421"; } + +.fa-itunes:before { + content: "\f3b4"; } + +.fa-cuttlefish:before { + content: "\f38c"; } + +.fa-blogger:before { + content: "\f37c"; } + +.fa-flickr:before { + content: "\f16e"; } + +.fa-viber:before { + content: "\f409"; } + +.fa-soundcloud:before { + content: "\f1be"; } + +.fa-digg:before { + content: "\f1a6"; } + +.fa-tencent-weibo:before { + content: "\f1d5"; } + +.fa-letterboxd:before { + content: "\e62d"; } + +.fa-symfony:before { + content: "\f83d"; } + +.fa-maxcdn:before { + content: "\f136"; } + +.fa-etsy:before { + content: "\f2d7"; } + +.fa-facebook-messenger:before { + content: "\f39f"; } + +.fa-audible:before { + content: "\f373"; } + +.fa-think-peaks:before { + content: "\f731"; } + +.fa-bilibili:before { + content: "\e3d9"; } + +.fa-erlang:before { + content: "\f39d"; } + +.fa-x-twitter:before { + content: "\e61b"; } + +.fa-cotton-bureau:before { + content: "\f89e"; } + +.fa-dashcube:before { + content: "\f210"; } + +.fa-42-group:before { + content: "\e080"; } + +.fa-innosoft:before { + content: "\e080"; } + +.fa-stack-exchange:before { + content: "\f18d"; } + +.fa-elementor:before { + content: "\f430"; } + +.fa-square-pied-piper:before { + content: "\e01e"; } + +.fa-pied-piper-square:before { + content: "\e01e"; } + +.fa-creative-commons-nd:before { + content: "\f4eb"; } + +.fa-palfed:before { + content: "\f3d8"; } + +.fa-superpowers:before { + content: "\f2dd"; } + +.fa-resolving:before { + content: "\f3e7"; } + +.fa-xbox:before { + content: "\f412"; } + +.fa-square-web-awesome-stroke:before { + content: "\e684"; } + +.fa-searchengin:before { + content: "\f3eb"; } + +.fa-tiktok:before { + content: "\e07b"; } + +.fa-square-facebook:before { + content: "\f082"; } + +.fa-facebook-square:before { + content: "\f082"; } + +.fa-renren:before { + content: "\f18b"; } + +.fa-linux:before { + content: "\f17c"; } + +.fa-glide:before { + content: "\f2a5"; } + +.fa-linkedin:before { + content: "\f08c"; } + +.fa-hubspot:before { + content: "\f3b2"; } + +.fa-deploydog:before { + content: "\f38e"; } + +.fa-twitch:before { + content: "\f1e8"; } + +.fa-flutter:before { + content: "\e694"; } + +.fa-ravelry:before { + content: "\f2d9"; } + +.fa-mixer:before { + content: "\e056"; } + +.fa-square-lastfm:before { + content: "\f203"; } + +.fa-lastfm-square:before { + content: "\f203"; } + +.fa-vimeo:before { + content: "\f40a"; } + +.fa-mendeley:before { + content: "\f7b3"; } + +.fa-uniregistry:before { + content: "\f404"; } + +.fa-figma:before { + content: "\f799"; } + +.fa-creative-commons-remix:before { + content: "\f4ee"; } + +.fa-cc-amazon-pay:before { + content: "\f42d"; } + +.fa-dropbox:before { + content: "\f16b"; } + +.fa-instagram:before { + content: "\f16d"; } + +.fa-cmplid:before { + content: "\e360"; } + +.fa-upwork:before { + content: "\e641"; } + +.fa-facebook:before { + content: "\f09a"; } + +.fa-gripfire:before { + content: "\f3ac"; } + +.fa-jedi-order:before { + content: "\f50e"; } + +.fa-uikit:before { + content: "\f403"; } + +.fa-fort-awesome-alt:before { + content: "\f3a3"; } + +.fa-phabricator:before { + content: "\f3db"; } + +.fa-ussunnah:before { + content: "\f407"; } + +.fa-earlybirds:before { + content: "\f39a"; } + +.fa-trade-federation:before { + content: "\f513"; } + +.fa-autoprefixer:before { + content: "\f41c"; } + +.fa-whatsapp:before { + content: "\f232"; } + +.fa-square-upwork:before { + content: "\e67c"; } + +.fa-slideshare:before { + content: "\f1e7"; } + +.fa-google-play:before { + content: "\f3ab"; } + +.fa-viadeo:before { + content: "\f2a9"; } + +.fa-line:before { + content: "\f3c0"; } + +.fa-google-drive:before { + content: "\f3aa"; } + +.fa-servicestack:before { + content: "\f3ec"; } + +.fa-simplybuilt:before { + content: "\f215"; } + +.fa-bitbucket:before { + content: "\f171"; } + +.fa-imdb:before { + content: "\f2d8"; } + +.fa-deezer:before { + content: "\e077"; } + +.fa-raspberry-pi:before { + content: "\f7bb"; } + +.fa-jira:before { + content: "\f7b1"; } + +.fa-docker:before { + content: "\f395"; } + +.fa-screenpal:before { + content: "\e570"; } + +.fa-bluetooth:before { + content: "\f293"; } + +.fa-gitter:before { + content: "\f426"; } + +.fa-d-and-d:before { + content: "\f38d"; } + +.fa-microblog:before { + content: "\e01a"; } + +.fa-cc-diners-club:before { + content: "\f24c"; } + +.fa-gg-circle:before { + content: "\f261"; } + +.fa-pied-piper-hat:before { + content: "\f4e5"; } + +.fa-kickstarter-k:before { + content: "\f3bc"; } + +.fa-yandex:before { + content: "\f413"; } + +.fa-readme:before { + content: "\f4d5"; } + +.fa-html5:before { + content: "\f13b"; } + +.fa-sellsy:before { + content: "\f213"; } + +.fa-square-web-awesome:before { + content: "\e683"; } + +.fa-sass:before { + content: "\f41e"; } + +.fa-wirsindhandwerk:before { + content: "\e2d0"; } + +.fa-wsh:before { + content: "\e2d0"; } + +.fa-buromobelexperte:before { + content: "\f37f"; } + +.fa-salesforce:before { + content: "\f83b"; } + +.fa-octopus-deploy:before { + content: "\e082"; } + +.fa-medapps:before { + content: "\f3c6"; } + +.fa-ns8:before { + content: "\f3d5"; } + +.fa-pinterest-p:before { + content: "\f231"; } + +.fa-apper:before { + content: "\f371"; } + +.fa-fort-awesome:before { + content: "\f286"; } + +.fa-waze:before { + content: "\f83f"; } + +.fa-bluesky:before { + content: "\e671"; } + +.fa-cc-jcb:before { + content: "\f24b"; } + +.fa-snapchat:before { + content: "\f2ab"; } + +.fa-snapchat-ghost:before { + content: "\f2ab"; } + +.fa-fantasy-flight-games:before { + content: "\f6dc"; } + +.fa-rust:before { + content: "\e07a"; } + +.fa-wix:before { + content: "\f5cf"; } + +.fa-square-behance:before { + content: "\f1b5"; } + +.fa-behance-square:before { + content: "\f1b5"; } + +.fa-supple:before { + content: "\f3f9"; } + +.fa-webflow:before { + content: "\e65c"; } + +.fa-rebel:before { + content: "\f1d0"; } + +.fa-css3:before { + content: "\f13c"; } + +.fa-staylinked:before { + content: "\f3f5"; } + +.fa-kaggle:before { + content: "\f5fa"; } + +.fa-space-awesome:before { + content: "\e5ac"; } + +.fa-deviantart:before { + content: "\f1bd"; } + +.fa-cpanel:before { + content: "\f388"; } + +.fa-goodreads-g:before { + content: "\f3a9"; } + +.fa-square-git:before { + content: "\f1d2"; } + +.fa-git-square:before { + content: "\f1d2"; } + +.fa-square-tumblr:before { + content: "\f174"; } + +.fa-tumblr-square:before { + content: "\f174"; } + +.fa-trello:before { + content: "\f181"; } + +.fa-creative-commons-nc-jp:before { + content: "\f4ea"; } + +.fa-get-pocket:before { + content: "\f265"; } + +.fa-perbyte:before { + content: "\e083"; } + +.fa-grunt:before { + content: "\f3ad"; } + +.fa-weebly:before { + content: "\f5cc"; } + +.fa-connectdevelop:before { + content: "\f20e"; } + +.fa-leanpub:before { + content: "\f212"; } + +.fa-black-tie:before { + content: "\f27e"; } + +.fa-themeco:before { + content: "\f5c6"; } + +.fa-python:before { + content: "\f3e2"; } + +.fa-android:before { + content: "\f17b"; } + +.fa-bots:before { + content: "\e340"; } + +.fa-free-code-camp:before { + content: "\f2c5"; } + +.fa-hornbill:before { + content: "\f592"; } + +.fa-js:before { + content: "\f3b8"; } + +.fa-ideal:before { + content: "\e013"; } + +.fa-git:before { + content: "\f1d3"; } + +.fa-dev:before { + content: "\f6cc"; } + +.fa-sketch:before { + content: "\f7c6"; } + +.fa-yandex-international:before { + content: "\f414"; } + +.fa-cc-amex:before { + content: "\f1f3"; } + +.fa-uber:before { + content: "\f402"; } + +.fa-github:before { + content: "\f09b"; } + +.fa-php:before { + content: "\f457"; } + +.fa-alipay:before { + content: "\f642"; } + +.fa-youtube:before { + content: "\f167"; } + +.fa-skyatlas:before { + content: "\f216"; } + +.fa-firefox-browser:before { + content: "\e007"; } + +.fa-replyd:before { + content: "\f3e6"; } + +.fa-suse:before { + content: "\f7d6"; } + +.fa-jenkins:before { + content: "\f3b6"; } + +.fa-twitter:before { + content: "\f099"; } + +.fa-rockrms:before { + content: "\f3e9"; } + +.fa-pinterest:before { + content: "\f0d2"; } + +.fa-buffer:before { + content: "\f837"; } + +.fa-npm:before { + content: "\f3d4"; } + +.fa-yammer:before { + content: "\f840"; } + +.fa-btc:before { + content: "\f15a"; } + +.fa-dribbble:before { + content: "\f17d"; } + +.fa-stumbleupon-circle:before { + content: "\f1a3"; } + +.fa-internet-explorer:before { + content: "\f26b"; } + +.fa-stubber:before { + content: "\e5c7"; } + +.fa-telegram:before { + content: "\f2c6"; } + +.fa-telegram-plane:before { + content: "\f2c6"; } + +.fa-old-republic:before { + content: "\f510"; } + +.fa-odysee:before { + content: "\e5c6"; } + +.fa-square-whatsapp:before { + content: "\f40c"; } + +.fa-whatsapp-square:before { + content: "\f40c"; } + +.fa-node-js:before { + content: "\f3d3"; } + +.fa-edge-legacy:before { + content: "\e078"; } + +.fa-slack:before { + content: "\f198"; } + +.fa-slack-hash:before { + content: "\f198"; } + +.fa-medrt:before { + content: "\f3c8"; } + +.fa-usb:before { + content: "\f287"; } + +.fa-tumblr:before { + content: "\f173"; } + +.fa-vaadin:before { + content: "\f408"; } + +.fa-quora:before { + content: "\f2c4"; } + +.fa-square-x-twitter:before { + content: "\e61a"; } + +.fa-reacteurope:before { + content: "\f75d"; } + +.fa-medium:before { + content: "\f23a"; } + +.fa-medium-m:before { + content: "\f23a"; } + +.fa-amilia:before { + content: "\f36d"; } + +.fa-mixcloud:before { + content: "\f289"; } + +.fa-flipboard:before { + content: "\f44d"; } + +.fa-viacoin:before { + content: "\f237"; } + +.fa-critical-role:before { + content: "\f6c9"; } + +.fa-sitrox:before { + content: "\e44a"; } + +.fa-discourse:before { + content: "\f393"; } + +.fa-joomla:before { + content: "\f1aa"; } + +.fa-mastodon:before { + content: "\f4f6"; } + +.fa-airbnb:before { + content: "\f834"; } + +.fa-wolf-pack-battalion:before { + content: "\f514"; } + +.fa-buy-n-large:before { + content: "\f8a6"; } + +.fa-gulp:before { + content: "\f3ae"; } + +.fa-creative-commons-sampling-plus:before { + content: "\f4f1"; } + +.fa-strava:before { + content: "\f428"; } + +.fa-ember:before { + content: "\f423"; } + +.fa-canadian-maple-leaf:before { + content: "\f785"; } + +.fa-teamspeak:before { + content: "\f4f9"; } + +.fa-pushed:before { + content: "\f3e1"; } + +.fa-wordpress-simple:before { + content: "\f411"; } + +.fa-nutritionix:before { + content: "\f3d6"; } + +.fa-wodu:before { + content: "\e088"; } + +.fa-google-pay:before { + content: "\e079"; } + +.fa-intercom:before { + content: "\f7af"; } + +.fa-zhihu:before { + content: "\f63f"; } + +.fa-korvue:before { + content: "\f42f"; } + +.fa-pix:before { + content: "\e43a"; } + +.fa-steam-symbol:before { + content: "\f3f6"; } diff --git a/lib/fontawesome-free-6.6.0-web/css/brands.min.css b/lib/fontawesome-free-6.6.0-web/css/brands.min.css new file mode 100644 index 0000000..bcc96eb --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/brands.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-jxl:before{content:"\e67b"}.fa-dart-lang:before{content:"\e693"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before,.fa-square-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-web-awesome:before{content:"\e682"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-square-web-awesome-stroke:before{content:"\e684"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-flutter:before{content:"\e694"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-square-upwork:before{content:"\e67c"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-square-web-awesome:before{content:"\e683"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-bluesky:before{content:"\e671"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"} \ No newline at end of file diff --git a/lib/fontawesome-free-6.6.0-web/css/fontawesome.css b/lib/fontawesome-free-6.6.0-web/css/fontawesome.css new file mode 100644 index 0000000..6f61ca7 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/fontawesome.css @@ -0,0 +1,6215 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +.fa { + font-family: var(--fa-style-family, "Font Awesome 6 Free"); + font-weight: var(--fa-style, 900); } + +.fa-solid, +.fa-regular, +.fa-brands, +.fas, +.far, +.fab, +.fa-sharp-solid, +.fa-classic, +.fa { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: var(--fa-display, inline-block); + font-style: normal; + font-variant: normal; + line-height: 1; + text-rendering: auto; } + +.fas, +.fa-classic, +.fa-solid, +.far, +.fa-regular { + font-family: 'Font Awesome 6 Free'; } + +.fab, +.fa-brands { + font-family: 'Font Awesome 6 Brands'; } + +.fa-1x { + font-size: 1em; } + +.fa-2x { + font-size: 2em; } + +.fa-3x { + font-size: 3em; } + +.fa-4x { + font-size: 4em; } + +.fa-5x { + font-size: 5em; } + +.fa-6x { + font-size: 6em; } + +.fa-7x { + font-size: 7em; } + +.fa-8x { + font-size: 8em; } + +.fa-9x { + font-size: 9em; } + +.fa-10x { + font-size: 10em; } + +.fa-2xs { + font-size: 0.625em; + line-height: 0.1em; + vertical-align: 0.225em; } + +.fa-xs { + font-size: 0.75em; + line-height: 0.08333em; + vertical-align: 0.125em; } + +.fa-sm { + font-size: 0.875em; + line-height: 0.07143em; + vertical-align: 0.05357em; } + +.fa-lg { + font-size: 1.25em; + line-height: 0.05em; + vertical-align: -0.075em; } + +.fa-xl { + font-size: 1.5em; + line-height: 0.04167em; + vertical-align: -0.125em; } + +.fa-2xl { + font-size: 2em; + line-height: 0.03125em; + vertical-align: -0.1875em; } + +.fa-fw { + text-align: center; + width: 1.25em; } + +.fa-ul { + list-style-type: none; + margin-left: var(--fa-li-margin, 2.5em); + padding-left: 0; } + .fa-ul > li { + position: relative; } + +.fa-li { + left: calc(-1 * var(--fa-li-width, 2em)); + position: absolute; + text-align: center; + width: var(--fa-li-width, 2em); + line-height: inherit; } + +.fa-border { + border-color: var(--fa-border-color, #eee); + border-radius: var(--fa-border-radius, 0.1em); + border-style: var(--fa-border-style, solid); + border-width: var(--fa-border-width, 0.08em); + padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } + +.fa-pull-left { + float: left; + margin-right: var(--fa-pull-margin, 0.3em); } + +.fa-pull-right { + float: right; + margin-left: var(--fa-pull-margin, 0.3em); } + +.fa-beat { + animation-name: fa-beat; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-bounce { + animation-name: fa-bounce; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } + +.fa-fade { + animation-name: fa-fade; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-beat-fade { + animation-name: fa-beat-fade; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-flip { + animation-name: fa-flip; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-shake { + animation-name: fa-shake; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin { + animation-name: fa-spin; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 2s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin-reverse { + --fa-animation-direction: reverse; } + +.fa-pulse, +.fa-spin-pulse { + animation-name: fa-spin; + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, steps(8)); } + +@media (prefers-reduced-motion: reduce) { + .fa-beat, + .fa-bounce, + .fa-fade, + .fa-beat-fade, + .fa-flip, + .fa-pulse, + .fa-shake, + .fa-spin, + .fa-spin-pulse { + animation-delay: -1ms; + animation-duration: 1ms; + animation-iteration-count: 1; + transition-delay: 0s; + transition-duration: 0s; } } + +@keyframes fa-beat { + 0%, 90% { + transform: scale(1); } + 45% { + transform: scale(var(--fa-beat-scale, 1.25)); } } + +@keyframes fa-bounce { + 0% { + transform: scale(1, 1) translateY(0); } + 10% { + transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { + transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } + 50% { + transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { + transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } + 64% { + transform: scale(1, 1) translateY(0); } + 100% { + transform: scale(1, 1) translateY(0); } } + +@keyframes fa-fade { + 50% { + opacity: var(--fa-fade-opacity, 0.4); } } + +@keyframes fa-beat-fade { + 0%, 100% { + opacity: var(--fa-beat-fade-opacity, 0.4); + transform: scale(1); } + 50% { + opacity: 1; + transform: scale(var(--fa-beat-fade-scale, 1.125)); } } + +@keyframes fa-flip { + 50% { + transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } + +@keyframes fa-shake { + 0% { + transform: rotate(-15deg); } + 4% { + transform: rotate(15deg); } + 8%, 24% { + transform: rotate(-18deg); } + 12%, 28% { + transform: rotate(18deg); } + 16% { + transform: rotate(-22deg); } + 20% { + transform: rotate(22deg); } + 32% { + transform: rotate(-12deg); } + 36% { + transform: rotate(12deg); } + 40%, 100% { + transform: rotate(0deg); } } + +@keyframes fa-spin { + 0% { + transform: rotate(0deg); } + 100% { + transform: rotate(360deg); } } + +.fa-rotate-90 { + transform: rotate(90deg); } + +.fa-rotate-180 { + transform: rotate(180deg); } + +.fa-rotate-270 { + transform: rotate(270deg); } + +.fa-flip-horizontal { + transform: scale(-1, 1); } + +.fa-flip-vertical { + transform: scale(1, -1); } + +.fa-flip-both, +.fa-flip-horizontal.fa-flip-vertical { + transform: scale(-1, -1); } + +.fa-rotate-by { + transform: rotate(var(--fa-rotate-angle, 0)); } + +.fa-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: 2.5em; } + +.fa-stack-1x, +.fa-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; + z-index: var(--fa-stack-z-index, auto); } + +.fa-stack-1x { + line-height: inherit; } + +.fa-stack-2x { + font-size: 2em; } + +.fa-inverse { + color: var(--fa-inverse, #fff); } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ + +.fa-0::before { + content: "\30"; } + +.fa-1::before { + content: "\31"; } + +.fa-2::before { + content: "\32"; } + +.fa-3::before { + content: "\33"; } + +.fa-4::before { + content: "\34"; } + +.fa-5::before { + content: "\35"; } + +.fa-6::before { + content: "\36"; } + +.fa-7::before { + content: "\37"; } + +.fa-8::before { + content: "\38"; } + +.fa-9::before { + content: "\39"; } + +.fa-fill-drip::before { + content: "\f576"; } + +.fa-arrows-to-circle::before { + content: "\e4bd"; } + +.fa-circle-chevron-right::before { + content: "\f138"; } + +.fa-chevron-circle-right::before { + content: "\f138"; } + +.fa-at::before { + content: "\40"; } + +.fa-trash-can::before { + content: "\f2ed"; } + +.fa-trash-alt::before { + content: "\f2ed"; } + +.fa-text-height::before { + content: "\f034"; } + +.fa-user-xmark::before { + content: "\f235"; } + +.fa-user-times::before { + content: "\f235"; } + +.fa-stethoscope::before { + content: "\f0f1"; } + +.fa-message::before { + content: "\f27a"; } + +.fa-comment-alt::before { + content: "\f27a"; } + +.fa-info::before { + content: "\f129"; } + +.fa-down-left-and-up-right-to-center::before { + content: "\f422"; } + +.fa-compress-alt::before { + content: "\f422"; } + +.fa-explosion::before { + content: "\e4e9"; } + +.fa-file-lines::before { + content: "\f15c"; } + +.fa-file-alt::before { + content: "\f15c"; } + +.fa-file-text::before { + content: "\f15c"; } + +.fa-wave-square::before { + content: "\f83e"; } + +.fa-ring::before { + content: "\f70b"; } + +.fa-building-un::before { + content: "\e4d9"; } + +.fa-dice-three::before { + content: "\f527"; } + +.fa-calendar-days::before { + content: "\f073"; } + +.fa-calendar-alt::before { + content: "\f073"; } + +.fa-anchor-circle-check::before { + content: "\e4aa"; } + +.fa-building-circle-arrow-right::before { + content: "\e4d1"; } + +.fa-volleyball::before { + content: "\f45f"; } + +.fa-volleyball-ball::before { + content: "\f45f"; } + +.fa-arrows-up-to-line::before { + content: "\e4c2"; } + +.fa-sort-down::before { + content: "\f0dd"; } + +.fa-sort-desc::before { + content: "\f0dd"; } + +.fa-circle-minus::before { + content: "\f056"; } + +.fa-minus-circle::before { + content: "\f056"; } + +.fa-door-open::before { + content: "\f52b"; } + +.fa-right-from-bracket::before { + content: "\f2f5"; } + +.fa-sign-out-alt::before { + content: "\f2f5"; } + +.fa-atom::before { + content: "\f5d2"; } + +.fa-soap::before { + content: "\e06e"; } + +.fa-icons::before { + content: "\f86d"; } + +.fa-heart-music-camera-bolt::before { + content: "\f86d"; } + +.fa-microphone-lines-slash::before { + content: "\f539"; } + +.fa-microphone-alt-slash::before { + content: "\f539"; } + +.fa-bridge-circle-check::before { + content: "\e4c9"; } + +.fa-pump-medical::before { + content: "\e06a"; } + +.fa-fingerprint::before { + content: "\f577"; } + +.fa-hand-point-right::before { + content: "\f0a4"; } + +.fa-magnifying-glass-location::before { + content: "\f689"; } + +.fa-search-location::before { + content: "\f689"; } + +.fa-forward-step::before { + content: "\f051"; } + +.fa-step-forward::before { + content: "\f051"; } + +.fa-face-smile-beam::before { + content: "\f5b8"; } + +.fa-smile-beam::before { + content: "\f5b8"; } + +.fa-flag-checkered::before { + content: "\f11e"; } + +.fa-football::before { + content: "\f44e"; } + +.fa-football-ball::before { + content: "\f44e"; } + +.fa-school-circle-exclamation::before { + content: "\e56c"; } + +.fa-crop::before { + content: "\f125"; } + +.fa-angles-down::before { + content: "\f103"; } + +.fa-angle-double-down::before { + content: "\f103"; } + +.fa-users-rectangle::before { + content: "\e594"; } + +.fa-people-roof::before { + content: "\e537"; } + +.fa-people-line::before { + content: "\e534"; } + +.fa-beer-mug-empty::before { + content: "\f0fc"; } + +.fa-beer::before { + content: "\f0fc"; } + +.fa-diagram-predecessor::before { + content: "\e477"; } + +.fa-arrow-up-long::before { + content: "\f176"; } + +.fa-long-arrow-up::before { + content: "\f176"; } + +.fa-fire-flame-simple::before { + content: "\f46a"; } + +.fa-burn::before { + content: "\f46a"; } + +.fa-person::before { + content: "\f183"; } + +.fa-male::before { + content: "\f183"; } + +.fa-laptop::before { + content: "\f109"; } + +.fa-file-csv::before { + content: "\f6dd"; } + +.fa-menorah::before { + content: "\f676"; } + +.fa-truck-plane::before { + content: "\e58f"; } + +.fa-record-vinyl::before { + content: "\f8d9"; } + +.fa-face-grin-stars::before { + content: "\f587"; } + +.fa-grin-stars::before { + content: "\f587"; } + +.fa-bong::before { + content: "\f55c"; } + +.fa-spaghetti-monster-flying::before { + content: "\f67b"; } + +.fa-pastafarianism::before { + content: "\f67b"; } + +.fa-arrow-down-up-across-line::before { + content: "\e4af"; } + +.fa-spoon::before { + content: "\f2e5"; } + +.fa-utensil-spoon::before { + content: "\f2e5"; } + +.fa-jar-wheat::before { + content: "\e517"; } + +.fa-envelopes-bulk::before { + content: "\f674"; } + +.fa-mail-bulk::before { + content: "\f674"; } + +.fa-file-circle-exclamation::before { + content: "\e4eb"; } + +.fa-circle-h::before { + content: "\f47e"; } + +.fa-hospital-symbol::before { + content: "\f47e"; } + +.fa-pager::before { + content: "\f815"; } + +.fa-address-book::before { + content: "\f2b9"; } + +.fa-contact-book::before { + content: "\f2b9"; } + +.fa-strikethrough::before { + content: "\f0cc"; } + +.fa-k::before { + content: "\4b"; } + +.fa-landmark-flag::before { + content: "\e51c"; } + +.fa-pencil::before { + content: "\f303"; } + +.fa-pencil-alt::before { + content: "\f303"; } + +.fa-backward::before { + content: "\f04a"; } + +.fa-caret-right::before { + content: "\f0da"; } + +.fa-comments::before { + content: "\f086"; } + +.fa-paste::before { + content: "\f0ea"; } + +.fa-file-clipboard::before { + content: "\f0ea"; } + +.fa-code-pull-request::before { + content: "\e13c"; } + +.fa-clipboard-list::before { + content: "\f46d"; } + +.fa-truck-ramp-box::before { + content: "\f4de"; } + +.fa-truck-loading::before { + content: "\f4de"; } + +.fa-user-check::before { + content: "\f4fc"; } + +.fa-vial-virus::before { + content: "\e597"; } + +.fa-sheet-plastic::before { + content: "\e571"; } + +.fa-blog::before { + content: "\f781"; } + +.fa-user-ninja::before { + content: "\f504"; } + +.fa-person-arrow-up-from-line::before { + content: "\e539"; } + +.fa-scroll-torah::before { + content: "\f6a0"; } + +.fa-torah::before { + content: "\f6a0"; } + +.fa-broom-ball::before { + content: "\f458"; } + +.fa-quidditch::before { + content: "\f458"; } + +.fa-quidditch-broom-ball::before { + content: "\f458"; } + +.fa-toggle-off::before { + content: "\f204"; } + +.fa-box-archive::before { + content: "\f187"; } + +.fa-archive::before { + content: "\f187"; } + +.fa-person-drowning::before { + content: "\e545"; } + +.fa-arrow-down-9-1::before { + content: "\f886"; } + +.fa-sort-numeric-desc::before { + content: "\f886"; } + +.fa-sort-numeric-down-alt::before { + content: "\f886"; } + +.fa-face-grin-tongue-squint::before { + content: "\f58a"; } + +.fa-grin-tongue-squint::before { + content: "\f58a"; } + +.fa-spray-can::before { + content: "\f5bd"; } + +.fa-truck-monster::before { + content: "\f63b"; } + +.fa-w::before { + content: "\57"; } + +.fa-earth-africa::before { + content: "\f57c"; } + +.fa-globe-africa::before { + content: "\f57c"; } + +.fa-rainbow::before { + content: "\f75b"; } + +.fa-circle-notch::before { + content: "\f1ce"; } + +.fa-tablet-screen-button::before { + content: "\f3fa"; } + +.fa-tablet-alt::before { + content: "\f3fa"; } + +.fa-paw::before { + content: "\f1b0"; } + +.fa-cloud::before { + content: "\f0c2"; } + +.fa-trowel-bricks::before { + content: "\e58a"; } + +.fa-face-flushed::before { + content: "\f579"; } + +.fa-flushed::before { + content: "\f579"; } + +.fa-hospital-user::before { + content: "\f80d"; } + +.fa-tent-arrow-left-right::before { + content: "\e57f"; } + +.fa-gavel::before { + content: "\f0e3"; } + +.fa-legal::before { + content: "\f0e3"; } + +.fa-binoculars::before { + content: "\f1e5"; } + +.fa-microphone-slash::before { + content: "\f131"; } + +.fa-box-tissue::before { + content: "\e05b"; } + +.fa-motorcycle::before { + content: "\f21c"; } + +.fa-bell-concierge::before { + content: "\f562"; } + +.fa-concierge-bell::before { + content: "\f562"; } + +.fa-pen-ruler::before { + content: "\f5ae"; } + +.fa-pencil-ruler::before { + content: "\f5ae"; } + +.fa-people-arrows::before { + content: "\e068"; } + +.fa-people-arrows-left-right::before { + content: "\e068"; } + +.fa-mars-and-venus-burst::before { + content: "\e523"; } + +.fa-square-caret-right::before { + content: "\f152"; } + +.fa-caret-square-right::before { + content: "\f152"; } + +.fa-scissors::before { + content: "\f0c4"; } + +.fa-cut::before { + content: "\f0c4"; } + +.fa-sun-plant-wilt::before { + content: "\e57a"; } + +.fa-toilets-portable::before { + content: "\e584"; } + +.fa-hockey-puck::before { + content: "\f453"; } + +.fa-table::before { + content: "\f0ce"; } + +.fa-magnifying-glass-arrow-right::before { + content: "\e521"; } + +.fa-tachograph-digital::before { + content: "\f566"; } + +.fa-digital-tachograph::before { + content: "\f566"; } + +.fa-users-slash::before { + content: "\e073"; } + +.fa-clover::before { + content: "\e139"; } + +.fa-reply::before { + content: "\f3e5"; } + +.fa-mail-reply::before { + content: "\f3e5"; } + +.fa-star-and-crescent::before { + content: "\f699"; } + +.fa-house-fire::before { + content: "\e50c"; } + +.fa-square-minus::before { + content: "\f146"; } + +.fa-minus-square::before { + content: "\f146"; } + +.fa-helicopter::before { + content: "\f533"; } + +.fa-compass::before { + content: "\f14e"; } + +.fa-square-caret-down::before { + content: "\f150"; } + +.fa-caret-square-down::before { + content: "\f150"; } + +.fa-file-circle-question::before { + content: "\e4ef"; } + +.fa-laptop-code::before { + content: "\f5fc"; } + +.fa-swatchbook::before { + content: "\f5c3"; } + +.fa-prescription-bottle::before { + content: "\f485"; } + +.fa-bars::before { + content: "\f0c9"; } + +.fa-navicon::before { + content: "\f0c9"; } + +.fa-people-group::before { + content: "\e533"; } + +.fa-hourglass-end::before { + content: "\f253"; } + +.fa-hourglass-3::before { + content: "\f253"; } + +.fa-heart-crack::before { + content: "\f7a9"; } + +.fa-heart-broken::before { + content: "\f7a9"; } + +.fa-square-up-right::before { + content: "\f360"; } + +.fa-external-link-square-alt::before { + content: "\f360"; } + +.fa-face-kiss-beam::before { + content: "\f597"; } + +.fa-kiss-beam::before { + content: "\f597"; } + +.fa-film::before { + content: "\f008"; } + +.fa-ruler-horizontal::before { + content: "\f547"; } + +.fa-people-robbery::before { + content: "\e536"; } + +.fa-lightbulb::before { + content: "\f0eb"; } + +.fa-caret-left::before { + content: "\f0d9"; } + +.fa-circle-exclamation::before { + content: "\f06a"; } + +.fa-exclamation-circle::before { + content: "\f06a"; } + +.fa-school-circle-xmark::before { + content: "\e56d"; } + +.fa-arrow-right-from-bracket::before { + content: "\f08b"; } + +.fa-sign-out::before { + content: "\f08b"; } + +.fa-circle-chevron-down::before { + content: "\f13a"; } + +.fa-chevron-circle-down::before { + content: "\f13a"; } + +.fa-unlock-keyhole::before { + content: "\f13e"; } + +.fa-unlock-alt::before { + content: "\f13e"; } + +.fa-cloud-showers-heavy::before { + content: "\f740"; } + +.fa-headphones-simple::before { + content: "\f58f"; } + +.fa-headphones-alt::before { + content: "\f58f"; } + +.fa-sitemap::before { + content: "\f0e8"; } + +.fa-circle-dollar-to-slot::before { + content: "\f4b9"; } + +.fa-donate::before { + content: "\f4b9"; } + +.fa-memory::before { + content: "\f538"; } + +.fa-road-spikes::before { + content: "\e568"; } + +.fa-fire-burner::before { + content: "\e4f1"; } + +.fa-flag::before { + content: "\f024"; } + +.fa-hanukiah::before { + content: "\f6e6"; } + +.fa-feather::before { + content: "\f52d"; } + +.fa-volume-low::before { + content: "\f027"; } + +.fa-volume-down::before { + content: "\f027"; } + +.fa-comment-slash::before { + content: "\f4b3"; } + +.fa-cloud-sun-rain::before { + content: "\f743"; } + +.fa-compress::before { + content: "\f066"; } + +.fa-wheat-awn::before { + content: "\e2cd"; } + +.fa-wheat-alt::before { + content: "\e2cd"; } + +.fa-ankh::before { + content: "\f644"; } + +.fa-hands-holding-child::before { + content: "\e4fa"; } + +.fa-asterisk::before { + content: "\2a"; } + +.fa-square-check::before { + content: "\f14a"; } + +.fa-check-square::before { + content: "\f14a"; } + +.fa-peseta-sign::before { + content: "\e221"; } + +.fa-heading::before { + content: "\f1dc"; } + +.fa-header::before { + content: "\f1dc"; } + +.fa-ghost::before { + content: "\f6e2"; } + +.fa-list::before { + content: "\f03a"; } + +.fa-list-squares::before { + content: "\f03a"; } + +.fa-square-phone-flip::before { + content: "\f87b"; } + +.fa-phone-square-alt::before { + content: "\f87b"; } + +.fa-cart-plus::before { + content: "\f217"; } + +.fa-gamepad::before { + content: "\f11b"; } + +.fa-circle-dot::before { + content: "\f192"; } + +.fa-dot-circle::before { + content: "\f192"; } + +.fa-face-dizzy::before { + content: "\f567"; } + +.fa-dizzy::before { + content: "\f567"; } + +.fa-egg::before { + content: "\f7fb"; } + +.fa-house-medical-circle-xmark::before { + content: "\e513"; } + +.fa-campground::before { + content: "\f6bb"; } + +.fa-folder-plus::before { + content: "\f65e"; } + +.fa-futbol::before { + content: "\f1e3"; } + +.fa-futbol-ball::before { + content: "\f1e3"; } + +.fa-soccer-ball::before { + content: "\f1e3"; } + +.fa-paintbrush::before { + content: "\f1fc"; } + +.fa-paint-brush::before { + content: "\f1fc"; } + +.fa-lock::before { + content: "\f023"; } + +.fa-gas-pump::before { + content: "\f52f"; } + +.fa-hot-tub-person::before { + content: "\f593"; } + +.fa-hot-tub::before { + content: "\f593"; } + +.fa-map-location::before { + content: "\f59f"; } + +.fa-map-marked::before { + content: "\f59f"; } + +.fa-house-flood-water::before { + content: "\e50e"; } + +.fa-tree::before { + content: "\f1bb"; } + +.fa-bridge-lock::before { + content: "\e4cc"; } + +.fa-sack-dollar::before { + content: "\f81d"; } + +.fa-pen-to-square::before { + content: "\f044"; } + +.fa-edit::before { + content: "\f044"; } + +.fa-car-side::before { + content: "\f5e4"; } + +.fa-share-nodes::before { + content: "\f1e0"; } + +.fa-share-alt::before { + content: "\f1e0"; } + +.fa-heart-circle-minus::before { + content: "\e4ff"; } + +.fa-hourglass-half::before { + content: "\f252"; } + +.fa-hourglass-2::before { + content: "\f252"; } + +.fa-microscope::before { + content: "\f610"; } + +.fa-sink::before { + content: "\e06d"; } + +.fa-bag-shopping::before { + content: "\f290"; } + +.fa-shopping-bag::before { + content: "\f290"; } + +.fa-arrow-down-z-a::before { + content: "\f881"; } + +.fa-sort-alpha-desc::before { + content: "\f881"; } + +.fa-sort-alpha-down-alt::before { + content: "\f881"; } + +.fa-mitten::before { + content: "\f7b5"; } + +.fa-person-rays::before { + content: "\e54d"; } + +.fa-users::before { + content: "\f0c0"; } + +.fa-eye-slash::before { + content: "\f070"; } + +.fa-flask-vial::before { + content: "\e4f3"; } + +.fa-hand::before { + content: "\f256"; } + +.fa-hand-paper::before { + content: "\f256"; } + +.fa-om::before { + content: "\f679"; } + +.fa-worm::before { + content: "\e599"; } + +.fa-house-circle-xmark::before { + content: "\e50b"; } + +.fa-plug::before { + content: "\f1e6"; } + +.fa-chevron-up::before { + content: "\f077"; } + +.fa-hand-spock::before { + content: "\f259"; } + +.fa-stopwatch::before { + content: "\f2f2"; } + +.fa-face-kiss::before { + content: "\f596"; } + +.fa-kiss::before { + content: "\f596"; } + +.fa-bridge-circle-xmark::before { + content: "\e4cb"; } + +.fa-face-grin-tongue::before { + content: "\f589"; } + +.fa-grin-tongue::before { + content: "\f589"; } + +.fa-chess-bishop::before { + content: "\f43a"; } + +.fa-face-grin-wink::before { + content: "\f58c"; } + +.fa-grin-wink::before { + content: "\f58c"; } + +.fa-ear-deaf::before { + content: "\f2a4"; } + +.fa-deaf::before { + content: "\f2a4"; } + +.fa-deafness::before { + content: "\f2a4"; } + +.fa-hard-of-hearing::before { + content: "\f2a4"; } + +.fa-road-circle-check::before { + content: "\e564"; } + +.fa-dice-five::before { + content: "\f523"; } + +.fa-square-rss::before { + content: "\f143"; } + +.fa-rss-square::before { + content: "\f143"; } + +.fa-land-mine-on::before { + content: "\e51b"; } + +.fa-i-cursor::before { + content: "\f246"; } + +.fa-stamp::before { + content: "\f5bf"; } + +.fa-stairs::before { + content: "\e289"; } + +.fa-i::before { + content: "\49"; } + +.fa-hryvnia-sign::before { + content: "\f6f2"; } + +.fa-hryvnia::before { + content: "\f6f2"; } + +.fa-pills::before { + content: "\f484"; } + +.fa-face-grin-wide::before { + content: "\f581"; } + +.fa-grin-alt::before { + content: "\f581"; } + +.fa-tooth::before { + content: "\f5c9"; } + +.fa-v::before { + content: "\56"; } + +.fa-bangladeshi-taka-sign::before { + content: "\e2e6"; } + +.fa-bicycle::before { + content: "\f206"; } + +.fa-staff-snake::before { + content: "\e579"; } + +.fa-rod-asclepius::before { + content: "\e579"; } + +.fa-rod-snake::before { + content: "\e579"; } + +.fa-staff-aesculapius::before { + content: "\e579"; } + +.fa-head-side-cough-slash::before { + content: "\e062"; } + +.fa-truck-medical::before { + content: "\f0f9"; } + +.fa-ambulance::before { + content: "\f0f9"; } + +.fa-wheat-awn-circle-exclamation::before { + content: "\e598"; } + +.fa-snowman::before { + content: "\f7d0"; } + +.fa-mortar-pestle::before { + content: "\f5a7"; } + +.fa-road-barrier::before { + content: "\e562"; } + +.fa-school::before { + content: "\f549"; } + +.fa-igloo::before { + content: "\f7ae"; } + +.fa-joint::before { + content: "\f595"; } + +.fa-angle-right::before { + content: "\f105"; } + +.fa-horse::before { + content: "\f6f0"; } + +.fa-q::before { + content: "\51"; } + +.fa-g::before { + content: "\47"; } + +.fa-notes-medical::before { + content: "\f481"; } + +.fa-temperature-half::before { + content: "\f2c9"; } + +.fa-temperature-2::before { + content: "\f2c9"; } + +.fa-thermometer-2::before { + content: "\f2c9"; } + +.fa-thermometer-half::before { + content: "\f2c9"; } + +.fa-dong-sign::before { + content: "\e169"; } + +.fa-capsules::before { + content: "\f46b"; } + +.fa-poo-storm::before { + content: "\f75a"; } + +.fa-poo-bolt::before { + content: "\f75a"; } + +.fa-face-frown-open::before { + content: "\f57a"; } + +.fa-frown-open::before { + content: "\f57a"; } + +.fa-hand-point-up::before { + content: "\f0a6"; } + +.fa-money-bill::before { + content: "\f0d6"; } + +.fa-bookmark::before { + content: "\f02e"; } + +.fa-align-justify::before { + content: "\f039"; } + +.fa-umbrella-beach::before { + content: "\f5ca"; } + +.fa-helmet-un::before { + content: "\e503"; } + +.fa-bullseye::before { + content: "\f140"; } + +.fa-bacon::before { + content: "\f7e5"; } + +.fa-hand-point-down::before { + content: "\f0a7"; } + +.fa-arrow-up-from-bracket::before { + content: "\e09a"; } + +.fa-folder::before { + content: "\f07b"; } + +.fa-folder-blank::before { + content: "\f07b"; } + +.fa-file-waveform::before { + content: "\f478"; } + +.fa-file-medical-alt::before { + content: "\f478"; } + +.fa-radiation::before { + content: "\f7b9"; } + +.fa-chart-simple::before { + content: "\e473"; } + +.fa-mars-stroke::before { + content: "\f229"; } + +.fa-vial::before { + content: "\f492"; } + +.fa-gauge::before { + content: "\f624"; } + +.fa-dashboard::before { + content: "\f624"; } + +.fa-gauge-med::before { + content: "\f624"; } + +.fa-tachometer-alt-average::before { + content: "\f624"; } + +.fa-wand-magic-sparkles::before { + content: "\e2ca"; } + +.fa-magic-wand-sparkles::before { + content: "\e2ca"; } + +.fa-e::before { + content: "\45"; } + +.fa-pen-clip::before { + content: "\f305"; } + +.fa-pen-alt::before { + content: "\f305"; } + +.fa-bridge-circle-exclamation::before { + content: "\e4ca"; } + +.fa-user::before { + content: "\f007"; } + +.fa-school-circle-check::before { + content: "\e56b"; } + +.fa-dumpster::before { + content: "\f793"; } + +.fa-van-shuttle::before { + content: "\f5b6"; } + +.fa-shuttle-van::before { + content: "\f5b6"; } + +.fa-building-user::before { + content: "\e4da"; } + +.fa-square-caret-left::before { + content: "\f191"; } + +.fa-caret-square-left::before { + content: "\f191"; } + +.fa-highlighter::before { + content: "\f591"; } + +.fa-key::before { + content: "\f084"; } + +.fa-bullhorn::before { + content: "\f0a1"; } + +.fa-globe::before { + content: "\f0ac"; } + +.fa-synagogue::before { + content: "\f69b"; } + +.fa-person-half-dress::before { + content: "\e548"; } + +.fa-road-bridge::before { + content: "\e563"; } + +.fa-location-arrow::before { + content: "\f124"; } + +.fa-c::before { + content: "\43"; } + +.fa-tablet-button::before { + content: "\f10a"; } + +.fa-building-lock::before { + content: "\e4d6"; } + +.fa-pizza-slice::before { + content: "\f818"; } + +.fa-money-bill-wave::before { + content: "\f53a"; } + +.fa-chart-area::before { + content: "\f1fe"; } + +.fa-area-chart::before { + content: "\f1fe"; } + +.fa-house-flag::before { + content: "\e50d"; } + +.fa-person-circle-minus::before { + content: "\e540"; } + +.fa-ban::before { + content: "\f05e"; } + +.fa-cancel::before { + content: "\f05e"; } + +.fa-camera-rotate::before { + content: "\e0d8"; } + +.fa-spray-can-sparkles::before { + content: "\f5d0"; } + +.fa-air-freshener::before { + content: "\f5d0"; } + +.fa-star::before { + content: "\f005"; } + +.fa-repeat::before { + content: "\f363"; } + +.fa-cross::before { + content: "\f654"; } + +.fa-box::before { + content: "\f466"; } + +.fa-venus-mars::before { + content: "\f228"; } + +.fa-arrow-pointer::before { + content: "\f245"; } + +.fa-mouse-pointer::before { + content: "\f245"; } + +.fa-maximize::before { + content: "\f31e"; } + +.fa-expand-arrows-alt::before { + content: "\f31e"; } + +.fa-charging-station::before { + content: "\f5e7"; } + +.fa-shapes::before { + content: "\f61f"; } + +.fa-triangle-circle-square::before { + content: "\f61f"; } + +.fa-shuffle::before { + content: "\f074"; } + +.fa-random::before { + content: "\f074"; } + +.fa-person-running::before { + content: "\f70c"; } + +.fa-running::before { + content: "\f70c"; } + +.fa-mobile-retro::before { + content: "\e527"; } + +.fa-grip-lines-vertical::before { + content: "\f7a5"; } + +.fa-spider::before { + content: "\f717"; } + +.fa-hands-bound::before { + content: "\e4f9"; } + +.fa-file-invoice-dollar::before { + content: "\f571"; } + +.fa-plane-circle-exclamation::before { + content: "\e556"; } + +.fa-x-ray::before { + content: "\f497"; } + +.fa-spell-check::before { + content: "\f891"; } + +.fa-slash::before { + content: "\f715"; } + +.fa-computer-mouse::before { + content: "\f8cc"; } + +.fa-mouse::before { + content: "\f8cc"; } + +.fa-arrow-right-to-bracket::before { + content: "\f090"; } + +.fa-sign-in::before { + content: "\f090"; } + +.fa-shop-slash::before { + content: "\e070"; } + +.fa-store-alt-slash::before { + content: "\e070"; } + +.fa-server::before { + content: "\f233"; } + +.fa-virus-covid-slash::before { + content: "\e4a9"; } + +.fa-shop-lock::before { + content: "\e4a5"; } + +.fa-hourglass-start::before { + content: "\f251"; } + +.fa-hourglass-1::before { + content: "\f251"; } + +.fa-blender-phone::before { + content: "\f6b6"; } + +.fa-building-wheat::before { + content: "\e4db"; } + +.fa-person-breastfeeding::before { + content: "\e53a"; } + +.fa-right-to-bracket::before { + content: "\f2f6"; } + +.fa-sign-in-alt::before { + content: "\f2f6"; } + +.fa-venus::before { + content: "\f221"; } + +.fa-passport::before { + content: "\f5ab"; } + +.fa-thumbtack-slash::before { + content: "\e68f"; } + +.fa-thumb-tack-slash::before { + content: "\e68f"; } + +.fa-heart-pulse::before { + content: "\f21e"; } + +.fa-heartbeat::before { + content: "\f21e"; } + +.fa-people-carry-box::before { + content: "\f4ce"; } + +.fa-people-carry::before { + content: "\f4ce"; } + +.fa-temperature-high::before { + content: "\f769"; } + +.fa-microchip::before { + content: "\f2db"; } + +.fa-crown::before { + content: "\f521"; } + +.fa-weight-hanging::before { + content: "\f5cd"; } + +.fa-xmarks-lines::before { + content: "\e59a"; } + +.fa-file-prescription::before { + content: "\f572"; } + +.fa-weight-scale::before { + content: "\f496"; } + +.fa-weight::before { + content: "\f496"; } + +.fa-user-group::before { + content: "\f500"; } + +.fa-user-friends::before { + content: "\f500"; } + +.fa-arrow-up-a-z::before { + content: "\f15e"; } + +.fa-sort-alpha-up::before { + content: "\f15e"; } + +.fa-chess-knight::before { + content: "\f441"; } + +.fa-face-laugh-squint::before { + content: "\f59b"; } + +.fa-laugh-squint::before { + content: "\f59b"; } + +.fa-wheelchair::before { + content: "\f193"; } + +.fa-circle-arrow-up::before { + content: "\f0aa"; } + +.fa-arrow-circle-up::before { + content: "\f0aa"; } + +.fa-toggle-on::before { + content: "\f205"; } + +.fa-person-walking::before { + content: "\f554"; } + +.fa-walking::before { + content: "\f554"; } + +.fa-l::before { + content: "\4c"; } + +.fa-fire::before { + content: "\f06d"; } + +.fa-bed-pulse::before { + content: "\f487"; } + +.fa-procedures::before { + content: "\f487"; } + +.fa-shuttle-space::before { + content: "\f197"; } + +.fa-space-shuttle::before { + content: "\f197"; } + +.fa-face-laugh::before { + content: "\f599"; } + +.fa-laugh::before { + content: "\f599"; } + +.fa-folder-open::before { + content: "\f07c"; } + +.fa-heart-circle-plus::before { + content: "\e500"; } + +.fa-code-fork::before { + content: "\e13b"; } + +.fa-city::before { + content: "\f64f"; } + +.fa-microphone-lines::before { + content: "\f3c9"; } + +.fa-microphone-alt::before { + content: "\f3c9"; } + +.fa-pepper-hot::before { + content: "\f816"; } + +.fa-unlock::before { + content: "\f09c"; } + +.fa-colon-sign::before { + content: "\e140"; } + +.fa-headset::before { + content: "\f590"; } + +.fa-store-slash::before { + content: "\e071"; } + +.fa-road-circle-xmark::before { + content: "\e566"; } + +.fa-user-minus::before { + content: "\f503"; } + +.fa-mars-stroke-up::before { + content: "\f22a"; } + +.fa-mars-stroke-v::before { + content: "\f22a"; } + +.fa-champagne-glasses::before { + content: "\f79f"; } + +.fa-glass-cheers::before { + content: "\f79f"; } + +.fa-clipboard::before { + content: "\f328"; } + +.fa-house-circle-exclamation::before { + content: "\e50a"; } + +.fa-file-arrow-up::before { + content: "\f574"; } + +.fa-file-upload::before { + content: "\f574"; } + +.fa-wifi::before { + content: "\f1eb"; } + +.fa-wifi-3::before { + content: "\f1eb"; } + +.fa-wifi-strong::before { + content: "\f1eb"; } + +.fa-bath::before { + content: "\f2cd"; } + +.fa-bathtub::before { + content: "\f2cd"; } + +.fa-underline::before { + content: "\f0cd"; } + +.fa-user-pen::before { + content: "\f4ff"; } + +.fa-user-edit::before { + content: "\f4ff"; } + +.fa-signature::before { + content: "\f5b7"; } + +.fa-stroopwafel::before { + content: "\f551"; } + +.fa-bold::before { + content: "\f032"; } + +.fa-anchor-lock::before { + content: "\e4ad"; } + +.fa-building-ngo::before { + content: "\e4d7"; } + +.fa-manat-sign::before { + content: "\e1d5"; } + +.fa-not-equal::before { + content: "\f53e"; } + +.fa-border-top-left::before { + content: "\f853"; } + +.fa-border-style::before { + content: "\f853"; } + +.fa-map-location-dot::before { + content: "\f5a0"; } + +.fa-map-marked-alt::before { + content: "\f5a0"; } + +.fa-jedi::before { + content: "\f669"; } + +.fa-square-poll-vertical::before { + content: "\f681"; } + +.fa-poll::before { + content: "\f681"; } + +.fa-mug-hot::before { + content: "\f7b6"; } + +.fa-car-battery::before { + content: "\f5df"; } + +.fa-battery-car::before { + content: "\f5df"; } + +.fa-gift::before { + content: "\f06b"; } + +.fa-dice-two::before { + content: "\f528"; } + +.fa-chess-queen::before { + content: "\f445"; } + +.fa-glasses::before { + content: "\f530"; } + +.fa-chess-board::before { + content: "\f43c"; } + +.fa-building-circle-check::before { + content: "\e4d2"; } + +.fa-person-chalkboard::before { + content: "\e53d"; } + +.fa-mars-stroke-right::before { + content: "\f22b"; } + +.fa-mars-stroke-h::before { + content: "\f22b"; } + +.fa-hand-back-fist::before { + content: "\f255"; } + +.fa-hand-rock::before { + content: "\f255"; } + +.fa-square-caret-up::before { + content: "\f151"; } + +.fa-caret-square-up::before { + content: "\f151"; } + +.fa-cloud-showers-water::before { + content: "\e4e4"; } + +.fa-chart-bar::before { + content: "\f080"; } + +.fa-bar-chart::before { + content: "\f080"; } + +.fa-hands-bubbles::before { + content: "\e05e"; } + +.fa-hands-wash::before { + content: "\e05e"; } + +.fa-less-than-equal::before { + content: "\f537"; } + +.fa-train::before { + content: "\f238"; } + +.fa-eye-low-vision::before { + content: "\f2a8"; } + +.fa-low-vision::before { + content: "\f2a8"; } + +.fa-crow::before { + content: "\f520"; } + +.fa-sailboat::before { + content: "\e445"; } + +.fa-window-restore::before { + content: "\f2d2"; } + +.fa-square-plus::before { + content: "\f0fe"; } + +.fa-plus-square::before { + content: "\f0fe"; } + +.fa-torii-gate::before { + content: "\f6a1"; } + +.fa-frog::before { + content: "\f52e"; } + +.fa-bucket::before { + content: "\e4cf"; } + +.fa-image::before { + content: "\f03e"; } + +.fa-microphone::before { + content: "\f130"; } + +.fa-cow::before { + content: "\f6c8"; } + +.fa-caret-up::before { + content: "\f0d8"; } + +.fa-screwdriver::before { + content: "\f54a"; } + +.fa-folder-closed::before { + content: "\e185"; } + +.fa-house-tsunami::before { + content: "\e515"; } + +.fa-square-nfi::before { + content: "\e576"; } + +.fa-arrow-up-from-ground-water::before { + content: "\e4b5"; } + +.fa-martini-glass::before { + content: "\f57b"; } + +.fa-glass-martini-alt::before { + content: "\f57b"; } + +.fa-rotate-left::before { + content: "\f2ea"; } + +.fa-rotate-back::before { + content: "\f2ea"; } + +.fa-rotate-backward::before { + content: "\f2ea"; } + +.fa-undo-alt::before { + content: "\f2ea"; } + +.fa-table-columns::before { + content: "\f0db"; } + +.fa-columns::before { + content: "\f0db"; } + +.fa-lemon::before { + content: "\f094"; } + +.fa-head-side-mask::before { + content: "\e063"; } + +.fa-handshake::before { + content: "\f2b5"; } + +.fa-gem::before { + content: "\f3a5"; } + +.fa-dolly::before { + content: "\f472"; } + +.fa-dolly-box::before { + content: "\f472"; } + +.fa-smoking::before { + content: "\f48d"; } + +.fa-minimize::before { + content: "\f78c"; } + +.fa-compress-arrows-alt::before { + content: "\f78c"; } + +.fa-monument::before { + content: "\f5a6"; } + +.fa-snowplow::before { + content: "\f7d2"; } + +.fa-angles-right::before { + content: "\f101"; } + +.fa-angle-double-right::before { + content: "\f101"; } + +.fa-cannabis::before { + content: "\f55f"; } + +.fa-circle-play::before { + content: "\f144"; } + +.fa-play-circle::before { + content: "\f144"; } + +.fa-tablets::before { + content: "\f490"; } + +.fa-ethernet::before { + content: "\f796"; } + +.fa-euro-sign::before { + content: "\f153"; } + +.fa-eur::before { + content: "\f153"; } + +.fa-euro::before { + content: "\f153"; } + +.fa-chair::before { + content: "\f6c0"; } + +.fa-circle-check::before { + content: "\f058"; } + +.fa-check-circle::before { + content: "\f058"; } + +.fa-circle-stop::before { + content: "\f28d"; } + +.fa-stop-circle::before { + content: "\f28d"; } + +.fa-compass-drafting::before { + content: "\f568"; } + +.fa-drafting-compass::before { + content: "\f568"; } + +.fa-plate-wheat::before { + content: "\e55a"; } + +.fa-icicles::before { + content: "\f7ad"; } + +.fa-person-shelter::before { + content: "\e54f"; } + +.fa-neuter::before { + content: "\f22c"; } + +.fa-id-badge::before { + content: "\f2c1"; } + +.fa-marker::before { + content: "\f5a1"; } + +.fa-face-laugh-beam::before { + content: "\f59a"; } + +.fa-laugh-beam::before { + content: "\f59a"; } + +.fa-helicopter-symbol::before { + content: "\e502"; } + +.fa-universal-access::before { + content: "\f29a"; } + +.fa-circle-chevron-up::before { + content: "\f139"; } + +.fa-chevron-circle-up::before { + content: "\f139"; } + +.fa-lari-sign::before { + content: "\e1c8"; } + +.fa-volcano::before { + content: "\f770"; } + +.fa-person-walking-dashed-line-arrow-right::before { + content: "\e553"; } + +.fa-sterling-sign::before { + content: "\f154"; } + +.fa-gbp::before { + content: "\f154"; } + +.fa-pound-sign::before { + content: "\f154"; } + +.fa-viruses::before { + content: "\e076"; } + +.fa-square-person-confined::before { + content: "\e577"; } + +.fa-user-tie::before { + content: "\f508"; } + +.fa-arrow-down-long::before { + content: "\f175"; } + +.fa-long-arrow-down::before { + content: "\f175"; } + +.fa-tent-arrow-down-to-line::before { + content: "\e57e"; } + +.fa-certificate::before { + content: "\f0a3"; } + +.fa-reply-all::before { + content: "\f122"; } + +.fa-mail-reply-all::before { + content: "\f122"; } + +.fa-suitcase::before { + content: "\f0f2"; } + +.fa-person-skating::before { + content: "\f7c5"; } + +.fa-skating::before { + content: "\f7c5"; } + +.fa-filter-circle-dollar::before { + content: "\f662"; } + +.fa-funnel-dollar::before { + content: "\f662"; } + +.fa-camera-retro::before { + content: "\f083"; } + +.fa-circle-arrow-down::before { + content: "\f0ab"; } + +.fa-arrow-circle-down::before { + content: "\f0ab"; } + +.fa-file-import::before { + content: "\f56f"; } + +.fa-arrow-right-to-file::before { + content: "\f56f"; } + +.fa-square-arrow-up-right::before { + content: "\f14c"; } + +.fa-external-link-square::before { + content: "\f14c"; } + +.fa-box-open::before { + content: "\f49e"; } + +.fa-scroll::before { + content: "\f70e"; } + +.fa-spa::before { + content: "\f5bb"; } + +.fa-location-pin-lock::before { + content: "\e51f"; } + +.fa-pause::before { + content: "\f04c"; } + +.fa-hill-avalanche::before { + content: "\e507"; } + +.fa-temperature-empty::before { + content: "\f2cb"; } + +.fa-temperature-0::before { + content: "\f2cb"; } + +.fa-thermometer-0::before { + content: "\f2cb"; } + +.fa-thermometer-empty::before { + content: "\f2cb"; } + +.fa-bomb::before { + content: "\f1e2"; } + +.fa-registered::before { + content: "\f25d"; } + +.fa-address-card::before { + content: "\f2bb"; } + +.fa-contact-card::before { + content: "\f2bb"; } + +.fa-vcard::before { + content: "\f2bb"; } + +.fa-scale-unbalanced-flip::before { + content: "\f516"; } + +.fa-balance-scale-right::before { + content: "\f516"; } + +.fa-subscript::before { + content: "\f12c"; } + +.fa-diamond-turn-right::before { + content: "\f5eb"; } + +.fa-directions::before { + content: "\f5eb"; } + +.fa-burst::before { + content: "\e4dc"; } + +.fa-house-laptop::before { + content: "\e066"; } + +.fa-laptop-house::before { + content: "\e066"; } + +.fa-face-tired::before { + content: "\f5c8"; } + +.fa-tired::before { + content: "\f5c8"; } + +.fa-money-bills::before { + content: "\e1f3"; } + +.fa-smog::before { + content: "\f75f"; } + +.fa-crutch::before { + content: "\f7f7"; } + +.fa-cloud-arrow-up::before { + content: "\f0ee"; } + +.fa-cloud-upload::before { + content: "\f0ee"; } + +.fa-cloud-upload-alt::before { + content: "\f0ee"; } + +.fa-palette::before { + content: "\f53f"; } + +.fa-arrows-turn-right::before { + content: "\e4c0"; } + +.fa-vest::before { + content: "\e085"; } + +.fa-ferry::before { + content: "\e4ea"; } + +.fa-arrows-down-to-people::before { + content: "\e4b9"; } + +.fa-seedling::before { + content: "\f4d8"; } + +.fa-sprout::before { + content: "\f4d8"; } + +.fa-left-right::before { + content: "\f337"; } + +.fa-arrows-alt-h::before { + content: "\f337"; } + +.fa-boxes-packing::before { + content: "\e4c7"; } + +.fa-circle-arrow-left::before { + content: "\f0a8"; } + +.fa-arrow-circle-left::before { + content: "\f0a8"; } + +.fa-group-arrows-rotate::before { + content: "\e4f6"; } + +.fa-bowl-food::before { + content: "\e4c6"; } + +.fa-candy-cane::before { + content: "\f786"; } + +.fa-arrow-down-wide-short::before { + content: "\f160"; } + +.fa-sort-amount-asc::before { + content: "\f160"; } + +.fa-sort-amount-down::before { + content: "\f160"; } + +.fa-cloud-bolt::before { + content: "\f76c"; } + +.fa-thunderstorm::before { + content: "\f76c"; } + +.fa-text-slash::before { + content: "\f87d"; } + +.fa-remove-format::before { + content: "\f87d"; } + +.fa-face-smile-wink::before { + content: "\f4da"; } + +.fa-smile-wink::before { + content: "\f4da"; } + +.fa-file-word::before { + content: "\f1c2"; } + +.fa-file-powerpoint::before { + content: "\f1c4"; } + +.fa-arrows-left-right::before { + content: "\f07e"; } + +.fa-arrows-h::before { + content: "\f07e"; } + +.fa-house-lock::before { + content: "\e510"; } + +.fa-cloud-arrow-down::before { + content: "\f0ed"; } + +.fa-cloud-download::before { + content: "\f0ed"; } + +.fa-cloud-download-alt::before { + content: "\f0ed"; } + +.fa-children::before { + content: "\e4e1"; } + +.fa-chalkboard::before { + content: "\f51b"; } + +.fa-blackboard::before { + content: "\f51b"; } + +.fa-user-large-slash::before { + content: "\f4fa"; } + +.fa-user-alt-slash::before { + content: "\f4fa"; } + +.fa-envelope-open::before { + content: "\f2b6"; } + +.fa-handshake-simple-slash::before { + content: "\e05f"; } + +.fa-handshake-alt-slash::before { + content: "\e05f"; } + +.fa-mattress-pillow::before { + content: "\e525"; } + +.fa-guarani-sign::before { + content: "\e19a"; } + +.fa-arrows-rotate::before { + content: "\f021"; } + +.fa-refresh::before { + content: "\f021"; } + +.fa-sync::before { + content: "\f021"; } + +.fa-fire-extinguisher::before { + content: "\f134"; } + +.fa-cruzeiro-sign::before { + content: "\e152"; } + +.fa-greater-than-equal::before { + content: "\f532"; } + +.fa-shield-halved::before { + content: "\f3ed"; } + +.fa-shield-alt::before { + content: "\f3ed"; } + +.fa-book-atlas::before { + content: "\f558"; } + +.fa-atlas::before { + content: "\f558"; } + +.fa-virus::before { + content: "\e074"; } + +.fa-envelope-circle-check::before { + content: "\e4e8"; } + +.fa-layer-group::before { + content: "\f5fd"; } + +.fa-arrows-to-dot::before { + content: "\e4be"; } + +.fa-archway::before { + content: "\f557"; } + +.fa-heart-circle-check::before { + content: "\e4fd"; } + +.fa-house-chimney-crack::before { + content: "\f6f1"; } + +.fa-house-damage::before { + content: "\f6f1"; } + +.fa-file-zipper::before { + content: "\f1c6"; } + +.fa-file-archive::before { + content: "\f1c6"; } + +.fa-square::before { + content: "\f0c8"; } + +.fa-martini-glass-empty::before { + content: "\f000"; } + +.fa-glass-martini::before { + content: "\f000"; } + +.fa-couch::before { + content: "\f4b8"; } + +.fa-cedi-sign::before { + content: "\e0df"; } + +.fa-italic::before { + content: "\f033"; } + +.fa-table-cells-column-lock::before { + content: "\e678"; } + +.fa-church::before { + content: "\f51d"; } + +.fa-comments-dollar::before { + content: "\f653"; } + +.fa-democrat::before { + content: "\f747"; } + +.fa-z::before { + content: "\5a"; } + +.fa-person-skiing::before { + content: "\f7c9"; } + +.fa-skiing::before { + content: "\f7c9"; } + +.fa-road-lock::before { + content: "\e567"; } + +.fa-a::before { + content: "\41"; } + +.fa-temperature-arrow-down::before { + content: "\e03f"; } + +.fa-temperature-down::before { + content: "\e03f"; } + +.fa-feather-pointed::before { + content: "\f56b"; } + +.fa-feather-alt::before { + content: "\f56b"; } + +.fa-p::before { + content: "\50"; } + +.fa-snowflake::before { + content: "\f2dc"; } + +.fa-newspaper::before { + content: "\f1ea"; } + +.fa-rectangle-ad::before { + content: "\f641"; } + +.fa-ad::before { + content: "\f641"; } + +.fa-circle-arrow-right::before { + content: "\f0a9"; } + +.fa-arrow-circle-right::before { + content: "\f0a9"; } + +.fa-filter-circle-xmark::before { + content: "\e17b"; } + +.fa-locust::before { + content: "\e520"; } + +.fa-sort::before { + content: "\f0dc"; } + +.fa-unsorted::before { + content: "\f0dc"; } + +.fa-list-ol::before { + content: "\f0cb"; } + +.fa-list-1-2::before { + content: "\f0cb"; } + +.fa-list-numeric::before { + content: "\f0cb"; } + +.fa-person-dress-burst::before { + content: "\e544"; } + +.fa-money-check-dollar::before { + content: "\f53d"; } + +.fa-money-check-alt::before { + content: "\f53d"; } + +.fa-vector-square::before { + content: "\f5cb"; } + +.fa-bread-slice::before { + content: "\f7ec"; } + +.fa-language::before { + content: "\f1ab"; } + +.fa-face-kiss-wink-heart::before { + content: "\f598"; } + +.fa-kiss-wink-heart::before { + content: "\f598"; } + +.fa-filter::before { + content: "\f0b0"; } + +.fa-question::before { + content: "\3f"; } + +.fa-file-signature::before { + content: "\f573"; } + +.fa-up-down-left-right::before { + content: "\f0b2"; } + +.fa-arrows-alt::before { + content: "\f0b2"; } + +.fa-house-chimney-user::before { + content: "\e065"; } + +.fa-hand-holding-heart::before { + content: "\f4be"; } + +.fa-puzzle-piece::before { + content: "\f12e"; } + +.fa-money-check::before { + content: "\f53c"; } + +.fa-star-half-stroke::before { + content: "\f5c0"; } + +.fa-star-half-alt::before { + content: "\f5c0"; } + +.fa-code::before { + content: "\f121"; } + +.fa-whiskey-glass::before { + content: "\f7a0"; } + +.fa-glass-whiskey::before { + content: "\f7a0"; } + +.fa-building-circle-exclamation::before { + content: "\e4d3"; } + +.fa-magnifying-glass-chart::before { + content: "\e522"; } + +.fa-arrow-up-right-from-square::before { + content: "\f08e"; } + +.fa-external-link::before { + content: "\f08e"; } + +.fa-cubes-stacked::before { + content: "\e4e6"; } + +.fa-won-sign::before { + content: "\f159"; } + +.fa-krw::before { + content: "\f159"; } + +.fa-won::before { + content: "\f159"; } + +.fa-virus-covid::before { + content: "\e4a8"; } + +.fa-austral-sign::before { + content: "\e0a9"; } + +.fa-f::before { + content: "\46"; } + +.fa-leaf::before { + content: "\f06c"; } + +.fa-road::before { + content: "\f018"; } + +.fa-taxi::before { + content: "\f1ba"; } + +.fa-cab::before { + content: "\f1ba"; } + +.fa-person-circle-plus::before { + content: "\e541"; } + +.fa-chart-pie::before { + content: "\f200"; } + +.fa-pie-chart::before { + content: "\f200"; } + +.fa-bolt-lightning::before { + content: "\e0b7"; } + +.fa-sack-xmark::before { + content: "\e56a"; } + +.fa-file-excel::before { + content: "\f1c3"; } + +.fa-file-contract::before { + content: "\f56c"; } + +.fa-fish-fins::before { + content: "\e4f2"; } + +.fa-building-flag::before { + content: "\e4d5"; } + +.fa-face-grin-beam::before { + content: "\f582"; } + +.fa-grin-beam::before { + content: "\f582"; } + +.fa-object-ungroup::before { + content: "\f248"; } + +.fa-poop::before { + content: "\f619"; } + +.fa-location-pin::before { + content: "\f041"; } + +.fa-map-marker::before { + content: "\f041"; } + +.fa-kaaba::before { + content: "\f66b"; } + +.fa-toilet-paper::before { + content: "\f71e"; } + +.fa-helmet-safety::before { + content: "\f807"; } + +.fa-hard-hat::before { + content: "\f807"; } + +.fa-hat-hard::before { + content: "\f807"; } + +.fa-eject::before { + content: "\f052"; } + +.fa-circle-right::before { + content: "\f35a"; } + +.fa-arrow-alt-circle-right::before { + content: "\f35a"; } + +.fa-plane-circle-check::before { + content: "\e555"; } + +.fa-face-rolling-eyes::before { + content: "\f5a5"; } + +.fa-meh-rolling-eyes::before { + content: "\f5a5"; } + +.fa-object-group::before { + content: "\f247"; } + +.fa-chart-line::before { + content: "\f201"; } + +.fa-line-chart::before { + content: "\f201"; } + +.fa-mask-ventilator::before { + content: "\e524"; } + +.fa-arrow-right::before { + content: "\f061"; } + +.fa-signs-post::before { + content: "\f277"; } + +.fa-map-signs::before { + content: "\f277"; } + +.fa-cash-register::before { + content: "\f788"; } + +.fa-person-circle-question::before { + content: "\e542"; } + +.fa-h::before { + content: "\48"; } + +.fa-tarp::before { + content: "\e57b"; } + +.fa-screwdriver-wrench::before { + content: "\f7d9"; } + +.fa-tools::before { + content: "\f7d9"; } + +.fa-arrows-to-eye::before { + content: "\e4bf"; } + +.fa-plug-circle-bolt::before { + content: "\e55b"; } + +.fa-heart::before { + content: "\f004"; } + +.fa-mars-and-venus::before { + content: "\f224"; } + +.fa-house-user::before { + content: "\e1b0"; } + +.fa-home-user::before { + content: "\e1b0"; } + +.fa-dumpster-fire::before { + content: "\f794"; } + +.fa-house-crack::before { + content: "\e3b1"; } + +.fa-martini-glass-citrus::before { + content: "\f561"; } + +.fa-cocktail::before { + content: "\f561"; } + +.fa-face-surprise::before { + content: "\f5c2"; } + +.fa-surprise::before { + content: "\f5c2"; } + +.fa-bottle-water::before { + content: "\e4c5"; } + +.fa-circle-pause::before { + content: "\f28b"; } + +.fa-pause-circle::before { + content: "\f28b"; } + +.fa-toilet-paper-slash::before { + content: "\e072"; } + +.fa-apple-whole::before { + content: "\f5d1"; } + +.fa-apple-alt::before { + content: "\f5d1"; } + +.fa-kitchen-set::before { + content: "\e51a"; } + +.fa-r::before { + content: "\52"; } + +.fa-temperature-quarter::before { + content: "\f2ca"; } + +.fa-temperature-1::before { + content: "\f2ca"; } + +.fa-thermometer-1::before { + content: "\f2ca"; } + +.fa-thermometer-quarter::before { + content: "\f2ca"; } + +.fa-cube::before { + content: "\f1b2"; } + +.fa-bitcoin-sign::before { + content: "\e0b4"; } + +.fa-shield-dog::before { + content: "\e573"; } + +.fa-solar-panel::before { + content: "\f5ba"; } + +.fa-lock-open::before { + content: "\f3c1"; } + +.fa-elevator::before { + content: "\e16d"; } + +.fa-money-bill-transfer::before { + content: "\e528"; } + +.fa-money-bill-trend-up::before { + content: "\e529"; } + +.fa-house-flood-water-circle-arrow-right::before { + content: "\e50f"; } + +.fa-square-poll-horizontal::before { + content: "\f682"; } + +.fa-poll-h::before { + content: "\f682"; } + +.fa-circle::before { + content: "\f111"; } + +.fa-backward-fast::before { + content: "\f049"; } + +.fa-fast-backward::before { + content: "\f049"; } + +.fa-recycle::before { + content: "\f1b8"; } + +.fa-user-astronaut::before { + content: "\f4fb"; } + +.fa-plane-slash::before { + content: "\e069"; } + +.fa-trademark::before { + content: "\f25c"; } + +.fa-basketball::before { + content: "\f434"; } + +.fa-basketball-ball::before { + content: "\f434"; } + +.fa-satellite-dish::before { + content: "\f7c0"; } + +.fa-circle-up::before { + content: "\f35b"; } + +.fa-arrow-alt-circle-up::before { + content: "\f35b"; } + +.fa-mobile-screen-button::before { + content: "\f3cd"; } + +.fa-mobile-alt::before { + content: "\f3cd"; } + +.fa-volume-high::before { + content: "\f028"; } + +.fa-volume-up::before { + content: "\f028"; } + +.fa-users-rays::before { + content: "\e593"; } + +.fa-wallet::before { + content: "\f555"; } + +.fa-clipboard-check::before { + content: "\f46c"; } + +.fa-file-audio::before { + content: "\f1c7"; } + +.fa-burger::before { + content: "\f805"; } + +.fa-hamburger::before { + content: "\f805"; } + +.fa-wrench::before { + content: "\f0ad"; } + +.fa-bugs::before { + content: "\e4d0"; } + +.fa-rupee-sign::before { + content: "\f156"; } + +.fa-rupee::before { + content: "\f156"; } + +.fa-file-image::before { + content: "\f1c5"; } + +.fa-circle-question::before { + content: "\f059"; } + +.fa-question-circle::before { + content: "\f059"; } + +.fa-plane-departure::before { + content: "\f5b0"; } + +.fa-handshake-slash::before { + content: "\e060"; } + +.fa-book-bookmark::before { + content: "\e0bb"; } + +.fa-code-branch::before { + content: "\f126"; } + +.fa-hat-cowboy::before { + content: "\f8c0"; } + +.fa-bridge::before { + content: "\e4c8"; } + +.fa-phone-flip::before { + content: "\f879"; } + +.fa-phone-alt::before { + content: "\f879"; } + +.fa-truck-front::before { + content: "\e2b7"; } + +.fa-cat::before { + content: "\f6be"; } + +.fa-anchor-circle-exclamation::before { + content: "\e4ab"; } + +.fa-truck-field::before { + content: "\e58d"; } + +.fa-route::before { + content: "\f4d7"; } + +.fa-clipboard-question::before { + content: "\e4e3"; } + +.fa-panorama::before { + content: "\e209"; } + +.fa-comment-medical::before { + content: "\f7f5"; } + +.fa-teeth-open::before { + content: "\f62f"; } + +.fa-file-circle-minus::before { + content: "\e4ed"; } + +.fa-tags::before { + content: "\f02c"; } + +.fa-wine-glass::before { + content: "\f4e3"; } + +.fa-forward-fast::before { + content: "\f050"; } + +.fa-fast-forward::before { + content: "\f050"; } + +.fa-face-meh-blank::before { + content: "\f5a4"; } + +.fa-meh-blank::before { + content: "\f5a4"; } + +.fa-square-parking::before { + content: "\f540"; } + +.fa-parking::before { + content: "\f540"; } + +.fa-house-signal::before { + content: "\e012"; } + +.fa-bars-progress::before { + content: "\f828"; } + +.fa-tasks-alt::before { + content: "\f828"; } + +.fa-faucet-drip::before { + content: "\e006"; } + +.fa-cart-flatbed::before { + content: "\f474"; } + +.fa-dolly-flatbed::before { + content: "\f474"; } + +.fa-ban-smoking::before { + content: "\f54d"; } + +.fa-smoking-ban::before { + content: "\f54d"; } + +.fa-terminal::before { + content: "\f120"; } + +.fa-mobile-button::before { + content: "\f10b"; } + +.fa-house-medical-flag::before { + content: "\e514"; } + +.fa-basket-shopping::before { + content: "\f291"; } + +.fa-shopping-basket::before { + content: "\f291"; } + +.fa-tape::before { + content: "\f4db"; } + +.fa-bus-simple::before { + content: "\f55e"; } + +.fa-bus-alt::before { + content: "\f55e"; } + +.fa-eye::before { + content: "\f06e"; } + +.fa-face-sad-cry::before { + content: "\f5b3"; } + +.fa-sad-cry::before { + content: "\f5b3"; } + +.fa-audio-description::before { + content: "\f29e"; } + +.fa-person-military-to-person::before { + content: "\e54c"; } + +.fa-file-shield::before { + content: "\e4f0"; } + +.fa-user-slash::before { + content: "\f506"; } + +.fa-pen::before { + content: "\f304"; } + +.fa-tower-observation::before { + content: "\e586"; } + +.fa-file-code::before { + content: "\f1c9"; } + +.fa-signal::before { + content: "\f012"; } + +.fa-signal-5::before { + content: "\f012"; } + +.fa-signal-perfect::before { + content: "\f012"; } + +.fa-bus::before { + content: "\f207"; } + +.fa-heart-circle-xmark::before { + content: "\e501"; } + +.fa-house-chimney::before { + content: "\e3af"; } + +.fa-home-lg::before { + content: "\e3af"; } + +.fa-window-maximize::before { + content: "\f2d0"; } + +.fa-face-frown::before { + content: "\f119"; } + +.fa-frown::before { + content: "\f119"; } + +.fa-prescription::before { + content: "\f5b1"; } + +.fa-shop::before { + content: "\f54f"; } + +.fa-store-alt::before { + content: "\f54f"; } + +.fa-floppy-disk::before { + content: "\f0c7"; } + +.fa-save::before { + content: "\f0c7"; } + +.fa-vihara::before { + content: "\f6a7"; } + +.fa-scale-unbalanced::before { + content: "\f515"; } + +.fa-balance-scale-left::before { + content: "\f515"; } + +.fa-sort-up::before { + content: "\f0de"; } + +.fa-sort-asc::before { + content: "\f0de"; } + +.fa-comment-dots::before { + content: "\f4ad"; } + +.fa-commenting::before { + content: "\f4ad"; } + +.fa-plant-wilt::before { + content: "\e5aa"; } + +.fa-diamond::before { + content: "\f219"; } + +.fa-face-grin-squint::before { + content: "\f585"; } + +.fa-grin-squint::before { + content: "\f585"; } + +.fa-hand-holding-dollar::before { + content: "\f4c0"; } + +.fa-hand-holding-usd::before { + content: "\f4c0"; } + +.fa-bacterium::before { + content: "\e05a"; } + +.fa-hand-pointer::before { + content: "\f25a"; } + +.fa-drum-steelpan::before { + content: "\f56a"; } + +.fa-hand-scissors::before { + content: "\f257"; } + +.fa-hands-praying::before { + content: "\f684"; } + +.fa-praying-hands::before { + content: "\f684"; } + +.fa-arrow-rotate-right::before { + content: "\f01e"; } + +.fa-arrow-right-rotate::before { + content: "\f01e"; } + +.fa-arrow-rotate-forward::before { + content: "\f01e"; } + +.fa-redo::before { + content: "\f01e"; } + +.fa-biohazard::before { + content: "\f780"; } + +.fa-location-crosshairs::before { + content: "\f601"; } + +.fa-location::before { + content: "\f601"; } + +.fa-mars-double::before { + content: "\f227"; } + +.fa-child-dress::before { + content: "\e59c"; } + +.fa-users-between-lines::before { + content: "\e591"; } + +.fa-lungs-virus::before { + content: "\e067"; } + +.fa-face-grin-tears::before { + content: "\f588"; } + +.fa-grin-tears::before { + content: "\f588"; } + +.fa-phone::before { + content: "\f095"; } + +.fa-calendar-xmark::before { + content: "\f273"; } + +.fa-calendar-times::before { + content: "\f273"; } + +.fa-child-reaching::before { + content: "\e59d"; } + +.fa-head-side-virus::before { + content: "\e064"; } + +.fa-user-gear::before { + content: "\f4fe"; } + +.fa-user-cog::before { + content: "\f4fe"; } + +.fa-arrow-up-1-9::before { + content: "\f163"; } + +.fa-sort-numeric-up::before { + content: "\f163"; } + +.fa-door-closed::before { + content: "\f52a"; } + +.fa-shield-virus::before { + content: "\e06c"; } + +.fa-dice-six::before { + content: "\f526"; } + +.fa-mosquito-net::before { + content: "\e52c"; } + +.fa-bridge-water::before { + content: "\e4ce"; } + +.fa-person-booth::before { + content: "\f756"; } + +.fa-text-width::before { + content: "\f035"; } + +.fa-hat-wizard::before { + content: "\f6e8"; } + +.fa-pen-fancy::before { + content: "\f5ac"; } + +.fa-person-digging::before { + content: "\f85e"; } + +.fa-digging::before { + content: "\f85e"; } + +.fa-trash::before { + content: "\f1f8"; } + +.fa-gauge-simple::before { + content: "\f629"; } + +.fa-gauge-simple-med::before { + content: "\f629"; } + +.fa-tachometer-average::before { + content: "\f629"; } + +.fa-book-medical::before { + content: "\f7e6"; } + +.fa-poo::before { + content: "\f2fe"; } + +.fa-quote-right::before { + content: "\f10e"; } + +.fa-quote-right-alt::before { + content: "\f10e"; } + +.fa-shirt::before { + content: "\f553"; } + +.fa-t-shirt::before { + content: "\f553"; } + +.fa-tshirt::before { + content: "\f553"; } + +.fa-cubes::before { + content: "\f1b3"; } + +.fa-divide::before { + content: "\f529"; } + +.fa-tenge-sign::before { + content: "\f7d7"; } + +.fa-tenge::before { + content: "\f7d7"; } + +.fa-headphones::before { + content: "\f025"; } + +.fa-hands-holding::before { + content: "\f4c2"; } + +.fa-hands-clapping::before { + content: "\e1a8"; } + +.fa-republican::before { + content: "\f75e"; } + +.fa-arrow-left::before { + content: "\f060"; } + +.fa-person-circle-xmark::before { + content: "\e543"; } + +.fa-ruler::before { + content: "\f545"; } + +.fa-align-left::before { + content: "\f036"; } + +.fa-dice-d6::before { + content: "\f6d1"; } + +.fa-restroom::before { + content: "\f7bd"; } + +.fa-j::before { + content: "\4a"; } + +.fa-users-viewfinder::before { + content: "\e595"; } + +.fa-file-video::before { + content: "\f1c8"; } + +.fa-up-right-from-square::before { + content: "\f35d"; } + +.fa-external-link-alt::before { + content: "\f35d"; } + +.fa-table-cells::before { + content: "\f00a"; } + +.fa-th::before { + content: "\f00a"; } + +.fa-file-pdf::before { + content: "\f1c1"; } + +.fa-book-bible::before { + content: "\f647"; } + +.fa-bible::before { + content: "\f647"; } + +.fa-o::before { + content: "\4f"; } + +.fa-suitcase-medical::before { + content: "\f0fa"; } + +.fa-medkit::before { + content: "\f0fa"; } + +.fa-user-secret::before { + content: "\f21b"; } + +.fa-otter::before { + content: "\f700"; } + +.fa-person-dress::before { + content: "\f182"; } + +.fa-female::before { + content: "\f182"; } + +.fa-comment-dollar::before { + content: "\f651"; } + +.fa-business-time::before { + content: "\f64a"; } + +.fa-briefcase-clock::before { + content: "\f64a"; } + +.fa-table-cells-large::before { + content: "\f009"; } + +.fa-th-large::before { + content: "\f009"; } + +.fa-book-tanakh::before { + content: "\f827"; } + +.fa-tanakh::before { + content: "\f827"; } + +.fa-phone-volume::before { + content: "\f2a0"; } + +.fa-volume-control-phone::before { + content: "\f2a0"; } + +.fa-hat-cowboy-side::before { + content: "\f8c1"; } + +.fa-clipboard-user::before { + content: "\f7f3"; } + +.fa-child::before { + content: "\f1ae"; } + +.fa-lira-sign::before { + content: "\f195"; } + +.fa-satellite::before { + content: "\f7bf"; } + +.fa-plane-lock::before { + content: "\e558"; } + +.fa-tag::before { + content: "\f02b"; } + +.fa-comment::before { + content: "\f075"; } + +.fa-cake-candles::before { + content: "\f1fd"; } + +.fa-birthday-cake::before { + content: "\f1fd"; } + +.fa-cake::before { + content: "\f1fd"; } + +.fa-envelope::before { + content: "\f0e0"; } + +.fa-angles-up::before { + content: "\f102"; } + +.fa-angle-double-up::before { + content: "\f102"; } + +.fa-paperclip::before { + content: "\f0c6"; } + +.fa-arrow-right-to-city::before { + content: "\e4b3"; } + +.fa-ribbon::before { + content: "\f4d6"; } + +.fa-lungs::before { + content: "\f604"; } + +.fa-arrow-up-9-1::before { + content: "\f887"; } + +.fa-sort-numeric-up-alt::before { + content: "\f887"; } + +.fa-litecoin-sign::before { + content: "\e1d3"; } + +.fa-border-none::before { + content: "\f850"; } + +.fa-circle-nodes::before { + content: "\e4e2"; } + +.fa-parachute-box::before { + content: "\f4cd"; } + +.fa-indent::before { + content: "\f03c"; } + +.fa-truck-field-un::before { + content: "\e58e"; } + +.fa-hourglass::before { + content: "\f254"; } + +.fa-hourglass-empty::before { + content: "\f254"; } + +.fa-mountain::before { + content: "\f6fc"; } + +.fa-user-doctor::before { + content: "\f0f0"; } + +.fa-user-md::before { + content: "\f0f0"; } + +.fa-circle-info::before { + content: "\f05a"; } + +.fa-info-circle::before { + content: "\f05a"; } + +.fa-cloud-meatball::before { + content: "\f73b"; } + +.fa-camera::before { + content: "\f030"; } + +.fa-camera-alt::before { + content: "\f030"; } + +.fa-square-virus::before { + content: "\e578"; } + +.fa-meteor::before { + content: "\f753"; } + +.fa-car-on::before { + content: "\e4dd"; } + +.fa-sleigh::before { + content: "\f7cc"; } + +.fa-arrow-down-1-9::before { + content: "\f162"; } + +.fa-sort-numeric-asc::before { + content: "\f162"; } + +.fa-sort-numeric-down::before { + content: "\f162"; } + +.fa-hand-holding-droplet::before { + content: "\f4c1"; } + +.fa-hand-holding-water::before { + content: "\f4c1"; } + +.fa-water::before { + content: "\f773"; } + +.fa-calendar-check::before { + content: "\f274"; } + +.fa-braille::before { + content: "\f2a1"; } + +.fa-prescription-bottle-medical::before { + content: "\f486"; } + +.fa-prescription-bottle-alt::before { + content: "\f486"; } + +.fa-landmark::before { + content: "\f66f"; } + +.fa-truck::before { + content: "\f0d1"; } + +.fa-crosshairs::before { + content: "\f05b"; } + +.fa-person-cane::before { + content: "\e53c"; } + +.fa-tent::before { + content: "\e57d"; } + +.fa-vest-patches::before { + content: "\e086"; } + +.fa-check-double::before { + content: "\f560"; } + +.fa-arrow-down-a-z::before { + content: "\f15d"; } + +.fa-sort-alpha-asc::before { + content: "\f15d"; } + +.fa-sort-alpha-down::before { + content: "\f15d"; } + +.fa-money-bill-wheat::before { + content: "\e52a"; } + +.fa-cookie::before { + content: "\f563"; } + +.fa-arrow-rotate-left::before { + content: "\f0e2"; } + +.fa-arrow-left-rotate::before { + content: "\f0e2"; } + +.fa-arrow-rotate-back::before { + content: "\f0e2"; } + +.fa-arrow-rotate-backward::before { + content: "\f0e2"; } + +.fa-undo::before { + content: "\f0e2"; } + +.fa-hard-drive::before { + content: "\f0a0"; } + +.fa-hdd::before { + content: "\f0a0"; } + +.fa-face-grin-squint-tears::before { + content: "\f586"; } + +.fa-grin-squint-tears::before { + content: "\f586"; } + +.fa-dumbbell::before { + content: "\f44b"; } + +.fa-rectangle-list::before { + content: "\f022"; } + +.fa-list-alt::before { + content: "\f022"; } + +.fa-tarp-droplet::before { + content: "\e57c"; } + +.fa-house-medical-circle-check::before { + content: "\e511"; } + +.fa-person-skiing-nordic::before { + content: "\f7ca"; } + +.fa-skiing-nordic::before { + content: "\f7ca"; } + +.fa-calendar-plus::before { + content: "\f271"; } + +.fa-plane-arrival::before { + content: "\f5af"; } + +.fa-circle-left::before { + content: "\f359"; } + +.fa-arrow-alt-circle-left::before { + content: "\f359"; } + +.fa-train-subway::before { + content: "\f239"; } + +.fa-subway::before { + content: "\f239"; } + +.fa-chart-gantt::before { + content: "\e0e4"; } + +.fa-indian-rupee-sign::before { + content: "\e1bc"; } + +.fa-indian-rupee::before { + content: "\e1bc"; } + +.fa-inr::before { + content: "\e1bc"; } + +.fa-crop-simple::before { + content: "\f565"; } + +.fa-crop-alt::before { + content: "\f565"; } + +.fa-money-bill-1::before { + content: "\f3d1"; } + +.fa-money-bill-alt::before { + content: "\f3d1"; } + +.fa-left-long::before { + content: "\f30a"; } + +.fa-long-arrow-alt-left::before { + content: "\f30a"; } + +.fa-dna::before { + content: "\f471"; } + +.fa-virus-slash::before { + content: "\e075"; } + +.fa-minus::before { + content: "\f068"; } + +.fa-subtract::before { + content: "\f068"; } + +.fa-chess::before { + content: "\f439"; } + +.fa-arrow-left-long::before { + content: "\f177"; } + +.fa-long-arrow-left::before { + content: "\f177"; } + +.fa-plug-circle-check::before { + content: "\e55c"; } + +.fa-street-view::before { + content: "\f21d"; } + +.fa-franc-sign::before { + content: "\e18f"; } + +.fa-volume-off::before { + content: "\f026"; } + +.fa-hands-asl-interpreting::before { + content: "\f2a3"; } + +.fa-american-sign-language-interpreting::before { + content: "\f2a3"; } + +.fa-asl-interpreting::before { + content: "\f2a3"; } + +.fa-hands-american-sign-language-interpreting::before { + content: "\f2a3"; } + +.fa-gear::before { + content: "\f013"; } + +.fa-cog::before { + content: "\f013"; } + +.fa-droplet-slash::before { + content: "\f5c7"; } + +.fa-tint-slash::before { + content: "\f5c7"; } + +.fa-mosque::before { + content: "\f678"; } + +.fa-mosquito::before { + content: "\e52b"; } + +.fa-star-of-david::before { + content: "\f69a"; } + +.fa-person-military-rifle::before { + content: "\e54b"; } + +.fa-cart-shopping::before { + content: "\f07a"; } + +.fa-shopping-cart::before { + content: "\f07a"; } + +.fa-vials::before { + content: "\f493"; } + +.fa-plug-circle-plus::before { + content: "\e55f"; } + +.fa-place-of-worship::before { + content: "\f67f"; } + +.fa-grip-vertical::before { + content: "\f58e"; } + +.fa-arrow-turn-up::before { + content: "\f148"; } + +.fa-level-up::before { + content: "\f148"; } + +.fa-u::before { + content: "\55"; } + +.fa-square-root-variable::before { + content: "\f698"; } + +.fa-square-root-alt::before { + content: "\f698"; } + +.fa-clock::before { + content: "\f017"; } + +.fa-clock-four::before { + content: "\f017"; } + +.fa-backward-step::before { + content: "\f048"; } + +.fa-step-backward::before { + content: "\f048"; } + +.fa-pallet::before { + content: "\f482"; } + +.fa-faucet::before { + content: "\e005"; } + +.fa-baseball-bat-ball::before { + content: "\f432"; } + +.fa-s::before { + content: "\53"; } + +.fa-timeline::before { + content: "\e29c"; } + +.fa-keyboard::before { + content: "\f11c"; } + +.fa-caret-down::before { + content: "\f0d7"; } + +.fa-house-chimney-medical::before { + content: "\f7f2"; } + +.fa-clinic-medical::before { + content: "\f7f2"; } + +.fa-temperature-three-quarters::before { + content: "\f2c8"; } + +.fa-temperature-3::before { + content: "\f2c8"; } + +.fa-thermometer-3::before { + content: "\f2c8"; } + +.fa-thermometer-three-quarters::before { + content: "\f2c8"; } + +.fa-mobile-screen::before { + content: "\f3cf"; } + +.fa-mobile-android-alt::before { + content: "\f3cf"; } + +.fa-plane-up::before { + content: "\e22d"; } + +.fa-piggy-bank::before { + content: "\f4d3"; } + +.fa-battery-half::before { + content: "\f242"; } + +.fa-battery-3::before { + content: "\f242"; } + +.fa-mountain-city::before { + content: "\e52e"; } + +.fa-coins::before { + content: "\f51e"; } + +.fa-khanda::before { + content: "\f66d"; } + +.fa-sliders::before { + content: "\f1de"; } + +.fa-sliders-h::before { + content: "\f1de"; } + +.fa-folder-tree::before { + content: "\f802"; } + +.fa-network-wired::before { + content: "\f6ff"; } + +.fa-map-pin::before { + content: "\f276"; } + +.fa-hamsa::before { + content: "\f665"; } + +.fa-cent-sign::before { + content: "\e3f5"; } + +.fa-flask::before { + content: "\f0c3"; } + +.fa-person-pregnant::before { + content: "\e31e"; } + +.fa-wand-sparkles::before { + content: "\f72b"; } + +.fa-ellipsis-vertical::before { + content: "\f142"; } + +.fa-ellipsis-v::before { + content: "\f142"; } + +.fa-ticket::before { + content: "\f145"; } + +.fa-power-off::before { + content: "\f011"; } + +.fa-right-long::before { + content: "\f30b"; } + +.fa-long-arrow-alt-right::before { + content: "\f30b"; } + +.fa-flag-usa::before { + content: "\f74d"; } + +.fa-laptop-file::before { + content: "\e51d"; } + +.fa-tty::before { + content: "\f1e4"; } + +.fa-teletype::before { + content: "\f1e4"; } + +.fa-diagram-next::before { + content: "\e476"; } + +.fa-person-rifle::before { + content: "\e54e"; } + +.fa-house-medical-circle-exclamation::before { + content: "\e512"; } + +.fa-closed-captioning::before { + content: "\f20a"; } + +.fa-person-hiking::before { + content: "\f6ec"; } + +.fa-hiking::before { + content: "\f6ec"; } + +.fa-venus-double::before { + content: "\f226"; } + +.fa-images::before { + content: "\f302"; } + +.fa-calculator::before { + content: "\f1ec"; } + +.fa-people-pulling::before { + content: "\e535"; } + +.fa-n::before { + content: "\4e"; } + +.fa-cable-car::before { + content: "\f7da"; } + +.fa-tram::before { + content: "\f7da"; } + +.fa-cloud-rain::before { + content: "\f73d"; } + +.fa-building-circle-xmark::before { + content: "\e4d4"; } + +.fa-ship::before { + content: "\f21a"; } + +.fa-arrows-down-to-line::before { + content: "\e4b8"; } + +.fa-download::before { + content: "\f019"; } + +.fa-face-grin::before { + content: "\f580"; } + +.fa-grin::before { + content: "\f580"; } + +.fa-delete-left::before { + content: "\f55a"; } + +.fa-backspace::before { + content: "\f55a"; } + +.fa-eye-dropper::before { + content: "\f1fb"; } + +.fa-eye-dropper-empty::before { + content: "\f1fb"; } + +.fa-eyedropper::before { + content: "\f1fb"; } + +.fa-file-circle-check::before { + content: "\e5a0"; } + +.fa-forward::before { + content: "\f04e"; } + +.fa-mobile::before { + content: "\f3ce"; } + +.fa-mobile-android::before { + content: "\f3ce"; } + +.fa-mobile-phone::before { + content: "\f3ce"; } + +.fa-face-meh::before { + content: "\f11a"; } + +.fa-meh::before { + content: "\f11a"; } + +.fa-align-center::before { + content: "\f037"; } + +.fa-book-skull::before { + content: "\f6b7"; } + +.fa-book-dead::before { + content: "\f6b7"; } + +.fa-id-card::before { + content: "\f2c2"; } + +.fa-drivers-license::before { + content: "\f2c2"; } + +.fa-outdent::before { + content: "\f03b"; } + +.fa-dedent::before { + content: "\f03b"; } + +.fa-heart-circle-exclamation::before { + content: "\e4fe"; } + +.fa-house::before { + content: "\f015"; } + +.fa-home::before { + content: "\f015"; } + +.fa-home-alt::before { + content: "\f015"; } + +.fa-home-lg-alt::before { + content: "\f015"; } + +.fa-calendar-week::before { + content: "\f784"; } + +.fa-laptop-medical::before { + content: "\f812"; } + +.fa-b::before { + content: "\42"; } + +.fa-file-medical::before { + content: "\f477"; } + +.fa-dice-one::before { + content: "\f525"; } + +.fa-kiwi-bird::before { + content: "\f535"; } + +.fa-arrow-right-arrow-left::before { + content: "\f0ec"; } + +.fa-exchange::before { + content: "\f0ec"; } + +.fa-rotate-right::before { + content: "\f2f9"; } + +.fa-redo-alt::before { + content: "\f2f9"; } + +.fa-rotate-forward::before { + content: "\f2f9"; } + +.fa-utensils::before { + content: "\f2e7"; } + +.fa-cutlery::before { + content: "\f2e7"; } + +.fa-arrow-up-wide-short::before { + content: "\f161"; } + +.fa-sort-amount-up::before { + content: "\f161"; } + +.fa-mill-sign::before { + content: "\e1ed"; } + +.fa-bowl-rice::before { + content: "\e2eb"; } + +.fa-skull::before { + content: "\f54c"; } + +.fa-tower-broadcast::before { + content: "\f519"; } + +.fa-broadcast-tower::before { + content: "\f519"; } + +.fa-truck-pickup::before { + content: "\f63c"; } + +.fa-up-long::before { + content: "\f30c"; } + +.fa-long-arrow-alt-up::before { + content: "\f30c"; } + +.fa-stop::before { + content: "\f04d"; } + +.fa-code-merge::before { + content: "\f387"; } + +.fa-upload::before { + content: "\f093"; } + +.fa-hurricane::before { + content: "\f751"; } + +.fa-mound::before { + content: "\e52d"; } + +.fa-toilet-portable::before { + content: "\e583"; } + +.fa-compact-disc::before { + content: "\f51f"; } + +.fa-file-arrow-down::before { + content: "\f56d"; } + +.fa-file-download::before { + content: "\f56d"; } + +.fa-caravan::before { + content: "\f8ff"; } + +.fa-shield-cat::before { + content: "\e572"; } + +.fa-bolt::before { + content: "\f0e7"; } + +.fa-zap::before { + content: "\f0e7"; } + +.fa-glass-water::before { + content: "\e4f4"; } + +.fa-oil-well::before { + content: "\e532"; } + +.fa-vault::before { + content: "\e2c5"; } + +.fa-mars::before { + content: "\f222"; } + +.fa-toilet::before { + content: "\f7d8"; } + +.fa-plane-circle-xmark::before { + content: "\e557"; } + +.fa-yen-sign::before { + content: "\f157"; } + +.fa-cny::before { + content: "\f157"; } + +.fa-jpy::before { + content: "\f157"; } + +.fa-rmb::before { + content: "\f157"; } + +.fa-yen::before { + content: "\f157"; } + +.fa-ruble-sign::before { + content: "\f158"; } + +.fa-rouble::before { + content: "\f158"; } + +.fa-rub::before { + content: "\f158"; } + +.fa-ruble::before { + content: "\f158"; } + +.fa-sun::before { + content: "\f185"; } + +.fa-guitar::before { + content: "\f7a6"; } + +.fa-face-laugh-wink::before { + content: "\f59c"; } + +.fa-laugh-wink::before { + content: "\f59c"; } + +.fa-horse-head::before { + content: "\f7ab"; } + +.fa-bore-hole::before { + content: "\e4c3"; } + +.fa-industry::before { + content: "\f275"; } + +.fa-circle-down::before { + content: "\f358"; } + +.fa-arrow-alt-circle-down::before { + content: "\f358"; } + +.fa-arrows-turn-to-dots::before { + content: "\e4c1"; } + +.fa-florin-sign::before { + content: "\e184"; } + +.fa-arrow-down-short-wide::before { + content: "\f884"; } + +.fa-sort-amount-desc::before { + content: "\f884"; } + +.fa-sort-amount-down-alt::before { + content: "\f884"; } + +.fa-less-than::before { + content: "\3c"; } + +.fa-angle-down::before { + content: "\f107"; } + +.fa-car-tunnel::before { + content: "\e4de"; } + +.fa-head-side-cough::before { + content: "\e061"; } + +.fa-grip-lines::before { + content: "\f7a4"; } + +.fa-thumbs-down::before { + content: "\f165"; } + +.fa-user-lock::before { + content: "\f502"; } + +.fa-arrow-right-long::before { + content: "\f178"; } + +.fa-long-arrow-right::before { + content: "\f178"; } + +.fa-anchor-circle-xmark::before { + content: "\e4ac"; } + +.fa-ellipsis::before { + content: "\f141"; } + +.fa-ellipsis-h::before { + content: "\f141"; } + +.fa-chess-pawn::before { + content: "\f443"; } + +.fa-kit-medical::before { + content: "\f479"; } + +.fa-first-aid::before { + content: "\f479"; } + +.fa-person-through-window::before { + content: "\e5a9"; } + +.fa-toolbox::before { + content: "\f552"; } + +.fa-hands-holding-circle::before { + content: "\e4fb"; } + +.fa-bug::before { + content: "\f188"; } + +.fa-credit-card::before { + content: "\f09d"; } + +.fa-credit-card-alt::before { + content: "\f09d"; } + +.fa-car::before { + content: "\f1b9"; } + +.fa-automobile::before { + content: "\f1b9"; } + +.fa-hand-holding-hand::before { + content: "\e4f7"; } + +.fa-book-open-reader::before { + content: "\f5da"; } + +.fa-book-reader::before { + content: "\f5da"; } + +.fa-mountain-sun::before { + content: "\e52f"; } + +.fa-arrows-left-right-to-line::before { + content: "\e4ba"; } + +.fa-dice-d20::before { + content: "\f6cf"; } + +.fa-truck-droplet::before { + content: "\e58c"; } + +.fa-file-circle-xmark::before { + content: "\e5a1"; } + +.fa-temperature-arrow-up::before { + content: "\e040"; } + +.fa-temperature-up::before { + content: "\e040"; } + +.fa-medal::before { + content: "\f5a2"; } + +.fa-bed::before { + content: "\f236"; } + +.fa-square-h::before { + content: "\f0fd"; } + +.fa-h-square::before { + content: "\f0fd"; } + +.fa-podcast::before { + content: "\f2ce"; } + +.fa-temperature-full::before { + content: "\f2c7"; } + +.fa-temperature-4::before { + content: "\f2c7"; } + +.fa-thermometer-4::before { + content: "\f2c7"; } + +.fa-thermometer-full::before { + content: "\f2c7"; } + +.fa-bell::before { + content: "\f0f3"; } + +.fa-superscript::before { + content: "\f12b"; } + +.fa-plug-circle-xmark::before { + content: "\e560"; } + +.fa-star-of-life::before { + content: "\f621"; } + +.fa-phone-slash::before { + content: "\f3dd"; } + +.fa-paint-roller::before { + content: "\f5aa"; } + +.fa-handshake-angle::before { + content: "\f4c4"; } + +.fa-hands-helping::before { + content: "\f4c4"; } + +.fa-location-dot::before { + content: "\f3c5"; } + +.fa-map-marker-alt::before { + content: "\f3c5"; } + +.fa-file::before { + content: "\f15b"; } + +.fa-greater-than::before { + content: "\3e"; } + +.fa-person-swimming::before { + content: "\f5c4"; } + +.fa-swimmer::before { + content: "\f5c4"; } + +.fa-arrow-down::before { + content: "\f063"; } + +.fa-droplet::before { + content: "\f043"; } + +.fa-tint::before { + content: "\f043"; } + +.fa-eraser::before { + content: "\f12d"; } + +.fa-earth-americas::before { + content: "\f57d"; } + +.fa-earth::before { + content: "\f57d"; } + +.fa-earth-america::before { + content: "\f57d"; } + +.fa-globe-americas::before { + content: "\f57d"; } + +.fa-person-burst::before { + content: "\e53b"; } + +.fa-dove::before { + content: "\f4ba"; } + +.fa-battery-empty::before { + content: "\f244"; } + +.fa-battery-0::before { + content: "\f244"; } + +.fa-socks::before { + content: "\f696"; } + +.fa-inbox::before { + content: "\f01c"; } + +.fa-section::before { + content: "\e447"; } + +.fa-gauge-high::before { + content: "\f625"; } + +.fa-tachometer-alt::before { + content: "\f625"; } + +.fa-tachometer-alt-fast::before { + content: "\f625"; } + +.fa-envelope-open-text::before { + content: "\f658"; } + +.fa-hospital::before { + content: "\f0f8"; } + +.fa-hospital-alt::before { + content: "\f0f8"; } + +.fa-hospital-wide::before { + content: "\f0f8"; } + +.fa-wine-bottle::before { + content: "\f72f"; } + +.fa-chess-rook::before { + content: "\f447"; } + +.fa-bars-staggered::before { + content: "\f550"; } + +.fa-reorder::before { + content: "\f550"; } + +.fa-stream::before { + content: "\f550"; } + +.fa-dharmachakra::before { + content: "\f655"; } + +.fa-hotdog::before { + content: "\f80f"; } + +.fa-person-walking-with-cane::before { + content: "\f29d"; } + +.fa-blind::before { + content: "\f29d"; } + +.fa-drum::before { + content: "\f569"; } + +.fa-ice-cream::before { + content: "\f810"; } + +.fa-heart-circle-bolt::before { + content: "\e4fc"; } + +.fa-fax::before { + content: "\f1ac"; } + +.fa-paragraph::before { + content: "\f1dd"; } + +.fa-check-to-slot::before { + content: "\f772"; } + +.fa-vote-yea::before { + content: "\f772"; } + +.fa-star-half::before { + content: "\f089"; } + +.fa-boxes-stacked::before { + content: "\f468"; } + +.fa-boxes::before { + content: "\f468"; } + +.fa-boxes-alt::before { + content: "\f468"; } + +.fa-link::before { + content: "\f0c1"; } + +.fa-chain::before { + content: "\f0c1"; } + +.fa-ear-listen::before { + content: "\f2a2"; } + +.fa-assistive-listening-systems::before { + content: "\f2a2"; } + +.fa-tree-city::before { + content: "\e587"; } + +.fa-play::before { + content: "\f04b"; } + +.fa-font::before { + content: "\f031"; } + +.fa-table-cells-row-lock::before { + content: "\e67a"; } + +.fa-rupiah-sign::before { + content: "\e23d"; } + +.fa-magnifying-glass::before { + content: "\f002"; } + +.fa-search::before { + content: "\f002"; } + +.fa-table-tennis-paddle-ball::before { + content: "\f45d"; } + +.fa-ping-pong-paddle-ball::before { + content: "\f45d"; } + +.fa-table-tennis::before { + content: "\f45d"; } + +.fa-person-dots-from-line::before { + content: "\f470"; } + +.fa-diagnoses::before { + content: "\f470"; } + +.fa-trash-can-arrow-up::before { + content: "\f82a"; } + +.fa-trash-restore-alt::before { + content: "\f82a"; } + +.fa-naira-sign::before { + content: "\e1f6"; } + +.fa-cart-arrow-down::before { + content: "\f218"; } + +.fa-walkie-talkie::before { + content: "\f8ef"; } + +.fa-file-pen::before { + content: "\f31c"; } + +.fa-file-edit::before { + content: "\f31c"; } + +.fa-receipt::before { + content: "\f543"; } + +.fa-square-pen::before { + content: "\f14b"; } + +.fa-pen-square::before { + content: "\f14b"; } + +.fa-pencil-square::before { + content: "\f14b"; } + +.fa-suitcase-rolling::before { + content: "\f5c1"; } + +.fa-person-circle-exclamation::before { + content: "\e53f"; } + +.fa-chevron-down::before { + content: "\f078"; } + +.fa-battery-full::before { + content: "\f240"; } + +.fa-battery::before { + content: "\f240"; } + +.fa-battery-5::before { + content: "\f240"; } + +.fa-skull-crossbones::before { + content: "\f714"; } + +.fa-code-compare::before { + content: "\e13a"; } + +.fa-list-ul::before { + content: "\f0ca"; } + +.fa-list-dots::before { + content: "\f0ca"; } + +.fa-school-lock::before { + content: "\e56f"; } + +.fa-tower-cell::before { + content: "\e585"; } + +.fa-down-long::before { + content: "\f309"; } + +.fa-long-arrow-alt-down::before { + content: "\f309"; } + +.fa-ranking-star::before { + content: "\e561"; } + +.fa-chess-king::before { + content: "\f43f"; } + +.fa-person-harassing::before { + content: "\e549"; } + +.fa-brazilian-real-sign::before { + content: "\e46c"; } + +.fa-landmark-dome::before { + content: "\f752"; } + +.fa-landmark-alt::before { + content: "\f752"; } + +.fa-arrow-up::before { + content: "\f062"; } + +.fa-tv::before { + content: "\f26c"; } + +.fa-television::before { + content: "\f26c"; } + +.fa-tv-alt::before { + content: "\f26c"; } + +.fa-shrimp::before { + content: "\e448"; } + +.fa-list-check::before { + content: "\f0ae"; } + +.fa-tasks::before { + content: "\f0ae"; } + +.fa-jug-detergent::before { + content: "\e519"; } + +.fa-circle-user::before { + content: "\f2bd"; } + +.fa-user-circle::before { + content: "\f2bd"; } + +.fa-user-shield::before { + content: "\f505"; } + +.fa-wind::before { + content: "\f72e"; } + +.fa-car-burst::before { + content: "\f5e1"; } + +.fa-car-crash::before { + content: "\f5e1"; } + +.fa-y::before { + content: "\59"; } + +.fa-person-snowboarding::before { + content: "\f7ce"; } + +.fa-snowboarding::before { + content: "\f7ce"; } + +.fa-truck-fast::before { + content: "\f48b"; } + +.fa-shipping-fast::before { + content: "\f48b"; } + +.fa-fish::before { + content: "\f578"; } + +.fa-user-graduate::before { + content: "\f501"; } + +.fa-circle-half-stroke::before { + content: "\f042"; } + +.fa-adjust::before { + content: "\f042"; } + +.fa-clapperboard::before { + content: "\e131"; } + +.fa-circle-radiation::before { + content: "\f7ba"; } + +.fa-radiation-alt::before { + content: "\f7ba"; } + +.fa-baseball::before { + content: "\f433"; } + +.fa-baseball-ball::before { + content: "\f433"; } + +.fa-jet-fighter-up::before { + content: "\e518"; } + +.fa-diagram-project::before { + content: "\f542"; } + +.fa-project-diagram::before { + content: "\f542"; } + +.fa-copy::before { + content: "\f0c5"; } + +.fa-volume-xmark::before { + content: "\f6a9"; } + +.fa-volume-mute::before { + content: "\f6a9"; } + +.fa-volume-times::before { + content: "\f6a9"; } + +.fa-hand-sparkles::before { + content: "\e05d"; } + +.fa-grip::before { + content: "\f58d"; } + +.fa-grip-horizontal::before { + content: "\f58d"; } + +.fa-share-from-square::before { + content: "\f14d"; } + +.fa-share-square::before { + content: "\f14d"; } + +.fa-child-combatant::before { + content: "\e4e0"; } + +.fa-child-rifle::before { + content: "\e4e0"; } + +.fa-gun::before { + content: "\e19b"; } + +.fa-square-phone::before { + content: "\f098"; } + +.fa-phone-square::before { + content: "\f098"; } + +.fa-plus::before { + content: "\2b"; } + +.fa-add::before { + content: "\2b"; } + +.fa-expand::before { + content: "\f065"; } + +.fa-computer::before { + content: "\e4e5"; } + +.fa-xmark::before { + content: "\f00d"; } + +.fa-close::before { + content: "\f00d"; } + +.fa-multiply::before { + content: "\f00d"; } + +.fa-remove::before { + content: "\f00d"; } + +.fa-times::before { + content: "\f00d"; } + +.fa-arrows-up-down-left-right::before { + content: "\f047"; } + +.fa-arrows::before { + content: "\f047"; } + +.fa-chalkboard-user::before { + content: "\f51c"; } + +.fa-chalkboard-teacher::before { + content: "\f51c"; } + +.fa-peso-sign::before { + content: "\e222"; } + +.fa-building-shield::before { + content: "\e4d8"; } + +.fa-baby::before { + content: "\f77c"; } + +.fa-users-line::before { + content: "\e592"; } + +.fa-quote-left::before { + content: "\f10d"; } + +.fa-quote-left-alt::before { + content: "\f10d"; } + +.fa-tractor::before { + content: "\f722"; } + +.fa-trash-arrow-up::before { + content: "\f829"; } + +.fa-trash-restore::before { + content: "\f829"; } + +.fa-arrow-down-up-lock::before { + content: "\e4b0"; } + +.fa-lines-leaning::before { + content: "\e51e"; } + +.fa-ruler-combined::before { + content: "\f546"; } + +.fa-copyright::before { + content: "\f1f9"; } + +.fa-equals::before { + content: "\3d"; } + +.fa-blender::before { + content: "\f517"; } + +.fa-teeth::before { + content: "\f62e"; } + +.fa-shekel-sign::before { + content: "\f20b"; } + +.fa-ils::before { + content: "\f20b"; } + +.fa-shekel::before { + content: "\f20b"; } + +.fa-sheqel::before { + content: "\f20b"; } + +.fa-sheqel-sign::before { + content: "\f20b"; } + +.fa-map::before { + content: "\f279"; } + +.fa-rocket::before { + content: "\f135"; } + +.fa-photo-film::before { + content: "\f87c"; } + +.fa-photo-video::before { + content: "\f87c"; } + +.fa-folder-minus::before { + content: "\f65d"; } + +.fa-store::before { + content: "\f54e"; } + +.fa-arrow-trend-up::before { + content: "\e098"; } + +.fa-plug-circle-minus::before { + content: "\e55e"; } + +.fa-sign-hanging::before { + content: "\f4d9"; } + +.fa-sign::before { + content: "\f4d9"; } + +.fa-bezier-curve::before { + content: "\f55b"; } + +.fa-bell-slash::before { + content: "\f1f6"; } + +.fa-tablet::before { + content: "\f3fb"; } + +.fa-tablet-android::before { + content: "\f3fb"; } + +.fa-school-flag::before { + content: "\e56e"; } + +.fa-fill::before { + content: "\f575"; } + +.fa-angle-up::before { + content: "\f106"; } + +.fa-drumstick-bite::before { + content: "\f6d7"; } + +.fa-holly-berry::before { + content: "\f7aa"; } + +.fa-chevron-left::before { + content: "\f053"; } + +.fa-bacteria::before { + content: "\e059"; } + +.fa-hand-lizard::before { + content: "\f258"; } + +.fa-notdef::before { + content: "\e1fe"; } + +.fa-disease::before { + content: "\f7fa"; } + +.fa-briefcase-medical::before { + content: "\f469"; } + +.fa-genderless::before { + content: "\f22d"; } + +.fa-chevron-right::before { + content: "\f054"; } + +.fa-retweet::before { + content: "\f079"; } + +.fa-car-rear::before { + content: "\f5de"; } + +.fa-car-alt::before { + content: "\f5de"; } + +.fa-pump-soap::before { + content: "\e06b"; } + +.fa-video-slash::before { + content: "\f4e2"; } + +.fa-battery-quarter::before { + content: "\f243"; } + +.fa-battery-2::before { + content: "\f243"; } + +.fa-radio::before { + content: "\f8d7"; } + +.fa-baby-carriage::before { + content: "\f77d"; } + +.fa-carriage-baby::before { + content: "\f77d"; } + +.fa-traffic-light::before { + content: "\f637"; } + +.fa-thermometer::before { + content: "\f491"; } + +.fa-vr-cardboard::before { + content: "\f729"; } + +.fa-hand-middle-finger::before { + content: "\f806"; } + +.fa-percent::before { + content: "\25"; } + +.fa-percentage::before { + content: "\25"; } + +.fa-truck-moving::before { + content: "\f4df"; } + +.fa-glass-water-droplet::before { + content: "\e4f5"; } + +.fa-display::before { + content: "\e163"; } + +.fa-face-smile::before { + content: "\f118"; } + +.fa-smile::before { + content: "\f118"; } + +.fa-thumbtack::before { + content: "\f08d"; } + +.fa-thumb-tack::before { + content: "\f08d"; } + +.fa-trophy::before { + content: "\f091"; } + +.fa-person-praying::before { + content: "\f683"; } + +.fa-pray::before { + content: "\f683"; } + +.fa-hammer::before { + content: "\f6e3"; } + +.fa-hand-peace::before { + content: "\f25b"; } + +.fa-rotate::before { + content: "\f2f1"; } + +.fa-sync-alt::before { + content: "\f2f1"; } + +.fa-spinner::before { + content: "\f110"; } + +.fa-robot::before { + content: "\f544"; } + +.fa-peace::before { + content: "\f67c"; } + +.fa-gears::before { + content: "\f085"; } + +.fa-cogs::before { + content: "\f085"; } + +.fa-warehouse::before { + content: "\f494"; } + +.fa-arrow-up-right-dots::before { + content: "\e4b7"; } + +.fa-splotch::before { + content: "\f5bc"; } + +.fa-face-grin-hearts::before { + content: "\f584"; } + +.fa-grin-hearts::before { + content: "\f584"; } + +.fa-dice-four::before { + content: "\f524"; } + +.fa-sim-card::before { + content: "\f7c4"; } + +.fa-transgender::before { + content: "\f225"; } + +.fa-transgender-alt::before { + content: "\f225"; } + +.fa-mercury::before { + content: "\f223"; } + +.fa-arrow-turn-down::before { + content: "\f149"; } + +.fa-level-down::before { + content: "\f149"; } + +.fa-person-falling-burst::before { + content: "\e547"; } + +.fa-award::before { + content: "\f559"; } + +.fa-ticket-simple::before { + content: "\f3ff"; } + +.fa-ticket-alt::before { + content: "\f3ff"; } + +.fa-building::before { + content: "\f1ad"; } + +.fa-angles-left::before { + content: "\f100"; } + +.fa-angle-double-left::before { + content: "\f100"; } + +.fa-qrcode::before { + content: "\f029"; } + +.fa-clock-rotate-left::before { + content: "\f1da"; } + +.fa-history::before { + content: "\f1da"; } + +.fa-face-grin-beam-sweat::before { + content: "\f583"; } + +.fa-grin-beam-sweat::before { + content: "\f583"; } + +.fa-file-export::before { + content: "\f56e"; } + +.fa-arrow-right-from-file::before { + content: "\f56e"; } + +.fa-shield::before { + content: "\f132"; } + +.fa-shield-blank::before { + content: "\f132"; } + +.fa-arrow-up-short-wide::before { + content: "\f885"; } + +.fa-sort-amount-up-alt::before { + content: "\f885"; } + +.fa-house-medical::before { + content: "\e3b2"; } + +.fa-golf-ball-tee::before { + content: "\f450"; } + +.fa-golf-ball::before { + content: "\f450"; } + +.fa-circle-chevron-left::before { + content: "\f137"; } + +.fa-chevron-circle-left::before { + content: "\f137"; } + +.fa-house-chimney-window::before { + content: "\e00d"; } + +.fa-pen-nib::before { + content: "\f5ad"; } + +.fa-tent-arrow-turn-left::before { + content: "\e580"; } + +.fa-tents::before { + content: "\e582"; } + +.fa-wand-magic::before { + content: "\f0d0"; } + +.fa-magic::before { + content: "\f0d0"; } + +.fa-dog::before { + content: "\f6d3"; } + +.fa-carrot::before { + content: "\f787"; } + +.fa-moon::before { + content: "\f186"; } + +.fa-wine-glass-empty::before { + content: "\f5ce"; } + +.fa-wine-glass-alt::before { + content: "\f5ce"; } + +.fa-cheese::before { + content: "\f7ef"; } + +.fa-yin-yang::before { + content: "\f6ad"; } + +.fa-music::before { + content: "\f001"; } + +.fa-code-commit::before { + content: "\f386"; } + +.fa-temperature-low::before { + content: "\f76b"; } + +.fa-person-biking::before { + content: "\f84a"; } + +.fa-biking::before { + content: "\f84a"; } + +.fa-broom::before { + content: "\f51a"; } + +.fa-shield-heart::before { + content: "\e574"; } + +.fa-gopuram::before { + content: "\f664"; } + +.fa-earth-oceania::before { + content: "\e47b"; } + +.fa-globe-oceania::before { + content: "\e47b"; } + +.fa-square-xmark::before { + content: "\f2d3"; } + +.fa-times-square::before { + content: "\f2d3"; } + +.fa-xmark-square::before { + content: "\f2d3"; } + +.fa-hashtag::before { + content: "\23"; } + +.fa-up-right-and-down-left-from-center::before { + content: "\f424"; } + +.fa-expand-alt::before { + content: "\f424"; } + +.fa-oil-can::before { + content: "\f613"; } + +.fa-t::before { + content: "\54"; } + +.fa-hippo::before { + content: "\f6ed"; } + +.fa-chart-column::before { + content: "\e0e3"; } + +.fa-infinity::before { + content: "\f534"; } + +.fa-vial-circle-check::before { + content: "\e596"; } + +.fa-person-arrow-down-to-line::before { + content: "\e538"; } + +.fa-voicemail::before { + content: "\f897"; } + +.fa-fan::before { + content: "\f863"; } + +.fa-person-walking-luggage::before { + content: "\e554"; } + +.fa-up-down::before { + content: "\f338"; } + +.fa-arrows-alt-v::before { + content: "\f338"; } + +.fa-cloud-moon-rain::before { + content: "\f73c"; } + +.fa-calendar::before { + content: "\f133"; } + +.fa-trailer::before { + content: "\e041"; } + +.fa-bahai::before { + content: "\f666"; } + +.fa-haykal::before { + content: "\f666"; } + +.fa-sd-card::before { + content: "\f7c2"; } + +.fa-dragon::before { + content: "\f6d5"; } + +.fa-shoe-prints::before { + content: "\f54b"; } + +.fa-circle-plus::before { + content: "\f055"; } + +.fa-plus-circle::before { + content: "\f055"; } + +.fa-face-grin-tongue-wink::before { + content: "\f58b"; } + +.fa-grin-tongue-wink::before { + content: "\f58b"; } + +.fa-hand-holding::before { + content: "\f4bd"; } + +.fa-plug-circle-exclamation::before { + content: "\e55d"; } + +.fa-link-slash::before { + content: "\f127"; } + +.fa-chain-broken::before { + content: "\f127"; } + +.fa-chain-slash::before { + content: "\f127"; } + +.fa-unlink::before { + content: "\f127"; } + +.fa-clone::before { + content: "\f24d"; } + +.fa-person-walking-arrow-loop-left::before { + content: "\e551"; } + +.fa-arrow-up-z-a::before { + content: "\f882"; } + +.fa-sort-alpha-up-alt::before { + content: "\f882"; } + +.fa-fire-flame-curved::before { + content: "\f7e4"; } + +.fa-fire-alt::before { + content: "\f7e4"; } + +.fa-tornado::before { + content: "\f76f"; } + +.fa-file-circle-plus::before { + content: "\e494"; } + +.fa-book-quran::before { + content: "\f687"; } + +.fa-quran::before { + content: "\f687"; } + +.fa-anchor::before { + content: "\f13d"; } + +.fa-border-all::before { + content: "\f84c"; } + +.fa-face-angry::before { + content: "\f556"; } + +.fa-angry::before { + content: "\f556"; } + +.fa-cookie-bite::before { + content: "\f564"; } + +.fa-arrow-trend-down::before { + content: "\e097"; } + +.fa-rss::before { + content: "\f09e"; } + +.fa-feed::before { + content: "\f09e"; } + +.fa-draw-polygon::before { + content: "\f5ee"; } + +.fa-scale-balanced::before { + content: "\f24e"; } + +.fa-balance-scale::before { + content: "\f24e"; } + +.fa-gauge-simple-high::before { + content: "\f62a"; } + +.fa-tachometer::before { + content: "\f62a"; } + +.fa-tachometer-fast::before { + content: "\f62a"; } + +.fa-shower::before { + content: "\f2cc"; } + +.fa-desktop::before { + content: "\f390"; } + +.fa-desktop-alt::before { + content: "\f390"; } + +.fa-m::before { + content: "\4d"; } + +.fa-table-list::before { + content: "\f00b"; } + +.fa-th-list::before { + content: "\f00b"; } + +.fa-comment-sms::before { + content: "\f7cd"; } + +.fa-sms::before { + content: "\f7cd"; } + +.fa-book::before { + content: "\f02d"; } + +.fa-user-plus::before { + content: "\f234"; } + +.fa-check::before { + content: "\f00c"; } + +.fa-battery-three-quarters::before { + content: "\f241"; } + +.fa-battery-4::before { + content: "\f241"; } + +.fa-house-circle-check::before { + content: "\e509"; } + +.fa-angle-left::before { + content: "\f104"; } + +.fa-diagram-successor::before { + content: "\e47a"; } + +.fa-truck-arrow-right::before { + content: "\e58b"; } + +.fa-arrows-split-up-and-left::before { + content: "\e4bc"; } + +.fa-hand-fist::before { + content: "\f6de"; } + +.fa-fist-raised::before { + content: "\f6de"; } + +.fa-cloud-moon::before { + content: "\f6c3"; } + +.fa-briefcase::before { + content: "\f0b1"; } + +.fa-person-falling::before { + content: "\e546"; } + +.fa-image-portrait::before { + content: "\f3e0"; } + +.fa-portrait::before { + content: "\f3e0"; } + +.fa-user-tag::before { + content: "\f507"; } + +.fa-rug::before { + content: "\e569"; } + +.fa-earth-europe::before { + content: "\f7a2"; } + +.fa-globe-europe::before { + content: "\f7a2"; } + +.fa-cart-flatbed-suitcase::before { + content: "\f59d"; } + +.fa-luggage-cart::before { + content: "\f59d"; } + +.fa-rectangle-xmark::before { + content: "\f410"; } + +.fa-rectangle-times::before { + content: "\f410"; } + +.fa-times-rectangle::before { + content: "\f410"; } + +.fa-window-close::before { + content: "\f410"; } + +.fa-baht-sign::before { + content: "\e0ac"; } + +.fa-book-open::before { + content: "\f518"; } + +.fa-book-journal-whills::before { + content: "\f66a"; } + +.fa-journal-whills::before { + content: "\f66a"; } + +.fa-handcuffs::before { + content: "\e4f8"; } + +.fa-triangle-exclamation::before { + content: "\f071"; } + +.fa-exclamation-triangle::before { + content: "\f071"; } + +.fa-warning::before { + content: "\f071"; } + +.fa-database::before { + content: "\f1c0"; } + +.fa-share::before { + content: "\f064"; } + +.fa-mail-forward::before { + content: "\f064"; } + +.fa-bottle-droplet::before { + content: "\e4c4"; } + +.fa-mask-face::before { + content: "\e1d7"; } + +.fa-hill-rockslide::before { + content: "\e508"; } + +.fa-right-left::before { + content: "\f362"; } + +.fa-exchange-alt::before { + content: "\f362"; } + +.fa-paper-plane::before { + content: "\f1d8"; } + +.fa-road-circle-exclamation::before { + content: "\e565"; } + +.fa-dungeon::before { + content: "\f6d9"; } + +.fa-align-right::before { + content: "\f038"; } + +.fa-money-bill-1-wave::before { + content: "\f53b"; } + +.fa-money-bill-wave-alt::before { + content: "\f53b"; } + +.fa-life-ring::before { + content: "\f1cd"; } + +.fa-hands::before { + content: "\f2a7"; } + +.fa-sign-language::before { + content: "\f2a7"; } + +.fa-signing::before { + content: "\f2a7"; } + +.fa-calendar-day::before { + content: "\f783"; } + +.fa-water-ladder::before { + content: "\f5c5"; } + +.fa-ladder-water::before { + content: "\f5c5"; } + +.fa-swimming-pool::before { + content: "\f5c5"; } + +.fa-arrows-up-down::before { + content: "\f07d"; } + +.fa-arrows-v::before { + content: "\f07d"; } + +.fa-face-grimace::before { + content: "\f57f"; } + +.fa-grimace::before { + content: "\f57f"; } + +.fa-wheelchair-move::before { + content: "\e2ce"; } + +.fa-wheelchair-alt::before { + content: "\e2ce"; } + +.fa-turn-down::before { + content: "\f3be"; } + +.fa-level-down-alt::before { + content: "\f3be"; } + +.fa-person-walking-arrow-right::before { + content: "\e552"; } + +.fa-square-envelope::before { + content: "\f199"; } + +.fa-envelope-square::before { + content: "\f199"; } + +.fa-dice::before { + content: "\f522"; } + +.fa-bowling-ball::before { + content: "\f436"; } + +.fa-brain::before { + content: "\f5dc"; } + +.fa-bandage::before { + content: "\f462"; } + +.fa-band-aid::before { + content: "\f462"; } + +.fa-calendar-minus::before { + content: "\f272"; } + +.fa-circle-xmark::before { + content: "\f057"; } + +.fa-times-circle::before { + content: "\f057"; } + +.fa-xmark-circle::before { + content: "\f057"; } + +.fa-gifts::before { + content: "\f79c"; } + +.fa-hotel::before { + content: "\f594"; } + +.fa-earth-asia::before { + content: "\f57e"; } + +.fa-globe-asia::before { + content: "\f57e"; } + +.fa-id-card-clip::before { + content: "\f47f"; } + +.fa-id-card-alt::before { + content: "\f47f"; } + +.fa-magnifying-glass-plus::before { + content: "\f00e"; } + +.fa-search-plus::before { + content: "\f00e"; } + +.fa-thumbs-up::before { + content: "\f164"; } + +.fa-user-clock::before { + content: "\f4fd"; } + +.fa-hand-dots::before { + content: "\f461"; } + +.fa-allergies::before { + content: "\f461"; } + +.fa-file-invoice::before { + content: "\f570"; } + +.fa-window-minimize::before { + content: "\f2d1"; } + +.fa-mug-saucer::before { + content: "\f0f4"; } + +.fa-coffee::before { + content: "\f0f4"; } + +.fa-brush::before { + content: "\f55d"; } + +.fa-mask::before { + content: "\f6fa"; } + +.fa-magnifying-glass-minus::before { + content: "\f010"; } + +.fa-search-minus::before { + content: "\f010"; } + +.fa-ruler-vertical::before { + content: "\f548"; } + +.fa-user-large::before { + content: "\f406"; } + +.fa-user-alt::before { + content: "\f406"; } + +.fa-train-tram::before { + content: "\e5b4"; } + +.fa-user-nurse::before { + content: "\f82f"; } + +.fa-syringe::before { + content: "\f48e"; } + +.fa-cloud-sun::before { + content: "\f6c4"; } + +.fa-stopwatch-20::before { + content: "\e06f"; } + +.fa-square-full::before { + content: "\f45c"; } + +.fa-magnet::before { + content: "\f076"; } + +.fa-jar::before { + content: "\e516"; } + +.fa-note-sticky::before { + content: "\f249"; } + +.fa-sticky-note::before { + content: "\f249"; } + +.fa-bug-slash::before { + content: "\e490"; } + +.fa-arrow-up-from-water-pump::before { + content: "\e4b6"; } + +.fa-bone::before { + content: "\f5d7"; } + +.fa-table-cells-row-unlock::before { + content: "\e691"; } + +.fa-user-injured::before { + content: "\f728"; } + +.fa-face-sad-tear::before { + content: "\f5b4"; } + +.fa-sad-tear::before { + content: "\f5b4"; } + +.fa-plane::before { + content: "\f072"; } + +.fa-tent-arrows-down::before { + content: "\e581"; } + +.fa-exclamation::before { + content: "\21"; } + +.fa-arrows-spin::before { + content: "\e4bb"; } + +.fa-print::before { + content: "\f02f"; } + +.fa-turkish-lira-sign::before { + content: "\e2bb"; } + +.fa-try::before { + content: "\e2bb"; } + +.fa-turkish-lira::before { + content: "\e2bb"; } + +.fa-dollar-sign::before { + content: "\24"; } + +.fa-dollar::before { + content: "\24"; } + +.fa-usd::before { + content: "\24"; } + +.fa-x::before { + content: "\58"; } + +.fa-magnifying-glass-dollar::before { + content: "\f688"; } + +.fa-search-dollar::before { + content: "\f688"; } + +.fa-users-gear::before { + content: "\f509"; } + +.fa-users-cog::before { + content: "\f509"; } + +.fa-person-military-pointing::before { + content: "\e54a"; } + +.fa-building-columns::before { + content: "\f19c"; } + +.fa-bank::before { + content: "\f19c"; } + +.fa-institution::before { + content: "\f19c"; } + +.fa-museum::before { + content: "\f19c"; } + +.fa-university::before { + content: "\f19c"; } + +.fa-umbrella::before { + content: "\f0e9"; } + +.fa-trowel::before { + content: "\e589"; } + +.fa-d::before { + content: "\44"; } + +.fa-stapler::before { + content: "\e5af"; } + +.fa-masks-theater::before { + content: "\f630"; } + +.fa-theater-masks::before { + content: "\f630"; } + +.fa-kip-sign::before { + content: "\e1c4"; } + +.fa-hand-point-left::before { + content: "\f0a5"; } + +.fa-handshake-simple::before { + content: "\f4c6"; } + +.fa-handshake-alt::before { + content: "\f4c6"; } + +.fa-jet-fighter::before { + content: "\f0fb"; } + +.fa-fighter-jet::before { + content: "\f0fb"; } + +.fa-square-share-nodes::before { + content: "\f1e1"; } + +.fa-share-alt-square::before { + content: "\f1e1"; } + +.fa-barcode::before { + content: "\f02a"; } + +.fa-plus-minus::before { + content: "\e43c"; } + +.fa-video::before { + content: "\f03d"; } + +.fa-video-camera::before { + content: "\f03d"; } + +.fa-graduation-cap::before { + content: "\f19d"; } + +.fa-mortar-board::before { + content: "\f19d"; } + +.fa-hand-holding-medical::before { + content: "\e05c"; } + +.fa-person-circle-check::before { + content: "\e53e"; } + +.fa-turn-up::before { + content: "\f3bf"; } + +.fa-level-up-alt::before { + content: "\f3bf"; } + +.sr-only, +.fa-sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } + +.sr-only-focusable:not(:focus), +.fa-sr-only-focusable:not(:focus) { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } diff --git a/lib/fontawesome-free-6.6.0-web/css/fontawesome.min.css b/lib/fontawesome-free-6.6.0-web/css/fontawesome.min.css new file mode 100644 index 0000000..e949285 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/fontawesome.min.css @@ -0,0 +1,9 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp-solid,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)} + +.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-thumb-tack-slash:before,.fa-thumbtack-slash:before{content:"\e68f"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-table-cells-column-lock:before{content:"\e678"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-table-cells-row-lock:before{content:"\e67a"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-table-cells-row-unlock:before{content:"\e691"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"} +.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0} \ No newline at end of file diff --git a/lib/fontawesome-free-6.6.0-web/css/regular.css b/lib/fontawesome-free-6.6.0-web/css/regular.css new file mode 100644 index 0000000..46d33e7 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/regular.css @@ -0,0 +1,19 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +:root, :host { + --fa-style-family-classic: 'Font Awesome 6 Free'; + --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; } + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); } + +.far, +.fa-regular { + font-weight: 400; } diff --git a/lib/fontawesome-free-6.6.0-web/css/regular.min.css b/lib/fontawesome-free-6.6.0-web/css/regular.min.css new file mode 100644 index 0000000..2b94e44 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/regular.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400} \ No newline at end of file diff --git a/lib/fontawesome-free-6.6.0-web/css/solid.css b/lib/fontawesome-free-6.6.0-web/css/solid.css new file mode 100644 index 0000000..896a326 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/solid.css @@ -0,0 +1,19 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +:root, :host { + --fa-style-family-classic: 'Font Awesome 6 Free'; + --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; } + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 900; + font-display: block; + src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } + +.fas, +.fa-solid { + font-weight: 900; } diff --git a/lib/fontawesome-free-6.6.0-web/css/solid.min.css b/lib/fontawesome-free-6.6.0-web/css/solid.min.css new file mode 100644 index 0000000..eab276e --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/solid.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900} \ No newline at end of file diff --git a/lib/fontawesome-free-6.6.0-web/css/svg-with-js.css b/lib/fontawesome-free-6.6.0-web/css/svg-with-js.css new file mode 100644 index 0000000..f7245f6 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/svg-with-js.css @@ -0,0 +1,459 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +:root, :host { + --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; + --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; + --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro'; + --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro'; + --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone'; + --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; + --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp'; + --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp'; + --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp'; + --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp'; + --fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 6 Sharp Duotone'; } + +svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa { + overflow: visible; + box-sizing: content-box; } + +.svg-inline--fa { + display: var(--fa-display, inline-block); + height: 1em; + overflow: visible; + vertical-align: -.125em; } + .svg-inline--fa.fa-2xs { + vertical-align: 0.1em; } + .svg-inline--fa.fa-xs { + vertical-align: 0em; } + .svg-inline--fa.fa-sm { + vertical-align: -0.07143em; } + .svg-inline--fa.fa-lg { + vertical-align: -0.2em; } + .svg-inline--fa.fa-xl { + vertical-align: -0.25em; } + .svg-inline--fa.fa-2xl { + vertical-align: -0.3125em; } + .svg-inline--fa.fa-pull-left { + margin-right: var(--fa-pull-margin, 0.3em); + width: auto; } + .svg-inline--fa.fa-pull-right { + margin-left: var(--fa-pull-margin, 0.3em); + width: auto; } + .svg-inline--fa.fa-li { + width: var(--fa-li-width, 2em); + top: 0.25em; } + .svg-inline--fa.fa-fw { + width: var(--fa-fw-width, 1.25em); } + +.fa-layers svg.svg-inline--fa { + bottom: 0; + left: 0; + margin: auto; + position: absolute; + right: 0; + top: 0; } + +.fa-layers-text, .fa-layers-counter { + display: inline-block; + position: absolute; + text-align: center; } + +.fa-layers { + display: inline-block; + height: 1em; + position: relative; + text-align: center; + vertical-align: -.125em; + width: 1em; } + .fa-layers svg.svg-inline--fa { + transform-origin: center center; } + +.fa-layers-text { + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + transform-origin: center center; } + +.fa-layers-counter { + background-color: var(--fa-counter-background-color, #ff253a); + border-radius: var(--fa-counter-border-radius, 1em); + box-sizing: border-box; + color: var(--fa-inverse, #fff); + line-height: var(--fa-counter-line-height, 1); + max-width: var(--fa-counter-max-width, 5em); + min-width: var(--fa-counter-min-width, 1.5em); + overflow: hidden; + padding: var(--fa-counter-padding, 0.25em 0.5em); + right: var(--fa-right, 0); + text-overflow: ellipsis; + top: var(--fa-top, 0); + transform: scale(var(--fa-counter-scale, 0.25)); + transform-origin: top right; } + +.fa-layers-bottom-right { + bottom: var(--fa-bottom, 0); + right: var(--fa-right, 0); + top: auto; + transform: scale(var(--fa-layers-scale, 0.25)); + transform-origin: bottom right; } + +.fa-layers-bottom-left { + bottom: var(--fa-bottom, 0); + left: var(--fa-left, 0); + right: auto; + top: auto; + transform: scale(var(--fa-layers-scale, 0.25)); + transform-origin: bottom left; } + +.fa-layers-top-right { + top: var(--fa-top, 0); + right: var(--fa-right, 0); + transform: scale(var(--fa-layers-scale, 0.25)); + transform-origin: top right; } + +.fa-layers-top-left { + left: var(--fa-left, 0); + right: auto; + top: var(--fa-top, 0); + transform: scale(var(--fa-layers-scale, 0.25)); + transform-origin: top left; } + +.fa-1x { + font-size: 1em; } + +.fa-2x { + font-size: 2em; } + +.fa-3x { + font-size: 3em; } + +.fa-4x { + font-size: 4em; } + +.fa-5x { + font-size: 5em; } + +.fa-6x { + font-size: 6em; } + +.fa-7x { + font-size: 7em; } + +.fa-8x { + font-size: 8em; } + +.fa-9x { + font-size: 9em; } + +.fa-10x { + font-size: 10em; } + +.fa-2xs { + font-size: 0.625em; + line-height: 0.1em; + vertical-align: 0.225em; } + +.fa-xs { + font-size: 0.75em; + line-height: 0.08333em; + vertical-align: 0.125em; } + +.fa-sm { + font-size: 0.875em; + line-height: 0.07143em; + vertical-align: 0.05357em; } + +.fa-lg { + font-size: 1.25em; + line-height: 0.05em; + vertical-align: -0.075em; } + +.fa-xl { + font-size: 1.5em; + line-height: 0.04167em; + vertical-align: -0.125em; } + +.fa-2xl { + font-size: 2em; + line-height: 0.03125em; + vertical-align: -0.1875em; } + +.fa-fw { + text-align: center; + width: 1.25em; } + +.fa-ul { + list-style-type: none; + margin-left: var(--fa-li-margin, 2.5em); + padding-left: 0; } + .fa-ul > li { + position: relative; } + +.fa-li { + left: calc(-1 * var(--fa-li-width, 2em)); + position: absolute; + text-align: center; + width: var(--fa-li-width, 2em); + line-height: inherit; } + +.fa-border { + border-color: var(--fa-border-color, #eee); + border-radius: var(--fa-border-radius, 0.1em); + border-style: var(--fa-border-style, solid); + border-width: var(--fa-border-width, 0.08em); + padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } + +.fa-pull-left { + float: left; + margin-right: var(--fa-pull-margin, 0.3em); } + +.fa-pull-right { + float: right; + margin-left: var(--fa-pull-margin, 0.3em); } + +.fa-beat { + animation-name: fa-beat; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-bounce { + animation-name: fa-bounce; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } + +.fa-fade { + animation-name: fa-fade; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-beat-fade { + animation-name: fa-beat-fade; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-flip { + animation-name: fa-flip; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-shake { + animation-name: fa-shake; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin { + animation-name: fa-spin; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 2s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin-reverse { + --fa-animation-direction: reverse; } + +.fa-pulse, +.fa-spin-pulse { + animation-name: fa-spin; + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, steps(8)); } + +@media (prefers-reduced-motion: reduce) { + .fa-beat, + .fa-bounce, + .fa-fade, + .fa-beat-fade, + .fa-flip, + .fa-pulse, + .fa-shake, + .fa-spin, + .fa-spin-pulse { + animation-delay: -1ms; + animation-duration: 1ms; + animation-iteration-count: 1; + transition-delay: 0s; + transition-duration: 0s; } } + +@keyframes fa-beat { + 0%, 90% { + transform: scale(1); } + 45% { + transform: scale(var(--fa-beat-scale, 1.25)); } } + +@keyframes fa-bounce { + 0% { + transform: scale(1, 1) translateY(0); } + 10% { + transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { + transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } + 50% { + transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { + transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } + 64% { + transform: scale(1, 1) translateY(0); } + 100% { + transform: scale(1, 1) translateY(0); } } + +@keyframes fa-fade { + 50% { + opacity: var(--fa-fade-opacity, 0.4); } } + +@keyframes fa-beat-fade { + 0%, 100% { + opacity: var(--fa-beat-fade-opacity, 0.4); + transform: scale(1); } + 50% { + opacity: 1; + transform: scale(var(--fa-beat-fade-scale, 1.125)); } } + +@keyframes fa-flip { + 50% { + transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } + +@keyframes fa-shake { + 0% { + transform: rotate(-15deg); } + 4% { + transform: rotate(15deg); } + 8%, 24% { + transform: rotate(-18deg); } + 12%, 28% { + transform: rotate(18deg); } + 16% { + transform: rotate(-22deg); } + 20% { + transform: rotate(22deg); } + 32% { + transform: rotate(-12deg); } + 36% { + transform: rotate(12deg); } + 40%, 100% { + transform: rotate(0deg); } } + +@keyframes fa-spin { + 0% { + transform: rotate(0deg); } + 100% { + transform: rotate(360deg); } } + +.fa-rotate-90 { + transform: rotate(90deg); } + +.fa-rotate-180 { + transform: rotate(180deg); } + +.fa-rotate-270 { + transform: rotate(270deg); } + +.fa-flip-horizontal { + transform: scale(-1, 1); } + +.fa-flip-vertical { + transform: scale(1, -1); } + +.fa-flip-both, +.fa-flip-horizontal.fa-flip-vertical { + transform: scale(-1, -1); } + +.fa-rotate-by { + transform: rotate(var(--fa-rotate-angle, 0)); } + +.fa-stack { + display: inline-block; + vertical-align: middle; + height: 2em; + position: relative; + width: 2.5em; } + +.fa-stack-1x, +.fa-stack-2x { + bottom: 0; + left: 0; + margin: auto; + position: absolute; + right: 0; + top: 0; + z-index: var(--fa-stack-z-index, auto); } + +.svg-inline--fa.fa-stack-1x { + height: 1em; + width: 1.25em; } + +.svg-inline--fa.fa-stack-2x { + height: 2em; + width: 2.5em; } + +.fa-inverse { + color: var(--fa-inverse, #fff); } + +.sr-only, +.fa-sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } + +.sr-only-focusable:not(:focus), +.fa-sr-only-focusable:not(:focus) { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } + +.svg-inline--fa .fa-primary { + fill: var(--fa-primary-color, currentColor); + opacity: var(--fa-primary-opacity, 1); } + +.svg-inline--fa .fa-secondary { + fill: var(--fa-secondary-color, currentColor); + opacity: var(--fa-secondary-opacity, 0.4); } + +.svg-inline--fa.fa-swap-opacity .fa-primary { + opacity: var(--fa-secondary-opacity, 0.4); } + +.svg-inline--fa.fa-swap-opacity .fa-secondary { + opacity: var(--fa-primary-opacity, 1); } + +.svg-inline--fa mask .fa-primary, +.svg-inline--fa mask .fa-secondary { + fill: black; } + +.fad.fa-inverse, +.fa-duotone.fa-inverse { + color: var(--fa-inverse, #fff); } diff --git a/lib/fontawesome-free-6.6.0-web/css/svg-with-js.min.css b/lib/fontawesome-free-6.6.0-web/css/svg-with-js.min.css new file mode 100644 index 0000000..2dfa32b --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/svg-with-js.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Pro";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-thin:normal 100 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-duotone-solid:normal 900 1em/1 "Font Awesome 6 Sharp Duotone"}svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible;box-sizing:initial}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.07143em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)} \ No newline at end of file diff --git a/lib/fontawesome-free-6.6.0-web/css/v4-font-face.css b/lib/fontawesome-free-6.6.0-web/css/v4-font-face.css new file mode 100644 index 0000000..de04981 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/v4-font-face.css @@ -0,0 +1,26 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } + +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } + +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); + unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; } + +@font-face { + font-family: 'FontAwesome'; + font-display: block; + src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype"); + unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; } diff --git a/lib/fontawesome-free-6.6.0-web/css/v4-font-face.min.css b/lib/fontawesome-free-6.6.0-web/css/v4-font-face.min.css new file mode 100644 index 0000000..fd452b2 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/v4-font-face.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a} \ No newline at end of file diff --git a/lib/fontawesome-free-6.6.0-web/css/v4-shims.css b/lib/fontawesome-free-6.6.0-web/css/v4-shims.css new file mode 100644 index 0000000..239be56 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/v4-shims.css @@ -0,0 +1,2194 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +.fa.fa-glass:before { + content: "\f000"; } + +.fa.fa-envelope-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-envelope-o:before { + content: "\f0e0"; } + +.fa.fa-star-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-star-o:before { + content: "\f005"; } + +.fa.fa-remove:before { + content: "\f00d"; } + +.fa.fa-close:before { + content: "\f00d"; } + +.fa.fa-gear:before { + content: "\f013"; } + +.fa.fa-trash-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-trash-o:before { + content: "\f2ed"; } + +.fa.fa-home:before { + content: "\f015"; } + +.fa.fa-file-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-o:before { + content: "\f15b"; } + +.fa.fa-clock-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-clock-o:before { + content: "\f017"; } + +.fa.fa-arrow-circle-o-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-arrow-circle-o-down:before { + content: "\f358"; } + +.fa.fa-arrow-circle-o-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-arrow-circle-o-up:before { + content: "\f35b"; } + +.fa.fa-play-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-play-circle-o:before { + content: "\f144"; } + +.fa.fa-repeat:before { + content: "\f01e"; } + +.fa.fa-rotate-right:before { + content: "\f01e"; } + +.fa.fa-refresh:before { + content: "\f021"; } + +.fa.fa-list-alt { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-list-alt:before { + content: "\f022"; } + +.fa.fa-dedent:before { + content: "\f03b"; } + +.fa.fa-video-camera:before { + content: "\f03d"; } + +.fa.fa-picture-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-picture-o:before { + content: "\f03e"; } + +.fa.fa-photo { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-photo:before { + content: "\f03e"; } + +.fa.fa-image { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-image:before { + content: "\f03e"; } + +.fa.fa-map-marker:before { + content: "\f3c5"; } + +.fa.fa-pencil-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-pencil-square-o:before { + content: "\f044"; } + +.fa.fa-edit { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-edit:before { + content: "\f044"; } + +.fa.fa-share-square-o:before { + content: "\f14d"; } + +.fa.fa-check-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-check-square-o:before { + content: "\f14a"; } + +.fa.fa-arrows:before { + content: "\f0b2"; } + +.fa.fa-times-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-times-circle-o:before { + content: "\f057"; } + +.fa.fa-check-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-check-circle-o:before { + content: "\f058"; } + +.fa.fa-mail-forward:before { + content: "\f064"; } + +.fa.fa-expand:before { + content: "\f424"; } + +.fa.fa-compress:before { + content: "\f422"; } + +.fa.fa-eye { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-eye-slash { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-warning:before { + content: "\f071"; } + +.fa.fa-calendar:before { + content: "\f073"; } + +.fa.fa-arrows-v:before { + content: "\f338"; } + +.fa.fa-arrows-h:before { + content: "\f337"; } + +.fa.fa-bar-chart:before { + content: "\e0e3"; } + +.fa.fa-bar-chart-o:before { + content: "\e0e3"; } + +.fa.fa-twitter-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-twitter-square:before { + content: "\f081"; } + +.fa.fa-facebook-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-facebook-square:before { + content: "\f082"; } + +.fa.fa-gears:before { + content: "\f085"; } + +.fa.fa-thumbs-o-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-thumbs-o-up:before { + content: "\f164"; } + +.fa.fa-thumbs-o-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-thumbs-o-down:before { + content: "\f165"; } + +.fa.fa-heart-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-heart-o:before { + content: "\f004"; } + +.fa.fa-sign-out:before { + content: "\f2f5"; } + +.fa.fa-linkedin-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-linkedin-square:before { + content: "\f08c"; } + +.fa.fa-thumb-tack:before { + content: "\f08d"; } + +.fa.fa-external-link:before { + content: "\f35d"; } + +.fa.fa-sign-in:before { + content: "\f2f6"; } + +.fa.fa-github-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-github-square:before { + content: "\f092"; } + +.fa.fa-lemon-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-lemon-o:before { + content: "\f094"; } + +.fa.fa-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-square-o:before { + content: "\f0c8"; } + +.fa.fa-bookmark-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-bookmark-o:before { + content: "\f02e"; } + +.fa.fa-twitter { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-facebook { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-facebook:before { + content: "\f39e"; } + +.fa.fa-facebook-f { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-facebook-f:before { + content: "\f39e"; } + +.fa.fa-github { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-credit-card { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-feed:before { + content: "\f09e"; } + +.fa.fa-hdd-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hdd-o:before { + content: "\f0a0"; } + +.fa.fa-hand-o-right { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-o-right:before { + content: "\f0a4"; } + +.fa.fa-hand-o-left { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-o-left:before { + content: "\f0a5"; } + +.fa.fa-hand-o-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-o-up:before { + content: "\f0a6"; } + +.fa.fa-hand-o-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-o-down:before { + content: "\f0a7"; } + +.fa.fa-globe:before { + content: "\f57d"; } + +.fa.fa-tasks:before { + content: "\f828"; } + +.fa.fa-arrows-alt:before { + content: "\f31e"; } + +.fa.fa-group:before { + content: "\f0c0"; } + +.fa.fa-chain:before { + content: "\f0c1"; } + +.fa.fa-cut:before { + content: "\f0c4"; } + +.fa.fa-files-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-files-o:before { + content: "\f0c5"; } + +.fa.fa-floppy-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-floppy-o:before { + content: "\f0c7"; } + +.fa.fa-save { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-save:before { + content: "\f0c7"; } + +.fa.fa-navicon:before { + content: "\f0c9"; } + +.fa.fa-reorder:before { + content: "\f0c9"; } + +.fa.fa-magic:before { + content: "\e2ca"; } + +.fa.fa-pinterest { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-pinterest-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-pinterest-square:before { + content: "\f0d3"; } + +.fa.fa-google-plus-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-google-plus-square:before { + content: "\f0d4"; } + +.fa.fa-google-plus { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-google-plus:before { + content: "\f0d5"; } + +.fa.fa-money:before { + content: "\f3d1"; } + +.fa.fa-unsorted:before { + content: "\f0dc"; } + +.fa.fa-sort-desc:before { + content: "\f0dd"; } + +.fa.fa-sort-asc:before { + content: "\f0de"; } + +.fa.fa-linkedin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-linkedin:before { + content: "\f0e1"; } + +.fa.fa-rotate-left:before { + content: "\f0e2"; } + +.fa.fa-legal:before { + content: "\f0e3"; } + +.fa.fa-tachometer:before { + content: "\f625"; } + +.fa.fa-dashboard:before { + content: "\f625"; } + +.fa.fa-comment-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-comment-o:before { + content: "\f075"; } + +.fa.fa-comments-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-comments-o:before { + content: "\f086"; } + +.fa.fa-flash:before { + content: "\f0e7"; } + +.fa.fa-clipboard:before { + content: "\f0ea"; } + +.fa.fa-lightbulb-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-lightbulb-o:before { + content: "\f0eb"; } + +.fa.fa-exchange:before { + content: "\f362"; } + +.fa.fa-cloud-download:before { + content: "\f0ed"; } + +.fa.fa-cloud-upload:before { + content: "\f0ee"; } + +.fa.fa-bell-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-bell-o:before { + content: "\f0f3"; } + +.fa.fa-cutlery:before { + content: "\f2e7"; } + +.fa.fa-file-text-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-text-o:before { + content: "\f15c"; } + +.fa.fa-building-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-building-o:before { + content: "\f1ad"; } + +.fa.fa-hospital-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hospital-o:before { + content: "\f0f8"; } + +.fa.fa-tablet:before { + content: "\f3fa"; } + +.fa.fa-mobile:before { + content: "\f3cd"; } + +.fa.fa-mobile-phone:before { + content: "\f3cd"; } + +.fa.fa-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-circle-o:before { + content: "\f111"; } + +.fa.fa-mail-reply:before { + content: "\f3e5"; } + +.fa.fa-github-alt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-folder-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-folder-o:before { + content: "\f07b"; } + +.fa.fa-folder-open-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-folder-open-o:before { + content: "\f07c"; } + +.fa.fa-smile-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-smile-o:before { + content: "\f118"; } + +.fa.fa-frown-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-frown-o:before { + content: "\f119"; } + +.fa.fa-meh-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-meh-o:before { + content: "\f11a"; } + +.fa.fa-keyboard-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-keyboard-o:before { + content: "\f11c"; } + +.fa.fa-flag-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-flag-o:before { + content: "\f024"; } + +.fa.fa-mail-reply-all:before { + content: "\f122"; } + +.fa.fa-star-half-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-star-half-o:before { + content: "\f5c0"; } + +.fa.fa-star-half-empty { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-star-half-empty:before { + content: "\f5c0"; } + +.fa.fa-star-half-full { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-star-half-full:before { + content: "\f5c0"; } + +.fa.fa-code-fork:before { + content: "\f126"; } + +.fa.fa-chain-broken:before { + content: "\f127"; } + +.fa.fa-unlink:before { + content: "\f127"; } + +.fa.fa-calendar-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-calendar-o:before { + content: "\f133"; } + +.fa.fa-maxcdn { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-html5 { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-css3 { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-unlock-alt:before { + content: "\f09c"; } + +.fa.fa-minus-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-minus-square-o:before { + content: "\f146"; } + +.fa.fa-level-up:before { + content: "\f3bf"; } + +.fa.fa-level-down:before { + content: "\f3be"; } + +.fa.fa-pencil-square:before { + content: "\f14b"; } + +.fa.fa-external-link-square:before { + content: "\f360"; } + +.fa.fa-compass { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-caret-square-o-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-caret-square-o-down:before { + content: "\f150"; } + +.fa.fa-toggle-down { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-toggle-down:before { + content: "\f150"; } + +.fa.fa-caret-square-o-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-caret-square-o-up:before { + content: "\f151"; } + +.fa.fa-toggle-up { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-toggle-up:before { + content: "\f151"; } + +.fa.fa-caret-square-o-right { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-caret-square-o-right:before { + content: "\f152"; } + +.fa.fa-toggle-right { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-toggle-right:before { + content: "\f152"; } + +.fa.fa-eur:before { + content: "\f153"; } + +.fa.fa-euro:before { + content: "\f153"; } + +.fa.fa-gbp:before { + content: "\f154"; } + +.fa.fa-usd:before { + content: "\24"; } + +.fa.fa-dollar:before { + content: "\24"; } + +.fa.fa-inr:before { + content: "\e1bc"; } + +.fa.fa-rupee:before { + content: "\e1bc"; } + +.fa.fa-jpy:before { + content: "\f157"; } + +.fa.fa-cny:before { + content: "\f157"; } + +.fa.fa-rmb:before { + content: "\f157"; } + +.fa.fa-yen:before { + content: "\f157"; } + +.fa.fa-rub:before { + content: "\f158"; } + +.fa.fa-ruble:before { + content: "\f158"; } + +.fa.fa-rouble:before { + content: "\f158"; } + +.fa.fa-krw:before { + content: "\f159"; } + +.fa.fa-won:before { + content: "\f159"; } + +.fa.fa-btc { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-bitcoin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-bitcoin:before { + content: "\f15a"; } + +.fa.fa-file-text:before { + content: "\f15c"; } + +.fa.fa-sort-alpha-asc:before { + content: "\f15d"; } + +.fa.fa-sort-alpha-desc:before { + content: "\f881"; } + +.fa.fa-sort-amount-asc:before { + content: "\f884"; } + +.fa.fa-sort-amount-desc:before { + content: "\f160"; } + +.fa.fa-sort-numeric-asc:before { + content: "\f162"; } + +.fa.fa-sort-numeric-desc:before { + content: "\f886"; } + +.fa.fa-youtube-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-youtube-square:before { + content: "\f431"; } + +.fa.fa-youtube { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-xing { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-xing-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-xing-square:before { + content: "\f169"; } + +.fa.fa-youtube-play { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-youtube-play:before { + content: "\f167"; } + +.fa.fa-dropbox { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-stack-overflow { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-instagram { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-flickr { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-adn { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-bitbucket { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-bitbucket-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-bitbucket-square:before { + content: "\f171"; } + +.fa.fa-tumblr { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-tumblr-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-tumblr-square:before { + content: "\f174"; } + +.fa.fa-long-arrow-down:before { + content: "\f309"; } + +.fa.fa-long-arrow-up:before { + content: "\f30c"; } + +.fa.fa-long-arrow-left:before { + content: "\f30a"; } + +.fa.fa-long-arrow-right:before { + content: "\f30b"; } + +.fa.fa-apple { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-windows { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-android { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-linux { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-dribbble { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-skype { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-foursquare { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-trello { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-gratipay { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-gittip { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-gittip:before { + content: "\f184"; } + +.fa.fa-sun-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-sun-o:before { + content: "\f185"; } + +.fa.fa-moon-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-moon-o:before { + content: "\f186"; } + +.fa.fa-vk { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-weibo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-renren { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-pagelines { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-stack-exchange { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-arrow-circle-o-right { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-arrow-circle-o-right:before { + content: "\f35a"; } + +.fa.fa-arrow-circle-o-left { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-arrow-circle-o-left:before { + content: "\f359"; } + +.fa.fa-caret-square-o-left { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-caret-square-o-left:before { + content: "\f191"; } + +.fa.fa-toggle-left { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-toggle-left:before { + content: "\f191"; } + +.fa.fa-dot-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-dot-circle-o:before { + content: "\f192"; } + +.fa.fa-vimeo-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-vimeo-square:before { + content: "\f194"; } + +.fa.fa-try:before { + content: "\e2bb"; } + +.fa.fa-turkish-lira:before { + content: "\e2bb"; } + +.fa.fa-plus-square-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-plus-square-o:before { + content: "\f0fe"; } + +.fa.fa-slack { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wordpress { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-openid { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-institution:before { + content: "\f19c"; } + +.fa.fa-bank:before { + content: "\f19c"; } + +.fa.fa-mortar-board:before { + content: "\f19d"; } + +.fa.fa-yahoo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-google { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-reddit { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-reddit-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-reddit-square:before { + content: "\f1a2"; } + +.fa.fa-stumbleupon-circle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-stumbleupon { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-delicious { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-digg { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-pied-piper-pp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-pied-piper-alt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-drupal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-joomla { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-behance { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-behance-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-behance-square:before { + content: "\f1b5"; } + +.fa.fa-steam { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-steam-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-steam-square:before { + content: "\f1b7"; } + +.fa.fa-automobile:before { + content: "\f1b9"; } + +.fa.fa-cab:before { + content: "\f1ba"; } + +.fa.fa-spotify { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-deviantart { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-soundcloud { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-file-pdf-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-pdf-o:before { + content: "\f1c1"; } + +.fa.fa-file-word-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-word-o:before { + content: "\f1c2"; } + +.fa.fa-file-excel-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-excel-o:before { + content: "\f1c3"; } + +.fa.fa-file-powerpoint-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-powerpoint-o:before { + content: "\f1c4"; } + +.fa.fa-file-image-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-image-o:before { + content: "\f1c5"; } + +.fa.fa-file-photo-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-photo-o:before { + content: "\f1c5"; } + +.fa.fa-file-picture-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-picture-o:before { + content: "\f1c5"; } + +.fa.fa-file-archive-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-archive-o:before { + content: "\f1c6"; } + +.fa.fa-file-zip-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-zip-o:before { + content: "\f1c6"; } + +.fa.fa-file-audio-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-audio-o:before { + content: "\f1c7"; } + +.fa.fa-file-sound-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-sound-o:before { + content: "\f1c7"; } + +.fa.fa-file-video-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-video-o:before { + content: "\f1c8"; } + +.fa.fa-file-movie-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-movie-o:before { + content: "\f1c8"; } + +.fa.fa-file-code-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-file-code-o:before { + content: "\f1c9"; } + +.fa.fa-vine { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-codepen { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-jsfiddle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-life-bouy:before { + content: "\f1cd"; } + +.fa.fa-life-buoy:before { + content: "\f1cd"; } + +.fa.fa-life-saver:before { + content: "\f1cd"; } + +.fa.fa-support:before { + content: "\f1cd"; } + +.fa.fa-circle-o-notch:before { + content: "\f1ce"; } + +.fa.fa-rebel { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-ra { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-ra:before { + content: "\f1d0"; } + +.fa.fa-resistance { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-resistance:before { + content: "\f1d0"; } + +.fa.fa-empire { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-ge { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-ge:before { + content: "\f1d1"; } + +.fa.fa-git-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-git-square:before { + content: "\f1d2"; } + +.fa.fa-git { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-hacker-news { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-y-combinator-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-y-combinator-square:before { + content: "\f1d4"; } + +.fa.fa-yc-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-yc-square:before { + content: "\f1d4"; } + +.fa.fa-tencent-weibo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-qq { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-weixin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wechat { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wechat:before { + content: "\f1d7"; } + +.fa.fa-send:before { + content: "\f1d8"; } + +.fa.fa-paper-plane-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-paper-plane-o:before { + content: "\f1d8"; } + +.fa.fa-send-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-send-o:before { + content: "\f1d8"; } + +.fa.fa-circle-thin { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-circle-thin:before { + content: "\f111"; } + +.fa.fa-header:before { + content: "\f1dc"; } + +.fa.fa-futbol-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-futbol-o:before { + content: "\f1e3"; } + +.fa.fa-soccer-ball-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-soccer-ball-o:before { + content: "\f1e3"; } + +.fa.fa-slideshare { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-twitch { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-yelp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-newspaper-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-newspaper-o:before { + content: "\f1ea"; } + +.fa.fa-paypal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-google-wallet { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc-visa { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc-mastercard { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc-discover { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc-amex { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc-paypal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc-stripe { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-bell-slash-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-bell-slash-o:before { + content: "\f1f6"; } + +.fa.fa-trash:before { + content: "\f2ed"; } + +.fa.fa-copyright { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-eyedropper:before { + content: "\f1fb"; } + +.fa.fa-area-chart:before { + content: "\f1fe"; } + +.fa.fa-pie-chart:before { + content: "\f200"; } + +.fa.fa-line-chart:before { + content: "\f201"; } + +.fa.fa-lastfm { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-lastfm-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-lastfm-square:before { + content: "\f203"; } + +.fa.fa-ioxhost { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-angellist { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-cc:before { + content: "\f20a"; } + +.fa.fa-ils:before { + content: "\f20b"; } + +.fa.fa-shekel:before { + content: "\f20b"; } + +.fa.fa-sheqel:before { + content: "\f20b"; } + +.fa.fa-buysellads { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-connectdevelop { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-dashcube { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-forumbee { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-leanpub { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-sellsy { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-shirtsinbulk { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-simplybuilt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-skyatlas { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-diamond { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-diamond:before { + content: "\f3a5"; } + +.fa.fa-transgender:before { + content: "\f224"; } + +.fa.fa-intersex:before { + content: "\f224"; } + +.fa.fa-transgender-alt:before { + content: "\f225"; } + +.fa.fa-facebook-official { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-facebook-official:before { + content: "\f09a"; } + +.fa.fa-pinterest-p { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-whatsapp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-hotel:before { + content: "\f236"; } + +.fa.fa-viacoin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-medium { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-y-combinator { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-yc { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-yc:before { + content: "\f23b"; } + +.fa.fa-optin-monster { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-opencart { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-expeditedssl { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-battery-4:before { + content: "\f240"; } + +.fa.fa-battery:before { + content: "\f240"; } + +.fa.fa-battery-3:before { + content: "\f241"; } + +.fa.fa-battery-2:before { + content: "\f242"; } + +.fa.fa-battery-1:before { + content: "\f243"; } + +.fa.fa-battery-0:before { + content: "\f244"; } + +.fa.fa-object-group { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-object-ungroup { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-sticky-note-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-sticky-note-o:before { + content: "\f249"; } + +.fa.fa-cc-jcb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-cc-diners-club { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-clone { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hourglass-o:before { + content: "\f254"; } + +.fa.fa-hourglass-1:before { + content: "\f251"; } + +.fa.fa-hourglass-2:before { + content: "\f252"; } + +.fa.fa-hourglass-3:before { + content: "\f253"; } + +.fa.fa-hand-rock-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-rock-o:before { + content: "\f255"; } + +.fa.fa-hand-grab-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-grab-o:before { + content: "\f255"; } + +.fa.fa-hand-paper-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-paper-o:before { + content: "\f256"; } + +.fa.fa-hand-stop-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-stop-o:before { + content: "\f256"; } + +.fa.fa-hand-scissors-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-scissors-o:before { + content: "\f257"; } + +.fa.fa-hand-lizard-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-lizard-o:before { + content: "\f258"; } + +.fa.fa-hand-spock-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-spock-o:before { + content: "\f259"; } + +.fa.fa-hand-pointer-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-pointer-o:before { + content: "\f25a"; } + +.fa.fa-hand-peace-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-hand-peace-o:before { + content: "\f25b"; } + +.fa.fa-registered { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-creative-commons { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-gg { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-gg-circle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-odnoklassniki { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-odnoklassniki-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-odnoklassniki-square:before { + content: "\f264"; } + +.fa.fa-get-pocket { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wikipedia-w { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-safari { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-chrome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-firefox { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-opera { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-internet-explorer { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-television:before { + content: "\f26c"; } + +.fa.fa-contao { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-500px { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-amazon { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-calendar-plus-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-calendar-plus-o:before { + content: "\f271"; } + +.fa.fa-calendar-minus-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-calendar-minus-o:before { + content: "\f272"; } + +.fa.fa-calendar-times-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-calendar-times-o:before { + content: "\f273"; } + +.fa.fa-calendar-check-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-calendar-check-o:before { + content: "\f274"; } + +.fa.fa-map-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-map-o:before { + content: "\f279"; } + +.fa.fa-commenting:before { + content: "\f4ad"; } + +.fa.fa-commenting-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-commenting-o:before { + content: "\f4ad"; } + +.fa.fa-houzz { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-vimeo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-vimeo:before { + content: "\f27d"; } + +.fa.fa-black-tie { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-fonticons { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-reddit-alien { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-edge { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-credit-card-alt:before { + content: "\f09d"; } + +.fa.fa-codiepie { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-modx { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-fort-awesome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-usb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-product-hunt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-mixcloud { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-scribd { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-pause-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-pause-circle-o:before { + content: "\f28b"; } + +.fa.fa-stop-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-stop-circle-o:before { + content: "\f28d"; } + +.fa.fa-bluetooth { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-bluetooth-b { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-gitlab { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wpbeginner { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wpforms { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-envira { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wheelchair-alt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wheelchair-alt:before { + content: "\f368"; } + +.fa.fa-question-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-question-circle-o:before { + content: "\f059"; } + +.fa.fa-volume-control-phone:before { + content: "\f2a0"; } + +.fa.fa-asl-interpreting:before { + content: "\f2a3"; } + +.fa.fa-deafness:before { + content: "\f2a4"; } + +.fa.fa-hard-of-hearing:before { + content: "\f2a4"; } + +.fa.fa-glide { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-glide-g { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-signing:before { + content: "\f2a7"; } + +.fa.fa-viadeo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-viadeo-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-viadeo-square:before { + content: "\f2aa"; } + +.fa.fa-snapchat { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-snapchat-ghost { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-snapchat-ghost:before { + content: "\f2ab"; } + +.fa.fa-snapchat-square { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-snapchat-square:before { + content: "\f2ad"; } + +.fa.fa-pied-piper { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-first-order { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-yoast { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-themeisle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-google-plus-official { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-google-plus-official:before { + content: "\f2b3"; } + +.fa.fa-google-plus-circle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-google-plus-circle:before { + content: "\f2b3"; } + +.fa.fa-font-awesome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-fa { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-fa:before { + content: "\f2b4"; } + +.fa.fa-handshake-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-handshake-o:before { + content: "\f2b5"; } + +.fa.fa-envelope-open-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-envelope-open-o:before { + content: "\f2b6"; } + +.fa.fa-linode { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-address-book-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-address-book-o:before { + content: "\f2b9"; } + +.fa.fa-vcard:before { + content: "\f2bb"; } + +.fa.fa-address-card-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-address-card-o:before { + content: "\f2bb"; } + +.fa.fa-vcard-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-vcard-o:before { + content: "\f2bb"; } + +.fa.fa-user-circle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-user-circle-o:before { + content: "\f2bd"; } + +.fa.fa-user-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-user-o:before { + content: "\f007"; } + +.fa.fa-id-badge { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-drivers-license:before { + content: "\f2c2"; } + +.fa.fa-id-card-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-id-card-o:before { + content: "\f2c2"; } + +.fa.fa-drivers-license-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-drivers-license-o:before { + content: "\f2c2"; } + +.fa.fa-quora { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-free-code-camp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-telegram { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-thermometer-4:before { + content: "\f2c7"; } + +.fa.fa-thermometer:before { + content: "\f2c7"; } + +.fa.fa-thermometer-3:before { + content: "\f2c8"; } + +.fa.fa-thermometer-2:before { + content: "\f2c9"; } + +.fa.fa-thermometer-1:before { + content: "\f2ca"; } + +.fa.fa-thermometer-0:before { + content: "\f2cb"; } + +.fa.fa-bathtub:before { + content: "\f2cd"; } + +.fa.fa-s15:before { + content: "\f2cd"; } + +.fa.fa-window-maximize { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-window-restore { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-times-rectangle:before { + content: "\f410"; } + +.fa.fa-window-close-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-window-close-o:before { + content: "\f410"; } + +.fa.fa-times-rectangle-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-times-rectangle-o:before { + content: "\f410"; } + +.fa.fa-bandcamp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-grav { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-etsy { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-imdb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-ravelry { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-eercast { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-eercast:before { + content: "\f2da"; } + +.fa.fa-snowflake-o { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } + +.fa.fa-snowflake-o:before { + content: "\f2dc"; } + +.fa.fa-superpowers { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-wpexplorer { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa.fa-meetup { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } diff --git a/lib/fontawesome-free-6.6.0-web/css/v4-shims.min.css b/lib/fontawesome-free-6.6.0-web/css/v4-shims.min.css new file mode 100644 index 0000000..80f2d7e --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/v4-shims.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +.fa.fa-glass:before{content:"\f000"}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-home:before{content:"\f015"}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt:before{content:"\f022"}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit:before{content:"\f044"}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:"\e0e3"}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square:before{content:"\f081"}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square:before{content:"\f082"}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square:before{content:"\f092"}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-globe:before{content:"\f57d"}.fa.fa-tasks:before{content:"\f828"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-cut:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-magic:before{content:"\e2ca"}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square:before{content:"\f0d3"}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square:before{content:"\f0d4"}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f625"}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard:before{content:"\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f0ed"}.fa.fa-cloud-upload:before{content:"\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f5c0"}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f5c0"}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f5c0"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:"\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt:before{content:"\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\24"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\e1bc"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f884"}.fa.fa-sort-amount-desc:before{content:"\f160"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square:before{content:"\f431"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square:before{content:"\f169"}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square:before{content:"\f174"}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square:before{content:"\f194"}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square:before{content:"\f1a2"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square:before{content:"\f1b5"}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square:before{content:"\f1b7"}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square:before{content:"\f1d2"}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square:before{content:"\f203"}.fa.fa-angellist,.fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before,.fa.fa-transgender:before{content:"\f224"}.fa.fa-transgender-alt:before{content:"\f225"}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square:before{content:"\f264"}.fa.fa-chrome,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-internet-explorer,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square:before{content:"\f2aa"}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost:before{content:"\f2ab"}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square:before{content:"\f2ad"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400} \ No newline at end of file diff --git a/lib/fontawesome-free-6.6.0-web/css/v5-font-face.css b/lib/fontawesome-free-6.6.0-web/css/v5-font-face.css new file mode 100644 index 0000000..b0c86e7 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/v5-font-face.css @@ -0,0 +1,22 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +@font-face { + font-family: 'Font Awesome 5 Brands'; + font-display: block; + font-weight: 400; + src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } + +@font-face { + font-family: 'Font Awesome 5 Free'; + font-display: block; + font-weight: 900; + src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } + +@font-face { + font-family: 'Font Awesome 5 Free'; + font-display: block; + font-weight: 400; + src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); } diff --git a/lib/fontawesome-free-6.6.0-web/css/v5-font-face.min.css b/lib/fontawesome-free-6.6.0-web/css/v5-font-face.min.css new file mode 100644 index 0000000..78cc949 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/css/v5-font-face.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")} \ No newline at end of file diff --git a/lib/fontawesome-free-6.6.0-web/js/all.js b/lib/fontawesome-free-6.6.0-web/js/all.js new file mode 100644 index 0000000..f44753c --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/js/all.js @@ -0,0 +1,6044 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +(function () { + 'use strict'; + + let _WINDOW = {}; + let _DOCUMENT = {}; + + try { + if (typeof window !== 'undefined') _WINDOW = window; + if (typeof document !== 'undefined') _DOCUMENT = document; + } catch (e) {} + + const { + userAgent = '' + } = _WINDOW.navigator || {}; + const WINDOW = _WINDOW; + const DOCUMENT = _DOCUMENT; + const IS_BROWSER = !!WINDOW.document; + const IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function'; + const IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/'); + + var a = "classic", + r = "sharp", + o = "sharp-duotone"; + + var et$1 = { + classic: { + 900: "fas", + 400: "far", + normal: "far", + 300: "fal", + 100: "fat" + }, + sharp: { + 900: "fass", + 400: "fasr", + 300: "fasl", + 100: "fast" + }, + "sharp-duotone": { + 900: "fasds" + } + }; + var bt = { + kit: { + fak: "kit", + "fa-kit": "kit" + }, + "kit-duotone": { + fakd: "kit-duotone", + "fa-kit-duotone": "kit-duotone" + } + }; + var lo = { + classic: { + "fa-brands": "fab", + "fa-duotone": "fad", + "fa-light": "fal", + "fa-regular": "far", + "fa-solid": "fas", + "fa-thin": "fat" + }, + sharp: { + "fa-solid": "fass", + "fa-regular": "fasr", + "fa-light": "fasl", + "fa-thin": "fast" + }, + "sharp-duotone": { + "fa-solid": "fasds" + } + }, + no = { + classic: { + fab: "fa-brands", + fad: "fa-duotone", + fal: "fa-light", + far: "fa-regular", + fas: "fa-solid", + fat: "fa-thin" + }, + sharp: { + fass: "fa-solid", + fasr: "fa-regular", + fasl: "fa-light", + fast: "fa-thin" + }, + "sharp-duotone": { + fasds: "fa-solid" + } + }, + fo = { + classic: { + solid: "fas", + regular: "far", + light: "fal", + thin: "fat", + duotone: "fad", + brands: "fab" + }, + sharp: { + solid: "fass", + regular: "fasr", + light: "fasl", + thin: "fast" + }, + "sharp-duotone": { + solid: "fasds" + } + }, + ho = { + classic: { + fa: "solid", + fas: "solid", + "fa-solid": "solid", + far: "regular", + "fa-regular": "regular", + fal: "light", + "fa-light": "light", + fat: "thin", + "fa-thin": "thin", + fad: "duotone", + "fa-duotone": "duotone", + fab: "brands", + "fa-brands": "brands" + }, + sharp: { + fa: "solid", + fass: "solid", + "fa-solid": "solid", + fasr: "regular", + "fa-regular": "regular", + fasl: "light", + "fa-light": "light", + fast: "thin", + "fa-thin": "thin" + }, + "sharp-duotone": { + fa: "solid", + fasds: "solid", + "fa-solid": "solid" + } + }; + var Io = { + kit: { + "fa-kit": "fak" + }, + "kit-duotone": { + "fa-kit-duotone": "fakd" + } + }, + Fo = { + kit: { + fak: "fa-kit" + }, + "kit-duotone": { + fakd: "fa-kit-duotone" + } + }, + So = { + kit: { + kit: "fak" + }, + "kit-duotone": { + "kit-duotone": "fakd" + } + }; + + const NAMESPACE_IDENTIFIER = '___FONT_AWESOME___'; + const PRODUCTION = (() => { + try { + return "production" === 'production'; + } catch (e$$1) { + return false; + } + })(); + + function familyProxy(obj) { + // Defaults to the classic family if family is not available + return new Proxy(obj, { + get(target, prop) { + return prop in target ? target[prop] : target[a]; + } + + }); + } + + const _PREFIX_TO_STYLE = { ...ho + }; + _PREFIX_TO_STYLE[a] = { ...ho[a], + ...bt['kit'], + ...bt['kit-duotone'] + }; + const PREFIX_TO_STYLE = familyProxy(_PREFIX_TO_STYLE); + const _STYLE_TO_PREFIX = { ...fo + }; + _STYLE_TO_PREFIX[a] = { ..._STYLE_TO_PREFIX[a], + ...So['kit'], + ...So['kit-duotone'] + }; + const STYLE_TO_PREFIX = familyProxy(_STYLE_TO_PREFIX); + const _PREFIX_TO_LONG_STYLE = { ...no + }; + _PREFIX_TO_LONG_STYLE[a] = { ..._PREFIX_TO_LONG_STYLE[a], + ...Fo['kit'] + }; + const PREFIX_TO_LONG_STYLE = familyProxy(_PREFIX_TO_LONG_STYLE); + const _LONG_STYLE_TO_PREFIX = { ...lo + }; + _LONG_STYLE_TO_PREFIX[a] = { ..._LONG_STYLE_TO_PREFIX[a], + ...Io['kit'] + }; + const LONG_STYLE_TO_PREFIX = familyProxy(_LONG_STYLE_TO_PREFIX); + const _FONT_WEIGHT_TO_PREFIX = { ...et$1 + }; + const FONT_WEIGHT_TO_PREFIX = familyProxy(_FONT_WEIGHT_TO_PREFIX); + const prefixes = new Set(); + Object.keys(STYLE_TO_PREFIX[a]).map(prefixes.add.bind(prefixes)); + Object.keys(STYLE_TO_PREFIX[r]).map(prefixes.add.bind(prefixes)); + Object.keys(STYLE_TO_PREFIX[o]).map(prefixes.add.bind(prefixes)); + + function bunker(fn) { + try { + for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { + args[_key - 1] = arguments[_key]; + } + + fn(...args); + } catch (e) { + if (!PRODUCTION) { + throw e; + } + } + } + + const w$1 = WINDOW || {}; + if (!w$1[NAMESPACE_IDENTIFIER]) w$1[NAMESPACE_IDENTIFIER] = {}; + if (!w$1[NAMESPACE_IDENTIFIER].styles) w$1[NAMESPACE_IDENTIFIER].styles = {}; + if (!w$1[NAMESPACE_IDENTIFIER].hooks) w$1[NAMESPACE_IDENTIFIER].hooks = {}; + if (!w$1[NAMESPACE_IDENTIFIER].shims) w$1[NAMESPACE_IDENTIFIER].shims = []; + var namespace = w$1[NAMESPACE_IDENTIFIER]; + + function normalizeIcons(icons) { + return Object.keys(icons).reduce((acc, iconName) => { + const icon = icons[iconName]; + const expanded = !!icon.icon; + + if (expanded) { + acc[icon.iconName] = icon.icon; + } else { + acc[iconName] = icon; + } + + return acc; + }, {}); + } + + function defineIcons(prefix, icons) { + let params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + const { + skipHooks = false + } = params; + const normalized = normalizeIcons(icons); + + if (typeof namespace.hooks.addPack === 'function' && !skipHooks) { + namespace.hooks.addPack(prefix, normalizeIcons(icons)); + } else { + namespace.styles[prefix] = { ...(namespace.styles[prefix] || {}), + ...normalized + }; + } + /** + * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction + * of new styles we needed to differentiate between them. Prefix `fa` is now an alias + * for `fas` so we'll ease the upgrade process for our users by automatically defining + * this as well. + */ + + + if (prefix === 'fas') { + defineIcons('fa', icons); + } + } + + var icons = { + "monero": [496, 512, [], "f3d0", "M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105v128zM88 336V128l159.4 159.4L408 128v208h74.8c8.5-25.1 13.2-52 13.2-80C496 119 385 8 248 8S0 119 0 256c0 28 4.6 54.9 13.2 80H88z"], + "hooli": [640, 512, [], "f427", "M144.5 352l38.3.8c-13.2-4.6-26-10.2-38.3-16.8zm57.7-5.3v5.3l-19.4.8c36.5 12.5 69.9 14.2 94.7 7.2-19.9.2-45.8-2.6-75.3-13.3zm408.9-115.2c15.9 0 28.9-12.9 28.9-28.9s-12.9-24.5-28.9-24.5c-15.9 0-28.9 8.6-28.9 24.5s12.9 28.9 28.9 28.9zm-29 120.5H640V241.5h-57.9zm-73.7 0h57.9V156.7L508.4 184zm-31-119.4c-18.2-18.2-50.4-17.1-50.4-17.1s-32.3-1.1-50.4 17.1c-18.2 18.2-16.8 33.9-16.8 52.6s-1.4 34.3 16.8 52.5 50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.8-33.8 16.8-52.5-.1-18.8 1.3-34.5-16.8-52.6zm-39.8 71.9c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9zm-106.2-71.9c-18.2-18.2-50.4-17.1-50.4-17.1s-32.2-1.1-50.4 17.1c-1.9 1.9-3.7 3.9-5.3 6-38.2-29.6-72.5-46.5-102.1-61.1v-20.7l-22.5 10.6c-54.4-22.1-89-18.2-97.3.1 0 0-24.9 32.8 61.8 110.8V352h57.9v-28.6c-6.5-4.2-13-8.7-19.4-13.6-14.8-11.2-27.4-21.6-38.4-31.4v-31c13.1 14.7 30.5 31.4 53.4 50.3l4.5 3.6v-29.8c0-6.9 1.7-18.2 10.8-18.2s10.6 6.9 10.6 15V317c18 12.2 37.3 22.1 57.7 29.6v-93.9c0-18.7-13.4-37.4-40.6-37.4-15.8-.1-30.5 8.2-38.5 21.9v-54.3c41.9 20.9 83.9 46.5 99.9 58.3-10.2 14.6-9.3 28.1-9.3 43.7 0 18.7-1.4 34.3 16.8 52.5s50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.7-33.8 16.7-52.5 0-18.5 1.5-34.2-16.7-52.3zM65.2 184v63.3c-48.7-54.5-38.9-76-35.2-79.1 13.5-11.4 37.5-8 64.4 2.1zm226.5 120.5c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9z"], + "yelp": [384, 512, [], "f1e9", "M42.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.16 197.16 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92l58.81 94a22.93 22.93 0 0 0 34 5.5 198.36 198.36 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23a197.44 197.44 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.37 320.37 0 0 0-112.33 30.1z"], + "cc-visa": [576, 512, [], "f1f0", "M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z"], + "lastfm": [512, 512, [], "f202", "M225.8 367.1l-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5 0-72.1 36.4-97.9 72.1-97.9 66.5 0 74.8 53.3 100.9 134.9 18.8 56.9 54 102.6 155.4 102.6 72.7 0 122-22.3 122-80.9 0-72.9-62.7-80.6-115-92.1-25.8-5.9-33.4-16.4-33.4-34 0-19.9 15.8-31.7 41.6-31.7 28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5-52.8 0-104.4 19.9-104.4 83.9 0 39.9 19.4 65.1 68 76.8 44.9 10.6 79.8 13.8 79.8 45.7 0 21.7-21.1 30.5-61 30.5-59.2 0-83.9-31.1-97.9-73.9-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2 66.2 0 97.9-31.1 97.9-31.1z"], + "shopware": [512, 512, [], "f5b5", "M403.5 455.41A246.17 246.17 0 0 1 256 504C118.81 504 8 393 8 256 8 118.81 119 8 256 8a247.39 247.39 0 0 1 165.7 63.5 3.57 3.57 0 0 1-2.86 6.18A418.62 418.62 0 0 0 362.13 74c-129.36 0-222.4 53.47-222.4 155.35 0 109 92.13 145.88 176.83 178.73 33.64 13 65.4 25.36 87 41.59a3.58 3.58 0 0 1 0 5.72zM503 233.09a3.64 3.64 0 0 0-1.27-2.44c-51.76-43-93.62-60.48-144.48-60.48-84.13 0-80.25 52.17-80.25 53.63 0 42.6 52.06 62 112.34 84.49 31.07 11.59 63.19 23.57 92.68 39.93a3.57 3.57 0 0 0 5-1.82A249 249 0 0 0 503 233.09z"], + "creative-commons-nc": [496, 512, [], "f4e8", "M247.6 8C387.4 8 496 115.9 496 256c0 147.2-118.5 248-248.4 248C113.1 504 0 393.2 0 256 0 123.1 104.7 8 247.6 8zM55.8 189.1c-7.4 20.4-11.1 42.7-11.1 66.9 0 110.9 92.1 202.4 203.7 202.4 122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V368c-27.5-.3-52.6-10.2-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2 0-6.2-2.2-11.2-6.6-15.1-14.2-6-1.8-.1-219.3-97.4zM248.4 52.3c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L295 199.7c-42.7-29.9-83.5-8-70 11.1 53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1 0-57-19.8-105-59.3-143.9-39.3-39.9-87.2-59.8-143.6-59.8z"], + "aws": [640, 512, [], "f375", "M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.164 8.164 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.608 78.608 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.857 76.857 0 0 1 55.69 17.28 70.285 70.285 0 0 1 17.67 52.36l-.01 69.29zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48zm170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.802 12.802 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42zm40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.127 469.127 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.22 630.22 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38zm29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02z"], + "redhat": [512, 512, [], "f7bc", "M341.52 285.56c33.65 0 82.34-6.94 82.34-47 .22-6.74.86-1.82-20.88-96.24-4.62-19.15-8.68-27.84-42.31-44.65-26.09-13.34-82.92-35.37-99.73-35.37-15.66 0-20.2 20.17-38.87 20.17-18 0-31.31-15.06-48.12-15.06-16.14 0-26.66 11-34.78 33.62-27.5 77.55-26.28 74.27-26.12 78.27 0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25 0 37.66-42.33 58.56-98 58.56-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189 121.79 0 152.51-55.08 152.51-98.58 0-34.21-29.59-73.05-82.93-96.24"], + "yoast": [448, 512, [], "f2b1", "M91.3 76h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V460H91.3C41.2 460 0 419.8 0 370.5V165.2C0 115.9 40.7 76 91.3 76zm229.1-56h66.5C243.1 398.1 241.2 418.9 202.2 459.3c-20.8 21.6-49.3 31.7-78.3 32.7v-51.1c49.2-7.7 64.6-49.9 64.6-75.3 0-20.1.6-12.6-82.1-223.2h61.4L218.2 299 320.4 20zM448 161.5V460H234c6.6-9.6 10.7-16.3 12.1-19.4h182.5V161.5c0-32.5-17.1-51.9-48.2-62.9l6.7-17.6c41.7 13.6 60.9 43.1 60.9 80.5z"], + "cloudflare": [640, 512, [], "e07d", "M407.906,319.913l-230.8-2.928a4.58,4.58,0,0,1-3.632-1.926,4.648,4.648,0,0,1-.494-4.147,6.143,6.143,0,0,1,5.361-4.076L411.281,303.9c27.631-1.26,57.546-23.574,68.022-50.784l13.286-34.542a7.944,7.944,0,0,0,.524-2.936,7.735,7.735,0,0,0-.164-1.631A151.91,151.91,0,0,0,201.257,198.4,68.12,68.12,0,0,0,94.2,269.59C41.924,271.106,0,313.728,0,366.12a96.054,96.054,0,0,0,1.029,13.958,4.508,4.508,0,0,0,4.445,3.871l426.1.051c.043,0,.08-.019.122-.02a5.606,5.606,0,0,0,5.271-4l3.273-11.265c3.9-13.4,2.448-25.8-4.1-34.9C430.124,325.423,420.09,320.487,407.906,319.913ZM513.856,221.1c-2.141,0-4.271.062-6.391.164a3.771,3.771,0,0,0-3.324,2.653l-9.077,31.193c-3.9,13.4-2.449,25.786,4.1,34.89,6.02,8.4,16.054,13.323,28.238,13.9l49.2,2.939a4.491,4.491,0,0,1,3.51,1.894,4.64,4.64,0,0,1,.514,4.169,6.153,6.153,0,0,1-5.351,4.075l-51.125,2.939c-27.754,1.27-57.669,23.574-68.145,50.784l-3.695,9.606a2.716,2.716,0,0,0,2.427,3.68c.046,0,.088.017.136.017h175.91a4.69,4.69,0,0,0,4.539-3.37,124.807,124.807,0,0,0,4.682-34C640,277.3,583.524,221.1,513.856,221.1Z"], + "ups": [384, 512, [], "f7e0", "M103.2 303c-5.2 3.6-32.6 13.1-32.6-19V180H37.9v102.6c0 74.9 80.2 51.1 97.9 39V180h-32.6zM4 74.82v220.9c0 103.7 74.9 135.2 187.7 184.1 112.4-48.9 187.7-80.2 187.7-184.1V74.82c-116.3-61.6-281.8-49.6-375.4 0zm358.1 220.9c0 86.6-53.2 113.6-170.4 165.3-117.5-51.8-170.5-78.7-170.5-165.3v-126.4c102.3-93.8 231.6-100 340.9-89.8zm-209.6-107.4v212.8h32.7v-68.7c24.4 7.3 71.7-2.6 71.7-78.5 0-97.4-80.7-80.92-104.4-65.6zm32.7 117.3v-100.3c8.4-4.2 38.4-12.7 38.4 49.3 0 67.9-36.4 51.8-38.4 51zm79.1-86.4c.1 47.3 51.6 42.5 52.2 70.4.6 23.5-30.4 23-50.8 4.9v30.1c36.2 21.5 81.9 8.1 83.2-33.5 1.7-51.5-54.1-46.6-53.4-73.2.6-20.3 30.6-20.5 48.5-2.2v-28.4c-28.5-22-79.9-9.2-79.7 31.9z"], + "pixiv": [448, 512, [], "e640", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm171.5 84c41 0 76.3 12.9 101.4 35.2l0 0c25.2 22.2 39.8 54.1 39.8 88.8c.1 35.3-16.6 66.3-42.4 87c-25.9 20.8-60.6 32.4-98.8 32.4c-43.5 0-83.8-16.1-83.8-16.1v51.8c7.4 2.2 19.7 7 11.9 14.8H104.8c-7.7-7.8 3.6-12.4 12.1-14.8V175.5C97.1 190.9 87 204.3 81.8 214.2c6 19.4-5.3 18.5-5.3 18.5L56 199.7s72.7-83.7 179.5-83.7zm-3.6 222.9c30 0 56-11.3 73.9-29.2c17.9-18.1 27.9-41.6 28-70.2c-.1-29.3-9.5-54.6-26.7-73.6c-17.2-18.9-42.7-31.3-75.2-31.4c-26.7-.1-59.8 9-80.2 23.7V323.1c18.6 9.3 46.8 15.9 80.2 15.8z"], + "wpexplorer": [512, 512, [], "f2de", "M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256zm-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224 224-100.5 224-224zM160.9 124.6l86.9 37.1-37.1 86.9-86.9-37.1 37.1-86.9zm110 169.1l46.6 94h-14.6l-50-100-48.9 100h-14l51.1-106.9-22.3-9.4 6-14 68.6 29.1-6 14.3-16.5-7.1zm-11.8-116.3l68.6 29.4-29.4 68.3L230 246l29.1-68.6zm80.3 42.9l54.6 23.1-23.4 54.3-54.3-23.1 23.1-54.3z"], + "dyalog": [416, 512, [], "f399", "M0 32v119.2h64V96h107.2C284.6 96 352 176.2 352 255.9 352 332 293.4 416 171.2 416H0v64h171.2C331.9 480 416 367.3 416 255.9c0-58.7-22.1-113.4-62.3-154.3C308.9 56 245.7 32 171.2 32H0z"], + "bity": [496, 512, [], "f37a", "M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5-84.8-82.4-215.8-80.3-298.9-3.2-16.3 15.1-36.5-8.3-21.8-22.1zm98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1-32.1 127.4 41.1 259.8 169.8 298.1zm148.1-2c121.9-40.2 192.9-166.9 164.4-291-4.5-19.7-34.9-13.8-30 7.9 24.2 107.7-37.1 217.9-143.2 253.4-21.2 7-10.4 36 8.8 29.7zm-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8-8.2 0-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8zm71-269c2.1 90.9 4.7 131.9-85.5 132.5-92.5-.7-86.9-44.3-85.5-132.5 0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1 57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0z"], + "stackpath": [448, 512, [], "f842", "M244.6 232.4c0 8.5-4.26 20.49-21.34 20.49h-19.61v-41.47h19.61c17.13 0 21.34 12.36 21.34 20.98zM448 32v448H0V32zM151.3 287.84c0-21.24-12.12-34.54-46.72-44.85-20.57-7.41-26-10.91-26-18.63s7-14.61 20.41-14.61c14.09 0 20.79 8.45 20.79 18.35h30.7l.19-.57c.5-19.57-15.06-41.65-51.12-41.65-23.37 0-52.55 10.75-52.55 38.29 0 19.4 9.25 31.29 50.74 44.37 17.26 6.15 21.91 10.4 21.91 19.48 0 15.2-19.13 14.23-19.47 14.23-20.4 0-25.65-9.1-25.65-21.9h-30.8l-.18.56c-.68 31.32 28.38 45.22 56.63 45.22 29.98 0 51.12-13.55 51.12-38.29zm125.38-55.63c0-25.3-18.43-45.46-53.42-45.46h-51.78v138.18h32.17v-47.36h19.61c30.25 0 53.42-15.95 53.42-45.36zM297.94 325L347 186.78h-31.09L268 325zm106.52-138.22h-31.09L325.46 325h29.94z"], + "buysellads": [448, 512, [], "f20d", "M224 150.7l42.9 160.7h-85.8L224 150.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-65.3 325.3l-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6h90.8z"], + "first-order": [448, 512, [], "f2b0", "M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z"], + "modx": [448, 512, [], "f285", "M356 241.8l36.7 23.7V480l-133-83.8L356 241.8zM440 75H226.3l-23 37.8 153.5 96.5L440 75zm-89 142.8L55.2 32v214.5l46 29L351 217.8zM97 294.2L8 437h213.7l125-200.5L97 294.2z"], + "guilded": [448, 512, [], "e07e", "M443.427,64H4.571c0,103.26,22.192,180.06,43.418,222.358C112.046,414.135,224,448,225.256,448a312.824,312.824,0,0,0,140.55-103.477c25.907-33.923,53.1-87.19,65.916-145.761H171.833c4.14,36.429,22.177,67.946,45.1,86.944h88.589c-17.012,28.213-48.186,54.4-80.456,69.482-31.232-13.259-69.09-46.544-96.548-98.362-26.726-53.833-27.092-105.883-27.092-105.883H437.573A625.91,625.91,0,0,0,443.427,64Z"], + "vnv": [640, 512, [], "f40b", "M104.9 352c-34.1 0-46.4-30.4-46.4-30.4L2.6 210.1S-7.8 192 13 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.7-74.5c5.6-9.5 8.4-18.1 18.8-18.1h32.8c20.8 0 10.4 18.1 10.4 18.1l-55.8 111.5S174.2 352 140 352h-35.1zm395 0c-34.1 0-46.4-30.4-46.4-30.4l-55.9-111.5S387.2 192 408 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.8-74.5c5.6-9.5 8.4-18.1 18.8-18.1H627c20.8 0 10.4 18.1 10.4 18.1l-55.9 111.5S569.3 352 535.1 352h-35.2zM337.6 192c34.1 0 46.4 30.4 46.4 30.4l55.9 111.5s10.4 18.1-10.4 18.1h-32.8c-10.4 0-13.2-8.7-18.8-18.1l-36.7-74.5s-5.2-13.1-21.1-13.1c-15.9 0-21.1 13.1-21.1 13.1l-36.7 74.5c-5.6 9.4-8.4 18.1-18.8 18.1h-32.9c-20.8 0-10.4-18.1-10.4-18.1l55.9-111.5s12.2-30.4 46.4-30.4h35.1z"], + "square-js": [448, 512, ["js-square"], "f3b9", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM180.9 444.9c-33.7 0-53.2-17.4-63.2-38.5L152 385.7c6.6 11.7 12.6 21.6 27.1 21.6c13.8 0 22.6-5.4 22.6-26.5V237.7h42.1V381.4c0 43.6-25.6 63.5-62.9 63.5zm85.8-43L301 382.1c9 14.7 20.8 25.6 41.5 25.6c17.4 0 28.6-8.7 28.6-20.8c0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5c0-31.6 24.1-55.6 61.6-55.6c26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18c-12.3 0-20.1 7.8-20.1 18c0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2c0 37.8-29.8 58.6-69.7 58.6c-39.1 0-64.4-18.6-76.7-43z"], + "microsoft": [448, 512, [], "f3ca", "M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z"], + "qq": [448, 512, [], "f1d6", "M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741 0 31.345-16.136 72.247-51.051 101.786 16.842 5.192 54.843 19.167 45.803 34.421-7.316 12.343-125.51 7.881-159.632 4.037-34.122 3.844-152.316 8.306-159.632-4.037-9.045-15.25 28.918-29.214 45.783-34.415-34.92-29.539-51.059-70.445-51.059-101.792 0 0-33.334 54.134-44.859 52.741-5.37-.65-12.424-29.644 9.347-99.704 10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963 18.118 45.223 29.912 72.85 40.144 105.778 21.768 70.06 14.716 99.053 9.346 99.704z"], + "orcid": [512, 512, [], "f8d2", "M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z"], + "java": [384, 512, [], "f4e4", "M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.19 12.19 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.45 70.45 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4zM124.44 396c-78.7 22 47.9 67.4 148.1 24.5a185.89 185.89 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.37 60.37 0 0 1-21.1-12.8z"], + "invision": [448, 512, [], "f7b0", "M407.4 32H40.6C18.2 32 0 50.2 0 72.6v366.8C0 461.8 18.2 480 40.6 480h366.8c22.4 0 40.6-18.2 40.6-40.6V72.6c0-22.4-18.2-40.6-40.6-40.6zM176.1 145.6c.4 23.4-22.4 27.3-26.6 27.4-14.9 0-27.1-12-27.1-27 .1-35.2 53.1-35.5 53.7-.4zM332.8 377c-65.6 0-34.1-74-25-106.6 14.1-46.4-45.2-59-59.9.7l-25.8 103.3H177l8.1-32.5c-31.5 51.8-94.6 44.4-94.6-4.3.1-14.3.9-14 23-104.1H81.7l9.7-35.6h76.4c-33.6 133.7-32.6 126.9-32.9 138.2 0 20.9 40.9 13.5 57.4-23.2l19.8-79.4h-32.3l9.7-35.6h68.8l-8.9 40.5c40.5-75.5 127.9-47.8 101.8 38-14.2 51.1-14.6 50.7-14.9 58.8 0 15.5 17.5 22.6 31.8-16.9L386 325c-10.5 36.7-29.4 52-53.2 52z"], + "creative-commons-pd-alt": [496, 512, [], "f4ed", "M247.6 8C104.7 8 0 123.1 0 256c0 138.5 113.6 248 247.6 248C377.5 504 496 403.1 496 256 496 118.1 389.4 8 247.6 8zm.8 450.8c-112.5 0-203.7-93-203.7-202.8 0-105.4 85.5-203.3 203.7-203.3 112.6 0 202.9 89.5 202.8 203.3 0 121.7-99.6 202.8-202.8 202.8zM316.7 186h-53.2v137.2h53.2c21.4 0 70-5.1 70-68.6 0-63.4-48.6-68.6-70-68.6zm.8 108.5h-19.9v-79.7l19.4-.1c3.8 0 35-2.1 35 39.9 0 24.6-10.5 39.9-34.5 39.9zM203.7 186h-68.2v137.3h34.6V279h27c54.1 0 57.1-37.5 57.1-46.5 0-31-16.8-46.5-50.5-46.5zm-4.9 67.3h-29.2v-41.6h28.3c30.9 0 28.8 41.6.9 41.6z"], + "centercode": [512, 512, [], "f380", "M329.2 268.6c-3.8 35.2-35.4 60.6-70.6 56.8-35.2-3.8-60.6-35.4-56.8-70.6 3.8-35.2 35.4-60.6 70.6-56.8 35.1 3.8 60.6 35.4 56.8 70.6zm-85.8 235.1C96.7 496-8.2 365.5 10.1 224.3c11.2-86.6 65.8-156.9 139.1-192 161-77.1 349.7 37.4 354.7 216.6 4.1 147-118.4 262.2-260.5 254.8zm179.9-180c27.9-118-160.5-205.9-237.2-234.2-57.5 56.3-69.1 188.6-33.8 344.4 68.8 15.8 169.1-26.4 271-110.2z"], + "glide-g": [448, 512, [], "f2a6", "M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0 97.3 0 39 113.7 39 198.4 39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8-16.9 128.9-90.8 133.1-90.8 94.6 0-39.2 45-58.6 45.5-61-.3-12.2-47-27.6-58.9-27.6-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4 15.1-60.5 11.2-63.3 19.7-67.6 32.2-16.2 57.5-27 93.8-27 17.8 0 30.5 3.7 58.9 8.4 2.9 0 6.7-2.9 6.7-5.8 0-8-33.4-60.5-40.9-63.4zm-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3-2.3 10.2-13.3 7.8-22 7.8-38.3 0-49-41.8-49-73.1 0-47 18-109.3 61.8-133.4 7-4.1 14.8-6.7 22.6-6.7 18.6 0 20 13.3 20 28.7-.1 14.3-2.7 28.5-5.6 42.4z"], + "drupal": [448, 512, [], "f1a9", "M303.973,108.136C268.2,72.459,234.187,38.35,224.047,0c-9.957,38.35-44.25,72.459-80.019,108.136C90.467,161.7,29.716,222.356,29.716,313.436c-2.337,107.3,82.752,196.18,190.053,198.517S415.948,429.2,418.285,321.9q.091-4.231,0-8.464C418.285,222.356,357.534,161.7,303.973,108.136Zm-174.326,223a130.282,130.282,0,0,0-15.211,24.153,4.978,4.978,0,0,1-3.319,2.766h-1.659c-4.333,0-9.219-8.481-9.219-8.481h0c-1.29-2.028-2.489-4.149-3.687-6.361l-.83-1.752c-11.247-25.72-1.475-62.318-1.475-62.318h0a160.585,160.585,0,0,1,23.231-49.873A290.8,290.8,0,0,1,138.5,201.613l9.219,9.219,43.512,44.434a4.979,4.979,0,0,1,0,6.638L145.78,312.33h0Zm96.612,127.311a67.2,67.2,0,0,1-49.781-111.915c14.2-16.871,31.528-33.464,50.334-55.313,22.309,23.785,36.875,40.1,51.164,57.986a28.413,28.413,0,0,1,2.95,4.425,65.905,65.905,0,0,1,11.984,37.981,66.651,66.651,0,0,1-66.466,66.836ZM352.371,351.6h0a7.743,7.743,0,0,1-6.176,5.347H344.9a11.249,11.249,0,0,1-6.269-5.07h0a348.21,348.21,0,0,0-39.456-48.952L281.387,284.49,222.3,223.185a497.888,497.888,0,0,1-35.4-36.322,12.033,12.033,0,0,0-.922-1.382,35.4,35.4,0,0,1-4.7-9.219V174.51a31.346,31.346,0,0,1,9.218-27.656c11.432-11.431,22.955-22.954,33.833-34.939,11.984,13.275,24.8,26,37.428,38.627h0a530.991,530.991,0,0,1,69.6,79.1,147.494,147.494,0,0,1,27.011,83.8A134.109,134.109,0,0,1,352.371,351.6Z"], + "jxl": [448, 512, [], "e67b", "M412.2 32H35.8C16 32 0 48 0 67.8V444.2C0 464 16 480 35.8 480H412.2c19.8 0 35.8-16 35.8-35.8V67.8C448 48 432 32 412.2 32zM378.6 333.7c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6zm0-113.9c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6zm0-113.9c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6z"], + "dart-lang": [512, 512, [], "e693", "M378.6 78.9c-2.8-.1-5.6-.2-8.5-.2l-264.1 0 143.2-72C256.6 2.3 268 0 279.6 0c13.5 0 29.4 9.2 37 16.8l62 62zM107.3 96.5l262.8 0c16 0 25.4 1.4 35.4 9.3L512 212.2 512 421l-79.3 .7L107.3 96.5zM96.5 373l0-262.2L420.3 434.6l.7 77.4-212.2 0-98.1-98.2 0 0C99.4 402.5 96.5 398.5 96.5 373zM78.7 105.3l0 267.7c0 3.3 .1 6.3 .2 9.1l-62-62C6.5 309.3 0 294.3 0 279.6c0-6.8 3.9-17.5 6.7-23.6l72-150.7z"], + "hire-a-helper": [512, 512, [], "f3b0", "M443.1 0H71.9C67.9 37.3 37.4 67.8 0 71.7v371.5c37.4 4.9 66 32.4 71.9 68.8h372.2c3-36.4 32.5-65.8 67.9-69.8V71.7c-36.4-5.9-65-35.3-68.9-71.7zm-37 404.9c-36.3 0-18.8-2-55.1-2-35.8 0-21 2-56.1 2-5.9 0-4.9-8.2 0-9.8 22.8-7.6 22.9-10.2 24.6-12.8 10.4-15.6 5.9-83 5.9-113 0-5.3-6.4-12.8-13.8-12.8H200.4c-7.4 0-13.8 7.5-13.8 12.8 0 30-4.5 97.4 5.9 113 1.7 2.5 1.8 5.2 24.6 12.8 4.9 1.6 6 9.8 0 9.8-35.1 0-20.3-2-56.1-2-36.3 0-18.8 2-55.1 2-7.9 0-5.8-10.8 0-10.8 10.2-3.4 13.5-3.5 21.7-13.8 7.7-12.9 7.9-44.4 7.9-127.8V151.3c0-22.2-12.2-28.3-28.6-32.4-8.8-2.2-4-11.8 1-11.8 36.5 0 20.6 2 57.1 2 32.7 0 16.5-2 49.2-2 3.3 0 8.5 8.3 1 10.8-4.9 1.6-27.6 3.7-27.6 39.3 0 45.6-.2 55.8 1 68.8 0 1.3 2.3 12.8 12.8 12.8h109.2c10.5 0 12.8-11.5 12.8-12.8 1.2-13 1-23.2 1-68.8 0-35.6-22.7-37.7-27.6-39.3-7.5-2.5-2.3-10.8 1-10.8 32.7 0 16.5 2 49.2 2 36.5 0 20.6-2 57.1-2 4.9 0 9.9 9.6 1 11.8-16.4 4.1-28.6 10.3-28.6 32.4v101.2c0 83.4.1 114.9 7.9 127.8 8.2 10.2 11.4 10.4 21.7 13.8 5.8 0 7.8 10.8 0 10.8z"], + "creative-commons-by": [496, 512, [], "f4e7", "M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z"], + "unity": [448, 512, [], "e049", "M243.583 91.6027L323.695 138.384C326.575 140.026 326.68 144.583 323.695 146.225L228.503 201.854C225.623 203.55 222.22 203.444 219.549 201.854L124.357 146.225C121.425 144.636 121.373 139.973 124.357 138.384L204.417 91.6027V0L0 119.417V358.252L78.3843 312.477V218.914C78.3319 215.576 82.2066 213.192 85.0865 214.993L180.279 270.622C183.159 272.318 184.782 275.338 184.782 278.464V389.669C184.834 393.007 180.959 395.391 178.079 393.589L97.9673 346.808L19.583 392.583L224 512L428.417 392.583L350.033 346.808L269.921 393.589C267.093 395.338 263.114 393.06 263.218 389.669V278.464C263.218 275.126 265.051 272.159 267.721 270.622L362.914 214.993C365.741 213.245 369.72 215.47 369.616 218.914V312.477L448 358.252V119.417L243.583 0V91.6027Z"], + "whmcs": [448, 512, [], "f40d", "M448 161v-21.3l-28.5-8.8-2.2-10.4 20.1-20.7L427 80.4l-29 7.5-7.2-7.5 7.5-28.2-19.1-11.6-21.3 21-10.7-3.2-7-26.4h-22.6l-6.2 26.4-12.1 3.2-19.7-21-19.4 11 8.1 27.7-8.1 8.4-28.5-7.5-11 19.1 20.7 21-2.9 10.4-28.5 7.8-.3 21.7 28.8 7.5 2.4 12.1-20.1 19.9 10.4 18.5 29.6-7.5 7.2 8.6-8.1 26.9 19.9 11.6 19.4-20.4 11.6 2.9 6.7 28.5 22.6.3 6.7-28.8 11.6-3.5 20.7 21.6 20.4-12.1-8.8-28 7.8-8.1 28.8 8.8 10.3-20.1-20.9-18.8 2.2-12.1 29.1-7zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8 56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8zm72.3 16.4l46.9 14.5V277l-55.1 13.4-4.1 22.7 38.9 35.3-19.2 37.9-54-16.7-14.6 15.2 16.7 52.5-38.3 22.7-38.9-40.5-21.7 6.6-12.6 54-42.4-.5-12.6-53.6-21.7-5.6-36.4 38.4-37.4-21.7 15.2-50.5-13.7-16.1-55.5 14.1-19.7-34.8 37.9-37.4-4.8-22.8-54-14.1.5-40.9L54 219.9l5.7-19.7-38.9-39.4L41.5 125l53.6 14.1 15.2-15.7-15.2-52 36.4-20.7 36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7-3.3 5.7-11 19.1-3.3 5.6 4.6 4.6 17.2 17.4-.3 1-23.8 6.5-6.2 1.7-.1 6.4-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7 50.5 0 92.7-35.4 103.2-82.8l13.2.2 6.9.1 1.6-6.7 5.6-24 1.9-.6 17.1 17.8 4.7 4.9 5.8-3.4 20.4-12.1 5.8-3.5-2-6.5-6.8-21.2z"], + "rocketchat": [576, 512, [], "f3e8", "M284.046,224.8a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,284.046,224.8Zm-110.45,0a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,173.6,224.8Zm220.923,0a34.114,34.114,0,1,0,34.317,34.113A34.215,34.215,0,0,0,394.519,224.8Zm153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618-52.886-34.817-122.374-54-195.666-54a405.975,405.975,0,0,0-72.032,6.357,238.524,238.524,0,0,0-49.51-36.588C99.684-11.7,40.859.711,11.135,11.421A14.291,14.291,0,0,0,5.58,34.782C26.542,56.458,61.222,99.3,52.7,138.252c-33.142,33.9-51.112,74.776-51.112,117.337,0,43.372,17.97,84.248,51.112,118.148,8.526,38.956-26.154,81.816-47.116,103.491a14.284,14.284,0,0,0,5.555,23.34c29.724,10.709,88.549,23.147,155.324-10.2a238.679,238.679,0,0,0,49.51-36.589A405.972,405.972,0,0,0,288,460.14c73.313,0,142.8-19.159,195.667-53.975,27.371-18.049,49.145-39.426,64.679-63.619,17.309-26.923,26.07-55.916,26.07-86.125C574.394,225.4,565.634,196.43,548.326,169.485ZM284.987,409.9a345.65,345.65,0,0,1-89.446-11.5l-20.129,19.393a184.366,184.366,0,0,1-37.138,27.585,145.767,145.767,0,0,1-52.522,14.87c.983-1.771,1.881-3.563,2.842-5.356q30.258-55.68,16.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4,0-83.1,104.254-150.469,232.846-150.469s232.867,67.373,232.867,150.469C517.854,342.525,413.6,409.9,284.987,409.9Z"], + "vk": [448, 512, [], "f189", "M31.4907 63.4907C0 94.9813 0 145.671 0 247.04V264.96C0 366.329 0 417.019 31.4907 448.509C62.9813 480 113.671 480 215.04 480H232.96C334.329 480 385.019 480 416.509 448.509C448 417.019 448 366.329 448 264.96V247.04C448 145.671 448 94.9813 416.509 63.4907C385.019 32 334.329 32 232.96 32H215.04C113.671 32 62.9813 32 31.4907 63.4907ZM75.6 168.267H126.747C128.427 253.76 166.133 289.973 196 297.44V168.267H244.16V242C273.653 238.827 304.64 205.227 315.093 168.267H363.253C359.313 187.435 351.46 205.583 340.186 221.579C328.913 237.574 314.461 251.071 297.733 261.227C316.41 270.499 332.907 283.63 346.132 299.751C359.357 315.873 369.01 334.618 374.453 354.747H321.44C316.555 337.262 306.614 321.61 292.865 309.754C279.117 297.899 262.173 290.368 244.16 288.107V354.747H238.373C136.267 354.747 78.0267 284.747 75.6 168.267Z"], + "untappd": [640, 512, [], "f405", "M401.3 49.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.6 497.1c-7.6 10.6-20.4 16.2-33.4 14.6-40.3-5-77.8-32.2-95.3-68.5-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9 1-4.8 1-7.3 3.6-8 3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6 4.5-.1 13.2 1.2 25.6 10 12.3 8.9 16.4 16.8 17.7 21.1.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4.1 2.8-2.3 3.6-6.5 6.1zM230.1 36.4c3.4.9 2.5 4.4 2.3 7.4-.2 2.7 2.1 3.5 6.4 6 7.9 15.9 15.3 30.5 22.2 44 .7 1.3 2.3 1.5 3.3.5 11.2-12 24.6-26.2 40.5-42.6 1.3-1.4 1.4-3.5.1-4.9-8-8.2-16.5-16.9-25.6-26.1-1-4.7-1-7.3-3.6-8-3-.8-6.6-1-6.3-4.6.3-3.3 1.4-8.1-2.8-8.2-4.5-.1-13.2 1.1-25.6 10-12.3 8.9-16.4 16.8-17.7 21.1-1.4 4.2 3.6 4.6 6.8 5.4zM620 406.7L471.2 198.8c-13.2-18.5-26.6-23.4-56.4-39.1-11.2-5.9-14.2-10.9-30.5-28.9-1-1.1-2.9-.9-3.6.5-46.3 88.8-47.1 82.8-49 94.8-1.7 10.7-1.3 20 .3 29.8 1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7 40.3-4.9 78-32 95.7-68.6 5.4-11.9 4.3-25.9-3.4-36.6z"], + "mailchimp": [448, 512, [], "f59e", "M330.61 243.52a36.15 36.15 0 0 1 9.3 0c1.66-3.83 1.95-10.43.45-17.61-2.23-10.67-5.25-17.14-11.48-16.13s-6.47 8.74-4.24 19.42c1.26 6 3.49 11.14 6 14.32zM277.05 252c4.47 2 7.2 3.26 8.28 2.13 1.89-1.94-3.48-9.39-12.12-13.09a31.44 31.44 0 0 0-30.61 3.68c-3 2.18-5.81 5.22-5.41 7.06.85 3.74 10-2.71 22.6-3.48 7-.44 12.8 1.75 17.26 3.71zm-9 5.13c-9.07 1.42-15 6.53-13.47 10.1.9.34 1.17.81 5.21-.81a37 37 0 0 1 18.72-1.95c2.92.34 4.31.52 4.94-.49 1.46-2.22-5.71-8-15.39-6.85zm54.17 17.1c3.38-6.87-10.9-13.93-14.3-7s10.92 13.88 14.32 6.97zm15.66-20.47c-7.66-.13-7.95 15.8-.26 15.93s7.98-15.81.28-15.96zm-218.79 78.9c-1.32.31-6 1.45-8.47-2.35-5.2-8 11.11-20.38 3-35.77-9.1-17.47-27.82-13.54-35.05-5.54-8.71 9.6-8.72 23.54-5 24.08 4.27.57 4.08-6.47 7.38-11.63a12.83 12.83 0 0 1 17.85-3.72c11.59 7.59 1.37 17.76 2.28 28.62 1.39 16.68 18.42 16.37 21.58 9a2.08 2.08 0 0 0-.2-2.33c.03.89.68-1.3-3.35-.39zm299.72-17.07c-3.35-11.73-2.57-9.22-6.78-20.52 2.45-3.67 15.29-24-3.07-43.25-10.4-10.92-33.9-16.54-41.1-18.54-1.5-11.39 4.65-58.7-21.52-83 20.79-21.55 33.76-45.29 33.73-65.65-.06-39.16-48.15-51-107.42-26.47l-12.55 5.33c-.06-.05-22.71-22.27-23.05-22.57C169.5-18-41.77 216.81 25.78 273.85l14.76 12.51a72.49 72.49 0 0 0-4.1 33.5c3.36 33.4 36 60.42 67.53 60.38 57.73 133.06 267.9 133.28 322.29 3 1.74-4.47 9.11-24.61 9.11-42.38s-10.09-25.27-16.53-25.27zm-316 48.16c-22.82-.61-47.46-21.15-49.91-45.51-6.17-61.31 74.26-75.27 84-12.33 4.54 29.64-4.67 58.49-34.12 57.81zM84.3 249.55C69.14 252.5 55.78 261.09 47.6 273c-4.88-4.07-14-12-15.59-15-13.01-24.85 14.24-73 33.3-100.21C112.42 90.56 186.19 39.68 220.36 48.91c5.55 1.57 23.94 22.89 23.94 22.89s-34.15 18.94-65.8 45.35c-42.66 32.85-74.89 80.59-94.2 132.4zM323.18 350.7s-35.74 5.3-69.51-7.07c6.21-20.16 27 6.1 96.4-13.81 15.29-4.38 35.37-13 51-25.35a102.85 102.85 0 0 1 7.12 24.28c3.66-.66 14.25-.52 11.44 18.1-3.29 19.87-11.73 36-25.93 50.84A106.86 106.86 0 0 1 362.55 421a132.45 132.45 0 0 1-20.34 8.58c-53.51 17.48-108.3-1.74-126-43a66.33 66.33 0 0 1-3.55-9.74c-7.53-27.2-1.14-59.83 18.84-80.37 1.23-1.31 2.48-2.85 2.48-4.79a8.45 8.45 0 0 0-1.92-4.54c-7-10.13-31.19-27.4-26.33-60.83 3.5-24 24.49-40.91 44.07-39.91l5 .29c8.48.5 15.89 1.59 22.88 1.88 11.69.5 22.2-1.19 34.64-11.56 4.2-3.5 7.57-6.54 13.26-7.51a17.45 17.45 0 0 1 13.6 2.24c10 6.64 11.4 22.73 11.92 34.49.29 6.72 1.1 23 1.38 27.63.63 10.67 3.43 12.17 9.11 14 3.19 1.05 6.15 1.83 10.51 3.06 13.21 3.71 21 7.48 26 12.31a16.38 16.38 0 0 1 4.74 9.29c1.56 11.37-8.82 25.4-36.31 38.16-46.71 21.68-93.68 14.45-100.48 13.68-20.15-2.71-31.63 23.32-19.55 41.15 22.64 33.41 122.4 20 151.37-21.35.69-1 .12-1.59-.73-1-41.77 28.58-97.06 38.21-128.46 26-4.77-1.85-14.73-6.44-15.94-16.67 43.6 13.49 71 .74 71 .74s2.03-2.79-.56-2.53zm-68.47-5.7zm-83.4-187.5c16.74-19.35 37.36-36.18 55.83-45.63a.73.73 0 0 1 1 1c-1.46 2.66-4.29 8.34-5.19 12.65a.75.75 0 0 0 1.16.79c11.49-7.83 31.48-16.22 49-17.3a.77.77 0 0 1 .52 1.38 41.86 41.86 0 0 0-7.71 7.74.75.75 0 0 0 .59 1.19c12.31.09 29.66 4.4 41 10.74.76.43.22 1.91-.64 1.72-69.55-15.94-123.08 18.53-134.5 26.83a.76.76 0 0 1-1-1.12z"], + "css3-alt": [384, 512, [], "f38b", "M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112h242.2z"], + "square-reddit": [448, 512, ["reddit-square"], "f1a2", "M64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32zM305.9 166.4c20.6 0 37.3-16.7 37.3-37.3s-16.7-37.3-37.3-37.3c-18 0-33.1 12.8-36.6 29.8c-30.2 3.2-53.8 28.8-53.8 59.9l0 .2c-32.8 1.4-62.8 10.7-86.6 25.5c-8.8-6.8-19.9-10.9-32-10.9c-28.9 0-52.3 23.4-52.3 52.3c0 21 12.3 39 30.1 47.4c1.7 60.7 67.9 109.6 149.3 109.6s147.6-48.9 149.3-109.7c17.7-8.4 29.9-26.4 29.9-47.3c0-28.9-23.4-52.3-52.3-52.3c-12 0-23 4-31.9 10.8c-24-14.9-54.3-24.2-87.5-25.4l0-.1c0-22.2 16.5-40.7 37.9-43.7l0 0c3.9 16.5 18.7 28.7 36.3 28.7zM155 248.1c14.6 0 25.8 15.4 25 34.4s-11.8 25.9-26.5 25.9s-27.5-7.7-26.6-26.7s13.5-33.5 28.1-33.5zm166.4 33.5c.9 19-12 26.7-26.6 26.7s-25.6-6.9-26.5-25.9c-.9-19 10.3-34.4 25-34.4s27.3 14.6 28.1 33.5zm-42.1 49.6c-9 21.5-30.3 36.7-55.1 36.7s-46.1-15.1-55.1-36.7c-1.1-2.6 .7-5.4 3.4-5.7c16.1-1.6 33.5-2.5 51.7-2.5s35.6 .9 51.7 2.5c2.7 .3 4.5 3.1 3.4 5.7z"], + "vimeo-v": [448, 512, [], "f27d", "M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z"], + "contao": [512, 512, [], "f26d", "M45.4 305c14.4 67.1 26.4 129 68.2 175H34c-18.7 0-34-15.2-34-34V66c0-18.7 15.2-34 34-34h57.7C77.9 44.6 65.6 59.2 54.8 75.6c-45.4 70-27 146.8-9.4 229.4zM478 32h-90.2c21.4 21.4 39.2 49.5 52.7 84.1l-137.1 29.3c-14.9-29-37.8-53.3-82.6-43.9-24.6 5.3-41 19.3-48.3 34.6-8.8 18.7-13.2 39.8 8.2 140.3 21.1 100.2 33.7 117.7 49.5 131.2 12.9 11.1 33.4 17 58.3 11.7 44.5-9.4 55.7-40.7 57.4-73.2l137.4-29.6c3.2 71.5-18.7 125.2-57.4 163.6H478c18.7 0 34-15.2 34-34V66c0-18.8-15.2-34-34-34z"], + "square-font-awesome": [448, 512, [], "e5ad", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm90 122c0 9.3-4.8 17.4-12.1 22l188.9 0c7.3 0 13.2 5.9 13.2 13.2c0 1.8-.4 3.7-1.1 5.4L312 264l30.9 69.4c.7 1.7 1.1 3.5 1.1 5.4c0 7.3-5.9 13.2-13.2 13.2L144 352l0 32-32 0 0-32 0-176 0-1.5c-6.1-4.8-10-12.2-10-20.5c0-14.4 11.6-26 26-26s26 11.6 26 26z"], + "deskpro": [480, 512, [], "f38f", "M205.9 512l31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6 38.9-18.6 38.4-61.9 38.3-63.8-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7-9.4 23.7-43.9 62.8-95.2 69.4-8.7 1.1-32.8 1.2-50.7 1.1zm200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3-17.4 31.3 119.2-.1zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9-1.2-13.2-21.3-11.6-20.1 1.8 1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1 4.3-.4 50.1-2.1 50.1 43.7 0 13.3 20.2 13.4 20.2 0 0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2zm-132.5 56l64 29.3c13.3-45.5-42.2-71.7-64-29.3z"], + "brave": [448, 512, [], "e63c", "M145.5 0H224h78.5l44.7 50.8s39.3-10.9 57.8 7.6s33.8 34.9 33.8 34.9l-12 29.5 15.3 43.7s-44.9 170.2-50.1 191c-10.4 40.9-17.4 56.8-46.9 77.5s-82.9 56.8-91.6 62.2c-1.9 1.2-3.9 2.5-5.9 3.9c-7.5 5.1-15.8 10.8-23.5 10.8l0 0 0 0c-7.7 0-16.1-5.7-23.5-10.8c-2-1.4-4-2.8-5.9-3.9c-8.7-5.5-62.1-41.5-91.6-62.2s-36.5-36.6-46.9-77.5c-5.3-20.8-50.1-191-50.1-191l15.3-43.7L9.2 93.3s15.3-16.4 33.8-34.9s57.8-7.6 57.8-7.6L145.5 0zM224 407.6l0 0c3.7 0 8.9-4.7 13-8.4c.6-.5 1.2-1.1 1.7-1.5c4.2-3.7 47.8-37.5 51-39.8s5.4-6.5 1.9-8.7c-2.8-1.7-10-5.5-20.3-10.8c-3-1.6-6.3-3.2-9.7-5c-15.4-8-34.5-14.7-37.5-14.7l0 0 0 0c-3 0-22.1 6.8-37.5 14.7c-3.5 1.8-6.7 3.5-9.7 5c-10.3 5.3-17.6 9.1-20.3 10.8c-3.6 2.2-1.4 6.4 1.9 8.7s46.8 36.1 51 39.8c.5 .5 1.1 1 1.7 1.5c4.1 3.7 9.3 8.4 13 8.4l0 0zm0-165.7l0 0c4.7 0 17.6-3 26.4-5l0 0 2-.5c7.8-1.8 7.3-6.3 6.4-13c-.1-.8-.2-1.6-.3-2.4c-.6-6.1-5.8-33.1-9.1-50.3c-1.1-5.8-2-10.5-2.4-12.9c-1.5-8.1-.6-9.4 .7-11.3c.2-.3 .5-.7 .7-1.1c1.4-2.3 16-6.2 27.9-9.5l0 0c2.5-.7 4.8-1.3 6.9-1.9c10.6-3 32.4-.6 44.2 .6c1.8 .2 3.4 .4 4.7 .5c9.6 .9 10.4 2.3 7.2 3.8c-2.3 1.1-16.2 6.3-28.7 10.9l0 0 0 0c-4.7 1.8-9.2 3.5-12.8 4.8c-1.5 .5-3 1.1-4.5 1.7c-12.5 4.6-27.2 10-28.9 19.4c-1.5 8.3 5.2 19.9 11.3 30.3l0 0c1.6 2.8 3.2 5.5 4.6 8.1c6.3 11.9 6.5 13.3 6.1 18.1c-.4 3.9-14.5 12.7-22.4 17.6l0 0c-1.8 1.1-3.3 2.1-4.2 2.7c-.8 .5-2.1 1.4-3.8 2.4c-8.6 5.2-26.3 16-26.3 22.5c0 7.8 24.6 28.1 32.4 33.2s28.9 16.1 37.9 17.8s23-8.5 31.2-23.8c7.7-14.4 1.7-28.5-3.2-40l-.9-2.2c-4.5-10.6 1.9-17 6.2-21.3l0 0c.5-.5 1-1 1.4-1.4L377.7 194c1.3-1.3 2.5-2.6 3.7-3.8l0 0c5.8-5.7 10.8-10.5 10.8-22.8c0-14.9-57.5-84.5-57.5-84.5s-48.5 9.3-55.1 9.3c-5.2 0-15.3-3.5-25.8-7.1l0 0c-2.7-.9-5.4-1.9-8-2.7C232.8 78.1 224 78 224 78l0 0 0 0s-8.7 0-21.8 4.4c-2.7 .9-5.4 1.8-8 2.7l0 0c-10.5 3.6-20.6 7.1-25.8 7.1c-6.5 0-55.1-9.3-55.1-9.3s-57.5 69.6-57.5 84.5c0 12.3 4.9 17.1 10.8 22.8l0 0c1.2 1.2 2.5 2.4 3.7 3.8l43.1 45.8c.4 .5 .9 .9 1.4 1.4l0 0c4.3 4.3 10.6 10.7 6.2 21.3l-.9 2.2c-4.9 11.5-11 25.6-3.2 40c8.2 15.3 22.2 25.5 31.2 23.8s30.1-12.7 37.9-17.8s32.4-25.4 32.4-33.2c0-6.5-17.7-17.3-26.3-22.5c-1.7-1-3.1-1.9-3.8-2.4c-.9-.6-2.4-1.5-4.2-2.7c-7.9-4.9-22-13.7-22.4-17.6c-.4-4.8-.3-6.2 6.1-18.1c1.3-2.5 2.9-5.3 4.6-8.1c6-10.4 12.8-22 11.3-30.3c-1.7-9.4-16.4-14.8-28.9-19.4c-1.6-.6-3.1-1.1-4.5-1.7c-3.6-1.4-8.1-3.1-12.8-4.8l-.1 0c-12.5-4.7-26.4-9.9-28.7-10.9c-3.2-1.5-2.3-2.8 7.2-3.8c1.3-.1 2.9-.3 4.7-.5c11.8-1.3 33.6-3.6 44.2-.6c2.1 .6 4.4 1.2 6.9 1.9c11.9 3.2 26.5 7.2 27.9 9.5c.2 .4 .5 .7 .7 1.1c1.3 1.9 2.2 3.2 .7 11.3c-.4 2.4-1.3 7.1-2.4 12.9c-3.3 17.2-8.5 44.2-9.1 50.3c-.1 .8-.2 1.7-.3 2.4c-.8 6.7-1.4 11.2 6.4 13l2 .5 0 0c8.8 2 21.8 5 26.4 5l0 0z"], + "sistrix": [448, 512, [], "f3ee", "M448 449L301.2 300.2c20-27.9 31.9-62.2 31.9-99.2 0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1 30.5-31zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9-57.4 129.9-128.1 129.9z"], + "square-instagram": [448, 512, ["instagram-square"], "e055", "M194.4 211.7a53.3 53.3 0 1 0 59.3 88.7 53.3 53.3 0 1 0 -59.3-88.7zm142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12c-18.1-7.1-57.6-6.8-83.1-6.5c-4.1 0-7.9 .1-11.2 .1c-3.3 0-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5c-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2c0 4.1 .1 7.9 .1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2c2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5c4.1 0 7.9-.1 11.2-.1c3.3 0 7.2 0 11.4 .1c25.5 .3 64.8 .7 82.9-6.5c6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83c0-4.2-.1-8.1-.1-11.4s0-7.1 .1-11.4c.3-25.5 .7-64.9-6.5-83l0 0c-2.7-6.9-6.8-13.1-12-18.4zm-67.1 44.5A82 82 0 1 1 178.4 324.2a82 82 0 1 1 91.1-136.4zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1s2.6-7.1 5.2-9.8s6.1-4.5 9.8-5.2s7.6-.4 11.1 1.1s6.5 3.9 8.6 7s3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2s-3.9 3.2-6.2 4.2s-4.8 1.5-7.3 1.5l0 0c-3.8 0-7.5-1.1-10.6-3.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM357 389c-18.7 18.7-41.4 24.6-67 25.9c-26.4 1.5-105.6 1.5-132 0c-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132c1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0c25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9c-1.3 25.6-7.1 48.3-25.8 67z"], + "battle-net": [512, 512, [], "f835", "M448.61 225.62c26.87.18 35.57-7.43 38.92-12.37 12.47-16.32-7.06-47.6-52.85-71.33 17.76-33.58 30.11-63.68 36.34-85.3 3.38-11.83 1.09-19 .45-20.25-1.72 10.52-15.85 48.46-48.2 100.05-25-11.22-56.52-20.1-93.77-23.8-8.94-16.94-34.88-63.86-60.48-88.93C252.18 7.14 238.7 1.07 228.18.22h-.05c-13.83-1.55-22.67 5.85-27.4 11-17.2 18.53-24.33 48.87-25 84.07-7.24-12.35-17.17-24.63-28.5-25.93h-.18c-20.66-3.48-38.39 29.22-36 81.29-38.36 1.38-71 5.75-93 11.23-9.9 2.45-16.22 7.27-17.76 9.72 1-.38 22.4-9.22 111.56-9.22 5.22 53 29.75 101.82 26 93.19-9.73 15.4-38.24 62.36-47.31 97.7-5.87 22.88-4.37 37.61.15 47.14 5.57 12.75 16.41 16.72 23.2 18.26 25 5.71 55.38-3.63 86.7-21.14-7.53 12.84-13.9 28.51-9.06 39.34 7.31 19.65 44.49 18.66 88.44-9.45 20.18 32.18 40.07 57.94 55.7 74.12a39.79 39.79 0 0 0 8.75 7.09c5.14 3.21 8.58 3.37 8.58 3.37-8.24-6.75-34-38-62.54-91.78 22.22-16 45.65-38.87 67.47-69.27 122.82 4.6 143.29-24.76 148-31.64 14.67-19.88 3.43-57.44-57.32-93.69zm-77.85 106.22c23.81-37.71 30.34-67.77 29.45-92.33 27.86 17.57 47.18 37.58 49.06 58.83 1.14 12.93-8.1 29.12-78.51 33.5zM216.9 387.69c9.76-6.23 19.53-13.12 29.2-20.49 6.68 13.33 13.6 26.1 20.6 38.19-40.6 21.86-68.84 12.76-49.8-17.7zm215-171.35c-10.29-5.34-21.16-10.34-32.38-15.05a722.459 722.459 0 0 0 22.74-36.9c39.06 24.1 45.9 53.18 9.64 51.95zM279.18 398c-5.51-11.35-11-23.5-16.5-36.44 43.25 1.27 62.42-18.73 63.28-20.41 0 .07-25 15.64-62.53 12.25a718.78 718.78 0 0 0 85.06-84q13.06-15.31 24.93-31.11c-.36-.29-1.54-3-16.51-12-51.7 60.27-102.34 98-132.75 115.92-20.59-11.18-40.84-31.78-55.71-61.49-20-39.92-30-82.39-31.57-116.07 12.3.91 25.27 2.17 38.85 3.88-22.29 36.8-14.39 63-13.47 64.23 0-.07-.95-29.17 20.14-59.57a695.23 695.23 0 0 0 44.67 152.84c.93-.38 1.84.88 18.67-8.25-26.33-74.47-33.76-138.17-34-173.43 20-12.42 48.18-19.8 81.63-17.81 44.57 2.67 86.36 15.25 116.32 30.71q-10.69 15.66-23.33 32.47C365.63 152 339.1 145.84 337.5 146c.11 0 25.9 14.07 41.52 47.22a717.63 717.63 0 0 0-115.34-31.71 646.608 646.608 0 0 0-39.39-6.05c-.07.45-1.81 1.85-2.16 20.33C300 190.28 358.78 215.68 389.36 233c.74 23.55-6.95 51.61-25.41 79.57-24.6 37.31-56.39 67.23-84.77 85.43zm27.4-287c-44.56-1.66-73.58 7.43-94.69 20.67 2-52.3 21.31-76.38 38.21-75.28C267 52.15 305 108.55 306.58 111zm-130.65 3.1c.48 12.11 1.59 24.62 3.21 37.28-14.55-.85-28.74-1.25-42.4-1.26-.08 3.24-.12-51 24.67-49.59h.09c5.76 1.09 10.63 6.88 14.43 13.57zm-28.06 162c20.76 39.7 43.3 60.57 65.25 72.31-46.79 24.76-77.53 20-84.92 4.51-.2-.21-11.13-15.3 19.67-76.81zm210.06 74.8"], + "the-red-yeti": [512, 512, [], "f69d", "M488.23 241.7l20.7 7.1c-9.6-23.9-23.9-37-31.7-44.8l7.1-18.2c.2 0 12.3-27.8-2.5-30.7-.6-11.3-6.6-27-18.4-27-7.6-10.6-17.7-12.3-30.7-5.9a122.2 122.2 0 0 0-25.3 16.5c-5.3-6.4-3 .4-3-29.8-37.1-24.3-45.4-11.7-74.8 3l.5.5a239.36 239.36 0 0 0-68.4-13.3c-5.5-8.7-18.6-19.1-25.1-25.1l24.8 7.1c-5.5-5.5-26.8-12.9-34.2-15.2 18.2-4.1 29.8-20.8 42.5-33-34.9-10.1-67.9-5.9-97.9 11.8l12-44.2L182 0c-31.6 24.2-33 41.9-33.7 45.5-.9-2.4-6.3-19.6-15.2-27a35.12 35.12 0 0 0-.5 25.3c3 8.4 5.9 14.8 8.4 18.9-16-3.3-28.3-4.9-49.2 0h-3.7l33 14.3a194.26 194.26 0 0 0-46.7 67.4l-1.7 8.4 1.7 1.7 7.6-4.7c-3.3 11.6-5.3 19.4-6.6 25.8a200.18 200.18 0 0 0-27.8 40.3c-15 1-31.8 10.8-40.3 14.3l3 3.4 28.8 1c-.5 1-.7 2.2-1.2 3.2-7.3 6.4-39.8 37.7-33 80.7l20.2-22.4c.5 1.7.7 3.4 1.2 5.2 0 25.5.4 89.6 64.9 150.5 43.6 40 96 60.2 157.5 60.2 121.7 0 223-87.3 223-211.5 6.8-9.7-1.2 3 16.7-25.1l13 14.3 2.5-.5A181.84 181.84 0 0 0 495 255a44.74 44.74 0 0 0-6.8-13.3zM398 111.2l-.5 21.9c5.5 18.1 16.9 17.2 22.4 17.2l-3.4-4.7 22.4-5.4a242.44 242.44 0 0 1-27 0c12.8-2.1 33.3-29 43-11.3 3.4 7.6 6.4 17.2 9.3 27.8l1.7-5.9a56.38 56.38 0 0 1-1.7-15.2c5.4.5 8.8 3.4 9.3 10.1.5 6.4 1.7 14.8 3.4 25.3l4.7-11.3c4.6 0 4.5-3.6-2.5 20.7-20.9-8.7-35.1-8.4-46.5-8.4l18.2-16c-25.3 8.2-33 10.8-54.8 20.9-1.1-5.4-5-13.5-16-19.9-3.2 3.8-2.8.9-.7 14.8h-2.5a62.32 62.32 0 0 0-8.4-23.1l4.2-3.4c8.4-7.1 11.8-14.3 10.6-21.9-.5-6.4-5.4-13.5-13.5-20.7 5.6-3.4 15.2-.4 28.3 8.5zm-39.6-10.1c2.7 1.9 11.4 5.4 18.9 17.2 4.2 8.4 4 9.8 3.4 11.1-.5 2.4-.5 4.3-3 7.1-1.7 2.5-5.4 4.7-11.8 7.6-7.6-13-16.5-23.6-27.8-31.2zM91 143.1l1.2-1.7c1.2-2.9 4.2-7.6 9.3-15.2l2.5-3.4-13 12.3 5.4-4.7-10.1 9.3-4.2 1.2c12.3-24.1 23.1-41.3 32.5-50.2 9.3-9.3 16-16 20.2-19.4l-6.4 1.2c-11.3-4.2-19.4-7.1-24.8-8.4 2.5-.5 3.7-.5 3.2-.5 10.3 0 17.5.5 20.9 1.2a52.35 52.35 0 0 0 16 2.5l.5-1.7-8.4-35.8 13.5 29a42.89 42.89 0 0 0 5.9-14.3c1.7-6.4 5.4-13 10.1-19.4s7.6-10.6 9.3-11.3a234.68 234.68 0 0 0-6.4 25.3l-1.7 7.1-.5 4.7 2.5 2.5C190.4 39.9 214 34 239.8 34.5l21.1.5c-11.8 13.5-27.8 21.9-48.5 24.8a201.26 201.26 0 0 1-23.4 2.9l-.2-.5-2.5-1.2a20.75 20.75 0 0 0-14 2c-2.5-.2-4.9-.5-7.1-.7l-2.5 1.7.5 1.2c2 .2 3.9.5 6.2.7l-2 3.4 3.4-.5-10.6 11.3c-4.2 3-5.4 6.4-4.2 9.3l5.4-3.4h1.2a39.4 39.4 0 0 1 25.3-15.2v-3c6.4.5 13 1 19.4 1.2 6.4 0 8.4.5 5.4 1.2a189.6 189.6 0 0 1 20.7 13.5c13.5 10.1 23.6 21.9 30 35.4 8.8 18.2 13.5 37.1 13.5 56.6a141.13 141.13 0 0 1-3 28.3 209.91 209.91 0 0 1-16 46l2.5.5c18.2-19.7 41.9-16 49.2-16l-6.4 5.9 22.4 17.7-1.7 30.7c-5.4-12.3-16.5-21.1-33-27.8 16.5 14.8 23.6 21.1 21.9 20.2-4.8-2.8-3.5-1.9-10.8-3.7 4.1 4.1 17.5 18.8 18.2 20.7l.2.2-.2.2c0 1.8 1.6-1.2-14 22.9-75.2-15.3-106.27-42.7-141.2-63.2l11.8 1.2c-11.8-18.5-15.6-17.7-38.4-26.1L149 225c-8.8-3-18.2-3-28.3.5l7.6-10.6-1.2-1.7c-14.9 4.3-19.8 9.2-22.6 11.3-1.1-5.5-2.8-12.4-12.3-28.8l-1.2 27-13.2-5c1.5-25.2 5.4-50.5 13.2-74.6zm276.5 330c-49.9 25-56.1 22.4-59 23.9-29.8-11.8-50.9-31.7-63.5-58.8l30 16.5c-9.8-9.3-18.3-16.5-38.4-44.3l11.8 23.1-17.7-7.6c14.2 21.1 23.5 51.7 66.6 73.5-120.8 24.2-199-72.1-200.9-74.3a262.57 262.57 0 0 0 35.4 24.8c3.4 1.7 7.1 2.5 10.1 1.2l-16-20.7c9.2 4.2 9.5 4.5 69.1 29-42.5-20.7-73.8-40.8-93.2-60.2-.5 6.4-1.2 10.1-1.2 10.1a80.25 80.25 0 0 1 20.7 26.6c-39-18.9-57.6-47.6-71.3-82.6 49.9 55.1 118.9 37.5 120.5 37.1 34.8 16.4 69.9 23.6 113.9 10.6 3.3 0 20.3 17 25.3 39.1l4.2-3-2.5-23.6c9 9 24.9 22.6 34.4 13-15.6-5.3-23.5-9.5-29.5-31.7 4.6 4.2 7.6 9 27.8 15l1.2-1.2-10.5-14.2c11.7-4.8-3.5 1 32-10.8 4.3 34.3 9 49.2.7 89.5zm115.3-214.4l-2.5.5 3 9.3c-3.5 5.9-23.7 44.3-71.6 79.7-39.5 29.8-76.6 39.1-80.9 40.3l-7.6-7.1-1.2 3 14.3 16-7.1-4.7 3.4 4.2h-1.2l-21.9-13.5 9.3 26.6-19-27.9-1.2 2.5 7.6 29c-6.1-8.2-21-32.6-56.8-39.6l32.5 21.2a214.82 214.82 0 0 1-93.2-6.4c-4.2-1.2-8.9-2.5-13.5-4.2l1.2-3-44.8-22.4 26.1 22.4c-57.7 9.1-113-25.4-126.4-83.4l-2.5-16.4-22.27 22.3c19.5-57.5 25.6-57.9 51.4-70.1-9.1-5.3-1.6-3.3-38.4-9.3 15.8-5.8 33-15.4 73 5.2a18.5 18.5 0 0 1 3.7-1.7c.6-3.2.4-.8 1-11.8 3.9 10 3.6 8.7 3 9.3l1.7.5c12.7-6.5 8.9-4.5 17-8.9l-5.4 13.5 22.3-5.8-8.4 8.4 2.5 2.5c4.5-1.8 30.3 3.4 40.8 16l-23.6-2.5c39.4 23 51.5 54 55.8 69.6l1.7-1.2c-2.8-22.3-12.4-33.9-16-40.1 4.2 5 39.2 34.6 110.4 46-11.3-.5-23.1 5.4-34.9 18.9l46.7-20.2-9.3 21.9c7.6-10.1 14.8-23.6 21.2-39.6v-.5l1.2-3-1.2 16c13.5-41.8 25.3-78.5 35.4-109.7l13.5-27.8v-2l-5.4-4.2h10.1l5.9 4.2 2.5-1.2-3.4-16 12.3 18.9 41.8-20.2-14.8 13 .5 2.9 17.7-.5a184 184 0 0 1 33 4.2l-23.6 2.5-1.2 3 26.6 23.1a254.21 254.21 0 0 1 27 32c-11.2-3.3-10.3-3.4-21.2-3.4l12.3 32.5zm-6.1-71.3l-3.9 13-14.3-11.8zm-254.8 7.1c1.7 10.6 4.7 17.7 8.8 21.9-9.3 6.6-27.5 13.9-46.5 16l.5 1.2a50.22 50.22 0 0 0 24.8-2.5l-7.1 13c4.2-1.7 10.1-7.1 17.7-14.8 11.9-5.5 12.7-5.1 20.2-16-12.7-6.4-15.7-13.7-18.4-18.8zm3.7-102.3c-6.4-3.4-10.6 3-12.3 18.9s2.5 29.5 11.8 39.6 18.2 10.6 26.1 3 3.4-23.6-11.3-47.7a39.57 39.57 0 0 0-14.27-13.8zm-4.7 46.3c5.4 2.2 10.5 1.9 12.3-10.6v-4.7l-1.2.5c-4.3-3.1-2.5-4.5-1.7-6.2l.5-.5c-.9-1.2-5-8.1-12.5 4.7-.5-13.5.5-21.9 3-24.8 1.2-2.5 4.7-1.2 11.3 4.2 6.4 5.4 11.3 16 15.2 32.5 6.5 28-19.8 26.2-26.9 4.9zm-45-5.5c1.6.3 9.3-1.1 9.3-14.8h-.5c-5.4-1.1-2.2-5.5-.7-5.9-1.7-3-3.4-4.2-5.4-4.7-8.1 0-11.6 12.7-8.1 21.2a7.51 7.51 0 0 0 5.43 4.2zM216 82.9l-2.5.5.5 3a48.94 48.94 0 0 1 26.1 5.9c-2.5-5.5-10-14.3-28.3-14.3l.5 2.5zm-71.8 49.4c21.7 16.8 16.5 21.4 46.5 23.6l-2.9-4.7a42.67 42.67 0 0 0 14.8-28.3c1.7-16-1.2-29.5-8.8-41.3l13-7.6a2.26 2.26 0 0 0-.5-1.7 14.21 14.21 0 0 0-13.5 1.7c-12.7 6.7-28 20.9-29 22.4-1.7 1.7-3.4 5.9-5.4 13.5a99.61 99.61 0 0 0-2.9 23.6c-4.7-8-10.5-6.4-19.9-5.9l7.1 7.6c-16.5 0-23.3 15.4-23.6 16 6.8 0 4.6-7.6 30-12.3-4.3-6.3-3.3-5-4.9-6.6zm18.7-18.7c1.2-7.6 3.4-13 6.4-17.2 5.4-6.4 10.6-10.1 16-11.8 4.2-1.7 7.1 1.2 10.1 9.3a72.14 72.14 0 0 1 3 25.3c-.5 9.3-3.4 17.2-8.4 23.1-2.9 3.4-5.4 5.9-6.4 7.6a39.21 39.21 0 0 1-11.3-.5l-7.1-3.4-5.4-6.4c.8-10 1.3-18.8 3.1-26zm42 56.1c-34.8 14.4-34.7 14-36.1 14.3-20.8 4.7-19-24.4-18.9-24.8l5.9-1.2-.5-2.5c-20.2-2.6-31 4.2-32.5 4.9.5.5 3 3.4 5.9 9.3 4.2-6.4 8.8-10.1 15.2-10.6a83.47 83.47 0 0 0 1.7 33.7c.1.5 2.6 17.4 27.5 24.1 11.3 3 27 1.2 48.9-5.4l-9.2.5c-4.2-14.8-6.4-24.8-5.9-29.5 11.3-8.8 21.9-11.3 30.7-7.6h2.5l-11.8-7.6-7.1.5c-5.9 1.2-12.3 4.2-19.4 8.4z"], + "square-hacker-news": [448, 512, ["hacker-news-square"], "f3af", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM21 229.2c0 0 .1-.1 .1-.2s.1-.2 .2-.2c0 .1 0 .3-.1 .4H21zM239.2 384H207.8V281.3L128 128h37.3c41.5 77.7 48.1 95.8 54.1 112c1.6 4.3 3.1 8.5 5.2 13.6c3.2-7 5.1-11.9 7.1-17.3c5.9-15.3 12.8-33.2 53.5-108.3H320L239.2 283.1V384z"], + "edge": [512, 512, [], "f282", "M120.1 37.44C161.1 12.23 207.7-.7753 255 .0016C423 .0016 512 123.8 512 219.5C511.9 252.2 499 283.4 476.1 306.7C453.2 329.9 422.1 343.2 389.4 343.7C314.2 343.7 297.9 320.6 297.9 311.7C297.9 307.9 299.1 305.5 302.7 302.3L303.7 301.1L304.1 299.5C314.6 288 320 273.3 320 257.9C320 179.2 237.8 115.2 136 115.2C98.46 114.9 61.46 124.1 28.48 142.1C55.48 84.58 111.2 44.5 119.8 38.28C120.6 37.73 120.1 37.44 120.1 37.44V37.44zM135.7 355.5C134.3 385.5 140.3 415.5 152.1 442.7C165.7 469.1 184.8 493.7 208.6 512C149.1 500.5 97.11 468.1 59.2 422.7C21.12 376.3 0 318.4 0 257.9C0 206.7 62.4 163.5 136 163.5C172.6 162.9 208.4 174.4 237.8 196.2L234.2 197.4C182.7 215 135.7 288.1 135.7 355.5V355.5zM469.8 400L469.1 400.1C457.3 418.9 443.2 435.2 426.9 449.6C396.1 477.6 358.8 495.1 318.1 499.5C299.5 499.8 281.3 496.3 264.3 488.1C238.7 477.8 217.2 458.1 202.7 435.1C188.3 411.2 181.6 383.4 183.7 355.5C183.1 335.4 189.1 315.2 198.7 297.3C212.6 330.4 236.2 358.6 266.3 378.1C296.4 397.6 331.8 407.6 367.7 406.7C398.7 407 429.8 400 457.9 386.2L459.8 385.3C463.7 383 467.5 381.4 471.4 385.3C475.9 390.2 473.2 394.5 470.2 399.3C470 399.5 469.9 399.8 469.8 400V400z"], + "threads": [448, 512, [], "e618", "M331.5 235.7c2.2 .9 4.2 1.9 6.3 2.8c29.2 14.1 50.6 35.2 61.8 61.4c15.7 36.5 17.2 95.8-30.3 143.2c-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2c-32.3-41-48.9-98.1-49.5-169.6V256v-.2C17 184.3 33.6 127.2 65.9 86.2C102.2 40.1 156.2 16.5 226.4 16h.3c70.3 .5 124.9 24 162.3 69.9c18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4c-29.2-35.8-73-54.2-130.5-54.6c-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3c28 35.6 71.2 53.9 128.2 54.4c51.4-.4 85.4-12.6 113.7-40.9c32.3-32.2 31.7-71.8 21.4-95.9c-6.1-14.2-17.1-26-31.9-34.9c-3.7 26.9-11.8 48.3-24.7 64.8c-17.1 21.8-41.4 33.6-72.7 35.3c-23.6 1.3-46.3-4.4-63.9-16c-20.8-13.8-33-34.8-34.3-59.3c-2.5-48.3 35.7-83 95.2-86.4c21.1-1.2 40.9-.3 59.2 2.8c-2.4-14.8-7.3-26.6-14.6-35.2c-10-11.7-25.6-17.7-46.2-17.8H227c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6 .4 99.9 39.5 103.7 107.7l-.2 .2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3c25.6-1.4 54.6-11.4 59.5-73.2c-13.2-2.9-27.8-4.4-43.4-4.4c-4.8 0-9.6 .1-14.4 .4c-42.9 2.4-57.2 23.2-56.2 41.8l-.1 .1z"], + "napster": [496, 512, [], "f3d2", "M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5-19-6.4-36.2-16.9-50.3-30.5h100.7zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4 56.8-40 132.5-39.9 188.9-.1zm-208.8-58.5c64.4-60 164.3-60.1 228.9-.2-7.1 3.5-13.9 7.3-20.6 11.5-58.7-30.5-129.2-30.4-187.9.1-6.3-4-13.9-8.2-20.4-11.4zM43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3 26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4-82-91.5-225.5-91.5-307.5.1-16.3-4.4-33.1-7-50.6-7.5zM259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5 26.3-15.1 25.4-39.2 26.2-47.4-79.5-.6-99.9-3.9-113 55.4zm-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4 4.4 2.5 15.2 6 25.5 6.5 25.3 1.1 61.3 1.5 61.3 1.5-13.2-59.4-33.7-56.1-113-55.4zm169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3-24.8 7.3-52.2 6.9-75.9 0 0 0-2.9 1.5-6.4 6.6-2.8 4.1-3.7 9.6-3.7 9.6 29.1 17.6 67.1 17.6 96.2 0-.1-.1-.3-4-3.3-8.9z"], + "square-snapchat": [448, 512, ["snapchat-square"], "f2ad", "M384,32H64A64,64,0,0,0,0,96V416a64,64,0,0,0,64,64H384a64,64,0,0,0,64-64V96A64,64,0,0,0,384,32Zm-3.907,319.309-.083.1a32.364,32.364,0,0,1-8.717,6.823,90.26,90.26,0,0,1-20.586,8.2,12.694,12.694,0,0,0-3.852,1.76c-2.158,1.909-2.1,4.64-4.4,8.55a23.137,23.137,0,0,1-6.84,7.471c-6.707,4.632-14.244,4.923-22.23,5.23-7.214.274-15.39.581-24.729,3.669-3.761,1.245-7.753,3.694-12.377,6.533-11.265,6.9-26.68,16.353-52.3,16.353s-40.925-9.4-52.106-16.279c-4.657-2.888-8.675-5.362-12.543-6.64-9.339-3.08-17.516-3.4-24.729-3.67-7.986-.307-15.523-.6-22.231-5.229a23.085,23.085,0,0,1-6.01-6.11c-3.2-4.632-2.855-7.8-5.254-9.895a13.428,13.428,0,0,0-4.1-1.834,89.986,89.986,0,0,1-20.313-8.127,32.905,32.905,0,0,1-8.3-6.284c-6.583-6.757-8.276-14.776-5.686-21.824,3.436-9.338,11.571-12.111,19.4-16.262,14.776-8.027,26.348-18.055,34.433-29.884a68.236,68.236,0,0,0,5.985-10.567c.789-2.158.772-3.329.241-4.416a7.386,7.386,0,0,0-2.208-2.217c-2.532-1.676-5.113-3.353-6.882-4.5-3.27-2.141-5.868-3.818-7.529-4.98-6.267-4.383-10.65-9.04-13.4-14.245a28.4,28.4,0,0,1-1.369-23.584c4.134-10.924,14.469-17.706,26.978-17.706a37.141,37.141,0,0,1,7.845.83c.689.15,1.37.307,2.042.482-.108-7.43.058-15.357.722-23.119,2.358-27.261,11.912-41.589,21.874-52.994a86.836,86.836,0,0,1,22.28-17.931C188.254,100.383,205.312,96,224,96s35.828,4.383,50.944,13.016a87.169,87.169,0,0,1,22.239,17.9c9.961,11.406,19.516,25.709,21.874,52.995a231.194,231.194,0,0,1,.713,23.118c.673-.174,1.362-.332,2.051-.481a37.131,37.131,0,0,1,7.844-.83c12.5,0,22.82,6.782,26.971,17.706a28.37,28.37,0,0,1-1.4,23.559c-2.74,5.2-7.123,9.861-13.39,14.244-1.668,1.187-4.258,2.864-7.529,4.981-1.835,1.187-4.541,2.947-7.164,4.682a6.856,6.856,0,0,0-1.951,2.034c-.506,1.046-.539,2.191.166,4.208a69.015,69.015,0,0,0,6.085,10.792c8.268,12.1,20.188,22.313,35.454,30.407,1.486.772,2.98,1.5,4.441,2.258.722.332,1.569.763,2.491,1.3,4.9,2.723,9.2,6.01,11.455,12.153C387.821,336.915,386.269,344.7,380.093,351.309Zm-16.719-18.461c-50.313-24.314-58.332-61.918-58.689-64.749-.431-3.379-.921-6.035,2.806-9.472,3.594-3.328,19.541-13.19,23.965-16.278,7.33-5.114,10.534-10.219,8.16-16.495-1.66-4.316-5.686-5.976-9.961-5.976a18.5,18.5,0,0,0-3.993.448c-8.035,1.743-15.838,5.769-20.354,6.857a7.1,7.1,0,0,1-1.66.224c-2.408,0-3.279-1.071-3.088-3.968.564-8.783,1.759-25.925.373-41.937-1.884-22.032-8.99-32.948-17.432-42.6-4.051-4.624-23.135-24.654-59.536-24.654S168.53,134.359,164.479,139c-8.434,9.654-15.531,20.57-17.432,42.6-1.386,16.013-.141,33.147.373,41.937.166,2.756-.68,3.968-3.088,3.968a7.1,7.1,0,0,1-1.66-.224c-4.507-1.087-12.31-5.113-20.346-6.856a18.494,18.494,0,0,0-3.993-.449c-4.25,0-8.3,1.636-9.961,5.977-2.374,6.276.847,11.381,8.168,16.494,4.425,3.088,20.371,12.958,23.966,16.279,3.719,3.437,3.237,6.093,2.805,9.471-.356,2.79-8.384,40.394-58.689,64.749-2.946,1.428-7.96,4.45.88,9.331,13.88,7.628,23.111,6.807,30.3,11.43,6.093,3.927,2.5,12.394,6.923,15.449,5.454,3.76,21.583-.266,42.335,6.6,17.433,5.744,28.116,22.015,58.963,22.015s41.788-16.3,58.938-21.973c20.795-6.865,36.89-2.839,42.336-6.6,4.433-3.055.822-11.522,6.923-15.448,7.181-4.624,16.411-3.8,30.3-11.472C371.36,337.355,366.346,334.333,363.374,332.848Z"], + "google-plus-g": [640, 512, [], "f0d5", "M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z"], + "artstation": [512, 512, [], "f77a", "M2 377.4l43 74.3A51.35 51.35 0 0 0 90.9 480h285.4l-59.2-102.6zM501.8 350L335.6 59.3A51.38 51.38 0 0 0 290.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1zM275 304.5l-115.5-200L44 304.5z"], + "markdown": [640, 512, [], "f60f", "M593.8 59.1H46.2C20.7 59.1 0 79.8 0 105.2v301.5c0 25.5 20.7 46.2 46.2 46.2h547.7c25.5 0 46.2-20.7 46.1-46.1V105.2c0-25.4-20.7-46.1-46.2-46.1zM338.5 360.6H277v-120l-61.5 76.9-61.5-76.9v120H92.3V151.4h61.5l61.5 76.9 61.5-76.9h61.5v209.2zm135.3 3.1L381.5 256H443V151.4h61.5V256H566z"], + "sourcetree": [448, 512, [], "f7d3", "M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203zm-271.6 0c0-90.8 137.3-90.8 137.3 0-.1 89.9-137.3 91-137.3 0z"], + "google-plus": [512, 512, [], "f2b3", "M256,8C119.1,8,8,119.1,8,256S119.1,504,256,504,504,392.9,504,256,392.9,8,256,8ZM185.3,380a124,124,0,0,1,0-248c31.3,0,60.1,11,83,32.3l-33.6,32.6c-13.2-12.9-31.3-19.1-49.4-19.1-42.9,0-77.2,35.5-77.2,78.1S142.3,334,185.3,334c32.6,0,64.9-19.1,70.1-53.3H185.3V238.1H302.2a109.2,109.2,0,0,1,1.9,20.7c0,70.8-47.5,121.2-118.8,121.2ZM415.5,273.8v35.5H380V273.8H344.5V238.3H380V202.8h35.5v35.5h35.2v35.5Z"], + "diaspora": [512, 512, [], "f791", "M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z"], + "foursquare": [368, 512, [], "f180", "M323.1 3H49.9C12.4 3 0 31.3 0 49.1v433.8c0 20.3 12.1 27.7 18.2 30.1 6.2 2.5 22.8 4.6 32.9-7.1C180 356.5 182.2 354 182.2 354c3.1-3.4 3.4-3.1 6.8-3.1h83.4c35.1 0 40.6-25.2 44.3-39.7l48.6-243C373.8 25.8 363.1 3 323.1 3zm-16.3 73.8l-11.4 59.7c-1.2 6.5-9.5 13.2-16.9 13.2H172.1c-12 0-20.6 8.3-20.6 20.3v13c0 12 8.6 20.6 20.6 20.6h90.4c8.3 0 16.6 9.2 14.8 18.2-1.8 8.9-10.5 53.8-11.4 58.8-.9 4.9-6.8 13.5-16.9 13.5h-73.5c-13.5 0-17.2 1.8-26.5 12.6 0 0-8.9 11.4-89.5 108.3-.9.9-1.8.6-1.8-.3V75.9c0-7.7 6.8-16.6 16.6-16.6h219c8.2 0 15.6 7.7 13.5 17.5z"], + "stack-overflow": [384, 512, [], "f16c", "M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z"], + "github-alt": [480, 512, [], "f113", "M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"], + "phoenix-squadron": [512, 512, [], "f511", "M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86 18.14-7.87 37.49-13.26 57.23-14.83 19.74-2.13 39.64-.43 59.28 1.92-14.42 2.79-29.12 4.57-43 9.59-34.43 11.07-65.27 33.16-86.3 62.63-13.8 19.71-23.63 42.86-24.67 67.13-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33 11.52-6.82 22.67-14.55 32-24.25 3.79-3.22 2.53-8.45 2.62-12.79-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78 12.79 1.73 26.06.31 37.74-5.44 20.23-9.72 36.81-25.2 54.44-38.77a526.57 526.57 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12-15.63 13.72-32.15 26.52-46.78 41.38-14.51 14-27.46 29.5-40.11 45.18-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65 1.94 13.69 8.71 27.59 20.9 34.91 12.9 8 29.05 8.07 43.48 5.1 32.8-7.45 61.43-28.89 81-55.84 20.44-27.52 30.52-62.2 29.16-96.35-.52-7.5-1.57-15-1.66-22.49 8 19.48 14.82 39.71 16.65 60.83 2 14.28.75 28.76-1.62 42.9-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07 183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48.49 12.73.49 25.51 0 38.23A243.21 243.21 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366 238.34 238.34 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79.13 79.13 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22-8.96 4.99-17.98 9.92-26.32 15.7z"], + "pagelines": [384, 512, [], "f18c", "M384 312.7c-55.1 136.7-187.1 54-187.1 54-40.5 81.8-107.4 134.4-184.6 134.7-16.1 0-16.6-24.4 0-24.4 64.4-.3 120.5-42.7 157.2-110.1-41.1 15.9-118.6 27.9-161.6-82.2 109-44.9 159.1 11.2 178.3 45.5 9.9-24.4 17-50.9 21.6-79.7 0 0-139.7 21.9-149.5-98.1 119.1-47.9 152.6 76.7 152.6 76.7 1.6-16.7 3.3-52.6 3.3-53.4 0 0-106.3-73.7-38.1-165.2 124.6 43 61.4 162.4 61.4 162.4.5 1.6.5 23.8 0 33.4 0 0 45.2-89 136.4-57.5-4.2 134-141.9 106.4-141.9 106.4-4.4 27.4-11.2 53.4-20 77.5 0 0 83-91.8 172-20z"], + "algolia": [512, 512, [], "f36c", "M256 0C116.1 0 2 112.7 0 252.1C-2 393.6 112.9 510.8 254.5 511.6c43.7 .3 85.9-10.4 123.3-30.7c3.6-2 4.2-7 1.1-9.7l-24-21.2c-4.9-4.3-11.8-5.5-17.8-3c-26.1 11.1-54.5 16.8-83.7 16.4C139 461.9 46.5 366.8 48.3 252.4C50.1 139.5 142.6 48.2 256 48.2H463.7V417.2L345.9 312.5c-3.8-3.4-9.7-2.7-12.7 1.3c-18.9 25-49.7 40.6-83.9 38.2c-47.5-3.3-85.9-41.5-89.5-88.9c-4.2-56.6 40.6-103.9 96.3-103.9c50.4 0 91.9 38.8 96.2 88c.4 4.4 2.4 8.5 5.7 11.4l30.7 27.2c3.5 3.1 9 1.2 9.9-3.4c2.2-11.8 3-24.2 2.1-36.8c-4.9-72-63.3-130-135.4-134.4c-82.7-5.1-151.8 59.5-154 140.6c-2.1 78.9 62.6 147 141.6 148.7c33 .7 63.6-9.6 88.3-27.6L495 509.4c6.6 5.8 17 1.2 17-7.7V9.7c0-5.4-4.4-9.7-9.7-9.7H256z"], + "red-river": [448, 512, [], "f3e3", "M353.2 32H94.8C42.4 32 0 74.4 0 126.8v258.4C0 437.6 42.4 480 94.8 480h258.4c52.4 0 94.8-42.4 94.8-94.8V126.8c0-52.4-42.4-94.8-94.8-94.8zM144.9 200.9v56.3c0 27-21.9 48.9-48.9 48.9V151.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24zm176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V247.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9z"], + "creative-commons-sa": [496, 512, [], "f4ef", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zM137.7 221c13-83.9 80.5-95.7 108.9-95.7 99.8 0 127.5 82.5 127.5 134.2 0 63.6-41 132.9-128.9 132.9-38.9 0-99.1-20-109.4-97h62.5c1.5 30.1 19.6 45.2 54.5 45.2 23.3 0 58-18.2 58-82.8 0-82.5-49.1-80.6-56.7-80.6-33.1 0-51.7 14.6-55.8 43.8h18.2l-49.2 49.2-49-49.2h19.4z"], + "safari": [512, 512, [], "f267", "M274.69,274.69l-37.38-37.38L166,346ZM256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8ZM411.85,182.79l14.78-6.13A8,8,0,0,1,437.08,181h0a8,8,0,0,1-4.33,10.46L418,197.57a8,8,0,0,1-10.45-4.33h0A8,8,0,0,1,411.85,182.79ZM314.43,94l6.12-14.78A8,8,0,0,1,331,74.92h0a8,8,0,0,1,4.33,10.45l-6.13,14.78a8,8,0,0,1-10.45,4.33h0A8,8,0,0,1,314.43,94ZM256,60h0a8,8,0,0,1,8,8V84a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V68A8,8,0,0,1,256,60ZM181,74.92a8,8,0,0,1,10.46,4.33L197.57,94a8,8,0,1,1-14.78,6.12l-6.13-14.78A8,8,0,0,1,181,74.92Zm-63.58,42.49h0a8,8,0,0,1,11.31,0L140,128.72A8,8,0,0,1,140,140h0a8,8,0,0,1-11.31,0l-11.31-11.31A8,8,0,0,1,117.41,117.41ZM60,256h0a8,8,0,0,1,8-8H84a8,8,0,0,1,8,8h0a8,8,0,0,1-8,8H68A8,8,0,0,1,60,256Zm40.15,73.21-14.78,6.13A8,8,0,0,1,74.92,331h0a8,8,0,0,1,4.33-10.46L94,314.43a8,8,0,0,1,10.45,4.33h0A8,8,0,0,1,100.15,329.21Zm4.33-136h0A8,8,0,0,1,94,197.57l-14.78-6.12A8,8,0,0,1,74.92,181h0a8,8,0,0,1,10.45-4.33l14.78,6.13A8,8,0,0,1,104.48,193.24ZM197.57,418l-6.12,14.78a8,8,0,0,1-14.79-6.12l6.13-14.78A8,8,0,1,1,197.57,418ZM264,444a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V428a8,8,0,0,1,8-8h0a8,8,0,0,1,8,8Zm67-6.92h0a8,8,0,0,1-10.46-4.33L314.43,418a8,8,0,0,1,4.33-10.45h0a8,8,0,0,1,10.45,4.33l6.13,14.78A8,8,0,0,1,331,437.08Zm63.58-42.49h0a8,8,0,0,1-11.31,0L372,383.28A8,8,0,0,1,372,372h0a8,8,0,0,1,11.31,0l11.31,11.31A8,8,0,0,1,394.59,394.59ZM286.25,286.25,110.34,401.66,225.75,225.75,401.66,110.34ZM437.08,331h0a8,8,0,0,1-10.45,4.33l-14.78-6.13a8,8,0,0,1-4.33-10.45h0A8,8,0,0,1,418,314.43l14.78,6.12A8,8,0,0,1,437.08,331ZM444,264H428a8,8,0,0,1-8-8h0a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8h0A8,8,0,0,1,444,264Z"], + "google": [488, 512, [], "f1a0", "M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"], + "square-font-awesome-stroke": [448, 512, ["font-awesome-alt"], "f35c", "M64 64C46.3 64 32 78.3 32 96l0 320c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm154 58c0 9.3-4.8 17.4-12.1 22l188.9 0c7.3 0 13.2 5.9 13.2 13.2c0 1.8-.4 3.7-1.1 5.4L312 264l30.9 69.4c.8 1.7 1.1 3.5 1.1 5.4c0 7.3-5.9 13.2-13.2 13.2L144 352l0 32-32 0 0-32 0-176 0-1.5c-6.1-4.8-10-12.2-10-20.5c0-14.4 11.6-26 26-26s26 11.6 26 26z"], + "atlassian": [512, 512, [], "f77b", "M152.2 236.4c-7.7-8.2-19.7-7.7-24.8 2.8L1.6 490.2c-5 10 2.4 21.7 13.4 21.7h175c5.8.1 11-3.2 13.4-8.4 37.9-77.8 15.1-196.3-51.2-267.1zM244.4 8.1c-122.3 193.4-8.5 348.6 65 495.5 2.5 5.1 7.7 8.4 13.4 8.4H497c11.2 0 18.4-11.8 13.4-21.7 0 0-234.5-470.6-240.4-482.3-5.3-10.6-18.8-10.8-25.6.1z"], + "linkedin-in": [448, 512, [], "f0e1", "M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"], + "digital-ocean": [512, 512, [], "f391", "M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z"], + "nimblr": [384, 512, [], "f5a8", "M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27zM113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159zm0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59 132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z"], + "chromecast": [512, 512, [], "f838", "M447.8,64H64c-23.6,0-42.7,19.1-42.7,42.7v63.9H64v-63.9h383.8v298.6H298.6V448H448c23.6,0,42.7-19.1,42.7-42.7V106.7 C490.7,83.1,471.4,64,447.8,64z M21.3,383.6L21.3,383.6l0,63.9h63.9C85.2,412.2,56.6,383.6,21.3,383.6L21.3,383.6z M21.3,298.6V341 c58.9,0,106.6,48.1,106.6,107h42.7C170.7,365.6,103.7,298.7,21.3,298.6z M213.4,448h42.7c-0.5-129.5-105.3-234.3-234.8-234.6l0,42.4 C127.3,255.6,213.3,342,213.4,448z"], + "evernote": [384, 512, [], "f839", "M120.82 132.21c1.6 22.31-17.55 21.59-21.61 21.59-68.93 0-73.64-1-83.58 3.34-.56.22-.74 0-.37-.37L123.79 46.45c.38-.37.6-.22.38.37-4.35 9.99-3.35 15.09-3.35 85.39zm79 308c-14.68-37.08 13-76.93 52.52-76.62 17.49 0 22.6 23.21 7.95 31.42-6.19 3.3-24.95 1.74-25.14 19.2-.05 17.09 19.67 25 31.2 24.89A45.64 45.64 0 0 0 312 393.45v-.08c0-11.63-7.79-47.22-47.54-55.34-7.72-1.54-65-6.35-68.35-50.52-3.74 16.93-17.4 63.49-43.11 69.09-8.74 1.94-69.68 7.64-112.92-36.77 0 0-18.57-15.23-28.23-57.95-3.38-15.75-9.28-39.7-11.14-62 0-18 11.14-30.45 25.07-32.2 81 0 90 2.32 101-7.8 9.82-9.24 7.8-15.5 7.8-102.78 1-8.3 7.79-30.81 53.41-24.14 6 .86 31.91 4.18 37.48 30.64l64.26 11.15c20.43 3.71 70.94 7 80.6 57.94 22.66 121.09 8.91 238.46 7.8 238.46C362.15 485.53 267.06 480 267.06 480c-18.95-.23-54.25-9.4-67.27-39.83zm80.94-204.84c-1 1.92-2.2 6 .85 7 14.09 4.93 39.75 6.84 45.88 5.53 3.11-.25 3.05-4.43 2.48-6.65-3.53-21.85-40.83-26.5-49.24-5.92z"], + "hacker-news": [448, 512, [], "f1d4", "M0 32v448h448V32H0zm21.2 197.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z"], + "creative-commons-sampling": [496, 512, [], "f4f0", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2 4.9-59.3c0-6 4.7-10.6 10.6-10.6 5.9 0 10.6 4.7 10.6 10.6 0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3 3.8 0 9.9 2.3 10.6 8.9l11.5 96.5 5.3-12.8c1.8-4.4 5.2-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9-7.5 92.6c-.3 3-3 9.3-10.2 9.3-3 0-9.8-2.1-10.6-9.3 0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3-2.9 0-9.8-2-10.6-9.3 0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9-1.1 4.8-4.8 9.3-10.6 9.3-3 0-9.8-2.1-10.6-9.3 0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4 8.4-97.9c0-6 4.8-10.6 10.6-10.6.5 0 10.6-.2 10.6 12.4l4.9 69.1 6.6-92.6c0-10.1 9.5-10.6 10.2-10.6.6 0 10.6.7 10.6 10.6l5.3 80.6 6.2-97.9c.1-1.1-.6-10.3 9.9-11.5z"], + "adversal": [512, 512, [], "f36a", "M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z"], + "creative-commons": [496, 512, [], "f25e", "M245.83 214.87l-33.22 17.28c-9.43-19.58-25.24-19.93-27.46-19.93-22.13 0-33.22 14.61-33.22 43.84 0 23.57 9.21 43.84 33.22 43.84 14.47 0 24.65-7.09 30.57-21.26l30.55 15.5c-6.17 11.51-25.69 38.98-65.1 38.98-22.6 0-73.96-10.32-73.96-77.05 0-58.69 43-77.06 72.63-77.06 30.72-.01 52.7 11.95 65.99 35.86zm143.05 0l-32.78 17.28c-9.5-19.77-25.72-19.93-27.9-19.93-22.14 0-33.22 14.61-33.22 43.84 0 23.55 9.23 43.84 33.22 43.84 14.45 0 24.65-7.09 30.54-21.26l31 15.5c-2.1 3.75-21.39 38.98-65.09 38.98-22.69 0-73.96-9.87-73.96-77.05 0-58.67 42.97-77.06 72.63-77.06 30.71-.01 52.58 11.95 65.56 35.86zM247.56 8.05C104.74 8.05 0 123.11 0 256.05c0 138.49 113.6 248 247.56 248 129.93 0 248.44-100.87 248.44-248 0-137.87-106.62-248-248.44-248zm.87 450.81c-112.54 0-203.7-93.04-203.7-202.81 0-105.42 85.43-203.27 203.72-203.27 112.53 0 202.82 89.46 202.82 203.26-.01 121.69-99.68 202.82-202.84 202.82z"], + "watchman-monitoring": [512, 512, [], "e087", "M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM121.69,429.122C70.056,388.972,36.741,326.322,36.741,256a218.519,218.519,0,0,1,9.587-64.122l102.9-17.895-.121,10.967-13.943,2.013s-.144,12.5-.144,19.549a12.778,12.778,0,0,0,4.887,10.349l9.468,7.4Zm105.692-283.27,8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5-5.348-5.477-8.257-7.347-15.46,0,0,0-32.342,30.474-39.529,34.5-7.078,3.964-.144,9.344-.144,9.344l8.481,7.618-.048,4.369L75.982,131.045c39.644-56.938,105.532-94.3,180.018-94.3A218.754,218.754,0,0,1,420.934,111.77l-193.512,37.7Zm34.063,329.269-33.9-250.857,9.467-7.4a12.778,12.778,0,0,0,4.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013-.116-10.474,241.711,31.391A218.872,218.872,0,0,1,475.259,256C475.259,375.074,379.831,472.212,261.445,475.121Z"], + "fonticons": [448, 512, [], "f280", "M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z"], + "weixin": [576, 512, [], "f1d7", "M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 72.9-154 165.3-154zm-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2.1-14.7 14.6-24.4 29.3-24.4zm-136.4 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4 0 14.6-9.6 24.2-24.4 24.2zM563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4zm-219.1-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.7 19.6-24.4 19.6zm107.1 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3.1 10-9.9 19.6-24.4 19.6z"], + "shirtsinbulk": [448, 512, [], "f214", "M100 410.3l30.6 13.4 4.4-9.9-30.6-13.4zm39.4 17.5l30.6 13.4 4.4-9.9-30.6-13.4zm172.1-14l4.4 9.9 30.6-13.4-4.4-9.9zM179.1 445l30.3 13.7 4.4-9.9-30.3-13.4zM60.4 392.8L91 406.2l4.4-9.6-30.6-13.7zm211.4 38.5l4.4 9.9 30.6-13.4-4.4-9.9zm-39.3 17.5l4.4 9.9 30.6-13.7-4.4-9.6zm118.4-52.2l4.4 9.6 30.6-13.4-4.4-9.9zM170 46.6h-33.5v10.5H170zm-47.2 0H89.2v10.5h33.5zm-47.3 0H42.3v10.5h33.3zm141.5 0h-33.2v10.5H217zm94.5 0H278v10.5h33.5zm47.3 0h-33.5v10.5h33.5zm-94.6 0H231v10.5h33.2zm141.5 0h-33.3v10.5h33.3zM52.8 351.1H42v33.5h10.8zm70-215.9H89.2v10.5h33.5zm-70 10.6h22.8v-10.5H42v33.5h10.8zm168.9 228.6c50.5 0 91.3-40.8 91.3-91.3 0-50.2-40.8-91.3-91.3-91.3-50.2 0-91.3 41.1-91.3 91.3 0 50.5 41.1 91.3 91.3 91.3zm-48.2-111.1c0-25.4 29.5-31.8 49.6-31.8 16.9 0 29.2 5.8 44.3 12l-8.8 16.9h-.9c-6.4-9.9-24.8-13.1-35.6-13.1-9 0-29.8 1.8-29.8 14.9 0 21.6 78.5-10.2 78.5 37.9 0 25.4-31.5 31.2-51 31.2-18.1 0-32.4-2.9-47.2-12.2l9-18.4h.9c6.1 12.2 23.6 14.9 35.9 14.9 8.7 0 32.7-1.2 32.7-14.3 0-26.1-77.6 6.3-77.6-38zM52.8 178.4H42V212h10.8zm342.4 206.2H406v-33.5h-10.8zM52.8 307.9H42v33.5h10.8zM0 3.7v406l221.7 98.6L448 409.7V3.7zm418.8 387.1L222 476.5 29.2 390.8V120.7h389.7v270.1zm0-299.3H29.2V32.9h389.7v58.6zm-366 130.1H42v33.5h10.8zm0 43.2H42v33.5h10.8zM170 135.2h-33.5v10.5H170zm225.2 163.1H406v-33.5h-10.8zm0-43.2H406v-33.5h-10.8zM217 135.2h-33.2v10.5H217zM395.2 212H406v-33.5h-10.8zm0 129.5H406V308h-10.8zm-131-206.3H231v10.5h33.2zm47.3 0H278v10.5h33.5zm83.7 33.6H406v-33.5h-33.5v10.5h22.8zm-36.4-33.6h-33.5v10.5h33.5z"], + "codepen": [512, 512, [], "f1cb", "M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z"], + "git-alt": [448, 512, [], "f841", "M439.55 236.05L244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"], + "lyft": [512, 512, [], "f3c3", "M0 81.1h77.8v208.7c0 33.1 15 52.8 27.2 61-12.7 11.1-51.2 20.9-80.2-2.8C7.8 334 0 310.7 0 289V81.1zm485.9 173.5v-22h23.8v-76.8h-26.1c-10.1-46.3-51.2-80.7-100.3-80.7-56.6 0-102.7 46-102.7 102.7V357c16 2.3 35.4-.3 51.7-14 17.1-14 24.8-37.2 24.8-59v-6.7h38.8v-76.8h-38.8v-23.3c0-34.6 52.2-34.6 52.2 0v77.1c0 56.6 46 102.7 102.7 102.7v-76.5c-14.5 0-26.1-11.7-26.1-25.9zm-294.3-99v113c0 15.4-23.8 15.4-23.8 0v-113H91v132.7c0 23.8 8 54 45 63.9 37 9.8 58.2-10.6 58.2-10.6-2.1 13.4-14.5 23.3-34.9 25.3-15.5 1.6-35.2-3.6-45-7.8v70.3c25.1 7.5 51.5 9.8 77.6 4.7 47.1-9.1 76.8-48.4 76.8-100.8V155.1h-77.1v.5z"], + "rev": [448, 512, [], "f5b2", "M289.67 274.89a65.57 65.57 0 1 1-65.56-65.56 65.64 65.64 0 0 1 65.56 65.56zm139.55-5.05h-.13a204.69 204.69 0 0 0-74.32-153l-45.38 26.2a157.07 157.07 0 0 1 71.81 131.84C381.2 361.5 310.73 432 224.11 432S67 361.5 67 274.88c0-81.88 63-149.27 143-156.43v39.12l108.77-62.79L210 32v38.32c-106.7 7.25-191 96-191 204.57 0 111.59 89.12 202.29 200.06 205v.11h210.16V269.84z"], + "windows": [448, 512, [], "f17a", "M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z"], + "wizards-of-the-coast": [640, 512, [], "f730", "M219.19 345.69c-1.9 1.38-11.07 8.44-.26 23.57 4.64 6.42 14.11 12.79 21.73 6.55 6.5-4.88 7.35-12.92.26-23.04-5.47-7.76-14.28-12.88-21.73-7.08zm336.75 75.94c-.34 1.7-.55 1.67.79 0 2.09-4.19 4.19-10.21 4.98-19.9 3.14-38.49-40.33-71.49-101.34-78.03-54.73-6.02-124.38 9.17-188.8 60.49l-.26 1.57c2.62 4.98 4.98 10.74 3.4 21.21l.79.26c63.89-58.4 131.19-77.25 184.35-73.85 58.4 3.67 100.03 34.04 100.03 68.08-.01 9.96-2.63 15.72-3.94 20.17zM392.28 240.42c.79 7.07 4.19 10.21 9.17 10.47 5.5.26 9.43-2.62 10.47-6.55.79-3.4 2.09-29.85 2.09-29.85s-11.26 6.55-14.93 10.47c-3.66 3.68-7.33 8.39-6.8 15.46zm-50.02-151.1C137.75 89.32 13.1 226.8.79 241.2c-1.05.52-1.31.79.79 1.31 60.49 16.5 155.81 81.18 196.13 202.16l1.05.26c55.25-69.92 140.88-128.05 236.99-128.05 80.92 0 130.15 42.16 130.15 80.39 0 18.33-6.55 33.52-22.26 46.35 0 .96-.2.79.79.79 14.66-10.74 27.5-28.8 27.5-48.18 0-22.78-12.05-38.23-12.05-38.23 7.07 7.07 10.74 16.24 10.74 16.24 5.76-40.85 26.97-62.32 26.97-62.32-2.36-9.69-6.81-17.81-6.81-17.81 7.59 8.12 14.4 27.5 14.4 41.37 0 10.47-3.4 22.78-12.57 31.95l.26.52c8.12-4.98 16.5-16.76 16.5-37.97 0-15.71-4.71-25.92-4.71-25.92 5.76-5.24 11.26-9.17 15.97-11.78.79 3.4 2.09 9.69 2.36 14.93 0 1.05.79 1.83 1.05 0 .79-5.76-.26-16.24-.26-16.5 6.02-3.14 9.69-4.45 9.69-4.45C617.74 176 489.43 89.32 342.26 89.32zm-99.24 289.62c-11.06 8.99-24.2 4.08-30.64-4.19-7.45-9.58-6.76-24.09 4.19-32.47 14.85-11.35 27.08-.49 31.16 5.5.28.39 12.13 16.57-4.71 31.16zm2.09-136.43l9.43-17.81 11.78 70.96-12.57 6.02-24.62-28.8 14.14-26.71 3.67 4.45-1.83-8.11zm18.59 117.58l-.26-.26c2.05-4.1-2.5-6.61-17.54-31.69-1.31-2.36-3.14-2.88-4.45-2.62l-.26-.52c7.86-5.76 15.45-10.21 25.4-15.71l.52.26c1.31 1.83 2.09 2.88 3.4 4.71l-.26.52c-1.05-.26-2.36-.79-5.24.26-2.09.79-7.86 3.67-12.31 7.59v1.31c1.57 2.36 3.93 6.55 5.76 9.69h.26c10.05-6.28 7.56-4.55 11.52-7.86h.26c.52 1.83.52 1.83 1.83 5.5l-.26.26c-3.06.61-4.65.34-11.52 5.5v.26c9.46 17.02 11.01 16.75 12.57 15.97l.26.26c-2.34 1.59-6.27 4.21-9.68 6.57zm55.26-32.47c-3.14 1.57-6.02 2.88-9.95 4.98l-.26-.26c1.29-2.59 1.16-2.71-11.78-32.47l-.26-.26c-.15 0-8.9 3.65-9.95 7.33h-.52l-1.05-5.76.26-.52c7.29-4.56 25.53-11.64 27.76-12.57l.52.26 3.14 4.98-.26.52c-3.53-1.76-7.35.76-12.31 2.62v.26c12.31 32.01 12.67 30.64 14.66 30.64v.25zm44.77-16.5c-4.19 1.05-5.24 1.31-9.69 2.88l-.26-.26.52-4.45c-1.05-3.4-3.14-11.52-3.67-13.62l-.26-.26c-3.4.79-8.9 2.62-12.83 3.93l-.26.26c.79 2.62 3.14 9.95 4.19 13.88.79 2.36 1.83 2.88 2.88 3.14v.52c-3.67 1.05-7.07 2.62-10.21 3.93l-.26-.26c1.05-1.31 1.05-2.88.26-4.98-1.05-3.14-8.12-23.83-9.17-27.23-.52-1.83-1.57-3.14-2.62-3.14v-.52c3.14-1.05 6.02-2.09 10.74-3.4l.26.26-.26 4.71c1.31 3.93 2.36 7.59 3.14 9.69h.26c3.93-1.31 9.43-2.88 12.83-3.93l.26-.26-2.62-9.43c-.52-1.83-1.05-3.4-2.62-3.93v-.26c4.45-1.05 7.33-1.83 10.74-2.36l.26.26c-1.05 1.31-1.05 2.88-.52 4.45 1.57 6.28 4.71 20.43 6.28 26.45.54 2.62 1.85 3.41 2.63 3.93zm32.21-6.81l-.26.26c-4.71.52-14.14 2.36-22.52 4.19l-.26-.26.79-4.19c-1.57-7.86-3.4-18.59-4.98-26.19-.26-1.83-.79-2.88-2.62-3.67l.79-.52c9.17-1.57 20.16-2.36 24.88-2.62l.26.26c.52 2.36.79 3.14 1.57 5.5l-.26.26c-1.14-1.14-3.34-3.2-16.24-.79l-.26.26c.26 1.57 1.05 6.55 1.57 9.95l.26.26c9.52-1.68 4.76-.06 10.74-2.36h.26c0 1.57-.26 1.83-.26 5.24h-.26c-4.81-1.03-2.15-.9-10.21 0l-.26.26c.26 2.09 1.57 9.43 2.09 12.57l.26.26c1.15.38 14.21-.65 16.24-4.71h.26c-.53 2.38-1.05 4.21-1.58 6.04zm10.74-44.51c-4.45 2.36-8.12 2.88-11 2.88-.25.02-11.41 1.09-17.54-9.95-6.74-10.79-.98-25.2 5.5-31.69 8.8-8.12 23.35-10.1 28.54-17.02 8.03-10.33-13.04-22.31-29.59-5.76l-2.62-2.88 5.24-16.24c25.59-1.57 45.2-3.04 50.02 16.24.79 3.14 0 9.43-.26 12.05 0 2.62-1.83 18.85-2.09 23.04-.52 4.19-.79 18.33-.79 20.69.26 2.36.52 4.19 1.57 5.5 1.57 1.83 5.76 1.83 5.76 1.83l-.79 4.71c-11.82-1.07-10.28-.59-20.43-1.05-3.22-5.15-2.23-3.28-4.19-7.86 0 .01-4.19 3.94-7.33 5.51zm37.18 21.21c-6.35-10.58-19.82-7.16-21.73 5.5-2.63 17.08 14.3 19.79 20.69 10.21l.26.26c-.52 1.83-1.83 6.02-1.83 6.28l-.52.52c-10.3 6.87-28.5-2.5-25.66-18.59 1.94-10.87 14.44-18.93 28.8-9.95l.26.52c0 1.06-.27 3.41-.27 5.25zm5.77-87.73v-6.55c.69 0 19.65 3.28 27.76 7.33l-1.57 17.54s10.21-9.43 15.45-10.74c5.24-1.57 14.93 7.33 14.93 7.33l-11.26 11.26c-12.07-6.35-19.59-.08-20.69.79-5.29 38.72-8.6 42.17 4.45 46.09l-.52 4.71c-17.55-4.29-18.53-4.5-36.92-7.33l.79-4.71c7.25 0 7.48-5.32 7.59-6.81 0 0 4.98-53.16 4.98-55.25-.02-2.87-4.99-3.66-4.99-3.66zm10.99 114.44c-8.12-2.09-14.14-11-10.74-20.69 3.14-9.43 12.31-12.31 18.85-10.21 9.17 2.62 12.83 11.78 10.74 19.38-2.61 8.9-9.42 13.87-18.85 11.52zm42.16 9.69c-2.36-.52-7.07-2.36-8.64-2.88v-.26l1.57-1.83c.59-8.24.59-7.27.26-7.59-4.82-1.81-6.66-2.36-7.07-2.36-1.31 1.83-2.88 4.45-3.67 5.5l-.79 3.4v.26c-1.31-.26-3.93-1.31-6.02-1.57v-.26l2.62-1.83c3.4-4.71 9.95-14.14 13.88-20.16v-2.09l.52-.26c2.09.79 5.5 2.09 7.59 2.88.48.48.18-1.87-1.05 25.14-.24 1.81.02 2.6.8 3.91zm-4.71-89.82c11.25-18.27 30.76-16.19 34.04-3.4L539.7 198c2.34-6.25-2.82-9.9-4.45-11.26l1.83-3.67c12.22 10.37 16.38 13.97 22.52 20.43-25.91 73.07-30.76 80.81-24.62 84.32l-1.83 4.45c-6.37-3.35-8.9-4.42-17.81-8.64l2.09-6.81c-.26-.26-3.93 3.93-9.69 3.67-19.06-1.3-22.89-31.75-9.67-52.9zm29.33 79.34c0-5.71-6.34-7.89-7.86-5.24-1.31 2.09 1.05 4.98 2.88 8.38 1.57 2.62 2.62 6.28 1.05 9.43-2.64 6.34-12.4 5.31-15.45-.79 0-.7-.27.09 1.83-4.71l.79-.26c-.57 5.66 6.06 9.61 8.38 4.98 1.05-2.09-.52-5.5-2.09-8.38-1.57-2.62-3.67-6.28-1.83-9.69 2.72-5.06 11.25-4.47 14.66 2.36v.52l-2.36 3.4zm21.21 13.36c-1.96-3.27-.91-2.14-4.45-4.71h-.26c-2.36 4.19-5.76 10.47-8.64 16.24-1.31 2.36-1.05 3.4-.79 3.93l-.26.26-5.76-4.45.26-.26 2.09-1.31c3.14-5.76 6.55-12.05 9.17-17.02v-.26c-2.64-1.98-1.22-1.51-6.02-1.83v-.26l3.14-3.4h.26c3.67 2.36 9.95 6.81 12.31 8.9l.26.26-1.31 3.91zm27.23-44.26l-2.88-2.88c.79-2.36 1.83-4.98 2.09-7.59.75-9.74-11.52-11.84-11.52-4.98 0 4.98 7.86 19.38 7.86 27.76 0 10.21-5.76 15.71-13.88 16.5-8.38.79-20.16-10.47-20.16-10.47l4.98-14.4 2.88 2.09c-2.97 17.8 17.68 20.37 13.35 5.24-1.06-4.02-18.75-34.2 2.09-38.23 13.62-2.36 23.04 16.5 23.04 16.5l-7.85 10.46zm35.62-10.21c-11-30.38-60.49-127.53-191.95-129.62-53.42-1.05-94.27 15.45-132.76 37.97l85.63-9.17-91.39 20.69 25.14 19.64-3.93-16.5c7.5-1.71 39.15-8.45 66.77-8.9l-22.26 80.39c13.61-.7 18.97-8.98 19.64-22.78l4.98-1.05.26 26.71c-22.46 3.21-37.3 6.69-49.49 9.95l13.09-43.21-61.54-36.66 2.36 8.12 10.21 4.98c6.28 18.59 19.38 56.56 20.43 58.66 1.95 4.28 3.16 5.78 12.05 4.45l1.05 4.98c-16.08 4.86-23.66 7.61-39.02 14.4l-2.36-4.71c4.4-2.94 8.73-3.94 5.5-12.83-23.7-62.5-21.48-58.14-22.78-59.44l2.36-4.45 33.52 67.3c-3.84-11.87 1.68 1.69-32.99-78.82l-41.9 88.51 4.71-13.88-35.88-42.16 27.76 93.48-11.78 8.38C95 228.58 101.05 231.87 93.23 231.52c-5.5-.26-13.62 5.5-13.62 5.5L74.63 231c30.56-23.53 31.62-24.33 58.4-42.68l4.19 7.07s-5.76 4.19-7.86 7.07c-5.9 9.28 1.67 13.28 61.8 75.68l-18.85-58.92 39.8-10.21 25.66 30.64 4.45-12.31-4.98-24.62 13.09-3.4.52 3.14 3.67-10.47-94.27 29.33 11.26-4.98-13.62-42.42 17.28-9.17 30.11 36.14 28.54-13.09c-1.41-7.47-2.47-14.5-4.71-19.64l17.28 13.88 4.71-2.09-59.18-42.68 23.08 11.5c18.98-6.07 25.23-7.47 32.21-9.69l2.62 11c-12.55 12.55 1.43 16.82 6.55 19.38l-13.62-61.01 12.05 28.28c4.19-1.31 7.33-2.09 7.33-2.09l2.62 8.64s-3.14 1.05-6.28 2.09l8.9 20.95 33.78-65.73-20.69 61.01c42.42-24.09 81.44-36.66 131.98-35.88 67.04 1.05 167.33 40.85 199.8 139.83.78 2.1-.01 2.63-.79.27zM203.48 152.43s1.83-.52 4.19-1.31l9.43 7.59c-.4 0-3.44-.25-11.26 2.36l-2.36-8.64zm143.76 38.5c-1.57-.6-26.46-4.81-33.26 20.69l21.73 17.02 11.53-37.71zM318.43 67.07c-58.4 0-106.05 12.05-114.96 14.4v.79c8.38 2.09 14.4 4.19 21.21 11.78l1.57.26c6.55-1.83 48.97-13.88 110.24-13.88 180.16 0 301.67 116.79 301.67 223.37v9.95c0 1.31.79 2.62 1.05.52.52-2.09.79-8.64.79-19.64.26-83.79-96.63-227.55-321.57-227.55zm211.06 169.68c1.31-5.76 0-12.31-7.33-13.09-9.62-1.13-16.14 23.79-17.02 33.52-.79 5.5-1.31 14.93 6.02 14.93 4.68-.01 9.72-.91 18.33-35.36zm-61.53 42.95c-2.62-.79-9.43-.79-12.57 10.47-1.83 6.81.52 13.35 6.02 14.66 3.67 1.05 8.9.52 11.78-10.74 2.62-9.94-1.83-13.61-5.23-14.39zM491 300.65c1.83.52 3.14 1.05 5.76 1.83 0-1.83.52-8.38.79-12.05-1.05 1.31-5.5 8.12-6.55 9.95v.27z"], + "square-viadeo": [448, 512, ["viadeo-square"], "f2aa", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM118.3 381.2c-68-73.6-19.8-196.1 81.2-196.1c13.3 0 26.6 2.1 39.1 6.7c-4.3 8.4-7.3 17.6-8.4 27.1c-9.7-4.1-20.2-6-30.7-6c-48.8 0-84.6 41.7-84.6 88.9c0 43 28.5 78.7 69.5 85.9c61.5-24 72.9-117.6 72.9-175v0c0-7.3 0-14.8-.6-22.1c-11.2-32.9-26.6-64.6-44.2-94.5c27.1 18.3 41.9 62.5 44.2 94.1v.4c7.7 22.5 11.8 46.2 11.8 70c0 54.1-21.9 99-68.3 128.2l-2.4 .2c50 1 86.2-38.6 86.2-87.2c0-12.2-2.1-24.3-6.9-35.7c9.5-1.9 18.5-5.6 26.4-10.5c15.3 36.6 12.6 87.3-22.8 125.6c-42.4 46.2-120 46.6-162.4 0zM274.6 217.6c21.9-12 49.6-30.7 62.3-53c1.5-3 4.1-8.6 4.5-12c-12.5 27.9-44.2 49.8-73.9 56.7c-4.7-7.3-7.5-15.5-7.5-24.3c0-10.3 5.2-24.1 12.9-31.6c8.3-7.9 18-10.9 27.9-14.1c16-5.1 32.5-10.3 44.5-35.9c32.5 46.2 13.1 130.3-36.3 130.3c-13.3 0-25.1-7.1-34.4-16.1z"], + "meetup": [512, 512, [], "f2e0", "M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z"], + "centos": [448, 512, [], "f789", "M289.6 97.5l31.6 31.7-76.3 76.5V97.5zm-162.4 31.7l76.3 76.5V97.5h-44.7zm41.5-41.6h44.7v127.9l10.8 10.8 10.8-10.8V87.6h44.7L224.2 32zm26.2 168.1l-10.8-10.8H55.5v-44.8L0 255.7l55.5 55.6v-44.8h128.6l10.8-10.8zm79.3-20.7h107.9v-44.8l-31.6-31.7zm173.3 20.7L392 200.1v44.8H264.3l-10.8 10.8 10.8 10.8H392v44.8l55.5-55.6zM65.4 176.2l32.5-31.7 90.3 90.5h15.3v-15.3l-90.3-90.5 31.6-31.7H65.4zm316.7-78.7h-78.5l31.6 31.7-90.3 90.5V235h15.3l90.3-90.5 31.6 31.7zM203.5 413.9V305.8l-76.3 76.5 31.6 31.7h44.7zM65.4 235h108.8l-76.3-76.5-32.5 31.7zm316.7 100.2l-31.6 31.7-90.3-90.5h-15.3v15.3l90.3 90.5-31.6 31.7h78.5zm0-58.8H274.2l76.3 76.5 31.6-31.7zm-60.9 105.8l-76.3-76.5v108.1h44.7zM97.9 352.9l76.3-76.5H65.4v44.8zm181.8 70.9H235V295.9l-10.8-10.8-10.8 10.8v127.9h-44.7l55.5 55.6zm-166.5-41.6l90.3-90.5v-15.3h-15.3l-90.3 90.5-32.5-31.7v78.7h79.4z"], + "adn": [496, 512, [], "f170", "M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z"], + "cloudsmith": [512, 512, [], "f384", "M512 227.6v56.9L284.4 512H227.6L0 284.4V227.6L227.6 0h56.9L512 227.6zm-256 162a133.6 133.6 0 1 0 0-267.1 133.6 133.6 0 1 0 0 267.1z"], + "opensuse": [640, 512, [], "e62b", "M471.1 102.7s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3c-51.9-1.8-122.8-4.3-223 57.3c-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.1 307 7 335.1c3.3 12.8 8.9 24.9 16.5 35.7c17.4 25 46.6 41.6 78.1 44.4c44.4 3.9 78.1-16 90-53.3c8.2-25.8 0-63.6-31.5-82.9c-25.6-15.7-53.3-12.1-69.2-1.6c-13.9 9.2-21.8 23.5-21.6 39.2c.3 27.8 24.3 42.6 41.5 42.6c5.4 0 10.7-.9 15.8-2.7c6.5-1.8 13.3-6.5 13.3-14.9c0-12.1-11.6-14.8-16.8-13.9c-2.9 .5-4.5 2-11.8 2.4c-2-.2-12-3.1-12-14V316c.2-12.3 13.2-18 25.5-16.9c32.3 2.8 47.7 40.7 28.5 65.7C135 388.5 76.7 388 53.6 344.4c-26-49.2 12.7-111.2 87-98.4c33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3c56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8c5.6-33.8 39.7-18.4 82.4-17.4c66.5 .4 102.1-27 103.1-28c3.7-3.1 6.5-15.8 7-17.7c1.3-5.1-3.2-2.4-3.2-2.4c-8.7 5.2-30.5 15.2-50.9 15.6c-25.3 .5-76.2-25.4-81.6-28.2c-.3-.4 .1 1.2-11-25.5c88.4 58.3 118.3 40.5 145.2 21.7c.8-.6 4.3-2.9 3.6-5.7c-13.8-48.1-22.4-62.7-34.5-69.6c-37-21.6-125-34.7-129.2-35.3c.1-.1-.9-.3-.9 .7l0 0zm135.6 75.4a37.6 37.6 0 1 1 -75.2-2.6 37.6 37.6 0 1 1 75.2 2.6zm-36.6-27.9a26.3 26.3 0 1 0 -1.7 52.5 26.3 26.3 0 1 0 1.7-52.5zm4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.6 0 15.6v0z"], + "pied-piper-alt": [576, 512, [], "f1a8", "M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z"], + "square-dribbble": [448, 512, ["dribbble-square"], "f397", "M165.9 132.5c-38.3 18-66.8 53.3-75.7 95.7c6.1 .1 62.4 .3 126.4-16.7c-22.7-40.2-47.1-74.1-50.7-79zm26.1-9.1c3.8 5.1 28.6 38.9 51 80c48.6-18.3 69.1-45.9 71.6-49.4C281 124.2 235.3 112.9 192 123.4zM277.4 382c-2-12-10-53.8-29.2-103.6c-55.1 18.8-93.8 56.4-108.1 85.6c40.5 31.6 93.3 36.7 137.3 18zM227.8 232.6C159.6 253 93.4 252.2 87.4 252c0 .7 0 1.4 0 2.1s0 1.4 0 2.1c0 35.1 13.3 67.1 35.1 91.4c22.2-37.9 67.1-77.9 116.5-91.8c-3.4-7.8-7.2-15.5-11.1-23.2zm72.5 136.9c30.7-20.7 52.5-53.6 58.6-91.6c-4.6-1.5-42.3-12.7-85.1-5.8c17.9 49.1 25.1 89.1 26.5 97.4zm-34.8-119c45.5-5.7 90.7 3.4 95.2 4.4c-.3-32.3-11.8-61.9-30.9-85.1c-2.9 3.9-25.8 33.2-76.3 53.9c4.8 9.8 8.3 17.8 12 26.8zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM224 416a160 160 0 1 1 0-320 160 160 0 1 1 0 320z"], + "codiepie": [472, 512, [], "f284", "M422.5 202.9c30.7 0 33.5 53.1-.3 53.1h-10.8v44.3h-26.6v-97.4h37.7zM472 352.6C429.9 444.5 350.4 504 248 504 111 504 0 393 0 256S111 8 248 8c97.4 0 172.8 53.7 218.2 138.4l-186 108.8L472 352.6zm-38.5 12.5l-60.3-30.7c-27.1 44.3-70.4 71.4-122.4 71.4-82.5 0-149.2-66.7-149.2-148.9 0-82.5 66.7-149.2 149.2-149.2 48.4 0 88.9 23.5 116.9 63.4l59.5-34.6c-40.7-62.6-104.7-100-179.2-100-121.2 0-219.5 98.3-219.5 219.5S126.8 475.5 248 475.5c78.6 0 146.5-42.1 185.5-110.4z"], + "node": [640, 512, [], "f419", "M316.3 452c-2.1 0-4.2-.6-6.1-1.6L291 439c-2.9-1.6-1.5-2.2-.5-2.5 3.8-1.3 4.6-1.6 8.7-4 .4-.2 1-.1 1.4.1l14.8 8.8c.5.3 1.3.3 1.8 0L375 408c.5-.3.9-.9.9-1.6v-66.7c0-.7-.3-1.3-.9-1.6l-57.8-33.3c-.5-.3-1.2-.3-1.8 0l-57.8 33.3c-.6.3-.9 1-.9 1.6v66.7c0 .6.4 1.2.9 1.5l15.8 9.1c8.6 4.3 13.9-.8 13.9-5.8v-65.9c0-.9.7-1.7 1.7-1.7h7.3c.9 0 1.7.7 1.7 1.7v65.9c0 11.5-6.2 18-17.1 18-3.3 0-6 0-13.3-3.6l-15.2-8.7c-3.7-2.2-6.1-6.2-6.1-10.5v-66.7c0-4.3 2.3-8.4 6.1-10.5l57.8-33.4c3.7-2.1 8.5-2.1 12.1 0l57.8 33.4c3.7 2.2 6.1 6.2 6.1 10.5v66.7c0 4.3-2.3 8.4-6.1 10.5l-57.8 33.4c-1.7 1.1-3.8 1.7-6 1.7zm46.7-65.8c0-12.5-8.4-15.8-26.2-18.2-18-2.4-19.8-3.6-19.8-7.8 0-3.5 1.5-8.1 14.8-8.1 11.9 0 16.3 2.6 18.1 10.6.2.8.8 1.3 1.6 1.3h7.5c.5 0 .9-.2 1.2-.5.3-.4.5-.8.4-1.3-1.2-13.8-10.3-20.2-28.8-20.2-16.5 0-26.3 7-26.3 18.6 0 12.7 9.8 16.1 25.6 17.7 18.9 1.9 20.4 4.6 20.4 8.3 0 6.5-5.2 9.2-17.4 9.2-15.3 0-18.7-3.8-19.8-11.4-.1-.8-.8-1.4-1.7-1.4h-7.5c-.9 0-1.7.7-1.7 1.7 0 9.7 5.3 21.3 30.6 21.3 18.5 0 29-7.2 29-19.8zm54.5-50.1c0 6.1-5 11.1-11.1 11.1s-11.1-5-11.1-11.1c0-6.3 5.2-11.1 11.1-11.1 6-.1 11.1 4.8 11.1 11.1zm-1.8 0c0-5.2-4.2-9.3-9.4-9.3-5.1 0-9.3 4.1-9.3 9.3 0 5.2 4.2 9.4 9.3 9.4 5.2-.1 9.4-4.3 9.4-9.4zm-4.5 6.2h-2.6c-.1-.6-.5-3.8-.5-3.9-.2-.7-.4-1.1-1.3-1.1h-2.2v5h-2.4v-12.5h4.3c1.5 0 4.4 0 4.4 3.3 0 2.3-1.5 2.8-2.4 3.1 1.7.1 1.8 1.2 2.1 2.8.1 1 .3 2.7.6 3.3zm-2.8-8.8c0-1.7-1.2-1.7-1.8-1.7h-2v3.5h1.9c1.6 0 1.9-1.1 1.9-1.8zM137.3 191c0-2.7-1.4-5.1-3.7-6.4l-61.3-35.3c-1-.6-2.2-.9-3.4-1h-.6c-1.2 0-2.3.4-3.4 1L3.7 184.6C1.4 185.9 0 188.4 0 191l.1 95c0 1.3.7 2.5 1.8 3.2 1.1.7 2.5.7 3.7 0L42 268.3c2.3-1.4 3.7-3.8 3.7-6.4v-44.4c0-2.6 1.4-5.1 3.7-6.4l15.5-8.9c1.2-.7 2.4-1 3.7-1 1.3 0 2.6.3 3.7 1l15.5 8.9c2.3 1.3 3.7 3.8 3.7 6.4v44.4c0 2.6 1.4 5.1 3.7 6.4l36.4 20.9c1.1.7 2.6.7 3.7 0 1.1-.6 1.8-1.9 1.8-3.2l.2-95zM472.5 87.3v176.4c0 2.6-1.4 5.1-3.7 6.4l-61.3 35.4c-2.3 1.3-5.1 1.3-7.4 0l-61.3-35.4c-2.3-1.3-3.7-3.8-3.7-6.4v-70.8c0-2.6 1.4-5.1 3.7-6.4l61.3-35.4c2.3-1.3 5.1-1.3 7.4 0l15.3 8.8c1.7 1 3.9-.3 3.9-2.2v-94c0-2.8 3-4.6 5.5-3.2l36.5 20.4c2.3 1.2 3.8 3.7 3.8 6.4zm-46 128.9c0-.7-.4-1.3-.9-1.6l-21-12.2c-.6-.3-1.3-.3-1.9 0l-21 12.2c-.6.3-.9.9-.9 1.6v24.3c0 .7.4 1.3.9 1.6l21 12.1c.6.3 1.3.3 1.8 0l21-12.1c.6-.3.9-.9.9-1.6v-24.3zm209.8-.7c2.3-1.3 3.7-3.8 3.7-6.4V192c0-2.6-1.4-5.1-3.7-6.4l-60.9-35.4c-2.3-1.3-5.1-1.3-7.4 0l-61.3 35.4c-2.3 1.3-3.7 3.8-3.7 6.4v70.8c0 2.7 1.4 5.1 3.7 6.4l60.9 34.7c2.2 1.3 5 1.3 7.3 0l36.8-20.5c2.5-1.4 2.5-5 0-6.4L550 241.6c-1.2-.7-1.9-1.9-1.9-3.2v-22.2c0-1.3.7-2.5 1.9-3.2l19.2-11.1c1.1-.7 2.6-.7 3.7 0l19.2 11.1c1.1.7 1.9 1.9 1.9 3.2v17.4c0 2.8 3.1 4.6 5.6 3.2l36.7-21.3zM559 219c-.4.3-.7.7-.7 1.2v13.6c0 .5.3 1 .7 1.2l11.8 6.8c.4.3 1 .3 1.4 0L584 235c.4-.3.7-.7.7-1.2v-13.6c0-.5-.3-1-.7-1.2l-11.8-6.8c-.4-.3-1-.3-1.4 0L559 219zm-254.2 43.5v-70.4c0-2.6-1.6-5.1-3.9-6.4l-61.1-35.2c-2.1-1.2-5-1.4-7.4 0l-61.1 35.2c-2.3 1.3-3.9 3.7-3.9 6.4v70.4c0 2.8 1.9 5.2 4 6.4l61.2 35.2c2.4 1.4 5.2 1.3 7.4 0l61-35.2c1.8-1 3.1-2.7 3.6-4.7.1-.5.2-1.1.2-1.7zm-74.3-124.9l-.8.5h1.1l-.3-.5zm76.2 130.2l-.4-.7v.9l.4-.2z"], + "mix": [448, 512, [], "f3cb", "M0 64v348.9c0 56.2 88 58.1 88 0V174.3c7.9-52.9 88-50.4 88 6.5v175.3c0 57.9 96 58 96 0V240c5.3-54.7 88-52.5 88 4.3v23.8c0 59.9 88 56.6 88 0V64H0z"], + "steam": [496, 512, [], "f1b6", "M496 256c0 137-111.2 248-248.4 248-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4 39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5 0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L176.6 279c-15.5-.9-30.7 3.4-43.5 12.1L0 236.1C10.2 108.4 117.1 8 247.6 8 384.8 8 496 119 496 256zM155.7 384.3l-30.5-12.6a52.79 52.79 0 0 0 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4 5.4-13 5.5-27.3.1-40.3-5.4-13-15.5-23.2-28.5-28.6-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7-8.3 19.9-31 29.2-50.8 21zm173.8-129.9c-34.4 0-62.4-28-62.4-62.3s28-62.3 62.4-62.3 62.4 28 62.4 62.3-27.9 62.3-62.4 62.3zm.1-15.6c25.9 0 46.9-21 46.9-46.8 0-25.9-21-46.8-46.9-46.8s-46.9 21-46.9 46.8c.1 25.8 21.1 46.8 46.9 46.8z"], + "cc-apple-pay": [576, 512, [], "f416", "M302.2 218.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1zm47.5 62.6c0 8.3 7.2 13.7 18.5 13.7 14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4zM576 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM127.8 197.2c8.4.7 16.8-4.2 22.1-10.4 5.2-6.4 8.6-15 7.7-23.7-7.4.3-16.6 4.9-21.9 11.3-4.8 5.5-8.9 14.4-7.9 22.8zm60.6 74.5c-.2-.2-19.6-7.6-19.8-30-.2-18.7 15.3-27.7 16-28.2-8.8-13-22.4-14.4-27.1-14.7-12.2-.7-22.6 6.9-28.4 6.9-5.9 0-14.7-6.6-24.3-6.4-12.5.2-24.2 7.3-30.5 18.6-13.1 22.6-3.4 56 9.3 74.4 6.2 9.1 13.7 19.1 23.5 18.7 9.3-.4 13-6 24.2-6 11.3 0 14.5 6 24.3 5.9 10.2-.2 16.5-9.1 22.8-18.2 6.9-10.4 9.8-20.4 10-21zm135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45zm90 23.7c0-19.7-15.8-32.4-40-32.4-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9 13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1 0 17.7 13.7 29.4 33.4 29.4 13.3 0 25.6-6.7 31.2-17.4h.4V310h19.6v-68zM516 210.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H422l35.9 99.3-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8L516 210.9z"], + "scribd": [384, 512, [], "f28a", "M42.3 252.7c-16.1-19-24.7-45.9-24.8-79.9 0-100.4 75.2-153.1 167.2-153.1 98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1-37.3-24.6 26.9-38.6c-36.5-24-79.4-36.5-123-35.8-50.7-.8-111.7 27.2-111.7 76.2 0 18.7 11.2 20.7 28.6 15.6 23.3-5.3 41.9.6 55.8 14 26.4 24.3 23.2 67.6-.7 91.9-29.2 29.5-85.2 27.3-114.8-8.4zm317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6-38.1-2-71.1 28-70.5 67.2-.7 16.8 6 33 18.4 44.3 14.1 13.9 33 19.7 56.3 14.4 17.4-5.1 28.6-3.1 28.6 15.6 0 4.3-.5 8.5-1.4 12.7-16.7 40.9-59.5 64.4-121.4 64.4-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4-35.6-27.4L0 406.3l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2 51.4 0 94.4-10.5 133.6-44.1 57.1-51.4 54.2-149.2 20.3-189.6z"], + "debian": [448, 512, [], "e60b", "M380.2 245.6c3-7.6 5.5-14 5.2-24.4l-4.3 9c4.4-13.2 4-27.1 3.6-40.4c-.2-6-.3-11.8 0-17.4l-1.8-.5c-1.5-45.2-40.6-93.1-75.3-109.4c-30-13.8-76.1-16.2-97.3-5.8c1.3-1.1 4.2-2 6.8-2.7l.3-.1c3.3-1 6-1.7 4-2.9c-19.2 1.9-24.9 5.5-31.1 9.4l-.1 0c-4.6 2.9-9.5 6-20.3 8.7c-3.5 3.4 1.7 2 5.8 .9l0 0c4.1-1.1 7.2-1.9-.1 2.4c-3.5 1-6.6 1.3-9.6 1.6l-.1 0c-8.3 .8-15.8 1.6-30.7 17c.8 1.3 3.4-.2 5.3-1.3l.1-.1c2.3-1.4 3.4-2-1.7 4.4c-19.1-2.4-60.3 43.7-69.1 59l4.6 .8c-3.2 8-6.8 14.8-10 20.8c-4.3 8.1-7.9 14.9-8.7 21.3c-.3 5.1-1 11-1.7 17.3l0 0c-.1 1-.2 2-.3 3l-.1 .6c-3 27.3-6.7 60.8 3.9 73l-1.3 13c.6 1.2 1.1 2.3 1.6 3.5c.2 .4 .4 .8 .5 1.1l0 0 0 0 0 0 0 0 0 0 0 0 0 0c1 2.1 2 4.2 3.3 6.2l-3 .2c7 22.1 10.8 22.5 15.1 22.9l0 0c4.4 .4 9.3 .9 18.7 24.2c-2.7-.9-5.5-1.9-9.4-7.2c-.5 4.1 5.8 16.3 13.1 25.8l-3.1 3.6c2.1 3.7 4.8 6.2 7.6 8.8l0 0 0 0c1 .9 2.1 1.9 3.1 2.9c-11.9-6.5 3.2 13.7 11.9 25.2c.8 1.1 1.5 2 2.2 2.9l0 0 0 0 0 0 0 0 0 0c1.4 1.9 2.5 3.4 2.9 4.1l2.4-4.2c-.3 6.1 4.3 13.9 13.1 24.7l7.3-.3c3 6 14 16.7 20.7 17.2l-4.4 5.8c8.1 2.6 10.3 4.3 12.7 6.2c2.6 2.1 5.4 4.3 16.1 8.1l-4.2-7.4c3.5 3 6.2 5.9 8.8 8.7l.1 .1c5.2 5.6 9.9 10.6 19.7 15.3c10.7 3.7 16.6 4.7 22.7 5.8c.3 0 .6 .1 .9 .1c5.4 .8 11.2 1.8 20.8 4.5c-1.1-.1-2.2-.1-3.3-.1h0c-2.3-.1-4.7-.1-7-.1l0 0 0 0 0 0 0 0 0 0 0 0 0 0c-14.4-.2-29.2-.4-42.7-5.2C107.8 480.5 19.5 367.2 26 250.6c-.6-9.9-.3-20.9 0-30.7c.4-13.5 .7-24.8-1.6-28.3l1-3.1c5.3-17.4 11.7-38.2 23.8-62.8l-.1-.2v-.1c.4 .4 3.4 3.4 8.8-5.8c.8-1.8 1.6-3.7 2.4-5.6c.5-1.1 .9-2.2 1.4-3.2c2.5-6.1 5.1-12.3 8.4-17.9l2.6-.6c1.7-10.1 17-23.8 29.8-35.2l1.1-1c5.7-5.1 10.7-9.7 13.6-13.1l.7 4.4c17-15.9 44.6-27.5 65.6-36.4l.5-.2c4.8-2 9.3-3.9 13.3-5.7c-3.4 3.8 2.2 2.7 10 1c4.8-1 10.4-2.1 15.3-2.4l-3.9 2.1c-2.7 1.4-5.4 2.8-8 4.6c8.1-2 11.7-1.4 15.7-.8l.3 0c3.5 .6 7.3 1.2 14.6 .2c-5.6 .8-12.3 3-11.2 3.8c7.9 .9 12.8-.1 17.2-1l.2 0c5.5-1.1 10.3-2 19.3 .9l-1-4.8c7.3 2.6 12.7 4.3 17.5 5.8l.5 .1c10 3 17.6 5.3 34.2 14.1c3.2 .2 5.3-.5 7.4-1.2l.1 0c3.6-1.1 7-2.1 15.2 1.2c.3 .5 .5 1 .7 1.4c.1 .2 .2 .5 .3 .7l0 .1c1 2.6 1.8 4.6 14.6 12.1c1.7-.7-2.7-4.7-6.4-8.2c0 0 0 0-.1-.1c-.2-.1-.3-.3-.5-.4c32.2 17.3 67.3 54.1 78 93.5c-6-11.1-5.2-5.5-4.3 .5c.6 4 1.2 8.1-.2 7.5c4.5 12.1 8.1 24.5 10.4 37.4l-.8-2.9-.1-.3c-3.3-11.9-9.6-34.3-19.9-49.3c-.4 4.3-2.8 3.9-5.2 3.5l-.1 0 0 0c-3.3-.6-6.2-1.1-1.9 12.6c2.6 3.8 3.1 2.4 3.5 1.1l0 0c.5-1.5 .9-2.7 4.7 5.2c.1 4.1 1 8.2 2.1 12.7l0 0 0 0 .1 .6c.1 .3 .1 .5 .2 .8l.1 .6c.6 2.6 1.3 5.4 1.8 8.4c-1.1-.2-2.3-2.2-3.4-4.2c-1.4-2.4-2.8-4.7-3.7-3.2c2.4 11.5 6.5 17.4 8 18.3c-.3 .6-.6 .7-1.1 .7c-.8 0-1.8 .1-1.9 5.3c.7 13.7 3.3 12.5 5.3 11.6l0 0c.6-.3 1.2-.6 1.7-.4c-.6 2.5-1.6 5.1-2.7 7.9c-2.8 7.1-6 15.4-3.4 26.1c-.8-3-2-6-3.1-8.9l-.1-.4c-.2-.5-.4-1-.6-1.5l0 0c-.3-.8-.6-1.6-.9-2.3c-.6 4.4-.3 7.7-.1 10.6c0 .2 0 .5 0 .7c.4 5.3 .7 10-3 19.9c4.3-14.2 3.8-26.9-.2-20.8c1 10.9-3.7 20.4-8 28.9l-.1 .2c-3.6 7.1-6.8 13.5-5.9 19.3l-5.2-7.1c-7.5 10.9-7 13.3-6.5 15.5l0 .1c.5 1.9 1 3.8-3.4 10.8c1.7-2.9 1.3-3.6 1-4.2l0 0c-.4-.8-.7-1.5 1.7-5.1c-1.6 .1-5.5 3.9-10.1 8.5c-3.9 3.9-8.5 8.4-12.8 11.8c-37.5 30.1-82.3 34-125.6 17.8c.2-1-.2-2.1-3.1-4.1c-36.8-28.2-58.5-52.1-50.9-107.5c2.1-1.6 3.6-5.8 5.3-10.8l0 0 0 0 .2-.4 .1-.3 0-.1c2.9-8.4 6.5-18.8 14.3-23.8c7.8-17.3 31.3-33.3 56.4-33.7c25.6-1.4 47.2 13.7 58.1 27.9c-19.8-18.4-52.1-24-79.7-10.4c-28.2 12.7-45 43.8-42.5 74.7c.3-.4 .6-.6 .9-.8l0 0s0 0 0 0c0 0 .1-.1 .1-.1l.1-.1c.6-.5 1.1-.9 1.4-3.3c-.9 60.2 64.8 104.3 112.1 82l.6 1.3c12.7-3.5 15.9-6.5 20.3-10.7l.1-.1 0 0c2.2-2.1 4.7-4.5 8.9-7.3c-.3 .7-1.3 1.7-2.4 2.7c-2.2 2.1-4.6 4.5-1.6 4.6c5-1.3 18.5-13.4 28.5-22.3l0 0 0 0c.6-.5 1.2-1 1.7-1.5c1.5-1.3 2.8-2.5 4-3.6l0 0 .3-.3c1.9-4.2 1.6-5.6 1.3-7l0-.1c-.4-1.6-.8-3.3 2.4-9.6l7.3-3.7c.8-2.1 1.5-4.1 2.2-6c.2-.6 .5-1.2 .7-1.8l-.4-.2zM349.3 34.3l-.2-.1 .2 .1 0 0zM247.8 334.1c-6-3-13.7-8.9-14.8-11.4l-.4 .3c-.3 .6-.5 1.3-.2 2.2c-12.2-5.7-23.4-14.3-32.6-24.9c4.9 7.1 10.1 14.1 17 19.5c-6.9-2.3-15.1-11.8-21.6-19.3l-.1-.1c-4.3-5-7.9-9.1-9.7-9.5c19.8 35.5 80.5 62.3 112.3 49c-14.7 .5-33.4 .3-49.9-5.8zm79.3-119.7l-.1-.2c-.5-1.5-1.1-3.1-1.7-3.4c1.4-5.8 5.4-10.7 4.4 4.6c-1 3.8-1.8 1.5-2.6-1zm-4.2 22.2c-1.3 7.9-5 15.5-10.1 22.5c.2-2-1.2-2.4-2.6-2.8l0 0c-2.9-.8-5.9-1.6 5.6-16.1c-.5 1.9-2.1 4.6-3.7 7.3l0 0 0 0-.3 .4c-3.6 5.9-6.7 11 4 4.3l1-1.8c2.6-4.5 5-8.8 6-13.8h.1zm-55.6 33.9c7.1 .6 14.1 .6 21-1.1c-2.5 2.4-5.2 4.8-8.3 7.2c-11.1-1.7-21.2-6-12.7-6.1zm-92.6 11.6c3.6 7.1 6.4 11.5 9 15.7l.1 .2c2.3 3.7 4.4 7.1 6.8 11.7c-5.1-4.2-8.7-9.5-12.5-15l-.3-.5c-1.4-2.1-2.8-4.2-4.4-6.2l1.2-5.9h.1zm7.5-9.6c1.6 3.3 3.2 6.4 5.7 9.1l2.6 7.7-1.3-2.1c-3.2-5.3-6.3-10.6-8-16.7l.8 1.6 .2 .4zm238.9-41.6c-2.3 17.4-7.7 34.6-16 50.3c7.6-14.9 12.5-30.9 14.8-47.2l1.2-3.1zM35.6 110.6c.4 .8 1.4 .5 2.3 .3c1.9-.5 3.6-.9-.1 7.6c-.5 .3-1 .7-1.5 1l0 0 0 0c-1.4 .9-2.8 1.9-3.9 3c1.9-3.8 3.5-7.4 3.2-11.9zM25.3 152.3c-.7 3.7-1.5 7.9-3.4 13.9c.2-1.9 0-3.5-.2-4.9l0-.1c-.4-3.4-.7-6.3 4.3-12.8c-.3 1.2-.5 2.5-.7 3.8v.1z"], + "openid": [448, 512, [], "f19b", "M271.5 432l-68 32C88.5 453.7 0 392.5 0 318.2c0-71.5 82.5-131 191.7-144.3v43c-71.5 12.5-124 53-124 101.3 0 51 58.5 93.3 135.7 103v-340l68-33.2v384zM448 291l-131.3-28.5 36.8-20.7c-19.5-11.5-43.5-20-70-24.8v-43c46.2 5.5 87.7 19.5 120.3 39.3l35-19.8L448 291z"], + "instalod": [512, 512, [], "e081", "M153.384,480H387.113L502.554,275.765,204.229,333.211ZM504.726,240.078,387.113,32H155.669L360.23,267.9ZM124.386,48.809,7.274,256,123.236,461.154,225.627,165.561Z"], + "expeditedssl": [496, 512, [], "f23e", "M248 43.4C130.6 43.4 35.4 138.6 35.4 256S130.6 468.6 248 468.6 460.6 373.4 460.6 256 365.4 43.4 248 43.4zm-97.4 132.9c0-53.7 43.7-97.4 97.4-97.4s97.4 43.7 97.4 97.4v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6c0-82.1-124-82.1-124 0v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6zM389.7 380c0 9.7-8 17.7-17.7 17.7H124c-9.7 0-17.7-8-17.7-17.7V238.3c0-9.7 8-17.7 17.7-17.7h248c9.7 0 17.7 8 17.7 17.7V380zm-248-137.3v132.9c0 2.5-1.9 4.4-4.4 4.4h-8.9c-2.5 0-4.4-1.9-4.4-4.4V242.7c0-2.5 1.9-4.4 4.4-4.4h8.9c2.5 0 4.4 1.9 4.4 4.4zm141.7 48.7c0 13-7.2 24.4-17.7 30.4v31.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-31.6c-10.5-6.1-17.7-17.4-17.7-30.4 0-19.7 15.8-35.4 35.4-35.4s35.5 15.8 35.5 35.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 478.3C121 486.3 17.7 383 17.7 256S121 25.7 248 25.7 478.3 129 478.3 256 375 486.3 248 486.3z"], + "sellcast": [448, 512, [], "f2da", "M353.4 32H94.7C42.6 32 0 74.6 0 126.6v258.7C0 437.4 42.6 480 94.7 480h258.7c52.1 0 94.7-42.6 94.7-94.6V126.6c0-52-42.6-94.6-94.7-94.6zm-50 316.4c-27.9 48.2-89.9 64.9-138.2 37.2-22.9 39.8-54.9 8.6-42.3-13.2l15.7-27.2c5.9-10.3 19.2-13.9 29.5-7.9 18.6 10.8-.1-.1 18.5 10.7 27.6 15.9 63.4 6.3 79.4-21.3 15.9-27.6 6.3-63.4-21.3-79.4-17.8-10.2-.6-.4-18.6-10.6-24.6-14.2-3.4-51.9 21.6-37.5 18.6 10.8-.1-.1 18.5 10.7 48.4 28 65.1 90.3 37.2 138.5zm21.8-208.8c-17 29.5-16.3 28.8-19 31.5-6.5 6.5-16.3 8.7-26.5 3.6-18.6-10.8.1.1-18.5-10.7-27.6-15.9-63.4-6.3-79.4 21.3s-6.3 63.4 21.3 79.4c0 0 18.5 10.6 18.6 10.6 24.6 14.2 3.4 51.9-21.6 37.5-18.6-10.8.1.1-18.5-10.7-48.2-27.8-64.9-90.1-37.1-138.4 27.9-48.2 89.9-64.9 138.2-37.2l4.8-8.4c14.3-24.9 52-3.3 37.7 21.5z"], + "square-twitter": [448, 512, ["twitter-square"], "f081", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM351.3 199.3v0c0 86.7-66 186.6-186.6 186.6c-37.2 0-71.7-10.8-100.7-29.4c5.3 .6 10.4 .8 15.8 .8c30.7 0 58.9-10.4 81.4-28c-28.8-.6-53-19.5-61.3-45.5c10.1 1.5 19.2 1.5 29.6-1.2c-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3c-9-6-16.4-14.1-21.5-23.6s-7.8-20.2-7.7-31c0-12.2 3.2-23.4 8.9-33.1c32.3 39.8 80.8 65.8 135.2 68.6c-9.3-44.5 24-80.6 64-80.6c18.9 0 35.9 7.9 47.9 20.7c14.8-2.8 29-8.3 41.6-15.8c-4.9 15.2-15.2 28-28.8 36.1c13.2-1.4 26-5.1 37.8-10.2c-8.9 13.1-20.1 24.7-32.9 34c.2 2.8 .2 5.7 .2 8.5z"], + "r-project": [581, 512, [], "f4f7", "M581 226.6C581 119.1 450.9 32 290.5 32S0 119.1 0 226.6C0 322.4 103.3 402 239.4 418.1V480h99.1v-61.5c24.3-2.7 47.6-7.4 69.4-13.9L448 480h112l-67.4-113.7c54.5-35.4 88.4-84.9 88.4-139.7zm-466.8 14.5c0-73.5 98.9-133 220.8-133s211.9 40.7 211.9 133c0 50.1-26.5 85-70.3 106.4-2.4-1.6-4.7-2.9-6.4-3.7-10.2-5.2-27.8-10.5-27.8-10.5s86.6-6.4 86.6-92.7-90.6-87.9-90.6-87.9h-199V361c-74.1-21.5-125.2-67.1-125.2-119.9zm225.1 38.3v-55.6c57.8 0 87.8-6.8 87.8 27.3 0 36.5-38.2 28.3-87.8 28.3zm-.9 72.5H365c10.8 0 18.9 11.7 24 19.2-16.1 1.9-33 2.8-50.6 2.9v-22.1z"], + "delicious": [448, 512, [], "f1a5", "M446.5 68c-.4-1.5-.9-3-1.4-4.5-.9-2.5-2-4.8-3.3-7.1-1.4-2.4-3-4.8-4.7-6.9-2.1-2.5-4.4-4.8-6.9-6.8-1.1-.9-2.2-1.7-3.3-2.5-1.3-.9-2.6-1.7-4-2.4-1.8-1-3.6-1.8-5.5-2.5-1.7-.7-3.5-1.3-5.4-1.7-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12 2 7.7 5.8 14.6 11 20.3 1 1.1 2.1 2.2 3.3 3.3 5.7 5.2 12.6 9 20.3 11 3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12zM416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z"], + "freebsd": [448, 512, [], "f3a4", "M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2 23.7 23.7-42.1 128.1-53.2 139.2-11.1 11.1-39.4.9-63.1-22.9-23.8-23.7-34.1-52-22.9-63.1zM109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7 18.5-32.2 44.8-59.3 76.4-78.7zM406.7 174c3.3 11.3 2.7 20.7-2.7 26.1-20.3 20.3-87.5-27-109.3-70.1-18-32.3-11.1-53.4 14.9-48.7 5.7-3.6 12.3-7.6 19.6-11.6-29.8-15.5-63.6-24.3-99.5-24.3-119.1 0-215.6 96.5-215.6 215.6 0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8-3.9 7-7.6 13.3-10.9 18.8z"], + "vuejs": [448, 512, [], "f41f", "M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3h-91.1zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5 55.7 96.3z"], + "accusoft": [640, 512, [], "f369", "M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3zm160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3 3.2-1.2 115.4-47.6 117.8-48.9 8-4.3-1.7-16.7-7.2-23.4-2.1-2.5-205.1-245.6-207.2-248.3-9.7-12.2-14.3-12.9-38.4-12.8-10.2 0-106.8.5-116.5.6-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1zm152.7 1.6c-2.3-.3-24.6-4.7-38-7.2 0 0-115 50.4-117.5 51.6-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2z"], + "ioxhost": [640, 512, [], "f208", "M616 160h-67.3C511.2 70.7 422.9 8 320 8 183 8 72 119 72 256c0 16.4 1.6 32.5 4.7 48H24c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h67.3c37.5 89.3 125.8 152 228.7 152 137 0 248-111 248-248 0-16.4-1.6-32.5-4.7-48H616c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24zm-96 96c0 110.5-89.5 200-200 200-75.7 0-141.6-42-175.5-104H424c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24H125.8c-3.8-15.4-5.8-31.4-5.8-48 0-110.5 89.5-200 200-200 75.7 0 141.6 42 175.5 104H216c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h298.2c3.8 15.4 5.8 31.4 5.8 48zm-304-24h208c13.3 0 24 10.7 24 24 0 13.2-10.7 24-24 24H216c-13.3 0-24-10.7-24-24 0-13.2 10.7-24 24-24z"], + "fonticons-fi": [384, 512, [], "f3a2", "M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z"], + "app-store": [512, 512, [], "f36f", "M255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5 9.8 5.6 13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4 0-11.3 9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5l8.9 15.7zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5-9.8-5.6-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6zm168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4 0 11.3-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z"], + "cc-mastercard": [576, 512, [], "f1f1", "M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 11.2 5.2 11.2 11.7zm-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7 0 6.5 4.1 11.7 11.2 11.7 6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7zm117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7zm107.8.3c-6.8 0-10.9 5.2-10.9 11.7 0 6.5 4.1 11.7 10.9 11.7 6.8 0 11.2-4.9 11.2-11.7 0-6.5-4.4-11.7-11.2-11.7zm105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1zm-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8l-1.1-1.3zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2zm224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5zm-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9V392zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5zm35.4 9.3l-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9zm13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9zm59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4l2.4-7.6zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6zm66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2V392zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4l2.4-7.6zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9v-51.7zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8h1.9zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1-.3-.3-.8-.5-1.1-.8-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8.3-.3.5-.8.8-1.1.3-.6.3-1.1.3-1.4zm3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1v-5.4zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4z"], + "itunes-note": [384, 512, [], "f3b5", "M381.9 388.2c-6.4 27.4-27.2 42.8-55.1 48-24.5 4.5-44.9 5.6-64.5-10.2-23.9-20.1-24.2-53.4-2.7-74.4 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 6.4-7.2 4.4-4.1 4.4-163.2 0-11.2-5.5-14.3-17-12.3-8.2 1.4-185.7 34.6-185.7 34.6-10.2 2.2-13.4 5.2-13.4 16.7 0 234.7 1.1 223.9-2.5 239.5-4.2 18.2-15.4 31.9-30.2 39.5-16.8 9.3-47.2 13.4-63.4 10.4-43.2-8.1-58.4-58-29.1-86.6 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 10.1-11.5 1.8-256.6 5.2-270.2.8-5.2 3-9.6 7.1-12.9 4.2-3.5 11.8-5.5 13.4-5.5 204-38.2 228.9-43.1 232.4-43.1 11.5-.8 18.1 6 18.1 17.6.2 344.5 1.1 326-1.8 338.5z"], + "golang": [640, 512, [], "e40f", "M400.1 194.8C389.2 197.6 380.2 199.1 371 202.4C363.7 204.3 356.3 206.3 347.8 208.5L347.2 208.6C343 209.8 342.6 209.9 338.7 205.4C334 200.1 330.6 196.7 324.1 193.5C304.4 183.9 285.4 186.7 267.7 198.2C246.5 211.9 235.6 232.2 235.9 257.4C236.2 282.4 253.3 302.9 277.1 306.3C299.1 309.1 316.9 301.7 330.9 285.8C333 283.2 334.9 280.5 337 277.5V277.5L337 277.5C337.8 276.5 338.5 275.4 339.3 274.2H279.2C272.7 274.2 271.1 270.2 273.3 264.9C277.3 255.2 284.8 239 289.2 230.9C290.1 229.1 292.3 225.1 296.1 225.1H397.2C401.7 211.7 409 198.2 418.8 185.4C441.5 155.5 468.1 139.9 506 133.4C537.8 127.8 567.7 130.9 594.9 149.3C619.5 166.1 634.7 188.9 638.8 218.8C644.1 260.9 631.9 295.1 602.1 324.4C582.4 345.3 557.2 358.4 528.2 364.3C522.6 365.3 517.1 365.8 511.7 366.3C508.8 366.5 506 366.8 503.2 367.1C474.9 366.5 449 358.4 427.2 339.7C411.9 326.4 401.3 310.1 396.1 291.2C392.4 298.5 388.1 305.6 382.1 312.3C360.5 341.9 331.2 360.3 294.2 365.2C263.6 369.3 235.3 363.4 210.3 344.7C187.3 327.2 174.2 304.2 170.8 275.5C166.7 241.5 176.7 210.1 197.2 184.2C219.4 155.2 248.7 136.8 284.5 130.3C313.8 124.1 341.8 128.4 367.1 145.6C383.6 156.5 395.4 171.4 403.2 189.5C405.1 192.3 403.8 193.9 400.1 194.8zM48.3 200.4C47.05 200.4 46.74 199.8 47.36 198.8L53.91 190.4C54.53 189.5 56.09 188.9 57.34 188.9H168.6C169.8 188.9 170.1 189.8 169.5 190.7L164.2 198.8C163.6 199.8 162 200.7 161.1 200.7L48.3 200.4zM1.246 229.1C0 229.1-.3116 228.4 .3116 227.5L6.855 219.1C7.479 218.2 9.037 217.5 10.28 217.5H152.4C153.6 217.5 154.2 218.5 153.9 219.4L151.4 226.9C151.1 228.1 149.9 228.8 148.6 228.8L1.246 229.1zM75.72 255.9C75.1 256.8 75.41 257.7 76.65 257.7L144.6 258C145.5 258 146.8 257.1 146.8 255.9L147.4 248.4C147.4 247.1 146.8 246.2 145.5 246.2H83.2C81.95 246.2 80.71 247.1 80.08 248.1L75.72 255.9zM577.2 237.9C577 235.3 576.9 233.1 576.5 230.9C570.9 200.1 542.5 182.6 512.9 189.5C483.9 196 465.2 214.4 458.4 243.7C452.8 268 464.6 292.6 487 302.6C504.2 310.1 521.3 309.2 537.8 300.7C562.4 287.1 575.8 268 577.4 241.2C577.3 240 577.3 238.9 577.2 237.9z"], + "kickstarter": [448, 512, ["square-kickstarter"], "f3bb", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM320.8 233l-23.3 23.1L320.8 279c24.1 23.9 24.1 63 0 86.9s-63.4 23.9-87.6 0l-8.5-8.4c-11.3 16-29.7 26.5-50.9 26.5c-34.1 0-61.9-27.5-61.9-61.4l0-133.2c0-33.8 27.7-61.4 61.9-61.4c21.1 0 39.6 10.5 50.9 26.5l8.5-8.4c24.1-23.9 63.4-23.9 87.6 0s24.1 63 0 86.9z"], + "grav": [512, 512, [], "f2d6", "M301.1 212c4.4 4.4 4.4 11.9 0 16.3l-9.7 9.7c-4.4 4.7-11.9 4.7-16.6 0l-10.5-10.5c-4.4-4.7-4.4-11.9 0-16.6l9.7-9.7c4.4-4.4 11.9-4.4 16.6 0l10.5 10.8zm-30.2-19.7c3-3 3-7.8 0-10.5-2.8-3-7.5-3-10.5 0-2.8 2.8-2.8 7.5 0 10.5 3.1 2.8 7.8 2.8 10.5 0zm-26 5.3c-3 2.8-3 7.5 0 10.2 2.8 3 7.5 3 10.5 0 2.8-2.8 2.8-7.5 0-10.2-3-3-7.7-3-10.5 0zm72.5-13.3c-19.9-14.4-33.8-43.2-11.9-68.1 21.6-24.9 40.7-17.2 59.8.8 11.9 11.3 29.3 24.9 17.2 48.2-12.5 23.5-45.1 33.2-65.1 19.1zm47.7-44.5c-8.9-10-23.3 6.9-15.5 16.1 7.4 9 32.1 2.4 15.5-16.1zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-66.2 42.6c2.5-16.1-20.2-16.6-25.2-25.7-13.6-24.1-27.7-36.8-54.5-30.4 11.6-8 23.5-6.1 23.5-6.1.3-6.4 0-13-9.4-24.9 3.9-12.5.3-22.4.3-22.4 15.5-8.6 26.8-24.4 29.1-43.2 3.6-31-18.8-59.2-49.8-62.8-22.1-2.5-43.7 7.7-54.3 25.7-23.2 40.1 1.4 70.9 22.4 81.4-14.4-1.4-34.3-11.9-40.1-34.3-6.6-25.7 2.8-49.8 8.9-61.4 0 0-4.4-5.8-8-8.9 0 0-13.8 0-24.6 5.3 11.9-15.2 25.2-14.4 25.2-14.4 0-6.4-.6-14.9-3.6-21.6-5.4-11-23.8-12.9-31.7 2.8.1-.2.3-.4.4-.5-5 11.9-1.1 55.9 16.9 87.2-2.5 1.4-9.1 6.1-13 10-21.6 9.7-56.2 60.3-56.2 60.3-28.2 10.8-77.2 50.9-70.6 79.7.3 3 1.4 5.5 3 7.5-2.8 2.2-5.5 5-8.3 8.3-11.9 13.8-5.3 35.2 17.7 24.4 15.8-7.2 29.6-20.2 36.3-30.4 0 0-5.5-5-16.3-4.4 27.7-6.6 34.3-9.4 46.2-9.1 8 3.9 8-34.3 8-34.3 0-14.7-2.2-31-11.1-41.5 12.5 12.2 29.1 32.7 28 60.6-.8 18.3-15.2 23-15.2 23-9.1 16.6-43.2 65.9-30.4 106 0 0-9.7-14.9-10.2-22.1-17.4 19.4-46.5 52.3-24.6 64.5 26.6 14.7 108.8-88.6 126.2-142.3 34.6-20.8 55.4-47.3 63.9-65 22 43.5 95.3 94.5 101.1 59z"], + "weibo": [512, 512, [], "f18a", "M407 177.6c7.6-24-13.4-46.8-37.4-41.7-22 4.8-28.8-28.1-7.1-32.8 50.1-10.9 92.3 37.1 76.5 84.8-6.8 21.2-38.8 10.8-32-10.3zM214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6 79.5-33.6 140.5-16.8 114 51.4-3.7 9.4 1.1 10.9 8.3 13.1 135.7 42.3 34.8 215.2-169.7 215.2zm143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116zM347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3 72.3-15.2 134.8 52.8 111.7 124-7.4 24.2 29.1 37 37.4 12 31.9-99.8-55.1-195.9-157.4-174.3zm-78.5 311c-17.1 38.8-66.8 60-109.1 46.3-40.8-13.1-58-53.4-40.3-89.7 17.7-35.4 63.1-55.4 103.4-45.1 42 10.8 63.1 50.2 46 88.5zm-86.3-30c-12.9-5.4-30 .3-38 12.9-8.3 12.9-4.3 28 8.6 34 13.1 6 30.8.3 39.1-12.9 8-13.1 3.7-28.3-9.7-34zm32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4-2.9 5.1-1.4 10.6 3.7 12.9 5.1 2 11.7-.3 14.6-5.4 2.8-5.2 1.1-10.9-4-12.9z"], + "uncharted": [448, 512, [], "e084", "M171.73,232.813A5.381,5.381,0,0,0,176.7,229.5,48.081,48.081,0,0,1,191.6,204.244c1.243-.828,1.657-2.484,1.657-4.141a4.22,4.22,0,0,0-2.071-3.312L74.429,128.473,148.958,85a9.941,9.941,0,0,0,4.968-8.281,9.108,9.108,0,0,0-4.968-8.281L126.6,55.6a9.748,9.748,0,0,0-9.523,0l-100.2,57.966a9.943,9.943,0,0,0-4.969,8.281V236.954a9.109,9.109,0,0,0,4.969,8.281L39.235,258.07a8.829,8.829,0,0,0,4.968,1.242,9.4,9.4,0,0,0,6.625-2.484,10.8,10.8,0,0,0,2.9-7.039V164.5L169.66,232.4A4.5,4.5,0,0,0,171.73,232.813ZM323.272,377.73a12.478,12.478,0,0,0-4.969,1.242l-74.528,43.062V287.882c0-2.9-2.9-5.8-6.211-4.555a53.036,53.036,0,0,1-28.984.414,4.86,4.86,0,0,0-6.21,4.555V421.619l-74.529-43.061a8.83,8.83,0,0,0-4.969-1.242,9.631,9.631,0,0,0-9.523,9.523v26.085a9.107,9.107,0,0,0,4.969,8.281l100.2,57.553A8.829,8.829,0,0,0,223.486,480a11.027,11.027,0,0,0,4.969-1.242l100.2-57.553a9.941,9.941,0,0,0,4.968-8.281V386.839C332.8,382.285,328.24,377.73,323.272,377.73ZM286.007,78a23,23,0,1,0-23-23A23,23,0,0,0,286.007,78Zm63.627-10.086a23,23,0,1,0,23,23A23,23,0,0,0,349.634,67.914ZM412.816,151.6a23,23,0,1,0-23-23A23,23,0,0,0,412.816,151.6Zm-63.182-9.2a23,23,0,1,0,23,23A23,23,0,0,0,349.634,142.4Zm-63.627,83.244a23,23,0,1,0-23-23A23,23,0,0,0,286.007,225.648Zm-62.074,36.358a23,23,0,1,0-23-23A23,23,0,0,0,223.933,262.006Zm188.883-82.358a23,23,0,1,0,23,23A23,23,0,0,0,412.816,179.648Zm0,72.272a23,23,0,1,0,23,23A23,23,0,0,0,412.816,251.92Z"], + "firstdraft": [384, 512, [], "f3a1", "M384 192h-64v128H192v128H0v-25.6h166.4v-128h128v-128H384V192zm-25.6 38.4v128h-128v128H64V512h192V384h128V230.4h-25.6zm25.6 192h-89.6V512H320v-64h64v-25.6zM0 0v384h128V256h128V128h128V0H0z"], + "square-youtube": [448, 512, [61798, "youtube-square"], "f431", "M282 256.2l-95.2-54.1V310.3L282 256.2zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm14.4 136.1c7.6 28.6 7.6 88.2 7.6 88.2s0 59.6-7.6 88.1c-4.2 15.8-16.5 27.7-32.2 31.9C337.9 384 224 384 224 384s-113.9 0-142.2-7.6c-15.7-4.2-28-16.1-32.2-31.9C42 315.9 42 256.3 42 256.3s0-59.7 7.6-88.2c4.2-15.8 16.5-28.2 32.2-32.4C110.1 128 224 128 224 128s113.9 0 142.2 7.7c15.7 4.2 28 16.6 32.2 32.4z"], + "wikipedia-w": [640, 512, [], "f266", "M640 51.2l-.3 12.2c-28.1.8-45 15.8-55.8 40.3-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1-.3.3-15 0-15-.3C172 352.3 122.8 243.4 75.8 133.4 64.4 106.7 26.4 63.4.2 63.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2 21.9 49.7 103.6 240.3 125.6 288.6 15-29.7 57.8-109.2 75.3-142.8-13.9-28.3-58.6-133.9-72.8-160-9.7-17.8-36.1-19.4-55.8-19.7V49.8l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1 18.9 40 30.6 68.1 48.1 104.7 5.6-10.8 34.7-69.4 48.1-100.8 8.9-20.6-3.9-28.6-38.6-29.4.3-3.6 0-10.3.3-13.6 44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7L559.2 91.8c-8.6-23.1-36.4-28.1-47.2-28.3V49.6l127.8 1.1.2.5z"], + "wpressr": [496, 512, ["rendact"], "f3e4", "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5-2.44 5.51-6.89 8.24-12.97 8.24-23.02-.01-46.03.06-69.05-.05-5.12-.03-8.25 1.89-10.34 6.72-10.19 23.56-20.63 47-30.95 70.5-1.54 3.51-4.06 5.29-7.92 5.29-45.94-.01-91.87-.02-137.81 0-3.13 0-5.63-1.15-7.72-3.45-11.21-12.33-22.46-24.63-33.68-36.94-2.69-2.95-2.79-6.18-1.21-9.73 8.66-19.54 17.27-39.1 25.89-58.66 12.93-29.35 25.89-58.69 38.75-88.08 1.7-3.88 4.28-5.68 8.54-5.65 14.24.1 28.48.02 42.72.05 6.24.01 9.2 4.84 6.66 10.59-13.6 30.77-27.17 61.55-40.74 92.33-5.72 12.99-11.42 25.99-17.09 39-3.91 8.95 7.08 11.97 10.95 5.6.23-.37-1.42 4.18 30.01-67.69 1.36-3.1 3.41-4.4 6.77-4.39 15.21.08 30.43.02 45.64.04 5.56.01 7.91 3.64 5.66 8.75-8.33 18.96-16.71 37.9-24.98 56.89-4.98 11.43 8.08 12.49 11.28 5.33.04-.08 27.89-63.33 32.19-73.16 2.02-4.61 5.44-6.51 10.35-6.5 26.43.05 52.86 0 79.29.05 12.44.02 13.93-13.65 3.9-13.64-25.26.03-50.52.02-75.78.02-6.27 0-7.84-2.47-5.27-8.27 5.78-13.06 11.59-26.11 17.3-39.21 1.73-3.96 4.52-5.79 8.84-5.78 23.09.06 25.98.02 130.78.03 6.08-.01 8.03 2.79 5.62 8.27z"], + "angellist": [448, 512, [], "f209", "M347.1 215.4c11.7-32.6 45.4-126.9 45.4-157.1 0-26.6-15.7-48.9-43.7-48.9-44.6 0-84.6 131.7-97.1 163.1C242 144 196.6 0 156.6 0c-31.1 0-45.7 22.9-45.7 51.7 0 35.3 34.2 126.8 46.6 162-6.3-2.3-13.1-4.3-20-4.3-23.4 0-48.3 29.1-48.3 52.6 0 8.9 4.9 21.4 8 29.7-36.9 10-51.1 34.6-51.1 71.7C46 435.6 114.4 512 210.6 512c118 0 191.4-88.6 191.4-202.9 0-43.1-6.9-82-54.9-93.7zM311.7 108c4-12.3 21.1-64.3 37.1-64.3 8.6 0 10.9 8.9 10.9 16 0 19.1-38.6 124.6-47.1 148l-34-6 33.1-93.7zM142.3 48.3c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4-10.9-28.8-45.5-119.7-45.5-148.8zM140 244c29.3 0 67.1 94.6 67.1 107.4 0 5.1-4.9 11.4-10.6 11.4-20.9 0-76.9-76.9-76.9-97.7.1-7.7 12.7-21.1 20.4-21.1zm184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6-59.4 0-106.3-32.6-128.9-88.3-17.1-43.4 3.8-68.3 20.6-68.3 11.4 0 54.3 60.3 54.3 73.1 0 4.9-7.7 8.3-11.7 8.3-16.1 0-22.4-15.5-51.1-51.4-29.7 29.7 20.5 86.9 58.3 86.9 26.1 0 43.1-24.2 38-42 3.7 0 8.3.3 11.7-.6 1.1 27.1 9.1 59.4 41.7 61.7 0-.9 2-7.1 2-7.4 0-17.4-10.6-32.6-10.6-50.3 0-28.3 21.7-55.7 43.7-71.7 8-6 17.7-9.7 27.1-13.1 9.7-3.7 20-8 27.4-15.4-1.1-11.2-5.7-21.1-16.9-21.1-27.7 0-120.6 4-120.6-39.7 0-6.7.1-13.1 17.4-13.1 32.3 0 114.3 8 138.3 29.1 18.1 16.1 24.3 113.2-31 174.7zm-98.6-126c9.7 3.1 19.7 4 29.7 6-7.4 5.4-14 12-20.3 19.1-2.8-8.5-6.2-16.8-9.4-25.1z"], + "galactic-republic": [496, 512, [], "f50c", "M248 504C111.25 504 0 392.75 0 256S111.25 8 248 8s248 111.25 248 248-111.25 248-248 248zm0-479.47C120.37 24.53 16.53 128.37 16.53 256S120.37 487.47 248 487.47 479.47 383.63 479.47 256 375.63 24.53 248 24.53zm27.62 21.81v24.62a185.933 185.933 0 0 1 83.57 34.54l17.39-17.36c-28.75-22.06-63.3-36.89-100.96-41.8zm-55.37.07c-37.64 4.94-72.16 19.8-100.88 41.85l17.28 17.36h.08c24.07-17.84 52.55-30.06 83.52-34.67V46.41zm12.25 50.17v82.87c-10.04 2.03-19.42 5.94-27.67 11.42l-58.62-58.59-21.93 21.93 58.67 58.67c-5.47 8.23-9.45 17.59-11.47 27.62h-82.9v31h82.9c2.02 10.02 6.01 19.31 11.47 27.54l-58.67 58.69 21.93 21.93 58.62-58.62a77.873 77.873 0 0 0 27.67 11.47v82.9h31v-82.9c10.05-2.03 19.37-6.06 27.62-11.55l58.67 58.69 21.93-21.93-58.67-58.69c5.46-8.23 9.47-17.52 11.5-27.54h82.87v-31h-82.87c-2.02-10.02-6.03-19.38-11.5-27.62l58.67-58.67-21.93-21.93-58.67 58.67c-8.25-5.49-17.57-9.47-27.62-11.5V96.58h-31zm183.24 30.72l-17.36 17.36a186.337 186.337 0 0 1 34.67 83.67h24.62c-4.95-37.69-19.83-72.29-41.93-101.03zm-335.55.13c-22.06 28.72-36.91 63.26-41.85 100.91h24.65c4.6-30.96 16.76-59.45 34.59-83.52l-17.39-17.39zM38.34 283.67c4.92 37.64 19.75 72.18 41.8 100.9l17.36-17.39c-17.81-24.07-29.92-52.57-34.51-83.52H38.34zm394.7 0c-4.61 30.99-16.8 59.5-34.67 83.6l17.36 17.36c22.08-28.74 36.98-63.29 41.93-100.96h-24.62zM136.66 406.38l-17.36 17.36c28.73 22.09 63.3 36.98 100.96 41.93v-24.64c-30.99-4.63-59.53-16.79-83.6-34.65zm222.53.05c-24.09 17.84-52.58 30.08-83.57 34.67v24.57c37.67-4.92 72.21-19.79 100.96-41.85l-17.31-17.39h-.08z"], + "nfc-directional": [512, 512, [], "e530", "M211.8 488.6C213.4 491.1 213.9 494.2 213.2 497.1C212.6 500 210.8 502.6 208.3 504.2C205.7 505.8 202.7 506.3 199.7 505.7C138.3 491.8 84.1 455.8 47.53 404.5C10.97 353.2-5.395 290.3 1.57 227.7C8.536 165 38.34 107.2 85.29 65.21C132.2 23.2 193-.0131 256 0C257.5 0 258.1 .2931 260.3 .8627C261.7 1.432 262.1 2.267 264 3.319C265.1 4.371 265.9 5.619 266.5 6.993C267 8.367 267.3 9.839 267.3 11.32V112.3L291.8 86.39C292.8 85.31 294 84.44 295.4 83.84C296.7 83.23 298.2 82.9 299.7 82.86C301.2 82.81 302.6 83.06 304 83.59C305.4 84.12 306.7 84.92 307.8 85.94C308.8 86.96 309.7 88.18 310.3 89.54C310.9 90.89 311.3 92.35 311.3 93.84C311.3 95.32 311.1 96.8 310.6 98.18C310 99.57 309.2 100.8 308.2 101.9L264.2 148.5C263.1 149.6 261.9 150.5 260.5 151.1C259 151.7 257.5 152 255.1 152C254.5 152 252.9 151.7 251.5 151.1C250.1 150.5 248.8 149.6 247.8 148.5L203.7 101.9C201.7 99.74 200.6 96.83 200.7 93.84C200.7 90.84 202 87.1 204.2 85.94C206.4 83.88 209.3 82.77 212.3 82.86C215.3 82.94 218.1 84.21 220.2 86.39L244.7 112.4V22.89C188.3 25.64 134.9 48.73 94.23 87.87C53.58 127 28.49 179.6 23.61 235.8C18.73 292 34.38 348.1 67.68 393.7C100.1 439.2 149.7 471.2 204.7 483.6C207.6 484.3 210.2 486.1 211.8 488.6L211.8 488.6zM171.4 126.1C170.6 127.4 169.5 128.5 168.3 129.3C147.8 143.2 131.1 161.9 119.5 183.8C107.9 205.7 101.8 230.1 101.8 254.9C101.8 279.7 107.9 304.1 119.5 325.1C131.1 347.9 147.8 366.6 168.3 380.5C170.8 382.2 172.5 384.8 173 387.8C173.6 390.7 172.1 393.8 171.3 396.2C169.6 398.7 166.1 400.4 164 400.1C161.1 401.5 158 400.9 155.6 399.2C132 383.2 112.8 361.7 99.46 336.5C86.15 311.4 79.19 283.4 79.19 254.9C79.19 226.5 86.15 198.4 99.46 173.3C112.8 148.1 132 126.6 155.6 110.6C156.8 109.8 158.2 109.2 159.6 108.8C161.1 108.5 162.6 108.5 164.1 108.8C165.5 109 166.9 109.6 168.2 110.4C169.5 111.2 170.5 112.3 171.4 113.5C172.2 114.7 172.8 116.1 173.1 117.6C173.4 119.1 173.4 120.6 173.1 122C172.8 123.5 172.3 124.9 171.4 126.1H171.4zM340.9 383.5C341.7 382.3 342.8 381.2 343.1 380.4V380.3C364.4 366.3 381.1 347.6 392.7 325.7C404.2 303.9 410.2 279.5 410.2 254.8C410.2 230.1 404.2 205.7 392.7 183.8C381.1 161.1 364.4 143.3 343.1 129.3C342.8 128.5 341.7 127.4 340.9 126.2C340.1 124.9 339.5 123.5 339.3 122.1C338.1 120.6 339 119.1 339.3 117.7C339.6 116.2 340.2 114.8 341 113.6C341.9 112.4 342.1 111.3 344.2 110.5C345.4 109.7 346.8 109.2 348.3 108.9C349.8 108.6 351.2 108.6 352.7 108.9C354.2 109.2 355.5 109.8 356.8 110.7C380.2 126.7 399.5 148.2 412.7 173.3C426 198.4 432.1 226.4 432.1 254.8C432.1 283.3 426 311.3 412.7 336.4C399.5 361.5 380.2 383 356.8 399C355.5 399.9 354.2 400.5 352.7 400.8C351.2 401.1 349.8 401.1 348.3 400.8C346.8 400.5 345.4 399.1 344.2 399.2C342.1 398.4 341.9 397.3 341 396.1C340.2 394.9 339.6 393.5 339.3 392C339 390.6 338.1 389.1 339.3 387.6C339.5 386.2 340.1 384.8 340.9 383.5V383.5zM312.3 6.307C368.5 19.04 418.7 50.28 455 95.01C485.4 132.6 504.6 178 510.3 226C515.9 274 507.9 322.7 487.1 366.3C466.2 409.9 433.5 446.8 392.6 472.6C351.7 498.3 304.4 512 256 512C254.5 512 253.1 511.7 251.7 511.1C250.3 510.6 249.1 509.7 248 508.7C246.1 507.6 246.1 506.4 245.6 505C245 503.6 244.7 502.2 244.7 500.7V401.5L220.2 427.5C218.1 429.7 215.3 430.1 212.3 431.1C209.3 431.2 206.4 430 204.2 427.1C202 425.9 200.7 423.1 200.7 420.1C200.6 417.1 201.7 414.2 203.7 412L247.8 365.4C249.1 363.2 252.9 362 255.1 362C259.1 362 262 363.2 264.2 365.4L308.2 412C310.3 414.2 311.4 417.1 311.3 420.1C311.2 423.1 309.9 425.9 307.8 427.1C305.6 430 302.7 431.2 299.7 431.1C296.7 430.1 293.8 429.7 291.8 427.5L267.3 401.6V489.1C323.7 486.3 377.1 463.3 417.8 424.1C458.5 384.1 483.6 332.4 488.5 276.2C493.3 219.1 477.7 163.9 444.4 118.3C411.1 72.75 362.4 40.79 307.4 28.36C305.9 28.03 304.6 27.42 303.3 26.57C302.1 25.71 301.1 24.63 300.3 23.37C299.5 22.12 298.1 20.72 298.7 19.26C298.5 17.8 298.5 16.3 298.8 14.85C299.2 13.41 299.8 12.04 300.6 10.82C301.5 9.61 302.6 8.577 303.8 7.784C305.1 6.99 306.5 6.451 307.9 6.198C309.4 5.945 310.9 5.982 312.3 6.307L312.3 6.307zM353.1 256.1C353.1 287.5 335.6 317.2 303.8 339.6C301.7 341.1 299 341.9 296.4 341.6C293.7 341.4 291.2 340.3 289.4 338.4L219.3 268.6C217.1 266.5 215.1 263.6 215.9 260.6C215.9 257.6 217.1 254.7 219.2 252.6C221.4 250.5 224.2 249.3 227.2 249.3C230.2 249.3 233.1 250.5 235.2 252.6L298.3 315.4C319.1 298.3 330.5 277.5 330.5 256.1C330.5 232.2 316.4 209.1 290.8 191C288.3 189.3 286.7 186.7 286.2 183.7C285.7 180.8 286.3 177.7 288.1 175.3C289.8 172.8 292.4 171.2 295.4 170.7C298.3 170.2 301.4 170.8 303.8 172.6C335.6 195 353.1 224.7 353.1 256.1V256.1zM216.7 341.5C213.7 342 210.7 341.3 208.2 339.6C176.5 317.2 158.1 287.5 158.1 256.1C158.1 224.7 176.5 195 208.2 172.6C210.4 171 213.1 170.3 215.7 170.5C218.4 170.8 220.8 171.9 222.7 173.8L292.8 243.6C294.9 245.7 296.1 248.6 296.1 251.6C296.1 254.6 294.1 257.4 292.8 259.6C290.7 261.7 287.8 262.9 284.9 262.9C281.9 262.9 278.1 261.7 276.9 259.6L213.8 196.7C192.9 214 181.6 234.7 181.6 256.1C181.6 279.1 195.7 303.1 221.3 321.1C223.7 322.9 225.4 325.5 225.9 328.5C226.4 331.4 225.7 334.4 224 336.9C222.3 339.3 219.6 341 216.7 341.5L216.7 341.5z"], + "skype": [448, 512, [], "f17e", "M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z"], + "joget": [496, 512, [], "f3b7", "M378.1 45C337.6 19.9 292.6 8 248.2 8 165 8 83.8 49.9 36.9 125.9c-71.9 116.6-35.6 269.3 81 341.2s269.3 35.6 341.2-80.9c71.9-116.6 35.6-269.4-81-341.2zm51.8 323.2c-40.4 65.5-110.4 101.5-182 101.5-6.8 0-13.6-.4-20.4-1-9-13.6-19.9-33.3-23.7-42.4-5.7-13.7-27.2-45.6 31.2-67.1 51.7-19.1 176.7-16.5 208.8-17.6-4 9-8.6 17.9-13.9 26.6zm-200.8-86.3c-55.5-1.4-81.7-20.8-58.5-48.2s51.1-40.7 68.9-51.2c17.9-10.5 27.3-33.7-23.6-29.7C87.3 161.5 48.6 252.1 37.6 293c-8.8-49.7-.1-102.7 28.5-149.1C128 43.4 259.6 12.2 360.1 74.1c74.8 46.1 111.2 130.9 99.3 212.7-24.9-.5-179.3-3.6-230.3-4.9zm183.8-54.8c-22.7-6-57 11.3-86.7 27.2-29.7 15.8-31.1 8.2-31.1 8.2s40.2-28.1 50.7-34.5 31.9-14 13.4-24.6c-3.2-1.8-6.7-2.7-10.4-2.7-17.8 0-41.5 18.7-67.5 35.6-31.5 20.5-65.3 31.3-65.3 31.3l169.5-1.6 46.5-23.4s3.6-9.5-19.1-15.5z"], + "fedora": [448, 512, [], "f798", "M.0413 255.8C.1219 132.2 100.3 32 224 32C347.7 32 448 132.3 448 256C448 379.7 347.8 479.9 224.1 480H50.93C22.84 480 .0832 457.3 .0416 429.2H0V255.8H.0413zM342.6 192.7C342.6 153 307 124.2 269.4 124.2C234.5 124.2 203.6 150.5 199.3 184.1C199.1 187.9 198.9 189.1 198.9 192.6C198.8 213.7 198.9 235.4 198.1 257C199 283.1 199.1 309.1 198.1 333.6C198.1 360.7 178.7 379.1 153.4 379.1C128.1 379.1 107.6 358.9 107.6 333.6C108.1 305.9 130.2 288.3 156.1 287.5H156.3L182.6 287.3V250L156.3 250.2C109.2 249.8 71.72 286.7 70.36 333.6C70.36 379.2 107.9 416.5 153.4 416.5C196.4 416.5 232.1 382.9 236 340.9L236.2 287.4L268.8 287.1C294.1 287.3 293.8 249.3 268.6 249.8L236.2 250.1C236.2 243.7 236.3 237.3 236.3 230.9C236.4 218.2 236.4 205.5 236.2 192.7C236.3 176.2 252 161.5 269.4 161.5C286.9 161.5 305.3 170.2 305.3 192.7C305.3 195.9 305.2 197.8 305 199C303.1 209.5 310.2 219.4 320.7 220.9C331.3 222.4 340.9 214.8 341.9 204.3C342.5 200.1 342.6 196.4 342.6 192.7H342.6z"], + "stripe-s": [384, 512, [], "f42a", "M155.3 154.6c0-22.3 18.6-30.9 48.4-30.9 43.4 0 98.5 13.3 141.9 36.7V26.1C298.3 7.2 251.1 0 203.8 0 88.1 0 11 60.4 11 161.4c0 157.9 216.8 132.3 216.8 200.4 0 26.4-22.9 34.9-54.7 34.9-47.2 0-108.2-19.5-156.1-45.5v128.5a396.09 396.09 0 0 0 156 32.4c118.6 0 200.3-51 200.3-153.6 0-170.2-218-139.7-218-203.9z"], + "meta": [640, 512, [], "e49b", "M640 317.9C640 409.2 600.6 466.4 529.7 466.4C467.1 466.4 433.9 431.8 372.8 329.8L341.4 277.2C333.1 264.7 326.9 253 320.2 242.2C300.1 276 273.1 325.2 273.1 325.2C206.1 441.8 168.5 466.4 116.2 466.4C43.42 466.4 0 409.1 0 320.5C0 177.5 79.78 42.4 183.9 42.4C234.1 42.4 277.7 67.08 328.7 131.9C365.8 81.8 406.8 42.4 459.3 42.4C558.4 42.4 640 168.1 640 317.9H640zM287.4 192.2C244.5 130.1 216.5 111.7 183 111.7C121.1 111.7 69.22 217.8 69.22 321.7C69.22 370.2 87.7 397.4 118.8 397.4C149 397.4 167.8 378.4 222 293.6C222 293.6 246.7 254.5 287.4 192.2V192.2zM531.2 397.4C563.4 397.4 578.1 369.9 578.1 322.5C578.1 198.3 523.8 97.08 454.9 97.08C421.7 97.08 393.8 123 360 175.1C369.4 188.9 379.1 204.1 389.3 220.5L426.8 282.9C485.5 377 500.3 397.4 531.2 397.4L531.2 397.4z"], + "laravel": [512, 512, [], "f3bd", "M504.4,115.83a5.72,5.72,0,0,0-.28-.68,8.52,8.52,0,0,0-.53-1.25,6,6,0,0,0-.54-.71,9.36,9.36,0,0,0-.72-.94c-.23-.22-.52-.4-.77-.6a8.84,8.84,0,0,0-.9-.68L404.4,55.55a8,8,0,0,0-8,0L300.12,111h0a8.07,8.07,0,0,0-.88.69,7.68,7.68,0,0,0-.78.6,8.23,8.23,0,0,0-.72.93c-.17.24-.39.45-.54.71a9.7,9.7,0,0,0-.52,1.25c-.08.23-.21.44-.28.68a8.08,8.08,0,0,0-.28,2.08V223.18l-80.22,46.19V63.44a7.8,7.8,0,0,0-.28-2.09c-.06-.24-.2-.45-.28-.68a8.35,8.35,0,0,0-.52-1.24c-.14-.26-.37-.47-.54-.72a9.36,9.36,0,0,0-.72-.94,9.46,9.46,0,0,0-.78-.6,9.8,9.8,0,0,0-.88-.68h0L115.61,1.07a8,8,0,0,0-8,0L11.34,56.49h0a6.52,6.52,0,0,0-.88.69,7.81,7.81,0,0,0-.79.6,8.15,8.15,0,0,0-.71.93c-.18.25-.4.46-.55.72a7.88,7.88,0,0,0-.51,1.24,6.46,6.46,0,0,0-.29.67,8.18,8.18,0,0,0-.28,2.1v329.7a8,8,0,0,0,4,6.95l192.5,110.84a8.83,8.83,0,0,0,1.33.54c.21.08.41.2.63.26a7.92,7.92,0,0,0,4.1,0c.2-.05.37-.16.55-.22a8.6,8.6,0,0,0,1.4-.58L404.4,400.09a8,8,0,0,0,4-6.95V287.88l92.24-53.11a8,8,0,0,0,4-7V117.92A8.63,8.63,0,0,0,504.4,115.83ZM111.6,17.28h0l80.19,46.15-80.2,46.18L31.41,63.44Zm88.25,60V278.6l-46.53,26.79-33.69,19.4V123.5l46.53-26.79Zm0,412.78L23.37,388.5V77.32L57.06,96.7l46.52,26.8V338.68a6.94,6.94,0,0,0,.12.9,8,8,0,0,0,.16,1.18h0a5.92,5.92,0,0,0,.38.9,6.38,6.38,0,0,0,.42,1v0a8.54,8.54,0,0,0,.6.78,7.62,7.62,0,0,0,.66.84l0,0c.23.22.52.38.77.58a8.93,8.93,0,0,0,.86.66l0,0,0,0,92.19,52.18Zm8-106.17-80.06-45.32,84.09-48.41,92.26-53.11,80.13,46.13-58.8,33.56Zm184.52,4.57L215.88,490.11V397.8L346.6,323.2l45.77-26.15Zm0-119.13L358.68,250l-46.53-26.79V131.79l33.69,19.4L392.37,178Zm8-105.28-80.2-46.17,80.2-46.16,80.18,46.15Zm8,105.28V178L455,151.19l33.68-19.4v91.39h0Z"], + "hotjar": [512, 512, [], "f3b1", "M361.5 0c0 131.6-80.7 176.8-140.2 209.4c-.6 .3-1.1 .6-1.6 .9c-53.8 30.2-88.7 49.8-89.6 122H32C32 200.8 112.7 155.6 172.2 123C227 93.2 262.5 73 262.5 0h98.9zM301 302.6c54.8-29.8 90.3-50 90.3-123h98c0 131.6-80.7 176.7-140.2 209.4c-54.8 29.8-90.3 50-90.3 123h-98c0-131.6 80.7-176.8 140.2-209.4z"], + "bluetooth-b": [320, 512, [], "f294", "M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z"], + "square-letterboxd": [448, 512, [], "e62e", "M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zM105.1 187C66.4 187 35 218.3 35 257s31.4 70 70.1 70c24.8 0 46.5-12.8 59-32.2l.5-.7-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1c-12.4-19.8-34.4-32.9-59.5-32.9zM224 187c-24.8 0-46.5 12.8-59 32.2l-.5 .7 .4 .6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1C176.9 313.8 198.9 327 224 327c24.8 0 46.5-12.8 59-32.2l.5-.7-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1C271.1 200.2 249.1 187 224 187zm118.9 0c-24.8 0-46.5 12.8-59 32.2l-.5 .7 .4 .6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1c12.4 19.8 34.4 32.9 59.5 32.9c38.7 0 70.1-31.3 70.1-70s-31.4-70-70.1-70z"], + "sticker-mule": [576, 512, [], "f3f7", "M561.7 199.6c-1.3.3.3 0 0 0zm-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9-1.6-6.5-3.6-14.5-6.2-20-4.4-8.7-4.6-7.5-4.6-9.5 0-5.3 30.7-45.3 19-46.9-5.7-.6-12.2 11.6-20.6 17-8.6 4.2-8 5-10.3 5-2.6 0-5.7-3-6.2-5-2-5.7 1.9-25.9-3.6-25.9-3.6 0-12.3 24.8-17 25.8-5.2 1.3-27.9-11.4-75.1 18-25.3 13.2-86.9 65.2-87 65.3-6.7 4.7-20 4.7-35.5 16-44.4 30.1-109.6 9.4-110.7 9-110.6-26.8-128-15.2-159 11.5-20.8 17.9-23.7 36.5-24.2 38.9-4.2 20.4 5.2 48.3 6.7 64.3 1.8 19.3-2.7 17.7 7.7 98.3.5 1 4.1 0 5.1 1.5 0 8.4-3.8 12.1-4.1 13-1.5 4.5-1.5 10.5 0 16 2.3 8.2 8.2 37.2 8.2 46.9 0 41.8.4 44 2.6 49.4 3.9 10 12.5 9.1 17 12 3.1 3.5-.5 8.5 1 12.5.5 2 3.6 4 6.2 5 9.2 3.6 27 .3 29.9-2.5 1.6-1.5.5-4.5 3.1-5 5.1 0 10.8-.5 14.4-2.5 5.1-2.5 4.1-6 1.5-10.5-.4-.8-7-13.3-9.8-16-2.1-2-5.1-3-7.2-4.5-5.8-4.9-10.3-19.4-10.3-19.5-4.6-19.4-10.3-46.3-4.1-66.8 4.6-17.2 39.5-87.7 39.6-87.8 4.1-6.5 17-11.5 27.3-7 6 1.9 19.3 22 65.4 30.9 47.9 8.7 97.4-2 112.2-2 2.8 2-1.9 13-.5 38.9 0 26.4-.4 13.7-4.1 29.9-2.2 9.7 3.4 23.2-1.5 46.9-1.4 9.8-9.9 32.7-8.2 43.4.5 1 1 2 1.5 3.5.5 4.5 1.5 8.5 4.6 10 7.3 3.6 12-3.5 9.8 11.5-.7 3.1-2.6 12 1.5 15 4.4 3.7 30.6 3.4 36.5.5 2.6-1.5 1.6-4.5 6.4-7.4 1.9-.9 11.3-.4 11.3-6.5.3-1.8-9.2-19.9-9.3-20-2.6-3.5-9.2-4.5-11.3-8-6.9-10.1-1.7-52.6.5-59.4 3-11 5.6-22.4 8.7-32.4 11-42.5 10.3-50.6 16.5-68.3.8-1.8 6.4-23.1 10.3-29.9 9.3-17 21.7-32.4 33.5-47.4 18-22.9 34-46.9 52-69.8 6.1-7 8.2-13.7 18-8 10.8 5.7 21.6 7 31.9 17 14.6 12.8 10.2 18.2 11.8 22.9 1.5 5 7.7 10.5 14.9 9.5 10.4-2 13-2.5 13.4-2.5 2.6-.5 5.7-5 7.2-8 3.1-5.5 7.2-9 7.2-16.5 0-7.7-.4-2.8-20.6-52.9z"], + "creative-commons-zero": [496, 512, [], "f4f3", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8 0 65.5 20.6 142.8 102.5 142.8S350.5 321.5 350.5 256c0-65.5-20.6-142.8-102.5-142.8zm0 53.9c3.3 0 6.4.5 9.2 1.2 5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4 0-28.8 2-88.9 44.1-88.9zm40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7 0 28.9-2 88.9-44.1 88.9-13.5 0-32.6-7.7-20.1-26.4l60.9-105.2z"], + "hips": [640, 512, [], "f452", "M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7c-1.8 0-2.7.9-2.7 2.7v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27 48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3zm478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1 7.4-5.5 44.3-13.9 84 6.8 1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6-17.7-6.6-36.1-9.9-55.1-9.9-26.5 0-45.3 5.8-58.5 15.4-.5.4-28.4 20-22.7 53.7 3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2-3.7 9.1-13.2 13.6-36.5 13.6-24.3 0-44.7-8.9-58.4-19.1-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7 15.6 5.5 31.6 8.2 48.2 8.2 12.7 0 25.8-1.2 36.3-4.3.7-.3 36-8.9 45.6-45.8 3.5-13.5 2.4-26.5-3.1-39.1zM376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1 60.5 0 108.7-48.5 108.7-108.7.1-60.3-48.2-108.6-108.6-108.6zm0 170.9c-17.2 0-31.9-6.1-44-18.2-12.2-12.2-18.2-26.8-18.2-44 0-34.5 27.6-62.2 62.2-62.2 34.5 0 62.2 27.6 62.2 62.2.1 34.3-27.3 62.2-62.2 62.2zM228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9 0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9z"], + "behance": [576, 512, [], "f1b4", "M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z"], + "reddit": [512, 512, [], "f1a1", "M0 256C0 114.6 114.6 0 256 0S512 114.6 512 256s-114.6 256-256 256L37.1 512c-13.7 0-20.5-16.5-10.9-26.2L75 437C28.7 390.7 0 326.7 0 256zM349.6 153.6c23.6 0 42.7-19.1 42.7-42.7s-19.1-42.7-42.7-42.7c-20.6 0-37.8 14.6-41.8 34c-34.5 3.7-61.4 33-61.4 68.4l0 .2c-37.5 1.6-71.8 12.3-99 29.1c-10.1-7.8-22.8-12.5-36.5-12.5c-33 0-59.8 26.8-59.8 59.8c0 24 14.1 44.6 34.4 54.1c2 69.4 77.6 125.2 170.6 125.2s168.7-55.9 170.6-125.3c20.2-9.6 34.1-30.2 34.1-54c0-33-26.8-59.8-59.8-59.8c-13.7 0-26.3 4.6-36.4 12.4c-27.4-17-62.1-27.7-100-29.1l0-.2c0-25.4 18.9-46.5 43.4-49.9l0 0c4.4 18.8 21.3 32.8 41.5 32.8zM177.1 246.9c16.7 0 29.5 17.6 28.5 39.3s-13.5 29.6-30.3 29.6s-31.4-8.8-30.4-30.5s15.4-38.3 32.1-38.3zm190.1 38.3c1 21.7-13.7 30.5-30.4 30.5s-29.3-7.9-30.3-29.6c-1-21.7 11.8-39.3 28.5-39.3s31.2 16.6 32.1 38.3zm-48.1 56.7c-10.3 24.6-34.6 41.9-63 41.9s-52.7-17.3-63-41.9c-1.2-2.9 .8-6.2 3.9-6.5c18.4-1.9 38.3-2.9 59.1-2.9s40.7 1 59.1 2.9c3.1 .3 5.1 3.6 3.9 6.5z"], + "discord": [640, 512, [], "f392", "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"], + "chrome": [512, 512, [], "f268", "M0 256C0 209.4 12.47 165.6 34.27 127.1L144.1 318.3C166 357.5 207.9 384 256 384C270.3 384 283.1 381.7 296.8 377.4L220.5 509.6C95.9 492.3 0 385.3 0 256zM365.1 321.6C377.4 302.4 384 279.1 384 256C384 217.8 367.2 183.5 340.7 160H493.4C505.4 189.6 512 222.1 512 256C512 397.4 397.4 511.1 256 512L365.1 321.6zM477.8 128H256C193.1 128 142.3 172.1 130.5 230.7L54.19 98.47C101 38.53 174 0 256 0C350.8 0 433.5 51.48 477.8 128V128zM168 256C168 207.4 207.4 168 256 168C304.6 168 344 207.4 344 256C344 304.6 304.6 344 256 344C207.4 344 168 304.6 168 256z"], + "app-store-ios": [448, 512, [], "f370", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM127 384.5c-5.5 9.6-17.8 12.8-27.3 7.3-9.6-5.5-12.8-17.8-7.3-27.3l14.3-24.7c16.1-4.9 29.3-1.1 39.6 11.4L127 384.5zm138.9-53.9H84c-11 0-20-9-20-20s9-20 20-20h51l65.4-113.2-20.5-35.4c-5.5-9.6-2.2-21.8 7.3-27.3 9.6-5.5 21.8-2.2 27.3 7.3l8.9 15.4 8.9-15.4c5.5-9.6 17.8-12.8 27.3-7.3 9.6 5.5 12.8 17.8 7.3 27.3l-85.8 148.6h62.1c20.2 0 31.5 23.7 22.7 40zm98.1 0h-29l19.6 33.9c5.5 9.6 2.2 21.8-7.3 27.3-9.6 5.5-21.8 2.2-27.3-7.3-32.9-56.9-57.5-99.7-74-128.1-16.7-29-4.8-58 7.1-67.8 13.1 22.7 32.7 56.7 58.9 102h52c11 0 20 9 20 20 0 11.1-9 20-20 20z"], + "cc-discover": [576, 512, [], "f1f2", "M520.4 196.1c0-7.9-5.5-12.1-15.6-12.1h-4.9v24.9h4.7c10.3 0 15.8-4.4 15.8-12.8zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-44.1 138.9c22.6 0 52.9-4.1 52.9 24.4 0 12.6-6.6 20.7-18.7 23.2l25.8 34.4h-19.6l-22.2-32.8h-2.2v32.8h-16zm-55.9.1h45.3v14H444v18.2h28.3V217H444v22.2h29.3V253H428zm-68.7 0l21.9 55.2 22.2-55.2h17.5l-35.5 84.2h-8.6l-35-84.2zm-55.9-3c24.7 0 44.6 20 44.6 44.6 0 24.7-20 44.6-44.6 44.6-24.7 0-44.6-20-44.6-44.6 0-24.7 20-44.6 44.6-44.6zm-49.3 6.1v19c-20.1-20.1-46.8-4.7-46.8 19 0 25 27.5 38.5 46.8 19.2v19c-29.7 14.3-63.3-5.7-63.3-38.2 0-31.2 33.1-53 63.3-38zm-97.2 66.3c11.4 0 22.4-15.3-3.3-24.4-15-5.5-20.2-11.4-20.2-22.7 0-23.2 30.6-31.4 49.7-14.3l-8.4 10.8c-10.4-11.6-24.9-6.2-24.9 2.5 0 4.4 2.7 6.9 12.3 10.3 18.2 6.6 23.6 12.5 23.6 25.6 0 29.5-38.8 37.4-56.6 11.3l10.3-9.9c3.7 7.1 9.9 10.8 17.5 10.8zM55.4 253H32v-82h23.4c26.1 0 44.1 17 44.1 41.1 0 18.5-13.2 40.9-44.1 40.9zm67.5 0h-16v-82h16zM544 433c0 8.2-6.8 15-15 15H128c189.6-35.6 382.7-139.2 416-160zM74.1 191.6c-5.2-4.9-11.6-6.6-21.9-6.6H48v54.2h4.2c10.3 0 17-2 21.9-6.4 5.7-5.2 8.9-12.8 8.9-20.7s-3.2-15.5-8.9-20.5z"], + "wpbeginner": [512, 512, [], "f297", "M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374zm-339.647-82.972h41.529v-58.075h-41.529v58.075zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913zm-150.753-86.072h166.058v-58.075H189.579v58.075z"], + "confluence": [512, 512, [], "f78d", "M2.3 412.2c-4.5 7.6-2.1 17.5 5.5 22.2l105.9 65.2c7.7 4.7 17.7 2.4 22.4-5.3 0-.1.1-.2.1-.2 67.1-112.2 80.5-95.9 280.9-.7 8.1 3.9 17.8.4 21.7-7.7.1-.1.1-.3.2-.4l50.4-114.1c3.6-8.1-.1-17.6-8.1-21.3-22.2-10.4-66.2-31.2-105.9-50.3C127.5 179 44.6 345.3 2.3 412.2zm507.4-312.1c4.5-7.6 2.1-17.5-5.5-22.2L398.4 12.8c-7.5-5-17.6-3.1-22.6 4.4-.2.3-.4.6-.6 1-67.3 112.6-81.1 95.6-280.6.9-8.1-3.9-17.8-.4-21.7 7.7-.1.1-.1.3-.2.4L22.2 141.3c-3.6 8.1.1 17.6 8.1 21.3 22.2 10.4 66.3 31.2 106 50.4 248 120 330.8-45.4 373.4-112.9z"], + "shoelace": [512, 512, [], "e60c", "M404.9 331c2.2-1.1 4.4-2.3 6.5-3.7l8.3-4.8c1.5-1.1 4.4-3.4 8.7-6.7l.5-.5c3.4-3.4 7.2-5 11.3-4.9c1.8 0 3.9 .5 6.4 1.5l31-27.5c.9-.7 1.7-1.3 2.6-1.8h.2c3.3-1.9 6-1.8 8.2 .4c3.9 2.1 4.2 5.6 .9 10.6L456.9 322c.2 .5 .4 1 .4 1.5c.5 2.2 .3 4.4-.5 6.6c-.7 1.5-1.8 2.9-3.1 4.2c-1.4 1.4-2.7 2.8-4.2 4.2l-18.8 13.7c-1.7 1.2-3.4 2.3-5.1 3.3c-2.1 1.3-4.3 2.5-6.6 3.6c-1 .4-1.9 .9-2.9 1.3c-5.9 2.5-11.9 4.2-18.2 5c-2.9 24.5-11.3 47.1-25.1 67.8c-17.5 25.7-41.4 45.4-71.8 58.8c-30.2 13.5-63 20.2-98.2 20.2c-48.6-.5-88-11.4-118.2-32.8C49.5 454.4 32 421.5 32 380.3v-5.6c1.2-28.1 9.5-54.6 24.8-79.8c15.1-24.9 37.1-41.7 66.1-50.5c14.9-4.4 29.9-6.6 45-6.6c15.5 0 31.6 2.9 48.1 8.6s35.2 15.5 55.9 29.5L326 312.2c15.1 9.8 28.8 16.5 41.2 20c-2.6-25.1-11.7-46.6-27.3-64.5c-15.7-18.1-35.6-31.3-59.9-39.7l-23.3-8c-21.4-7.5-37.3-14.9-47.7-22.2c-28.2-19.1-43.8-45.2-47-78.5l-.5-9.8c0-32.1 13-58.9 39-80.5C223.5 9.7 251.1 0 283 0c24 0 45.6 6.9 64.7 20.8c19.2 14 30.1 33.8 32.6 59.4l.5 10c0 18.6-4.8 34.5-14.4 47.7c-9.8 13.2-18.5 19.9-26 19.9c-1.6-.1-3.1-.3-4.5-.6l-34 32c-5.5 3-9.2 2.5-11.1-1.6c-1.9-2.2-1.8-4.9 .5-8.2l.2-.2c.5-.7 1.2-1.5 2-2.4l31.6-30c-.4-1.5-.6-3.1-.6-4.8c0-4.1 1.6-7.6 4.9-10.4c13.8-12.4 20.8-26.7 20.8-42.8c0-16-6.1-29.5-18.2-40.4s-28.7-16.5-49.7-16.8c-26.2 0-47.8 7.9-64.7 23.7S192.3 89.9 192.3 112c0 17.8 6.9 33.9 20.6 48.3c13.6 14.2 34.6 25.4 63 33.5c39.8 11.5 70.2 31 91.3 58.3c18.7 24.2 29.1 51.3 31.3 81.4c2.2-.7 4.3-1.5 6.5-2.6zM294.1 178.7c0 1.1 .6 1.6 1.8 1.6c.1 0 9.7-8.9 28.8-26.6c0-2.4-5.1 .9-15.3 10c-10.2 9.2-15.3 14.2-15.3 14.9zm8 6.4c0-1-.5-1.5-1.5-1.5c-1.1 0-2.1 .5-2.9 1.6c-1.9-.1-3.3 .1-4.2 .7c-.4 .2-.5 .5-.5 .7c0 .7 .5 1.3 1.5 1.6h3.3c2.9-1.1 4.4-2.2 4.4-3.3zm22.6-19.9c0-2.8-1.6-2.8-4.9 0c-1.6 1.5-3.6 3.5-6 6.2c-.8 .6-2.6 2.2-5.3 4.9c-2.8 2.9-4.2 4.7-4.2 5.3l.2 1.3c.7 .2 1.2 .4 1.5 .4c.1 0 3.3-2.9 9.5-8.7s9.3-8.9 9.3-9.3zm159.7 120l-30.6 27c1.8 1 3.2 2.4 4 4.2l30.2-27c.2-1.2 .1-2.2-.5-2.9c-.6-.5-1.6-.9-3.1-1.3zm-1.6-.9l-.7-.7-27 21.9 1.6 2 26-23.1zM366.6 363.9c-8-2.1-15.4-4.6-22.2-7.5c-15.3-6.2-34.3-17-57-32.4L250 298.7c-15.8-10.1-30.2-17.6-43.2-22.6c-13.1-4.9-26-7.3-38.6-7.3h-5.5c-32.2 1.7-57.2 13.8-75 36.2c-16.6 20.8-25 45.3-25 73.6c0 31.8 12.8 56.7 38.2 74.7c25.4 18.1 60.2 27.1 104.4 27.1c34.7 0 64-6.2 87.8-18.6c23.7-12.4 42.1-28.8 55.2-49.2c9.8-15.5 15.9-31.8 18.2-48.8z"], + "mdb": [576, 512, [], "f8ca", "M17.37 160.41L7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43 4.79 77.43H205l-12.79-191.59H146.7L106 277.74 63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46l.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z"], + "dochub": [416, 512, [], "f394", "M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z"], + "accessible-icon": [448, 512, [62107], "f368", "M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z"], + "ebay": [640, 512, [], "f4f4", "M606 189.5l-54.8 109.9-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8 26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4-42.4.9-69.6 10-76.7 34.4 1-5.2 1.5-10.6 1.5-16.2 0-52.1-39.7-76.2-75.4-76.2-21.3 0-43 5.5-58.7 24.2v-80.6h-32.1v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5 13.6 16.6 35.4 24.9 58.7 24.9 36.9 0 64.9-21.9 73.3-54.2-.5 2.8-.7 5.8-.7 9 0 24.1 21.1 45 60.6 45 26.6 0 45.8-5.7 61.9-25.5 0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1-28.5 54.1h35.9L640 189.5zM243.7 313.8c-29.6 0-50.2-21.5-50.2-53.8 0-32.4 20.6-53.8 50.2-53.8 29.8 0 50.2 21.4 50.2 53.8 0 32.3-20.4 53.8-50.2 53.8zm200.9-47.3c0 30-17.9 48.4-51.6 48.4-25.1 0-35-13.4-35-25.8 0-19.1 18.1-24.4 47.2-25.3 13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6h128.8v-8.5c0-51.7-33.1-75.4-78.4-75.4-56.8 0-83 30.8-83 77.6 0 42.5 25.3 74 82.5 74 31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6zm95-21.4H33.3c6.9-56.6 92.1-54.7 94.4 0z"], + "amazon": [448, 512, [], "f270", "M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1zm0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8v40.6zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12zm39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1z"], + "unsplash": [448, 512, [], "e07c", "M448,230.17V480H0V230.17H141.13V355.09H306.87V230.17ZM306.87,32H141.13V156.91H306.87Z"], + "yarn": [496, 512, [], "f7e3", "M393.9 345.2c-39 9.3-48.4 32.1-104 47.4 0 0-2.7 4-10.4 5.8-13.4 3.3-63.9 6-68.5 6.1-12.4.1-19.9-3.2-22-8.2-6.4-15.3 9.2-22 9.2-22-8.1-5-9-9.9-9.8-8.1-2.4 5.8-3.6 20.1-10.1 26.5-8.8 8.9-25.5 5.9-35.3.8-10.8-5.7.8-19.2.8-19.2s-5.8 3.4-10.5-3.6c-6-9.3-17.1-37.3 11.5-62-1.3-10.1-4.6-53.7 40.6-85.6 0 0-20.6-22.8-12.9-43.3 5-13.4 7-13.3 8.6-13.9 5.7-2.2 11.3-4.6 15.4-9.1 20.6-22.2 46.8-18 46.8-18s12.4-37.8 23.9-30.4c3.5 2.3 16.3 30.6 16.3 30.6s13.6-7.9 15.1-5c8.2 16 9.2 46.5 5.6 65.1-6.1 30.6-21.4 47.1-27.6 57.5-1.4 2.4 16.5 10 27.8 41.3 10.4 28.6 1.1 52.7 2.8 55.3.8 1.4 13.7.8 36.4-13.2 12.8-7.9 28.1-16.9 45.4-17 16.7-.5 17.6 19.2 4.9 22.2zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-79.3 75.2c-1.7-13.6-13.2-23-28-22.8-22 .3-40.5 11.7-52.8 19.2-4.8 3-8.9 5.2-12.4 6.8 3.1-44.5-22.5-73.1-28.7-79.4 7.8-11.3 18.4-27.8 23.4-53.2 4.3-21.7 3-55.5-6.9-74.5-1.6-3.1-7.4-11.2-21-7.4-9.7-20-13-22.1-15.6-23.8-1.1-.7-23.6-16.4-41.4 28-12.2.9-31.3 5.3-47.5 22.8-2 2.2-5.9 3.8-10.1 5.4h.1c-8.4 3-12.3 9.9-16.9 22.3-6.5 17.4.2 34.6 6.8 45.7-17.8 15.9-37 39.8-35.7 82.5-34 36-11.8 73-5.6 79.6-1.6 11.1 3.7 19.4 12 23.8 12.6 6.7 30.3 9.6 43.9 2.8 4.9 5.2 13.8 10.1 30 10.1 6.8 0 58-2.9 72.6-6.5 6.8-1.6 11.5-4.5 14.6-7.1 9.8-3.1 36.8-12.3 62.2-28.7 18-11.7 24.2-14.2 37.6-17.4 12.9-3.2 21-15.1 19.4-28.2z"], + "square-steam": [448, 512, ["steam-square"], "f1b7", "M165.6 309.1c18.6 7.7 27.3 28.9 19.6 47.4s-29 27.2-47.6 19.4l-28.5-11.8c5 10.6 13.8 19.4 25.4 24.2c25.2 10.5 54.1-1.4 64.6-26.5c5.1-12.1 5.1-25.5 .1-37.7c-5.1-12.1-14.5-21.6-26.7-26.7c-12.1-5-25-4.8-36.4-.5l29.5 12.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V240.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8c-31.8 0-58.5-22.7-64.5-52.7L0 319.2V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM241.9 196.2a58.4 58.4 0 1 0 116.8 0 58.4 58.4 0 1 0 -116.8 0zm14.6-.1a43.9 43.9 0 1 1 87.8 0 43.9 43.9 0 1 1 -87.8 0z"], + "500px": [448, 512, [], "f26e", "M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z"], + "square-vimeo": [448, 512, ["vimeo-square"], "f194", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM318.5 309.5C275 366 238.2 394.3 208.1 394.3c-18.7 0-34.4-17.2-47.3-51.6c-3.8-13.9-7.3-26.9-10.5-39c-18.2-68.3-28.6-107.4-46.2-107.4c-2.4 0-10.8 5-25.1 15.1L64 192c7-6.1 13.9-12.4 20.6-18.5c29.1-26.3 55.6-50.3 73.5-51.9c24.9-2.4 40.2 14.6 46 51.1c20.5 129.6 29.6 149.2 66.8 90.5c13.4-21.2 20.6-37.2 21.5-48.3c3.4-32.8-25.6-30.6-45.2-22.2c15.7-51.5 45.8-76.5 90.1-75.1c32.9 1 48.4 22.4 46.5 64c-1.4 31.1-23.2 73.8-65.3 127.9z"], + "asymmetrik": [576, 512, [], "f372", "M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z"], + "font-awesome": [512, 512, [62501, 62694, "font-awesome-flag", "font-awesome-logo-full"], "f2b4", "M91.7 96C106.3 86.8 116 70.5 116 52C116 23.3 92.7 0 64 0S12 23.3 12 52c0 16.7 7.8 31.5 20 41l0 3 0 352 0 64 64 0 0-64 373.6 0c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4L91.7 96z"], + "gratipay": [496, 512, [], "f184", "M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm114.6 226.4l-113 152.7-112.7-152.7c-8.7-11.9-19.1-50.4 13.6-72 28.1-18.1 54.6-4.2 68.5 11.9 15.9 17.9 46.6 16.9 61.7 0 13.9-16.1 40.4-30 68.1-11.9 32.9 21.6 22.6 60 13.8 72z"], + "apple": [384, 512, [], "f179", "M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z"], + "hive": [512, 512, [], "e07f", "M260.353,254.878,131.538,33.1a2.208,2.208,0,0,0-3.829.009L.3,254.887A2.234,2.234,0,0,0,.3,257.122L129.116,478.9a2.208,2.208,0,0,0,3.83-.009L260.358,257.113A2.239,2.239,0,0,0,260.353,254.878Zm39.078-25.713a2.19,2.19,0,0,0,1.9,1.111h66.509a2.226,2.226,0,0,0,1.9-3.341L259.115,33.111a2.187,2.187,0,0,0-1.9-1.111H190.707a2.226,2.226,0,0,0-1.9,3.341ZM511.7,254.886,384.9,33.112A2.2,2.2,0,0,0,382.99,32h-66.6a2.226,2.226,0,0,0-1.906,3.34L440.652,256,314.481,476.66a2.226,2.226,0,0,0,1.906,3.34h66.6a2.2,2.2,0,0,0,1.906-1.112L511.7,257.114A2.243,2.243,0,0,0,511.7,254.886ZM366.016,284.917H299.508a2.187,2.187,0,0,0-1.9,1.111l-108.8,190.631a2.226,2.226,0,0,0,1.9,3.341h66.509a2.187,2.187,0,0,0,1.9-1.111l108.8-190.631A2.226,2.226,0,0,0,366.016,284.917Z"], + "gitkraken": [592, 512, [], "f3a6", "M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6-5.7 2.4-8.5 8.9-6.3 14.6 10.9 29 16.9 60.5 16.9 93.3 0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8 0-91.8-50.8-171.8-125.8-213.3-5.7-3.2-13-.9-15.9 5-2.7 5.5-.6 12.2 4.7 15.1 67.9 37.6 113.9 110 113.9 193.2 0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5 0-13.1-6.8-24.4-17.3-30.5 8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9-10.6 6.1-17.3 17.4-17.3 30.5 0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4 0-83.1 46-155.5 113.9-193.2 5.4-3 7.4-9.6 4.7-15.1-2.9-5.9-10.1-8.2-15.9-5-75 41.5-125.8 121.5-125.8 213.3 0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3 2.2-5.8-.6-12.2-6.3-14.6-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4zM365.9 275.5c13 0 23.7 10.5 23.7 23.7 0 13.1-10.6 23.7-23.7 23.7-13 0-23.7-10.5-23.7-23.7 0-13.1 10.6-23.7 23.7-23.7zm-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7 0 13-10.5 23.7-23.7 23.7z"], + "keybase": [448, 512, [], "f4f5", "M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z"], + "apple-pay": [640, 512, [], "f415", "M116.9 158.5c-7.5 8.9-19.5 15.9-31.5 14.9-1.5-12 4.4-24.8 11.3-32.6 7.5-9.1 20.6-15.6 31.3-16.1 1.2 12.4-3.7 24.7-11.1 33.8m10.9 17.2c-17.4-1-32.3 9.9-40.5 9.9-8.4 0-21-9.4-34.8-9.1-17.9.3-34.5 10.4-43.6 26.5-18.8 32.3-4.9 80 13.3 106.3 8.9 13 19.5 27.3 33.5 26.8 13.3-.5 18.5-8.6 34.5-8.6 16.1 0 20.8 8.6 34.8 8.4 14.5-.3 23.6-13 32.5-26 10.1-14.8 14.3-29.1 14.5-29.9-.3-.3-28-10.9-28.3-42.9-.3-26.8 21.9-39.5 22.9-40.3-12.5-18.6-32-20.6-38.8-21.1m100.4-36.2v194.9h30.3v-66.6h41.9c38.3 0 65.1-26.3 65.1-64.3s-26.4-64-64.1-64h-73.2zm30.3 25.5h34.9c26.3 0 41.3 14 41.3 38.6s-15 38.8-41.4 38.8h-34.8V165zm162.2 170.9c19 0 36.6-9.6 44.6-24.9h.6v23.4h28v-97c0-28.1-22.5-46.3-57.1-46.3-32.1 0-55.9 18.4-56.8 43.6h27.3c2.3-12 13.4-19.9 28.6-19.9 18.5 0 28.9 8.6 28.9 24.5v10.8l-37.8 2.3c-35.1 2.1-54.1 16.5-54.1 41.5.1 25.2 19.7 42 47.8 42zm8.2-23.1c-16.1 0-26.4-7.8-26.4-19.6 0-12.3 9.9-19.4 28.8-20.5l33.6-2.1v11c0 18.2-15.5 31.2-36 31.2zm102.5 74.6c29.5 0 43.4-11.3 55.5-45.4L640 193h-30.8l-35.6 115.1h-.6L537.4 193h-31.6L557 334.9l-2.8 8.6c-4.6 14.6-12.1 20.3-25.5 20.3-2.4 0-7-.3-8.9-.5v23.4c1.8.4 9.3.7 11.6.7z"], + "padlet": [640, 512, [], "e4a0", "M297.9 0L298 .001C305.6 .1078 312.4 4.72 315.5 11.78L447.5 320.3L447.8 320.2L448 320.6L445.2 330.6L402.3 488.6C398.6 504.8 382.6 514.9 366.5 511.2L298.1 495.6L229.6 511.2C213.5 514.9 197.5 504.8 193.8 488.6L150.9 330.6L148.2 320.6L148.3 320.2L280.4 11.78C283.4 4.797 290.3 .1837 297.9 .0006L297.9 0zM160.1 322.1L291.1 361.2L298 483.7L305.9 362.2L436.5 322.9L436.7 322.8L305.7 347.9L297.1 27.72L291.9 347.9L160.1 322.1zM426 222.6L520.4 181.6H594.2L437.2 429.2L468.8 320.2L426 222.6zM597.5 181.4L638.9 257.6C642.9 265.1 635 273.5 627.3 269.8L579.7 247.1L597.5 181.4zM127.3 318.5L158.7 430L1.61 154.5C-4.292 144.1 7.128 132.5 17.55 138.3L169.4 222.5L127.3 318.5z"], + "amazon-pay": [640, 512, [], "f42c", "M14 325.3c2.3-4.2 5.2-4.9 9.7-2.5 10.4 5.6 20.6 11.4 31.2 16.7a595.88 595.88 0 0 0 127.4 46.3 616.61 616.61 0 0 0 63.2 11.8 603.33 603.33 0 0 0 95 5.2c17.4-.4 34.8-1.8 52.1-3.8a603.66 603.66 0 0 0 163.3-42.8c2.9-1.2 5.9-2 9.1-1.2 6.7 1.8 9 9 4.1 13.9a70 70 0 0 1-9.6 7.4c-30.7 21.1-64.2 36.4-99.6 47.9a473.31 473.31 0 0 1-75.1 17.6 431 431 0 0 1-53.2 4.8 21.3 21.3 0 0 0-2.5.3H308a21.3 21.3 0 0 0-2.5-.3c-3.6-.2-7.2-.3-10.7-.4a426.3 426.3 0 0 1-50.4-5.3A448.4 448.4 0 0 1 164 420a443.33 443.33 0 0 1-145.6-87c-1.8-1.6-3-3.8-4.4-5.7zM172 65.1l-4.3.6a80.92 80.92 0 0 0-38 15.1c-2.4 1.7-4.6 3.5-7.1 5.4a4.29 4.29 0 0 1-.4-1.4c-.4-2.7-.8-5.5-1.3-8.2-.7-4.6-3-6.6-7.6-6.6h-11.5c-6.9 0-8.2 1.3-8.2 8.2v209.3c0 1 0 2 .1 3 .2 3 2 4.9 4.9 5 7 .1 14.1.1 21.1 0 2.9 0 4.7-2 5-5 .1-1 .1-2 .1-3v-72.4c1.1.9 1.7 1.4 2.2 1.9 17.9 14.9 38.5 19.8 61 15.4 20.4-4 34.6-16.5 43.8-34.9 7-13.9 9.9-28.7 10.3-44.1.5-17.1-1.2-33.9-8.1-49.8-8.5-19.6-22.6-32.5-43.9-36.9-3.2-.7-6.5-1-9.8-1.5-2.8-.1-5.5-.1-8.3-.1zM124.6 107a3.48 3.48 0 0 1 1.7-3.3c13.7-9.5 28.8-14.5 45.6-13.2 14.9 1.1 27.1 8.4 33.5 25.9 3.9 10.7 4.9 21.8 4.9 33 0 10.4-.8 20.6-4 30.6-6.8 21.3-22.4 29.4-42.6 28.5-14-.6-26.2-6-37.4-13.9a3.57 3.57 0 0 1-1.7-3.3c.1-14.1 0-28.1 0-42.2s.1-28 0-42.1zm205.7-41.9c-1 .1-2 .3-2.9.4a148 148 0 0 0-28.9 4.1c-6.1 1.6-12 3.8-17.9 5.8-3.6 1.2-5.4 3.8-5.3 7.7.1 3.3-.1 6.6 0 9.9.1 4.8 2.1 6.1 6.8 4.9 7.8-2 15.6-4.2 23.5-5.7 12.3-2.3 24.7-3.3 37.2-1.4 6.5 1 12.6 2.9 16.8 8.4 3.7 4.8 5.1 10.5 5.3 16.4.3 8.3.2 16.6.3 24.9a7.84 7.84 0 0 1-.2 1.4c-.5-.1-.9 0-1.3-.1a180.56 180.56 0 0 0-32-4.9c-11.3-.6-22.5.1-33.3 3.9-12.9 4.5-23.3 12.3-29.4 24.9-4.7 9.8-5.4 20.2-3.9 30.7 2 14 9 24.8 21.4 31.7 11.9 6.6 24.8 7.4 37.9 5.4 15.1-2.3 28.5-8.7 40.3-18.4a7.36 7.36 0 0 1 1.6-1.1c.6 3.8 1.1 7.4 1.8 11 .6 3.1 2.5 5.1 5.4 5.2 5.4.1 10.9.1 16.3 0a4.84 4.84 0 0 0 4.8-4.7 26.2 26.2 0 0 0 .1-2.8v-106a80 80 0 0 0-.9-12.9c-1.9-12.9-7.4-23.5-19-30.4-6.7-4-14.1-6-21.8-7.1-3.6-.5-7.2-.8-10.8-1.3-3.9.1-7.9.1-11.9.1zm35 127.7a3.33 3.33 0 0 1-1.5 3c-11.2 8.1-23.5 13.5-37.4 14.9-5.7.6-11.4.4-16.8-1.8a20.08 20.08 0 0 1-12.4-13.3 32.9 32.9 0 0 1-.1-19.4c2.5-8.3 8.4-13 16.4-15.6a61.33 61.33 0 0 1 24.8-2.2c8.4.7 16.6 2.3 25 3.4 1.6.2 2.1 1 2.1 2.6-.1 4.8 0 9.5 0 14.3s-.2 9.4-.1 14.1zm259.9 129.4c-1-5-4.8-6.9-9.1-8.3a88.42 88.42 0 0 0-21-3.9 147.32 147.32 0 0 0-39.2 1.9c-14.3 2.7-27.9 7.3-40 15.6a13.75 13.75 0 0 0-3.7 3.5 5.11 5.11 0 0 0-.5 4c.4 1.5 2.1 1.9 3.6 1.8a16.2 16.2 0 0 0 2.2-.1c7.8-.8 15.5-1.7 23.3-2.5 11.4-1.1 22.9-1.8 34.3-.9a71.64 71.64 0 0 1 14.4 2.7c5.1 1.4 7.4 5.2 7.6 10.4.4 8-1.4 15.7-3.5 23.3-4.1 15.4-10 30.3-15.8 45.1a17.6 17.6 0 0 0-1 3c-.5 2.9 1.2 4.8 4.1 4.1a10.56 10.56 0 0 0 4.8-2.5 145.91 145.91 0 0 0 12.7-13.4c12.8-16.4 20.3-35.3 24.7-55.6.8-3.6 1.4-7.3 2.1-10.9v-17.3zM493.1 199q-19.35-53.55-38.7-107.2c-2-5.7-4.2-11.3-6.3-16.9-1.1-2.9-3.2-4.8-6.4-4.8-7.6-.1-15.2-.2-22.9-.1-2.5 0-3.7 2-3.2 4.5a43.1 43.1 0 0 0 1.9 6.1q29.4 72.75 59.1 145.5c1.7 4.1 2.1 7.6.2 11.8-3.3 7.3-5.9 15-9.3 22.3-3 6.5-8 11.4-15.2 13.3a42.13 42.13 0 0 1-15.4 1.1c-2.5-.2-5-.8-7.5-1-3.4-.2-5.1 1.3-5.2 4.8q-.15 5 0 9.9c.1 5.5 2 8 7.4 8.9a108.18 108.18 0 0 0 16.9 2c17.1.4 30.7-6.5 39.5-21.4a131.63 131.63 0 0 0 9.2-18.4q35.55-89.7 70.6-179.6a26.62 26.62 0 0 0 1.6-5.5c.4-2.8-.9-4.4-3.7-4.4-6.6-.1-13.3 0-19.9 0a7.54 7.54 0 0 0-7.7 5.2c-.5 1.4-1.1 2.7-1.6 4.1l-34.8 100c-2.5 7.2-5.1 14.5-7.7 22.2-.4-1.1-.6-1.7-.9-2.4z"], + "square-github": [448, 512, ["github-square"], "f092", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM265.8 407.7c0-1.8 0-6 .1-11.6c.1-11.4 .1-28.8 .1-43.7c0-15.6-5.2-25.5-11.3-30.7c37-4.1 76-9.2 76-73.1c0-18.2-6.5-27.3-17.1-39c1.7-4.3 7.4-22-1.7-45c-13.9-4.3-45.7 17.9-45.7 17.9c-13.2-3.7-27.5-5.6-41.6-5.6s-28.4 1.9-41.6 5.6c0 0-31.8-22.2-45.7-17.9c-9.1 22.9-3.5 40.6-1.7 45c-10.6 11.7-15.6 20.8-15.6 39c0 63.6 37.3 69 74.3 73.1c-4.8 4.3-9.1 11.7-10.6 22.3c-9.5 4.3-33.8 11.7-48.3-13.9c-9.1-15.8-25.5-17.1-25.5-17.1c-16.2-.2-1.1 10.2-1.1 10.2c10.8 5 18.4 24.2 18.4 24.2c9.7 29.7 56.1 19.7 56.1 19.7c0 9 .1 21.7 .1 30.6c0 4.8 .1 8.6 .1 10c0 4.3-3 9.5-11.5 8C106 393.6 59.8 330.8 59.8 257.4c0-91.8 70.2-161.5 162-161.5s166.2 69.7 166.2 161.5c.1 73.4-44.7 136.3-110.7 158.3c-8.4 1.5-11.5-3.7-11.5-8zm-90.5-54.8c-.2-1.5 1.1-2.8 3-3.2c1.9-.2 3.7 .6 3.9 1.9c.3 1.3-1 2.6-3 3c-1.9 .4-3.7-.4-3.9-1.7zm-9.1 3.2c-2.2 .2-3.7-.9-3.7-2.4c0-1.3 1.5-2.4 3.5-2.4c1.9-.2 3.7 .9 3.7 2.4c0 1.3-1.5 2.4-3.5 2.4zm-14.3-2.2c-1.9-.4-3.2-1.9-2.8-3.2s2.4-1.9 4.1-1.5c2 .6 3.3 2.1 2.8 3.4c-.4 1.3-2.4 1.9-4.1 1.3zm-12.5-7.3c-1.5-1.3-1.9-3.2-.9-4.1c.9-1.1 2.8-.9 4.3 .6c1.3 1.3 1.8 3.3 .9 4.1c-.9 1.1-2.8 .9-4.3-.6zm-8.5-10c-1.1-1.5-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3c1.1 1.5 1.1 3.3 0 4.1c-.9 .6-2.6 0-3.7-1.5zm-6.3-8.8c-1.1-1.3-1.3-2.8-.4-3.5c.9-.9 2.4-.4 3.5 .6c1.1 1.3 1.3 2.8 .4 3.5c-.9 .9-2.4 .4-3.5-.6zm-6-6.4c-1.3-.6-1.9-1.7-1.5-2.6c.4-.6 1.5-.9 2.8-.4c1.3 .7 1.9 1.8 1.5 2.6c-.4 .9-1.7 1.1-2.8 .4z"], + "stumbleupon": [512, 512, [], "f1a4", "M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72h85.9zm-224.7-58.2l34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7v30.9z"], + "fedex": [640, 512, [], "f797", "M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z"], + "phoenix-framework": [640, 512, [], "f3dc", "M212.9 344.3c3.8-.1 22.8-1.4 25.6-2.2-2.4-2.6-43.6-1-68-49.6-4.3-8.6-7.5-17.6-6.4-27.6 2.9-25.5 32.9-30 52-18.5 36 21.6 63.3 91.3 113.7 97.5 37 4.5 84.6-17 108.2-45.4-.6-.1-.8-.2-1-.1-.4.1-.8.2-1.1.3-33.3 12.1-94.3 9.7-134.7-14.8-37.6-22.8-53.1-58.7-51.8-74.6 1.8-21.3 22.9-23.2 35.9-19.6 14.4 3.9 24.4 17.6 38.9 27.4 15.6 10.4 32.9 13.7 51.3 10.3 14.9-2.7 34.4-12.3 36.5-14.5-1.1-.1-1.8-.1-2.5-.2-6.2-.6-12.4-.8-18.5-1.7C279.8 194.5 262.1 47.4 138.5 37.9 94.2 34.5 39.1 46 2.2 72.9c-.8.6-1.5 1.2-2.2 1.8.1.2.1.3.2.5.8 0 1.6-.1 2.4-.2 6.3-1 12.5-.8 18.7.3 23.8 4.3 47.7 23.1 55.9 76.5 5.3 34.3-.7 50.8 8 86.1 19 77.1 91 107.6 127.7 106.4zM75.3 64.9c-.9-1-.9-1.2-1.3-2 12.1-2.6 24.2-4.1 36.6-4.8-1.1 14.7-22.2 21.3-35.3 6.8zm196.9 350.5c-42.8 1.2-92-26.7-123.5-61.4-4.6-5-16.8-20.2-18.6-23.4l.4-.4c6.6 4.1 25.7 18.6 54.8 27 24.2 7 48.1 6.3 71.6-3.3 22.7-9.3 41-.5 43.1 2.9-18.5 3.8-20.1 4.4-24 7.9-5.1 4.4-4.6 11.7 7 17.2 26.2 12.4 63-2.8 97.2 25.4 2.4 2 8.1 7.8 10.1 10.7-.1.2-.3.3-.4.5-4.8-1.5-16.4-7.5-40.2-9.3-24.7-2-46.3 5.3-77.5 6.2zm174.8-252c16.4-5.2 41.3-13.4 66.5-3.3 16.1 6.5 26.2 18.7 32.1 34.6 3.5 9.4 5.1 19.7 5.1 28.7-.2 0-.4 0-.6.1-.2-.4-.4-.9-.5-1.3-5-22-29.9-43.8-67.6-29.9-50.2 18.6-130.4 9.7-176.9-48-.7-.9-2.4-1.7-1.3-3.2.1-.2 2.1.6 3 1.3 18.1 13.4 38.3 21.9 60.3 26.2 30.5 6.1 54.6 2.9 79.9-5.2zm102.7 117.5c-32.4.2-33.8 50.1-103.6 64.4-18.2 3.7-38.7 4.6-44.9 4.2v-.4c2.8-1.5 14.7-2.6 29.7-16.6 7.9-7.3 15.3-15.1 22.8-22.9 19.5-20.2 41.4-42.2 81.9-39 23.1 1.8 29.3 8.2 36.1 12.7.3.2.4.5.7.9-.5 0-.7.1-.9 0-7-2.7-14.3-3.3-21.8-3.3zm-12.3-24.1c-.1.2-.1.4-.2.6-28.9-4.4-48-7.9-68.5 4-17 9.9-31.4 20.5-62 24.4-27.1 3.4-45.1 2.4-66.1-8-.3-.2-.6-.4-1-.6 0-.2.1-.3.1-.5 24.9 3.8 36.4 5.1 55.5-5.8 22.3-12.9 40.1-26.6 71.3-31 29.6-4.1 51.3 2.5 70.9 16.9zM268.6 97.3c-.6-.6-1.1-1.2-2.1-2.3 7.6 0 29.7-1.2 53.4 8.4 19.7 8 32.2 21 50.2 32.9 11.1 7.3 23.4 9.3 36.4 8.1 4.3-.4 8.5-1.2 12.8-1.7.4-.1.9 0 1.5.3-.6.4-1.2.9-1.8 1.2-8.1 4-16.7 6.3-25.6 7.1-26.1 2.6-50.3-3.7-73.4-15.4-19.3-9.9-36.4-22.9-51.4-38.6zM640 335.7c-3.5 3.1-22.7 11.6-42.7 5.3-12.3-3.9-19.5-14.9-31.6-24.1-10-7.6-20.9-7.9-28.1-8.4.6-.8.9-1.2 1.2-1.4 14.8-9.2 30.5-12.2 47.3-6.5 12.5 4.2 19.2 13.5 30.4 24.2 10.8 10.4 21 9.9 23.1 10.5.1-.1.2 0 .4.4zm-212.5 137c2.2 1.2 1.6 1.5 1.5 2-18.5-1.4-33.9-7.6-46.8-22.2-21.8-24.7-41.7-27.9-48.6-29.7.5-.2.8-.4 1.1-.4 13.1.1 26.1.7 38.9 3.9 25.3 6.4 35 25.4 41.6 35.3 3.2 4.8 7.3 8.3 12.3 11.1z"], + "shopify": [448, 512, [], "e057", "M388.32,104.1a4.66,4.66,0,0,0-4.4-4c-2,0-37.23-.8-37.23-.8s-21.61-20.82-29.62-28.83V503.2L442.76,472S388.72,106.5,388.32,104.1ZM288.65,70.47a116.67,116.67,0,0,0-7.21-17.61C271,32.85,255.42,22,237,22a15,15,0,0,0-4,.4c-.4-.8-1.2-1.2-1.6-2C223.4,11.63,213,7.63,200.58,8c-24,.8-48,18-67.25,48.83-13.61,21.62-24,48.84-26.82,70.06-27.62,8.4-46.83,14.41-47.23,14.81-14,4.4-14.41,4.8-16,18-1.2,10-38,291.82-38,291.82L307.86,504V65.67a41.66,41.66,0,0,0-4.4.4S297.86,67.67,288.65,70.47ZM233.41,87.69c-16,4.8-33.63,10.4-50.84,15.61,4.8-18.82,14.41-37.63,25.62-50,4.4-4.4,10.41-9.61,17.21-12.81C232.21,54.86,233.81,74.48,233.41,87.69ZM200.58,24.44A27.49,27.49,0,0,1,215,28c-6.4,3.2-12.81,8.41-18.81,14.41-15.21,16.42-26.82,42-31.62,66.45-14.42,4.41-28.83,8.81-42,12.81C131.33,83.28,163.75,25.24,200.58,24.44ZM154.15,244.61c1.6,25.61,69.25,31.22,73.25,91.66,2.8,47.64-25.22,80.06-65.65,82.47-48.83,3.2-75.65-25.62-75.65-25.62l10.4-44s26.82,20.42,48.44,18.82c14-.8,19.22-12.41,18.81-20.42-2-33.62-57.24-31.62-60.84-86.86-3.2-46.44,27.22-93.27,94.47-97.68,26-1.6,39.23,4.81,39.23,4.81L221.4,225.39s-17.21-8-37.63-6.4C154.15,221,153.75,239.8,154.15,244.61ZM249.42,82.88c0-12-1.6-29.22-7.21-43.63,18.42,3.6,27.22,24,31.23,36.43Q262.63,78.68,249.42,82.88Z"], + "neos": [512, 512, [], "f612", "M415.44 512h-95.11L212.12 357.46v91.1L125.69 512H28V29.82L68.47 0h108.05l123.74 176.13V63.45L386.69 0h97.69v461.5zM38.77 35.27V496l72-52.88V194l215.5 307.64h84.79l52.35-38.17h-78.27L69 13zm82.54 466.61l80-58.78v-101l-79.76-114.4v220.94L49 501.89h72.34zM80.63 10.77l310.6 442.57h82.37V10.77h-79.75v317.56L170.91 10.77zM311 191.65l72 102.81V15.93l-72 53v122.72z"], + "square-threads": [448, 512, [], "e619", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM294.2 244.3c19.5 9.3 33.7 23.5 41.2 40.9c10.4 24.3 11.4 63.9-20.2 95.4c-24.2 24.1-53.5 35-95.1 35.3h-.2c-46.8-.3-82.8-16.1-106.9-46.8C91.5 341.8 80.4 303.7 80 256v-.1-.1c.4-47.7 11.5-85.7 33-113.1c24.2-30.7 60.2-46.5 106.9-46.8h.2c46.9 .3 83.3 16 108.2 46.6c12.3 15.1 21.3 33.3 27 54.4l-26.9 7.2c-4.7-17.2-11.9-31.9-21.4-43.6c-19.4-23.9-48.7-36.1-87-36.4c-38 .3-66.8 12.5-85.5 36.2c-17.5 22.3-26.6 54.4-26.9 95.5c.3 41.1 9.4 73.3 26.9 95.5c18.7 23.8 47.4 36 85.5 36.2c34.3-.3 56.9-8.4 75.8-27.3c21.5-21.5 21.1-47.9 14.2-64c-4-9.4-11.4-17.3-21.3-23.3c-2.4 18-7.9 32.2-16.5 43.2c-11.4 14.5-27.7 22.4-48.4 23.5c-15.7 .9-30.8-2.9-42.6-10.7c-13.9-9.2-22-23.2-22.9-39.5c-1.7-32.2 23.8-55.3 63.5-57.6c14.1-.8 27.3-.2 39.5 1.9c-1.6-9.9-4.9-17.7-9.8-23.4c-6.7-7.8-17.1-11.8-30.8-11.9h-.4c-11 0-26 3.1-35.6 17.6l-23-15.8c12.8-19.4 33.6-30.1 58.5-30.1h.6c41.8 .3 66.6 26.3 69.1 71.8c1.4 .6 2.8 1.2 4.2 1.9l.1 .5zm-71.8 67.5c17-.9 36.4-7.6 39.7-48.8c-8.8-1.9-18.6-2.9-29-2.9c-3.2 0-6.4 .1-9.6 .3c-28.6 1.6-38.1 15.5-37.4 27.9c.9 16.7 19 24.5 36.4 23.6l-.1-.1z"], + "hackerrank": [512, 512, [], "f5f7", "M477.5 128C463 103.05 285.13 0 256.16 0S49.25 102.79 34.84 128s-14.49 230.8 0 256 192.38 128 221.32 128S463 409.08 477.49 384s14.51-231 .01-256zM316.13 414.22c-4 0-40.91-35.77-38-38.69.87-.87 6.26-1.48 17.55-1.83 0-26.23.59-68.59.94-86.32 0-2-.44-3.43-.44-5.85h-79.93c0 7.1-.46 36.2 1.37 72.88.23 4.54-1.58 6-5.74 5.94-10.13 0-20.27-.11-30.41-.08-4.1 0-5.87-1.53-5.74-6.11.92-33.44 3-84-.15-212.67v-3.17c-9.67-.35-16.38-1-17.26-1.84-2.92-2.92 34.54-38.69 38.49-38.69s41.17 35.78 38.27 38.69c-.87.87-7.9 1.49-16.77 1.84v3.16c-2.42 25.75-2 79.59-2.63 105.39h80.26c0-4.55.39-34.74-1.2-83.64-.1-3.39.95-5.17 4.21-5.2 11.07-.08 22.15-.13 33.23-.06 3.46 0 4.57 1.72 4.5 5.38C333 354.64 336 341.29 336 373.69c8.87.35 16.82 1 17.69 1.84 2.88 2.91-33.62 38.69-37.58 38.69z"], + "researchgate": [448, 512, [], "f4f8", "M0 32v448h448V32H0zm262.2 334.4c-6.6 3-33.2 6-50-14.2-9.2-10.6-25.3-33.3-42.2-63.6-8.9 0-14.7 0-21.4-.6v46.4c0 23.5 6 21.2 25.8 23.9v8.1c-6.9-.3-23.1-.8-35.6-.8-13.1 0-26.1.6-33.6.8v-8.1c15.5-2.9 22-1.3 22-23.9V225c0-22.6-6.4-21-22-23.9V193c25.8 1 53.1-.6 70.9-.6 31.7 0 55.9 14.4 55.9 45.6 0 21.1-16.7 42.2-39.2 47.5 13.6 24.2 30 45.6 42.2 58.9 7.2 7.8 17.2 14.7 27.2 14.7v7.3zm22.9-135c-23.3 0-32.2-15.7-32.2-32.2V167c0-12.2 8.8-30.4 34-30.4s30.4 17.9 30.4 17.9l-10.7 7.2s-5.5-12.5-19.7-12.5c-7.9 0-19.7 7.3-19.7 19.7v26.8c0 13.4 6.6 23.3 17.9 23.3 14.1 0 21.5-10.9 21.5-26.8h-17.9v-10.7h30.4c0 20.5 4.7 49.9-34 49.9zm-116.5 44.7c-9.4 0-13.6-.3-20-.8v-69.7c6.4-.6 15-.6 22.5-.6 23.3 0 37.2 12.2 37.2 34.5 0 21.9-15 36.6-39.7 36.6z"], + "swift": [448, 512, [], "f8e1", "M448 156.09c0-4.51-.08-9-.2-13.52a196.31 196.31 0 0 0-2.58-29.42 99.62 99.62 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.17 99.17 0 0 0-28-9.22 195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2-2.45.07-4.91.15-7.37.27a171.68 171.68 0 0 0-22.06 2.32 103.06 103.06 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.66 94.66 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.86 93.86 0 0 0 12 85.17a99.45 99.45 0 0 0-9.22 28 196.31 196.31 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196.08 196.08 0 0 0 2.58 29.42 99.3 99.3 0 0 0 9.22 28A94.31 94.31 0 0 0 53.17 468a99.47 99.47 0 0 0 28 9.21 195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2H323.91c4.51 0 9-.08 13.52-.2a196.59 196.59 0 0 0 29.44-2.59 99.57 99.57 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28 194.79 194.79 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05zm-69.88 241c-20-38.93-57.23-29.27-76.31-19.47-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.63 230.63 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0-57-43.85-104.6-101-141.09-147.22a197.09 197.09 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12-52.57-55.49-98.89-123.94-96.72-121.74 82.79 83.42 159.18 130.59 159.18 130.59 2.88 1.58 5 2.85 6.73 4a127.44 127.44 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09 38.52 47.4 28.04 98.17 23.13 88.59z"], + "angular": [448, 512, [], "f420", "M185.7 268.1h76.2l-38.1-91.6-38.1 91.6zM223.8 32L16 106.4l31.8 275.7 176 97.9 176-97.9 31.8-275.7zM354 373.8h-48.6l-26.2-65.4H168.6l-26.2 65.4H93.7L223.8 81.5z"], + "speakap": [448, 512, [], "f3f3", "M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24 72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6-52.33-.91-95.86 28.3-96.77 80-.2 11.33.29 36.72 29.42 54.83 34.46 21.42 86.52 21.51 86 52.26-.37 21.28-26.42 25.81-38.59 25.6-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05 10.23.18 96.42.33 97.84-81 .28-15.81-2.07-39.72-28.86-56.59-34.36-21.64-85-19.45-84.43-49.75.41-23.25 31-25.37 37.53-25.26.43 0 26.62.26 39.62 17.37z"], + "angrycreative": [640, 512, [], "f36e", "M640 238.2l-3.2 28.2-34.5 2.3-2 18.1 34.5-2.3-3.2 28.2-34.4 2.2-2.3 20.1 34.4-2.2-3 26.1-64.7 4.1 12.7-113.2L527 365.2l-31.9 2-23.8-117.8 30.3-2 13.6 79.4 31.7-82.4 93.1-6.2zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9-12.8 120zM162 388.1l-19.4-36-3.5 37.4-28.2 1.7 2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4 37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8 38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6 64.8-4.2-2.7 27.9-36.4 2.4-1.7 17.9 36.4-2.3-2.7 27.9-36.4 2.3-1.9 19.9 36.3-2.3-2.1 20.8 55-117.2 23.8-1.6L370.4 369l8.9-85.6-22.3 1.4 2.9-27.9 75-4.9-3 28-24.3 1.6-9.7 91.9-58 3.7-4.3-15.6-39.4 2.5-8 16.3-126.2 7.7zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3-1.4 16 7.3 32.5 28.7 31.2 12.8-.8 21.3-8.6 28.9-18.9l27-1.7 2.7-29.8zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1zm21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6l22.1 33.4zm135.4-45l-7.9-37.8-15.8 39.3 23.7-1.5zm-170.1-74.6l-4.3-17.5-39.6 2.6-8.1 18.2-31.9 2.1 57-121.9 23.9-1.6 30.7 102 9.9-104.7 27-1.8 37.8 63.6 6.5-66.6 28.5-1.9-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5 40.5-2.8 52.4 29.3 53.4 30.3l3.3-32 39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9 32.2-2.2 12.9 43.2 23-45.7 31-2.2-43.6 78.4-4.8 44.3-28.4 1.9 4.8-44.3-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8-36.4 2.4-19.2-36.8-4 38.3-28.4 1.9 3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3-25 1.6-37.6-63.3-6.3 66.2-56.8 3.7zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3 4.5-2.4 7-6.4 7.6-12.1.6-5.3-.6-8.8-3.4-10.4-3.6-2.1-10.6-2.8-22.9-2l-2.9 28.8zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9 4.7-.3 9.1-1.8 13.3-4.1 5.5-3 10.6-8 15.1-14.3l-34.2 2.3 2.4-23.9 63.1-4.3 1.2-12-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1-4-1.7-8.1-2.8-12.2-2.5-8 .5-15.3 3.6-22 9.2-7.7 6.4-12 14.5-12.9 24.4-1.1 9.6 1.4 17.3 7.2 23.3zm-201.3 8.2l23.8-1.6-8.3-37.6-15.5 39.2z"], + "y-combinator": [448, 512, [], "f23b", "M448 32v448H0V32h448zM236 287.5L313.5 142h-32.7L235 233c-4.7 9.3-9 18.3-12.8 26.8L210 233l-45.2-91h-35l76.7 143.8v94.5H236v-92.8z"], + "empire": [496, 512, [], "f1d1", "M287.6 54.2c-10.8-2.2-22.1-3.3-33.5-3.6V32.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4l4.8-23.9zM53.4 322.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C34 181 24.1 217.5 24.1 256s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1zM213.1 434c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6l4.7-23.8zM93.3 120.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V32.4C163.9 34.6 95.9 76.4 57.4 139l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2zm309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4zM496 256c0 137-111 248-248 248S0 393 0 256 111 8 248 8s248 111 248 248zm-12.2 0c0-130.1-105.7-235.8-235.8-235.8S12.2 125.9 12.2 256 117.9 491.8 248 491.8 483.8 386.1 483.8 256zm-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C462 331 471.9 294.5 471.9 256s-9.9-75-27.1-106.6zm-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8-9.4 0-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8 9.4 0 18.5-1.1 27.1-2.8l-13.3-66.7z"], + "envira": [448, 512, [], "f299", "M0 32c477.6 0 366.6 317.3 367.1 366.3L448 480h-26l-70.4-71.2c-39 4.2-124.4 34.5-214.4-37C47 300.3 52 214.7 0 32zm79.7 46c-49.7-23.5-5.2 9.2-5.2 9.2 45.2 31.2 66 73.7 90.2 119.9 31.5 60.2 79 139.7 144.2 167.7 65 28 34.2 12.5 6-8.5-28.2-21.2-68.2-87-91-130.2-31.7-60-61-118.6-144.2-158.1z"], + "google-scholar": [512, 512, [], "e63b", "M390.9 298.5c0 0 0 .1 .1 .1c9.2 19.4 14.4 41.1 14.4 64C405.3 445.1 338.5 512 256 512s-149.3-66.9-149.3-149.3c0-22.9 5.2-44.6 14.4-64h0c1.7-3.6 3.6-7.2 5.6-10.7c4.4-7.6 9.4-14.7 15-21.3c27.4-32.6 68.5-53.3 114.4-53.3c33.6 0 64.6 11.1 89.6 29.9c9.1 6.9 17.4 14.7 24.8 23.5c5.6 6.6 10.6 13.8 15 21.3c2 3.4 3.8 7 5.5 10.5zm26.4-18.8c-30.1-58.4-91-98.4-161.3-98.4s-131.2 40-161.3 98.4L0 202.7 256 0 512 202.7l-94.7 77.1z"], + "square-gitlab": [448, 512, ["gitlab-square"], "e5ae", "M0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96zm337.5 12.5l44.6 116.4 .4 1.2c5.6 16.8 7.2 35.2 2.3 52.5c-5 17.2-15.4 32.4-29.8 43.3l-.2 .1-68.4 51.2-54.1 40.9c-.5 .2-1.1 .5-1.7 .8c-2 1-4.4 2-6.7 2c-3 0-6.8-1.8-8.3-2.8l-54.2-40.9L93.5 322.3l-.4-.3-.2-.1c-14.3-10.8-24.8-26-29.7-43.3s-4.2-35.7 2.2-52.5l.5-1.2 44.7-116.4c.9-2.3 2.5-4.3 4.5-5.6c1.6-1 3.4-1.6 5.2-1.8c1.3-.7 2.1-.4 3.4 .1c.6 .2 1.2 .5 2 .7c1 .4 1.6 .9 2.4 1.5c.6 .4 1.2 1 2.1 1.5c1.2 1.4 2.2 3 2.7 4.8l29.2 92.2H285l30.2-92.2c.5-1.8 1.4-3.4 2.6-4.8s2.8-2.4 4.5-3.1c1.7-.6 3.6-.9 5.4-.7s3.6 .8 5.2 1.8c2 1.3 3.7 3.3 4.6 5.6z"], + "studiovinari": [512, 512, [], "f3f8", "M480.3 187.7l4.2 28v28l-25.1 44.1-39.8 78.4-56.1 67.5-79.1 37.8-17.7 24.5-7.7 12-9.6 4s17.3-63.6 19.4-63.6c2.1 0 20.3.7 20.3.7l66.7-38.6-92.5 26.1-55.9 36.8-22.8 28-6.6 1.4 20.8-73.6 6.9-5.5 20.7 12.9 88.3-45.2 56.8-51.5 14.8-68.4-125.4 23.3 15.2-18.2-173.4-53.3 81.9-10.5-166-122.9L133.5 108 32.2 0l252.9 126.6-31.5-38L378 163 234.7 64l18.7 38.4-49.6-18.1L158.3 0l194.6 122L310 66.2l108 96.4 12-8.9-21-16.4 4.2-37.8L451 89.1l29.2 24.7 11.5 4.2-7 6.2 8.5 12-13.1 7.4-10.3 20.2 10.5 23.9z"], + "pied-piper": [480, 512, [], "f2ae", "M455.93,23.2C429.23,30,387.79,51.69,341.35,90.66A206,206,0,0,0,240,64C125.13,64,32,157.12,32,272s93.13,208,208,208,208-93.13,208-208a207.25,207.25,0,0,0-58.75-144.81,155.35,155.35,0,0,0-17,27.4A176.16,176.16,0,0,1,417.1,272c0,97.66-79.44,177.11-177.09,177.11a175.81,175.81,0,0,1-87.63-23.4c82.94-107.33,150.79-37.77,184.31-226.65,5.79-32.62,28-94.26,126.23-160.18C471,33.45,465.35,20.8,455.93,23.2ZM125,406.4A176.66,176.66,0,0,1,62.9,272C62.9,174.34,142.35,94.9,240,94.9a174,174,0,0,1,76.63,17.75C250.64,174.76,189.77,265.52,125,406.4Z"], + "wordpress": [512, 512, [], "f19a", "M61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6zm337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8.9 0 1.8.1 2.8.2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7.3 13.7.3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7zm-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9l-65.4-179.2zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1zM504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256 8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248zm-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6z"], + "product-hunt": [512, 512, [], "f288", "M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8z"], + "firefox": [512, 512, [], "f269", "M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z"], + "linode": [448, 512, [], "f2b8", "M366.036,186.867l-59.5,36.871-.838,36.871-29.329-19.273-39.384,24.3c2.238,55.211,2.483,59.271,2.51,59.5l-97.2,65.359L127.214,285.748l108.1-62.01L195.09,197.761l-75.417,38.547L98.723,93.015,227.771,43.574,136.432,0,10.737,39.385,38.39,174.3l41.9,32.681L48.445,222.062,69.394,323.457,98.723,351.11,77.774,363.679l16.76,78.769L160.733,512c-10.8-74.842-11.658-78.641-11.725-78.773l77.925-55.3c16.759-12.57,15.083-10.894,15.083-10.894l.838,24.3,33.519,28.491-.838-77.093,46.927-33.519,26.815-18.435-2.514,36.033,25.139,17.6,6.7-74.579,58.657-43.575Z"], + "goodreads": [448, 512, [], "f3a8", "M299.9 191.2c5.1 37.3-4.7 79-35.9 100.7-22.3 15.5-52.8 14.1-70.8 5.7-37.1-17.3-49.5-58.6-46.8-97.2 4.3-60.9 40.9-87.9 75.3-87.5 46.9-.2 71.8 31.8 78.2 78.3zM448 88v336c0 30.9-25.1 56-56 56H56c-30.9 0-56-25.1-56-56V88c0-30.9 25.1-56 56-56h336c30.9 0 56 25.1 56 56zM330 313.2s-.1-34-.1-217.3h-29v40.3c-.8.3-1.2-.5-1.6-1.2-9.6-20.7-35.9-46.3-76-46-51.9.4-87.2 31.2-100.6 77.8-4.3 14.9-5.8 30.1-5.5 45.6 1.7 77.9 45.1 117.8 112.4 115.2 28.9-1.1 54.5-17 69-45.2.5-1 1.1-1.9 1.7-2.9.2.1.4.1.6.2.3 3.8.2 30.7.1 34.5-.2 14.8-2 29.5-7.2 43.5-7.8 21-22.3 34.7-44.5 39.5-17.8 3.9-35.6 3.8-53.2-1.2-21.5-6.1-36.5-19-41.1-41.8-.3-1.6-1.3-1.3-2.3-1.3h-26.8c.8 10.6 3.2 20.3 8.5 29.2 24.2 40.5 82.7 48.5 128.2 37.4 49.9-12.3 67.3-54.9 67.4-106.3z"], + "square-odnoklassniki": [448, 512, ["odnoklassniki-square"], "f264", "M224 137.1a39.9 39.9 0 1 0 0 79.7 39.9 39.9 0 1 0 0-79.7zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM224 95.9A81 81 0 1 1 224 258a81 81 0 1 1 0-162.1zm59.3 168.3c16.8-13.2 29.5-5.5 34.1 3.6c7.8 16-1.1 23.7-21.5 37c-17.1 10.9-40.7 15.2-56.2 16.8l13 12.9 47.7 47.7c17.4 17.9-11 45.8-28.6 28.6c-12-12.2-29.5-29.7-47.7-47.9l0 0-47.7 47.9c-17.7 17.2-46-11-28.4-28.6c3.7-3.7 7.9-7.9 12.5-12.5c10.4-10.4 22.6-22.7 35.2-35.2l12.9-12.9c-15.4-1.6-39.3-5.7-56.6-16.8c-20.3-13.3-29.3-20.9-21.4-37c4.6-9.1 17.3-16.8 34.1-3.6c0 0 22.7 18 59.3 18s59.3-18 59.3-18z"], + "jsfiddle": [576, 512, [], "f1cc", "M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776-2.352-16.488-3.539-33.619-9.097-49.095-35.895-99.957-153.99-143.386-246.849-91.646-27.37 15.25-48.971 36.369-65.493 63.903-3.184-1.508-5.458-2.71-7.824-3.686-30.102-12.421-59.049-10.121-85.331 9.167-25.531 18.737-36.422 44.548-32.676 76.408.355 3.025-1.967 7.621-4.514 9.545-39.712 29.992-56.031 78.065-41.902 124.615 13.831 45.569 57.514 79.796 105.608 81.433 30.291 1.031 60.637.546 90.959.539 84.041-.021 168.09.531 252.12-.48 52.664-.634 96.108-36.873 108.212-87.293 11.54-48.074-11.144-97.3-56.832-122.634zm21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65-56.874.781-113.767.23-170.652.23 0 .7-163.028.159-163.728.154-43.861-.332-76.739-19.766-95.175-59.995-18.902-41.245-4.004-90.848 34.186-116.106 9.182-6.073 12.505-11.566 10.096-23.136-5.49-26.361 4.453-47.956 26.42-62.981 22.987-15.723 47.422-16.146 72.034-3.083 10.269 5.45 14.607 11.564 22.198-2.527 14.222-26.399 34.557-46.727 60.671-61.294 97.46-54.366 228.37 7.568 230.24 132.697.122 8.15 2.412 12.428 9.848 15.894 57.56 26.829 74.456 96.122 35.142 144.497zm-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095-16.953-.001-32.058-6.545-44.079-17.705-27.697-25.713-71.141-74.98-95.937-93.387-20.056-14.888-41.99-12.333-60.272 3.782-49.996 44.071 15.859 121.775 67.063 77.188 4.548-3.96 7.84-9.543 12.744-12.844 8.184-5.509 20.766-.884 13.168 10.622-17.358 26.284-49.33 38.197-78.863 29.301-28.897-8.704-48.84-35.968-48.626-70.179 1.225-22.485 12.364-43.06 35.414-55.965 22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506 28.83-49.209-34.592-105.016-78.868-63.46-3.989 3.744-6.917 8.932-11.41 11.72-10.975 6.811-17.333-4.113-12.809-10.353 20.703-28.554 50.464-40.44 83.271-28.214 31.429 11.714 49.108 44.366 42.76 78.186z"], + "sith": [448, 512, [], "f512", "M0 32l69.71 118.75-58.86-11.52 69.84 91.03a146.741 146.741 0 0 0 0 51.45l-69.84 91.03 58.86-11.52L0 480l118.75-69.71-11.52 58.86 91.03-69.84c17.02 3.04 34.47 3.04 51.48 0l91.03 69.84-11.52-58.86L448 480l-69.71-118.78 58.86 11.52-69.84-91.03c3.03-17.01 3.04-34.44 0-51.45l69.84-91.03-58.86 11.52L448 32l-118.75 69.71 11.52-58.9-91.06 69.87c-8.5-1.52-17.1-2.29-25.71-2.29s-17.21.78-25.71 2.29l-91.06-69.87 11.52 58.9L0 32zm224 99.78c31.8 0 63.6 12.12 87.85 36.37 48.5 48.5 48.49 127.21 0 175.7s-127.2 48.46-175.7-.03c-48.5-48.5-48.49-127.21 0-175.7 24.24-24.25 56.05-36.34 87.85-36.34zm0 36.66c-22.42 0-44.83 8.52-61.92 25.61-34.18 34.18-34.19 89.68 0 123.87s89.65 34.18 123.84 0c34.18-34.18 34.19-89.68 0-123.87-17.09-17.09-39.5-25.61-61.92-25.61z"], + "themeisle": [512, 512, [], "f2b2", "M208 88.286c0-10 6.286-21.714 17.715-21.714 11.142 0 17.714 11.714 17.714 21.714 0 10.285-6.572 21.714-17.714 21.714C214.286 110 208 98.571 208 88.286zm304 160c0 36.001-11.429 102.286-36.286 129.714-22.858 24.858-87.428 61.143-120.857 70.572l-1.143.286v32.571c0 16.286-12.572 30.571-29.143 30.571-10 0-19.429-5.714-24.572-14.286-5.427 8.572-14.856 14.286-24.856 14.286-10 0-19.429-5.714-24.858-14.286-5.142 8.572-14.571 14.286-24.57 14.286-10.286 0-19.429-5.714-24.858-14.286-5.143 8.572-14.571 14.286-24.571 14.286-18.857 0-29.429-15.714-29.429-32.857-16.286 12.285-35.715 19.428-56.571 19.428-22 0-43.429-8.285-60.286-22.857 10.285-.286 20.571-2.286 30.285-5.714-20.857-5.714-39.428-18.857-52-36.286 21.37 4.645 46.209 1.673 67.143-11.143-22-22-56.571-58.857-68.572-87.428C1.143 321.714 0 303.714 0 289.429c0-49.714 20.286-160 86.286-160 10.571 0 18.857 4.858 23.143 14.857a158.792 158.792 0 0 1 12-15.428c2-2.572 5.714-5.429 7.143-8.286 7.999-12.571 11.714-21.142 21.714-34C182.571 45.428 232 17.143 285.143 17.143c6 0 12 .285 17.714 1.143C313.714 6.571 328.857 0 344.572 0c14.571 0 29.714 6 40 16.286.857.858 1.428 2.286 1.428 3.428 0 3.714-10.285 13.429-12.857 16.286 4.286 1.429 15.714 6.858 15.714 12 0 2.857-2.857 5.143-4.571 7.143 31.429 27.714 49.429 67.143 56.286 108 4.286-5.143 10.285-8.572 17.143-8.572 10.571 0 20.857 7.144 28.571 14.001C507.143 187.143 512 221.714 512 248.286zM188 89.428c0 18.286 12.571 37.143 32.286 37.143 19.714 0 32.285-18.857 32.285-37.143 0-18-12.571-36.857-32.285-36.857-19.715 0-32.286 18.858-32.286 36.857zM237.714 194c0-19.714 3.714-39.143 8.571-58.286-52.039 79.534-13.531 184.571 68.858 184.571 21.428 0 42.571-7.714 60-20 2-7.429 3.714-14.857 3.714-22.572 0-14.286-6.286-21.428-20.572-21.428-4.571 0-9.143.857-13.429 1.714-63.343 12.668-107.142 3.669-107.142-63.999zm-41.142 254.858c0-11.143-8.858-20.857-20.286-20.857-11.429 0-20 9.715-20 20.857v32.571c0 11.143 8.571 21.142 20 21.142 11.428 0 20.286-9.715 20.286-21.142v-32.571zm49.143 0c0-11.143-8.572-20.857-20-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20-10 20-21.142v-32.571zm49.713 0c0-11.143-8.857-20.857-20.285-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20.285-9.715 20.285-21.142v-32.571zm49.715 0c0-11.143-8.857-20.857-20.286-20.857-11.428 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.858 21.142 20.286 21.142 11.429 0 20.286-10 20.286-21.142v-32.571zM421.714 286c-30.857 59.142-90.285 102.572-158.571 102.572-96.571 0-160.571-84.572-160.571-176.572 0-16.857 2-33.429 6-49.714-20 33.715-29.714 72.572-29.714 111.429 0 60.286 24.857 121.715 71.429 160.857 5.143-9.714 14.857-16.286 26-16.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.571-14.286 24.858-14.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.857-14.286 24.858-14.286 10 0 19.428 5.714 24.857 14.286 5.143-8.571 14.571-14.286 24.572-14.286 10.857 0 20.857 6.572 25.714 16 43.427-36.286 68.569-92 71.426-148.286zm10.572-99.714c0-53.714-34.571-105.714-92.572-105.714-30.285 0-58.571 15.143-78.857 36.857C240.862 183.812 233.41 254 302.286 254c28.805 0 97.357-28.538 84.286 36.857 28.857-26 45.714-65.714 45.714-104.571z"], + "page4": [496, 512, [], "f3d7", "M248 504C111 504 0 393 0 256S111 8 248 8c20.9 0 41.3 2.6 60.7 7.5L42.3 392H248v112zm0-143.6V146.8L98.6 360.4H248zm96 31.6v92.7c45.7-19.2 84.5-51.7 111.4-92.7H344zm57.4-138.2l-21.2 8.4 21.2 8.3v-16.7zm-20.3 54.5c-6.7 0-8 6.3-8 12.9v7.7h16.2v-10c0-5.9-2.3-10.6-8.2-10.6zM496 256c0 37.3-8.2 72.7-23 104.4H344V27.3C433.3 64.8 496 153.1 496 256zM360.4 143.6h68.2V96h-13.9v32.6h-13.9V99h-13.9v29.6h-12.7V96h-13.9v47.6zm68.1 185.3H402v-11c0-15.4-5.6-25.2-20.9-25.2-15.4 0-20.7 10.6-20.7 25.9v25.3h68.2v-15zm0-103l-68.2 29.7V268l68.2 29.5v-16.6l-14.4-5.7v-26.5l14.4-5.9v-16.9zm-4.8-68.5h-35.6V184H402v-12.2h11c8.6 15.8 1.3 35.3-18.6 35.3-22.5 0-28.3-25.3-15.5-37.7l-11.6-10.6c-16.2 17.5-12.2 63.9 27.1 63.9 34 0 44.7-35.9 29.3-65.3z"], + "hashnode": [512, 512, [], "e499", "M35.19 171.1C-11.72 217.1-11.72 294 35.19 340.9L171.1 476.8C217.1 523.7 294 523.7 340.9 476.8L476.8 340.9C523.7 294 523.7 217.1 476.8 171.1L340.9 35.19C294-11.72 217.1-11.72 171.1 35.19L35.19 171.1zM315.5 315.5C282.6 348.3 229.4 348.3 196.6 315.5C163.7 282.6 163.7 229.4 196.6 196.6C229.4 163.7 282.6 163.7 315.5 196.6C348.3 229.4 348.3 282.6 315.5 315.5z"], + "react": [512, 512, [], "f41b", "M418.2 177.2c-5.4-1.8-10.8-3.5-16.2-5.1.9-3.7 1.7-7.4 2.5-11.1 12.3-59.6 4.2-107.5-23.1-123.3-26.3-15.1-69.2.6-112.6 38.4-4.3 3.7-8.5 7.6-12.5 11.5-2.7-2.6-5.5-5.2-8.3-7.7-45.5-40.4-91.1-57.4-118.4-41.5-26.2 15.2-34 60.3-23 116.7 1.1 5.6 2.3 11.1 3.7 16.7-6.4 1.8-12.7 3.8-18.6 5.9C38.3 196.2 0 225.4 0 255.6c0 31.2 40.8 62.5 96.3 81.5 4.5 1.5 9 3 13.6 4.3-1.5 6-2.8 11.9-4 18-10.5 55.5-2.3 99.5 23.9 114.6 27 15.6 72.4-.4 116.6-39.1 3.5-3.1 7-6.3 10.5-9.7 4.4 4.3 9 8.4 13.6 12.4 42.8 36.8 85.1 51.7 111.2 36.6 27-15.6 35.8-62.9 24.4-120.5-.9-4.4-1.9-8.9-3-13.5 3.2-.9 6.3-1.9 9.4-2.9 57.7-19.1 99.5-50 99.5-81.7 0-30.3-39.4-59.7-93.8-78.4zM282.9 92.3c37.2-32.4 71.9-45.1 87.7-36 16.9 9.7 23.4 48.9 12.8 100.4-.7 3.4-1.4 6.7-2.3 10-22.2-5-44.7-8.6-67.3-10.6-13-18.6-27.2-36.4-42.6-53.1 3.9-3.7 7.7-7.2 11.7-10.7zM167.2 307.5c5.1 8.7 10.3 17.4 15.8 25.9-15.6-1.7-31.1-4.2-46.4-7.5 4.4-14.4 9.9-29.3 16.3-44.5 4.6 8.8 9.3 17.5 14.3 26.1zm-30.3-120.3c14.4-3.2 29.7-5.8 45.6-7.8-5.3 8.3-10.5 16.8-15.4 25.4-4.9 8.5-9.7 17.2-14.2 26-6.3-14.9-11.6-29.5-16-43.6zm27.4 68.9c6.6-13.8 13.8-27.3 21.4-40.6s15.8-26.2 24.4-38.9c15-1.1 30.3-1.7 45.9-1.7s31 .6 45.9 1.7c8.5 12.6 16.6 25.5 24.3 38.7s14.9 26.7 21.7 40.4c-6.7 13.8-13.9 27.4-21.6 40.8-7.6 13.3-15.7 26.2-24.2 39-14.9 1.1-30.4 1.6-46.1 1.6s-30.9-.5-45.6-1.4c-8.7-12.7-16.9-25.7-24.6-39s-14.8-26.8-21.5-40.6zm180.6 51.2c5.1-8.8 9.9-17.7 14.6-26.7 6.4 14.5 12 29.2 16.9 44.3-15.5 3.5-31.2 6.2-47 8 5.4-8.4 10.5-17 15.5-25.6zm14.4-76.5c-4.7-8.8-9.5-17.6-14.5-26.2-4.9-8.5-10-16.9-15.3-25.2 16.1 2 31.5 4.7 45.9 8-4.6 14.8-10 29.2-16.1 43.4zM256.2 118.3c10.5 11.4 20.4 23.4 29.6 35.8-19.8-.9-39.7-.9-59.5 0 9.8-12.9 19.9-24.9 29.9-35.8zM140.2 57c16.8-9.8 54.1 4.2 93.4 39 2.5 2.2 5 4.6 7.6 7-15.5 16.7-29.8 34.5-42.9 53.1-22.6 2-45 5.5-67.2 10.4-1.3-5.1-2.4-10.3-3.5-15.5-9.4-48.4-3.2-84.9 12.6-94zm-24.5 263.6c-4.2-1.2-8.3-2.5-12.4-3.9-21.3-6.7-45.5-17.3-63-31.2-10.1-7-16.9-17.8-18.8-29.9 0-18.3 31.6-41.7 77.2-57.6 5.7-2 11.5-3.8 17.3-5.5 6.8 21.7 15 43 24.5 63.6-9.6 20.9-17.9 42.5-24.8 64.5zm116.6 98c-16.5 15.1-35.6 27.1-56.4 35.3-11.1 5.3-23.9 5.8-35.3 1.3-15.9-9.2-22.5-44.5-13.5-92 1.1-5.6 2.3-11.2 3.7-16.7 22.4 4.8 45 8.1 67.9 9.8 13.2 18.7 27.7 36.6 43.2 53.4-3.2 3.1-6.4 6.1-9.6 8.9zm24.5-24.3c-10.2-11-20.4-23.2-30.3-36.3 9.6.4 19.5.6 29.5.6 10.3 0 20.4-.2 30.4-.7-9.2 12.7-19.1 24.8-29.6 36.4zm130.7 30c-.9 12.2-6.9 23.6-16.5 31.3-15.9 9.2-49.8-2.8-86.4-34.2-4.2-3.6-8.4-7.5-12.7-11.5 15.3-16.9 29.4-34.8 42.2-53.6 22.9-1.9 45.7-5.4 68.2-10.5 1 4.1 1.9 8.2 2.7 12.2 4.9 21.6 5.7 44.1 2.5 66.3zm18.2-107.5c-2.8.9-5.6 1.8-8.5 2.6-7-21.8-15.6-43.1-25.5-63.8 9.6-20.4 17.7-41.4 24.5-62.9 5.2 1.5 10.2 3.1 15 4.7 46.6 16 79.3 39.8 79.3 58 0 19.6-34.9 44.9-84.8 61.4zm-149.7-15c25.3 0 45.8-20.5 45.8-45.8s-20.5-45.8-45.8-45.8c-25.3 0-45.8 20.5-45.8 45.8s20.5 45.8 45.8 45.8z"], + "cc-paypal": [576, 512, [], "f1f4", "M186.3 258.2c0 12.2-9.7 21.5-22 21.5-9.2 0-16-5.2-16-15 0-12.2 9.5-22 21.7-22 9.3 0 16.3 5.7 16.3 15.5zM80.5 209.7h-4.7c-1.5 0-3 1-3.2 2.7l-4.3 26.7 8.2-.3c11 0 19.5-1.5 21.5-14.2 2.3-13.4-6.2-14.9-17.5-14.9zm284 0H360c-1.8 0-3 1-3.2 2.7l-4.2 26.7 8-.3c13 0 22-3 22-18-.1-10.6-9.6-11.1-18.1-11.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM128.3 215.4c0-21-16.2-28-34.7-28h-40c-2.5 0-5 2-5.2 4.7L32 294.2c-.3 2 1.2 4 3.2 4h19c2.7 0 5.2-2.9 5.5-5.7l4.5-26.6c1-7.2 13.2-4.7 18-4.7 28.6 0 46.1-17 46.1-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.2 8.2-5.8-8.5-14.2-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9 0 20.2-4.9 26.5-11.9-.5 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H200c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm40.5 97.9l63.7-92.6c.5-.5.5-1 .5-1.7 0-1.7-1.5-3.5-3.2-3.5h-19.2c-1.7 0-3.5 1-4.5 2.5l-26.5 39-11-37.5c-.8-2.2-3-4-5.5-4h-18.7c-1.7 0-3.2 1.8-3.2 3.5 0 1.2 19.5 56.8 21.2 62.1-2.7 3.8-20.5 28.6-20.5 31.6 0 1.8 1.5 3.2 3.2 3.2h19.2c1.8-.1 3.5-1.1 4.5-2.6zm159.3-106.7c0-21-16.2-28-34.7-28h-39.7c-2.7 0-5.2 2-5.5 4.7l-16.2 102c-.2 2 1.3 4 3.2 4h20.5c2 0 3.5-1.5 4-3.2l4.5-29c1-7.2 13.2-4.7 18-4.7 28.4 0 45.9-17 45.9-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.3 8.2-5.5-8.5-14-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9.3 0 20.5-4.9 26.5-11.9-.3 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H484c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm47.5-33.3c0-2-1.5-3.5-3.2-3.5h-18.5c-1.5 0-3 1.2-3.2 2.7l-16.2 104-.3.5c0 1.8 1.5 3.5 3.5 3.5h16.5c2.5 0 5-2.9 5.2-5.7L544 191.2v-.3zm-90 51.8c-12.2 0-21.7 9.7-21.7 22 0 9.7 7 15 16.2 15 12 0 21.7-9.2 21.7-21.5.1-9.8-6.9-15.5-16.2-15.5z"], + "squarespace": [512, 512, [], "f5be", "M186.12 343.34c-9.65 9.65-9.65 25.29 0 34.94 9.65 9.65 25.29 9.65 34.94 0L378.24 221.1c19.29-19.29 50.57-19.29 69.86 0s19.29 50.57 0 69.86L293.95 445.1c19.27 19.29 50.53 19.31 69.82.04l.04-.04 119.25-119.24c38.59-38.59 38.59-101.14 0-139.72-38.59-38.59-101.15-38.59-139.72 0l-157.22 157.2zm244.53-104.8c-9.65-9.65-25.29-9.65-34.93 0l-157.2 157.18c-19.27 19.29-50.53 19.31-69.82.05l-.05-.05c-9.64-9.64-25.27-9.65-34.92-.01l-.01.01c-9.65 9.64-9.66 25.28-.02 34.93l.02.02c38.58 38.57 101.14 38.57 139.72 0l157.2-157.2c9.65-9.65 9.65-25.29.01-34.93zm-261.99 87.33l157.18-157.18c9.64-9.65 9.64-25.29 0-34.94-9.64-9.64-25.27-9.64-34.91 0L133.72 290.93c-19.28 19.29-50.56 19.3-69.85.01l-.01-.01c-19.29-19.28-19.31-50.54-.03-69.84l.03-.03L218.03 66.89c-19.28-19.29-50.55-19.3-69.85-.02l-.02.02L28.93 186.14c-38.58 38.59-38.58 101.14 0 139.72 38.6 38.59 101.13 38.59 139.73.01zm-87.33-52.4c9.64 9.64 25.27 9.64 34.91 0l157.21-157.19c19.28-19.29 50.55-19.3 69.84-.02l.02.02c9.65 9.65 25.29 9.65 34.93 0 9.65-9.65 9.65-25.29 0-34.93-38.59-38.59-101.13-38.59-139.72 0L81.33 238.54c-9.65 9.64-9.65 25.28-.01 34.93h.01z"], + "cc-stripe": [576, 512, [], "f1f5", "M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7zM375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7 13.1 0 21.9-14.3 21.9-33.4 0-18.6-9-33.2-21.9-33.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM122.2 281.1c0 25.6-20.3 40.1-49.9 40.3-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3 7.9 0 13.6-2.1 13.6-8.7 0-17-54-10.6-54-49.9 0-25.2 19.2-40.2 48-40.2 11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1-7.5 0-12.1 2.2-12.1 7.7 0 16 54.3 8.4 54.3 50.7zm68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7-21.1 0-36.9-15.5-36.9-36.5l.2-113.9 34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9l-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1 24.9 0 48.4 22.5 48.4 63.8 0 45.1-23.2 65.5-48.6 65.6zm160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5 14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2-34.6 0-58.8-21.7-58.8-64.5 0-36.2 20.5-64.9 54.3-64.9 33.7 0 51.3 28.7 51.3 65.1 0 3.5-.3 10.9-.4 12.9z"], + "creative-commons-share": [496, 512, [], "f4f2", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm101 132.4c7.8 0 13.7 6.1 13.7 13.7v182.5c0 7.7-6.1 13.7-13.7 13.7H214.3c-7.7 0-13.7-6-13.7-13.7v-54h-54c-7.8 0-13.7-6-13.7-13.7V131.1c0-8.2 6.6-12.7 12.4-13.7h136.4c7.7 0 13.7 6 13.7 13.7v54h54zM159.9 300.3h40.7V198.9c0-7.4 5.8-12.6 12-13.7h55.8v-40.3H159.9v155.4zm176.2-88.1H227.6v155.4h108.5V212.2z"], + "bitcoin": [512, 512, [], "f379", "M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038.209 1038.209 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949zm-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956zm8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035z"], + "keycdn": [512, 512, [], "f3ba", "M63.8 409.3l60.5-59c32.1 42.8 71.1 66 126.6 67.4 30.5.7 60.3-7 86.4-22.4 5.1 5.3 18.5 19.5 20.9 22-32.2 20.7-69.6 31.1-108.1 30.2-43.3-1.1-84.6-16.7-117.7-44.4.3-.6-38.2 37.5-38.6 37.9 9.5 29.8-13.1 62.4-46.3 62.4C20.7 503.3 0 481.7 0 454.9c0-34.3 33.1-56.6 63.8-45.6zm354.9-252.4c19.1 31.3 29.6 67.4 28.7 104-1.1 44.8-19 87.5-48.6 121 .3.3 23.8 25.2 24.1 25.5 9.6-1.3 19.2 2 25.9 9.1 11.3 12 10.9 30.9-1.1 42.4-12 11.3-30.9 10.9-42.4-1.1-6.7-7-9.4-16.8-7.6-26.3-24.9-26.6-44.4-47.2-44.4-47.2 42.7-34.1 63.3-79.6 64.4-124.2.7-28.9-7.2-57.2-21.1-82.2l22.1-21zM104 53.1c6.7 7 9.4 16.8 7.6 26.3l45.9 48.1c-4.7 3.8-13.3 10.4-22.8 21.3-25.4 28.5-39.6 64.8-40.7 102.9-.7 28.9 6.1 57.2 20 82.4l-22 21.5C72.7 324 63.1 287.9 64.2 250.9c1-44.6 18.3-87.6 47.5-121.1l-25.3-26.4c-9.6 1.3-19.2-2-25.9-9.1-11.3-12-10.9-30.9 1.1-42.4C73.5 40.7 92.2 41 104 53.1zM464.9 8c26 0 47.1 22.4 47.1 48.3S490.9 104 464.9 104c-6.3.1-14-1.1-15.9-1.8l-62.9 59.7c-32.7-43.6-76.7-65.9-126.9-67.2-30.5-.7-60.3 6.8-86.2 22.4l-21.1-22C184.1 74.3 221.5 64 260 64.9c43.3 1.1 84.6 16.7 117.7 44.6l41.1-38.6c-1.5-4.7-2.2-9.6-2.2-14.5C416.5 29.7 438.9 8 464.9 8zM256.7 113.4c5.5 0 10.9.4 16.4 1.1 78.1 9.8 133.4 81.1 123.8 159.1-9.8 78.1-81.1 133.4-159.1 123.8-78.1-9.8-133.4-81.1-123.8-159.2 9.3-72.4 70.1-124.6 142.7-124.8zm-59 119.4c.6 22.7 12.2 41.8 32.4 52.2l-11 51.7h73.7l-11-51.7c20.1-10.9 32.1-29 32.4-52.2-.4-32.8-25.8-57.5-58.3-58.3-32.1.8-57.3 24.8-58.2 58.3zM256 160"], + "opera": [496, 512, [], "f26a", "M313.9 32.7c-170.2 0-252.6 223.8-147.5 355.1 36.5 45.4 88.6 75.6 147.5 75.6 36.3 0 70.3-11.1 99.4-30.4-43.8 39.2-101.9 63-165.3 63-3.9 0-8 0-11.9-.3C104.6 489.6 0 381.1 0 248 0 111 111 0 248 0h.8c63.1.3 120.7 24.1 164.4 63.1-29-19.4-63.1-30.4-99.3-30.4zm101.8 397.7c-40.9 24.7-90.7 23.6-132-5.8 56.2-20.5 97.7-91.6 97.7-176.6 0-84.7-41.2-155.8-97.4-176.6 41.8-29.2 91.2-30.3 132.9-5 105.9 98.7 105.5 265.7-1.2 364z"], + "itch-io": [512, 512, [], "f83a", "M71.92 34.77C50.2 47.67 7.4 96.84 7 109.73v21.34c0 27.06 25.29 50.84 48.25 50.84 27.57 0 50.54-22.85 50.54-50 0 27.12 22.18 50 49.76 50s49-22.85 49-50c0 27.12 23.59 50 51.16 50h.5c27.57 0 51.16-22.85 51.16-50 0 27.12 21.47 50 49 50s49.76-22.85 49.76-50c0 27.12 23 50 50.54 50 23 0 48.25-23.78 48.25-50.84v-21.34c-.4-12.9-43.2-62.07-64.92-75C372.56 32.4 325.76 32 256 32S91.14 33.1 71.92 34.77zm132.32 134.39c-22 38.4-77.9 38.71-99.85.25-13.17 23.14-43.17 32.07-56 27.66-3.87 40.15-13.67 237.13 17.73 269.15 80 18.67 302.08 18.12 379.76 0 31.65-32.27 21.32-232 17.75-269.15-12.92 4.44-42.88-4.6-56-27.66-22 38.52-77.85 38.1-99.85-.24-7.1 12.49-23.05 28.94-51.76 28.94a57.54 57.54 0 0 1-51.75-28.94zm-41.58 53.77c16.47 0 31.09 0 49.22 19.78a436.91 436.91 0 0 1 88.18 0C318.22 223 332.85 223 349.31 223c52.33 0 65.22 77.53 83.87 144.45 17.26 62.15-5.52 63.67-33.95 63.73-42.15-1.57-65.49-32.18-65.49-62.79-39.25 6.43-101.93 8.79-155.55 0 0 30.61-23.34 61.22-65.49 62.79-28.42-.06-51.2-1.58-33.94-63.73 18.67-67 31.56-144.45 83.88-144.45zM256 270.79s-44.38 40.77-52.35 55.21l29-1.17v25.32c0 1.55 21.34.16 23.33.16 11.65.54 23.31 1 23.31-.16v-25.28l29 1.17c-8-14.48-52.35-55.24-52.35-55.24z"], + "umbraco": [510, 512, [], "f8e8", "M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27 136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8zm145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a224.81 224.81 0 0 1 0-30.71 418.37 418.37 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32 1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5 5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a380.62 380.62 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.64 242.64 0 0 0 57.27-5.16 43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77 5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45 1.82 9.62 3.52 18.78 5.39 32a415.71 415.71 0 0 1 3.61 43.88 228.06 228.06 0 0 1-.04 30.73z"], + "galactic-senate": [512, 512, [], "f50d", "M249.86 33.48v26.07C236.28 80.17 226 168.14 225.39 274.9c11.74-15.62 19.13-33.33 19.13-48.24v-16.88c-.03-5.32.75-10.53 2.19-15.65.65-2.14 1.39-4.08 2.62-5.82 1.23-1.75 3.43-3.79 6.68-3.79 3.24 0 5.45 2.05 6.68 3.79 1.23 1.75 1.97 3.68 2.62 5.82 1.44 5.12 2.22 10.33 2.19 15.65v16.88c0 14.91 7.39 32.62 19.13 48.24-.63-106.76-10.91-194.73-24.49-215.35V33.48h-12.28zm-26.34 147.77c-9.52 2.15-18.7 5.19-27.46 9.08 8.9 16.12 9.76 32.64 1.71 37.29-8 4.62-21.85-4.23-31.36-19.82-11.58 8.79-21.88 19.32-30.56 31.09 14.73 9.62 22.89 22.92 18.32 30.66-4.54 7.7-20.03 7.14-35.47-.96-5.78 13.25-9.75 27.51-11.65 42.42 9.68.18 18.67 2.38 26.18 6.04 17.78-.3 32.77-1.96 40.49-4.22 5.55-26.35 23.02-48.23 46.32-59.51.73-25.55 1.88-49.67 3.48-72.07zm64.96 0c1.59 22.4 2.75 46.52 3.47 72.07 23.29 11.28 40.77 33.16 46.32 59.51 7.72 2.26 22.71 3.92 40.49 4.22 7.51-3.66 16.5-5.85 26.18-6.04-1.9-14.91-5.86-29.17-11.65-42.42-15.44 8.1-30.93 8.66-35.47.96-4.57-7.74 3.6-21.05 18.32-30.66-8.68-11.77-18.98-22.3-30.56-31.09-9.51 15.59-23.36 24.44-31.36 19.82-8.05-4.65-7.19-21.16 1.71-37.29a147.49 147.49 0 0 0-27.45-9.08zm-32.48 8.6c-3.23 0-5.86 8.81-6.09 19.93h-.05v16.88c0 41.42-49.01 95.04-93.49 95.04-52 0-122.75-1.45-156.37 29.17v2.51c9.42 17.12 20.58 33.17 33.18 47.97C45.7 380.26 84.77 360.4 141.2 360c45.68 1.02 79.03 20.33 90.76 40.87.01.01-.01.04 0 .05 7.67 2.14 15.85 3.23 24.04 3.21 8.19.02 16.37-1.07 24.04-3.21.01-.01-.01-.04 0-.05 11.74-20.54 45.08-39.85 90.76-40.87 56.43.39 95.49 20.26 108.02 41.35 12.6-14.8 23.76-30.86 33.18-47.97v-2.51c-33.61-30.62-104.37-29.17-156.37-29.17-44.48 0-93.49-53.62-93.49-95.04v-16.88h-.05c-.23-11.12-2.86-19.93-6.09-19.93zm0 96.59c22.42 0 40.6 18.18 40.6 40.6s-18.18 40.65-40.6 40.65-40.6-18.23-40.6-40.65c0-22.42 18.18-40.6 40.6-40.6zm0 7.64c-18.19 0-32.96 14.77-32.96 32.96S237.81 360 256 360s32.96-14.77 32.96-32.96-14.77-32.96-32.96-32.96zm0 6.14c14.81 0 26.82 12.01 26.82 26.82s-12.01 26.82-26.82 26.82-26.82-12.01-26.82-26.82 12.01-26.82 26.82-26.82zm-114.8 66.67c-10.19.07-21.6.36-30.5 1.66.43 4.42 1.51 18.63 7.11 29.76 9.11-2.56 18.36-3.9 27.62-3.9 41.28.94 71.48 34.35 78.26 74.47l.11 4.7c10.4 1.91 21.19 2.94 32.21 2.94 11.03 0 21.81-1.02 32.21-2.94l.11-4.7c6.78-40.12 36.98-73.53 78.26-74.47 9.26 0 18.51 1.34 27.62 3.9 5.6-11.13 6.68-25.34 7.11-29.76-8.9-1.3-20.32-1.58-30.5-1.66-18.76.42-35.19 4.17-48.61 9.67-12.54 16.03-29.16 30.03-49.58 33.07-.09.02-.17.04-.27.05-.05.01-.11.04-.16.05-5.24 1.07-10.63 1.6-16.19 1.6-5.55 0-10.95-.53-16.19-1.6-.05-.01-.11-.04-.16-.05-.1-.02-.17-.04-.27-.05-20.42-3.03-37.03-17.04-49.58-33.07-13.42-5.49-29.86-9.25-48.61-9.67z"], + "ubuntu": [576, 512, [], "f7df", "M469.2 75A75.6 75.6 0 1 0 317.9 75a75.6 75.6 0 1 0 151.2 0zM154.2 240.7A75.6 75.6 0 1 0 3 240.7a75.6 75.6 0 1 0 151.2 0zM57 346C75.6 392.9 108 433 150 461.1s91.5 42.6 142 41.7c-14.7-18.6-22.9-41.5-23.2-65.2c-6.8-.9-13.3-2.1-19.5-3.4c-26.8-5.7-51.9-17.3-73.6-34s-39.3-38.1-51.7-62.5c-20.9 9.9-44.5 12.8-67.1 8.2zm395.1 89.8a75.6 75.6 0 1 0 -151.2 0 75.6 75.6 0 1 0 151.2 0zM444 351.6c18.5 14.8 31.6 35.2 37.2 58.2c33.3-41.3 52.6-92.2 54.8-145.2s-12.5-105.4-42.2-149.4c-8.6 21.5-24 39.6-43.8 51.6c15.4 28.6 22.9 60.8 21.9 93.2s-10.7 64-28 91.6zM101.1 135.4c12.4 2.7 24.3 7.5 35.1 14.3c16.6-24.2 38.9-44.1 64.8-58S255.8 70.4 285.2 70c.2-5.9 .9-11.9 2-17.7c3.6-16.7 11.1-32.3 21.8-45.5c-47.7-3.8-95.4 6-137.6 28.5S94.3 91.7 70.8 133.4c2.7-.2 5.3-.3 8-.3c7.5 0 15 .8 22.4 2.3z"], + "draft2digital": [480, 512, [], "f396", "M480 398.1l-144-82.2v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3 35.2-62.6 16.1-123.4-12.8-153.3-4.4-4.6-62.2-62.9-166-41.2-59.1 12.4-89.4 43.4-104.3 67.3-13.1 20.9-17 39.8-18.2 47.7-5.5 33 19.4 67.1 56.7 67.1 31.7 0 57.3-25.7 57.3-57.4 0-27.1-19.7-52.1-48-56.8 1.8-7.3 17.7-21.1 26.3-24.7 41.1-17.3 78 5.2 83.3 33.5 8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480zM369.9 371l47.1 27.2-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4 10-22.4 22.4-22.4 22.4 10.1 22.4 22.4zM82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9 35.1-43.1 40.3-82.4 28.4-112.7-7.4-18.8-17.5-30.2-24.3-35.7 45.3 2.1 68 23.4 82.2 38.3 0 0 42.4 48.2 5.8 113.3-37 65.9-110.9 147.5-128.5 166.7z"], + "stripe": [640, 512, [], "f429", "M165 144.7l-43.3 9.2-.2 142.4c0 26.3 19.8 43.3 46.1 43.3 14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V221h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V233.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1zm92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 228.3c0-6.9 5.8-9.6 15.1-9.7 13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1-36 0-60 18.8-60 50.2 0 49.2 67.5 41.2 67.5 62.4 0 8.2-7.1 10.9-17 10.9-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1 36.9 0 62.3-15.8 62.3-47.8 0-52.9-67.9-43.4-67.9-63.4zM640 261.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2 21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9zm-87.9-16.8c0-20 12.3-28.4 23.4-28.4 10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2 31.8 0 60.8-23.2 60.8-79.6.1-51.6-29.3-79.7-60.5-79.7zm-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8 16.2 0 27.4 18.2 27.4 41.4.1 23.9-10.9 41.8-27.4 41.8zm-126.7 33.7h44.6V183.2h-44.6z"], + "houzz": [448, 512, [], "f27c", "M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z"], + "gg": [512, 512, [], "f260", "M179.2 230.4l102.4 102.4-102.4 102.4L0 256 179.2 76.8l44.8 44.8-25.6 25.6-19.2-19.2-128 128 128 128 51.5-51.5-77.1-76.5 25.6-25.6zM332.8 76.8L230.4 179.2l102.4 102.4 25.6-25.6-77.1-76.5 51.5-51.5 128 128-128 128-19.2-19.2-25.6 25.6 44.8 44.8L512 256 332.8 76.8z"], + "dhl": [640, 512, [], "f790", "M238 301.2h58.7L319 271h-58.7L238 301.2zM0 282.9v6.4h81.8l4.7-6.4H0zM172.9 271c-8.7 0-6-3.6-4.6-5.5 2.8-3.8 7.6-10.4 10.4-14.1 2.8-3.7 2.8-5.9-2.8-5.9h-51l-41.1 55.8h100.1c33.1 0 51.5-22.5 57.2-30.3h-68.2zm317.5-6.9l39.3-53.4h-62.2l-39.3 53.4h62.2zM95.3 271H0v6.4h90.6l4.7-6.4zm111-26.6c-2.8 3.8-7.5 10.4-10.3 14.2-1.4 2-4.1 5.5 4.6 5.5h45.6s7.3-10 13.5-18.4c8.4-11.4.7-35-29.2-35H112.6l-20.4 27.8h111.4c5.6 0 5.5 2.2 2.7 5.9zM0 301.2h73.1l4.7-6.4H0v6.4zm323 0h58.7L404 271h-58.7c-.1 0-22.3 30.2-22.3 30.2zm222 .1h95v-6.4h-90.3l-4.7 6.4zm22.3-30.3l-4.7 6.4H640V271h-72.7zm-13.5 18.3H640v-6.4h-81.5l-4.7 6.4zm-164.2-78.6l-22.5 30.6h-26.2l22.5-30.6h-58.7l-39.3 53.4H409l39.3-53.4h-58.7zm33.5 60.3s-4.3 5.9-6.4 8.7c-7.4 10-.9 21.6 23.2 21.6h94.3l22.3-30.3H423.1z"], + "square-pinterest": [448, 512, ["pinterest-square"], "f0d3", "M384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h72.6l-2.2-.8c-5.4-48.1-3.1-57.5 15.7-134.7c3.9-16 8.5-35 13.9-57.9c0 0-7.3-14.8-7.3-36.5c0-70.7 75.5-78 75.5-25c0 13.5-5.4 31.1-11.2 49.8c-3.3 10.6-6.6 21.5-9.1 32c-5.7 24.5 12.3 44.4 36.4 44.4c43.7 0 77.2-46 77.2-112.4c0-58.8-42.3-99.9-102.6-99.9C153 139 112 191.4 112 245.6c0 21.1 8.2 43.7 18.3 56c2 2.4 2.3 4.5 1.7 7c-1.1 4.7-3.1 12.9-4.7 19.2c-1 4-1.8 7.3-2.1 8.6c-1.1 4.5-3.5 5.5-8.2 3.3c-30.6-14.3-49.8-59.1-49.8-95.1C67.2 167.1 123.4 96 229.4 96c85.2 0 151.4 60.7 151.4 141.8c0 84.6-53.3 152.7-127.4 152.7c-24.9 0-48.3-12.9-56.3-28.2c0 0-12.3 46.9-15.3 58.4c-5 19.3-17.6 42.9-27.4 59.3H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z"], + "xing": [384, 512, [], "f168", "M162.7 210c-1.8 3.3-25.2 44.4-70.1 123.5-4.9 8.3-10.8 12.5-17.7 12.5H9.8c-7.7 0-12.1-7.5-8.5-14.4l69-121.3c.2 0 .2-.1 0-.3l-43.9-75.6c-4.3-7.8.3-14.1 8.5-14.1H100c7.3 0 13.3 4.1 18 12.2l44.7 77.5zM382.6 46.1l-144 253v.3L330.2 466c3.9 7.1.2 14.1-8.5 14.1h-65.2c-7.6 0-13.6-4-18-12.2l-92.4-168.5c3.3-5.8 51.5-90.8 144.8-255.2 4.6-8.1 10.4-12.2 17.5-12.2h65.7c8 0 12.3 6.7 8.5 14.1z"], + "blackberry": [512, 512, [], "f37b", "M166 116.9c0 23.4-16.4 49.1-72.5 49.1H23.4l21-88.8h67.8c42.1 0 53.8 23.3 53.8 39.7zm126.2-39.7h-67.8L205.7 166h70.1c53.8 0 70.1-25.7 70.1-49.1.1-16.4-11.6-39.7-53.7-39.7zM88.8 208.1H21L0 296.9h70.1c56.1 0 72.5-23.4 72.5-49.1 0-16.3-11.7-39.7-53.8-39.7zm180.1 0h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1 0-16.3-11.7-39.7-53.7-39.7zm189.3-53.8h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7zm-28 137.9h-67.8L343.7 381h70.1c56.1 0 70.1-23.4 70.1-49.1 0-16.3-11.6-39.7-53.7-39.7zM240.8 346H173l-18.7 88.8h70.1c56.1 0 70.1-25.7 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7z"], + "creative-commons-pd": [496, 512, [], "f4ec", "M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm0 449.5c-139.2 0-235.8-138-190.2-267.9l78.8 35.1c-2.1 10.5-3.3 21.5-3.3 32.9 0 99 73.9 126.9 120.4 126.9 22.9 0 53.5-6.7 79.4-29.5L297 311.1c-5.5 6.3-17.6 16.7-36.3 16.7-37.8 0-53.7-39.9-53.9-71.9 230.4 102.6 216.5 96.5 217.9 96.8-34.3 62.4-100.6 104.8-176.7 104.8zm194.2-150l-224-100c18.8-34 54.9-30.7 74.7-11l40.4-41.6c-27.1-23.3-58-27.5-78.1-27.5-47.4 0-80.9 20.5-100.7 51.6l-74.9-33.4c36.1-54.9 98.1-91.2 168.5-91.2 111.1 0 201.5 90.4 201.5 201.5 0 18-2.4 35.4-6.8 52-.3-.1-.4-.2-.6-.4z"], + "playstation": [576, 512, [], "f3df", "M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8 40.9-4.5 90.9.6 130.2 15.5 44.2 14 49.2 34.7 38 48.9zm-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6zM43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8 19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4 13.9 4.6 39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10z"], + "quinscape": [512, 512, [], "f459", "M313.6 474.6h-1a158.1 158.1 0 0 1 0-316.2c94.9 0 168.2 83.1 157 176.6 4 5.1 8.2 9.6 11.2 15.3 13.4-30.3 20.3-62.4 20.3-97.7C501.1 117.5 391.6 8 256.5 8S12 117.5 12 252.6s109.5 244.6 244.5 244.6a237.36 237.36 0 0 0 70.4-10.1c-5.2-3.5-8.9-8.1-13.3-12.5zm-.1-.1l.4.1zm78.4-168.9a99.2 99.2 0 1 0 99.2 99.2 99.18 99.18 0 0 0-99.2-99.2z"], + "less": [640, 512, [], "f41d", "M612.7 219c0-20.5 3.2-32.6 3.2-54.6 0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1 0 16.3-1.6 32.6-1.6 51.5 0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3 0 18.9 1.6 34.2 1.6 51.5 0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V393h20.5c27.8 0 40.5-11 40.5-45.2 0-22.6-3.2-34.2-3.2-54.6 0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3zm-105.6 32c-15.8-6.3-30.5-10-30.5-20.5 0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8zm-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V119.1H65.2c-28.4 0-41 11-41 45.2 0 22.6 3.2 35.2 3.2 54.6 0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1 0 19.4-3.2 31-3.2 53.6 0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3 0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1H93v150.8c0 32.1 11 53.1 43.1 53.1 10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8zM379.9 251c-16.3-6.3-31-10-31-20.5 0-7.9 6.3-12.6 17.9-12.6 11.6 0 22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51 .1-28.9-22.5-41-43-47.8zm-155-68.8c-38.4 0-75.1 32.1-74.1 82.5 0 52 34.2 82.5 79.3 82.5 18.9 0 39.9-6.8 56.2-17.9l-15.8-27.8c-11.6 6.8-22.6 10-34.2 10-21 0-37.3-10-41.5-34.2H290c.5-3.7 1.6-11 1.6-19.4.6-42.6-22.6-75.7-66.7-75.7zm-30 66.2c3.2-21 15.8-31 30.5-31 18.9 0 26.3 13.1 26.3 31h-56.8z"], + "blogger-b": [448, 512, [], "f37d", "M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z"], + "opencart": [640, 512, [], "f23d", "M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6 20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8zm-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6 45.8-20.3 45.8-45.6-20.5-45.8-45.8-45.8zm291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2 333.3-5 130 86.1 70.8 188.9 186.7-166.7 319.4-233.9 17.2-233.9z"], + "vine": [384, 512, [], "f1ca", "M384 254.7v52.1c-18.4 4.2-36.9 6.1-52.1 6.1-36.9 77.4-103 143.8-125.1 156.2-14 7.9-27.1 8.4-42.7-.8C137 452 34.2 367.7 0 102.7h74.5C93.2 261.8 139 343.4 189.3 404.5c27.9-27.9 54.8-65.1 75.6-106.9-49.8-25.3-80.1-80.9-80.1-145.6 0-65.6 37.7-115.1 102.2-115.1 114.9 0 106.2 127.9 81.6 181.5 0 0-46.4 9.2-63.5-20.5 3.4-11.3 8.2-30.8 8.2-48.5 0-31.3-11.3-46.6-28.4-46.6-18.2 0-30.8 17.1-30.8 50 .1 79.2 59.4 118.7 129.9 101.9z"], + "signal-messenger": [512, 512, [], "e663", "M194.6 7.5l5.8 23.3C177.7 36.3 156 45.3 136 57.4L123.7 36.8c22-13.3 45.9-23.2 70.9-29.3zm122.9 0l-5.8 23.3C334.3 36.3 356 45.3 376 57.4l12.4-20.6c-22-13.3-46-23.2-71-29.3zM36.8 123.7c-13.3 22-23.2 45.9-29.3 70.9l23.3 5.8C36.3 177.7 45.3 156 57.4 136L36.8 123.7zM24 256c0-11.6 .9-23.3 2.6-34.8L2.9 217.6c-3.8 25.4-3.8 51.3 0 76.7l23.7-3.6C24.9 279.3 24 267.6 24 256zM388.3 475.2L376 454.6c-20 12.1-41.6 21-64.2 26.6l5.8 23.3c24.9-6.2 48.8-16 70.8-29.3zM488 256c0 11.6-.9 23.3-2.6 34.8l23.7 3.6c3.8-25.4 3.8-51.3 0-76.7l-23.7 3.6c1.7 11.5 2.6 23.1 2.6 34.8zm16.5 61.4l-23.3-5.8c-5.6 22.7-14.5 44.3-26.6 64.3l20.6 12.4c13.3-22 23.2-46 29.3-71zm-213.8 168c-23 3.5-46.5 3.5-69.5 0l-3.6 23.7c25.4 3.8 51.3 3.8 76.7 0l-3.6-23.7zm152-91.8c-13.8 18.7-30.4 35.3-49.2 49.1l14.2 19.3c20.7-15.2 39-33.4 54.2-54.1l-19.3-14.4zM393.6 69.2c18.8 13.8 35.3 30.4 49.2 49.2L462.1 104C446.9 83.4 428.6 65.1 408 49.9L393.6 69.2zM69.2 118.4c13.8-18.8 30.4-35.3 49.2-49.2L104 49.9C83.4 65.1 65.1 83.4 49.9 104l19.3 14.4zm406 5.3L454.6 136c12.1 20 21 41.6 26.6 64.2l23.3-5.8c-6.2-24.9-16-48.8-29.3-70.8zm-254-97.1c23-3.5 46.5-3.5 69.5 0l3.6-23.7C268.9-1 243.1-1 217.6 2.9l3.6 23.7zM81.6 468.4L32 480l11.6-49.6L20.2 425 8.6 474.5c-.9 4-.8 8.1 .3 12.1s3.2 7.5 6.1 10.4s6.5 5 10.4 6.1s8.1 1.2 12.1 .3L87 492l-5.4-23.6zM25.2 403.6L48.6 409l8-34.4c-11.7-19.6-20.4-40.8-25.8-63L7.5 317.4c5.2 21.2 13.2 41.7 23.6 60.8l-5.9 25.3zm112 52l-34.4 8 5.4 23.4 25.3-5.9c19.2 10.4 39.6 18.4 60.8 23.6l5.8-23.3c-22.1-5.5-43.3-14.3-62.8-26l-.2 .2zM256 48c-37.2 0-73.6 10-105.6 28.9s-58.4 46-76.3 78.6s-26.9 69.3-25.8 106.4s12 73.3 31.8 104.8L60 452l85.3-20c27.3 17.2 58.2 27.8 90.3 31s64.5-1.1 94.6-12.6s57.2-29.8 79-53.6s37.8-52.2 46.8-83.2s10.5-63.6 4.7-95.3s-19-61.6-38.4-87.4s-44.5-46.7-73.4-61S288.3 48 256 48z"], + "paypal": [384, 512, [], "f1ed", "M111.4 295.9c-3.5 19.2-17.4 108.7-21.5 134-.3 1.8-1 2.5-3 2.5H12.3c-7.6 0-13.1-6.6-12.1-13.9L58.8 46.6c1.5-9.6 10.1-16.9 20-16.9 152.3 0 165.1-3.7 204 11.4 60.1 23.3 65.6 79.5 44 140.3-21.5 62.6-72.5 89.5-140.1 90.3-43.4.7-69.5-7-75.3 24.2zM357.1 152c-1.8-1.3-2.5-1.8-3 1.3-2 11.4-5.1 22.5-8.8 33.6-39.9 113.8-150.5 103.9-204.5 103.9-6.1 0-10.1 3.3-10.9 9.4-22.6 140.4-27.1 169.7-27.1 169.7-1 7.1 3.5 12.9 10.6 12.9h63.5c8.6 0 15.7-6.3 17.4-14.9.7-5.4-1.1 6.1 14.4-91.3 4.6-22 14.3-19.7 29.3-19.7 71 0 126.4-28.8 142.9-112.3 6.5-34.8 4.6-71.4-23.8-92.6z"], + "gitlab": [512, 512, [], "f296", "M503.5 204.6L502.8 202.8L433.1 21.02C431.7 17.45 429.2 14.43 425.9 12.38C423.5 10.83 420.8 9.865 417.9 9.57C415 9.275 412.2 9.653 409.5 10.68C406.8 11.7 404.4 13.34 402.4 15.46C400.5 17.58 399.1 20.13 398.3 22.9L351.3 166.9H160.8L113.7 22.9C112.9 20.13 111.5 17.59 109.6 15.47C107.6 13.35 105.2 11.72 102.5 10.7C99.86 9.675 96.98 9.295 94.12 9.587C91.26 9.878 88.51 10.83 86.08 12.38C82.84 14.43 80.33 17.45 78.92 21.02L9.267 202.8L8.543 204.6C-1.484 230.8-2.72 259.6 5.023 286.6C12.77 313.5 29.07 337.3 51.47 354.2L51.74 354.4L52.33 354.8L158.3 434.3L210.9 474L242.9 498.2C246.6 500.1 251.2 502.5 255.9 502.5C260.6 502.5 265.2 500.1 268.9 498.2L300.9 474L353.5 434.3L460.2 354.4L460.5 354.1C482.9 337.2 499.2 313.5 506.1 286.6C514.7 259.6 513.5 230.8 503.5 204.6z"], + "typo3": [448, 512, [], "f42b", "M178.7 78.4c0-24.7 5.4-32.4 13.9-39.4-69.5 8.5-149.3 34-176.3 66.4-5.4 7.7-9.3 20.8-9.3 37.1C7 246 113.8 480 191.1 480c36.3 0 97.3-59.5 146.7-139-7 2.3-11.6 2.3-18.5 2.3-57.2 0-140.6-198.5-140.6-264.9zM301.5 32c-30.1 0-41.7 5.4-41.7 36.3 0 66.4 53.8 198.5 101.7 198.5 26.3 0 78.8-99.7 78.8-182.3 0-40.9-67-52.5-138.8-52.5z"], + "reddit-alien": [512, 512, [], "f281", "M373 138.6c-25.2 0-46.3-17.5-51.9-41l0 0c-30.6 4.3-54.2 30.7-54.2 62.4l0 .2c47.4 1.8 90.6 15.1 124.9 36.3c12.6-9.7 28.4-15.5 45.5-15.5c41.3 0 74.7 33.4 74.7 74.7c0 29.8-17.4 55.5-42.7 67.5c-2.4 86.8-97 156.6-213.2 156.6S45.5 410.1 43 323.4C17.6 311.5 0 285.7 0 255.7c0-41.3 33.4-74.7 74.7-74.7c17.2 0 33 5.8 45.7 15.6c34-21.1 76.8-34.4 123.7-36.4l0-.3c0-44.3 33.7-80.9 76.8-85.5C325.8 50.2 347.2 32 373 32c29.4 0 53.3 23.9 53.3 53.3s-23.9 53.3-53.3 53.3zM157.5 255.3c-20.9 0-38.9 20.8-40.2 47.9s17.1 38.1 38 38.1s36.6-9.8 37.8-36.9s-14.7-49.1-35.7-49.1zM395 303.1c-1.2-27.1-19.2-47.9-40.2-47.9s-36.9 22-35.7 49.1c1.2 27.1 16.9 36.9 37.8 36.9s39.3-11 38-38.1zm-60.1 70.8c1.5-3.6-1-7.7-4.9-8.1c-23-2.3-47.9-3.6-73.8-3.6s-50.8 1.3-73.8 3.6c-3.9 .4-6.4 4.5-4.9 8.1c12.9 30.8 43.3 52.4 78.7 52.4s65.8-21.6 78.7-52.4z"], + "yahoo": [512, 512, [], "f19e", "M223.69,141.06,167,284.23,111,141.06H14.93L120.76,390.19,82.19,480h94.17L317.27,141.06Zm105.4,135.79a58.22,58.22,0,1,0,58.22,58.22A58.22,58.22,0,0,0,329.09,276.85ZM394.65,32l-93,223.47H406.44L499.07,32Z"], + "dailymotion": [448, 512, [], "e052", "M298.93,267a48.4,48.4,0,0,0-24.36-6.21q-19.83,0-33.44,13.27t-13.61,33.42q0,21.16,13.28,34.6t33.43,13.44q20.5,0,34.11-13.78T322,307.47A47.13,47.13,0,0,0,315.9,284,44.13,44.13,0,0,0,298.93,267ZM0,32V480H448V32ZM374.71,405.26h-53.1V381.37h-.67q-15.79,26.2-55.78,26.2-27.56,0-48.89-13.1a88.29,88.29,0,0,1-32.94-35.77q-11.6-22.68-11.59-50.89,0-27.56,11.76-50.22a89.9,89.9,0,0,1,32.93-35.78q21.18-13.09,47.72-13.1a80.87,80.87,0,0,1,29.74,5.21q13.28,5.21,25,17V153l55.79-12.09Z"], + "affiliatetheme": [512, 512, [], "f36b", "M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z"], + "pied-piper-pp": [448, 512, [], "f1a7", "M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2 17.5 0 31.7 16.9 31.7 37.8zm52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7 17.4 0 31.7-16.9 31.7-37.8 0-21.1-14.3-38.1-31.7-38.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM185 255.1c41 0 74.2-35.6 74.2-79.6 0-44-33.2-79.6-74.2-79.6-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8zm158.4 25.3c0-44-33.2-79.6-73.9-79.6-3.2 0-6.4.2-9.6.7-3.7 12.5-10.1 23.8-19.2 33.4-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7 40.8 0 74-35.6 74-79.6z"], + "bootstrap": [576, 512, [], "f836", "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z"], + "odnoklassniki": [320, 512, [], "f263", "M275.1 334c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6L84 503.4c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9s94.9-28.9 94.9-28.9c26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1zM30.3 129.7C30.3 58 88.6 0 160 0s129.7 58 129.7 129.7c0 71.4-58.3 129.4-129.7 129.4s-129.7-58-129.7-129.4zm66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64z"], + "nfc-symbol": [576, 512, [], "e531", "M392.9 32.43C400.6 31.1 408.6 32.89 414.1 37.41C498.2 96.14 544 173.7 544 255.1C544 338.2 498.2 415.9 414.1 474.6C409.3 478.6 402.4 480.5 395.5 479.9C388.5 479.3 382 476.3 377.1 471.4L193.7 288.7C188.1 283.2 185 275.7 184.1 267.8C184.1 260 188.1 252.5 193.6 246.9C199.2 241.4 206.7 238.2 214.5 238.2C222.4 238.2 229.9 241.3 235.4 246.8L400.5 411.2C455.1 366.5 484.8 312 484.8 255.1C484.8 193.5 447.9 132.9 380.9 85.76C374.5 81.24 370.1 74.35 368.8 66.62C367.4 58.89 369.2 50.94 373.8 44.53C378.3 38.12 385.2 33.77 392.9 32.43V32.43zM186.9 479.6C179.2 480.9 171.3 479.1 164.8 474.6C81.67 415.9 35.84 338.2 35.84 255.1C35.84 173.7 81.67 96.14 164.8 37.41C170.5 33.4 177.4 31.53 184.4 32.12C191.3 32.71 197.8 35.72 202.7 40.63L386.1 223.3C391.7 228.8 394.8 236.3 394.8 244.2C394.9 251.1 391.8 259.5 386.2 265.1C380.7 270.6 373.2 273.8 365.3 273.8C357.5 273.8 349.1 270.7 344.4 265.2L179.3 100.7C124.7 145.9 95.03 199.9 95.03 255.1C95.03 318.5 131.9 379.1 198.1 426.2C205.4 430.8 209.7 437.6 211.1 445.4C212.4 453.1 210.6 461.1 206.1 467.5C201.6 473.9 194.7 478.2 186.9 479.6V479.6z"], + "mintbit": [512, 512, [], "e62f", "M73.2 512V438.9H365.7V365.7h73.2V219.4H512V0H292.6V73.1H146.3v73.2H73.2V438.9H0V512H73.2zm73.1-219.4h73.2v73.1H146.3V292.6zm73.2-73.1h73.1v73.1H219.4V219.4zm73.1 0V146.3h73.2v73.1H292.6zM365.7 73.1h73.2v73.2H365.7V73.1z"], + "ethereum": [320, 512, [], "f42e", "M311.9 260.8L160 353.6 8 260.8 160 0l151.9 260.8zM160 383.4L8 290.6 160 512l152-221.4-152 92.8z"], + "speaker-deck": [512, 512, [], "f83c", "M213.86 296H100a100 100 0 0 1 0-200h132.84a40 40 0 0 1 0 80H98c-26.47 0-26.45 40 0 40h113.82a100 100 0 0 1 0 200H40a40 40 0 0 1 0-80h173.86c26.48 0 26.46-40 0-40zM298 416a120.21 120.21 0 0 0 51.11-80h64.55a19.83 19.83 0 0 0 19.66-20V196a19.83 19.83 0 0 0-19.66-20H296.42a60.77 60.77 0 0 0 0-80h136.93c43.44 0 78.65 35.82 78.65 80v160c0 44.18-35.21 80-78.65 80z"], + "creative-commons-nc-eu": [496, 512, [], "f4e9", "M247.7 8C103.6 8 0 124.8 0 256c0 136.3 111.7 248 247.7 248C377.9 504 496 403.1 496 256 496 117 388.4 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-23.2 3.7-45.2 10.9-66l65.7 29.1h-4.7v29.5h23.3c0 6.2-.4 3.2-.4 19.5h-22.8v29.5h27c11.4 67 67.2 101.3 124.6 101.3 26.6 0 50.6-7.9 64.8-15.8l-10-46.1c-8.7 4.6-28.2 10.8-47.3 10.8-28.2 0-58.1-10.9-67.3-50.2h90.3l128.3 56.8c-1.5 2.1-56.2 104.3-178.8 104.3zm-16.7-190.6l-.5-.4.9.4h-.4zm77.2-19.5h3.7v-29.5h-70.3l-28.6-12.6c2.5-5.5 5.4-10.5 8.8-14.3 12.9-15.8 31.1-22.4 51.1-22.4 18.3 0 35.3 5.4 46.1 10l11.6-47.3c-15-6.6-37-12.4-62.3-12.4-39 0-72.2 15.8-95.9 42.3-5.3 6.1-9.8 12.9-13.9 20.1l-81.6-36.1c64.6-96.8 157.7-93.6 170.7-93.6 113 0 203 90.2 203 203.4 0 18.7-2.1 36.3-6.3 52.9l-136.1-60.5z"], + "patreon": [512, 512, [], "f3d9", "M489.7 153.8c-.1-65.4-51-119-110.7-138.3C304.8-8.5 207-5 136.1 28.4C50.3 68.9 23.3 157.7 22.3 246.2C21.5 319 28.7 510.6 136.9 512c80.3 1 92.3-102.5 129.5-152.3c26.4-35.5 60.5-45.5 102.4-55.9c72-17.8 121.1-74.7 121-150z"], + "avianex": [512, 512, [], "f374", "M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8zm-58.2 347.3l-32 13.5-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2-17.9 12.7-40.6-61-52.4-48.1 15.7-15.4 58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8 18.8-28.9 8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4 7.7-6.5 21.5-2.9 30.7 7.9 9 10.5 10.6 24.7 2.7 31.3-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3 94.9 119.4-6.3 7.9z"], + "ello": [496, 512, [], "f5f1", "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm143.84 285.2C375.31 358.51 315.79 404.8 248 404.8s-127.31-46.29-143.84-111.6c-1.65-7.44 2.48-15.71 9.92-17.36 7.44-1.65 15.71 2.48 17.36 9.92 14.05 52.91 62 90.11 116.56 90.11s102.51-37.2 116.56-90.11c1.65-7.44 9.92-12.4 17.36-9.92 7.44 1.65 12.4 9.92 9.92 17.36z"], + "gofore": [400, 512, [], "f3a7", "M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8-73.2 0-132.4-60.2-132.4-134.4 0-74.1 59.2-134.4 132.4-134.4 35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32 98 32 0 132.6 0 256c0 122.5 97 224 220.7 224 63.2 0 124.5-26.2 171-82.5-2-27.6-13.4-77.7-67.7-77.7zm-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2z"], + "bimobject": [448, 512, [], "f378", "M416 32H32C14.4 32 0 46.4 0 64v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-64 257.4c0 49.4-11.4 82.6-103.8 82.6h-16.9c-44.1 0-62.4-14.9-70.4-38.8h-.9V368H96V136h64v74.7h1.1c4.6-30.5 39.7-38.8 69.7-38.8h17.3c92.4 0 103.8 33.1 103.8 82.5v35zm-64-28.9v22.9c0 21.7-3.4 33.8-38.4 33.8h-45.3c-28.9 0-44.1-6.5-44.1-35.7v-19c0-29.3 15.2-35.7 44.1-35.7h45.3c35-.2 38.4 12 38.4 33.7z"], + "brave-reverse": [448, 512, [], "e63d", "M298 0c3 0 5.8 1.3 7.8 3.6l38.1 44c.5-.1 1-.2 1.5-.3c9.2-1.6 18.6-2.2 27.7-1.2c11.6 1.4 21.5 5.4 28.9 12.9c7.7 7.8 15.4 15.8 22.6 23.6c2.5 2.7 4.9 5.2 6.9 7.4c.7 .8 1.4 1.5 1.9 2c3.4 3.7 4.2 8.1 2.7 11.9l-9.8 24.6 13.1 38.1c.7 2 .8 4.1 .2 6.2c-.1 .4-.1 .4-.5 2.1c-.6 2.3-.6 2.3-1.5 5.8c-1.6 6.3-3.5 13.3-5.4 20.9c-5.6 21.6-11.2 43.2-16.4 63.4c-12.9 49.9-21.4 82.7-23.4 90.9c-11.1 44.5-19.9 60-48.3 80.3c-24.9 17.8-76.8 53.6-86.8 60c-1 .6-2 1.3-3.4 2.3c-.5 .4-3.2 2.2-3.9 2.7c-4.9 3.3-8.3 5.5-12.1 7.3c-4.7 2.2-9.3 3.5-13.9 3.5s-9.1-1.2-13.9-3.5c-3.7-1.8-7.2-3.9-12.1-7.3c-.8-.5-3.4-2.4-3.9-2.7c-1.4-1-2.5-1.7-3.4-2.3c-10-6.4-61.9-42.1-86.8-60c-28.4-20.4-37.2-35.8-48.3-80.3c-2-8.2-10.5-41-23.3-90.5c-5.3-20.6-10.9-42.2-16.5-63.8c-2-7.6-3.8-14.6-5.4-20.9c-.9-3.5-.9-3.5-1.5-5.8c-.4-1.7-.4-1.7-.5-2.1c-.5-2-.4-4.2 .2-6.2l13.1-38.1L11.8 104c-1.5-3.8-.7-8.2 2-11.2c1.2-1.3 1.8-2 2.6-2.8c2-2.2 4.4-4.7 6.9-7.4C30.6 74.9 38.3 66.9 46 59.1c7.4-7.5 17.3-11.6 28.9-12.9c9.1-1.1 18.5-.5 27.7 1.2c.5 .1 1 .2 1.5 .3l38.1-44C144.2 1.3 147 0 150 0H298zm-4.7 21.1H154.7L115.6 66.2c-2.6 3-6.7 4.3-10.6 3.2c-.2-.1-.7-.2-1.5-.4c-1.3-.3-2.9-.6-4.5-.9c-7.4-1.3-14.9-1.8-21.7-1C70 68 64.3 70.3 60.7 74c-7.6 7.7-15.2 15.6-22.3 23.3c-1.7 1.8-3.3 3.5-4.8 5.1l8.8 22c1 2.4 1 5 .2 7.5L29.2 170.6c.4 1.4 .5 1.9 1.2 4.8c1.6 6.3 3.5 13.3 5.4 20.9c5.6 21.6 11.2 43.2 16.4 63.4c12.9 50 21.4 82.8 23.4 91C85.7 390.8 92 402 115.8 419c24.6 17.6 76.3 53.2 85.9 59.3c1.2 .8 2.5 1.6 4 2.7c.6 .4 3.2 2.2 3.9 2.7c4 2.8 6.7 4.4 9.2 5.6c2.2 1 3.9 1.5 5.1 1.5s2.9-.5 5.1-1.5c2.5-1.2 5.2-2.8 9.2-5.6c.7-.5 3.3-2.3 3.9-2.7c1.6-1.1 2.8-1.9 4-2.7c9.6-6.1 61.3-41.7 85.9-59.3c23.8-17.1 30.2-28.2 40.1-68.3c2.1-8.3 10.5-41.1 23.3-90.7c5.3-20.6 10.9-42.2 16.5-63.8c2-7.6 3.8-14.6 5.4-20.9c.7-2.9 .9-3.4 1.2-4.8l-13.3-38.8c-.8-2.4-.8-5.1 .2-7.5l8.8-22c-1.5-1.6-3.1-3.3-4.8-5.1c-7.2-7.6-14.7-15.5-22.3-23.3c-3.7-3.7-9.3-6-16.6-6.9c-6.8-.8-14.4-.3-21.7 1c-1.7 .3-3.2 .6-4.5 .9c-.8 .2-1.3 .3-1.5 .4c-3.8 1.1-7.9-.2-10.6-3.2L293.3 21.1zM224 316c2.8 0 20.9 6.5 35.4 14.1s25 13 28.3 15.2s1.3 6.2-1.7 8.4s-44.1 34.6-48.1 38.2s-9.8 9.5-13.8 9.5s-9.8-5.9-13.8-9.5s-45.1-36-48.1-38.2s-5.1-6.2-1.7-8.4s13.9-7.5 28.3-15.2s32.5-14.1 35.4-14.1zm.1-230.7c.7 0 8.8 .2 20.5 4.2c12.3 4.2 25.7 9.4 31.9 9.4s51.9-8.9 51.9-8.9s54.2 66.7 54.2 81s-6.8 18-13.7 25.4s-36.8 39.8-40.7 43.9s-11.9 10.5-7.1 21.8s11.7 25.8 3.9 40.4s-21 24.4-29.4 22.8s-28.4-12.2-35.7-17.1s-30.5-24.3-30.5-31.8s24-20.8 28.4-23.9s24.7-14.8 25.1-19.4s.3-6-5.7-17.4s-16.7-26.7-14.9-36.8s19.1-15.4 31.5-20.2s36.2-13.7 39.2-15.1s2.2-2.7-6.8-3.6s-34.6-4.3-46.1-1.1s-31.2 8.2-32.8 10.9s-3 2.7-1.4 11.8s10.1 52.8 10.9 60.6s2.4 12.9-5.8 14.8s-22.1 5.2-26.8 5.2s-18.6-3.3-26.8-5.2s-6.6-7-5.8-14.8s9.3-51.5 10.9-60.6s.2-9.2-1.4-11.8s-21.3-7.6-32.8-10.9s-37.1 .2-46.1 1.1s-9.8 2.2-6.8 3.6s26.8 10.4 39.2 15.1s29.7 10 31.5 20.2s-9 25.4-14.9 36.8s-6.1 12.8-5.7 17.4s20.6 16.4 25.1 19.4s28.4 16.4 28.4 23.9s-23.2 27-30.5 31.8s-27.2 15.4-35.7 17.1s-21.7-8.2-29.4-22.8s-.8-29.1 3.9-40.4s-3.3-17.7-7.1-21.8s-33.8-36.5-40.7-43.9s-13.7-11.2-13.7-25.4s54.2-81 54.2-81s45.8 8.9 51.9 8.9s19.5-5.2 31.9-9.4s20.6-4.2 20.6-4.2l.1 0z"], + "facebook-f": [320, 512, [], "f39e", "M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"], + "square-google-plus": [448, 512, ["google-plus-square"], "f0d4", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM64 256c0-55.3 44.7-100 100-100c27 0 49.5 9.8 67 26.2l-27.1 26.1c-7.4-7.1-20.3-15.4-39.8-15.4c-34.1 0-61.9 28.2-61.9 63.2c0 34.9 27.8 63.2 61.9 63.2c39.6 0 54.4-28.5 56.8-43.1H164V241.8h94.4c1 5 1.6 10.1 1.6 16.6c0 57.1-38.3 97.6-96 97.6c-55.3 0-100-44.7-100-100zm291 18.2v29H325.8v-29h-29V245h29V216H355v29h29v29.2H355z"], + "web-awesome": [640, 512, [], "e682", "M372.2 52c0 20.9-12.4 39-30.2 47.2L448 192l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1c0-26.5 21.5-48 48-48s48 21.5 48 48c0 26-20.6 47.1-46.4 48L481 442.3c-10.3 23-33.2 37.7-58.4 37.7l-205.2 0c-25.2 0-48-14.8-58.4-37.7L46.4 192C20.6 191.1 0 170 0 144c0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.1-3.1 19.4-8.4 27.1L192 192 298.1 99.1c-17.7-8.3-30-26.3-30-47.1c0-28.7 23.3-52 52-52s52 23.3 52 52z"], + "mandalorian": [448, 512, [], "f50f", "M232.27 511.89c-1-3.26-1.69-15.83-1.39-24.58.55-15.89 1-24.72 1.4-28.76.64-6.2 2.87-20.72 3.28-21.38.6-1 .4-27.87-.24-33.13-.31-2.58-.63-11.9-.69-20.73-.13-16.47-.53-20.12-2.73-24.76-1.1-2.32-1.23-3.84-1-11.43a92.38 92.38 0 0 0-.34-12.71c-2-13-3.46-27.7-3.25-33.9s.43-7.15 2.06-9.67c3.05-4.71 6.51-14 8.62-23.27 2.26-9.86 3.88-17.18 4.59-20.74a109.54 109.54 0 0 1 4.42-15.05c2.27-6.25 2.49-15.39.37-15.39-.3 0-1.38 1.22-2.41 2.71s-4.76 4.8-8.29 7.36c-8.37 6.08-11.7 9.39-12.66 12.58s-1 7.23-.16 7.76c.34.21 1.29 2.4 2.11 4.88a28.83 28.83 0 0 1 .72 15.36c-.39 1.77-1 5.47-1.46 8.23s-1 6.46-1.25 8.22a9.85 9.85 0 0 1-1.55 4.26c-1 1-1.14.91-2.05-.53a14.87 14.87 0 0 1-1.44-4.75c-.25-1.74-1.63-7.11-3.08-11.93-3.28-10.9-3.52-16.15-1-21a14.24 14.24 0 0 0 1.67-4.61c0-2.39-2.2-5.32-7.41-9.89-7-6.18-8.63-7.92-10.23-11.3-1.71-3.6-3.06-4.06-4.54-1.54-1.78 3-2.6 9.11-3 22l-.34 12.19 2 2.25c3.21 3.7 12.07 16.45 13.78 19.83 3.41 6.74 4.34 11.69 4.41 23.56s.95 22.75 2 24.71c.36.66.51 1.35.34 1.52s.41 2.09 1.29 4.27a38.14 38.14 0 0 1 2.06 9 91 91 0 0 0 1.71 10.37c2.23 9.56 2.77 14.08 2.39 20.14-.2 3.27-.53 11.07-.73 17.32-1.31 41.76-1.85 58-2 61.21-.12 2-.39 11.51-.6 21.07-.36 16.3-1.3 27.37-2.42 28.65-.64.73-8.07-4.91-12.52-9.49-3.75-3.87-4-4.79-2.83-9.95.7-3 2.26-18.29 3.33-32.62.36-4.78.81-10.5 1-12.71.83-9.37 1.66-20.35 2.61-34.78.56-8.46 1.33-16.44 1.72-17.73s.89-9.89 1.13-19.11l.43-16.77-2.26-4.3c-1.72-3.28-4.87-6.94-13.22-15.34-6-6.07-11.84-12.3-12.91-13.85l-1.95-2.81.75-10.9c1.09-15.71 1.1-48.57 0-59.06l-.89-8.7-3.28-4.52c-5.86-8.08-5.8-7.75-6.22-33.27-.1-6.07-.38-11.5-.63-12.06-.83-1.87-3.05-2.66-8.54-3.05-8.86-.62-11-1.9-23.85-14.55-6.15-6-12.34-12-13.75-13.19-2.81-2.42-2.79-2-.56-9.63l1.35-4.65-1.69-3a32.22 32.22 0 0 0-2.59-4.07c-1.33-1.51-5.5-10.89-6-13.49a4.24 4.24 0 0 1 .87-3.9c2.23-2.86 3.4-5.68 4.45-10.73 2.33-11.19 7.74-26.09 10.6-29.22 3.18-3.47 7.7-1 9.41 5 1.34 4.79 1.37 9.79.1 18.55a101.2 101.2 0 0 0-1 11.11c0 4 .19 4.69 2.25 7.39 3.33 4.37 7.73 7.41 15.2 10.52a18.67 18.67 0 0 1 4.72 2.85c11.17 10.72 18.62 16.18 22.95 16.85 5.18.8 8 4.54 10 13.39 1.31 5.65 4 11.14 5.46 11.14a9.38 9.38 0 0 0 3.33-1.39c2-1.22 2.25-1.73 2.25-4.18a132.88 132.88 0 0 0-2-17.84c-.37-1.66-.78-4.06-.93-5.35s-.61-3.85-1-5.69c-2.55-11.16-3.65-15.46-4.1-16-1.55-2-4.08-10.2-4.93-15.92-1.64-11.11-4-14.23-12.91-17.39A43.15 43.15 0 0 1 165.24 78c-1.15-1-4-3.22-6.35-5.06s-4.41-3.53-4.6-3.76a22.7 22.7 0 0 0-2.69-2c-6.24-4.22-8.84-7-11.26-12l-2.44-5-.22-13-.22-13 6.91-6.55c3.95-3.75 8.48-7.35 10.59-8.43 3.31-1.69 4.45-1.89 11.37-2 8.53-.19 10.12 0 11.66 1.56s1.36 6.4-.29 8.5a6.66 6.66 0 0 0-1.34 2.32c0 .58-2.61 4.91-5.42 9a30.39 30.39 0 0 0-2.37 6.82c20.44 13.39 21.55 3.77 14.07 29L194 66.92c3.11-8.66 6.47-17.26 8.61-26.22.29-7.63-12-4.19-15.4-8.68-2.33-5.93 3.13-14.18 6.06-19.2 1.6-2.34 6.62-4.7 8.82-4.15.88.22 4.16-.35 7.37-1.28a45.3 45.3 0 0 1 7.55-1.68 29.57 29.57 0 0 0 6-1.29c3.65-1.11 4.5-1.17 6.35-.4a29.54 29.54 0 0 0 5.82 1.36 18.18 18.18 0 0 1 6 1.91 22.67 22.67 0 0 0 5 2.17c2.51.68 3 .57 7.05-1.67l4.35-2.4L268.32 5c10.44-.4 10.81-.47 15.26-2.68L288.16 0l2.46 1.43c1.76 1 3.14 2.73 4.85 6 2.36 4.51 2.38 4.58 1.37 7.37-.88 2.44-.89 3.3-.1 6.39a35.76 35.76 0 0 0 2.1 5.91 13.55 13.55 0 0 1 1.31 4c.31 4.33 0 5.3-2.41 6.92-2.17 1.47-7 7.91-7 9.34a14.77 14.77 0 0 1-1.07 3c-5 11.51-6.76 13.56-14.26 17-9.2 4.2-12.3 5.19-16.21 5.19-3.1 0-4 .25-4.54 1.26a18.33 18.33 0 0 1-4.09 3.71 13.62 13.62 0 0 0-4.38 4.78 5.89 5.89 0 0 1-2.49 2.91 6.88 6.88 0 0 0-2.45 1.71 67.62 67.62 0 0 1-7 5.38c-3.33 2.34-6.87 5-7.87 6A7.27 7.27 0 0 1 224 100a5.76 5.76 0 0 0-2.13 1.65c-1.31 1.39-1.49 2.11-1.14 4.6a36.45 36.45 0 0 0 1.42 5.88c1.32 3.8 1.31 7.86 0 10.57s-.89 6.65 1.35 9.59c2 2.63 2.16 4.56.71 8.84a33.45 33.45 0 0 0-1.06 8.91c0 4.88.22 6.28 1.46 8.38s1.82 2.48 3.24 2.32c2-.23 2.3-1.05 4.71-12.12 2.18-10 3.71-11.92 13.76-17.08 2.94-1.51 7.46-4 10-5.44s6.79-3.69 9.37-4.91a40.09 40.09 0 0 0 15.22-11.67c7.11-8.79 10-16.22 12.85-33.3a18.37 18.37 0 0 1 2.86-7.73 20.39 20.39 0 0 0 2.89-7.31c1-5.3 2.85-9.08 5.58-11.51 4.7-4.18 6-1.09 4.59 10.87-.46 3.86-1.1 10.33-1.44 14.38l-.61 7.36 4.45 4.09 4.45 4.09.11 8.42c.06 4.63.47 9.53.92 10.89l.82 2.47-6.43 6.28c-8.54 8.33-12.88 13.93-16.76 21.61-1.77 3.49-3.74 7.11-4.38 8-2.18 3.11-6.46 13-8.76 20.26l-2.29 7.22-7 6.49c-3.83 3.57-8 7.25-9.17 8.17-3.05 2.32-4.26 5.15-4.26 10a14.62 14.62 0 0 0 1.59 7.26 42 42 0 0 1 2.09 4.83 9.28 9.28 0 0 0 1.57 2.89c1.4 1.59 1.92 16.12.83 23.22-.68 4.48-3.63 12-4.7 12-1.79 0-4.06 9.27-5.07 20.74-.18 2-.62 5.94-1 8.7s-1 10-1.35 16.05c-.77 12.22-.19 18.77 2 23.15 3.41 6.69.52 12.69-11 22.84l-4 3.49.07 5.19a40.81 40.81 0 0 0 1.14 8.87c4.61 16 4.73 16.92 4.38 37.13-.46 26.4-.26 40.27.63 44.15a61.31 61.31 0 0 1 1.08 7c.17 2 .66 5.33 1.08 7.36.47 2.26.78 11 .79 22.74v19.06l-1.81 2.63c-2.71 3.91-15.11 13.54-15.49 12.29zm29.53-45.11c-.18-.3-.33-6.87-.33-14.59 0-14.06-.89-27.54-2.26-34.45-.4-2-.81-9.7-.9-17.06-.15-11.93-1.4-24.37-2.64-26.38-.66-1.07-3-17.66-3-21.3 0-4.23 1-6 5.28-9.13s4.86-3.14 5.48-.72c.28 1.1 1.45 5.62 2.6 10 3.93 15.12 4.14 16.27 4.05 21.74-.1 5.78-.13 6.13-1.74 17.73-1 7.07-1.17 12.39-1 28.43.17 19.4-.64 35.73-2 41.27-.71 2.78-2.8 5.48-3.43 4.43zm-71-37.58a101 101 0 0 1-1.73-10.79 100.5 100.5 0 0 0-1.73-10.79 37.53 37.53 0 0 1-1-6.49c-.31-3.19-.91-7.46-1.33-9.48-1-4.79-3.35-19.35-3.42-21.07 0-.74-.34-4.05-.7-7.36-.67-6.21-.84-27.67-.22-28.29 1-1 6.63 2.76 11.33 7.43l5.28 5.25-.45 6.47c-.25 3.56-.6 10.23-.78 14.83s-.49 9.87-.67 11.71-.61 9.36-.94 16.72c-.79 17.41-1.94 31.29-2.65 32a.62.62 0 0 1-1-.14zm-87.18-266.59c21.07 12.79 17.84 14.15 28.49 17.66 13 4.29 18.87 7.13 23.15 16.87C111.6 233.28 86.25 255 78.55 268c-31 52-6 101.59 62.75 87.21-14.18 29.23-78 28.63-98.68-4.9-24.68-39.95-22.09-118.3 61-187.66zm210.79 179c56.66 6.88 82.32-37.74 46.54-89.23 0 0-26.87-29.34-64.28-68 3-15.45 9.49-32.12 30.57-53.82 89.2 63.51 92 141.61 92.46 149.36 4.3 70.64-78.7 91.18-105.29 61.71z"], + "first-order-alt": [496, 512, [], "f50a", "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79 488.21 123.34 488.21 256 380.66 496.21 248 496.21zm0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71 467.71 377.34 467.71 256 369.34 36.29 248 36.29zm0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49 459.51 139.19 459.51 256 364.81 467.51 248 467.51zm186.23-162.98a191.613 191.613 0 0 1-20.13 48.69l-74.13-35.88 61.48 54.82a193.515 193.515 0 0 1-37.2 37.29l-54.8-61.57 35.88 74.27a190.944 190.944 0 0 1-48.63 20.23l-27.29-78.47 4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46-27.15 78.03a191.365 191.365 0 0 1-48.65-20.2l35.93-74.34-54.87 61.64a193.85 193.85 0 0 1-37.22-37.28l61.59-54.9-74.26 35.93a191.638 191.638 0 0 1-20.14-48.69l77.84-27.11-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21 0-9 .63-17.84 1.82-26.51l82.38 4.77-77.94-27.16a191.726 191.726 0 0 1 20.23-48.67l74.22 35.92-61.52-54.86a193.85 193.85 0 0 1 37.28-37.22l54.76 61.53-35.83-74.17a191.49 191.49 0 0 1 48.65-20.13l26.87 77.25-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16 27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12 54.72-61.47a193.13 193.13 0 0 1 37.24 37.23l-61.45 54.77 74.12-35.86a191.515 191.515 0 0 1 20.2 48.65l-77.81 27.1 82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49 0 8.88-.61 17.63-1.78 26.19l-82.12-4.75 77.72 27.09z"], + "osi": [512, 512, [], "f41a", "M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1 21.3 118.8-44 230-151.6 274-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8 24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7-5.2 33 11.1 63.7 41.9 77.7 9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5-52.6-20.3-101.4-61-130.8-119-24.9-49.2-25.2-87.7-26.8-108.7zm20.9-1.9c.4 6.6.6 14.3 1.3 22.1 6.3 71.9 49.6 143.5 131 183.1 3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7-31.6-19.9-47.3-48.5-45.6-86 1-21.6 9.3-40.5 23.8-56.3 30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3 35.5-16.6 65.2-40.3 88.1-72 34.8-48.2 49.1-101.9 42.3-161-13.7-117.5-119.4-214.8-255.5-198-106.1 13-195.3 102.5-197.1 225.8z"], + "google-wallet": [448, 512, [], "f1ee", "M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5-8.3 33.8-18.8 66.5-31.3 98.3-13.2-52.3-26.5-101.3-56-148.5 6.5-36.4 2.3-73.6 3-112.3zM109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5-3-4-8-6.5-13-6.5zm47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368H157.1zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3 13.2 46.5 22.3 95.5 26.5 146 48.2 86.2 79.7 178.3 90.6 270.8 15.8-60.5 25.3-133.5 25.3-203 0-73.6-12.1-145.1-31.1-212.6z"], + "d-and-d-beyond": [640, 512, [], "f6ca", "M313.8 241.5c13.8 0 21-10.1 24.8-17.9-1-1.1-5-4.2-7.4-6.6-2.4 4.3-8.2 10.7-13.9 10.7-10.2 0-15.4-14.7-3.2-26.6-.5-.2-4.3-1.8-8 2.4 0-3 1-5.1 2.1-6.6-3.5 1.3-9.8 5.6-11.4 7.9.2-5.8 1.6-7.5.6-9l-.2-.2s-8.5 5.6-9.3 14.7c0 0 1.1-1.6 2.1-1.9.6-.3 1.3 0 .6 1.9-.2.6-5.8 15.7 5.1 26-.6-1.6-1.9-7.6 2.4-1.9-.3.1 5.8 7.1 15.7 7.1zm52.4-21.1c0-4-4.9-4.4-5.6-4.5 2 3.9.9 7.5.2 9 2.5-.4 5.4-1.6 5.4-4.5zm10.3 5.2c0-6.4-6.2-11.4-13.5-10.7 8 1.3 5.6 13.8-5 11.4 3.7-2.6 3.2-9.9-1.3-12.5 1.4 4.2-3 8.2-7.4 4.6-2.4-1.9-8-6.6-10.6-8.6-2.4-2.1-5.5-1-6.6-1.8-1.3-1.1-.5-3.8-2.2-5-1.6-.8-3-.3-4.8-1-1.6-.6-2.7-1.9-2.6-3.5-2.5 4.4 3.4 6.3 4.5 8.5 1 1.9-.8 4.8 4 8.5 14.8 11.6 9.1 8 10.4 18.1.6 4.3 4.2 6.7 6.4 7.4-2.1-1.9-2.9-6.4 0-9.3 0 13.9 19.2 13.3 23.1 6.4-2.4 1.1-7-.2-9-1.9 7.7 1 14.2-4.1 14.6-10.6zm-39.4-18.4c2 .8 1.6.7 6.4 4.5 10.2-24.5 21.7-15.7 22-15.5 2.2-1.9 9.8-3.8 13.8-2.7-2.4-2.7-7.5-6.2-13.3-6.2-4.7 0-7.4 2.2-8 1.3-.8-1.4 3.2-3.4 3.2-3.4-5.4.2-9.6 6.7-11.2 5.9-1.1-.5 1.4-3.7 1.4-3.7-5.1 2.9-9.3 9.1-10.2 13 4.6-5.8 13.8-9.8 19.7-9-10.5.5-19.5 9.7-23.8 15.8zm242.5 51.9c-20.7 0-40 1.3-50.3 2.1l7.4 8.2v77.2l-7.4 8.2c10.4.8 30.9 2.1 51.6 2.1 42.1 0 59.1-20.7 59.1-48.9 0-29.3-23.2-48.9-60.4-48.9zm-15.1 75.6v-53.3c30.1-3.3 46.8 3.8 46.8 26.3 0 25.6-21.4 30.2-46.8 27zM301.6 181c-1-3.4-.2-6.9 1.1-9.4 1 3 2.6 6.4 7.5 9-.5-2.4-.2-5.6.5-8-1.4-5.4 2.1-9.9 6.4-9.9 6.9 0 8.5 8.8 4.7 14.4 2.1 3.2 5.5 5.6 7.7 7.8 3.2-3.7 5.5-9.5 5.5-13.8 0-8.2-5.5-15.9-16.7-16.5-20-.9-20.2 16.6-20 18.9.5 5.2 3.4 7.8 3.3 7.5zm-.4 6c-.5 1.8-7 3.7-10.2 6.9 4.8-1 7-.2 7.8 1.8.5 1.4-.2 3.4-.5 5.6 1.6-1.8 7-5.5 11-6.2-1-.3-3.4-.8-4.3-.8 2.9-3.4 9.3-4.5 12.8-3.7-2.2-.2-6.7 1.1-8.5 2.6 1.6.3 3 .6 4.3 1.1-2.1.8-4.8 3.4-5.8 6.1 7-5 13.1 5.2 7 8.2.8.2 2.7 0 3.5-.5-.3 1.1-1.9 3-3 3.4 2.9 0 7-1.9 8.2-4.6 0 0-1.8.6-2.6-.2s.3-4.3.3-4.3c-2.3 2.9-3.4-1.3-1.3-4.2-1-.3-3.5-.6-4.6-.5 3.2-1.1 10.4-1.8 11.2-.3.6 1.1-1 3.4-1 3.4 4-.5 8.3 1.1 6.7 5.1 2.9-1.4 5.5-5.9 4.8-10.4-.3 1-1.6 2.4-2.9 2.7.2-1.4-1-2.2-1.9-2.6 1.7-9.6-14.6-14.2-14.1-23.9-1 1.3-1.8 5-.8 7.1 2.7 3.2 8.7 6.7 10.1 12.2-2.6-6.4-15.1-11.4-14.6-20.2-1.6 1.6-2.6 7.8-1.3 11 2.4 1.4 4.5 3.8 4.8 6.1-2.2-5.1-11.4-6.1-13.9-12.2-.6 2.2-.3 5 1 6.7 0 0-2.2-.8-7-.6 1.7.6 5.1 3.5 4.8 5.2zm25.9 7.4c-2.7 0-3.5-2.1-4.2-4.3 3.3 1.3 4.2 4.3 4.2 4.3zm38.9 3.7l-1-.6c-1.1-1-2.9-1.4-4.7-1.4-2.9 0-5.8 1.3-7.5 3.4-.8.8-1.4 1.8-2.1 2.6v15.7c3.5 2.6 7.1-2.9 3-7.2 1.5.3 4.6 2.7 5.1 3.2 0 0 2.6-.5 5-.5 2.1 0 3.9.3 5.6 1.1V196c-1.1.5-2.2 1-2.7 1.4zM79.9 305.9c17.2-4.6 16.2-18 16.2-19.9 0-20.6-24.1-25-37-25H3l8.3 8.6v29.5H0l11.4 14.6V346L3 354.6c61.7 0 73.8 1.5 86.4-5.9 6.7-4 9.9-9.8 9.9-17.6 0-5.1 2.6-18.8-19.4-25.2zm-41.3-27.5c20 0 29.6-.8 29.6 9.1v3c0 12.1-19 8.8-29.6 8.8zm0 59.2V315c12.2 0 32.7-2.3 32.7 8.8v4.5h.2c0 11.2-12.5 9.3-32.9 9.3zm101.2-19.3l23.1.2v-.2l14.1-21.2h-37.2v-14.9h52.4l-14.1-21v-.2l-73.5.2 7.4 8.2v77.1l-7.4 8.2h81.2l14.1-21.2-60.1.2zm214.7-60.1c-73.9 0-77.5 99.3-.3 99.3 77.9 0 74.1-99.3.3-99.3zm-.3 77.5c-37.4 0-36.9-55.3.2-55.3 36.8.1 38.8 55.3-.2 55.3zm-91.3-8.3l44.1-66.2h-41.7l6.1 7.2-20.5 37.2h-.3l-21-37.2 6.4-7.2h-44.9l44.1 65.8.2 19.4-7.7 8.2h42.6l-7.2-8.2zm-28.4-151.3c1.6 1.3 2.9 2.4 2.9 6.6v38.8c0 4.2-.8 5.3-2.7 6.4-.1.1-7.5 4.5-7.9 4.6h35.1c10 0 17.4-1.5 26-8.6-.6-5 .2-9.5.8-12 0-.2-1.8 1.4-2.7 3.5 0-5.7 1.6-15.4 9.6-20.5-.1 0-3.7-.8-9 1.1 2-3.1 10-7.9 10.4-7.9-8.2-26-38-22.9-32.2-22.9-30.9 0-32.6.3-39.9-4 .1.8.5 8.2 9.6 14.9zm21.5 5.5c4.6 0 23.1-3.3 23.1 17.3 0 20.7-18.4 17.3-23.1 17.3zm228.9 79.6l7 8.3V312h-.3c-5.4-14.4-42.3-41.5-45.2-50.9h-31.6l7.4 8.5v76.9l-7.2 8.3h39l-7.4-8.2v-47.4h.3c3.7 10.6 44.5 42.9 48.5 55.6h21.3v-85.2l7.4-8.3zm-106.7-96.1c-32.2 0-32.8.2-39.9-4 .1.7.5 8.3 9.6 14.9 3.1 2 2.9 4.3 2.9 9.5 1.8-1.1 3.8-2.2 6.1-3-1.1 1.1-2.7 2.7-3.5 4.5 1-1.1 7.5-5.1 14.6-3.5-1.6.3-4 1.1-6.1 2.9.1 0 2.1-1.1 7.5-.3v-4.3c4.7 0 23.1-3.4 23.1 17.3 0 20.5-18.5 17.3-19.7 17.3 5.7 4.4 5.8 12 2.2 16.3h.3c33.4 0 36.7-27.3 36.7-34 0-3.8-1.1-32-33.8-33.6z"], + "periscope": [448, 512, [], "f3da", "M370 63.6C331.4 22.6 280.5 0 226.6 0 111.9 0 18.5 96.2 18.5 214.4c0 75.1 57.8 159.8 82.7 192.7C137.8 455.5 192.6 512 226.6 512c41.6 0 112.9-94.2 120.9-105 24.6-33.1 82-118.3 82-192.6 0-56.5-21.1-110.1-59.5-150.8zM226.6 493.9c-42.5 0-190-167.3-190-279.4 0-107.4 83.9-196.3 190-196.3 100.8 0 184.7 89 184.7 196.3.1 112.1-147.4 279.4-184.7 279.4zM338 206.8c0 59.1-51.1 109.7-110.8 109.7-100.6 0-150.7-108.2-92.9-181.8v.4c0 24.5 20.1 44.4 44.8 44.4 24.7 0 44.8-19.9 44.8-44.4 0-18.2-11.1-33.8-26.9-40.7 76.6-19.2 141 39.3 141 112.4z"], + "fulcrum": [320, 512, [], "f50b", "M95.75 164.14l-35.38 43.55L25 164.14l35.38-43.55zM144.23 0l-20.54 198.18L72.72 256l51 57.82L144.23 512V300.89L103.15 256l41.08-44.89zm79.67 164.14l35.38 43.55 35.38-43.55-35.38-43.55zm-48.48 47L216.5 256l-41.08 44.89V512L196 313.82 247 256l-51-57.82L175.42 0z"], + "cloudscale": [448, 512, [], "f383", "M318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4-2-56 41.8-97.4 92.6-97.4 24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1-11.1 11-11.1 28.9 0 40 11.1 11 28.9 11 40 0 6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6zm-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0 5.6 14.7 0 20.2zM224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32zm0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160-71.8 160-160 160z"], + "forumbee": [448, 512, [], "f211", "M5.8 309.7C2 292.7 0 275.5 0 258.3 0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7zm392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312 12.5 18.1 28 35.6 45.2 49 43.1-151.3 161.2-271.7 312.3-315.7zm15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8-79.4 42.9-145 110.6-187.6 190.3 30-4.4 58.9-15.3 84.6-31.3 35 13.1 70.9 24.3 107 33.6-9.3-36.5-20.4-74.5-33.5-109.8zm29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7z"], + "mizuni": [496, 512, [], "f3cc", "M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40v223.9zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40v214zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40v271.7z"], + "schlix": [448, 512, [], "f3ea", "M350.5 157.7l-54.2-46.1 73.4-39 78.3 44.2-97.5 40.9zM192 122.1l45.7-28.2 34.7 34.6-55.4 29-25-35.4zm-65.1 6.6l31.9-22.1L176 135l-36.7 22.5-12.4-28.8zm-23.3 88.2l-8.8-34.8 29.6-18.3 13.1 35.3-33.9 17.8zm-21.2-83.7l23.9-18.1 8.9 24-26.7 18.3-6.1-24.2zM59 206.5l-3.6-28.4 22.3-15.5 6.1 28.7L59 206.5zm-30.6 16.6l20.8-12.8 3.3 33.4-22.9 12-1.2-32.6zM1.4 268l19.2-10.2.4 38.2-21 8.8L1.4 268zm59.1 59.3l-28.3 8.3-1.6-46.8 25.1-10.7 4.8 49.2zM99 263.2l-31.1 13-5.2-40.8L90.1 221l8.9 42.2zM123.2 377l-41.6 5.9-8.1-63.5 35.2-10.8 14.5 68.4zm28.5-139.9l21.2 57.1-46.2 13.6-13.7-54.1 38.7-16.6zm85.7 230.5l-70.9-3.3-24.3-95.8 55.2-8.6 40 107.7zm-84.9-279.7l42.2-22.4 28 45.9-50.8 21.3-19.4-44.8zm41 94.9l61.3-18.7 52.8 86.6-79.8 11.3-34.3-79.2zm51.4-85.6l67.3-28.8 65.5 65.4-88.6 26.2-44.2-62.8z"], + "square-xing": [448, 512, ["xing-square"], "f169", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM93.8 320.2c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6 .2-10.1 6-10.1h46.6c5.2 0 9.5 2.9 12.9 8.7l31.9 55.3c-1.3 2.3-18 31.7-50.1 88.2c-3.5 6.2-7.7 9.1-12.6 9.1H93.8zm163.5-33.4v.2l65.5 119c2.8 5.1 .1 10.1-6 10.1H270.2c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3c1.8-3.2 22.9-40.4 63.3-111.6c11.7-20.7 25.1-44.3 40.1-70.8c3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10L257.3 286.8z"], + "bandcamp": [512, 512, [], "f2d5", "M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm48.2,326.1h-181L207.9,178h181Z"], + "wpforms": [448, 512, [], "f298", "M448 75.2v361.7c0 24.3-19 43.2-43.2 43.2H43.2C19.3 480 0 461.4 0 436.8V75.2C0 51.1 18.8 32 43.2 32h361.7c24 0 43.1 18.8 43.1 43.2zm-37.3 361.6V75.2c0-3-2.6-5.8-5.8-5.8h-9.3L285.3 144 224 94.1 162.8 144 52.5 69.3h-9.3c-3.2 0-5.8 2.8-5.8 5.8v361.7c0 3 2.6 5.8 5.8 5.8h361.7c3.2.1 5.8-2.7 5.8-5.8zM150.2 186v37H76.7v-37h73.5zm0 74.4v37.3H76.7v-37.3h73.5zm11.1-147.3l54-43.7H96.8l64.5 43.7zm210 72.9v37h-196v-37h196zm0 74.4v37.3h-196v-37.3h196zm-84.6-147.3l64.5-43.7H232.8l53.9 43.7zM371.3 335v37.3h-99.4V335h99.4z"], + "cloudversify": [616, 512, [], "f385", "M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z"], + "usps": [576, 512, [], "f7e1", "M460.3 241.7c25.8-41.3 15.2-48.8-11.7-48.8h-27c-.1 0-1.5-1.4-10.9 8-11.2 5.6-37.9 6.3-37.9 8.7 0 4.5 70.3-3.1 88.1 0 9.5 1.5-1.5 20.4-4.4 32-.5 4.5 2.4 2.3 3.8.1zm-112.1 22.6c64-21.3 97.3-23.9 102-26.2 4.4-2.9-4.4-6.6-26.2-5.8-51.7 2.2-137.6 37.1-172.6 53.9l-30.7-93.3h196.6c-2.7-28.2-152.9-22.6-337.9-22.6L27 415.8c196.4-97.3 258.9-130.3 321.2-151.5zM94.7 96c253.3 53.7 330 65.7 332.1 85.2 36.4 0 45.9 0 52.4 6.6 21.1 19.7-14.6 67.7-14.6 67.7-4.4 2.9-406.4 160.2-406.4 160.2h423.1L549 96z"], + "megaport": [496, 512, [], "f5a3", "M214.5 209.6v66.2l33.5 33.5 33.3-33.3v-66.4l-33.4-33.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm145.1 414.4L367 441.6l-26-19.2v-65.5l-33.4-33.4-33.4 33.4v65.5L248 441.6l-26.1-19.2v-65.5l-33.4-33.4-33.5 33.4v65.5l-26.1 19.2-26.1-19.2v-87l59.5-59.5V188l59.5-59.5V52.9l26.1-19.2L274 52.9v75.6l59.5 59.5v87.6l59.7 59.7v87.1z"], + "magento": [448, 512, [], "f3c4", "M445.7 127.9V384l-63.4 36.5V164.7L223.8 73.1 65.2 164.7l.4 255.9L2.3 384V128.1L224.2 0l221.5 127.9zM255.6 420.5L224 438.9l-31.8-18.2v-256l-63.3 36.6.1 255.9 94.9 54.9 95.1-54.9v-256l-63.4-36.6v255.9z"], + "spotify": [496, 512, [], "f1bc", "M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z"], + "optin-monster": [576, 512, [], "f23c", "M572.6 421.4c5.6-9.5 4.7-15.2-5.4-11.6-3-4.9-7-9.5-11.1-13.8 2.9-9.7-.7-14.2-10.8-9.2-4.6-3.2-10.3-6.5-15.9-9.2 0-15.1-11.6-11.6-17.6-5.7-10.4-1.5-18.7-.3-26.8 5.7.3-6.5.3-13 .3-19.7 12.6 0 40.2-11 45.9-36.2 1.4-6.8 1.6-13.8-.3-21.9-3-13.5-14.3-21.3-25.1-25.7-.8-5.9-7.6-14.3-14.9-15.9s-12.4 4.9-14.1 10.3c-8.5 0-19.2 2.8-21.1 8.4-5.4-.5-11.1-1.4-16.8-1.9 2.7-1.9 5.4-3.5 8.4-4.6 5.4-9.2 14.6-11.4 25.7-11.6V256c19.5-.5 43-5.9 53.8-18.1 12.7-13.8 14.6-37.3 12.4-55.1-2.4-17.3-9.7-37.6-24.6-48.1-8.4-5.9-21.6-.8-22.7 9.5-2.2 19.6 1.2 30-38.6 25.1-10.3-23.8-24.6-44.6-42.7-60C341 49.6 242.9 55.5 166.4 71.7c19.7 4.6 41.1 8.6 59.7 16.5-26.2 2.4-52.7 11.3-76.2 23.2-32.8 17-44 29.9-56.7 42.4 14.9-2.2 28.9-5.1 43.8-3.8-9.7 5.4-18.4 12.2-26.5 20-25.8.9-23.8-5.3-26.2-25.9-1.1-10.5-14.3-15.4-22.7-9.7-28.1 19.9-33.5 79.9-12.2 103.5 10.8 12.2 35.1 17.3 54.9 17.8-.3 1.1-.3 1.9-.3 2.7 10.8.5 19.5 2.7 24.6 11.6 3 1.1 5.7 2.7 8.1 4.6-5.4.5-11.1 1.4-16.5 1.9-3.3-6.6-13.7-8.1-21.1-8.1-1.6-5.7-6.5-12.2-14.1-10.3-6.8 1.9-14.1 10-14.9 15.9-22.5 9.5-30.1 26.8-25.1 47.6 5.3 24.8 33 36.2 45.9 36.2v19.7c-6.6-5-14.3-7.5-26.8-5.7-5.5-5.5-17.3-10.1-17.3 5.7-5.9 2.7-11.4 5.9-15.9 9.2-9.8-4.9-13.6-1.7-11.1 9.2-4.1 4.3-7.8 8.6-11.1 13.8-10.2-3.7-11 2.2-5.4 11.6-1.1 3.5-1.6 7-1.9 10.8-.5 31.6 44.6 64 73.5 65.1 17.3.5 34.6-8.4 43-23.5 113.2 4.9 226.7 4.1 340.2 0 8.1 15.1 25.4 24.3 42.7 23.5 29.2-1.1 74.3-33.5 73.5-65.1.2-3.7-.7-7.2-1.7-10.7zm-73.8-254c1.1-3 2.4-8.4 2.4-14.6 0-5.9 6.8-8.1 14.1-.8 11.1 11.6 14.9 40.5 13.8 51.1-4.1-13.6-13-29-30.3-35.7zm-4.6 6.7c19.5 6.2 28.6 27.6 29.7 48.9-1.1 2.7-3 5.4-4.9 7.6-5.7 5.9-15.4 10-26.2 12.2 4.3-21.3.3-47.3-12.7-63 4.9-.8 10.9-2.4 14.1-5.7zm-24.1 6.8c13.8 11.9 20 39.2 14.1 63.5-4.1.5-8.1.8-11.6.8-1.9-21.9-6.8-44-14.3-64.6 3.7.3 8.1.3 11.8.3zM47.5 203c-1.1-10.5 2.4-39.5 13.8-51.1 7-7.3 14.1-5.1 14.1.8 0 6.2 1.4 11.6 2.4 14.6-17.3 6.8-26.2 22.2-30.3 35.7zm9.7 27.6c-1.9-2.2-3.5-4.9-4.9-7.6 1.4-21.3 10.3-42.7 29.7-48.9 3.2 3.2 9.2 4.9 14.1 5.7-13 15.7-17 41.6-12.7 63-10.8-2.2-20.5-6-26.2-12.2zm47.9 14.6c-4.1 0-8.1-.3-12.7-.8-4.6-18.6-1.9-38.9 5.4-53v.3l12.2-5.1c4.9-1.9 9.7-3.8 14.9-4.9-10.7 19.7-17.4 41.3-19.8 63.5zm184-162.7c41.9 0 76.2 34 76.2 75.9 0 42.2-34.3 76.2-76.2 76.2s-76.2-34-76.2-76.2c0-41.8 34.3-75.9 76.2-75.9zm115.6 174.3c-.3 17.8-7 48.9-23 57-13.2 6.6-6.5-7.5-16.5-58.1 13.3.3 26.6.3 39.5 1.1zm-54-1.6c.8 4.9 3.8 40.3-1.6 41.9-11.6 3.5-40 4.3-51.1-1.1-4.1-3-4.6-35.9-4.3-41.1v.3c18.9-.3 38.1-.3 57 0zM278.3 309c-13 3.5-41.6 4.1-54.6-1.6-6.5-2.7-3.8-42.4-1.9-51.6 19.2-.5 38.4-.5 57.8-.8v.3c1.1 8.3 3.3 51.2-1.3 53.7zm-106.5-51.1c12.2-.8 24.6-1.4 36.8-1.6-2.4 15.4-3 43.5-4.9 52.2-1.1 6.8-4.3 6.8-9.7 4.3-21.9-9.8-27.6-35.2-22.2-54.9zm-35.4 31.3c7.8-1.1 15.7-1.9 23.5-2.7 1.6 6.2 3.8 11.9 7 17.6 10 17 44 35.7 45.1 7 6.2 14.9 40.8 12.2 54.9 10.8 15.7-1.4 23.8-1.4 26.8-14.3 12.4 4.3 30.8 4.1 44 3 11.3-.8 20.8-.5 24.6-8.9 1.1 5.1 1.9 11.6 4.6 16.8 10.8 21.3 37.3 1.4 46.8-31.6 8.6.8 17.6 1.9 26.5 2.7-.4 1.3-3.8 7.3 7.3 11.6-47.6 47-95.7 87.8-163.2 107-63.2-20.8-112.1-59.5-155.9-106.5 9.6-3.4 10.4-8.8 8-12.5zm-21.6 172.5c-3.8 17.8-21.9 29.7-39.7 28.9-19.2-.8-46.5-17-59.2-36.5-2.7-31.1 43.8-61.3 66.2-54.6 14.9 4.3 27.8 30.8 33.5 54 0 3-.3 5.7-.8 8.2zm-8.7-66c-.5-13.5-.5-27-.3-40.5h.3c2.7-1.6 5.7-3.8 7.8-6.5 6.5-1.6 13-5.1 15.1-9.2 3.3-7.1-7-7.5-5.4-12.4 2.7-1.1 5.7-2.2 7.8-3.5 29.2 29.2 58.6 56.5 97.3 77-36.8 11.3-72.4 27.6-105.9 47-1.2-18.6-7.7-35.9-16.7-51.9zm337.6 64.6c-103 3.5-206.2 4.1-309.4 0 0 .3 0 .3-.3.3v-.3h.3c35.1-21.6 72.2-39.2 112.4-50.8 11.6 5.1 23 9.5 34.9 13.2 2.2.8 2.2.8 4.3 0 14.3-4.1 28.4-9.2 42.2-15.4 41.5 11.7 78.8 31.7 115.6 53zm10.5-12.4c-35.9-19.5-73-35.9-111.9-47.6 38.1-20 71.9-47.3 103.5-76.7 2.2 1.4 4.6 2.4 7.6 3.2 0 .8.3 1.9.5 2.4-4.6 2.7-7.8 6.2-5.9 10.3 2.2 3.8 8.6 7.6 15.1 8.9 2.4 2.7 5.1 5.1 8.1 6.8 0 13.8-.3 27.6-.8 41.3l.3-.3c-9.3 15.9-15.5 37-16.5 51.7zm105.9 6.2c-12.7 19.5-40 35.7-59.2 36.5-19.3.9-40.5-13.2-40.5-37 5.7-23.2 18.9-49.7 33.5-54 22.7-6.9 69.2 23.4 66.2 54.5zM372.9 75.2c-3.8-72.1-100.8-79.7-126-23.5 44.6-24.3 90.3-15.7 126 23.5zM74.8 407.1c-15.7 1.6-49.5 25.4-49.5 43.2 0 11.6 15.7 19.5 32.2 14.9 12.2-3.2 31.1-17.6 35.9-27.3 6-11.6-3.7-32.7-18.6-30.8zm215.9-176.2c28.6 0 51.9-21.6 51.9-48.4 0-36.1-40.5-58.1-72.2-44.3 9.5 3 16.5 11.6 16.5 21.6 0 23.3-33.3 32-46.5 11.3-7.3 34.1 19.4 59.8 50.3 59.8zM68 474.1c.5 6.5 12.2 12.7 21.6 9.5 6.8-2.7 14.6-10.5 17.3-16.2 3-7-1.1-20-9.7-18.4-8.9 1.6-29.7 16.7-29.2 25.1zm433.2-67c-14.9-1.9-24.6 19.2-18.9 30.8 4.9 9.7 24.1 24.1 36.2 27.3 16.5 4.6 32.2-3.2 32.2-14.9 0-17.8-33.8-41.6-49.5-43.2zM478.8 449c-8.4-1.6-12.4 11.3-9.5 18.4 2.4 5.7 10.3 13.5 17.3 16.2 9.2 3.2 21.1-3 21.3-9.5.9-8.4-20.2-23.5-29.1-25.1z"], + "fly": [384, 512, [], "f417", "M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z"], + "aviato": [640, 512, [], "f421", "M107.2 283.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4 62.2 131.4h-17.2zm-45-98.1l-19.6 42.5h39.2l-19.6-42.5zm112.7 102.4l-62.2-131.4h17.1l45.1 96 45.1-96h17l-62.1 131.4zm80.6-4.3V156.4H271v127.1h-15.5zm209.1-115.6v115.6h-17.3V167.9h-41.2v-11.5h99.6v11.5h-41.1zM640 218.8c0 9.2-1.7 17.8-5.1 25.8-3.4 8-8.2 15.1-14.2 21.1-6 6-13.1 10.8-21.1 14.2-8 3.4-16.6 5.1-25.8 5.1s-17.8-1.7-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2-6-6-10.8-13-14.2-21.1-3.4-8-5.1-16.6-5.1-25.8s1.7-17.8 5.1-25.8c3.4-8 8.2-15.1 14.2-21.1 6-6 13-8.4 21.1-11.9 8-3.4 16.6-5.1 25.8-5.1s17.8 1.7 25.8 5.1c8 3.4 15.1 5.8 21.1 11.9 6 6 10.7 13.1 14.2 21.1 3.4 8 5.1 16.6 5.1 25.8zm-15.5 0c0-7.3-1.3-14-3.9-20.3-2.6-6.3-6.2-11.7-10.8-16.3-4.6-4.6-10-8.2-16.2-10.9-6.2-2.7-12.8-4-19.8-4s-13.6 1.3-19.8 4c-6.2 2.7-11.6 6.3-16.2 10.9-4.6 4.6-8.2 10-10.8 16.3-2.6 6.3-3.9 13.1-3.9 20.3 0 7.3 1.3 14 3.9 20.3 2.6 6.3 6.2 11.7 10.8 16.3 4.6 4.6 10 8.2 16.2 10.9 6.2 2.7 12.8 4 19.8 4s13.6-1.3 19.8-4c6.2-2.7 11.6-6.3 16.2-10.9 4.6-4.6 8.2-10 10.8-16.3 2.6-6.3 3.9-13.1 3.9-20.3zm-94.8 96.7v-6.3l88.9-10-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2.3-2 .5-4.2.6-6.5l64.8-8.1-64.9 1.9c0-.4-.1-.7-.1-1.1-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 152l-62.2 131.4h17.1l19-41.8h23.6L345 268s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9 64.8 8.1c.1 2.3.3 4.4.6 6.5.3 2.6.8 5 1.4 7.2L78.4 299.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4 0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V323l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7-5.1.2-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1-5.1-.2-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4-.2-6.3-4.7-11.4-10.7-12.3zm-200.8-87.6l19.6-42.5 19.6 42.5h-17.9l-1.7-40.3-1.7 40.3h-17.9z"], + "itunes": [448, 512, [], "f3b4", "M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.3zm79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8-12.1 2.2-22.2 2.8-31.9-5-11.8-10-12-26.4-1.4-36.8 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 3.2-3.6 2.2-2 2.2-80.8 0-5.6-2.7-7.1-8.4-6.1-4 .7-91.9 17.1-91.9 17.1-5 1.1-6.7 2.6-6.7 8.3 0 116.1.5 110.8-1.2 118.5-2.1 9-7.6 15.8-14.9 19.6-8.3 4.6-23.4 6.6-31.4 5.2-21.4-4-28.9-28.7-14.4-42.9 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 5-5.7.9-127 2.6-133.7.4-2.6 1.5-4.8 3.5-6.4 2.1-1.7 5.8-2.7 6.7-2.7 101-19 113.3-21.4 115.1-21.4 5.7-.4 9 3 9 8.7-.1 170.6.4 161.4-1 167.6zM345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32zM223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444z"], + "cuttlefish": [440, 512, [], "f38c", "M344 305.5c-17.5 31.6-57.4 54.5-96 54.5-56.6 0-104-47.4-104-104s47.4-104 104-104c38.6 0 78.5 22.9 96 54.5 13.7-50.9 41.7-93.3 87-117.8C385.7 39.1 320.5 8 248 8 111 8 0 119 0 256s111 248 248 248c72.5 0 137.7-31.1 183-80.7-45.3-24.5-73.3-66.9-87-117.8z"], + "blogger": [448, 512, [], "f37c", "M162.4 196c4.8-4.9 6.2-5.1 36.4-5.1 27.2 0 28.1.1 32.1 2.1 5.8 2.9 8.3 7 8.3 13.6 0 5.9-2.4 10-7.6 13.4-2.8 1.8-4.5 1.9-31.1 2.1-16.4.1-29.5-.2-31.5-.8-10.3-2.9-14.1-17.7-6.6-25.3zm61.4 94.5c-53.9 0-55.8.2-60.2 4.1-3.5 3.1-5.7 9.4-5.1 13.9.7 4.7 4.8 10.1 9.2 12 2.2 1 14.1 1.7 56.3 1.2l47.9-.6 9.2-1.5c9-5.1 10.5-17.4 3.1-24.4-5.3-4.7-5-4.7-60.4-4.7zm223.4 130.1c-3.5 28.4-23 50.4-51.1 57.5-7.2 1.8-9.7 1.9-172.9 1.8-157.8 0-165.9-.1-172-1.8-8.4-2.2-15.6-5.5-22.3-10-5.6-3.8-13.9-11.8-17-16.4-3.8-5.6-8.2-15.3-10-22C.1 423 0 420.3 0 256.3 0 93.2 0 89.7 1.8 82.6 8.1 57.9 27.7 39 53 33.4c7.3-1.6 332.1-1.9 340-.3 21.2 4.3 37.9 17.1 47.6 36.4 7.7 15.3 7-1.5 7.3 180.6.2 115.8 0 164.5-.7 170.5zm-85.4-185.2c-1.1-5-4.2-9.6-7.7-11.5-1.1-.6-8-1.3-15.5-1.7-12.4-.6-13.8-.8-17.8-3.1-6.2-3.6-7.9-7.6-8-18.3 0-20.4-8.5-39.4-25.3-56.5-12-12.2-25.3-20.5-40.6-25.1-3.6-1.1-11.8-1.5-39.2-1.8-42.9-.5-52.5.4-67.1 6.2-27 10.7-46.3 33.4-53.4 62.4-1.3 5.4-1.6 14.2-1.9 64.3-.4 62.8 0 72.1 4 84.5 9.7 30.7 37.1 53.4 64.6 58.4 9.2 1.7 122.2 2.1 133.7.5 20.1-2.7 35.9-10.8 50.7-25.9 10.7-10.9 17.4-22.8 21.8-38.5 3.2-10.9 2.9-88.4 1.7-93.9z"], + "flickr": [448, 512, [], "f16e", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z"], + "viber": [512, 512, [], "f409", "M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z"], + "soundcloud": [640, 512, [], "f1be", "M639.8 298.6c-1.3 23.1-11.5 44.8-28.4 60.5s-39.2 24.4-62.3 24.1h-218c-4.8 0-9.4-2-12.8-5.4s-5.3-8-5.3-12.8V130.2c-.2-4 .9-8 3.1-11.4s5.3-6.1 9-7.7c0 0 20.1-13.9 62.3-13.9c25.8 0 51.1 6.9 73.3 20.1c17.3 10.2 32.3 23.8 44.1 40.1s20 34.8 24.2 54.4c7.5-2.1 15.3-3.2 23.1-3.2c11.7-.1 23.3 2.2 34.2 6.7S606.8 226.6 615 235s14.6 18.3 18.9 29.3s6.3 22.6 5.9 34.3zm-354-153.5c.1-1 0-2-.3-2.9s-.8-1.8-1.5-2.6s-1.5-1.3-2.4-1.7s-1.9-.6-2.9-.6s-2 .2-2.9 .6s-1.7 1-2.4 1.7s-1.2 1.6-1.5 2.6s-.4 1.9-.3 2.9c-6 78.9-10.6 152.9 0 231.6c.2 1.7 1 3.3 2.3 4.5s3 1.8 4.7 1.8s3.4-.6 4.7-1.8s2.1-2.8 2.3-4.5c11.3-79.4 6.6-152 0-231.6zm-44 27.3c-.2-1.8-1.1-3.5-2.4-4.7s-3.1-1.9-5-1.9s-3.6 .7-5 1.9s-2.2 2.9-2.4 4.7c-7.9 67.9-7.9 136.5 0 204.4c.3 1.8 1.2 3.4 2.5 4.5s3.1 1.8 4.8 1.8s3.5-.6 4.8-1.8s2.2-2.8 2.5-4.5c8.8-67.8 8.8-136.5 .1-204.4zm-44.3-6.9c-.2-1.8-1-3.4-2.3-4.6s-3-1.8-4.8-1.8s-3.5 .7-4.8 1.8s-2.1 2.8-2.3 4.6c-6.7 72-10.2 139.3 0 211.1c0 1.9 .7 3.7 2.1 5s3.1 2.1 5 2.1s3.7-.7 5-2.1s2.1-3.1 2.1-5c10.5-72.8 7.3-138.2 .1-211.1zm-44 20.6c0-1.9-.8-3.8-2.1-5.2s-3.2-2.1-5.2-2.1s-3.8 .8-5.2 2.1s-2.1 3.2-2.1 5.2c-8.1 63.3-8.1 127.5 0 190.8c.2 1.8 1 3.4 2.4 4.6s3.1 1.9 4.8 1.9s3.5-.7 4.8-1.9s2.2-2.8 2.4-4.6c8.8-63.3 8.9-127.5 .3-190.8zM109 233.7c0-1.9-.8-3.8-2.1-5.1s-3.2-2.1-5.1-2.1s-3.8 .8-5.1 2.1s-2.1 3.2-2.1 5.1c-10.5 49.2-5.5 93.9 .4 143.6c.3 1.6 1.1 3.1 2.3 4.2s2.8 1.7 4.5 1.7s3.2-.6 4.5-1.7s2.1-2.5 2.3-4.2c6.6-50.4 11.6-94.1 .4-143.6zm-44.1-7.5c-.2-1.8-1.1-3.5-2.4-4.8s-3.2-1.9-5-1.9s-3.6 .7-5 1.9s-2.2 2.9-2.4 4.8c-9.3 50.2-6.2 94.4 .3 144.5c.7 7.6 13.6 7.5 14.4 0c7.2-50.9 10.5-93.8 .3-144.5zM20.3 250.8c-.2-1.8-1.1-3.5-2.4-4.8s-3.2-1.9-5-1.9s-3.6 .7-5 1.9s-2.3 2.9-2.4 4.8c-8.5 33.7-5.9 61.6 .6 95.4c.2 1.7 1 3.3 2.3 4.4s2.9 1.8 4.7 1.8s3.4-.6 4.7-1.8s2.1-2.7 2.3-4.4c7.5-34.5 11.2-61.8 .4-95.4z"], + "digg": [512, 512, [], "f1a6", "M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z"], + "tencent-weibo": [384, 512, [], "f1d5", "M72.3 495.8c1.4 19.9-27.6 22.2-29.7 2.9C31 368.8 73.7 259.2 144 185.5c-15.6-34 9.2-77.1 50.6-77.1 30.3 0 55.1 24.6 55.1 55.1 0 44-49.5 70.8-86.9 45.1-65.7 71.3-101.4 169.8-90.5 287.2zM192 .1C66.1.1-12.3 134.3 43.7 242.4 52.4 259.8 79 246.9 70 229 23.7 136.4 91 29.8 192 29.8c75.4 0 136.9 61.4 136.9 136.9 0 90.8-86.9 153.9-167.7 133.1-19.1-4.1-25.6 24.4-6.6 29.1 110.7 23.2 204-60 204-162.3C358.6 74.7 284 .1 192 .1z"], + "letterboxd": [640, 512, [], "e62d", "M521.3 128C586.9 128 640 181.1 640 246.6s-53.1 118.6-118.7 118.6c-42.5 0-79.7-22.3-100.7-55.8c11.4-18.2 18-39.7 18-62.8s-6.6-44.6-18-62.8l0 0 .8-1.2c20.8-32.3 56.8-53.9 97.9-54.6l2 0zM320 128c42.5 0 79.7 22.3 100.7 55.8c-11.4 18.2-18 39.7-18 62.8s6.6 44.6 18 62.8l0 0-.8 1.2c-20.8 32.3-56.8 53.9-97.9 54.6l-2 0c-42.5 0-79.7-22.3-100.7-55.8c11.4-18.2 18-39.7 18-62.8s-6.6-44.6-18-62.8l0 0 .8-1.2c20.8-32.3 56.8-53.9 97.9-54.6l2 0zm-201.3 0c42.5 0 79.7 22.3 100.7 55.8c-11.4 18.2-18 39.7-18 62.8s6.6 44.6 18 62.8l0 0-.8 1.2c-20.8 32.3-56.8 53.9-97.9 54.6l-2 0C53.1 365.1 0 312.1 0 246.6S53.1 128 118.7 128z"], + "symfony": [512, 512, [], "f83d", "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87-.27-9.18 6.68-13.44 6.53-18.85-.23-6.55-10.16-6.82-12.87-6.67-39.78 1.29-48.59 57-58.89 113.85 21.43 3.15 36.65-.72 45.14-6.22 12-7.75-3.34-15.72-1.42-24.56 4-18.16 32.55-19 32 5.3-.36 17.86-25.92 41.81-77.6 35.7-10.76 59.52-18.35 115-58.2 161.72-29 34.46-58.4 39.82-71.58 40.26-24.65.85-41-12.31-41.58-29.84-.56-17 14.45-26.26 24.31-26.59 21.89-.75 30.12 25.67 14.88 34-12.09 9.71.11 12.61 2.05 12.55 10.42-.36 17.34-5.51 22.18-9 24-20 33.24-54.86 45.35-118.35 8.19-49.66 17-78 18.23-82-16.93-12.75-27.08-28.55-49.85-34.72-15.61-4.23-25.12-.63-31.81 7.83-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62-5.06 29.93-40.72 52.9-82.88 39.94-36-11.11-42.7-36.56-38.38-50.62 7.51-24.15 42.36-11.72 34.62 13.6-2.79 8.6-4.92 8.68-6.28 13.07-4.56 14.77 41.85 28.4 51-1.39 4.47-14.52-5.3-21.71-22.25-39.85-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53 25.16-.81 44.19 10.59 44.83 28.65.25 7.69-4.17 22.59-19.52 23.13z"], + "maxcdn": [512, 512, [], "f136", "M461.1 442.7h-97.4L415.6 200c2.3-10.2.9-19.5-4.4-25.7-5-6.1-13.7-9.6-24.2-9.6h-49.3l-59.5 278h-97.4l59.5-278h-83.4l-59.5 278H0l59.5-278-44.6-95.4H387c39.4 0 75.3 16.3 98.3 44.9 23.3 28.6 31.8 67.4 23.6 105.9l-47.8 222.6z"], + "etsy": [384, 512, [], "f2d7", "M384 348c-1.75 10.75-13.75 110-15.5 132-117.879-4.299-219.895-4.743-368.5 0v-25.5c45.457-8.948 60.627-8.019 61-35.25 1.793-72.322 3.524-244.143 0-322-1.029-28.46-12.13-26.765-61-36v-25.5c73.886 2.358 255.933 8.551 362.999-3.75-3.5 38.25-7.75 126.5-7.75 126.5H332C320.947 115.665 313.241 68 277.25 68h-137c-10.25 0-10.75 3.5-10.75 9.75V241.5c58 .5 88.5-2.5 88.5-2.5 29.77-.951 27.56-8.502 40.75-65.251h25.75c-4.407 101.351-3.91 61.829-1.75 160.25H257c-9.155-40.086-9.065-61.045-39.501-61.5 0 0-21.5-2-88-2v139c0 26 14.25 38.25 44.25 38.25H263c63.636 0 66.564-24.996 98.751-99.75H384z"], + "facebook-messenger": [512, 512, [], "f39f", "M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8zm149.24 185.13l-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62z"], + "audible": [640, 512, [], "f373", "M640 199.9v54l-320 200L0 254v-54l320 200 320-200.1zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6-72 0-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7 89.7-74.4 219.4-58.1 290.2 36.3zm-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7 34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5-38.9 0-73.4 19.4-94.4 49zM103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1 48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6 9.9-10.5 22.7-23.5 34.2-32.6zm467 32.7z"], + "think-peaks": [576, 512, [], "f731", "M465.4 409.4l87.1-150.2-32-.3-55.1 95L259.2 0 23 407.4l32 .3L259.2 55.6zm-355.3-44.1h32.1l117.4-202.5L463 511.9l32.5.1-235.8-404.6z"], + "bilibili": [512, 512, [], "e3d9", "M488.6 104.1C505.3 122.2 513 143.8 511.9 169.8V372.2C511.5 398.6 502.7 420.3 485.4 437.3C468.2 454.3 446.3 463.2 419.9 464H92.02C65.57 463.2 43.81 454.2 26.74 436.8C9.682 419.4 .7667 396.5 0 368.2V169.8C.7667 143.8 9.682 122.2 26.74 104.1C43.81 87.75 65.57 78.77 92.02 78H121.4L96.05 52.19C90.3 46.46 87.42 39.19 87.42 30.4C87.42 21.6 90.3 14.34 96.05 8.603C101.8 2.868 109.1 0 117.9 0C126.7 0 134 2.868 139.8 8.603L213.1 78H301.1L375.6 8.603C381.7 2.868 389.2 0 398 0C406.8 0 414.1 2.868 419.9 8.603C425.6 14.34 428.5 21.6 428.5 30.4C428.5 39.19 425.6 46.46 419.9 52.19L394.6 78L423.9 78C450.3 78.77 471.9 87.75 488.6 104.1H488.6zM449.8 173.8C449.4 164.2 446.1 156.4 439.1 150.3C433.9 144.2 425.1 140.9 416.4 140.5H96.05C86.46 140.9 78.6 144.2 72.47 150.3C66.33 156.4 63.07 164.2 62.69 173.8V368.2C62.69 377.4 65.95 385.2 72.47 391.7C78.99 398.2 86.85 401.5 96.05 401.5H416.4C425.6 401.5 433.4 398.2 439.7 391.7C446 385.2 449.4 377.4 449.8 368.2L449.8 173.8zM185.5 216.5C191.8 222.8 195.2 230.6 195.6 239.7V273C195.2 282.2 191.9 289.9 185.8 296.2C179.6 302.5 171.8 305.7 162.2 305.7C152.6 305.7 144.7 302.5 138.6 296.2C132.5 289.9 129.2 282.2 128.8 273V239.7C129.2 230.6 132.6 222.8 138.9 216.5C145.2 210.2 152.1 206.9 162.2 206.5C171.4 206.9 179.2 210.2 185.5 216.5H185.5zM377 216.5C383.3 222.8 386.7 230.6 387.1 239.7V273C386.7 282.2 383.4 289.9 377.3 296.2C371.2 302.5 363.3 305.7 353.7 305.7C344.1 305.7 336.3 302.5 330.1 296.2C323.1 289.9 320.7 282.2 320.4 273V239.7C320.7 230.6 324.1 222.8 330.4 216.5C336.7 210.2 344.5 206.9 353.7 206.5C362.9 206.9 370.7 210.2 377 216.5H377z"], + "erlang": [640, 512, [], "f39d", "M87.2 53.5H0v405h100.4c-49.7-52.6-78.8-125.3-78.7-212.1-.1-76.7 24-142.7 65.5-192.9zm238.2 9.7c-45.9.1-85.1 33.5-89.2 83.2h169.9c-1.1-49.7-34.5-83.1-80.7-83.2zm230.7-9.6h.3l-.1-.1zm.3 0c31.4 42.7 48.7 97.5 46.2 162.7.5 6 .5 11.7 0 24.1H230.2c-.2 109.7 38.9 194.9 138.6 195.3 68.5-.3 118-51 151.9-106.1l96.4 48.2c-17.4 30.9-36.5 57.8-57.9 80.8H640v-405z"], + "x-twitter": [512, 512, [], "e61b", "M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"], + "cotton-bureau": [512, 512, [], "f89e", "M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39 62 0 99.2-37.2 99.2-99.21 0-61.37-36.53-98.28-97.38-99.06-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41 48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223 0-141.82 81.35-223.2 223.2-223.2 114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8 105 8 12 101.19 12 255.82 12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67 0 48-26.43 74.41-74.4 74.41-28.61 0-49.33-9.59-61.59-27.33 83.06-16.55 75.59-99.67 71.79-120.75zm-81.68 97.36c-2.46-10.34-16.33-87 56.23-97 2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61-28.36 5.48-49.36 20.59-61.59 43.45-12.23-22.86-33.23-38-61.6-43.45 12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41 0-44.36 22.86-70 64.22-73.67-6.75 37.2-1.38 106.53 71.65 120.75-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.28 80.28 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z"], + "dashcube": [448, 512, [], "f210", "M326.6 104H110.4c-51.1 0-91.2 43.3-91.2 93.5V427c0 50.5 40.1 85 91.2 85h227.2c51.1 0 91.2-34.5 91.2-85V0L326.6 104zM153.9 416.5c-17.7 0-32.4-15.1-32.4-32.8V240.8c0-17.7 14.7-32.5 32.4-32.5h140.7c17.7 0 32 14.8 32 32.5v123.5l51.1 52.3H153.9z"], + "42-group": [640, 512, ["innosoft"], "e080", "M320 96V416C341.011 416 361.818 411.861 381.23 403.821C400.641 395.78 418.28 383.995 433.138 369.138C447.995 354.28 459.78 336.641 467.821 317.23C475.861 297.818 480 277.011 480 256C480 234.989 475.861 214.182 467.821 194.771C459.78 175.359 447.995 157.72 433.138 142.863C418.28 128.005 400.641 116.22 381.23 108.179C361.818 100.139 341.011 96 320 96ZM0 256L160.002 416L320.003 256L160.002 96L0 256ZM480 256C480 277.011 484.138 297.818 492.179 317.23C500.219 336.643 512.005 354.28 526.862 369.138C541.72 383.995 559.357 395.781 578.77 403.821C598.182 411.862 618.989 416 640 416V96C597.565 96 556.869 112.858 526.862 142.863C496.857 172.869 480 213.565 480 256Z"], + "stack-exchange": [448, 512, [], "f18d", "M17.7 332.3h412.7v22c0 37.7-29.3 68-65.3 68h-19L259.3 512v-89.7H83c-36 0-65.3-30.3-65.3-68v-22zm0-23.6h412.7v-85H17.7v85zm0-109.4h412.7v-85H17.7v85zM365 0H83C47 0 17.7 30.3 17.7 67.7V90h412.7V67.7C430.3 30.3 401 0 365 0z"], + "elementor": [512, 512, [], "f430", "M.361 256C.361 397 114 511 255 511C397 511 511 397 511 256C511 116 397 2.05 255 2.05C114 2.05 .361 116 .361 256zM192 150V363H149V150H192zM234 150H362V193H234V150zM362 235V278H234V235H362zM234 320H362V363H234V320z"], + "square-pied-piper": [448, 512, ["pied-piper-square"], "e01e", "M32 419L0 479.2l.8-328C.8 85.3 54 32 120 32h327.2c-93 28.9-189.9 94.2-253.9 168.6C122.7 282 82.6 338 32 419M448 32S305.2 98.8 261.6 199.1c-23.2 53.6-28.9 118.1-71 158.6-28.9 27.8-69.8 38.2-105.3 56.3-23.2 12-66.4 40.5-84.9 66h328.4c66 0 119.3-53.3 119.3-119.2-.1 0-.1-328.8-.1-328.8z"], + "creative-commons-nd": [496, 512, [], "f4eb", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm94 144.3v42.5H162.1V197h180.3zm0 79.8v42.5H162.1v-42.5h180.3z"], + "palfed": [576, 512, [], "f3d8", "M384.9 193.9c0-47.4-55.2-44.2-95.4-29.8-1.3 39.4-2.5 80.7-3 119.8.7 2.8 2.6 6.2 15.1 6.2 36.8 0 83.4-42.8 83.3-96.2zm-194.5 72.2c.2 0 6.5-2.7 11.2-2.7 26.6 0 20.7 44.1-14.4 44.1-21.5 0-37.1-18.1-37.1-43 0-42 42.9-95.6 100.7-126.5 1-12.4 3-22 10.5-28.2 11.2-9 26.6-3.5 29.5 11.1 72.2-22.2 135.2 1 135.2 72 0 77.9-79.3 152.6-140.1 138.2-.1 39.4.9 74.4 2.7 100v.2c.2 3.4.6 12.5-5.3 19.1-9.6 10.6-33.4 10-36.4-22.3-4.1-44.4.2-206.1 1.4-242.5-21.5 15-58.5 50.3-58.5 75.9.2 2.5.4 4 .6 4.6zM8 181.1s-.1 37.4 38.4 37.4h30l22.4 217.2s0 44.3 44.7 44.3h288.9s44.7-.4 44.7-44.3l22.4-217.2h30s38.4 1.2 38.4-37.4c0 0 .1-37.4-38.4-37.4h-30.1c-7.3-25.6-30.2-74.3-119.4-74.3h-28V50.3s-2.7-18.4-21.1-18.4h-85.8s-21.1 0-21.1 18.4v19.1h-28.1s-105 4.2-120.5 74.3h-29S8 142.5 8 181.1z"], + "superpowers": [448, 512, [], "f2dd", "M448 32c-83.3 11-166.8 22-250 33-92 12.5-163.3 86.7-169 180-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33 91.8-12.5 163.3-86.8 168.7-179.8 3.5-55.5-18-109.5-57.7-148.2L448 32zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5-79.5-4.7-140.7-71-136.3-151 4.5-79.2 74.3-139.3 153-134.5 79.3 4.7 140.5 71 136.1 151z"], + "resolving": [496, 512, [], "f3e7", "M281.2 278.2c46-13.3 49.6-23.5 44-43.4L314 195.5c-6.1-20.9-18.4-28.1-71.1-12.8L54.7 236.8l28.6 98.6 197.9-57.2zM248.5 8C131.4 8 33.2 88.7 7.2 197.5l221.9-63.9c34.8-10.2 54.2-11.7 79.3-8.2 36.3 6.1 52.7 25 61.4 55.2l10.7 37.8c8.2 28.1 1 50.6-23.5 73.6-19.4 17.4-31.2 24.5-61.4 33.2L203 351.8l220.4 27.1 9.7 34.2-48.1 13.3-286.8-37.3 23 80.2c36.8 22 80.3 34.7 126.3 34.7 137 0 248.5-111.4 248.5-248.3C497 119.4 385.5 8 248.5 8zM38.3 388.6L0 256.8c0 48.5 14.3 93.4 38.3 131.8z"], + "xbox": [512, 512, [], "f412", "M369.9 318.2c44.3 54.3 64.7 98.8 54.4 118.7-7.9 15.1-56.7 44.6-92.6 55.9-29.6 9.3-68.4 13.3-100.4 10.2-38.2-3.7-76.9-17.4-110.1-39C93.3 445.8 87 438.3 87 423.4c0-29.9 32.9-82.3 89.2-142.1 32-33.9 76.5-73.7 81.4-72.6 9.4 2.1 84.3 75.1 112.3 109.5zM188.6 143.8c-29.7-26.9-58.1-53.9-86.4-63.4-15.2-5.1-16.3-4.8-28.7 8.1-29.2 30.4-53.5 79.7-60.3 122.4-5.4 34.2-6.1 43.8-4.2 60.5 5.6 50.5 17.3 85.4 40.5 120.9 9.5 14.6 12.1 17.3 9.3 9.9-4.2-11-.3-37.5 9.5-64 14.3-39 53.9-112.9 120.3-194.4zm311.6 63.5C483.3 127.3 432.7 77 425.6 77c-7.3 0-24.2 6.5-36 13.9-23.3 14.5-41 31.4-64.3 52.8C367.7 197 427.5 283.1 448.2 346c6.8 20.7 9.7 41.1 7.4 52.3-1.7 8.5-1.7 8.5 1.4 4.6 6.1-7.7 19.9-31.3 25.4-43.5 7.4-16.2 15-40.2 18.6-58.7 4.3-22.5 3.9-70.8-.8-93.4zM141.3 43C189 40.5 251 77.5 255.6 78.4c.7.1 10.4-4.2 21.6-9.7 63.9-31.1 94-25.8 107.4-25.2-63.9-39.3-152.7-50-233.9-11.7-23.4 11.1-24 11.9-9.4 11.2z"], + "square-web-awesome-stroke": [448, 512, [], "e684", "M64 64C46.3 64 32 78.3 32 96l0 320c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm235 81.6L288 224l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24L304.5 349.1c-5.2 11.5-16.6 18.9-29.2 18.9l-102.6 0c-12.6 0-24-7.4-29.2-18.9L87.2 224C74.3 223.6 64 213 64 200c0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L160 224l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6z"], + "searchengin": [460, 512, [], "f3eb", "M220.6 130.3l-67.2 28.2V43.2L98.7 233.5l54.7-24.2v130.3l67.2-209.3zm-83.2-96.7l-1.3 4.7-15.2 52.9C80.6 106.7 52 145.8 52 191.5c0 52.3 34.3 95.9 83.4 105.5v53.6C57.5 340.1 0 272.4 0 191.6c0-80.5 59.8-147.2 137.4-158zm311.4 447.2c-11.2 11.2-23.1 12.3-28.6 10.5-5.4-1.8-27.1-19.9-60.4-44.4-33.3-24.6-33.6-35.7-43-56.7-9.4-20.9-30.4-42.6-57.5-52.4l-9.7-14.7c-24.7 16.9-53 26.9-81.3 28.7l2.1-6.6 15.9-49.5c46.5-11.9 80.9-54 80.9-104.2 0-54.5-38.4-102.1-96-107.1V32.3C254.4 37.4 320 106.8 320 191.6c0 33.6-11.2 64.7-29 90.4l14.6 9.6c9.8 27.1 31.5 48 52.4 57.4s32.2 9.7 56.8 43c24.6 33.2 42.7 54.9 44.5 60.3s.7 17.3-10.5 28.5zm-9.9-17.9c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8z"], + "tiktok": [448, 512, [], "e07b", "M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"], + "square-facebook": [448, 512, ["facebook-square"], "f082", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"], + "renren": [512, 512, [], "f18b", "M214 169.1c0 110.4-61 205.4-147.6 247.4C30 373.2 8 317.7 8 256.6 8 133.9 97.1 32.2 214 12.5v156.6zM255 504c-42.9 0-83.3-11-118.5-30.4C193.7 437.5 239.9 382.9 255 319c15.5 63.9 61.7 118.5 118.8 154.7C338.7 493 298.3 504 255 504zm190.6-87.5C359 374.5 298 279.6 298 169.1V12.5c116.9 19.7 206 121.4 206 244.1 0 61.1-22 116.6-58.4 159.9z"], + "linux": [448, 512, [], "f17c", "M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z"], + "glide": [448, 512, [], "f2a5", "M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4-5.8 27.8-11.6 55.8-17.3 83.6-1.4 6.3-8.3 4.9-13.7 4.9-23.8 0-30.5-26-30.5-45.5 0-29.3 11.2-68.1 38.5-83.1 4.3-2.5 9.2-4.2 14.1-4.2 11.4 0 12.3 8.3 12.3 17.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 187c0-5.1-20.8-37.7-25.5-39.5-2.2-.9-7.2-2.3-9.6-2.3-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4 0-44.6-23.8-62.7-67.5-62.7-71.7 0-108 70.8-108 123.5 0 54.7 32 85 86.3 85 7.5 0 6.9-.6 6.9 2.3-10.5 80.3-56.5 82.9-56.5 58.9 0-24.4 28-36.5 28.3-38-.2-7.6-29.3-17.2-36.7-17.2-21.1 0-32.7 33-32.7 50.6 0 32.3 20.4 54.7 53.3 54.7 48.2 0 83.4-49.7 94.3-91.7 9.4-37.7 7-39.4 12.3-42.1 20-10.1 35.8-16.8 58.4-16.8 11.1 0 19 2.3 36.7 5.2 1.8.1 4.1-1.7 4.1-3.5z"], + "linkedin": [448, 512, [], "f08c", "M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"], + "hubspot": [512, 512, [], "f3b2", "M267.4 211.6c-25.1 23.7-40.8 57.3-40.8 94.6 0 29.3 9.7 56.3 26 78L203.1 434c-4.4-1.6-9.1-2.5-14-2.5-10.8 0-20.9 4.2-28.5 11.8-7.6 7.6-11.8 17.8-11.8 28.6s4.2 20.9 11.8 28.5c7.6 7.6 17.8 11.6 28.5 11.6 10.8 0 20.9-3.9 28.6-11.6 7.6-7.6 11.8-17.8 11.8-28.5 0-4.2-.6-8.2-1.9-12.1l50-50.2c22 16.9 49.4 26.9 79.3 26.9 71.9 0 130-58.3 130-130.2 0-65.2-47.7-119.2-110.2-128.7V116c17.5-7.4 28.2-23.8 28.2-42.9 0-26.1-20.9-47.9-47-47.9S311.2 47 311.2 73.1c0 19.1 10.7 35.5 28.2 42.9v61.2c-15.2 2.1-29.6 6.7-42.7 13.6-27.6-20.9-117.5-85.7-168.9-124.8 1.2-4.4 2-9 2-13.8C129.8 23.4 106.3 0 77.4 0 48.6 0 25.2 23.4 25.2 52.2c0 28.9 23.4 52.3 52.2 52.3 9.8 0 18.9-2.9 26.8-7.6l163.2 114.7zm89.5 163.6c-38.1 0-69-30.9-69-69s30.9-69 69-69 69 30.9 69 69-30.9 69-69 69z"], + "deploydog": [512, 512, [], "f38e", "M382.2 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.6 0-33.2 16.4-33.2 32.6zM188.5 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.7 0-33.2 16.4-33.2 32.6zM448 96c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H64c-17.5 0-32-14.4-32-32V128c0-17.5 14.4-32 32-32h384m0-32H64C28.8 64 0 92.8 0 128v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V128c0-35.2-28.8-64-64-64z"], + "twitch": [512, 512, [], "f1e8", "M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z"], + "flutter": [448, 512, [], "e694", "M429.5 236.3L291.7 374.1 429.5 512H272l-59.1-59.1-78.8-78.8L272 236.3H429.5zM272 0L16 256l78.8 78.8L429.5 0H272z"], + "ravelry": [512, 512, [], "f2d9", "M498.252,234.223c-1.208-10.34-1.7-20.826-3.746-31a310.306,310.306,0,0,0-9.622-36.6,184.068,184.068,0,0,0-30.874-57.5,251.154,251.154,0,0,0-18.818-21.689,237.362,237.362,0,0,0-47.113-36.116A240.8,240.8,0,0,0,331.356,26.65c-11.018-3.1-22.272-5.431-33.515-7.615-6.78-1.314-13.749-1.667-20.627-2.482-.316-.036-.6-.358-.9-.553q-16.143.009-32.288.006c-2.41.389-4.808.925-7.236,1.15a179.331,179.331,0,0,0-34.256,7.1,221.5,221.5,0,0,0-39.768,16.355,281.385,281.385,0,0,0-38.08,24.158c-6.167,4.61-12.268,9.36-17.974,14.518C96.539,88.494,86.34,97.72,76.785,107.555a243.878,243.878,0,0,0-33.648,43.95,206.488,206.488,0,0,0-20.494,44.6,198.2,198.2,0,0,0-7.691,34.759A201.13,201.13,0,0,0,13.4,266.385a299.716,299.716,0,0,0,4.425,40.24,226.865,226.865,0,0,0,16.73,53.3,210.543,210.543,0,0,0,24,39.528,213.589,213.589,0,0,0,26.358,28.416A251.313,251.313,0,0,0,126.7,458.455a287.831,287.831,0,0,0,55.9,25.277,269.5,269.5,0,0,0,40.641,9.835c6.071,1.01,12.275,1.253,18.412,1.873a4.149,4.149,0,0,1,1.19.56h32.289c2.507-.389,5-.937,7.527-1.143,16.336-1.332,32.107-5.335,47.489-10.717A219.992,219.992,0,0,0,379.1,460.322c9.749-6.447,19.395-13.077,28.737-20.1,5.785-4.348,10.988-9.5,16.3-14.457,3.964-3.7,7.764-7.578,11.51-11.5a232.162,232.162,0,0,0,31.427-41.639c9.542-16.045,17.355-32.905,22.3-50.926,2.859-10.413,4.947-21.045,7.017-31.652,1.032-5.279,1.251-10.723,1.87-16.087.036-.317.358-.6.552-.9V236.005A9.757,9.757,0,0,1,498.252,234.223Zm-161.117-1.15s-16.572-2.98-28.47-2.98c-27.2,0-33.57,14.9-33.57,37.04V360.8H201.582V170.062H275.1v31.931c8.924-26.822,26.771-36.189,62.04-36.189Z"], + "mixer": [512, 512, [], "e056", "M114.57,76.07a45.71,45.71,0,0,0-67.51-6.41c-17.58,16.18-19,43.52-4.75,62.77l91.78,123L41.76,379.58c-14.23,19.25-13.11,46.59,4.74,62.77A45.71,45.71,0,0,0,114,435.94L242.89,262.7a12.14,12.14,0,0,0,0-14.23ZM470.24,379.58,377.91,255.45l91.78-123c14.22-19.25,12.83-46.59-4.75-62.77a45.71,45.71,0,0,0-67.51,6.41l-128,172.12a12.14,12.14,0,0,0,0,14.23L398,435.94a45.71,45.71,0,0,0,67.51,6.41C483.35,426.17,484.47,398.83,470.24,379.58Z"], + "square-lastfm": [448, 512, ["lastfm-square"], "f203", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM210.7 280.8c-1.8-5.5-3.4-10.8-5-15.9c-12.9-41.9-21-68.4-58-68.4c-22.4 0-45.1 16.1-45.1 61.2c0 35.2 18 57.2 43.3 57.2c28.6 0 47.6-21.3 47.6-21.3l11.7 31.9s-19.8 19.4-61.2 19.4c-51.3 0-79.9-30.1-79.9-85.8c0-57.9 28.6-92 82.5-92c67.9 0 79.3 35.3 96.4 88.4c1.4 4.4 2.9 8.9 4.4 13.5c8.8 26.8 24.2 46.2 61.2 46.2c24.9 0 38.1-5.5 38.1-19.1c0-17.5-16.9-21.2-40-26.4c-3.2-.7-6.5-1.4-9.9-2.2c-30.4-7.3-42.5-23.1-42.5-48c0-40 32.3-52.4 65.2-52.4c37.4 0 60.1 13.6 63 46.6l-36.7 4.4c-1.5-15.8-11-22.4-28.6-22.4c-16.1 0-26 7.3-26 19.8c0 11 4.8 17.6 20.9 21.3c2.2 .5 4.5 1 6.7 1.4c31.1 6.5 65.1 13.7 65.1 56.1c.1 36.7-30.7 50.6-76.1 50.6c-63.4 0-85.4-28.6-97.1-64.1z"], + "vimeo": [448, 512, [], "f40a", "M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8zM377 180.8c-1.4 31.5-23.4 74.7-66 129.4-44 57.2-81.3 85.8-111.7 85.8-18.9 0-34.8-17.4-47.9-52.3-25.5-93.3-36.4-148-57.4-148-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2 25.2-2.4 40.7 14.8 46.5 51.7 20.7 131.2 29.9 151 67.6 91.6 13.5-21.4 20.8-37.7 21.8-48.9 3.5-33.2-25.9-30.9-45.8-22.4 15.9-52.1 46.3-77.4 91.2-76 33.3.9 49 22.5 47.1 64.7z"], + "mendeley": [640, 512, [], "f7b3", "M624.6 325.2c-12.3-12.4-29.7-19.2-48.4-17.2-43.3-1-49.7-34.9-37.5-98.8 22.8-57.5-14.9-131.5-87.4-130.8-77.4.7-81.7 82-130.9 82-48.1 0-54-81.3-130.9-82-72.9-.8-110.1 73.3-87.4 130.8 12.2 63.9 5.8 97.8-37.5 98.8-21.2-2.3-37 6.5-53 22.5-19.9 19.7-19.3 94.8 42.6 102.6 47.1 5.9 81.6-42.9 61.2-87.8-47.3-103.7 185.9-106.1 146.5-8.2-.1.1-.2.2-.3.4-26.8 42.8 6.8 97.4 58.8 95.2 52.1 2.1 85.4-52.6 58.8-95.2-.1-.2-.2-.3-.3-.4-39.4-97.9 193.8-95.5 146.5 8.2-4.6 10-6.7 21.3-5.7 33 4.9 53.4 68.7 74.1 104.9 35.2 17.8-14.8 23.1-65.6 0-88.3zm-303.9-19.1h-.6c-43.4 0-62.8-37.5-62.8-62.8 0-34.7 28.2-62.8 62.8-62.8h.6c34.7 0 62.8 28.1 62.8 62.8 0 25-19.2 62.8-62.8 62.8z"], + "uniregistry": [384, 512, [], "f404", "M192 480c39.5 0 76.2-11.8 106.8-32.2H85.3C115.8 468.2 152.5 480 192 480zm-89.1-193.1v-12.4H0v12.4c0 2.5 0 5 .1 7.4h103.1c-.2-2.4-.3-4.9-.3-7.4zm20.5 57H8.5c2.6 8.5 5.8 16.8 9.6 24.8h138.3c-12.9-5.7-24.1-14.2-33-24.8zm-17.7-34.7H1.3c.9 7.6 2.2 15 3.9 22.3h109.7c-4-6.9-7.2-14.4-9.2-22.3zm-2.8-69.3H0v17.3h102.9zm0-173.2H0v4.9h102.9zm0-34.7H0v2.5h102.9zm0 69.3H0v7.4h102.9zm0 104H0v14.8h102.9zm0-69.3H0v9.9h102.9zm0 34.6H0V183h102.9zm166.2 160.9h109.7c1.8-7.3 3.1-14.7 3.9-22.3H278.3c-2.1 7.9-5.2 15.4-9.2 22.3zm12-185.7H384V136H281.1zm0 37.2H384v-12.4H281.1zm0-74.3H384v-7.4H281.1zm0-76.7v2.5H384V32zm-203 410.9h227.7c11.8-8.7 22.7-18.6 32.2-29.7H44.9c9.6 11 21.4 21 33.2 29.7zm203-371.3H384v-4.9H281.1zm0 148.5H384v-14.8H281.1zM38.8 405.7h305.3c6.7-8.5 12.6-17.6 17.8-27.2H23c5.2 9.6 9.2 18.7 15.8 27.2zm188.8-37.1H367c3.7-8 5.8-16.2 8.5-24.8h-115c-8.8 10.7-20.1 19.2-32.9 24.8zm53.5-81.7c0 2.5-.1 5-.4 7.4h103.1c.1-2.5.2-4.9.2-7.4v-12.4H281.1zm0-29.7H384v-17.3H281.1z"], + "figma": [384, 512, [], "f799", "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z"], + "creative-commons-remix": [496, 512, [], "f4ee", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm161.7 207.7l4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L361 178.5v61.6l49.1 20.3zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V295l113.8 46.9v-.4l.4.4zm7.5-57.6l39.9-16.4-36.8-15.5-39 16.4 35.9 15.5zm52.3 38.1v-43L355.2 298v43.4l44.3-19z"], + "cc-amazon-pay": [576, 512, [], "f42d", "M124.7 201.8c.1-11.8 0-23.5 0-35.3v-35.3c0-1.3.4-2 1.4-2.7 11.5-8 24.1-12.1 38.2-11.1 12.5.9 22.7 7 28.1 21.7 3.3 8.9 4.1 18.2 4.1 27.7 0 8.7-.7 17.3-3.4 25.6-5.7 17.8-18.7 24.7-35.7 23.9-11.7-.5-21.9-5-31.4-11.7-.9-.8-1.4-1.6-1.3-2.8zm154.9 14.6c4.6 1.8 9.3 2 14.1 1.5 11.6-1.2 21.9-5.7 31.3-12.5.9-.6 1.3-1.3 1.3-2.5-.1-3.9 0-7.9 0-11.8 0-4-.1-8 0-12 0-1.4-.4-2-1.8-2.2-7-.9-13.9-2.2-20.9-2.9-7-.6-14-.3-20.8 1.9-6.7 2.2-11.7 6.2-13.7 13.1-1.6 5.4-1.6 10.8.1 16.2 1.6 5.5 5.2 9.2 10.4 11.2zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zm-207.5 23.9c.4 1.7.9 3.4 1.6 5.1 16.5 40.6 32.9 81.3 49.5 121.9 1.4 3.5 1.7 6.4.2 9.9-2.8 6.2-4.9 12.6-7.8 18.7-2.6 5.5-6.7 9.5-12.7 11.2-4.2 1.1-8.5 1.3-12.9.9-2.1-.2-4.2-.7-6.3-.8-2.8-.2-4.2 1.1-4.3 4-.1 2.8-.1 5.6 0 8.3.1 4.6 1.6 6.7 6.2 7.5 4.7.8 9.4 1.6 14.2 1.7 14.3.3 25.7-5.4 33.1-17.9 2.9-4.9 5.6-10.1 7.7-15.4 19.8-50.1 39.5-100.3 59.2-150.5.6-1.5 1.1-3 1.3-4.6.4-2.4-.7-3.6-3.1-3.7-5.6-.1-11.1 0-16.7 0-3.1 0-5.3 1.4-6.4 4.3-.4 1.1-.9 2.3-1.3 3.4l-29.1 83.7c-2.1 6.1-4.2 12.1-6.5 18.6-.4-.9-.6-1.4-.8-1.9-10.8-29.9-21.6-59.9-32.4-89.8-1.7-4.7-3.5-9.5-5.3-14.2-.9-2.5-2.7-4-5.4-4-6.4-.1-12.8-.2-19.2-.1-2.2 0-3.3 1.6-2.8 3.7zM242.4 206c1.7 11.7 7.6 20.8 18 26.6 9.9 5.5 20.7 6.2 31.7 4.6 12.7-1.9 23.9-7.3 33.8-15.5.4-.3.8-.6 1.4-1 .5 3.2.9 6.2 1.5 9.2.5 2.6 2.1 4.3 4.5 4.4 4.6.1 9.1.1 13.7 0 2.3-.1 3.8-1.6 4-3.9.1-.8.1-1.6.1-2.3v-88.8c0-3.6-.2-7.2-.7-10.8-1.6-10.8-6.2-19.7-15.9-25.4-5.6-3.3-11.8-5-18.2-5.9-3-.4-6-.7-9.1-1.1h-10c-.8.1-1.6.3-2.5.3-8.2.4-16.3 1.4-24.2 3.5-5.1 1.3-10 3.2-15 4.9-3 1-4.5 3.2-4.4 6.5.1 2.8-.1 5.6 0 8.3.1 4.1 1.8 5.2 5.7 4.1 6.5-1.7 13.1-3.5 19.7-4.8 10.3-1.9 20.7-2.7 31.1-1.2 5.4.8 10.5 2.4 14.1 7 3.1 4 4.2 8.8 4.4 13.7.3 6.9.2 13.9.3 20.8 0 .4-.1.7-.2 1.2-.4 0-.8 0-1.1-.1-8.8-2.1-17.7-3.6-26.8-4.1-9.5-.5-18.9.1-27.9 3.2-10.8 3.8-19.5 10.3-24.6 20.8-4.1 8.3-4.6 17-3.4 25.8zM98.7 106.9v175.3c0 .8 0 1.7.1 2.5.2 2.5 1.7 4.1 4.1 4.2 5.9.1 11.8.1 17.7 0 2.5 0 4-1.7 4.1-4.1.1-.8.1-1.7.1-2.5v-60.7c.9.7 1.4 1.2 1.9 1.6 15 12.5 32.2 16.6 51.1 12.9 17.1-3.4 28.9-13.9 36.7-29.2 5.8-11.6 8.3-24.1 8.7-37 .5-14.3-1-28.4-6.8-41.7-7.1-16.4-18.9-27.3-36.7-30.9-2.7-.6-5.5-.8-8.2-1.2h-7c-1.2.2-2.4.3-3.6.5-11.7 1.4-22.3 5.8-31.8 12.7-2 1.4-3.9 3-5.9 4.5-.1-.5-.3-.8-.4-1.2-.4-2.3-.7-4.6-1.1-6.9-.6-3.9-2.5-5.5-6.4-5.6h-9.7c-5.9-.1-6.9 1-6.9 6.8zM493.6 339c-2.7-.7-5.1 0-7.6 1-43.9 18.4-89.5 30.2-136.8 35.8-14.5 1.7-29.1 2.8-43.7 3.2-26.6.7-53.2-.8-79.6-4.3-17.8-2.4-35.5-5.7-53-9.9-37-8.9-72.7-21.7-106.7-38.8-8.8-4.4-17.4-9.3-26.1-14-3.8-2.1-6.2-1.5-8.2 2.1v1.7c1.2 1.6 2.2 3.4 3.7 4.8 36 32.2 76.6 56.5 122 72.9 21.9 7.9 44.4 13.7 67.3 17.5 14 2.3 28 3.8 42.2 4.5 3 .1 6 .2 9 .4.7 0 1.4.2 2.1.3h17.7c.7-.1 1.4-.3 2.1-.3 14.9-.4 29.8-1.8 44.6-4 21.4-3.2 42.4-8.1 62.9-14.7 29.6-9.6 57.7-22.4 83.4-40.1 2.8-1.9 5.7-3.8 8-6.2 4.3-4.4 2.3-10.4-3.3-11.9zm50.4-27.7c-.8-4.2-4-5.8-7.6-7-5.7-1.9-11.6-2.8-17.6-3.3-11-.9-22-.4-32.8 1.6-12 2.2-23.4 6.1-33.5 13.1-1.2.8-2.4 1.8-3.1 3-.6.9-.7 2.3-.5 3.4.3 1.3 1.7 1.6 3 1.5.6 0 1.2 0 1.8-.1l19.5-2.1c9.6-.9 19.2-1.5 28.8-.8 4.1.3 8.1 1.2 12 2.2 4.3 1.1 6.2 4.4 6.4 8.7.3 6.7-1.2 13.1-2.9 19.5-3.5 12.9-8.3 25.4-13.3 37.8-.3.8-.7 1.7-.8 2.5-.4 2.5 1 4 3.4 3.5 1.4-.3 3-1.1 4-2.1 3.7-3.6 7.5-7.2 10.6-11.2 10.7-13.8 17-29.6 20.7-46.6.7-3 1.2-6.1 1.7-9.1.2-4.7.2-9.6.2-14.5z"], + "dropbox": [528, 512, [], "f16b", "M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z"], + "instagram": [448, 512, [], "f16d", "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"], + "cmplid": [640, 512, [], "e360", "M226.119,388.165a3.816,3.816,0,0,0-2.294-3.5,3.946,3.946,0,0,0-1.629-.385L72.6,384.3a19.243,19.243,0,0,1-17.924-26.025L81.585,255.692a35.72,35.72,0,0,1,32.373-26H262.525a7.07,7.07,0,0,0,6.392-5.194l10.769-41.131a3.849,3.849,0,0,0-2.237-4.937,3.755,3.755,0,0,0-1.377-.261c-.063,0-.126,0-.189.005H127.38a106.8,106.8,0,0,0-96.99,77.1L3.483,358.824A57.469,57.469,0,0,0,57.314,436q1.43,0,2.86-.072H208.742a7.131,7.131,0,0,0,6.391-5.193L225.839,389.6A3.82,3.82,0,0,0,226.119,388.165ZM306.658,81.2a3.861,3.861,0,0,0,.251-1.367A3.813,3.813,0,0,0,303.079,76c-.064,0-.128,0-.192,0h-41A7.034,7.034,0,0,0,255.5,81.2l-21.347,80.915h51.131ZM180.364,368.249H231.5L263.452,245.69H212.321ZM511.853,79.723a3.809,3.809,0,0,0-3.8-3.661c-.058,0-.137,0-.23.007h-41a7.1,7.1,0,0,0-6.584,5.129L368.91,430.634a3.54,3.54,0,0,0-.262,1.335,3.873,3.873,0,0,0,3.864,3.863c.056,0,.112,0,.169,0h41a7.068,7.068,0,0,0,6.392-5.193L511.533,81.2A3.624,3.624,0,0,0,511.853,79.723ZM324.649,384.47h-41a7.2,7.2,0,0,0-6.392,5.194L266.52,430.8a3.662,3.662,0,0,0-.268,1.374A3.783,3.783,0,0,0,270.023,436c.06,0,.166,0,.3-.012h40.905a7.036,7.036,0,0,0,6.391-5.193l10.769-41.131a3.75,3.75,0,0,0-3.445-5.208c-.108,0-.217,0-.326.014Zm311.324-308.4h-41a7.066,7.066,0,0,0-6.392,5.129l-91.46,349.436a4.073,4.073,0,0,0-.229,1.347,3.872,3.872,0,0,0,3.863,3.851c.056,0,.112,0,.169,0h40.968a7.1,7.1,0,0,0,6.392-5.193L639.68,81.2a3.624,3.624,0,0,0,.32-1.475,3.841,3.841,0,0,0-3.821-3.564c-.068,0-.137,0-.206.006ZM371.562,225.236l10.8-41.1a4.369,4.369,0,0,0,.227-1.388,3.869,3.869,0,0,0-3.861-3.842c-.057,0-.113,0-.169,0h-41.1a7.292,7.292,0,0,0-6.391,5.226l-10.834,41.1a4.417,4.417,0,0,0-.26,1.493c0,.069,0,.138,0,.206a3.776,3.776,0,0,0,3.757,3.507c.076,0,.18,0,.3-.012h41.129A7.034,7.034,0,0,0,371.562,225.236Z"], + "upwork": [641, 512, [], "e641", "M494.7 295.6c-50.3 0-83.5-38.9-92.8-53.9c11.9-95.3 46.8-125.4 92.8-125.4c45.5 0 80.9 36.4 80.9 89.7s-35.4 89.7-80.9 89.7zm0-237.8c-81.9 0-127.8 53.4-141 108.4c-14.9-28-25.9-65.5-34.5-100.3H206v141c0 51.1-23.3 89-68.8 89s-71.6-37.8-71.6-89l.5-141H.8v141c0 41.1 13.3 78.4 37.6 105.1c25 27.5 59.2 41.8 98.8 41.8c78.8 0 133.8-60.4 133.8-146.9V112.1c8.2 31.2 27.8 91.1 65.3 143.6l-35 199.4h66.4l23.1-141.3c7.6 6.3 15.7 12 24.2 17c22.2 14 47.7 21.9 73.9 22.8c0 0 4 .2 6.1 .2c81.2 0 145.9-62.9 145.9-147.8s-64.8-148.1-146-148.1z"], + "facebook": [512, 512, [62000], "f09a", "M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z"], + "gripfire": [384, 512, [], "f3ac", "M112.5 301.4c0-73.8 105.1-122.5 105.1-203 0-47.1-34-88-39.1-90.4.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3 65.1 46.7 78.1 71.4 78.1 86.6 0 10.1-4.8 17-4.8 22.3 13.1-16.7 17.4-31.9 17.5-46.4 0-29.6-21.7-56.3-44.2-86.5-16-22.3-32.6-42.6-32.6-69.5zm205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1 0 44.7-54.2 111.2-56.6 116.7-2.2 5.1-3.2 10.5-3.2 15.8 0 20.1 15.2 42.1 17.9 42.1 2.4 0 56.6-55.4 58.1-87.7 6.4 11.7 9.1 22.6 9.1 33.4 0 41.2-41.8 96.9-41.8 96.9 0 11.6 31.9 53.2 35.5 53.2 1 0 2.2-1.4 3.2-2.4 37.9-39.3 67.3-85 67.3-136.8 0-8-.7-16.2-2.2-24.6z"], + "jedi-order": [448, 512, [], "f50e", "M398.5 373.6c95.9-122.1 17.2-233.1 17.2-233.1 45.4 85.8-41.4 170.5-41.4 170.5 105-171.5-60.5-271.5-60.5-271.5 96.9 72.7-10.1 190.7-10.1 190.7 85.8 158.4-68.6 230.1-68.6 230.1s-.4-16.9-2.2-85.7c4.3 4.5 34.5 36.2 34.5 36.2l-24.2-47.4 62.6-9.1-62.6-9.1 20.2-55.5-31.4 45.9c-2.2-87.7-7.8-305.1-7.9-306.9v-2.4 1-1 2.4c0 1-5.6 219-7.9 306.9l-31.4-45.9 20.2 55.5-62.6 9.1 62.6 9.1-24.2 47.4 34.5-36.2c-1.8 68.8-2.2 85.7-2.2 85.7s-154.4-71.7-68.6-230.1c0 0-107-118.1-10.1-190.7 0 0-165.5 99.9-60.5 271.5 0 0-86.8-84.8-41.4-170.5 0 0-78.7 111 17.2 233.1 0 0-26.2-16.1-49.4-77.7 0 0 16.9 183.3 222 185.7h4.1c205-2.4 222-185.7 222-185.7-23.6 61.5-49.9 77.7-49.9 77.7z"], + "uikit": [448, 512, [], "f403", "M443.9 128v256L218 512 0 384V169.7l87.6 45.1v117l133.5 75.5 135.8-75.5v-151l-101.1-57.6 87.6-53.1L443.9 128zM308.6 49.1L223.8 0l-88.6 54.8 86 47.3 87.4-53z"], + "fort-awesome-alt": [512, 512, [], "f3a3", "M208 237.4h-22.2c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7H208c2.1 0 3.7-1.6 3.7-3.7v-51.7c0-2.1-1.6-3.7-3.7-3.7zm118.2 0H304c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7h22.2c2.1 0 3.7-1.6 3.7-3.7v-51.7c-.1-2.1-1.7-3.7-3.7-3.7zm132-125.1c-2.3-3.2-4.6-6.4-7.1-9.5-9.8-12.5-20.8-24-32.8-34.4-4.5-3.9-9.1-7.6-13.9-11.2-1.6-1.2-3.2-2.3-4.8-3.5C372 34.1 340.3 20 306 13c-16.2-3.3-32.9-5-50-5s-33.9 1.7-50 5c-34.3 7.1-66 21.2-93.3 40.8-1.6 1.1-3.2 2.3-4.8 3.5-4.8 3.6-9.4 7.3-13.9 11.2-3 2.6-5.9 5.3-8.8 8s-5.7 5.5-8.4 8.4c-5.5 5.7-10.7 11.8-15.6 18-2.4 3.1-4.8 6.3-7.1 9.5C25.2 153 8.3 202.5 8.3 256c0 2 .1 4 .1 6 .1.7.1 1.3.1 2 .1 1.3.1 2.7.2 4 0 .8.1 1.5.1 2.3 0 1.3.1 2.5.2 3.7.1.8.1 1.6.2 2.4.1 1.1.2 2.3.3 3.5 0 .8.1 1.6.2 2.4.1 1.2.3 2.4.4 3.6.1.8.2 1.5.3 2.3.1 1.3.3 2.6.5 3.9.1.6.2 1.3.3 1.9l.9 5.7c.1.6.2 1.1.3 1.7.3 1.3.5 2.7.8 4 .2.8.3 1.6.5 2.4.2 1 .5 2.1.7 3.2.2.9.4 1.7.6 2.6.2 1 .4 2 .7 3 .2.9.5 1.8.7 2.7.3 1 .5 1.9.8 2.9.3.9.5 1.8.8 2.7.2.9.5 1.9.8 2.8s.5 1.8.8 2.7c.3 1 .6 1.9.9 2.8.6 1.6 1.1 3.3 1.7 4.9.4 1 .7 1.9 1 2.8.3 1 .7 2 1.1 3 .3.8.6 1.5.9 2.3l1.2 3c.3.7.6 1.5.9 2.2.4 1 .9 2 1.3 3l.9 2.1c.5 1 .9 2 1.4 3 .3.7.6 1.3.9 2 .5 1 1 2.1 1.5 3.1.2.6.5 1.1.8 1.7.6 1.1 1.1 2.2 1.7 3.3.1.2.2.3.3.5 2.2 4.1 4.4 8.2 6.8 12.2.2.4.5.8.7 1.2.7 1.1 1.3 2.2 2 3.3.3.5.6.9.9 1.4.6 1.1 1.3 2.1 2 3.2.3.5.6.9.9 1.4.7 1.1 1.4 2.1 2.1 3.2.2.4.5.8.8 1.2.7 1.1 1.5 2.2 2.3 3.3.2.2.3.5.5.7 37.5 51.7 94.4 88.5 160 99.4.9.1 1.7.3 2.6.4 1 .2 2.1.4 3.1.5s1.9.3 2.8.4c1 .2 2 .3 3 .4.9.1 1.9.2 2.9.3s1.9.2 2.9.3 2.1.2 3.1.3c.9.1 1.8.1 2.7.2 1.1.1 2.3.1 3.4.2.8 0 1.7.1 2.5.1 1.3 0 2.6.1 3.9.1.7.1 1.4.1 2.1.1 2 .1 4 .1 6 .1s4-.1 6-.1c.7 0 1.4-.1 2.1-.1 1.3 0 2.6 0 3.9-.1.8 0 1.7-.1 2.5-.1 1.1-.1 2.3-.1 3.4-.2.9 0 1.8-.1 2.7-.2 1-.1 2.1-.2 3.1-.3s1.9-.2 2.9-.3c.9-.1 1.9-.2 2.9-.3s2-.3 3-.4 1.9-.3 2.8-.4c1-.2 2.1-.3 3.1-.5.9-.1 1.7-.3 2.6-.4 65.6-11 122.5-47.7 160.1-102.4.2-.2.3-.5.5-.7.8-1.1 1.5-2.2 2.3-3.3.2-.4.5-.8.8-1.2.7-1.1 1.4-2.1 2.1-3.2.3-.5.6-.9.9-1.4.6-1.1 1.3-2.1 2-3.2.3-.5.6-.9.9-1.4.7-1.1 1.3-2.2 2-3.3.2-.4.5-.8.7-1.2 2.4-4 4.6-8.1 6.8-12.2.1-.2.2-.3.3-.5.6-1.1 1.1-2.2 1.7-3.3.2-.6.5-1.1.8-1.7.5-1 1-2.1 1.5-3.1.3-.7.6-1.3.9-2 .5-1 1-2 1.4-3l.9-2.1c.5-1 .9-2 1.3-3 .3-.7.6-1.5.9-2.2l1.2-3c.3-.8.6-1.5.9-2.3.4-1 .7-2 1.1-3s.7-1.9 1-2.8c.6-1.6 1.2-3.3 1.7-4.9.3-1 .6-1.9.9-2.8s.5-1.8.8-2.7c.2-.9.5-1.9.8-2.8s.6-1.8.8-2.7c.3-1 .5-1.9.8-2.9.2-.9.5-1.8.7-2.7.2-1 .5-2 .7-3 .2-.9.4-1.7.6-2.6.2-1 .5-2.1.7-3.2.2-.8.3-1.6.5-2.4.3-1.3.6-2.7.8-4 .1-.6.2-1.1.3-1.7l.9-5.7c.1-.6.2-1.3.3-1.9.1-1.3.3-2.6.5-3.9.1-.8.2-1.5.3-2.3.1-1.2.3-2.4.4-3.6 0-.8.1-1.6.2-2.4.1-1.1.2-2.3.3-3.5.1-.8.1-1.6.2-2.4.1 1.7.1.5.2-.7 0-.8.1-1.5.1-2.3.1-1.3.2-2.7.2-4 .1-.7.1-1.3.1-2 .1-2 .1-4 .1-6 0-53.5-16.9-103-45.8-143.7zM448 371.5c-9.4 15.5-20.6 29.9-33.6 42.9-20.6 20.6-44.5 36.7-71.2 48-13.9 5.8-28.2 10.3-42.9 13.2v-75.8c0-58.6-88.6-58.6-88.6 0v75.8c-14.7-2.9-29-7.3-42.9-13.2-26.7-11.3-50.6-27.4-71.2-48-13-13-24.2-27.4-33.6-42.9v-71.3c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7V326h29.6V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7H208c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-4.8 6.5-3.7 9.5-3.7V88.1c-4.4-2-7.4-6.7-7.4-11.5 0-16.8 25.4-16.8 25.4 0 0 4.8-3 9.4-7.4 11.5V92c6.3-1.4 12.7-2.3 19.2-2.3 9.4 0 18.4 3.5 26.3 3.5 7.2 0 15.2-3.5 19.4-3.5 2.1 0 3.7 1.6 3.7 3.7v48.4c0 5.6-18.7 6.5-22.4 6.5-8.6 0-16.6-3.5-25.4-3.5-7 0-14.1 1.2-20.8 2.8v30.7c3 0 9.5-1.1 9.5 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v144h29.5v-25.8c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7z"], + "phabricator": [496, 512, [], "f3db", "M323 262.1l-.1-13s21.7-19.8 21.1-21.2l-9.5-20c-.6-1.4-29.5-.5-29.5-.5l-9.4-9.3s.2-28.5-1.2-29.1l-20.1-9.2c-1.4-.6-20.7 21-20.7 21l-13.1-.2s-20.5-21.4-21.9-20.8l-20 8.3c-1.4.5.2 28.9.2 28.9l-9.1 9.1s-29.2-.9-29.7.4l-8.1 19.8c-.6 1.4 21 21 21 21l.1 12.9s-21.7 19.8-21.1 21.2l9.5 20c.6 1.4 29.5.5 29.5.5l9.4 9.3s-.2 31.8 1.2 32.3l20.1 8.3c1.4.6 20.7-23.5 20.7-23.5l13.1.2s20.5 23.8 21.8 23.3l20-7.5c1.4-.6-.2-32.1-.2-32.1l9.1-9.1s29.2.9 29.7-.5l8.1-19.8c.7-1.1-20.9-20.7-20.9-20.7zm-44.9-8.7c.7 17.1-12.8 31.6-30.1 32.4-17.3.8-32.1-12.5-32.8-29.6-.7-17.1 12.8-31.6 30.1-32.3 17.3-.8 32.1 12.5 32.8 29.5zm201.2-37.9l-97-97-.1.1c-75.1-73.3-195.4-72.8-269.8 1.6-50.9 51-27.8 27.9-95.7 95.3-22.3 22.3-22.3 58.7 0 81 69.9 69.4 46.4 46 97.4 97l.1-.1c75.1 73.3 195.4 72.9 269.8-1.6 51-50.9 27.9-27.9 95.3-95.3 22.3-22.3 22.3-58.7 0-81zM140.4 363.8c-59.6-59.5-59.6-156 0-215.5 59.5-59.6 156-59.5 215.6 0 59.5 59.5 59.6 156 0 215.6-59.6 59.5-156 59.4-215.6-.1z"], + "ussunnah": [482, 512, [], "f407", "M481.9 268.1A240.9 240.9 0 1 1 .1 268a240.9 240.9 0 1 1 481.9 0zM24.5 268a216.5 216.5 0 1 0 432.9 0A216.5 216.5 0 1 0 24.5 268zm385.9 63.3c-12.7 0-21.6-1.9-26.7-5.9c-5.5-4.3-8.2-12.3-8.2-23.8V205.1c0-6.5-5.2-20.2-15.7-41.2c7 0 17-9.1 30-27.2V284.5c0 11 2.4 19.4 7 25.3c3.7 4.7 10.1 8.9 19 12.6c1.2 .4 2.6 .9 4.1 1.4c2.9 .9 6.3 2.1 10.3 3.5c-1.8 2.7-8.3 4-19.9 4zm-219 0c-1.3 2.4-3.6 5.5-6.8 9.4l-18.5 22.5c-1-6.1-4-13-9.3-20.6s-9.7-11.4-13.4-11.4h-8.3H53.6c3.3-5.3 4.9-8.8 4.9-10.8c0-2-.8-5.3-2.4-9.7c-1.5-4.4-2.4-8.5-2.4-12.4c0-7.4 2.1-13.9 6.3-19.3L80 253.4l-7.1-17.7L89 215.9l6.7 16.8 8-10.3c-1.8 6.4-2.6 12.3-2.6 17.7c0 4.2 2.8 13.3 8.3 27.3l16.2 40.7H135h8 .3c2.8 .4 7.7 5 14.6 13.9c1.8 2.4 4.3 5.8 7.7 10.2c1.4 1.9 2.9 3.9 4.6 6.1c1.3-2.3 2-4.6 2-7.1c0-2-1.3-6.6-4-13.4L163 304.1c-4-10.6-6.1-17.7-6.1-21.3c0-6.3 1.9-12.3 5.8-17.9c.5-.6 1-1.3 1.5-1.9c4.4-5.6 8.8-11.1 13.3-16.5c-1.1 4.6-1.7 8.7-1.7 12c0 3.7 1.7 9.9 5.1 18.8l7.9 20.4c1.9 4.7 3 8.2 3.7 10.3h17.6 8.3l-.9-2.6c-1.4-3.9-4-7-7.7-9.3l15.6-20.1 12.3 32h13.4L245 292.2c-1.5-3.9-4-7-7.7-9.3L253 262.8 270.3 308h13.4l-11.4-29.4c-1.5-3.9-4-7-7.7-9.3l15.6-20L302.6 308h10.3 8.3 7.6c1.5 0 3-1.1 4.5-3.1s2.2-4.1 2.2-6.3V205.1c0-6.5-4.5-20.3-13.7-41.2c5.4 0 14.1-9.1 26.2-27.2V300.2c0 7.2 .6 12 1.7 14.6c1.6 3.4 5.3 6.2 11.1 8.2c-3.9 5.6-8.7 8.5-14.5 8.5H321.1h-8.3H210.5h-19zM93.4 287.3c-2.7-6.7-4-11.7-4-15c-.6 1.2-2.4 3.7-5.4 7.6c-1.4 1.9-2.2 3.7-2.2 5.3c0 2.6 .8 5.7 2.2 9.3l5.6 13.9h0c5 0 9 0 11.9-.1l-8.2-20.9zm13.5-72.4c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm-27.6 0c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm87 27.5c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3z"], + "earlybirds": [480, 512, [], "f39a", "M313.2 47.5c1.2-13 21.3-14 36.6-8.7.9.3 26.2 9.7 19 15.2-27.9-7.4-56.4 18.2-55.6-6.5zm-201 6.9c30.7-8.1 62 20 61.1-7.1-1.3-14.2-23.4-15.3-40.2-9.6-1 .3-28.7 10.5-20.9 16.7zM319.4 160c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-159.7 0c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm318.5 163.2c-9.9 24-40.7 11-63.9-1.2-13.5 69.1-58.1 111.4-126.3 124.2.3.9-2-.1 24 1 33.6 1.4 63.8-3.1 97.4-8-19.8-13.8-11.4-37.1-9.8-38.1 1.4-.9 14.7 1.7 21.6 11.5 8.6-12.5 28.4-14.8 30.2-13.6 1.6 1.1 6.6 20.9-6.9 34.6 4.7-.9 8.2-1.6 9.8-2.1 2.6-.8 17.7 11.3 3.1 13.3-14.3 2.3-22.6 5.1-47.1 10.8-45.9 10.7-85.9 11.8-117.7 12.8l1 11.6c3.8 18.1-23.4 24.3-27.6 6.2.8 17.9-27.1 21.8-28.4-1l-.5 5.3c-.7 18.4-28.4 17.9-28.3-.6-7.5 13.5-28.1 6.8-26.4-8.5l1.2-12.4c-36.7.9-59.7 3.1-61.8 3.1-20.9 0-20.9-31.6 0-31.6 2.4 0 27.7 1.3 63.2 2.8-61.1-15.5-103.7-55-114.9-118.2-25 12.8-57.5 26.8-68.2.8-10.5-25.4 21.5-42.6 66.8-73.4.7-6.6 1.6-13.3 2.7-19.8-14.4-19.6-11.6-36.3-16.1-60.4-16.8 2.4-23.2-9.1-23.6-23.1.3-7.3 2.1-14.9 2.4-15.4 1.1-1.8 10.1-2 12.7-2.6 6-31.7 50.6-33.2 90.9-34.5 19.7-21.8 45.2-41.5 80.9-48.3C203.3 29 215.2 8.5 216.2 8c1.7-.8 21.2 4.3 26.3 23.2 5.2-8.8 18.3-11.4 19.6-10.7 1.1.6 6.4 15-4.9 25.9 40.3 3.5 72.2 24.7 96 50.7 36.1 1.5 71.8 5.9 77.1 34 2.7.6 11.6.8 12.7 2.6.3.5 2.1 8.1 2.4 15.4-.5 13.9-6.8 25.4-23.6 23.1-3.2 17.3-2.7 32.9-8.7 47.7 2.4 11.7 4 23.8 4.8 36.4 37 25.4 70.3 42.5 60.3 66.9zM207.4 159.9c.9-44-37.9-42.2-78.6-40.3-21.7 1-38.9 1.9-45.5 13.9-11.4 20.9 5.9 92.9 23.2 101.2 9.8 4.7 73.4 7.9 86.3-7.1 8.2-9.4 15-49.4 14.6-67.7zm52 58.3c-4.3-12.4-6-30.1-15.3-32.7-2-.5-9-.5-11 0-10 2.8-10.8 22.1-17 37.2 15.4 0 19.3 9.7 23.7 9.7 4.3 0 6.3-11.3 19.6-14.2zm135.7-84.7c-6.6-12.1-24.8-12.9-46.5-13.9-40.2-1.9-78.2-3.8-77.3 40.3-.5 18.3 5 58.3 13.2 67.8 13 14.9 76.6 11.8 86.3 7.1 15.8-7.6 36.5-78.9 24.3-101.3z"], + "trade-federation": [496, 512, [], "f513", "M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z"], + "autoprefixer": [640, 512, [], "f41c", "M318.4 16l-161 480h77.5l25.4-81.4h119.5L405 496h77.5L318.4 16zm-40.3 341.9l41.2-130.4h1.5l40.9 130.4h-83.6zM640 405l-10-31.4L462.1 358l19.4 56.5L640 405zm-462.1-47L10 373.7 0 405l158.5 9.4 19.4-56.4z"], + "whatsapp": [448, 512, [], "f232", "M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"], + "square-upwork": [448, 512, [], "e67c", "M56 32l336 0c30.9 0 56 25.1 56 56l0 336c0 30.9-25.1 56-56 56L56 480c-30.9 0-56-25.1-56-56L0 88C0 57.1 25.1 32 56 32zM270.9 274.2c6.6-52.9 25.9-69.5 51.4-69.5c25.3 0 44.9 20.2 44.9 49.7s-19.7 49.7-44.9 49.7c-27.9 0-46.3-21.5-51.4-29.9zm-26.7-41.8c-8.2-15.5-14.3-36.3-19.2-55.6l-29.7 0-33.2 0 0 78.1c0 28.4-12.9 49.4-38.2 49.4s-39.8-20.9-39.8-49.3l.3-78.1-36.2 0 0 78.1c0 22.8 7.4 43.5 20.9 58.2c13.9 15.2 32.8 23.2 54.8 23.2c43.7 0 74.2-33.5 74.2-81.5l0-52.5c4.6 17.3 15.4 50.5 36.2 79.7L215 392.6l36.8 0 12.8-78.4c4.2 3.5 8.7 6.6 13.4 9.4c12.3 7.8 26.4 12.2 40.9 12.6l.1 0c.5 0 1.1 0 1.6 0c.6 0 1.1 0 1.7 0c45.1 0 80.9-34.9 80.9-81.9s-35.9-82.2-80.9-82.2c-45.4 0-70.9 29.7-78.1 60.1z"], + "slideshare": [512, 512, [], "f1e7", "M187.7 153.7c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7s61.7-26 61.7-57.7c0-32-27.7-57.7-61.7-57.7zm143.4 0c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7 34.3 0 61.7-26 61.7-57.7.1-32-27.4-57.7-61.7-57.7zm156.6 90l-6 4.3V49.7c0-27.4-20.6-49.7-46-49.7H76.6c-25.4 0-46 22.3-46 49.7V248c-2-1.4-4.3-2.9-6.3-4.3-15.1-10.6-25.1 4-16 17.7 18.3 22.6 53.1 50.3 106.3 72C58.3 525.1 252 555.7 248.9 457.5c0-.7.3-56.6.3-96.6 5.1 1.1 9.4 2.3 13.7 3.1 0 39.7.3 92.8.3 93.5-3.1 98.3 190.6 67.7 134.3-124 53.1-21.7 88-49.4 106.3-72 9.1-13.8-.9-28.3-16.1-17.8zm-30.5 19.2c-68.9 37.4-128.3 31.1-160.6 29.7-23.7-.9-32.6 9.1-33.7 24.9-10.3-7.7-18.6-15.5-20.3-17.1-5.1-5.4-13.7-8-27.1-7.7-31.7 1.1-89.7 7.4-157.4-28V72.3c0-34.9 8.9-45.7 40.6-45.7h317.7c30.3 0 40.9 12.9 40.9 45.7v190.6z"], + "google-play": [512, 512, [], "f3ab", "M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z"], + "viadeo": [448, 512, [], "f2a9", "M276.2 150.5v.7C258.3 98.6 233.6 47.8 205.4 0c43.3 29.2 67 100 70.8 150.5zm32.7 121.7c7.6 18.2 11 37.5 11 57 0 77.7-57.8 141-137.8 139.4l3.8-.3c74.2-46.7 109.3-118.6 109.3-205.1 0-38.1-6.5-75.9-18.9-112 1 11.7 1 23.7 1 35.4 0 91.8-18.1 241.6-116.6 280C95 455.2 49.4 398 49.4 329.2c0-75.6 57.4-142.3 135.4-142.3 16.8 0 33.7 3.1 49.1 9.6 1.7-15.1 6.5-29.9 13.4-43.3-19.9-7.2-41.2-10.7-62.5-10.7-161.5 0-238.7 195.9-129.9 313.7 67.9 74.6 192 73.9 259.8 0 56.6-61.3 60.9-142.4 36.4-201-12.7 8-27.1 13.9-42.2 17zM418.1 11.7c-31 66.5-81.3 47.2-115.8 80.1-12.4 12-20.6 34-20.6 50.5 0 14.1 4.5 27.1 12 38.8 47.4-11 98.3-46 118.2-90.7-.7 5.5-4.8 14.4-7.2 19.2-20.3 35.7-64.6 65.6-99.7 84.9 14.8 14.4 33.7 25.8 55 25.8 79 0 110.1-134.6 58.1-208.6z"], + "line": [512, 512, [], "f3c0", "M311 196.8v81.3c0 2.1-1.6 3.7-3.7 3.7h-13c-1.3 0-2.4-.7-3-1.5l-37.3-50.3v48.2c0 2.1-1.6 3.7-3.7 3.7h-13c-2.1 0-3.7-1.6-3.7-3.7V196.9c0-2.1 1.6-3.7 3.7-3.7h12.9c1.1 0 2.4 .6 3 1.6l37.3 50.3V196.9c0-2.1 1.6-3.7 3.7-3.7h13c2.1-.1 3.8 1.6 3.8 3.5zm-93.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 2.1 1.6 3.7 3.7 3.7h13c2.1 0 3.7-1.6 3.7-3.7V196.8c0-1.9-1.6-3.7-3.7-3.7zm-31.4 68.1H150.3V196.8c0-2.1-1.6-3.7-3.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 1 .3 1.8 1 2.5c.7 .6 1.5 1 2.5 1h52.2c2.1 0 3.7-1.6 3.7-3.7v-13c0-1.9-1.6-3.7-3.5-3.7zm193.7-68.1H327.3c-1.9 0-3.7 1.6-3.7 3.7v81.3c0 1.9 1.6 3.7 3.7 3.7h52.2c2.1 0 3.7-1.6 3.7-3.7V265c0-2.1-1.6-3.7-3.7-3.7H344V247.7h35.5c2.1 0 3.7-1.6 3.7-3.7V230.9c0-2.1-1.6-3.7-3.7-3.7H344V213.5h35.5c2.1 0 3.7-1.6 3.7-3.7v-13c-.1-1.9-1.7-3.7-3.7-3.7zM512 93.4V419.4c-.1 51.2-42.1 92.7-93.4 92.6H92.6C41.4 511.9-.1 469.8 0 418.6V92.6C.1 41.4 42.2-.1 93.4 0H419.4c51.2 .1 92.7 42.1 92.6 93.4zM441.6 233.5c0-83.4-83.7-151.3-186.4-151.3s-186.4 67.9-186.4 151.3c0 74.7 66.3 137.4 155.9 149.3c21.8 4.7 19.3 12.7 14.4 42.1c-.8 4.7-3.8 18.4 16.1 10.1s107.3-63.2 146.5-108.2c27-29.7 39.9-59.8 39.9-93.1z"], + "google-drive": [512, 512, [], "f3aa", "M339 314.9L175.4 32h161.2l163.6 282.9H339zm-137.5 23.6L120.9 480h310.5L512 338.5H201.5zM154.1 67.4L0 338.5 80.6 480 237 208.8 154.1 67.4z"], + "servicestack": [496, 512, [], "f3ec", "M88 216c81.7 10.2 273.7 102.3 304 232H0c99.5-8.1 184.5-137 88-232zm32-152c32.3 35.6 47.7 83.9 46.4 133.6C249.3 231.3 373.7 321.3 400 448h96C455.3 231.9 222.8 79.5 120 64z"], + "simplybuilt": [512, 512, [], "f215", "M481.2 64h-106c-14.5 0-26.6 11.8-26.6 26.3v39.6H163.3V90.3c0-14.5-12-26.3-26.6-26.3h-106C16.1 64 4.3 75.8 4.3 90.3v331.4c0 14.5 11.8 26.3 26.6 26.3h450.4c14.8 0 26.6-11.8 26.6-26.3V90.3c-.2-14.5-12-26.3-26.7-26.3zM149.8 355.8c-36.6 0-66.4-29.7-66.4-66.4 0-36.9 29.7-66.6 66.4-66.6 36.9 0 66.6 29.7 66.6 66.6 0 36.7-29.7 66.4-66.6 66.4zm212.4 0c-36.9 0-66.6-29.7-66.6-66.6 0-36.6 29.7-66.4 66.6-66.4 36.6 0 66.4 29.7 66.4 66.4 0 36.9-29.8 66.6-66.4 66.6z"], + "bitbucket": [512, 512, [61810], "f171", "M22.2 32A16 16 0 0 0 6 47.8a26.35 26.35 0 0 0 .2 2.8l67.9 412.1a21.77 21.77 0 0 0 21.3 18.2h325.7a16 16 0 0 0 16-13.4L505 50.7a16 16 0 0 0-13.2-18.3 24.58 24.58 0 0 0-2.8-.2L22.2 32zm285.9 297.8h-104l-28.1-147h157.3l-25.2 147z"], + "imdb": [448, 512, [], "f2d8", "M89.5 323.6H53.93V186.2H89.5V323.6zM156.1 250.5L165.2 186.2H211.5V323.6H180.5V230.9L167.1 323.6H145.8L132.8 232.9L132.7 323.6H101.5V186.2H147.6C148.1 194.5 150.4 204.3 151.9 215.6L156.1 250.5zM223.7 323.6V186.2H250.3C267.3 186.2 277.3 187.1 283.3 188.6C289.4 190.3 294 192.8 297.2 196.5C300.3 199.8 302.3 203.1 303 208.5C303.9 212.9 304.4 221.6 304.4 234.7V282.9C304.4 295.2 303.7 303.4 302.5 307.6C301.4 311.7 299.4 315 296.5 317.3C293.7 319.7 290.1 321.4 285.8 322.3C281.6 323.1 275.2 323.6 266.7 323.6H223.7zM259.2 209.7V299.1C264.3 299.1 267.5 298.1 268.6 296.8C269.7 294.8 270.4 289.2 270.4 280.1V226.8C270.4 220.6 270.3 216.6 269.7 214.8C269.4 213 268.5 211.8 267.1 210.1C265.7 210.1 263 209.7 259.2 209.7V209.7zM316.5 323.6V186.2H350.6V230.1C353.5 227.7 356.7 225.2 360.1 223.5C363.7 222 368.9 221.1 372.9 221.1C377.7 221.1 381.8 221.9 385.2 223.3C388.6 224.8 391.2 226.8 393.2 229.5C394.9 232.1 395.9 234.8 396.3 237.3C396.7 239.9 396.1 245.3 396.1 253.5V292.1C396.1 300.3 396.3 306.4 395.3 310.5C394.2 314.5 391.5 318.1 387.5 320.1C383.4 324 378.6 325.4 372.9 325.4C368.9 325.4 363.7 324.5 360.2 322.9C356.7 321.1 353.5 318.4 350.6 314.9L348.5 323.6L316.5 323.6zM361.6 302.9C362.3 301.1 362.6 296.9 362.6 290.4V255C362.6 249.4 362.3 245.5 361.5 243.8C360.8 241.9 357.8 241.1 355.7 241.1C353.7 241.1 352.3 241.9 351.6 243.4C351 244.9 350.6 248.8 350.6 255V291.4C350.6 297.5 351 301.4 351.8 303C352.4 304.7 353.9 305.5 355.9 305.5C358.1 305.5 360.1 304.7 361.6 302.9L361.6 302.9zM418.4 32.04C434.1 33.27 447.1 47.28 447.1 63.92V448.1C447.1 464.5 435.2 478.5 418.9 479.1C418.6 479.1 418.4 480 418.1 480H29.88C29.6 480 29.32 479.1 29.04 479.9C13.31 478.5 1.093 466.1 0 449.7L.0186 61.78C1.081 45.88 13.82 33.09 30.26 31.1H417.7C417.9 31.1 418.2 32.01 418.4 32.04L418.4 32.04zM30.27 41.26C19 42.01 10.02 51.01 9.257 62.4V449.7C9.63 455.1 11.91 460.2 15.7 464C19.48 467.9 24.51 470.3 29.89 470.7H418.1C429.6 469.7 438.7 459.1 438.7 448.1V63.91C438.7 58.17 436.6 52.65 432.7 48.45C428.8 44.24 423.4 41.67 417.7 41.26L30.27 41.26z"], + "deezer": [576, 512, [], "e077", "M451.46,244.71H576V172H451.46Zm0-173.89v72.67H576V70.82Zm0,275.06H576V273.2H451.46ZM0,447.09H124.54V374.42H0Zm150.47,0H275V374.42H150.47Zm150.52,0H425.53V374.42H301Zm150.47,0H576V374.42H451.46ZM301,345.88H425.53V273.2H301Zm-150.52,0H275V273.2H150.47Zm0-101.17H275V172H150.47Z"], + "raspberry-pi": [407, 512, [], "f7bb", "M372 232.5l-3.7-6.5c.1-46.4-21.4-65.3-46.5-79.7 7.6-2 15.4-3.6 17.6-13.2 13.1-3.3 15.8-9.4 17.1-15.8 3.4-2.3 14.8-8.7 13.6-19.7 6.4-4.4 10-10.1 8.1-18.1 6.9-7.5 8.7-13.7 5.8-19.4 8.3-10.3 4.6-15.6 1.1-20.9 6.2-11.2.7-23.2-16.6-21.2-6.9-10.1-21.9-7.8-24.2-7.8-2.6-3.2-6-6-16.5-4.7-6.8-6.1-14.4-5-22.3-2.1-9.3-7.3-15.5-1.4-22.6.8C271.6.6 269 5.5 263.5 7.6c-12.3-2.6-16.1 3-22 8.9l-6.9-.1c-18.6 10.8-27.8 32.8-31.1 44.1-3.3-11.3-12.5-33.3-31.1-44.1l-6.9.1c-5.9-5.9-9.7-11.5-22-8.9-5.6-2-8.1-7-19.4-3.4-4.6-1.4-8.9-4.4-13.9-4.3-2.6.1-5.5 1-8.7 3.5-7.9-3-15.5-4-22.3 2.1-10.5-1.3-14 1.4-16.5 4.7-2.3 0-17.3-2.3-24.2 7.8C21.2 16 15.8 28 22 39.2c-3.5 5.4-7.2 10.7 1.1 20.9-2.9 5.7-1.1 11.9 5.8 19.4-1.8 8 1.8 13.7 8.1 18.1-1.2 11 10.2 17.4 13.6 19.7 1.3 6.4 4 12.4 17.1 15.8 2.2 9.5 10 11.2 17.6 13.2-25.1 14.4-46.6 33.3-46.5 79.7l-3.7 6.5c-28.8 17.2-54.7 72.7-14.2 117.7 2.6 14.1 7.1 24.2 11 35.4 5.9 45.2 44.5 66.3 54.6 68.8 14.9 11.2 30.8 21.8 52.2 29.2C159 504.2 181 512 203 512h1c22.1 0 44-7.8 64.2-28.4 21.5-7.4 37.3-18 52.2-29.2 10.2-2.5 48.7-23.6 54.6-68.8 3.9-11.2 8.4-21.3 11-35.4 40.6-45.1 14.7-100.5-14-117.7zm-22.2-8c-1.5 18.7-98.9-65.1-82.1-67.9 45.7-7.5 83.6 19.2 82.1 67.9zm-43 93.1c-24.5 15.8-59.8 5.6-78.8-22.8s-14.6-64.2 9.9-80c24.5-15.8 59.8-5.6 78.8 22.8s14.6 64.2-9.9 80zM238.9 29.3c.8 4.2 1.8 6.8 2.9 7.6 5.4-5.8 9.8-11.7 16.8-17.3 0 3.3-1.7 6.8 2.5 9.4 3.7-5 8.8-9.5 15.5-13.3-3.2 5.6-.6 7.3 1.2 9.6 5.1-4.4 10-8.8 19.4-12.3-2.6 3.1-6.2 6.2-2.4 9.8 5.3-3.3 10.6-6.6 23.1-8.9-2.8 3.1-8.7 6.3-5.1 9.4 6.6-2.5 14-4.4 22.1-5.4-3.9 3.2-7.1 6.3-3.9 8.8 7.1-2.2 16.9-5.1 26.4-2.6l-6 6.1c-.7.8 14.1.6 23.9.8-3.6 5-7.2 9.7-9.3 18.2 1 1 5.8.4 10.4 0-4.7 9.9-12.8 12.3-14.7 16.6 2.9 2.2 6.8 1.6 11.2.1-3.4 6.9-10.4 11.7-16 17.3 1.4 1 3.9 1.6 9.7.9-5.2 5.5-11.4 10.5-18.8 15 1.3 1.5 5.8 1.5 10 1.6-6.7 6.5-15.3 9.9-23.4 14.2 4 2.7 6.9 2.1 10 2.1-5.7 4.7-15.4 7.1-24.4 10 1.7 2.7 3.4 3.4 7.1 4.1-9.5 5.3-23.2 2.9-27 5.6.9 2.7 3.6 4.4 6.7 5.8-15.4.9-57.3-.6-65.4-32.3 15.7-17.3 44.4-37.5 93.7-62.6-38.4 12.8-73 30-102 53.5-34.3-15.9-10.8-55.9 5.8-71.8zm-34.4 114.6c24.2-.3 54.1 17.8 54 34.7-.1 15-21 27.1-53.8 26.9-32.1-.4-53.7-15.2-53.6-29.8 0-11.9 26.2-32.5 53.4-31.8zm-123-12.8c3.7-.7 5.4-1.5 7.1-4.1-9-2.8-18.7-5.3-24.4-10 3.1 0 6 .7 10-2.1-8.1-4.3-16.7-7.7-23.4-14.2 4.2-.1 8.7 0 10-1.6-7.4-4.5-13.6-9.5-18.8-15 5.8.7 8.3.1 9.7-.9-5.6-5.6-12.7-10.4-16-17.3 4.3 1.5 8.3 2 11.2-.1-1.9-4.2-10-6.7-14.7-16.6 4.6.4 9.4 1 10.4 0-2.1-8.5-5.8-13.3-9.3-18.2 9.8-.1 24.6 0 23.9-.8l-6-6.1c9.5-2.5 19.3.4 26.4 2.6 3.2-2.5-.1-5.6-3.9-8.8 8.1 1.1 15.4 2.9 22.1 5.4 3.5-3.1-2.3-6.3-5.1-9.4 12.5 2.3 17.8 5.6 23.1 8.9 3.8-3.6.2-6.7-2.4-9.8 9.4 3.4 14.3 7.9 19.4 12.3 1.7-2.3 4.4-4 1.2-9.6 6.7 3.8 11.8 8.3 15.5 13.3 4.1-2.6 2.5-6.2 2.5-9.4 7 5.6 11.4 11.5 16.8 17.3 1.1-.8 2-3.4 2.9-7.6 16.6 15.9 40.1 55.9 6 71.8-29-23.5-63.6-40.7-102-53.5 49.3 25 78 45.3 93.7 62.6-8 31.8-50 33.2-65.4 32.3 3.1-1.4 5.8-3.2 6.7-5.8-4-2.8-17.6-.4-27.2-5.6zm60.1 24.1c16.8 2.8-80.6 86.5-82.1 67.9-1.5-48.7 36.5-75.5 82.1-67.9zM38.2 342c-23.7-18.8-31.3-73.7 12.6-98.3 26.5-7 9 107.8-12.6 98.3zm91 98.2c-13.3 7.9-45.8 4.7-68.8-27.9-15.5-27.4-13.5-55.2-2.6-63.4 16.3-9.8 41.5 3.4 60.9 25.6 16.9 20 24.6 55.3 10.5 65.7zm-26.4-119.7c-24.5-15.8-28.9-51.6-9.9-80s54.3-38.6 78.8-22.8 28.9 51.6 9.9 80c-19.1 28.4-54.4 38.6-78.8 22.8zM205 496c-29.4 1.2-58.2-23.7-57.8-32.3-.4-12.7 35.8-22.6 59.3-22 23.7-1 55.6 7.5 55.7 18.9.5 11-28.8 35.9-57.2 35.4zm58.9-124.9c.2 29.7-26.2 53.8-58.8 54-32.6.2-59.2-23.8-59.4-53.4v-.6c-.2-29.7 26.2-53.8 58.8-54 32.6-.2 59.2 23.8 59.4 53.4v.6zm82.2 42.7c-25.3 34.6-59.6 35.9-72.3 26.3-13.3-12.4-3.2-50.9 15.1-72 20.9-23.3 43.3-38.5 58.9-26.6 10.5 10.3 16.7 49.1-1.7 72.3zm22.9-73.2c-21.5 9.4-39-105.3-12.6-98.3 43.9 24.7 36.3 79.6 12.6 98.3z"], + "jira": [496, 512, [], "f7b1", "M490 241.7C417.1 169 320.6 71.8 248.5 0 83 164.9 6 241.7 6 241.7c-7.9 7.9-7.9 20.7 0 28.7C138.8 402.7 67.8 331.9 248.5 512c379.4-378 15.7-16.7 241.5-241.7 8-7.9 8-20.7 0-28.6zm-241.5 90l-76-75.7 76-75.7 76 75.7-76 75.7z"], + "docker": [640, 512, [], "f395", "M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z"], + "screenpal": [512, 512, [], "e570", "M233.5 22.49C233.5 10.07 243.6 0 256 0C268.4 0 278.5 10.07 278.5 22.49C278.5 34.91 268.4 44.98 256 44.98C243.6 44.98 233.5 34.91 233.5 22.49zM313.4 259C313.4 290.7 287.7 316.4 256 316.4C224.3 316.4 198.6 290.7 198.6 259C198.6 227.3 224.3 201.6 256 201.6C287.7 201.6 313.4 227.3 313.4 259zM337.2 350C359.5 330.1 373.7 302.7 377.1 273H496.6C493.1 334.4 466.2 392.2 421.4 434.4C376.7 476.6 317.5 500.2 256 500.2C194.5 500.2 135.3 476.6 90.56 434.4C45.83 392.2 18.94 334.4 15.39 273H135.1C138.5 302.7 152.7 330.1 175 350C197.3 369.9 226.2 380.9 256.1 380.9C285.1 380.9 314.8 369.9 337.2 350zM73.14 140.3C73.54 152.7 63.81 163.1 51.39 163.5C38.97 163.9 28.59 154.2 28.18 141.8C27.78 129.3 37.52 118.9 49.94 118.5C62.35 118.1 72.74 127.9 73.14 140.3zM438.9 141C438.9 128.6 448.9 118.5 461.4 118.5C473.8 118.5 483.8 128.6 483.8 141C483.8 153.5 473.8 163.5 461.4 163.5C448.9 163.5 438.9 153.5 438.9 141zM317.9 95.27C300.6 109.1 278.7 118.1 256 118.1C233.3 118.1 211.4 109.1 194.1 95.27C176.8 80.55 165.3 60.18 161.7 37.78C176.8 31.37 192.5 26.52 208.6 23.31C208.6 35.88 213.6 47.93 222.5 56.82C231.4 65.7 243.4 70.7 256 70.7C268.6 70.7 280.6 65.7 289.5 56.82C298.4 47.93 303.4 35.88 303.4 23.31C319.5 26.52 335.2 31.37 350.3 37.78C346.7 60.18 335.2 80.55 317.9 95.27H317.9zM82.78 231C61.42 238.6 38.06 238.4 16.86 230.4C18.82 214.1 22.46 198.1 27.71 182.5C33.1 185.6 39.05 187.6 45.22 188.5C51.39 189.3 57.67 188.9 63.68 187.3C69.69 185.6 75.33 182.9 80.27 179.1C85.21 175.3 89.36 170.6 92.47 165.2C95.58 159.8 97.61 153.8 98.42 147.7C99.23 141.5 98.83 135.2 97.22 129.2C95.61 123.2 92.83 117.6 89.04 112.6C85.25 107.7 80.53 103.5 75.14 100.4C85.96 88.11 98.01 76.94 111.1 67.07C128.7 81.42 140.6 101.6 144.7 123.9C148.8 146.2 144.8 169.3 133.5 188.9C122.1 208.5 104.1 223.4 82.78 231V231zM429.2 231.1C407.9 223.5 389.9 208.5 378.5 188.9C367.2 169.3 363.3 146.2 367.4 123.9C371.5 101.7 383.4 81.54 400.9 67.19C414 77.04 426.1 88.21 436.9 100.5C426.2 106.9 418.5 117.2 415.4 129.3C412.2 141.3 413.1 154.1 420.2 164.9C426.4 175.7 436.6 183.6 448.6 186.9C460.6 190.2 473.5 188.6 484.3 182.6C489.6 198.1 493.2 214.2 495.2 230.4C473.1 238.5 450.6 238.7 429.2 231.1L429.2 231.1z"], + "bluetooth": [448, 512, [], "f293", "M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z"], + "gitter": [384, 512, [], "f426", "M66.4 322.5H16V0h50.4v322.5zM166.9 76.1h-50.4V512h50.4V76.1zm100.6 0h-50.4V512h50.4V76.1zM368 76h-50.4v247H368V76z"], + "d-and-d": [576, 512, [], "f38d", "M82.5 98.9c-.6-17.2 2-33.8 12.7-48.2.3 7.4 1.2 14.5 4.2 21.6 5.9-27.5 19.7-49.3 42.3-65.5-1.9 5.9-3.5 11.8-3 17.7 8.7-7.4 18.8-17.8 44.4-22.7 14.7-2.8 29.7-2 42.1 1 38.5 9.3 61 34.3 69.7 72.3 5.3 23.1.7 45-8.3 66.4-5.2 12.4-12 24.4-20.7 35.1-2-1.9-3.9-3.8-5.8-5.6-42.8-40.8-26.8-25.2-37.4-37.4-1.1-1.2-1-2.2-.1-3.6 8.3-13.5 11.8-28.2 10-44-1.1-9.8-4.3-18.9-11.3-26.2-14.5-15.3-39.2-15-53.5.6-11.4 12.5-14.1 27.4-10.9 43.6.2 1.3.4 2.7 0 3.9-3.4 13.7-4.6 27.6-2.5 41.6.1.5.1 1.1.1 1.6 0 .3-.1.5-.2 1.1-21.8-11-36-28.3-43.2-52.2-8.3 17.8-11.1 35.5-6.6 54.1-15.6-15.2-21.3-34.3-22-55.2zm469.6 123.2c-11.6-11.6-25-20.4-40.1-26.6-12.8-5.2-26-7.9-39.9-7.1-10 .6-19.6 3.1-29 6.4-2.5.9-5.1 1.6-7.7 2.2-4.9 1.2-7.3-3.1-4.7-6.8 3.2-4.6 3.4-4.2 15-12 .6-.4 1.2-.8 2.2-1.5h-2.5c-.6 0-1.2.2-1.9.3-19.3 3.3-30.7 15.5-48.9 29.6-10.4 8.1-13.8 3.8-12-.5 1.4-3.5 3.3-6.7 5.1-10 1-1.8 2.3-3.4 3.5-5.1-.2-.2-.5-.3-.7-.5-27 18.3-46.7 42.4-57.7 73.3.3.3.7.6 1 .9.3-.6.5-1.2.9-1.7 10.4-12.1 22.8-21.8 36.6-29.8 18.2-10.6 37.5-18.3 58.7-20.2 4.3-.4 8.7-.1 13.1-.1-1.8.7-3.5.9-5.3 1.1-18.5 2.4-35.5 9-51.5 18.5-30.2 17.9-54.5 42.2-75.1 70.4-.3.4-.4.9-.7 1.3 14.5 5.3 24 17.3 36.1 25.6.2-.1.3-.2.4-.4l1.2-2.7c12.2-26.9 27-52.3 46.7-74.5 16.7-18.8 38-25.3 62.5-20 5.9 1.3 11.4 4.4 17.2 6.8 2.3-1.4 5.1-3.2 8-4.7 8.4-4.3 17.4-7 26.7-9 14.7-3.1 29.5-4.9 44.5-1.3v-.5c-.5-.4-1.2-.8-1.7-1.4zM316.7 397.6c-39.4-33-22.8-19.5-42.7-35.6-.8.9 0-.2-1.9 3-11.2 19.1-25.5 35.3-44 47.6-10.3 6.8-21.5 11.8-34.1 11.8-21.6 0-38.2-9.5-49.4-27.8-12-19.5-13.3-40.7-8.2-62.6 7.8-33.8 30.1-55.2 38.6-64.3-18.7-6.2-33 1.7-46.4 13.9.8-13.9 4.3-26.2 11.8-37.3-24.3 10.6-45.9 25-64.8 43.9-.3-5.8 5.4-43.7 5.6-44.7.3-2.7-.6-5.3-3-7.4-24.2 24.7-44.5 51.8-56.1 84.6 7.4-5.9 14.9-11.4 23.6-16.2-8.3 22.3-19.6 52.8-7.8 101.1 4.6 19 11.9 36.8 24.1 52.3 2.9 3.7 6.3 6.9 9.5 10.3.2-.2.4-.3.6-.5-1.4-7-2.2-14.1-1.5-21.9 2.2 3.2 3.9 6 5.9 8.6 12.6 16 28.7 27.4 47.2 35.6 25 11.3 51.1 13.3 77.9 8.6 54.9-9.7 90.7-48.6 116-98.8 1-1.8.6-2.9-.9-4.2zm172-46.4c-9.5-3.1-22.2-4.2-28.7-2.9 9.9 4 14.1 6.6 18.8 12 12.6 14.4 10.4 34.7-5.4 45.6-11.7 8.1-24.9 10.5-38.9 9.1-1.2-.1-2.3-.4-3-.6 2.8-3.7 6-7 8.1-10.8 9.4-16.8 5.4-42.1-8.7-56.1-2.1-2.1-4.6-3.9-7-5.9-.3 1.3-.1 2.1.1 2.8 4.2 16.6-8.1 32.4-24.8 31.8-7.6-.3-13.9-3.8-19.6-8.5-19.5-16.1-39.1-32.1-58.5-48.3-5.9-4.9-12.5-8.1-20.1-8.7-4.6-.4-9.3-.6-13.9-.9-5.9-.4-8.8-2.8-10.4-8.4-.9-3.4-1.5-6.8-2.2-10.2-1.5-8.1-6.2-13-14.3-14.2-4.4-.7-8.9-1-13.3-1.5-13-1.4-19.8-7.4-22.6-20.3-5 11-1.6 22.4 7.3 29.9 4.5 3.8 9.3 7.3 13.8 11.2 4.6 3.8 7.4 8.7 7.9 14.8.4 4.7.8 9.5 1.8 14.1 2.2 10.6 8.9 18.4 17 25.1 16.5 13.7 33 27.3 49.5 41.1 17.9 15 13.9 32.8 13 56-.9 22.9 12.2 42.9 33.5 51.2 1 .4 2 .6 3.6 1.1-15.7-18.2-10.1-44.1.7-52.3.3 2.2.4 4.3.9 6.4 9.4 44.1 45.4 64.2 85 56.9 16-2.9 30.6-8.9 42.9-19.8 2-1.8 3.7-4.1 5.9-6.5-19.3 4.6-35.8.1-50.9-10.6.7-.3 1.3-.3 1.9-.3 21.3 1.8 40.6-3.4 57-17.4 19.5-16.6 26.6-42.9 17.4-66-8.3-20.1-23.6-32.3-43.8-38.9zM99.4 179.3c-5.3-9.2-13.2-15.6-22.1-21.3 13.7-.5 26.6.2 39.6 3.7-7-12.2-8.5-24.7-5-38.7 5.3 11.9 13.7 20.1 23.6 26.8 19.7 13.2 35.7 19.6 46.7 30.2 3.4 3.3 6.3 7.1 9.6 10.9-.8-2.1-1.4-4.1-2.2-6-5-10.6-13-18.6-22.6-25-1.8-1.2-2.8-2.5-3.4-4.5-3.3-12.5-3-25.1-.7-37.6 1-5.5 2.8-10.9 4.5-16.3.8-2.4 2.3-4.6 4-6.6.6 6.9 0 25.5 19.6 46 10.8 11.3 22.4 21.9 33.9 32.7 9 8.5 18.3 16.7 25.5 26.8 1.1 1.6 2.2 3.3 3.8 4.7-5-13-14.2-24.1-24.2-33.8-9.6-9.3-19.4-18.4-29.2-27.4-3.3-3-4.6-6.7-5.1-10.9-1.2-10.4 0-20.6 4.3-30.2.5-1 1.1-2 1.9-3.3.5 4.2.6 7.9 1.4 11.6 4.8 23.1 20.4 36.3 49.3 63.5 10 9.4 19.3 19.2 25.6 31.6 4.8 9.3 7.3 19 5.7 29.6-.1.6.5 1.7 1.1 2 6.2 2.6 10 6.9 9.7 14.3 7.7-2.6 12.5-8 16.4-14.5 4.2 20.2-9.1 50.3-27.2 58.7.4-4.5 5-23.4-16.5-27.7-6.8-1.3-12.8-1.3-22.9-2.1 4.7-9 10.4-20.6.5-22.4-24.9-4.6-52.8 1.9-57.8 4.6 8.2.4 16.3 1 23.5 3.3-2 6.5-4 12.7-5.8 18.9-1.9 6.5 2.1 14.6 9.3 9.6 1.2-.9 2.3-1.9 3.3-2.7-3.1 17.9-2.9 15.9-2.8 18.3.3 10.2 9.5 7.8 15.7 7.3-2.5 11.8-29.5 27.3-45.4 25.8 7-4.7 12.7-10.3 15.9-17.9-6.5.8-12.9 1.6-19.2 2.4l-.3-.9c4.7-3.4 8-7.8 10.2-13.1 8.7-21.1-3.6-38-25-39.9-9.1-.8-17.8.8-25.9 5.5 6.2-15.6 17.2-26.6 32.6-34.5-15.2-4.3-8.9-2.7-24.6-6.3 14.6-9.3 30.2-13.2 46.5-14.6-5.2-3.2-48.1-3.6-70.2 20.9 7.9 1.4 15.5 2.8 23.2 4.2-23.8 7-44 19.7-62.4 35.6 1.1-4.8 2.7-9.5 3.3-14.3.6-4.5.8-9.2.1-13.6-1.5-9.4-8.9-15.1-19.7-16.3-7.9-.9-15.6.1-23.3 1.3-.9.1-1.7.3-2.9 0 15.8-14.8 36-21.7 53.1-33.5 6-4.5 6.8-8.2 3-14.9zm128.4 26.8c3.3 16 12.6 25.5 23.8 24.3-4.6-11.3-12.1-19.5-23.8-24.3z"], + "microblog": [448, 512, [], "e01a", "M399.36,362.23c29.49-34.69,47.1-78.34,47.1-125.79C446.46,123.49,346.86,32,224,32S1.54,123.49,1.54,236.44,101.14,440.87,224,440.87a239.28,239.28,0,0,0,79.44-13.44,7.18,7.18,0,0,1,8.12,2.56c18.58,25.09,47.61,42.74,79.89,49.92a4.42,4.42,0,0,0,5.22-3.43,4.37,4.37,0,0,0-.85-3.62,87,87,0,0,1,3.69-110.69ZM329.52,212.4l-57.3,43.49L293,324.75a6.5,6.5,0,0,1-9.94,7.22L224,290.92,164.94,332a6.51,6.51,0,0,1-9.95-7.22l20.79-68.86-57.3-43.49a6.5,6.5,0,0,1,3.8-11.68l71.88-1.51,23.66-67.92a6.5,6.5,0,0,1,12.28,0l23.66,67.92,71.88,1.51a6.5,6.5,0,0,1,3.88,11.68Z"], + "cc-diners-club": [576, 512, [], "f24c", "M239.7 79.9c-96.9 0-175.8 78.6-175.8 175.8 0 96.9 78.9 175.8 175.8 175.8 97.2 0 175.8-78.9 175.8-175.8 0-97.2-78.6-175.8-175.8-175.8zm-39.9 279.6c-41.7-15.9-71.4-56.4-71.4-103.8s29.7-87.9 71.4-104.1v207.9zm79.8.3V151.6c41.7 16.2 71.4 56.7 71.4 104.1s-29.7 87.9-71.4 104.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM329.7 448h-90.3c-106.2 0-193.8-85.5-193.8-190.2C45.6 143.2 133.2 64 239.4 64h90.3c105 0 200.7 79.2 200.7 193.8 0 104.7-95.7 190.2-200.7 190.2z"], + "gg-circle": [512, 512, [], "f261", "M257 8C120 8 9 119 9 256s111 248 248 248 248-111 248-248S394 8 257 8zm-49.5 374.8L81.8 257.1l125.7-125.7 35.2 35.4-24.2 24.2-11.1-11.1-77.2 77.2 77.2 77.2 26.6-26.6-53.1-52.9 24.4-24.4 77.2 77.2-75 75.2zm99-2.2l-35.2-35.2 24.1-24.4 11.1 11.1 77.2-77.2-77.2-77.2-26.5 26.5 53.1 52.9-24.4 24.4-77.2-77.2 75-75L432.2 255 306.5 380.6z"], + "pied-piper-hat": [640, 512, [], "f4e5", "M640 24.9c-80.8 53.6-89.4 92.5-96.4 104.4-6.7 12.2-11.7 60.3-23.3 83.6-11.7 23.6-54.2 42.2-66.1 50-11.7 7.8-28.3 38.1-41.9 64.2-108.1-4.4-167.4 38.8-259.2 93.6 29.4-9.7 43.3-16.7 43.3-16.7 94.2-36 139.3-68.3 281.1-49.2 1.1 0 1.9.6 2.8.8 3.9 2.2 5.3 6.9 3.1 10.8l-53.9 95.8c-2.5 4.7-7.8 7.2-13.1 6.1-126.8-23.8-226.9 17.3-318.9 18.6C24.1 488 0 453.4 0 451.8c0-1.1.6-1.7 1.7-1.7 0 0 38.3 0 103.1-15.3C178.4 294.5 244 245.4 315.4 245.4c0 0 71.7 0 90.6 61.9 22.8-39.7 28.3-49.2 28.3-49.2 5.3-9.4 35-77.2 86.4-141.4 51.5-64 90.4-79.9 119.3-91.8z"], + "kickstarter-k": [448, 512, [], "f3bc", "M356.6 256.2l40.8-40.5c42.2-41.9 42.2-110.3 0-152.1s-111-41.9-153.2 0L229.3 78.4C209.6 50.3 177.1 32 140.2 32C80.5 32 32 80.2 32 139.5V372.5C32 431.9 80.5 480 140.2 480c37.1 0 69.3-18.3 89-46.4l14.9 14.7c42.2 41.9 111 41.9 153.2 0s42.2-110.3 0-152.1l-40.8-40z"], + "yandex": [256, 512, [], "f413", "M153.1 315.8L65.7 512H2l96-209.8c-45.1-22.9-75.2-64.4-75.2-141.1C22.7 53.7 90.8 0 171.7 0H254v512h-55.1V315.8h-45.8zm45.8-269.3h-29.4c-44.4 0-87.4 29.4-87.4 114.6 0 82.3 39.4 108.8 87.4 108.8h29.4V46.5z"], + "readme": [576, 512, [], "f4d5", "M528.3 46.5H388.5c-48.1 0-89.9 33.3-100.4 80.3-10.6-47-52.3-80.3-100.4-80.3H48c-26.5 0-48 21.5-48 48v245.8c0 26.5 21.5 48 48 48h89.7c102.2 0 132.7 24.4 147.3 75 .7 2.8 5.2 2.8 6 0 14.7-50.6 45.2-75 147.3-75H528c26.5 0 48-21.5 48-48V94.6c0-26.4-21.3-47.9-47.7-48.1zM242 311.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5V289c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V251zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm259.3 121.7c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5V228c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.8c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V190z"], + "html5": [384, 512, [], "f13b", "M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"], + "sellsy": [640, 512, [], "f213", "M539.71 237.308c3.064-12.257 4.29-24.821 4.29-37.384C544 107.382 468.618 32 376.076 32c-77.22 0-144.634 53.012-163.02 127.781-15.322-13.176-34.934-20.53-55.157-20.53-46.271 0-83.962 37.69-83.962 83.961 0 7.354.92 15.015 3.065 22.369-42.9 20.225-70.785 63.738-70.785 111.234C6.216 424.843 61.68 480 129.401 480h381.198c67.72 0 123.184-55.157 123.184-123.184.001-56.384-38.916-106.025-94.073-119.508zM199.88 401.554c0 8.274-7.048 15.321-15.321 15.321H153.61c-8.274 0-15.321-7.048-15.321-15.321V290.626c0-8.273 7.048-15.321 15.321-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v110.928zm89.477 0c0 8.274-7.048 15.321-15.322 15.321h-30.949c-8.274 0-15.321-7.048-15.321-15.321V270.096c0-8.274 7.048-15.321 15.321-15.321h30.949c8.274 0 15.322 7.048 15.322 15.321v131.458zm89.477 0c0 8.274-7.047 15.321-15.321 15.321h-30.949c-8.274 0-15.322-7.048-15.322-15.321V238.84c0-8.274 7.048-15.321 15.322-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v162.714zm87.027 0c0 8.274-7.048 15.321-15.322 15.321h-28.497c-8.274 0-15.321-7.048-15.321-15.321V176.941c0-8.579 7.047-15.628 15.321-15.628h28.497c8.274 0 15.322 7.048 15.322 15.628v224.613z"], + "square-web-awesome": [448, 512, [], "e683", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM235 177.6L288 224l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24L304.5 349.1c-5.2 11.5-16.6 18.9-29.2 18.9l-102.6 0c-12.6 0-24-7.4-29.2-18.9L87.2 224C74.3 223.6 64 213 64 200c0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L160 224l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6z"], + "sass": [640, 512, [], "f41e", "M301.84 378.92c-.3.6-.6 1.08 0 0zm249.13-87a131.16 131.16 0 0 0-58 13.5c-5.9-11.9-12-22.3-13-30.1-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.3-6.7-24 2.5-25.29 5.9a122.83 122.83 0 0 0-5.3 19.1c-2.3 11.7-25.79 53.5-39.09 75.3-4.4-8.5-8.1-16-8.9-22-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.29-6.7-24 2.5-25.3 5.9-2.7 11.4-5.3 19.1-33.89 77.3-42.08 95.4c-4.2 9.2-7.8 16.6-10.4 21.6-.4.8-.7 1.3-.9 1.7.3-.5.5-1 .5-.8-2.2 4.3-3.5 6.7-3.5 6.7v.1c-1.7 3.2-3.6 6.1-4.5 6.1-.6 0-1.9-8.4.3-19.9 4.7-24.2 15.8-61.8 15.7-63.1-.1-.7 2.1-7.2-7.3-10.7-9.1-3.3-12.4 2.2-13.2 2.2s-1.4 2-1.4 2 10.1-42.4-19.39-42.4c-18.4 0-44 20.2-56.58 38.5-7.9 4.3-25 13.6-43 23.5-6.9 3.8-14 7.7-20.7 11.4-.5-.5-.9-1-1.4-1.5-35.79-38.2-101.87-65.2-99.07-116.5 1-18.7 7.5-67.8 127.07-127.4 98-48.8 176.35-35.4 189.84-5.6 19.4 42.5-41.89 121.6-143.66 133-38.79 4.3-59.18-10.7-64.28-16.3-5.3-5.9-6.1-6.2-8.1-5.1-3.3 1.8-1.2 7 0 10.1 3 7.9 15.5 21.9 36.79 28.9 18.7 6.1 64.18 9.5 119.17-11.8 61.78-23.8 109.87-90.1 95.77-145.6C386.52 18.32 293-.18 204.57 31.22c-52.69 18.7-109.67 48.1-150.66 86.4-48.69 45.6-56.48 85.3-53.28 101.9 11.39 58.9 92.57 97.3 125.06 125.7-1.6.9-3.1 1.7-4.5 2.5-16.29 8.1-78.18 40.5-93.67 74.7-17.5 38.8 2.9 66.6 16.29 70.4 41.79 11.6 84.58-9.3 107.57-43.6s20.2-79.1 9.6-99.5c-.1-.3-.3-.5-.4-.8 4.2-2.5 8.5-5 12.8-7.5 8.29-4.9 16.39-9.4 23.49-13.3-4 10.8-6.9 23.8-8.4 42.6-1.8 22 7.3 50.5 19.1 61.7 5.2 4.9 11.49 5 15.39 5 13.8 0 20-11.4 26.89-25 8.5-16.6 16-35.9 16-35.9s-9.4 52.2 16.3 52.2c9.39 0 18.79-12.1 23-18.3v.1s.2-.4.7-1.2c1-1.5 1.5-2.4 1.5-2.4v-.3c3.8-6.5 12.1-21.4 24.59-46 16.2-31.8 31.69-71.5 31.69-71.5a201.24 201.24 0 0 0 6.2 25.8c2.8 9.5 8.7 19.9 13.4 30-3.8 5.2-6.1 8.2-6.1 8.2a.31.31 0 0 0 .1.2c-3 4-6.4 8.3-9.9 12.5-12.79 15.2-28 32.6-30 37.6-2.4 5.9-1.8 10.3 2.8 13.7 3.4 2.6 9.4 3 15.69 2.5 11.5-.8 19.6-3.6 23.5-5.4a82.2 82.2 0 0 0 20.19-10.6c12.5-9.2 20.1-22.4 19.4-39.8-.4-9.6-3.5-19.2-7.3-28.2 1.1-1.6 2.3-3.3 3.4-5C434.8 301.72 450.1 270 450.1 270a201.24 201.24 0 0 0 6.2 25.8c2.4 8.1 7.09 17 11.39 25.7-18.59 15.1-30.09 32.6-34.09 44.1-7.4 21.3-1.6 30.9 9.3 33.1 4.9 1 11.9-1.3 17.1-3.5a79.46 79.46 0 0 0 21.59-11.1c12.5-9.2 24.59-22.1 23.79-39.6-.3-7.9-2.5-15.8-5.4-23.4 15.7-6.6 36.09-10.2 62.09-7.2 55.68 6.5 66.58 41.3 64.48 55.8s-13.8 22.6-17.7 25-5.1 3.3-4.8 5.1c.5 2.6 2.3 2.5 5.6 1.9 4.6-.8 29.19-11.8 30.29-38.7 1.6-34-31.09-71.4-89-71.1zm-429.18 144.7c-18.39 20.1-44.19 27.7-55.28 21.3C54.61 451 59.31 421.42 82 400c13.8-13 31.59-25 43.39-32.4 2.7-1.6 6.6-4 11.4-6.9.8-.5 1.2-.7 1.2-.7.9-.6 1.9-1.1 2.9-1.7 8.29 30.4.3 57.2-19.1 78.3zm134.36-91.4c-6.4 15.7-19.89 55.7-28.09 53.6-7-1.8-11.3-32.3-1.4-62.3 5-15.1 15.6-33.1 21.9-40.1 10.09-11.3 21.19-14.9 23.79-10.4 3.5 5.9-12.2 49.4-16.2 59.2zm111 53c-2.7 1.4-5.2 2.3-6.4 1.6-.9-.5 1.1-2.4 1.1-2.4s13.9-14.9 19.4-21.7c3.2-4 6.9-8.7 10.89-13.9 0 .5.1 1 .1 1.6-.13 17.9-17.32 30-25.12 34.8zm85.58-19.5c-2-1.4-1.7-6.1 5-20.7 2.6-5.7 8.59-15.3 19-24.5a36.18 36.18 0 0 1 1.9 10.8c-.1 22.5-16.2 30.9-25.89 34.4z"], + "wirsindhandwerk": [512, 512, ["wsh"], "e2d0", "M50.77161,479.81213h83.36071V367.84741l-83.36071,47.009Zm329.04675,0h82.35022V414.85645l-82.35022-47.009Zm.00568-448V251.568L256.1759,179.1861,134.50378,251.568V31.81213H50.77161V392.60565L256.1759,270.31909,462.16858,392.60565V31.81213Z"], + "buromobelexperte": [448, 512, [], "f37f", "M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z"], + "salesforce": [640, 512, [], "f83b", "M248.89 245.64h-26.35c.69-5.16 3.32-14.12 13.64-14.12 6.75 0 11.97 3.82 12.71 14.12zm136.66-13.88c-.47 0-14.11-1.77-14.11 20s13.63 20 14.11 20c13 0 14.11-13.54 14.11-20 0-21.76-13.66-20-14.11-20zm-243.22 23.76a8.63 8.63 0 0 0-3.29 7.29c0 4.78 2.08 6.05 3.29 7.05 4.7 3.7 15.07 2.12 20.93.95v-16.94c-5.32-1.07-16.73-1.96-20.93 1.65zM640 232c0 87.58-80 154.39-165.36 136.43-18.37 33-70.73 70.75-132.2 41.63-41.16 96.05-177.89 92.18-213.81-5.17C8.91 428.78-50.19 266.52 53.36 205.61 18.61 126.18 76 32 167.67 32a124.24 124.24 0 0 1 98.56 48.7c20.7-21.4 49.4-34.81 81.15-34.81 42.34 0 79 23.52 98.8 58.57C539 63.78 640 132.69 640 232zm-519.55 31.8c0-11.76-11.69-15.17-17.87-17.17-5.27-2.11-13.41-3.51-13.41-8.94 0-9.46 17-6.66 25.17-2.12 0 0 1.17.71 1.64-.47.24-.7 2.36-6.58 2.59-7.29a1.13 1.13 0 0 0-.7-1.41c-12.33-7.63-40.7-8.51-40.7 12.7 0 12.46 11.49 15.44 17.88 17.17 4.72 1.58 13.17 3 13.17 8.7 0 4-3.53 7.06-9.17 7.06a31.76 31.76 0 0 1-19-6.35c-.47-.23-1.42-.71-1.65.71l-2.4 7.47c-.47.94.23 1.18.23 1.41 1.75 1.4 10.3 6.59 22.82 6.59 13.17 0 21.4-7.06 21.4-18.11zm32-42.58c-10.13 0-18.66 3.17-21.4 5.18a1 1 0 0 0-.24 1.41l2.59 7.06a1 1 0 0 0 1.18.7c.65 0 6.8-4 16.93-4 4 0 7.06.71 9.18 2.36 3.6 2.8 3.06 8.29 3.06 10.58-4.79-.3-19.11-3.44-29.41 3.76a16.92 16.92 0 0 0-7.34 14.54c0 5.9 1.51 10.4 6.59 14.35 12.24 8.16 36.28 2 38.1 1.41 1.58-.32 3.53-.66 3.53-1.88v-33.88c.04-4.61.32-21.64-22.78-21.64zM199 200.24a1.11 1.11 0 0 0-1.18-1.18H188a1.11 1.11 0 0 0-1.17 1.18v79a1.11 1.11 0 0 0 1.17 1.18h9.88a1.11 1.11 0 0 0 1.18-1.18zm55.75 28.93c-2.1-2.31-6.79-7.53-17.65-7.53-3.51 0-14.16.23-20.7 8.94-6.35 7.63-6.58 18.11-6.58 21.41 0 3.12.15 14.26 7.06 21.17 2.64 2.91 9.06 8.23 22.81 8.23 10.82 0 16.47-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.35-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.94-16.7h37.17a1.23 1.23 0 0 0 1.17-.94c-.29 0 2.07-14.7-6.09-24.23zm36.69 52.69c13.17 0 21.41-7.06 21.41-18.11 0-11.76-11.7-15.17-17.88-17.17-4.14-1.66-13.41-3.38-13.41-8.94 0-3.76 3.29-6.35 8.47-6.35a38.11 38.11 0 0 1 16.7 4.23s1.18.71 1.65-.47c.23-.7 2.35-6.58 2.58-7.29a1.13 1.13 0 0 0-.7-1.41c-7.91-4.9-16.74-4.94-20.23-4.94-12 0-20.46 7.29-20.46 17.64 0 12.46 11.48 15.44 17.87 17.17 6.11 2 13.17 3.26 13.17 8.7 0 4-3.52 7.06-9.17 7.06a31.8 31.8 0 0 1-19-6.35 1 1 0 0 0-1.65.71l-2.35 7.52c-.47.94.23 1.18.23 1.41 1.72 1.4 10.33 6.59 22.79 6.59zM357.09 224c0-.71-.24-1.18-1.18-1.18h-11.76c0-.14.94-8.94 4.47-12.47 4.16-4.15 11.76-1.64 12-1.64 1.17.47 1.41 0 1.64-.47l2.83-7.77c.7-.94 0-1.17-.24-1.41-5.09-2-17.35-2.87-24.46 4.24-5.48 5.48-7 13.92-8 19.52h-8.47a1.28 1.28 0 0 0-1.17 1.18l-1.42 7.76c0 .7.24 1.17 1.18 1.17h8.23c-8.51 47.9-8.75 50.21-10.35 55.52-1.08 3.62-3.29 6.9-5.88 7.76-.09 0-3.88 1.68-9.64-.24 0 0-.94-.47-1.41.71-.24.71-2.59 6.82-2.83 7.53s0 1.41.47 1.41c5.11 2 13 1.77 17.88 0 6.28-2.28 9.72-7.89 11.53-12.94 2.75-7.71 2.81-9.79 11.76-59.74h12.23a1.29 1.29 0 0 0 1.18-1.18zm53.39 16c-.56-1.68-5.1-18.11-25.17-18.11-15.25 0-23 10-25.16 18.11-1 3-3.18 14 0 23.52.09.3 4.41 18.12 25.16 18.12 14.95 0 22.9-9.61 25.17-18.12 3.21-9.61 1.01-20.52 0-23.52zm45.4-16.7c-5-1.65-16.62-1.9-22.11 5.41v-4.47a1.11 1.11 0 0 0-1.18-1.17h-9.4a1.11 1.11 0 0 0-1.18 1.17v55.28a1.12 1.12 0 0 0 1.18 1.18h9.64a1.12 1.12 0 0 0 1.18-1.18v-27.77c0-2.91.05-11.37 4.46-15.05 4.9-4.9 12-3.36 13.41-3.06a1.57 1.57 0 0 0 1.41-.94 74 74 0 0 0 3.06-8 1.16 1.16 0 0 0-.47-1.41zm46.81 54.1l-2.12-7.29c-.47-1.18-1.41-.71-1.41-.71-4.23 1.82-10.15 1.89-11.29 1.89-4.64 0-17.17-1.13-17.17-19.76 0-6.23 1.85-19.76 16.47-19.76a34.85 34.85 0 0 1 11.52 1.65s.94.47 1.18-.71c.94-2.59 1.64-4.47 2.59-7.53.23-.94-.47-1.17-.71-1.17-11.59-3.87-22.34-2.53-27.76 0-1.59.74-16.23 6.49-16.23 27.52 0 2.9-.58 30.11 28.94 30.11a44.45 44.45 0 0 0 15.52-2.83 1.3 1.3 0 0 0 .47-1.42zm53.87-39.52c-.8-3-5.37-16.23-22.35-16.23-16 0-23.52 10.11-25.64 18.59a38.58 38.58 0 0 0-1.65 11.76c0 25.87 18.84 29.4 29.88 29.4 10.82 0 16.46-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.36-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.93-16.7h37.16a1.25 1.25 0 0 0 1.18-.94c-.24-.01.94-7.07-1.41-15.54zm-23.29-6.35c-10.33 0-13 9-13.64 14.12H546c-.88-11.92-7.62-14.13-12.73-14.13z"], + "octopus-deploy": [512, 512, [], "e082", "M455.6,349.2c-45.891-39.09-36.67-77.877-16.095-128.11C475.16,134.04,415.967,34.14,329.93,8.3,237.04-19.6,134.252,24.341,99.677,117.147a180.862,180.862,0,0,0-10.988,73.544c1.733,29.543,14.717,52.97,24.09,80.3,17.2,50.161-28.1,92.743-66.662,117.582-46.806,30.2-36.319,39.857-8.428,41.858,23.378,1.68,44.478-4.548,65.265-15.045,9.2-4.647,40.687-18.931,45.13-28.588C135.9,413.388,111.122,459.5,126.621,488.9c19.1,36.229,67.112-31.77,76.709-45.812,8.591-12.572,42.963-81.279,63.627-46.926,18.865,31.361,8.6,76.391,35.738,104.622,32.854,34.2,51.155-18.312,51.412-44.221.163-16.411-6.1-95.852,29.9-59.944C405.428,418,436.912,467.8,472.568,463.642c38.736-4.516-22.123-67.967-28.262-78.695,5.393,4.279,53.665,34.128,53.818,9.52C498.234,375.678,468.039,359.8,455.6,349.2Z"], + "medapps": [320, 512, [], "f3c6", "M118.3 238.4c3.5-12.5 6.9-33.6 13.2-33.6 8.3 1.8 9.6 23.4 18.6 36.6 4.6-23.5 5.3-85.1 14.1-86.7 9-.7 19.7 66.5 22 77.5 9.9 4.1 48.9 6.6 48.9 6.6 1.9 7.3-24 7.6-40 7.8-4.6 14.8-5.4 27.7-11.4 28-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3-3.3-.1-62.4-1.6-47.6-7.8l31-5zM228 448c21.2 0 21.2-32 0-32H92c-21.2 0-21.2 32 0 32h136zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32h88zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8 7.9-14.7 16.1-28.1 24-41 24.6-40.4 45.9-75.2 45.9-125.5C320 69.6 248.2 0 160 0S0 69.6 0 155.2c0 50.2 21.3 85.1 45.9 125.5 7.9 12.9 16 26.3 24 41 6.7 12.5 8.7 29.8 11.9 48.9 3.5 21 36.1 15.7 32.6-5.1-3.6-21.7-5.6-40.7-15.3-58.6C66.5 246.5 33 211.3 33 155.2 33 87.3 90 32 160 32s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6-9.7 18-11.7 37.4-15.3 58.6-3.4 20.6 29 26.4 32.6 5.1z"], + "ns8": [640, 512, [], "f3d5", "M104.324,269.172h26.067V242.994H104.324Zm52.466-26.178-.055-26.178v-.941a39.325,39.325,0,0,0-78.644.941v.166h26.4v-.166a12.98,12.98,0,0,1,25.956,0v26.178Zm52.356,25.846a91.1,91.1,0,0,1-91.1,91.1h-.609a91.1,91.1,0,0,1-91.1-91.1H0v.166A117.33,117.33,0,0,0,117.44,386.28h.775A117.331,117.331,0,0,0,235.49,268.84V242.828H209.146Zm-157.233,0a65.362,65.362,0,0,0,130.723,0H156.292a39.023,39.023,0,0,1-78.035,0V242.883H51.968v-26.62A65.42,65.42,0,0,1,182.8,217.48v25.293h26.344V217.48a91.761,91.761,0,0,0-183.522,0v25.4H51.913Zm418.4-71.173c13.67,0,24.573,6.642,30.052,18.264l.719,1.549,23.245-11.511-.609-1.439c-8.025-19.26-28.5-31.27-53.407-31.27-23.134,0-43.611,11.4-50.972,28.447-.123,26.876-.158,23.9,0,24.85,4.7,11.013,14.555,19.37,28.668,24.241a102.033,102.033,0,0,0,19.813,3.984c5.479.72,10.626,1.384,15.829,3.1,6.364,2.1,10.46,5.257,12.84,9.851v9.851c-3.708,7.527-13.781,12.342-25.791,12.342-14.334,0-25.956-6.918-31.933-19.039l-.72-1.494L415.026,280.9l.553,1.439c7.915,19.426,29.609,32.044,55.289,32.044,23.632,0,44.608-11.4,52.3-28.447l.166-25.9-.166-.664c-4.87-11.014-15.219-19.647-28.944-24.241-7.693-2.712-14.335-3.6-20.7-4.427a83.777,83.777,0,0,1-14.832-2.878c-6.31-1.937-10.4-5.092-12.619-9.63v-8.412C449.45,202.427,458.969,197.667,470.315,197.667ZM287.568,311.344h26.067v-68.4H287.568Zm352.266-53.3c-2.933-6.254-8.3-12.01-15.441-16.714A37.99,37.99,0,0,0,637.4,226l.166-25.347-.166-.664C630.038,184,610.667,173.26,589.25,173.26S548.461,184,541.1,199.992l-.166,25.347.166.664a39.643,39.643,0,0,0,13.006,15.331c-7.2,4.7-12.508,10.46-15.441,16.714l-.166,28.889.166.72c7.582,15.994,27.893,26.731,50.585,26.731s43.057-10.737,50.584-26.731l.166-28.89Zm-73.22-50.806c3.6-6.31,12.563-10.516,22.58-10.516s19.038,4.206,22.636,10.516v13.725c-3.542,6.2-12.563,10.349-22.636,10.349s-19.094-4.15-22.58-10.349Zm47.319,72.169c-3.764,6.641-13.338,10.9-24.683,10.9-11.125,0-20.976-4.372-24.684-10.9V263.25c3.708-6.309,13.5-10.515,24.684-10.515,11.345,0,20.919,4.15,24.683,10.515ZM376.4,265.962l-59.827-89.713h-29v40.623h26.51v.387l62.539,94.085H402.3V176.249H376.4Z"], + "pinterest-p": [384, 512, [], "f231", "M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"], + "apper": [640, 512, [], "f371", "M42.1 239.1c22.2 0 29 2.8 33.5 14.6h.8v-22.9c0-11.3-4.8-15.4-17.9-15.4-11.3 0-14.4 2.5-15.1 12.8H4.8c.3-13.9 1.5-19.1 5.8-24.4C17.9 195 29.5 192 56.7 192c33 0 47.1 5 53.9 18.9 2 4.3 4 15.6 4 23.7v76.3H76.3l1.3-19.1h-1c-5.3 15.6-13.6 20.4-35.5 20.4-30.3 0-41.1-10.1-41.1-37.3 0-25.2 12.3-35.8 42.1-35.8zm17.1 48.1c13.1 0 16.9-3 16.9-13.4 0-9.1-4.3-11.6-19.6-11.6-13.1 0-17.9 3-17.9 12.1-.1 10.4 3.7 12.9 20.6 12.9zm77.8-94.9h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.2 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3H137v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm57.9-60.7h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.3 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3h-39.5v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm53.8-3.8c0-25.4 3.3-37.8 12.3-45.8 8.8-8.1 22.2-11.3 45.1-11.3 42.8 0 55.7 12.8 55.7 55.7v11.1h-75.3c-.3 2-.3 4-.3 4.8 0 16.9 4.5 21.9 20.1 21.9 13.9 0 17.9-3 17.9-13.9h37.5v2.3c0 9.8-2.5 18.9-6.8 24.7-7.3 9.8-19.6 13.6-44.3 13.6-27.5 0-41.6-3.3-50.6-12.3-8.5-8.5-11.3-21.3-11.3-50.8zm76.4-11.6c-.3-1.8-.3-3.3-.3-3.8 0-12.3-3.3-14.6-19.6-14.6-14.4 0-17.1 3-18.1 15.1l-.3 3.3h38.3zm55.6-45.3h38.3l-1.8 19.9h.7c6.8-14.9 14.4-20.2 29.7-20.2 10.8 0 19.1 3.3 23.4 9.3 5.3 7.3 6.8 14.4 6.8 34 0 1.5 0 5 .2 9.3h-35c.3-1.8.3-3.3.3-4 0-15.4-2-19.4-10.3-19.4-6.3 0-10.8 3.3-13.1 9.3-1 3-1 4.3-1 12.3v68h-38.3V192.3z"], + "fort-awesome": [512, 512, [], "f286", "M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z"], + "waze": [512, 512, [], "f83f", "M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92-37.21-13.11-72.54-34.87-99.62-70.8-13-17.28-.48-41.8 20.84-41.8 46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67zM373.51 388.28c42-19.18 81.33-56.71 96.29-102.14 40.48-123.09-64.15-228-181.71-228-83.45 0-170.32 55.42-186.07 136-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34 14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42zM205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0zm116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0zm-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07 35.68-.94 59.25-22.21 64.11-42.77 4.46-16.05 28.6-10.36 25.47 6-5.23 22.18-31.21 62-91.46 62.9-42.55 0-80.88-27.84-87.9-64.25z"], + "bluesky": [576, 512, [], "e671", "M407.8 294.7c-3.3-.4-6.7-.8-10-1.3c3.4 .4 6.7 .9 10 1.3zM288 227.1C261.9 176.4 190.9 81.9 124.9 35.3C61.6-9.4 37.5-1.7 21.6 5.5C3.3 13.8 0 41.9 0 58.4S9.1 194 15 213.9c19.5 65.7 89.1 87.9 153.2 80.7c3.3-.5 6.6-.9 10-1.4c-3.3 .5-6.6 1-10 1.4C74.3 308.6-9.1 342.8 100.3 464.5C220.6 589.1 265.1 437.8 288 361.1c22.9 76.7 49.2 222.5 185.6 103.4c102.4-103.4 28.1-156-65.8-169.9c-3.3-.4-6.7-.8-10-1.3c3.4 .4 6.7 .9 10 1.3c64.1 7.1 133.6-15.1 153.2-80.7C566.9 194 576 75 576 58.4s-3.3-44.7-21.6-52.9c-15.8-7.1-40-14.9-103.2 29.8C385.1 81.9 314.1 176.4 288 227.1z"], + "cc-jcb": [576, 512, [], "f24b", "M431.5 244.3V212c41.2 0 38.5.2 38.5.2 7.3 1.3 13.3 7.3 13.3 16 0 8.8-6 14.5-13.3 15.8-1.2.4-3.3.3-38.5.3zm42.8 20.2c-2.8-.7-3.3-.5-42.8-.5v35c39.6 0 40 .2 42.8-.5 7.5-1.5 13.5-8 13.5-17 0-8.7-6-15.5-13.5-17zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM182 192.3h-57c0 67.1 10.7 109.7-35.8 109.7-19.5 0-38.8-5.7-57.2-14.8v28c30 8.3 68 8.3 68 8.3 97.9 0 82-47.7 82-131.2zm178.5 4.5c-63.4-16-165-14.9-165 59.3 0 77.1 108.2 73.6 165 59.2V287C312.9 311.7 253 309 253 256s59.8-55.6 107.5-31.2v-28zM544 286.5c0-18.5-16.5-30.5-38-32v-.8c19.5-2.7 30.3-15.5 30.3-30.2 0-19-15.7-30-37-31 0 0 6.3-.3-120.3-.3v127.5h122.7c24.3.1 42.3-12.9 42.3-33.2z"], + "snapchat": [512, 512, [62124, "snapchat-ghost"], "f2ab", "M496.926,366.6c-3.373-9.176-9.8-14.086-17.112-18.153-1.376-.806-2.641-1.451-3.72-1.947-2.182-1.128-4.414-2.22-6.634-3.373-22.8-12.09-40.609-27.341-52.959-45.42a102.889,102.889,0,0,1-9.089-16.12c-1.054-3.013-1-4.724-.248-6.287a10.221,10.221,0,0,1,2.914-3.038c3.918-2.591,7.96-5.22,10.7-6.993,4.885-3.162,8.754-5.667,11.246-7.44,9.362-6.547,15.909-13.5,20-21.278a42.371,42.371,0,0,0,2.1-35.191c-6.2-16.318-21.613-26.449-40.287-26.449a55.543,55.543,0,0,0-11.718,1.24c-1.029.224-2.059.459-3.063.72.174-11.16-.074-22.94-1.066-34.534-3.522-40.758-17.794-62.123-32.674-79.16A130.167,130.167,0,0,0,332.1,36.443C309.515,23.547,283.91,17,256,17S202.6,23.547,180,36.443a129.735,129.735,0,0,0-33.281,26.783c-14.88,17.038-29.152,38.44-32.673,79.161-.992,11.594-1.24,23.435-1.079,34.533-1-.26-2.021-.5-3.051-.719a55.461,55.461,0,0,0-11.717-1.24c-18.687,0-34.125,10.131-40.3,26.449a42.423,42.423,0,0,0,2.046,35.228c4.105,7.774,10.652,14.731,20.014,21.278,2.48,1.736,6.361,4.24,11.246,7.44,2.641,1.711,6.5,4.216,10.28,6.72a11.054,11.054,0,0,1,3.3,3.311c.794,1.624.818,3.373-.36,6.6a102.02,102.02,0,0,1-8.94,15.785c-12.077,17.669-29.363,32.648-51.434,44.639C32.355,348.608,20.2,352.75,15.069,366.7c-3.868,10.528-1.339,22.506,8.494,32.6a49.137,49.137,0,0,0,12.4,9.387,134.337,134.337,0,0,0,30.342,12.139,20.024,20.024,0,0,1,6.126,2.741c3.583,3.137,3.075,7.861,7.849,14.78a34.468,34.468,0,0,0,8.977,9.127c10.019,6.919,21.278,7.353,33.207,7.811,10.776.41,22.989.881,36.939,5.481,5.778,1.91,11.78,5.605,18.736,9.92C194.842,480.951,217.707,495,255.973,495s61.292-14.123,78.118-24.428c6.907-4.24,12.872-7.9,18.489-9.758,13.949-4.613,26.163-5.072,36.939-5.481,11.928-.459,23.187-.893,33.206-7.812a34.584,34.584,0,0,0,10.218-11.16c3.434-5.84,3.348-9.919,6.572-12.771a18.971,18.971,0,0,1,5.753-2.629A134.893,134.893,0,0,0,476.02,408.71a48.344,48.344,0,0,0,13.019-10.193l.124-.149C498.389,388.5,500.708,376.867,496.926,366.6Zm-34.013,18.277c-20.745,11.458-34.533,10.23-45.259,17.137-9.114,5.865-3.72,18.513-10.342,23.076-8.134,5.617-32.177-.4-63.239,9.858-25.618,8.469-41.961,32.822-88.038,32.822s-62.036-24.3-88.076-32.884c-31-10.255-55.092-4.241-63.239-9.858-6.609-4.563-1.24-17.211-10.341-23.076-10.739-6.907-24.527-5.679-45.26-17.075-13.206-7.291-5.716-11.8-1.314-13.937,75.143-36.381,87.133-92.552,87.666-96.719.645-5.046,1.364-9.014-4.191-14.148-5.369-4.96-29.189-19.7-35.8-24.316-10.937-7.638-15.748-15.264-12.2-24.638,2.48-6.485,8.531-8.928,14.879-8.928a27.643,27.643,0,0,1,5.965.67c12,2.6,23.659,8.617,30.392,10.242a10.749,10.749,0,0,0,2.48.335c3.6,0,4.86-1.811,4.612-5.927-.768-13.132-2.628-38.725-.558-62.644,2.84-32.909,13.442-49.215,26.04-63.636,6.051-6.932,34.484-36.976,88.857-36.976s82.88,29.92,88.931,36.827c12.611,14.421,23.225,30.727,26.04,63.636,2.071,23.919.285,49.525-.558,62.644-.285,4.327,1.017,5.927,4.613,5.927a10.648,10.648,0,0,0,2.48-.335c6.745-1.624,18.4-7.638,30.4-10.242a27.641,27.641,0,0,1,5.964-.67c6.386,0,12.4,2.48,14.88,8.928,3.546,9.374-1.24,17-12.189,24.639-6.609,4.612-30.429,19.343-35.8,24.315-5.568,5.134-4.836,9.1-4.191,14.149.533,4.228,12.511,60.4,87.666,96.718C468.629,373.011,476.119,377.524,462.913,384.877Z"], + "fantasy-flight-games": [512, 512, [], "f6dc", "M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z"], + "rust": [512, 512, [], "e07a", "M508.52,249.75,486.7,236.24c-.17-2-.34-3.93-.55-5.88l18.72-17.5a7.35,7.35,0,0,0-2.44-12.25l-24-9c-.54-1.88-1.08-3.78-1.67-5.64l15-20.83a7.35,7.35,0,0,0-4.79-11.54l-25.42-4.15c-.9-1.73-1.79-3.45-2.73-5.15l10.68-23.42a7.35,7.35,0,0,0-6.95-10.39l-25.82.91q-1.79-2.22-3.61-4.4L439,81.84A7.36,7.36,0,0,0,430.16,73L405,78.93q-2.17-1.83-4.4-3.61l.91-25.82a7.35,7.35,0,0,0-10.39-7L367.7,53.23c-1.7-.94-3.43-1.84-5.15-2.73L358.4,25.08a7.35,7.35,0,0,0-11.54-4.79L326,35.26c-1.86-.59-3.75-1.13-5.64-1.67l-9-24a7.35,7.35,0,0,0-12.25-2.44l-17.5,18.72c-1.95-.21-3.91-.38-5.88-.55L262.25,3.48a7.35,7.35,0,0,0-12.5,0L236.24,25.3c-2,.17-3.93.34-5.88.55L212.86,7.13a7.35,7.35,0,0,0-12.25,2.44l-9,24c-1.89.55-3.79,1.08-5.66,1.68l-20.82-15a7.35,7.35,0,0,0-11.54,4.79l-4.15,25.41c-1.73.9-3.45,1.79-5.16,2.73L120.88,42.55a7.35,7.35,0,0,0-10.39,7l.92,25.81c-1.49,1.19-3,2.39-4.42,3.61L81.84,73A7.36,7.36,0,0,0,73,81.84L78.93,107c-1.23,1.45-2.43,2.93-3.62,4.41l-25.81-.91a7.42,7.42,0,0,0-6.37,3.26,7.35,7.35,0,0,0-.57,7.13l10.66,23.41c-.94,1.7-1.83,3.43-2.73,5.16L25.08,153.6a7.35,7.35,0,0,0-4.79,11.54l15,20.82c-.59,1.87-1.13,3.77-1.68,5.66l-24,9a7.35,7.35,0,0,0-2.44,12.25l18.72,17.5c-.21,1.95-.38,3.91-.55,5.88L3.48,249.75a7.35,7.35,0,0,0,0,12.5L25.3,275.76c.17,2,.34,3.92.55,5.87L7.13,299.13a7.35,7.35,0,0,0,2.44,12.25l24,9c.55,1.89,1.08,3.78,1.68,5.65l-15,20.83a7.35,7.35,0,0,0,4.79,11.54l25.42,4.15c.9,1.72,1.79,3.45,2.73,5.14L42.56,391.12a7.35,7.35,0,0,0,.57,7.13,7.13,7.13,0,0,0,6.37,3.26l25.83-.91q1.77,2.22,3.6,4.4L73,430.16A7.36,7.36,0,0,0,81.84,439L107,433.07q2.18,1.83,4.41,3.61l-.92,25.82a7.35,7.35,0,0,0,10.39,6.95l23.43-10.68c1.69.94,3.42,1.83,5.14,2.73l4.15,25.42a7.34,7.34,0,0,0,11.54,4.78l20.83-15c1.86.6,3.76,1.13,5.65,1.68l9,24a7.36,7.36,0,0,0,12.25,2.44l17.5-18.72c1.95.21,3.92.38,5.88.55l13.51,21.82a7.35,7.35,0,0,0,12.5,0l13.51-21.82c2-.17,3.93-.34,5.88-.56l17.5,18.73a7.36,7.36,0,0,0,12.25-2.44l9-24c1.89-.55,3.78-1.08,5.65-1.68l20.82,15a7.34,7.34,0,0,0,11.54-4.78l4.15-25.42c1.72-.9,3.45-1.79,5.15-2.73l23.42,10.68a7.35,7.35,0,0,0,10.39-6.95l-.91-25.82q2.22-1.79,4.4-3.61L430.16,439a7.36,7.36,0,0,0,8.84-8.84L433.07,405q1.83-2.17,3.61-4.4l25.82.91a7.23,7.23,0,0,0,6.37-3.26,7.35,7.35,0,0,0,.58-7.13L458.77,367.7c.94-1.7,1.83-3.43,2.73-5.15l25.42-4.15a7.35,7.35,0,0,0,4.79-11.54l-15-20.83c.59-1.87,1.13-3.76,1.67-5.65l24-9a7.35,7.35,0,0,0,2.44-12.25l-18.72-17.5c.21-1.95.38-3.91.55-5.87l21.82-13.51a7.35,7.35,0,0,0,0-12.5Zm-151,129.08A13.91,13.91,0,0,0,341,389.51l-7.64,35.67A187.51,187.51,0,0,1,177,424.44l-7.64-35.66a13.87,13.87,0,0,0-16.46-10.68l-31.51,6.76a187.38,187.38,0,0,1-16.26-19.21H258.3c1.72,0,2.89-.29,2.89-1.91V309.55c0-1.57-1.17-1.91-2.89-1.91H213.47l.05-34.35H262c4.41,0,23.66,1.28,29.79,25.87,1.91,7.55,6.17,32.14,9.06,40,2.89,8.82,14.6,26.46,27.1,26.46H407a187.3,187.3,0,0,1-17.34,20.09Zm25.77,34.49A15.24,15.24,0,1,1,368,398.08h.44A15.23,15.23,0,0,1,383.24,413.32Zm-225.62-.68a15.24,15.24,0,1,1-15.25-15.25h.45A15.25,15.25,0,0,1,157.62,412.64ZM69.57,234.15l32.83-14.6a13.88,13.88,0,0,0,7.06-18.33L102.69,186h26.56V305.73H75.65A187.65,187.65,0,0,1,69.57,234.15ZM58.31,198.09a15.24,15.24,0,0,1,15.23-15.25H74a15.24,15.24,0,1,1-15.67,15.24Zm155.16,24.49.05-35.32h63.26c3.28,0,23.07,3.77,23.07,18.62,0,12.29-15.19,16.7-27.68,16.7ZM399,306.71c-9.8,1.13-20.63-4.12-22-10.09-5.78-32.49-15.39-39.4-30.57-51.4,18.86-11.95,38.46-29.64,38.46-53.26,0-25.52-17.49-41.59-29.4-49.48-16.76-11-35.28-13.23-40.27-13.23H116.32A187.49,187.49,0,0,1,221.21,70.06l23.47,24.6a13.82,13.82,0,0,0,19.6.44l26.26-25a187.51,187.51,0,0,1,128.37,91.43l-18,40.57A14,14,0,0,0,408,220.43l34.59,15.33a187.12,187.12,0,0,1,.4,32.54H423.71c-1.91,0-2.69,1.27-2.69,3.13v8.82C421,301,409.31,305.58,399,306.71ZM240,60.21A15.24,15.24,0,0,1,255.21,45h.45A15.24,15.24,0,1,1,240,60.21ZM436.84,214a15.24,15.24,0,1,1,0-30.48h.44a15.24,15.24,0,0,1-.44,30.48Z"], + "wix": [640, 512, [], "f5cf", "M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83-9.52 3.45-15.95 9.66-15.95 9.66 0-31 4.72-42.22 17.4-48.86 9.75-5.11 27.23-4.63 27.23-4.63zm-115.8 35.54l-34.24 132.66-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89 55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57 7.67-30.07 29.11-118.41 31.12-124.7 4.76-14.94 11.09-13.81 15.4 0 1.97 6.3 23.45 94.63 31.12 124.7 8.6 33.73 15.37 39.32 29.59 46.57 10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27zm115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01v-8.98zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47-.47.73-6.25 10.54-13.07 0-29.29-42.23-40.8-60.29-54.18-72.47-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72 6.81-10.52 12.57-.77 13.07 0 29.4 42.38 39.23 58.06 53.14 70.72 17.39 15.83 53.32 11.21 53.32 11.21L556.8 256.52z"], + "square-behance": [448, 512, ["behance-square"], "f1b5", "M155.3 318.4c17.2 0 31.2-6.1 31.2-25.4c0-19.7-11.7-27.4-30.3-27.5h-46v52.9h45.1zm-5.4-129.6H110.3v44.8H153c15.1 0 25.8-6.6 25.8-22.9c0-17.7-13.7-21.9-28.9-21.9zm129.5 74.8h62.2c-1.7-18.5-11.3-29.7-30.5-29.7c-18.3 0-30.5 11.4-31.7 29.7zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM349.5 185H271.7V166.1h77.8V185zM193.7 243.7c23.6 6.7 35 27.5 35 51.6c0 39-32.7 55.7-67.6 55.9H68v-192h90.5c32.9 0 61.4 9.3 61.4 47.5c0 19.3-9 28.8-26.2 37zm118.7-38.6c43.5 0 67.6 34.3 67.6 75.4c0 1.6-.1 3.3-.2 5c0 .8-.1 1.5-.1 2.2H279.5c0 22.2 11.7 35.3 34.1 35.3c11.6 0 26.5-6.2 30.2-18.1h33.7c-10.4 31.9-31.9 46.8-65.1 46.8c-43.8 0-71.1-29.7-71.1-73c0-41.8 28.7-73.6 71.1-73.6z"], + "supple": [640, 512, [], "f3f9", "M640 262.5c0 64.1-109 116.1-243.5 116.1-24.8 0-48.6-1.8-71.1-5 7.7.4 15.5.6 23.4.6 134.5 0 243.5-56.9 243.5-127.1 0-29.4-19.1-56.4-51.2-78 60 21.1 98.9 55.1 98.9 93.4zM47.7 227.9c-.1-70.2 108.8-127.3 243.3-127.6 7.9 0 15.6.2 23.3.5-22.5-3.2-46.3-4.9-71-4.9C108.8 96.3-.1 148.5 0 212.6c.1 38.3 39.1 72.3 99.3 93.3-32.3-21.5-51.5-48.6-51.6-78zm60.2 39.9s10.5 13.2 29.3 13.2c17.9 0 28.4-11.5 28.4-25.1 0-28-40.2-25.1-40.2-39.7 0-5.4 5.3-9.1 12.5-9.1 5.7 0 11.3 2.6 11.3 6.6v3.9h14.2v-7.9c0-12.1-15.4-16.8-25.4-16.8-16.5 0-28.5 10.2-28.5 24.1 0 26.6 40.2 25.4 40.2 39.9 0 6.6-5.8 10.1-12.3 10.1-11.9 0-20.7-10.1-20.7-10.1l-8.8 10.9zm120.8-73.6v54.4c0 11.3-7.1 17.8-17.8 17.8-10.7 0-17.8-6.5-17.8-17.7v-54.5h-15.8v55c0 18.9 13.4 31.9 33.7 31.9 20.1 0 33.4-13 33.4-31.9v-55h-15.7zm34.4 85.4h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.8-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5.1 14.7-14 14.7h-12.6zm57 43h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.7-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5 14.7-14 14.7h-12.6zm57.1 34.8c0 5.8 2.4 8.2 8.2 8.2h37.6c5.8 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-18.6c-1.7 0-2.6-1-2.6-2.6v-61.2c0-5.7-2.4-8.2-8.2-8.2H401v13.4h5.2c1.7 0 2.6 1 2.6 2.6v61.2zm63.4 0c0 5.8 2.4 8.2 8.2 8.2H519c5.7 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-19.7c-1.7 0-2.6-1-2.6-2.6v-20.3h27.7v-13.4H488v-22.4h19.2c1.7 0 2.6 1 2.6 2.6v5.2H524v-13c0-5.7-2.5-8.2-8.2-8.2h-51.6v13.4h7.8v63.9zm58.9-76v5.9h1.6v-5.9h2.7v-1.2h-7v1.2h2.7zm5.7-1.2v7.1h1.5v-5.7l2.3 5.7h1.3l2.3-5.7v5.7h1.5v-7.1h-2.3l-2.1 5.1-2.1-5.1h-2.4z"], + "webflow": [640, 512, [], "e65c", "M640 64L435.8 463.2H244l85.5-165.5h-3.8C255.1 389.3 149.9 449.5 0 463.2V300.1s95.9-5.7 152.3-64.9H0V64H171.1V204.8l3.8 0L244.9 64H374.3V203.9l3.8 0L450.7 64H640z"], + "rebel": [512, 512, [], "f1d0", "M256.5 504C117.2 504 9 387.8 13.2 249.9 16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8-5.8 5.5-111.3 129.8-14.1 226.4 49.8 49.5 90 2.5 90 2.5 38.5-50.1-.6-125.9-.6-125.9-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6 13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9-15.8 28.5-27.1 89.4.6 127.3 32.4 44.6 87.7-2.8 87.7-2.8 102.7-91.9-10.5-225-10.5-225-6.1-5.5.8-2.8.8-2.8 50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504z"], + "css3": [512, 512, [], "f13c", "M480 32l-64 368-223.3 80L0 400l19.6-94.8h82l-8 40.6L210 390.2l134.1-44.4 18.8-97.1H29.5l16-82h333.7l10.5-52.7H56.3l16.3-82H480z"], + "staylinked": [440, 512, [], "f3f5", "M382.7 292.5l2.7 2.7-170-167.3c-3.5-3.5-9.7-3.7-13.8-.5L144.3 171c-4.2 3.2-4.6 8.7-1.1 12.2l68.1 64.3c3.6 3.5 9.9 3.7 14 .5l.1-.1c4.1-3.2 10.4-3 14 .5l84 81.3c3.6 3.5 3.2 9-.9 12.2l-93.2 74c-4.2 3.3-10.5 3.1-14.2-.4L63.2 268c-3.5-3.5-9.7-3.7-13.9-.5L3.5 302.4c-4.2 3.2-4.7 8.7-1.2 12.2L211 510.7s7.4 6.8 17.3-.8l198-163.9c4-3.2 4.4-8.7.7-12.2zm54.5-83.4L226.7 2.5c-1.5-1.2-8-5.5-16.3 1.1L3.6 165.7c-4.2 3.2-4.8 8.7-1.2 12.2l42.3 41.7 171.7 165.1c3.7 3.5 10.1 3.7 14.3.4l50.2-38.8-.3-.3 7.7-6c4.2-3.2 4.6-8.7.9-12.2l-57.1-54.4c-3.6-3.5-10-3.7-14.2-.5l-.1.1c-4.2 3.2-10.5 3.1-14.2-.4L109 180.8c-3.6-3.5-3.1-8.9 1.1-12.2l92.2-71.5c4.1-3.2 10.3-3 13.9.5l160.4 159c3.7 3.5 10 3.7 14.1.5l45.8-35.8c4.1-3.2 4.4-8.7.7-12.2z"], + "kaggle": [320, 512, [], "f5fa", "M304.2 501.5L158.4 320.3 298.2 185c2.6-2.7 1.7-10.5-5.3-10.5h-69.2c-3.5 0-7 1.8-10.5 5.3L80.9 313.5V7.5q0-7.5-7.5-7.5H21.5Q14 0 14 7.5v497q0 7.5 7.5 7.5h51.9q7.5 0 7.5-7.5v-109l30.8-29.3 110.5 140.6c3 3.5 6.5 5.3 10.5 5.3h66.9q5.25 0 6-3z"], + "space-awesome": [512, 512, [], "e5ac", "M96 256H128V512H0V352H32V320H64V288H96V256zM512 352V512H384V256H416V288H448V320H480V352H512zM320 64H352V448H320V416H192V448H160V64H192V32H224V0H288V32H320V64zM288 128H224V192H288V128z"], + "deviantart": [320, 512, [], "f1bd", "M320 93.2l-98.2 179.1 7.4 9.5H320v127.7H159.1l-13.5 9.2-43.7 84c-.3 0-8.6 8.6-9.2 9.2H0v-93.2l93.2-179.4-7.4-9.2H0V102.5h156l13.5-9.2 43.7-84c.3 0 8.6-8.6 9.2-9.2H320v93.1z"], + "cpanel": [640, 512, [], "f388", "M210.3 220.2c-5.6-24.8-26.9-41.2-51-41.2h-37c-7.1 0-12.5 4.5-14.3 10.9L73.1 320l24.7-.1c6.8 0 12.3-4.5 14.2-10.7l25.8-95.7h19.8c8.4 0 16.2 5.6 18.3 14.8 2.5 10.9-5.9 22.6-18.3 22.6h-10.3c-7 0-12.5 4.6-14.3 10.8l-6.4 23.8h32c37.2 0 58.3-36.2 51.7-65.3zm-156.5 28h18.6c6.9 0 12.4-4.4 14.3-10.9l6.2-23.6h-40C30 213.7 9 227.8 1.7 254.8-7 288.6 18.5 320 52 320h12.4l7.1-26.1c1.2-4.4-2.2-8.3-6.4-8.3H53.8c-24.7 0-24.9-37.4 0-37.4zm247.5-34.8h-77.9l-3.5 13.4c-2.4 9.6 4.5 18.5 14.2 18.5h57.5c4 0 2.4 4.3 2.1 5.3l-8.6 31.8c-.4 1.4-.9 5.3-5.5 5.3h-34.9c-5.3 0-5.3-7.9 0-7.9h21.6c6.8 0 12.3-4.6 14.2-10.8l3.5-13.2h-48.4c-39.2 0-43.6 63.8-.7 63.8l57.5.2c11.2 0 20.6-7.2 23.4-17.8l14-51.8c4.8-19.2-9.7-36.8-28.5-36.8zM633.1 179h-18.9c-4.9 0-9.2 3.2-10.4 7.9L568.2 320c20.7 0 39.8-13.8 44.9-34.5l26.5-98.2c1.2-4.3-2-8.3-6.5-8.3zm-236.3 34.7v.1h-48.3l-26.2 98c-1.2 4.4 2.2 8.3 6.4 8.3h18.9c4.8 0 9.2-3 10.4-7.8l17.2-64H395c12.5 0 21.4 11.8 18.1 23.4l-10.6 40c-1.2 4.3 1.9 8.3 6.4 8.3H428c4.6 0 9.1-2.9 10.3-7.8l8.8-33.1c9-33.1-15.9-65.4-50.3-65.4zm98.3 74.6c-3.6 0-6-3.4-5.1-6.7l8-30c.9-3.9 3.7-6 7.8-6h32.9c2.6 0 4.6 2.4 3.9 5.1l-.7 2.6c-.6 2-1.9 3-3.9 3h-21.6c-7 0-12.6 4.6-14.2 10.8l-3.5 13h53.4c10.5 0 20.3-6.6 23.2-17.6l3.2-12c4.9-19.1-9.3-36.8-28.3-36.8h-47.3c-17.9 0-33.8 12-38.6 29.6l-10.8 40c-5 17.7 8.3 36.7 28.3 36.7h66.7c6.8 0 12.3-4.5 14.2-10.7l5.7-21z"], + "goodreads-g": [384, 512, [], "f3a9", "M42.6 403.3h2.8c12.7 0 25.5 0 38.2.1 1.6 0 3.1-.4 3.6 2.1 7.1 34.9 30 54.6 62.9 63.9 26.9 7.6 54.1 7.8 81.3 1.8 33.8-7.4 56-28.3 68-60.4 8-21.5 10.7-43.8 11-66.5.1-5.8.3-47-.2-52.8l-.9-.3c-.8 1.5-1.7 2.9-2.5 4.4-22.1 43.1-61.3 67.4-105.4 69.1-103 4-169.4-57-172-176.2-.5-23.7 1.8-46.9 8.3-69.7C58.3 47.7 112.3.6 191.6 0c61.3-.4 101.5 38.7 116.2 70.3.5 1.1 1.3 2.3 2.4 1.9V10.6h44.3c0 280.3.1 332.2.1 332.2-.1 78.5-26.7 143.7-103 162.2-69.5 16.9-159 4.8-196-57.2-8-13.5-11.8-28.3-13-44.5zM188.9 36.5c-52.5-.5-108.5 40.7-115 133.8-4.1 59 14.8 122.2 71.5 148.6 27.6 12.9 74.3 15 108.3-8.7 47.6-33.2 62.7-97 54.8-154-9.7-71.1-47.8-120-119.6-119.7z"], + "square-git": [448, 512, ["git-square"], "f1d2", "M120.8 335.5c-5.9-.4-12.6-.8-20.2-1.3c-3.3 4.1-6.6 8.4-6.6 13.5c0 18.5 65.5 18.5 65.5-1.5c0-8.3-7.4-8.7-38.8-10.7zm7.8-117.9c-32.3 0-33.7 44.5-.7 44.5c32.5 0 31.7-44.5 .7-44.5zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM243.9 172.2c-14.5 0-22.9-8.4-22.9-22.9c0-14.5 8.4-22.3 22.9-22.3c14.7 0 23.1 7.8 23.1 22.3s-8.4 22.9-23.1 22.9zM149.6 195h49.5l0 21.6-23.4 1.8c4.6 5.8 9.4 14 9.4 25.7c0 48.7-57.2 47.2-74.2 42.4l-8.4 13.4c5 .3 9.8 .6 14.3 .8c56.3 3.2 80.5 4.6 80.5 38.5c0 29.2-25.7 45.7-69.9 45.7c-46 0-63.5-11.6-63.5-31.7c0-11.4 5.1-17.5 14-25.9c-8.4-3.5-11.2-9.9-11.2-16.8c0-9.6 7.4-16.3 23-30.6l.2-.2c-12.4-6.1-21.8-19.3-21.8-38.1c0-51.6 56.6-53.3 81.6-46.8zM270.5 303.1l13 1.8 0 20.1H211.1V304.9c2.7-.4 5-.7 6.9-.9c9.9-1.2 10.1-1.3 10.1-6V223.3c0-4.4-.9-4.7-10.1-7.8c-1.9-.7-4.2-1.4-6.9-2.4l2.8-20.6h52.6V298c0 4.1 .2 4.6 4.1 5.1zm106.6-10.4L384 315c-10.9 5.4-26.9 10.2-41.4 10.2c-30.2 0-41.7-12.2-41.7-40.9V217.7c0-.8 0-1.4-.2-1.8c-.8-1.2-4.2-.7-19.6-.7V192.6c22.3-2.5 31.2-13.7 34-41.4h24.2c0 33.3-.6 38 .7 38.6c.3 .1 .7 0 1.3 0h35.8v25.4H339.3v60.7c0 .2 0 .5 0 .9c-.2 6.3-.9 30.4 37.9 15.9z"], + "square-tumblr": [448, 512, ["tumblr-square"], "f174", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM256.8 416c-75.5 0-91.9-55.5-91.9-87.9v-90H135.2c-3.4 0-6.2-2.8-6.2-6.2V189.4c0-4.5 2.8-8.5 7.1-10c38.8-13.7 50.9-47.5 52.7-73.2c.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2H249.1V321c0 21.4 14.8 33.5 42.5 22.4c3-1.2 5.6-2 8-1.4c2.2 .5 3.6 2.1 4.6 4.9L318 387.1c1 3.2 2 6.7-.3 9.1c-8.5 9.1-31.2 19.8-60.9 19.8z"], + "trello": [448, 512, [], "f181", "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z"], + "creative-commons-nc-jp": [496, 512, [], "f4ea", "M247.7 8C103.6 8 0 124.8 0 256c0 136.4 111.8 248 247.7 248C377.9 504 496 403.2 496 256 496 117.2 388.5 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-21.1 3-41.2 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V360h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3zm87.6-137.3h-57.6v-18.7l2.9-5.6 54.7 24.3zm6.5-51.4v-17.8h-38.6l63-116H301l-43.4 96-23-10.2-39.6-85.7h-65.8l27.3 51-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1 112.8 0 203 90 203 203.4 0 21-2.7 40.6-7.9 59l-101-45.1z"], + "get-pocket": [448, 512, [], "f265", "M407.6 64h-367C18.5 64 0 82.5 0 104.6v135.2C0 364.5 99.7 464 224.2 464c124 0 223.8-99.5 223.8-224.2V104.6c0-22.4-17.7-40.6-40.4-40.6zm-162 268.5c-12.4 11.8-31.4 11.1-42.4 0C89.5 223.6 88.3 227.4 88.3 209.3c0-16.9 13.8-30.7 30.7-30.7 17 0 16.1 3.8 105.2 89.3 90.6-86.9 88.6-89.3 105.5-89.3 16.9 0 30.7 13.8 30.7 30.7 0 17.8-2.9 15.7-114.8 123.2z"], + "perbyte": [448, 512, [], "e083", "M305.314,284.578H246.6V383.3h58.711q24.423,0,38.193-13.77t13.77-36.11q0-21.826-14.032-35.335T305.314,284.578ZM149.435,128.7H90.724v98.723h58.711q24.42,0,38.19-13.773t13.77-36.107q0-21.826-14.029-35.338T149.435,128.7ZM366.647,32H81.353A81.445,81.445,0,0,0,0,113.352V398.647A81.445,81.445,0,0,0,81.353,480H366.647A81.445,81.445,0,0,0,448,398.647V113.352A81.445,81.445,0,0,0,366.647,32Zm63.635,366.647a63.706,63.706,0,0,1-63.635,63.635H81.353a63.706,63.706,0,0,1-63.635-63.635V113.352A63.706,63.706,0,0,1,81.353,49.718H366.647a63.706,63.706,0,0,1,63.635,63.634ZM305.314,128.7H246.6v98.723h58.711q24.423,0,38.193-13.773t13.77-36.107q0-21.826-14.032-35.338T305.314,128.7Z"], + "grunt": [384, 512, [], "f3ad", "M61.3 189.3c-1.1 10 5.2 19.1 5.2 19.1.7-7.5 2.2-12.8 4-16.6.4 10.3 3.2 23.5 12.8 34.1 6.9 7.6 35.6 23.3 54.9 6.1 1 2.4 2.1 5.3 3 8.5 2.9 10.3-2.7 25.3-2.7 25.3s15.1-17.1 13.9-32.5c10.8-.5 21.4-8.4 21.1-19.5 0 0-18.9 10.4-35.5-8.8-9.7-11.2-40.9-42-83.1-31.8 4.3 1 8.9 2.4 13.5 4.1h-.1c-4.2 2-6.5 7.1-7 12zm28.3-1.8c19.5 11 37.4 25.7 44.9 37-5.7 3.3-21.7 10.4-38-1.7-10.3-7.6-9.8-26.2-6.9-35.3zm142.1 45.8c-1.2 15.5 13.9 32.5 13.9 32.5s-5.6-15-2.7-25.3c.9-3.2 2-6 3-8.5 19.3 17.3 48 1.5 54.8-6.1 9.6-10.6 12.3-23.8 12.8-34.1 1.8 3.8 3.4 9.1 4 16.6 0 0 6.4-9.1 5.2-19.1-.6-5-2.9-10-7-11.8h-.1c4.6-1.8 9.2-3.2 13.5-4.1-42.3-10.2-73.4 20.6-83.1 31.8-16.7 19.2-35.5 8.8-35.5 8.8-.2 10.9 10.4 18.9 21.2 19.3zm62.7-45.8c3 9.1 3.4 27.7-7 35.4-16.3 12.1-32.2 5-37.9 1.6 7.5-11.4 25.4-26 44.9-37zM160 418.5h-29.4c-5.5 0-8.2 1.6-9.5 2.9-1.9 2-2.2 4.7-.9 8.1 3.5 9.1 11.4 16.5 13.7 18.6 3.1 2.7 7.5 4.3 11.8 4.3 4.4 0 8.3-1.7 11-4.6 7.5-8.2 11.9-17.1 13-19.8.6-1.5 1.3-4.5-.9-6.8-1.8-1.8-4.7-2.7-8.8-2.7zm189.2-101.2c-2.4 17.9-13 33.8-24.6 43.7-3.1-22.7-3.7-55.5-3.7-62.4 0-14.7 9.5-24.5 12.2-26.1 2.5-1.5 5.4-3 8.3-4.6 18-9.6 40.4-21.6 40.4-43.7 0-16.2-9.3-23.2-15.4-27.8-.8-.6-1.5-1.1-2.2-1.7-2.1-1.7-3.7-3-4.3-4.4-4.4-9.8-3.6-34.2-1.7-37.6.6-.6 16.7-20.9 11.8-39.2-2-7.4-6.9-13.3-14.1-17-5.3-2.7-11.9-4.2-19.5-4.5-.1-2-.5-3.9-.9-5.9-.6-2.6-1.1-5.3-.9-8.1.4-4.7.8-9 2.2-11.3 8.4-13.3 28.8-17.6 29-17.6l12.3-2.4-8.1-9.5c-.1-.2-17.3-17.5-46.3-17.5-7.9 0-16 1.3-24.1 3.9-24.2 7.8-42.9 30.5-49.4 39.3-3.1-1-6.3-1.9-9.6-2.7-4.2-15.8 9-38.5 9-38.5s-13.6-3-33.7 15.2c-2.6-6.5-8.1-20.5-1.8-37.2C184.6 10.1 177.2 26 175 40.4c-7.6-5.4-6.7-23.1-7.2-27.6-7.5.9-29.2 21.9-28.2 48.3-2 .5-3.9 1.1-5.9 1.7-6.5-8.8-25.1-31.5-49.4-39.3-7.9-2.2-16-3.5-23.9-3.5-29 0-46.1 17.3-46.3 17.5L6 46.9l12.3 2.4c.2 0 20.6 4.3 29 17.6 1.4 2.2 1.8 6.6 2.2 11.3.2 2.8-.4 5.5-.9 8.1-.4 1.9-.8 3.9-.9 5.9-7.7.3-14.2 1.8-19.5 4.5-7.2 3.7-12.1 9.6-14.1 17-5 18.2 11.2 38.5 11.8 39.2 1.9 3.4 2.7 27.8-1.7 37.6-.6 1.4-2.2 2.7-4.3 4.4-.7.5-1.4 1.1-2.2 1.7-6.1 4.6-15.4 11.7-15.4 27.8 0 22.1 22.4 34.1 40.4 43.7 3 1.6 5.8 3.1 8.3 4.6 2.7 1.6 12.2 11.4 12.2 26.1 0 6.9-.6 39.7-3.7 62.4-11.6-9.9-22.2-25.9-24.6-43.8 0 0-29.2 22.6-20.6 70.8 5.2 29.5 23.2 46.1 47 54.7 8.8 19.1 29.4 45.7 67.3 49.6C143 504.3 163 512 192.2 512h.2c29.1 0 49.1-7.7 63.6-19.5 37.9-3.9 58.5-30.5 67.3-49.6 23.8-8.7 41.7-25.2 47-54.7 8.2-48.4-21.1-70.9-21.1-70.9zM305.7 37.7c5.6-1.8 11.6-2.7 17.7-2.7 11 0 19.9 3 24.7 5-3.1 1.4-6.4 3.2-9.7 5.3-2.4-.4-5.6-.8-9.2-.8-10.5 0-20.5 3.1-28.7 8.9-12.3 8.7-18 16.9-20.7 22.4-2.2-1.3-4.5-2.5-7.1-3.7-1.6-.8-3.1-1.5-4.7-2.2 6.1-9.1 19.9-26.5 37.7-32.2zm21 18.2c-.8 1-1.6 2.1-2.3 3.2-3.3 5.2-3.9 11.6-4.4 17.8-.5 6.4-1.1 12.5-4.4 17-4.2.8-8.1 1.7-11.5 2.7-2.3-3.1-5.6-7-10.5-11.2 1.4-4.8 5.5-16.1 13.5-22.5 5.6-4.3 12.2-6.7 19.6-7zM45.6 45.3c-3.3-2.2-6.6-4-9.7-5.3 4.8-2 13.7-5 24.7-5 6.1 0 12 .9 17.7 2.7 17.8 5.8 31.6 23.2 37.7 32.1-1.6.7-3.2 1.4-4.8 2.2-2.5 1.2-4.9 2.5-7.1 3.7-2.6-5.4-8.3-13.7-20.7-22.4-8.3-5.8-18.2-8.9-28.8-8.9-3.4.1-6.6.5-9 .9zm44.7 40.1c-4.9 4.2-8.3 8-10.5 11.2-3.4-.9-7.3-1.9-11.5-2.7C65 89.5 64.5 83.4 64 77c-.5-6.2-1.1-12.6-4.4-17.8-.7-1.1-1.5-2.2-2.3-3.2 7.4.3 14 2.6 19.5 7 8 6.3 12.1 17.6 13.5 22.4zM58.1 259.9c-2.7-1.6-5.6-3.1-8.4-4.6-14.9-8-30.2-16.3-30.2-30.5 0-11.1 4.3-14.6 8.9-18.2l.5-.4c.7-.6 1.4-1.2 2.2-1.8-.9 7.2-1.9 13.3-2.7 14.9 0 0 12.1-15 15.7-44.3 1.4-11.5-1.1-34.3-5.1-43 .2 4.9 0 9.8-.3 14.4-.4-.8-.8-1.6-1.3-2.2-3.2-4-11.8-17.5-9.4-26.6.9-3.5 3.1-6 6.7-7.8 3.8-1.9 8.8-2.9 15.1-2.9 12.3 0 25.9 3.7 32.9 6 25.1 8 55.4 30.9 64.1 37.7.2.2.4.3.4.3l5.6 3.9-3.5-5.8c-.2-.3-19.1-31.4-53.2-46.5 2-2.9 7.4-8.1 21.6-15.1 21.4-10.5 46.5-15.8 74.3-15.8 27.9 0 52.9 5.3 74.3 15.8 14.2 6.9 19.6 12.2 21.6 15.1-34 15.1-52.9 46.2-53.1 46.5l-3.5 5.8 5.6-3.9s.2-.1.4-.3c8.7-6.8 39-29.8 64.1-37.7 7-2.2 20.6-6 32.9-6 6.3 0 11.3 1 15.1 2.9 3.5 1.8 5.7 4.4 6.7 7.8 2.5 9.1-6.1 22.6-9.4 26.6-.5.6-.9 1.3-1.3 2.2-.3-4.6-.5-9.5-.3-14.4-4 8.8-6.5 31.5-5.1 43 3.6 29.3 15.7 44.3 15.7 44.3-.8-1.6-1.8-7.7-2.7-14.9.7.6 1.5 1.2 2.2 1.8l.5.4c4.6 3.7 8.9 7.1 8.9 18.2 0 14.2-15.4 22.5-30.2 30.5-2.9 1.5-5.7 3.1-8.4 4.6-8.7 5-18 16.7-19.1 34.2-.9 14.6.9 49.9 3.4 75.9-12.4 4.8-26.7 6.4-39.7 6.8-2-4.1-3.9-8.5-5.5-13.1-.7-2-19.6-51.1-26.4-62.2 5.5 39 17.5 73.7 23.5 89.6-3.5-.5-7.3-.7-11.7-.7h-117c-4.4 0-8.3.3-11.7.7 6-15.9 18.1-50.6 23.5-89.6-6.8 11.2-25.7 60.3-26.4 62.2-1.6 4.6-3.5 9-5.5 13.1-13-.4-27.2-2-39.7-6.8 2.5-26 4.3-61.2 3.4-75.9-.9-17.4-10.3-29.2-19-34.2zM34.8 404.6c-12.1-20-8.7-54.1-3.7-59.1 10.9 34.4 47.2 44.3 74.4 45.4-2.7 4.2-5.2 7.6-7 10l-1.4 1.4c-7.2 7.8-8.6 18.5-4.1 31.8-22.7-.1-46.3-9.8-58.2-29.5zm45.7 43.5c6 1.1 12.2 1.9 18.6 2.4 3.5 8 7.4 15.9 12.3 23.1-14.4-5.9-24.4-16-30.9-25.5zM192 498.2c-60.6-.1-78.3-45.8-84.9-64.7-3.7-10.5-3.4-18.2.9-23.1 2.9-3.3 9.5-7.2 24.6-7.2h118.8c15.1 0 21.8 3.9 24.6 7.2 4.2 4.8 4.5 12.6.9 23.1-6.6 18.8-24.3 64.6-84.9 64.7zm80.6-24.6c4.9-7.2 8.8-15.1 12.3-23.1 6.4-.5 12.6-1.3 18.6-2.4-6.5 9.5-16.5 19.6-30.9 25.5zm76.6-69c-12 19.7-35.6 29.3-58.1 29.7 4.5-13.3 3.1-24.1-4.1-31.8-.4-.5-.9-1-1.4-1.5-1.8-2.4-4.3-5.8-7-10 27.2-1.2 63.5-11 74.4-45.4 5 5 8.4 39.1-3.8 59zM191.9 187.7h.2c12.7-.1 27.2-17.8 27.2-17.8-9.9 6-18.8 8.1-27.3 8.3-8.5-.2-17.4-2.3-27.3-8.3 0 0 14.5 17.6 27.2 17.8zm61.7 230.7h-29.4c-4.2 0-7.2.9-8.9 2.7-2.2 2.3-1.5 5.2-.9 6.7 1 2.6 5.5 11.3 13 19.3 2.7 2.9 6.6 4.5 11 4.5s8.7-1.6 11.8-4.2c2.3-2 10.2-9.2 13.7-18.1 1.3-3.3 1-6-.9-7.9-1.3-1.3-4-2.9-9.4-3z"], + "weebly": [512, 512, [], "f5cc", "M425.09 65.83c-39.88 0-73.28 25.73-83.66 64.33-18.16-58.06-65.5-64.33-84.95-64.33-19.78 0-66.8 6.28-85.28 64.33-10.38-38.6-43.45-64.33-83.66-64.33C38.59 65.83 0 99.72 0 143.03c0 28.96 4.18 33.27 77.17 233.48 22.37 60.57 67.77 69.35 92.74 69.35 39.23 0 70.04-19.46 85.93-53.98 15.89 34.83 46.69 54.29 85.93 54.29 24.97 0 70.36-9.1 92.74-69.67 76.55-208.65 77.5-205.58 77.5-227.2.63-48.32-36.01-83.47-86.92-83.47zm26.34 114.81l-65.57 176.44c-7.92 21.49-21.22 37.22-46.24 37.22-23.44 0-37.38-12.41-44.03-33.9l-39.28-117.42h-.95L216.08 360.4c-6.96 21.5-20.9 33.6-44.02 33.6-25.02 0-38.33-15.74-46.24-37.22L60.88 181.55c-5.38-14.83-7.92-23.91-7.92-34.5 0-16.34 15.84-29.36 38.33-29.36 18.69 0 31.99 11.8 36.11 29.05l44.03 139.82h.95l44.66-136.79c6.02-19.67 16.47-32.08 38.96-32.08s32.94 12.11 38.96 32.08l44.66 136.79h.95l44.03-139.82c4.12-17.25 17.42-29.05 36.11-29.05 22.17 0 38.33 13.32 38.33 35.71-.32 7.87-4.12 16.04-7.61 27.24z"], + "connectdevelop": [576, 512, [], "f20e", "M550.5 241l-50.089-86.786c1.071-2.142 1.875-4.553 1.875-7.232 0-8.036-6.696-14.733-14.732-15.001l-55.447-95.893c.536-1.607 1.071-3.214 1.071-4.821 0-8.571-6.964-15.268-15.268-15.268-4.821 0-8.839 2.143-11.786 5.625H299.518C296.839 18.143 292.821 16 288 16s-8.839 2.143-11.518 5.625H170.411C167.464 18.143 163.447 16 158.625 16c-8.303 0-15.268 6.696-15.268 15.268 0 1.607.536 3.482 1.072 4.821l-55.983 97.233c-5.356 2.41-9.107 7.5-9.107 13.661 0 .535.268 1.071.268 1.607l-53.304 92.143c-7.232 1.339-12.59 7.5-12.59 15 0 7.232 5.089 13.393 12.054 15l55.179 95.358c-.536 1.607-.804 2.946-.804 4.821 0 7.232 5.089 13.393 12.054 14.732l51.697 89.732c-.536 1.607-1.071 3.482-1.071 5.357 0 8.571 6.964 15.268 15.268 15.268 4.821 0 8.839-2.143 11.518-5.357h106.875C279.161 493.857 283.447 496 288 496s8.839-2.143 11.518-5.357h107.143c2.678 2.946 6.696 4.821 10.982 4.821 8.571 0 15.268-6.964 15.268-15.268 0-1.607-.267-2.946-.803-4.285l51.697-90.268c6.964-1.339 12.054-7.5 12.054-14.732 0-1.607-.268-3.214-.804-4.821l54.911-95.358c6.964-1.339 12.322-7.5 12.322-15-.002-7.232-5.092-13.393-11.788-14.732zM153.535 450.732l-43.66-75.803h43.66v75.803zm0-83.839h-43.66c-.268-1.071-.804-2.142-1.339-3.214l44.999-47.41v50.624zm0-62.411l-50.357 53.304c-1.339-.536-2.679-1.34-4.018-1.607L43.447 259.75c.535-1.339.535-2.679.535-4.018s0-2.41-.268-3.482l51.965-90c2.679-.268 5.357-1.072 7.768-2.679l50.089 51.965v92.946zm0-102.322l-45.803-47.41c1.339-2.143 2.143-4.821 2.143-7.767 0-.268-.268-.804-.268-1.072l43.928-15.804v72.053zm0-80.625l-43.66 15.804 43.66-75.536v59.732zm326.519 39.108l.804 1.339L445.5 329.125l-63.75-67.232 98.036-101.518.268.268zM291.75 355.107l11.518 11.786H280.5l11.25-11.786zm-.268-11.25l-83.303-85.446 79.553-84.375 83.036 87.589-79.286 82.232zm5.357 5.893l79.286-82.232 67.5 71.25-5.892 28.125H313.714l-16.875-17.143zM410.411 44.393c1.071.536 2.142 1.072 3.482 1.34l57.857 100.714v.536c0 2.946.803 5.624 2.143 7.767L376.393 256l-83.035-87.589L410.411 44.393zm-9.107-2.143L287.732 162.518l-57.054-60.268 166.339-60h4.287zm-123.483 0c2.678 2.678 6.16 4.285 10.179 4.285s7.5-1.607 10.179-4.285h75L224.786 95.821 173.893 42.25h103.928zm-116.249 5.625l1.071-2.142a33.834 33.834 0 0 0 2.679-.804l51.161 53.84-54.911 19.821V47.875zm0 79.286l60.803-21.964 59.732 63.214-79.553 84.107-40.982-42.053v-83.304zm0 92.678L198 257.607l-36.428 38.304v-76.072zm0 87.858l42.053-44.464 82.768 85.982-17.143 17.678H161.572v-59.196zm6.964 162.053c-1.607-1.607-3.482-2.678-5.893-3.482l-1.071-1.607v-89.732h99.91l-91.607 94.821h-1.339zm129.911 0c-2.679-2.41-6.428-4.285-10.447-4.285s-7.767 1.875-10.447 4.285h-96.429l91.607-94.821h38.304l91.607 94.821H298.447zm120-11.786l-4.286 7.5c-1.339.268-2.41.803-3.482 1.339l-89.196-91.875h114.376l-17.412 83.036zm12.856-22.232l12.858-60.803h21.964l-34.822 60.803zm34.822-68.839h-20.357l4.553-21.16 17.143 18.214c-.535.803-1.071 1.874-1.339 2.946zm66.161-107.411l-55.447 96.697c-1.339.535-2.679 1.071-4.018 1.874l-20.625-21.964 34.554-163.928 45.803 79.286c-.267 1.339-.803 2.678-.803 4.285 0 1.339.268 2.411.536 3.75z"], + "leanpub": [576, 512, [], "f212", "M386.539 111.485l15.096 248.955-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997-31.016-19.214-66.424-27.997-102.657-27.997-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115 41.173 0 73.836 13.175 102.657 42.544 27.723-28.271 59.013-41.721 98.539-42.544zM569.07 448c-25.526 0-47.485-5.215-70.542-15.645-34.31-15.645-69.993-24.978-107.871-24.978-38.977 0-74.934 12.901-102.657 40.623-27.723-27.723-63.68-40.623-102.657-40.623-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64 218.83 64 256.984 71.685 288 93.095 319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859L569.07 448zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41-38.428 0-74.385 12.077-102.657 38.702-28.272-26.625-64.228-38.702-102.657-38.702-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486 37.604 0 70.817 9.606 102.657 29.644 31.84-20.038 65.052-29.644 102.657-29.644 52.151 0 87.834 13.999 135.045 33.486z"], + "black-tie": [448, 512, [], "f27e", "M0 32v448h448V32H0zm316.5 325.2L224 445.9l-92.5-88.7 64.5-184-64.5-86.6h184.9L252 173.2l64.5 184z"], + "themeco": [448, 512, [], "f5c6", "M202.9 8.43c9.9-5.73 26-5.82 35.95-.21L430 115.85c10 5.6 18 19.44 18 30.86V364c0 11.44-8.06 25.29-18 31L238.81 503.74c-9.93 5.66-26 5.57-35.85-.21L17.86 395.12C8 389.34 0 375.38 0 364V146.71c0-11.44 8-25.36 17.91-31.08zm-77.4 199.83c-15.94 0-31.89.14-47.83.14v101.45H96.8V280h28.7c49.71 0 49.56-71.74 0-71.74zm140.14 100.29l-30.73-34.64c37-7.51 34.8-65.23-10.87-65.51-16.09 0-32.17-.14-48.26-.14v101.59h19.13v-33.91h18.41l29.56 33.91h22.76zm-41.59-82.32c23.34 0 23.26 32.46 0 32.46h-29.13v-32.46zm-95.56-1.6c21.18 0 21.11 38.85 0 38.85H96.18v-38.84zm192.65-18.25c-68.46 0-71 105.8 0 105.8 69.48-.01 69.41-105.8 0-105.8zm0 17.39c44.12 0 44.8 70.86 0 70.86s-44.43-70.86 0-70.86z"], + "python": [448, 512, [], "f3e2", "M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z"], + "android": [576, 512, [], "f17b", "M420.55,301.93a24,24,0,1,1,24-24,24,24,0,0,1-24,24m-265.1,0a24,24,0,1,1,24-24,24,24,0,0,1-24,24m273.7-144.48,47.94-83a10,10,0,1,0-17.27-10h0l-48.54,84.07a301.25,301.25,0,0,0-246.56,0L116.18,64.45a10,10,0,1,0-17.27,10h0l47.94,83C64.53,202.22,8.24,285.55,0,384H576c-8.24-98.45-64.54-181.78-146.85-226.55"], + "bots": [640, 512, [], "e340", "M86.344,197.834a51.767,51.767,0,0,0-41.57,20.058V156.018a8.19,8.19,0,0,0-8.19-8.19H8.19A8.19,8.19,0,0,0,0,156.018V333.551a8.189,8.189,0,0,0,8.19,8.189H36.584a8.189,8.189,0,0,0,8.19-8.189v-8.088c11.628,13.373,25.874,19.769,41.573,19.769,34.6,0,61.922-26.164,61.922-73.843C148.266,225.452,121.229,197.834,86.344,197.834ZM71.516,305.691c-9.593,0-21.221-4.942-26.745-12.5V250.164c5.528-7.558,17.152-12.791,26.745-12.791,17.734,0,31.107,13.082,31.107,34.013C102.623,292.609,89.25,305.691,71.516,305.691Zm156.372-59.032a17.4,17.4,0,1,0,17.4,17.4A17.4,17.4,0,0,0,227.888,246.659ZM273.956,156.7V112.039a13.308,13.308,0,1,0-10.237,0V156.7a107.49,107.49,0,1,0,10.237,0Zm85.993,107.367c0,30.531-40.792,55.281-91.112,55.281s-91.111-24.75-91.111-55.281,40.792-55.281,91.111-55.281S359.949,233.532,359.949,264.062Zm-50.163,17.4a17.4,17.4,0,1,0-17.4-17.4h0A17.4,17.4,0,0,0,309.786,281.466ZM580.7,250.455c-14.828-2.617-22.387-3.78-22.387-9.885,0-5.523,7.268-9.884,17.735-9.884a65.56,65.56,0,0,1,34.484,10.1,8.171,8.171,0,0,0,11.288-2.468c.07-.11.138-.221.2-.333l8.611-14.886a8.2,8.2,0,0,0-2.867-11.123,99.863,99.863,0,0,0-52.014-14.138c-38.956,0-60.179,21.514-60.179,46.225,0,36.342,33.725,41.864,57.563,45.642,13.373,2.326,24.13,4.361,24.13,11.048,0,6.4-5.523,10.757-18.9,10.757-13.552,0-30.994-6.222-42.623-13.579a8.206,8.206,0,0,0-11.335,2.491c-.035.054-.069.108-.1.164l-10.2,16.891a8.222,8.222,0,0,0,2.491,11.066c15.224,10.3,37.663,16.692,59.441,16.692,40.409,0,63.957-19.769,63.957-46.515C640,260.63,604.537,254.816,580.7,250.455Zm-95.928,60.787a8.211,8.211,0,0,0-9.521-5.938,23.168,23.168,0,0,1-4.155.387c-7.849,0-12.5-6.106-12.5-14.245V240.28h20.349a8.143,8.143,0,0,0,8.141-8.143V209.466a8.143,8.143,0,0,0-8.141-8.143H458.594V171.091a8.143,8.143,0,0,0-8.143-8.143H422.257a8.143,8.143,0,0,0-8.143,8.143h0v30.232H399a8.143,8.143,0,0,0-8.143,8.143h0v22.671A8.143,8.143,0,0,0,399,240.28h15.115v63.667c0,27.037,15.408,41.282,43.9,41.282,12.183,0,21.383-2.2,27.6-5.446a8.161,8.161,0,0,0,4.145-9.278Z"], + "free-code-camp": [576, 512, [], "f2c5", "M97.22,96.21c10.36-10.65,16-17.12,16-21.9,0-2.76-1.92-5.51-3.83-7.42A14.81,14.81,0,0,0,101,64.05c-8.48,0-20.92,8.79-35.84,25.69C23.68,137,2.51,182.81,3.37,250.34s17.47,117,54.06,161.87C76.22,435.86,90.62,448,100.9,448a13.55,13.55,0,0,0,8.37-3.84c1.91-2.76,3.81-5.63,3.81-8.38,0-5.63-3.86-12.2-13.2-20.55-44.45-42.33-67.32-97-67.48-165C32.25,188.8,54,137.83,97.22,96.21ZM239.47,420.07c.58.37.91.55.91.55Zm93.79.55.17-.13C333.24,420.62,333.17,420.67,333.26,420.62Zm3.13-158.18c-16.24-4.15,50.41-82.89-68.05-177.17,0,0,15.54,49.38-62.83,159.57-74.27,104.35,23.46,168.73,34,175.23-6.73-4.35-47.4-35.7,9.55-128.64,11-18.3,25.53-34.87,43.5-72.16,0,0,15.91,22.45,7.6,71.13C287.7,364,354,342.91,355,343.94c22.75,26.78-17.72,73.51-21.58,76.55,5.49-3.65,117.71-78,33-188.1C360.43,238.4,352.62,266.59,336.39,262.44ZM510.88,89.69C496,72.79,483.52,64,475,64a14.81,14.81,0,0,0-8.39,2.84c-1.91,1.91-3.83,4.66-3.83,7.42,0,4.78,5.6,11.26,16,21.9,43.23,41.61,65,92.59,64.82,154.06-.16,68-23,122.63-67.48,165-9.34,8.35-13.18,14.92-13.2,20.55,0,2.75,1.9,5.62,3.81,8.38A13.61,13.61,0,0,0,475.1,448c10.28,0,24.68-12.13,43.47-35.79,36.59-44.85,53.14-94.38,54.06-161.87S552.32,137,510.88,89.69Z"], + "hornbill": [512, 512, [], "f592", "M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53-5.86 43-8.24 91.16-8.24 91.16-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6zm108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29 0 0 48.14 2.38 91.18 8.24 0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54 0 0-2.34 48.13-8.21 91.16 0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49 0 0-48.12-2.34-91.19-8.22 0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14 37.93 37.93 0 1 0 33.89-54.29z"], + "js": [448, 512, [], "f3b8", "M0 32v448h448V32H0zm243.8 349.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z"], + "ideal": [576, 512, [], "e013", "M125.61,165.48a49.07,49.07,0,1,0,49.06,49.06A49.08,49.08,0,0,0,125.61,165.48ZM86.15,425.84h78.94V285.32H86.15Zm151.46-211.6c0-20-10-22.53-18.74-22.53H204.82V237.5h14.05C228.62,237.5,237.61,234.69,237.61,214.24Zm201.69,46V168.93h22.75V237.5h33.69C486.5,113.08,388.61,86.19,299.67,86.19H204.84V169h14c25.6,0,41.5,17.35,41.5,45.26,0,28.81-15.52,46-41.5,46h-14V425.88h94.83c144.61,0,194.94-67.16,196.72-165.64Zm-109.75,0H273.3V169h54.43v22.73H296v10.58h30V225H296V237.5h33.51Zm74.66,0-5.16-17.67H369.31l-5.18,17.67H340.47L368,168.92h32.35l27.53,91.34ZM299.65,32H32V480H299.65c161.85,0,251-79.73,251-224.52C550.62,172,518,32,299.65,32Zm0,426.92H53.07V53.07H299.65c142.1,0,229.9,64.61,229.9,202.41C529.55,389.57,448.55,458.92,299.65,458.92Zm83.86-264.85L376,219.88H392.4l-7.52-25.81Z"], + "git": [512, 512, [], "f1d3", "M216.29 158.39H137C97 147.9 6.51 150.63 6.51 233.18c0 30.09 15 51.23 35 61-25.1 23-37 33.85-37 49.21 0 11 4.47 21.14 17.89 26.81C8.13 383.61 0 393.35 0 411.65c0 32.11 28.05 50.82 101.63 50.82 70.75 0 111.79-26.42 111.79-73.18 0-58.66-45.16-56.5-151.63-63l13.43-21.55c27.27 7.58 118.7 10 118.7-67.89 0-18.7-7.73-31.71-15-41.07l37.41-2.84zm-63.42 241.9c0 32.06-104.89 32.1-104.89 2.43 0-8.14 5.27-15 10.57-21.54 77.71 5.3 94.32 3.37 94.32 19.11zm-50.81-134.58c-52.8 0-50.46-71.16 1.2-71.16 49.54 0 50.82 71.16-1.2 71.16zm133.3 100.51v-32.1c26.75-3.66 27.24-2 27.24-11V203.61c0-8.5-2.05-7.38-27.24-16.26l4.47-32.92H324v168.71c0 6.51.4 7.32 6.51 8.14l20.73 2.84v32.1zm52.45-244.31c-23.17 0-36.59-13.43-36.59-36.61s13.42-35.77 36.59-35.77c23.58 0 37 12.62 37 35.77s-13.42 36.61-37 36.61zM512 350.46c-17.49 8.53-43.1 16.26-66.28 16.26-48.38 0-66.67-19.5-66.67-65.46V194.75c0-5.42 1.05-4.06-31.71-4.06V154.5c35.78-4.07 50-22 54.47-66.27h38.63c0 65.83-1.34 61.81 3.26 61.81H501v40.65h-60.56v97.15c0 6.92-4.92 51.41 60.57 26.84z"], + "dev": [448, 512, [], "f6cc", "M120.12 208.29c-3.88-2.9-7.77-4.35-11.65-4.35H91.03v104.47h17.45c3.88 0 7.77-1.45 11.65-4.35 3.88-2.9 5.82-7.25 5.82-13.06v-69.65c-.01-5.8-1.96-10.16-5.83-13.06zM404.1 32H43.9C19.7 32 .06 51.59 0 75.8v360.4C.06 460.41 19.7 480 43.9 480h360.2c24.21 0 43.84-19.59 43.9-43.8V75.8c-.06-24.21-19.7-43.8-43.9-43.8zM154.2 291.19c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28l.01 70.93zm100.68-88.66H201.6v38.42h32.57v29.57H201.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19l-.01 29.52zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58l-38.46 144.8z"], + "sketch": [512, 512, [], "f7c6", "M27.5 162.2L9 187.1h90.5l6.9-130.7-78.9 105.8zM396.3 45.7L267.7 32l135.7 147.2-7.1-133.5zM112.2 218.3l-11.2-22H9.9L234.8 458zm2-31.2h284l-81.5-88.5L256.3 33zm297.3 9.1L277.6 458l224.8-261.7h-90.9zM415.4 69L406 56.4l.9 17.3 6.1 113.4h90.3zM113.5 93.5l-4.6 85.6L244.7 32 116.1 45.7zm287.7 102.7h-290l42.4 82.9L256.3 480l144.9-283.8z"], + "yandex-international": [320, 512, [], "f414", "M129.5 512V345.9L18.5 48h55.8l81.8 229.7L250.2 0h51.3L180.8 347.8V512h-51.3z"], + "cc-amex": [576, 512, [], "f1f3", "M0 432c0 26.5 21.5 48 48 48H528c26.5 0 48-21.5 48-48v-1.1H514.3l-31.9-35.1-31.9 35.1H246.8V267.1H181L262.7 82.4h78.6l28.1 63.2V82.4h97.2L483.5 130l17-47.6H576V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80V432zm440.4-21.7L482.6 364l42 46.3H576l-68-72.1 68-72.1H525.4l-42 46.7-41.5-46.7H390.5L458 338.6l-67.4 71.6V377.1h-83V354.9h80.9V322.6H307.6V300.2h83V267.1h-122V410.3H440.4zm96.3-72L576 380.2V296.9l-39.3 41.4zm-36.3-92l36.9-100.6V246.3H576V103H515.8l-32.2 89.3L451.7 103H390.5V246.1L327.3 103H276.1L213.7 246.3h43l11.9-28.7h65.9l12 28.7h82.7V146L466 246.3h34.4zM282 185.4l19.5-46.9 19.4 46.9H282z"], + "uber": [448, 512, [], "f402", "M414.1 32H33.9C15.2 32 0 47.2 0 65.9V446c0 18.8 15.2 34 33.9 34H414c18.7 0 33.9-15.2 33.9-33.9V65.9C448 47.2 432.8 32 414.1 32zM237.6 391.1C163 398.6 96.4 344.2 88.9 269.6h94.4V290c0 3.7 3 6.8 6.8 6.8H258c3.7 0 6.8-3 6.8-6.8v-67.9c0-3.7-3-6.8-6.8-6.8h-67.9c-3.7 0-6.8 3-6.8 6.8v20.4H88.9c7-69.4 65.4-122.2 135.1-122.2 69.7 0 128.1 52.8 135.1 122.2 7.5 74.5-46.9 141.1-121.5 148.6z"], + "github": [496, 512, [], "f09b", "M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"], + "php": [640, 512, [], "f457", "M320 104.5c171.4 0 303.2 72.2 303.2 151.5S491.3 407.5 320 407.5c-171.4 0-303.2-72.2-303.2-151.5S148.7 104.5 320 104.5m0-16.8C143.3 87.7 0 163 0 256s143.3 168.3 320 168.3S640 349 640 256 496.7 87.7 320 87.7zM218.2 242.5c-7.9 40.5-35.8 36.3-70.1 36.3l13.7-70.6c38 0 63.8-4.1 56.4 34.3zM97.4 350.3h36.7l8.7-44.8c41.1 0 66.6 3 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7h-70.7L97.4 350.3zm185.7-213.6h36.5l-8.7 44.8c31.5 0 60.7-2.3 74.8 10.7 14.8 13.6 7.7 31-8.3 113.1h-37c15.4-79.4 18.3-86 12.7-92-5.4-5.8-17.7-4.6-47.4-4.6l-18.8 96.6h-36.5l32.7-168.6zM505 242.5c-8 41.1-36.7 36.3-70.1 36.3l13.7-70.6c38.2 0 63.8-4.1 56.4 34.3zM384.2 350.3H421l8.7-44.8c43.2 0 67.1 2.5 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7H417l-32.8 168.7z"], + "alipay": [448, 512, [], "f642", "M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32zM47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58z"], + "youtube": [576, 512, [61802], "f167", "M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"], + "skyatlas": [640, 512, [], "f216", "M640 329.3c0 65.9-52.5 114.4-117.5 114.4-165.9 0-196.6-249.7-359.7-249.7-146.9 0-147.1 212.2 5.6 212.2 42.5 0 90.9-17.8 125.3-42.5 5.6-4.1 16.9-16.3 22.8-16.3s10.9 5 10.9 10.9c0 7.8-13.1 19.1-18.7 24.1-40.9 35.6-100.3 61.2-154.7 61.2-83.4.1-154-59-154-144.9s67.5-149.1 152.8-149.1c185.3 0 222.5 245.9 361.9 245.9 99.9 0 94.8-139.7 3.4-139.7-17.5 0-35 11.6-46.9 11.6-8.4 0-15.9-7.2-15.9-15.6 0-11.6 5.3-23.7 5.3-36.3 0-66.6-50.9-114.7-116.9-114.7-53.1 0-80 36.9-88.8 36.9-6.2 0-11.2-5-11.2-11.2 0-5.6 4.1-10.3 7.8-14.4 25.3-28.8 64.7-43.7 102.8-43.7 79.4 0 139.1 58.4 139.1 137.8 0 6.9-.3 13.7-1.2 20.6 11.9-3.1 24.1-4.7 35.9-4.7 60.7 0 111.9 45.3 111.9 107.2z"], + "firefox-browser": [512, 512, [], "e007", "M130.22 127.548C130.38 127.558 130.3 127.558 130.22 127.548V127.548ZM481.64 172.898C471.03 147.398 449.56 119.898 432.7 111.168C446.42 138.058 454.37 165.048 457.4 185.168C457.405 185.306 457.422 185.443 457.45 185.578C429.87 116.828 383.098 89.1089 344.9 28.7479C329.908 5.05792 333.976 3.51792 331.82 4.08792L331.7 4.15792C284.99 30.1109 256.365 82.5289 249.12 126.898C232.503 127.771 216.219 131.895 201.19 139.035C199.838 139.649 198.736 140.706 198.066 142.031C197.396 143.356 197.199 144.87 197.506 146.323C197.7 147.162 198.068 147.951 198.586 148.639C199.103 149.327 199.76 149.899 200.512 150.318C201.264 150.737 202.096 150.993 202.954 151.071C203.811 151.148 204.676 151.045 205.491 150.768L206.011 150.558C221.511 143.255 238.408 139.393 255.541 139.238C318.369 138.669 352.698 183.262 363.161 201.528C350.161 192.378 326.811 183.338 304.341 187.248C392.081 231.108 368.541 381.784 246.951 376.448C187.487 373.838 149.881 325.467 146.421 285.648C146.421 285.648 157.671 243.698 227.041 243.698C234.541 243.698 255.971 222.778 256.371 216.698C256.281 214.698 213.836 197.822 197.281 181.518C188.434 172.805 184.229 168.611 180.511 165.458C178.499 163.75 176.392 162.158 174.201 160.688C168.638 141.231 168.399 120.638 173.51 101.058C148.45 112.468 128.96 130.508 114.8 146.428H114.68C105.01 134.178 105.68 93.7779 106.25 85.3479C106.13 84.8179 99.022 89.0159 98.1 89.6579C89.5342 95.7103 81.5528 102.55 74.26 110.088C57.969 126.688 30.128 160.242 18.76 211.318C14.224 231.701 12 255.739 12 263.618C12 398.318 121.21 507.508 255.92 507.508C376.56 507.508 478.939 420.281 496.35 304.888C507.922 228.192 481.64 173.82 481.64 172.898Z"], + "replyd": [448, 512, [], "f3e6", "M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128zM193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1-7.2 0-13.5 1.9-18.9 5.6-5.4 3.7-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7c1.5-5.4 4.4-9.8 8.7-13.2 4.3-3.4 9.8-5.1 16.2-5.1 4.6 0 9.8 1 15.6 3.1l4.8-34zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1-6 2.3-12.8 3.5-20.4 3.5-12.2 0-21.1-3-26.5-8.9-5.5-5.9-8.5-14.7-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9.5-4.4.7-8.6.7-12.5 0-10.7-1.6-19.7-4.7-26.9-3.2-7.2-7.3-13-12.5-17.2-5.2-4.3-11.1-7.3-17.8-9.2-6.7-1.8-13.5-2.8-20.6-2.8-21.1 0-37.5 6.1-49.2 18.3s-17.5 30.5-17.5 55c0 22.8 5.2 40.7 15.6 53.7 10.4 13.1 26.8 19.6 49.2 19.6 10.7 0 20.9-1.5 30.4-4.6 9.5-3.1 17.1-6.8 22.6-11.2l-12-23.6zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6 4.5-5.6 11.5-8.5 21-8.5 8.2-.1 14.1 2.6 17.9 8zm79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4s2 11.7 6.1 15.6zm0 100.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4 0 6.6 2 11.7 6.1 15.6z"], + "suse": [640, 512, [], "f7d6", "M593.1 192.6A10.4 10.4 0 1 1 604.5 210a10.4 10.4 0 1 1 -11.4-17.4zm-47.1 12.2a38.5 38.5 0 1 1 75-17.6 38.5 38.5 0 1 1 -75 17.6zM433.7 336.7c3.2 4.6 5.8 9 7.3 13.4c1 3.1 2.4 7.3 5.5 8.9c.2 .1 .3 .2 .5 .2c5.7 2.1 20.3 1.7 20.3 1.7h26.8c2.3 0 22.4 0 21.9-2.3c-2.4-10.8-14.9-12.7-24.4-18.3c-8.7-5.2-17-11.1-20.8-21.3c-2-5.2-.8-17.4 2.6-21.8c2.5-3.2 6.1-5.3 10-6.2c4.3-.9 8.8-.1 13.1 .3c5.3 .5 10.6 1.5 15.9 2.2c10.3 1.3 20.6 1.9 31 1.6c17.1-.5 34.2-3.2 50.4-8.7c11.3-3.8 22.4-8.9 32-16.1c10.9-8.1 8.1-7.4-3-6.2c-13.3 1.4-26.6 1.6-39.9 .8c-12.4-.7-24.7-2.2-35.9-7.9c-8.8-4.6-16.4-9.1-23.4-16.2c-1-1.1-1.7-4.2 .2-6.2c1.9-1.9 5.8-.8 7 .2c12.2 10.2 30.5 18.6 49.3 19.5c10.2 .5 20.1 .7 30.4 .3c5.1-.2 12.8-.2 17.9-.3c2.6 0 9.8 .7 11.2-2.1c.4-.8 .4-1.8 .3-2.7c-1.5-40.9-4.5-86.9-47.3-106.5c-31.9-14.6-79.7-37.2-99.9-46.6c-4.7-2.2-10.2 1.3-10.2 6.5c0 13.6 .7 33.3 .7 51.1c-9.7-9.9-26-16.1-38.4-21.8c-14.1-6.5-28.7-12-43.5-16.6c-29.8-9.2-60.7-14.9-91.7-18c-35.2-3.5-71-1.8-105.7 5.3C147 115.1 90.8 142.6 48.2 182.7C22.1 207.3 1.6 242.4 .2 277.9c-2 50.3 12.1 77.3 38 105.2c41.3 44.4 130.2 50.6 166.2-2c16.2-23.7 19.7-55.8 8-82c-11.8-26.2-38.8-45.1-67.4-46c-22.2-.7-45.9 10.6-54.5 31.1c-6.5 15.7-2.8 35.1 9 47.3c4.6 4.8 10.9 8.7 17.7 7.1c4-.9 7.4-3.9 8-8c.9-6-4.4-9.9-7.6-14.5c-5.8-8.3-4.7-20.9 2.7-27.9c6.2-6 15.3-7.8 23.9-7.7c8 0 16.2 1.4 23.1 5.5c9.7 5.7 16.2 16.2 18.4 27.2c6.7 33-20.2 59.9-56.6 62c-18.6 1.1-37.6-3.8-52.1-15.5C40.1 329.9 31.1 269.4 73.2 237c40-30.7 90.4-22.8 120.2-6.8c23.8 12.8 41.5 33.6 55 56.7c6.7 11.6 12.5 23.7 17.8 36.1c5.1 11.8 9.9 23.8 20.2 32.5c6.8 5.8 15.2 5.6 24.1 5.6h50.8c6.9 0 5.2-4.6 2.2-7.7c-6.7-6.9-16.4-8.4-25.4-10.9c-20.5-5.6-18.4-32.8-12.7-32.8c18.3 0 18.9 .6 34.9 .3c23.2-.3 30.2-1.7 48.3 5c9.7 3.6 19 13.1 25.1 21.7z"], + "jenkins": [512, 512, [], "f3b6", "M487.1 425c-1.4-11.2-19-23.1-28.2-31.9-5.1-5-29-23.1-30.4-29.9-1.4-6.6 9.7-21.5 13.3-28.9 5.1-10.7 8.8-23.7 11.3-32.6 18.8-66.1 20.7-156.9-6.2-211.2-10.2-20.6-38.6-49-56.4-62.5-42-31.7-119.6-35.3-170.1-16.6-14.1 5.2-27.8 9.8-40.1 17.1-33.1 19.4-68.3 32.5-78.1 71.6-24.2 10.8-31.5 41.8-30.3 77.8.2 7 4.1 15.8 2.7 22.4-.7 3.3-5.2 7.6-6.1 9.8-11.6 27.7-2.3 64 11.1 83.7 8.1 11.9 21.5 22.4 39.2 25.2.7 10.6 3.3 19.7 8.2 30.4 3.1 6.8 14.7 19 10.4 27.7-2.2 4.4-21 13.8-27.3 17.6C89 407.2 73.7 415 54.2 429c-12.6 9-32.3 10.2-29.2 31.1 2.1 14.1 10.1 31.6 14.7 45.8.7 2 1.4 4.1 2.1 6h422c4.9-15.3 9.7-30.9 14.6-47.2 3.4-11.4 10.2-27.8 8.7-39.7zM205.9 33.7c1.8-.5 3.4.7 4.9 2.4-.2 5.2-5.4 5.1-8.9 6.8-5.4 6.7-13.4 9.8-20 17.2-6.8 7.5-14.4 27.7-23.4 30-4.5 1.1-9.7-.8-13.6-.5-10.4.7-17.7 6-28.3 7.5 13.6-29.9 56.1-54 89.3-63.4zm-104.8 93.6c13.5-14.9 32.1-24.1 54.8-25.9 11.7 29.7-8.4 65-.9 97.6 2.3 9.9 10.2 25.4-2.4 25.7.3-28.3-34.8-46.3-61.3-29.6-1.8-21.5-4.9-51.7 9.8-67.8zm36.7 200.2c-1-4.1-2.7-12.9-2.3-15.1 1.6-8.7 17.1-12.5 11-24.7-11.3-.1-13.8 10.2-24.1 11.3-26.7 2.6-45.6-35.4-44.4-58.4 1-19.5 17.6-38.2 40.1-35.8 16 1.8 21.4 19.2 24.5 34.7 9.2.5 22.5-.4 26.9-7.6-.6-17.5-8.8-31.6-8.2-47.7 1-30.3 17.5-57.6 4.8-87.4 13.6-30.9 53.5-55.3 83.1-70 36.6-18.3 94.9-3.7 129.3 15.8 19.7 11.1 34.4 32.7 48.3 50.7-19.5-5.8-36.1 4.2-33.1 20.3 16.3-14.9 44.2-.2 52.5 16.4 7.9 15.8 7.8 39.3 9 62.8 2.9 57-10.4 115.9-39.1 157.1-7.7 11-14.1 23-24.9 30.6-26 18.2-65.4 34.7-99.2 23.4-44.7-15-65-44.8-89.5-78.8.7 18.7 13.8 34.1 26.8 48.4 11.3 12.5 25 26.6 39.7 32.4-12.3-2.9-31.1-3.8-36.2 7.2-28.6-1.9-55.1-4.8-68.7-24.2-10.6-15.4-21.4-41.4-26.3-61.4zm222 124.1c4.1-3 11.1-2.9 17.4-3.6-5.4-2.7-13-3.7-19.3-2.2-.1-4.2-2-6.8-3.2-10.2 10.6-3.8 35.5-28.5 49.6-20.3 6.7 3.9 9.5 26.2 10.1 37 .4 9-.8 18-4.5 22.8-18.8-.6-35.8-2.8-50.7-7 .9-6.1-1-12.1.6-16.5zm-17.2-20c-16.8.8-26-1.2-38.3-10.8.2-.8 1.4-.5 1.5-1.4 18 8 40.8-3.3 59-4.9-7.9 5.1-14.6 11.6-22.2 17.1zm-12.1 33.2c-1.6-9.4-3.5-12-2.8-20.2 25-16.6 29.7 28.6 2.8 20.2zM226 438.6c-11.6-.7-48.1-14-38.5-23.7 9.4 6.5 27.5 4.9 41.3 7.3.8 4.4-2.8 10.2-2.8 16.4zM57.7 497.1c-4.3-12.7-9.2-25.1-14.8-36.9 30.8-23.8 65.3-48.9 102.2-63.5 2.8-1.1 23.2 25.4 26.2 27.6 16.5 11.7 37 21 56.2 30.2 1.2 8.8 3.9 20.2 8.7 35.5.7 2.3 1.4 4.7 2.2 7.2H57.7zm240.6 5.7h-.8c.3-.2.5-.4.8-.5v.5zm7.5-5.7c2.1-1.4 4.3-2.8 6.4-4.3 1.1 1.4 2.2 2.8 3.2 4.3h-9.6zm15.1-24.7c-10.8 7.3-20.6 18.3-33.3 25.2-6 3.3-27 11.7-33.4 10.2-3.6-.8-3.9-5.3-5.4-9.5-3.1-9-10.1-23.4-10.8-37-.8-17.2-2.5-46 16-42.4 14.9 2.9 32.3 9.7 43.9 16.1 7.1 3.9 11.1 8.6 21.9 9.5-.1 1.4-.1 2.8-.2 4.3-5.9 3.9-15.3 3.8-21.8 7.1 9.5.4 17 2.7 23.5 5.9-.1 3.4-.3 7-.4 10.6zm53.4 24.7h-14c-.1-3.2-2.8-5.8-6.1-5.8s-5.9 2.6-6.1 5.8h-17.4c-2.8-4.4-5.7-8.6-8.9-12.5 2.1-2.2 4-4.7 6-6.9 9 3.7 14.8-4.9 21.7-4.2 7.9.8 14.2 11.7 25.4 11l-.6 12.6zm8.7 0c.2-4 .4-7.8.6-11.5 15.6-7.3 29 1.3 35.7 11.5H383zm83.4-37c-2.3 11.2-5.8 24-9.9 37.1-.2-.1-.4-.1-.6-.1H428c.6-1.1 1.2-2.2 1.9-3.3-2.6-6.1-9-8.7-10.9-15.5 12.1-22.7 6.5-93.4-24.2-78.5 4.3-6.3 15.6-11.5 20.8-19.3 13 10.4 20.8 20.3 33.2 31.4 6.8 6 20 13.3 21.4 23.1.8 5.5-2.6 18.9-3.8 25.1zM222.2 130.5c5.4-14.9 27.2-34.7 45-32 7.7 1.2 18 8.2 12.2 17.7-30.2-7-45.2 12.6-54.4 33.1-8.1-2-4.9-13.1-2.8-18.8zm184.1 63.1c8.2-3.6 22.4-.7 29.6-5.3-4.2-11.5-10.3-21.4-9.3-37.7.5 0 1 0 1.4.1 6.8 14.2 12.7 29.2 21.4 41.7-5.7 13.5-43.6 25.4-43.1 1.2zm20.4-43zm-117.2 45.7c-6.8-10.9-19-32.5-14.5-45.3 6.5 11.9 8.6 24.4 17.8 33.3 4.1 4 12.2 9 8.2 20.2-.9 2.7-7.8 8.6-11.7 9.7-14.4 4.3-47.9.9-36.6-17.1 11.9.7 27.9 7.8 36.8-.8zm27.3 70c3.8 6.6 1.4 18.7 12.1 20.6 20.2 3.4 43.6-12.3 58.1-17.8 9-15.2-.8-20.7-8.9-30.5-16.6-20-38.8-44.8-38-74.7 6.7-4.9 7.3 7.4 8.2 9.7 8.7 20.3 30.4 46.2 46.3 63.5 3.9 4.3 10.3 8.4 11 11.2 2.1 8.2-5.4 18-4.5 23.5-21.7 13.9-45.8 29.1-81.4 25.6-7.4-6.7-10.3-21.4-2.9-31.1zm-201.3-9.2c-6.8-3.9-8.4-21-16.4-21.4-11.4-.7-9.3 22.2-9.3 35.5-7.8-7.1-9.2-29.1-3.5-40.3-6.6-3.2-9.5 3.6-13.1 5.9 4.7-34.1 49.8-15.8 42.3 20.3zm299.6 28.8c-10.1 19.2-24.4 40.4-54 41-.6-6.2-1.1-15.6 0-19.4 22.7-2.2 36.6-13.7 54-21.6zm-141.9 12.4c18.9 9.9 53.6 11 79.3 10.2 1.4 5.6 1.3 12.6 1.4 19.4-33 1.8-72-6.4-80.7-29.6zm92.2 46.7c-1.7 4.3-5.3 9.3-9.8 11.1-12.1 4.9-45.6 8.7-62.4-.3-10.7-5.7-17.5-18.5-23.4-26-2.8-3.6-16.9-12.9-.2-12.9 13.1 32.7 58 29 95.8 28.1z"], + "twitter": [512, 512, [], "f099", "M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"], + "rockrms": [496, 512, [], "f3e9", "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm157.4 419.5h-90l-112-131.3c-17.9-20.4-3.9-56.1 26.6-56.1h75.3l-84.6-99.3-84.3 98.9h-90L193.5 67.2c14.4-18.4 41.3-17.3 54.5 0l157.7 185.1c19 22.8 2 57.2-27.6 56.1-.6 0-74.2.2-74.2.2l101.5 118.9z"], + "pinterest": [496, 512, [], "f0d2", "M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z"], + "buffer": [448, 512, [], "f837", "M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z"], + "npm": [576, 512, [], "f3d4", "M288 288h-32v-64h32v64zm288-128v192H288v32H160v-32H0V160h576zm-416 32H32v128h64v-96h32v96h32V192zm160 0H192v160h64v-32h64V192zm224 0H352v128h64v-96h32v96h32v-96h32v96h32V192z"], + "yammer": [512, 512, [], "f840", "M500.676,159.486a12.779,12.779,0,0,0-6.4-8.282,13.954,13.954,0,0,0-10.078-1.125L457.8,156.7l-.043-.2-22.3,5.785-1.243.333-.608-2.17A369.037,369.037,0,0,0,347.538,4.289a14.1,14.1,0,0,0-19.784-.463l-102.9,102.747H24.947A24.9,24.9,0,0,0,0,131.417V380.38a24.963,24.963,0,0,0,24.918,24.9H224.986L328.072,508a13.667,13.667,0,0,0,19.327,0c.126-.126.249-.255.37-.385a368.025,368.025,0,0,0,69.577-107.374,403.45,403.45,0,0,0,17.3-50.8v-.028l20.406,5.336.029-.073L483.345,362a20.253,20.253,0,0,0,2.619.5,13.359,13.359,0,0,0,4.139-.072,13.5,13.5,0,0,0,10.515-9.924,415.855,415.855,0,0,0,.058-193.013ZM337.125,24.65l.013.014h-.013Zm-110.2,165.161L174.311,281.1a11.338,11.338,0,0,0-1.489,5.655v46.189a22.04,22.04,0,0,1-22.041,22h-3.4A22.068,22.068,0,0,1,125.3,332.962V287.294a11.532,11.532,0,0,0-1.388-5.51l-51.6-92.2a21.988,21.988,0,0,1,19.264-32.726h3.268a22.059,22.059,0,0,1,19.611,11.916l36.357,70.281,37.515-70.512a22.066,22.066,0,0,1,38.556-.695,21.7,21.7,0,0,1,0,21.967ZM337.145,24.673a348.147,348.147,0,0,1,75.8,141.335l.564,1.952-114.134,29.6V131.417a25.006,25.006,0,0,0-24.947-24.9H255.067Zm60.5,367.305v-.043l-.014.014a347.19,347.19,0,0,1-60.177,95.227l-82.2-81.893h19.177a24.978,24.978,0,0,0,24.947-24.9v-66.2l114.6,29.862A385.191,385.191,0,0,1,397.648,391.978Zm84-52.45.015.014-50.618-13.131L299.379,292.1V219.572l119.746-30.99,4.468-1.157,39.54-10.253,18.511-4.816A393,393,0,0,1,481.644,339.528Z"], + "btc": [384, 512, [], "f15a", "M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z"], + "dribbble": [512, 512, [], "f17d", "M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z"], + "stumbleupon-circle": [496, 512, [], "f1a3", "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1 40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6zm167.6 123.6c0 41.4-33.5 74.9-74.9 74.9-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7 34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4z"], + "internet-explorer": [512, 512, [], "f26b", "M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162zM64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304zm115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871H180.536zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586z"], + "stubber": [448, 512, [], "e5c7", "M136.5 294.2l58.8 22.9c9.1-36.8 25.4-61.1 55-61.1c49.4 0 71.4 63.6 142.4 63.6c15.6 0 35.9-2.8 55.3-13.3V368c0 61.8-50.4 112-112.3 112H0l41.8-56L0 368l41.7-56L0 256.1l41.8-56L0 144.1 41.8 88 0 32H335.7C397.6 32 448 82.3 448 144.1v51.3c-9.2 36.3-25.9 60.6-55 60.6c-49.6 0-71.6-63.5-142.4-63.5c-35.9 0-95.2 14.6-114.1 101.6h0z"], + "telegram": [496, 512, [62462, "telegram-plane"], "f2c6", "M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z"], + "old-republic": [496, 512, [], "f510", "M235.76 10.23c7.5-.31 15-.28 22.5-.09 3.61.14 7.2.4 10.79.73 4.92.27 9.79 1.03 14.67 1.62 2.93.43 5.83.98 8.75 1.46 7.9 1.33 15.67 3.28 23.39 5.4 12.24 3.47 24.19 7.92 35.76 13.21 26.56 12.24 50.94 29.21 71.63 49.88 20.03 20.09 36.72 43.55 48.89 69.19 1.13 2.59 2.44 5.1 3.47 7.74 2.81 6.43 5.39 12.97 7.58 19.63 4.14 12.33 7.34 24.99 9.42 37.83.57 3.14 1.04 6.3 1.4 9.47.55 3.83.94 7.69 1.18 11.56.83 8.34.84 16.73.77 25.1-.07 4.97-.26 9.94-.75 14.89-.24 3.38-.51 6.76-.98 10.12-.39 2.72-.63 5.46-1.11 8.17-.9 5.15-1.7 10.31-2.87 15.41-4.1 18.5-10.3 36.55-18.51 53.63-15.77 32.83-38.83 62.17-67.12 85.12a246.503 246.503 0 0 1-56.91 34.86c-6.21 2.68-12.46 5.25-18.87 7.41-3.51 1.16-7.01 2.38-10.57 3.39-6.62 1.88-13.29 3.64-20.04 5-4.66.91-9.34 1.73-14.03 2.48-5.25.66-10.5 1.44-15.79 1.74-6.69.66-13.41.84-20.12.81-6.82.03-13.65-.12-20.45-.79-3.29-.23-6.57-.5-9.83-.95-2.72-.39-5.46-.63-8.17-1.11-4.12-.72-8.25-1.37-12.35-2.22-4.25-.94-8.49-1.89-12.69-3.02-8.63-2.17-17.08-5.01-25.41-8.13-10.49-4.12-20.79-8.75-30.64-14.25-2.14-1.15-4.28-2.29-6.35-3.57-11.22-6.58-21.86-14.1-31.92-22.34-34.68-28.41-61.41-66.43-76.35-108.7-3.09-8.74-5.71-17.65-7.8-26.68-1.48-6.16-2.52-12.42-3.58-18.66-.4-2.35-.61-4.73-.95-7.09-.6-3.96-.75-7.96-1.17-11.94-.8-9.47-.71-18.99-.51-28.49.14-3.51.34-7.01.7-10.51.31-3.17.46-6.37.92-9.52.41-2.81.65-5.65 1.16-8.44.7-3.94 1.3-7.9 2.12-11.82 3.43-16.52 8.47-32.73 15.26-48.18 1.15-2.92 2.59-5.72 3.86-8.59 8.05-16.71 17.9-32.56 29.49-47.06 20-25.38 45.1-46.68 73.27-62.47 7.5-4.15 15.16-8.05 23.07-11.37 15.82-6.88 32.41-11.95 49.31-15.38 3.51-.67 7.04-1.24 10.56-1.85 2.62-.47 5.28-.7 7.91-1.08 3.53-.53 7.1-.68 10.65-1.04 2.46-.24 4.91-.36 7.36-.51m8.64 24.41c-9.23.1-18.43.99-27.57 2.23-7.3 1.08-14.53 2.6-21.71 4.3-13.91 3.5-27.48 8.34-40.46 14.42-10.46 4.99-20.59 10.7-30.18 17.22-4.18 2.92-8.4 5.8-12.34 9.03-5.08 3.97-9.98 8.17-14.68 12.59-2.51 2.24-4.81 4.7-7.22 7.06-28.22 28.79-48.44 65.39-57.5 104.69-2.04 8.44-3.54 17.02-4.44 25.65-1.1 8.89-1.44 17.85-1.41 26.8.11 7.14.38 14.28 1.22 21.37.62 7.12 1.87 14.16 3.2 21.18 1.07 4.65 2.03 9.32 3.33 13.91 6.29 23.38 16.5 45.7 30.07 65.75 8.64 12.98 18.78 24.93 29.98 35.77 16.28 15.82 35.05 29.04 55.34 39.22 7.28 3.52 14.66 6.87 22.27 9.63 5.04 1.76 10.06 3.57 15.22 4.98 11.26 3.23 22.77 5.6 34.39 7.06 2.91.29 5.81.61 8.72.9 13.82 1.08 27.74 1 41.54-.43 4.45-.6 8.92-.99 13.35-1.78 3.63-.67 7.28-1.25 10.87-2.1 4.13-.98 8.28-1.91 12.36-3.07 26.5-7.34 51.58-19.71 73.58-36.2 15.78-11.82 29.96-25.76 42.12-41.28 3.26-4.02 6.17-8.31 9.13-12.55 3.39-5.06 6.58-10.25 9.6-15.54 2.4-4.44 4.74-8.91 6.95-13.45 5.69-12.05 10.28-24.62 13.75-37.49 2.59-10.01 4.75-20.16 5.9-30.45 1.77-13.47 1.94-27.1 1.29-40.65-.29-3.89-.67-7.77-1-11.66-2.23-19.08-6.79-37.91-13.82-55.8-5.95-15.13-13.53-29.63-22.61-43.13-12.69-18.8-28.24-35.68-45.97-49.83-25.05-20-54.47-34.55-85.65-42.08-7.78-1.93-15.69-3.34-23.63-4.45-3.91-.59-7.85-.82-11.77-1.24-7.39-.57-14.81-.72-22.22-.58zM139.26 83.53c13.3-8.89 28.08-15.38 43.3-20.18-3.17 1.77-6.44 3.38-9.53 5.29-11.21 6.68-21.52 14.9-30.38 24.49-6.8 7.43-12.76 15.73-17.01 24.89-3.29 6.86-5.64 14.19-6.86 21.71-.93 4.85-1.3 9.81-1.17 14.75.13 13.66 4.44 27.08 11.29 38.82 5.92 10.22 13.63 19.33 22.36 27.26 4.85 4.36 10.24 8.09 14.95 12.6 2.26 2.19 4.49 4.42 6.43 6.91 2.62 3.31 4.89 6.99 5.99 11.1.9 3.02.66 6.2.69 9.31.02 4.1-.04 8.2.03 12.3.14 3.54-.02 7.09.11 10.63.08 2.38.02 4.76.05 7.14.16 5.77.06 11.53.15 17.3.11 2.91.02 5.82.13 8.74.03 1.63.13 3.28-.03 4.91-.91.12-1.82.18-2.73.16-10.99 0-21.88-2.63-31.95-6.93-6-2.7-11.81-5.89-17.09-9.83-5.75-4.19-11.09-8.96-15.79-14.31-6.53-7.24-11.98-15.39-16.62-23.95-1.07-2.03-2.24-4.02-3.18-6.12-1.16-2.64-2.62-5.14-3.67-7.82-4.05-9.68-6.57-19.94-8.08-30.31-.49-4.44-1.09-8.88-1.2-13.35-.7-15.73.84-31.55 4.67-46.82 2.12-8.15 4.77-16.18 8.31-23.83 6.32-14.2 15.34-27.18 26.3-38.19 6.28-6.2 13.13-11.84 20.53-16.67zm175.37-20.12c2.74.74 5.41 1.74 8.09 2.68 6.36 2.33 12.68 4.84 18.71 7.96 13.11 6.44 25.31 14.81 35.82 24.97 10.2 9.95 18.74 21.6 25.14 34.34 1.28 2.75 2.64 5.46 3.81 8.26 6.31 15.1 10 31.26 11.23 47.57.41 4.54.44 9.09.45 13.64.07 11.64-1.49 23.25-4.3 34.53-1.97 7.27-4.35 14.49-7.86 21.18-3.18 6.64-6.68 13.16-10.84 19.24-6.94 10.47-15.6 19.87-25.82 27.22-10.48 7.64-22.64 13.02-35.4 15.38-3.51.69-7.08 1.08-10.66 1.21-1.85.06-3.72.16-5.56-.1-.28-2.15 0-4.31-.01-6.46-.03-3.73.14-7.45.1-11.17.19-7.02.02-14.05.21-21.07.03-2.38-.03-4.76.03-7.14.17-5.07-.04-10.14.14-15.21.1-2.99-.24-6.04.51-8.96.66-2.5 1.78-4.86 3.09-7.08 4.46-7.31 11.06-12.96 17.68-18.26 5.38-4.18 10.47-8.77 15.02-13.84 7.68-8.37 14.17-17.88 18.78-28.27 2.5-5.93 4.52-12.1 5.55-18.46.86-4.37 1.06-8.83 1.01-13.27-.02-7.85-1.4-15.65-3.64-23.17-1.75-5.73-4.27-11.18-7.09-16.45-3.87-6.93-8.65-13.31-13.96-19.2-9.94-10.85-21.75-19.94-34.6-27.1-1.85-1.02-3.84-1.82-5.63-2.97zm-100.8 58.45c.98-1.18 1.99-2.33 3.12-3.38-.61.93-1.27 1.81-1.95 2.68-3.1 3.88-5.54 8.31-7.03 13.06-.87 3.27-1.68 6.6-1.73 10-.07 2.52-.08 5.07.32 7.57 1.13 7.63 4.33 14.85 8.77 21.12 2 2.7 4.25 5.27 6.92 7.33 1.62 1.27 3.53 2.09 5.34 3.05 3.11 1.68 6.32 3.23 9.07 5.48 2.67 2.09 4.55 5.33 4.4 8.79-.01 73.67 0 147.34-.01 221.02 0 1.35-.08 2.7.04 4.04.13 1.48.82 2.83 1.47 4.15.86 1.66 1.78 3.34 3.18 4.62.85.77 1.97 1.4 3.15 1.24 1.5-.2 2.66-1.35 3.45-2.57.96-1.51 1.68-3.16 2.28-4.85.76-2.13.44-4.42.54-6.63.14-4.03-.02-8.06.14-12.09.03-5.89.03-11.77.06-17.66.14-3.62.03-7.24.11-10.86.15-4.03-.02-8.06.14-12.09.03-5.99.03-11.98.07-17.97.14-3.62.02-7.24.11-10.86.14-3.93-.02-7.86.14-11.78.03-5.99.03-11.98.06-17.97.16-3.94-.01-7.88.19-11.82.29 1.44.13 2.92.22 4.38.19 3.61.42 7.23.76 10.84.32 3.44.44 6.89.86 10.32.37 3.1.51 6.22.95 9.31.57 4.09.87 8.21 1.54 12.29 1.46 9.04 2.83 18.11 5.09 26.99 1.13 4.82 2.4 9.61 4 14.3 2.54 7.9 5.72 15.67 10.31 22.62 1.73 2.64 3.87 4.98 6.1 7.21.27.25.55.51.88.71.6.25 1.31-.07 1.7-.57.71-.88 1.17-1.94 1.7-2.93 4.05-7.8 8.18-15.56 12.34-23.31.7-1.31 1.44-2.62 2.56-3.61 1.75-1.57 3.84-2.69 5.98-3.63 2.88-1.22 5.9-2.19 9.03-2.42 6.58-.62 13.11.75 19.56 1.85 3.69.58 7.4 1.17 11.13 1.41 3.74.1 7.48.05 11.21-.28 8.55-.92 16.99-2.96 24.94-6.25 5.3-2.24 10.46-4.83 15.31-7.93 11.46-7.21 21.46-16.57 30.04-27.01 1.17-1.42 2.25-2.9 3.46-4.28-1.2 3.24-2.67 6.37-4.16 9.48-1.25 2.9-2.84 5.61-4.27 8.42-5.16 9.63-11.02 18.91-17.75 27.52-4.03 5.21-8.53 10.05-13.33 14.57-6.64 6.05-14.07 11.37-22.43 14.76-8.21 3.37-17.31 4.63-26.09 3.29-3.56-.58-7.01-1.69-10.41-2.88-2.79-.97-5.39-2.38-8.03-3.69-3.43-1.71-6.64-3.81-9.71-6.08 2.71 3.06 5.69 5.86 8.7 8.61 4.27 3.76 8.74 7.31 13.63 10.23 3.98 2.45 8.29 4.4 12.84 5.51 1.46.37 2.96.46 4.45.6-1.25 1.1-2.63 2.04-3.99 2.98-9.61 6.54-20.01 11.86-30.69 16.43-20.86 8.7-43.17 13.97-65.74 15.34-4.66.24-9.32.36-13.98.36-4.98-.11-9.97-.13-14.92-.65-11.2-.76-22.29-2.73-33.17-5.43-10.35-2.71-20.55-6.12-30.3-10.55-8.71-3.86-17.12-8.42-24.99-13.79-1.83-1.31-3.74-2.53-5.37-4.08 6.6-1.19 13.03-3.39 18.99-6.48 5.74-2.86 10.99-6.66 15.63-11.07 2.24-2.19 4.29-4.59 6.19-7.09-3.43 2.13-6.93 4.15-10.62 5.78-4.41 2.16-9.07 3.77-13.81 5.02-5.73 1.52-11.74 1.73-17.61 1.14-8.13-.95-15.86-4.27-22.51-8.98-4.32-2.94-8.22-6.43-11.96-10.06-9.93-10.16-18.2-21.81-25.66-33.86-3.94-6.27-7.53-12.75-11.12-19.22-1.05-2.04-2.15-4.05-3.18-6.1 2.85 2.92 5.57 5.97 8.43 8.88 8.99 8.97 18.56 17.44 29.16 24.48 7.55 4.9 15.67 9.23 24.56 11.03 3.11.73 6.32.47 9.47.81 2.77.28 5.56.2 8.34.3 5.05.06 10.11.04 15.16-.16 3.65-.16 7.27-.66 10.89-1.09 2.07-.25 4.11-.71 6.14-1.2 3.88-.95 8.11-.96 11.83.61 4.76 1.85 8.44 5.64 11.38 9.71 2.16 3.02 4.06 6.22 5.66 9.58 1.16 2.43 2.46 4.79 3.55 7.26 1 2.24 2.15 4.42 3.42 6.52.67 1.02 1.4 2.15 2.62 2.55 1.06-.75 1.71-1.91 2.28-3.03 2.1-4.16 3.42-8.65 4.89-13.05 2.02-6.59 3.78-13.27 5.19-20.02 2.21-9.25 3.25-18.72 4.54-28.13.56-3.98.83-7.99 1.31-11.97.87-10.64 1.9-21.27 2.24-31.94.08-1.86.24-3.71.25-5.57.01-4.35.25-8.69.22-13.03-.01-2.38-.01-4.76 0-7.13.05-5.07-.2-10.14-.22-15.21-.2-6.61-.71-13.2-1.29-19.78-.73-5.88-1.55-11.78-3.12-17.51-2.05-7.75-5.59-15.03-9.8-21.82-3.16-5.07-6.79-9.88-11.09-14.03-3.88-3.86-8.58-7.08-13.94-8.45-1.5-.41-3.06-.45-4.59-.64.07-2.99.7-5.93 1.26-8.85 1.59-7.71 3.8-15.3 6.76-22.6 1.52-4.03 3.41-7.9 5.39-11.72 3.45-6.56 7.62-12.79 12.46-18.46zm31.27 1.7c.35-.06.71-.12 1.07-.19.19 1.79.09 3.58.1 5.37v38.13c-.01 1.74.13 3.49-.15 5.22-.36-.03-.71-.05-1.06-.05-.95-3.75-1.72-7.55-2.62-11.31-.38-1.53-.58-3.09-1.07-4.59-1.7-.24-3.43-.17-5.15-.2-5.06-.01-10.13 0-15.19-.01-1.66-.01-3.32.09-4.98-.03-.03-.39-.26-.91.16-1.18 1.28-.65 2.72-.88 4.06-1.35 3.43-1.14 6.88-2.16 10.31-3.31 1.39-.48 2.9-.72 4.16-1.54.04-.56.02-1.13-.05-1.68-1.23-.55-2.53-.87-3.81-1.28-3.13-1.03-6.29-1.96-9.41-3.02-1.79-.62-3.67-1-5.41-1.79-.03-.37-.07-.73-.11-1.09 5.09-.19 10.2.06 15.3-.12 3.36-.13 6.73.08 10.09-.07.12-.39.26-.77.37-1.16 1.08-4.94 2.33-9.83 3.39-14.75zm5.97-.2c.36.05.72.12 1.08.2.98 3.85 1.73 7.76 2.71 11.61.36 1.42.56 2.88 1.03 4.27 2.53.18 5.07-.01 7.61.05 5.16.12 10.33.12 15.49.07.76-.01 1.52.03 2.28.08-.04.36-.07.72-.1 1.08-1.82.83-3.78 1.25-5.67 1.89-3.73 1.23-7.48 2.39-11.22 3.57-.57.17-1.12.42-1.67.64-.15.55-.18 1.12-.12 1.69.87.48 1.82.81 2.77 1.09 4.88 1.52 9.73 3.14 14.63 4.6.38.13.78.27 1.13.49.4.27.23.79.15 1.18-1.66.13-3.31.03-4.97.04-5.17.01-10.33-.01-15.5.01-1.61.03-3.22-.02-4.82.21-.52 1.67-.72 3.42-1.17 5.11-.94 3.57-1.52 7.24-2.54 10.78-.36.01-.71.02-1.06.06-.29-1.73-.15-3.48-.15-5.22v-38.13c.02-1.78-.08-3.58.11-5.37zM65.05 168.33c1.12-2.15 2.08-4.4 3.37-6.46-1.82 7.56-2.91 15.27-3.62 23-.8 7.71-.85 15.49-.54 23.23 1.05 19.94 5.54 39.83 14.23 57.88 2.99 5.99 6.35 11.83 10.5 17.11 6.12 7.47 12.53 14.76 19.84 21.09 4.8 4.1 9.99 7.78 15.54 10.8 3.27 1.65 6.51 3.39 9.94 4.68 5.01 2.03 10.19 3.61 15.42 4.94 3.83.96 7.78 1.41 11.52 2.71 5 1.57 9.47 4.61 13.03 8.43 4.93 5.23 8.09 11.87 10.2 18.67.99 2.9 1.59 5.91 2.17 8.92.15.75.22 1.52.16 2.29-6.5 2.78-13.26 5.06-20.26 6.18-4.11.78-8.29.99-12.46 1.08-10.25.24-20.47-1.76-30.12-5.12-3.74-1.42-7.49-2.85-11.03-4.72-8.06-3.84-15.64-8.7-22.46-14.46-2.92-2.55-5.83-5.13-8.4-8.03-9.16-9.83-16.3-21.41-21.79-33.65-2.39-5.55-4.61-11.18-6.37-16.96-1.17-3.94-2.36-7.89-3.26-11.91-.75-2.94-1.22-5.95-1.87-8.92-.46-2.14-.69-4.32-1.03-6.48-.85-5.43-1.28-10.93-1.33-16.43.11-6.18.25-12.37 1.07-18.5.4-2.86.67-5.74 1.15-8.6.98-5.7 2.14-11.37 3.71-16.93 3.09-11.65 7.48-22.95 12.69-33.84zm363.73-6.44c1.1 1.66 1.91 3.48 2.78 5.26 2.1 4.45 4.24 8.9 6.02 13.49 7.61 18.76 12.3 38.79 13.04 59.05.02 1.76.07 3.52.11 5.29.13 9.57-1.27 19.09-3.18 28.45-.73 3.59-1.54 7.17-2.58 10.69-4.04 14.72-10 29-18.41 41.78-8.21 12.57-19.01 23.55-31.84 31.41-5.73 3.59-11.79 6.64-18.05 9.19-5.78 2.19-11.71 4.03-17.8 5.11-6.4 1.05-12.91 1.52-19.4 1.23-7.92-.48-15.78-2.07-23.21-4.85-1.94-.8-3.94-1.46-5.84-2.33-.21-1.51.25-2.99.53-4.46 1.16-5.74 3.03-11.36 5.7-16.58 2.37-4.51 5.52-8.65 9.46-11.9 2.43-2.05 5.24-3.61 8.16-4.83 3.58-1.5 7.47-1.97 11.24-2.83 7.23-1.71 14.37-3.93 21.15-7 10.35-4.65 19.71-11.38 27.65-19.46 1.59-1.61 3.23-3.18 4.74-4.87 3.37-3.76 6.71-7.57 9.85-11.53 7.48-10.07 12.82-21.59 16.71-33.48 1.58-5.3 3.21-10.6 4.21-16.05.63-2.87 1.04-5.78 1.52-8.68.87-6.09 1.59-12.22 1.68-18.38.12-6.65.14-13.32-.53-19.94-.73-7.99-1.87-15.96-3.71-23.78z"], + "odysee": [512, 512, [], "e5c6", "M406.7 463c-42.3 30.8-94.4 49-150.7 49C144.9 512 50.3 441.2 14.9 342.2c2.4 1.7 5.9 3.6 7.9 4.4c16.3 7.4 40.1-5.4 62.9-28.7c6.9-6.9 14.4-12.4 22.8-17.3c18.3-11.9 37.6-20.8 58.4-27.2c0 0 22.3 34.2 43.1 74.8s-22.3 54-27.2 54c-.3 0-.8 0-1.5-.1c-11-.5-70-3-56 51.1c14.9 57.4 97.5 36.6 139.6 8.9s31.7-118.3 31.7-118.3c41.1-6.4 54 37.1 57.9 59.4c.8 4.6 1.1 9.9 1.4 15.5c1.1 21.2 2.3 45.6 35.3 46.4c5.3 0 10.6-.8 15.5-2zm-95.3-23.7c-2-.5-3.5-2.5-3-5c1-2.5 3-3.5 5-3s3.5 3 3 5s-2.5 3.5-5 3zm-207-95.6c1.5-.5 3.5 1 4 3c0 2-1 4-3 4c-1.5 .5-3.5-1-4-3c-.5-1.5 1-3.5 3-4zM451.8 421C489.3 376.4 512 318.8 512 256c0-67.5-26.1-128.9-68.8-174.7c-.1 23.5-6.1 48.2-16.8 69.2c-11.9 20.3-49 58.9-69.8 78.7c-.7 .3-1.1 .9-1.5 1.4c-.2 .2-.3 .4-.5 .6c-5 6.9-4 16.8 3 21.8c21.3 15.8 56.4 45.6 59.4 72.8c3.5 34.9 27.9 75.6 34.2 86.2l0 0c.8 1.3 1.3 2.1 1.4 2.4c0 2.2-.4 4.3-.8 6.5zM390.7 251c-.5 3 1 5.9 4 6.4s5.9-1 6.4-4s-1-5.9-4-6.4c-3-1-5.9 1-6.4 4zm61.4-60.9l-11.4 5.4-3 12.9-5.4-11.4-12.9-3 11.4-5.4 3-12.9 5.4 11.4 12.9 3zM395.5 41.3c-16.2 8.2-22.1 32.8-29 61.4l0 0c-.3 1.4-.7 2.8-1 4.2c-9.5 38.5-30.6 37.6-41.7 37.2c-1.1 0-2-.1-2.9-.1c-5.1 0-6-4-8.9-17.1c-2.6-12.1-6.9-32-17.9-63.6C271.4-2.5 211.4 13.9 165.9 41.1C110.6 74.2 131.5 143 146.1 190.5c.7 2.2 1.4 4.4 2 6.6c-4 4-13.8 7.5-26 11.9c-12.1 4.3-26.6 9.5-40.3 16.9C47.9 243.9 11.5 274.9 2 288.5C.7 277.8 0 267 0 256C0 114.6 114.6 0 256 0c51.4 0 99.4 15.2 139.5 41.3zM58.9 189.6c-1.5-2-4.5-3-6.4-1.5s-3 4.5-1.5 6.4s4.5 3 6.4 1.5c2.5-1.5 3-4.5 1.5-6.4zM327.3 64.9c2-1.5 5-.5 6.4 1.5c1.5 2.5 1 5.4-1.5 6.4c-2 1.5-5 .5-6.4-1.5s-.5-5 1.5-6.4zM95.1 105c-.5 1.5 .5 3 2 3c1.5 .5 3-.5 3-2c.5-1.5-.5-3-2-3s-3 .5-3 2zm84.7-.5c-3.5-43.1 37.1-54 37.1-54c44.1-15.4 56 5.9 66.4 37.6s3 42.6-38.6 58.9s-61.9-4.5-64.9-42.6zm89.6 14.9h1c2.5 0 5-2 5-5c2-6.9 1-14.4-2-20.8c-1.5-2-4-3.5-6.4-2.5c-3 1-4.5 4-3.5 6.9c2 4.5 3 9.9 1.5 14.9c-.5 3 1.5 5.9 4.5 6.4zm-9.9-41.6c-2 0-4-1-5-3s-2-3.5-3-5c-2-2-2-5.4 0-7.4s5.4-2 7.4 0c2 2.5 3.5 5 5 7.4s.5 5.9-2.5 7.4c-.6 0-1 .2-1.3 .3c-.2 .1-.4 .2-.6 .2z"], + "square-whatsapp": [448, 512, ["whatsapp-square"], "f40c", "M92.1 254.6c0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6L152 365.2l4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8c0-35.2-15.2-68.3-40.1-93.2c-25-25-58-38.7-93.2-38.7c-72.7 0-131.8 59.1-131.9 131.8zM274.8 330c-12.6 1.9-22.4 .9-47.5-9.9c-36.8-15.9-61.8-51.5-66.9-58.7c-.4-.6-.7-.9-.8-1.1c-2-2.6-16.2-21.5-16.2-41c0-18.4 9-27.9 13.2-32.3c.3-.3 .5-.5 .7-.8c3.6-4 7.9-5 10.6-5c2.6 0 5.3 0 7.6 .1c.3 0 .5 0 .8 0c2.3 0 5.2 0 8.1 6.8c1.2 2.9 3 7.3 4.9 11.8c3.3 8 6.7 16.3 7.3 17.6c1 2 1.7 4.3 .3 6.9c-3.4 6.8-6.9 10.4-9.3 13c-3.1 3.2-4.5 4.7-2.3 8.6c15.3 26.3 30.6 35.4 53.9 47.1c4 2 6.3 1.7 8.6-1c2.3-2.6 9.9-11.6 12.5-15.5c2.6-4 5.3-3.3 8.9-2s23.1 10.9 27.1 12.9c.8 .4 1.5 .7 2.1 1c2.8 1.4 4.7 2.3 5.5 3.6c.9 1.9 .9 9.9-2.4 19.1c-3.3 9.3-19.1 17.7-26.7 18.8zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM148.1 393.9L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5c29.9 30 47.9 69.8 47.9 112.2c0 87.4-72.7 158.5-160.1 158.5c-26.6 0-52.7-6.7-75.8-19.3z"], + "node-js": [448, 512, [], "f3d3", "M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8 12.3-4.3 14.8-5.2 27.9-12.7 1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2zm149.1-210.1c0-39.9-27-50.5-83.7-58-57.4-7.6-63.2-11.5-63.2-24.9 0-11.1 4.9-25.9 47.4-25.9 37.9 0 51.9 8.2 57.7 33.8.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6-52.7 0-84.1 22.2-84.1 59.5 0 40.4 31.3 51.6 81.8 56.6 60.5 5.9 65.2 14.8 65.2 26.7 0 20.6-16.6 29.4-55.5 29.4-48.9 0-59.6-12.3-63.2-36.6-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3 0 31.1 16.9 68.2 97.8 68.2 58.4-.1 92-23.2 92-63.4z"], + "edge-legacy": [512, 512, [], "e078", "M25.71,228.16l.35-.48c0,.16,0,.32-.07.48Zm460.58,15.51c0-44-7.76-84.46-28.81-122.4C416.5,47.88,343.91,8,258.89,8,119,7.72,40.62,113.21,26.06,227.68c42.42-61.31,117.07-121.38,220.37-125,0,0,109.67,0,99.42,105H170c6.37-37.39,18.55-59,34.34-78.93-75.05,34.9-121.85,96.1-120.75,188.32.83,71.45,50.13,144.84,120.75,172,83.35,31.84,192.77,7.2,240.13-21.33V363.31C363.6,419.8,173.6,424.23,172.21,295.74H486.29V243.67Z"], + "slack": [448, 512, [62447, "slack-hash"], "f198", "M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z"], + "medrt": [544, 512, [], "f3c8", "M113.7 256c0 121.8 83.9 222.8 193.5 241.1-18.7 4.5-38.2 6.9-58.2 6.9C111.4 504 0 393 0 256S111.4 8 248.9 8c20.1 0 39.6 2.4 58.2 6.9C197.5 33.2 113.7 134.2 113.7 256m297.4 100.3c-77.7 55.4-179.6 47.5-240.4-14.6 5.5 14.1 12.7 27.7 21.7 40.5 61.6 88.2 182.4 109.3 269.7 47 87.3-62.3 108.1-184.3 46.5-272.6-9-12.9-19.3-24.3-30.5-34.2 37.4 78.8 10.7 178.5-67 233.9m-218.8-244c-1.4 1-2.7 2.1-4 3.1 64.3-17.8 135.9 4 178.9 60.5 35.7 47 42.9 106.6 24.4 158 56.7-56.2 67.6-142.1 22.3-201.8-50-65.5-149.1-74.4-221.6-19.8M296 224c-4.4 0-8-3.6-8-8v-40c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v40c0 4.4-3.6 8-8 8h-40c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h40c4.4 0 8 3.6 8 8v40c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-40z"], + "usb": [640, 512, [], "f287", "M641.5 256c0 3.1-1.7 6.1-4.5 7.5L547.9 317c-1.4.8-2.8 1.4-4.5 1.4-1.4 0-3.1-.3-4.5-1.1-2.8-1.7-4.5-4.5-4.5-7.8v-35.6H295.7c25.3 39.6 40.5 106.9 69.6 106.9H392V354c0-5 3.9-8.9 8.9-8.9H490c5 0 8.9 3.9 8.9 8.9v89.1c0 5-3.9 8.9-8.9 8.9h-89.1c-5 0-8.9-3.9-8.9-8.9v-26.7h-26.7c-75.4 0-81.1-142.5-124.7-142.5H140.3c-8.1 30.6-35.9 53.5-69 53.5C32 327.3 0 295.3 0 256s32-71.3 71.3-71.3c33.1 0 61 22.8 69 53.5 39.1 0 43.9 9.5 74.6-60.4C255 88.7 273 95.7 323.8 95.7c7.5-20.9 27-35.6 50.4-35.6 29.5 0 53.5 23.9 53.5 53.5s-23.9 53.5-53.5 53.5c-23.4 0-42.9-14.8-50.4-35.6H294c-29.1 0-44.3 67.4-69.6 106.9h310.1v-35.6c0-3.3 1.7-6.1 4.5-7.8 2.8-1.7 6.4-1.4 8.9.3l89.1 53.5c2.8 1.1 4.5 4.1 4.5 7.2z"], + "tumblr": [320, 512, [], "f173", "M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z"], + "vaadin": [448, 512, [], "f408", "M224.5 140.7c1.5-17.6 4.9-52.7 49.8-52.7h98.6c20.7 0 32.1-7.8 32.1-21.6V54.1c0-12.2 9.3-22.1 21.5-22.1S448 41.9 448 54.1v36.5c0 42.9-21.5 62-66.8 62H280.7c-30.1 0-33 14.7-33 27.1 0 1.3-.1 2.5-.2 3.7-.7 12.3-10.9 22.2-23.4 22.2s-22.7-9.8-23.4-22.2c-.1-1.2-.2-2.4-.2-3.7 0-12.3-3-27.1-33-27.1H66.8c-45.3 0-66.8-19.1-66.8-62V54.1C0 41.9 9.4 32 21.6 32s21.5 9.9 21.5 22.1v12.3C43.1 80.2 54.5 88 75.2 88h98.6c44.8 0 48.3 35.1 49.8 52.7h.9zM224 456c11.5 0 21.4-7 25.7-16.3 1.1-1.8 97.1-169.6 98.2-171.4 11.9-19.6-3.2-44.3-27.2-44.3-13.9 0-23.3 6.4-29.8 20.3L224 362l-66.9-117.7c-6.4-13.9-15.9-20.3-29.8-20.3-24 0-39.1 24.6-27.2 44.3 1.1 1.9 97.1 169.6 98.2 171.4 4.3 9.3 14.2 16.3 25.7 16.3z"], + "quora": [448, 512, [], "f2c4", "M440.5 386.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8-20.5 0-35.3-14.2-49.5-35.8 44.2-34.2 74.7-87.5 74.7-153C403.5 111.2 306.8 32 205 32 105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3zM297 329.2C277.5 300 253.3 277 205.5 277c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4 35.5 0 53.7 30.8 69.2 61.3-10 3-20.7 4.2-32.7 4.2-75 0-107.5-53-107.5-156.7C97.5 124.5 130 71 205 71c76.2 0 108.7 53.5 108.7 157.7.1 41.8-5.4 75.6-16.7 100.5z"], + "square-x-twitter": [448, 512, [], "e61a", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z"], + "reacteurope": [576, 512, [], "f75d", "M250.6 211.74l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm63.7 0l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.2-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm-91.3 50.5h-3.4c-4.8 0-3.8 4-3.8 12.1 0 4.7-2.3 6.1-5.8 6.1s-5.8-1.4-5.8-6.1v-36.6c0-4.7 2.3-6.1 5.8-6.1s5.8 1.4 5.8 6.1c0 7.2-.7 10.5 3.8 10.5h3.4c4.7-.1 3.8-3.9 3.8-12.3 0-9.9-6.7-14.1-16.8-14.1h-.2c-10.1 0-16.8 4.2-16.8 14.1V276c0 10.4 6.7 14.1 16.8 14.1h.2c10.1 0 16.8-3.8 16.8-14.1 0-9.86 1.1-13.76-3.8-13.76zm-80.7 17.4h-14.7v-19.3H139c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-11.4v-18.3H142c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-21.7c-2.4-.1-3.7 1.3-3.7 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h21.9c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8zm-42-18.5c4.6-2 7.3-6 7.3-12.4v-11.9c0-10.1-6.7-14.1-16.8-14.1H77.4c-2.5 0-3.8 1.3-3.8 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5 0 3.8-1.3 3.8-3.8v-22.9h5.6l7.4 23.5a4.1 4.1 0 0 0 4.3 3.2h3.3c2.8 0 4-1.8 3.2-4.4zm-3.8-14c0 4.8-2.5 6.1-6.1 6.1h-5.8v-20.9h5.8c3.6 0 6.1 1.3 6.1 6.1zM176 226a3.82 3.82 0 0 0-4.2-3.4h-6.9a3.68 3.68 0 0 0-4 3.4l-11 59.2c-.5 2.7.9 4.1 3.4 4.1h3a3.74 3.74 0 0 0 4.1-3.5l1.8-11.3h12.2l1.8 11.3a3.74 3.74 0 0 0 4.1 3.5h3.5c2.6 0 3.9-1.4 3.4-4.1zm-12.3 39.3l4.7-29.7 4.7 29.7zm89.3 20.2v-53.2h7.5c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-25.8c-2.5 0-3.8 1.3-3.8 3.8v2.1c0 2.5 1.3 3.8 3.8 3.8h7.3v53.2c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5.04 3.8-1.3 3.8-3.76zm248-.8h-19.4V258h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9H501a1.81 1.81 0 0 0 2-1.9v-.8a1.84 1.84 0 0 0-2-1.96zm-93.1-62.9h-.8c-10.1 0-15.3 4.7-15.3 14.1V276c0 9.3 5.2 14.1 15.3 14.1h.8c10.1 0 15.3-4.8 15.3-14.1v-40.1c0-9.36-5.2-14.06-15.3-14.06zm10.2 52.4c-.1 8-3 11.1-10.5 11.1s-10.5-3.1-10.5-11.1v-36.6c0-7.9 3-11.1 10.5-11.1s10.5 3.2 10.5 11.1zm-46.5-14.5c6.1-1.6 9.2-6.1 9.2-13.3v-9.7c0-9.4-5.2-14.1-15.3-14.1h-13.7a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.9h11.6l10.4 27.2a2.32 2.32 0 0 0 2.3 1.5h1.5c1.4 0 2-1 1.5-2.3zm-6.4-3.9H355v-28.5h10.2c7.5 0 10.5 3.1 10.5 11.1v6.4c0 7.84-3 11.04-10.5 11.04zm85.9-33.1h-13.7a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.1h10.6c10.1 0 15.3-4.8 15.3-14.1v-10.5c0-9.4-5.2-14.1-15.3-14.1zm10.2 22.8c0 7.9-3 11.1-10.5 11.1h-10.2v-29.2h10.2c7.5-.1 10.5 3.1 10.5 11zM259.5 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm227.6-136.1a364.42 364.42 0 0 0-35.6-11.3c19.6-78 11.6-134.7-22.3-153.9C394.7-12.66 343.3 11 291 61.94q5.1 4.95 10.2 10.2c82.5-80 119.6-53.5 120.9-52.8 22.4 12.7 36 55.8 15.5 137.8a587.83 587.83 0 0 0-84.6-13C281.1 43.64 212.4 2 170.8 2 140 2 127 23 123.2 29.74c-18.1 32-13.3 84.2.1 133.8-70.5 20.3-120.7 54.1-120.3 95 .5 59.6 103.2 87.8 122.1 92.8-20.5 81.9-10.1 135.6 22.3 153.9 28 15.8 75.1 6 138.2-55.2q-5.1-4.95-10.2-10.2c-82.5 80-119.7 53.5-120.9 52.8-22.3-12.6-36-55.6-15.5-137.9 12.4 2.9 41.8 9.5 84.6 13 71.9 100.4 140.6 142 182.1 142 30.8 0 43.8-21 47.6-27.7 18-31.9 13.3-84.1-.1-133.8 152.3-43.8 156.2-130.2 33.9-176.3zM135.9 36.84c2.9-5.1 11.9-20.3 34.9-20.3 36.8 0 98.8 39.6 163.3 126.2a714 714 0 0 0-93.9.9 547.76 547.76 0 0 1 42.2-52.4Q277.3 86 272.2 81a598.25 598.25 0 0 0-50.7 64.2 569.69 569.69 0 0 0-84.4 14.6c-.2-1.4-24.3-82.2-1.2-123zm304.8 438.3c-2.9 5.1-11.8 20.3-34.9 20.3-36.7 0-98.7-39.4-163.3-126.2a695.38 695.38 0 0 0 93.9-.9 547.76 547.76 0 0 1-42.2 52.4q5.1 5.25 10.2 10.2a588.47 588.47 0 0 0 50.7-64.2c47.3-4.7 80.3-13.5 84.4-14.6 22.7 84.4 4.5 117 1.2 123zm9.1-138.6c-3.6-11.9-7.7-24.1-12.4-36.4a12.67 12.67 0 0 1-10.7-5.7l-.1.1a19.61 19.61 0 0 1-5.4 3.6c5.7 14.3 10.6 28.4 14.7 42.2a535.3 535.3 0 0 1-72 13c3.5-5.3 17.2-26.2 32.2-54.2a24.6 24.6 0 0 1-6-3.2c-1.1 1.2-3.6 4.2-10.9 4.2-6.2 11.2-17.4 30.9-33.9 55.2a711.91 711.91 0 0 1-112.4 1c-7.9-11.2-21.5-31.1-36.8-57.8a21 21 0 0 1-3-1.5c-1.9 1.6-3.9 3.2-12.6 3.2 6.3 11.2 17.5 30.7 33.8 54.6a548.81 548.81 0 0 1-72.2-11.7q5.85-21 14.1-42.9c-3.2 0-5.4.2-8.4-1a17.58 17.58 0 0 1-6.9 1c-4.9 13.4-9.1 26.5-12.7 39.4C-31.7 297-12.1 216 126.7 175.64c3.6 11.9 7.7 24.1 12.4 36.4 10.4 0 12.9 3.4 14.4 5.3a12 12 0 0 1 2.3-2.2c-5.8-14.7-10.9-29.2-15.2-43.3 7-1.8 32.4-8.4 72-13-15.9 24.3-26.7 43.9-32.8 55.3a14.22 14.22 0 0 1 6.4 8 23.42 23.42 0 0 1 10.2-8.4c6.5-11.7 17.9-31.9 34.8-56.9a711.72 711.72 0 0 1 112.4-1c31.5 44.6 28.9 48.1 42.5 64.5a21.42 21.42 0 0 1 10.4-7.4c-6.4-11.4-17.6-31-34.3-55.5 40.4 4.1 65 10 72.2 11.7-4 14.4-8.9 29.2-14.6 44.2a20.74 20.74 0 0 1 6.8 4.3l.1.1a12.72 12.72 0 0 1 8.9-5.6c4.9-13.4 9.2-26.6 12.8-39.5a359.71 359.71 0 0 1 34.5 11c106.1 39.9 74 87.9 72.6 90.4-19.8 35.1-80.1 55.2-105.7 62.5zm-114.4-114h-1.2a1.74 1.74 0 0 0-1.9 1.9v49.8c0 7.9-2.6 11.1-10.1 11.1s-10.1-3.1-10.1-11.1v-49.8a1.69 1.69 0 0 0-1.9-1.9H309a1.81 1.81 0 0 0-2 1.9v51.5c0 9.6 5 14.1 15.1 14.1h.4c10.1 0 15.1-4.6 15.1-14.1v-51.5a2 2 0 0 0-2.2-1.9zM321.7 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm-31.1 7.4l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm5.1-30.8h-19.4v-26.7h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h22.5a1.77 1.77 0 0 0 2-1.9v-.8a1.83 1.83 0 0 0-2-2.06zm-7.4-99.4L286 192l-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1z"], + "medium": [640, 512, [62407, "medium-m"], "f23a", "M180.5,74.262C80.813,74.262,0,155.633,0,256S80.819,437.738,180.5,437.738,361,356.373,361,256,280.191,74.262,180.5,74.262Zm288.25,10.646c-49.845,0-90.245,76.619-90.245,171.095s40.406,171.1,90.251,171.1,90.251-76.619,90.251-171.1H559C559,161.5,518.6,84.908,468.752,84.908Zm139.506,17.821c-17.526,0-31.735,68.628-31.735,153.274s14.2,153.274,31.735,153.274S640,340.631,640,256C640,171.351,625.785,102.729,608.258,102.729Z"], + "amilia": [448, 512, [], "f36d", "M240.1 32c-61.9 0-131.5 16.9-184.2 55.4-5.1 3.1-9.1 9.2-7.2 19.4 1.1 5.1 5.1 27.4 10.2 39.6 4.1 10.2 14.2 10.2 20.3 6.1 32.5-22.3 96.5-47.7 152.3-47.7 57.9 0 58.9 28.4 58.9 73.1v38.5C203 227.7 78.2 251 46.7 264.2 11.2 280.5 16.3 357.7 16.3 376s15.2 104 124.9 104c47.8 0 113.7-20.7 153.3-42.1v25.4c0 3 2.1 8.2 6.1 9.1 3.1 1 50.7 2 59.9 2s62.5.3 66.5-.7c4.1-1 5.1-6.1 5.1-9.1V168c-.1-80.3-57.9-136-192-136zm50.2 348c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7 0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5z"], + "mixcloud": [640, 512, [], "f289", "M212.98 346.566H179.789V195.114L185.973 173.47H175.262L137.127 346.566H76.1069L37.7323 173.47H27.276L33.1913 195.114V346.566H0V165H65.6506L102.248 338.096H110.747L147.329 165H212.98L212.98 346.566ZM544.459 283.589L458.434 345.655V307.534L531.329 255.776L458.434 204.017V165.896L544.459 228.231H553.721L640 165.896V204.017L566.866 255.776L640 307.549V345.655L553.721 283.589H544.459ZM430.157 272.311H248.113V239.255H430.157V272.311Z"], + "flipboard": [448, 512, [], "f44d", "M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z"], + "viacoin": [384, 512, [], "f237", "M384 32h-64l-80.7 192h-94.5L64 32H0l48 112H0v48h68.5l13.8 32H0v48h102.8L192 480l89.2-208H384v-48h-82.3l13.8-32H384v-48h-48l48-112zM192 336l-27-64h54l-27 64z"], + "critical-role": [448, 512, [], "f6c9", "M225.82 0c.26.15 216.57 124.51 217.12 124.72 3 1.18 3.7 3.46 3.7 6.56q-.11 125.17 0 250.36a5.88 5.88 0 0 1-3.38 5.78c-21.37 12-207.86 118.29-218.93 124.58h-3C142 466.34 3.08 386.56 2.93 386.48a3.29 3.29 0 0 1-1.88-3.24c0-.87 0-225.94-.05-253.1a5 5 0 0 1 2.93-4.93C27.19 112.11 213.2 6 224.07 0zM215.4 20.42l-.22-.16Q118.06 75.55 21 130.87c0 .12.08.23.13.35l30.86 11.64c-7.71 6-8.32 6-10.65 5.13-.1 0-24.17-9.28-26.8-10v230.43c.88-1.41 64.07-110.91 64.13-111 1.62-2.82 3-1.92 9.12-1.52 1.4.09 1.48.22.78 1.42-41.19 71.33-36.4 63-67.48 116.94-.81 1.4-.61 1.13 1.25 1.13h186.5c1.44 0 1.69-.23 1.7-1.64v-8.88c0-1.34 2.36-.81-18.37-1-7.46-.07-14.14-3.22-21.38-12.7-7.38-9.66-14.62-19.43-21.85-29.21-2.28-3.08-3.45-2.38-16.76-2.38-1.75 0-1.78 0-1.76 1.82.29 26.21.15 25.27 1 32.66.52 4.37 2.16 4.2 9.69 4.81 3.14.26 3.88 4.08.52 4.92-1.57.39-31.6.51-33.67-.1a2.42 2.42 0 0 1 .3-4.73c3.29-.76 6.16.81 6.66-4.44 1.3-13.66 1.17-9 1.1-79.42 0-10.82-.35-12.58-5.36-13.55-1.22-.24-3.54-.16-4.69-.55-2.88-1-2-4.84 1.77-4.85 33.67 0 46.08-1.07 56.06 4.86 7.74 4.61 12 11.48 12.51 20.4.88 14.59-6.51 22.35-15 32.59a1.46 1.46 0 0 0 0 2.22c2.6 3.25 5 6.63 7.71 9.83 27.56 33.23 24.11 30.54 41.28 33.06.89.13 1-.42 1-1.15v-11c0-1 .32-1.43 1.41-1.26a72.37 72.37 0 0 0 23.58-.3c1.08-.15 1.5.2 1.48 1.33 0 .11.88 26.69.87 26.8-.05 1.52.67 1.62 1.89 1.62h186.71Q386.51 304.6 346 234.33c2.26-.66-.4 0 6.69-1.39 2-.39 2.05-.41 3.11 1.44 7.31 12.64 77.31 134 77.37 134.06V138c-1.72.5-103.3 38.72-105.76 39.68-1.08.42-1.55.2-1.91-.88-.63-1.9-1.34-3.76-2.09-5.62-.32-.79-.09-1.13.65-1.39.1 0 95.53-35.85 103-38.77-65.42-37.57-130.56-75-196-112.6l86.82 150.39-.28.33c-9.57-.9-10.46-1.6-11.8-3.94-1-1.69-73.5-127.71-82-142.16-9.1 14.67-83.56 146.21-85.37 146.32-2.93.17-5.88.08-9.25.08q43.25-74.74 86.18-149zm51.93 129.92a37.68 37.68 0 0 0 5.54-.85c1.69-.3 2.53.2 2.6 1.92 0 .11.07 19.06-.86 20.45s-1.88 1.22-2.6-.19c-5-9.69 6.22-9.66-39.12-12-.7 0-1 .23-1 .93 0 .13 3.72 122 3.73 122.11 0 .89.52 1.2 1.21 1.51a83.92 83.92 0 0 1 8.7 4.05c7.31 4.33 11.38 10.84 12.41 19.31 1.44 11.8-2.77 35.77-32.21 37.14-2.75.13-28.26 1.08-34.14-23.25-4.66-19.26 8.26-32.7 19.89-36.4a2.45 2.45 0 0 0 2-2.66c.1-5.63 3-107.1 3.71-121.35.05-1.08-.62-1.16-1.35-1.15-32.35.52-36.75-.34-40.22 8.52-2.42 6.18-4.14 1.32-3.95.23q1.59-9 3.31-18c.4-2.11 1.43-2.61 3.43-1.86 5.59 2.11 6.72 1.7 37.25 1.92 1.73 0 1.78-.08 1.82-1.85.68-27.49.58-22.59 1-29.55a2.69 2.69 0 0 0-1.63-2.8c-5.6-2.91-8.75-7.55-8.9-13.87-.35-14.81 17.72-21.67 27.38-11.51 6.84 7.19 5.8 18.91-2.45 24.15a4.35 4.35 0 0 0-2.22 4.34c0 .59-.11-4.31 1 30.05 0 .9.43 1.12 1.24 1.11.1 0 23-.09 34.47-.37zM68.27 141.7c19.84-4.51 32.68-.56 52.49 1.69 2.76.31 3.74 1.22 3.62 4-.21 5-1.16 22.33-1.24 23.15a2.65 2.65 0 0 1-1.63 2.34c-4.06 1.7-3.61-4.45-4-7.29-3.13-22.43-73.87-32.7-74.63 25.4-.31 23.92 17 53.63 54.08 50.88 27.24-2 19-20.19 24.84-20.47a2.72 2.72 0 0 1 3 3.36c-1.83 10.85-3.42 18.95-3.45 19.15-1.54 9.17-86.7 22.09-93.35-42.06-2.71-25.85 10.44-53.37 40.27-60.15zm80 87.67h-19.49a2.57 2.57 0 0 1-2.66-1.79c2.38-3.75 5.89.92 5.86-6.14-.08-25.75.21-38 .23-40.1 0-3.42-.53-4.65-3.32-4.94-7-.72-3.11-3.37-1.11-3.38 11.84-.1 22.62-.18 30.05.72 8.77 1.07 16.71 12.63 7.93 22.62-2 2.25-4 4.42-6.14 6.73.95 1.15 6.9 8.82 17.28 19.68 2.66 2.78 6.15 3.51 9.88 3.13a2.21 2.21 0 0 0 2.23-2.12c.3-3.42.26 4.73.45-40.58 0-5.65-.34-6.58-3.23-6.83-3.95-.35-4-2.26-.69-3.37l19.09-.09c.32 0 4.49.53 1 3.38 0 .05-.16 0-.24 0-3.61.26-3.94 1-4 4.62-.27 43.93.07 40.23.41 42.82.11.84.27 2.23 5.1 2.14 2.49 0 3.86 3.37 0 3.4-10.37.08-20.74 0-31.11.07-10.67 0-13.47-6.2-24.21-20.82-1.6-2.18-8.31-2.36-8.2-.37.88 16.47 0 17.78 4 17.67 4.75-.1 4.73 3.57.83 3.55zm275-10.15c-1.21 7.13.17 10.38-5.3 10.34-61.55-.42-47.82-.22-50.72-.31a18.4 18.4 0 0 1-3.63-.73c-2.53-.6 1.48-1.23-.38-5.6-1.43-3.37-2.78-6.78-4.11-10.19a1.94 1.94 0 0 0-2-1.44 138 138 0 0 0-14.58.07 2.23 2.23 0 0 0-1.62 1.06c-1.58 3.62-3.07 7.29-4.51 11-1.27 3.23 7.86 1.32 12.19 2.16 3 .57 4.53 3.72.66 3.73H322.9c-2.92 0-3.09-3.15-.74-3.21a6.3 6.3 0 0 0 5.92-3.47c1.5-3 2.8-6 4.11-9.09 18.18-42.14 17.06-40.17 18.42-41.61a1.83 1.83 0 0 1 3 0c2.93 3.34 18.4 44.71 23.62 51.92 2 2.7 5.74 2 6.36 2 3.61.13 4-1.11 4.13-4.29.09-1.87.08 1.17.07-41.24 0-4.46-2.36-3.74-5.55-4.27-.26 0-2.56-.63-.08-3.06.21-.2-.89-.24 21.7-.15 2.32 0 5.32 2.75-1.21 3.45a2.56 2.56 0 0 0-2.66 2.83c-.07 1.63-.19 38.89.29 41.21a3.06 3.06 0 0 0 3.23 2.43c13.25.43 14.92.44 16-3.41 1.67-5.78 4.13-2.52 3.73-.19zm-104.72 64.37c-4.24 0-4.42-3.39-.61-3.41 35.91-.16 28.11.38 37.19-.65 1.68-.19 2.38.24 2.25 1.89-.26 3.39-.64 6.78-1 10.16-.25 2.16-3.2 2.61-3.4-.15-.38-5.31-2.15-4.45-15.63-5.08-1.58-.07-1.64 0-1.64 1.52V304c0 1.65 0 1.6 1.62 1.47 3.12-.25 10.31.34 15.69-1.52.47-.16 3.3-1.79 3.07 1.76 0 .21-.76 10.35-1.18 11.39-.53 1.29-1.88 1.51-2.58.32-1.17-2 0-5.08-3.71-5.3-15.42-.9-12.91-2.55-12.91 6 0 12.25-.76 16.11 3.89 16.24 16.64.48 14.4 0 16.43-5.71.84-2.37 3.5-1.77 3.18.58-.44 3.21-.85 6.43-1.23 9.64 0 .36-.16 2.4-4.66 2.39-37.16-.08-34.54-.19-35.21-.31-2.72-.51-2.2-3 .22-3.45 1.1-.19 4 .54 4.16-2.56 2.44-56.22-.07-51.34-3.91-51.33zm-.41-109.52c2.46.61 3.13 1.76 2.95 4.65-.33 5.3-.34 9-.55 9.69-.66 2.23-3.15 2.12-3.34-.27-.38-4.81-3.05-7.82-7.57-9.15-26.28-7.73-32.81 15.46-27.17 30.22 5.88 15.41 22 15.92 28.86 13.78 5.92-1.85 5.88-6.5 6.91-7.58 1.23-1.3 2.25-1.84 3.12 1.1 0 .1.57 11.89-6 12.75-1.6.21-19.38 3.69-32.68-3.39-21-11.19-16.74-35.47-6.88-45.33 14-14.06 39.91-7.06 42.32-6.47zM289.8 280.14c3.28 0 3.66 3 .16 3.43-2.61.32-5-.42-5 5.46 0 2-.19 29.05.4 41.45.11 2.29 1.15 3.52 3.44 3.65 22 1.21 14.95-1.65 18.79-6.34 1.83-2.24 2.76.84 2.76 1.08.35 13.62-4 12.39-5.19 12.4l-38.16-.19c-1.93-.23-2.06-3-.42-3.38 2-.48 4.94.4 5.13-2.8 1-15.87.57-44.65.34-47.81-.27-3.77-2.8-3.27-5.68-3.71-2.47-.38-2-3.22.34-3.22 1.45-.02 17.97-.03 23.09-.02zm-31.63-57.79c.07 4.08 2.86 3.46 6 3.58 2.61.1 2.53 3.41-.07 3.43-6.48 0-13.7 0-21.61-.06-3.84 0-3.38-3.35 0-3.37 4.49 0 3.24 1.61 3.41-45.54 0-5.08-3.27-3.54-4.72-4.23-2.58-1.23-1.36-3.09.41-3.15 1.29 0 20.19-.41 21.17.21s1.87 1.65-.42 2.86c-1 .52-3.86-.28-4.15 2.47 0 .21-.82 1.63-.07 43.8zm-36.91 274.27a2.93 2.93 0 0 0 3.26 0c17-9.79 182-103.57 197.42-112.51-.14-.43 11.26-.18-181.52-.27-1.22 0-1.57.37-1.53 1.56 0 .1 1.25 44.51 1.22 50.38a28.33 28.33 0 0 1-1.36 7.71c-.55 1.83.38-.5-13.5 32.23-.73 1.72-1 2.21-2-.08-4.19-10.34-8.28-20.72-12.57-31a23.6 23.6 0 0 1-2-10.79c.16-2.46.8-16.12 1.51-48 0-1.95 0-2-2-2h-183c2.58 1.63 178.32 102.57 196 112.76zm-90.9-188.75c0 2.4.36 2.79 2.76 3 11.54 1.17 21 3.74 25.64-7.32 6-14.46 2.66-34.41-12.48-38.84-2-.59-16-2.76-15.94 1.51.05 8.04.01 11.61.02 41.65zm105.75-15.05c0 2.13 1.07 38.68 1.09 39.13.34 9.94-25.58 5.77-25.23-2.59.08-2 1.37-37.42 1.1-39.43-14.1 7.44-14.42 40.21 6.44 48.8a17.9 17.9 0 0 0 22.39-7.07c4.91-7.76 6.84-29.47-5.43-39a2.53 2.53 0 0 1-.36.12zm-12.28-198c-9.83 0-9.73 14.75-.07 14.87s10.1-14.88.07-14.91zm-80.15 103.83c0 1.8.41 2.4 2.17 2.58 13.62 1.39 12.51-11 12.16-13.36-1.69-11.22-14.38-10.2-14.35-7.81.05 4.5-.03 13.68.02 18.59zm212.32 6.4l-6.1-15.84c-2.16 5.48-4.16 10.57-6.23 15.84z"], + "sitrox": [448, 512, [], "e44a", "M212.439 0.00846128V0H448V128H64C64 57.6008 141.755 0.475338 212.439 0.00846128ZM237.256 192V192.007C307.135 192.475 384 249.6 384 320H210.809V319.995C140.915 319.563 64 262.424 64 192H237.256ZM235.565 511.993C306.251 511.521 384 454.399 384 384H0V512H235.565V511.993Z"], + "discourse": [448, 512, [], "f393", "M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z"], + "joomla": [448, 512, [], "f1aa", "M.6 92.1C.6 58.8 27.4 32 60.4 32c30 0 54.5 21.9 59.2 50.2 32.6-7.6 67.1.6 96.5 30l-44.3 44.3c-20.5-20.5-42.6-16.3-55.4-3.5-14.3 14.3-14.3 37.9 0 52.2l99.5 99.5-44 44.3c-87.7-87.2-49.7-49.7-99.8-99.7-26.8-26.5-35-64.8-24.8-98.9C20.4 144.6.6 120.7.6 92.1zm129.5 116.4l44.3 44.3c10-10 89.7-89.7 99.7-99.8 14.3-14.3 37.6-14.3 51.9 0 12.8 12.8 17 35-3.5 55.4l44 44.3c31.2-31.2 38.5-67.6 28.9-101.2 29.2-4.1 51.9-29.2 51.9-59.5 0-33.2-26.8-60.1-59.8-60.1-30.3 0-55.4 22.5-59.5 51.6-33.8-9.9-71.7-1.5-98.3 25.1-18.3 19.1-71.1 71.5-99.6 99.9zm266.3 152.2c8.2-32.7-.9-68.5-26.3-93.9-11.8-12.2 5 4.7-99.5-99.7l-44.3 44.3 99.7 99.7c14.3 14.3 14.3 37.6 0 51.9-12.8 12.8-35 17-55.4-3.5l-44 44.3c27.6 30.2 68 38.8 102.7 28 5.5 27.4 29.7 48.1 58.9 48.1 33 0 59.8-26.8 59.8-60.1 0-30.2-22.5-55-51.6-59.1zm-84.3-53.1l-44-44.3c-87 86.4-50.4 50.4-99.7 99.8-14.3 14.3-37.6 14.3-51.9 0-13.1-13.4-16.9-35.3 3.2-55.4l-44-44.3c-30.2 30.2-38 65.2-29.5 98.3-26.7 6-46.2 29.9-46.2 58.2C0 453.2 26.8 480 59.8 480c28.6 0 52.5-19.8 58.6-46.7 32.7 8.2 68.5-.6 94.2-26 32.1-32 12.2-12.4 99.5-99.7z"], + "mastodon": [448, 512, [], "f4f6", "M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.54 102.54 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5zm-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z"], + "airbnb": [448, 512, [], "f834", "M224 373.12c-25.24-31.67-40.08-59.43-45-83.18-22.55-88 112.61-88 90.06 0-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47 103.9-130.07 46.11-200-18.85-200-54.92 0-85.16 46.51-73.28 100.5 6.93 29.19 25.23 62.39 54.43 99.5-32.53 36.05-60.55 52.69-85.15 54.92-50 7.43-89.11-41.06-71.3-91.09 15.1-39.16 111.72-231.18 115.87-241.56 15.75-30.07 25.56-57.4 59.38-57.4 32.34 0 43.4 25.94 60.37 59.87 36 70.62 89.35 177.48 114.84 239.09 13.17 33.07-1.37 71.29-37.01 86.64zm47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4 58.68 63.78 101.26 62.4 112.37 62.4 62.89.05 114.85-60.86 89.61-130.19.02-3.89-16.82-38.9-16.82-39.58z"], + "wolf-pack-battalion": [512, 512, [], "f514", "M267.73 471.53l10.56 15.84 5.28-12.32 5.28 7V512c21.06-7.92 21.11-66.86 25.51-97.21 4.62-31.89-.88-92.81 81.37-149.11-8.88-23.61-12-49.43-2.64-80.05C421 189 447 196.21 456.43 239.73l-30.35 8.36c11.15 23 17 46.76 13.2 72.14L412 313.18l-6.16 33.43-18.47-7-8.8 33.39-19.35-7 26.39 21.11 8.8-28.15L419 364.2l7-35.63 26.39 14.52c.25-20 7-58.06-8.8-84.45l26.39 5.28c4-22.07-2.38-39.21-7.92-56.74l22.43 9.68c-.44-25.07-29.94-56.79-61.58-58.5-20.22-1.09-56.74-25.17-54.1-51.9 2-19.87 17.45-42.62 43.11-49.7-44 36.51-9.68 67.3 5.28 73.46 4.4-11.44 17.54-69.08 0-130.2-40.39 22.87-89.65 65.1-93.2 147.79l-58 38.71-3.52 93.25L369.78 220l7 7-17.59 3.52-44 38.71-15.84-5.28-28.1 49.25-3.52 119.64 21.11 15.84-32.55 15.84-32.55-15.84 21.11-15.84-3.52-119.64-28.15-49.26-15.84 5.28-44-38.71-17.58-3.51 7-7 107.33 59.82-3.52-93.25-58.06-38.71C185 65.1 135.77 22.87 95.3 0c-17.54 61.12-4.4 118.76 0 130.2 15-6.16 49.26-36.95 5.28-73.46 25.66 7.08 41.15 29.83 43.11 49.7 2.63 26.74-33.88 50.81-54.1 51.9-31.65 1.72-61.15 33.44-61.59 58.51l22.43-9.68c-5.54 17.53-11.91 34.67-7.92 56.74l26.39-5.28c-15.76 26.39-9.05 64.43-8.8 84.45l26.39-14.52 7 35.63 24.63-5.28 8.8 28.15L153.35 366 134 373l-8.8-33.43-18.47 7-6.16-33.43-27.27 7c-3.82-25.38 2-49.1 13.2-72.14l-30.35-8.36c9.4-43.52 35.47-50.77 63.34-54.1 9.36 30.62 6.24 56.45-2.64 80.05 82.25 56.3 76.75 117.23 81.37 149.11 4.4 30.35 4.45 89.29 25.51 97.21v-29.83l5.28-7 5.28 12.32 10.56-15.84 11.44 21.11 11.43-21.1zm79.17-95L331.06 366c7.47-4.36 13.76-8.42 19.35-12.32-.6 7.22-.27 13.84-3.51 22.84zm28.15-49.26c-.4 10.94-.9 21.66-1.76 31.67-7.85-1.86-15.57-3.8-21.11-7 8.24-7.94 15.55-16.32 22.87-24.68zm24.63 5.28c0-13.43-2.05-24.21-5.28-33.43a235 235 0 0 1-18.47 27.27zm3.52-80.94c19.44 12.81 27.8 33.66 29.91 56.3-12.32-4.53-24.63-9.31-36.95-10.56 5.06-12 6.65-28.14 7-45.74zm-1.76-45.74c.81 14.3 1.84 28.82 1.76 42.23 19.22-8.11 29.78-9.72 44-14.08-10.61-18.96-27.2-25.53-45.76-28.16zM165.68 376.52L181.52 366c-7.47-4.36-13.76-8.42-19.35-12.32.6 7.26.27 13.88 3.51 22.88zm-28.15-49.26c.4 10.94.9 21.66 1.76 31.67 7.85-1.86 15.57-3.8 21.11-7-8.24-7.93-15.55-16.31-22.87-24.67zm-24.64 5.28c0-13.43 2-24.21 5.28-33.43a235 235 0 0 0 18.47 27.27zm-3.52-80.94c-19.44 12.81-27.8 33.66-29.91 56.3 12.32-4.53 24.63-9.31 37-10.56-5-12-6.65-28.14-7-45.74zm1.76-45.74c-.81 14.3-1.84 28.82-1.76 42.23-19.22-8.11-29.78-9.72-44-14.08 10.63-18.95 27.23-25.52 45.76-28.15z"], + "buy-n-large": [576, 512, [], "f8a6", "M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32zm-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60.24 60.24 0 0 1-1.5 6.85 77.39 77.39 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65 0 37.14 27.14 68 62.93 74.45-18.24 37.16-56.16 60.92-117.71 61.52zM358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a78.8 78.8 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65 0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65 5.56-22.31-7.99-29.82-24.14-29.82zM233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170z"], + "gulp": [256, 512, [], "f3ae", "M209.8 391.1l-14.1 24.6-4.6 80.2c0 8.9-28.3 16.1-63.1 16.1s-63.1-7.2-63.1-16.1l-5.8-79.4-14.9-25.4c41.2 17.3 126 16.7 165.6 0zm-196-253.3l13.6 125.5c5.9-20 20.8-47 40-55.2 6.3-2.7 12.7-2.7 18.7.9 5.2 3 9.6 9.3 10.1 11.8 1.2 6.5-2 9.1-4.5 9.1-3 0-5.3-4.6-6.8-7.3-4.1-7.3-10.3-7.6-16.9-2.8-6.9 5-12.9 13.4-17.1 20.7-5.1 8.8-9.4 18.5-12 28.2-1.5 5.6-2.9 14.6-.6 19.9 1 2.2 2.5 3.6 4.9 3.6 5 0 12.3-6.6 15.8-10.1 4.5-4.5 10.3-11.5 12.5-16l5.2-15.5c2.6-6.8 9.9-5.6 9.9 0 0 10.2-3.7 13.6-10 34.7-5.8 19.5-7.6 25.8-7.6 25.8-.7 2.8-3.4 7.5-6.3 7.5-1.2 0-2.1-.4-2.6-1.2-1-1.4-.9-5.3-.8-6.3.2-3.2 6.3-22.2 7.3-25.2-2 2.2-4.1 4.4-6.4 6.6-5.4 5.1-14.1 11.8-21.5 11.8-3.4 0-5.6-.9-7.7-2.4l7.6 79.6c2 5 39.2 17.1 88.2 17.1 49.1 0 86.3-12.2 88.2-17.1l10.9-94.6c-5.7 5.2-12.3 11.6-19.6 14.8-5.4 2.3-17.4 3.8-17.4-5.7 0-5.2 9.1-14.8 14.4-21.5 1.4-1.7 4.7-5.9 4.7-8.1 0-2.9-6-2.2-11.7 2.5-3.2 2.7-6.2 6.3-8.7 9.7-4.3 6-6.6 11.2-8.5 15.5-6.2 14.2-4.1 8.6-9.1 22-5 13.3-4.2 11.8-5.2 14-.9 1.9-2.2 3.5-4 4.5-1.9 1-4.5.9-6.1-.3-.9-.6-1.3-1.9-1.3-3.7 0-.9.1-1.8.3-2.7 1.5-6.1 7.8-18.1 15-34.3 1.6-3.7 1-2.6.8-2.3-6.2 6-10.9 8.9-14.4 10.5-5.8 2.6-13 2.6-14.5-4.1-.1-.4-.1-.8-.2-1.2-11.8 9.2-24.3 11.7-20-8.1-4.6 8.2-12.6 14.9-22.4 14.9-4.1 0-7.1-1.4-8.6-5.1-2.3-5.5 1.3-14.9 4.6-23.8 1.7-4.5 4-9.9 7.1-16.2 1.6-3.4 4.2-5.4 7.6-4.5.6.2 1.1.4 1.6.7 2.6 1.8 1.6 4.5.3 7.2-3.8 7.5-7.1 13-9.3 20.8-.9 3.3-2 9 1.5 9 2.4 0 4.7-.8 6.9-2.4 4.6-3.4 8.3-8.5 11.1-13.5 2-3.6 4.4-8.3 5.6-12.3.5-1.7 1.1-3.3 1.8-4.8 1.1-2.5 2.6-5.1 5.2-5.1 1.3 0 2.4.5 3.2 1.5 1.7 2.2 1.3 4.5.4 6.9-2 5.6-4.7 10.6-6.9 16.7-1.3 3.5-2.7 8-2.7 11.7 0 3.4 3.7 2.6 6.8 1.2 2.4-1.1 4.8-2.8 6.8-4.5 1.2-4.9.9-3.8 26.4-68.2 1.3-3.3 3.7-4.7 6.1-4.7 1.2 0 2.2.4 3.2 1.1 1.7 1.3 1.7 4.1 1 6.2-.7 1.9-.6 1.3-4.5 10.5-5.2 12.1-8.6 20.8-13.2 31.9-1.9 4.6-7.7 18.9-8.7 22.3-.6 2.2-1.3 5.8 1 5.8 5.4 0 19.3-13.1 23.1-17 .2-.3.5-.4.9-.6.6-1.9 1.2-3.7 1.7-5.5 1.4-3.8 2.7-8.2 5.3-11.3.8-1 1.7-1.6 2.7-1.6 2.8 0 4.2 1.2 4.2 4 0 1.1-.7 5.1-1.1 6.2 1.4-1.5 2.9-3 4.5-4.5 15-13.9 25.7-6.8 25.7.2 0 7.4-8.9 17.7-13.8 23.4-1.6 1.9-4.9 5.4-5 6.4 0 1.3.9 1.8 2.2 1.8 2 0 6.4-3.5 8-4.7 5-3.9 11.8-9.9 16.6-14.1l14.8-136.8c-30.5 17.1-197.6 17.2-228.3.2zm229.7-8.5c0 21-231.2 21-231.2 0 0-8.8 51.8-15.9 115.6-15.9 9 0 17.8.1 26.3.4l12.6-48.7L228.1.6c1.4-1.4 5.8-.2 9.9 3.5s6.6 7.9 5.3 9.3l-.1.1L185.9 74l-10 40.7c39.9 2.6 67.6 8.1 67.6 14.6zm-69.4 4.6c0-.8-.9-1.5-2.5-2.1l-.2.8c0 1.3-5 2.4-11.1 2.4s-11.1-1.1-11.1-2.4c0-.1 0-.2.1-.3l.2-.7c-1.8.6-3 1.4-3 2.3 0 2.1 6.2 3.7 13.7 3.7 7.7.1 13.9-1.6 13.9-3.7z"], + "creative-commons-sampling-plus": [496, 512, [], "f4f1", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm107 205.6c-4.7 0-9 2.8-10.7 7.2l-4 9.5-11-92.8c-1.7-13.9-22-13.4-23.1.4l-4.3 51.4-5.2-68.8c-1.1-14.3-22.1-14.2-23.2 0l-3.5 44.9-5.9-94.3c-.9-14.5-22.3-14.4-23.2 0l-5.1 83.7-4.3-66.3c-.9-14.4-22.2-14.4-23.2 0l-5.3 80.2-4.1-57c-1.1-14.3-22-14.3-23.2-.2l-7.7 89.8-1.8-12.2c-1.7-11.4-17.1-13.6-22-3.3l-13.2 27.7H87.5v23.2h51.3c4.4 0 8.4-2.5 10.4-6.4l10.7 73.1c2 13.5 21.9 13 23.1-.7l3.8-43.6 5.7 78.3c1.1 14.4 22.3 14.2 23.2-.1l4.6-70.4 4.8 73.3c.9 14.4 22.3 14.4 23.2-.1l4.9-80.5 4.5 71.8c.9 14.3 22.1 14.5 23.2.2l4.6-58.6 4.9 64.4c1.1 14.3 22 14.2 23.1.1l6.8-83 2.7 22.3c1.4 11.8 17.7 14.1 22.3 3.1l18-43.4h50.5V258l-58.4.3zm-78 5.2h-21.9v21.9c0 4.1-3.3 7.5-7.5 7.5-4.1 0-7.5-3.3-7.5-7.5v-21.9h-21.9c-4.1 0-7.5-3.3-7.5-7.5 0-4.1 3.4-7.5 7.5-7.5h21.9v-21.9c0-4.1 3.4-7.5 7.5-7.5s7.5 3.3 7.5 7.5v21.9h21.9c4.1 0 7.5 3.3 7.5 7.5 0 4.1-3.4 7.5-7.5 7.5z"], + "strava": [384, 512, [], "f428", "M158.4 0L7 292h89.2l62.2-116.1L220.1 292h88.5zm150.2 292l-43.9 88.2-44.6-88.2h-67.6l112.2 220 111.5-220z"], + "ember": [640, 512, [], "f423", "M639.9 254.6c-1.1-10.7-10.7-6.8-10.7-6.8s-15.6 12.1-29.3 10.7c-13.7-1.3-9.4-32-9.4-32s3-28.1-5.1-30.4c-8.1-2.4-18 7.3-18 7.3s-12.4 13.7-18.3 31.2l-1.6.5s1.9-30.6-.3-37.6c-1.6-3.5-16.4-3.2-18.8 3s-14.2 49.2-15 67.2c0 0-23.1 19.6-43.3 22.8s-25-9.4-25-9.4 54.8-15.3 52.9-59.1-44.2-27.6-49-24c-4.6 3.5-29.4 18.4-36.6 59.7-.2 1.4-.7 7.5-.7 7.5s-21.2 14.2-33 18c0 0 33-55.6-7.3-80.9-11.4-6.8-21.3-.5-27.2 5.3 13.6-17.3 46.4-64.2 36.9-105.2-5.8-24.4-18-27.1-29.2-23.1-17 6.7-23.5 16.7-23.5 16.7s-22 32-27.1 79.5-12.6 105.1-12.6 105.1-10.5 10.2-20.2 10.7-5.4-28.7-5.4-28.7 7.5-44.6 7-52.1-1.1-11.6-9.9-14.2c-8.9-2.7-18.5 8.6-18.5 8.6s-25.5 38.7-27.7 44.6l-1.3 2.4-1.3-1.6s18-52.7.8-53.5-28.5 18.8-28.5 18.8-19.6 32.8-20.4 36.5l-1.3-1.6s8.1-38.2 6.4-47.6c-1.6-9.4-10.5-7.5-10.5-7.5s-11.3-1.3-14.2 5.9-13.7 55.3-15 70.7c0 0-28.2 20.2-46.8 20.4-18.5.3-16.7-11.8-16.7-11.8s68-23.3 49.4-69.2c-8.3-11.8-18-15.5-31.7-15.3-13.7.3-30.3 8.6-41.3 33.3-5.3 11.8-6.8 23-7.8 31.5 0 0-12.3 2.4-18.8-2.9s-10 0-10 0-11.2 14-.1 18.3 28.1 6.1 28.1 6.1c1.6 7.5 6.2 19.5 19.6 29.7 20.2 15.3 58.8-1.3 58.8-1.3l15.9-8.8s.5 14.6 12.1 16.7 16.4 1 36.5-47.9c11.8-25 12.6-23.6 12.6-23.6l1.3-.3s-9.1 46.8-5.6 59.7C187.7 319.4 203 318 203 318s8.3 2.4 15-21.2 19.6-49.9 19.6-49.9h1.6s-5.6 48.1 3 63.7 30.9 5.3 30.9 5.3 15.6-7.8 18-10.2c0 0 18.5 15.8 44.6 12.9 58.3-11.5 79.1-25.9 79.1-25.9s10 24.4 41.1 26.7c35.5 2.7 54.8-18.6 54.8-18.6s-.3 13.5 12.1 18.6 20.7-22.8 20.7-22.8l20.7-57.2h1.9s1.1 37.3 21.5 43.2 47-13.7 47-13.7 6.4-3.5 5.3-14.3zm-578 5.3c.8-32 21.8-45.9 29-39 7.3 7 4.6 22-9.1 31.4-13.7 9.5-19.9 7.6-19.9 7.6zm272.8-123.8s19.1-49.7 23.6-25.5-40 96.2-40 96.2c.5-16.2 16.4-70.7 16.4-70.7zm22.8 138.4c-12.6 33-43.3 19.6-43.3 19.6s-3.5-11.8 6.4-44.9 33.3-20.2 33.3-20.2 16.2 12.4 3.6 45.5zm84.6-14.6s-3-10.5 8.1-30.6c11-20.2 19.6-9.1 19.6-9.1s9.4 10.2-1.3 25.5-26.4 14.2-26.4 14.2z"], + "canadian-maple-leaf": [512, 512, [], "f785", "M383.8 351.7c2.5-2.5 105.2-92.4 105.2-92.4l-17.5-7.5c-10-4.9-7.4-11.5-5-17.4 2.4-7.6 20.1-67.3 20.1-67.3s-47.7 10-57.7 12.5c-7.5 2.4-10-2.5-12.5-7.5s-15-32.4-15-32.4-52.6 59.9-55.1 62.3c-10 7.5-20.1 0-17.6-10 0-10 27.6-129.6 27.6-129.6s-30.1 17.4-40.1 22.4c-7.5 5-12.6 5-17.6-5C293.5 72.3 255.9 0 255.9 0s-37.5 72.3-42.5 79.8c-5 10-10 10-17.6 5-10-5-40.1-22.4-40.1-22.4S183.3 182 183.3 192c2.5 10-7.5 17.5-17.6 10-2.5-2.5-55.1-62.3-55.1-62.3S98.1 167 95.6 172s-5 9.9-12.5 7.5C73 177 25.4 167 25.4 167s17.6 59.7 20.1 67.3c2.4 6 5 12.5-5 17.4L23 259.3s102.6 89.9 105.2 92.4c5.1 5 10 7.5 5.1 22.5-5.1 15-10.1 35.1-10.1 35.1s95.2-20.1 105.3-22.6c8.7-.9 18.3 2.5 18.3 12.5S241 512 241 512h30s-5.8-102.7-5.8-112.8 9.5-13.4 18.4-12.5c10 2.5 105.2 22.6 105.2 22.6s-5-20.1-10-35.1 0-17.5 5-22.5z"], + "teamspeak": [576, 512, [], "f4f9", "M152.8 37.2c-32.2 38.1-56.1 82.6-69.9 130.5c0 .2-.1 .3-.1 .5C43.5 184.4 16 223 16 268c0 59.6 48.4 108 108 108s108-48.4 108-108c0-53.5-38.9-97.9-90-106.5c15.7-41.8 40.4-79.6 72.3-110.7c1.8-1.6 4-2.6 6.3-3.1c37.2-11.5 76.7-13.3 114.8-5.2C454.7 67.6 534 180.7 517.1 301.3c-8.4 62.6-38.6 112.7-87.7 151.4c-50.1 39.7-107.5 54.3-170.2 52.2l-24-1c12.4 2.8 25 4.9 37.6 6.3c40.7 4.2 81.4 2.1 120.1-12.5c94-35.5 149.3-102.3 162.9-202.5c4.8-52.6-5.8-105.4-30.8-152C454.6 11.3 290.8-38.4 159 32c-2.4 1.4-4.5 3.1-6.3 5.2zM309.4 433.9c-2.1 11.5-4.2 21.9-14.6 31.3c53.2-1 123.2-29.2 161.8-97.1c39.7-69.9 37.6-139.9-6.3-207.8C413.8 105 360.5 77.9 293.7 73.7c1.5 2.3 3.2 4.4 5.2 6.3l5.2 6.3c25.1 31.3 37.6 67.9 42.8 107.5c2.1 15.7-1 30.3-13.6 41.8c-4.2 3.1-5.2 6.3-4.2 10.4l7.3 17.7L365.7 318c5.2 11.5 4.2 19.8-6.3 28.2c-3.2 2.5-6.7 4.6-10.4 6.3l-18.8 8.4 3.1 13.6c3.1 6.3 1 12.5-3.1 17.7c-2.5 2.4-3.8 5.9-3.1 9.4c2.1 11.5-2.1 19.8-12.5 25.1c-2.1 1-4.2 5.2-5.2 7.3zm-133.6-3.1c16.7 11.5 34.5 20.9 53.2 26.1c24 5.2 41.8-6.3 44.9-30.3c1-8.4 5.2-14.6 12.5-17.7c7.3-4.2 8.4-7.3 2.1-13.6l-9.4-8.4 13.6-4.2c6.3-2.1 7.3-5.2 5.2-11.5c-1.4-3-2.4-6.2-3.1-9.4c-3.1-14.6-2.1-15.7 11.5-18.8c8.4-3.1 15.7-6.3 21.9-12.5c3.1-2.1 3.1-4.2 1-8.4l-16.7-30.3c-1-1.9-2.1-3.8-3.1-5.7c-6.4-11.7-13-23.6-15.7-37.1c-2.1-9.4-1-17.7 8.4-24c5.2-4.2 8.4-9.4 8.4-16.7c-.4-10.1-1.5-20.3-3.1-30.3c-6.3-37.6-23-68.9-51.2-95c-5.2-4.2-9.4-6.3-16.7-4.2L203.9 91.5c2 1.2 4 2.4 6 3.6l0 0c6.3 3.7 12.2 7.3 17 12.1c30.3 26.1 41.8 61.6 45.9 100.2c1 8.4 0 16.7-7.3 21.9c-8.4 5.2-10.4 12.5-7.3 20.9c4.9 13.2 10.4 26 16.7 38.6L291.6 318c-6.3 8.4-13.6 11.5-21.9 14.6c-12.5 3.1-14.6 7.3-10.4 20.9c.6 1.5 1.4 2.8 2.1 4.2c2.1 5.2 1 8.4-4.2 10.4l-12.5 3.1 5.2 4.2 4.2 4.2c4.2 5.2 4.2 8.4-2.1 10.4c-7.3 4.2-11.5 9.4-11.5 17.7c0 12.5-7.3 19.8-18.8 24c-3.8 1-7.6 1.5-11.5 1l-34.5-2.1z"], + "pushed": [432, 512, [], "f3e1", "M407 111.9l-98.5-9 14-33.4c10.4-23.5-10.8-40.4-28.7-37L22.5 76.9c-15.1 2.7-26 18.3-21.4 36.6l105.1 348.3c6.5 21.3 36.7 24.2 47.7 7l35.3-80.8 235.2-231.3c16.4-16.8 4.3-42.9-17.4-44.8zM297.6 53.6c5.1-.7 7.5 2.5 5.2 7.4L286 100.9 108.6 84.6l189-31zM22.7 107.9c-3.1-5.1 1-10 6.1-9.1l248.7 22.7-96.9 230.7L22.7 107.9zM136 456.4c-2.6 4-7.9 3.1-9.4-1.2L43.5 179.7l127.7 197.6c-7 15-35.2 79.1-35.2 79.1zm272.8-314.5L210.1 337.3l89.7-213.7 106.4 9.7c4 1.1 5.7 5.3 2.6 8.6z"], + "wordpress-simple": [512, 512, [], "f411", "M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8zM33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256zm223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4 68.5 187.8c.5 1.1 1 2.1 1.6 3.1-23.1 8.1-48 12.6-74 12.6zm30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-21.9 0-58.7-2.8-58.7-2.8-12-.7-13.4 17.7-1.4 18.4 0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5-1-.1-1.9-.2-2.9-.2-21.9 0-37.4 19.1-37.4 39.6 0 18.4 10.6 33.9 21.9 52.3 8.5 14.8 18.4 33.9 18.4 61.5 0 19.1-7.3 41.2-17 72.1l-22.2 74.3-80.7-239.6zm81.4 297.2l68.1-196.9c12.7-31.8 17-57.2 17-79.9 0-8.2-.5-15.8-1.5-22.9 17.4 31.8 27.3 68.2 27.3 107 0 82.3-44.6 154.1-110.9 192.7z"], + "nutritionix": [400, 512, [], "f3d6", "M88 8.1S221.4-.1 209 112.5c0 0 19.1-74.9 103-40.6 0 0-17.7 74-88 56 0 0 14.6-54.6 66.1-56.6 0 0-39.9-10.3-82.1 48.8 0 0-19.8-94.5-93.6-99.7 0 0 75.2 19.4 77.6 107.5 0 .1-106.4 7-104-119.8zm312 315.6c0 48.5-9.7 95.3-32 132.3-42.2 30.9-105 48-168 48-62.9 0-125.8-17.1-168-48C9.7 419 0 372.2 0 323.7 0 275.3 17.7 229 40 192c42.2-30.9 97.1-48.6 160-48.6 63 0 117.8 17.6 160 48.6 22.3 37 40 83.3 40 131.7zM120 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM192 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM264 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM336 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm24-39.6c-4.8-22.3-7.4-36.9-16-56-38.8-19.9-90.5-32-144-32S94.8 180.1 56 200c-8.8 19.5-11.2 33.9-16 56 42.2-7.9 98.7-14.8 160-14.8s117.8 6.9 160 14.8z"], + "wodu": [640, 512, [], "e088", "M178.414 339.706H141.1L112.166 223.475h-.478L83.228 339.706H45.2L0 168.946H37.548L64.574 285.177h.478L94.707 168.946h35.157l29.178 117.667h.479L187.5 168.946h36.831zM271.4 212.713c38.984 0 64.1 25.828 64.1 65.291 0 39.222-25.111 65.05-64.1 65.05-38.743 0-63.855-25.828-63.855-65.05C207.547 238.541 232.659 212.713 271.4 212.713zm0 104.753c23.2 0 30.133-19.852 30.133-39.462 0-19.852-6.934-39.7-30.133-39.7-27.7 0-29.894 19.85-29.894 39.7C241.508 297.614 248.443 317.466 271.4 317.466zM435.084 323.922h-.478c-7.893 13.392-21.765 19.132-37.548 19.132-37.31 0-55.485-32.045-55.485-66.246 0-33.243 18.415-64.095 54.767-64.095 14.589 0 28.938 6.218 36.831 18.416h.24V168.946h33.96v170.76H435.084zM405.428 238.3c-22.24 0-29.894 19.134-29.894 39.463 0 19.371 8.848 39.7 29.894 39.7 22.482 0 29.178-19.613 29.178-39.94C434.606 257.436 427.432 238.3 405.428 238.3zM592.96 339.706H560.673V322.487h-.718c-8.609 13.87-23.436 20.567-37.786 20.567-36.113 0-45.2-20.328-45.2-50.941V216.061h33.959V285.9c0 20.329 5.979 30.372 21.765 30.372 18.415 0 26.306-10.283 26.306-35.393V216.061H592.96zM602.453 302.876H640v36.83H602.453z"], + "google-pay": [640, 512, [], "e079", "M105.72,215v41.25h57.1a49.66,49.66,0,0,1-21.14,32.6c-9.54,6.55-21.72,10.28-36,10.28-27.6,0-50.93-18.91-59.3-44.22a65.61,65.61,0,0,1,0-41l0,0c8.37-25.46,31.7-44.37,59.3-44.37a56.43,56.43,0,0,1,40.51,16.08L176.47,155a101.24,101.24,0,0,0-70.75-27.84,105.55,105.55,0,0,0-94.38,59.11,107.64,107.64,0,0,0,0,96.18v.15a105.41,105.41,0,0,0,94.38,59c28.47,0,52.55-9.53,70-25.91,20-18.61,31.41-46.15,31.41-78.91A133.76,133.76,0,0,0,205.38,215Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14-22.46,0-39.34,8.34-50.5,24.86l20.85,13.26q11.45-17,31.26-17a34.05,34.05,0,0,1,22.75,8.79A28.14,28.14,0,0,1,487.79,248v5.51c-9.1-5.07-20.55-7.75-34.64-7.75-16.44,0-29.65,3.88-39.49,11.77s-14.82,18.31-14.82,31.56a39.74,39.74,0,0,0,13.94,31.27c9.25,8.34,21,12.51,34.79,12.51,16.29,0,29.21-7.3,39-21.89h1v17.72h22.61V250C510.25,233.45,505.26,220.34,495.13,211ZM475.9,300.3a37.32,37.32,0,0,1-26.57,11.16A28.61,28.61,0,0,1,431,305.21a19.41,19.41,0,0,1-7.77-15.63c0-7,3.22-12.81,9.54-17.42s14.53-7,24.07-7C470,265,480.3,268,487.64,273.94,487.64,284.07,483.68,292.85,475.9,300.3Zm-93.65-142A55.71,55.71,0,0,0,341.74,142H279.07V328.74H302.7V253.1h39c16,0,29.5-5.36,40.51-15.93.88-.89,1.76-1.79,2.65-2.68A54.45,54.45,0,0,0,382.25,158.26Zm-16.58,62.23a30.65,30.65,0,0,1-23.34,9.68H302.7V165h39.63a32,32,0,0,1,22.6,9.23A33.18,33.18,0,0,1,365.67,220.49ZM614.31,201,577.77,292.7h-.45L539.9,201H514.21L566,320.55l-29.35,64.32H561L640,201Z"], + "intercom": [448, 512, [], "f7af", "M392 32H56C25.1 32 0 57.1 0 88v336c0 30.9 25.1 56 56 56h336c30.9 0 56-25.1 56-56V88c0-30.9-25.1-56-56-56zm-108.3 82.1c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zm-74.6-7.5c0-19.8 29.9-19.8 29.9 0v216.5c0 19.8-29.9 19.8-29.9 0V106.6zm-74.7 7.5c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zM59.7 144c0-19.8 29.9-19.8 29.9 0v134.3c0 19.8-29.9 19.8-29.9 0V144zm323.4 227.8c-72.8 63-241.7 65.4-318.1 0-15-12.8 4.4-35.5 19.4-22.7 65.9 55.3 216.1 53.9 279.3 0 14.9-12.9 34.3 9.8 19.4 22.7zm5.2-93.5c0 19.8-29.9 19.8-29.9 0V144c0-19.8 29.9-19.8 29.9 0v134.3z"], + "zhihu": [640, 512, [], "f63f", "M170.54 148.13v217.54l23.43.01 7.71 26.37 42.01-26.37h49.53V148.13H170.54zm97.75 193.93h-27.94l-27.9 17.51-5.08-17.47-11.9-.04V171.75h72.82v170.31zm-118.46-94.39H97.5c1.74-27.1 2.2-51.59 2.2-73.46h51.16s1.97-22.56-8.58-22.31h-88.5c3.49-13.12 7.87-26.66 13.12-40.67 0 0-24.07 0-32.27 21.57-3.39 8.9-13.21 43.14-30.7 78.12 5.89-.64 25.37-1.18 36.84-22.21 2.11-5.89 2.51-6.66 5.14-14.53h28.87c0 10.5-1.2 66.88-1.68 73.44H20.83c-11.74 0-15.56 23.62-15.56 23.62h65.58C66.45 321.1 42.83 363.12 0 396.34c20.49 5.85 40.91-.93 51-9.9 0 0 22.98-20.9 35.59-69.25l53.96 64.94s7.91-26.89-1.24-39.99c-7.58-8.92-28.06-33.06-36.79-41.81L87.9 311.95c4.36-13.98 6.99-27.55 7.87-40.67h61.65s-.09-23.62-7.59-23.62v.01zm412.02-1.6c20.83-25.64 44.98-58.57 44.98-58.57s-18.65-14.8-27.38-4.06c-6 8.15-36.83 48.2-36.83 48.2l19.23 14.43zm-150.09-59.09c-9.01-8.25-25.91 2.13-25.91 2.13s39.52 55.04 41.12 57.45l19.46-13.73s-25.67-37.61-34.66-45.86h-.01zM640 258.35c-19.78 0-130.91.93-131.06.93v-101c4.81 0 12.42-.4 22.85-1.2 40.88-2.41 70.13-4 87.77-4.81 0 0 12.22-27.19-.59-33.44-3.07-1.18-23.17 4.58-23.17 4.58s-165.22 16.49-232.36 18.05c1.6 8.82 7.62 17.08 15.78 19.55 13.31 3.48 22.69 1.7 49.15.89 24.83-1.6 43.68-2.43 56.51-2.43v99.81H351.41s2.82 22.31 25.51 22.85h107.94v70.92c0 13.97-11.19 21.99-24.48 21.12-14.08.11-26.08-1.15-41.69-1.81 1.99 3.97 6.33 14.39 19.31 21.84 9.88 4.81 16.17 6.57 26.02 6.57 29.56 0 45.67-17.28 44.89-45.31v-73.32h122.36c9.68 0 8.7-23.78 8.7-23.78l.03-.01z"], + "korvue": [446, 512, [], "f42f", "M386.5 34h-327C26.8 34 0 60.8 0 93.5v327.1C0 453.2 26.8 480 59.5 480h327.1c33 0 59.5-26.8 59.5-59.5v-327C446 60.8 419.2 34 386.5 34zM87.1 120.8h96v116l61.8-116h110.9l-81.2 132H87.1v-132zm161.8 272.1l-65.7-113.6v113.6h-96V262.1h191.5l88.6 130.8H248.9z"], + "pix": [512, 512, [], "e43a", "M242.4 292.5C247.8 287.1 257.1 287.1 262.5 292.5L339.5 369.5C353.7 383.7 372.6 391.5 392.6 391.5H407.7L310.6 488.6C280.3 518.1 231.1 518.1 200.8 488.6L103.3 391.2H112.6C132.6 391.2 151.5 383.4 165.7 369.2L242.4 292.5zM262.5 218.9C256.1 224.4 247.9 224.5 242.4 218.9L165.7 142.2C151.5 127.1 132.6 120.2 112.6 120.2H103.3L200.7 22.76C231.1-7.586 280.3-7.586 310.6 22.76L407.8 119.9H392.6C372.6 119.9 353.7 127.7 339.5 141.9L262.5 218.9zM112.6 142.7C126.4 142.7 139.1 148.3 149.7 158.1L226.4 234.8C233.6 241.1 243 245.6 252.5 245.6C261.9 245.6 271.3 241.1 278.5 234.8L355.5 157.8C365.3 148.1 378.8 142.5 392.6 142.5H430.3L488.6 200.8C518.9 231.1 518.9 280.3 488.6 310.6L430.3 368.9H392.6C378.8 368.9 365.3 363.3 355.5 353.5L278.5 276.5C264.6 262.6 240.3 262.6 226.4 276.6L149.7 353.2C139.1 363 126.4 368.6 112.6 368.6H80.78L22.76 310.6C-7.586 280.3-7.586 231.1 22.76 200.8L80.78 142.7H112.6z"], + "steam-symbol": [448, 512, [], "f3f6", "M395.5 177.5c0 33.8-27.5 61-61 61-33.8 0-61-27.3-61-61s27.3-61 61-61c33.5 0 61 27.2 61 61zm52.5.2c0 63-51 113.8-113.7 113.8L225 371.3c-4 43-40.5 76.8-84.5 76.8-40.5 0-74.7-28.8-83-67L0 358V250.7L97.2 290c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C397 64 448 115 448 177.7zM203 363c0-34.7-27.8-62.5-62.5-62.5-4.5 0-9 .5-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5-10.2 25.5-39.2 38-64.7 27.5-10.2-4-20.5-8.3-30.7-12.2 10.5 19.7 31.2 33.2 55.2 33.2 34.7 0 62.5-27.8 62.5-62.5zm207.5-185.3c0-42-34.3-76.2-76.2-76.2-42.3 0-76.5 34.2-76.5 76.2 0 42.2 34.3 76.2 76.5 76.2 41.9.1 76.2-33.9 76.2-76.2z"] + }; + + bunker(() => { + defineIcons('fab', icons); + defineIcons('fa-brands', icons); + }); + +}()); +(function () { + 'use strict'; + + let _WINDOW = {}; + let _DOCUMENT = {}; + + try { + if (typeof window !== 'undefined') _WINDOW = window; + if (typeof document !== 'undefined') _DOCUMENT = document; + } catch (e) {} + + const { + userAgent = '' + } = _WINDOW.navigator || {}; + const WINDOW = _WINDOW; + const DOCUMENT = _DOCUMENT; + const IS_BROWSER = !!WINDOW.document; + const IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function'; + const IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/'); + + var a = "classic", + r = "sharp", + o = "sharp-duotone"; + + var et$1 = { + classic: { + 900: "fas", + 400: "far", + normal: "far", + 300: "fal", + 100: "fat" + }, + sharp: { + 900: "fass", + 400: "fasr", + 300: "fasl", + 100: "fast" + }, + "sharp-duotone": { + 900: "fasds" + } + }; + var bt = { + kit: { + fak: "kit", + "fa-kit": "kit" + }, + "kit-duotone": { + fakd: "kit-duotone", + "fa-kit-duotone": "kit-duotone" + } + }; + var lo = { + classic: { + "fa-brands": "fab", + "fa-duotone": "fad", + "fa-light": "fal", + "fa-regular": "far", + "fa-solid": "fas", + "fa-thin": "fat" + }, + sharp: { + "fa-solid": "fass", + "fa-regular": "fasr", + "fa-light": "fasl", + "fa-thin": "fast" + }, + "sharp-duotone": { + "fa-solid": "fasds" + } + }, + no = { + classic: { + fab: "fa-brands", + fad: "fa-duotone", + fal: "fa-light", + far: "fa-regular", + fas: "fa-solid", + fat: "fa-thin" + }, + sharp: { + fass: "fa-solid", + fasr: "fa-regular", + fasl: "fa-light", + fast: "fa-thin" + }, + "sharp-duotone": { + fasds: "fa-solid" + } + }, + fo = { + classic: { + solid: "fas", + regular: "far", + light: "fal", + thin: "fat", + duotone: "fad", + brands: "fab" + }, + sharp: { + solid: "fass", + regular: "fasr", + light: "fasl", + thin: "fast" + }, + "sharp-duotone": { + solid: "fasds" + } + }, + ho = { + classic: { + fa: "solid", + fas: "solid", + "fa-solid": "solid", + far: "regular", + "fa-regular": "regular", + fal: "light", + "fa-light": "light", + fat: "thin", + "fa-thin": "thin", + fad: "duotone", + "fa-duotone": "duotone", + fab: "brands", + "fa-brands": "brands" + }, + sharp: { + fa: "solid", + fass: "solid", + "fa-solid": "solid", + fasr: "regular", + "fa-regular": "regular", + fasl: "light", + "fa-light": "light", + fast: "thin", + "fa-thin": "thin" + }, + "sharp-duotone": { + fa: "solid", + fasds: "solid", + "fa-solid": "solid" + } + }; + var Io = { + kit: { + "fa-kit": "fak" + }, + "kit-duotone": { + "fa-kit-duotone": "fakd" + } + }, + Fo = { + kit: { + fak: "fa-kit" + }, + "kit-duotone": { + fakd: "fa-kit-duotone" + } + }, + So = { + kit: { + kit: "fak" + }, + "kit-duotone": { + "kit-duotone": "fakd" + } + }; + + const NAMESPACE_IDENTIFIER = '___FONT_AWESOME___'; + const PRODUCTION = (() => { + try { + return "production" === 'production'; + } catch (e$$1) { + return false; + } + })(); + + function familyProxy(obj) { + // Defaults to the classic family if family is not available + return new Proxy(obj, { + get(target, prop) { + return prop in target ? target[prop] : target[a]; + } + + }); + } + + const _PREFIX_TO_STYLE = { ...ho + }; + _PREFIX_TO_STYLE[a] = { ...ho[a], + ...bt['kit'], + ...bt['kit-duotone'] + }; + const PREFIX_TO_STYLE = familyProxy(_PREFIX_TO_STYLE); + const _STYLE_TO_PREFIX = { ...fo + }; + _STYLE_TO_PREFIX[a] = { ..._STYLE_TO_PREFIX[a], + ...So['kit'], + ...So['kit-duotone'] + }; + const STYLE_TO_PREFIX = familyProxy(_STYLE_TO_PREFIX); + const _PREFIX_TO_LONG_STYLE = { ...no + }; + _PREFIX_TO_LONG_STYLE[a] = { ..._PREFIX_TO_LONG_STYLE[a], + ...Fo['kit'] + }; + const PREFIX_TO_LONG_STYLE = familyProxy(_PREFIX_TO_LONG_STYLE); + const _LONG_STYLE_TO_PREFIX = { ...lo + }; + _LONG_STYLE_TO_PREFIX[a] = { ..._LONG_STYLE_TO_PREFIX[a], + ...Io['kit'] + }; + const LONG_STYLE_TO_PREFIX = familyProxy(_LONG_STYLE_TO_PREFIX); + const _FONT_WEIGHT_TO_PREFIX = { ...et$1 + }; + const FONT_WEIGHT_TO_PREFIX = familyProxy(_FONT_WEIGHT_TO_PREFIX); + const prefixes = new Set(); + Object.keys(STYLE_TO_PREFIX[a]).map(prefixes.add.bind(prefixes)); + Object.keys(STYLE_TO_PREFIX[r]).map(prefixes.add.bind(prefixes)); + Object.keys(STYLE_TO_PREFIX[o]).map(prefixes.add.bind(prefixes)); + + function bunker(fn) { + try { + for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { + args[_key - 1] = arguments[_key]; + } + + fn(...args); + } catch (e) { + if (!PRODUCTION) { + throw e; + } + } + } + + const w$1 = WINDOW || {}; + if (!w$1[NAMESPACE_IDENTIFIER]) w$1[NAMESPACE_IDENTIFIER] = {}; + if (!w$1[NAMESPACE_IDENTIFIER].styles) w$1[NAMESPACE_IDENTIFIER].styles = {}; + if (!w$1[NAMESPACE_IDENTIFIER].hooks) w$1[NAMESPACE_IDENTIFIER].hooks = {}; + if (!w$1[NAMESPACE_IDENTIFIER].shims) w$1[NAMESPACE_IDENTIFIER].shims = []; + var namespace = w$1[NAMESPACE_IDENTIFIER]; + + function normalizeIcons(icons) { + return Object.keys(icons).reduce((acc, iconName) => { + const icon = icons[iconName]; + const expanded = !!icon.icon; + + if (expanded) { + acc[icon.iconName] = icon.icon; + } else { + acc[iconName] = icon; + } + + return acc; + }, {}); + } + + function defineIcons(prefix, icons) { + let params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + const { + skipHooks = false + } = params; + const normalized = normalizeIcons(icons); + + if (typeof namespace.hooks.addPack === 'function' && !skipHooks) { + namespace.hooks.addPack(prefix, normalizeIcons(icons)); + } else { + namespace.styles[prefix] = { ...(namespace.styles[prefix] || {}), + ...normalized + }; + } + /** + * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction + * of new styles we needed to differentiate between them. Prefix `fa` is now an alias + * for `fas` so we'll ease the upgrade process for our users by automatically defining + * this as well. + */ + + + if (prefix === 'fas') { + defineIcons('fa', icons); + } + } + + var icons = { + "trash-can": [448, 512, [61460, "trash-alt"], "f2ed", "M170.5 51.6L151.5 80l145 0-19-28.4c-1.5-2.2-4-3.6-6.7-3.6l-93.7 0c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6L354.2 80 368 80l48 0 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 304c0 44.2-35.8 80-80 80l-224 0c-44.2 0-80-35.8-80-80l0-304-8 0c-13.3 0-24-10.7-24-24S10.7 80 24 80l8 0 48 0 13.8 0 36.7-55.1C140.9 9.4 158.4 0 177.1 0l93.7 0c18.7 0 36.2 9.4 46.6 24.9zM80 128l0 304c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-304L80 128zm80 64l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16z"], + "message": [512, 512, ["comment-alt"], "f27a", "M160 368c26.5 0 48 21.5 48 48l0 16 72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6L448 368c8.8 0 16-7.2 16-16l0-288c0-8.8-7.2-16-16-16L64 48c-8.8 0-16 7.2-16 16l0 288c0 8.8 7.2 16 16 16l96 0zm48 124l-.2 .2-5.1 3.8-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3l0-21.3 0-6.4 0-.3 0-4 0-48-48 0-48 0c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L448 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64l-138.7 0L208 492z"], + "file-lines": [384, 512, [128441, 128462, 61686, "file-alt", "file-text"], "f15c", "M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"], + "calendar-days": [448, 512, ["calendar-alt"], "f073", "M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l80 0 0 56-80 0 0-56zm0 104l80 0 0 64-80 0 0-64zm128 0l96 0 0 64-96 0 0-64zm144 0l80 0 0 64-80 0 0-64zm80-48l-80 0 0-56 80 0 0 56zm0 160l0 40c0 8.8-7.2 16-16 16l-64 0 0-56 80 0zm-128 0l0 56-96 0 0-56 96 0zm-144 0l0 56-64 0c-8.8 0-16-7.2-16-16l0-40 80 0zM272 248l-96 0 0-56 96 0 0 56z"], + "hand-point-right": [512, 512, [], "f0a4", "M448 128l-177.6 0c1 5.2 1.6 10.5 1.6 16l0 16 32 0 144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16zM224 144c0-17.7-14.3-32-32-32c0 0 0 0 0 0l-24 0c-66.3 0-120 53.7-120 120l0 48c0 52.5 33.7 97.1 80.7 113.4c-.5-3.1-.7-6.2-.7-9.4c0-20 9.2-37.9 23.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1 5.3-29 14-40c-8.8-11-14-24.9-14-40l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 8.8 7.2 16 16 16s16-7.2 16-16l0-40 0-40zM192 64s0 0 0 0c18 0 34.6 6 48 16l208 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-82 0c1.3 5.1 2 10.5 2 16c0 25.3-14.7 47.2-36 57.6c2.6 7 4 14.5 4 22.4c0 20-9.2 37.9-23.6 49.7c4.9 9 7.6 19.4 7.6 30.3c0 35.3-28.7 64-64 64l-64 0-24 0C75.2 448 0 372.8 0 280l0-48C0 139.2 75.2 64 168 64l24 0zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0zm16-176c0 5.5-.7 10.9-2 16l2 0 32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0 16zm-24 64l-40 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-24 0z"], + "face-smile-beam": [512, 512, [128522, "smile-beam"], "f5b8", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zm40-89.3s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"], + "face-grin-stars": [512, 512, [129321, "grin-stars"], "f587", "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM183.2 132.6c-1.3-2.8-4.1-4.6-7.2-4.6s-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L176 240.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L242.4 186c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm160 0c-1.3-2.8-4.1-4.6-7.2-4.6s-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L336 240.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L402.4 186c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm6.3 175.8c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5c10.4-16.1-6.8-32.5-25.5-28.1z"], + "address-book": [512, 512, [62138, "contact-book"], "f2b9", "M384 48c8.8 0 16 7.2 16 16l0 384c0 8.8-7.2 16-16 16L96 464c-8.8 0-16-7.2-16-16L80 64c0-8.8 7.2-16 16-16l288 0zM96 0C60.7 0 32 28.7 32 64l0 384c0 35.3 28.7 64 64 64l288 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L96 0zM240 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16l192 0c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80l-64 0zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64zM496 192c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8-7.2-16-16-16zm16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64z"], + "comments": [640, 512, [128490, 61670], "f086", "M88.2 309.1c9.8-18.3 6.8-40.8-7.5-55.8C59.4 230.9 48 204 48 176c0-63.5 63.8-128 160-128s160 64.5 160 128s-63.8 128-160 128c-13.1 0-25.8-1.3-37.8-3.6c-10.4-2-21.2-.6-30.7 4.2c-4.1 2.1-8.3 4.1-12.6 6c-16 7.2-32.9 13.5-49.9 18c2.8-4.6 5.4-9.1 7.9-13.6c1.1-1.9 2.2-3.9 3.2-5.9zM208 352c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176c0 41.8 17.2 80.1 45.9 110.3c-.9 1.7-1.9 3.5-2.8 5.1c-10.3 18.4-22.3 36.5-36.6 52.1c-6.6 7-8.3 17.2-4.6 25.9C5.8 378.3 14.4 384 24 384c43 0 86.5-13.3 122.7-29.7c4.8-2.2 9.6-4.5 14.2-6.8c15.1 3 30.9 4.5 47.1 4.5zM432 480c16.2 0 31.9-1.6 47.1-4.5c4.6 2.3 9.4 4.6 14.2 6.8C529.5 498.7 573 512 616 512c9.6 0 18.2-5.7 22-14.5c3.8-8.8 2-19-4.6-25.9c-14.2-15.6-26.2-33.7-36.6-52.1c-.9-1.7-1.9-3.4-2.8-5.1C622.8 384.1 640 345.8 640 304c0-94.4-87.9-171.5-198.2-175.8c4.1 15.2 6.2 31.2 6.2 47.8l0 .6c87.2 6.7 144 67.5 144 127.4c0 28-11.4 54.9-32.7 77.2c-14.3 15-17.3 37.6-7.5 55.8c1.1 2 2.2 4 3.2 5.9c2.5 4.5 5.2 9 7.9 13.6c-17-4.5-33.9-10.7-49.9-18c-4.3-1.9-8.5-3.9-12.6-6c-9.5-4.8-20.3-6.2-30.7-4.2c-12.1 2.4-24.8 3.6-37.8 3.6c-61.7 0-110-26.5-136.8-62.3c-16 5.4-32.8 9.4-50 11.8C279 439.8 350 480 432 480z"], + "paste": [512, 512, ["file-clipboard"], "f0ea", "M104.6 48L64 48C28.7 48 0 76.7 0 112L0 384c0 35.3 28.7 64 64 64l96 0 0-48-96 0c-8.8 0-16-7.2-16-16l0-272c0-8.8 7.2-16 16-16l16 0c0 17.7 14.3 32 32 32l72.4 0C202 108.4 227.6 96 256 96l62 0c-7.1-27.6-32.2-48-62-48l-40.6 0C211.6 20.9 188.2 0 160 0s-51.6 20.9-55.4 48zM144 56a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM448 464l-192 0c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l140.1 0L464 243.9 464 448c0 8.8-7.2 16-16 16zM256 512l192 0c35.3 0 64-28.7 64-64l0-204.1c0-12.7-5.1-24.9-14.1-33.9l-67.9-67.9c-9-9-21.2-14.1-33.9-14.1L256 128c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64z"], + "face-grin-tongue-squint": [512, 512, [128541, "grin-tongue-squint"], "f58a", "M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4l0-23.3c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6l0 22.9c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm116-98.9c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6zm262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9zM320 416l0-37.4c0-14.7-11.9-26.6-26.6-26.6l-2 0c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9l-2 0c-14.7 0-26.6 11.9-26.6 26.6l0 37.4c0 35.3 28.7 64 64 64s64-28.7 64-64z"], + "face-flushed": [512, 512, [128563, "flushed"], "f579", "M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM160.4 248a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm216-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-128 0zM160 176a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm144-80a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 0a80 80 0 1 0 -160 0 80 80 0 1 0 160 0z"], + "square-caret-right": [448, 512, ["caret-square-right"], "f152", "M400 96c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320zM384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z"], + "square-minus": [448, 512, [61767, "minus-square"], "f146", "M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM152 232l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"], + "compass": [512, 512, [129517], "f14e", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm306.7 69.1L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"], + "square-caret-down": [448, 512, ["caret-square-down"], "f150", "M384 432c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0zm64-16c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z"], + "face-kiss-beam": [512, 512, [128537, "kiss-beam"], "f597", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm304.7 41.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 427.1 257.4 432 240 432c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-68.9s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"], + "lightbulb": [384, 512, [128161], "f0eb", "M297.2 248.9C311.6 228.3 320 203.2 320 176c0-70.7-57.3-128-128-128S64 105.3 64 176c0 27.2 8.4 52.3 22.8 72.9c3.7 5.3 8.1 11.3 12.8 17.7c0 0 0 0 0 0c12.9 17.7 28.3 38.9 39.8 59.8c10.4 19 15.7 38.8 18.3 57.5L109 384c-2.2-12-5.9-23.7-11.8-34.5c-9.9-18-22.2-34.9-34.5-51.8c0 0 0 0 0 0s0 0 0 0c-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3c-5 7.2-10.2 14.3-15.4 21.4c0 0 0 0 0 0s0 0 0 0c-12.3 16.8-24.6 33.7-34.5 51.8c-5.9 10.8-9.6 22.5-11.8 34.5l-48.6 0c2.6-18.7 7.9-38.6 18.3-57.5c11.5-20.9 26.9-42.1 39.8-59.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0c4.7-6.4 9-12.4 12.7-17.7zM192 128c-26.5 0-48 21.5-48 48c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16s-7.2 16-16 16zm0 384c-44.2 0-80-35.8-80-80l0-16 160 0 0 16c0 44.2-35.8 80-80 80z"], + "flag": [448, 512, [127988, 61725], "f024", "M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24L0 64 0 350.5 0 400l0 88c0 13.3 10.7 24 24 24s24-10.7 24-24l0-100 80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30l0-279.7c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L48 52l0-28zm0 77.5l96.6-24.2c27-6.7 55.5-3.6 80.4 8.8c54.9 27.4 118.7 29.7 175 6.8l0 241.8-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4c-48.2-24.1-103.3-30.1-155.6-17.1L48 338.5l0-237z"], + "square-check": [448, 512, [9745, 9989, 61510, "check-square"], "f14a", "M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"], + "circle-dot": [512, 512, [128280, "dot-circle"], "f192", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"], + "face-dizzy": [512, 512, ["dizzy"], "f567", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM103 135c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9zm192 0c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9z"], + "futbol": [512, 512, [9917, "futbol-ball", "soccer-ball"], "f1e3", "M435.4 361.4l-89.7-6c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-22 87.2c-14.4 3.2-29.4 4.8-44.8 4.8s-30.3-1.7-44.8-4.8l-22-87.2c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-89.7 6C61.7 335.9 51.9 307 49 276.2L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L100.4 118c19.9-22.4 44.6-40.5 72.4-52.7l69.1 57.6c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l69.1-57.6c27.8 12.2 52.5 30.3 72.4 52.7l-33.4 83.4c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9L463 276.2c-3 30.8-12.7 59.7-27.6 85.2zM256 48l.9 0-1.8 0 .9 0zM56.7 196.2c.9-3 1.9-6.1 2.9-9.1l-2.9 9.1zM132 423l3.8 2.7c-1.3-.9-2.5-1.8-3.8-2.7zm248.1-.1c-1.3 1-2.6 2-4 2.9l4-2.9zm75.2-226.7l-3-9.2c1.1 3 2.1 6.1 3 9.2zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6l59.2 0c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"], + "pen-to-square": [512, 512, ["edit"], "f044", "M441 58.9L453.1 71c9.4 9.4 9.4 24.6 0 33.9L424 134.1 377.9 88 407 58.9c9.4-9.4 24.6-9.4 33.9 0zM209.8 256.2L344 121.9 390.1 168 255.8 302.2c-2.9 2.9-6.5 5-10.4 6.1l-58.5 16.7 16.7-58.5c1.1-3.9 3.2-7.5 6.1-10.4zM373.1 25L175.8 222.2c-8.7 8.7-15 19.4-18.3 31.1l-28.6 100c-2.4 8.4-.1 17.4 6.1 23.6s15.2 8.5 23.6 6.1l100-28.6c11.8-3.4 22.5-9.7 31.1-18.3L487 138.9c28.1-28.1 28.1-73.7 0-101.8L474.9 25C446.8-3.1 401.2-3.1 373.1 25zM88 64C39.4 64 0 103.4 0 152L0 424c0 48.6 39.4 88 88 88l272 0c48.6 0 88-39.4 88-88l0-112c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 112c0 22.1-17.9 40-40 40L88 464c-22.1 0-40-17.9-40-40l0-272c0-22.1 17.9-40 40-40l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L88 64z"], + "hourglass-half": [384, 512, ["hourglass-2"], "f252", "M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5L225.9 256l81.5 81.5C336 366 352 404.7 352 445l0 19 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5L158.1 256 76.5 174.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM110.5 371.5c-3.9 3.9-7.5 8.1-10.7 12.5l184.4 0c-3.2-4.4-6.8-8.6-10.7-12.5L192 289.9l-81.5 81.5zM284.2 128C297 110.4 304 89 304 67l0-19L80 48l0 19c0 22.1 7 43.4 19.8 61l184.4 0z"], + "eye-slash": [640, 512, [], "f070", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zm151 118.3C226 97.7 269.5 80 320 80c65.2 0 118.8 29.6 159.9 67.7C518.4 183.5 545 226 558.6 256c-12.6 28-36.6 66.8-70.9 100.9l-53.8-42.2c9.1-17.6 14.2-37.5 14.2-58.7c0-70.7-57.3-128-128-128c-32.2 0-61.7 11.9-84.2 31.5l-46.1-36.1zM394.9 284.2l-81.5-63.9c4.2-8.5 6.6-18.2 6.6-28.3c0-5.5-.7-10.9-2-16c.7 0 1.3 0 2 0c44.2 0 80 35.8 80 80c0 9.9-1.8 19.4-5.1 28.2zm9.4 130.3C378.8 425.4 350.7 432 320 432c-65.2 0-118.8-29.6-159.9-67.7C121.6 328.5 95 286 81.4 256c8.3-18.4 21.5-41.5 39.4-64.8L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5l-41.9-33zM192 256c0 70.7 57.3 128 128 128c13.3 0 26.1-2 38.2-5.8L302 334c-23.5-5.4-43.1-21.2-53.7-42.3l-56.1-44.2c-.2 2.8-.3 5.6-.3 8.5z"], + "hand": [512, 512, [129306, 9995, "hand-paper"], "f256", "M256 0c-25.3 0-47.2 14.7-57.6 36c-7-2.6-14.5-4-22.4-4c-35.3 0-64 28.7-64 64l0 165.5-2.7-2.7c-25-25-65.5-25-90.5 0s-25 65.5 0 90.5L106.5 437c48 48 113.1 75 181 75l8.5 0 8 0c1.5 0 3-.1 4.5-.4c91.7-6.2 165-79.4 171.1-171.1c.3-1.5 .4-3 .4-4.5l0-176c0-35.3-28.7-64-64-64c-5.5 0-10.9 .7-16 2l0-2c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4C303.2 14.7 281.3 0 256 0zM240 96.1l0-.1 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 31.9 0 .1 0 136c0 13.3 10.7 24 24 24s24-10.7 24-24l0-136c0 0 0 0 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16l0 55.9c0 0 0 .1 0 .1l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-71.9c0 0 0-.1 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16l0 172.9c-.1 .6-.1 1.3-.2 1.9c-3.4 69.7-59.3 125.6-129 129c-.6 0-1.3 .1-1.9 .2l-4.9 0-8.5 0c-55.2 0-108.1-21.9-147.1-60.9L52.7 315.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L119 336.4c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2L160 96c0-8.8 7.2-16 16-16c8.8 0 16 7.1 16 15.9L192 232c0 13.3 10.7 24 24 24s24-10.7 24-24l0-135.9z"], + "hand-spock": [576, 512, [128406], "f259", "M170.2 80.8C161 47 180.8 12 214.6 2.4c34-9.6 69.4 10.2 79 44.2l30.3 107.1L337.1 84c6.6-34.7 40.1-57.5 74.8-50.9c31.4 6 53 33.9 52 64.9c10-2.6 20.8-2.8 31.5-.1c34.3 8.6 55.1 43.3 46.6 77.6L486.7 397.2C469.8 464.7 409.2 512 339.6 512l-33.7 0c-56.9 0-112.2-19-157.2-53.9l-92-71.6c-27.9-21.7-32.9-61.9-11.2-89.8s61.9-32.9 89.8-11.2l17 13.2L100.5 167.5c-13-32.9 3.2-70.1 36-83c11.1-4.4 22.7-5.4 33.7-3.7zm77.1-21.2c-2.4-8.5-11.2-13.4-19.7-11s-13.4 11.2-11 19.7l54.8 182.4c3.5 12.3-3.3 25.2-15.4 29.3s-25.3-2-30-13.9L174.9 138.1c-3.2-8.2-12.5-12.3-20.8-9s-12.3 12.5-9 20.8l73.3 185.6c12 30.3-23.7 57-49.4 37l-63.1-49.1c-7-5.4-17-4.2-22.5 2.8s-4.2 17 2.8 22.5l92 71.6c36.5 28.4 81.4 43.8 127.7 43.8l33.7 0c47.5 0 89-32.4 100.5-78.5l55.4-221.6c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-26 104C435.6 271.8 425 280 413 280c-16.5 0-28.9-15-25.8-31.2L415.7 99c1.7-8.7-4-17.1-12.7-18.7s-17.1 4-18.7 12.7L352.5 260c-2.2 11.6-12.4 20-24.2 20c-11 0-20.7-7.3-23.7-17.9L247.4 59.6z"], + "face-kiss": [512, 512, [128535, "kiss"], "f596", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm304.7 25.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 411.1 257.4 416 240 416c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.8-.5-.1-.1-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "face-grin-tongue": [512, 512, [128539, "grin-tongue"], "f589", "M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4l0-52.4c-8.9-8-16.7-17.1-23.1-27.1c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1c-6.4 9.9-14.2 19-23 27l0 52.5c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 416l0-37.4c0-14.7-11.9-26.6-26.6-26.6l-2 0c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9l-2 0c-14.7 0-26.6 11.9-26.6 26.6l0 37.4c0 35.3 28.7 64 64 64s64-28.7 64-64z"], + "chess-bishop": [320, 512, [9821], "f43a", "M104 0C90.7 0 80 10.7 80 24c0 11.2 7.6 20.6 18 23.2c-7.8 8-16.1 17-24.4 27C38.2 116.7 0 178.8 0 250.9c0 44.8 24.6 72.2 48 87.8L48 352l48 0 0-27c0-9-5-17.2-13-21.3c-18-9.3-35-24.7-35-52.7c0-55.5 29.8-106.8 62.4-145.9c16-19.2 32.1-34.8 44.2-45.5c1.9-1.7 3.7-3.2 5.3-4.6c1.7 1.4 3.4 3 5.3 4.6c12.1 10.7 28.2 26.3 44.2 45.5c5.3 6.3 10.5 13 15.5 20L159 191c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57.8-57.8c12.8 25.9 21.2 54.3 21.2 83.8c0 28-17 43.4-35 52.7c-8 4.1-13 12.3-13 21.3l0 27 48 0 0-13.3c23.4-15.6 48-42.9 48-87.8c0-72.1-38.2-134.2-73.6-176.7c-8.3-9.9-16.6-19-24.4-27c10.3-2.7 18-12.1 18-23.2c0-13.3-10.7-24-24-24L160 0 104 0zM52.7 464l16.6-32 181.6 0 16.6 32L52.7 464zm207.9-80l-201 0c-12 0-22.9 6.7-28.4 17.3L4.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C0 493.8 18.2 512 40.8 512l238.5 0c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2c-5.5-10.6-16.5-17.3-28.4-17.3z"], + "face-grin-wink": [512, 512, ["grin-wink"], "f58c", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z"], + "face-grin-wide": [512, 512, [128515, "grin-alt"], "f581", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM224 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64zm96 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64z"], + "face-frown-open": [512, 512, [128550, "frown-open"], "f57a", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM182.4 382.5c-12.4 5.2-26.5-4.1-21.1-16.4c16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4c-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "hand-point-up": [384, 512, [9757], "f0a6", "M64 64l0 177.6c5.2-1 10.5-1.6 16-1.6l16 0 0-32L96 64c0-8.8-7.2-16-16-16s-16 7.2-16 16zM80 288c-17.7 0-32 14.3-32 32c0 0 0 0 0 0l0 24c0 66.3 53.7 120 120 120l48 0c52.5 0 97.1-33.7 113.4-80.7c-3.1 .5-6.2 .7-9.4 .7c-20 0-37.9-9.2-49.7-23.6c-9 4.9-19.4 7.6-30.3 7.6c-15.1 0-29-5.3-40-14c-11 8.8-24.9 14-40 14l-40 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l40 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-40 0-40 0zM0 320s0 0 0 0c0-18 6-34.6 16-48L16 64C16 28.7 44.7 0 80 0s64 28.7 64 64l0 82c5.1-1.3 10.5-2 16-2c25.3 0 47.2 14.7 57.6 36c7-2.6 14.5-4 22.4-4c20 0 37.9 9.2 49.7 23.6c9-4.9 19.4-7.6 30.3-7.6c35.3 0 64 28.7 64 64l0 64 0 24c0 92.8-75.2 168-168 168l-48 0C75.2 512 0 436.8 0 344l0-24zm336-64c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48 0 16c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64zM160 240c5.5 0 10.9 .7 16 2l0-2 0-32c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 32 16 0zm64 24l0 40c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 0-16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 24z"], + "bookmark": [384, 512, [128278, 61591], "f02e", "M0 48C0 21.5 21.5 0 48 0l0 48 0 393.4 130.1-92.9c8.3-6 19.6-6 27.9 0L336 441.4 336 48 48 48 48 0 336 0c26.5 0 48 21.5 48 48l0 440c0 9-5 17.2-13 21.3s-17.6 3.4-24.9-1.8L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488L0 48z"], + "hand-point-down": [384, 512, [], "f0a7", "M64 448l0-177.6c5.2 1 10.5 1.6 16 1.6l16 0 0 32 0 144c0 8.8-7.2 16-16 16s-16-7.2-16-16zM80 224c-17.7 0-32-14.3-32-32c0 0 0 0 0 0l0-24c0-66.3 53.7-120 120-120l48 0c52.5 0 97.1 33.7 113.4 80.7c-3.1-.5-6.2-.7-9.4-.7c-20 0-37.9 9.2-49.7 23.6c-9-4.9-19.4-7.6-30.3-7.6c-15.1 0-29 5.3-40 14c-11-8.8-24.9-14-40-14l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-40 0-40 0zM0 192s0 0 0 0c0 18 6 34.6 16 48l0 208c0 35.3 28.7 64 64 64s64-28.7 64-64l0-82c5.1 1.3 10.5 2 16 2c25.3 0 47.2-14.7 57.6-36c7 2.6 14.5 4 22.4 4c20 0 37.9-9.2 49.7-23.6c9 4.9 19.4 7.6 30.3 7.6c35.3 0 64-28.7 64-64l0-64 0-24C384 75.2 308.8 0 216 0L168 0C75.2 0 0 75.2 0 168l0 24zm336 64c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64zM160 272c5.5 0 10.9-.7 16-2l0 2 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-32 16 0zm64-24l0-40c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-24z"], + "folder": [512, 512, [128193, 128447, 61716, "folder-blank"], "f07b", "M0 96C0 60.7 28.7 32 64 32l132.1 0c19.1 0 37.4 7.6 50.9 21.1L289.9 96 448 96c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16l-161.4 0c-10.6 0-20.8-4.2-28.3-11.7L213.1 87c-4.5-4.5-10.6-7-17-7L64 80z"], + "user": [448, 512, [128100, 62144], "f007", "M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM49.3 464l349.5 0c-8.9-63.3-63.3-112-129-112l-91.4 0c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3z"], + "square-caret-left": [448, 512, ["caret-square-left"], "f191", "M48 416c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320zm16 64c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480zm64-224c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22l0 208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6z"], + "star": [576, 512, [11088, 61446], "f005", "M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.7 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z"], + "chess-knight": [448, 512, [9822], "f441", "M226.6 48L117.3 48l17.1 12.8c6 4.5 9.6 11.6 9.6 19.2s-3.6 14.7-9.6 19.2l-6.5 4.9c-10 7.5-16 19.3-16 31.9l-.3 91c0 10.2 4.9 19.9 13.2 25.8l1.9 1.3c9.9 7.1 23.3 7 33.2-.1l49.9-36.3c10.7-7.8 25.7-5.4 33.5 5.3s5.4 25.7-5.3 33.5l-49.9 36.3-53.8 39.1c-7.3 5.3-13 12.2-16.9 20.1l-50.7 0c5.3-22.1 17.8-41.9 35.9-56.3c-1.3-.8-2.6-1.7-3.8-2.6L97 291.8c-21-15-33.4-39.2-33.3-65l.3-91c.1-19.8 6.7-38.7 18.6-53.9l-.4-.3C70.7 73 64 59.6 64 45.3C64 20.3 84.3 0 109.3 0L226.6 0C331.2 0 416 84.8 416 189.4c0 11.1-1 22.2-2.9 33.2L390.1 352l-48.8 0 24.5-137.8c1.5-8.2 2.2-16.5 2.2-24.8C368 111.3 304.7 48 226.6 48zM85.2 432L68.7 464l310.7 0-16.6-32L85.2 432zm315.7-30.7l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8L56.8 512C34.2 512 16 493.8 16 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C52.5 390.7 63.5 384 75.5 384l297 0c12 0 22.9 6.7 28.4 17.3zM172 128a20 20 0 1 1 0 40 20 20 0 1 1 0-40z"], + "face-laugh-squint": [512, 512, ["laugh-squint"], "f59b", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9l212.5 0c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm2.8-183.3l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 141.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"], + "face-laugh": [512, 512, ["laugh"], "f599", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9l212.5 0c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "folder-open": [576, 512, [128194, 128449, 61717], "f07c", "M384 480l48 0c11.4 0 21.9-6 27.6-15.9l112-192c5.8-9.9 5.8-22.1 .1-32.1S555.5 224 544 224l-400 0c-11.4 0-21.9 6-27.6 15.9L48 357.1 48 96c0-8.8 7.2-16 16-16l117.5 0c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c21 21 49.5 32.8 79.2 32.8L416 144c8.8 0 16 7.2 16 16l0 32 48 0 0-32c0-35.3-28.7-64-64-64L298.5 96c-17 0-33.3-6.7-45.3-18.7L226.7 50.7c-12-12-28.3-18.7-45.3-18.7L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l23.7 0L384 480z"], + "clipboard": [384, 512, [128203], "f328", "M280 64l40 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l40 0 9.6 0C121 27.5 153.3 0 192 0s71 27.5 78.4 64l9.6 0zM64 112c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16l-16 0 0 24c0 13.3-10.7 24-24 24l-88 0-88 0c-13.3 0-24-10.7-24-24l0-24-16 0zm128-8a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"], + "chess-queen": [512, 512, [9819], "f445", "M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-95.2-8c-18.1 0-31.3 12.8-35.6 26.9c-8 26.2-32.4 45.2-61.2 45.2c-10 0-19.4-2.3-27.7-6.3c-7.6-3.7-16.7-3.3-24 1.2C.7 162.1-3.1 177.1 3.7 188.9L97.6 352l55.4 0-83-144.1c40.5-2.2 75.3-25.9 93.1-59.8c22 26.8 55.4 43.9 92.8 43.9s70.8-17.1 92.8-43.9c17.8 34 52.6 57.7 93.1 59.8L359 352l55.4 0 93.9-163.1c6.8-11.7 3-26.7-8.6-33.8c-7.3-4.5-16.4-4.9-24-1.2c-8.4 4-17.7 6.3-27.7 6.3c-28.8 0-53.2-19-61.2-45.2C382.5 100.8 369.3 88 351.2 88c-14.5 0-26.3 8.5-32.4 19.3c-12.4 22-35.9 36.7-62.8 36.7s-50.4-14.8-62.8-36.7C187.1 96.5 175.4 88 160.8 88zM133.2 432l245.6 0 16.6 32-278.7 0 16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3l-265 0c-12 0-22.9 6.7-28.4 17.3L68.6 452.5c-3 5.8-4.6 12.2-4.6 18.7c0 22.5 18.2 40.8 40.8 40.8l302.5 0c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2z"], + "hand-back-fist": [448, 512, ["hand-rock"], "f255", "M144 64c0-8.8 7.2-16 16-16s16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16l0 104c0 31.3-20 58-48 67.9c-9.6 3.4-16 12.5-16 22.6L304 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-117.8c38-20.1 64-60.1 64-106.2l0-104c0-35.3-28.7-64-64-64c-2.8 0-5.6 .2-8.3 .5C332.8 77.1 311.9 64 288 64c-2.8 0-5.6 .2-8.3 .5C268.8 45.1 247.9 32 224 32c-2.8 0-5.6 .2-8.3 .5C204.8 13.1 183.9 0 160 0C124.7 0 96 28.7 96 64l0 64.3c-11.7 7.4-22.5 16.4-32 26.9l17.8 16.1L64 155.2l-9.4 10.5C40 181.8 32 202.8 32 224.6l0 12.8c0 49.6 24.2 96.1 64.8 124.5l13.8-19.7L96.8 361.9l8.9 6.2c6.9 4.8 14.4 8.6 22.3 11.3L128 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-128.1c0-12.6-9.8-23.1-22.4-23.9c-7.3-.5-14.3-2.9-20.3-7.1l-13.1 18.7 13.1-18.7-8.9-6.2C96.6 303.1 80 271.3 80 237.4l0-12.8c0-9.9 3.7-19.4 10.3-26.8l9.4-10.5c3.8-4.2 7.9-8.1 12.3-11.6l0 32.3c0 8.8 7.2 16 16 16s16-7.2 16-16l0-65.7 0-14.3 0-64z"], + "square-caret-up": [448, 512, ["caret-square-up"], "f151", "M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm224 64c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4l-208 0c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z"], + "chart-bar": [512, 512, ["bar-chart"], "f080", "M24 32c13.3 0 24 10.7 24 24l0 352c0 13.3 10.7 24 24 24l416 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L72 480c-39.8 0-72-32.2-72-72L0 56C0 42.7 10.7 32 24 32zM128 136c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24zm24 72l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 96l272 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-272 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"], + "window-restore": [512, 512, [], "f2d2", "M432 48L208 48c-17.7 0-32 14.3-32 32l0 16-48 0 0-16c0-44.2 35.8-80 80-80L432 0c44.2 0 80 35.8 80 80l0 224c0 44.2-35.8 80-80 80l-16 0 0-48 16 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32zM48 448c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-192L48 256l0 192zM64 128l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192c0-35.3 28.7-64 64-64z"], + "square-plus": [448, 512, [61846, "plus-square"], "f0fe", "M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM200 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"], + "image": [512, 512, [], "f03e", "M448 80c8.8 0 16 7.2 16 16l0 319.8-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3L48 96c0-8.8 7.2-16 16-16l384 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"], + "folder-closed": [512, 512, [], "e185", "M251.7 127.6s0 0 0 0c10.5 10.5 24.7 16.4 39.6 16.4L448 144c8.8 0 16 7.2 16 16l0 32L48 192l0-96c0-8.8 7.2-16 16-16l133.5 0c4.2 0 8.3 1.7 11.3 4.7l33.9-33.9L208.8 84.7l42.9 42.9zM48 240l416 0 0 176c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-176zM285.7 93.7L242.7 50.7c-12-12-28.3-18.7-45.3-18.7L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L291.3 96c-2.1 0-4.2-.8-5.7-2.3z"], + "lemon": [448, 512, [127819], "f094", "M368 80c-3.2 0-6.2 .4-8.9 1.3C340 86.8 313 91.9 284.8 84.6C227.4 69.7 160.2 92 110.1 142.1S37.7 259.4 52.6 316.8c7.3 28.2 2.2 55.2-3.3 74.3c-.8 2.8-1.3 5.8-1.3 8.9c0 17.7 14.3 32 32 32c3.2 0 6.2-.4 8.9-1.3c19.1-5.5 46.1-10.7 74.3-3.3c57.4 14.9 124.6-7.4 174.7-57.5s72.4-117.3 57.5-174.7c-7.3-28.2-2.2-55.2 3.3-74.3c.8-2.8 1.3-5.8 1.3-8.9c0-17.7-14.3-32-32-32zm0-48c44.2 0 80 35.8 80 80c0 7.7-1.1 15.2-3.1 22.3c-4.6 15.8-7.1 32.9-3 48.9c20.1 77.6-10.9 161.5-70 220.7s-143.1 90.2-220.7 70c-16-4.1-33-1.6-48.9 3c-7.1 2-14.6 3.1-22.3 3.1c-44.2 0-80-35.8-80-80c0-7.7 1.1-15.2 3.1-22.3c4.6-15.8 7.1-32.9 3-48.9C-14 251.3 17 167.3 76.2 108.2S219.3 18 296.8 38.1c16 4.1 33 1.6 48.9-3c7.1-2 14.6-3.1 22.3-3.1zM246.7 167c-52 15.2-96.5 59.7-111.7 111.7c-3.7 12.7-17.1 20-29.8 16.3s-20-17.1-16.3-29.8c19.8-67.7 76.6-124.5 144.3-144.3c12.7-3.7 26.1 3.6 29.8 16.3s-3.6 26.1-16.3 29.8z"], + "handshake": [640, 512, [], "f2b5", "M272.2 64.6l-51.1 51.1c-15.3 4.2-29.5 11.9-41.5 22.5L153 161.9C142.8 171 129.5 176 115.8 176L96 176l0 128c20.4 .6 39.8 8.9 54.3 23.4l35.6 35.6 7 7c0 0 0 0 0 0L219.9 397c6.2 6.2 16.4 6.2 22.6 0c1.7-1.7 3-3.7 3.7-5.8c2.8-7.7 9.3-13.5 17.3-15.3s16.4 .6 22.2 6.5L296.5 393c11.6 11.6 30.4 11.6 41.9 0c5.4-5.4 8.3-12.3 8.6-19.4c.4-8.8 5.6-16.6 13.6-20.4s17.3-3 24.4 2.1c9.4 6.7 22.5 5.8 30.9-2.6c9.4-9.4 9.4-24.6 0-33.9L340.1 243l-35.8 33c-27.3 25.2-69.2 25.6-97 .9c-31.7-28.2-32.4-77.4-1.6-106.5l70.1-66.2C303.2 78.4 339.4 64 377.1 64c36.1 0 71 13.3 97.9 37.2L505.1 128l38.9 0 40 0 40 0c8.8 0 16 7.2 16 16l0 208c0 17.7-14.3 32-32 32l-32 0c-11.8 0-22.2-6.4-27.7-16l-84.9 0c-3.4 6.7-7.9 13.1-13.5 18.7c-17.1 17.1-40.8 23.8-63 20.1c-3.6 7.3-8.5 14.1-14.6 20.2c-27.3 27.3-70 30-100.4 8.1c-25.1 20.8-62.5 19.5-86-4.1L159 404l-7-7-35.6-35.6c-5.5-5.5-12.7-8.7-20.4-9.3C96 369.7 81.6 384 64 384l-32 0c-17.7 0-32-14.3-32-32L0 144c0-8.8 7.2-16 16-16l40 0 40 0 19.8 0c2 0 3.9-.7 5.3-2l26.5-23.6C175.5 77.7 211.4 64 248.7 64L259 64c4.4 0 8.9 .2 13.2 .6zM544 320l0-144-48 0c-5.9 0-11.6-2.2-15.9-6.1l-36.9-32.8c-18.2-16.2-41.7-25.1-66.1-25.1c-25.4 0-49.8 9.7-68.3 27.1l-70.1 66.2c-10.3 9.8-10.1 26.3 .5 35.7c9.3 8.3 23.4 8.1 32.5-.3l71.9-66.4c9.7-9 24.9-8.4 33.9 1.4s8.4 24.9-1.4 33.9l-.8 .8 74.4 74.4c10 10 16.5 22.3 19.4 35.1l74.8 0zM64 336a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm528 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"], + "gem": [512, 512, [128142], "f3a5", "M168.5 72L256 165l87.5-93-175 0zM383.9 99.1L311.5 176l129 0L383.9 99.1zm50 124.9L256 224 78.1 224 256 420.3 433.9 224zM71.5 176l129 0L128.1 99.1 71.5 176zm434.3 40.1l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152c4.5-6.1 11.7-9.8 19.3-9.8l240 0c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4z"], + "circle-play": [512, 512, [61469, "play-circle"], "f144", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c7.6-4.2 16.8-4.1 24.3 .5l144 88c7.1 4.4 11.5 12.1 11.5 20.5s-4.4 16.1-11.5 20.5l-144 88c-7.4 4.5-16.7 4.7-24.3 .5s-12.3-12.2-12.3-20.9l0-176c0-8.7 4.7-16.7 12.3-20.9z"], + "circle-check": [512, 512, [61533, "check-circle"], "f058", "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z"], + "circle-stop": [512, 512, [62094, "stop-circle"], "f28d", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm192-96l128 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32z"], + "id-badge": [384, 512, [], "f2c1", "M256 48l0 16c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-16L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16l-64 0zM0 64C0 28.7 28.7 0 64 0L320 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM160 320l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L96 416c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"], + "face-laugh-beam": [512, 512, [128513, "laugh-beam"], "f59a", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9l212.5 0c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm86.9-85.1s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"], + "registered": [512, 512, [174], "f25d", "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160 152l0 112 0 96c0 13.3 10.7 24 24 24s24-10.7 24-24l0-72 60.9 0 37.2 81.9c5.5 12.1 19.7 17.4 31.8 11.9s17.4-19.7 11.9-31.8L315.7 275c21.8-14.3 36.3-39 36.3-67c0-44.2-35.8-80-80-80l-88 0c-13.3 0-24 10.7-24 24zm48 88l0-64 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0z"], + "address-card": [576, 512, [62140, "contact-card", "vcard"], "f2bb", "M512 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l448 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM208 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16l192 0c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80l-64 0zM376 144c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0z"], + "face-tired": [512, 512, [128555, "tired"], "f5c8", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.5 64.3C196.1 302.1 223.8 288 256 288s59.9 14.1 79.5 32.3C354.5 338.1 368 362 368 384c0 5.4-2.7 10.4-7.2 13.4s-10.2 3.4-15.2 1.3l-17.2-7.5c-22.8-10-47.5-15.1-72.4-15.1s-49.6 5.2-72.4 15.1l-17.2 7.5c-4.9 2.2-10.7 1.7-15.2-1.3s-7.2-8-7.2-13.4c0-22 13.5-45.9 32.5-63.7zm-43-173.6l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"], + "font-awesome": [512, 512, [62501, 62694, "font-awesome-flag", "font-awesome-logo-full"], "f2b4", "M91.7 96C106.3 86.8 116 70.5 116 52C116 23.3 92.7 0 64 0S12 23.3 12 52c0 16.7 7.8 31.5 20 41l0 3 0 48 0 256 0 48 0 64 48 0 0-64 389.6 0c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4L91.7 96zM80 400l0-256 356.4 0L388.1 252.5c-5.5 12.4-5.5 26.6 0 39L436.4 400 80 400z"], + "face-smile-wink": [512, 512, [128521, "smile-wink"], "f4da", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z"], + "file-word": [384, 512, [], "f1c2", "M48 448L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm55 241.1c-3.8-12.7-17.2-19.9-29.9-16.1s-19.9 17.2-16.1 29.9l48 160c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l25-83.4 25 83.4c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l48-160c3.8-12.7-3.4-26.1-16.1-29.9s-26.1 3.4-29.9 16.1l-25 83.4-25-83.4c-3-10.2-12.4-17.1-23-17.1s-19.9 7-23 17.1l-25 83.4-25-83.4z"], + "file-powerpoint": [384, 512, [], "f1c4", "M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm72 208c-13.3 0-24 10.7-24 24l0 104 0 56c0 13.3 10.7 24 24 24s24-10.7 24-24l0-32 44 0c42 0 76-34 76-76s-34-76-76-76l-68 0zm68 104l-44 0 0-56 44 0c15.5 0 28 12.5 28 28s-12.5 28-28 28z"], + "envelope-open": [512, 512, [62135], "f2b6", "M255.4 48.2c.2-.1 .4-.2 .6-.2s.4 .1 .6 .2L460.6 194c2.1 1.5 3.4 3.9 3.4 6.5l0 13.6L291.5 355.7c-20.7 17-50.4 17-71.1 0L48 214.1l0-13.6c0-2.6 1.2-5 3.4-6.5L255.4 48.2zM48 276.2L190 392.8c38.4 31.5 93.7 31.5 132 0L464 276.2 464 456c0 4.4-3.6 8-8 8L56 464c-4.4 0-8-3.6-8-8l0-179.8zM256 0c-10.2 0-20.2 3.2-28.5 9.1L23.5 154.9C8.7 165.4 0 182.4 0 200.5L0 456c0 30.9 25.1 56 56 56l400 0c30.9 0 56-25.1 56-56l0-255.5c0-18.1-8.7-35.1-23.4-45.6L284.5 9.1C276.2 3.2 266.2 0 256 0z"], + "file-zipper": [384, 512, ["file-archive"], "f1c6", "M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l48 0c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l48 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm48 112c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm-6.3 71.8L82.1 335.9c-1.4 5.4-2.1 10.9-2.1 16.4c0 35.2 28.8 63.7 64 63.7s64-28.5 64-63.7c0-5.5-.7-11.1-2.1-16.4l-23.5-88.2c-3.7-14-16.4-23.8-30.9-23.8l-14.8 0c-14.5 0-27.2 9.7-30.9 23.8zM128 336l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "square": [448, 512, [9632, 9723, 9724, 61590], "f0c8", "M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"], + "snowflake": [448, 512, [10052, 10054], "f2dc", "M224 0c13.3 0 24 10.7 24 24l0 46.1 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-57 57 0 76.5 66.2-38.2 20.9-77.8c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4L373 142.2l37.1-21.4c11.5-6.6 26.2-2.7 32.8 8.8s2.7 26.2-8.8 32.8L397 183.8l31.5 8.4c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-77.8-20.9L272 256l66.2 38.2 77.8-20.9c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4L397 328.2l37.1 21.4c11.5 6.6 15.4 21.3 8.8 32.8s-21.3 15.4-32.8 8.8L373 369.8l8.4 31.5c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-20.9-77.8L248 297.6l0 76.5 57 57c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23 0 46.1c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-46.1-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57 0-76.5-66.2 38.2-20.9 77.8c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4L75 369.8 37.9 391.2c-11.5 6.6-26.2 2.7-32.8-8.8s-2.7-26.2 8.8-32.8L51 328.2l-31.5-8.4c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l77.8 20.9L176 256l-66.2-38.2L31.9 238.6c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4L51 183.8 13.9 162.4c-11.5-6.6-15.4-21.3-8.8-32.8s21.3-15.4 32.8-8.8L75 142.2l-8.4-31.5c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l20.9 77.8L200 214.4l0-76.5L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23L200 24c0-13.3 10.7-24 24-24z"], + "newspaper": [512, 512, [128240], "f1ea", "M168 80c-13.3 0-24 10.7-24 24l0 304c0 8.4-1.4 16.5-4.1 24L440 432c13.3 0 24-10.7 24-24l0-304c0-13.3-10.7-24-24-24L168 80zM72 480c-39.8 0-72-32.2-72-72L0 112C0 98.7 10.7 88 24 88s24 10.7 24 24l0 296c0 13.3 10.7 24 24 24s24-10.7 24-24l0-304c0-39.8 32.2-72 72-72l272 0c39.8 0 72 32.2 72 72l0 304c0 39.8-32.2 72-72 72L72 480zM176 136c0-13.3 10.7-24 24-24l96 0c13.3 0 24 10.7 24 24l0 80c0 13.3-10.7 24-24 24l-96 0c-13.3 0-24-10.7-24-24l0-80zm200-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM200 272l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"], + "face-kiss-wink-heart": [512, 512, [128536, "kiss-wink-heart"], "f598", "M338.9 446.8c-25.4 11-53.4 17.2-82.9 17.2C141.1 464 48 370.9 48 256S141.1 48 256 48s208 93.1 208 208c0 22.4-3.5 43.9-10.1 64.1c3.1 4.5 5.7 9.4 7.8 14.6c12.7-1.6 25.1 .4 36.2 5c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-6.5-25.3zM296 316c0-6.9-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4C258.7 276.9 241.4 272 224 272c-3.6 0-6.8 2.5-7.7 6s.6 7.2 3.8 9c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2 .1c.2 .1 .5 .3 .9 .5c.8 .5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6c3.7 3.1 7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4 .9-2.6 1.6-3.4 2.1c-.4 .2-.7 .4-.9 .5l-.2 .1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c-2.5 1.4-4.1 4.1-4.1 7s1.6 5.6 4.1 7c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2 .1c.2 .1 .5 .3 .9 .5c.8 .5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6c3.7 3.1 7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4 .9-2.6 1.6-3.4 2.1c-.4 .2-.7 .4-.9 .5l-.2 .1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-3.2 1.8-4.7 5.5-3.8 9s4.1 6 7.7 6c17.4 0 34.7-4.9 47.9-12.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3s-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-2.7-1.5-5.7-3-8.7-4.3c3.1-1.3 6-2.7 8.7-4.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm159.3-20c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C375.7 186.8 355 180 335.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z"], + "star-half-stroke": [576, 512, ["star-half-alt"], "f5c0", "M309.5 13.5C305.5 5.2 297.1 0 287.9 0s-17.6 5.2-21.6 13.5L197.7 154.8 44.5 177.5c-9 1.3-16.5 7.6-19.3 16.3s-.5 18.1 5.9 24.5L142.2 328.4 116 483.9c-1.5 9 2.2 18.1 9.7 23.5s17.3 6 25.3 1.7l137-73.2 137 73.2c8.1 4.3 17.9 3.7 25.3-1.7s11.2-14.5 9.7-23.5L433.6 328.4 544.8 218.2c6.5-6.4 8.7-15.9 5.9-24.5s-10.3-14.9-19.3-16.3L378.1 154.8 309.5 13.5zM288 384.7l0-305.6 52.5 108.1c3.5 7.1 10.2 12.1 18.1 13.3l118.3 17.5L391 303c-5.5 5.5-8.1 13.3-6.8 21l20.2 119.6L299.2 387.5c-3.5-1.9-7.4-2.8-11.2-2.8z"], + "file-excel": [384, 512, [], "f1c3", "M48 448L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm90.9 233.3c-8.1-10.5-23.2-12.3-33.7-4.2s-12.3 23.2-4.2 33.7L161.6 320l-44.5 57.3c-8.1 10.5-6.3 25.5 4.2 33.7s25.5 6.3 33.7-4.2L192 359.1l37.1 47.6c8.1 10.5 23.2 12.3 33.7 4.2s12.3-23.2 4.2-33.7L222.4 320l44.5-57.3c8.1-10.5 6.3-25.5-4.2-33.7s-25.5-6.3-33.7 4.2L192 280.9l-37.1-47.6z"], + "face-grin-beam": [512, 512, [128516, "grin-beam"], "f582", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM217.6 228.8s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"], + "object-ungroup": [640, 512, [], "f248", "M48.2 66.8c-.1-.8-.2-1.7-.2-2.5l0-.2c0-8.8 7.2-16 16-16c.9 0 1.9 .1 2.8 .2C74.3 49.5 80 56.1 80 64c0 8.8-7.2 16-16 16c-7.9 0-14.5-5.7-15.8-13.2zM0 64c0 26.9 16.5 49.9 40 59.3l0 105.3C16.5 238.1 0 261.1 0 288c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40l201.3 0c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3l0-105.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40L123.3 40C113.9 16.5 90.9 0 64 0C28.7 0 0 28.7 0 64zm368 0a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM324.7 88c6.5 16 19.3 28.9 35.3 35.3l0 105.3c-16 6.5-28.9 19.3-35.3 35.3l-201.3 0c-6.5-16-19.3-28.9-35.3-35.3l0-105.3c16-6.5 28.9-19.3 35.3-35.3l201.3 0zM384 272a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM80 288c0 7.9-5.7 14.5-13.2 15.8c-.8 .1-1.7 .2-2.5 .2l-.2 0c-8.8 0-16-7.2-16-16c0-.9 .1-1.9 .2-2.8C49.5 277.7 56.1 272 64 272c8.8 0 16 7.2 16 16zm391.3-40l45.4 0c6.5 16 19.3 28.9 35.3 35.3l0 105.3c-16 6.5-28.9 19.3-35.3 35.3l-201.3 0c-6.5-16-19.3-28.9-35.3-35.3l0-36.7-48 0 0 36.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40l201.3 0c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3l0-105.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40L448 200l0 16.4c9.8 8.8 17.8 19.5 23.3 31.6zm88.9-26.7a16 16 0 1 1 31.5 5.5 16 16 0 1 1 -31.5-5.5zM271.8 450.7a16 16 0 1 1 -31.5-5.5 16 16 0 1 1 31.5 5.5zm307-18.5a16 16 0 1 1 -5.5 31.5 16 16 0 1 1 5.5-31.5z"], + "circle-right": [512, 512, [61838, "arrow-alt-circle-right"], "f35a", "M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM294.6 151.2c-4.2-4.6-10.1-7.2-16.4-7.2C266 144 256 154 256 166.3l0 41.7-96 0c-17.7 0-32 14.3-32 32l0 32c0 17.7 14.3 32 32 32l96 0 0 41.7c0 12.3 10 22.3 22.3 22.3c6.2 0 12.1-2.6 16.4-7.2l84-91c3.5-3.8 5.4-8.7 5.4-13.9s-1.9-10.1-5.4-13.9l-84-91z"], + "face-rolling-eyes": [512, 512, [128580, "meh-rolling-eyes"], "f5a5", "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM168 376c0 13.3 10.7 24 24 24l128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-128 0c-13.3 0-24 10.7-24 24zm-8-104c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48zm0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm192-32c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48zm0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160z"], + "object-group": [576, 512, [], "f247", "M48 115.8C38.2 107 32 94.2 32 80c0-26.5 21.5-48 48-48c14.2 0 27 6.2 35.8 16l344.4 0c8.8-9.8 21.6-16 35.8-16c26.5 0 48 21.5 48 48c0 14.2-6.2 27-16 35.8l0 280.4c9.8 8.8 16 21.6 16 35.8c0 26.5-21.5 48-48 48c-14.2 0-27-6.2-35.8-16l-344.4 0c-8.8 9.8-21.6 16-35.8 16c-26.5 0-48-21.5-48-48c0-14.2 6.2-27 16-35.8l0-280.4zM125.3 96c-4.8 13.6-15.6 24.4-29.3 29.3l0 261.5c13.6 4.8 24.4 15.6 29.3 29.3l325.5 0c4.8-13.6 15.6-24.4 29.3-29.3l0-261.5c-13.6-4.8-24.4-15.6-29.3-29.3L125.3 96zm2.7 64c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-96zM256 320l32 0c35.3 0 64-28.7 64-64l0-32 64 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-32z"], + "heart": [512, 512, [128153, 128154, 128155, 128156, 128420, 129293, 129294, 129505, 9829, 10084, 61578], "f004", "M225.8 468.2l-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8l0-3.3c0-70.4 50-130.8 119.2-144C158.6 37.9 198.9 47 231 69.6c9 6.4 17.4 13.8 25 22.3c4.2-4.8 8.7-9.2 13.5-13.3c3.7-3.2 7.5-6.2 11.5-9c0 0 0 0 0 0C313.1 47 353.4 37.9 392.8 45.4C462 58.6 512 119.1 512 189.5l0 3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9zM239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20-.1-.1s0 0 0 0c-23.1-25.9-58-37.7-92-31.2C81.6 101.5 48 142.1 48 189.5l0 3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268c20.9-19.4 32.8-46.7 32.8-75.2l0-3.3c0-47.3-33.6-88-80.1-96.9c-34-6.5-69 5.4-92 31.2c0 0 0 0-.1 .1s0 0-.1 .1l-17.8 20c-.3 .4-.7 .7-1 1.1c-4.5 4.5-10.6 7-16.9 7s-12.4-2.5-16.9-7z"], + "face-surprise": [512, 512, [128558, "surprise"], "f5c2", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"], + "circle-pause": [512, 512, [62092, "pause-circle"], "f28b", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm224-72l0 144c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-144c0-13.3 10.7-24 24-24s24 10.7 24 24zm112 0l0 144c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-144c0-13.3 10.7-24 24-24s24 10.7 24 24z"], + "circle": [512, 512, [128308, 128309, 128992, 128993, 128994, 128995, 128996, 9679, 9898, 9899, 11044, 61708, 61915], "f111", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"], + "circle-up": [512, 512, [61467, "arrow-alt-circle-up"], "f35b", "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM151.2 217.4c-4.6 4.2-7.2 10.1-7.2 16.4c0 12.3 10 22.3 22.3 22.3l41.7 0 0 96c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-96 41.7 0c12.3 0 22.3-10 22.3-22.3c0-6.2-2.6-12.1-7.2-16.4l-91-84c-3.8-3.5-8.7-5.4-13.9-5.4s-10.1 1.9-13.9 5.4l-91 84z"], + "file-audio": [384, 512, [], "f1c7", "M64 464l256 0c8.8 0 16-7.2 16-16l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM192 272l0 128c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L129.4 376 112 376c-8.8 0-16-7.2-16-16l0-48c0-8.8 7.2-16 16-16l17.4 0 35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5s9.9 8.3 9.9 14.8zm85.8-4c11.6 20 18.2 43.3 18.2 68s-6.6 48-18.2 68c-6.6 11.5-21.3 15.4-32.8 8.8s-15.4-21.3-8.8-32.8c7.5-12.9 11.8-27.9 11.8-44s-4.3-31.1-11.8-44c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8z"], + "file-image": [384, 512, [128443], "f1c5", "M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm96 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm69.2 46.9c-3-4.3-7.9-6.9-13.2-6.9s-10.2 2.6-13.2 6.9l-41.3 59.7-11.9-19.1c-2.9-4.7-8.1-7.5-13.6-7.5s-10.6 2.8-13.6 7.5l-40 64c-3.1 4.9-3.2 11.1-.4 16.2s8.2 8.2 14 8.2l48 0 32 0 40 0 72 0c6 0 11.4-3.3 14.2-8.6s2.4-11.6-1-16.5l-72-104z"], + "circle-question": [512, 512, [62108, "question-circle"], "f059", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"], + "face-meh-blank": [512, 512, [128566, "meh-blank"], "f5a4", "M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "eye": [576, 512, [128065], "f06e", "M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z"], + "face-sad-cry": [512, 512, [128557, "sad-cry"], "f5b3", "M400 406.1L400 288c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 152.6c-28.7 15-61.4 23.4-96 23.4s-67.3-8.5-96-23.4L160 288c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 118.1C72.6 368.2 48 315 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 59-24.6 112.2-64 150.1zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zm166.6 9.7c5.5-5.8 14.8-9.7 25.4-9.7s19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C391.7 186.8 371 180 351.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9zM208 320l0 32c0 26.5 21.5 48 48 48s48-21.5 48-48l0-32c0-26.5-21.5-48-48-48s-48 21.5-48 48z"], + "file-code": [384, 512, [], "f1c9", "M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm97 289c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L79 303c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31 31-31zM257 255c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9l-48-48z"], + "window-maximize": [512, 512, [128470], "f2d0", "M.3 89.5C.1 91.6 0 93.8 0 96L0 224 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-192 0-128c0-35.3-28.7-64-64-64L64 32c-2.2 0-4.4 .1-6.5 .3c-9.2 .9-17.8 3.8-25.5 8.2C21.8 46.5 13.4 55.1 7.7 65.5c-3.9 7.3-6.5 15.4-7.4 24zM48 224l416 0 0 192c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-192z"], + "face-frown": [512, 512, [9785, "frown"], "f119", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM174.6 384.1c-4.5 12.5-18.2 18.9-30.7 14.4s-18.9-18.2-14.4-30.7C146.9 319.4 198.9 288 256 288s109.1 31.4 126.6 79.9c4.5 12.5-2 26.2-14.4 30.7s-26.2-2-30.7-14.4C328.2 358.5 297.2 336 256 336s-72.2 22.5-81.4 48.1zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "floppy-disk": [448, 512, [128190, 128426, "save"], "f0c7", "M48 96l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-245.5c0-4.2-1.7-8.3-4.7-11.3l33.9-33.9c12 12 18.7 28.3 18.7 45.3L448 416c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l245.5 0c17 0 33.3 6.7 45.3 18.7l74.5 74.5-33.9 33.9L320.8 84.7c-.3-.3-.5-.5-.8-.8L320 184c0 13.3-10.7 24-24 24l-192 0c-13.3 0-24-10.7-24-24L80 80 64 80c-8.8 0-16 7.2-16 16zm80-16l0 80 144 0 0-80L128 80zm32 240a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"], + "comment-dots": [512, 512, [128172, 62075, "commenting"], "f4ad", "M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "face-grin-squint": [512, 512, [128518, "grin-squint"], "f585", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zm-216-161.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"], + "hand-pointer": [448, 512, [], "f25a", "M160 64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 136c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4c8.8 0 16 7.2 16 16c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4c7.8 0 14.3 5.6 15.7 13c1.6 8.2 7.3 15.1 15.1 18s16.7 1.6 23.3-3.6c2.7-2.1 6.1-3.4 9.9-3.4c8.8 0 16 7.2 16 16l0 16 0 104c0 39.8-32.2 72-72 72l-56 0-59.8 0-.9 0c-37.4 0-72.4-18.7-93.2-49.9L50.7 312.9c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4L116 353.2c5.9 8.8 16.8 12.7 26.9 9.7s17-12.4 17-23l0-19.9 0-256zM176 0c-35.3 0-64 28.7-64 64l0 197.7C91.2 238 55.5 232.8 28.5 250.7C-.9 270.4-8.9 310.1 10.8 339.5L78.3 440.8c29.7 44.5 79.6 71.2 133.1 71.2l.9 0 59.8 0 56 0c66.3 0 120-53.7 120-120l0-104 0-16c0-35.3-28.7-64-64-64c-4.5 0-8.8 .5-13 1.3c-11.7-15.4-30.2-25.3-51-25.3c-6.9 0-13.5 1.1-19.7 3.1C288.7 170.7 269.6 160 248 160c-2.7 0-5.4 .2-8 .5L240 64c0-35.3-28.7-64-64-64zm48 304c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96zm48-16c-8.8 0-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96c0-8.8-7.2-16-16-16zm80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96z"], + "hand-scissors": [512, 512, [], "f257", "M.2 276.3c-1.2-35.3 26.4-65 61.7-66.2l3.3-.1L57 208.1C22.5 200.5 .7 166.3 8.3 131.8S50.2 75.5 84.7 83.2l173 38.3c2.3-2.9 4.7-5.7 7.1-8.5l18.4-20.3C299.9 74.5 323.5 64 348.3 64l10.2 0c54.1 0 104.1 28.7 131.3 75.4l1.5 2.6c13.6 23.2 20.7 49.7 20.7 76.6L512 344c0 66.3-53.7 120-120 120l-8 0-96 0c-35.3 0-64-28.7-64-64c0-2.8 .2-5.6 .5-8.3c-19.4-11-32.5-31.8-32.5-55.7c0-.8 0-1.6 0-2.4L66.4 338c-35.3 1.2-65-26.4-66.2-61.7zm63.4-18.2c-8.8 .3-15.7 7.7-15.4 16.5s7.7 15.7 16.5 15.4l161.5-5.6c9.8-.3 18.7 5.3 22.7 14.2s2.2 19.3-4.5 26.4c-2.8 2.9-4.4 6.7-4.4 11c0 8.8 7.2 16 16 16c9.1 0 17.4 5.1 21.5 13.3s3.2 17.9-2.3 25.1c-2 2.7-3.2 6-3.2 9.6c0 8.8 7.2 16 16 16l96 0 8 0c39.8 0 72-32.2 72-72l0-125.4c0-18.4-4.9-36.5-14.2-52.4l-1.5-2.6c-18.6-32-52.8-51.6-89.8-51.6l-10.2 0c-11.3 0-22 4.8-29.6 13.1l-17.5-15.9 17.5 15.9-18.4 20.3c-.6 .6-1.1 1.3-1.7 1.9l57 13.2c8.6 2 14 10.6 12 19.2s-10.6 14-19.2 12l-85.6-19.7L74.3 130c-8.6-1.9-17.2 3.5-19.1 12.2s3.5 17.2 12.2 19.1l187.5 41.6c10.2 2.3 17.8 10.9 18.7 21.4l.1 1c.6 6.6-1.5 13.1-5.8 18.1s-10.6 7.9-17.2 8.2L63.6 258.1z"], + "face-grin-tears": [640, 512, [128514, "grin-tears"], "f588", "M516.1 325.5c1 3 2.1 6 3.3 8.9c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c1.2-2.9 2.3-5.9 3.3-8.9C152.5 406.2 229.5 464 320 464s167.5-57.8 196.1-138.5zM320 48c-101.4 0-185.8 72.5-204.3 168.5c-6.7-3.1-14.3-4.3-22.3-3.1c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-8-1.2-15.7 .1-22.3 3.1C505.8 120.5 421.4 48 320 48zM78.5 341.1C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7zm483 0c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zM439 336.5C414.4 374.6 370.3 400 319.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1zM281.6 228.8c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0zm160 0s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0z"], + "calendar-xmark": [448, 512, ["calendar-times"], "f273", "M128 0c13.3 0 24 10.7 24 24l0 40 144 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 40 0c35.3 0 64 28.7 64 64l0 16 0 48 0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192l0-48 0-16C0 92.7 28.7 64 64 64l40 0 0-40c0-13.3 10.7-24 24-24zM400 192L48 192l0 256c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-256zm-95 89l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"], + "file-video": [384, 512, [], "f1c8", "M320 464c8.8 0 16-7.2 16-16l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM80 288c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32l0 16 44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3l0 103.4c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1L240 368l0 16c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-96z"], + "file-pdf": [512, 512, [], "f1c1", "M64 464l48 0 0 48-48 0c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 304l-48 0 0-144-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z"], + "comment": [512, 512, [128489, 61669], "f075", "M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9l.3-.5z"], + "envelope": [512, 512, [128386, 9993, 61443], "f0e0", "M64 112c-8.8 0-16 7.2-16 16l0 22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1l0-22.1c0-8.8-7.2-16-16-16L64 112zM48 212.2L48 384c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-171.8L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128z"], + "hourglass": [384, 512, [9203, 62032, "hourglass-empty"], "f254", "M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48l8 0 0 19c0 40.3 16 79 44.5 107.5L158.1 256 76.5 337.5C48 366 32 404.7 32 445l0 19-8 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-19c0-40.3-16-79-44.5-107.5L225.9 256l81.5-81.5C336 146 352 107.3 352 67l0-19 8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 0zM192 289.9l81.5 81.5C293 391 304 417.4 304 445l0 19L80 464l0-19c0-27.6 11-54 30.5-73.5L192 289.9zm0-67.9l-81.5-81.5C91 121 80 94.6 80 67l0-19 224 0 0 19c0 27.6-11 54-30.5 73.5L192 222.1z"], + "calendar-check": [448, 512, [], "f274", "M128 0c13.3 0 24 10.7 24 24l0 40 144 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 40 0c35.3 0 64 28.7 64 64l0 16 0 48 0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192l0-48 0-16C0 92.7 28.7 64 64 64l40 0 0-40c0-13.3 10.7-24 24-24zM400 192L48 192l0 256c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-256zM329 297L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"], + "hard-drive": [512, 512, [128436, "hdd"], "f0a0", "M64 80c-8.8 0-16 7.2-16 16l0 162c5.1-1.3 10.5-2 16-2l384 0c5.5 0 10.9 .7 16 2l0-162c0-8.8-7.2-16-16-16L64 80zM48 320l0 96c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-96c0-8.8-7.2-16-16-16L64 304c-8.8 0-16 7.2-16 16zM0 320L0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 224 0 96c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-96zm280 48a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"], + "face-grin-squint-tears": [512, 512, [129315, "grin-squint-tears"], "f586", "M426.8 14.2C446-5 477.5-4.6 497.1 14.9s20 51 .7 70.3c-14.8 14.8-65.7 23.6-88.3 26.7c-5.6 .9-10.3-3.9-9.5-9.5C403.3 79.9 412 29 426.8 14.2zM75 75C158.2-8.3 284.5-22.2 382.2 33.2c-1.5 4.8-2.9 9.6-4.1 14.3c-3.1 12.2-5.5 24.6-7.3 35c-80.8-53.6-190.7-44.8-261.9 26.4C37.7 180.1 28.9 290 82.5 370.8c-10.5 1.8-22.9 4.2-35 7.3c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75zm389.6 58.9c4.7-1.2 9.5-2.5 14.3-4.1C534.2 227.5 520.2 353.8 437 437c-83.2 83.2-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c3.1-12.2 5.5-24.6 7.3-35c80.8 53.6 190.7 44.8 261.9-26.4c71.2-71.2 80-181.1 26.4-261.9c10.5-1.8 22.9-4.2 35-7.3zm-105.4 93c10.1-16.3 33.9-16.9 37.9 1.9c9.5 44.4-3.7 93.5-39.3 129.1s-84.8 48.8-129.1 39.3c-18.7-4-18.2-27.8-1.9-37.9c25.2-15.7 50.2-35.4 73.6-58.8s43.1-48.4 58.8-73.6zM92 265.3l97.4-29.7c11.6-3.5 22.5 7.3 19 19l-29.7 97.4c-2.6 8.6-13.4 11.3-19.8 4.9c-2-2-3.2-4.6-3.4-7.3l-5.1-56.1-56.1-5.1c-2.8-.3-5.4-1.5-7.3-3.4c-6.3-6.3-3.6-17.2 4.9-19.8zm193-178.2c2 2 3.2 4.6 3.4 7.3l5.1 56.1 56.1 5.1c2.8 .3 5.4 1.5 7.3 3.4c6.3 6.3 3.6 17.2-4.9 19.8l-97.4 29.7c-11.6 3.5-22.5-7.3-19-19L265.3 92c2.6-8.6 13.4-11.3 19.8-4.9zM14.9 497.1c-19.6-19.6-20-51-.7-70.3C29 412 79.8 403.2 102.4 400.1c5.6-.9 10.3 3.9 9.5 9.5c-3.2 22.5-11.9 73.5-26.7 88.3C66 517 34.5 516.6 14.9 497.1z"], + "rectangle-list": [576, 512, ["list-alt"], "f022", "M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l448 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm96 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm104 0c0-13.3 10.7-24 24-24l224 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-224 0c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24l224 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-224 0c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24l224 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-224 0c-13.3 0-24-10.7-24-24zm-72-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"], + "calendar-plus": [448, 512, [], "f271", "M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256zm176 40c-13.3 0-24 10.7-24 24l0 48-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0 0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48 48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-48c0-13.3-10.7-24-24-24z"], + "circle-left": [512, 512, [61840, "arrow-alt-circle-left"], "f359", "M48 256a208 208 0 1 1 416 0A208 208 0 1 1 48 256zm464 0A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM256 128l-32 0L96 256 224 384l32 0 0-80 128 0 0-96-128 0 0-80z"], + "money-bill-1": [576, 512, ["money-bill-alt"], "f3d1", "M112 112c0 35.3-28.7 64-64 64l0 160c35.3 0 64 28.7 64 64l352 0c0-35.3 28.7-64 64-64l0-160c-35.3 0-64-28.7-64-64l-352 0zM0 128C0 92.7 28.7 64 64 64l448 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm80-48c0 8.8 7.2 16 16 16l0 64-8 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l24 0 24 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-8 0 0-80c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16z"], + "clock": [512, 512, [128339, "clock-four"], "f017", "M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"], + "keyboard": [576, 512, [9000], "f11c", "M64 112c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l448 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16L64 112zM0 128C0 92.7 28.7 64 64 64l448 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zM176 320l224 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm-72-72c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16z"], + "closed-captioning": [576, 512, [], "f20a", "M512 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l448 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM200 208c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48s21.5-48 48-48zm144 48c0-26.5 21.5-48 48-48c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48z"], + "images": [576, 512, [], "f302", "M160 80l352 0c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16l-21.2 0L388.1 178.9c-4.4-6.8-12-10.9-20.1-10.9s-15.7 4.1-20.1 10.9l-52.2 79.8-12.4-16.9c-4.5-6.2-11.7-9.8-19.4-9.8s-14.8 3.6-19.4 9.8L175.6 336 160 336c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16zM96 96l0 224c0 35.3 28.7 64 64 64l352 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L160 32c-35.3 0-64 28.7-64 64zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120L0 344c0 75.1 60.9 136 136 136l320 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-320 0c-48.6 0-88-39.4-88-88l0-224zm208 24a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"], + "face-grin": [512, 512, [128512, "grin"], "f580", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "face-meh": [512, 512, [128528, "meh"], "f11a", "M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm192-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM184 328c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"], + "id-card": [576, 512, [62147, "drivers-license"], "f2c2", "M528 160l0 256c0 8.8-7.2 16-16 16l-192 0c0-44.2-35.8-80-80-80l-64 0c-44.2 0-80 35.8-80 80l-32 0c-8.8 0-16-7.2-16-16l0-256 480 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM272 256a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm104-48c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0z"], + "sun": [512, 512, [9728], "f185", "M375.7 19.7c-1.5-8-6.9-14.7-14.4-17.8s-16.1-2.2-22.8 2.4L256 61.1 173.5 4.2c-6.7-4.6-15.3-5.5-22.8-2.4s-12.9 9.8-14.4 17.8l-18.1 98.5L19.7 136.3c-8 1.5-14.7 6.9-17.8 14.4s-2.2 16.1 2.4 22.8L61.1 256 4.2 338.5c-4.6 6.7-5.5 15.3-2.4 22.8s9.8 13 17.8 14.4l98.5 18.1 18.1 98.5c1.5 8 6.9 14.7 14.4 17.8s16.1 2.2 22.8-2.4L256 450.9l82.5 56.9c6.7 4.6 15.3 5.5 22.8 2.4s12.9-9.8 14.4-17.8l18.1-98.5 98.5-18.1c8-1.5 14.7-6.9 17.8-14.4s2.2-16.1-2.4-22.8L450.9 256l56.9-82.5c4.6-6.7 5.5-15.3 2.4-22.8s-9.8-12.9-17.8-14.4l-98.5-18.1L375.7 19.7zM269.6 110l65.6-45.2 14.4 78.3c1.8 9.8 9.5 17.5 19.3 19.3l78.3 14.4L402 242.4c-5.7 8.2-5.7 19 0 27.2l45.2 65.6-78.3 14.4c-9.8 1.8-17.5 9.5-19.3 19.3l-14.4 78.3L269.6 402c-8.2-5.7-19-5.7-27.2 0l-65.6 45.2-14.4-78.3c-1.8-9.8-9.5-17.5-19.3-19.3L64.8 335.2 110 269.6c5.7-8.2 5.7-19 0-27.2L64.8 176.8l78.3-14.4c9.8-1.8 17.5-9.5 19.3-19.3l14.4-78.3L242.4 110c8.2 5.7 19 5.7 27.2 0zM256 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM192 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"], + "face-laugh-wink": [512, 512, ["laugh-wink"], "f59c", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9l212.5 0c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z"], + "circle-down": [512, 512, [61466, "arrow-alt-circle-down"], "f358", "M256 464a208 208 0 1 1 0-416 208 208 0 1 1 0 416zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM128 256l0 32L256 416 384 288l0-32-80 0 0-128-96 0 0 128-80 0z"], + "thumbs-down": [512, 512, [128078, 61576], "f165", "M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16l-97.5 0c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8L384 32c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32L0 128c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32l-64 0z"], + "chess-pawn": [320, 512, [9823], "f443", "M232 152A72 72 0 1 0 88 152a72 72 0 1 0 144 0zm24 120l-12.6 0 10.7 80-48.4 0L195 272l-35 0-35 0-10.7 80-48.4 0 10.7-80L64 272c-13.3 0-24-10.7-24-24s10.7-24 24-24c-15.1-20.1-24-45-24-72C40 85.7 93.7 32 160 32s120 53.7 120 120c0 27-8.9 51.9-24 72c13.3 0 24 10.7 24 24s-10.7 24-24 24zM52.7 464l214.7 0-16.6-32L69.2 432 52.7 464zm207.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8L40.8 512C18.2 512 0 493.8 0 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C36.5 390.7 47.5 384 59.5 384l201 0z"], + "credit-card": [576, 512, [128179, 62083, "credit-card-alt"], "f09d", "M512 80c8.8 0 16 7.2 16 16l0 32L48 128l0-32c0-8.8 7.2-16 16-16l448 0zm16 144l0 192c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-192 480 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm56 304c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0z"], + "bell": [448, 512, [128276, 61602], "f0f3", "M224 0c-17.7 0-32 14.3-32 32l0 19.2C119 66 64 130.6 64 208l0 25.4c0 45.4-15.5 89.5-43.8 124.9L5.3 377c-5.8 7.2-6.9 17.1-2.9 25.4S14.8 416 24 416l400 0c9.2 0 17.6-5.3 21.6-13.6s2.9-18.2-2.9-25.4l-14.9-18.6C399.5 322.9 384 278.8 384 233.4l0-25.4c0-77.4-55-142-128-156.8L256 32c0-17.7-14.3-32-32-32zm0 96c61.9 0 112 50.1 112 112l0 25.4c0 47.9 13.9 94.6 39.7 134.6L72.3 368C98.1 328 112 281.3 112 233.4l0-25.4c0-61.9 50.1-112 112-112zm64 352l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z"], + "file": [384, 512, [128196, 128459, 61462], "f15b", "M320 464c8.8 0 16-7.2 16-16l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64z"], + "hospital": [640, 512, [127973, 62589, "hospital-alt", "hospital-wide"], "f0f8", "M232 0c-39.8 0-72 32.2-72 72l0 8L72 80C32.2 80 0 112.2 0 152L0 440c0 39.8 32.2 72 72 72l.2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0s0 0 0 0l272 0 8 0s0 0 0 0l104 0c39.8 0 72-32.2 72-72l0-288c0-39.8-32.2-72-72-72l-88 0 0-8c0-39.8-32.2-72-72-72L232 0zM480 128l88 0c13.3 0 24 10.7 24 24l0 40-56 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l56 0 0 48-56 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l56 0 0 104c0 13.3-10.7 24-24 24l-88 0 0-128 0-208zM72 128l88 0 0 336c0 0 0 0-.1 0l-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0c-13.2 0-24-10.7-24-24l0-104 56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0 0-48 56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0 0-40c0-13.3 10.7-24 24-24zM208 72c0-13.3 10.7-24 24-24l176 0c13.3 0 24 10.7 24 24l0 264 0 128-64 0 0-64c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 64-64 0 0-392zm88 24l0 24-24 0c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l24 0 0 24c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-24 24 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-24 0 0-24c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16z"], + "chess-rook": [448, 512, [9820], "f447", "M80 80l0 112c0 2.5 1.2 4.9 3.2 6.4l51.2 38.4c6.8 5.1 10.4 13.4 9.5 21.9L133.5 352l-48.3 0 9.4-85L54.4 236.8C40.3 226.2 32 209.6 32 192L32 72c0-22.1 17.9-40 40-40l304 0c22.1 0 40 17.9 40 40l0 120c0 17.6-8.3 34.2-22.4 44.8L353.4 267l9.4 85-48.3 0-10.4-93.3c-.9-8.4 2.7-16.8 9.5-21.9l51.2-38.4c2-1.5 3.2-3.9 3.2-6.4l0-112-64 0 0 24c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-24-64 0 0 24c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-24L80 80zm4.7 384l278.7 0-16.6-32-245.6 0L84.7 464zm271.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8L72.8 512C50.2 512 32 493.8 32 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C68.5 390.7 79.5 384 91.5 384l265 0zM208 288c-8.8 0-16-7.2-16-16l0-48c0-17.7 14.3-32 32-32s32 14.3 32 32l0 48c0 8.8-7.2 16-16 16l-32 0z"], + "star-half": [576, 512, [61731], "f089", "M293.3 .6c10.9 2.5 18.6 12.2 18.6 23.4l0 384.7c0 8.9-4.9 17-12.7 21.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.3c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5c4.9-10.1 16.1-15.4 27-12.9zM263.9 128.4l-28.6 58.8c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l92.5-49.4 0-265.9z"], + "chess-king": [448, 512, [9818], "f43f", "M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 32-32 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0 0 40L59.6 144C26.7 144 0 170.7 0 203.6c0 8.2 1.7 16.3 4.9 23.8L59.1 352l52.3 0L49 208.2c-.6-1.5-1-3-1-4.6c0-6.4 5.2-11.6 11.6-11.6L224 192l164.4 0c6.4 0 11.6 5.2 11.6 11.6c0 1.6-.3 3.2-1 4.6L336.5 352l52.3 0 54.2-124.6c3.3-7.5 4.9-15.6 4.9-23.8c0-32.9-26.7-59.6-59.6-59.6L248 144l0-40 32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-32 0 0-32zM101.2 432l245.6 0 16.6 32L84.7 464l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3l-265 0c-12 0-22.9 6.7-28.4 17.3L36.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C32 493.8 50.2 512 72.8 512l302.5 0c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2z"], + "circle-user": [512, 512, [62142, "user-circle"], "f2bd", "M406.5 399.6C387.4 352.9 341.5 320 288 320l-64 0c-53.5 0-99.4 32.9-118.5 79.6C69.9 362.2 48 311.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 55.7-21.9 106.2-57.5 143.6zm-40.1 32.7C334.4 452.4 296.6 464 256 464s-78.4-11.6-110.5-31.7c7.3-36.7 39.7-64.3 78.5-64.3l64 0c38.8 0 71.2 27.6 78.5 64.3zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-272a40 40 0 1 1 0-80 40 40 0 1 1 0 80zm-88-40a88 88 0 1 0 176 0 88 88 0 1 0 -176 0z"], + "copy": [448, 512, [], "f0c5", "M384 336l-192 0c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l140.1 0L400 115.9 400 320c0 8.8-7.2 16-16 16zM192 384l192 0c35.3 0 64-28.7 64-64l0-204.1c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1L192 0c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-32-48 0 0 32c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l32 0 0-48-32 0z"], + "share-from-square": [576, 512, [61509, "share-square"], "f14d", "M400 255.4l0-15.4 0-32c0-8.8-7.2-16-16-16l-32 0-16 0-46.5 0c-50.9 0-93.9 33.5-108.3 79.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9 50.1-112 112-112l48 0 16 0 32 0c8.8 0 16-7.2 16-16l0-32 0-15.4L506 160 400 255.4zM336 240l16 0 0 48c0 17.7 14.3 32 32 32l3.7 0c7.9 0 15.5-2.9 21.4-8.2l139-125.1c7.6-6.8 11.9-16.5 11.9-26.7s-4.3-19.9-11.9-26.7L409.9 8.9C403.5 3.2 395.3 0 386.7 0C367.5 0 352 15.5 352 34.7L352 80l-16 0-32 0-16 0c-88.4 0-160 71.6-160 160c0 60.4 34.6 99.1 63.9 120.9c5.9 4.4 11.5 8.1 16.7 11.2c4.4 2.7 8.5 4.9 11.9 6.6c3.4 1.7 6.2 3 8.2 3.9c2.2 1 4.6 1.4 7.1 1.4l2.5 0c9.8 0 17.8-8 17.8-17.8c0-7.8-5.3-14.7-11.6-19.5c0 0 0 0 0 0c-.4-.3-.7-.5-1.1-.8c-1.7-1.1-3.4-2.5-5-4.1c-.8-.8-1.7-1.6-2.5-2.6s-1.6-1.9-2.4-2.9c-1.8-2.5-3.5-5.3-5-8.5c-2.6-6-4.3-13.3-4.3-22.4c0-36.1 29.3-65.5 65.5-65.5l14.5 0 32 0zM72 32C32.2 32 0 64.2 0 104L0 440c0 39.8 32.2 72 72 72l336 0c39.8 0 72-32.2 72-72l0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64c0 13.3-10.7 24-24 24L72 464c-13.3 0-24-10.7-24-24l0-336c0-13.3 10.7-24 24-24l64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L72 32z"], + "copyright": [512, 512, [169], "f1f9", "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c-31.2-31.2-31.2-81.9 0-113.1s81.9-31.2 113.1 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-50-50-131-50-181 0s-50 131 0 181s131 50 181 0c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-31.2 31.2-81.9 31.2-113.1 0z"], + "map": [576, 512, [128506, 62072], "f279", "M565.6 36.2C572.1 40.7 576 48.1 576 56l0 336c0 10-6.2 18.9-15.5 22.4l-168 64c-5.2 2-10.9 2.1-16.1 .3L192.5 417.5l-160 61c-7.4 2.8-15.7 1.8-22.2-2.7S0 463.9 0 456L0 120c0-10 6.1-18.9 15.5-22.4l168-64c5.2-2 10.9-2.1 16.1-.3L383.5 94.5l160-61c7.4-2.8 15.7-1.8 22.2 2.7zM48 136.5l0 284.6 120-45.7 0-284.6L48 136.5zM360 422.7l0-285.4-144-48 0 285.4 144 48zm48-1.5l120-45.7 0-284.6L408 136.5l0 284.6z"], + "bell-slash": [640, 512, [128277, 61943], "f1f6", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L542.6 400c2.7-7.8 1.3-16.5-3.9-23l-14.9-18.6C495.5 322.9 480 278.8 480 233.4l0-33.4c0-75.8-55.5-138.6-128-150.1L352 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 17.9c-43.9 7-81.5 32.7-104.4 68.7L38.8 5.1zM221.7 148.4C239.6 117.1 273.3 96 312 96l8 0 8 0c57.4 0 104 46.6 104 104l0 33.4c0 32.7 6.4 64.8 18.7 94.5L221.7 148.4zM406.2 416l-60.9-48-176.9 0c21.2-32.8 34.4-70.3 38.4-109.1L160 222.1l0 11.4c0 45.4-15.5 89.5-43.8 124.9L101.3 377c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6l286.2 0zM384 448l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z"], + "hand-lizard": [512, 512, [], "f258", "M72 112c-13.3 0-24 10.7-24 24s10.7 24 24 24l168 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-104 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l152 0c4.5 0 8.9 1.3 12.7 3.6l64 40c7 4.4 11.3 12.1 11.3 20.4l0 24c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-10.7L281.1 384 136 384c-39.8 0-72-32.2-72-72s32.2-72 72-72l104 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L72 208c-39.8 0-72-32.2-72-72S32.2 64 72 64l209.6 0c46.7 0 90.9 21.5 119.7 58.3l78.4 100.1c20.9 26.7 32.3 59.7 32.3 93.7L512 424c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-107.9c0-23.2-7.8-45.8-22.1-64.1L363.5 151.9c-19.7-25.2-49.9-39.9-81.9-39.9L72 112z"], + "face-smile": [512, 512, [128578, "smile"], "f118", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "hand-peace": [512, 512, [9996], "f25b", "M250.8 1.4c-35.2-3.7-66.6 21.8-70.3 57L174 119 156.7 69.6C145 36.3 108.4 18.8 75.1 30.5S24.2 78.8 35.9 112.1L88.7 262.2C73.5 276.7 64 297.3 64 320c0 0 0 0 0 0l0 24c0 92.8 75.2 168 168 168l48 0c92.8 0 168-75.2 168-168l0-72 0-16 0-32c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4c-10.4-21.3-32.3-36-57.6-36c-.7 0-1.5 0-2.2 0l5.9-56.3c3.7-35.2-21.8-66.6-57-70.3zm-.2 155.4C243.9 166.9 240 179 240 192l0 48c0 .7 0 1.4 0 2c-5.1-1.3-10.5-2-16-2l-7.4 0-5.4-15.3 17-161.3c.9-8.8 8.8-15.2 17.6-14.2s15.2 8.8 14.2 17.6l-9.5 90.1zM111.4 85.6L165.7 240 144 240c-4 0-8 .3-11.9 .9L81.2 96.2c-2.9-8.3 1.5-17.5 9.8-20.4s17.5 1.5 20.4 9.8zM288 192c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48zm38.4 108c10.4 21.3 32.3 36 57.6 36c5.5 0 10.9-.7 16-2l0 10c0 66.3-53.7 120-120 120l-48 0c-66.3 0-120-53.7-120-120l0-24s0 0 0 0c0-17.7 14.3-32 32-32l80 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c35.3 0 64-28.7 64-64c0-.7 0-1.4 0-2c5.1 1.3 10.5 2 16 2c7.9 0 15.4-1.4 22.4-4zM400 272c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-32 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 0 16z"], + "face-grin-hearts": [512, 512, [128525, "grin-hearts"], "f584", "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM215.3 137.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm122.3 23.6l4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z"], + "building": [384, 512, [127970, 61687], "f1ad", "M64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l80 0 0-64c0-26.5 21.5-48 48-48s48 21.5 48 48l0 64 80 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16L64 48zM0 64C0 28.7 28.7 0 64 0L320 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm88 40c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16l0 48c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-48zM232 88l48 0c8.8 0 16 7.2 16 16l0 48c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-48c0-8.8 7.2-16 16-16zM88 232c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16l0 48c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-48zm144-16l48 0c8.8 0 16 7.2 16 16l0 48c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-48c0-8.8 7.2-16 16-16z"], + "face-grin-beam-sweat": [512, 512, [128517, "grin-beam-sweat"], "f583", "M476.8 126.3C497.1 120.8 512 102.7 512 81c0-20-28.6-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0c-9.5 12.6-27.1 37.2-36 57.5c-.3 .7-.6 1.4-.9 2.1C417.8 69.7 416 76 416 81c0 26 21.5 47 48 47c4.4 0 8.7-.6 12.8-1.7zM395.4 41.2C355.3 15.2 307.4 0 256 0C114.6 0 0 114.6 0 256S114.6 512 256 512s256-114.6 256-256c0-35.8-7.3-69.9-20.6-100.8c-8.6 3.1-17.8 4.8-27.4 4.8c-8.9 0-17.6-1.5-25.7-4.2C454.7 185.5 464 219.7 464 256c0 114.9-93.1 208-208 208S48 370.9 48 256S141.1 48 256 48c48.7 0 93.4 16.7 128.9 44.7c-.6-3.8-.9-7.7-.9-11.7c0-11.4 3.8-22.4 7.1-30.5c1.3-3.1 2.7-6.2 4.3-9.3zM375 336.5c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5zM217.6 228.8s0 0 0 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0zm160 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0c0 0 0 0 0 0z"], + "moon": [384, 512, [127769, 9214], "f186", "M144.7 98.7c-21 34.1-33.1 74.3-33.1 117.3c0 98 62.8 181.4 150.4 211.7c-12.4 2.8-25.3 4.3-38.6 4.3C126.6 432 48 353.3 48 256c0-68.9 39.4-128.4 96.8-157.3zm62.1-66C91.1 41.2 0 137.9 0 256C0 379.7 100 480 223.5 480c47.8 0 92-15 128.4-40.6c1.9-1.3 3.7-2.7 5.5-4c4.8-3.6 9.4-7.4 13.9-11.4c2.7-2.4 5.3-4.8 7.9-7.3c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-3.7 .6-7.4 1.2-11.1 1.6c-5 .5-10.1 .9-15.3 1c-1.2 0-2.5 0-3.7 0l-.3 0c-96.8-.2-175.2-78.9-175.2-176c0-54.8 24.9-103.7 64.1-136c1-.9 2.1-1.7 3.2-2.6c4-3.2 8.2-6.2 12.5-9c3.1-2 6.3-4 9.6-5.8c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-3.6-.3-7.1-.5-10.7-.6c-2.7-.1-5.5-.1-8.2-.1c-3.3 0-6.5 .1-9.8 .2c-2.3 .1-4.6 .2-6.9 .4z"], + "calendar": [448, 512, [128197, 128198], "f133", "M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256z"], + "face-grin-tongue-wink": [512, 512, [128540, "grin-tongue-wink"], "f58b", "M348.3 442.4c2.4-8.4 3.7-17.3 3.7-26.4l0-52.5c8.8-8 16.6-17.1 23-27c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c6.5 10 14.3 19.1 23.1 27.1l0 52.4c0 9.2 1.3 18 3.7 26.4C95.1 408.4 48 337.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 81.7-47.1 152.4-115.7 186.4zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zm176.7 12a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-.4-72a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM320 416c0 35.3-28.7 64-64 64s-64-28.7-64-64l0-37.4c0-14.7 11.9-26.6 26.6-26.6l2 0c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9l2 0c14.7 0 26.6 11.9 26.6 26.6l0 37.4z"], + "clone": [512, 512, [], "f24d", "M64 464l224 0c8.8 0 16-7.2 16-16l0-64 48 0 0 64c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64l64 0 0 48-64 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16zM224 304l224 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16L224 48c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16zm-64-16l0-224c0-35.3 28.7-64 64-64L448 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-224 0c-35.3 0-64-28.7-64-64z"], + "face-angry": [512, 512, [128544, "angry"], "f556", "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm72.4-118.5c9.7-9 10.2-24.2 1.2-33.9C315.3 344.3 290.6 328 256 328s-59.3 16.3-73.5 31.6c-9 9.7-8.5 24.9 1.2 33.9s24.9 8.5 33.9-1.2c7.4-7.9 20-16.4 38.5-16.4s31.1 8.5 38.5 16.4c9 9.7 24.2 10.2 33.9 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z"], + "rectangle-xmark": [512, 512, [62164, "rectangle-times", "times-rectangle", "window-close"], "f410", "M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm175 79c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"], + "paper-plane": [512, 512, [61913], "f1d8", "M16.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L160 376l0 103.3c0 18.1 14.6 32.7 32.7 32.7c9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c18.9 7.9 40.8-4.5 43.9-24.7l64-416c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256zm52.1 25.5L409.7 90.6 190.1 336l1.2 1L68.2 285.7zM403.3 425.4L236.7 355.9 450.8 116.6 403.3 425.4z"], + "life-ring": [512, 512, [], "f1cd", "M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L58.8 92.7C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"], + "face-grimace": [512, 512, [128556, "grimace"], "f57f", "M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM168 320c-13.3 0-24 10.7-24 24s10.7 24 24 24l8 0 0-48-8 0zm40 48l32 0 0-48-32 0 0 48zm96 0l0-48-32 0 0 48 32 0zm32 0l8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0 48zM168 288l176 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-176 0c-30.9 0-56-25.1-56-56s25.1-56 56-56zm-23.6-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "calendar-minus": [448, 512, [], "f272", "M128 0c13.3 0 24 10.7 24 24l0 40 144 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 40 0c35.3 0 64 28.7 64 64l0 16 0 48 0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192l0-48 0-16C0 92.7 28.7 64 64 64l40 0 0-40c0-13.3 10.7-24 24-24zM400 192L48 192l0 256c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-256zM296 352l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24z"], + "circle-xmark": [512, 512, [61532, "times-circle", "xmark-circle"], "f057", "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z"], + "thumbs-up": [512, 512, [128077, 61575], "f164", "M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.2s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16l-97.5 0c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8l97.5 0c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32L0 448c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32l-64 0z"], + "window-minimize": [512, 512, [128469], "f2d1", "M24 432c-13.3 0-24 10.7-24 24s10.7 24 24 24l464 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 432z"], + "square-full": [512, 512, [128997, 128998, 128999, 129000, 129001, 129002, 129003, 11035, 11036], "f45c", "M464 48l0 416L48 464 48 48l416 0zM48 0L0 0 0 48 0 464l0 48 48 0 416 0 48 0 0-48 0-416 0-48L464 0 48 0z"], + "note-sticky": [448, 512, [62026, "sticky-note"], "f249", "M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l224 0 0-80c0-17.7 14.3-32 32-32l80 0 0-224c0-8.8-7.2-16-16-16L64 80zM288 480L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 224 0 5.5c0 17-6.7 33.3-18.7 45.3l-90.5 90.5c-12 12-28.3 18.7-45.3 18.7l-5.5 0z"], + "face-sad-tear": [512, 512, [128546, "sad-tear"], "f5b4", "M175.9 448c-35-.1-65.5-22.6-76-54.6C67.6 356.8 48 308.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208s-93.1 208-208 208c-28.4 0-55.5-5.7-80.1-16zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM128 369c0 26 21.5 47 48 47s48-21 48-47c0-20-28.4-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0C156.6 308.6 128 349 128 369zm128-65c-13.3 0-24 10.7-24 24s10.7 24 24 24c30.7 0 58.7 11.5 80 30.6c9.9 8.8 25 8 33.9-1.9s8-25-1.9-33.9C338.3 320.2 299 304 256 304zm47.6-96a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm-128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "hand-point-left": [512, 512, [], "f0a5", "M64 128l177.6 0c-1 5.2-1.6 10.5-1.6 16l0 16-32 0L64 160c-8.8 0-16-7.2-16-16s7.2-16 16-16zm224 16c0-17.7 14.3-32 32-32c0 0 0 0 0 0l24 0c66.3 0 120 53.7 120 120l0 48c0 52.5-33.7 97.1-80.7 113.4c.5-3.1 .7-6.2 .7-9.4c0-20-9.2-37.9-23.6-49.7c4.9-9 7.6-19.4 7.6-30.3c0-15.1-5.3-29-14-40c8.8-11 14-24.9 14-40l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-40 0-40zm32-80s0 0 0 0c-18 0-34.6 6-48 16L64 80C28.7 80 0 108.7 0 144s28.7 64 64 64l82 0c-1.3 5.1-2 10.5-2 16c0 25.3 14.7 47.2 36 57.6c-2.6 7-4 14.5-4 22.4c0 20 9.2 37.9 23.6 49.7c-4.9 9-7.6 19.4-7.6 30.3c0 35.3 28.7 64 64 64l64 0 24 0c92.8 0 168-75.2 168-168l0-48c0-92.8-75.2-168-168-168l-24 0zM256 400c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0zM240 224c0 5.5 .7 10.9 2 16l-2 0-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l32 0 0 16zm24 64l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l24 0z"] + }; + + bunker(() => { + defineIcons('far', icons); + defineIcons('fa-regular', icons); + }); + +}()); +(function () { + 'use strict'; + + let _WINDOW = {}; + let _DOCUMENT = {}; + + try { + if (typeof window !== 'undefined') _WINDOW = window; + if (typeof document !== 'undefined') _DOCUMENT = document; + } catch (e) {} + + const { + userAgent = '' + } = _WINDOW.navigator || {}; + const WINDOW = _WINDOW; + const DOCUMENT = _DOCUMENT; + const IS_BROWSER = !!WINDOW.document; + const IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function'; + const IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/'); + + var a = "classic", + r = "sharp", + o = "sharp-duotone"; + + var et$1 = { + classic: { + 900: "fas", + 400: "far", + normal: "far", + 300: "fal", + 100: "fat" + }, + sharp: { + 900: "fass", + 400: "fasr", + 300: "fasl", + 100: "fast" + }, + "sharp-duotone": { + 900: "fasds" + } + }; + var bt = { + kit: { + fak: "kit", + "fa-kit": "kit" + }, + "kit-duotone": { + fakd: "kit-duotone", + "fa-kit-duotone": "kit-duotone" + } + }; + var lo = { + classic: { + "fa-brands": "fab", + "fa-duotone": "fad", + "fa-light": "fal", + "fa-regular": "far", + "fa-solid": "fas", + "fa-thin": "fat" + }, + sharp: { + "fa-solid": "fass", + "fa-regular": "fasr", + "fa-light": "fasl", + "fa-thin": "fast" + }, + "sharp-duotone": { + "fa-solid": "fasds" + } + }, + no = { + classic: { + fab: "fa-brands", + fad: "fa-duotone", + fal: "fa-light", + far: "fa-regular", + fas: "fa-solid", + fat: "fa-thin" + }, + sharp: { + fass: "fa-solid", + fasr: "fa-regular", + fasl: "fa-light", + fast: "fa-thin" + }, + "sharp-duotone": { + fasds: "fa-solid" + } + }, + fo = { + classic: { + solid: "fas", + regular: "far", + light: "fal", + thin: "fat", + duotone: "fad", + brands: "fab" + }, + sharp: { + solid: "fass", + regular: "fasr", + light: "fasl", + thin: "fast" + }, + "sharp-duotone": { + solid: "fasds" + } + }, + ho = { + classic: { + fa: "solid", + fas: "solid", + "fa-solid": "solid", + far: "regular", + "fa-regular": "regular", + fal: "light", + "fa-light": "light", + fat: "thin", + "fa-thin": "thin", + fad: "duotone", + "fa-duotone": "duotone", + fab: "brands", + "fa-brands": "brands" + }, + sharp: { + fa: "solid", + fass: "solid", + "fa-solid": "solid", + fasr: "regular", + "fa-regular": "regular", + fasl: "light", + "fa-light": "light", + fast: "thin", + "fa-thin": "thin" + }, + "sharp-duotone": { + fa: "solid", + fasds: "solid", + "fa-solid": "solid" + } + }; + var Io = { + kit: { + "fa-kit": "fak" + }, + "kit-duotone": { + "fa-kit-duotone": "fakd" + } + }, + Fo = { + kit: { + fak: "fa-kit" + }, + "kit-duotone": { + fakd: "fa-kit-duotone" + } + }, + So = { + kit: { + kit: "fak" + }, + "kit-duotone": { + "kit-duotone": "fakd" + } + }; + + const NAMESPACE_IDENTIFIER = '___FONT_AWESOME___'; + const PRODUCTION = (() => { + try { + return "production" === 'production'; + } catch (e$$1) { + return false; + } + })(); + + function familyProxy(obj) { + // Defaults to the classic family if family is not available + return new Proxy(obj, { + get(target, prop) { + return prop in target ? target[prop] : target[a]; + } + + }); + } + + const _PREFIX_TO_STYLE = { ...ho + }; + _PREFIX_TO_STYLE[a] = { ...ho[a], + ...bt['kit'], + ...bt['kit-duotone'] + }; + const PREFIX_TO_STYLE = familyProxy(_PREFIX_TO_STYLE); + const _STYLE_TO_PREFIX = { ...fo + }; + _STYLE_TO_PREFIX[a] = { ..._STYLE_TO_PREFIX[a], + ...So['kit'], + ...So['kit-duotone'] + }; + const STYLE_TO_PREFIX = familyProxy(_STYLE_TO_PREFIX); + const _PREFIX_TO_LONG_STYLE = { ...no + }; + _PREFIX_TO_LONG_STYLE[a] = { ..._PREFIX_TO_LONG_STYLE[a], + ...Fo['kit'] + }; + const PREFIX_TO_LONG_STYLE = familyProxy(_PREFIX_TO_LONG_STYLE); + const _LONG_STYLE_TO_PREFIX = { ...lo + }; + _LONG_STYLE_TO_PREFIX[a] = { ..._LONG_STYLE_TO_PREFIX[a], + ...Io['kit'] + }; + const LONG_STYLE_TO_PREFIX = familyProxy(_LONG_STYLE_TO_PREFIX); + const _FONT_WEIGHT_TO_PREFIX = { ...et$1 + }; + const FONT_WEIGHT_TO_PREFIX = familyProxy(_FONT_WEIGHT_TO_PREFIX); + const prefixes = new Set(); + Object.keys(STYLE_TO_PREFIX[a]).map(prefixes.add.bind(prefixes)); + Object.keys(STYLE_TO_PREFIX[r]).map(prefixes.add.bind(prefixes)); + Object.keys(STYLE_TO_PREFIX[o]).map(prefixes.add.bind(prefixes)); + + function bunker(fn) { + try { + for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { + args[_key - 1] = arguments[_key]; + } + + fn(...args); + } catch (e) { + if (!PRODUCTION) { + throw e; + } + } + } + + const w$1 = WINDOW || {}; + if (!w$1[NAMESPACE_IDENTIFIER]) w$1[NAMESPACE_IDENTIFIER] = {}; + if (!w$1[NAMESPACE_IDENTIFIER].styles) w$1[NAMESPACE_IDENTIFIER].styles = {}; + if (!w$1[NAMESPACE_IDENTIFIER].hooks) w$1[NAMESPACE_IDENTIFIER].hooks = {}; + if (!w$1[NAMESPACE_IDENTIFIER].shims) w$1[NAMESPACE_IDENTIFIER].shims = []; + var namespace = w$1[NAMESPACE_IDENTIFIER]; + + function normalizeIcons(icons) { + return Object.keys(icons).reduce((acc, iconName) => { + const icon = icons[iconName]; + const expanded = !!icon.icon; + + if (expanded) { + acc[icon.iconName] = icon.icon; + } else { + acc[iconName] = icon; + } + + return acc; + }, {}); + } + + function defineIcons(prefix, icons) { + let params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + const { + skipHooks = false + } = params; + const normalized = normalizeIcons(icons); + + if (typeof namespace.hooks.addPack === 'function' && !skipHooks) { + namespace.hooks.addPack(prefix, normalizeIcons(icons)); + } else { + namespace.styles[prefix] = { ...(namespace.styles[prefix] || {}), + ...normalized + }; + } + /** + * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction + * of new styles we needed to differentiate between them. Prefix `fa` is now an alias + * for `fas` so we'll ease the upgrade process for our users by automatically defining + * this as well. + */ + + + if (prefix === 'fas') { + defineIcons('fa', icons); + } + } + + var icons = { + "0": [320, 512, [], "30", "M0 192C0 103.6 71.6 32 160 32s160 71.6 160 160l0 128c0 88.4-71.6 160-160 160S0 408.4 0 320L0 192zM160 96c-53 0-96 43-96 96l0 128c0 53 43 96 96 96s96-43 96-96l0-128c0-53-43-96-96-96z"], + "1": [256, 512, [], "31", "M160 64c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.8 1.6l-96 64C-.5 111.2-4.4 131 5.4 145.8s29.7 18.7 44.4 8.9L96 123.8 96 416l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-352z"], + "2": [320, 512, [], "32", "M142.9 96c-21.5 0-42.2 8.5-57.4 23.8L54.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L40.2 74.5C67.5 47.3 104.4 32 142.9 32C223 32 288 97 288 177.1c0 38.5-15.3 75.4-42.5 102.6L109.3 416 288 416c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L200.2 234.5c15.2-15.2 23.8-35.9 23.8-57.4c0-44.8-36.3-81.1-81.1-81.1z"], + "3": [320, 512, [], "33", "M0 64C0 46.3 14.3 32 32 32l240 0c13.2 0 25 8.1 29.8 20.4s1.5 26.3-8.2 35.2L162.3 208l21.7 0c75.1 0 136 60.9 136 136s-60.9 136-136 136l-78.6 0C63 480 24.2 456 5.3 418.1l-1.9-3.8c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l1.9 3.8c8.1 16.3 24.8 26.5 42.9 26.5l78.6 0c39.8 0 72-32.2 72-72s-32.2-72-72-72L80 272c-13.2 0-25-8.1-29.8-20.4s-1.5-26.3 8.2-35.2L189.7 96 32 96C14.3 96 0 81.7 0 64z"], + "4": [384, 512, [], "34", "M189 77.6c7.5-16 .7-35.1-15.3-42.6s-35.1-.7-42.6 15.3L3 322.4c-4.7 9.9-3.9 21.5 1.9 30.8S21 368 32 368l224 0 0 80c0 17.7 14.3 32 32 32s32-14.3 32-32l0-80 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-144c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L82.4 304 189 77.6z"], + "5": [320, 512, [], "35", "M32.5 58.3C35.3 43.1 48.5 32 64 32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L90.7 96 70.3 208 184 208c75.1 0 136 60.9 136 136s-60.9 136-136 136l-83.5 0c-39.4 0-75.4-22.3-93-57.5l-4.1-8.2c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l4.1 8.2c6.8 13.6 20.6 22.1 35.8 22.1l83.5 0c39.8 0 72-32.2 72-72s-32.2-72-72-72L32 272c-9.5 0-18.5-4.2-24.6-11.5s-8.6-16.9-6.9-26.2l32-176z"], + "6": [320, 512, [], "36", "M232.4 84.7c11.4-13.5 9.7-33.7-3.8-45.1s-33.7-9.7-45.1 3.8L38.6 214.7C14.7 242.9 1.1 278.4 .1 315.2c0 1.4-.1 2.9-.1 4.3l0 .5c0 88.4 71.6 160 160 160s160-71.6 160-160c0-85.5-67.1-155.4-151.5-159.8l63.9-75.6zM256 320A96 96 0 1 1 64 320a96 96 0 1 1 192 0z"], + "7": [320, 512, [], "37", "M0 64C0 46.3 14.3 32 32 32l256 0c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-224 384c-8.9 15.3-28.5 20.4-43.8 11.5s-20.4-28.5-11.5-43.8L232.3 96 32 96C14.3 96 0 81.7 0 64z"], + "8": [320, 512, [], "38", "M304 160c0-70.7-57.3-128-128-128l-32 0C73.3 32 16 89.3 16 160c0 34.6 13.7 66 36 89C20.5 272.3 0 309.8 0 352c0 70.7 57.3 128 128 128l64 0c70.7 0 128-57.3 128-128c0-42.2-20.5-79.7-52-103c22.3-23 36-54.4 36-89zM176.1 288l15.9 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-64 0c-35.3 0-64-28.7-64-64s28.7-64 64-64l15.9 0c0 0 .1 0 .1 0l32 0c0 0 .1 0 .1 0zm0-64c0 0 0 0 0 0l-32 0c0 0 0 0 0 0c-35.3 0-64-28.7-64-64c0-35.3 28.7-64 64-64l32 0c35.3 0 64 28.7 64 64c0 35.3-28.6 64-64 64z"], + "9": [320, 512, [], "39", "M64 192a96 96 0 1 0 192 0A96 96 0 1 0 64 192zm87.5 159.8C67.1 347.4 0 277.5 0 192C0 103.6 71.6 32 160 32s160 71.6 160 160c0 2.6-.1 5.3-.2 7.9c-1.7 35.7-15.2 70-38.4 97.4l-145 171.4c-11.4 13.5-31.6 15.2-45.1 3.8s-15.2-31.6-3.8-45.1l63.9-75.6z"], + "fill-drip": [576, 512, [], "f576", "M41.4 9.4C53.9-3.1 74.1-3.1 86.6 9.4L168 90.7l53.1-53.1c28.1-28.1 73.7-28.1 101.8 0L474.3 189.1c28.1 28.1 28.1 73.7 0 101.8L283.9 481.4c-37.5 37.5-98.3 37.5-135.8 0L30.6 363.9c-37.5-37.5-37.5-98.3 0-135.8L122.7 136 41.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm176 221.3L168 181.3 75.9 273.4c-4.2 4.2-7 9.3-8.4 14.6l319.2 0 42.3-42.3c3.1-3.1 3.1-8.2 0-11.3L277.7 82.9c-3.1-3.1-8.2-3.1-11.3 0L213.3 136l49.4 49.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0zM512 512c-35.3 0-64-28.7-64-64c0-25.2 32.6-79.6 51.2-108.7c6-9.4 19.5-9.4 25.5 0C543.4 368.4 576 422.8 576 448c0 35.3-28.7 64-64 64z"], + "arrows-to-circle": [640, 512, [], "e4bd", "M9.4 9.4C21.9-3.1 42.1-3.1 54.6 9.4L160 114.7 160 96c0-17.7 14.3-32 32-32s32 14.3 32 32l0 96c0 4.3-.9 8.5-2.4 12.2c-1.6 3.7-3.8 7.3-6.9 10.3l-.1 .1c-3.1 3-6.6 5.3-10.3 6.9c-3.8 1.6-7.9 2.4-12.2 2.4l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l18.7 0L9.4 54.6C-3.1 42.1-3.1 21.9 9.4 9.4zM256 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM114.7 352L96 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0s0 0 0 0l.1 0c8.8 0 16.7 3.6 22.5 9.3l.1 .1c3 3.1 5.3 6.6 6.9 10.3c1.6 3.8 2.4 7.9 2.4 12.2l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-18.7L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L114.7 352zM416 96c0-17.7 14.3-32 32-32s32 14.3 32 32l0 18.7L585.4 9.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 160l18.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-8.8 0-16.8-3.6-22.6-9.3l-.1-.1c-3-3.1-5.3-6.6-6.9-10.3s-2.4-7.8-2.4-12.2l0-.1s0 0 0 0l0-96zM525.3 352L630.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 397.3l0 18.7c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96s0 0 0 0l0-.1c0-4.3 .9-8.4 2.4-12.2c1.6-3.8 3.9-7.3 6.9-10.4c5.8-5.8 13.7-9.3 22.5-9.4l.1 0s0 0 0 0l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-18.7 0z"], + "circle-chevron-right": [512, 512, ["chevron-circle-right"], "f138", "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z"], + "at": [512, 512, [61946], "40", "M256 64C150 64 64 150 64 256s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256l0 32c0 53-43 96-96 96c-29.3 0-55.6-13.2-73.2-33.9C320 371.1 289.5 384 256 384c-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1c5.7-5 13.1-8.1 21.3-8.1c17.7 0 32 14.3 32 32l0 80 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32c0-106-86-192-192-192zm64 192a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"], + "trash-can": [448, 512, [61460, "trash-alt"], "f2ed", "M135.2 17.7C140.6 6.8 151.7 0 163.8 0L284.2 0c12.1 0 23.2 6.8 28.6 17.7L320 32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l96 0 7.2-14.3zM32 128l384 0 0 320c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-320zm96 64c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224c0-8.8-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224c0-8.8-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224c0-8.8-7.2-16-16-16z"], + "text-height": [576, 512, [], "f034", "M64 128l0-32 64 0 0 320-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-320 64 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-48c0-26.5-21.5-48-48-48L160 32 48 32C21.5 32 0 53.5 0 80l0 48c0 17.7 14.3 32 32 32s32-14.3 32-32zM502.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 192-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-32 0 0-192 32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z"], + "user-xmark": [640, 512, ["user-times"], "f235", "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM471 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"], + "stethoscope": [576, 512, [129658], "f0f1", "M142.4 21.9c5.6 16.8-3.5 34.9-20.2 40.5L96 71.1 96 192c0 53 43 96 96 96s96-43 96-96l0-120.9-26.1-8.7c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l26.1 8.7C334.4 19.1 352 43.5 352 71.1L352 192c0 77.2-54.6 141.6-127.3 156.7C231 404.6 278.4 448 336 448c61.9 0 112-50.1 112-112l0-70.7c-28.3-12.3-48-40.5-48-73.3c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3l0 70.7c0 97.2-78.8 176-176 176c-92.9 0-168.9-71.9-175.5-163.1C87.2 334.2 32 269.6 32 192L32 71.1c0-27.5 17.6-52 43.8-60.7l26.1-8.7c16.8-5.6 34.9 3.5 40.5 20.2zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "message": [512, 512, ["comment-alt"], "f27a", "M64 0C28.7 0 0 28.7 0 64L0 352c0 35.3 28.7 64 64 64l96 0 0 80c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L309.3 416 448 416c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64L64 0z"], + "info": [192, 512, [], "f129", "M48 80a48 48 0 1 1 96 0A48 48 0 1 1 48 80zM0 224c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 224 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-192-32 0c-17.7 0-32-14.3-32-32z"], + "down-left-and-up-right-to-center": [512, 512, ["compress-alt"], "f422", "M439 7c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8l-144 0c-13.3 0-24-10.7-24-24l0-144c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39L439 7zM72 272l144 0c13.3 0 24 10.7 24 24l0 144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39L73 505c-9.4 9.4-24.6 9.4-33.9 0L7 473c-9.4-9.4-9.4-24.6 0-33.9l87-87L55 313c-6.9-6.9-8.9-17.2-5.2-26.2s12.5-14.8 22.2-14.8z"], + "explosion": [576, 512, [], "e4e9", "M499.6 11.3c6.7-10.7 20.5-14.5 31.7-8.5s15.8 19.5 10.6 31L404.8 338.6c2.2 2.3 4.3 4.7 6.3 7.1l97.2-54.7c10.5-5.9 23.6-3.1 30.9 6.4s6.3 23-2.2 31.5l-87 87-71.4 0c-13.2-37.3-48.7-64-90.5-64s-77.4 26.7-90.5 64l-79.6 0L42.3 363.7c-9.7-6.7-13.1-19.6-7.9-30.3s17.4-15.9 28.7-12.4l97.2 30.4c3-3.9 6.1-7.7 9.4-11.3L107.4 236.3c-6.1-10.1-3.9-23.1 5.1-30.7s22.2-7.5 31.1 .1L246 293.6c1.5-.4 3-.8 4.5-1.1l13.6-142.7c1.2-12.3 11.5-21.7 23.9-21.7s22.7 9.4 23.9 21.7l13.5 141.9L499.6 11.3zM64 448s0 0 0 0l448 0s0 0 0 0l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0zM288 0c13.3 0 24 10.7 24 24l0 48c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24z"], + "file-lines": [384, 512, [128441, 128462, 61686, "file-alt", "file-text"], "f15c", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM112 256l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "wave-square": [640, 512, [], "f83e", "M128 64c0-17.7 14.3-32 32-32l160 0c17.7 0 32 14.3 32 32l0 352 96 0 0-160c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0 0 160c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-352-96 0 0 160c0 17.7-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0 0-160z"], + "ring": [512, 512, [], "f70b", "M64 208c0 7.8 4.4 18.7 17.1 30.3C126.5 214.1 188.9 200 256 200s129.5 14.1 174.9 38.3C443.6 226.7 448 215.8 448 208c0-12.3-10.8-32-47.9-50.6C364.9 139.8 314 128 256 128s-108.9 11.8-144.1 29.4C74.8 176 64 195.7 64 208zm192 40c-47 0-89.3 7.6-122.9 19.7C166.3 280.2 208.8 288 256 288s89.7-7.8 122.9-20.3C345.3 255.6 303 248 256 248zM0 208c0-49.6 39.4-85.8 83.3-107.8C129.1 77.3 190.3 64 256 64s126.9 13.3 172.7 36.2c43.9 22 83.3 58.2 83.3 107.8l0 96c0 49.6-39.4 85.8-83.3 107.8C382.9 434.7 321.7 448 256 448s-126.9-13.3-172.7-36.2C39.4 389.8 0 353.6 0 304l0-96z"], + "building-un": [384, 512, [], "e4d9", "M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c26.5 0 48-21.5 48-48l0-416c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM237.3 71.1l34.7 52L272 80c0-8.8 7.2-16 16-16s16 7.2 16 16l0 96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52 0 43.2c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM112 80l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16z"], + "dice-three": [448, 512, [9858], "f527", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "calendar-days": [448, 512, ["calendar-alt"], "f073", "M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm64 80l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm128 0l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 400l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"], + "anchor-circle-check": [640, 512, [], "e4aa", "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2L320 448l0-80 0-128 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"], + "building-circle-arrow-right": [640, 512, [], "e4d1", "M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 184.2c-39.1 32.3-64 81.1-64 135.8c0 49.5 20.4 94.2 53.3 126.2C364.5 505.1 351.1 512 336 512l-96 0 0-80c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 80-96 0c-26.5 0-48-21.5-48-48L0 48zM80 224c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16L80 96c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm96 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm140.7-67.3c-6.2 6.2-6.2 16.4 0 22.6L521.4 352 432 352c-8.8 0-16 7.2-16 16s7.2 16 16 16l89.4 0-28.7 28.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56-56c6.2-6.2 6.2-16.4 0-22.6l-56-56c-6.2-6.2-16.4-6.2-22.6 0z"], + "volleyball": [512, 512, [127952, "volleyball-ball"], "f45f", "M511.8 267.4c-26.1 8.7-53.4 13.8-81 15.1c9.2-105.3-31.5-204.2-103.2-272.4C434.1 41.1 512 139.5 512 256c0 3.8-.1 7.6-.2 11.4zm-3.9 34.7c-5.8 32-17.6 62-34.2 88.7c-97.5 48.5-217.7 42.6-311.9-24.5c23.7-36.2 55.4-67.7 94.5-91.8c79.9 43.2 170.1 50.8 251.6 27.6zm-236-55.5c-2.5-90.9-41.1-172.7-101.9-231.7C196.8 5.2 225.8 0 256 0c2.7 0 5.3 0 7.9 .1c90.8 60.2 145.7 167.2 134.7 282.3c-43.1-2.4-86.4-14.1-126.8-35.9zM138 28.8c20.6 18.3 38.7 39.4 53.7 62.6C95.9 136.1 30.6 220.8 7.3 316.9C2.5 297.4 0 277 0 256C0 157.2 56 71.5 138 28.8zm69.6 90.5c19.5 38.6 31 81.9 32.3 127.7C162.5 294.6 110.9 368.9 90.2 451C66 430.4 45.6 405.4 30.4 377.2c6.7-108.7 71.9-209.9 177.1-257.9zM256 512c-50.7 0-98-14.7-137.8-40.2c5.6-27 14.8-53.1 27.4-77.7C232.2 454.6 338.1 468.8 433 441c-46 44-108.3 71-177 71z"], + "arrows-up-to-line": [576, 512, [], "e4c2", "M32 96l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64S14.3 96 32 96zM9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L96 237.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96zm320 45.3c12.5 12.5 32.8 12.5 45.3 0L416 237.3 416 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3z"], + "sort-down": [320, 512, ["sort-desc"], "f0dd", "M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z"], + "circle-minus": [512, 512, ["minus-circle"], "f056", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"], + "door-open": [576, 512, [], "f52b", "M320 32c0-9.9-4.5-19.2-12.3-25.2S289.8-1.4 280.2 1l-179.9 45C79 51.3 64 70.5 64 92.5L64 448l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 192 0 32 0 0-32 0-448zM256 256c0 17.7-10.7 32-24 32s-24-14.3-24-32s10.7-32 24-32s24 14.3 24 32zm96-128l96 0 0 352c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-320c0-35.3-28.7-64-64-64l-96 0 0 64z"], + "right-from-bracket": [512, 512, ["sign-out-alt"], "f2f5", "M377.9 105.9L500.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L377.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1-128 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM160 96L96 96c-17.7 0-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32z"], + "atom": [512, 512, [9883], "f5d2", "M256 398.8c-11.8 5.1-23.4 9.7-34.9 13.5c16.7 33.8 31 35.7 34.9 35.7s18.1-1.9 34.9-35.7c-11.4-3.9-23.1-8.4-34.9-13.5zM446 256c33 45.2 44.3 90.9 23.6 128c-20.2 36.3-62.5 49.3-115.2 43.2c-22 52.1-55.6 84.8-98.4 84.8s-76.4-32.7-98.4-84.8c-52.7 6.1-95-6.8-115.2-43.2C21.7 346.9 33 301.2 66 256c-33-45.2-44.3-90.9-23.6-128c20.2-36.3 62.5-49.3 115.2-43.2C179.6 32.7 213.2 0 256 0s76.4 32.7 98.4 84.8c52.7-6.1 95 6.8 115.2 43.2c20.7 37.1 9.4 82.8-23.6 128zm-65.8 67.4c-1.7 14.2-3.9 28-6.7 41.2c31.8 1.4 38.6-8.7 40.2-11.7c2.3-4.2 7-17.9-11.9-48.1c-6.8 6.3-14 12.5-21.6 18.6zm-6.7-175.9c2.8 13.1 5 26.9 6.7 41.2c7.6 6.1 14.8 12.3 21.6 18.6c18.9-30.2 14.2-44 11.9-48.1c-1.6-2.9-8.4-13-40.2-11.7zM290.9 99.7C274.1 65.9 259.9 64 256 64s-18.1 1.9-34.9 35.7c11.4 3.9 23.1 8.4 34.9 13.5c11.8-5.1 23.4-9.7 34.9-13.5zm-159 88.9c1.7-14.3 3.9-28 6.7-41.2c-31.8-1.4-38.6 8.7-40.2 11.7c-2.3 4.2-7 17.9 11.9 48.1c6.8-6.3 14-12.5 21.6-18.6zM110.2 304.8C91.4 335 96 348.7 98.3 352.9c1.6 2.9 8.4 13 40.2 11.7c-2.8-13.1-5-26.9-6.7-41.2c-7.6-6.1-14.8-12.3-21.6-18.6zM336 256a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zm-80-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "soap": [512, 512, [129532], "e06e", "M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM416 32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 160c0 27.6-11.7 52.5-30.4 70.1C422.1 275.7 448 310.8 448 352c0 53-43 96-96 96l-192 0c-53 0-96-43-96-96s43-96 96-96l88.4 0c-15.2-17-24.4-39.4-24.4-64L96 192c-53 0-96 43-96 96L0 416c0 53 43 96 96 96l320 0c53 0 96-43 96-96l0-128c0-53-43-96-96-96zM160 288c-35.3 0-64 28.7-64 64s28.7 64 64 64l192 0c35.3 0 64-28.7 64-64s-28.7-64-64-64l-32 0-160 0z"], + "icons": [512, 512, ["heart-music-camera-bolt"], "f86d", "M500.3 7.3C507.7 13.3 512 22.4 512 32l0 144c0 26.5-28.7 48-64 48s-64-21.5-64-48s28.7-48 64-48l0-57L352 90.2 352 208c0 26.5-28.7 48-64 48s-64-21.5-64-48s28.7-48 64-48l0-96c0-15.3 10.8-28.4 25.7-31.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM74.7 304l11.8-17.8c5.9-8.9 15.9-14.2 26.6-14.2l61.7 0c10.7 0 20.7 5.3 26.6 14.2L213.3 304l26.7 0c26.5 0 48 21.5 48 48l0 112c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 352c0-26.5 21.5-48 48-48l26.7 0zM192 408a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM478.7 278.3L440.3 368l55.7 0c6.7 0 12.6 4.1 15 10.4s.6 13.3-4.4 17.7l-128 112c-5.6 4.9-13.9 5.3-19.9 .9s-8.2-12.4-5.3-19.2L391.7 400 336 400c-6.7 0-12.6-4.1-15-10.4s-.6-13.3 4.4-17.7l128-112c5.6-4.9 13.9-5.3 19.9-.9s8.2 12.4 5.3 19.2zm-339-59.2c-6.5 6.5-17 6.5-23 0L19.9 119.2c-28-29-26.5-76.9 5-103.9c27-23.5 68.4-19 93.4 6.5l10 10.5 9.5-10.5c25-25.5 65.9-30 93.9-6.5c31 27 32.5 74.9 4.5 103.9l-96.4 99.9z"], + "microphone-lines-slash": [640, 512, ["microphone-alt-slash"], "f539", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24 0 16c0 21.2-5.1 41.1-14.2 58.7L416 300.8l0-44.8-57.1 0-34.5-27c2.9-3.1 7-5 11.6-5l80 0 0-32-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-32-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0c0-53-43-96-96-96s-96 43-96 96l0 54.3L38.8 5.1zm362.5 407l-43.1-33.9C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128l0-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6l0 40c0 89.1 66.2 162.7 152 174.4l0 33.6-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-33.6c20.4-2.8 39.7-9.1 57.3-18.2z"], + "bridge-circle-check": [640, 512, [], "e4c9", "M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32l40 0 0 64-72 0 0 128c53 0 96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2l0-72.2-72 0 0-64 40 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32zM488 96l0 64-80 0 0-64 80 0zM360 96l0 64-80 0 0-64 80 0zM232 96l0 64-80 0 0-64 80 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"], + "pump-medical": [448, 512, [], "e06a", "M128 32l0 96 128 0 0-32 60.1 0c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L372.7 55.4c-15-15-35.4-23.4-56.6-23.4L256 32c0-17.7-14.3-32-32-32L160 0c-17.7 0-32 14.3-32 32zM117.4 160c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512l186.4 0c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7l-149.1 0zM216 280l0 32 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l32 0 0-32c0-13.3 10.7-24 24-24s24 10.7 24 24z"], + "fingerprint": [512, 512, [], "f577", "M48 256C48 141.1 141.1 48 256 48c63.1 0 119.6 28.1 157.8 72.5c8.6 10.1 23.8 11.2 33.8 2.6s11.2-23.8 2.6-33.8C403.3 34.6 333.7 0 256 0C114.6 0 0 114.6 0 256l0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3 15.5-18.5 28.4c2.9 13.9 4.5 28.3 4.5 43.1l0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40c0-18.1-1.9-35.8-5.5-52.9zM256 80c-19 0-37.4 3-54.5 8.6c-15.2 5-18.7 23.7-8.3 35.9c7.1 8.3 18.8 10.8 29.4 7.9c10.6-2.9 21.8-4.4 33.4-4.4c70.7 0 128 57.3 128 128l0 24.9c0 25.2-1.5 50.3-4.4 75.3c-1.7 14.6 9.4 27.8 24.2 27.8c11.8 0 21.9-8.6 23.3-20.3c3.3-27.4 5-55 5-82.7l0-24.9c0-97.2-78.8-176-176-176zM150.7 148.7c-9.1-10.6-25.3-11.4-33.9-.4C93.7 178 80 215.4 80 256l0 24.9c0 24.2-2.6 48.4-7.8 71.9C68.8 368.4 80.1 384 96.1 384c10.5 0 19.9-7 22.2-17.3c6.4-28.1 9.7-56.8 9.7-85.8l0-24.9c0-27.2 8.5-52.4 22.9-73.1c7.2-10.4 8-24.6-.2-34.2zM256 160c-53 0-96 43-96 96l0 24.9c0 35.9-4.6 71.5-13.8 106.1c-3.8 14.3 6.7 29 21.5 29c9.5 0 17.9-6.2 20.4-15.4c10.5-39 15.9-79.2 15.9-119.7l0-24.9c0-28.7 23.3-52 52-52s52 23.3 52 52l0 24.9c0 36.3-3.5 72.4-10.4 107.9c-2.7 13.9 7.7 27.2 21.8 27.2c10.2 0 19-7 21-17c7.7-38.8 11.6-78.3 11.6-118.1l0-24.9c0-53-43-96-96-96zm24 96c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24.9c0 59.9-11 119.3-32.5 175.2l-5.9 15.3c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8l5.9-15.3C267.9 411.9 280 346.7 280 280.9l0-24.9z"], + "hand-point-right": [512, 512, [], "f0a4", "M480 96c17.7 0 32 14.3 32 32s-14.3 32-32 32l-208 0 0-64 208 0zM320 288c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0zm64-64c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l48 0c17.7 0 32 14.3 32 32zM288 384c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0zm-88-96l.6 0c-5.4 9.4-8.6 20.3-8.6 32c0 13.2 4 25.4 10.8 35.6C177.9 364.3 160 388.1 160 416c0 11.7 3.1 22.6 8.6 32l-8.6 0C71.6 448 0 376.4 0 288l0-61.7c0-42.4 16.9-83.1 46.9-113.1l11.6-11.6C82.5 77.5 115.1 64 149 64l27 0c35.3 0 64 28.7 64 64l0 88c0 22.1-17.9 40-40 40s-40-17.9-40-40l0-56c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 56c0 39.8 32.2 72 72 72z"], + "magnifying-glass-location": [512, 512, ["search-location"], "f689", "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-112 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"], + "forward-step": [320, 512, ["step-forward"], "f051", "M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416L0 96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4l192 160L256 241l0-145c0-17.7 14.3-32 32-32s32 14.3 32 32l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-145-11.5 9.6-192 160z"], + "face-smile-beam": [512, 512, [128522, "smile-beam"], "f5b8", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zm53.5-96.7s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"], + "flag-checkered": [448, 512, [127937], "f11e", "M32 0C49.7 0 64 14.3 64 32l0 16 69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1l0 279.7c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 384l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-80 0-66L0 64 0 32C0 14.3 14.3 0 32 0zM64 187.1l64-13.9 0 65.5L64 252.6 64 318l48.8-12.2c5.1-1.3 10.1-2.4 15.2-3.3l0-63.9 38.9-8.4c8.3-1.8 16.7-2.5 25.1-2.1l0-64c13.6 .4 27.2 2.6 40.4 6.4l23.6 6.9 0 66.7-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8l0 71.4c21.8 1.9 43.3 6.7 64 14.4l0-69.8 22.7 6.7c13.5 4 27.3 6.4 41.3 7.4l0-64.2c-7.8-.8-15.6-2.3-23.2-4.5l-40.8-12 0-62c-13-3.8-25.8-8.8-38.2-15c-8.2-4.1-16.9-7-25.8-8.8l0 72.4c-13-.4-26 .8-38.7 3.6L128 173.2 128 98 64 114l0 73.1zM320 335.7c16.8 1.5 33.9-.7 50-6.8l14-5.2 0-71.7-7.9 1.8c-18.4 4.3-37.3 5.7-56.1 4.5l0 77.4zm64-149.4l0-70.8c-20.9 6.1-42.4 9.1-64 9.1l0 69.4c13.9 1.4 28 .5 41.7-2.6l22.3-5.2z"], + "football": [512, 512, [127944, "football-ball"], "f44e", "M247.5 25.4c-13.5 3.3-26.4 7.2-38.6 11.7C142.9 61.6 96.7 103.6 66 153.6C47.8 183.4 35.1 215.9 26.9 249L264.5 486.6c13.5-3.3 26.4-7.2 38.6-11.7c66-24.5 112.2-66.5 142.9-116.5c18.3-29.8 30.9-62.3 39.1-95.3L247.5 25.4zM495.2 205.3c6.1-56.8 1.4-112.2-7.7-156.4c-2.7-12.9-13-22.9-26.1-25.1c-58.2-9.7-109.9-12-155.6-7.9L495.2 205.3zM206.1 496L16.8 306.7c-6.1 56.8-1.4 112.2 7.7 156.4c2.7 12.9 13 22.9 26.1 25.1c58.2 9.7 109.9 12 155.6 7.9zm54.6-331.3c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6zm-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6zm-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6z"], + "school-circle-exclamation": [640, 512, [], "e56c", "M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l272 0s0 0 0 0l-64 0 0-96c0-35.3 28.7-64 64-64l.3 0 .5 0c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8L640 144c0-26.5-21.5-48-48-48L473.7 96 337.8 5.4zM96 192l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm0 128l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16c0-8.8-7.2-16-16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"], + "crop": [512, 512, [], "f125", "M448 109.3l54.6-54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L402.7 64 160 64l0 64 178.7 0L128 338.7 128 32c0-17.7-14.3-32-32-32S64 14.3 64 32l0 32L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l32 0 0 256c0 35.3 28.7 64 64 64l224 0 0-64-178.7 0L384 173.3 384 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-274.7z"], + "angles-down": [448, 512, ["angle-double-down"], "f103", "M246.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 402.7 361.4 265.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352l-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7 361.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z"], + "users-rectangle": [640, 512, [], "e594", "M96 0C43 0 0 43 0 96L0 416c0 53 43 96 96 96l448 0c53 0 96-43 96-96l0-320c0-53-43-96-96-96L96 0zM64 96c0-17.7 14.3-32 32-32l448 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32L96 448c-17.7 0-32-14.3-32-32L64 96zm159.8 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM96 309.3c0 14.7 11.9 26.7 26.7 26.7l56.1 0c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4l-69.3 0C119.9 256 96 279.9 96 309.3zM461.2 336l56.1 0c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3l-69.3 0c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6zM372 289c-3.9-.7-7.9-1-12-1l-80 0c-4.1 0-8.1 .3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-8.6-24.3-29.9-42.6-55.9-47zM512 176a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128z"], + "people-roof": [640, 512, [], "e537", "M335.5 4l288 160c15.4 8.6 21 28.1 12.4 43.5s-28.1 21-43.5 12.4L320 68.6 47.5 220c-15.4 8.6-34.9 3-43.5-12.4s-3-34.9 12.4-43.5L304.5 4c9.7-5.4 21.4-5.4 31.1 0zM320 160a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM144 256a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm312 40a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM226.9 491.4L200 441.5l0 38.5c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-38.5L61.1 491.4c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l37.9-70.3c15.3-28.5 45.1-46.3 77.5-46.3l19.5 0c16.3 0 31.9 4.5 45.4 12.6l33.6-62.3c15.3-28.5 45.1-46.3 77.5-46.3l19.5 0c32.4 0 62.1 17.8 77.5 46.3l33.6 62.3c13.5-8.1 29.1-12.6 45.4-12.6l19.5 0c32.4 0 62.1 17.8 77.5 46.3l37.9 70.3c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8L552 441.5l0 38.5c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-38.5-26.9 49.9c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l36.3-67.5c-1.7-1.7-3.2-3.6-4.3-5.8L376 345.5l0 54.5c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-54.5-26.9 49.9c-1.2 2.2-2.6 4.1-4.3 5.8l36.3 67.5c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8z"], + "people-line": [640, 512, [], "e534", "M360 72a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zM144 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416zM496 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM200 313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8L264 217.5l0 54.5c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-54.5 26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L440 313.5l0 38.5c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-38.5 26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3L18.9 340.6c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 313.5 88 352c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-38.5z"], + "beer-mug-empty": [512, 512, ["beer"], "f0fc", "M32 64c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32l0 32 51.2 0c42.4 0 76.8 34.4 76.8 76.8l0 102.1c0 30.4-17.9 57.9-45.6 70.2L384 381.7l0 34.3c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64L32 64zM384 311.6l56.4-25.1c4.6-2.1 7.6-6.6 7.6-11.7l0-102.1c0-7.1-5.7-12.8-12.8-12.8L384 160l0 151.6zM160 144c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224z"], + "diagram-predecessor": [512, 512, [], "e477", "M448 416l0-64L64 352l0 64 384 0zm0 64L64 480c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64zM288 160c0 35.3-28.7 64-64 64L64 224c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l144 0 16 0 144 0c44.2 0 80 35.8 80 80l0 16 38.1 0c21.4 0 32.1 25.9 17 41L433 239c-9.4 9.4-24.6 9.4-33.9 0L329 169c-15.1-15.1-4.4-41 17-41l38.1 0 0-16c0-8.8-7.2-16-16-16l-80 0 0 64z"], + "arrow-up-long": [384, 512, ["long-arrow-up"], "f176", "M214.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3 160 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-370.7 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128z"], + "fire-flame-simple": [384, 512, ["burn"], "f46a", "M372.5 256.5l-.7-1.9C337.8 160.8 282 76.5 209.1 8.5l-3.3-3C202.1 2 197.1 0 192 0s-10.1 2-13.8 5.5l-3.3 3C102 76.5 46.2 160.8 12.2 254.6l-.7 1.9C3.9 277.3 0 299.4 0 321.6C0 426.7 86.8 512 192 512s192-85.3 192-190.4c0-22.2-3.9-44.2-11.5-65.1zm-90.8 49.5c4.1 9.3 6.2 19.4 6.2 29.5c0 53-43 96.5-96 96.5s-96-43.5-96-96.5c0-10.1 2.1-20.3 6.2-29.5l1.9-4.3c15.8-35.4 37.9-67.7 65.3-95.1l8.9-8.9c3.6-3.6 8.5-5.6 13.6-5.6s10 2 13.6 5.6l8.9 8.9c27.4 27.4 49.6 59.7 65.3 95.1l1.9 4.3z"], + "person": [320, 512, [129485, "male"], "f183", "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0z"], + "laptop": [640, 512, [128187], "f109", "M128 32C92.7 32 64 60.7 64 96l0 256 64 0 0-256 384 0 0 256 64 0 0-256c0-35.3-28.7-64-64-64L128 32zM19.2 384C8.6 384 0 392.6 0 403.2C0 445.6 34.4 480 76.8 480l486.4 0c42.4 0 76.8-34.4 76.8-76.8c0-10.6-8.6-19.2-19.2-19.2L19.2 384z"], + "file-csv": [512, 512, [], "f6dd", "M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 144-208 0c-35.3 0-64 28.7-64 64l0 144-48 0c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM200 352l16 0c22.1 0 40 17.9 40 40l0 8c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-8c0-4.4-3.6-8-8-8l-16 0c-4.4 0-8 3.6-8 8l0 80c0 4.4 3.6 8 8 8l16 0c4.4 0 8-3.6 8-8l0-8c0-8.8 7.2-16 16-16s16 7.2 16 16l0 8c0 22.1-17.9 40-40 40l-16 0c-22.1 0-40-17.9-40-40l0-80c0-22.1 17.9-40 40-40zm133.1 0l34.9 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-34.9 0c-7.2 0-13.1 5.9-13.1 13.1c0 5.2 3 9.9 7.8 12l37.4 16.6c16.3 7.2 26.8 23.4 26.8 41.2c0 24.9-20.2 45.1-45.1 45.1L304 512c-8.8 0-16-7.2-16-16s7.2-16 16-16l42.9 0c7.2 0 13.1-5.9 13.1-13.1c0-5.2-3-9.9-7.8-12l-37.4-16.6c-16.3-7.2-26.8-23.4-26.8-41.2c0-24.9 20.2-45.1 45.1-45.1zm98.9 0c8.8 0 16 7.2 16 16l0 31.6c0 23 5.5 45.6 16 66c10.5-20.3 16-42.9 16-66l0-31.6c0-8.8 7.2-16 16-16s16 7.2 16 16l0 31.6c0 34.7-10.3 68.7-29.6 97.6l-5.1 7.7c-3 4.5-8 7.1-13.3 7.1s-10.3-2.7-13.3-7.1l-5.1-7.7c-19.3-28.9-29.6-62.9-29.6-97.6l0-31.6c0-8.8 7.2-16 16-16z"], + "menorah": [640, 512, [], "f676", "M20.8 7.4C22.8 2.9 27.1 0 32 0s9.2 2.9 11.2 7.4L61.3 49.7c1.8 4.1 2.7 8.6 2.7 13.1L64 64c0 17.7-14.3 32-32 32S0 81.7 0 64l0-1.2c0-4.5 .9-8.9 2.7-13.1L20.8 7.4zm96 0C118.8 2.9 123.1 0 128 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1L116.8 7.4zm77.8 42.4L212.8 7.4C214.8 2.9 219.1 0 224 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1zM308.8 7.4C310.8 2.9 315.1 0 320 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1L308.8 7.4zm77.8 42.4L404.8 7.4C406.8 2.9 411.1 0 416 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1zM500.8 7.4C502.8 2.9 507.1 0 512 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1L500.8 7.4zm77.8 42.4L596.8 7.4C598.8 2.9 603.1 0 608 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1zM32 128c17.7 0 32 14.3 32 32l0 128c0 17.7 14.3 32 32 32l192 0 0-160c0-17.7 14.3-32 32-32s32 14.3 32 32l0 160 192 0c17.7 0 32-14.3 32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32l0 128c0 53-43 96-96 96l-192 0 0 64 128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0-160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l128 0 0-64L96 384c-53 0-96-43-96-96L0 160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32l0 96 0 32-64 0 0-32 0-96c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32l0 96 0 32-64 0 0-32 0-96c0-17.7 14.3-32 32-32zm192 0c17.7 0 32 14.3 32 32l0 96 0 32-64 0 0-32 0-96c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32l0 96 0 32-64 0 0-32 0-96c0-17.7 14.3-32 32-32z"], + "truck-plane": [640, 512, [], "e58f", "M200 0c-30.6 0-56 54.7-56 86.1l0 106.5L7.8 274.3C2.9 277.2 0 282.4 0 288l0 64c0 5.1 2.4 9.8 6.4 12.8s9.3 3.9 14.1 2.5l123.4-37 0 81.2-50 40c-3.8 3-6 7.6-6 12.5l0 32c0 5.1 2.5 10 6.6 13s9.5 3.8 14.4 2.2L200 480.9 290.4 511c-1.6-4.7-2.4-9.8-2.4-15l0-32.6c-18.2-10.5-30.7-29.7-31.9-51.8l-.1-.1 0-3.5 0-82.5L256 184l0-1.1s0 0 0 0l0-96.9C256 54.7 231.5 0 200 0zm88 176l0 224c0 20.9 13.4 38.7 32 45.3l0 42.7c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-40 160 0 0 40c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-42.7c18.6-6.6 32-24.4 32-45.3l0-224c0-26.5-21.5-48-48-48l-256 0c-26.5 0-48 21.5-48 48zm79.8 78.7c3.3-8.7 11.2-14.7 20.5-14.7l151.4 0c9.2 0 17.2 6 20.5 14.7L576 304l-224 0 15.8-49.3zM568 352a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM336 376a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"], + "record-vinyl": [512, 512, [], "f8d9", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm0 224a128 128 0 1 0 0-256 128 128 0 1 0 0 256zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "face-grin-stars": [512, 512, [129321, "grin-stars"], "f587", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm407.4 75.5c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM160 120c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L160 232.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L226.4 178c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6zm192 0c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L352 232.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L418.4 178c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6z"], + "bong": [448, 512, [], "f55c", "M160 208.5c0 29.1-15.6 53.9-37.2 67.8c-17.2 11.1-31.5 26.1-41.7 43.7l221.8 0c-10.2-17.6-24.5-32.6-41.7-43.7c-21.6-13.9-37.2-38.7-37.2-67.8L224 64l-64 0 0 144.5zM288 64l0 144.5c0 5.7 3.1 10.9 7.9 14c11.2 7.2 21.5 15.5 30.9 24.8L366.1 208l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l24 24 24 24c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-7-7-43.3 43.3C374 314.1 384 347.9 384 384c0 39.4-11.9 76.1-32.2 106.5c-9.6 14.4-26.5 21.5-43.8 21.5L76.1 512c-17.3 0-34.2-7.1-43.8-21.5C11.9 460.1 0 423.4 0 384c0-67.8 35.1-127.3 88.1-161.5c4.8-3.1 7.9-8.3 7.9-14L96 64C78.3 64 64 49.7 64 32S78.3 0 96 0l16 0L272 0l16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32z"], + "spaghetti-monster-flying": [640, 512, ["pastafarianism"], "f67b", "M208 64a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 0c0 16.2-6 31.1-16 42.3l15.6 31.2c18.7-6 39.9-9.5 64.4-9.5s45.8 3.5 64.4 9.5L400 106.3C390 95.1 384 80.2 384 64c0-35.3 28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64c-1.7 0-3.4-.1-5.1-.2L427.8 158c21.1 13.6 37.7 30.2 51.4 46.4c7.1 8.3 13.5 16.6 19.3 24l1.4 1.8c6.3 8.1 11.6 14.8 16.7 20.4C527.3 262.3 532.7 264 536 264c2.5 0 4.3-.6 7.1-3.3c3.7-3.5 7.1-8.8 12.5-17.4l.6-.9c4.6-7.4 11-17.6 19.4-25.7c9.7-9.3 22.9-16.7 40.4-16.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-2.5 0-4.3 .6-7.1 3.3c-3.7 3.5-7.1 8.8-12.5 17.4l-.6 .9c-4.6 7.4-11 17.6-19.4 25.7c-9.7 9.3-22.9 16.7-40.4 16.7c-18.5 0-32.9-8.5-44.3-18.6c-3.1 4-6.6 8.3-10.5 12.7c1.4 4.3 2.8 8.5 4 12.5c.9 3 1.8 5.8 2.6 8.6c3 9.8 5.5 18.2 8.6 25.9c3.9 9.8 7.4 15.4 10.8 18.5c2.6 2.4 5.9 4.3 12.8 4.3c8.7 0 16.9-4.2 33.7-13.2c15-8 35.7-18.8 62.3-18.8c13.3 0 24 10.7 24 24s-10.7 24-24 24c-13.4 0-24.7 5.2-39.7 13.2c-1 .6-2.1 1.1-3.2 1.7C559.9 414 541.4 424 520 424c-18.4 0-33.6-6.1-45.5-17.2c-11.1-10.3-17.9-23.7-22.7-36c-3.6-9-6.7-19.1-9.5-28.5c-16.4 12.3-36.1 23.6-58.9 31.3c3.6 10.8 8.4 23.5 14.4 36.2c7.5 15.9 16.2 30.4 25.8 40.5C433 460.5 441.2 464 448 464c13.3 0 24 10.7 24 24s-10.7 24-24 24c-25.2 0-45-13.5-59.5-28.8c-14.5-15.4-25.7-34.9-34.2-53c-8-17-14.1-33.8-18.3-46.9c-5.2 .4-10.6 .6-16 .6s-10.8-.2-16-.6c-4.2 13-10.3 29.9-18.3 46.9c-8.5 18.1-19.8 37.6-34.2 53C237 498.5 217.2 512 192 512c-13.3 0-24-10.7-24-24s10.7-24 24-24c6.8 0 15-3.5 24.5-13.7c9.5-10.1 18.3-24.6 25.8-40.5c5.9-12.6 10.7-25.4 14.4-36.2c-22.8-7.7-42.5-19-58.9-31.3c-2.9 9.4-6 19.5-9.5 28.5c-4.8 12.2-11.6 25.6-22.7 36C153.6 417.9 138.4 424 120 424c-21.4 0-39.9-10-53.1-17.1c0 0 0 0 0 0c-1.1-.6-2.2-1.2-3.2-1.7c-15-8-26.3-13.2-39.7-13.2c-13.3 0-24-10.7-24-24s10.7-24 24-24c26.6 0 47.3 10.8 62.3 18.8c16.8 9 25 13.2 33.7 13.2c6.8 0 10.2-1.9 12.8-4.3c3.4-3.2 7-8.8 10.8-18.5c3-7.7 5.6-16.1 8.6-25.9c.8-2.7 1.7-5.6 2.6-8.6c1.2-4 2.6-8.2 4-12.5c-3.9-4.5-7.4-8.8-10.5-12.7C136.9 303.5 122.5 312 104 312c-17.5 0-30.7-7.4-40.4-16.7c-8.4-8.1-14.8-18.3-19.4-25.7l-.6-.9c-5.4-8.6-8.8-13.9-12.5-17.4c-2.8-2.7-4.6-3.3-7.1-3.3c-13.3 0-24-10.7-24-24s10.7-24 24-24c17.5 0 30.7 7.4 40.4 16.7c8.4 8.1 14.8 18.3 19.4 25.7l.6 .9c5.4 8.6 8.8 13.9 12.5 17.4c2.8 2.7 4.6 3.3 7.1 3.3c3.3 0 8.7-1.7 19.4-13.4c5.1-5.6 10.4-12.3 16.7-20.4l1.4-1.8c5.8-7.4 12.2-15.7 19.3-24c13.8-16.2 30.3-32.8 51.4-46.4l-15.1-30.2c-1.7 .1-3.4 .2-5.1 .2c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64zm208 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"], + "arrow-down-up-across-line": [576, 512, [], "e4af", "M137.4 502.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7 192 288l352 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0 0-114.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L384 109.3 384 224l-192 0-64 0-96 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 0 114.7L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96zM128 192l64 0 0-128c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 128zM448 320l-64 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128z"], + "spoon": [512, 512, [129348, 61873, "utensil-spoon"], "f2e5", "M245.8 220.9c-14.5-17.6-21.8-39.2-21.8-60.8C224 80 320 0 416 0c53 0 96 43 96 96c0 96-80 192-160.2 192c-21.6 0-43.2-7.3-60.8-21.8L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L245.8 220.9z"], + "jar-wheat": [320, 512, [], "e517", "M32 32C32 14.3 46.3 0 64 0L256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 64C46.3 64 32 49.7 32 32zM0 160c0-35.3 28.7-64 64-64l192 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 160zm112 0l-42.2 0c-3.2 0-5.8 2.6-5.8 5.8C64 198 90 224 122.2 224l21.8 0 32 0 21.8 0c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8L208 160c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7zm48 117.7c-11.7-13.3-28.9-21.7-48-21.7l-42.2 0c-3.2 0-5.8 2.6-5.8 5.8C64 294 90 320 122.2 320l21.8 0 32 0 21.8 0c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8L208 256c-19.1 0-36.3 8.4-48 21.7zM112 352l-42.2 0c-3.2 0-5.8 2.6-5.8 5.8C64 390 90 416 122.2 416l21.8 0 0 32c0 8.8 7.2 16 16 16s16-7.2 16-16l0-32 21.8 0c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8L208 352c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7z"], + "envelopes-bulk": [640, 512, ["mail-bulk"], "f674", "M128 0C110.3 0 96 14.3 96 32l0 192 96 0 0-32c0-35.3 28.7-64 64-64l224 0 0-96c0-17.7-14.3-32-32-32L128 0zM256 160c-17.7 0-32 14.3-32 32l0 32 96 0c35.3 0 64 28.7 64 64l0 128 192 0c17.7 0 32-14.3 32-32l0-192c0-17.7-14.3-32-32-32l-320 0zm240 64l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM64 256c-17.7 0-32 14.3-32 32l0 13L187.1 415.9c1.4 1 3.1 1.6 4.9 1.6s3.5-.6 4.9-1.6L352 301l0-13c0-17.7-14.3-32-32-32L64 256zm288 84.8L216 441.6c-6.9 5.1-15.3 7.9-24 7.9s-17-2.8-24-7.9L32 340.8 32 480c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32l0-139.2z"], + "file-circle-exclamation": [576, 512, [], "e4eb", "M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z"], + "circle-h": [512, 512, [9405, "hospital-symbol"], "f47e", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM368 152l0 104 0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-80-128 0 0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-208c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80 128 0 0-80c0-13.3 10.7-24 24-24s24 10.7 24 24z"], + "pager": [512, 512, [128223], "f815", "M0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zm64 32l0 64c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L96 128c-17.7 0-32 14.3-32 32zM80 320c-13.3 0-24 10.7-24 24s10.7 24 24 24l56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0zm136 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0z"], + "address-book": [512, 512, [62138, "contact-book"], "f2b9", "M96 0C60.7 0 32 28.7 32 64l0 384c0 35.3 28.7 64 64 64l288 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L96 0zM208 288l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64zM496 192c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8-7.2-16-16-16zm16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64z"], + "strikethrough": [512, 512, [], "f0cc", "M161.3 144c3.2-17.2 14-30.1 33.7-38.6c21.1-9 51.8-12.3 88.6-6.5c11.9 1.9 48.8 9.1 60.1 12c17.1 4.5 34.6-5.6 39.2-22.7s-5.6-34.6-22.7-39.2c-14.3-3.8-53.6-11.4-66.6-13.4c-44.7-7-88.3-4.2-123.7 10.9c-36.5 15.6-64.4 44.8-71.8 87.3c-.1 .6-.2 1.1-.2 1.7c-2.8 23.9 .5 45.6 10.1 64.6c4.5 9 10.2 16.9 16.7 23.9L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l448 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-209.9 0-.4-.1-1.1-.3c-36-10.8-65.2-19.6-85.2-33.1c-9.3-6.3-15-12.6-18.2-19.1c-3.1-6.1-5.2-14.6-3.8-27.4zM348.9 337.2c2.7 6.5 4.4 15.8 1.9 30.1c-3 17.6-13.8 30.8-33.9 39.4c-21.1 9-51.7 12.3-88.5 6.5c-18-2.9-49.1-13.5-74.4-22.1c-5.6-1.9-11-3.7-15.9-5.4c-16.8-5.6-34.9 3.5-40.5 20.3s3.5 34.9 20.3 40.5c3.6 1.2 7.9 2.7 12.7 4.3c0 0 0 0 0 0s0 0 0 0c24.9 8.5 63.6 21.7 87.6 25.6c0 0 0 0 0 0l.2 0c44.7 7 88.3 4.2 123.7-10.9c36.5-15.6 64.4-44.8 71.8-87.3c3.6-21 2.7-40.4-3.1-58.1l-75.7 0c7 5.6 11.4 11.2 13.9 17.2z"], + "k": [320, 512, [107], "4b", "M311 86.3c12.3-12.7 12-32.9-.7-45.2s-32.9-12-45.2 .7l-155.2 160L64 249 64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 328 0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-107 64.7-66.7 133 192c10.1 14.5 30 18.1 44.5 8.1s18.1-30 8.1-44.5L174.1 227.4 311 86.3z"], + "landmark-flag": [512, 512, [], "e51c", "M272 0l80 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-80 0 0 32 192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L48 192c-17.7 0-32-14.3-32-32s14.3-32 32-32l192 0 0-112c0-8.8 7.2-16 16-16l16 0zM64 224l64 0 0 192 40 0 0-192 64 0 0 192 48 0 0-192 64 0 0 192 40 0 0-192 64 0 0 196.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512L32 512c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1L64 224z"], + "pencil": [512, 512, [9999, 61504, "pencil-alt"], "f303", "M410.3 231l11.3-11.3-33.9-33.9-62.1-62.1L291.7 89.8l-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L387.7 253.7 410.3 231zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9L59.4 452l23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1 0 32c0 8.8 7.2 16 16 16l32 0zM362.7 18.7L348.3 33.2 325.7 55.8 314.3 67.1l33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5L453.3 18.7c-25-25-65.5-25-90.5 0zm-47.4 168l-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"], + "backward": [512, 512, [9194], "f04a", "M459.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29l0-320c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4L288 214.3l0 41.7 0 41.7L459.5 440.6zM256 352l0-96 0-128 0-32c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160C4.2 237.5 0 246.5 0 256s4.2 18.5 11.5 24.6l192 160c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29l0-64z"], + "caret-right": [256, 512, [], "f0da", "M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"], + "comments": [640, 512, [128490, 61670], "f086", "M208 352c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176c0 38.6 14.7 74.3 39.6 103.4c-3.5 9.4-8.7 17.7-14.2 24.7c-4.8 6.2-9.7 11-13.3 14.3c-1.8 1.6-3.3 2.9-4.3 3.7c-.5 .4-.9 .7-1.1 .8l-.2 .2s0 0 0 0s0 0 0 0C1 327.2-1.4 334.4 .8 340.9S9.1 352 16 352c21.8 0 43.8-5.6 62.1-12.5c9.2-3.5 17.8-7.4 25.2-11.4C134.1 343.3 169.8 352 208 352zM448 176c0 112.3-99.1 196.9-216.5 207C255.8 457.4 336.4 512 432 512c38.2 0 73.9-8.7 104.7-23.9c7.5 4 16 7.9 25.2 11.4c18.3 6.9 40.3 12.5 62.1 12.5c6.9 0 13.1-4.5 15.2-11.1c2.1-6.6-.2-13.8-5.8-17.9c0 0 0 0 0 0s0 0 0 0l-.2-.2c-.2-.2-.6-.4-1.1-.8c-1-.8-2.5-2-4.3-3.7c-3.6-3.3-8.5-8.1-13.3-14.3c-5.5-7-10.7-15.4-14.2-24.7c24.9-29 39.6-64.7 39.6-103.4c0-92.8-84.9-168.9-192.6-175.5c.4 5.1 .6 10.3 .6 15.5z"], + "paste": [512, 512, ["file-clipboard"], "f0ea", "M160 0c-23.7 0-44.4 12.9-55.4 32L48 32C21.5 32 0 53.5 0 80L0 400c0 26.5 21.5 48 48 48l144 0 0-272c0-44.2 35.8-80 80-80l48 0 0-16c0-26.5-21.5-48-48-48l-56.6 0C204.4 12.9 183.7 0 160 0zM272 128c-26.5 0-48 21.5-48 48l0 272 0 16c0 26.5 21.5 48 48 48l192 0c26.5 0 48-21.5 48-48l0-220.1c0-12.7-5.1-24.9-14.1-33.9l-67.9-67.9c-9-9-21.2-14.1-33.9-14.1L320 128l-48 0zM160 40a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"], + "code-pull-request": [512, 512, [], "e13c", "M305.8 2.1C314.4 5.9 320 14.5 320 24l0 40 16 0c70.7 0 128 57.3 128 128l0 166.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3L400 192c0-35.3-28.7-64-64-64l-16 0 0 40c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1zM104 80A24 24 0 1 0 56 80a24 24 0 1 0 48 0zm8 73.3l0 205.3c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3l0-205.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80c0 32.8-19.7 61-48 73.3zM104 432a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm328 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"], + "clipboard-list": [384, 512, [], "f46d", "M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM72 272a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zM72 368a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm88 0c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16z"], + "truck-ramp-box": [640, 512, ["truck-loading"], "f4de", "M640 0l0 400c0 61.9-50.1 112-112 112c-61 0-110.5-48.7-112-109.3L48.4 502.9c-17.1 4.6-34.6-5.4-39.3-22.5s5.4-34.6 22.5-39.3L352 353.8 352 64c0-35.3 28.7-64 64-64L640 0zM576 400a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM23.1 207.7c-4.6-17.1 5.6-34.6 22.6-39.2l46.4-12.4 20.7 77.3c2.3 8.5 11.1 13.6 19.6 11.3l30.9-8.3c8.5-2.3 13.6-11.1 11.3-19.6l-20.7-77.3 46.4-12.4c17.1-4.6 34.6 5.6 39.2 22.6l41.4 154.5c4.6 17.1-5.6 34.6-22.6 39.2L103.7 384.9c-17.1 4.6-34.6-5.6-39.2-22.6L23.1 207.7z"], + "user-check": [640, 512, [], "f4fc", "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM625 177L497 305c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L591 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"], + "vial-virus": [512, 512, [], "e597", "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l0 288c0 53 43 96 96 96c28.6 0 54.2-12.5 71.8-32.3c.1-14.2 5.6-28.3 16.4-39.1c.2-.2 .1-.6-.2-.6c-30.9 0-56-25.1-56-56s25.1-56 56-56c.3 0 .4-.4 .2-.6c-21.9-21.9-21.9-57.3 0-79.2c2.4-2.4 5-4.6 7.8-6.5L224 96c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0L96 32 32 32zM96 192l0-96 64 0 0 96-64 0zM216 376c28.8 0 43.2 34.8 22.9 55.2c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0c20.4-20.4 55.2-5.9 55.2 22.9c0 13.3 10.7 24 24 24s24-10.7 24-24c0-28.8 34.8-43.2 55.2-22.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9C444.8 410.8 459.2 376 488 376c13.3 0 24-10.7 24-24s-10.7-24-24-24c-28.8 0-43.2-34.8-22.9-55.2c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0C410.8 259.2 376 244.8 376 216c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 28.8-34.8 43.2-55.2 22.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9c20.4 20.4 5.9 55.2-22.9 55.2c-13.3 0-24 10.7-24 24s10.7 24 24 24zm104-88a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm40 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"], + "sheet-plastic": [384, 512, [], "e571", "M0 448c0 35.3 28.7 64 64 64l160 0 0-128c0-17.7 14.3-32 32-32l128 0 0-288c0-35.3-28.7-64-64-64L64 0C28.7 0 0 28.7 0 64L0 448zM171.3 75.3l-96 96c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l96-96c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zm96 32l-160 160c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l160-160c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zM384 384l-128 0 0 128L384 384z"], + "blog": [512, 512, [], "f781", "M192 32c0 17.7 14.3 32 32 32c123.7 0 224 100.3 224 224c0 17.7 14.3 32 32 32s32-14.3 32-32C512 128.9 383.1 0 224 0c-17.7 0-32 14.3-32 32zm0 96c0 17.7 14.3 32 32 32c70.7 0 128 57.3 128 128c0 17.7 14.3 32 32 32s32-14.3 32-32c0-106-86-192-192-192c-17.7 0-32 14.3-32 32zM96 144c0-26.5-21.5-48-48-48S0 117.5 0 144L0 368c0 79.5 64.5 144 144 144s144-64.5 144-144s-64.5-144-144-144l-16 0 0 96 16 0c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48l0-224z"], + "user-ninja": [448, 512, [129399], "f504", "M224 256c-57.2 0-105.6-37.5-122-89.3c-1.1 1.3-2.2 2.6-3.5 3.8c-15.8 15.8-38.8 20.7-53.6 22.1c-8.1 .8-14.6-5.7-13.8-13.8c1.4-14.7 6.3-37.8 22.1-53.6c5.8-5.8 12.6-10.1 19.6-13.4c-7-3.2-13.8-7.6-19.6-13.4C37.4 82.7 32.6 59.7 31.1 44.9c-.8-8.1 5.7-14.6 13.8-13.8c14.7 1.4 37.8 6.3 53.6 22.1c4.8 4.8 8.7 10.4 11.7 16.1C131.4 28.2 174.4 0 224 0c70.7 0 128 57.3 128 128s-57.3 128-128 128zM0 482.3C0 399.5 56.4 330 132.8 309.9c6-1.6 12.2 .9 15.9 5.8l62.5 83.3c6.4 8.5 19.2 8.5 25.6 0l62.5-83.3c3.7-4.9 9.9-7.4 15.9-5.8C391.6 330 448 399.5 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM160 96c-8.8 0-16 7.2-16 16s7.2 16 16 16l128 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L160 96z"], + "person-arrow-up-from-line": [640, 512, [], "e539", "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352l0-96 16 0 0 96-16 0zm-64 0l-88 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l120 0 80 0 376 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-344 0 0-191.1 28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6l-29.7 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9 120 448zM598.6 121.4l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L464 141.3 464 384c0 17.7 14.3 32 32 32s32-14.3 32-32l0-242.7 25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z"], + "scroll-torah": [640, 512, ["torah"], "f6a0", "M96 480L96 32C96 14.3 74.5 0 48 0S0 14.3 0 32L0 480c0 17.7 21.5 32 48 32s48-14.3 48-32zM512 32L128 32l0 448 384 0 0-448zM592 0c-26.5 0-48 14.3-48 32l0 448c0 17.7 21.5 32 48 32s48-14.3 48-32l0-448c0-17.7-21.5-32-48-32zM196 313.7c0-3.2 .9-6.4 2.5-9.2L226.7 256l-28.3-48.5c-1.6-2.8-2.5-6-2.5-9.2c0-10.1 8.2-18.3 18.3-18.3l56.7 0 31.4-53.9c3.6-6.3 10.3-10.1 17.6-10.1s13.9 3.8 17.6 10.1L369 180l56.7 0c10.1 0 18.3 8.2 18.3 18.3c0 3.2-.9 6.4-2.5 9.2L413.3 256l28.3 48.5c1.6 2.8 2.5 6 2.5 9.2c0 10.1-8.2 18.3-18.3 18.3L369 332l-31.4 53.9c-3.6 6.3-10.3 10.1-17.6 10.1s-13.9-3.8-17.6-10.1L271 332l-56.7 0c-10.1 0-18.3-8.2-18.3-18.3zm124 54.7L341.2 332l-42.4 0L320 368.4zM254.5 256l30.3 52 70.4 0 30.3-52-30.3-52-70.4 0-30.3 52zm144.9 23.8L383 308l32.8 0-16.4-28.2zM415.8 204L383 204l16.4 28.2L415.8 204zM320 143.6L298.8 180l42.4 0L320 143.6zM224.2 204l16.4 28.2L257 204l-32.8 0zM257 308l-16.4-28.2L224.2 308l32.8 0z"], + "broom-ball": [576, 512, ["quidditch", "quidditch-broom-ball"], "f458", "M566.6 9.4c12.5 12.5 12.5 32.8 0 45.3l-192 192 34.7 34.7c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6l-29.1 0L256 211.7l0-29.1c0-12.5 10.1-22.6 22.6-22.6c6 0 11.8 2.4 16 6.6l34.7 34.7 192-192c12.5-12.5 32.8-12.5 45.3 0zm-344 225.5L341.1 353.4c3.7 42.7-11.7 85.2-42.3 115.8C271.4 496.6 234.2 512 195.5 512L22.1 512C9.9 512 0 502.1 0 489.9c0-6.3 2.7-12.3 7.3-16.5L133.7 359.7c4.2-3.7-.4-10.4-5.4-7.9L77.2 377.4c-6.1 3-13.2-1.4-13.2-8.2c0-31.5 12.5-61.7 34.8-84l8-8c30.6-30.6 73.1-45.9 115.8-42.3zM464 352a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"], + "toggle-off": [576, 512, [], "f204", "M384 128c70.7 0 128 57.3 128 128s-57.3 128-128 128l-192 0c-70.7 0-128-57.3-128-128s57.3-128 128-128l192 0zM576 256c0-106-86-192-192-192L192 64C86 64 0 150 0 256S86 448 192 448l192 0c106 0 192-86 192-192zM192 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z"], + "box-archive": [512, 512, ["archive"], "f187", "M32 32l448 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96L0 64C0 46.3 14.3 32 32 32zm0 128l448 0 0 256c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64l0-256zm128 80c0 8.8 7.2 16 16 16l160 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-160 0c-8.8 0-16 7.2-16 16z"], + "person-drowning": [576, 512, [], "e545", "M192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32.2c0 54.1 23.5 104 62.2 138.3l-21 146.7c7.8 2.1 15.5 3.3 22.8 3.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c12.4 8.5 26.1 14.8 39.7 18l17.7-97.6c10.7-1.2 21.3-3.1 31.9-5.5l105-23.9c17.2-3.9 28-21.1 24.1-38.3s-21.1-28-38.3-24.1L400 216.6c-41 9.3-83.7 7.5-123.7-5.2c-50.2-16-84.3-62.6-84.3-115.3L192 64zM320 192a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM306.5 389.9c-11.1-7.9-25.9-7.9-37 0C247 405.4 219.5 416 192 416c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 469.7 159 480 192 480c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 405.2 410.9 416 384 416c-27.5 0-55-10.6-77.5-26.1z"], + "arrow-down-9-1": [576, 512, ["sort-numeric-desc", "sort-numeric-down-alt"], "f886", "M160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7 192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 301.7L95.6 330.4c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96C142.5 476.2 151 480 160 480zM450.7 294c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2 0 51.6-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l48 0 48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-16 0 0-96c0-10.3-4.9-19.9-13.3-26zM418.3 91a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 91zM405.1 203.8l-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2c0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z"], + "face-grin-tongue-squint": [512, 512, [128541, "grin-tongue-squint"], "f58a", "M0 256C0 368.9 73.1 464.7 174.5 498.8C165.3 484 160 466.6 160 448l0-47.3c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6l0 46.9c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256C512 114.6 397.4 0 256 0S0 114.6 0 256zM116 141.1c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6zm262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9zM320 448l0-45.4c0-14.7-11.9-26.6-26.6-26.6l-2 0c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9l-2 0c-14.7 0-26.6 11.9-26.6 26.6l0 45.4c0 35.3 28.7 64 64 64s64-28.7 64-64z"], + "spray-can": [512, 512, [], "f5bd", "M128 0l64 0c17.7 0 32 14.3 32 32l0 96L96 128l0-96c0-17.7 14.3-32 32-32zM0 256c0-53 43-96 96-96l128 0c53 0 96 43 96 96l0 208c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 256zm240 80A80 80 0 1 0 80 336a80 80 0 1 0 160 0zM256 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM384 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM448 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM384 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "truck-monster": [640, 512, [], "f63b", "M288 64l0 64 128 0L368 64l-80 0zM419.2 25.6L496 128l80 0c17.7 0 32 14.3 32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64l-64 0c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c0-17.7 14.3-32 32-32l160 0 0-80c0-26.5 21.5-48 48-48l96 0c20.1 0 39.1 9.5 51.2 25.6zM152 256l16 0c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.7 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.3 31.3c3.7 6.8 6.8 14.1 9 21.7c11.6 1.7 20.6 11.7 20.6 23.8l0 16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.3 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.8 3.7-14.1 6.8-21.7 9C190.1 503.1 180.1 512 168 512l-16 0c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2L63.8 468.9c-8.6-8.6-9.3-21.9-2.3-31.3c-3.7-6.9-6.8-14.1-9-21.8C40.9 414.1 32 404.1 32 392l0-16c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.3-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9c1.7-11.6 11.7-20.6 23.8-20.6zm8 176a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM448.2 276.6c1.7-11.6 11.7-20.6 23.8-20.6l16 0c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.8 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.2 31.3c3.7 6.8 6.8 14.1 9 21.7c11.6 1.7 20.6 11.7 20.6 23.8l0 16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.2 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.9 3.7-14.1 6.8-21.8 9C510.1 503.1 500.1 512 488 512l-16 0c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2l-11.3-11.3c-8.6-8.6-9.3-21.9-2.2-31.3c-3.7-6.9-6.8-14.1-9-21.8C360.9 414.1 352 404.1 352 392l0-16c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.2-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9zM528 384a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"], + "w": [576, 512, [119], "57", "M20.8 34c16.5-6.2 35 2.2 41.2 18.7l110.2 294L257.3 55c4-13.7 16.5-23 30.7-23s26.7 9.4 30.7 23l85.1 291.7L514 52.8c6.2-16.5 24.6-24.9 41.2-18.7s24.9 24.7 18.7 41.2l-144 384c-4.8 12.9-17.4 21.3-31.2 20.7s-25.7-9.8-29.5-23L288 178.3 206.7 457c-3.9 13.2-15.8 22.5-29.5 23s-26.3-7.8-31.2-20.7L2 75.2C-4.2 58.7 4.2 40.2 20.8 34z"], + "earth-africa": [512, 512, [127757, "globe-africa"], "f57c", "M177.8 63.2l10 17.4c2.8 4.8 4.2 10.3 4.2 15.9l0 41.4c0 3.9 1.6 7.7 4.3 10.4c6.2 6.2 16.5 5.7 22-1.2l13.6-17c4.7-5.9 12.9-7.7 19.6-4.3l15.2 7.6c3.4 1.7 7.2 2.6 11 2.6c6.5 0 12.8-2.6 17.4-7.2l3.9-3.9c2.9-2.9 7.3-3.6 11-1.8l29.2 14.6c7.8 3.9 12.6 11.8 12.6 20.5c0 10.5-7.1 19.6-17.3 22.2l-35.4 8.8c-7.4 1.8-15.1 1.5-22.4-.9l-32-10.7c-3.3-1.1-6.7-1.7-10.2-1.7c-7 0-13.8 2.3-19.4 6.5L176 212c-10.1 7.6-16 19.4-16 32l0 28c0 26.5 21.5 48 48 48l32 0c8.8 0 16 7.2 16 16l0 48c0 17.7 14.3 32 32 32c10.1 0 19.6-4.7 25.6-12.8l25.6-34.1c8.3-11.1 12.8-24.6 12.8-38.4l0-12.1c0-3.9 2.6-7.3 6.4-8.2l5.3-1.3c11.9-3 20.3-13.7 20.3-26c0-7.1-2.8-13.9-7.8-18.9l-33.5-33.5c-3.7-3.7-3.7-9.7 0-13.4c5.7-5.7 14.1-7.7 21.8-5.1l14.1 4.7c12.3 4.1 25.7-1.5 31.5-13c3.5-7 11.2-10.8 18.9-9.2l27.4 5.5C432 112.4 351.5 48 256 48c-27.7 0-54 5.4-78.2 15.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"], + "rainbow": [640, 512, [127752], "f75b", "M320 96C178.6 96 64 210.6 64 352l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96C0 175.3 143.3 32 320 32s320 143.3 320 320l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96C576 210.6 461.4 96 320 96zm0 192c-35.3 0-64 28.7-64 64l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-70.7 57.3-128 128-128s128 57.3 128 128l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-35.3-28.7-64-64-64zM160 352l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-123.7 100.3-224 224-224s224 100.3 224 224l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-88.4-71.6-160-160-160s-160 71.6-160 160z"], + "circle-notch": [512, 512, [], "f1ce", "M222.7 32.1c5 16.9-4.6 34.8-21.5 39.8C121.8 95.6 64 169.1 64 256c0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1c-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C434.9 42.1 512 140 512 256c0 141.4-114.6 256-256 256S0 397.4 0 256C0 140 77.1 42.1 182.9 10.6c16.9-5 34.8 4.6 39.8 21.5z"], + "tablet-screen-button": [448, 512, ["tablet-alt"], "f3fa", "M0 64C0 28.7 28.7 0 64 0L384 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM256 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 64L64 64l0 320 320 0 0-320z"], + "paw": [512, 512, [], "f1b0", "M226.5 92.9c14.3 42.9-.3 86.2-32.6 96.8s-70.1-15.6-84.4-58.5s.3-86.2 32.6-96.8s70.1 15.6 84.4 58.5zM100.4 198.6c18.9 32.4 14.3 70.1-10.2 84.1s-59.7-.9-78.5-33.3S-2.7 179.3 21.8 165.3s59.7 .9 78.5 33.3zM69.2 401.2C121.6 259.9 214.7 224 256 224s134.4 35.9 186.8 177.2c3.6 9.7 5.2 20.1 5.2 30.5l0 1.6c0 25.8-20.9 46.7-46.7 46.7c-11.5 0-22.9-1.4-34-4.2l-88-22c-15.3-3.8-31.3-3.8-46.6 0l-88 22c-11.1 2.8-22.5 4.2-34 4.2C84.9 480 64 459.1 64 433.3l0-1.6c0-10.4 1.6-20.8 5.2-30.5zM421.8 282.7c-24.5-14-29.1-51.7-10.2-84.1s54-47.3 78.5-33.3s29.1 51.7 10.2 84.1s-54 47.3-78.5 33.3zM310.1 189.7c-32.3-10.6-46.9-53.9-32.6-96.8s52.1-69.1 84.4-58.5s46.9 53.9 32.6 96.8s-52.1 69.1-84.4 58.5z"], + "cloud": [640, 512, [9729], "f0c2", "M0 336c0 79.5 64.5 144 144 144l368 0c70.7 0 128-57.3 128-128c0-61.9-44-113.6-102.4-125.4c4.1-10.7 6.4-22.4 6.4-34.6c0-53-43-96-96-96c-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32C167.6 32 96 103.6 96 192c0 2.7 .1 5.4 .2 8.1C40.2 219.8 0 273.2 0 336z"], + "trowel-bricks": [512, 512, [], "e58a", "M240.8 4.8C250.3 10.6 256 20.9 256 32l0 72 89 0c3.6-13.8 16.1-24 31-24l88 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-88 0c-14.9 0-27.4-10.2-31-24l-89 0 0 72c0 11.1-5.7 21.4-15.2 27.2s-21.2 6.4-31.1 1.4l-192-96C6.8 151.2 0 140.1 0 128s6.8-23.2 17.7-28.6l192-96c9.9-5 21.7-4.4 31.1 1.4zM288 256c0-17.7 14.3-32 32-32l160 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-64zM32 384l96 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zm192 0l256 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32z"], + "face-flushed": [512, 512, [128563, "flushed"], "f579", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM176 384c0 8.8 7.2 16 16 16l128 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-128 0c-8.8 0-16 7.2-16 16zm-16-88a72 72 0 1 0 0-144 72 72 0 1 0 0 144zm264-72a72 72 0 1 0 -144 0 72 72 0 1 0 144 0zm-288 0a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm192 0a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"], + "hospital-user": [576, 512, [], "f80d", "M48 0C21.5 0 0 21.5 0 48L0 256l144 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L0 288l0 64 144 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L0 384l0 80c0 26.5 21.5 48 48 48l217.9 0c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2l0-95.9L320 48c0-26.5-21.5-48-48-48L48 0zM152 64l16 0c8.8 0 16 7.2 16 16l0 24 24 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-24 0 0 24c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-24-24 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16l24 0 0-24c0-8.8 7.2-16 16-16zM512 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM288 477.1c0 19.3 15.6 34.9 34.9 34.9l218.2 0c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1l-101.8 0c-51.4 0-93.1 41.7-93.1 93.1z"], + "tent-arrow-left-right": [576, 512, [], "e57f", "M488.1 6.2c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9L489.5 72 86.5 72l33.5-30.2c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120l402.9 0-33.5 30.2c-9.9 8.9-10.7 24-1.8 33.9s24 10.7 33.9 1.8l80-72c5.1-4.6 7.9-11 7.9-17.8s-2.9-13.3-7.9-17.8l-80-72zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512l144 0 16 0c17.7 0 32-14.3 32-32l0-118.1c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7l60.2 0 16 0c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"], + "gavel": [512, 512, ["legal"], "f0e3", "M318.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-120 120c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l4-4L325.4 293.4l-4 4c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l120-120c12.5-12.5 12.5-32.8 0-45.3l-16-16c-12.5-12.5-32.8-12.5-45.3 0l-4 4L330.6 74.6l4-4c12.5-12.5 12.5-32.8 0-45.3l-16-16zm-152 288c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l48 48c12.5 12.5 32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-1.4-1.4L272 285.3 226.7 240 168 298.7l-1.4-1.4z"], + "binoculars": [512, 512, [], "f1e5", "M128 32l32 0c17.7 0 32 14.3 32 32l0 32L96 96l0-32c0-17.7 14.3-32 32-32zm64 96l0 320c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32l0-59.1c0-34.6 9.4-68.6 27.2-98.3C40.9 267.8 49.7 242.4 53 216L60.5 156c2-16 15.6-28 31.8-28l99.8 0zm227.8 0c16.1 0 29.8 12 31.8 28L459 216c3.3 26.4 12.1 51.8 25.8 74.6c17.8 29.7 27.2 63.7 27.2 98.3l0 59.1c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-320 99.8 0zM320 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 32-96 0 0-32zm-32 64l0 160-64 0 0-160 64 0z"], + "microphone-slash": [640, 512, [], "f131", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 21.2-5.1 41.1-14.2 58.7L416 300.8 416 96c0-53-43-96-96-96s-96 43-96 96l0 54.3L38.8 5.1zM344 430.4c20.4-2.8 39.7-9.1 57.3-18.2l-43.1-33.9C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128l0-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6l0 40c0 89.1 66.2 162.7 152 174.4l0 33.6-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-33.6z"], + "box-tissue": [512, 512, [], "e05b", "M92.5 0L208 0c40 0 52 24 64 48s24 48 64 48l85.2 0C436 96 448 108 448 122.8c0 3.4-.7 6.8-1.9 10L409.6 224 384 288l-256 0-16-64L64.9 35.4c-.6-2.3-.9-4.6-.9-6.9C64 12.8 76.8 0 92.5 0zM79 224l16 64-15 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 256 0 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-13.5 0 25.6-64 19.9 0c26.5 0 48 21.5 48 48l0 112L0 384 0 272c0-26.5 21.5-48 48-48l31 0zM0 416l512 0 0 48c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48l0-48z"], + "motorcycle": [640, 512, [127949], "f21c", "M280 32c-13.3 0-24 10.7-24 24s10.7 24 24 24l57.7 0 16.4 30.3L256 192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7L64 128c-17.7 0-32 14.3-32 32l0 32 96 0c88.4 0 160 71.6 160 160c0 11-1.1 21.7-3.2 32l70.4 0c-2.1-10.3-3.2-21-3.2-32c0-52.2 25-98.6 63.7-127.8l15.4 28.6C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L418.2 128l61.8 0c17.7 0 32-14.3 32-32l0-32c0-17.7-14.3-32-32-32l-20.4 0c-7.5 0-14.7 2.6-20.5 7.4L391.7 78.9l-14-26c-7-12.9-20.5-21-35.2-21L280 32zM462.7 311.2l28.2 52.2c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-28.2-52.2c2.3-.3 4.7-.4 7.1-.4c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-15.5 5.5-29.7 14.7-40.8zM187.3 376c-9.5 23.5-32.5 40-59.3 40c-35.3 0-64-28.7-64-64s28.7-64 64-64c26.9 0 49.9 16.5 59.3 40l66.4 0C242.5 268.8 190.5 224 128 224C57.3 224 0 281.3 0 352s57.3 128 128 128c62.5 0 114.5-44.8 125.8-104l-66.4 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "bell-concierge": [512, 512, [128718, "concierge-bell"], "f562", "M216 64c-13.3 0-24 10.7-24 24s10.7 24 24 24l16 0 0 33.3C119.6 157.2 32 252.4 32 368l448 0c0-115.6-87.6-210.8-200-222.7l0-33.3 16 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0-40 0zM24 400c-13.3 0-24 10.7-24 24s10.7 24 24 24l464 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 400z"], + "pen-ruler": [512, 512, ["pencil-ruler"], "f5ae", "M469.3 19.3l23.4 23.4c25 25 25 65.5 0 90.5l-56.4 56.4L322.3 75.7l56.4-56.4c25-25 65.5-25 90.5 0zM44.9 353.2L299.7 98.3 413.7 212.3 158.8 467.1c-6.7 6.7-15.1 11.6-24.2 14.2l-104 29.7c-8.4 2.4-17.4 .1-23.6-6.1s-8.5-15.2-6.1-23.6l29.7-104c2.6-9.2 7.5-17.5 14.2-24.2zM249.4 103.4L103.4 249.4 16 161.9c-18.7-18.7-18.7-49.1 0-67.9L94.1 16c18.7-18.7 49.1-18.7 67.9 0l19.8 19.8c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1l45.1 45.1zM408.6 262.6l45.1 45.1c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1L496 350.1c18.7 18.7 18.7 49.1 0 67.9L417.9 496c-18.7 18.7-49.1 18.7-67.9 0l-87.4-87.4L408.6 262.6z"], + "people-arrows": [640, 512, ["people-arrows-left-right"], "e068", "M64 64a64 64 0 1 1 128 0A64 64 0 1 1 64 64zM25.9 233.4C29.3 191.9 64 160 105.6 160l44.8 0c27 0 51 13.4 65.5 34.1c-2.7 1.9-5.2 4-7.5 6.3l-64 64c-21.9 21.9-21.9 57.3 0 79.2L192 391.2l0 72.8c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-115.7c-26.5-9.5-44.7-35.8-42.2-65.6l4.1-49.3zM448 64a64 64 0 1 1 128 0A64 64 0 1 1 448 64zM431.6 200.4c-2.3-2.3-4.9-4.4-7.5-6.3c14.5-20.7 38.6-34.1 65.5-34.1l44.8 0c41.6 0 76.3 31.9 79.7 73.4l4.1 49.3c2.5 29.8-15.7 56.1-42.2 65.6L576 464c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-72.8 47.6-47.6c21.9-21.9 21.9-57.3 0-79.2l-64-64zM272 240l0 32 96 0 0-32c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l64 64c9.4 9.4 9.4 24.6 0 33.9l-64 64c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2l0-32-96 0 0 32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2z"], + "mars-and-venus-burst": [640, 512, [], "e523", "M504 0c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l39 39-22.2 22.2C475.9 78.4 439.6 64 400 64c-88.4 0-160 71.6-160 160c0 80.2 59.1 146.7 136.1 158.2c0 .6-.1 1.2-.1 1.8l0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .3 0 .4 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3-24 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1c0 0 0 .1 0 .1s0 .1 0 .1l0 .1c0 0 0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0l24 0-24 0c0 13.3 10.7 24 24 24s24-10.7 24-24l-24 0 24 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1l0-.1c0 0 0-.1 0-.1s0-.1 0-.1l0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 24 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-24 0 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.4 0-.3 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4c0-.6 0-1.2-.1-1.8c77-11.6 136.1-78 136.1-158.2c0-31.4-9-60.7-24.7-85.4L560 113.9l39 39c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-112c0-13.3-10.7-24-24-24L504 0zM400 128a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.1 3.8 9.9 5.1 15.2 3.6C223.6 310.8 208 269.2 208 224c0-60.8 28.3-115 72.4-150.2L220.3 92.1l-29.4-74z"], + "square-caret-right": [448, 512, ["caret-square-right"], "f152", "M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z"], + "scissors": [512, 512, [9984, 9986, 9988, "cut"], "f0c4", "M256 192l-39.5-39.5c4.9-12.6 7.5-26.2 7.5-40.5C224 50.1 173.9 0 112 0S0 50.1 0 112s50.1 112 112 112c14.3 0 27.9-2.7 40.5-7.5L192 256l-39.5 39.5c-12.6-4.9-26.2-7.5-40.5-7.5C50.1 288 0 338.1 0 400s50.1 112 112 112s112-50.1 112-112c0-14.3-2.7-27.9-7.5-40.5L499.2 76.8c7.1-7.1 7.1-18.5 0-25.6c-28.3-28.3-74.1-28.3-102.4 0L256 192zm22.6 150.6L396.8 460.8c28.3 28.3 74.1 28.3 102.4 0c7.1-7.1 7.1-18.5 0-25.6L342.6 278.6l-64 64zM64 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm48 240a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"], + "sun-plant-wilt": [640, 512, [], "e57a", "M160 0c-6.3 0-12 3.7-14.6 9.5L120.6 64.9 63.9 43.2c-5.9-2.3-12.6-.8-17 3.6s-5.9 11.1-3.6 17l21.7 56.7L9.5 145.4C3.7 148 0 153.7 0 160s3.7 12 9.5 14.6l55.4 24.8L43.2 256.1c-2.3 5.9-.8 12.6 3.6 17s11.1 5.9 17 3.6l56.7-21.7 24.8 55.4c2.6 5.8 8.3 9.5 14.6 9.5s12-3.7 14.6-9.5l24.8-55.4 56.7 21.7c5.9 2.3 12.6 .8 17-3.6s5.9-11.1 3.6-17l-21.7-56.7 55.4-24.8c5.8-2.6 9.5-8.3 9.5-14.6s-3.7-12-9.5-14.6l-55.4-24.8 21.7-56.7c2.3-5.9 .8-12.6-3.6-17s-11.1-5.9-17-3.6L199.4 64.9 174.6 9.5C172 3.7 166.3 0 160 0zm0 96a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm312 16c0-17.7 14.3-32 32-32s32 14.3 32 32l0 53.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C624 318 640 290.7 640 274c0-21.5-9.2-37-24-44.6l0-53.4c0-44.2-35.8-80-80-80s-80 35.8-80 80l0 22.7c-9.8-4.3-20.6-6.7-32-6.7c-44.2 0-80 35.8-80 80l0 21.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C400 382 416 354.7 416 338c0-21.5-9.2-37-24-44.6l0-21.4c0-17.7 14.3-32 32-32s32 14.3 32 32l0 8 0 168L32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-104 0 0-168 0-8 0-96z"], + "toilets-portable": [576, 512, [], "e584", "M32 0L224 0c17.7 0 32 14.3 32 32l0 32L0 64 0 32C0 14.3 14.3 0 32 0zM0 96l24 0 208 0 24 0 0 24 0 368c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8L48 480l0 8c0 13.3-10.7 24-24 24s-24-10.7-24-24L0 120 0 96zM192 224c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8-7.2-16-16-16zM352 0L544 0c17.7 0 32 14.3 32 32l0 32L320 64l0-32c0-17.7 14.3-32 32-32zM320 96l24 0 208 0 24 0 0 24 0 368c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8-160 0 0 8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-368 0-24zM512 224c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8-7.2-16-16-16z"], + "hockey-puck": [512, 512, [], "f453", "M256 256C114.6 256 0 213 0 160s114.6-96 256-96s256 43 256 96s-114.6 96-256 96zm192.3 1.8c24.7-9.3 46.9-21 63.7-35.6L512 352c0 53-114.6 96-256 96S0 405 0 352L0 222.3c16.8 14.6 39 26.3 63.7 35.6C114.5 276.9 182.5 288 256 288s141.5-11.1 192.3-30.2z"], + "table": [512, 512, [], "f0ce", "M64 256l0-96 160 0 0 96L64 256zm0 64l160 0 0 96L64 416l0-96zm224 96l0-96 160 0 0 96-160 0zM448 256l-160 0 0-96 160 0 0 96zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"], + "magnifying-glass-arrow-right": [512, 512, [], "e521", "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM241 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31L120 184c-13.3 0-24 10.7-24 24s10.7 24 24 24l118.1 0-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9l-72-72z"], + "tachograph-digital": [640, 512, ["digital-tachograph"], "f566", "M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l512 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm32 64l224 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L96 256c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zM64 368c0-8.8 7.2-16 16-16l256 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16zm320 0c0-8.8 7.2-16 16-16l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16zM80 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"], + "users-slash": [640, 512, [], "e073", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L440.6 320l178.1 0c11.8 0 21.3-9.6 21.3-21.3C640 239.8 592.2 192 533.3 192l-42.7 0c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 30.2-10.5 58-28 79.9l-25.2-19.7C408.1 267.7 416 246.8 416 224c0-53-43-96-96-96c-31.1 0-58.7 14.8-76.3 37.7l-40.6-31.8c13-14.2 20.9-33.1 20.9-53.9c0-44.2-35.8-80-80-80C116.3 0 91.9 14.1 77.5 35.5L38.8 5.1zM106.7 192C47.8 192 0 239.8 0 298.7C0 310.4 9.6 320 21.3 320l213.3 0c.2 0 .4 0 .7 0c-20.6-18.2-35.2-42.8-40.8-70.8L121.8 192l-15.2 0zM261.3 352C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7l330.7 0c10.5 0 19.5-6 23.9-14.8L324.9 352l-63.6 0zM512 160A80 80 0 1 0 512 0a80 80 0 1 0 0 160z"], + "clover": [448, 512, [], "e139", "M216.6 49.9C205.1 38.5 189.5 32 173.3 32C139.4 32 112 59.4 112 93.3l0 4.9c0 12 3.3 23.7 9.4 34l18.8 31.3c1.1 1.8 1.2 3.1 1 4.2c-.2 1.2-.8 2.5-2 3.6s-2.4 1.8-3.6 2c-1 .2-2.4 .1-4.2-1l-31.3-18.8c-10.3-6.2-22-9.4-34-9.4l-4.9 0C27.4 144 0 171.4 0 205.3c0 16.2 6.5 31.8 17.9 43.3l1.2 1.2c3.4 3.4 3.4 9 0 12.4l-1.2 1.2C6.5 274.9 0 290.5 0 306.7C0 340.6 27.4 368 61.3 368l4.9 0c12 0 23.7-3.3 34-9.4l31.3-18.8c1.8-1.1 3.1-1.2 4.2-1c1.2 .2 2.5 .8 3.6 2s1.8 2.4 2 3.6c.2 1 .1 2.4-1 4.2l-18.8 31.3c-6.2 10.3-9.4 22-9.4 34l0 4.9c0 33.8 27.4 61.3 61.3 61.3c16.2 0 31.8-6.5 43.3-17.9l1.2-1.2c3.4-3.4 9-3.4 12.4 0l1.2 1.2c11.5 11.5 27.1 17.9 43.3 17.9c33.8 0 61.3-27.4 61.3-61.3l0-4.9c0-12-3.3-23.7-9.4-34l-18.8-31.3c-1.1-1.8-1.2-3.1-1-4.2c.2-1.2 .8-2.5 2-3.6s2.4-1.8 3.6-2c1-.2 2.4-.1 4.2 1l31.3 18.8c10.3 6.2 22 9.4 34 9.4l4.9 0c33.8 0 61.3-27.4 61.3-61.3c0-16.2-6.5-31.8-17.9-43.3l-1.2-1.2c-3.4-3.4-3.4-9 0-12.4l1.2-1.2c11.5-11.5 17.9-27.1 17.9-43.3c0-33.8-27.4-61.3-61.3-61.3l-4.9 0c-12 0-23.7 3.3-34 9.4l-31.3 18.8c-1.8 1.1-3.1 1.2-4.2 1c-1.2-.2-2.5-.8-3.6-2s-1.8-2.4-2-3.6c-.2-1-.1-2.4 1-4.2l18.8-31.3c6.2-10.3 9.4-22 9.4-34l0-4.9C336 59.4 308.6 32 274.7 32c-16.2 0-31.8 6.5-43.3 17.9l-1.2 1.2c-3.4 3.4-9 3.4-12.4 0l-1.2-1.2z"], + "reply": [512, 512, [61714, "mail-reply"], "f3e5", "M205 34.8c11.5 5.1 19 16.6 19 29.2l0 64 112 0c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96l-96 0 0 64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4z"], + "star-and-crescent": [512, 512, [9770], "f699", "M0 256C0 114.6 114.6 0 256 0c33 0 64.6 6.3 93.6 17.7c7.4 2.9 11.5 10.7 9.8 18.4s-8.8 13-16.7 12.4c-4.8-.3-9.7-.5-14.6-.5c-114.9 0-208 93.1-208 208s93.1 208 208 208c4.9 0 9.8-.2 14.6-.5c7.9-.5 15 4.7 16.7 12.4s-2.4 15.5-9.8 18.4C320.6 505.7 289 512 256 512C114.6 512 0 397.4 0 256zM375.4 137.4c3.5-7.1 13.7-7.1 17.2 0l31.5 63.8c1.4 2.8 4.1 4.8 7.2 5.3l70.4 10.2c7.9 1.1 11 10.8 5.3 16.4l-50.9 49.6c-2.3 2.2-3.3 5.4-2.8 8.5l12 70.1c1.3 7.8-6.9 13.8-13.9 10.1l-63-33.1c-2.8-1.5-6.1-1.5-8.9 0l-63 33.1c-7 3.7-15.3-2.3-13.9-10.1l12-70.1c.5-3.1-.5-6.3-2.8-8.5L261 233.1c-5.7-5.6-2.6-15.2 5.3-16.4l70.4-10.2c3.1-.5 5.8-2.4 7.2-5.3l31.5-63.8z"], + "house-fire": [640, 512, [], "e50c", "M288 350.1l0 1.9-32 0c-17.7 0-32 14.3-32 32l0 64 0 24c0 22.1-17.9 40-40 40l-24 0-31.9 0c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2l-16 0c-22.1 0-40-17.9-40-40l0-112c0-.9 0-1.9 .1-2.8l0-69.7-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L447.3 128.1c-12.3-1-25 3-34.8 11.7c-35.4 31.6-65.6 67.7-87.3 102.8C304.3 276.5 288 314.9 288 350.1zM480 512c-88.4 0-160-71.6-160-160c0-76.7 62.5-144.7 107.2-179.4c5-3.9 10.9-5.8 16.8-5.8c7.9-.1 16 3.1 22 9.2l46 46 11.3-11.3c11.7-11.7 30.6-12.7 42.3-1C624.5 268 640 320.2 640 352c0 88.4-71.6 160-160 160zm64-111.8c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0C453 327.1 416 363.6 416 400.2c0 35.3 28.7 64 64 64s64-28.7 64-64z"], + "square-minus": [448, 512, [61767, "minus-square"], "f146", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm88 200l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"], + "helicopter": [640, 512, [128641], "f533", "M128 32c0-17.7 14.3-32 32-32L544 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L384 64l0 64 32 0c88.4 0 160 71.6 160 160l0 64c0 17.7-14.3 32-32 32l-160 0-64 0c-20.1 0-39.1-9.5-51.2-25.6l-71.4-95.2c-3.5-4.7-8.3-8.3-13.7-10.5L47.2 198.1c-9.5-3.8-16.7-12-19.2-22L5 83.9C2.4 73.8 10.1 64 20.5 64L48 64c10.1 0 19.6 4.7 25.6 12.8L112 128l208 0 0-64L160 64c-17.7 0-32-14.3-32-32zM384 320l128 0 0-32c0-53-43-96-96-96l-32 0 0 128zM630.6 425.4c12.5 12.5 12.5 32.8 0 45.3l-3.9 3.9c-24 24-56.6 37.5-90.5 37.5L256 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l280.2 0c17 0 33.3-6.7 45.3-18.7l3.9-3.9c12.5-12.5 32.8-12.5 45.3 0z"], + "compass": [512, 512, [129517], "f14e", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm50.7-186.9L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"], + "square-caret-down": [448, 512, ["caret-square-down"], "f150", "M384 480c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z"], + "file-circle-question": [576, 512, [], "e4ef", "M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6l0 6.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-6.4c0-5.3 4.3-9.6 9.6-9.6l40.5 0c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2l0 14.8c0 8.8 7.2 16 16 16s16-7.2 16-16l0-5.1 23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9l-40.5 0c-23 0-41.6 18.6-41.6 41.6z"], + "laptop-code": [640, 512, [], "f5fc", "M64 96c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 256-64 0 0-256L128 96l0 256-64 0L64 96zM0 403.2C0 392.6 8.6 384 19.2 384l601.6 0c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8L76.8 480C34.4 480 0 445.6 0 403.2zM281 209l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-48-48c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM393 175l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"], + "swatchbook": [512, 512, [], "f5c3", "M0 32C0 14.3 14.3 0 32 0L160 0c17.7 0 32 14.3 32 32l0 384c0 53-43 96-96 96s-96-43-96-96L0 32zM223.6 425.9c.3-3.3 .4-6.6 .4-9.9l0-262 75.4-75.4c12.5-12.5 32.8-12.5 45.3 0l90.5 90.5c12.5 12.5 12.5 32.8 0 45.3L223.6 425.9zM182.8 512l192-192L480 320c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-297.2 0zM128 64L64 64l0 64 64 0 0-64zM64 192l0 64 64 0 0-64-64 0zM96 440a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"], + "prescription-bottle": [384, 512, [], "f485", "M0 32C0 14.3 14.3 0 32 0L352 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64L0 32zm32 96l320 0 0 320c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-32 112 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L32 384l0-64 112 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L32 288l0-64 112 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L32 192l0-64z"], + "bars": [448, 512, ["navicon"], "f0c9", "M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"], + "people-group": [640, 512, [], "e533", "M72 88a56 56 0 1 1 112 0A56 56 0 1 1 72 88zM64 245.7C54 256.9 48 271.8 48 288s6 31.1 16 42.3l0-84.7zm144.4-49.3C178.7 222.7 160 261.2 160 304c0 34.3 12 65.8 32 90.5l0 21.5c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-26.8C26.2 371.2 0 332.7 0 288c0-61.9 50.1-112 112-112l32 0c24 0 46.2 7.5 64.4 20.3zM448 416l0-21.5c20-24.7 32-56.2 32-90.5c0-42.8-18.7-81.3-48.4-107.7C449.8 183.5 472 176 496 176l32 0c61.9 0 112 50.1 112 112c0 44.7-26.2 83.2-64 101.2l0 26.8c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32zm8-328a56 56 0 1 1 112 0A56 56 0 1 1 456 88zM576 245.7l0 84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM320 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM240 304c0 16.2 6 31 16 42.3l0-84.7c-10 11.3-16 26.1-16 42.3zm144-42.3l0 84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM448 304c0 44.7-26.2 83.2-64 101.2l0 42.8c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-42.8c-37.8-18-64-56.5-64-101.2c0-61.9 50.1-112 112-112l32 0c61.9 0 112 50.1 112 112z"], + "hourglass-end": [384, 512, [8987, "hourglass-3"], "f253", "M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64l0 11c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437l0 11c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 256 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1l0-11c17.7 0 32-14.3 32-32s-14.3-32-32-32L320 0 64 0 32 0zM96 75l0-11 192 0 0 11c0 25.5-10.1 49.9-28.1 67.9L192 210.7l-67.9-67.9C106.1 124.9 96 100.4 96 75z"], + "heart-crack": [512, 512, [128148, "heart-broken"], "f7a9", "M119.4 44.1c23.3-3.9 46.8-1.9 68.6 5.3l49.8 77.5-75.4 75.4c-1.5 1.5-2.4 3.6-2.3 5.8s1 4.2 2.6 5.7l112 104c2.9 2.7 7.4 2.9 10.5 .3s3.8-7 1.7-10.4l-60.4-98.1 90.7-75.6c2.6-2.1 3.5-5.7 2.4-8.8L296.8 61.8c28.5-16.7 62.4-23.2 95.7-17.6C461.5 55.6 512 115.2 512 185.1l0 5.8c0 41.5-17.2 81.2-47.6 109.5L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9L47.6 300.4C17.2 272.1 0 232.4 0 190.9l0-5.8c0-69.9 50.5-129.5 119.4-141z"], + "square-up-right": [448, 512, [8599, "external-link-square-alt"], "f360", "M384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM160 160c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l40 40-71 71C114 302 112 306.9 112 312s2 10 5.7 13.7l36.7 36.7c3.6 3.6 8.5 5.7 13.7 5.7s10-2 13.7-5.7l71-71 40 40c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8l0-144c0-8.8-7.2-16-16-16l-144 0z"], + "face-kiss-beam": [512, 512, [128537, "kiss-beam"], "f597", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 443.1 257.4 448 240 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1 .3-.2 .6-.4c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-84.9s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"], + "film": [512, 512, [127902], "f008", "M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM48 368l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm368-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM48 240l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm368-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM48 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16L64 96c-8.8 0-16 7.2-16 16zM416 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM160 128l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L192 96c-17.7 0-32 14.3-32 32zm32 160c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-128 0z"], + "ruler-horizontal": [640, 512, [], "f547", "M0 336c0 26.5 21.5 48 48 48l544 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48l-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0c-26.5 0-48 21.5-48 48L0 336z"], + "people-robbery": [576, 512, [], "e536", "M488.2 59.1C478.1 99.6 441.7 128 400 128s-78.1-28.4-88.2-68.9L303 24.2C298.8 7.1 281.4-3.3 264.2 1S236.7 22.6 241 39.8l8.7 34.9c11 44 40.2 79.6 78.3 99.6L328 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-305.7c38.1-20 67.3-55.6 78.3-99.6L559 39.8c4.3-17.1-6.1-34.5-23.3-38.8S501.2 7.1 497 24.2l-8.7 34.9zM400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM80 96A48 48 0 1 0 80 0a48 48 0 1 0 0 96zm-8 32c-35.3 0-64 28.7-64 64l0 96 0 .6L8 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-227.3 13 20.5c5.9 9.2 16.1 14.9 27 14.9l48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-30.4 0-37.4-58.9C157.6 142 132.1 128 104.7 128L72 128z"], + "lightbulb": [384, 512, [128161], "f0eb", "M272 384c9.6-31.9 29.5-59.1 49.2-86.2c0 0 0 0 0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4c0 0 0 0 0 0c19.8 27.1 39.7 54.4 49.2 86.2l160 0zM192 512c44.2 0 80-35.8 80-80l0-16-160 0 0 16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z"], + "caret-left": [256, 512, [], "f0d9", "M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"], + "circle-exclamation": [512, 512, ["exclamation-circle"], "f06a", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-112c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"], + "school-circle-xmark": [640, 512, [], "e56d", "M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l272 0s0 0 0 0l-64 0 0-96c0-35.3 28.7-64 64-64l.3 0 .5 0c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8L640 144c0-26.5-21.5-48-48-48L473.7 96 337.8 5.4zM96 192l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm0 128l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16c0-8.8-7.2-16-16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm22.6-144l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L518.6 368z"], + "arrow-right-from-bracket": [512, 512, ["sign-out"], "f08b", "M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 192 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128zM160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l64 0z"], + "circle-chevron-down": [512, 512, ["chevron-circle-down"], "f13a", "M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z"], + "unlock-keyhole": [448, 512, ["unlock-alt"], "f13e", "M224 64c-44.2 0-80 35.8-80 80l0 48 240 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l16 0 0-48C80 64.5 144.5 0 224 0c57.5 0 107 33.7 130.1 82.3c7.6 16 .8 35.1-15.2 42.6s-35.1 .8-42.6-15.2C283.4 82.6 255.9 64 224 64zm32 320c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0z"], + "cloud-showers-heavy": [512, 512, [], "f740", "M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2C64.7 126.1 64 119.1 64 112C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16c.5 0 1.1 0 1.6 0c53 0 96 43 96 96s-43 96-96 96L96 320zM81.5 353.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6S-3.3 490.7 1.9 478.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm120 0c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm244.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6s17.8 19.3 12.6 31.5zM313.5 353.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6z"], + "headphones-simple": [512, 512, ["headphones-alt"], "f58f", "M256 80C141.1 80 48 173.1 48 288l0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24L0 288C0 146.6 114.6 32 256 32s256 114.6 256 256l0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-104c0-114.9-93.1-208-208-208zM80 352c0-35.3 28.7-64 64-64l16 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-16 0c-35.3 0-64-28.7-64-64l0-64zm288-64c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64l-16 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l16 0z"], + "sitemap": [576, 512, [], "f0e8", "M208 80c0-26.5 21.5-48 48-48l64 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-8 0 0 40 152 0c30.9 0 56 25.1 56 56l0 32 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-32c0-4.4-3.6-8-8-8l-152 0 0 40 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-40-152 0c-4.4 0-8 3.6-8 8l0 32 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-32c0-30.9 25.1-56 56-56l152 0 0-40-8 0c-26.5 0-48-21.5-48-48l0-64z"], + "circle-dollar-to-slot": [512, 512, ["donate"], "f4b9", "M326.7 403.7c-22.1 8-45.9 12.3-70.7 12.3s-48.7-4.4-70.7-12.3l-.8-.3c-30-11-56.8-28.7-78.6-51.4C70 314.6 48 263.9 48 208C48 93.1 141.1 0 256 0S464 93.1 464 208c0 55.9-22 106.6-57.9 144c-1 1-2 2.1-3 3.1c-21.4 21.4-47.4 38.1-76.3 48.6zM256 91.9c-11.1 0-20.1 9-20.1 20.1l0 6c-5.6 1.2-10.9 2.9-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2 .7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.7 4c.3 .8 .9 2.6 .2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-2.2-.7-4.3-1.5-6.4-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2 .4 2.7 .9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1l0 6.4c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1l0-5.5c5.3-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3 .7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4l0-6.3c0-11.1-9-20.1-20.1-20.1zM48 352l16 0c19.5 25.9 44 47.7 72.2 64L64 416l0 32 192 0 192 0 0-32-72.2 0c28.2-16.3 52.8-38.1 72.2-64l16 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48z"], + "memory": [576, 512, [], "f538", "M64 64C28.7 64 0 92.7 0 128l0 7.4c0 6.8 4.4 12.6 10.1 16.3C23.3 160.3 32 175.1 32 192s-8.7 31.7-21.9 40.3C4.4 236 0 241.8 0 248.6L0 320l576 0 0-71.4c0-6.8-4.4-12.6-10.1-16.3C552.7 223.7 544 208.9 544 192s8.7-31.7 21.9-40.3c5.7-3.7 10.1-9.5 10.1-16.3l0-7.4c0-35.3-28.7-64-64-64L64 64zM576 352L0 352l0 64c0 17.7 14.3 32 32 32l48 0 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 96 0 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 96 0 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 96 0 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 48 0c17.7 0 32-14.3 32-32l0-64zM192 160l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32z"], + "road-spikes": [640, 512, [], "e568", "M64 116.8c0-15.8 20.5-22 29.3-8.9L192 256l0-139.2c0-15.8 20.5-22 29.3-8.9L320 256l0-139.2c0-15.8 20.5-22 29.3-8.9L448 256l0-139.2c0-15.8 20.5-22 29.3-8.9L606.8 302.2c14.2 21.3-1.1 49.7-26.6 49.7L512 352l-64 0-64 0-64 0-64 0-64 0L64 352l0-235.2zM32 384l576 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32z"], + "fire-burner": [640, 512, [], "e4f1", "M345.7 48.3L358 34.5c5.4-6.1 13.3-8.8 20.9-8.9c7.2 0 14.3 2.6 19.9 7.8c19.7 18.3 39.8 43.2 55 70.6C469 131.2 480 162.2 480 192.2C480 280.8 408.7 352 320 352c-89.6 0-160-71.3-160-159.8c0-37.3 16-73.4 36.8-104.5c20.9-31.3 47.5-59 70.9-80.2C273.4 2.3 280.7-.2 288 0c14.1 .3 23.8 11.4 32.7 21.6c0 0 0 0 0 0c2 2.3 4 4.6 6 6.7l19 19.9zM384 240.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0C293 167.1 256 203.6 256 240.2c0 35.3 28.7 64 64 64s64-28.7 64-64zM32 288c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 64 448 0 0-64c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 96c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l0-96zM320 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm160-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM192 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "flag": [448, 512, [127988, 61725], "f024", "M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32L0 64 0 368 0 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 64.3-16.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30l0-247.7c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L64 48l0-16z"], + "hanukiah": [640, 512, [128334], "f6e6", "M314.2 3.3C309.1 12.1 296 36.6 296 56c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7C324.6 1.2 322.4 0 320 0s-4.6 1.2-5.8 3.3zm-288 48C21.1 60.1 8 84.6 8 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7C36.6 49.2 34.4 48 32 48s-4.6 1.2-5.8 3.3zM88 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C101.1 60.1 88 84.6 88 104zm82.2-52.7C165.1 60.1 152 84.6 152 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM216 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C229.1 60.1 216 84.6 216 104zM394.2 51.3C389.1 60.1 376 84.6 376 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM440 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C453.1 60.1 440 84.6 440 104zm82.2-52.7C517.1 60.1 504 84.6 504 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM584 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C597.1 60.1 584 84.6 584 104zM112 160c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm160 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zM352 144c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 176L96 320c-17.7 0-32-14.3-32-32l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 53 43 96 96 96l192 0 0 64-128 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-128 0 0-64 192 0c53 0 96-43 96-96l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 17.7-14.3 32-32 32l-192 0 0-176z"], + "feather": [512, 512, [129718], "f52d", "M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57-57 68 0c49.7 0 97.9-14.4 139-41c11.1-7.2 5.5-23-7.8-23c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l81-24.3c2.5-.8 4.8-2.1 6.7-4l22.4-22.4c10.1-10.1 2.9-27.3-11.3-27.3l-32.2 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l112-33.6c4-1.2 7.4-3.9 9.3-7.7C506.4 207.6 512 184.1 512 160c0-41-16.3-80.3-45.3-109.3l-5.5-5.5C432.3 16.3 393 0 352 0s-80.3 16.3-109.3 45.3L139 149C91 197 64 262.1 64 330l0 55.3L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z"], + "volume-low": [448, 512, [128264, "volume-down"], "f027", "M301.1 34.8C312.6 40 320 51.4 320 64l0 384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352 64 352c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l67.8 0L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM412.6 181.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5z"], + "comment-slash": [640, 512, [], "f4b3", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L512.9 376.7C552.2 340.2 576 292.3 576 240C576 125.1 461.4 32 320 32c-67.7 0-129.3 21.4-175.1 56.3L38.8 5.1zm385.2 425L82.9 161.3C70.7 185.6 64 212.2 64 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c37 0 72.3-6.4 104.1-17.9z"], + "cloud-sun-rain": [640, 512, [127782], "f743", "M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l10.4 62.4c-23.3 10.8-42.9 28.4-56 50.3c-14.6-9-31.8-14.1-50.2-14.1c-53 0-96 43-96 96c0 35.5 19.3 66.6 48 83.2c.8 31.8 13.2 60.7 33.1 82.7l-56 39.2c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM208 144c13.8 0 26.7 4.4 37.1 11.9c-1.2 4.1-2.2 8.3-3 12.6c-37.9 14.6-67.2 46.6-77.8 86.4C151.8 243.1 144 226.5 144 208c0-35.3 28.7-64 64-64zm69.4 276c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm74.5-116.1c0 44.2-35.8 80-80 80l-271.9 0c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z"], + "compress": [448, 512, [], "f066", "M160 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32l0-96zM32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32l-96 0zM352 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-64zM320 320c-17.7 0-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0z"], + "wheat-awn": [512, 512, ["wheat-alt"], "e2cd", "M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0L271.5 38.6c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0L67.9 242.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0L486.5 231c6.2-6.2 6.2-16.4 0-22.6L475.2 197c-5.2-5.2-10.6-9.8-16.4-13.9L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L329.1 52.9c-3.7-5-7.8-9.8-12.4-14.3L305.5 27.3z"], + "ankh": [320, 512, [9765], "f644", "M96 128c0-35.3 28.7-64 64-64s64 28.7 64 64c0 41.6-20.7 76.6-46.6 104.1c-5.9 6.2-11.8 11.8-17.4 16.7c-5.6-4.9-11.5-10.5-17.4-16.7C116.7 204.6 96 169.6 96 128zM160 0C89.3 0 32 57.3 32 128c0 52.4 21.5 95.5 46.8 128L32 256c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-46.8 0c25.4-32.5 46.8-75.6 46.8-128C288 57.3 230.7 0 160 0z"], + "hands-holding-child": [640, 512, [], "e4fa", "M320 0a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm44.7 164.3L375.8 253c1.6 13.2-7.7 25.1-20.8 26.8s-25.1-7.7-26.8-20.8l-4.4-35-7.6 0-4.4 35c-1.6 13.2-13.6 22.5-26.8 20.8s-22.5-13.6-20.8-26.8l11.1-88.8L255.5 181c-10.1 8.6-25.3 7.3-33.8-2.8s-7.3-25.3 2.8-33.8l27.9-23.6C271.3 104.8 295.3 96 320 96s48.7 8.8 67.6 24.7l27.9 23.6c10.1 8.6 11.4 23.7 2.8 33.8s-23.7 11.4-33.8 2.8l-19.8-16.7zM40 64c22.1 0 40 17.9 40 40l0 40 0 80 0 40.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2c0 0 0 0 0 0l25.3 25.3c21 21 32.8 49.5 32.8 79.2l0 78.9c0 26.5-21.5 48-48 48l-66.7 0c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5L0 224l0-64 0-56C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40l0 56 0 64 0 101.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7L400 512c-26.5 0-48-21.5-48-48l0-78.9c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3c0 0 0 0 0 0l15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3l0-40.2 0-80 0-40c0-22.1 17.9-40 40-40z"], + "asterisk": [384, 512, [10033, 61545], "2a", "M192 32c17.7 0 32 14.3 32 32l0 135.5 111.5-66.9c15.2-9.1 34.8-4.2 43.9 11s4.2 34.8-11 43.9L254.2 256l114.3 68.6c15.2 9.1 20.1 28.7 11 43.9s-28.7 20.1-43.9 11L224 312.5 224 448c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-135.5L48.5 379.4c-15.2 9.1-34.8 4.2-43.9-11s-4.2-34.8 11-43.9L129.8 256 15.5 187.4c-15.2-9.1-20.1-28.7-11-43.9s28.7-20.1 43.9-11L160 199.5 160 64c0-17.7 14.3-32 32-32z"], + "square-check": [448, 512, [9745, 9989, 61510, "check-square"], "f14a", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"], + "peseta-sign": [384, 512, [], "e221", "M64 32C46.3 32 32 46.3 32 64l0 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 96 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 96 0c77.4 0 142-55 156.8-128l3.2 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-3.2 0C334 87 269.4 32 192 32L64 32zM282.5 160L96 160l0-64 96 0c41.8 0 77.4 26.7 90.5 64zM96 224l186.5 0c-13.2 37.3-48.7 64-90.5 64l-96 0 0-64z"], + "heading": [448, 512, ["header"], "f1dc", "M0 64C0 46.3 14.3 32 32 32l48 0 48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 112 224 0 0-112-16 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l48 0 48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 144 0 176 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-48 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-144-224 0 0 144 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-48 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-176L48 96 32 96C14.3 96 0 81.7 0 64z"], + "ghost": [384, 512, [128123], "f6e2", "M40.1 467.1l-11.2 9c-3.2 2.5-7.1 3.9-11.1 3.9C8 480 0 472 0 462.2L0 192C0 86 86 0 192 0S384 86 384 192l0 270.2c0 9.8-8 17.8-17.8 17.8c-4 0-7.9-1.4-11.1-3.9l-11.2-9c-13.4-10.7-32.8-9-44.1 3.9L269.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6l-26.6-30.5c-12.7-14.6-35.4-14.6-48.2 0L141.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6L84.2 471c-11.3-12.9-30.7-14.6-44.1-3.9zM160 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "list": [512, 512, ["list-squares"], "f03a", "M40 48C26.7 48 16 58.7 16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zM16 232l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0z"], + "square-phone-flip": [448, 512, ["phone-square-alt"], "f87b", "M384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zm-90.7 96.7c-9.7-2.6-19.9 2.3-23.7 11.6l-20 48c-3.4 8.2-1 17.6 5.8 23.2L280 231.7c-16.6 35.2-45.1 63.7-80.3 80.3l-20.2-24.7c-5.6-6.8-15-9.2-23.2-5.8l-48 20c-9.3 3.9-14.2 14-11.6 23.7l12 44C111.1 378 119 384 128 384c123.7 0 224-100.3 224-224c0-9-6-16.9-14.7-19.3l-44-12z"], + "cart-plus": [576, 512, [], "f217", "M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM252 160c0 11 9 20 20 20l44 0 0 44c0 11 9 20 20 20s20-9 20-20l0-44 44 0c11 0 20-9 20-20s-9-20-20-20l-44 0 0-44c0-11-9-20-20-20s-20 9-20 20l0 44-44 0c-11 0-20 9-20 20z"], + "gamepad": [640, 512, [], "f11b", "M192 64C86 64 0 150 0 256S86 448 192 448l256 0c106 0 192-86 192-192s-86-192-192-192L192 64zM496 168a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM392 304a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM168 200c0-13.3 10.7-24 24-24s24 10.7 24 24l0 32 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l32 0 0-32z"], + "circle-dot": [512, 512, [128280, "dot-circle"], "f192", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"], + "face-dizzy": [512, 512, ["dizzy"], "f567", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-224a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM100.7 132.7c6.2-6.2 16.4-6.2 22.6 0L160 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L182.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L160 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L137.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6zm192 0c6.2-6.2 16.4-6.2 22.6 0L352 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L374.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L352 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L329.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6z"], + "egg": [384, 512, [129370], "f7fb", "M192 496C86 496 0 394 0 288C0 176 64 16 192 16s192 160 192 272c0 106-86 208-192 208zM154.8 134c6.5-6 7-16.1 1-22.6s-16.1-7-22.6-1c-23.9 21.8-41.1 52.7-52.3 84.2C69.7 226.1 64 259.7 64 288c0 8.8 7.2 16 16 16s16-7.2 16-16c0-24.5 5-54.4 15.1-82.8c10.1-28.5 25-54.1 43.7-71.2z"], + "house-medical-circle-xmark": [640, 512, [], "e513", "M320 368c0 59.5 29.5 112.1 74.8 144l-266.7 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64L320 256l0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L473.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L496 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 368z"], + "campground": [576, 512, [9978], "f6bb", "M377 52c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5L288 60.8 249 12c-11-13.8-31.2-16-45-5s-16 31.2-5 45l48 60L12.3 405.4C4.3 415.4 0 427.7 0 440.4L0 464c0 26.5 21.5 48 48 48l240 0 240 0c26.5 0 48-21.5 48-48l0-23.6c0-12.7-4.3-25.1-12.3-35L329 112l48-60zM288 448l-119.5 0L288 291.7 407.5 448 288 448z"], + "folder-plus": [512, 512, [], "f65e", "M512 416c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l128 0c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8l160 0c35.3 0 64 28.7 64 64l0 256zM232 376c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z"], + "futbol": [512, 512, [9917, "futbol-ball", "soccer-ball"], "f1e3", "M417.3 360.1l-71.6-4.8c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-17.6 69.6C289.5 445.8 273 448 256 448s-33.5-2.2-49.2-6.4L189.2 372c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-71.6 4.8c-17.6-27.2-28.5-59.2-30.4-93.6L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15l-26.7-66.6C128 109.2 155.3 89 186.7 76.9l55.2 46c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l55.2-46c31.3 12.1 58.7 32.3 79.6 57.9l-26.7 66.6c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l60.7 38.2c-1.9 34.4-12.8 66.4-30.4 93.6zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6l59.2 0c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"], + "paintbrush": [576, 512, [128396, "paint-brush"], "f1fc", "M339.3 367.1c27.3-3.9 51.9-19.4 67.2-42.9L568.2 74.1c12.6-19.5 9.4-45.3-7.6-61.2S517.7-4.4 499.1 9.6L262.4 187.2c-24 18-38.2 46.1-38.4 76.1L339.3 367.1zm-19.6 25.4l-116-104.4C143.9 290.3 96 339.6 96 400c0 3.9 .2 7.8 .6 11.6C98.4 429.1 86.4 448 68.8 448L64 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0c61.9 0 112-50.1 112-112c0-2.5-.1-5-.2-7.5z"], + "lock": [448, 512, [128274], "f023", "M144 144l0 48 160 0 0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192l0-48C80 64.5 144.5 0 224 0s144 64.5 144 144l0 48 16 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l16 0z"], + "gas-pump": [512, 512, [9981], "f52f", "M32 64C32 28.7 60.7 0 96 0L256 0c35.3 0 64 28.7 64 64l0 192 8 0c48.6 0 88 39.4 88 88l0 32c0 13.3 10.7 24 24 24s24-10.7 24-24l0-154c-27.6-7.1-48-32.2-48-62l0-64L384 64c-8.8-8.8-8.8-23.2 0-32s23.2-8.8 32 0l77.3 77.3c12 12 18.7 28.3 18.7 45.3l0 13.5 0 24 0 32 0 152c0 39.8-32.2 72-72 72s-72-32.2-72-72l0-32c0-22.1-17.9-40-40-40l-8 0 0 144c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32L32 64zM96 80l0 96c0 8.8 7.2 16 16 16l128 0c8.8 0 16-7.2 16-16l0-96c0-8.8-7.2-16-16-16L112 64c-8.8 0-16 7.2-16 16z"], + "hot-tub-person": [512, 512, ["hot-tub"], "f593", "M272 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5l0 13.2c0 13.3 10.7 24 24 24s24-10.7 24-24l0-13.2c0-34-14.4-66.4-39.7-89.2L295.8 82.8C280.7 69.1 272 49.7 272 29.2l0-5.2zM0 320l0 16L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-128c0-35.3-28.7-64-64-64l-170.7 0c-13.8 0-27.3-4.5-38.4-12.8l-85.3-64C137 166.7 116.8 160 96 160c-53 0-96 43-96 96l0 64zm128 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16s16 7.2 16 16zm80-16c8.8 0 16 7.2 16 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16zm112 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16s16 7.2 16 16zm80-16c8.8 0 16 7.2 16 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16zM360 0c-13.3 0-24 10.7-24 24l0 5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5l0 13.2c0 13.3 10.7 24 24 24s24-10.7 24-24l0-13.2c0-34-14.4-66.4-39.7-89.2L407.8 82.8C392.7 69.1 384 49.7 384 29.2l0-5.2c0-13.3-10.7-24-24-24zM64 128A64 64 0 1 0 64 0a64 64 0 1 0 0 128z"], + "map-location": [576, 512, ["map-marked"], "f59f", "M302.8 312C334.9 271.9 408 174.6 408 120C408 53.7 354.3 0 288 0S168 53.7 168 120c0 54.6 73.1 151.9 105.2 192c7.7 9.6 22 9.6 29.6 0zM416 503l144.9-58c9.1-3.6 15.1-12.5 15.1-22.3L576 152c0-17-17.1-28.6-32.9-22.3l-116 46.4c-.5 1.2-1 2.5-1.5 3.7c-2.9 6.8-6.1 13.7-9.6 20.6L416 503zM15.1 187.3C6 191 0 199.8 0 209.6L0 480.4c0 17 17.1 28.6 32.9 22.3L160 451.8l0-251.4c-3.5-6.9-6.7-13.8-9.6-20.6c-5.6-13.2-10.4-27.4-12.8-41.5l-122.6 49zM384 255c-20.5 31.3-42.3 59.6-56.2 77c-20.5 25.6-59.1 25.6-79.6 0c-13.9-17.4-35.7-45.7-56.2-77l0 194.4 192 54.9L384 255z"], + "house-flood-water": [576, 512, [], "e50e", "M306.8 6.1C295.6-2 280.4-2 269.2 6.1l-176 128c-11.2 8.2-15.9 22.6-11.6 35.8S98.1 192 112 192l16 0 0 73c1.7 1 3.3 2 4.9 3.1c18 12.4 40.1 20.3 59.2 20.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c1.5-1 3-2 4.5-2.9l-.3-73.2 16.6 0c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8l-176-128zM269.5 309.9C247 325.4 219.5 336 192 336c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 389.7 159 400 192 400c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 325.2 410.9 336 384 336c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 437.2 410.9 448 384 448z"], + "tree": [448, 512, [127794], "f1bb", "M210.6 5.9L62 169.4c-3.9 4.2-6 9.8-6 15.5C56 197.7 66.3 208 79.1 208l24.9 0L30.6 281.4c-4.2 4.2-6.6 10-6.6 16C24 309.9 34.1 320 46.6 320L80 320 5.4 409.5C1.9 413.7 0 419 0 424.5c0 13 10.5 23.5 23.5 23.5L192 448l0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 168.5 0c13 0 23.5-10.5 23.5-23.5c0-5.5-1.9-10.8-5.4-15L368 320l33.4 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L344 208l24.9 0c12.7 0 23.1-10.3 23.1-23.1c0-5.7-2.1-11.3-6-15.5L237.4 5.9C234 2.1 229.1 0 224 0s-10 2.1-13.4 5.9z"], + "bridge-lock": [640, 512, [], "e4cc", "M32 64c0-17.7 14.3-32 32-32l512 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-40 0 0 64-8 0c-61.9 0-112 50.1-112 112l0 24.6c-9.9 5.8-18.2 14.1-23.8 24.1c-17.6-20-43.4-32.7-72.2-32.7c-53 0-96 43-96 96l0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64c0-53-43-96-96-96l0-128 72 0 0-64L64 96C46.3 96 32 81.7 32 64zM408 96l0 64 80 0 0-64-80 0zm-48 64l0-64-80 0 0 64 80 0zM152 96l0 64 80 0 0-64-80 0zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z"], + "sack-dollar": [512, 512, [128176], "f81d", "M320 96L192 96 144.6 24.9C137.5 14.2 145.1 0 157.9 0L354.1 0c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128l128 0c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96L96 512c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4c0 0 0 0 0 0s0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84 88c0-11-9-20-20-20s-20 9-20 20l0 14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1c0 0 0 0 0 0s0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4l0 14.6c0 11 9 20 20 20s20-9 20-20l0-13.8c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15c0 0 0 0 0 0l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7l0-13.9z"], + "pen-to-square": [512, 512, ["edit"], "f044", "M471.6 21.7c-21.9-21.9-57.3-21.9-79.2 0L362.3 51.7l97.9 97.9 30.1-30.1c21.9-21.9 21.9-57.3 0-79.2L471.6 21.7zm-299.2 220c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5L437.7 172.3 339.7 74.3 172.4 241.7zM96 64C43 64 0 107 0 160L0 416c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 17.7-14.3 32-32 32L96 448c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 64z"], + "car-side": [640, 512, [128663], "f5e4", "M171.3 96L224 96l0 96-112.7 0 30.4-75.9C146.5 104 158.2 96 171.3 96zM272 192l0-96 81.2 0c9.7 0 18.9 4.4 25 12l67.2 84L272 192zm256.2 1L428.2 68c-18.2-22.8-45.8-36-75-36L171.3 32c-39.3 0-74.6 23.9-89.1 60.3L40.6 196.4C16.8 205.8 0 228.9 0 256L0 368c0 17.7 14.3 32 32 32l33.3 0c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80l130.7 0c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80l33.3 0c17.7 0 32-14.3 32-32l0-48c0-65.2-48.8-119-111.8-127zM434.7 368a48 48 0 1 1 90.5 32 48 48 0 1 1 -90.5-32zM160 336a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"], + "share-nodes": [448, 512, ["share-alt"], "f1e0", "M352 224c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96c0 4 .2 8 .7 11.9l-94.1 47C145.4 170.2 121.9 160 96 160c-53 0-96 43-96 96s43 96 96 96c25.9 0 49.4-10.2 66.6-26.9l94.1 47c-.5 3.9-.7 7.8-.7 11.9c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-25.9 0-49.4 10.2-66.6 26.9l-94.1-47c.5-3.9 .7-7.8 .7-11.9s-.2-8-.7-11.9l94.1-47C302.6 213.8 326.1 224 352 224z"], + "heart-circle-minus": [576, 512, [], "e4ff", "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l128 0c8.8 0 16 7.2 16 16z"], + "hourglass-half": [384, 512, ["hourglass-2"], "f252", "M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64l0 11c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437l0 11c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 256 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1l0-11c17.7 0 32-14.3 32-32s-14.3-32-32-32L320 0 64 0 32 0zM96 75l0-11 192 0 0 11c0 19-5.6 37.4-16 53L112 128c-10.3-15.6-16-34-16-53zm16 309c3.5-5.3 7.6-10.3 12.1-14.9L192 301.3l67.9 67.9c4.6 4.6 8.6 9.6 12.1 14.9L112 384z"], + "microscope": [512, 512, [128300], "f610", "M160 32c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32c-17.7 0-32-14.3-32-32l0-224c0-17.7 14.3-32 32-32zM32 448l288 0c70.7 0 128-57.3 128-128s-57.3-128-128-128l0-64c106 0 192 86 192 192c0 49.2-18.5 94-48.9 128l16.9 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32zm80-64l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "sink": [512, 512, [], "e06d", "M288 96c0-17.7 14.3-32 32-32s32 14.3 32 32s14.3 32 32 32s32-14.3 32-32c0-53-43-96-96-96s-96 43-96 96l0 192-64 0 0-24c0-30.9-25.1-56-56-56l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c4.4 0 8 3.6 8 8l0 24-80 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l224 0 224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-80 0 0-24c0-4.4 3.6-8 8-8l56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0c-30.9 0-56 25.1-56 56l0 24-64 0 0-192zM480 416l0-32L32 384l0 32c0 53 43 96 96 96l256 0c53 0 96-43 96-96z"], + "bag-shopping": [448, 512, ["shopping-bag"], "f290", "M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64l0 48-128 0 0-48zm-48 48l-64 0c-26.5 0-48 21.5-48 48L0 416c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-208c0-26.5-21.5-48-48-48l-64 0 0-48C336 50.1 285.9 0 224 0S112 50.1 112 112l0 48zm24 48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm152 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"], + "arrow-down-z-a": [576, 512, ["sort-alpha-desc", "sort-alpha-down-alt"], "f881", "M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L128 365.7 128 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 301.7 32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 64c0-17.7 14.3-32 32-32l128 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 160l50.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 96 352 96c-17.7 0-32-14.3-32-32zm96 192c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3L460.2 448l-88.4 0-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128c5.4-10.8 16.5-17.7 28.6-17.7zM395.8 400l40.4 0L416 359.6 395.8 400z"], + "mitten": [448, 512, [], "f7b5", "M352 384L64 384 5.4 178.9C1.8 166.4 0 153.4 0 140.3C0 62.8 62.8 0 140.3 0l3.4 0c66 0 123.5 44.9 139.5 108.9l31.4 125.8 17.6-20.1C344.8 200.2 362.9 192 382 192l2.8 0c34.9 0 63.3 28.3 63.3 63.3c0 15.9-6 31.2-16.8 42.9L352 384zM32 448c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L64 512c-17.7 0-32-14.3-32-32l0-32z"], + "person-rays": [512, 512, [], "e54d", "M208 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1-28.6 47.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L328 256.9 328 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM7 7C16.4-2.3 31.6-2.3 41 7l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 41C-2.3 31.6-2.3 16.4 7 7zM471 7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L471 7zM7 505c-9.4-9.4-9.4-24.6 0-33.9l80-80c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L41 505c-9.4 9.4-24.6 9.4-33.9 0zm464 0l-80-80c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z"], + "users": [640, 512, [], "f0c0", "M144 0a80 80 0 1 1 0 160A80 80 0 1 1 144 0zM512 0a80 80 0 1 1 0 160A80 80 0 1 1 512 0zM0 298.7C0 239.8 47.8 192 106.7 192l42.7 0c15.9 0 31 3.5 44.6 9.7c-1.3 7.2-1.9 14.7-1.9 22.3c0 38.2 16.8 72.5 43.3 96c-.2 0-.4 0-.7 0L21.3 320C9.6 320 0 310.4 0 298.7zM405.3 320c-.2 0-.4 0-.7 0c26.6-23.5 43.3-57.8 43.3-96c0-7.6-.7-15-1.9-22.3c13.6-6.3 28.7-9.7 44.6-9.7l42.7 0C592.2 192 640 239.8 640 298.7c0 11.8-9.6 21.3-21.3 21.3l-213.3 0zM224 224a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM128 485.3C128 411.7 187.7 352 261.3 352l117.3 0C452.3 352 512 411.7 512 485.3c0 14.7-11.9 26.7-26.7 26.7l-330.7 0c-14.7 0-26.7-11.9-26.7-26.7z"], + "eye-slash": [640, 512, [], "f070", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z"], + "flask-vial": [640, 512, [], "e4f3", "M175 389.4c-9.8 16-15 34.3-15 53.1c-10 3.5-20.8 5.5-32 5.5c-53 0-96-43-96-96L32 64C14.3 64 0 49.7 0 32S14.3 0 32 0L96 0l64 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 245.9-49 79.6zM96 64l0 96 64 0 0-96L96 64zM352 0L480 0l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 150.9L629.7 406.2c6.7 10.9 10.3 23.5 10.3 36.4c0 38.3-31.1 69.4-69.4 69.4l-309.2 0c-38.3 0-69.4-31.1-69.4-69.4c0-12.8 3.6-25.4 10.3-36.4L320 214.9 320 64c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0zm32 64l0 160c0 5.9-1.6 11.7-4.7 16.8L330.5 320l171 0-48.8-79.2c-3.1-5-4.7-10.8-4.7-16.8l0-160-64 0z"], + "hand": [512, 512, [129306, 9995, "hand-paper"], "f256", "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 272c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64l19.2 0c97.2 0 176-78.8 176-176l0-208c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208z"], + "om": [512, 512, [128329], "f679", "M379.3 4.7c-6.2-6.2-16.4-6.2-22.6 0l-16 16c-6.2 6.2-6.2 16.4 0 22.6l16 16c6.2 6.2 16.4 6.2 22.6 0l16-16c6.2-6.2 6.2-16.4 0-22.6l-16-16zM281 66.7c-2.2-1.5-4.9-2.5-7.7-2.7c-.6 0-1.3-.1-1.9 0c-3.9 .2-7.4 1.7-10.1 4.2c-.9 .8-1.6 1.7-2.3 2.6c-1.7 2.4-2.7 5.3-2.9 8.5c0 .7 0 1.4 0 2.1c.2 2.2 .9 4.3 1.9 6.2l.3 .6c.3 .6 .8 1.4 1.4 2.4c1.2 2 2.9 4.8 5.1 8.2c4.4 6.7 11.1 15.5 20 24.4C302.4 141.1 330.3 160 368 160c31.2 0 56.6-10.4 73.9-20.2c8.7-5 15.6-9.9 20.4-13.8c2.4-1.9 4.3-3.6 5.7-4.9c.7-.6 1.3-1.2 1.7-1.6l.6-.5 .1-.1 .1-.1s0 0 0 0s0 0 0 0c5.9-5.8 9.5-13.9 9.5-22.8c0-17.7-14.3-32-32-32c-8.7 0-16.7 3.5-22.4 9.2c-.1 .1-.2 .2-.5 .4c-.5 .5-1.5 1.3-2.8 2.4c-2.7 2.2-6.8 5.2-12.1 8.2C399.4 90.4 384.8 96 368 96c-20.8 0-42.4-7-59.5-14.6c-8.4-3.7-15.4-7.5-20.3-10.3c-2.4-1.4-4.3-2.5-5.6-3.3c-.6-.4-1.1-.7-1.4-.9l-.3-.2zM115.2 169.6c8-6 17.9-9.6 28.8-9.6c26.5 0 48 21.5 48 48s-21.5 48-48 48l-34.2 0c-7.6 0-13.8 6.2-13.8 13.8c0 1.5 .2 2.9 .7 4.4l8 24c4.4 13.1 16.6 21.9 30.4 21.9l8.9 0 16 0c35.3 0 64 28.7 64 64s-28.7 64-64 64c-50.8 0-82.7-21.5-102.2-42.8c-9.9-10.8-16.6-21.6-20.9-29.7c-2.1-4-3.6-7.3-4.5-9.6c-.5-1.1-.8-2-1-2.5l-.2-.5c-.3-.9-.7-1.8-1.1-2.6c-1.2-2.2-2.8-4-4.7-5.4c-1.9-1.4-4.1-2.3-6.5-2.8c-1.4-.3-2.9-.3-4.4-.2c-2.5 .2-4.8 1-6.8 2.3c-1.1 .7-2.2 1.5-3.1 2.5c-2.4 2.5-4.1 5.8-4.5 9.5c-.1 .6-.1 1.1-.1 1.7c0 0 0 0 0 0c0 .8 .1 1.7 .2 2.5l0 .1c0 .3 .1 .8 .2 1.3c.2 1.1 .4 2.7 .8 4.6c.8 3.9 2 9.4 3.9 15.9c3.8 13 10.3 30.4 21.3 48C48.7 476.2 89.4 512 160 512c70.7 0 128-57.3 128-128c0-23.3-6.2-45.2-17.1-64l22.6 0c25.5 0 49.9-10.1 67.9-28.1l26.5-26.5c6-6 14.1-9.4 22.6-9.4l5.5 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32c-25.7 0-41.4-12.5-51.2-25.6c-5-6.7-8.4-13.4-10.5-18.6c-1.1-2.5-1.8-4.6-2.2-6c-.2-.7-.4-1.2-.5-1.5l-.1-.2c-.3-1.3-.8-2.6-1.5-3.8c-1.1-2-2.6-3.8-4.4-5.1c-2.7-2-6-3.2-9.6-3.2l-.2 0c-8 .1-14.6 6.1-15.6 13.9c0 0 0 0 0 0c0 .3-.1 .6-.2 1.1c-.1 .9-.3 2.1-.4 3.6c-.3 3-.6 7.3-.6 12.4c0 10.1 1.1 23.9 5.8 38.1c4.8 14.3 13.4 29.3 28.6 40.7C368.7 473.3 389.3 480 416 480c53 0 96-43 96-96l0-96c0-53-43-96-96-96l-5.5 0c-25.5 0-49.9 10.1-67.9 28.1l-26.5 26.5c-6 6-14.1 9.4-22.6 9.4l-48.3 0c6.9-14.5 10.8-30.8 10.8-48c0-61.9-50.1-112-112-112c-25.2 0-48.5 8.3-67.2 22.4c-14.1 10.6-17 30.7-6.4 44.8s30.7 17 44.8 6.4z"], + "worm": [512, 512, [], "e599", "M256 96c0-53 43-96 96-96l38.4 0C439.9 0 480 40.1 480 89.6l0 86.4 0 16 0 184c0 75.1-60.9 136-136 136s-136-60.9-136-136l0-80c0-22.1-17.9-40-40-40s-40 17.9-40 40l0 168c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-168c0-75.1 60.9-136 136-136s136 60.9 136 136l0 80c0 22.1 17.9 40 40 40s40-17.9 40-40l0-184-32 0c-53 0-96-43-96-96zm144-8a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"], + "house-circle-xmark": [640, 512, [], "e50b", "M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 69.7c-.1 .9-.1 1.8-.1 2.8l0 112c0 22.1 17.9 40 40 40l16 0c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2l31.9 0 24 0c22.1 0 40-17.9 40-40l0-24 0-64c0-17.7 14.3-32 32-32l64 0 .7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"], + "plug": [384, 512, [128268], "f1e6", "M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2C297 398 352 333.4 352 256l0-32c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z"], + "chevron-up": [512, 512, [], "f077", "M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"], + "hand-spock": [576, 512, [128406], "f259", "M246.9 23.7C242.3 6.6 224.8-3.5 207.7 1.1s-27.2 22.1-22.6 39.2L238 237.8c2.5 9.2-4.5 18.2-14 18.2c-6.4 0-12-4.2-13.9-10.3L166.6 102.7c-5.1-16.9-23-26.4-39.9-21.3s-26.4 23-21.3 39.9l62.8 206.4c2.4 7.9-7.2 13.8-13.2 8.1L99.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L156.8 448c43.1 41.1 100.4 64 160 64l10.9 0 8.2 0c.1 0 .1-.1 .1-.1s.1-.1 .1-.1c58.3-3.5 108.6-43.2 125.3-99.7l81.2-275c5-16.9-4.7-34.7-21.6-39.8s-34.7 4.7-39.8 21.6L443.5 247.1c-1.6 5.3-6.4 8.9-12 8.9c-7.9 0-13.8-7.3-12.2-15.1l36-170.3c3.7-17.3-7.4-34.3-24.7-37.9s-34.3 7.4-37.9 24.7L355.1 235.1c-2.6 12.2-13.3 20.9-25.8 20.9c-11.9 0-22.4-8-25.4-19.5l-57-212.8z"], + "stopwatch": [448, 512, [9201], "f2f2", "M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 34.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6L256 64l16 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L224 0 176 0zm72 192l0 128c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-128c0-13.3 10.7-24 24-24s24 10.7 24 24z"], + "face-kiss": [512, 512, [128535, "kiss"], "f596", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 443.1 257.4 448 240 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1 .3-.2 .6-.4c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "bridge-circle-xmark": [640, 512, [], "e4cb", "M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32l40 0 0 64-72 0 0 128c53 0 96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2l0-72.2-72 0 0-64 40 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32zM488 96l0 64-80 0 0-64 80 0zM360 96l0 64-80 0 0-64 80 0zM232 96l0 64-80 0 0-64 80 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"], + "face-grin-tongue": [512, 512, [128539, "grin-tongue"], "f589", "M0 256C0 368.9 73.1 464.7 174.5 498.8C165.3 484 160 466.6 160 448l0-47.3c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6l0 46.9c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256C512 114.6 397.4 0 256 0S0 114.6 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 448l0-45.4c0-14.7-11.9-26.6-26.6-26.6l-2 0c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9l-2 0c-14.7 0-26.6 11.9-26.6 26.6l0 45.4c0 35.3 28.7 64 64 64s64-28.7 64-64z"], + "chess-bishop": [320, 512, [9821], "f43a", "M128 0C110.3 0 96 14.3 96 32c0 16.1 11.9 29.4 27.4 31.7C78.4 106.8 8 190 8 288c0 47.4 30.8 72.3 56 84.7L64 400l192 0 0-27.3c25.2-12.5 56-37.4 56-84.7c0-37.3-10.2-72.4-25.3-104.1l-99.4 99.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L270.8 154.6c-23.2-38.1-51.8-69.5-74.2-90.9C212.1 61.4 224 48.1 224 32c0-17.7-14.3-32-32-32L128 0zM48 432L6.6 473.4c-4.2 4.2-6.6 10-6.6 16C0 501.9 10.1 512 22.6 512l274.7 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L272 432 48 432z"], + "face-grin-wink": [512, 512, ["grin-wink"], "f58c", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zm-16.9-79.2c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "ear-deaf": [512, 512, ["deaf", "deafness", "hard-of-hearing"], "f2a4", "M502.6 54.6l-40 40c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l40-40c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zm-320 320l-128 128c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zM240 128c-57.6 0-105.1 43.6-111.3 99.5c-1.9 17.6-17.8 30.2-35.3 28.3s-30.2-17.8-28.3-35.3C74.8 132.5 149.4 64 240 64c97.2 0 176 78.8 176 176c0 46-17.7 87.9-46.6 119.3c-12 13-17.4 24.8-17.4 34.7l0 6.1c0 61.9-50.1 112-112 112c-17.7 0-32-14.3-32-32s14.3-32 32-32c26.5 0 48-21.5 48-48l0-6.1c0-32.9 17.4-59.6 34.4-78c18.4-20 29.6-46.6 29.6-75.9c0-61.9-50.1-112-112-112zm0 80c-17.7 0-32 14.3-32 32c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-17.7-14.3-32-32-32z"], + "road-circle-check": [640, 512, [], "e564", "M213.2 32L288 32l0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 74.8 0c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8l0-42.8c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32l0 64L86.6 480C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"], + "dice-five": [448, 512, [9860], "f523", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM224 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64-64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "square-rss": [448, 512, ["rss-square"], "f143", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM96 136c0-13.3 10.7-24 24-24c137 0 248 111 248 248c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-110.5-89.5-200-200-200c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24c83.9 0 152 68.1 152 152c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-57.4-46.6-104-104-104c-13.3 0-24-10.7-24-24zm0 120a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"], + "land-mine-on": [640, 512, [], "e51b", "M344 24l0 144c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-144c0-13.3 10.7-24 24-24s24 10.7 24 24zM192 320c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32l0 32-256 0 0-32zm-77.3 90.5c8.1-16.3 24.8-26.5 42.9-26.5l324.7 0c18.2 0 34.8 10.3 42.9 26.5l27.6 55.2C563.5 487 548 512 524.2 512l-408.4 0c-23.8 0-39.3-25-28.6-46.3l27.6-55.2zM36.3 138.3c7.5-10.9 22.5-13.6 33.4-6.1l104 72c10.9 7.5 13.6 22.5 6.1 33.4s-22.5 13.6-33.4 6.1l-104-72c-10.9-7.5-13.6-22.5-6.1-33.4zm534.1-6.1c10.9-7.5 25.8-4.8 33.4 6.1s4.8 25.8-6.1 33.4l-104 72c-10.9 7.5-25.8 4.8-33.4-6.1s-4.8-25.8 6.1-33.4l104-72z"], + "i-cursor": [256, 512, [], "f246", "M.1 29.3C-1.4 47 11.7 62.4 29.3 63.9l8 .7C70.5 67.3 96 95 96 128.3L96 224l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 95.7c0 33.3-25.5 61-58.7 63.8l-8 .7C11.7 449.6-1.4 465 .1 482.7s16.9 30.7 34.5 29.2l8-.7c34.1-2.8 64.2-18.9 85.4-42.9c21.2 24 51.2 40 85.4 42.9l8 .7c17.6 1.5 33.1-11.6 34.5-29.2s-11.6-33.1-29.2-34.5l-8-.7C185.5 444.7 160 417 160 383.7l0-95.7 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-95.7c0-33.3 25.5-61 58.7-63.8l8-.7c17.6-1.5 30.7-16.9 29.2-34.5S239-1.4 221.3 .1l-8 .7C179.2 3.6 149.2 19.7 128 43.7c-21.2-24-51.2-40-85.4-42.9l-8-.7C17-1.4 1.6 11.7 .1 29.3z"], + "stamp": [512, 512, [], "f5bf", "M312 201.8c0-17.4 9.2-33.2 19.9-47C344.5 138.5 352 118.1 352 96c0-53-43-96-96-96s-96 43-96 96c0 22.1 7.5 42.5 20.1 58.8c10.7 13.8 19.9 29.6 19.9 47c0 29.9-24.3 54.2-54.2 54.2L112 256C50.1 256 0 306.1 0 368c0 20.9 13.4 38.7 32 45.3L32 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-50.7c18.6-6.6 32-24.4 32-45.3c0-61.9-50.1-112-112-112l-33.8 0c-29.9 0-54.2-24.3-54.2-54.2zM416 416l0 32L96 448l0-32 320 0z"], + "stairs": [576, 512, [], "e289", "M384 64c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0 0 96c0 17.7-14.3 32-32 32l-96 0 0 96c0 17.7-14.3 32-32 32l-96 0 0 96c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0 0-96c0-17.7 14.3-32 32-32l96 0 0-96c0-17.7 14.3-32 32-32l96 0 0-96z"], + "i": [320, 512, [105], "49", "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l96 0 0 320-96 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0 0-320 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L160 32 32 32z"], + "hryvnia-sign": [384, 512, [8372, "hryvnia"], "f6f2", "M121.9 116.2C138.3 103.1 158.7 96 179.6 96L223 96c27.1 0 49 21.9 49 49c0 11.5-4 22.4-11.1 31L32 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l123.5 0-50.6 28.9c-1.7 1-3.4 2-5.1 3.1L32 272c-17.7 0-32 14.3-32 32s14.3 32 32 32l20.3 0c-2.8 9.9-4.3 20.4-4.3 31c0 62.4 50.6 113 113 113l43.4 0c35.5 0 70-12.1 97.7-34.3L308 441c13.8-11 16-31.2 5-45s-31.2-16-45-5l-5.9 4.7c-16.4 13.1-36.7 20.2-57.7 20.2L161 416c-27.1 0-49-21.9-49-49c0-11.5 4-22.4 11.1-31L352 336c17.7 0 32-14.3 32-32s-14.3-32-32-32l-123.5 0 50.6-28.9c1.7-1 3.4-2 5.1-3.1l67.8 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-20.3 0c2.8-10 4.3-20.4 4.3-31c0-62.4-50.6-113-113-113l-43.4 0c-35.5 0-70 12.1-97.7 34.3L76 71c-13.8 11-16 31.2-5 45s31.2 16 45 5l5.9-4.7z"], + "pills": [576, 512, [], "f484", "M112 96c-26.5 0-48 21.5-48 48l0 112 96 0 0-112c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112l0 224c0 61.9-50.1 112-112 112S0 429.9 0 368L0 144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z"], + "face-grin-wide": [512, 512, [128515, "grin-alt"], "f581", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM208 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64zm128 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64z"], + "tooth": [448, 512, [129463], "f5c9", "M186.1 52.1C169.3 39.1 148.7 32 127.5 32C74.7 32 32 74.7 32 127.5l0 6.2c0 15.8 3.7 31.3 10.7 45.5l23.5 47.1c4.5 8.9 7.6 18.4 9.4 28.2l36.7 205.8c2 11.2 11.6 19.4 22.9 19.8s21.4-7.4 24-18.4l28.9-121.3C192.2 323.7 207 312 224 312s31.8 11.7 35.8 28.3l28.9 121.3c2.6 11.1 12.7 18.8 24 18.4s20.9-8.6 22.9-19.8l36.7-205.8c1.8-9.8 4.9-19.3 9.4-28.2l23.5-47.1c7.1-14.1 10.7-29.7 10.7-45.5l0-2.1c0-55-44.6-99.6-99.6-99.6c-24.1 0-47.4 8.8-65.6 24.6l-3.2 2.8 19.5 15.2c7 5.4 8.2 15.5 2.8 22.5s-15.5 8.2-22.5 2.8l-24.4-19-37-28.8z"], + "v": [384, 512, [118], "56", "M19.7 34.5c16.3-6.8 35 .9 41.8 17.2L192 364.8 322.5 51.7c6.8-16.3 25.5-24 41.8-17.2s24 25.5 17.2 41.8l-160 384c-5 11.9-16.6 19.7-29.5 19.7s-24.6-7.8-29.5-19.7L2.5 76.3c-6.8-16.3 .9-35 17.2-41.8z"], + "bangladeshi-taka-sign": [384, 512, [], "e2e6", "M36 32.3C18.4 30.1 2.4 42.5 .2 60S10.5 93.6 28 95.8l7.9 1c16 2 28 15.6 28 31.8L64 160l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 160c0 53 43 96 96 96l32 0c106 0 192-86 192-192l0-32c0-53-43-96-96-96l-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0c17.7 0 32 14.3 32 32l0 32c0 70.7-57.3 128-128 128l-32 0c-17.7 0-32-14.3-32-32l0-160 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-31.5c0-48.4-36.1-89.3-84.1-95.3l-7.9-1z"], + "bicycle": [640, 512, [128690], "f206", "M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24l25.7 0 34.6 64-149.4 0-27.4-38C191 99.7 183.7 96 176 96l-56 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l43.7 0 22.1 30.7-26.6 53.1c-10-2.5-20.5-3.8-31.2-3.8C57.3 224 0 281.3 0 352s57.3 128 128 128c65.3 0 119.1-48.9 127-112l49 0c8.5 0 16.3-4.5 20.7-11.8l84.8-143.5 21.7 40.1C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L375.4 48.8C369.8 38.4 359 32 347.2 32L312 32zM458.6 303.7l32.3 59.7c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-32.3-59.7c3.6-.6 7.4-.9 11.2-.9c39.8 0 72 32.2 72 72s-32.2 72-72 72s-72-32.2-72-72c0-18.6 7-35.5 18.6-48.3zM133.2 368l65 0c-7.3 32.1-36 56-70.2 56c-39.8 0-72-32.2-72-72s32.2-72 72-72c1.7 0 3.4 .1 5.1 .2l-24.2 48.5c-9 18.1 4.1 39.4 24.3 39.4zm33.7-48l50.7-101.3 72.9 101.2-.1 .1-123.5 0zm90.6-128l108.5 0L317 274.8 257.4 192z"], + "staff-snake": [384, 512, ["rod-asclepius", "rod-snake", "staff-aesculapius"], "e579", "M222.6 43.2l-.1 4.8L288 48c53 0 96 43 96 96s-43 96-96 96l-40 0 0-80 40 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-40 0-28 0-4.5 144 40.5 0c53 0 96 43 96 96s-43 96-96 96l-16 0 0-80 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-43 0-3.1 99.5L208.5 495l0 1c-.3 8.9-7.6 16-16.5 16s-16.2-7.1-16.5-16l0-1-1-31L136 464c-22.1 0-40-17.9-40-40s17.9-40 40-40l36 0-1-32-19 0c-53 0-96-43-96-96c0-47.6 34.6-87.1 80-94.7l0 94.7c0 8.8 7.2 16 16 16l16.5 0L164 128l-28 0-13.4 0c-9 18.9-28.3 32-50.6 32l-16 0c-30.9 0-56-25.1-56-56S25.1 48 56 48l8 0 8 0 89.5 0-.1-4.8L161 32c0-.7 0-1.3 0-1.9c.5-16.6 14.1-30 31-30s30.5 13.4 31 30c0 .6 0 1.3 0 1.9l-.4 11.2zM64 112a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"], + "head-side-cough-slash": [640, 512, [], "e062", "M448 325.8l44 34.5c8.1 1.4 14.8 6.8 18 14.1L552.9 408c10.6 .4 19.5 7.6 22.2 17.4l39.1 30.6c.6 0 1.2-.1 1.8-.1c11.1 0 20.4 7.5 23.2 17.8l-3.9 0c6.2 8.5 6.4 20.4-.4 29c-8.2 10.4-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1L89.6 44.9C127 16.7 173.5 0 224 0l24 0c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8L448 320s0 0 0 0l0 5.8zM0 224.2c0-38.7 9.8-75.1 27.1-106.9L341.8 365.3l-2.5 .3c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9l62 3.9 43 33.9C439.3 466.2 421.2 480 400 480l-80 0 0 8c0 13.3-10.7 24-24 24l-40 0s0 0 0 0L96 512c-17.7 0-32-14.3-32-32l0-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM616 360a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm-64-48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"], + "truck-medical": [640, 512, [128657, "ambulance"], "f0f9", "M0 48C0 21.5 21.5 0 48 0L368 0c26.5 0 48 21.5 48 48l0 48 50.7 0c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3l0 18.7 0 32 0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-26.5 0-48-21.5-48-48L0 48zM416 256l128 0 0-18.7L466.7 160 416 160l0 96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM176 80l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"], + "wheat-awn-circle-exclamation": [640, 512, [], "e598", "M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0L271.5 38.6c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0L67.9 242.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c22.5 22.5 53.3 31.5 82.4 27c0-1 0-2.1 0-3.1c0-33.1 9.1-64.1 25-90.6c-15.5-8.7-32.5-13.8-49.8-15.5l31.9-31.9 12.2 12.2c6 6 12.6 11.1 19.7 15.2c27.5-34 67.3-57.5 112.6-63.8c-4.1-3.8-8.4-7.3-12.9-10.5L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L329.1 52.9c-3.7-5-7.8-9.8-12.4-14.3L305.5 27.3zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"], + "snowman": [512, 512, [9731, 9924], "f7d0", "M341.1 140.6c-2 3.9-1.6 8.6 1.2 12c7 8.5 12.9 18.1 17.2 28.4L408 160.2l0-40.2c0-13.3 10.7-24 24-24s24 10.7 24 24l0 19.6 22.5-9.7c12.2-5.2 26.3 .4 31.5 12.6s-.4 26.3-12.6 31.5l-56 24-73.6 31.5c-.5 9.5-2.1 18.6-4.8 27.3c-1.2 3.8-.1 8 2.8 10.8C396.7 296.9 416 338.2 416 384c0 44.7-18.3 85-47.8 114.1c-9.9 9.7-23.7 13.9-37.5 13.9l-149.3 0c-13.9 0-27.7-4.2-37.5-13.9C114.3 469 96 428.7 96 384c0-45.8 19.3-87.1 50.1-116.3c2.9-2.8 4-6.9 2.8-10.8c-2.7-8.7-4.3-17.9-4.8-27.3L70.5 198.1l-56-24C2.4 168.8-3.3 154.7 1.9 142.5s19.3-17.8 31.5-12.6L56 139.6 56 120c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40.2L152.6 181c4.3-10.3 10.1-19.9 17.2-28.4c2.8-3.4 3.3-8.1 1.2-12C164 127.2 160 112.1 160 96c0-53 43-96 96-96s96 43 96 96c0 16.1-4 31.2-10.9 44.6zM224 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm48 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-16 80a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm16 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM288 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-48 24l0 3.2c0 3.2 .8 6.3 2.3 9l9 16.9c.9 1.7 2.7 2.8 4.7 2.8s3.8-1.1 4.7-2.8l9-16.9c1.5-2.8 2.3-5.9 2.3-9l0-3.2c0-8.8-7.2-16-16-16s-16 7.2-16 16z"], + "mortar-pestle": [512, 512, [], "f5a7", "M504.3 11.1C493.3-1.6 474.5-3.7 461 6.2L252.3 160l144.9 0L502.6 54.6c11.8-11.8 12.6-30.8 1.6-43.5zM32 192c-17.7 0-32 14.3-32 32s14.3 32 32 32c0 82.5 43.4 147.7 123.9 176.2c-11.1 13.9-19.4 30.3-23.9 48.1C127.6 497.4 142.3 512 160 512l192 0c17.7 0 32.4-14.6 28.1-31.7c-4.5-17.8-12.8-34.1-23.9-48.1C436.6 403.7 480 338.5 480 256c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 192z"], + "road-barrier": [640, 512, [], "e562", "M32 32C14.3 32 0 46.3 0 64L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-181.7L149.2 96 64 96l0-32c0-17.7-14.3-32-32-32zM405.2 96l-74.3 0-5.4 10.7L234.8 288l74.3 0 5.4-10.7L405.2 96zM362.8 288l74.3 0 5.4-10.7L533.2 96l-74.3 0-5.4 10.7L362.8 288zM202.8 96l-5.4 10.7L106.8 288l74.3 0 5.4-10.7L277.2 96l-74.3 0zm288 192l85.2 0 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-384c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 53.7L490.8 288z"], + "school": [640, 512, [127979], "f549", "M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l208 0 0-96c0-35.3 28.7-64 64-64s64 28.7 64 64l0 96 208 0c26.5 0 48-21.5 48-48l0-320c0-26.5-21.5-48-48-48L473.7 96 337.8 5.4zM96 192l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm400 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64zM96 320l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm400 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64zM232 176a88 88 0 1 1 176 0 88 88 0 1 1 -176 0zm88-48c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16c0-8.8-7.2-16-16-16z"], + "igloo": [576, 512, [], "f7ae", "M320 33.8L320 160 48.5 160C100.2 82.8 188.1 32 288 32c10.8 0 21.5 .6 32 1.8zM352 160l0-120.9C424.9 55.7 487.2 99.8 527.5 160L352 160zM29.9 192L96 192l0 128L0 320c0-46 10.8-89.4 29.9-128zM192 320l-64 0 0-128 320 0 0 128-64 0 0 32 192 0 0 80c0 26.5-21.5 48-48 48l-176 0 0-128c0-35.3-28.7-64-64-64s-64 28.7-64 64l0 128L48 480c-26.5 0-48-21.5-48-48l0-80 192 0 0-32zm288 0l0-128 66.1 0c19.2 38.6 29.9 82 29.9 128l-96 0z"], + "joint": [640, 512, [], "f595", "M448 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 11c0 55.2 21.9 108.1 60.9 147.1l21 21c9 9 14.1 21.2 14.1 33.9l0 11c0 17.7 14.3 32 32 32s32-14.3 32-32l0-11c0-29.7-11.8-58.2-32.8-79.2l-21-21C463.2 117.8 448 81.2 448 43l0-11zM576 256c0 17.7 14.3 32 32 32s32-14.3 32-32l0-11c0-55.2-21.9-108.1-60.9-147.1l-21-21c-9-9-14.1-21.2-14.1-33.9l0-11c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 11c0 29.7 11.8 58.2 32.8 79.2l21 21c27 27 42.2 63.6 42.2 101.8l0 11zM229.8 360c-4.7-2.3-10-2.7-15.2-2c-37.8 5.6-75.2 14.3-106.9 22.8C81.3 388 58.3 395.1 42 400.4c-8.2 2.7-14.7 4.9-19.2 6.5c-2.3 .8-4 1.4-5.2 1.8l-1.3 .5C6.8 412.5 0 421.4 0 432s6.8 19.5 16.3 22.7l1.3 .5c1.2 .4 3 1.1 5.2 1.8c4.5 1.6 11 3.8 19.2 6.5c16.3 5.4 39.2 12.5 65.7 19.6C160.3 497.3 228.8 512 288 512l67.3 0c4.1 0 6.3-5.1 3.6-8.3L256.5 380.8c-7.4-8.9-16.5-15.9-26.7-20.8zM445 512l19 0 51.3 0c4.1 0 6.3-5.1 3.6-8.3L416.5 380.8C401.3 362.5 378.8 352 355 352l-19 0-48 0c-1.1 0-2.3 0-3.4 0c-4.1 0-6.2 5.1-3.5 8.3L383.5 483.2C398.7 501.5 421.2 512 445 512zm-3.9-151.7L543.5 483.2c14.6 17.5 35.9 27.9 58.6 28.7c21.1-1.1 37.9-18.6 37.9-39.9l0-80c0-22.1-17.9-40-40-40l-155.3 0c-4.1 0-6.3 5.1-3.6 8.3z"], + "angle-right": [320, 512, [8250], "f105", "M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"], + "horse": [576, 512, [128014], "f6f0", "M448 238.1l0-78.1 16 0 9.8 19.6c12.5 25.1 42.2 36.4 68.3 26c20.5-8.2 33.9-28 33.9-50.1L576 80c0-19.1-8.4-36.3-21.7-48l5.7 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L480 0 448 0C377.3 0 320 57.3 320 128l-96 0-20.8 0-54.4 0c-30.7 0-57.6 16.3-72.5 40.8C33.2 174.5 0 211.4 0 256l0 56c0 13.3 10.7 24 24 24s24-10.7 24-24l0-56c0-13.4 6.6-25.2 16.7-32.5c1.6 13 6.3 25.4 13.6 36.4l28.2 42.4c8.3 12.4 6.4 28.7-1.2 41.6c-16.5 28-20.6 62.2-10 93.9l17.5 52.4c4.4 13.1 16.6 21.9 30.4 21.9l33.7 0c21.8 0 37.3-21.4 30.4-42.1l-20.8-62.5c-2.1-6.4-.5-13.4 4.3-18.2l12.7-12.7c13.2-13.2 20.6-31.1 20.6-49.7c0-2.3-.1-4.6-.3-6.9l84 24c4.1 1.2 8.2 2.1 12.3 2.8L320 480c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-164.3c19.2-19.2 31.5-45.7 32-75.7c0 0 0 0 0 0l0-1.9zM496 64a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"], + "q": [448, 512, [113], "51", "M64 256c0 88.4 71.6 160 160 160c28.9 0 56-7.7 79.4-21.1l-72-86.4c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l70.9 85.1C371.9 325.8 384 292.3 384 256c0-88.4-71.6-160-160-160S64 167.6 64 256zM344.9 444.6C310 467 268.5 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32s224 100.3 224 224c0 56.1-20.6 107.4-54.7 146.7l47.3 56.8c11.3 13.6 9.5 33.8-4.1 45.1s-33.8 9.5-45.1-4.1l-46.6-55.9z"], + "g": [448, 512, [103], "47", "M224 96C135.6 96 64 167.6 64 256s71.6 160 160 160c77.4 0 142-55 156.8-128L256 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l144 0c25.8 0 49.6 21.4 47.2 50.6C437.8 389.6 341.4 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32c57.4 0 109.7 21.6 149.3 57c13.2 11.8 14.3 32 2.5 45.2s-32 14.3-45.2 2.5C302.3 111.4 265 96 224 96z"], + "notes-medical": [512, 512, [], "f481", "M96 352L96 96c0-35.3 28.7-64 64-64l256 0c35.3 0 64 28.7 64 64l0 197.5c0 17-6.7 33.3-18.7 45.3l-58.5 58.5c-12 12-28.3 18.7-45.3 18.7L160 416c-35.3 0-64-28.7-64-64zM272 128c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0zm24 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-160 0C60.9 512 0 451.1 0 376L0 152c0-13.3 10.7-24 24-24s24 10.7 24 24l0 224c0 48.6 39.4 88 88 88l160 0z"], + "temperature-half": [320, 512, [127777, "temperature-2", "thermometer-2", "thermometer-half"], "f2c9", "M160 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L208 112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L48 112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3L144 208c0-8.8 7.2-16 16-16s16 7.2 16 16l0 114.7c18.6 6.6 32 24.4 32 45.3z"], + "dong-sign": [384, 512, [], "e169", "M288 32c-17.7 0-32 14.3-32 32l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 49.1c-18.8-10.9-40.7-17.1-64-17.1c-70.7 0-128 57.3-128 128s57.3 128 128 128c24.5 0 47.4-6.9 66.8-18.8c5 11.1 16.2 18.8 29.2 18.8c17.7 0 32-14.3 32-32l0-96 0-160c17.7 0 32-14.3 32-32s-14.3-32-32-32c0-17.7-14.3-32-32-32zM128 288a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l320 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 448z"], + "capsules": [576, 512, [], "f46b", "M64 144c0-26.5 21.5-48 48-48s48 21.5 48 48l0 112-96 0 0-112zM0 144L0 368c0 61.9 50.1 112 112 112s112-50.1 112-112l0-178.4c1.8 19.1 8.2 38 19.8 54.8L372.3 431.7c35.5 51.7 105.3 64.3 156 28.1s63-107.5 27.5-159.2L427.3 113.3C391.8 61.5 321.9 49 271.3 85.2c-28 20-44.3 50.8-47.3 83l0-24.2c0-61.9-50.1-112-112-112S0 82.1 0 144zm296.6 64.2c-16-23.3-10-55.3 11.9-71c21.2-15.1 50.5-10.3 66 12.2l67 97.6L361.6 303l-65-94.8zM491 407.7c-.8 .6-1.6 1.1-2.4 1.6l4-2.8c-.5 .4-1 .8-1.6 1.2z"], + "poo-storm": [448, 512, ["poo-bolt"], "f75a", "M236.9 .2c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.3c2.8 8.2 4.3 16.9 4.3 26.1c0 21.7-8.5 37.2-21.9 47.6c-13.8 10.8-34 17-57.8 17L128 112c-35.3 0-64 28.7-64 64c0 12.2 3.4 23.5 9.3 33.2C31.7 216.2 0 252.4 0 296c0 40.9 28 75.4 65.8 85.2c-5.3-18.5 1-38.5 16.2-50.7l160-128c17.6-14.1 42.6-14 60.2 .2s22.8 38.6 12.8 58.8L285.7 320l18.3 0c20.4 0 38.5 12.9 45.3 32.1c3.7 10.6 3.5 21.8 0 31.9l10.7 0c48.6 0 88-39.4 88-88c0-43.6-31.7-79.8-73.3-86.8c5.9-9.7 9.3-21.1 9.3-33.2c0-35.3-28.7-64-64-64l-1.4 0c.9-5.4 1.4-10.9 1.4-16.6c0-48.7-36.1-88.9-83.1-95.2zm45.1 227.4c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7l70.1 0L129.7 488.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1 .1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7l-70.1 0 52.4-104.8c3.4-6.7 1.6-14.9-4.3-19.6z"], + "face-frown-open": [512, 512, [128550, "frown-open"], "f57a", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-122 174.5c-12.4 5.2-26.5-4.1-21.1-16.4c16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4c-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8z"], + "hand-point-up": [384, 512, [9757], "f0a6", "M32 32C32 14.3 46.3 0 64 0S96 14.3 96 32l0 208-64 0L32 32zM224 192c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm-64-64c17.7 0 32 14.3 32 32l0 48c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-48c0-17.7 14.3-32 32-32zm160 96c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6l0 8.6c0 88.4-71.6 160-160 160l-61.7 0c-42.4 0-83.1-16.9-113.1-46.9L37.5 453.5C13.5 429.5 0 396.9 0 363l0-27c0-35.3 28.7-64 64-64l88 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-56 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l56 0c39.8 0 72-32.2 72-72z"], + "money-bill": [576, 512, [], "f0d6", "M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm64 320l-64 0 0-64c35.3 0 64 28.7 64 64zM64 192l0-64 64 0c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64l0 64-64 0zm64-192c-35.3 0-64-28.7-64-64l64 0 0 64zM288 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"], + "bookmark": [384, 512, [128278, 61591], "f02e", "M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z"], + "align-justify": [448, 512, [], "f039", "M448 64c0-17.7-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32zm0 256c0-17.7-14.3-32-32-32L32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 192c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32zM448 448c0-17.7-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32z"], + "umbrella-beach": [576, 512, [127958], "f5ca", "M346.3 271.8l-60.1-21.9L214 448 32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-261.9 0 64.1-176.2zm121.1-.2l-3.3 9.1 67.7 24.6c18.1 6.6 38-4.2 39.6-23.4c6.5-78.5-23.9-155.5-80.8-208.5c2 8 3.2 16.3 3.4 24.8l.2 6c1.8 57-7.3 113.8-26.8 167.4zM462 99.1c-1.1-34.4-22.5-64.8-54.4-77.4c-.9-.4-1.9-.7-2.8-1.1c-33-11.7-69.8-2.4-93.1 23.8l-4 4.5C272.4 88.3 245 134.2 226.8 184l-3.3 9.1L434 269.7l3.3-9.1c18.1-49.8 26.6-102.5 24.9-155.5l-.2-6zM107.2 112.9c-11.1 15.7-2.8 36.8 15.3 43.4l71 25.8 3.3-9.1c19.5-53.6 49.1-103 87.1-145.5l4-4.5c6.2-6.9 13.1-13 20.5-18.2c-79.6 2.5-154.7 42.2-201.2 108z"], + "helmet-un": [512, 512, [], "e503", "M479.5 224C471.2 98.9 367.2 0 240 0C107.5 0 0 107.5 0 240l0 56.3C0 344.8 39.2 384 87.7 384L200 384l14.9 0L343.5 505.4c4.5 4.2 10.4 6.6 16.5 6.6l96 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-86.5 0-1.5-1.5L368 288l80 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-.5 0zM320 417.2l-78-73.7L274.4 288l45.6 0 0 129.2zM285.3 103.1l34.7 52 0-43.2c0-8.8 7.2-16 16-16s16 7.2 16 16l0 96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52 0 43.2c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM160 112l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16z"], + "bullseye": [512, 512, [], "f140", "M448 256A192 192 0 1 0 64 256a192 192 0 1 0 384 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 80a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zM224 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"], + "bacon": [576, 512, [129363], "f7e5", "M439.2 1.2c11.2-3.2 23.2-.1 31.4 8.1L518 56.7l-26.5 7.9c-58 16.6-98.1 39.6-129.6 67.4c-31.2 27.5-53.2 59.1-75.1 90.9l-2.3 3.3C241.6 288.7 195 356.6 72.8 417.7L37.9 435.2 9.4 406.6c-7.3-7.3-10.6-17.6-9-27.8s8.1-18.9 17.3-23.5C136.1 296.2 180.9 231 223.3 169.3l2.3-3.4c21.8-31.8 44.9-64.9 77.7-93.9c33.4-29.5 75.8-53.6 135.9-70.8zM61.8 459l25.4-12.7c129.5-64.7 179.9-138.1 223.8-202l2.2-3.3c22.1-32.1 42.1-60.5 69.9-85.1c27.5-24.3 63.4-45.2 117.3-60.6c0 0 0 0 0 0l.2-.1 43.1-12.9 23 23c8 8 11.2 19.7 8.3 30.7s-11.3 19.6-22.2 22.7c-51.9 14.8-85.6 34.7-111.1 57.2c-26.1 23-45.1 49.9-67.3 82.1l-2.2 3.2C327.8 365.9 275.5 442 142.3 508.6c-12.3 6.2-27.2 3.7-36.9-6L61.8 459z"], + "hand-point-down": [384, 512, [], "f0a7", "M32 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-208-64 0 0 208zM224 320c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64zm-64 64c17.7 0 32-14.3 32-32l0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48c0 17.7 14.3 32 32 32zm160-96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64zm-96-88l0 .6c9.4-5.4 20.3-8.6 32-8.6c13.2 0 25.4 4 35.6 10.8c8.7-24.9 32.5-42.8 60.4-42.8c11.7 0 22.6 3.1 32 8.6l0-8.6C384 71.6 312.4 0 224 0L162.3 0C119.8 0 79.1 16.9 49.1 46.9L37.5 58.5C13.5 82.5 0 115.1 0 149l0 27c0 35.3 28.7 64 64 64l88 0c22.1 0 40-17.9 40-40s-17.9-40-40-40l-56 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l56 0c39.8 0 72 32.2 72 72z"], + "arrow-up-from-bracket": [448, 512, [], "e09a", "M246.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 109.3 192 320c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 17.7-14.3 32-32 32L96 448c-17.7 0-32-14.3-32-32l0-64z"], + "folder": [512, 512, [128193, 128447, 61716, "folder-blank"], "f07b", "M64 480H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8L243.2 57.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64z"], + "file-waveform": [448, 512, ["file-medical-alt"], "f478", "M96 0C60.7 0 32 28.7 32 64l0 224 112 0c6.1 0 11.6 3.4 14.3 8.8L176 332.2l49.7-99.4c2.7-5.4 8.3-8.8 14.3-8.8s11.6 3.4 14.3 8.8L281.9 288l70.1 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-80 0c-6.1 0-11.6-3.4-14.3-8.8L240 275.8l-49.7 99.4c-2.7 5.4-8.3 8.8-14.3 8.8s-11.6-3.4-14.3-8.8L134.1 320 32 320l0 128c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L256 0 96 0zM288 0l0 128 128 0L288 0z"], + "radiation": [512, 512, [], "f7b9", "M216 186.7c-23.9 13.8-40 39.7-40 69.3L32 256C14.3 256-.2 241.6 2 224.1C10.7 154 47.8 92.7 101.3 52c14.1-10.7 33.8-5.3 42.7 10l72 124.7zM256 336c14.6 0 28.2-3.9 40-10.7l72 124.8c8.8 15.3 3.7 35.1-12.6 41.9c-30.6 12.9-64.2 20-99.4 20s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8 6.8 25.4 10.7 40 10.7zm224-80l-144 0c0-29.6-16.1-55.5-40-69.3L368 62c8.8-15.3 28.6-20.7 42.7-10c53.6 40.7 90.6 102 99.4 172.1c2.2 17.5-12.4 31.9-30 31.9zM256 208a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"], + "chart-simple": [448, 512, [], "e473", "M160 80c0-26.5 21.5-48 48-48l32 0c26.5 0 48 21.5 48 48l0 352c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-352zM0 272c0-26.5 21.5-48 48-48l32 0c26.5 0 48 21.5 48 48l0 160c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48L0 272zM368 96l32 0c26.5 0 48 21.5 48 48l0 288c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-288c0-26.5 21.5-48 48-48z"], + "mars-stroke": [512, 512, [9894], "f229", "M376 0c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L370.3 96.4 345 71c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l25.4 25.4L307.8 159c-28.4-19.5-62.7-31-99.8-31c-97.2 0-176 78.8-176 176s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l28.6-28.6L407 201c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-25.4-25.4 22.1-22.1L471 153c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-112c0-13.3-10.7-24-24-24L376 0zm88 48s0 0 0 0s0 0 0 0s0 0 0 0zM96 304a112 112 0 1 1 224 0A112 112 0 1 1 96 304z"], + "vial": [512, 512, [129514], "f492", "M342.6 9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4L28.1 342.6C10.1 360.6 0 385 0 410.5L0 416c0 53 43 96 96 96l5.5 0c25.5 0 49.9-10.1 67.9-28.1L448 205.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-32-32-96-96-32-32zM205.3 256L352 109.3 402.7 160l-96 96-101.5 0z"], + "gauge": [512, 512, ["dashboard", "gauge-med", "tachometer-alt-average"], "f624", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-26.9-16.5-49.9-40-59.3L280 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 204.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64s64-28.7 64-64zM144 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm-16 80a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM400 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"], + "wand-magic-sparkles": [576, 512, ["magic-wand-sparkles"], "e2ca", "M234.7 42.7L197 56.8c-3 1.1-5 4-5 7.2s2 6.1 5 7.2l37.7 14.1L248.8 123c1.1 3 4 5 7.2 5s6.1-2 7.2-5l14.1-37.7L315 71.2c3-1.1 5-4 5-7.2s-2-6.1-5-7.2L277.3 42.7 263.2 5c-1.1-3-4-5-7.2-5s-6.1 2-7.2 5L234.7 42.7zM46.1 395.4c-18.7 18.7-18.7 49.1 0 67.9l34.6 34.6c18.7 18.7 49.1 18.7 67.9 0L529.9 116.5c18.7-18.7 18.7-49.1 0-67.9L495.3 14.1c-18.7-18.7-49.1-18.7-67.9 0L46.1 395.4zM484.6 82.6l-105 105-23.3-23.3 105-105 23.3 23.3zM7.5 117.2C3 118.9 0 123.2 0 128s3 9.1 7.5 10.8L64 160l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L128 160l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L128 96 106.8 39.5C105.1 35 100.8 32 96 32s-9.1 3-10.8 7.5L64 96 7.5 117.2zm352 256c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L416 416l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 416l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 352l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 352l-56.5 21.2z"], + "e": [320, 512, [101], "45", "M64 32C28.7 32 0 60.7 0 96L0 256 0 416c0 35.3 28.7 64 64 64l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 416l0-128 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 224 64 96l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32z"], + "pen-clip": [512, 512, ["pen-alt"], "f305", "M453.3 19.3l39.4 39.4c25 25 25 65.5 0 90.5l-52.1 52.1s0 0 0 0l-1-1s0 0 0 0l-16-16-96-96-17-17 52.1-52.1c25-25 65.5-25 90.5 0zM241 114.9c-9.4-9.4-24.6-9.4-33.9 0L105 217c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L173.1 81c28.1-28.1 73.7-28.1 101.8 0L288 94.1l17 17 96 96 16 16 1 1-17 17L229.5 412.5c-48 48-109.2 80.8-175.8 94.1l-25 5c-7.9 1.6-16-.9-21.7-6.6s-8.1-13.8-6.6-21.7l5-25c13.3-66.6 46.1-127.8 94.1-175.8L254.1 128 241 114.9z"], + "bridge-circle-exclamation": [640, 512, [], "e4ca", "M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32l40 0 0 64-72 0 0 128c53 0 96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2l0-72.2-72 0 0-64 40 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32zM488 96l0 64-80 0 0-64 80 0zM360 96l0 64-80 0 0-64 80 0zM232 96l0 64-80 0 0-64 80 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"], + "user": [448, 512, [128100, 62144], "f007", "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z"], + "school-circle-check": [640, 512, [], "e56b", "M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l272 0s0 0 0 0l-64 0 0-96c0-35.3 28.7-64 64-64l.3 0 .5 0c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8L640 144c0-26.5-21.5-48-48-48L473.7 96 337.8 5.4zM96 192l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm0 128l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16c0-8.8-7.2-16-16-16zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-99.3-43.3c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7z"], + "dumpster": [576, 512, [], "f793", "M49.7 32c-10.5 0-19.8 6.9-22.9 16.9L.9 133c-.6 2-.9 4.1-.9 6.1C0 150.7 9.3 160 20.9 160l94 0L140.5 32 49.7 32zM272 160l0-128-98.9 0L147.5 160 272 160zm32 0l124.5 0L402.9 32 304 32l0 128zm157.1 0l94 0c11.5 0 20.9-9.3 20.9-20.9c0-2.1-.3-4.1-.9-6.1L549.2 48.9C546.1 38.9 536.8 32 526.3 32l-90.8 0 25.6 128zM32 192l4 32-4 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l12 0L64 448c0 17.7 14.3 32 32 32s32-14.3 32-32l320 0c0 17.7 14.3 32 32 32s32-14.3 32-32l20-160 12 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-4 0 4-32L32 192z"], + "van-shuttle": [640, 512, [128656, "shuttle-van"], "f5b6", "M64 104l0 88 96 0 0-96L72 96c-4.4 0-8 3.6-8 8zm482 88L465.1 96 384 96l0 96 162 0zm-226 0l0-96-96 0 0 96 96 0zM592 384l-16 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-26.5 0-48-21.5-48-48L0 104C0 64.2 32.2 32 72 32l120 0 160 0 113.1 0c18.9 0 36.8 8.3 49 22.8L625 186.5c9.7 11.5 15 26.1 15 41.2L640 336c0 26.5-21.5 48-48 48zm-64 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"], + "building-user": [640, 512, [], "e4da", "M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 89.9 0c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2l0-95.9L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM576 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM352 477.1c0 19.3 15.6 34.9 34.9 34.9l218.2 0c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1l-101.8 0c-51.4 0-93.1 41.7-93.1 93.1z"], + "square-caret-left": [448, 512, ["caret-square-left"], "f191", "M0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416zM128 256c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22l0 208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6z"], + "highlighter": [576, 512, [], "f591", "M315 315l158.4-215L444.1 70.6 229 229 315 315zm-187 5s0 0 0 0l0-71.7c0-15.3 7.2-29.6 19.5-38.6L420.6 8.4C428 2.9 437 0 446.2 0c11.4 0 22.4 4.5 30.5 12.6l54.8 54.8c8.1 8.1 12.6 19 12.6 30.5c0 9.2-2.9 18.2-8.4 25.6L334.4 396.5c-9 12.3-23.4 19.5-38.6 19.5L224 416l-25.4 25.4c-12.5 12.5-32.8 12.5-45.3 0l-50.7-50.7c-12.5-12.5-12.5-32.8 0-45.3L128 320zM7 466.3l63-63 70.6 70.6-31 31c-4.5 4.5-10.6 7-17 7L24 512c-13.3 0-24-10.7-24-24l0-4.7c0-6.4 2.5-12.5 7-17z"], + "key": [512, 512, [128273], "f084", "M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17l0 80c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-40 40 0c13.3 0 24-10.7 24-24l0-40 40 0c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z"], + "bullhorn": [512, 512, [128226, 128363], "f0a1", "M480 32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9L381.7 53c-48 48-113.1 75-181 75l-8.7 0-32 0-96 0c-35.3 0-64 28.7-64 64l0 96c0 35.3 28.7 64 64 64l0 128c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-128 8.7 0c67.9 0 133 27 181 75l43.6 43.6c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-147.6c18.6-8.8 32-32.5 32-60.4s-13.4-51.6-32-60.4L480 32zm-64 76.7L416 240l0 131.3C357.2 317.8 280.5 288 200.7 288l-8.7 0 0-96 8.7 0c79.8 0 156.5-29.8 215.3-83.3z"], + "globe": [512, 512, [127760], "f0ac", "M352 256c0 22.2-1.2 43.6-3.3 64l-185.3 0c-2.2-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64l185.3 0c2.2 20.4 3.3 41.8 3.3 64zm28.8-64l123.1 0c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64l-123.1 0c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64zm112.6-32l-116.7 0c-10-63.9-29.8-117.4-55.3-151.6c78.3 20.7 142 77.5 171.9 151.6zm-149.1 0l-176.6 0c6.1-36.4 15.5-68.6 27-94.7c10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5c11.6 26 20.9 58.2 27 94.7zm-209 0L18.6 160C48.6 85.9 112.2 29.1 190.6 8.4C165.1 42.6 145.3 96.1 135.3 160zM8.1 192l123.1 0c-2.1 20.6-3.2 42-3.2 64s1.1 43.4 3.2 64L8.1 320C2.8 299.5 0 278.1 0 256s2.8-43.5 8.1-64zM194.7 446.6c-11.6-26-20.9-58.2-27-94.6l176.6 0c-6.1 36.4-15.5 68.6-27 94.6c-10.5 23.6-22.2 40.7-33.5 51.5C272.6 508.8 263.3 512 256 512s-16.6-3.2-27.8-13.8c-11.3-10.8-23-27.9-33.5-51.5zM135.3 352c10 63.9 29.8 117.4 55.3 151.6C112.2 482.9 48.6 426.1 18.6 352l116.7 0zm358.1 0c-30 74.1-93.6 130.9-171.9 151.6c25.5-34.2 45.2-87.7 55.3-151.6l116.7 0z"], + "synagogue": [640, 512, [128333], "f69b", "M309.8 3.7c5.9-4.9 14.6-4.9 20.5 0l121 100.8C469.5 119.7 480 142.2 480 166l0 114.1L480 512l-16 0-112 0 0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96-112 0-16 0 0-231.9L160 166c0-23.7 10.5-46.3 28.8-61.5L309.8 3.7zM512 512l0-267.5 28.1-31.2c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3l63.8 70.9c7.9 8.8 12.3 20.3 12.3 32.1L640 448c0 35.3-28.7 64-64 64l-64 0zM128 244.5L128 512l-64 0c-35.3 0-64-28.7-64-64L0 316.3c0-11.9 4.4-23.3 12.3-32.1l63.8-70.9c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3L128 244.5zM327 124.3c-3.1-5.4-10.9-5.4-13.9 0l-15.9 28.1-32.3-.3c-6.2-.1-10.1 6.7-7 12.1L274.3 192l-16.4 27.8c-3.2 5.4 .7 12.1 7 12.1l32.3-.3L313 259.7c3.1 5.4 10.9 5.4 13.9 0l15.9-28.1 32.3 .3c6.2 .1 10.1-6.7 7-12.1L365.7 192l16.4-27.8c3.2-5.4-.7-12.1-7-12.1l-32.3 .3L327 124.3z"], + "person-half-dress": [320, 512, [], "e548", "M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm8 352l0-224 6.9 0c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128s0 0 0 0zM58.2 182.3c19.9-33.1 55.3-53.5 93.8-54.3l0 256s0 0 0 0l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-17.8 0c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2z"], + "road-bridge": [640, 512, [], "e563", "M352 0L608 0c17.7 0 32 14.3 32 32l0 448c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-448c0-17.7 14.3-32 32-32zM480 200c-13.3 0-24 10.7-24 24l0 64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64c0-13.3-10.7-24-24-24zm24 184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64zM480 40c-13.3 0-24 10.7-24 24l0 64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64c0-13.3-10.7-24-24-24zM32 96l256 0 0 64-40 0 0 64 40 0 0 96c-53 0-96 43-96 96l0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64c0-53-43-96-96-96l0-96 72 0 0-64-40 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm168 64l-80 0 0 64 80 0 0-64z"], + "location-arrow": [448, 512, [], "f124", "M429.6 92.1c4.9-11.9 2.1-25.6-7-34.7s-22.8-11.9-34.7-7l-352 144c-14.2 5.8-22.2 20.8-19.3 35.8s16.1 25.8 31.4 25.8l176 0 0 176c0 15.3 10.8 28.4 25.8 31.4s30-5.1 35.8-19.3l144-352z"], + "c": [384, 512, [99], "43", "M329.1 142.9c-62.5-62.5-155.8-62.5-218.3 0s-62.5 163.8 0 226.3s155.8 62.5 218.3 0c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3c-87.5 87.5-221.3 87.5-308.8 0s-87.5-229.3 0-316.8s221.3-87.5 308.8 0c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0z"], + "tablet-button": [448, 512, [], "f10a", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L64 0zM224 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "building-lock": [576, 512, [], "e4d6", "M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 88.6 0c-5.4-9.4-8.6-20.3-8.6-32l0-128c0-23.7 12.9-44.4 32-55.4l0-24.6c0-30.5 12.2-58.2 32-78.4L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM464 240c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z"], + "pizza-slice": [512, 512, [], "f818", "M169.7 .9c-22.8-1.6-41.9 14-47.5 34.7L110.4 80c.5 0 1.1 0 1.6 0c176.7 0 320 143.3 320 320c0 .5 0 1.1 0 1.6l44.4-11.8c20.8-5.5 36.3-24.7 34.7-47.5C498.5 159.5 352.5 13.5 169.7 .9zM399.8 410.2c.1-3.4 .2-6.8 .2-10.2c0-159.1-128.9-288-288-288c-3.4 0-6.8 .1-10.2 .2L.5 491.9c-1.5 5.5 .1 11.4 4.1 15.4s9.9 5.6 15.4 4.1L399.8 410.2zM176 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM96 384a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"], + "money-bill-wave": [576, 512, [], "f53a", "M0 112.5L0 422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4l0-309.9c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM288 352c-44.2 0-80-43-80-96s35.8-96 80-96s80 43 80 96s-35.8 96-80 96zM64 352c35.3 0 64 28.7 64 64l-64 0 0-64zm64-208c0 35.3-28.7 64-64 64l0-64 64 0zM512 304l0 64-64 0c0-35.3 28.7-64 64-64zM448 96l64 0 0 64c-35.3 0-64-28.7-64-64z"], + "chart-area": [512, 512, ["area-chart"], "f1fe", "M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 400c0 44.2 35.8 80 80 80l400 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 416c-8.8 0-16-7.2-16-16L64 64zm96 288l288 0c17.7 0 32-14.3 32-32l0-68.2c0-7.6-2.7-15-7.7-20.8l-65.8-76.8c-12.1-14.2-33.7-15-46.9-1.8l-21 21c-10 10-26.4 9.2-35.4-1.6l-39.2-47c-12.6-15.1-35.7-15.4-48.7-.6L135.9 215c-5.1 5.8-7.9 13.3-7.9 21.1l0 84c0 17.7 14.3 32 32 32z"], + "house-flag": [640, 512, [], "e50d", "M480 0c-17.7 0-32 14.3-32 32l0 160 0 320 64 0 0-320 112 0c8.8 0 16-7.2 16-16l0-128c0-8.8-7.2-16-16-16L512 32c0-17.7-14.3-32-32-32zM416 159L276.8 39.7c-12-10.3-29.7-10.3-41.7 0l-224 192C1 240.4-2.7 254.5 2 267.1S18.6 288 32 288l32 0 0 192c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-96c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 96c0 17.7 14.3 32 32 32l64.7 0 .2 0-1 0 0-353z"], + "person-circle-minus": [576, 512, [], "e540", "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zm136 16a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16l-128 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l128 0c8.8 0 16-7.2 16-16z"], + "ban": [512, 512, [128683, "cancel"], "f05e", "M367.2 412.5L99.5 144.8C77.1 176.1 64 214.5 64 256c0 106 86 192 192 192c41.5 0 79.9-13.1 111.2-35.5zm45.3-45.3C434.9 335.9 448 297.5 448 256c0-106-86-192-192-192c-41.5 0-79.9 13.1-111.2 35.5L412.5 367.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"], + "camera-rotate": [640, 512, [], "e0d8", "M213.1 64.8L202.7 96 128 96c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-74.7 0L426.9 64.8C420.4 45.2 402.1 32 381.4 32L258.6 32c-20.7 0-39 13.2-45.5 32.8zM448 256c0 8.8-7.2 16-16 16l-76.7 0c-6.2 0-11.3-5.1-11.3-11.3c0-3 1.2-5.9 3.3-8L371 229c-13.6-13.4-31.9-21-51-21c-19.2 0-37.7 7.6-51.3 21.3L249 249c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l19.7-19.7C257.4 172.7 288 160 320 160c31.8 0 62.4 12.6 85 35l23.7-23.7c2.1-2.1 5-3.3 8-3.3c6.2 0 11.3 5.1 11.3 11.3l0 76.7zM192 320c0-8.8 7.2-16 16-16l76.7 0c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8L269 347c13.6 13.4 31.9 21 51 21c19.2 0 37.7-7.6 51.3-21.3L391 327c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-19.7 19.7C382.6 403.3 352 416 320 416c-31.8 0-62.4-12.6-85-35l-23.7 23.7c-2.1 2.1-5 3.3-8 3.3c-6.2 0-11.3-5.1-11.3-11.3l0-76.7z"], + "spray-can-sparkles": [512, 512, ["air-freshener"], "f5d0", "M96 32l0 96 128 0 0-96c0-17.7-14.3-32-32-32L128 0C110.3 0 96 14.3 96 32zm0 128c-53 0-96 43-96 96L0 464c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-208c0-53-43-96-96-96L96 160zm64 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160zM384 48c0-1.4-1-3-2.2-3.6L352 32 339.6 2.2C339 1 337.4 0 336 0s-3 1-3.6 2.2L320 32 290.2 44.4C289 45 288 46.6 288 48c0 1.4 1 3 2.2 3.6L320 64l12.4 29.8C333 95 334.6 96 336 96s3-1 3.6-2.2L352 64l29.8-12.4C383 51 384 49.4 384 48zm76.4 45.8C461 95 462.6 96 464 96s3-1 3.6-2.2L480 64l29.8-12.4C511 51 512 49.4 512 48c0-1.4-1-3-2.2-3.6L480 32 467.6 2.2C467 1 465.4 0 464 0s-3 1-3.6 2.2L448 32 418.2 44.4C417 45 416 46.6 416 48c0 1.4 1 3 2.2 3.6L448 64l12.4 29.8zm7.2 100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L448 224l-29.8 12.4c-1.2 .6-2.2 2.2-2.2 3.6c0 1.4 1 3 2.2 3.6L448 256l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 256l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6c0-1.4-1-3-2.2-3.6L480 224l-12.4-29.8zM448 144c0-1.4-1-3-2.2-3.6L416 128 403.6 98.2C403 97 401.4 96 400 96s-3 1-3.6 2.2L384 128l-29.8 12.4c-1.2 .6-2.2 2.2-2.2 3.6c0 1.4 1 3 2.2 3.6L384 160l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L416 160l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6z"], + "star": [576, 512, [11088, 61446], "f005", "M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"], + "repeat": [512, 512, [128257], "f363", "M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96l160 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32l0 32L160 64C71.6 64 0 135.6 0 224zm512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96l-160 0 0-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 160 0c88.4 0 160-71.6 160-160z"], + "cross": [384, 512, [128327, 10013], "f654", "M176 0c-26.5 0-48 21.5-48 48l0 80-80 0c-26.5 0-48 21.5-48 48l0 32c0 26.5 21.5 48 48 48l80 0 0 208c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-208 80 0c26.5 0 48-21.5 48-48l0-32c0-26.5-21.5-48-48-48l-80 0 0-80c0-26.5-21.5-48-48-48L176 0z"], + "box": [448, 512, [128230], "f466", "M50.7 58.5L0 160l208 0 0-128L93.7 32C75.5 32 58.9 42.3 50.7 58.5zM240 160l208 0L397.3 58.5C389.1 42.3 372.5 32 354.3 32L240 32l0 128zm208 32L0 192 0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-224z"], + "venus-mars": [640, 512, [9892], "f228", "M176 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM352 176c0 86.3-62.1 158.1-144 173.1l0 34.9 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-34.9C62.1 334.1 0 262.3 0 176C0 78.8 78.8 0 176 0s176 78.8 176 176zM271.9 360.6c19.3-10.1 36.9-23.1 52.1-38.4c20 18.5 46.7 29.8 76.1 29.8c61.9 0 112-50.1 112-112s-50.1-112-112-112c-7.2 0-14.3 .7-21.1 2c-4.9-21.5-13-41.7-24-60.2C369.3 66 384.4 64 400 64c37 0 71.4 11.4 99.8 31l20.6-20.6L487 41c-6.9-6.9-8.9-17.2-5.2-26.2S494.3 0 504 0L616 0c13.3 0 24 10.7 24 24l0 112c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4L545 140.2c19.5 28.4 31 62.7 31 99.8c0 97.2-78.8 176-176 176c-50.5 0-96-21.3-128.1-55.4z"], + "arrow-pointer": [320, 512, ["mouse-pointer"], "f245", "M0 55.2L0 426c0 12.2 9.9 22 22 22c6.3 0 12.4-2.7 16.6-7.5L121.2 346l58.1 116.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9L179.8 320l118.1 0c12.2 0 22.1-9.9 22.1-22.1c0-6.3-2.7-12.3-7.4-16.5L38.6 37.9C34.3 34.1 28.9 32 23.2 32C10.4 32 0 42.4 0 55.2z"], + "maximize": [512, 512, ["expand-arrows-alt"], "f31e", "M200 32L56 32C42.7 32 32 42.7 32 56l0 144c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l40-40 79 79-79 79L73 295c-6.9-6.9-17.2-8.9-26.2-5.2S32 302.3 32 312l0 144c0 13.3 10.7 24 24 24l144 0c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40 79-79 79 79-40 40c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8l144 0c13.3 0 24-10.7 24-24l0-144c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40-79-79 79-79 40 40c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-144c0-13.3-10.7-24-24-24L312 32c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l40 40-79 79-79-79 40-40c6.9-6.9 8.9-17.2 5.2-26.2S209.7 32 200 32z"], + "charging-station": [576, 512, [], "f5e7", "M96 0C60.7 0 32 28.7 32 64l0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-144 16 0c22.1 0 40 17.9 40 40l0 32c0 39.8 32.2 72 72 72s72-32.2 72-72l0-123.7c32.5-10.2 56-40.5 56-76.3l0-32c0-8.8-7.2-16-16-16l-16 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-32 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-16 0c-8.8 0-16 7.2-16 16l0 32c0 35.8 23.5 66.1 56 76.3L472 376c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32c0-48.6-39.4-88-88-88l-16 0 0-192c0-35.3-28.7-64-64-64L96 0zM216.9 82.7c6 4 8.5 11.5 6.3 18.3l-25 74.9 57.8 0c6.7 0 12.7 4.2 15 10.4s.5 13.3-4.6 17.7l-112 96c-5.5 4.7-13.4 5.1-19.3 1.1s-8.5-11.5-6.3-18.3l25-74.9L96 208c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7l112-96c5.5-4.7 13.4-5.1 19.3-1.1z"], + "shapes": [512, 512, ["triangle-circle-square"], "f61f", "M315.4 15.5C309.7 5.9 299.2 0 288 0s-21.7 5.9-27.4 15.5l-96 160c-5.9 9.9-6.1 22.2-.4 32.2s16.3 16.2 27.8 16.2l192 0c11.5 0 22.2-6.2 27.8-16.2s5.5-22.3-.4-32.2l-96-160zM288 312l0 144c0 22.1 17.9 40 40 40l144 0c22.1 0 40-17.9 40-40l0-144c0-22.1-17.9-40-40-40l-144 0c-22.1 0-40 17.9-40 40zM128 512a128 128 0 1 0 0-256 128 128 0 1 0 0 256z"], + "shuffle": [512, 512, [128256, "random"], "f074", "M403.8 34.4c12-5 25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6l0-32-32 0c-10.1 0-19.6 4.7-25.6 12.8L284 229.3 244 176l31.2-41.6C293.3 110.2 321.8 96 352 96l32 0 0-32c0-12.9 7.8-24.6 19.8-29.6zM164 282.7L204 336l-31.2 41.6C154.7 401.8 126.2 416 96 416l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c10.1 0 19.6-4.7 25.6-12.8L164 282.7zm274.6 188c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6l0-32-32 0c-30.2 0-58.7-14.2-76.8-38.4L121.6 172.8c-6-8.1-15.5-12.8-25.6-12.8l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c30.2 0 58.7 14.2 76.8 38.4L326.4 339.2c6 8.1 15.5 12.8 25.6 12.8l32 0 0-32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64z"], + "person-running": [448, 512, [127939, "running"], "f70c", "M320 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM125.7 175.5c9.9-9.9 23.4-15.5 37.5-15.5c1.9 0 3.8 .1 5.6 .3L137.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9-25.4 88.8c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l28.7-100.4c5.9-20.6-2.6-42.6-20.7-53.9L238 299l30.9-82.4 5.1 12.3C289 264.7 323.9 288 362.7 288l21.3 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-21.3 0c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3L57.4 153.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l23.1-23.1zM91.2 352L32 352c-17.7 0-32 14.3-32 32s14.3 32 32 32l69.6 0c19 0 36.2-11.2 43.9-28.5L157 361.6l-9.5-6c-17.5-10.9-30.5-26.8-37.9-44.9L91.2 352z"], + "mobile-retro": [320, 512, [], "e527", "M0 64C0 28.7 28.7 0 64 0L256 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm64 96l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L96 128c-17.7 0-32 14.3-32 32zM80 352a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM128 48c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0z"], + "grip-lines-vertical": [192, 512, [], "f7a5", "M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32L64 64zm128 0c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 384c0 17.7 14.3 32 32 32s32-14.3 32-32l0-384z"], + "spider": [512, 512, [128375], "f717", "M158.4 32.6c4.8-12.4-1.4-26.3-13.8-31s-26.3 1.4-31 13.8L81.1 100c-7.9 20.7-3 44.1 12.7 59.7l57.4 57.4L70.8 190.3c-2.4-.8-4.3-2.7-5.1-5.1L46.8 128.4C42.6 115.8 29 109 16.4 113.2S-3 131 1.2 143.6l18.9 56.8c5.6 16.7 18.7 29.8 35.4 35.4L116.1 256 55.6 276.2c-16.7 5.6-29.8 18.7-35.4 35.4L1.2 368.4C-3 381 3.8 394.6 16.4 398.8s26.2-2.6 30.4-15.2l18.9-56.8c.8-2.4 2.7-4.3 5.1-5.1l80.4-26.8L93.7 352.3C78.1 368 73.1 391.4 81.1 412l32.5 84.6c4.8 12.4 18.6 18.5 31 13.8s18.5-18.6 13.8-31l-32.5-84.6c-1.1-3-.4-6.3 1.8-8.5L160 353.9c1 52.1 43.6 94.1 96 94.1s95-41.9 96-94.1l32.3 32.3c2.2 2.2 2.9 5.6 1.8 8.5l-32.5 84.6c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8L430.9 412c7.9-20.7 3-44.1-12.7-59.7l-57.4-57.4 80.4 26.8c2.4 .8 4.3 2.7 5.1 5.1l18.9 56.8c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-18.9-56.8c-5.6-16.7-18.7-29.8-35.4-35.4L395.9 256l60.5-20.2c16.7-5.6 29.8-18.7 35.4-35.4l18.9-56.8c4.2-12.6-2.6-26.2-15.2-30.4s-26.2 2.6-30.4 15.2l-18.9 56.8c-.8 2.4-2.7 4.3-5.1 5.1l-80.4 26.8 57.4-57.4c15.6-15.6 20.6-39 12.7-59.7L398.4 15.4C393.6 3 379.8-3.2 367.4 1.6s-18.5 18.6-13.8 31l32.5 84.6c1.1 3 .4 6.3-1.8 8.5L336 174.1l0-14.1c0-31.8-18.6-59.3-45.5-72.2c-9.1-4.4-18.5 3.3-18.5 13.4l0 10.8c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-10.8c0-10.1-9.4-17.7-18.5-13.4C194.6 100.7 176 128.2 176 160l0 14.1-48.3-48.3c-2.2-2.2-2.9-5.6-1.8-8.5l32.5-84.6z"], + "hands-bound": [640, 512, [], "e4f9", "M96 32C96 14.3 81.7 0 64 0S32 14.3 32 32l0 64 0 59.1 0 .7L32 192l0 21.9c0 14.2 5.1 27.9 14.3 38.7L131.6 352l-3.6 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0 128 0 64 0 128 0 32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-3.6 0 85.3-99.5c9.2-10.8 14.3-24.5 14.3-38.7l0-21.9 0-36.2 0-.7L608 96l0-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64 0 48.8-69.3 92.4c-5.7 7.6-16.1 9.6-24.2 4.8c-9.7-5.7-12.1-18.7-5.1-27.5L473 180c10.8-13.5 8.9-33.3-4.4-44.5s-33-9.8-44.5 3.2l-46.7 52.5C361 209.7 352 233.4 352 258.1l0 61.9 0 32-64 0 0-32 0-61.9c0-24.6-9-48.4-25.4-66.8l-46.7-52.5c-11.5-13-31.3-14.4-44.5-3.2s-15.2 30.9-4.4 44.5l27.6 34.5c7 8.8 4.7 21.8-5.1 27.5c-8.1 4.8-18.6 2.7-24.2-4.8L96 144.8 96 96l0-64zm64 448l0 32 128 0 0-32 64 0 0 32 128 0 0-32 32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-32 0-128 0-64 0-128 0-32 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0z"], + "file-invoice-dollar": [384, 512, [], "f571", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM64 80c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16zm128 72c8.8 0 16 7.2 16 16l0 17.3c8.5 1.2 16.7 3.1 24.1 5.1c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-11.1-3-22-5.2-32.1-5.3c-8.4-.1-17.4 1.8-23.6 5.5c-5.7 3.4-8.1 7.3-8.1 12.8c0 3.7 1.3 6.5 7.3 10.1c6.9 4.1 16.6 7.1 29.2 10.9l.5 .1s0 0 0 0s0 0 0 0c11.3 3.4 25.3 7.6 36.3 14.6c12.1 7.6 22.4 19.7 22.7 38.2c.3 19.3-9.6 33.3-22.9 41.6c-7.7 4.8-16.4 7.6-25.1 9.1l0 17.1c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-17.8c-11.2-2.1-21.7-5.7-30.9-8.9c0 0 0 0 0 0c-2.1-.7-4.2-1.4-6.2-2.1c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c2.5 .8 4.8 1.6 7.1 2.4c0 0 0 0 0 0s0 0 0 0s0 0 0 0c13.6 4.6 24.6 8.4 36.3 8.7c9.1 .3 17.9-1.7 23.7-5.3c5.1-3.2 7.9-7.3 7.8-14c-.1-4.6-1.8-7.8-7.7-11.6c-6.8-4.3-16.5-7.4-29-11.2l-1.6-.5s0 0 0 0c-11-3.3-24.3-7.3-34.8-13.7c-12-7.2-22.6-18.9-22.7-37.3c-.1-19.4 10.8-32.8 23.8-40.5c7.5-4.4 15.8-7.2 24.1-8.7l0-17.3c0-8.8 7.2-16 16-16z"], + "plane-circle-exclamation": [640, 512, [], "e556", "M256 0c-35 0-64 59.5-64 93.7l0 84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9l0 65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8l0 42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3l0-84.6C320 59.5 292 0 256 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"], + "x-ray": [512, 512, [], "f497", "M0 64C0 46.3 14.3 32 32 32l448 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 320c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32L32 96C14.3 96 0 81.7 0 64zM256 96c-8.8 0-16 7.2-16 16l0 32-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 48-112 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l112 0 0 70.6L189.1 307c-5.2-2-10.6-3-16.2-3l-2.1 0c-23.6 0-42.8 19.2-42.8 42.8c0 9.6 3.2 18.9 9.1 26.4l18.2 23.2c9.7 12.4 24.6 19.6 40.3 19.6l120.8 0c15.7 0 30.6-7.2 40.3-19.6l18.2-23.2c5.9-7.5 9.1-16.8 9.1-26.4c0-23.6-19.2-42.8-42.8-42.8l-2.2 0c-5.5 0-11 1-16.2 3L272 326.6l0-70.6 112 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-112 0 0-48 80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-80 0 0-32c0-8.8-7.2-16-16-16zM208 352a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm80 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"], + "spell-check": [576, 512, [], "f891", "M112 0C99.1 0 87.4 7.8 82.5 19.7l-66.7 160-13.3 32c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L66.7 224l90.7 0 5.1 12.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-13.3-32-66.7-160C136.6 7.8 124.9 0 112 0zm18.7 160l-37.3 0L112 115.2 130.7 160zM256 32l0 96 0 96c0 17.7 14.3 32 32 32l80 0c44.2 0 80-35.8 80-80c0-23.1-9.8-43.8-25.4-58.4c6-11.2 9.4-24 9.4-37.6c0-44.2-35.8-80-80-80L288 0c-17.7 0-32 14.3-32 32zm96 64l-32 0 0-32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-32 64l32 0 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0-32zM566.6 310.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L352 434.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l192-192z"], + "slash": [640, 512, [], "f715", "M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l592 464c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2z"], + "computer-mouse": [384, 512, [128433, "mouse"], "f8cc", "M0 192l176 0L176 0 160 0C71.6 0 0 71.6 0 160l0 32zm0 32L0 352c0 88.4 71.6 160 160 160l64 0c88.4 0 160-71.6 160-160l0-128-192 0L0 224zm384-32l0-32C384 71.6 312.4 0 224 0L208 0l0 192 176 0z"], + "arrow-right-to-bracket": [512, 512, ["sign-in"], "f090", "M352 96l64 0c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c53 0 96-43 96-96l0-256c0-53-43-96-96-96l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm-9.4 182.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L242.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z"], + "shop-slash": [640, 512, ["store-alt-slash"], "e070", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-54.8-43L576 224l-64 0 0 152L384 275.7l0-51.7-64 0 0 1.5L277.2 192l325.9 0c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0L121.7 0c-16 0-31 8-39.9 21.4L74.1 32.8 38.8 5.1zM36.8 192l85 0L21 112.5 6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM320 384l-192 0 0-160-64 0 0 160 0 80c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-65.5-64-50.4 0 35.9z"], + "server": [512, 512, [], "f233", "M64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 32zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm48 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 288zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"], + "virus-covid-slash": [640, 512, [], "e4a9", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c11.4-19.5 19.1-41.4 22.3-64.7l33.6 0 0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-80c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 16-33.6 0c-4.2-30.7-16.3-58.8-34.1-82.3L484 125.9l11.3 11.3c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L472.7 46.7c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L450.1 92l-23.8 23.8C402.8 97.9 374.7 85.8 344 81.6L344 48l16 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L280 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l16 0 0 33.6c-30.7 4.2-58.8 16.3-82.3 34.1L189.9 92l11.3-11.3c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L134.1 79.8 38.8 5.1zM149.2 213.5c-1.5 6-2.7 12.2-3.5 18.5L112 232l0-16c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16 33.6 0c4.2 30.7 16.3 58.8 34.1 82.3L156 386.1l-11.3-11.3c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l56.6 56.6c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L189.9 420l23.8-23.8c23.5 17.9 51.7 29.9 82.3 34.1l0 33.6-16 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0-33.6c20.4-2.8 39.7-9.1 57.3-18.2L149.2 213.5z"], + "shop-lock": [640, 512, [], "e4a5", "M36.8 192l412.8 0c20.2-19.8 47.9-32 78.4-32c30.5 0 58.1 12.2 78.3 31.9c18.9-1.6 33.7-17.4 33.7-36.7c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0L121.7 0c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM384 224l-64 0 0 160-192 0 0-160-64 0 0 160 0 80c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-80 0-32 0-128zm144 16c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z"], + "hourglass-start": [384, 512, ["hourglass-1"], "f251", "M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64l0 11c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437l0 11c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 256 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1l0-11c17.7 0 32-14.3 32-32s-14.3-32-32-32L320 0 64 0 32 0zM288 437l0 11L96 448l0-11c0-25.5 10.1-49.9 28.1-67.9L192 301.3l67.9 67.9c18 18 28.1 42.4 28.1 67.9z"], + "blender-phone": [576, 512, [], "f6b6", "M224 352L196.8 52.3C194.2 24.2 216.3 0 244.6 0L534.1 0c21.1 0 36.4 20.1 30.9 40.4L558.5 64 400 64c-8.8 0-16 7.2-16 16s7.2 16 16 16l149.8 0-17.5 64L400 160c-8.8 0-16 7.2-16 16s7.2 16 16 16l123.6 0-17.5 64L400 256c-8.8 0-16 7.2-16 16s7.2 16 16 16l97.5 0L480 352l-256 0zm-16 32l288 0c26.5 0 48 21.5 48 48l0 32c0 26.5-21.5 48-48 48l-288 0c-26.5 0-48-21.5-48-48l0-32c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM147.5 30.7c10.8 6.7 15.3 21 10.6 33.4l-22 57.8c-4.2 10.9-14.5 17.6-25.3 16.4l-33.3-3.6c-13.6 42.2-13.6 88.4 0 130.7l33.3-3.6c10.9-1.2 21.2 5.5 25.3 16.4l22 57.8c4.7 12.4 .2 26.7-10.6 33.4l-44 27.2c-9.7 6-21.9 4.2-29.8-4.3C-24.6 286-24.6 114 73.7 7.8C81.6-.7 93.8-2.5 103.5 3.5l44 27.2z"], + "building-wheat": [640, 512, [], "e4db", "M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 416c0 26.5-21.5 48-48 48l-96 0 0-80c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 80-96 0c-26.5 0-48-21.5-48-48L0 48zM80 224c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16L80 96c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm384 80l0 16c0 44.2-35.8 80-80 80l-16 0 0-16c0-44.2 35.8-80 80-80l16 0zm0 128c0 44.2-35.8 80-80 80l-16 0 0-16c0-44.2 35.8-80 80-80l16 0 0 16zm0 112c0 44.2-35.8 80-80 80l-16 0 0-16c0-44.2 35.8-80 80-80l16 0 0 16zM512 496l0 16-16 0c-44.2 0-80-35.8-80-80l0-16 16 0c44.2 0 80 35.8 80 80zm0-96l-16 0c-44.2 0-80-35.8-80-80l0-16 16 0c44.2 0 80 35.8 80 80l0 16zm0-128l0 16-16 0c-44.2 0-80-35.8-80-80l0-16 16 0c44.2 0 80 35.8 80 80zM528 32c13.3 0 24 10.7 24 24l0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-104c0-13.3 10.7-24 24-24zm96 64l0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32c0-13.3 10.7-24 24-24s24 10.7 24 24zM456 72c13.3 0 24 10.7 24 24l0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32c0-13.3 10.7-24 24-24z"], + "person-breastfeeding": [448, 512, [], "e53a", "M224 0a80 80 0 1 1 0 160A80 80 0 1 1 224 0zM436.8 382.8L373.5 462c-16.6 20.7-46.8 24.1-67.5 7.5c-17.6-14.1-22.7-38.1-13.5-57.7l-.8-.1c-38.9-5.6-74.3-25.1-99.7-54.8l0-36.8c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48c0 .8 0 1.6 .1 2.4l101.4 50.7c23.7 11.9 33.3 40.7 21.5 64.4s-40.7 33.3-64.4 21.5L27.2 427.3c-1.1-.5-2.2-1.1-3.3-1.7c-4.9-2.8-9.2-6.4-12.6-10.6c-4.6-5.4-7.8-11.7-9.6-18.4c-3.3-12-1.9-25.2 4.8-36.6c.6-1.1 1.3-2.2 2-3.2L75.6 256.1c26.7-40.1 71.7-64.1 119.8-64.1l75.2 0c46.5 0 90.1 22.5 117.2 60.3l50.7 70.9c2.2 3 4 6.1 5.5 9.4c2.9 6.7 4.3 13.8 4 20.8c-.3 10.6-4.2 21-11.2 29.4zM320 332a44 44 0 1 0 -88 0 44 44 0 1 0 88 0z"], + "right-to-bracket": [512, 512, ["sign-in-alt"], "f2f6", "M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"], + "venus": [384, 512, [9792], "f221", "M80 176a112 112 0 1 1 224 0A112 112 0 1 1 80 176zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1l0 34.9-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-34.9z"], + "passport": [448, 512, [], "f5ab", "M0 64C0 28.7 28.7 0 64 0L384 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM183 278.8c-27.9-13.2-48.4-39.4-53.7-70.8l39.1 0c1.6 30.4 7.7 53.8 14.6 70.8zm41.3 9.2l-.3 0-.3 0c-2.4-3.5-5.7-8.9-9.1-16.5c-6-13.6-12.4-34.3-14.2-63.5l47.1 0c-1.8 29.2-8.1 49.9-14.2 63.5c-3.4 7.6-6.7 13-9.1 16.5zm40.7-9.2c6.8-17.1 12.9-40.4 14.6-70.8l39.1 0c-5.3 31.4-25.8 57.6-53.7 70.8zM279.6 176c-1.6-30.4-7.7-53.8-14.6-70.8c27.9 13.2 48.4 39.4 53.7 70.8l-39.1 0zM223.7 96l.3 0 .3 0c2.4 3.5 5.7 8.9 9.1 16.5c6 13.6 12.4 34.3 14.2 63.5l-47.1 0c1.8-29.2 8.1-49.9 14.2-63.5c3.4-7.6 6.7-13 9.1-16.5zM183 105.2c-6.8 17.1-12.9 40.4-14.6 70.8l-39.1 0c5.3-31.4 25.8-57.6 53.7-70.8zM352 192A128 128 0 1 0 96 192a128 128 0 1 0 256 0zM112 384c-8.8 0-16 7.2-16 16s7.2 16 16 16l224 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-224 0z"], + "thumbtack-slash": [640, 512, ["thumb-tack-slash"], "e68f", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L481.4 352c9.8-.4 18.9-5.3 24.6-13.3c6-8.3 7.7-19.1 4.4-28.8l-1-3c-13.8-41.5-42.8-74.8-79.5-94.7L418.5 64 448 64c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l29.5 0-6.1 79.5L38.8 5.1zM324.9 352L177.1 235.6c-20.9 18.9-37.2 43.3-46.5 71.3l-1 3c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3l164.9 0zM288 384l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96-64 0z"], + "heart-pulse": [512, 512, ["heartbeat"], "f21e", "M228.3 469.1L47.6 300.4c-4.2-3.9-8.2-8.1-11.9-12.4l87 0c22.6 0 43-13.6 51.7-34.5l10.5-25.2 49.3 109.5c3.8 8.5 12.1 14 21.4 14.1s17.8-5 22-13.3L320 253.7l1.7 3.4c9.5 19 28.9 31 50.1 31l104.5 0c-3.7 4.3-7.7 8.5-11.9 12.4L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9zM503.7 240l-132 0c-3 0-5.8-1.7-7.2-4.4l-23.2-46.3c-4.1-8.1-12.4-13.3-21.5-13.3s-17.4 5.1-21.5 13.3l-41.4 82.8L205.9 158.2c-3.9-8.7-12.7-14.3-22.2-14.1s-18.1 5.9-21.8 14.8l-31.8 76.3c-1.2 3-4.2 4.9-7.4 4.9L16 240c-2.6 0-5 .4-7.3 1.1C3 225.2 0 208.2 0 190.9l0-5.8c0-69.9 50.5-129.5 119.4-141C165 36.5 211.4 51.4 244 84l12 12 12-12c32.6-32.6 79-47.5 124.6-39.9C461.5 55.6 512 115.2 512 185.1l0 5.8c0 16.9-2.8 33.5-8.3 49.1z"], + "people-carry-box": [640, 512, ["people-carry"], "f4ce", "M80 48a48 48 0 1 1 96 0A48 48 0 1 1 80 48zm64 193.7l0 65.1 51 51c7.1 7.1 11.8 16.2 13.4 26.1l15.2 90.9c2.9 17.4-8.9 33.9-26.3 36.8s-33.9-8.9-36.8-26.3l-14.3-85.9L66.8 320C54.8 308 48 291.7 48 274.7l0-88.1c0-32.4 26.2-58.6 58.6-58.6c24.1 0 46.5 12 59.9 32l47.4 71.1 10.1 5 0-76.2c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32l0 76.2 10.1-5L473.5 160c13.3-20 35.8-32 59.9-32c32.4 0 58.6 26.2 58.6 58.6l0 88.1c0 17-6.7 33.3-18.7 45.3l-79.4 79.4-14.3 85.9c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l15.2-90.9c1.6-9.9 6.3-19 13.4-26.1l51-51 0-65.1-19 28.5c-4.6 7-11 12.6-18.5 16.3l-59.6 29.8c-2.4 1.3-4.9 2.2-7.6 2.8c-2.6 .6-5.3 .9-7.9 .8l-126.7 0c-2.5 .1-5-.2-7.5-.7c-2.9-.6-5.6-1.6-8.1-3l-59.5-29.8c-7.5-3.7-13.8-9.4-18.5-16.3l-19-28.5zM2.3 468.1L50.1 348.6l49.2 49.2-37.6 94c-6.6 16.4-25.2 24.4-41.6 17.8S-4.3 484.5 2.3 468.1zM512 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm77.9 348.6l47.8 119.5c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-37.6-94 49.2-49.2z"], + "temperature-high": [512, 512, [], "f769", "M416 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 128A96 96 0 1 0 416 0a96 96 0 1 0 0 192zM96 112c0-26.5 21.5-48 48-48s48 21.5 48 48l0 164.5c0 17.3 7.1 31.9 15.3 42.5C217.8 332.6 224 349.5 224 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9C88.9 308.4 96 293.8 96 276.5L96 112zM144 0C82.1 0 32 50.2 32 112l0 164.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C11.2 304.2 0 334.8 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6L256 112C256 50.2 205.9 0 144 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3L160 112c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 210.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48z"], + "microchip": [512, 512, [], "f2db", "M176 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c-35.3 0-64 28.7-64 64l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0 0 56-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0 0 56-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c0 35.3 28.7 64 64 64l0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40 56 0 0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40 56 0 0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40c35.3 0 64-28.7 64-64l40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0 0-56 40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0 0-56 40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0c0-35.3-28.7-64-64-64l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40-56 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40-56 0 0-40zM160 128l192 0c17.7 0 32 14.3 32 32l0 192c0 17.7-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32l0-192c0-17.7 14.3-32 32-32zm192 32l-192 0 0 192 192 0 0-192z"], + "crown": [576, 512, [128081], "f521", "M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34L209.7 220.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40c.2 0 .5 0 .7 0L86.4 427.4c5.5 30.4 32 52.6 63 52.6l277.2 0c30.9 0 57.4-22.1 63-52.6L535.3 176c.2 0 .5 0 .7 0c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7L309 106z"], + "weight-hanging": [512, 512, [], "f5cd", "M224 96a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm122.5 32c3.5-10 5.5-20.8 5.5-32c0-53-43-96-96-96s-96 43-96 96c0 11.2 1.9 22 5.5 32L120 128c-22 0-41.2 15-46.6 36.4l-72 288c-3.6 14.3-.4 29.5 8.7 41.2S33.2 512 48 512l416 0c14.8 0 28.7-6.8 37.8-18.5s12.3-26.8 8.7-41.2l-72-288C433.2 143 414 128 392 128l-45.5 0z"], + "xmarks-lines": [640, 512, [], "e59a", "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416zM7 167c-9.4 9.4-9.4 24.6 0 33.9l55 55L7 311c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55L41 167c-9.4-9.4-24.6-9.4-33.9 0zM265 167c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55zM455 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z"], + "file-prescription": [384, 512, [], "f572", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM104 196l72 0c33.1 0 60 26.9 60 60c0 25.5-15.9 47.2-38.3 55.9l43 40.3 33.8-31c8.1-7.5 20.8-6.9 28.3 1.2s6.9 20.8-1.2 28.3L270 379.7l31.7 29.7c8.1 7.6 8.5 20.2 .9 28.3s-20.2 8.5-28.3 .9l-33.9-31.8-34.9 32c-8.1 7.5-20.8 6.9-28.3-1.2s-6.9-20.8 1.2-28.3l32.6-29.9-64.8-60.8c-.9-.8-1.6-1.7-2.3-2.6l-20 0 0 44c0 11-9 20-20 20s-20-9-20-20l0-64 0-80c0-11 9-20 20-20zm72 80c11 0 20-9 20-20s-9-20-20-20l-52 0 0 40 52 0z"], + "weight-scale": [512, 512, ["weight"], "f496", "M128 176a128 128 0 1 1 256 0 128 128 0 1 1 -256 0zM391.8 64C359.5 24.9 310.7 0 256 0S152.5 24.9 120.2 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-56.2 0zM296 224c0-10.6-4.1-20.2-10.9-27.4l33.6-78.3c3.5-8.1-.3-17.5-8.4-21s-17.5 .3-21 8.4L255.7 184c-22 .1-39.7 18-39.7 40c0 22.1 17.9 40 40 40s40-17.9 40-40z"], + "user-group": [640, 512, [128101, "user-friends"], "f500", "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM609.3 512l-137.8 0c5.4-9.4 8.6-20.3 8.6-32l0-8c0-60.7-27.1-115.2-69.8-151.8c2.4-.1 4.7-.2 7.1-.2l61.4 0C567.8 320 640 392.2 640 481.3c0 17-13.8 30.7-30.7 30.7zM432 256c-31 0-59-12.6-79.3-32.9C372.4 196.5 384 163.6 384 128c0-26.8-6.6-52.1-18.3-74.3C384.3 40.1 407.2 32 432 32c61.9 0 112 50.1 112 112s-50.1 112-112 112z"], + "arrow-up-a-z": [576, 512, ["sort-alpha-up"], "f15e", "M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3 128 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.7 32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 320c0 17.7 14.3 32 32 32l50.7 0-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-50.7 0 73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-128 0c-17.7 0-32 14.3-32 32zM416 32c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3 88.4 0 7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 38.8 428.1 32 416 32zM395.8 176L416 135.6 436.2 176l-40.4 0z"], + "chess-knight": [448, 512, [9822], "f441", "M96 48L82.7 61.3C70.7 73.3 64 89.5 64 106.5l0 132.4c0 10.7 5.3 20.7 14.2 26.6l10.6 7c14.3 9.6 32.7 10.7 48.1 3l3.2-1.6c2.6-1.3 5-2.8 7.3-4.5l49.4-37c6.6-5 15.7-5 22.3 0c10.2 7.7 9.9 23.1-.7 30.3L90.4 350C73.9 361.3 64 380 64 400l320 0 28.9-159c2.1-11.3 3.1-22.8 3.1-34.3l0-14.7C416 86 330 0 224 0L83.8 0C72.9 0 64 8.9 64 19.8c0 7.5 4.2 14.3 10.9 17.7L96 48zm24 68a20 20 0 1 1 40 0 20 20 0 1 1 -40 0zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16C16 501.9 26.1 512 38.6 512l370.7 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L384 432 64 432 22.6 473.4z"], + "face-laugh-squint": [512, 512, ["laugh-squint"], "f59b", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1l275.2 0c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zm36.7-199.4l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 125.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"], + "wheelchair": [512, 512, [], "f193", "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM120.5 247.2c12.4-4.7 18.7-18.5 14-30.9s-18.5-18.7-30.9-14C43.1 225.1 0 283.5 0 352c0 88.4 71.6 160 160 160c61.2 0 114.3-34.3 141.2-84.7c6.2-11.7 1.8-26.2-9.9-32.5s-26.2-1.8-32.5 9.9C240 440 202.8 464 160 464C98.1 464 48 413.9 48 352c0-47.9 30.1-88.8 72.5-104.8zM259.8 176l-1.9-9.7c-4.5-22.3-24-38.3-46.8-38.3c-30.1 0-52.7 27.5-46.8 57l23.1 115.5c6 29.9 32.2 51.4 62.8 51.4l5.1 0c.4 0 .8 0 1.3 0l94.1 0c6.7 0 12.6 4.1 15 10.4L402 459.2c6 16.1 23.8 24.6 40.1 19.1l48-16c16.8-5.6 25.8-23.7 20.2-40.5s-23.7-25.8-40.5-20.2l-18.7 6.2-25.5-68c-11.7-31.2-41.6-51.9-74.9-51.9l-68.5 0-9.6-48 63.4 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-76.2 0z"], + "circle-arrow-up": [512, 512, ["arrow-circle-up"], "f0aa", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM385 215c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-71-71L280 392c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-214.1-71 71c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 103c9.4-9.4 24.6-9.4 33.9 0L385 215z"], + "toggle-on": [576, 512, [], "f205", "M192 64C86 64 0 150 0 256S86 448 192 448l192 0c106 0 192-86 192-192s-86-192-192-192L192 64zm192 96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"], + "person-walking": [320, 512, [128694, "walking"], "f554", "M160 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM126.5 199.3c-1 .4-1.9 .8-2.9 1.2l-8 3.5c-16.4 7.3-29 21.2-34.7 38.2l-2.6 7.8c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.2-40.5l2.6-7.8c11.4-34.1 36.6-61.9 69.4-76.5l8-3.5c20.8-9.2 43.3-14 66.1-14c44.6 0 84.8 26.8 101.9 67.9L281 232.7l21.4 10.7c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L247 287.3c-10.3-5.2-18.4-13.8-22.8-24.5l-9.6-23-19.3 65.5 49.5 54c5.4 5.9 9.2 13 11.2 20.8l23 92.1c4.3 17.1-6.1 34.5-23.3 38.8s-34.5-6.1-38.8-23.3l-22-88.1-70.7-77.1c-14.8-16.1-20.3-38.6-14.7-59.7l16.9-63.5zM68.7 398l25-62.4c2.1 3 4.5 5.8 7 8.6l40.7 44.4-14.5 36.2c-2.4 6-6 11.5-10.6 16.1L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L68.7 398z"], + "l": [320, 512, [108], "4c", "M64 32c17.7 0 32 14.3 32 32l0 352 192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 480c-17.7 0-32-14.3-32-32L32 64c0-17.7 14.3-32 32-32z"], + "fire": [448, 512, [128293], "f06d", "M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5c-16.5-21-46-58.5-62.8-79.8c-6.3-8-18.3-8.1-24.7-.1c-33.8 42.5-50.8 69.3-50.8 99.4C112 375.4 162.6 416 225.7 416z"], + "bed-pulse": [640, 512, ["procedures"], "f487", "M483.2 9.6L524 64l92 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-104 0c-7.6 0-14.7-3.6-19.2-9.6L468.7 70.3l-47 99.9c-3.7 7.8-11.3 13.1-19.9 13.7s-16.9-3.4-21.7-10.6L339.2 112 216 112c-13.3 0-24-10.7-24-24s10.7-24 24-24l136 0c8 0 15.5 4 20 10.7l24.4 36.6 45.9-97.5C445.9 6.2 453.2 1 461.6 .1s16.6 2.7 21.6 9.5zM320 160l12.7 0 20.7 31.1c11.2 16.8 30.6 26.3 50.7 24.8s37.9-13.7 46.5-32L461.9 160l82.1 0c53 0 96 43 96 96l0 224c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-224 0-32 0L64 448l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 96C0 78.3 14.3 64 32 64s32 14.3 32 32l0 256 224 0 0-160c0-17.7 14.3-32 32-32zm-144 0a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"], + "shuttle-space": [640, 512, ["space-shuttle"], "f197", "M130 480c40.6 0 80.4-11 115.2-31.9L352 384l-224 0 0 96 2 0zM352 128L245.2 63.9C210.4 43 170.6 32 130 32l-2 0 0 96 224 0zM96 128l0-96L80 32C53.5 32 32 53.5 32 80l0 48 8 0c-22.1 0-40 17.9-40 40l0 16L0 328l0 16c0 22.1 17.9 40 40 40l-8 0 0 48c0 26.5 21.5 48 48 48l16 0 0-96 8 0c26.2 0 49.4-12.6 64-32l288 0c69.3 0 135-22.7 179.2-81.6c6.4-8.5 6.4-20.3 0-28.8C591 182.7 525.3 160 456 160l-288 0c-14.6-19.4-37.8-32-64-32l-8 0zM512 243.6l0 24.9c0 19.6-15.9 35.6-35.6 35.6c-2.5 0-4.4-2-4.4-4.4l0-87.1c0-2.5 2-4.4 4.4-4.4c19.6 0 35.6 15.9 35.6 35.6z"], + "face-laugh": [512, 512, ["laugh"], "f599", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1l275.2 0c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "folder-open": [576, 512, [128194, 128449, 61717], "f07c", "M88.7 223.8L0 375.8 0 96C0 60.7 28.7 32 64 32l117.5 0c17 0 33.3 6.7 45.3 18.7l26.5 26.5c12 12 28.3 18.7 45.3 18.7L416 96c35.3 0 64 28.7 64 64l0 32-336 0c-22.8 0-43.8 12.1-55.3 31.8zm27.6 16.1C122.1 230 132.6 224 144 224l400 0c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-112 192C453.9 474 443.4 480 432 480L32 480c-11.5 0-22-6.1-27.7-16.1s-5.7-22.2 .1-32.1l112-192z"], + "heart-circle-plus": [576, 512, [], "e500", "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208l0 48 48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16z"], + "code-fork": [448, 512, [], "e13b", "M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3l0 38.7c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-38.7C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3l0 38.7c0 53-43 96-96 96l-48 0 0 70.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3l0-70.7-48 0c-53 0-96-43-96-96l0-38.7C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm208 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM248 432a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"], + "city": [640, 512, [127961], "f64f", "M480 48c0-26.5-21.5-48-48-48L336 0c-26.5 0-48 21.5-48 48l0 48-64 0 0-72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 72-64 0 0-72c0-13.3-10.7-24-24-24S64 10.7 64 24l0 72L48 96C21.5 96 0 117.5 0 144l0 96L0 464c0 26.5 21.5 48 48 48l256 0 32 0 96 0 160 0c26.5 0 48-21.5 48-48l0-224c0-26.5-21.5-48-48-48l-112 0 0-144zm96 320l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16zM240 416l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16zM128 400c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32zM560 256c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0zM256 176l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16zM112 160c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0zM256 304c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32zM112 320l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16zm304-48l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16zM400 64c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0zm16 112l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16z"], + "microphone-lines": [384, 512, [127897, "microphone-alt"], "f3c9", "M96 96l0 160c0 53 43 96 96 96s96-43 96-96l-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-32-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-32-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0c0-53-43-96-96-96S96 43 96 96zM320 240l0 16c0 70.7-57.3 128-128 128s-128-57.3-128-128l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 89.1 66.2 162.7 152 174.4l0 33.6-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-33.6c85.8-11.7 152-85.3 152-174.4l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24z"], + "pepper-hot": [512, 512, [127798], "f816", "M428.3 3c11.6-6.4 26.2-2.3 32.6 9.3l4.8 8.7c19.3 34.7 19.8 75.7 3.4 110C495.8 159.6 512 197.9 512 240c0 18.5-3.1 36.3-8.9 52.8c-6.1 17.3-28.5 16.3-36.8-.1l-11.7-23.4c-4.1-8.1-12.4-13.3-21.5-13.3L360 256c-13.3 0-24-10.7-24-24l0-80c0-13.3-10.7-24-24-24l-17.1 0c-21.3 0-30-23.9-10.8-32.9C304.7 85.4 327.7 80 352 80c28.3 0 54.8 7.3 77.8 20.2c5.5-18.2 3.7-38.4-6-55.8L419 35.7c-6.4-11.6-2.3-26.2 9.3-32.6zM171.2 345.5L264 160l40 0 0 80c0 26.5 21.5 48 48 48l76.2 0 23.9 47.8C372.3 443.9 244.3 512 103.2 512l-58.8 0C19.9 512 0 492.1 0 467.6c0-20.8 14.5-38.8 34.8-43.3l49.8-11.1c37.6-8.4 69.5-33.2 86.7-67.7z"], + "unlock": [448, 512, [128275], "f09c", "M144 144c0-44.2 35.8-80 80-80c31.9 0 59.4 18.6 72.3 45.7c7.6 16 26.7 22.8 42.6 15.2s22.8-26.7 15.2-42.6C331 33.7 281.5 0 224 0C144.5 0 80 64.5 80 144l0 48-16 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-240 0 0-48z"], + "colon-sign": [384, 512, [], "e140", "M255 39.8c4.3-17.1-6.1-34.5-23.3-38.8S197.2 7.1 193 24.2L181.9 68.6C96.1 87.8 32 164.4 32 256c0 58.1 25.8 110.2 66.7 145.4L81 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l13-52.1c9 3.4 18.4 6.2 28 8.2L177 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l10.4-41.4c33.4-4.4 64.1-17.4 89.8-36.7c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-10.2 7.7-21.7 13.9-34 18.3L321 160c9.4-.3 18.5-4.7 24.6-12.8c10.6-14.1 7.8-34.2-6.4-44.8c-1.1-.8-2.2-1.6-3.3-2.4L351 39.8c4.3-17.1-6.1-34.5-23.3-38.8S293.2 7.1 289 24.2L277.2 71.5c-9.3-2.7-18.8-4.6-28.6-5.9L255 39.8zM163.2 143.3L117.3 326.8C103.9 306.5 96 282.2 96 256c0-48.7 27.2-91 67.2-112.7zm8.6 229.5l61.1-244.6c9.9 .7 19.5 2.5 28.7 5.3l-62 248.1c-9.7-1.9-19-4.8-27.8-8.8z"], + "headset": [512, 512, [], "f590", "M256 48C141.1 48 48 141.1 48 256l0 40c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-40C0 114.6 114.6 0 256 0S512 114.6 512 256l0 144.1c0 48.6-39.4 88-88.1 88L313.6 488c-8.3 14.3-23.8 24-41.6 24l-32 0c-26.5 0-48-21.5-48-48s21.5-48 48-48l32 0c17.8 0 33.3 9.7 41.6 24l110.4 .1c22.1 0 40-17.9 40-40L464 256c0-114.9-93.1-208-208-208zM144 208l16 0c17.7 0 32 14.3 32 32l0 112c0 17.7-14.3 32-32 32l-16 0c-35.3 0-64-28.7-64-64l0-48c0-35.3 28.7-64 64-64zm224 0c35.3 0 64 28.7 64 64l0 48c0 35.3-28.7 64-64 64l-16 0c-17.7 0-32-14.3-32-32l0-112c0-17.7 14.3-32 32-32l16 0z"], + "store-slash": [640, 512, [], "e071", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.8-68 0-17.1 0-131.4c-4 1-8 1.8-12.3 2.3c0 0 0 0-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3l0 100.3L301.2 210.7c7-4.4 13.3-9.7 18.8-15.7c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4L522.3 13.1C517.2 5 508.1 0 498.4 0L141.6 0c-9.7 0-18.8 5-23.9 13.1l-22.7 36L38.8 5.1zm73.4 218.1c4 .5 8.1 .8 12.1 .8c11 0 21.4-2 31-5.6L48.9 134.5c-6.1 40.6 19.5 82.8 63.3 88.7zM160 384l0-133.4c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3L96 384l0 64c0 35.3 28.7 64 64 64l320 0c12.9 0 24.8-3.8 34.9-10.3L365.5 384 160 384z"], + "road-circle-xmark": [640, 512, [], "e566", "M213.2 32L288 32l0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 74.8 0c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8l0-42.8c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32l0 64L86.6 480C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L473.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L496 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 368z"], + "user-minus": [640, 512, [], "f503", "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM472 200l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"], + "mars-stroke-up": [320, 512, [9896, "mars-stroke-v"], "f22a", "M148.7 4.7c6.2-6.2 16.4-6.2 22.6 0l64 64c4.6 4.6 5.9 11.5 3.5 17.4s-8.3 9.9-14.8 9.9l-40 0 0 24 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 24c0 .6 0 1.2-.1 1.8c77 11.6 136.1 78 136.1 158.2c0 88.4-71.6 160-160 160S0 440.4 0 352c0-80.2 59.1-146.7 136.1-158.2c0-.6-.1-1.2-.1-1.8l0-24-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l32 0 0-24L96 96c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4l64-64zM256 352A96 96 0 1 0 64 352a96 96 0 1 0 192 0z"], + "champagne-glasses": [640, 512, [129346, "glass-cheers"], "f79f", "M155.6 17.3C163 3 179.9-3.6 195 1.9L320 47.5l125-45.6c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6L556.1 413l41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41l-71.1 25.9L476.8 510c-16.6 6.1-35-2.5-41-19.1s2.5-35 19.1-41l41-15-31.3-86.2c-59.4 5.2-116.2-34-130-95.2L320 188.8l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2l-31.3 86.2 41 15c16.6 6 25.2 24.4 19.1 41s-24.4 25.2-41 19.1L92.2 484.1 21.1 458.2c-16.6-6.1-25.2-24.4-19.1-41s24.4-25.2 41-19.1l41 15 31.3-86.2C66.5 292.5 48.1 226 76.9 170.2L155.6 17.3zm44 54.4l-27.2 52.8L261.6 157l13.1-57.9L199.6 71.7zm240.9 0L365.4 99.1 378.5 157l89.2-32.5L440.5 71.7z"], + "clipboard": [384, 512, [128203], "f328", "M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM112 192l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "house-circle-exclamation": [640, 512, [], "e50a", "M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 69.7c-.1 .9-.1 1.8-.1 2.8l0 112c0 22.1 17.9 40 40 40l16 0c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2l31.9 0 24 0c22.1 0 40-17.9 40-40l0-24 0-64c0-17.7 14.3-32 32-32l64 0 .7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"], + "file-arrow-up": [384, 512, ["file-upload"], "f574", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM216 408c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-102.1-31 31c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l72-72c9.4-9.4 24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-31-31L216 408z"], + "wifi": [640, 512, ["wifi-3", "wifi-strong"], "f1eb", "M54.2 202.9C123.2 136.7 216.8 96 320 96s196.8 40.7 265.8 106.9c12.8 12.2 33 11.8 45.2-.9s11.8-33-.9-45.2C549.7 79.5 440.4 32 320 32S90.3 79.5 9.8 156.7C-2.9 169-3.3 189.2 8.9 202s32.5 13.2 45.2 .9zM320 256c56.8 0 108.6 21.1 148.2 56c13.3 11.7 33.5 10.4 45.2-2.8s10.4-33.5-2.8-45.2C459.8 219.2 393 192 320 192s-139.8 27.2-190.5 72c-13.3 11.7-14.5 31.9-2.8 45.2s31.9 14.5 45.2 2.8c39.5-34.9 91.3-56 148.2-56zm64 160a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"], + "bath": [512, 512, [128705, "bathtub"], "f2cd", "M96 77.3c0-7.3 5.9-13.3 13.3-13.3c3.5 0 6.9 1.4 9.4 3.9l14.9 14.9C130 91.8 128 101.7 128 112c0 19.9 7.2 38 19.2 52c-5.3 9.2-4 21.1 3.8 29c9.4 9.4 24.6 9.4 33.9 0L289 89c9.4-9.4 9.4-24.6 0-33.9c-7.9-7.9-19.8-9.1-29-3.8C246 39.2 227.9 32 208 32c-10.3 0-20.2 2-29.2 5.5L163.9 22.6C149.4 8.1 129.7 0 109.3 0C66.6 0 32 34.6 32 77.3L32 256c-17.7 0-32 14.3-32 32s14.3 32 32 32l448 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 256 96 77.3zM32 352l0 16c0 28.4 12.4 54 32 71.6L64 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-16 256 0 0 16c0 17.7 14.3 32 32 32s32-14.3 32-32l0-40.4c19.6-17.6 32-43.1 32-71.6l0-16L32 352z"], + "underline": [448, 512, [], "f0cd", "M16 64c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 128c0 53 43 96 96 96s96-43 96-96l0-128-16 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 128c0 88.4-71.6 160-160 160s-160-71.6-160-160L64 96 48 96C30.3 96 16 81.7 16 64zM0 448c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32z"], + "user-pen": [640, 512, ["user-edit"], "f4ff", "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l293.1 0c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7l40.3-40.3c-32.1-31-75.7-50.1-123.9-50.1l-91.4 0zm435.5-68.3c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM375.9 417c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L576.1 358.7l-71-71L375.9 417z"], + "signature": [640, 512, [], "f5b7", "M192 128c0-17.7 14.3-32 32-32s32 14.3 32 32l0 7.8c0 27.7-2.4 55.3-7.1 82.5l-84.4 25.3c-40.6 12.2-68.4 49.6-68.4 92l0 71.9c0 40 32.5 72.5 72.5 72.5c26 0 50-13.9 62.9-36.5l13.9-24.3c26.8-47 46.5-97.7 58.4-150.5l94.4-28.3-12.5 37.5c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-83.6 0 18-53.9c3.8-11.3 .9-23.8-7.4-32.4s-20.7-11.8-32.2-8.4L316.4 198.1c2.4-20.7 3.6-41.4 3.6-62.3l0-7.8c0-53-43-96-96-96s-96 43-96 96l0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32zm-9.2 177l49-14.7c-10.4 33.8-24.5 66.4-42.1 97.2l-13.9 24.3c-1.5 2.6-4.3 4.3-7.4 4.3c-4.7 0-8.5-3.8-8.5-8.5l0-71.9c0-14.1 9.3-26.6 22.8-30.7zM24 368c-13.3 0-24 10.7-24 24s10.7 24 24 24l40.3 0c-.2-2.8-.3-5.6-.3-8.5L64 368l-40 0zm592 48c13.3 0 24-10.7 24-24s-10.7-24-24-24l-310.1 0c-6.7 16.3-14.2 32.3-22.3 48L616 416z"], + "stroopwafel": [512, 512, [], "f551", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM312.6 63.7c-6.2-6.2-16.4-6.2-22.6 0L256 97.6 222.1 63.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 33.9-45.3 45.3-56.6-56.6c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l56.6 56.6-45.3 45.3L86.3 199.4c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L97.6 256 63.7 289.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9 45.3 45.3-56.6 56.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56.6-56.6 45.3 45.3-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L256 414.4l33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-33.9-33.9 45.3-45.3 56.6 56.6c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-56.6-56.6 45.3-45.3 33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L414.4 256l33.9-33.9c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-33.9 33.9-45.3-45.3 56.6-56.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-56.6 56.6-45.3-45.3 33.9-33.9c6.2-6.2 6.2-16.4 0-22.6zM142.9 256l45.3-45.3L233.4 256l-45.3 45.3L142.9 256zm67.9 67.9L256 278.6l45.3 45.3L256 369.1l-45.3-45.3zM278.6 256l45.3-45.3L369.1 256l-45.3 45.3L278.6 256zm22.6-67.9L256 233.4l-45.3-45.3L256 142.9l45.3 45.3z"], + "bold": [384, 512, [], "f032", "M0 64C0 46.3 14.3 32 32 32l48 0 16 0 128 0c70.7 0 128 57.3 128 128c0 31.3-11.3 60.1-30 82.3c37.1 22.4 62 63.1 62 109.7c0 70.7-57.3 128-128 128L96 480l-16 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-160L48 96 32 96C14.3 96 0 81.7 0 64zM224 224c35.3 0 64-28.7 64-64s-28.7-64-64-64L112 96l0 128 112 0zM112 288l0 128 144 0c35.3 0 64-28.7 64-64s-28.7-64-64-64l-32 0-112 0z"], + "anchor-lock": [640, 512, [], "e4ad", "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c8 0 15.9-.6 23.6-1.7c-4.8-9-7.6-19.3-7.6-30.3l0-33.3c-5.2 .9-10.5 1.3-16 1.3l-48 0 0-208 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0zM528 240c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z"], + "building-ngo": [384, 512, [], "e4d7", "M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c26.5 0 48-21.5 48-48l0-416c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM168 64l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 64 16 0 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 24c0 13.3-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24l0-88c0-8.8 7.2-16 16-16zM304 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16s16-7.2 16-16l0-32c0-8.8-7.2-16-16-16zm-48 16c0-26.5 21.5-48 48-48s48 21.5 48 48l0 32c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-32zM61.3 71.1l34.7 52L96 80c0-8.8 7.2-16 16-16s16 7.2 16 16l0 96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4L64 132.8 64 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4z"], + "manat-sign": [384, 512, [], "e1d5", "M192 32c-17.7 0-32 14.3-32 32l0 34.7C69.2 113.9 0 192.9 0 288L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-59.6 40.8-109.8 96-124l0 284c0 17.7 14.3 32 32 32s32-14.3 32-32l0-284c55.2 14.2 96 64.3 96 124l0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-95.1-69.2-174.1-160-189.3L224 64c0-17.7-14.3-32-32-32z"], + "not-equal": [448, 512, [], "f53e", "M369.8 37.4c14.7 9.8 18.7 29.7 8.9 44.4L337.1 144l62.9 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-105.5 0-64 96L400 304c17.7 0 32 14.3 32 32s-14.3 32-32 32l-212.2 0-65.2 97.7c-9.8 14.7-29.7 18.7-44.4 8.9s-18.7-29.7-8.9-44.4L110.9 368 48 368c-17.7 0-32-14.3-32-32s14.3-32 32-32l105.5 0 64-96L48 208c-17.7 0-32-14.3-32-32s14.3-32 32-32l212.2 0 65.2-97.7c9.8-14.7 29.7-18.7 44.4-8.9z"], + "border-top-left": [448, 512, ["border-style"], "f853", "M0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-336c0-8.8 7.2-16 16-16l336 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32C35.8 32 0 67.8 0 112L0 448zm160 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm192 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-96 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm192 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm0 32a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "map-location-dot": [576, 512, ["map-marked-alt"], "f5a0", "M408 120c0 54.6-73.1 151.9-105.2 192c-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120C168 53.7 221.7 0 288 0s120 53.7 120 120zm8 80.4c3.5-6.9 6.7-13.8 9.6-20.6c.5-1.2 1-2.5 1.5-3.7l116-46.4C558.9 123.4 576 135 576 152l0 270.8c0 9.8-6 18.6-15.1 22.3L416 503l0-302.6zM137.6 138.3c2.4 14.1 7.2 28.3 12.8 41.5c2.9 6.8 6.1 13.7 9.6 20.6l0 251.4L32.9 502.7C17.1 509 0 497.4 0 480.4L0 209.6c0-9.8 6-18.6 15.1-22.3l122.6-49zM327.8 332c13.9-17.4 35.7-45.7 56.2-77l0 249.3L192 449.4 192 255c20.5 31.3 42.3 59.6 56.2 77c20.5 25.6 59.1 25.6 79.6 0zM288 152a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"], + "jedi": [576, 512, [], "f669", "M246 315.7l-21.2-31.9c-2.1-3.2-1.7-7.4 1-10.1s6.9-3.1 10.1-1l29.5 19.7c2.1 1.4 4.9 0 5-2.6L279.7 8c.1-4.5 3.8-8 8.3-8s8.1 3.5 8.3 8l9.4 281.9c.1 2.5 2.9 3.9 5 2.6l29.5-19.7c3.2-2.1 7.4-1.7 10.1 1s3.1 6.9 1 10.1L330 315.7c-1.3 1.9-.2 4.5 2 4.9l37.6 7.5c3.7 .7 6.4 4 6.4 7.8s-2.7 7.1-6.4 7.8L332 351.4c-2.2 .4-3.3 3-2 4.9l21.2 31.9c2.1 3.2 1.7 7.4-1 10.1s-6.9 3.1-10.1 1l-26.3-17.6c-2.2-1.4-5.1 .2-5 2.8l2.1 61.5C370.6 435.2 416 382.9 416 320c0-37-15.7-70.4-40.8-93.7c-7-6.5-6.5-18.6 1-24.4C410.1 175.5 432 134.3 432 88c0-16.8-2.9-33-8.2-48c-4.6-13 10.2-30 21.4-22c53.5 38 92.7 94.8 107.8 160.7c.5 2.1-.2 4.3-1.7 5.9l-28.4 28.4c-4 4-1.2 10.9 4.5 10.9l26 0c3.4 0 6.2 2.6 6.3 6c.1 3.3 .2 6.6 .2 10c0 17.5-1.7 34.7-4.8 51.3c-.2 1.2-.9 2.4-1.7 3.3l-46.5 46.5c-4 4-1.2 10.9 4.5 10.9l14.6 0c4.6 0 7.7 4.8 5.7 9C487.2 450.5 394.8 512 288 512S88.8 450.5 44.3 361c-2.1-4.2 1-9 5.7-9l14.6 0c5.7 0 8.6-6.9 4.5-10.9L22.6 294.6c-.9-.9-1.5-2-1.7-3.3C17.7 274.7 16 257.5 16 240c0-3.3 .1-6.7 .2-10c.1-3.4 2.9-6 6.3-6l26 0c5.7 0 8.6-6.9 4.5-10.9L24.6 184.6c-1.5-1.5-2.2-3.8-1.7-5.9C38.1 112.8 77.3 56 130.8 18c11.3-8 26 8.9 21.4 22c-5.3 15-8.2 31.2-8.2 48c0 46.3 21.9 87.5 55.8 113.9c7.5 5.8 8 17.9 1 24.4C175.7 249.6 160 283 160 320c0 62.9 45.4 115.2 105.1 126l2.1-61.5c.1-2.6-2.8-4.2-5-2.8l-26.3 17.6c-3.2 2.1-7.4 1.7-10.1-1s-3.1-6.9-1-10.1L246 356.3c1.3-1.9 .2-4.5-2-4.9l-37.6-7.5c-3.7-.7-6.4-4-6.4-7.8s2.7-7.1 6.4-7.8l37.6-7.5c2.2-.4 3.3-3 2-4.9z"], + "square-poll-vertical": [448, 512, ["poll"], "f681", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm64 192c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32zm64-64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 192c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-192zM320 288c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32z"], + "mug-hot": [512, 512, [9749], "f7b6", "M88 0C74.7 0 64 10.7 64 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C120.5 112.3 128 119.9 128 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C119.5 47.7 112 40.1 112 24c0-13.3-10.7-24-24-24zM32 192c-17.7 0-32 14.3-32 32L0 416c0 53 43 96 96 96l192 0c53 0 96-43 96-96l16 0c61.9 0 112-50.1 112-112s-50.1-112-112-112l-48 0L32 192zm352 64l16 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-16 0 0-96zM224 24c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C232.5 112.3 240 119.9 240 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C231.5 47.7 224 40.1 224 24z"], + "car-battery": [512, 512, ["battery-car"], "f5df", "M80 96c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l96 0c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l16 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 160c0-35.3 28.7-64 64-64l16 0zm304 96c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 32-32 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0 0 32c0 8.8 7.2 16 16 16s16-7.2 16-16l0-32 32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0-32zM80 240c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-96 0c-8.8 0-16 7.2-16 16z"], + "gift": [512, 512, [127873], "f06b", "M190.5 68.8L225.3 128l-1.3 0-72 0c-22.1 0-40-17.9-40-40s17.9-40 40-40l2.2 0c14.9 0 28.8 7.9 36.3 20.8zM64 88c0 14.4 3.5 28 9.6 40L32 128c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l448 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-41.6 0c6.1-12 9.6-25.6 9.6-40c0-48.6-39.4-88-88-88l-2.2 0c-31.9 0-61.5 16.9-77.7 44.4L256 85.5l-24.1-41C215.7 16.9 186.1 0 154.2 0L152 0C103.4 0 64 39.4 64 88zm336 0c0 22.1-17.9 40-40 40l-72 0-1.3 0 34.8-59.2C329.1 55.9 342.9 48 357.8 48l2.2 0c22.1 0 40 17.9 40 40zM32 288l0 176c0 26.5 21.5 48 48 48l144 0 0-224L32 288zM288 512l144 0c26.5 0 48-21.5 48-48l0-176-192 0 0 224z"], + "dice-two": [448, 512, [9857], "f528", "M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM352 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "chess-queen": [512, 512, [9819], "f445", "M256 0a56 56 0 1 1 0 112A56 56 0 1 1 256 0zM134.1 143.8c3.3-13 15-23.8 30.2-23.8c12.3 0 22.6 7.2 27.7 17c12 23.2 36.2 39 64 39s52-15.8 64-39c5.1-9.8 15.4-17 27.7-17c15.3 0 27 10.8 30.2 23.8c7 27.8 32.2 48.3 62.1 48.3c10.8 0 21-2.7 29.8-7.4c8.4-4.4 18.9-4.5 27.6 .9c13 8 17.1 25 9.2 38L399.7 400 384 400l-40.4 0-175.1 0L128 400l-15.7 0L5.4 223.6c-7.9-13-3.8-30 9.2-38c8.7-5.3 19.2-5.3 27.6-.9c8.9 4.7 19 7.4 29.8 7.4c29.9 0 55.1-20.5 62.1-48.3zM256 224s0 0 0 0s0 0 0 0s0 0 0 0zM112 432l288 0 41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6L86.6 512C74.1 512 64 501.9 64 489.4c0-6 2.4-11.8 6.6-16L112 432z"], + "glasses": [576, 512, [], "f530", "M118.6 80c-11.5 0-21.4 7.9-24 19.1L57 260.3c20.5-6.2 48.3-12.3 78.7-12.3c32.3 0 61.8 6.9 82.8 13.5c10.6 3.3 19.3 6.7 25.4 9.2c3.1 1.3 5.5 2.4 7.3 3.2c.9 .4 1.6 .7 2.1 1l.6 .3 .2 .1c0 0 .1 0 .1 0c0 0 0 0 0 0s0 0 0 0L247.9 288s0 0 0 0l6.3-12.7c5.8 2.9 10.4 7.3 13.5 12.7l40.6 0c3.1-5.3 7.7-9.8 13.5-12.7l6.3 12.7s0 0 0 0c-6.3-12.7-6.3-12.7-6.3-12.7s0 0 0 0s0 0 0 0c0 0 .1 0 .1 0l.2-.1 .6-.3c.5-.2 1.2-.6 2.1-1c1.8-.8 4.2-1.9 7.3-3.2c6.1-2.6 14.8-5.9 25.4-9.2c21-6.6 50.4-13.5 82.8-13.5c30.4 0 58.2 6.1 78.7 12.3L481.4 99.1c-2.6-11.2-12.6-19.1-24-19.1c-3.1 0-6.2 .6-9.2 1.8L416.9 94.3c-12.3 4.9-26.3-1.1-31.2-13.4s1.1-26.3 13.4-31.2l31.3-12.5c8.6-3.4 17.7-5.2 27-5.2c33.8 0 63.1 23.3 70.8 56.2l43.9 188c1.7 7.3 2.9 14.7 3.5 22.1c.3 1.9 .5 3.8 .5 5.7l0 6.7 0 41.3 0 16c0 61.9-50.1 112-112 112l-44.3 0c-59.4 0-108.5-46.4-111.8-105.8L306.6 352l-37.2 0-1.2 22.2C264.9 433.6 215.8 480 156.3 480L112 480C50.1 480 0 429.9 0 368l0-16 0-41.3L0 304c0-1.9 .2-3.8 .5-5.7c.6-7.4 1.8-14.8 3.5-22.1l43.9-188C55.5 55.3 84.8 32 118.6 32c9.2 0 18.4 1.8 27 5.2l31.3 12.5c12.3 4.9 18.3 18.9 13.4 31.2s-18.9 18.3-31.2 13.4L127.8 81.8c-2.9-1.2-6-1.8-9.2-1.8zM64 325.4L64 368c0 26.5 21.5 48 48 48l44.3 0c25.5 0 46.5-19.9 47.9-45.3l2.5-45.6c-2.3-.8-4.9-1.7-7.5-2.5c-17.2-5.4-39.9-10.5-63.6-10.5c-23.7 0-46.2 5.1-63.2 10.5c-3.1 1-5.9 1.9-8.5 2.9zM512 368l0-42.6c-2.6-.9-5.5-1.9-8.5-2.9c-17-5.4-39.5-10.5-63.2-10.5c-23.7 0-46.4 5.1-63.6 10.5c-2.7 .8-5.2 1.7-7.5 2.5l2.5 45.6c1.4 25.4 22.5 45.3 47.9 45.3l44.3 0c26.5 0 48-21.5 48-48z"], + "chess-board": [448, 512, [], "f43c", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm64 64l0 64 64 0 0-64 64 0 0 64 64 0 0-64 64 0 0 64-64 0 0 64 64 0 0 64-64 0 0 64 64 0 0 64-64 0 0-64-64 0 0 64-64 0 0-64-64 0 0 64-64 0 0-64 64 0 0-64-64 0 0-64 64 0 0-64-64 0 0-64 64 0zm64 128l64 0 0-64-64 0 0 64zm0 64l0-64-64 0 0 64 64 0zm64 0l-64 0 0 64 64 0 0-64zm0 0l64 0 0-64-64 0 0 64z"], + "building-circle-check": [640, 512, [], "e4d2", "M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"], + "person-chalkboard": [640, 512, [], "e53d", "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-288 56 0 64 0 16 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-16 0 0-64 192 0 0 192-192 0 0-32-64 0 0 48c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-224c0-26.5-21.5-48-48-48L368 0c-26.5 0-48 21.5-48 48l0 80-76.9 0-65.9 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9 120 480c0 17.7 14.3 32 32 32s32-14.3 32-32z"], + "mars-stroke-right": [640, 512, [9897, "mars-stroke-h"], "f22b", "M208 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224zm174.4-88C370.7 365.8 297.1 432 208 432c-97.2 0-176-78.8-176-176s78.8-176 176-176c89.1 0 162.7 66.2 174.4 152l33.6 0 0-56c0-13.3 10.7-24 24-24s24 10.7 24 24l0 56 32 0 0-56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2l0-56-32 0 0 56c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-56-33.6 0z"], + "hand-back-fist": [448, 512, ["hand-rock"], "f255", "M144 0C117.5 0 96 21.5 96 48l0 48 0 28.5L96 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-26.7-9 7.5C40.4 169 32 187 32 206L32 244c0 38 16.9 74 46.1 98.3L128 384l0 96c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-105.3c46.9-19 80-65 80-118.7l0-80 0-16 0-16c0-26.5-21.5-48-48-48c-12.4 0-23.6 4.7-32.1 12.3C350 83.5 329.3 64 304 64c-12.4 0-23.6 4.7-32.1 12.3C270 51.5 249.3 32 224 32c-12.4 0-23.6 4.7-32.1 12.3C190 19.5 169.3 0 144 0z"], + "square-caret-up": [448, 512, ["caret-square-up"], "f151", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM224 160c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4l-208 0c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z"], + "cloud-showers-water": [576, 512, [], "e4e4", "M224 0c38.6 0 71.9 22.8 87.2 55.7C325.7 41.1 345.8 32 368 32c38.7 0 71 27.5 78.4 64l1.6 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-320 0c-35.3 0-64-28.7-64-64s28.7-64 64-64c0-53 43-96 96-96zM140.6 292.3l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9zm327.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2zM252.6 292.3l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9zm103.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"], + "chart-bar": [512, 512, ["bar-chart"], "f080", "M32 32c17.7 0 32 14.3 32 32l0 336c0 8.8 7.2 16 16 16l400 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 480c-44.2 0-80-35.8-80-80L0 64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 64l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 96l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"], + "hands-bubbles": [576, 512, ["hands-wash"], "e05e", "M416 64a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM160 464a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM32 160l.1 72.6c.1 52.2 24 101 64 133.1c-.1-1.9-.1-3.8-.1-5.7l0-8c0-71.8 37-138.6 97.9-176.7l60.2-37.6c8.6-5.4 17.9-8.4 27.3-9.4l45.9-79.5c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-78 135.1c-3.3 5.7-10.7 7.7-16.4 4.4s-7.7-10.7-4.4-16.4l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S214 5 207.4 16.5l-68 117.8s0 0 0 0s0 0 0 0l-43.3 75L96 160c0-17.7-14.4-32-32-32s-32 14.4-32 32zM332.1 88.5L307.5 131c13.9 4.5 26.4 13.7 34.7 27c.9 1.5 1.8 2.9 2.5 4.4l28.9-50c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7l-26.8 46.4c-.6 6-2.1 11.8-4.3 17.4l4.7 0 13.3 0s0 0 0 0l31.8 0 23-39.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zM315.1 175c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C159.3 234.7 128 291.2 128 352l0 8c0 8.9 .8 17.6 2.2 26.1c35.4 8.2 61.8 40 61.8 77.9c0 6.3-.7 12.5-2.1 18.4C215.1 501 246.3 512 280 512l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-92 0c-6.6 0-12-5.4-12-12s5.4-12 12-12l124 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-124 0c-6.6 0-12-5.4-12-12s5.4-12 12-12l156 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-156 0c-6.6 0-12-5.4-12-12s5.4-12 12-12l124 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-136 0s0 0 0 0s0 0 0 0l-93.2 0L305 219.1c15-9.4 19.5-29.1 10.2-44.1z"], + "less-than-equal": [448, 512, [], "f537", "M395.9 93.7c16.4-6.6 24.4-25.2 17.8-41.6s-25.2-24.4-41.6-17.8l-320 128C40 167.1 32 178.9 32 192s8 24.9 20.1 29.7l320 128c16.4 6.6 35-1.4 41.6-17.8s-1.4-35-17.8-41.6L150.2 192 395.9 93.7zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416z"], + "train": [448, 512, [128646], "f238", "M96 0C43 0 0 43 0 96L0 352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512l39.7 0c8.5 0 16.6-3.4 22.6-9.4L160 448l128 0 54.6 54.6c6 6 14.1 9.4 22.6 9.4l39.7 0c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9l0-256c0-53-43-96-96-96L96 0zM64 96c0-17.7 14.3-32 32-32l256 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32L96 224c-17.7 0-32-14.3-32-32l0-96zM224 288a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"], + "eye-low-vision": [640, 512, ["low-vision"], "f2a8", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223 149.5c48.6-44.3 123-50.8 179.3-11.7c60.8 42.4 78.9 123.2 44.2 186.9L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3L223 149.5zm223.1 298L83.1 161.5c-11 14.4-20.5 28.7-28.4 42.2l339 265.7c18.7-5.5 36.2-13 52.6-21.8zM34.5 268.3c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c3.1 0 6.1-.1 9.2-.2L33.1 247.8c-1.8 6.8-1.3 14 1.4 20.5z"], + "crow": [640, 512, [], "f520", "M456 0c-48.6 0-88 39.4-88 88l0 29.2L12.5 390.6c-14 10.8-16.6 30.9-5.9 44.9s30.9 16.6 44.9 5.9L126.1 384l133.1 0 46.6 113.1c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3L311.1 384l40.9 0c1.1 0 2.1 0 3.2 0l46.6 113.2c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3l-42-102C484.9 354.1 544 280 544 192l0-64 0-8 80.5-20.1c8.6-2.1 13.8-10.8 11.6-19.4C629 52 603.4 32 574 32l-50.1 0C507.7 12.5 483.3 0 456 0zm0 64a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"], + "sailboat": [576, 512, [], "e445", "M256 16c0-7 4.5-13.2 11.2-15.3s13.9 .4 17.9 6.1l224 320c3.4 4.9 3.8 11.3 1.1 16.6s-8.2 8.6-14.2 8.6l-224 0c-8.8 0-16-7.2-16-16l0-320zM212.1 96.5c7 1.9 11.9 8.2 11.9 15.5l0 224c0 8.8-7.2 16-16 16L80 352c-5.7 0-11-3-13.8-8s-2.9-11-.1-16l128-224c3.6-6.3 11-9.4 18-7.5zM5.7 404.3C2.8 394.1 10.5 384 21.1 384l533.8 0c10.6 0 18.3 10.1 15.4 20.3l-4 14.3C550.7 473.9 500.4 512 443 512L133 512C75.6 512 25.3 473.9 9.7 418.7l-4-14.3z"], + "window-restore": [512, 512, [], "f2d2", "M432 64L208 64c-8.8 0-16 7.2-16 16l0 16-64 0 0-16c0-44.2 35.8-80 80-80L432 0c44.2 0 80 35.8 80 80l0 224c0 44.2-35.8 80-80 80l-16 0 0-64 16 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16zM0 192c0-35.3 28.7-64 64-64l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192zm64 32c0 17.7 14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 192c-17.7 0-32 14.3-32 32z"], + "square-plus": [448, 512, [61846, "plus-square"], "f0fe", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM200 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"], + "torii-gate": [512, 512, [9961], "f6a1", "M0 80c0 26.5 21.5 48 48 48l16 0 0 64 64 0 0-64 96 0 0 64 64 0 0-64 96 0 0 64 64 0 0-64 16 0c26.5 0 48-21.5 48-48l0-66.6C512 6 506 0 498.6 0c-1.7 0-3.4 .3-5 1l-49 19.6C425.7 28.1 405.5 32 385.2 32L126.8 32c-20.4 0-40.5-3.9-59.4-11.4L18.4 1c-1.6-.6-3.3-1-5-1C6 0 0 6 0 13.4L0 80zM64 288l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192 256 0 0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0z"], + "frog": [576, 512, [], "f52e", "M368 32c41.7 0 75.9 31.8 79.7 72.5l85.6 26.3c25.4 7.8 42.8 31.3 42.8 57.9c0 21.8-11.7 41.9-30.7 52.7L400.8 323.5 493.3 416l50.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-8.5 0-16.6-3.4-22.6-9.4L346.9 360.2c11.7-36 3.2-77.1-25.4-105.7c-40.6-40.6-106.3-40.6-146.9-.1L101 324.4c-6.4 6.1-6.7 16.2-.6 22.6s16.2 6.6 22.6 .6l73.8-70.2 .1-.1 .1-.1c3.5-3.5 7.3-6.6 11.3-9.2c27.9-18.5 65.9-15.4 90.5 9.2c24.7 24.7 27.7 62.9 9 90.9c-2.6 3.8-5.6 7.5-9 10.9L261.8 416l90.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 480c-35.3 0-64-28.7-64-64C0 249.6 127 112.9 289.3 97.5C296.2 60.2 328.8 32 368 32zm0 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"], + "bucket": [448, 512, [], "e4cf", "M96 152l0 8-48 0 0-8C48 68.1 116.1 0 200 0l48 0c83.9 0 152 68.1 152 152l0 8-48 0 0-8c0-57.4-46.6-104-104-104l-48 0C142.6 48 96 94.6 96 152zM0 224c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-5.1 0L388.5 469c-2.6 24.4-23.2 43-47.7 43l-233.6 0c-24.6 0-45.2-18.5-47.7-43L37.1 256 32 256c-17.7 0-32-14.3-32-32z"], + "image": [512, 512, [], "f03e", "M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM323.8 202.5c-4.5-6.6-11.9-10.5-19.8-10.5s-15.4 3.9-19.8 10.5l-87 127.6L170.7 297c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6l96 0 32 0 208 0c8.9 0 17.1-4.9 21.2-12.8s3.6-17.4-1.4-24.7l-120-176zM112 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"], + "microphone": [384, 512, [], "f130", "M192 0C139 0 96 43 96 96l0 160c0 53 43 96 96 96s96-43 96-96l0-160c0-53-43-96-96-96zM64 216c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 89.1 66.2 162.7 152 174.4l0 33.6-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-33.6c85.8-11.7 152-85.3 152-174.4l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 70.7-57.3 128-128 128s-128-57.3-128-128l0-40z"], + "cow": [640, 512, [128004], "f6c8", "M96 224l0 32 0 160c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-88.2c9.9 6.6 20.6 12 32 16.1l0 24.2c0 8.8 7.2 16 16 16s16-7.2 16-16l0-16.9c5.3 .6 10.6 .9 16 .9s10.7-.3 16-.9l0 16.9c0 8.8 7.2 16 16 16s16-7.2 16-16l0-24.2c11.4-4 22.1-9.4 32-16.1l0 88.2c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-160 32 32 0 49.5c0 9.5 2.8 18.7 8.1 26.6L530 427c8.8 13.1 23.5 21 39.3 21c22.5 0 41.9-15.9 46.3-38l20.3-101.6c2.6-13-.3-26.5-8-37.3l-3.9-5.5 0-81.6c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 14.4-52.9-74.1C496 86.5 452.4 64 405.9 64L272 64l-16 0-64 0-48 0C77.7 64 24 117.7 24 184l0 54C9.4 249.8 0 267.8 0 288l0 17.6c0 8 6.4 14.4 14.4 14.4C46.2 320 72 294.2 72 262.4l0-6.4 0-32 0-40c0-24.3 12.1-45.8 30.5-58.9C98.3 135.9 96 147.7 96 160l0 64zM560 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM166.6 166.6c-4.2-4.2-6.6-10-6.6-16c0-12.5 10.1-22.6 22.6-22.6l178.7 0c12.5 0 22.6 10.1 22.6 22.6c0 6-2.4 11.8-6.6 16l-23.4 23.4C332.2 211.8 302.7 224 272 224s-60.2-12.2-81.9-33.9l-23.4-23.4z"], + "caret-up": [320, 512, [], "f0d8", "M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"], + "screwdriver": [512, 512, [129691], "f54a", "M465 7c-8.5-8.5-22-9.4-31.6-2.1l-104 80c-5.9 4.5-9.4 11.6-9.4 19l0 54.1-85.6 85.6c6.7 4.2 13 9.3 18.8 15.1s10.9 12.2 15.1 18.8L353.9 192l54.1 0c7.5 0 14.5-3.5 19-9.4l80-104c7.4-9.6 6.5-23.1-2.1-31.6L465 7zM121.4 281.4l-112 112c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l112-112c30.2-30.2 30.2-79.1 0-109.3s-79.1-30.2-109.3 0z"], + "folder-closed": [512, 512, [], "e185", "M448 480L64 480c-35.3 0-64-28.7-64-64L0 192l512 0 0 224c0 35.3-28.7 64-64 64zm64-320L0 160 0 96C0 60.7 28.7 32 64 32l128 0c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8l160 0c35.3 0 64 28.7 64 64z"], + "house-tsunami": [576, 512, [], "e515", "M80.8 136.5C104.9 93.8 152.6 64 209 64c16.9 0 33.1 2.7 48.2 7.7c16.8 5.5 34.9-3.6 40.4-20.4s-3.6-34.9-20.4-40.4C255.8 3.8 232.8 0 209 0C95.2 0 0 88 0 200c0 91.6 53.5 172.1 142.2 194.1c13.4 3.8 27.5 5.9 42.2 5.9c.7 0 1.4 0 2.1-.1c1.8 0 3.7 .1 5.5 .1c0 0 0 0 0 0c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 325.2 410.9 336 384 336c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0c-22.4 15.5-49.9 26.1-77.4 26.1c0 0-.1 0-.1 0c-12.4 0-24-1.5-34.9-4.3C121.6 320.2 96 287 96 248c0-48.5 39.5-88 88.4-88c13.5 0 26.1 3 37.5 8.3c16 7.5 35.1 .6 42.5-15.5s.6-35.1-15.5-42.5C229.3 101.1 207.4 96 184.4 96c-40 0-76.4 15.4-103.6 40.5zm252-18.1c-8.1 6-12.8 15.5-12.8 25.6l0 121c1.6 1 3.3 2 4.8 3.1c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c5.8 1.4 11.2 3.4 16.2 6.2c.7-2.7 1.1-5.5 1.1-8.4l-.4-144c0-10-4.7-19.4-12.7-25.5l-95.5-72c-11.4-8.6-27.1-8.6-38.5 0l-96 72zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 437.2 410.9 448 384 448z"], + "square-nfi": [448, 512, [], "e576", "M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm75.7 64.6C68.8 162.5 64 168.8 64 176l0 160c0 8.8 7.2 16 16 16s16-7.2 16-16l0-102.2 66.3 110.5c3.7 6.2 11.1 9.1 18 7.2s11.7-8.2 11.7-15.4l0-160c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 102.2L93.7 167.8c-3.7-6.2-11.1-9.1-18-7.2zM224 176l0 64 0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-32 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0c-8.8 0-16 7.2-16 16zm160 0c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 160c0 8.8 7.2 16 16 16s16-7.2 16-16l0-160z"], + "arrow-up-from-ground-water": [576, 512, [], "e4b5", "M288 352c17.7 0 32-14.3 32-32l0-210.7 25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3 256 320c0 17.7 14.3 32 32 32zm-18.5 69.9C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 437.2 410.9 448 384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0zM192 192L48 192c-26.5 0-48 21.5-48 48L0 425c5.3-3.1 11.2-5.4 17.5-6.9c13.1-3.1 26.7-9.8 37.3-18.6c22.2-18.7 54.3-20.1 78.1-3.4c18 12.4 40.1 20.3 59.1 20.3L192 192zm384 48c0-26.5-21.5-48-48-48l-144 0 0 224.5s0 0 0 0c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.4 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c6.3 1.5 12.1 3.8 17.5 6.9l0-185z"], + "martini-glass": [512, 512, [127864, "glass-martini-alt"], "f57b", "M32 0C19.1 0 7.4 7.8 2.4 19.8s-2.2 25.7 6.9 34.9L224 269.3 224 448l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-178.7L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0L32 0zM173.3 128l-64-64 293.5 0-64 64-165.5 0z"], + "rotate-left": [512, 512, ["rotate-back", "rotate-backward", "undo-alt"], "f2ea", "M48.5 224L40 224c-13.3 0-24-10.7-24-24L16 72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2L98.6 96.6c87.6-86.5 228.7-86.2 315.8 1c87.5 87.5 87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3c-62.2-62.2-162.7-62.5-225.3-1L185 183c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8L48.5 224z"], + "table-columns": [512, 512, ["columns"], "f0db", "M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm64 64l0 256 160 0 0-256L64 160zm384 0l-160 0 0 256 160 0 0-256z"], + "lemon": [448, 512, [127819], "f094", "M448 96c0-35.3-28.7-64-64-64c-6.6 0-13 1-19 2.9c-22.5 7-48.1 14.9-71 9c-75.2-19.1-156.4 11-213.7 68.3S-7.2 250.8 11.9 326c5.8 22.9-2 48.4-9 71C1 403 0 409.4 0 416c0 35.3 28.7 64 64 64c6.6 0 13-1 19.1-2.9c22.5-7 48.1-14.9 71-9c75.2 19.1 156.4-11 213.7-68.3s87.5-138.5 68.3-213.7c-5.8-22.9 2-48.4 9-71c1.9-6 2.9-12.4 2.9-19.1zM212.5 127.4c-54.6 16-101.1 62.5-117.1 117.1C92.9 253 84 257.8 75.5 255.4S62.2 244 64.6 235.5c19.1-65.1 73.7-119.8 138.9-138.9c8.5-2.5 17.4 2.4 19.9 10.9s-2.4 17.4-10.9 19.9z"], + "head-side-mask": [576, 512, [], "e063", "M32 224.2c0-22.2 3.2-43.6 9.2-63.9L262.2 321c-4 9.5-6.2 20-6.2 31l0 160-128 0c-17.7 0-32-14.3-32-32l0-72.7c0-16.7-6.9-32.5-17.1-45.8C48.6 322.4 32 274.1 32 224.2zm248.3 70.4L53 129.3C88.7 53 166.2 0 256 0l24 0c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c5.4 6.7 8.6 14.8 9.4 23.2L336 272c-21.7 0-41.3 8.6-55.7 22.6zM336 304l198 0s0 0 0 0l10 0-19.7 64L368 368c-8.8 0-16 7.2-16 16s7.2 16 16 16l146.5 0-9.8 32L368 432c-8.8 0-16 7.2-16 16s7.2 16 16 16l126.8 0-.9 2.8c-8.3 26.9-33.1 45.2-61.2 45.2L288 512l0-160c0-14 6-26.7 15.6-35.4c0 0 0 0 0 0c8.5-7.8 19.9-12.6 32.4-12.6zm48-80a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "handshake": [640, 512, [], "f2b5", "M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8 512 128l-.7 0-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48 0 224 28.2 0 91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123zM16 128c-8.8 0-16 7.2-16 16L0 352c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-224-80 0zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM544 128l0 224c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-208c0-8.8-7.2-16-16-16l-80 0zm32 208a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"], + "gem": [512, 512, [128142], "f3a5", "M116.7 33.8c4.5-6.1 11.7-9.8 19.3-9.8l240 0c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152zm38.5 39.8c-3.3 2.5-4.2 7-2.1 10.5l57.4 95.6L63.3 192c-4.1 .3-7.3 3.8-7.3 8s3.2 7.6 7.3 8l192 16c.4 0 .9 0 1.3 0l192-16c4.1-.3 7.3-3.8 7.3-8s-3.2-7.6-7.3-8L301.5 179.8l57.4-95.6c2.1-3.5 1.2-8.1-2.1-10.5s-7.9-2-10.7 1L256 172.2 165.9 74.6c-2.8-3-7.4-3.4-10.7-1z"], + "dolly": [576, 512, ["dolly-box"], "f472", "M0 32C0 14.3 14.3 0 32 0l72.9 0c27.5 0 52 17.6 60.7 43.8L257.7 320c30.1 .5 56.8 14.9 74 37l202.1-67.4c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5L352 417.7c-.9 52.2-43.5 94.3-96 94.3c-53 0-96-43-96-96c0-30.8 14.5-58.2 37-75.8L104.9 64 32 64C14.3 64 0 49.7 0 32zM244.8 134.5c-5.5-16.8 3.7-34.9 20.5-40.3L311 79.4l19.8 60.9 60.9-19.8L371.8 59.6l45.7-14.8c16.8-5.5 34.9 3.7 40.3 20.5l49.4 152.2c5.5 16.8-3.7 34.9-20.5 40.3L334.5 307.2c-16.8 5.5-34.9-3.7-40.3-20.5L244.8 134.5z"], + "smoking": [640, 512, [128684], "f48d", "M448 32l0 11c0 38.2 15.2 74.8 42.2 101.8l21 21c21 21 32.8 49.5 32.8 79.2l0 11c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-11c0-12.7-5.1-24.9-14.1-33.9l-21-21C405.9 151.1 384 98.1 384 43l0-11c0-17.7 14.3-32 32-32s32 14.3 32 32zM576 256l0-11c0-38.2-15.2-74.8-42.2-101.8l-21-21c-21-21-32.8-49.5-32.8-79.2l0-11c0-17.7 14.3-32 32-32s32 14.3 32 32l0 11c0 12.7 5.1 24.9 14.1 33.9l21 21c39 39 60.9 91.9 60.9 147.1l0 11c0 17.7-14.3 32-32 32s-32-14.3-32-32zM0 416c0-35.3 28.7-64 64-64l352 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32L64 512c-35.3 0-64-28.7-64-64l0-32zm224 0l0 32 160 0 0-32-160 0zm288-64c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32z"], + "minimize": [512, 512, ["compress-arrows-alt"], "f78c", "M456 224l-144 0c-13.3 0-24-10.7-24-24l0-144c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l40 40L442.3 5.7C446 2 450.9 0 456 0s10 2 13.7 5.7l36.7 36.7C510 46 512 50.9 512 56s-2 10-5.7 13.7L433 143l40 40c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8zm0 64c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-40 40 73.4 73.4c3.6 3.6 5.7 8.5 5.7 13.7s-2 10-5.7 13.7l-36.7 36.7C466 510 461.1 512 456 512s-10-2-13.7-5.7L369 433l-40 40c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2l0-144c0-13.3 10.7-24 24-24l144 0zm-256 0c13.3 0 24 10.7 24 24l0 144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-40-40L69.7 506.3C66 510 61.1 512 56 512s-10-2-13.7-5.7L5.7 469.7C2 466 0 461.1 0 456s2-10 5.7-13.7L79 369 39 329c-6.9-6.9-8.9-17.2-5.2-26.2s12.5-14.8 22.2-14.8l144 0zM56 224c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l40-40L5.7 69.7C2 66 0 61.1 0 56s2-10 5.7-13.7L42.3 5.7C46 2 50.9 0 56 0s10 2 13.7 5.7L143 79l40-40c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2l0 144c0 13.3-10.7 24-24 24L56 224z"], + "monument": [384, 512, [], "f5a6", "M180.7 4.7c6.2-6.2 16.4-6.2 22.6 0l80 80c2.5 2.5 4.1 5.8 4.6 9.3l40.2 322L55.9 416 96.1 94c.4-3.5 2-6.8 4.6-9.3l80-80zM152 272c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0zM32 448l320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32z"], + "snowplow": [640, 512, [], "f7d2", "M298.9 64l68.6 160L256 224l-64-64 0-96 106.9 0zM445.1 242.7l-87.4-204C347.6 15.3 324.5 0 298.9 0L176 0c-26.5 0-48 21.5-48 48l0 112-32 0c-17.7 0-32 14.3-32 32l0 106.8C26.2 316.8 0 355.3 0 400c0 61.9 50.1 112 112 112l256 0c61.9 0 112-50.1 112-112c0-17.2-3.9-33.5-10.8-48l42.8 0 0 50.7c0 17 6.7 33.3 18.7 45.3l54.6 54.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L576 402.7l0-82.7 0-84.8L633 164c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5l-57 71.2c-9.1 11.3-14 25.4-14 40l0 52.8-64 0 0-31.3c.1-2.4-.2-4.8-.6-7.1s-1.2-4.7-2.2-6.8zM368 352c26.5 0 48 21.5 48 48s-21.5 48-48 48l-256 0c-26.5 0-48-21.5-48-48s21.5-48 48-48l256 0zM144 400a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm216 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-56-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM200 424a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"], + "angles-right": [512, 512, [187, "angle-double-right"], "f101", "M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"], + "cannabis": [512, 512, [], "f55f", "M256 0c5.3 0 10.3 2.7 13.3 7.1c15.8 23.5 36.7 63.7 49.2 109c7.2 26.4 11.8 55.2 10.4 84c11.5-8.8 23.7-16.7 35.8-23.6c41-23.3 84.4-36.9 112.2-42.5c5.2-1 10.7 .6 14.4 4.4s5.4 9.2 4.4 14.5c-5.6 27.7-19.3 70.9-42.7 111.7c-9.1 15.9-19.9 31.7-32.4 46.3c27.8 6.6 52.4 17.3 67.2 25.5c5.1 2.8 8.2 8.2 8.2 14s-3.2 11.2-8.2 14c-15.2 8.4-40.9 19.5-69.8 26.1c-20.2 4.6-42.9 7.2-65.2 4.6l8.3 33.1c1.5 6.1-.6 12.4-5.5 16.4s-11.6 4.6-17.2 1.9L280 417.2l0 70.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-70.8-58.5 29.1c-5.6 2.8-12.3 2.1-17.2-1.9s-7-10.3-5.5-16.4l8.3-33.1c-22.2 2.6-45 0-65.2-4.6c-28.9-6.6-54.6-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14c14.8-8.2 39.4-18.8 67.2-25.5C78.9 296.3 68.1 280.5 59 264.6c-23.4-40.8-37.1-84-42.7-111.7c-1.1-5.2 .6-10.7 4.4-14.5s9.2-5.4 14.4-4.4c27.9 5.5 71.2 19.2 112.2 42.5c12.1 6.9 24.3 14.7 35.8 23.6c-1.4-28.7 3.1-57.6 10.4-84c12.5-45.3 33.4-85.5 49.2-109c3-4.4 8-7.1 13.3-7.1z"], + "circle-play": [512, 512, [61469, "play-circle"], "f144", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z"], + "tablets": [640, 512, [], "f490", "M614.3 247c-5.2 7.9-16.2 8.5-22.9 1.8L391.2 48.6c-6.7-6.7-6.2-17.8 1.8-22.9C418.1 9.4 447.9 0 480 0c88.4 0 160 71.6 160 160c0 32.1-9.4 61.9-25.7 87zM567 294.3c-25 16.3-54.9 25.7-87 25.7c-88.4 0-160-71.6-160-160c0-32.1 9.4-61.9 25.7-87c5.2-7.9 16.2-8.5 22.9-1.8L568.8 271.4c6.7 6.7 6.2 17.8-1.8 22.9zM301.5 368c9.5 0 16.9 8.2 15 17.5C301.1 457.8 236.9 512 160 512S18.9 457.8 3.5 385.5c-2-9.3 5.5-17.5 15-17.5l283.1 0zm0-32L18.5 336c-9.5 0-16.9-8.2-15-17.5C18.9 246.2 83.1 192 160 192s141.1 54.2 156.5 126.5c2 9.3-5.5 17.5-15 17.5z"], + "ethernet": [512, 512, [], "f796", "M0 224L0 416c0 17.7 14.3 32 32 32l64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0c17.7 0 32-14.3 32-32l0-192c0-17.7-14.3-32-32-32l-32 0 0-32c0-17.7-14.3-32-32-32l-32 0 0-32c0-17.7-14.3-32-32-32L160 64c-17.7 0-32 14.3-32 32l0 32-32 0c-17.7 0-32 14.3-32 32l0 32-32 0c-17.7 0-32 14.3-32 32z"], + "euro-sign": [320, 512, [8364, "eur", "euro"], "f153", "M48.1 240c-.1 2.7-.1 5.3-.1 8l0 16c0 2.7 0 5.3 .1 8L32 272c-17.7 0-32 14.3-32 32s14.3 32 32 32l28.3 0C89.9 419.9 170 480 264 480l24 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-24 0c-57.9 0-108.2-32.4-133.9-80L256 336c17.7 0 32-14.3 32-32s-14.3-32-32-32l-143.8 0c-.1-2.6-.2-5.3-.2-8l0-16c0-2.7 .1-5.4 .2-8L256 240c17.7 0 32-14.3 32-32s-14.3-32-32-32l-125.9 0c25.7-47.6 76-80 133.9-80l24 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-24 0C170 32 89.9 92.1 60.3 176L32 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l16.1 0z"], + "chair": [448, 512, [129681], "f6c0", "M248 48l0 208 48 0 0-197.3c23.9 13.8 40 39.7 40 69.3l0 128 48 0 0-128C384 57.3 326.7 0 256 0L192 0C121.3 0 64 57.3 64 128l0 128 48 0 0-128c0-29.6 16.1-55.5 40-69.3L152 256l48 0 0-208 48 0zM48 288c-12.1 0-23.2 6.8-28.6 17.7l-16 32c-5 9.9-4.4 21.7 1.4 31.1S20.9 384 32 384l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 256 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c11.1 0 21.4-5.7 27.2-15.2s6.4-21.2 1.4-31.1l-16-32C423.2 294.8 412.1 288 400 288L48 288z"], + "circle-check": [512, 512, [61533, "check-circle"], "f058", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"], + "circle-stop": [512, 512, [62094, "stop-circle"], "f28d", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 160l128 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32z"], + "compass-drafting": [512, 512, ["drafting-compass"], "f568", "M352 96c0 14.3-3.1 27.9-8.8 40.2L396 227.4c-23.7 25.3-54.2 44.1-88.5 53.6L256 192c0 0 0 0 0 0s0 0 0 0l-68 117.5c21.5 6.8 44.3 10.5 68.1 10.5c70.7 0 133.8-32.7 174.9-84c11.1-13.8 31.2-16 45-5s16 31.2 5 45C428.1 341.8 347 384 256 384c-35.4 0-69.4-6.4-100.7-18.1L98.7 463.7C94 471.8 87 478.4 78.6 482.6L23.2 510.3c-5 2.5-10.9 2.2-15.6-.7S0 501.5 0 496l0-55.4c0-8.4 2.2-16.7 6.5-24.1l60-103.7C53.7 301.6 41.8 289.3 31.2 276c-11.1-13.8-8.8-33.9 5-45s33.9-8.8 45 5c5.7 7.1 11.8 13.8 18.2 20.1l69.4-119.9c-5.6-12.2-8.8-25.8-8.8-40.2c0-53 43-96 96-96s96 43 96 96zm21 297.9c32.6-12.8 62.5-30.8 88.9-52.9l43.7 75.5c4.2 7.3 6.5 15.6 6.5 24.1l0 55.4c0 5.5-2.9 10.7-7.6 13.6s-10.6 3.2-15.6 .7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9L373 393.9zM256 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "plate-wheat": [512, 512, [], "e55a", "M176 32c44.2 0 80 35.8 80 80l0 16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80l0-16c0-8.8 7.2-16 16-16zM56 64l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM24 136l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 96c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24zM272 48c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80l0 16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80l0-16zM400 32c44.2 0 80 35.8 80 80l0 16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80l0-16c0-8.8 7.2-16 16-16zm80 160l0 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16l0-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM352 176c8.8 0 16 7.2 16 16l0 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16l0-16c0-44.2 35.8-80 80-80zm-96 16l0 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16l0-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM3.5 347.6C1.6 332.9 13 320 27.8 320l456.4 0c14.8 0 26.2 12.9 24.4 27.6C502.3 397.8 464.2 437 416 446l0 2c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-2c-48.2-9-86.3-48.2-92.5-98.4z"], + "icicles": [512, 512, [], "f7ad", "M75.8 304.8L1 35.7c-.7-2.5-1-5-1-7.5C0 12.6 12.6 0 28.2 0H482.4C498.8 0 512 13.2 512 29.6c0 1.6-.1 3.3-.4 4.9L434.6 496.1c-1.5 9.2-9.5 15.9-18.8 15.9c-9.2 0-17.1-6.6-18.7-15.6L336 160 307.2 303.9c-1.9 9.3-10.1 16.1-19.6 16.1c-9.2 0-17.2-6.2-19.4-15.1L240 192 210.6 368.2c-1.5 9.1-9.4 15.8-18.6 15.8s-17.1-6.7-18.6-15.8L144 192 115.9 304.3c-2.3 9.2-10.6 15.7-20.1 15.7c-9.3 0-17.5-6.2-20-15.2z"], + "person-shelter": [512, 512, [], "e54f", "M271.9 4.2c-9.8-5.6-21.9-5.6-31.8 0l-224 128C6.2 137.9 0 148.5 0 160L0 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.4L256 68.9 448 178.6 448 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-320c0-11.5-6.2-22.1-16.1-27.8l-224-128zM256 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zm-8 280l0-88 16 0 0 88c0 13.3 10.7 24 24 24s24-10.7 24-24l0-174.5 26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.3c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L200 313.5 200 488c0 13.3 10.7 24 24 24s24-10.7 24-24z"], + "neuter": [384, 512, [9906], "f22c", "M80 176a112 112 0 1 1 224 0A112 112 0 1 1 80 176zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1L160 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-130.9z"], + "id-badge": [384, 512, [], "f2c1", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L64 0zm96 320l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L96 416c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM144 64l96 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "marker": [512, 512, [], "f5a1", "M481 31C445.1-4.8 386.9-4.8 351 31l-15 15L322.9 33C294.8 4.9 249.2 4.9 221.1 33L135 119c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L255 66.9c9.4-9.4 24.6-9.4 33.9 0L302.1 80 186.3 195.7 316.3 325.7 481 161c35.9-35.9 35.9-94.1 0-129.9zM293.7 348.3L163.7 218.3 99.5 282.5c-48 48-80.8 109.2-94.1 175.8l-5 25c-1.6 7.9 .9 16 6.6 21.7s13.8 8.1 21.7 6.6l25-5c66.6-13.3 127.8-46.1 175.8-94.1l64.2-64.2z"], + "face-laugh-beam": [512, 512, [128513, "laugh-beam"], "f59a", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1l275.2 0c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM217.6 212.8s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"], + "helicopter-symbol": [512, 512, [], "e502", "M445.3 224l64.7 0C495.6 108.2 403.8 16.4 288 2l0 64.7C368.4 80.1 431.9 143.6 445.3 224zM510 288l-64.7 0C431.9 368.4 368.4 431.9 288 445.3l0 64.7c115.8-14.4 207.6-106.2 222-222zM2 288C16.4 403.8 108.2 495.6 224 510l0-64.7C143.6 431.9 80.1 368.4 66.7 288L2 288zm0-64l64.7 0C80.1 143.6 143.6 80.1 224 66.7L224 2C108.2 16.4 16.4 108.2 2 224zm206-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 96 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64-96 0 0-64z"], + "universal-access": [512, 512, [], "f29a", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm161.5-86.1c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3l0 50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1c-1.4-4.1-2.1-8.3-2.1-12.6l0-50.1c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6L338.7 175c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"], + "circle-chevron-up": [512, 512, ["chevron-circle-up"], "f139", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM377 271c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-87-87-87 87c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 167c9.4-9.4 24.6-9.4 33.9 0L377 271z"], + "lari-sign": [384, 512, [], "e1c8", "M144 32c17.7 0 32 14.3 32 32l0 32.7c5.3-.4 10.6-.7 16-.7s10.7 .2 16 .7L208 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 49.4c54.9 25.2 95.8 75.5 108.2 136.2c3.5 17.3-7.7 34.2-25 37.7s-34.2-7.7-37.7-25c-6.1-29.9-22.5-55.9-45.4-74.3l0 67.9c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-95c-5.2-.7-10.6-1-16-1s-10.8 .3-16 1l0 95c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-67.9C82.7 211.5 64 247.6 64 288c0 70.7 57.3 128 128 128l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l16.9 0C18.5 382 0 337.2 0 288c0-77.5 45.9-144.3 112-174.6L112 64c0-17.7 14.3-32 32-32z"], + "volcano": [512, 512, [127755], "f770", "M160 144c-35.3 0-64-28.7-64-64s28.7-64 64-64c15.7 0 30 5.6 41.2 15C212.4 12.4 232.7 0 256 0s43.6 12.4 54.8 31C322 21.6 336.3 16 352 16c35.3 0 64 28.7 64 64s-28.7 64-64 64c-14.7 0-28.3-5-39.1-13.3l-32 48C275.3 187 266 192 256 192s-19.3-5-24.9-13.3l-32-48C188.3 139 174.7 144 160 144zM144 352l48.4-24.2c10.2-5.1 21.6-7.8 33-7.8c19.6 0 38.4 7.8 52.2 21.6l32.5 32.5c6.3 6.3 14.9 9.9 23.8 9.9c11.3 0 21.8-5.6 28-15l9.7-14.6-58.9-66.3c-9.1-10.2-22.2-16.1-35.9-16.1l-41.8 0c-13.7 0-26.8 5.9-35.9 16.1l-59.9 67.4L144 352zm19.4-95.8c18.2-20.5 44.3-32.2 71.8-32.2l41.8 0c27.4 0 53.5 11.7 71.8 32.2l150.2 169c8.5 9.5 13.2 21.9 13.2 34.7c0 28.8-23.4 52.2-52.2 52.2L52.2 512C23.4 512 0 488.6 0 459.8c0-12.8 4.7-25.1 13.2-34.7l150.2-169z"], + "person-walking-dashed-line-arrow-right": [640, 512, [], "e553", "M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224 384 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l146.7 0-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80zM392 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48c0-13.3-10.7-24-24-24zm24 152c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16zM392 320c-13.3 0-24 10.7-24 24l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16c0-13.3-10.7-24-24-24zm24 120c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48z"], + "sterling-sign": [320, 512, [163, "gbp", "pound-sign"], "f154", "M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4L48 224l-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 44.5c0 17.4-4.7 34.5-13.7 49.4L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L88.5 416l.7-1.1C104.1 390 112 361.5 112 332.5l0-44.5 112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0 0-63.6z"], + "viruses": [640, 512, [], "e076", "M192 0c13.3 0 24 10.7 24 24l0 13.5c0 35.6 43.1 53.5 68.3 28.3l9.5-9.5c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-9.5 9.5C293 124.9 310.9 168 346.5 168l13.5 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-13.5 0c-35.6 0-53.5 43.1-28.3 68.3l9.5 9.5c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-9.5-9.5C259.1 293 216 310.9 216 346.5l0 13.5c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-13.5c0-35.6-43.1-53.5-68.3-28.3l-9.5 9.5c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l9.5-9.5C91 259.1 73.1 216 37.5 216L24 216c-13.3 0-24-10.7-24-24s10.7-24 24-24l13.5 0c35.6 0 53.5-43.1 28.3-68.3l-9.5-9.5c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l9.5 9.5C124.9 91 168 73.1 168 37.5L168 24c0-13.3 10.7-24 24-24zm48 224a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-48-64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm320 80c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C574.5 312.1 591 352 624 352c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C551.9 446.5 512 463 512 496c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C417.5 423.9 401 384 368 384c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C440.1 289.5 480 273 480 240c0-8.8 7.2-16 16-16s16 7.2 16 16zm0 112a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"], + "square-person-confined": [448, 512, [], "e577", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm96 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm80 104c0-30.9 25.1-56 56-56s56 25.1 56 56l0 102.1c0 36.4-29.5 65.9-65.9 65.9c-17.5 0-34.3-6.9-46.6-19.3L184.8 342l-28.1 56.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l48-96c4.6-9.2 13.3-15.6 23.5-17.3s20.5 1.7 27.8 9L240 306.7l0-58.7z"], + "user-tie": [448, 512, [], "f508", "M96 128a128 128 0 1 0 256 0A128 128 0 1 0 96 128zm94.5 200.2l18.6 31L175.8 483.1l-36-146.9c-2-8.1-9.8-13.4-17.9-11.3C51.9 342.4 0 405.8 0 481.3c0 17 13.8 30.7 30.7 30.7l131.7 0c0 0 0 0 .1 0l5.5 0 112 0 5.5 0c0 0 0 0 .1 0l131.7 0c17 0 30.7-13.8 30.7-30.7c0-75.5-51.9-138.9-121.9-156.4c-8.1-2-15.9 3.3-17.9 11.3l-36 146.9L238.9 359.2l18.6-31c6.4-10.7-1.3-24.2-13.7-24.2L224 304l-19.7 0c-12.4 0-20.1 13.6-13.7 24.2z"], + "arrow-down-long": [384, 512, ["long-arrow-down"], "f175", "M169.4 502.6c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 402.7 224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 370.7L86.6 329.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128z"], + "tent-arrow-down-to-line": [640, 512, [], "e57e", "M241.8 111.9c8.9 9.9 8.1 25-1.8 33.9l-80 72c-9.1 8.2-23 8.2-32.1 0l-80-72c-9.9-8.9-10.7-24-1.8-33.9s24-10.7 33.9-1.8l39.9 36L120 24c0-13.3 10.7-24 24-24s24 10.7 24 24l0 122.1 39.9-36c9.9-8.9 25-8.1 33.9 1.8zm122.8 22.6c11.5-8.7 27.3-8.7 38.8 0l168 128c6.6 5 11 12.5 12.3 20.7l24 160 .7 4.7c17.5 .2 31.6 14.4 31.6 32c0 17.7-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l127.6 0 .7-4.7 24-160c1.2-8.2 5.6-15.7 12.3-20.7l168-128zM384 448l80 0L402.7 325.5c-1.7-3.4-5.1-5.5-8.8-5.5c-5.5 0-9.9 4.4-9.9 9.9L384 448z"], + "certificate": [512, 512, [], "f0a3", "M211 7.3C205 1 196-1.4 187.6 .8s-14.9 8.9-17.1 17.3L154.7 80.6l-62-17.5c-8.4-2.4-17.4 0-23.5 6.1s-8.5 15.1-6.1 23.5l17.5 62L18.1 170.6c-8.4 2.1-15 8.7-17.3 17.1S1 205 7.3 211l46.2 45L7.3 301C1 307-1.4 316 .8 324.4s8.9 14.9 17.3 17.1l62.5 15.8-17.5 62c-2.4 8.4 0 17.4 6.1 23.5s15.1 8.5 23.5 6.1l62-17.5 15.8 62.5c2.1 8.4 8.7 15 17.1 17.3s17.3-.2 23.4-6.4l45-46.2 45 46.2c6.1 6.2 15 8.7 23.4 6.4s14.9-8.9 17.1-17.3l15.8-62.5 62 17.5c8.4 2.4 17.4 0 23.5-6.1s8.5-15.1 6.1-23.5l-17.5-62 62.5-15.8c8.4-2.1 15-8.7 17.3-17.1s-.2-17.4-6.4-23.4l-46.2-45 46.2-45c6.2-6.1 8.7-15 6.4-23.4s-8.9-14.9-17.3-17.1l-62.5-15.8 17.5-62c2.4-8.4 0-17.4-6.1-23.5s-15.1-8.5-23.5-6.1l-62 17.5L341.4 18.1c-2.1-8.4-8.7-15-17.1-17.3S307 1 301 7.3L256 53.5 211 7.3z"], + "reply-all": [576, 512, ["mail-reply-all"], "f122", "M209.4 39.5c-9.1-9.6-24.3-10-33.9-.9L33.8 173.2c-19.9 18.9-19.9 50.7 0 69.6L175.5 377.4c9.6 9.1 24.8 8.7 33.9-.9s8.7-24.8-.9-33.9L66.8 208 208.5 73.4c9.6-9.1 10-24.3 .9-33.9zM352 64c0-12.6-7.4-24.1-19-29.2s-25-3-34.4 5.4l-160 144c-6.7 6.1-10.6 14.7-10.6 23.8s3.9 17.7 10.6 23.8l160 144c9.4 8.5 22.9 10.6 34.4 5.4s19-16.6 19-29.2l0-64 32 0c53 0 96 43 96 96c0 30.4-12.8 47.9-22.2 56.7c-5.5 5.1-9.8 12-9.8 19.5c0 10.9 8.8 19.7 19.7 19.7c2.8 0 5.6-.6 8.1-1.9C494.5 467.9 576 417.3 576 304c0-97.2-78.8-176-176-176l-48 0 0-64z"], + "suitcase": [512, 512, [129523], "f0f2", "M176 56l0 40 160 0 0-40c0-4.4-3.6-8-8-8L184 48c-4.4 0-8 3.6-8 8zM128 96l0-40c0-30.9 25.1-56 56-56L328 0c30.9 0 56 25.1 56 56l0 40 0 32 0 352-256 0 0-352 0-32zM64 96l32 0 0 384-32 0c-35.3 0-64-28.7-64-64L0 160c0-35.3 28.7-64 64-64zM448 480l-32 0 0-384 32 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64z"], + "person-skating": [448, 512, ["skating"], "f7c5", "M352 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM128 128c0-17.7 14.3-32 32-32l159.4 0c43.6 0 64.6 53.4 32.8 83.1l-74.4 69.4 60.2 60.2c9 9 14.1 21.2 14.1 33.9l0 73.4c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-66.7-77.9-77.8c-26.6-26.6-24.6-70.3 4.3-94.4l20.4-17L160 160c-17.7 0-32-14.3-32-32zM81.4 353.4l86.9-86.9c4.6 10 11 19.3 19.3 27.5l21.8 21.8-82.7 82.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zm322.5 95.1c8.6 2.1 13.8 10.8 11.6 19.4l-.4 1.7c-6.2 24.9-28.6 42.4-54.3 42.4L272 512c-8.8 0-16-7.2-16-16s7.2-16 16-16l88.8 0c11 0 20.6-7.5 23.3-18.2l.4-1.7c2.1-8.6 10.8-13.8 19.4-11.6zM135.2 478.3l-6.2 3.1c-21.6 10.8-47.6 6.6-64.6-10.5L4.7 411.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l59.6 59.6c7.3 7.3 18.5 9.1 27.7 4.5l6.2-3.1c7.9-4 17.5-.7 21.5 7.2s.7 17.5-7.2 21.5z"], + "filter-circle-dollar": [576, 512, ["funnel-dollar"], "f662", "M3.9 22.9C10.5 8.9 24.5 0 40 0L472 0c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5c-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6l0-79.1L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm120.8-32.6c.6-.9 1.8-2.1 4.2-3.4c5.1-2.7 12.5-4.1 18.7-4c8.2 .1 17.1 1.8 26.4 4.1c8.6 2.1 17.3-3.1 19.4-11.7s-3.1-17.3-11.7-19.4c-5.6-1.4-11.6-2.7-17.9-3.7l0-9.4c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 9.5c-6.1 1.2-12.3 3.2-18 6.3c-11.8 6.3-23 18.4-21.8 37.2c1 16 11.7 25.3 21.6 30.7c8.8 4.7 19.7 7.8 28.6 10.3l1.8 .5c10.3 2.9 17.9 5.2 23.2 8.3c4.5 2.7 4.7 4.2 4.7 5.6c.1 2.4-.5 3.7-1 4.5c-.6 1-1.8 2.2-4 3.3c-4.7 2.5-11.8 3.8-18.5 3.6c-9.5-.3-18.5-3.1-29.9-6.8c-1.9-.6-3.8-1.2-5.8-1.8c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20c1.6 .5 3.3 1 5 1.6c0 0 0 0 0 0s0 0 0 0c7 2.3 15.1 4.8 23.7 6.6l0 11.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-10.8c6.2-1.1 12.5-3.1 18.3-6.2c12.1-6.5 22.3-18.7 21.7-36.9c-.5-16.2-10.3-26.3-20.5-32.3c-9.4-5.6-21.2-8.9-30.5-11.5l-.2 0c-10.4-2.9-18.3-5.2-23.9-8.2c-4.8-2.6-4.8-4-4.8-4.5c0 0 0 0 0-.1c-.1-1.9 .3-2.9 .8-3.6z"], + "camera-retro": [512, 512, [128247], "f083", "M220.6 121.2L271.1 96 448 96l0 96-114.8 0c-21.9-15.1-48.5-24-77.2-24s-55.2 8.9-77.2 24L64 192l0-64 128 0c9.9 0 19.7-2.3 28.6-6.8zM0 128L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L271.1 32c-9.9 0-19.7 2.3-28.6 6.8L192 64l-32 0 0-16c0-8.8-7.2-16-16-16L80 32c-8.8 0-16 7.2-16 16l0 16C28.7 64 0 92.7 0 128zM168 304a88 88 0 1 1 176 0 88 88 0 1 1 -176 0z"], + "circle-arrow-down": [512, 512, ["arrow-circle-down"], "f0ab", "M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM127 297c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l71 71L232 120c0-13.3 10.7-24 24-24s24 10.7 24 24l0 214.1 71-71c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 409c-9.4 9.4-24.6 9.4-33.9 0L127 297z"], + "file-import": [512, 512, ["arrow-right-to-file"], "f56f", "M128 64c0-35.3 28.7-64 64-64L352 0l0 128c0 17.7 14.3 32 32 32l128 0 0 288c0 35.3-28.7 64-64 64l-256 0c-35.3 0-64-28.7-64-64l0-112 174.1 0-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39L128 288l0-224zm0 224l0 48L24 336c-13.3 0-24-10.7-24-24s10.7-24 24-24l104 0zM512 128l-128 0L384 0 512 128z"], + "square-arrow-up-right": [448, 512, ["external-link-square"], "f14c", "M384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM160 144c-13.3 0-24 10.7-24 24s10.7 24 24 24l94.1 0L119 327c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135L288 328c0 13.3 10.7 24 24 24s24-10.7 24-24l0-160c0-13.3-10.7-24-24-24l-152 0z"], + "box-open": [640, 512, [], "f49e", "M58.9 42.1c3-6.1 9.6-9.6 16.3-8.7L320 64 564.8 33.4c6.7-.8 13.3 2.7 16.3 8.7l41.7 83.4c9 17.9-.6 39.6-19.8 45.1L439.6 217.3c-13.9 4-28.8-1.9-36.2-14.3L320 64 236.6 203c-7.4 12.4-22.3 18.3-36.2 14.3L37.1 170.6c-19.3-5.5-28.8-27.2-19.8-45.1L58.9 42.1zM321.1 128l54.9 91.4c14.9 24.8 44.6 36.6 72.5 28.6L576 211.6l0 167c0 22-15 41.2-36.4 46.6l-204.1 51c-10.2 2.6-20.9 2.6-31 0l-204.1-51C79 419.7 64 400.5 64 378.5l0-167L191.6 248c27.8 8 57.6-3.8 72.5-28.6L318.9 128l2.2 0z"], + "scroll": [576, 512, [128220], "f70e", "M0 80l0 48c0 17.7 14.3 32 32 32l16 0 48 0 0-80c0-26.5-21.5-48-48-48S0 53.5 0 80zM112 32c10 13.4 16 30 16 48l0 304c0 35.3 28.7 64 64 64s64-28.7 64-64l0-5.3c0-32.4 26.3-58.7 58.7-58.7L480 320l0-192c0-53-43-96-96-96L112 32zM464 480c61.9 0 112-50.1 112-112c0-8.8-7.2-16-16-16l-245.3 0c-14.7 0-26.7 11.9-26.7 26.7l0 5.3c0 53-43 96-96 96l176 0 96 0z"], + "spa": [576, 512, [], "f5bb", "M183.1 235.3c33.7 20.7 62.9 48.1 85.8 80.5c7 9.9 13.4 20.3 19.1 31c5.7-10.8 12.1-21.1 19.1-31c22.9-32.4 52.1-59.8 85.8-80.5C437.6 207.8 490.1 192 546 192l9.9 0c11.1 0 20.1 9 20.1 20.1C576 360.1 456.1 480 308.1 480L288 480l-20.1 0C119.9 480 0 360.1 0 212.1C0 201 9 192 20.1 192l9.9 0c55.9 0 108.4 15.8 153.1 43.3zM301.5 37.6c15.7 16.9 61.1 71.8 84.4 164.6c-38 21.6-71.4 50.8-97.9 85.6c-26.5-34.8-59.9-63.9-97.9-85.6c23.2-92.8 68.6-147.7 84.4-164.6C278 33.9 282.9 32 288 32s10 1.9 13.5 5.6z"], + "location-pin-lock": [512, 512, [], "e51f", "M215.7 499.2c11-13.8 25.1-31.7 40.3-52.3l0-94.8c0-23.7 12.9-44.4 32-55.4l0-24.6c0-55.6 40.5-101.7 93.6-110.5C367 70 287.7 0 192 0C86 0 0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM400 240c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z"], + "pause": [320, 512, [9208], "f04c", "M48 64C21.5 64 0 85.5 0 112L0 400c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48L48 64zm192 0c-26.5 0-48 21.5-48 48l0 288c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48l-32 0z"], + "hill-avalanche": [576, 512, [], "e507", "M439.7 401.9c34.2 23.1 81.1 19.5 111.4-10.8c34.4-34.4 34.4-90.1 0-124.4c-27.8-27.8-69.5-33.1-102.6-16c-11.8 6.1-16.4 20.6-10.3 32.3s20.6 16.4 32.3 10.3c15.1-7.8 34-5.3 46.6 7.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-81.7-81.7C401.2 261.3 416 236.4 416 208c0-33.9-21.1-62.9-50.9-74.5c1.9-6.8 2.9-14 2.9-21.5c0-44.2-35.8-80-80-80c-27.3 0-51.5 13.7-65.9 34.6C216.3 46.6 197.9 32 176 32c-26.5 0-48 21.5-48 48c0 4 .5 7.9 1.4 11.6L439.7 401.9zM480 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM68.3 87C43.1 61.8 0 79.7 0 115.3L0 432c0 44.2 35.8 80 80 80l316.7 0c35.6 0 53.5-43.1 28.3-68.3L68.3 87z"], + "temperature-empty": [320, 512, ["temperature-0", "thermometer-0", "thermometer-empty"], "f2cb", "M112 112c0-26.5 21.5-48 48-48s48 21.5 48 48l0 164.5c0 17.3 7.1 31.9 15.3 42.5C233.8 332.6 240 349.5 240 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5L112 112zM160 0C98.1 0 48 50.2 48 112l0 164.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C27.2 304.2 16 334.8 16 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6L272 112C272 50.2 221.9 0 160 0zm0 416a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"], + "bomb": [512, 512, [128163], "f1e2", "M459.1 52.4L442.6 6.5C440.7 2.6 436.5 0 432.1 0s-8.5 2.6-10.4 6.5L405.2 52.4l-46 16.8c-4.3 1.6-7.3 5.9-7.2 10.4c0 4.5 3 8.7 7.2 10.2l45.7 16.8 16.8 45.8c1.5 4.4 5.8 7.5 10.4 7.5s8.9-3.1 10.4-7.5l16.5-45.8 45.7-16.8c4.2-1.5 7.2-5.7 7.2-10.2c0-4.6-3-8.9-7.2-10.4L459.1 52.4zm-132.4 53c-12.5-12.5-32.8-12.5-45.3 0l-2.9 2.9C256.5 100.3 232.7 96 208 96C93.1 96 0 189.1 0 304S93.1 512 208 512s208-93.1 208-208c0-24.7-4.3-48.5-12.2-70.5l2.9-2.9c12.5-12.5 12.5-32.8 0-45.3l-80-80zM200 192c-57.4 0-104 46.6-104 104l0 8c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-8c0-75.1 60.9-136 136-136l8 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-8 0z"], + "registered": [512, 512, [174], "f25d", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160 152c0-13.3 10.7-24 24-24l88 0c44.2 0 80 35.8 80 80c0 28-14.4 52.7-36.3 67l34.1 75.1c5.5 12.1 .1 26.3-11.9 31.8s-26.3 .1-31.8-11.9L268.9 288 208 288l0 72c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-96 0-112zm48 88l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0 64z"], + "address-card": [576, 512, [62140, "contact-card", "vcard"], "f2bb", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 256l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zm256-32l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "scale-unbalanced-flip": [640, 512, ["balance-scale-right"], "f516", "M117.9 62.4c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l113 37.7C265 15.8 290.7 0 320 0c44.2 0 80 35.8 80 80c0 3-.2 5.9-.5 8.8l122.6 40.9c16.8 5.6 25.8 23.7 20.2 40.5s-23.7 25.8-40.5 20.2L366.4 145.2c-4.5 3.2-9.3 5.9-14.4 8.2L352 480c0 17.7-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0 0-294.7c-21-9.2-37.2-27-44.2-49l-125.9-42zM200.4 288L128 163.8 55.6 288l144.9 0zM128 384C65.1 384 12.8 350 2 305.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C243.2 350 190.9 384 128 384zm382.8-92.2L438.4 416l144.9 0L510.8 291.8zm126 141.3C626 478 573.7 512 510.8 512s-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1z"], + "subscript": [512, 512, [], "f12c", "M32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l15.3 0 89.6 128L47.3 384 32 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-15.3 0L215.1 256l89.6-128 15.3 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64L32 64zM480 320c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 361.5 404.3 368 416 368l0 80c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-128z"], + "diamond-turn-right": [512, 512, ["directions"], "f5eb", "M227.7 11.7c15.6-15.6 40.9-15.6 56.6 0l216 216c15.6 15.6 15.6 40.9 0 56.6l-216 216c-15.6 15.6-40.9 15.6-56.6 0l-216-216c-15.6-15.6-15.6-40.9 0-56.6l216-216zm87.6 137c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8l0 56-64 0c-35.3 0-64 28.7-64 64l0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48c0-8.8 7.2-16 16-16l64 0 0 56c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l80-80c6.2-6.2 6.2-16.4 0-22.6l-80-80z"], + "burst": [512, 512, [], "e4dc", "M37.6 4.2C28-2.3 15.2-1.1 7 7s-9.4 21-2.8 30.5l112 163.3L16.6 233.2C6.7 236.4 0 245.6 0 256s6.7 19.6 16.6 22.8l103.1 33.4L66.8 412.8c-4.9 9.3-3.2 20.7 4.3 28.1s18.8 9.2 28.1 4.3l100.6-52.9 33.4 103.1c3.2 9.9 12.4 16.6 22.8 16.6s19.6-6.7 22.8-16.6l33.4-103.1 100.6 52.9c9.3 4.9 20.7 3.2 28.1-4.3s9.2-18.8 4.3-28.1L392.3 312.2l103.1-33.4c9.9-3.2 16.6-12.4 16.6-22.8s-6.7-19.6-16.6-22.8L388.9 198.7l25.7-70.4c3.2-8.8 1-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4 25.7L278.8 16.6C275.6 6.7 266.4 0 256 0s-19.6 6.7-22.8 16.6l-32.3 99.6L37.6 4.2z"], + "house-laptop": [640, 512, ["laptop-house"], "e066", "M218.3 8.5c12.3-11.3 31.2-11.3 43.4 0l208 192c6.7 6.2 10.3 14.8 10.3 23.5l-144 0c-19.1 0-36.3 8.4-48 21.7l0-37.7c0-8.8-7.2-16-16-16l-64 0c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l64 0 0 128-160 0c-26.5 0-48-21.5-48-48l0-112-32 0c-13.2 0-25-8.1-29.8-20.3s-1.6-26.2 8.1-35.2l208-192zM352 304l0 144 192 0 0-144-192 0zm-48-16c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32l0 160 32 0c8.8 0 16 7.2 16 16c0 26.5-21.5 48-48 48l-48 0-192 0-48 0c-26.5 0-48-21.5-48-48c0-8.8 7.2-16 16-16l32 0 0-160z"], + "face-tired": [512, 512, [128555, "tired"], "f5c8", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.7 328.7c22-22 53.9-40.7 91.3-40.7s69.3 18.7 91.3 40.7c11.1 11.1 20.1 23.4 26.4 35.4c6.2 11.7 10.3 24.4 10.3 35.9c0 5.2-2.6 10.2-6.9 13.2s-9.8 3.7-14.7 1.8l-20.5-7.7c-26.9-10.1-55.5-15.3-84.3-15.3l-3.2 0c-28.8 0-57.3 5.2-84.3 15.3L149.6 415c-4.9 1.8-10.4 1.2-14.7-1.8s-6.9-7.9-6.9-13.2c0-11.6 4.2-24.2 10.3-35.9c6.3-12 15.3-24.3 26.4-35.4zm-31.2-182l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"], + "money-bills": [640, 512, [], "e1f3", "M96 96l0 224c0 35.3 28.7 64 64 64l416 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L160 32c-35.3 0-64 28.7-64 64zm64 160c35.3 0 64 28.7 64 64l-64 0 0-64zM224 96c0 35.3-28.7 64-64 64l0-64 64 0zM576 256l0 64-64 0c0-35.3 28.7-64 64-64zM512 96l64 0 0 64c-35.3 0-64-28.7-64-64zM288 208a80 80 0 1 1 160 0 80 80 0 1 1 -160 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120L0 360c0 66.3 53.7 120 120 120l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-400 0c-39.8 0-72-32.2-72-72l0-240z"], + "smog": [640, 512, [], "f75f", "M32 144c0 79.5 64.5 144 144 144l123.3 0c22.6 19.9 52.2 32 84.7 32s62.1-12.1 84.7-32l27.3 0c61.9 0 112-50.1 112-112s-50.1-112-112-112c-10.7 0-21 1.5-30.8 4.3C443.8 27.7 401.1 0 352 0c-32.6 0-62.4 12.2-85.1 32.3C242.1 12.1 210.5 0 176 0C96.5 0 32 64.5 32 144zM616 368l-336 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-64 96l-112 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-192 0L24 464c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24zM224 392c0-13.3-10.7-24-24-24L96 368c-13.3 0-24 10.7-24 24s10.7 24 24 24l104 0c13.3 0 24-10.7 24-24z"], + "crutch": [512, 512, [], "f7f7", "M297.4 9.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0zm-96 144l-34.8 34.8c-12.9 12.9-21.9 29.2-25.8 47.1L116.8 342.9c-1.3 5.9-4.3 11.4-8.6 15.7L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l98.8-98.8c4.3-4.3 9.7-7.3 15.7-8.6l107.6-23.9c17.8-4 34.1-12.9 47.1-25.8l34.7-34.7c0 0 .1-.1 .1-.1s.1-.1 .1-.1l74.6-74.6-45.3-45.3L336 242.7 269.3 176l52.1-52.1L276.1 78.6l-74.7 74.7zM224 221.3L290.7 288l-12.2 12.2c-4.3 4.3-9.7 7.3-15.7 8.6l-76.7 17 17-76.7c1.3-5.9 4.3-11.4 8.6-15.7L224 221.3z"], + "font-awesome": [512, 512, [62501, 62694, "font-awesome-flag", "font-awesome-logo-full"], "f2b4", "M91.7 96C106.3 86.8 116 70.5 116 52C116 23.3 92.7 0 64 0S12 23.3 12 52c0 16.7 7.8 31.5 20 41l0 3 0 352 0 64 64 0 0-64 373.6 0c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4L91.7 96z"], + "cloud-arrow-up": [640, 512, [62338, "cloud-upload", "cloud-upload-alt"], "f0ee", "M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128l-368 0zm79-217c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L296 392c0 13.3 10.7 24 24 24s24-10.7 24-24l0-134.1 39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0l-80 80z"], + "palette": [512, 512, [127912], "f53f", "M512 256c0 .9 0 1.8 0 2.7c-.4 36.5-33.6 61.3-70.1 61.3L344 320c-26.5 0-48 21.5-48 48c0 3.4 .4 6.7 1 9.9c2.1 10.2 6.5 20 10.8 29.9c6.1 13.8 12.1 27.5 12.1 42c0 31.8-21.6 60.7-53.4 62c-3.5 .1-7 .2-10.6 .2C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "arrows-turn-right": [448, 512, [], "e4c0", "M297.4 9.4c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L338.7 160 128 160c-35.3 0-64 28.7-64 64l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32C0 153.3 57.3 96 128 96l210.7 0L297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm-96 256c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416 96 416c-17.7 0-32 14.3-32 32l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-53 43-96 96-96l146.7 0-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z"], + "vest": [448, 512, [], "e085", "M207.1 237.4L151.2 69.7C168.6 79.7 192.6 88 224 88s55.4-8.3 72.8-18.3L226.5 280.6c-1.6 4.9-2.5 10-2.5 15.2L224 464c0 26.5 21.5 48 48 48l128 0c26.5 0 48-21.5 48-48l0-193.5c0-9.5-2.8-18.7-8.1-26.6l-47.9-71.8c-5.3-7.9-8.1-17.1-8.1-26.6l0-17.5 0-73.7 0-6.3c0-26.5-21.5-48-48-48l-4.5 0c-.2 0-.4 0-.6 0c-.4 0-.8 0-1.2 0C311 0 295.7 9.7 285.7 18.8C276.4 27.2 257.2 40 224 40s-52.4-12.8-61.7-21.2C152.3 9.7 137 0 118.3 0c-.4 0-.8 0-1.2 0c-.2 0-.4 0-.6 0L112 0C85.5 0 64 21.5 64 48l0 6.3L64 128l0 17.5c0 9.5-2.8 18.7-8.1 26.6L8.1 243.9C2.8 251.8 0 261.1 0 270.5L0 464c0 26.5 21.5 48 48 48l128 0c9.9 0 19-3 26.7-8.1C195.9 492.2 192 478.5 192 464l0-168.2c0-8.6 1.4-17.1 4.1-25.3l11-33.1zM347.3 356.7l48 48c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-48-48c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0zm-294.6 48l48-48c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-48 48c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6z"], + "ferry": [576, 512, [], "e4ea", "M224 0L352 0c17.7 0 32 14.3 32 32l75.1 0c20.6 0 31.6 24.3 18.1 39.8L456 96 120 96 98.8 71.8C85.3 56.3 96.3 32 116.9 32L192 32c0-17.7 14.3-32 32-32zM96 128l384 0c17.7 0 32 14.3 32 32l0 123.5c0 13.3-4.2 26.3-11.9 37.2l-51.4 71.9c-1.9 1.1-3.7 2.2-5.5 3.5c-15.5 10.7-34 18-51 19.9l-16.5 0c-17.1-1.8-35-9-50.8-19.9c-22.1-15.5-51.6-15.5-73.7 0c-14.8 10.2-32.5 18-50.6 19.9l-16.6 0c-17-1.8-35.6-9.2-51-19.9c-1.8-1.3-3.7-2.4-5.6-3.5L75.9 320.7C68.2 309.8 64 296.8 64 283.5L64 160c0-17.7 14.3-32 32-32zm32 64l0 96 320 0 0-96-320 0zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.3-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"], + "arrows-down-to-people": [640, 512, [], "e4b9", "M144 0c-13.3 0-24 10.7-24 24l0 118.1L97 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23L168 24c0-13.3-10.7-24-24-24zM360 200a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zM184 296a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm312 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM200 441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8L264 345.5l0 54.5c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-54.5 26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L440 441.5l0 38.5c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-38.5 26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3L18.9 468.6c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 441.5 88 480c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-38.5zM415 153l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23L520 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 118.1-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z"], + "seedling": [512, 512, [127793, "sprout"], "f4d8", "M512 32c0 113.6-84.6 207.5-194.2 222c-7.1-53.4-30.6-101.6-65.3-139.3C290.8 46.3 364 0 448 0l32 0c17.7 0 32 14.3 32 32zM0 96C0 78.3 14.3 64 32 64l32 0c123.7 0 224 100.3 224 224l0 32 0 160c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-160C100.3 320 0 219.7 0 96z"], + "left-right": [512, 512, [8596, "arrows-alt-h"], "f337", "M504.3 273.6c4.9-4.5 7.7-10.9 7.7-17.6s-2.8-13-7.7-17.6l-112-104c-7-6.5-17.2-8.2-25.9-4.4s-14.4 12.5-14.4 22l0 56-192 0 0-56c0-9.5-5.7-18.2-14.4-22s-18.9-2.1-25.9 4.4l-112 104C2.8 243 0 249.3 0 256s2.8 13 7.7 17.6l112 104c7 6.5 17.2 8.2 25.9 4.4s14.4-12.5 14.4-22l0-56 192 0 0 56c0 9.5 5.7 18.2 14.4 22s18.9 2.1 25.9-4.4l112-104z"], + "boxes-packing": [640, 512, [], "e4c7", "M256 48c0-26.5 21.5-48 48-48L592 0c26.5 0 48 21.5 48 48l0 416c0 26.5-21.5 48-48 48l-210.7 0c1.8-5 2.7-10.4 2.7-16l0-242.7c18.6-6.6 32-24.4 32-45.3l0-32c0-26.5-21.5-48-48-48l-112 0 0-80zM571.3 347.3c6.2-6.2 6.2-16.4 0-22.6l-64-64c-6.2-6.2-16.4-6.2-22.6 0l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 310.6 480 432c0 8.8 7.2 16 16 16s16-7.2 16-16l0-121.4 36.7 36.7c6.2 6.2 16.4 6.2 22.6 0zM0 176c0-8.8 7.2-16 16-16l352 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16L16 224c-8.8 0-16-7.2-16-16l0-32zm352 80l0 224c0 17.7-14.3 32-32 32L64 512c-17.7 0-32-14.3-32-32l0-224 320 0zM144 320c-8.8 0-16 7.2-16 16s7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-96 0z"], + "circle-arrow-left": [512, 512, ["arrow-circle-left"], "f0a8", "M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM215 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-71 71L392 232c13.3 0 24 10.7 24 24s-10.7 24-24 24l-214.1 0 71 71c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L103 273c-9.4-9.4-9.4-24.6 0-33.9L215 127z"], + "group-arrows-rotate": [512, 512, [], "e4f6", "M201.1 71.9c16.9-5 26.6-22.9 21.5-39.8s-22.9-26.6-39.8-21.5c-21.5 6.4-41.8 15.5-60.6 27C114.3 34 105.4 32 96 32C60.7 32 32 60.7 32 96c0 9.4 2 18.3 5.6 26.3c-11.5 18.7-20.6 39-27 60.6c-5 16.9 4.6 34.8 21.5 39.8s34.8-4.6 39.8-21.5c4.3-14.6 10.4-28.5 17.9-41.4c2 .2 4.1 .3 6.1 .3c35.3 0 64-28.7 64-64c0-2.1-.1-4.1-.3-6.1c12.9-7.5 26.8-13.6 41.4-17.9zm128-61.3c-16.9-5-34.8 4.6-39.8 21.5s4.6 34.8 21.5 39.8c14.6 4.3 28.5 10.4 41.4 17.9c-.2 2-.3 4.1-.3 6.1c0 35.3 28.7 64 64 64c2.1 0 4.1-.1 6.2-.3c7.5 12.9 13.6 26.8 17.9 41.4c5 16.9 22.9 26.6 39.8 21.5s26.6-22.9 21.5-39.8c-6.4-21.5-15.5-41.8-27-60.6c3.6-8 5.6-16.9 5.6-26.3c0-35.3-28.7-64-64-64c-9.4 0-18.3 2-26.3 5.6c-18.7-11.5-39-20.6-60.6-27zM71.9 310.9c-5-16.9-22.9-26.6-39.8-21.5s-26.6 22.9-21.5 39.8c6.4 21.5 15.5 41.8 27 60.6C34 397.7 32 406.6 32 416c0 35.3 28.7 64 64 64c9.4 0 18.3-2 26.3-5.6c18.7 11.5 39 20.6 60.6 27c16.9 5 34.8-4.6 39.8-21.5s-4.6-34.8-21.5-39.8c-14.6-4.3-28.5-10.4-41.4-17.9c.2-2 .3-4.1 .3-6.2c0-35.3-28.7-64-64-64c-2.1 0-4.1 .1-6.2 .3c-7.5-12.9-13.6-26.8-17.9-41.4zm429.4 18.3c5-16.9-4.6-34.8-21.5-39.8s-34.8 4.6-39.8 21.5c-4.3 14.6-10.4 28.5-17.9 41.4c-2-.2-4.1-.3-6.2-.3c-35.3 0-64 28.7-64 64c0 2.1 .1 4.1 .3 6.2c-12.9 7.5-26.8 13.6-41.4 17.9c-16.9 5-26.6 22.9-21.5 39.8s22.9 26.6 39.8 21.5c21.5-6.4 41.8-15.5 60.6-27c8 3.6 16.9 5.6 26.3 5.6c35.3 0 64-28.7 64-64c0-9.4-2-18.3-5.6-26.3c11.5-18.7 20.6-39 27-60.6zM192.8 256.8c0-15.6 5.6-29.9 14.9-41.1L223 231c6.6 6.6 17.8 1.9 17.8-7.4l0-60.5c0-5.7-4.7-10.4-10.4-10.4l-60.5 0c-9.3 0-13.9 11.2-7.4 17.8l11.2 11.2c-17.9 19.8-28.9 46.2-28.9 75.1c0 43.6 24.9 81.3 61.1 99.8c11.8 6 26.3 1.4 32.3-10.4s1.4-26.3-10.4-32.3c-20.8-10.6-34.9-32.2-34.9-57zm93.1-58.6c20.8 10.6 34.9 32.2 34.9 57c0 15.6-5.6 29.9-14.9 41.1L290.6 281c-6.6-6.6-17.8-1.9-17.8 7.4l0 60.5c0 5.7 4.7 10.4 10.4 10.4l60.5 0c9.3 0 13.9-11.2 7.4-17.8l-11.2-11.2c17.9-19.8 28.9-46.2 28.9-75.1c0-43.6-24.9-81.3-61.1-99.8c-11.8-6-26.3-1.4-32.3 10.4s-1.4 26.3 10.4 32.3z"], + "bowl-food": [512, 512, [], "e4c6", "M0 192c0-35.3 28.7-64 64-64c.5 0 1.1 0 1.6 0C73 91.5 105.3 64 144 64c15 0 29 4.1 40.9 11.2C198.2 49.6 225.1 32 256 32s57.8 17.6 71.1 43.2C339 68.1 353 64 368 64c38.7 0 71 27.5 78.4 64c.5 0 1.1 0 1.6 0c35.3 0 64 28.7 64 64c0 11.7-3.1 22.6-8.6 32L8.6 224C3.1 214.6 0 203.7 0 192zm0 91.4C0 268.3 12.3 256 27.4 256l457.1 0c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28l-231.5 0c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4z"], + "candy-cane": [512, 512, [], "f786", "M348.8 131.5c3.7-2.3 7.9-3.5 12.2-3.5c12.7 0 23 10.3 23 23l0 5.6c0 9.9-5.1 19.1-13.5 24.3L30.1 393.7C.1 412.5-9 451.9 9.7 481.9s58.2 39.1 88.2 20.4L438.4 289.5c45.8-28.6 73.6-78.8 73.6-132.8l0-5.6C512 67.6 444.4 0 361 0c-28.3 0-56 8-80.1 23L254.1 39.7c-30 18.7-39.1 58.2-20.4 88.2s58.2 39.1 88.2 20.4l26.8-16.8zM298.4 49.8c9.2-5.7 19.1-10.1 29.4-13.1L348 97.5c-5.7 1.4-11.2 3.7-16.3 6.8l-12.6 7.9L298.4 49.8zm88.5 52.7l46.2-46.2c8.5 6.5 16.1 14.1 22.6 22.6l-46.2 46.2c-5.1-9.6-13-17.5-22.6-22.6zm28.9 59.3l61.6 20.5c-2.2 10.5-5.8 20.7-10.5 30.2l-62-20.7c6.2-8.8 10.1-19.1 11-30.1zm-86.1 82.5l60.4 37.7-30.2 18.9-60.4-37.7 30.2-18.9zm-107.2 67l60.4 37.7-30.2 18.9-60.4-37.7 30.2-18.9zM119.3 375.7l60.4 37.7-30.2 18.9L89.1 394.6l30.2-18.9z"], + "arrow-down-wide-short": [576, 512, ["sort-amount-asc", "sort-amount-down"], "f160", "M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7 96 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 301.7 32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L320 96z"], + "cloud-bolt": [512, 512, [127785, "thunderstorm"], "f76c", "M0 224c0 53 43 96 96 96l47.2 0L290 202.5c17.6-14.1 42.6-14 60.2 .2s22.8 38.6 12.8 58.8L333.7 320l18.3 0 64 0c53 0 96-43 96-96s-43-96-96-96c-.5 0-1.1 0-1.6 0c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1 .7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224zm330.1 3.6c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7l70.1 0L177.7 488.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1 .1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7l-70.1 0 52.4-104.8c3.4-6.7 1.6-14.9-4.2-19.6z"], + "text-slash": [640, 512, ["remove-format"], "f87d", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L355.7 253.5 400.2 96 503 96 497 120.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l11-44.1C577.6 61.3 554.7 32 523.5 32L376.1 32l-.3 0L204.5 32c-22 0-41.2 15-46.6 36.4l-6.3 25.2L38.8 5.1zm168 131.7c.1-.3 .2-.7 .3-1L217 96l116.7 0L301.3 210.8l-94.5-74.1zM243.3 416L192 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-42.2 0 17.6-62.1L272.9 311 243.3 416z"], + "face-smile-wink": [512, 512, [128521, "smile-wink"], "f4da", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0z"], + "file-word": [384, 512, [], "f1c2", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM111 257.1l26.8 89.2 31.6-90.3c3.4-9.6 12.5-16.1 22.7-16.1s19.3 6.4 22.7 16.1l31.6 90.3L273 257.1c3.8-12.7 17.2-19.9 29.9-16.1s19.9 17.2 16.1 29.9l-48 160c-3 10-12 16.9-22.4 17.1s-19.8-6.2-23.2-16.1L192 336.6l-33.3 95.3c-3.4 9.8-12.8 16.3-23.2 16.1s-19.5-7.1-22.4-17.1l-48-160c-3.8-12.7 3.4-26.1 16.1-29.9s26.1 3.4 29.9 16.1z"], + "file-powerpoint": [384, 512, [], "f1c4", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM136 240l68 0c42 0 76 34 76 76s-34 76-76 76l-44 0 0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-56 0-104c0-13.3 10.7-24 24-24zm68 104c15.5 0 28-12.5 28-28s-12.5-28-28-28l-44 0 0 56 44 0z"], + "arrows-left-right": [512, 512, ["arrows-h"], "f07e", "M406.6 374.6l96-96c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224l-293.5 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288l293.5 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"], + "house-lock": [640, 512, [], "e510", "M384 480c0 11.7 3.1 22.6 8.6 32l-.6 0c-22.1 0-40-17.9-40-40l0-24 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 64 0 24c0 22.1-17.9 40-40 40l-24 0-31.9 0c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2l-16 0c-22.1 0-40-17.9-40-40l0-112c0-.9 0-1.9 .1-2.8l0-69.7-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L490.7 166.3C447.2 181.7 416 223.2 416 272l0 24.6c-19.1 11.1-32 31.7-32 55.4l0 128zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z"], + "cloud-arrow-down": [640, 512, [62337, "cloud-download", "cloud-download-alt"], "f0ed", "M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128l-368 0zm79-167l80 80c9.4 9.4 24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-39 39L344 184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 134.1-39-39c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z"], + "children": [640, 512, [], "e4e1", "M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 480l0-80-17.8 0c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 378.9c3.5 10.4-4.3 21.1-15.2 21.1L232 400l0 80c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-80-16 0 0 80c0 17.7-14.3 32-32 32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 384l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-179.5L395.1 321c-9.4 15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 48.3-44.9 81.2-44.9l12.3 0c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5 552 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-16 0z"], + "chalkboard": [576, 512, ["blackboard"], "f51b", "M96 32C60.7 32 32 60.7 32 96l0 288 64 0L96 96l384 0 0 288 64 0 0-288c0-35.3-28.7-64-64-64L96 32zM224 384l0 32L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-128 0 0-32c0-17.7-14.3-32-32-32l-128 0c-17.7 0-32 14.3-32 32z"], + "user-large-slash": [640, 512, ["user-alt-slash"], "f4fa", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L381.9 274c48.5-23.2 82.1-72.7 82.1-130C464 64.5 399.5 0 320 0C250.4 0 192.4 49.3 178.9 114.9L38.8 5.1zM545.5 512L528 512 284.3 320l-59 0C136.2 320 64 392.2 64 481.3c0 17 13.8 30.7 30.7 30.7l450.6 0 .3 0z"], + "envelope-open": [512, 512, [62135], "f2b6", "M64 208.1L256 65.9 448 208.1l0 47.4L289.5 373c-9.7 7.2-21.4 11-33.5 11s-23.8-3.9-33.5-11L64 255.5l0-47.4zM256 0c-12.1 0-23.8 3.9-33.5 11L25.9 156.7C9.6 168.8 0 187.8 0 208.1L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-239.9c0-20.3-9.6-39.4-25.9-51.4L289.5 11C279.8 3.9 268.1 0 256 0z"], + "handshake-simple-slash": [640, 512, ["handshake-alt-slash"], "e05f", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.4-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352l41.8 0c26.5 0 48-21.5 48-48l0-128c0-26.5-21.5-48-48-48l-76 0-4 0-.7 0-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM0 176L0 304c0 26.5 21.5 48 48 48l108.2 0 91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6L41.2 128.5C17.9 131.8 0 151.8 0 176z"], + "mattress-pillow": [640, 512, [], "e525", "M256 64L64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l192 0 0-384zm32 384l288 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L288 64l0 384zM64 160c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 192c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-192z"], + "guarani-sign": [384, 512, [], "e19a", "M192 0c-17.7 0-32 14.3-32 32l0 34.7C69.2 81.9 0 160.9 0 256s69.2 174.1 160 189.3l0 34.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-34.7c90.8-15.2 160-94.2 160-189.3c0-17.7-14.3-32-32-32l-128 0 0-92c22.1 5.7 41.8 17.1 57.6 32.6c12.6 12.4 32.9 12.2 45.3-.4s12.2-32.9-.5-45.3C299 92 263.5 73.3 224 66.7L224 32c0-17.7-14.3-32-32-32zM160 132L160 380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124zM224 380l0-92 92 0c-11.6 45-47 80.4-92 92z"], + "arrows-rotate": [512, 512, [128472, "refresh", "sync"], "f021", "M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160 352 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l111.5 0c0 0 0 0 0 0l.4 0c17.7 0 32-14.3 32-32l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 35.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1L16 432c0 17.7 14.3 32 32 32s32-14.3 32-32l0-35.1 17.6 17.5c0 0 0 0 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.8c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352l34.4 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48.4 288c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z"], + "fire-extinguisher": [512, 512, [129519], "f134", "M500.3 7.3C507.7 13.3 512 22.4 512 32l0 96c0 9.6-4.3 18.7-11.7 24.7s-17.2 8.5-26.6 6.6l-160-32C301.5 124.9 292 115.7 289 104l-65 0 0 34.8c37.8 18 64 56.5 64 101.2l0 144L64 384l0-144c0-44.7 26.2-83.2 64-101.2l0-28.8c-36.2 11.1-66 36.9-82.3 70.5c-5.8 11.9-20.2 16.9-32.1 11.1S-3.3 171.4 2.5 159.5C26.7 109.8 72.7 72.6 128 60.4L128 32c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 24 65 0c3-11.7 12.5-20.9 24.7-23.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM288 416l0 32c0 35.3-28.7 64-64 64l-96 0c-35.3 0-64-28.7-64-64l0-32 224 0zM176 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"], + "cruzeiro-sign": [448, 512, [], "e152", "M96 256c0-88.4 71.6-160 160-160c41 0 78.3 15.4 106.7 40.7c13.2 11.8 33.4 10.7 45.2-2.5s10.7-33.4-2.5-45.2c-39.6-35.5-92-57-149.3-57C132.3 32 32 132.3 32 256s100.3 224 224 224c57.4 0 109.7-21.6 149.3-57c13.2-11.8 14.3-32 2.5-45.2s-32-14.3-45.2-2.5C334.3 400.6 297 416 256 416l0-96 0-8.7c0-12.8 10.4-23.3 23.3-23.3c4.6 0 9.1 1.4 12.9 3.9l10.1 6.7c14.7 9.8 34.6 5.8 44.4-8.9s5.8-34.6-8.9-44.4l-10.1-6.7c-14.3-9.6-31.2-14.7-48.4-14.7c-12.4 0-24.2 2.6-34.9 7.3c-5.5-4.5-12.6-7.3-20.3-7.3c-17.7 0-32 14.3-32 32l0 55.3 0 8.7 0 82.7C135.5 378 96 321.6 96 256z"], + "greater-than-equal": [448, 512, [], "f532", "M52.1 93.7C35.7 87.1 27.7 68.5 34.3 52.1s25.2-24.4 41.6-17.8l320 128C408 167.1 416 178.9 416 192s-8 24.9-20.1 29.7l-320 128c-16.4 6.6-35-1.4-41.6-17.8s1.4-35 17.8-41.6L297.8 192 52.1 93.7zM416 416c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0z"], + "shield-halved": [512, 512, ["shield-alt"], "f3ed", "M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0zm0 66.8l0 378.1C394 378 431.1 230.1 432 141.4L256 66.8s0 0 0 0z"], + "book-atlas": [448, 512, ["atlas"], "f558", "M0 96C0 43 43 0 96 0L384 0l32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32zM247.4 283.8c-3.7 3.7-6.2 4.2-7.4 4.2s-3.7-.5-7.4-4.2c-3.8-3.7-8-10-11.8-18.9c-6.2-14.5-10.8-34.3-12.2-56.9l63 0c-1.5 22.6-6 42.4-12.2 56.9c-3.8 8.9-8 15.2-11.8 18.9zm42.7-9.9c7.3-18.3 12-41.1 13.4-65.9l31.1 0c-4.7 27.9-21.4 51.7-44.5 65.9zm0-163.8c23.2 14.2 39.9 38 44.5 65.9l-31.1 0c-1.4-24.7-6.1-47.5-13.4-65.9zM368 192a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM145.3 208l31.1 0c1.4 24.7 6.1 47.5 13.4 65.9c-23.2-14.2-39.9-38-44.5-65.9zm31.1-32l-31.1 0c4.7-27.9 21.4-51.7 44.5-65.9c-7.3 18.3-12 41.1-13.4 65.9zm56.1-75.8c3.7-3.7 6.2-4.2 7.4-4.2s3.7 .5 7.4 4.2c3.8 3.7 8 10 11.8 18.9c6.2 14.5 10.8 34.3 12.2 56.9l-63 0c1.5-22.6 6-42.4 12.2-56.9c3.8-8.9 8-15.2 11.8-18.9z"], + "virus": [512, 512, [], "e074", "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 11.5c0 49.9-60.3 74.9-95.6 39.6L120.2 75C107.7 62.5 87.5 62.5 75 75s-12.5 32.8 0 45.3l8.2 8.2C118.4 163.7 93.4 224 43.5 224L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l11.5 0c49.9 0 74.9 60.3 39.6 95.6L75 391.8c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6l0 11.5c0 17.7 14.3 32 32 32s32-14.3 32-32l0-11.5c0-49.9 60.3-74.9 95.6-39.6l8.2 8.2c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-8.2-8.2c-35.3-35.3-10.3-95.6 39.6-95.6l11.5 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-11.5 0c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C348.3 118.4 288 93.4 288 43.5L288 32zM176 224a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"], + "envelope-circle-check": [640, 512, [], "e4e8", "M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0l57.4-43c23.9-59.8 79.7-103.3 146.3-109.8l13.9-10.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176 0 384c0 35.3 28.7 64 64 64l296.2 0C335.1 417.6 320 378.5 320 336c0-5.6 .3-11.1 .8-16.6l-26.4 19.8zM640 336a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 353.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"], + "layer-group": [576, 512, [], "f5fd", "M264.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 149.8C37.4 145.8 32 137.3 32 128s5.4-17.9 13.9-21.8L264.5 5.2zM476.9 209.6l53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 277.8C37.4 273.8 32 265.3 32 256s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0l152-70.2zm-152 198.2l152-70.2 53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 405.8C37.4 401.8 32 393.3 32 384s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0z"], + "arrows-to-dot": [512, 512, [], "e4be", "M256 0c17.7 0 32 14.3 32 32l0 32 32 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-64 64c-12.5 12.5-32.8 12.5-45.3 0l-64-64c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l32 0 0-32c0-17.7 14.3-32 32-32zM169.4 393.4l64-64c12.5-12.5 32.8-12.5 45.3 0l64 64c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8l-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9zM32 224l32 0 0-32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c12.5 12.5 12.5 32.8 0 45.3l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6l0-32-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3l64-64c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 32 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 32c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-64-64zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "archway": [512, 512, [], "f557", "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l448 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 64 0 0-128c0-53 43-96 96-96s96 43 96 96l0 128 64 0 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-288L32 128l0 288z"], + "heart-circle-check": [576, 512, [], "e4fd", "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"], + "house-chimney-crack": [576, 512, ["house-damage"], "f6f1", "M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c.2 35.5-28.5 64.3-64 64.3l-122.1 0L288 448l80.8-67.3c7.8-6.5 7.6-18.6-.4-24.9L250.6 263.2c-14.6-11.5-33.8 7-22.8 22L288 368l-85.5 71.2c-6.1 5-7.5 13.8-3.5 20.5L230.4 512l-102.3 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7 416 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 121 52.8 46.4c8 7 12 15 11 24z"], + "file-zipper": [384, 512, ["file-archive"], "f1c6", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM96 48c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zm-6.3 71.8c3.7-14 16.4-23.8 30.9-23.8l14.8 0c14.5 0 27.2 9.7 30.9 23.8l23.5 88.2c1.4 5.4 2.1 10.9 2.1 16.4c0 35.2-28.8 63.7-64 63.7s-64-28.5-64-63.7c0-5.5 .7-11.1 2.1-16.4l23.5-88.2zM112 336c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0z"], + "square": [448, 512, [9632, 9723, 9724, 61590], "f0c8", "M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"], + "martini-glass-empty": [512, 512, ["glass-martini"], "f000", "M32 0C19.1 0 7.4 7.8 2.4 19.8s-2.2 25.7 6.9 34.9L224 269.3 224 448l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-178.7L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0L32 0zM256 210.7L109.3 64l293.5 0L256 210.7z"], + "couch": [640, 512, [], "f4b8", "M64 160C64 89.3 121.3 32 192 32l256 0c70.7 0 128 57.3 128 128l0 33.6c-36.5 7.4-64 39.7-64 78.4l0 48-384 0 0-48c0-38.7-27.5-71-64-78.4L64 160zM544 272c0-20.9 13.4-38.7 32-45.3c5-1.8 10.4-2.7 16-2.7c26.5 0 48 21.5 48 48l0 176c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32L96 448c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32L0 272c0-26.5 21.5-48 48-48c5.6 0 11 1 16 2.7c18.6 6.6 32 24.4 32 45.3l0 48 0 32 32 0 384 0 32 0 0-32 0-48z"], + "cedi-sign": [384, 512, [], "e0df", "M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 34.7C101.2 81.9 32 160.9 32 256s69.2 174.1 160 189.3l0 34.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-34.7c30.9-5.2 59.2-17.7 83.2-35.8c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-13.2 9.9-28.3 17.3-44.8 21.6L256 132c16.4 4.2 31.6 11.6 44.8 21.6c14.1 10.6 34.2 7.8 44.8-6.4s7.8-34.2-6.4-44.8c-24-18-52.4-30.6-83.2-35.8L256 32zM192 132L192 380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124z"], + "italic": [384, 512, [], "f033", "M128 64c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-58.7 0L160 416l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l58.7 0L224 96l-64 0c-17.7 0-32-14.3-32-32z"], + "table-cells-column-lock": [640, 512, [], "e678", "M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 65.1c-37.8 5.4-69.4 29.6-85.2 62.9L360 224l0 64 56 0 0 8.6c-19.1 11.1-32 31.7-32 55.4l-24 0 0 64 24 0 0 64L64 480c-35.3 0-64-28.7-64-64L0 96zm208 0l0 64 88 0 0-64-88 0zm240 0l-88 0 0 64 88 0 0-64zM208 224l0 64 88 0 0-64-88 0zm0 128l0 64 88 0 0-64-88 0zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z"], + "church": [640, 512, [9962], "f51d", "M344 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24-32 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0 0 46.4L183.3 210c-14.5 8.7-23.3 24.3-23.3 41.2L160 512l96 0 0-96c0-35.3 28.7-64 64-64s64 28.7 64 64l0 96 96 0 0-260.8c0-16.9-8.8-32.5-23.3-41.2L344 142.4 344 96l32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-32 0 0-24zM24.9 330.3C9.5 338.8 0 354.9 0 372.4L0 464c0 26.5 21.5 48 48 48l80 0 0-238.4L24.9 330.3zM592 512c26.5 0 48-21.5 48-48l0-91.6c0-17.5-9.5-33.6-24.9-42.1L512 273.6 512 512l80 0z"], + "comments-dollar": [640, 512, [], "f653", "M416 176c0 97.2-93.1 176-208 176c-38.2 0-73.9-8.7-104.7-23.9c-7.5 4-16 7.9-25.2 11.4C59.8 346.4 37.8 352 16 352c-6.9 0-13.1-4.5-15.2-11.1s.2-13.8 5.8-17.9c0 0 0 0 0 0s0 0 0 0l.2-.2c.2-.2 .6-.4 1.1-.8c1-.8 2.5-2 4.3-3.7c3.6-3.3 8.5-8.1 13.3-14.3c5.5-7 10.7-15.4 14.2-24.7C14.7 250.3 0 214.6 0 176C0 78.8 93.1 0 208 0S416 78.8 416 176zM231.5 383C348.9 372.9 448 288.3 448 176c0-5.2-.2-10.4-.6-15.5C555.1 167.1 640 243.2 640 336c0 38.6-14.7 74.3-39.6 103.4c3.5 9.4 8.7 17.7 14.2 24.7c4.8 6.2 9.7 11 13.3 14.3c1.8 1.6 3.3 2.9 4.3 3.7c.5 .4 .9 .7 1.1 .8l.2 .2s0 0 0 0s0 0 0 0c5.6 4.1 7.9 11.3 5.8 17.9c-2.1 6.6-8.3 11.1-15.2 11.1c-21.8 0-43.8-5.6-62.1-12.5c-9.2-3.5-17.8-7.4-25.2-11.4C505.9 503.3 470.2 512 432 512c-95.6 0-176.2-54.6-200.5-129zM228 72c0-11-9-20-20-20s-20 9-20 20l0 14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1c0 0 0 0 0 0s0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4l0 14.6c0 11 9 20 20 20s20-9 20-20l0-13.8c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7L228 72z"], + "democrat": [640, 512, [], "f747", "M64 32c0-8.9 3.8-20.9 6.2-27.3C71.2 1.8 74 0 77 0c1.9 0 3.8 .7 5.2 2.1L128 45.7 173.8 2.1C175.2 .7 177.1 0 179 0c3 0 5.8 1.8 6.8 4.7c2.4 6.5 6.2 18.4 6.2 27.3c0 26.5-21.9 42-29.5 46.6l76.2 72.6c6 5.7 13.9 8.8 22.1 8.8L480 160l32 0c40.3 0 78.2 19 102.4 51.2l19.2 25.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4l-19.2-25.6c-5.3-7-11.8-12.8-19.2-17l0 87.4-352 0-40.4-94.3c-3.9-9.2-15.3-12.6-23.6-7l-42.1 28c-9.1 6.1-19.7 9.3-30.7 9.3l-2 0C23.9 256 0 232.1 0 202.7c0-12.1 4.1-23.8 11.7-33.3L87.6 74.6C78.1 67.4 64 53.2 64 32zM448 352l96 0 0 64 0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64-160 0 0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64 0-64 96 0 160 0zM260.9 210.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.3-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5zM368.1 208c-2 0-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5c-.9-1.8-2.8-2.9-4.8-2.9zm116.8 2.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5z"], + "z": [384, 512, [122], "5a", "M0 64C0 46.3 14.3 32 32 32l320 0c12.4 0 23.7 7.2 29 18.4s3.6 24.5-4.4 34.1L100.3 416 352 416c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-12.4 0-23.7-7.2-29-18.4s-3.6-24.5 4.4-34.1L283.7 96 32 96C14.3 96 0 81.7 0 64z"], + "person-skiing": [512, 512, [9975, "skiing"], "f7c9", "M380.7 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM2.7 268.9c6.1-11.8 20.6-16.3 32.4-10.2L232.7 361.3l46.2-69.2-75.1-75.1c-14.6-14.6-20.4-33.9-18.4-52.1l108.8 52 39.3 39.3c16.2 16.2 18.7 41.5 6 60.6L289.8 391l128.7 66.8c13.6 7.1 29.8 7.2 43.6 .3l15.2-7.6c11.9-5.9 26.3-1.1 32.2 10.7s1.1 26.3-10.7 32.2l-15.2 7.6c-27.5 13.7-59.9 13.5-87.2-.7L12.9 301.3C1.2 295.2-3.4 280.7 2.7 268.9zM118.9 65.6L137 74.2l8.7-17.4c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-8.5 16.9 54.7 26.2c1.5-.7 3.1-1.4 4.7-2.1l83.4-33.4c34.2-13.7 72.8 4.2 84.5 39.2l17.1 51.2 52.1 26.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-58.1-29c-11.4-5.7-20-15.7-24.1-27.8l-5.8-17.3-27.3 12.1-6.8 3-6.7-3.2L151.5 116.7l-9.2 18.4c-4 7.9-13.6 11.1-21.5 7.2s-11.1-13.6-7.2-21.5l9-18-17.6-8.4c-8-3.8-11.3-13.4-7.5-21.3s13.4-11.3 21.3-7.5z"], + "road-lock": [640, 512, [], "e567", "M288 32l-74.8 0c-27.1 0-51.3 17.1-60.3 42.6L35.1 407.2c-2.1 5.9-3.1 12-3.1 18.2C32 455.5 56.5 480 86.6 480L288 480l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64 32 0 0-128c0-23.7 12.9-44.4 32-55.4l0-24.6c0-58.3 44.6-106.2 101.5-111.5L487.1 74.6C478 49.1 453.9 32 426.8 32L352 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm64 192l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32zm176 16c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z"], + "a": [384, 512, [97], "41", "M221.5 51.7C216.6 39.8 204.9 32 192 32s-24.6 7.8-29.5 19.7l-120 288-40 96c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L93.3 384l197.3 0 31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-40-96-120-288zM264 320l-144 0 72-172.8L264 320z"], + "temperature-arrow-down": [576, 512, ["temperature-down"], "e03f", "M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48l0 164.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5L128 112zM176 0C114.1 0 64 50.1 64 112l0 164.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6L288 112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3l0-50.7c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 50.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zm336-64l-32 0 0-288c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 288-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c6 6 14.1 9.4 22.6 9.4s16.6-3.4 22.6-9.4l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8z"], + "feather-pointed": [512, 512, ["feather-alt"], "f56b", "M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l74.8-74.8c7.4 4.6 15.3 8.2 23.8 10.5C200.3 452.8 270 454.5 338 409.4c12.2-8.1 5.8-25.4-8.8-25.4l-16.1 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l97.7-29.3c3.4-1 6.4-3.1 8.4-6.1c4.4-6.4 8.6-12.9 12.6-19.6c6.2-10.3-1.5-23-13.5-23l-38.6 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l80.9-24.3c4.6-1.4 8.4-4.8 10.2-9.3C494.5 163 507.8 86.1 511.9 36.8c.8-9.9-3-19.6-10-26.6s-16.7-10.8-26.6-10C391.5 7 228.5 40.5 137.4 131.6C57.3 211.7 56.7 302.3 71.3 356.4c2.1 7.9 12 9.6 17.8 3.8L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z"], + "p": [320, 512, [112], "50", "M0 96C0 60.7 28.7 32 64 32l96 0c88.4 0 160 71.6 160 160s-71.6 160-160 160l-96 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 320 0 96zM64 288l96 0c53 0 96-43 96-96s-43-96-96-96L64 96l0 192z"], + "snowflake": [448, 512, [10052, 10054], "f2dc", "M224 0c17.7 0 32 14.3 32 32l0 30.1 15-15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-49 49 0 70.3 61.4-35.8 17.7-66.1c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4l-5.2 19.3 23.6-13.8c15.3-8.9 34.9-3.7 43.8 11.5s3.8 34.9-11.5 43.8l-25.3 14.8 21.7 5.8c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-67.7-18.1L287.5 256l60.9 35.5 67.7-18.1c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4l-21.7 5.8 25.3 14.8c15.3 8.9 20.4 28.5 11.5 43.8s-28.5 20.4-43.8 11.5l-23.6-13.8 5.2 19.3c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-17.7-66.1L256 311.7l0 70.3 49 49c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15 0 30.1c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-30.1-15 15c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l49-49 0-70.3-61.4 35.8-17.7 66.1c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4l5.2-19.3L48.1 395.6c-15.3 8.9-34.9 3.7-43.8-11.5s-3.7-34.9 11.5-43.8l25.3-14.8-21.7-5.8c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l67.7 18.1L160.5 256 99.6 220.5 31.9 238.6c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4l21.7-5.8L15.9 171.6C.6 162.7-4.5 143.1 4.4 127.9s28.5-20.4 43.8-11.5l23.6 13.8-5.2-19.3c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l17.7 66.1L192 200.3l0-70.3L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l15 15L192 32c0-17.7 14.3-32 32-32z"], + "newspaper": [512, 512, [128240], "f1ea", "M96 96c0-35.3 28.7-64 64-64l288 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L80 480c-44.2 0-80-35.8-80-80L0 128c0-17.7 14.3-32 32-32s32 14.3 32 32l0 272c0 8.8 7.2 16 16 16s16-7.2 16-16L96 96zm64 24l0 80c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24l0-80c0-13.3-10.7-24-24-24L184 96c-13.3 0-24 10.7-24 24zm208-8c0 8.8 7.2 16 16 16l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0c-8.8 0-16 7.2-16 16zM160 304c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-256 0c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-256 0c-8.8 0-16 7.2-16 16z"], + "rectangle-ad": [576, 512, ["ad"], "f641", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM229.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7L253.2 328l-90.3 0-5.4 10.7c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zM208 237.7L186.8 280l42.3 0L208 237.7zM392 256a24 24 0 1 0 0 48 24 24 0 1 0 0-48zm24-43.9l0-28.1c0-13.3 10.7-24 24-24s24 10.7 24 24l0 96 0 48c0 13.3-10.7 24-24 24c-6.6 0-12.6-2.7-17-7c-9.4 4.5-19.9 7-31 7c-39.8 0-72-32.2-72-72s32.2-72 72-72c8.4 0 16.5 1.4 24 4.1z"], + "circle-arrow-right": [512, 512, ["arrow-circle-right"], "f0a9", "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM297 385c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l71-71L120 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l214.1 0-71-71c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L409 239c9.4 9.4 9.4 24.6 0 33.9L297 385z"], + "filter-circle-xmark": [576, 512, [], "e17b", "M3.9 22.9C10.5 8.9 24.5 0 40 0L472 0c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5c-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6l0-79.1L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z"], + "locust": [576, 512, [], "e520", "M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24l16 0c98.7 0 180.6 71.4 197 165.4c-9-3.5-18.8-5.4-29-5.4l-64.2 0-41.8-97.5c-3.4-7.9-10.8-13.4-19.3-14.4s-17 2.7-22.1 9.6l-40.9 55.5-21.7-50.7c-3.3-7.8-10.5-13.2-18.9-14.3s-16.7 2.3-22 8.9l-240 304c-8.2 10.4-6.4 25.5 4 33.7s25.5 6.4 33.7-4l79.4-100.5 43 16.4-40.5 55c-7.9 10.7-5.6 25.7 5.1 33.6s25.7 5.6 33.6-5.1L215.1 400l74.5 0-29.3 42.3c-7.5 10.9-4.8 25.8 6.1 33.4s25.8 4.8 33.4-6.1L348 400l80.4 0 38.8 67.9c6.6 11.5 21.2 15.5 32.7 8.9s15.5-21.2 8.9-32.7L483.6 400l12.4 0c44.1 0 79.8-35.7 80-79.7c0-.1 0-.2 0-.3l0-40C576 143 465 32 328 32l-16 0zm50.5 168l17.1 40L333 240l29.5-40zm-87.7 38.1l-1.4 1.9-48.2 0 32.7-41.5 16.9 39.5zM88.8 240C57.4 240 32 265.4 32 296.8c0 15.5 6.3 30 16.9 40.4L126.7 240l-37.9 0zM496 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"], + "sort": [320, 512, ["unsorted"], "f0dc", "M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8L32 224c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z"], + "list-ol": [512, 512, ["list-1-2", "list-numeric"], "f0cb", "M24 56c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24l0 120 16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l16 0 0-96-8 0C34.7 80 24 69.3 24 56zM86.7 341.2c-6.5-7.4-18.3-6.9-24 1.2L51.5 357.9c-7.7 10.8-22.7 13.3-33.5 5.6s-13.3-22.7-5.6-33.5l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9c21.3 24.4 20.8 60.9-1.1 84.7L86.8 432l33.2 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88 0c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6 .3-20.5zM224 64l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"], + "person-dress-burst": [640, 512, [], "e544", "M528 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM390.2 384l17.8 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 16 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 17.8 0c10.9 0 18.6-10.7 15.2-21.1L546.7 248.1l33.9 56.3c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-53.6-89.2c-20.2-33.7-56.7-54.3-96-54.3l-11.6 0c-39.3 0-75.7 20.6-96 54.3l-53.6 89.2c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l33.9-56.3L375 362.9c-3.5 10.4 4.3 21.1 15.2 21.1zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.4-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z"], + "money-check-dollar": [576, 512, ["money-check-alt"], "f53d", "M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zM272 192l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zM256 304c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16zM164 152l0 13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9l0 13.8c0 11-9 20-20 20s-20-9-20-20l0-14.6c-10.3-2.2-20-5.5-28.2-8.4c0 0 0 0 0 0s0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5l0-14c0-11 9-20 20-20s20 9 20 20z"], + "vector-square": [448, 512, [], "f5cb", "M368 80l32 0 0 32-32 0 0-32zM352 32c-17.7 0-32 14.3-32 32L128 64c0-17.7-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64l0 64c0 17.7 14.3 32 32 32l0 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l192 0c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-192c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0zM96 160c17.7 0 32-14.3 32-32l192 0c0 17.7 14.3 32 32 32l0 192c-17.7 0-32 14.3-32 32l-192 0c0-17.7-14.3-32-32-32l0-192zM48 400l32 0 0 32-32 0 0-32zm320 32l0-32 32 0 0 32-32 0zM48 112l0-32 32 0 0 32-32 0z"], + "bread-slice": [512, 512, [], "f7ec", "M256 32C192 32 0 64 0 192c0 35.3 28.7 64 64 64V432c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V256c35.3 0 64-28.7 64-64C512 64 320 32 256 32z"], + "language": [640, 512, [], "f1ab", "M0 128C0 92.7 28.7 64 64 64l192 0 48 0 16 0 256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64l-256 0-16 0-48 0L64 448c-35.3 0-64-28.7-64-64L0 128zm320 0l0 256 256 0 0-256-256 0zM178.3 175.9c-3.2-7.2-10.4-11.9-18.3-11.9s-15.1 4.7-18.3 11.9l-64 144c-4.5 10.1 .1 21.9 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1 73.6 0 8.9 20.1c4.5 10.1 16.3 14.6 26.4 10.2s14.6-16.3 10.2-26.4l-64-144zM160 233.2L179 276l-38 0 19-42.8zM448 164c11 0 20 9 20 20l0 4 44 0 16 0c11 0 20 9 20 20s-9 20-20 20l-2 0-1.6 4.5c-8.9 24.4-22.4 46.6-39.6 65.4c.9 .6 1.8 1.1 2.7 1.6l18.9 11.3c9.5 5.7 12.5 18 6.9 27.4s-18 12.5-27.4 6.9l-18.9-11.3c-4.5-2.7-8.8-5.5-13.1-8.5c-10.6 7.5-21.9 14-34 19.4l-3.6 1.6c-10.1 4.5-21.9-.1-26.4-10.2s.1-21.9 10.2-26.4l3.6-1.6c6.4-2.9 12.6-6.1 18.5-9.8l-12.2-12.2c-7.8-7.8-7.8-20.5 0-28.3s20.5-7.8 28.3 0l14.6 14.6 .5 .5c12.4-13.1 22.5-28.3 29.8-45L448 228l-72 0c-11 0-20-9-20-20s9-20 20-20l52 0 0-4c0-11 9-20 20-20z"], + "face-kiss-wink-heart": [512, 512, [128536, "kiss-wink-heart"], "f598", "M498 339.7c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-22.9-89.3c-10-39 11.8-80.9 51.8-92.1c37.2-10.4 73.8 10.1 87.5 44c12.7-1.6 25.1 .4 36.2 5zM296 332c0 6.9-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C258.7 443.1 241.4 448 224 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.6-.4-.3-.2-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm194.8 57.6c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z"], + "filter": [512, 512, [], "f0b0", "M3.9 54.9C10.5 40.9 24.5 32 40 32l432 0c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9 320 448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6l0-79.1L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z"], + "question": [320, 512, [10067, 10068, 61736], "3f", "M80 160c0-35.3 28.7-64 64-64l32 0c35.3 0 64 28.7 64 64l0 3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1c-25.2 16.2-40.4 44.1-40.4 74l0 1.4c0 17.7 14.3 32 32 32s32-14.3 32-32l0-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7l0-3.6c0-70.7-57.3-128-128-128l-32 0C73.3 32 16 89.3 16 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm80 320a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"], + "file-signature": [576, 512, [], "f573", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-19.3c-2.7 1.1-5.4 2-8.2 2.7l-60.1 15c-3 .7-6 1.2-9 1.4c-.9 .1-1.8 .2-2.7 .2l-64 0c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 381l-9.8 32.8c-6.1 20.3-24.8 34.2-46 34.2L80 448c-8.8 0-16-7.2-16-16s7.2-16 16-16l8.2 0c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.8 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8 8.9 0c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7L384 203.6l0-43.6-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM549.8 139.7c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM311.9 321c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L512.1 262.7l-71-71L311.9 321z"], + "up-down-left-right": [512, 512, ["arrows-alt"], "f0b2", "M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 96-96 0 0-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 96 0 0 96-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-32 0 0-96 96 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 32-96 0 0-96 32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z"], + "house-chimney-user": [576, 512, [], "e065", "M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185l0-121c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32l0 36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 160.4c0 35.3 28.7 64 64 64l320.4 0c35.5 0 64.2-28.8 64-64.3l-.7-160.2 32 0zM288 160a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM176 400c0-44.2 35.8-80 80-80l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16z"], + "hand-holding-heart": [576, 512, [], "f4be", "M163.9 136.9c-29.4-29.8-29.4-78.2 0-108s77-29.8 106.4 0l17.7 18 17.7-18c29.4-29.8 77-29.8 106.4 0s29.4 78.2 0 108L310.5 240.1c-6.2 6.3-14.3 9.4-22.5 9.4s-16.3-3.1-22.5-9.4L163.9 136.9zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 512 32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z"], + "puzzle-piece": [512, 512, [129513], "f12e", "M192 104.8c0-9.2-5.8-17.3-13.2-22.8C167.2 73.3 160 61.3 160 48c0-26.5 28.7-48 64-48s64 21.5 64 48c0 13.3-7.2 25.3-18.8 34c-7.4 5.5-13.2 13.6-13.2 22.8c0 12.8 10.4 23.2 23.2 23.2l56.8 0c26.5 0 48 21.5 48 48l0 56.8c0 12.8 10.4 23.2 23.2 23.2c9.2 0 17.3-5.8 22.8-13.2c8.7-11.6 20.7-18.8 34-18.8c26.5 0 48 28.7 48 64s-21.5 64-48 64c-13.3 0-25.3-7.2-34-18.8c-5.5-7.4-13.6-13.2-22.8-13.2c-12.8 0-23.2 10.4-23.2 23.2L384 464c0 26.5-21.5 48-48 48l-56.8 0c-12.8 0-23.2-10.4-23.2-23.2c0-9.2 5.8-17.3 13.2-22.8c11.6-8.7 18.8-20.7 18.8-34c0-26.5-28.7-48-64-48s-64 21.5-64 48c0 13.3 7.2 25.3 18.8 34c7.4 5.5 13.2 13.6 13.2 22.8c0 12.8-10.4 23.2-23.2 23.2L48 512c-26.5 0-48-21.5-48-48L0 343.2C0 330.4 10.4 320 23.2 320c9.2 0 17.3 5.8 22.8 13.2C54.7 344.8 66.7 352 80 352c26.5 0 48-28.7 48-64s-21.5-64-48-64c-13.3 0-25.3 7.2-34 18.8C40.5 250.2 32.4 256 23.2 256C10.4 256 0 245.6 0 232.8L0 176c0-26.5 21.5-48 48-48l120.8 0c12.8 0 23.2-10.4 23.2-23.2z"], + "money-check": [576, 512, [], "f53c", "M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm48 160l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zM96 336c0-8.8 7.2-16 16-16l352 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-352 0c-8.8 0-16-7.2-16-16zM376 160l80 0c13.3 0 24 10.7 24 24l0 48c0 13.3-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24z"], + "star-half-stroke": [576, 512, ["star-half-alt"], "f5c0", "M288 376.4l.1-.1 26.4 14.1 85.2 45.5-16.5-97.6-4.8-28.7 20.7-20.5 70.1-69.3-96.1-14.2-29.3-4.3-12.9-26.6L288.1 86.9l-.1 .3 0 289.2zm175.1 98.3c2 12-3 24.2-12.9 31.3s-23 8-33.8 2.3L288.1 439.8 159.8 508.3C149 514 135.9 513.1 126 506s-14.9-19.3-12.9-31.3L137.8 329 33.6 225.9c-8.6-8.5-11.7-21.2-7.9-32.7s13.7-19.9 25.7-21.7L195 150.3 259.4 18c5.4-11 16.5-18 28.8-18s23.4 7 28.8 18l64.3 132.3 143.6 21.2c12 1.8 22 10.2 25.7 21.7s.7 24.2-7.9 32.7L438.5 329l24.6 145.7z"], + "code": [640, 512, [], "f121", "M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"], + "whiskey-glass": [512, 512, [129347, "glass-whiskey"], "f7a0", "M32 32c-9.3 0-18.1 4-24.2 11.1S-1 59.4 .3 68.6l50 342.9c5.7 39.3 39.4 68.5 79.2 68.5l253 0c39.7 0 73.4-29.1 79.2-68.5l50-342.9c1.3-9.2-1.4-18.5-7.5-25.5S489.3 32 480 32L32 32zM87.7 224L69 96l374 0L424.3 224 87.7 224z"], + "building-circle-exclamation": [640, 512, [], "e4d3", "M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"], + "magnifying-glass-chart": [512, 512, [], "e522", "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zm-312 8l0 64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24zm80-96l0 160c0 13.3 10.7 24 24 24s24-10.7 24-24l0-160c0-13.3-10.7-24-24-24s-24 10.7-24 24zm80 64l0 96c0 13.3 10.7 24 24 24s24-10.7 24-24l0-96c0-13.3-10.7-24-24-24s-24 10.7-24 24z"], + "arrow-up-right-from-square": [512, 512, ["external-link"], "f08e", "M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l82.7 0L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3l0 82.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-17.7-14.3-32-32-32L320 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z"], + "cubes-stacked": [448, 512, [], "e4e6", "M192 64l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32zM82.7 207c-15.3 8.8-20.5 28.4-11.7 43.7l32 55.4c8.8 15.3 28.4 20.5 43.7 11.7l55.4-32c15.3-8.8 20.5-28.4 11.7-43.7l-32-55.4c-8.8-15.3-28.4-20.5-43.7-11.7L82.7 207zM288 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0zm64 160c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0zM160 384l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32zM32 352c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0z"], + "won-sign": [512, 512, [8361, "krw", "won"], "f159", "M62.4 53.9C56.8 37.1 38.6 28.1 21.9 33.6S-3.9 57.4 1.6 74.1L51.6 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l40.9 0 56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L233 288l46 0L321 455.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L439.1 288l40.9 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-19.6 0 50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2L392.9 224l-64 0L287 56.2C283.5 42 270.7 32 256 32s-27.5 10-31 24.2L183 224l-64 0L62.4 53.9zm78 234.1l26.6 0-11.4 45.6L140.4 288zM249 224l7-28.1 7 28.1-14 0zm96 64l26.6 0-15.2 45.6L345 288z"], + "virus-covid": [512, 512, [], "e4a8", "M192 24c0-13.3 10.7-24 24-24l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0 0 33.6c30.7 4.2 58.8 16.3 82.3 34.1L386.1 92 374.8 80.6c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l56.6 56.6c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L420 125.9l-23.8 23.8c17.9 23.5 29.9 51.7 34.1 82.3l33.6 0 0-16c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16-33.6 0c-4.2 30.7-16.3 58.8-34.1 82.3L420 386.1l11.3-11.3c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-56.6 56.6c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L386.1 420l-23.8-23.8c-23.5 17.9-51.7 29.9-82.3 34.1l0 33.6 16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l16 0 0-33.6c-30.7-4.2-58.8-16.3-82.3-34.1L125.9 420l11.3 11.3c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L46.7 408.7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L92 386.1l23.8-23.8C97.9 338.8 85.8 310.7 81.6 280L48 280l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-80c0-13.3 10.7-24 24-24s24 10.7 24 24l0 16 33.6 0c4.2-30.7 16.3-58.8 34.1-82.3L92 125.9 80.6 137.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l56.6-56.6c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L125.9 92l23.8 23.8c23.5-17.9 51.7-29.9 82.3-34.1L232 48l-16 0c-13.3 0-24-10.7-24-24zm48 200a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm64 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"], + "austral-sign": [448, 512, [], "e0a9", "M253.5 51.7C248.6 39.8 236.9 32 224 32s-24.6 7.8-29.5 19.7L122.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0L82.7 320 32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32l24 0L34.5 435.7c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L125.3 384l197.3 0 31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8L392 384l24 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-50.7 0L352 288l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-90.7 0L253.5 51.7zM256 224l-64 0 32-76.8L256 224zm-90.7 64l117.3 0L296 320l-144 0 13.3-32z"], + "f": [320, 512, [102], "46", "M64 32C28.7 32 0 60.7 0 96L0 256 0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 224 64 96l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32z"], + "leaf": [512, 512, [], "f06c", "M272 96c-78.6 0-145.1 51.5-167.7 122.5c33.6-17 71.5-26.5 111.7-26.5l88 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0-72 0s0 0 0 0c-16.6 0-32.7 1.9-48.3 5.4c-25.9 5.9-49.9 16.4-71.4 30.7c0 0 0 0 0 0C38.3 298.8 0 364.9 0 440l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16c0-48.7 20.7-92.5 53.8-123.2C121.6 392.3 190.3 448 272 448l1 0c132.1-.7 239-130.9 239-291.4c0-42.6-7.5-83.1-21.1-119.6c-2.6-6.9-12.7-6.6-16.2-.1C455.9 72.1 418.7 96 376 96L272 96z"], + "road": [576, 512, [128739], "f018", "M256 32l-74.8 0c-27.1 0-51.3 17.1-60.3 42.6L3.1 407.2C1.1 413 0 419.2 0 425.4C0 455.5 24.5 480 54.6 480L256 480l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64 201.4 0c30.2 0 54.6-24.5 54.6-54.6c0-6.2-1.1-12.4-3.1-18.2L455.1 74.6C446 49.1 421.9 32 394.8 32L320 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm64 192l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32z"], + "taxi": [512, 512, [128662, "cab"], "f1ba", "M192 0c-17.7 0-32 14.3-32 32l0 32 0 .2c-38.6 2.2-72.3 27.3-85.2 64.1L39.6 228.8C16.4 238.4 0 261.3 0 288L0 432l0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 320 0 0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 0-144c0-26.7-16.4-49.6-39.6-59.2L437.2 128.3c-12.9-36.8-46.6-62-85.2-64.1l0-.2 0-32c0-17.7-14.3-32-32-32L192 0zM165.4 128l181.2 0c13.6 0 25.7 8.6 30.2 21.4L402.9 224l-293.8 0 26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zM96 288a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm288 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"], + "person-circle-plus": [576, 512, [], "e541", "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-48z"], + "chart-pie": [576, 512, ["pie-chart"], "f200", "M304 240l0-223.4c0-9 7-16.6 16-16.6C443.7 0 544 100.3 544 224c0 9-7.6 16-16.6 16L304 240zM32 272C32 150.7 122.1 50.3 239 34.3c9.2-1.3 17 6.1 17 15.4L256 288 412.5 444.5c6.7 6.7 6.2 17.7-1.5 23.1C371.8 495.6 323.8 512 272 512C139.5 512 32 404.6 32 272zm526.4 16c9.3 0 16.6 7.8 15.4 17c-7.7 55.9-34.6 105.6-73.9 142.3c-6 5.6-15.4 5.2-21.2-.7L320 288l238.4 0z"], + "bolt-lightning": [384, 512, [], "e0b7", "M0 256L28.5 28c2-16 15.6-28 31.8-28H228.9c15 0 27.1 12.1 27.1 27.1c0 3.2-.6 6.5-1.7 9.5L208 160H347.3c20.2 0 36.7 16.4 36.7 36.7c0 7.4-2.2 14.6-6.4 20.7l-192.2 281c-5.9 8.6-15.6 13.7-25.9 13.7h-2.9c-15.7 0-28.5-12.8-28.5-28.5c0-2.3 .3-4.6 .9-6.9L176 288H32c-17.7 0-32-14.3-32-32z"], + "sack-xmark": [512, 512, [], "e56a", "M192 96l128 0 47.4-71.1C374.5 14.2 366.9 0 354.1 0L157.9 0c-12.8 0-20.4 14.2-13.3 24.9L192 96zm128 32l-128 0c-3.8 2.5-8.1 5.3-13 8.4c0 0 0 0 0 0s0 0 0 0C122.3 172.7 0 250.9 0 416c0 53 43 96 96 96l320 0c53 0 96-43 96-96c0-165.1-122.3-243.3-179-279.6c-4.8-3.1-9.2-5.9-13-8.4zM289.9 336l47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47z"], + "file-excel": [384, 512, [], "f1c3", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM155.7 250.2L192 302.1l36.3-51.9c7.6-10.9 22.6-13.5 33.4-5.9s13.5 22.6 5.9 33.4L221.3 344l46.4 66.2c7.6 10.9 5 25.8-5.9 33.4s-25.8 5-33.4-5.9L192 385.8l-36.3 51.9c-7.6 10.9-22.6 13.5-33.4 5.9s-13.5-22.6-5.9-33.4L162.7 344l-46.4-66.2c-7.6-10.9-5-25.8 5.9-33.4s25.8-5 33.4 5.9z"], + "file-contract": [384, 512, [], "f56c", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM80 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm54.2 253.8c-6.1 20.3-24.8 34.2-46 34.2L80 416c-8.8 0-16-7.2-16-16s7.2-16 16-16l8.2 0c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.7 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8 54.1 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 349l-9.8 32.8z"], + "fish-fins": [576, 512, [], "e4f2", "M275.2 38.4c-10.6-8-25-8.5-36.3-1.5S222 57.3 224.6 70.3l9.7 48.6c-19.4 9-36.9 19.9-52.4 31.5c-15.3 11.5-29 23.9-40.7 36.3L48.1 132.4c-12.5-7.3-28.4-5.3-38.6 4.9S-3 163.3 4.2 175.9L50 256 4.2 336.1c-7.2 12.6-5 28.4 5.3 38.6s26.1 12.2 38.6 4.9l93.1-54.3c11.8 12.3 25.4 24.8 40.7 36.3c15.5 11.6 33 22.5 52.4 31.5l-9.7 48.6c-2.6 13 3.1 26.3 14.3 33.3s25.6 6.5 36.3-1.5l77.6-58.2c54.9-4 101.5-27 137.2-53.8c39.2-29.4 67.2-64.7 81.6-89.5c5.8-9.9 5.8-22.2 0-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8L275.2 38.4zM384 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"], + "building-flag": [640, 512, [], "e4d5", "M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c26.5 0 48-21.5 48-48l0-416c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM448 0c-17.7 0-32 14.3-32 32l0 480 64 0 0-320 144 0c8.8 0 16-7.2 16-16l0-128c0-8.8-7.2-16-16-16L480 32c0-17.7-14.3-32-32-32z"], + "face-grin-beam": [512, 512, [128516, "grin-beam"], "f582", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zm-170.5-84s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"], + "object-ungroup": [640, 512, [], "f248", "M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32l209.1 0C339.6 12.9 360.3 0 384 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4l0 113.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32l-209.1 0c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4l0-113.1zM119.4 96c-5.6 9.7-13.7 17.8-23.4 23.4l0 113.1c9.7 5.6 17.8 13.7 23.4 23.4l209.1 0c5.6-9.7 13.7-17.8 23.4-23.4l0-113.1c-9.7-5.6-17.8-13.7-23.4-23.4L119.4 96zm192 384c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4l0-40.6 64 0 0 40.6c9.7 5.6 17.8 13.7 23.4 23.4l209.1 0c5.6-9.7 13.7-17.8 23.4-23.4l0-113.1c-9.7-5.6-17.8-13.7-23.4-23.4l-46 0c-5.4-15.4-14.6-28.9-26.5-39.6l0-24.4 72.6 0c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4l0 113.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32l-209.1 0z"], + "poop": [512, 512, [], "f619", "M254.4 6.6c3.5-4.3 9-6.5 14.5-5.7C315.8 7.2 352 47.4 352 96c0 11.2-1.9 22-5.5 32l5.5 0c35.3 0 64 28.7 64 64c0 19.1-8.4 36.3-21.7 48l13.7 0c39.8 0 72 32.2 72 72c0 23.2-11 43.8-28 57c34.1 5.7 60 35.3 60 71c0 39.8-32.2 72-72 72L72 512c-39.8 0-72-32.2-72-72c0-35.7 25.9-65.3 60-71c-17-13.2-28-33.8-28-57c0-39.8 32.2-72 72-72l13.7 0C104.4 228.3 96 211.1 96 192c0-35.3 28.7-64 64-64l16.2 0c44.1-.1 79.8-35.9 79.8-80c0-9.2-1.5-17.9-4.3-26.1c-1.8-5.2-.8-11.1 2.8-15.4z"], + "location-pin": [384, 512, ["map-marker"], "f041", "M384 192c0 87.4-117 243-168.3 307.2c-12.3 15.3-35.1 15.3-47.4 0C117 435 0 279.4 0 192C0 86 86 0 192 0S384 86 384 192z"], + "kaaba": [576, 512, [128331], "f66b", "M60 120l228 71.2L516 120 288 48.8 60 120zM278.5 1.5c6.2-1.9 12.9-1.9 19.1 0l256 80C566.9 85.6 576 98 576 112l0 16s0 0 0 0l0 21.2L292.8 237.7c-3.1 1-6.4 1-9.5 0L0 149.2 0 128l0-16C0 98 9.1 85.6 22.5 81.5l256-80zm23.9 266.8L576 182.8l0 46.5-52.8 16.5c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5L576 262.8 576 400c0 14-9.1 26.4-22.5 30.5l-256 80c-6.2 1.9-12.9 1.9-19.1 0l-256-80C9.1 426.4 0 414 0 400L0 262.8l43.2 13.5c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20L0 229.2l0-46.5 273.7 85.5c9.3 2.9 19.3 2.9 28.6 0zm-185.5-2.6c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l64 20c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20l-64-20zm352 30.5c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-64 20c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5l64-20zm-224 9.5c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l38.5 12c9.3 2.9 19.3 2.9 28.6 0l38.5-12c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-38.5 12c-3.1 1-6.4 1-9.5 0l-38.5-12z"], + "toilet-paper": [640, 512, [129531], "f71e", "M444.2 0C397.2 49.6 384 126.5 384 192c0 158.8-27.3 247-42.7 283.9c-10 24-33.2 36.1-55.4 36.1L48 512c-11.5 0-22.2-6.2-27.8-16.2s-5.6-22.3 .4-32.2c9.8-17.7 15.4-38.2 20.5-57.7C52.3 362.8 64 293.5 64 192C64 86 107 0 160 0L444.2 0zM512 384c-53 0-96-86-96-192S459 0 512 0s96 86 96 192s-43 192-96 192zm0-128c17.7 0 32-28.7 32-64s-14.3-64-32-64s-32 28.7-32 64s14.3 64 32 64zM144 208a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm64 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm80-16a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"], + "helmet-safety": [576, 512, ["hard-hat", "hat-hard"], "f807", "M256 32c-17.7 0-32 14.3-32 32l0 2.3 0 99.6c0 5.6-4.5 10.1-10.1 10.1c-3.6 0-7-1.9-8.8-5.1L157.1 87C83 123.5 32 199.8 32 288l0 64 512 0 0-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48 83.9c-1.8 3.2-5.2 5.1-8.8 5.1c-5.6 0-10.1-4.5-10.1-10.1l0-99.6 0-2.3c0-17.7-14.3-32-32-32l-64 0zM16.6 384C7.4 384 0 391.4 0 400.6c0 4.7 2 9.2 5.8 11.9C27.5 428.4 111.8 480 288 480s260.5-51.6 282.2-67.5c3.8-2.8 5.8-7.2 5.8-11.9c0-9.2-7.4-16.6-16.6-16.6L16.6 384z"], + "eject": [448, 512, [9167], "f052", "M224 32c13.5 0 26.3 5.6 35.4 15.6l176 192c12.9 14 16.2 34.3 8.6 51.8S419 320 400 320L48 320c-19 0-36.3-11.2-43.9-28.7s-4.3-37.7 8.6-51.8l176-192C197.7 37.6 210.5 32 224 32zM0 432c0-26.5 21.5-48 48-48l352 0c26.5 0 48 21.5 48 48s-21.5 48-48 48L48 480c-26.5 0-48-21.5-48-48z"], + "circle-right": [512, 512, [61838, "arrow-alt-circle-right"], "f35a", "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm395.3 11.3l-112 112c-4.6 4.6-11.5 5.9-17.4 3.5s-9.9-8.3-9.9-14.8l0-64-96 0c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l96 0 0-64c0-6.5 3.9-12.3 9.9-14.8s12.9-1.1 17.4 3.5l112 112c6.2 6.2 6.2 16.4 0 22.6z"], + "plane-circle-check": [640, 512, [], "e555", "M256 0c-35 0-64 59.5-64 93.7l0 84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9l0 65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8l0 42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3l0-84.6C320 59.5 292 0 256 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"], + "face-rolling-eyes": [512, 512, [128580, "meh-rolling-eyes"], "f5a5", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 368l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm32-144c0 35.3-28.7 64-64 64s-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4c-3.7 5.2-5.8 11.6-5.8 18.4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4C208.5 175.6 224 198 224 224zm128 64c-35.3 0-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4c-3.7 5.2-5.8 11.6-5.8 18.4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4C400.5 175.6 416 198 416 224c0 35.3-28.7 64-64 64z"], + "object-group": [576, 512, [], "f247", "M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32l337.1 0C467.6 12.9 488.3 0 512 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4l0 273.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32l-337.1 0c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4l0-273.1zM456.6 96L119.4 96c-5.6 9.7-13.7 17.8-23.4 23.4l0 273.1c9.7 5.6 17.8 13.7 23.4 23.4l337.1 0c5.6-9.7 13.7-17.8 23.4-23.4l0-273.1c-9.7-5.6-17.8-13.7-23.4-23.4zM128 160c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-96zM256 320l32 0c35.3 0 64-28.7 64-64l0-32 64 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-32z"], + "chart-line": [512, 512, ["line-chart"], "f201", "M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 400c0 44.2 35.8 80 80 80l400 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 416c-8.8 0-16-7.2-16-16L64 64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z"], + "mask-ventilator": [640, 512, [], "e524", "M159.1 176C139.4 219.2 128 264.7 128 300.8c0 15.9 2.2 31.4 6.3 46l-31.8-7.9C70.5 330.9 48 302.1 48 269l0-85c0-4.4 3.6-8 8-8l103.1 0zm26-48L56 128c-30.9 0-56 25.1-56 56l0 85c0 55.1 37.5 103.1 90.9 116.4l71.3 17.8c22.7 30.5 55.4 54.1 93.8 66.6l0-76.6c-19.7-16.4-32-40.3-32-66.9c0-49.5 43-134.4 96-134.4c52.5 0 96 84.9 96 134.4c0 26.7-12.4 50.4-32 66.8l0 76.6c38-12.6 70.6-36 93.5-66.4l71.6-17.9C602.5 372.1 640 324.1 640 269l0-85c0-30.9-25.1-56-56-56l-129.5 0C419.7 73.8 372.1 32 320 32c-52.6 0-100.2 41.8-134.9 96zm295.6 48L584 176c4.4 0 8 3.6 8 8l0 85c0 33-22.5 61.8-54.5 69.9l-31.8 8c4.2-14.7 6.4-30.1 6.4-46.1c0-36.1-11.6-81.6-31.3-124.8zM288 320l0 192 64 0 0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32z"], + "arrow-right": [448, 512, [8594], "f061", "M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"], + "signs-post": [512, 512, ["map-signs"], "f277", "M224 32L64 32C46.3 32 32 46.3 32 64l0 64c0 17.7 14.3 32 32 32l377.4 0c4.2 0 8.3-1.7 11.3-4.7l48-48c6.2-6.2 6.2-16.4 0-22.6l-48-48c-3-3-7.1-4.7-11.3-4.7L288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32zM480 256c0-17.7-14.3-32-32-32l-160 0 0-32-64 0 0 32L70.6 224c-4.2 0-8.3 1.7-11.3 4.7l-48 48c-6.2 6.2-6.2 16.4 0 22.6l48 48c3 3 7.1 4.7 11.3 4.7L448 352c17.7 0 32-14.3 32-32l0-64zM288 480l0-96-64 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32z"], + "cash-register": [512, 512, [], "f788", "M64 0C46.3 0 32 14.3 32 32l0 64c0 17.7 14.3 32 32 32l80 0 0 32-57 0c-31.6 0-58.5 23.1-63.3 54.4L1.1 364.1C.4 368.8 0 373.6 0 378.4L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-69.6c0-4.8-.4-9.6-1.1-14.4L488.2 214.4C483.5 183.1 456.6 160 425 160l-217 0 0-32 80 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L64 0zM96 48l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L96 80c-8.8 0-16-7.2-16-16s7.2-16 16-16zM64 432c0-8.8 7.2-16 16-16l352 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16zm48-168a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm120-24a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM160 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM328 240a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM256 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM424 240a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM352 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48z"], + "person-circle-question": [576, 512, [], "e542", "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6l0 6.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-6.4c0-5.3 4.3-9.6 9.6-9.6l40.5 0c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2l0 14.8c0 8.8 7.2 16 16 16s16-7.2 16-16l0-5.1 23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9l-40.5 0c-23 0-41.6 18.6-41.6 41.6z"], + "h": [384, 512, [104], "48", "M320 256l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224 0-160c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 128L64 192 64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192 256 0z"], + "tarp": [576, 512, [], "e57b", "M576 128c0-35.3-28.7-64-64-64L64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l352 0 0-128c0-17.7 14.3-32 32-32l128 0 0-160zM448 448L576 320l-128 0 0 128zM96 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "screwdriver-wrench": [512, 512, ["tools"], "f7d9", "M78.6 5C69.1-2.4 55.6-1.5 47 7L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4l54.1 0 109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3l-109-109 0-54.1c0-7.5-3.5-14.5-9.4-19L78.6 5zM19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L233.7 374.3c-7.8-20.9-9-43.6-3.6-65.1l-61.7-61.7L19.9 396.1zM512 144c0-10.5-1.1-20.7-3.2-30.5c-2.4-11.2-16.1-14.1-24.2-6l-63.9 63.9c-3 3-7.1 4.7-11.3 4.7L352 176c-8.8 0-16-7.2-16-16l0-57.4c0-4.2 1.7-8.3 4.7-11.3l63.9-63.9c8.1-8.1 5.2-21.8-6-24.2C388.7 1.1 378.5 0 368 0C288.5 0 224 64.5 224 144l0 .8 85.3 85.3c36-9.1 75.8 .5 104 28.7L429 274.5c49-23 83-72.8 83-130.5zM56 432a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"], + "arrows-to-eye": [640, 512, [], "e4bf", "M15 15C24.4 5.7 39.6 5.7 49 15l63 63L112 40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 96c0 13.3-10.7 24-24 24l-96 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l38.1 0L15 49C5.7 39.6 5.7 24.4 15 15zM133.5 243.9C158.6 193.6 222.7 112 320 112s161.4 81.6 186.5 131.9c3.8 7.6 3.8 16.5 0 24.2C481.4 318.4 417.3 400 320 400s-161.4-81.6-186.5-131.9c-3.8-7.6-3.8-16.5 0-24.2zM320 320a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM591 15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-63 63 38.1 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-96 0c-13.3 0-24-10.7-24-24l0-96c0-13.3 10.7-24 24-24s24 10.7 24 24l0 38.1 63-63zM15 497c-9.4-9.4-9.4-24.6 0-33.9l63-63L40 400c-13.3 0-24-10.7-24-24s10.7-24 24-24l96 0c13.3 0 24 10.7 24 24l0 96c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-38.1L49 497c-9.4 9.4-24.6 9.4-33.9 0zm576 0l-63-63 0 38.1c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-96c0-13.3 10.7-24 24-24l96 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-38.1 0 63 63c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z"], + "plug-circle-bolt": [576, 512, [], "e55b", "M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356l35.6 0c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380 376 380c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z"], + "heart": [512, 512, [128153, 128154, 128155, 128156, 128420, 129293, 129294, 129505, 9829, 10084, 61578], "f004", "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"], + "mars-and-venus": [512, 512, [9893], "f224", "M337.8 14.8C341.5 5.8 350.3 0 360 0L472 0c13.3 0 24 10.7 24 24l0 112c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-24.7 24.7C407 163.3 416 192.6 416 224c0 80.2-59 146.6-136 158.2l0 25.8 24 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-24 0 0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0 0-25.8C155 370.6 96 304.2 96 224c0-88.4 71.6-160 160-160c39.6 0 75.9 14.4 103.8 38.2L382.1 80 343 41c-6.9-6.9-8.9-17.2-5.2-26.2zM448 48s0 0 0 0s0 0 0 0s0 0 0 0zM352 224a96 96 0 1 0 -192 0 96 96 0 1 0 192 0z"], + "house-user": [576, 512, ["home-user"], "e1b0", "M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c.2 35.5-28.5 64.3-64 64.3l-320.4 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24zM352 224a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm-96 96c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16l192 0c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80l-64 0z"], + "dumpster-fire": [640, 512, [], "f794", "M49.7 32l90.8 0L114.9 160l-94 0C9.3 160 0 150.7 0 139.1c0-2.1 .3-4.1 .9-6.1L26.8 48.9C29.9 38.9 39.2 32 49.7 32zM272 160l-124.5 0L173.1 32 272 32l0 128zm32 0l0-128 98.9 0 14.4 72.1c-1.7 1.1-3.3 2.4-4.8 3.8c-18.4 16.4-35.4 34-50.5 52.1l-58 0zm209.9-23.7c-1.7 1.6-3.4 3.2-5 4.8C498 129.6 486.7 118.6 475 108c-7.6-6.9-17-10.8-26.6-11.8L435.5 32l90.8 0c10.5 0 19.8 6.9 22.9 16.9L575.1 133c.2 .7 .4 1.4 .5 2.1c-17.8-15-44.3-14.6-61.7 1.2zM325.2 210.7C304.3 244.5 288 282.9 288 318.1c0 49.3 18.6 95.2 49.6 129.9L128 448c0 17.7-14.3 32-32 32s-32-14.3-32-32L44 288l-12 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l4 0-4-32 305.5 0c-4.4 6.2-8.5 12.5-12.3 18.7zm180.6-34.5L518 162.5c5.4-6.1 13.3-8.8 20.9-8.9c7.2 0 14.3 2.6 19.9 7.8c19.7 18.3 39.8 43.2 55 70.6C629 259.2 640 290.2 640 320.2C640 408.8 568.7 480 480 480c-89.6 0-160-71.3-160-159.8c0-37.3 16-73.4 36.8-104.5c20.9-31.3 47.5-59 70.9-80.2c5.7-5.2 13.1-7.7 20.3-7.5c14.1 .3 23.8 11.4 32.7 21.6c0 0 0 0 0 0c2 2.3 4 4.6 6 6.7l19 19.9zM544 368.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0C453 295.1 416 331.6 416 368.2c0 35.3 28.7 64 64 64s64-28.7 64-64z"], + "house-crack": [576, 512, [], "e3b1", "M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 160.4c0 35.3 28.7 64 64 64l102.3 0-31.3-52.2c-4.1-6.8-2.6-15.5 3.5-20.5L288 368l-60.2-82.8c-10.9-15 8.2-33.5 22.8-22l117.9 92.6c8 6.3 8.2 18.4 .4 24.9L288 448l38.4 64 122.1 0c35.5 0 64.2-28.8 64-64.3l-.7-160.2 32 0z"], + "martini-glass-citrus": [576, 512, ["cocktail"], "f561", "M432 240c53 0 96-43 96-96s-43-96-96-96c-35.5 0-66.6 19.3-83.2 48l-52.6 0C316 40.1 369.3 0 432 0c79.5 0 144 64.5 144 144s-64.5 144-144 144c-27.7 0-53.5-7.8-75.5-21.3l35.4-35.4c12.2 5.6 25.8 8.7 40.1 8.7zM1.8 142.8C5.5 133.8 14.3 128 24 128l368 0c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-177 177L232 464l64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88 0-88 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-118.1L7 169c-6.9-6.9-8.9-17.2-5.2-26.2z"], + "face-surprise": [512, 512, [128558, "surprise"], "f5c2", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"], + "bottle-water": [320, 512, [], "e4c5", "M120 0l80 0c13.3 0 24 10.7 24 24l0 40L96 64l0-40c0-13.3 10.7-24 24-24zM32 167.5c0-19.5 10-37.6 26.6-47.9l15.8-9.9C88.7 100.7 105.2 96 122.1 96l75.8 0c16.9 0 33.4 4.7 47.7 13.7l15.8 9.9C278 129.9 288 148 288 167.5c0 17-7.5 32.3-19.4 42.6C280.6 221.7 288 238 288 256c0 19.1-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48s-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64c0-19.1 8.4-36.3 21.7-48C40.4 388.3 32 371.1 32 352s8.4-36.3 21.7-48C40.4 292.3 32 275.1 32 256c0-18 7.4-34.3 19.4-45.9C39.5 199.7 32 184.5 32 167.5zM96 240c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-96 0c-8.8 0-16 7.2-16 16zm16 112c-8.8 0-16 7.2-16 16s7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-96 0z"], + "circle-pause": [512, 512, [62092, "pause-circle"], "f28b", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM224 192l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32z"], + "toilet-paper-slash": [640, 512, [], "e072", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-109.7-86C569.9 374 608 291.9 608 192C608 86 565 0 512 0s-96 86-96 192c0 49.1 9.2 93.9 24.4 127.9l-59-46.2c1.6-24.8 2.6-52 2.6-81.6c0-65.5 13.2-142.4 60.2-192L160 0c-24.8 0-47.4 18.8-64.4 49.6L38.8 5.1zM367.3 385.4L66.5 148.4C64.9 162.4 64 177 64 192c0 101.5-11.7 170.8-23 213.9c-5.1 19.4-10.7 39.9-20.5 57.7c-5.9 9.9-6.1 22.1-.4 32.2S36.5 512 48 512l237.9 0c22.3 0 45.4-12.1 55.4-36.1c7.4-17.7 17.5-47.2 26-90.6zM544 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64z"], + "apple-whole": [448, 512, [127822, 127823, "apple-alt"], "f5d1", "M224 112c-8.8 0-16-7.2-16-16l0-16c0-44.2 35.8-80 80-80l16 0c8.8 0 16 7.2 16 16l0 16c0 44.2-35.8 80-80 80l-16 0zM0 288c0-76.3 35.7-160 112-160c27.3 0 59.7 10.3 82.7 19.3c18.8 7.3 39.9 7.3 58.7 0c22.9-8.9 55.4-19.3 82.7-19.3c76.3 0 112 83.7 112 160c0 128-80 224-160 224c-16.5 0-38.1-6.6-51.5-11.3c-8.1-2.8-16.9-2.8-25 0c-13.4 4.7-35 11.3-51.5 11.3C80 512 0 416 0 288z"], + "kitchen-set": [576, 512, [], "e51a", "M240 144A96 96 0 1 0 48 144a96 96 0 1 0 192 0zm44.4 32C269.9 240.1 212.5 288 144 288C64.5 288 0 223.5 0 144S64.5 0 144 0c68.5 0 125.9 47.9 140.4 112l71.8 0c8.8-9.8 21.6-16 35.8-16l104 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-104 0c-14.2 0-27-6.2-35.8-16l-71.8 0zM144 80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM400 240c13.3 0 24 10.7 24 24l0 8 96 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-240 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l96 0 0-8c0-13.3 10.7-24 24-24zM288 464l0-112 224 0 0 112c0 26.5-21.5 48-48 48l-128 0c-26.5 0-48-21.5-48-48zM48 320l80 0 16 0 32 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-16 0c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-80c0-8.8 7.2-16 16-16zm128 64c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0 32 16 0zM24 464l176 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24z"], + "r": [320, 512, [114], "52", "M64 32C28.7 32 0 60.7 0 96L0 288 0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 95.3 0L261.8 466.4c10.1 14.5 30.1 18 44.6 7.9s18-30.1 7.9-44.6L230.1 309.5C282.8 288.1 320 236.4 320 176c0-79.5-64.5-144-144-144L64 32zM176 256L64 256 64 96l112 0c44.2 0 80 35.8 80 80s-35.8 80-80 80z"], + "temperature-quarter": [320, 512, ["temperature-1", "thermometer-1", "thermometer-quarter"], "f2ca", "M160 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L208 112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L48 112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3l0-50.7c0-8.8 7.2-16 16-16s16 7.2 16 16l0 50.7c18.6 6.6 32 24.4 32 45.3z"], + "cube": [512, 512, [], "f1b2", "M234.5 5.7c13.9-5 29.1-5 43.1 0l192 68.6C495 83.4 512 107.5 512 134.6l0 242.9c0 27-17 51.2-42.5 60.3l-192 68.6c-13.9 5-29.1 5-43.1 0l-192-68.6C17 428.6 0 404.5 0 377.4L0 134.6c0-27 17-51.2 42.5-60.3l192-68.6zM256 66L82.3 128 256 190l173.7-62L256 66zm32 368.6l160-57.1 0-188L288 246.6l0 188z"], + "bitcoin-sign": [320, 512, [], "e0b4", "M48 32C48 14.3 62.3 0 80 0s32 14.3 32 32l0 32 32 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32c0 1.5-.1 3.1-.3 4.5C254.1 82.2 288 125.1 288 176c0 24.2-7.7 46.6-20.7 64.9c31.7 19.8 52.7 55 52.7 95.1c0 61.9-50.1 112-112 112l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-6.3 0C18.7 448 0 429.3 0 406.3L0 288l0-22.3L0 224 0 101.6C0 80.8 16.8 64 37.6 64L48 64l0-32zM64 224l112 0c26.5 0 48-21.5 48-48s-21.5-48-48-48L64 128l0 96zm112 64L64 288l0 96 144 0c26.5 0 48-21.5 48-48s-21.5-48-48-48l-32 0z"], + "shield-dog": [512, 512, [], "e573", "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160.9 286.2c4.8 1.2 9.9 1.8 15.1 1.8c35.3 0 64-28.7 64-64l0-64 44.2 0c12.1 0 23.2 6.8 28.6 17.7L320 192l64 0c8.8 0 16 7.2 16 16l0 32c0 44.2-35.8 80-80 80l-48 0 0 50.7c0 7.3-5.9 13.3-13.3 13.3c-1.8 0-3.6-.4-5.2-1.1l-98.7-42.3c-6.6-2.8-10.8-9.3-10.8-16.4c0-2.8 .6-5.5 1.9-8l15-30zM160 160l40 0 8 0 0 32 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-48c0-8.8 7.2-16 16-16zm128 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"], + "solar-panel": [640, 512, [], "f5ba", "M122.2 0C91.7 0 65.5 21.5 59.5 51.4L8.3 307.4C.4 347 30.6 384 71 384l217 0 0 64-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-64 217 0c40.4 0 70.7-36.9 62.8-76.6l-51.2-256C574.5 21.5 548.3 0 517.8 0L122.2 0zM260.9 64l118.2 0 10.4 104-139 0L260.9 64zM202.3 168l-100.8 0L122.2 64l90.4 0L202.3 168zM91.8 216l105.6 0L187.1 320 71 320 91.8 216zm153.9 0l148.6 0 10.4 104-169.4 0 10.4-104zm196.8 0l105.6 0L569 320l-116 0L442.5 216zm96-48l-100.8 0L427.3 64l90.4 0 31.4-6.3L517.8 64l20.8 104z"], + "lock-open": [576, 512, [], "f3c1", "M352 144c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c0 17.7 14.3 32 32 32s32-14.3 32-32l0-48C576 64.5 511.5 0 432 0S288 64.5 288 144l0 48L64 192c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-32 0 0-48z"], + "elevator": [512, 512, [], "e16d", "M132.7 4.7l-64 64c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9l128 0c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-64-64c-6.2-6.2-16.4-6.2-22.6 0zM64 128c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 128zm96 96a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM80 400c0-26.5 21.5-48 48-48l64 0c26.5 0 48 21.5 48 48l0 16c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-16zm192 0c0-26.5 21.5-48 48-48l64 0c26.5 0 48 21.5 48 48l0 16c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-16zm32-128a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM356.7 91.3c6.2 6.2 16.4 6.2 22.6 0l64-64c4.6-4.6 5.9-11.5 3.5-17.4S438.5 0 432 0L304 0c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l64 64z"], + "money-bill-transfer": [640, 512, [], "e528", "M535 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l64 64c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17l-64 64c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23L384 112c-13.3 0-24-10.7-24-24s10.7-24 24-24l174.1 0L535 41zM105 377l-23 23L256 400c13.3 0 24 10.7 24 24s-10.7 24-24 24L81.9 448l23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 441c-4.5-4.5-7-10.6-7-17s2.5-12.5 7-17l64-64c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM96 64l241.9 0c-3.7 7.2-5.9 15.3-5.9 24c0 28.7 23.3 52 52 52l117.4 0c-4 17 .6 35.5 13.8 48.8c20.3 20.3 53.2 20.3 73.5 0L608 169.5 608 384c0 35.3-28.7 64-64 64l-241.9 0c3.7-7.2 5.9-15.3 5.9-24c0-28.7-23.3-52-52-52l-117.4 0c4-17-.6-35.5-13.8-48.8c-20.3-20.3-53.2-20.3-73.5 0L32 342.5 32 128c0-35.3 28.7-64 64-64zm64 64l-64 0 0 64c35.3 0 64-28.7 64-64zM544 320c-35.3 0-64 28.7-64 64l64 0 0-64zM320 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z"], + "money-bill-trend-up": [512, 512, [], "e529", "M470.7 9.4c3 3.1 5.3 6.6 6.9 10.3s2.4 7.8 2.4 12.2c0 0 0 .1 0 .1c0 0 0 0 0 0l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-18.7L310.6 214.6c-11.8 11.8-30.8 12.6-43.5 1.7L176 138.1 84.8 216.3c-13.4 11.5-33.6 9.9-45.1-3.5s-9.9-33.6 3.5-45.1l112-96c12-10.3 29.7-10.3 41.7 0l89.5 76.7L370.7 64 352 64c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0s0 0 0 0c8.8 0 16.8 3.6 22.6 9.3l.1 .1zM0 304c0-26.5 21.5-48 48-48l416 0c26.5 0 48 21.5 48 48l0 160c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 304zM48 416l0 48 48 0c0-26.5-21.5-48-48-48zM96 304l-48 0 0 48c26.5 0 48-21.5 48-48zM464 416c-26.5 0-48 21.5-48 48l48 0 0-48zM416 304c0 26.5 21.5 48 48 48l0-48-48 0zm-96 80a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"], + "house-flood-water-circle-arrow-right": [640, 512, [], "e50f", "M288 144A144 144 0 1 0 0 144a144 144 0 1 0 288 0zM140.7 76.7c6.2-6.2 16.4-6.2 22.6 0l56 56c6.2 6.2 6.2 16.4 0 22.6l-56 56c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L169.4 160 80 160c-8.8 0-16-7.2-16-16s7.2-16 16-16l89.4 0L140.7 99.3c-6.2-6.2-6.2-16.4 0-22.6zM320 144c0 57.3-27.4 108.2-69.8 140.3c11.8-3.6 23-9.4 33-16.2c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.4 78.1 3.4c2.1 1.7 4.2 3.3 6.5 4.9l-.3-84.4 16.6 0c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8l-176-128C407.6-2 392.4-2 381.2 6.1L301 64.4c12.1 23.9 19 50.9 19 79.6zm18.5 165.9c-11.1-7.9-25.9-7.9-37 0C279 325.4 251.5 336 224 336c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C158.5 389.7 191 400 224 400c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.6 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7c0 0 0 0 0 0C471.4 325.2 442.9 336 416 336c-27.5 0-55-10.6-77.5-26.1zm0 112c-11.1-7.9-25.9-7.9-37 0C279 437.4 251.5 448 224 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C158.5 501.7 191 512 224 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.6 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C471.4 437.2 442.9 448 416 448c-27.5 0-55-10.6-77.5-26.1z"], + "square-poll-horizontal": [448, 512, ["poll-h"], "f682", "M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM256 160c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32zm64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l192 0zM192 352c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32z"], + "circle": [512, 512, [128308, 128309, 128992, 128993, 128994, 128995, 128996, 9679, 9898, 9899, 11044, 61708, 61915], "f111", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"], + "backward-fast": [512, 512, [9198, "fast-backward"], "f049", "M493.6 445c-11.2 5.3-24.5 3.6-34.1-4.4L288 297.7 288 416c0 12.4-7.2 23.7-18.4 29s-24.5 3.6-34.1-4.4L64 297.7 64 416c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 96C0 78.3 14.3 64 32 64s32 14.3 32 32l0 118.3L235.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S288 83.6 288 96l0 118.3L459.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S512 83.6 512 96l0 320c0 12.4-7.2 23.7-18.4 29z"], + "recycle": [512, 512, [9842, 9850, 9851], "f1b8", "M174.7 45.1C192.2 17 223 0 256 0s63.8 17 81.3 45.1l38.6 61.7 27-15.6c8.4-4.9 18.9-4.2 26.6 1.7s11.1 15.9 8.6 25.3l-23.4 87.4c-3.4 12.8-16.6 20.4-29.4 17l-87.4-23.4c-9.4-2.5-16.3-10.4-17.6-20s3.4-19.1 11.8-23.9l28.4-16.4L283 79c-5.8-9.3-16-15-27-15s-21.2 5.7-27 15l-17.5 28c-9.2 14.8-28.6 19.5-43.6 10.5c-15.3-9.2-20.2-29.2-10.7-44.4l17.5-28zM429.5 251.9c15-9 34.4-4.3 43.6 10.5l24.4 39.1c9.4 15.1 14.4 32.4 14.6 50.2c.3 53.1-42.7 96.4-95.8 96.4L320 448l0 32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2l0 32 96.2 0c17.6 0 31.9-14.4 31.8-32c0-5.9-1.7-11.7-4.8-16.7l-24.4-39.1c-9.5-15.2-4.7-35.2 10.7-44.4zm-364.6-31L36 204.2c-8.4-4.9-13.1-14.3-11.8-23.9s8.2-17.5 17.6-20l87.4-23.4c12.8-3.4 26 4.2 29.4 17L182 241.2c2.5 9.4-.9 19.3-8.6 25.3s-18.2 6.6-26.6 1.7l-26.5-15.3L68.8 335.3c-3.1 5-4.8 10.8-4.8 16.7c-.1 17.6 14.2 32 31.8 32l32.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32.2 0C42.7 448-.3 404.8 0 351.6c.1-17.8 5.1-35.1 14.6-50.2l50.3-80.5z"], + "user-astronaut": [448, 512, [], "f4fb", "M370.7 96.1C346.1 39.5 289.7 0 224 0S101.9 39.5 77.3 96.1C60.9 97.5 48 111.2 48 128l0 64c0 16.8 12.9 30.5 29.3 31.9C101.9 280.5 158.3 320 224 320s122.1-39.5 146.7-96.1c16.4-1.4 29.3-15.1 29.3-31.9l0-64c0-16.8-12.9-30.5-29.3-31.9zM336 144l0 16c0 53-43 96-96 96l-32 0c-53 0-96-43-96-96l0-16c0-26.5 21.5-48 48-48l128 0c26.5 0 48 21.5 48 48zM189.3 162.7l-6-21.2c-.9-3.3-3.9-5.5-7.3-5.5s-6.4 2.2-7.3 5.5l-6 21.2-21.2 6c-3.3 .9-5.5 3.9-5.5 7.3s2.2 6.4 5.5 7.3l21.2 6 6 21.2c.9 3.3 3.9 5.5 7.3 5.5s6.4-2.2 7.3-5.5l6-21.2 21.2-6c3.3-.9 5.5-3.9 5.5-7.3s-2.2-6.4-5.5-7.3l-21.2-6zM112.7 316.5C46.7 342.6 0 407 0 482.3C0 498.7 13.3 512 29.7 512l98.3 0 0-64c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32l0 64 98.3 0c16.4 0 29.7-13.3 29.7-29.7c0-75.3-46.7-139.7-112.7-165.8C303.9 338.8 265.5 352 224 352s-79.9-13.2-111.3-35.5zM176 448c-8.8 0-16 7.2-16 16l0 48 32 0 0-48c0-8.8-7.2-16-16-16zm96 32a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"], + "plane-slash": [640, 512, [], "e069", "M514.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-73.8 0L630.8 469.1c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1L238.1 161.3 197.8 20.4C194.9 10.2 202.6 0 213.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L397.7 192l116.6 0zM41.5 128.7l321 252.9L297.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L144 320l-43.2 57.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L64 256 32.5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-6.2 4-11.4 9.5-13.3z"], + "trademark": [640, 512, [8482], "f25c", "M345.6 108.8c-8.3-11-22.7-15.5-35.7-11.2S288 114.2 288 128l0 256c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160 86.4 115.2c6 8.1 15.5 12.8 25.6 12.8s19.6-4.7 25.6-12.8L576 224l0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-256c0-13.8-8.8-26-21.9-30.4s-27.5 .1-35.7 11.2L464 266.7 345.6 108.8zM0 128c0 17.7 14.3 32 32 32l64 0 0 224c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 96C14.3 96 0 110.3 0 128z"], + "basketball": [512, 512, [127936, "basketball-ball"], "f434", "M86.6 64l85.2 85.2C194.5 121.7 208 86.4 208 48c0-14.7-2-28.9-5.7-42.4C158.6 15 119 35.5 86.6 64zM64 86.6C35.5 119 15 158.6 5.6 202.3C19.1 206 33.3 208 48 208c38.4 0 73.7-13.5 101.3-36.1L64 86.6zM256 0c-7.3 0-14.6 .3-21.8 .9C238 16 240 31.8 240 48c0 47.3-17.1 90.5-45.4 124L256 233.4 425.4 64C380.2 24.2 320.9 0 256 0zM48 240c-16.2 0-32-2-47.1-5.8C.3 241.4 0 248.7 0 256c0 64.9 24.2 124.2 64 169.4L233.4 256 172 194.6C138.5 222.9 95.3 240 48 240zm463.1 37.8c.6-7.2 .9-14.5 .9-21.8c0-64.9-24.2-124.2-64-169.4L278.6 256 340 317.4c33.4-28.3 76.7-45.4 124-45.4c16.2 0 32 2 47.1 5.8zm-4.7 31.9C492.9 306 478.7 304 464 304c-38.4 0-73.7 13.5-101.3 36.1L448 425.4c28.5-32.3 49.1-71.9 58.4-115.7zM340.1 362.7C317.5 390.3 304 425.6 304 464c0 14.7 2 28.9 5.7 42.4C353.4 497 393 476.5 425.4 448l-85.2-85.2zM317.4 340L256 278.6 86.6 448c45.1 39.8 104.4 64 169.4 64c7.3 0 14.6-.3 21.8-.9C274 496 272 480.2 272 464c0-47.3 17.1-90.5 45.4-124z"], + "satellite-dish": [512, 512, [128225], "f7c0", "M192 32c0-17.7 14.3-32 32-32C383.1 0 512 128.9 512 288c0 17.7-14.3 32-32 32s-32-14.3-32-32C448 164.3 347.7 64 224 64c-17.7 0-32-14.3-32-32zM60.6 220.6L164.7 324.7l28.4-28.4c-.7-2.6-1.1-5.4-1.1-8.3c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32c-2.9 0-5.6-.4-8.3-1.1l-28.4 28.4L291.4 451.4c14.5 14.5 11.8 38.8-7.3 46.3C260.5 506.9 234.9 512 208 512C93.1 512 0 418.9 0 304c0-26.9 5.1-52.5 14.4-76.1c7.5-19 31.8-21.8 46.3-7.3zM224 96c106 0 192 86 192 192c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-70.7-57.3-128-128-128c-17.7 0-32-14.3-32-32s14.3-32 32-32z"], + "circle-up": [512, 512, [61467, "arrow-alt-circle-up"], "f35b", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm11.3-395.3l112 112c4.6 4.6 5.9 11.5 3.5 17.4s-8.3 9.9-14.8 9.9l-64 0 0 96c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-96-64 0c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4l112-112c6.2-6.2 16.4-6.2 22.6 0z"], + "mobile-screen-button": [384, 512, ["mobile-alt"], "f3cd", "M16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM224 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM304 64L80 64l0 320 224 0 0-320z"], + "volume-high": [640, 512, [128266, "volume-up"], "f028", "M533.6 32.5C598.5 85.2 640 165.8 640 256s-41.5 170.7-106.4 223.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C557.5 398.2 592 331.2 592 256s-34.5-142.2-88.7-186.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM473.1 107c43.2 35.2 70.9 88.9 70.9 149s-27.7 113.8-70.9 149c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C475.3 341.3 496 301.1 496 256s-20.7-85.3-53.2-111.8c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zm-60.5 74.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM301.1 34.8C312.6 40 320 51.4 320 64l0 384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352 64 352c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l67.8 0L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3z"], + "users-rays": [640, 512, [], "e593", "M41 7C31.6-2.3 16.4-2.3 7 7S-2.3 31.6 7 41l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L41 7zM599 7L527 79c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0zM7 505c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 471c-9.4 9.4-9.4 24.6 0 33.9zm592 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM212.1 336c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-.5-1.4-1-2.7-1.6-4c-9.4-22.3-29.8-38.9-54.3-43c-3.9-.7-7.9-1-12-1l-80 0c-4.1 0-8.1 .3-12 1c-.8 .1-1.7 .3-2.5 .5c-24.9 5.1-45.1 23-53.4 46.5zM175.8 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-26.5 32C119.9 256 96 279.9 96 309.3c0 14.7 11.9 26.7 26.7 26.7l56.1 0c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4l-69.3 0zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3l-69.3 0c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6l56.1 0zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"], + "wallet": [512, 512, [], "f555", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L80 128c-8.8 0-16-7.2-16-16s7.2-16 16-16l368 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32zM416 272a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "clipboard-check": [384, 512, [], "f46c", "M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM305 273L177 401c-9.4 9.4-24.6 9.4-33.9 0L79 337c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L271 239c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"], + "file-audio": [384, 512, [], "f1c7", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zm2 226.3c37.1 22.4 62 63.1 62 109.7s-24.9 87.3-62 109.7c-7.6 4.6-17.4 2.1-22-5.4s-2.1-17.4 5.4-22C269.4 401.5 288 370.9 288 336s-18.6-65.5-46.5-82.3c-7.6-4.6-10-14.4-5.4-22s14.4-10 22-5.4zm-91.9 30.9c6 2.5 9.9 8.3 9.9 14.8l0 128c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L113.4 376 80 376c-8.8 0-16-7.2-16-16l0-48c0-8.8 7.2-16 16-16l33.4 0 35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5zm51 34.9c6.6-5.9 16.7-5.3 22.6 1.3C249.8 304.6 256 319.6 256 336s-6.2 31.4-16.3 42.7c-5.9 6.6-16 7.1-22.6 1.3s-7.1-16-1.3-22.6c5.1-5.7 8.1-13.1 8.1-21.3s-3.1-15.7-8.1-21.3c-5.9-6.6-5.3-16.7 1.3-22.6z"], + "burger": [512, 512, ["hamburger"], "f805", "M61.1 224C45 224 32 211 32 194.9c0-1.9 .2-3.7 .6-5.6C37.9 168.3 78.8 32 256 32s218.1 136.3 223.4 157.3c.5 1.9 .6 3.7 .6 5.6c0 16.1-13 29.1-29.1 29.1L61.1 224zM144 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm240 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zM272 96a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM16 304c0-26.5 21.5-48 48-48l384 0c26.5 0 48 21.5 48 48s-21.5 48-48 48L64 352c-26.5 0-48-21.5-48-48zm16 96c0-8.8 7.2-16 16-16l416 0c8.8 0 16 7.2 16 16l0 16c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64l0-16z"], + "wrench": [512, 512, [128295], "f0ad", "M352 320c88.4 0 160-71.6 160-160c0-15.3-2.2-30.1-6.2-44.2c-3.1-10.8-16.4-13.2-24.3-5.3l-76.8 76.8c-3 3-7.1 4.7-11.3 4.7L336 192c-8.8 0-16-7.2-16-16l0-57.4c0-4.2 1.7-8.3 4.7-11.3l76.8-76.8c7.9-7.9 5.4-21.2-5.3-24.3C382.1 2.2 367.3 0 352 0C263.6 0 192 71.6 192 160c0 19.1 3.4 37.5 9.5 54.5L19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L297.5 310.5c17 6.2 35.4 9.5 54.5 9.5zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"], + "bugs": [576, 512, [], "e4d0", "M164.5 107.4l33.4-73.5c5.5-12.1 .1-26.3-11.9-31.8s-26.3-.1-31.8 11.9L128 71.7 101.9 14.1C96.4 2 82.1-3.3 70.1 2.1S52.7 21.9 58.1 33.9l33.4 73.5c-10.2 7.1-18.2 17-22.9 28.6l-17 0-4.1-20.7c-2.6-13-15.2-21.4-28.2-18.8S-2.1 111.7 .5 124.7l8 40C10.7 175.9 20.6 184 32 184l32 0 0 23.3-37.8 9.5c-9.5 2.4-16.6 10.2-17.9 19.9l-8 56c-1.9 13.1 7.2 25.3 20.4 27.2s25.3-7.2 27.2-20.4l5.7-40 18.4-4.6C82.7 274.6 103.8 288 128 288s45.3-13.4 56.1-33.2l18.4 4.6 5.7 40c1.9 13.1 14 22.2 27.2 20.4s22.2-14 20.4-27.2l-8-56c-1.4-9.7-8.5-17.5-17.9-19.9L192 207.3l0-23.3 32 0c11.4 0 21.3-8.1 23.5-19.3l8-40c2.6-13-5.8-25.6-18.8-28.2s-25.6 5.8-28.2 18.8L204.3 136l-17 0c-4.7-11.6-12.7-21.5-22.9-28.6zM496 286.5l65.6-47c10.8-7.7 13.3-22.7 5.6-33.5s-22.7-13.3-33.5-5.6l-51.4 36.8 6.1-62.9c1.3-13.2-8.4-24.9-21.6-26.2s-24.9 8.4-26.2 21.6L432.8 250c-12.3 1-24.2 5.6-34.1 13.3L384 254.8l6.8-20c4.2-12.6-2.5-26.2-15-30.4s-26.2 2.5-30.4 15l-13.1 38.6c-3.7 10.8 .8 22.8 10.7 28.5l27.7 16L359 322.7 321.5 312c-9.4-2.7-19.5 .6-25.5 8.3l-34.9 44.5c-8.2 10.4-6.4 25.5 4.1 33.7s25.5 6.4 33.7-4.1l25-31.8 18.2 5.2c-.5 22.6 11 44.7 32 56.8s45.9 11 65.2-.7l13.6 13.2-15.1 37.5c-4.9 12.3 1 26.3 13.3 31.2s26.3-1 31.2-13.3L503.5 440c3.6-9.1 1.4-19.4-5.6-26.2l-28-27.1 11.6-20.1 27.7 16c9.9 5.7 22.5 3.7 30-4.9L566.2 347c8.7-10 7.8-25.1-2.2-33.9s-25.1-7.8-33.9 2.2l-13.9 15.9-14.7-8.5c1.7-12.4-.2-25-5.5-36.2z"], + "rupee-sign": [448, 512, [8360, "rupee"], "f156", "M0 64C0 46.3 14.3 32 32 32l80 0c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320 64 320l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 288 0 64zM64 256l48 0c44.2 0 80-35.8 80-80s-35.8-80-80-80L64 96l0 160zm256.5 16.4c-.9 6 0 8.7 .4 9.8c.4 1.1 1.4 2.6 4.2 4.9c7.2 5.7 18.7 10 37.9 16.8l1.3 .5c16 5.6 38.7 13.6 55.7 28.1c9.5 8.1 17.9 18.6 23.1 32.3c5.1 13.7 6.1 28.5 3.8 44c-4.2 28.1-20.5 49.3-43.8 60.9c-22.1 11-48.1 12.5-73.2 8l-.2 0s0 0 0 0c-9.3-1.8-20.5-5.7-29.3-9c-6-2.3-12.6-4.9-17.7-6.9c0 0 0 0 0 0c-2.5-1-4.6-1.8-6.3-2.5c-16.5-6.4-24.6-25-18.2-41.4s24.9-24.6 41.4-18.2c2.6 1 5.2 2 7.9 3.1c0 0 0 0 0 0c4.8 1.9 9.8 3.9 15.4 6c8.8 3.3 15.3 5.4 18.7 6c15.7 2.8 26.7 .8 32.9-2.3c5-2.5 8-6 9.1-13c1-6.9 .2-10.5-.5-12.3c-.6-1.7-1.8-3.6-4.5-5.9c-6.9-5.8-18.2-10.4-36.9-17l-3-1.1c-15.5-5.4-37-13-53.3-25.9c-9.5-7.5-18.3-17.6-23.7-31c-5.5-13.4-6.6-28-4.4-43.2c8.4-57.1 67-78 116.9-68.9c6.9 1.3 27.3 5.8 35.4 8.4c16.9 5.2 26.3 23.2 21.1 40.1s-23.2 26.3-40.1 21.1c-4.7-1.4-22.3-5.5-27.9-6.5c-14.6-2.7-25.8-.4-32.6 3.2c-6.3 3.3-8.9 7.6-9.5 12z"], + "file-image": [384, 512, [128443], "f1c5", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM64 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm152 32c5.3 0 10.2 2.6 13.2 6.9l88 128c3.4 4.9 3.7 11.3 1 16.5s-8.2 8.6-14.2 8.6l-88 0-40 0-48 0-48 0c-5.8 0-11.1-3.1-13.9-8.1s-2.8-11.2 .2-16.1l48-80c2.9-4.8 8.1-7.8 13.7-7.8s10.8 2.9 13.7 7.8l12.8 21.4 48.3-70.2c3-4.3 7.9-6.9 13.2-6.9z"], + "circle-question": [512, 512, [62108, "question-circle"], "f059", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"], + "plane-departure": [640, 512, [128747], "f5b0", "M381 114.9L186.1 41.8c-16.7-6.2-35.2-5.3-51.1 2.7L89.1 67.4C78 73 77.2 88.5 87.6 95.2l146.9 94.5L136 240 77.8 214.1c-8.7-3.9-18.8-3.7-27.3 .6L18.3 230.8c-9.3 4.7-11.8 16.8-5 24.7l73.1 85.3c6.1 7.1 15 11.2 24.3 11.2l137.7 0c5 0 9.9-1.2 14.3-3.4L535.6 212.2c46.5-23.3 82.5-63.3 100.8-112C645.9 75 627.2 48 600.2 48l-57.4 0c-20.2 0-40.2 4.8-58.2 14L381 114.9zM0 480c0 17.7 14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 448c-17.7 0-32 14.3-32 32z"], + "handshake-slash": [640, 512, [], "e060", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.4-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8 512 128l-.7 0-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM96 171.6L40.6 128 0 128 0 352c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-180.4zM413.6 421.9L128 196.9 128 352l28.2 0 91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM544 128l0 224c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-224-96 0zm32 208a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"], + "book-bookmark": [448, 512, [], "e0bb", "M0 96C0 43 43 0 96 0l96 0 0 190.7c0 13.4 15.5 20.9 26 12.5L272 160l54 43.2c10.5 8.4 26 .9 26-12.5L352 0l32 0 32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32z"], + "code-branch": [448, 512, [], "f126", "M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3l0 87.8c18.8-10.9 40.7-17.1 64-17.1l96 0c35.3 0 64-28.7 64-64l0-6.7C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3l0 6.7c0 70.7-57.3 128-128 128l-96 0c-35.3 0-64 28.7-64 64l0 6.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3l0-6.7 0-198.7C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm232 0a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM80 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"], + "hat-cowboy": [640, 512, [], "f8c0", "M320 64c14.4 0 22.3-7 30.8-14.4C360.4 41.1 370.7 32 392 32c49.3 0 84.4 152.2 97.9 221.9C447.8 272.1 390.9 288 320 288s-127.8-15.9-169.9-34.1C163.6 184.2 198.7 32 248 32c21.3 0 31.6 9.1 41.2 17.6C297.7 57 305.6 64 320 64zM111.1 270.7c47.2 24.5 117.5 49.3 209 49.3s161.8-24.8 208.9-49.3c24.8-12.9 49.8-28.3 70.1-47.7c7.9-7.9 20.2-9.2 29.6-3.3c9.5 5.9 13.5 17.9 9.9 28.5c-13.5 37.7-38.4 72.3-66.1 100.6C523.7 398.9 443.6 448 320 448s-203.6-49.1-252.5-99.2C39.8 320.4 14.9 285.8 1.4 248.1c-3.6-10.6 .4-22.6 9.9-28.5c9.5-5.9 21.7-4.5 29.6 3.3c20.4 19.4 45.3 34.8 70.1 47.7z"], + "bridge": [576, 512, [], "e4c8", "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l40 0 0 64L0 160 0 288c53 0 96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96s96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96l0-128-72 0 0-64 40 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32zM456 96l0 64-80 0 0-64 80 0zM328 96l0 64-80 0 0-64 80 0zM200 96l0 64-80 0 0-64 80 0z"], + "phone-flip": [512, 512, [128381, "phone-alt"], "f879", "M347.1 24.6c7.7-18.6 28-28.5 47.4-23.2l88 24C499.9 30.2 512 46 512 64c0 247.4-200.6 448-448 448c-18 0-33.8-12.1-38.6-29.5l-24-88c-5.3-19.4 4.6-39.7 23.2-47.4l96-40c16.3-6.8 35.2-2.1 46.3 11.6L207.3 368c70.4-33.3 127.4-90.3 160.7-160.7L318.7 167c-13.7-11.2-18.4-30-11.6-46.3l40-96z"], + "truck-front": [512, 512, [], "e2b7", "M0 80C0 35.8 35.8 0 80 0L432 0c44.2 0 80 35.8 80 80l0 288c0 26.2-12.6 49.4-32 64l0 48c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32-256 0 0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-48C12.6 417.4 0 394.2 0 368L0 80zm129.9 72.2L112 224l288 0-17.9-71.8C378.5 138 365.7 128 351 128l-190 0c-14.7 0-27.5 10-31 24.2zM128 320a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "cat": [576, 512, [128008], "f6be", "M320 192l17.1 0c22.1 38.3 63.5 64 110.9 64c11 0 21.8-1.4 32-4l0 4 0 32 0 192c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-140.8L280 448l56 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-144 0c-53 0-96-43-96-96l0-223.5c0-16.1-12-29.8-28-31.8l-7.9-1c-17.5-2.2-30-18.2-27.8-35.7s18.2-30 35.7-27.8l7.9 1c48 6 84.1 46.8 84.1 95.3l0 85.3c34.4-51.7 93.2-85.8 160-85.8zm160 26.5s0 0 0 0c-10 3.5-20.8 5.5-32 5.5c-28.4 0-54-12.4-71.6-32c0 0 0 0 0 0c-3.7-4.1-7-8.5-9.9-13.2C357.3 164 352 146.6 352 128c0 0 0 0 0 0l0-96 0-20 0-1.3C352 4.8 356.7 .1 362.6 0l.2 0c3.3 0 6.4 1.6 8.4 4.2c0 0 0 0 0 .1L384 21.3l27.2 36.3L416 64l64 0 4.8-6.4L512 21.3 524.8 4.3c0 0 0 0 0-.1c2-2.6 5.1-4.2 8.4-4.2l.2 0C539.3 .1 544 4.8 544 10.7l0 1.3 0 20 0 96c0 17.3-4.6 33.6-12.6 47.6c-11.3 19.8-29.6 35.2-51.4 42.9zM432 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"], + "anchor-circle-exclamation": [640, 512, [], "e4ab", "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2L320 448l0-80 0-128 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"], + "truck-field": [640, 512, [], "e58d", "M32 96c0-35.3 28.7-64 64-64l224 0c23.7 0 44.4 12.9 55.4 32l51.8 0c25.3 0 48.2 14.9 58.5 38l52.8 118.8c.5 1.1 .9 2.1 1.3 3.2l4.2 0c35.3 0 64 28.7 64 64l0 32c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-32c-17.7 0-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32l0-32zM384 224l85.9 0-42.7-96L384 128l0 96zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"], + "route": [512, 512, [], "f4d7", "M512 96c0 50.2-59.1 125.1-84.6 155c-3.8 4.4-9.4 6.1-14.5 5L320 256c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c53 0 96 43 96 96s-43 96-96 96l-276.4 0c8.7-9.9 19.3-22.6 30-36.8c6.3-8.4 12.8-17.6 19-27.2L416 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0c-53 0-96-43-96-96s43-96 96-96l39.8 0c-21-31.5-39.8-67.7-39.8-96c0-53 43-96 96-96s96 43 96 96zM117.1 489.1c-3.8 4.3-7.2 8.1-10.1 11.3l-1.8 2-.2-.2c-6 4.6-14.6 4-20-1.8C59.8 473 0 402.5 0 352c0-53 43-96 96-96s96 43 96 96c0 30-21.1 67-43.5 97.9c-10.7 14.7-21.7 28-30.8 38.5l-.6 .7zM128 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "clipboard-question": [384, 512, [], "e4e3", "M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM105.8 229.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L216 328.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM160 416a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"], + "panorama": [640, 512, [], "e209", "M45.6 32C20.4 32 0 52.4 0 77.6L0 434.4C0 459.6 20.4 480 45.6 480c5.1 0 10-.8 14.7-2.4C74.6 472.8 177.6 440 320 440s245.4 32.8 259.6 37.6c4.7 1.6 9.7 2.4 14.7 2.4c25.2 0 45.6-20.4 45.6-45.6l0-356.7C640 52.4 619.6 32 594.4 32c-5 0-10 .8-14.7 2.4C565.4 39.2 462.4 72 320 72S74.6 39.2 60.4 34.4C55.6 32.8 50.7 32 45.6 32zM96 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm272 0c7.9 0 15.4 3.9 19.8 10.5L512.3 353c5.4 8 5.6 18.4 .4 26.5s-14.7 12.3-24.2 10.7C442.7 382.4 385.2 376 320 376c-65.6 0-123.4 6.5-169.3 14.4c-9.8 1.7-19.7-2.9-24.7-11.5s-4.3-19.4 1.9-27.2L197.3 265c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l26.4 33.1 87-127.6c4.5-6.6 11.9-10.5 19.8-10.5z"], + "comment-medical": [512, 512, [], "f7f5", "M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM224 160c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"], + "teeth-open": [576, 512, [], "f62f", "M96 32C43 32 0 75 0 128l0 64c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-64c0-53-43-96-96-96L96 32zM224 96c26.5 0 48 21.5 48 48l0 56c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-56c0-26.5 21.5-48 48-48zm80 48c0-26.5 21.5-48 48-48s48 21.5 48 48l0 56c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-56zM96 128c26.5 0 48 21.5 48 48l0 24c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-24c0-26.5 21.5-48 48-48zm336 48c0-26.5 21.5-48 48-48s48 21.5 48 48l0 24c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-24zM96 480l384 0c53 0 96-43 96-96l0-32c0-35.3-28.7-64-64-64L64 288c-35.3 0-64 28.7-64 64l0 32c0 53 43 96 96 96zm0-64c-26.5 0-48-21.5-48-48l0-24c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 24c0 26.5-21.5 48-48 48zm80-48l0-24c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 24c0 26.5-21.5 48-48 48s-48-21.5-48-48zm176 48c-26.5 0-48-21.5-48-48l0-24c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 24c0 26.5-21.5 48-48 48zm80-48l0-24c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 24c0 26.5-21.5 48-48 48s-48-21.5-48-48z"], + "file-circle-minus": [576, 512, [], "e4ed", "M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16l-128 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l128 0c8.8 0 16-7.2 16-16z"], + "tags": [512, 512, [], "f02c", "M345 39.1L472.8 168.4c52.4 53 52.4 138.2 0 191.2L360.8 472.9c-9.3 9.4-24.5 9.5-33.9 .2s-9.5-24.5-.2-33.9L438.6 325.9c33.9-34.3 33.9-89.4 0-123.7L310.9 72.9c-9.3-9.4-9.2-24.6 .2-33.9s24.6-9.2 33.9 .2zM0 229.5L0 80C0 53.5 21.5 32 48 32l149.5 0c17 0 33.3 6.7 45.3 18.7l168 168c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0l-168-168C6.7 262.7 0 246.5 0 229.5zM144 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"], + "wine-glass": [320, 512, [127863], "f4e3", "M32.1 29.3C33.5 12.8 47.4 0 64 0L256 0c16.6 0 30.5 12.8 31.9 29.3l14 168.4c6 72-42.5 135.2-109.9 150.6l0 99.6 48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-80 0-80 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l48 0 0-99.6C60.6 333 12.1 269.8 18.1 197.8l14-168.4zm56 98.7l143.8 0-5.3-64L93.4 64l-5.3 64z"], + "forward-fast": [512, 512, [9197, "fast-forward"], "f050", "M18.4 445c11.2 5.3 24.5 3.6 34.1-4.4L224 297.7 224 416c0 12.4 7.2 23.7 18.4 29s24.5 3.6 34.1-4.4L448 297.7 448 416c0 17.7 14.3 32 32 32s32-14.3 32-32l0-320c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 118.3L276.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S224 83.6 224 96l0 118.3L52.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S0 83.6 0 96L0 416c0 12.4 7.2 23.7 18.4 29z"], + "face-meh-blank": [512, 512, [128566, "meh-blank"], "f5a4", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm208.4-48a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "square-parking": [448, 512, [127359, "parking"], "f540", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM192 256l48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-48 0 0 64zm48 64l-48 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64 0-120c0-22.1 17.9-40 40-40l72 0c53 0 96 43 96 96s-43 96-96 96z"], + "house-signal": [576, 512, [], "e012", "M357.7 8.5c-12.3-11.3-31.2-11.3-43.4 0l-208 192c-9.4 8.6-12.7 22-8.5 34c87.1 25.3 155.6 94.2 180.3 181.6L464 416c26.5 0 48-21.5 48-48l0-112 32 0c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8.1-35.2l-208-192zM288 208c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16l0-64zM24 256c-13.3 0-24 10.7-24 24s10.7 24 24 24c101.6 0 184 82.4 184 184c0 13.3 10.7 24 24 24s24-10.7 24-24c0-128.1-103.9-232-232-232zm8 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM0 376c0 13.3 10.7 24 24 24c48.6 0 88 39.4 88 88c0 13.3 10.7 24 24 24s24-10.7 24-24c0-75.1-60.9-136-136-136c-13.3 0-24 10.7-24 24z"], + "bars-progress": [512, 512, ["tasks-alt"], "f828", "M448 160l-128 0 0-32 128 0 0 32zM48 64C21.5 64 0 85.5 0 112l0 64c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48L48 64zM448 352l0 32-256 0 0-32 256 0zM48 288c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48L48 288z"], + "faucet-drip": [512, 512, [128688], "e006", "M224 0c17.7 0 32 14.3 32 32l0 12 96-12c17.7 0 32 14.3 32 32s-14.3 32-32 32L256 84l-31-3.9-1-.1-1 .1L192 84 96 96C78.3 96 64 81.7 64 64s14.3-32 32-32l96 12 0-12c0-17.7 14.3-32 32-32zM0 224c0-17.7 14.3-32 32-32l96 0 22.6-22.6c6-6 14.1-9.4 22.6-9.4l18.7 0 0-43.8 32-4 32 4 0 43.8 18.7 0c8.5 0 16.6 3.4 22.6 9.4L320 192l32 0c88.4 0 160 71.6 160 160c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s-14.3-32-32-32l-36.1 0c-20.2 29-53.9 48-91.9 48s-71.7-19-91.9-48L32 320c-17.7 0-32-14.3-32-32l0-64zM436.8 423.4c1.9-4.5 6.3-7.4 11.2-7.4s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1l18.2-42.4z"], + "cart-flatbed": [640, 512, ["dolly-flatbed"], "f474", "M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64l16 0c8.8 0 16 7.2 16 16l0 288c0 44.2 35.8 80 80 80l18.7 0c-1.8 5-2.7 10.4-2.7 16c0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16l197.5 0c-1.8 5-2.7 10.4-2.7 16c0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16l66.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-464 0c-8.8 0-16-7.2-16-16l0-288C128 35.8 92.2 0 48 0L32 0zM192 80l0 192c0 26.5 21.5 48 48 48l320 0c26.5 0 48-21.5 48-48l0-192c0-26.5-21.5-48-48-48l-96 0 0 144c0 5.9-3.2 11.3-8.5 14.1s-11.5 2.5-16.4-.8L400 163.2l-39.1 26.1c-4.9 3.3-11.2 3.6-16.4 .8s-8.5-8.2-8.5-14.1l0-144-96 0c-26.5 0-48 21.5-48 48z"], + "ban-smoking": [512, 512, [128685, "smoking-ban"], "f54d", "M99.5 144.8L178.7 224l96 96 92.5 92.5C335.9 434.9 297.5 448 256 448C150 448 64 362 64 256c0-41.5 13.1-79.9 35.5-111.2zM333.3 288l-32-32 82.7 0 0 32-50.7 0zm32 32l34.7 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-130.7 0L144.8 99.5C176.1 77.1 214.5 64 256 64c106 0 192 86 192 192c0 41.5-13.1 79.9-35.5 111.2L365.3 320zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM272 96c-8.8 0-16 7.2-16 16c0 26.5 21.5 48 48 48l32 0c8.8 0 16 7.2 16 16s7.2 16 16 16s16-7.2 16-16c0-26.5-21.5-48-48-48l-32 0c-8.8 0-16-7.2-16-16s-7.2-16-16-16zM229.5 320l-96-96L112 224c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l117.5 0z"], + "terminal": [576, 512, [], "f120", "M9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6zM256 416l288 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-288 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"], + "mobile-button": [384, 512, [], "f10b", "M80 0C44.7 0 16 28.7 16 64l0 384c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L80 0zM192 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "house-medical-flag": [640, 512, [], "e514", "M480 0c17.7 0 32 14.3 32 32l112 0c8.8 0 16 7.2 16 16l0 128c0 8.8-7.2 16-16 16l-112 0 0 320-64 0 0-320 0-160c0-17.7 14.3-32 32-32zM276.8 39.7L416 159l0 353 1 0-.2 0L96 512c-17.7 0-32-14.3-32-32l0-192-32 0c-13.4 0-25.4-8.3-30-20.9s-1-26.7 9.2-35.4l224-192c12-10.3 29.7-10.3 41.7 0zM224 208l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"], + "basket-shopping": [576, 512, ["shopping-basket"], "f291", "M253.3 35.1c6.1-11.8 1.5-26.3-10.2-32.4s-26.3-1.5-32.4 10.2L117.6 192 32 192c-17.7 0-32 14.3-32 32s14.3 32 32 32L83.9 463.5C91 492 116.6 512 146 512L430 512c29.4 0 55-20 62.1-48.5L544 256c17.7 0 32-14.3 32-32s-14.3-32-32-32l-85.6 0L365.3 12.9C359.2 1.2 344.7-3.4 332.9 2.7s-16.3 20.6-10.2 32.4L404.3 192l-232.6 0L253.3 35.1zM192 304l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16s16 7.2 16 16zm96-16c8.8 0 16 7.2 16 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16zm128 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16s16 7.2 16 16z"], + "tape": [576, 512, [], "f4db", "M380.8 416c41.5-40.7 67.2-97.3 67.2-160C448 132.3 347.7 32 224 32S0 132.3 0 256S100.3 480 224 480l320 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-163.2 0zM224 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm64 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"], + "bus-simple": [448, 512, ["bus-alt"], "f55e", "M224 0C348.8 0 448 35.2 448 80l0 16 0 320c0 17.7-14.3 32-32 32l0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32-192 0 0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32c-17.7 0-32-14.3-32-32L0 96 0 80C0 35.2 99.2 0 224 0zM64 128l0 128c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32L96 96c-17.7 0-32 14.3-32 32zM80 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "eye": [576, 512, [128065], "f06e", "M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z"], + "face-sad-cry": [512, 512, [128557, "sad-cry"], "f5b3", "M352 493.4c-29.6 12-62.1 18.6-96 18.6s-66.4-6.6-96-18.6L160 288c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 189.8C51.5 433.5 0 350.8 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 94.8-51.5 177.5-128 221.8L384 288c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 205.4zM195.2 233.6c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zm121.6 0c17.6-23.5 52.8-23.5 70.4 0c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2zM208 336l0 32c0 26.5 21.5 48 48 48s48-21.5 48-48l0-32c0-26.5-21.5-48-48-48s-48 21.5-48 48z"], + "audio-description": [576, 512, [], "f29e", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM213.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7l-9.4-18.9-82.2 0-9.4 18.9c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zm-.4 106.6L192 237.7l-21.1 42.2 42.2 0zM304 184c0-13.3 10.7-24 24-24l56 0c53 0 96 43 96 96s-43 96-96 96l-56 0c-13.3 0-24-10.7-24-24l0-144zm48 24l0 96 32 0c26.5 0 48-21.5 48-48s-21.5-48-48-48l-32 0z"], + "person-military-to-person": [512, 512, [], "e54c", "M71 12.5c-8.6 1-15 8.2-15 16.8c0 9.3 7.5 16.8 16.7 16.9l111.4 0c8.8-.1 15.9-7.2 15.9-16L200 16c0-9.5-8.3-17-17.8-15.9L71 12.5zM189.5 78.1l-122.9 0C64.9 83.8 64 89.8 64 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-6.2-.9-12.2-2.5-17.9zM32 256l0 32c0 17.7 14.3 32 32 32l128 0c1.8 0 3.5-.1 5.2-.4L53 208.6C40.1 220.3 32 237.2 32 256zm190.2 42.5c1.1-3.3 1.8-6.8 1.8-10.5l0-32c0-35.3-28.7-64-64-64l-64 0c-3.7 0-7.4 .3-10.9 .9L222.2 298.5zM384 160a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-35.3 0-64 28.7-64 64l0 32c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-32c0-35.3-28.7-64-64-64l-64 0zM215.8 450.1c5.2-4.6 8.2-11.1 8.2-18.1s-3-13.5-8.2-18.1l-64-56c-7.1-6.2-17.1-7.7-25.7-3.8S112 366.6 112 376l0 32-88 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l88 0 0 32c0 9.4 5.5 18 14.1 21.9s18.6 2.4 25.7-3.8l64-56zM288 431.9c0 6.9 2.9 13.5 8.1 18.1l64 56.4c7.1 6.2 17.1 7.8 25.7 3.9s14.1-12.4 14.1-21.9l0-32.4 88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0 0-32c0-9.4-5.5-18-14.1-21.9s-18.6-2.4-25.7 3.8l-64 56c-5.2 4.5-8.2 11.1-8.2 18z"], + "file-shield": [576, 512, [], "e4f0", "M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 47-92.8 37.1c-21.3 8.5-35.2 29.1-35.2 52c0 56.6 18.9 148 94.2 208.3c-9 4.8-19.3 7.6-30.2 7.6L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm39.1 97.7c5.7-2.3 12.1-2.3 17.8 0l120 48C570 277.4 576 286.2 576 296c0 63.3-25.9 168.8-134.8 214.2c-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3l120-48zM527.4 312L432 273.8l0 187.8c68.2-33 91.5-99 95.4-149.7z"], + "user-slash": [640, 512, [], "f506", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L353.3 251.6C407.9 237 448 187.2 448 128C448 57.3 390.7 0 320 0C250.2 0 193.5 55.8 192 125.2L38.8 5.1zM264.3 304.3C170.5 309.4 96 387.2 96 482.3c0 16.4 13.3 29.7 29.7 29.7l388.6 0c3.9 0 7.6-.7 11-2.1l-261-205.6z"], + "pen": [512, 512, [128394], "f304", "M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z"], + "tower-observation": [512, 512, [], "e586", "M241.7 3.4c9-4.5 19.6-4.5 28.6 0l160 80c15.8 7.9 22.2 27.1 14.3 42.9C439 137.5 427.7 144 416 144l0 80c0 17.7-14.3 32-32 32l-4.9 0 32 192 68.9 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-95.5 0c-.4 0-.8 0-1.1 0l-254.8 0c-.4 0-.8 0-1.1 0L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l68.9 0 32-192-4.9 0c-17.7 0-32-14.3-32-32l0-80c-11.7 0-23-6.5-28.6-17.7c-7.9-15.8-1.5-35 14.3-42.9l160-80zM314.5 448L256 399.2 197.5 448l117 0zM197.8 256l-4.7 28.3L256 336.8l62.9-52.5L314.2 256l-116.5 0zm-13.9 83.2l-11.2 67L218.5 368l-34.6-28.8zM293.5 368l45.8 38.1-11.2-67L293.5 368zM176 128c-8.8 0-16 7.2-16 16s7.2 16 16 16l160 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-160 0z"], + "file-code": [384, 512, [], "f1c9", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM153 289l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L71 337c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM265 255l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"], + "signal": [640, 512, [128246, "signal-5", "signal-perfect"], "f012", "M576 0c17.7 0 32 14.3 32 32l0 448c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-448c0-17.7 14.3-32 32-32zM448 96c17.7 0 32 14.3 32 32l0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-352c0-17.7 14.3-32 32-32zM352 224l0 256c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32s32 14.3 32 32zM192 288c17.7 0 32 14.3 32 32l0 160c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-160c0-17.7 14.3-32 32-32zM96 416l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32z"], + "bus": [576, 512, [128653], "f207", "M288 0C422.4 0 512 35.2 512 80l0 16 0 32c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l0 160c0 17.7-14.3 32-32 32l0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32-192 0 0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32c-17.7 0-32-14.3-32-32l0-160c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32c0 0 0 0 0 0l0-32s0 0 0 0l0-16C64 35.2 153.6 0 288 0zM128 160l0 96c0 17.7 14.3 32 32 32l112 0 0-160-112 0c-17.7 0-32 14.3-32 32zM304 288l112 0c17.7 0 32-14.3 32-32l0-96c0-17.7-14.3-32-32-32l-112 0 0 160zM144 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM384 80c0-8.8-7.2-16-16-16L208 64c-8.8 0-16 7.2-16 16s7.2 16 16 16l160 0c8.8 0 16-7.2 16-16z"], + "heart-circle-xmark": [576, 512, [], "e501", "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"], + "house-chimney": [576, 512, [63499, "home-lg"], "e3af", "M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185l0-121c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32l0 36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 69.7c-.1 .9-.1 1.8-.1 2.8l0 112c0 22.1 17.9 40 40 40l16 0c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2l31.9 0 24 0c22.1 0 40-17.9 40-40l0-24 0-64c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 64 0 24c0 22.1 17.9 40 40 40l24 0 32.5 0c1.4 0 2.8 0 4.2-.1c1.1 .1 2.2 .1 3.3 .1l16 0c22.1 0 40-17.9 40-40l0-16.2c.3-2.6 .5-5.3 .5-8.1l-.7-160.2 32 0z"], + "window-maximize": [512, 512, [128470], "f2d0", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM96 96l320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L96 160c-17.7 0-32-14.3-32-32s14.3-32 32-32z"], + "face-frown": [512, 512, [9785, "frown"], "f119", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.3 388.7c-2.6 8.4-11.6 13.2-20 10.5s-13.2-11.6-10.5-20C145.2 326.1 196.3 288 256 288s110.8 38.1 127.3 91.3c2.6 8.4-2.1 17.4-10.5 20s-17.4-2.1-20-10.5C340.5 349.4 302.1 320 256 320s-84.5 29.4-96.7 68.7zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "prescription": [448, 512, [], "f5b1", "M32 0C14.3 0 0 14.3 0 32L0 192l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 50.7 0 128 128L137.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 397.3 393.4 502.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L333.3 352 438.6 246.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 306.7l-85.8-85.8C251.4 209.1 288 164.8 288 112C288 50.1 237.9 0 176 0L32 0zM176 160L64 160l0-96 112 0c26.5 0 48 21.5 48 48s-21.5 48-48 48z"], + "shop": [640, 512, ["store-alt"], "f54f", "M36.8 192l566.3 0c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0L121.7 0c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM64 224l0 160 0 80c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-80 0-160-64 0 0 160-192 0 0-160-64 0zm448 0l0 256c0 17.7 14.3 32 32 32s32-14.3 32-32l0-256-64 0z"], + "floppy-disk": [448, 512, [128190, 128426, "save"], "f0c7", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-242.7c0-17-6.7-33.3-18.7-45.3L352 50.7C340 38.7 323.7 32 306.7 32L64 32zm0 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L96 224c-17.7 0-32-14.3-32-32l0-64zM224 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"], + "vihara": [640, 512, [], "f6a7", "M281 22L305.8 4.7c1.3-.9 2.7-1.8 4.1-2.4C313.1 .7 316.6 0 320 0s6.9 .7 10.1 2.2c1.4 .7 2.8 1.5 4.1 2.4L359 22C393 45.8 430.8 63.5 470.8 74.4l23 6.3c1.8 .5 3.6 1.1 5.2 2c3.2 1.7 5.9 4 8.1 6.8c3.8 4.9 5.6 11.3 4.7 17.8c-.4 2.8-1.2 5.4-2.5 7.8c-1.7 3.2-4 5.9-6.8 8.1c-4.3 3.2-9.6 5.1-15.1 4.9l-7.5 0 0 56.1 6.4 5.1 5.2 4.1c21.1 16.7 45 29.6 70.5 38.1l28.9 9.6c1.6 .5 3.2 1.2 4.6 2c3.1 1.7 5.8 4.1 7.8 6.9s3.5 6.1 4.1 9.6c.5 2.7 .6 5.5 .1 8.3s-1.4 5.4-2.7 7.8c-1.7 3.1-4.1 5.8-6.9 7.8s-6.1 3.5-9.6 4.1c-1.6 .3-3.3 .4-5 .4L544 288l0 65.9c20.5 22.8 47.4 39.2 77.4 46.7C632 403 640 412.6 640 424c0 13.3-10.7 24-24 24l-40 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-160 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-160 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-40 0c-13.3 0-24-10.7-24-24c0-11.4 8-21 18.6-23.4c30-7.6 56.9-23.9 77.4-46.7L96 288l-39.4 0c-1.7 0-3.4-.1-5-.4c-3.5-.7-6.8-2.1-9.6-4.1s-5.2-4.7-7-7.8c-1.3-2.4-2.3-5-2.7-7.8s-.4-5.6 .1-8.3c.7-3.5 2.1-6.8 4.1-9.6s4.7-5.2 7.8-6.9c1.4-.8 3-1.5 4.6-2l28.9-9.6c25.5-8.5 49.4-21.4 70.5-38.1l5.2-4.1 6.4-5.1 0-8.1 0-48-7.5 0c-5.5 .1-10.8-1.7-15.1-4.9c-2.8-2.1-5.1-4.8-6.8-8.1c-1.2-2.4-2.1-5-2.5-7.8c-.9-6.5 .9-12.8 4.7-17.8c2.1-2.8 4.8-5.1 8.1-6.8c1.6-.8 3.4-1.5 5.2-2l23-6.3C209.2 63.5 247 45.8 281 22zM416 128l-96 0-96 0 0 64 72 0 48 0 72 0 0-64zM160 288l0 64 136 0 24 0 24 0 136 0 0-64-136 0-24 0s0 0 0 0l-24 0-136 0z"], + "scale-unbalanced": [640, 512, ["balance-scale-left"], "f515", "M522.1 62.4c16.8-5.6 25.8-23.7 20.2-40.5S518.6-3.9 501.9 1.6l-113 37.7C375 15.8 349.3 0 320 0c-44.2 0-80 35.8-80 80c0 3 .2 5.9 .5 8.8L117.9 129.6c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l135.5-45.2c4.5 3.2 9.3 5.9 14.4 8.2L288 480c0 17.7 14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0 0-294.7c21-9.2 37.2-27 44.2-49l125.9-42zM439.6 288L512 163.8 584.4 288l-144.9 0zM512 384c62.9 0 115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1L536.1 109.8c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L392.7 273.1c-5.7 9.8-9.3 21.1-6.7 32.1C396.8 350 449.1 384 512 384zM129.2 291.8L201.6 416 56.7 416l72.4-124.2zM3.2 433.1C14 478 66.3 512 129.2 512s115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1L153.2 237.8c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L9.9 401.1c-5.7 9.8-9.3 21.1-6.7 32.1z"], + "sort-up": [320, 512, ["sort-asc"], "f0de", "M182.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"], + "comment-dots": [512, 512, [128172, 62075, "commenting"], "f4ad", "M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM128 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"], + "plant-wilt": [512, 512, [], "e5aa", "M288 120c0-30.9 25.1-56 56-56s56 25.1 56 56l0 13c-29.3 10-48 34.5-48 70.1c0 27.9 25.3 74.8 66 111.6c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1l0-13C464 53.7 410.3 0 344 0S224 53.7 224 120l0 21.8C207.3 133 188.2 128 168 128c-66.3 0-120 53.7-120 120l0 13c-29.3 10-48 34.5-48 70.1C0 359 25.3 405.9 66 442.7c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1l0-13c0-30.9 25.1-56 56-56s56 25.1 56 56l0 32 0 200c0 17.7 14.3 32 32 32s32-14.3 32-32l0-200 0-32 0-128z"], + "diamond": [512, 512, [9830], "f219", "M284.3 11.7c-15.6-15.6-40.9-15.6-56.6 0l-216 216c-15.6 15.6-15.6 40.9 0 56.6l216 216c15.6 15.6 40.9 15.6 56.6 0l216-216c15.6-15.6 15.6-40.9 0-56.6l-216-216z"], + "face-grin-squint": [512, 512, [128518, "grin-squint"], "f585", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM133.5 146.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"], + "hand-holding-dollar": [576, 512, ["hand-holding-usd"], "f4c0", "M312 24l0 10.5c6.4 1.2 12.6 2.7 18.2 4.2c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17c-10.9-2.9-21.1-4.9-30.2-5c-7.3-.1-14.7 1.7-19.4 4.4c-2.1 1.3-3.1 2.4-3.5 3c-.3 .5-.7 1.2-.7 2.8c0 .3 0 .5 0 .6c.2 .2 .9 1.2 3.3 2.6c5.8 3.5 14.4 6.2 27.4 10.1l.9 .3s0 0 0 0c11.1 3.3 25.9 7.8 37.9 15.3c13.7 8.6 26.1 22.9 26.4 44.9c.3 22.5-11.4 38.9-26.7 48.5c-6.7 4.1-13.9 7-21.3 8.8l0 10.6c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-11.4c-9.5-2.3-18.2-5.3-25.6-7.8c-2.1-.7-4.1-1.4-6-2c-12.6-4.2-19.4-17.8-15.2-30.4s17.8-19.4 30.4-15.2c2.6 .9 5 1.7 7.3 2.5c13.6 4.6 23.4 7.9 33.9 8.3c8 .3 15.1-1.6 19.2-4.1c1.9-1.2 2.8-2.2 3.2-2.9c.4-.6 .9-1.8 .8-4.1l0-.2c0-1 0-2.1-4-4.6c-5.7-3.6-14.3-6.4-27.1-10.3l-1.9-.6c-10.8-3.2-25-7.5-36.4-14.4c-13.5-8.1-26.5-22-26.6-44.1c-.1-22.9 12.9-38.6 27.7-47.4c6.4-3.8 13.3-6.4 20.2-8.2L264 24c0-13.3 10.7-24 24-24s24 10.7 24 24zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 512 32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z"], + "bacterium": [512, 512, [], "e05a", "M423.1 30.6c3.6-12.7-3.7-26-16.5-29.7s-26 3.7-29.7 16.5l-4.2 14.7c-9.8-.4-19.9 .5-29.9 2.8c-12.1 2.8-23.7 5.9-34.9 9.4l-5.9-13.7c-5.2-12.2-19.3-17.8-31.5-12.6s-17.8 19.3-12.6 31.5l4.9 11.3c-22 9.4-42 20.1-60.2 31.8L196 82.7c-7.4-11-22.3-14-33.3-6.7s-14 22.3-6.7 33.3l7.8 11.6c-18 15-33.7 30.8-47.3 47.1L103 157.3c-10.4-8.3-25.5-6.6-33.7 3.7s-6.6 25.5 3.7 33.7l15 12c-2.1 3.2-4.1 6.5-6 9.7c-9.4 15.7-17 31-23.2 45.3l-9.9-3.9c-12.3-4.9-26.3 1.1-31.2 13.4s1.1 26.3 13.4 31.2l11.6 4.6c-.3 1.1-.6 2.1-.9 3.1c-3.5 12.5-5.7 23.2-7.1 31.3c-.7 4.1-1.2 7.5-1.6 10.3c-.2 1.4-.3 2.6-.4 3.6l-.1 1.4-.1 .6 0 .3 0 .1c0 0 0 .1 39.2 3.7c0 0 0 0 0 0l-39.2-3.6c-.5 5-.6 10-.4 14.9l-14.7 4.2C4.7 380.6-2.7 393.8 .9 406.6s16.9 20.1 29.7 16.5l13.8-3.9c10.6 20.7 27.6 37.8 48.5 48.5l-3.9 13.7c-3.6 12.7 3.7 26 16.5 29.7s26-3.7 29.7-16.5l4.2-14.7c23.8 1 46.3-5.5 65.1-17.6L215 473c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c9.1-14.1 15.1-30.5 17-48.3l.1-.8c.3-1.7 1-5.1 2.3-9.8l.2-.8 12.6 5.4c12.2 5.2 26.3-.4 31.5-12.6s-.4-26.3-12.6-31.5l-11.3-4.8c9.9-14.9 24.9-31.6 48.6-46l2.1 7.5c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7L371 259.2c6.9-2.2 14.3-4.3 22.2-6.1c12.9-3 24.7-8 35.2-14.8L439 249c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c12.2-19 18.6-41.6 17.6-65.1l14.7-4.2c12.7-3.6 20.1-16.9 16.5-29.7s-16.9-20.1-29.7-16.5l-13.7 3.9c-10.8-21.2-28-38-48.5-48.5l3.9-13.8zM92.1 363.3s0 0 0 0L144 368l-51.9-4.7zM112 320a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM240 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"], + "hand-pointer": [448, 512, [], "f25a", "M128 40c0-22.1 17.9-40 40-40s40 17.9 40 40l0 148.2c8.5-7.6 19.7-12.2 32-12.2c20.6 0 38.2 13 45 31.2c8.8-9.3 21.2-15.2 35-15.2c25.3 0 46 19.5 47.9 44.3c8.5-7.7 19.8-12.3 32.1-12.3c26.5 0 48 21.5 48 48l0 48 0 16 0 48c0 70.7-57.3 128-128 128l-16 0-64 0-.1 0-5.2 0c-5 0-9.9-.3-14.7-1c-55.3-5.6-106.2-34-140-79L8 336c-13.3-17.7-9.7-42.7 8-56s42.7-9.7 56 8l56 74.7L128 40zM240 304c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96zm48-16c-8.8 0-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96c0-8.8-7.2-16-16-16zm80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96z"], + "drum-steelpan": [576, 512, [], "f56a", "M288 32c159.1 0 288 48 288 128l0 192c0 80-128.9 128-288 128S0 432 0 352L0 160C0 80 128.9 32 288 32zM528 160c0-9.9-8-29.9-55-49.8c-18.6-7.9-40.9-14.4-66-19.4l-27.8 43.6c-7.3 11.5-11.2 24.8-11.2 38.4c0 17.5 6.4 34.4 18.1 47.5l9.8 11c29.8-5.2 55.9-12.5 77.2-21.5c47.1-19.9 55-39.9 55-49.8zM349.2 237.3c-8-26.2-32.4-45.3-61.2-45.3s-53.3 19.1-61.2 45.3c19.4 1.7 39.9 2.7 61.2 2.7s41.8-.9 61.2-2.7zM169 90.8c-25.2 5-47.4 11.6-66 19.4C56 130.1 48 150.1 48 160s8 29.9 55 49.8c21.3 9 47.4 16.3 77.2 21.5l9.8-11c11.6-13.1 18.1-30 18.1-47.5c0-13.6-3.9-26.9-11.2-38.4L169 90.8zm56.3-8C224.5 87 224 91.5 224 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-4.5-.5-9-1.4-13.2C330.8 81 309.8 80 288 80s-42.8 1-62.6 2.8z"], + "hand-scissors": [512, 512, [], "f257", "M40 208c-22.1 0-40 17.9-40 40s17.9 40 40 40l180.2 0c-7.6 8.5-12.2 19.7-12.2 32c0 25.3 19.5 46 44.3 47.9c-7.7 8.5-12.3 19.8-12.3 32.1c0 26.5 21.5 48 48 48l32 0 64 0c70.7 0 128-57.3 128-128l0-113.1c0-40.2-16-78.8-44.4-107.3C444.8 76.8 413.9 64 381.7 64L336 64c-21.3 0-39.3 13.9-45.6 33.1l74.5 23.7c8.4 2.7 13.1 11.7 10.4 20.1s-11.7 13.1-20.1 10.4L288 129.9c0 0 0 .1 0 .1L84 65.8C62.9 59.2 40.5 70.9 33.8 92s5.1 43.5 26.2 50.2L269.5 208 40 208z"], + "hands-praying": [640, 512, ["praying-hands"], "f684", "M351.2 4.8c3.2-2 6.6-3.3 10-4.1c4.7-1 9.6-.9 14.1 .1c7.7 1.8 14.8 6.5 19.4 13.6L514.6 194.2c8.8 13.1 13.4 28.6 13.4 44.4l0 73.5c0 6.9 4.4 13 10.9 15.2l79.2 26.4C631.2 358 640 370.2 640 384l0 96c0 9.9-4.6 19.3-12.5 25.4s-18.1 8.1-27.7 5.5L431 465.9c-56-14.9-95-65.7-95-123.7L336 224c0-17.7 14.3-32 32-32s32 14.3 32 32l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-84.9c0-7-1.8-13.8-5.3-19.8L340.3 48.1c-1.7-3-2.9-6.1-3.6-9.3c-1-4.7-1-9.6 .1-14.1c1.9-8 6.8-15.2 14.3-19.9zm-62.4 0c7.5 4.6 12.4 11.9 14.3 19.9c1.1 4.6 1.2 9.4 .1 14.1c-.7 3.2-1.9 6.3-3.6 9.3L213.3 199.3c-3.5 6-5.3 12.9-5.3 19.8l0 84.9c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-17.7 14.3-32 32-32s32 14.3 32 32l0 118.2c0 58-39 108.7-95 123.7l-168.7 45c-9.6 2.6-19.9 .5-27.7-5.5S0 490 0 480l0-96c0-13.8 8.8-26 21.9-30.4l79.2-26.4c6.5-2.2 10.9-8.3 10.9-15.2l0-73.5c0-15.8 4.7-31.2 13.4-44.4L245.2 14.5c4.6-7.1 11.7-11.8 19.4-13.6c4.6-1.1 9.4-1.2 14.1-.1c3.5 .8 6.9 2.1 10 4.1z"], + "arrow-rotate-right": [512, 512, [8635, "arrow-right-rotate", "arrow-rotate-forward", "redo"], "f01e", "M386.3 160L336 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0s-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3s163.8-62.5 226.3 0L386.3 160z"], + "web-awesome": [640, 512, [], "e682", "M372.2 52c0 20.9-12.4 39-30.2 47.2L448 192l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1c0-26.5 21.5-48 48-48s48 21.5 48 48c0 26-20.6 47.1-46.4 48L481 442.3c-10.3 23-33.2 37.7-58.4 37.7l-205.2 0c-25.2 0-48-14.8-58.4-37.7L46.4 192C20.6 191.1 0 170 0 144c0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.1-3.1 19.4-8.4 27.1L192 192 298.1 99.1c-17.7-8.3-30-26.3-30-47.1c0-28.7 23.3-52 52-52s52 23.3 52 52z"], + "biohazard": [576, 512, [9763], "f780", "M173.2 0c-1.8 0-3.5 .7-4.8 2C138.5 32.3 120 74 120 120c0 26.2 6 50.9 16.6 73c-22 2.4-43.8 9.1-64.2 20.5C37.9 232.8 13.3 262.4 .4 296c-.7 1.7-.5 3.7 .5 5.2c2.2 3.7 7.4 4.3 10.6 1.3C64.2 254.3 158 245.1 205 324s-8.1 153.1-77.6 173.2c-4.2 1.2-6.3 5.9-4.1 9.6c1 1.6 2.6 2.7 4.5 3c36.5 5.9 75.2 .1 109.7-19.2c20.4-11.4 37.4-26.5 50.5-43.8c13.1 17.3 30.1 32.4 50.5 43.8c34.5 19.3 73.3 25.2 109.7 19.2c1.9-.3 3.5-1.4 4.5-3c2.2-3.7 .1-8.4-4.1-9.6C379.1 477.1 324 403 371 324s140.7-69.8 193.5-21.4c3.2 2.9 8.4 2.3 10.6-1.3c1-1.6 1.1-3.5 .5-5.2c-12.9-33.6-37.5-63.2-72.1-82.5c-20.4-11.4-42.2-18.1-64.2-20.5C450 170.9 456 146.2 456 120c0-46-18.5-87.7-48.4-118c-1.3-1.3-3-2-4.8-2c-5 0-8.4 5.2-6.7 9.9C421.7 80.5 385.6 176 288 176S154.3 80.5 179.9 9.9c1.7-4.7-1.6-9.9-6.7-9.9zM240 272a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM181.7 417.6c6.3-11.8 9.8-25.1 8.6-39.8c-19.5-18-34-41.4-41.2-67.8c-12.5-8.1-26.2-11.8-40-12.4c-9-.4-18.1 .6-27.1 2.7c7.8 57.1 38.7 106.8 82.9 139.4c6.8-6.7 12.6-14.1 16.8-22.1zM288 64c-28.8 0-56.3 5.9-81.2 16.5c2 8.3 5 16.2 9 23.5c6.8 12.4 16.7 23.1 30.1 30.3c13.3-4.1 27.5-6.3 42.2-6.3s28.8 2.2 42.2 6.3c13.4-7.2 23.3-17.9 30.1-30.3c4-7.3 7-15.2 9-23.5C344.3 69.9 316.8 64 288 64zM426.9 310c-7.2 26.4-21.7 49.7-41.2 67.8c-1.2 14.7 2.2 28.1 8.6 39.8c4.3 8 10 15.4 16.8 22.1c44.3-32.6 75.2-82.3 82.9-139.4c-9-2.2-18.1-3.1-27.1-2.7c-13.8 .6-27.5 4.4-40 12.4z"], + "location-crosshairs": [512, 512, ["location"], "f601", "M256 0c17.7 0 32 14.3 32 32l0 34.7C368.4 80.1 431.9 143.6 445.3 224l34.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-34.7 0C431.9 368.4 368.4 431.9 288 445.3l0 34.7c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-34.7C143.6 431.9 80.1 368.4 66.7 288L32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l34.7 0C80.1 143.6 143.6 80.1 224 66.7L224 32c0-17.7 14.3-32 32-32zM128 256a128 128 0 1 0 256 0 128 128 0 1 0 -256 0zm128-80a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"], + "mars-double": [640, 512, [9891], "f227", "M312 32c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L275.8 159c-28.4-19.5-62.7-31-99.8-31C78.8 128 0 206.8 0 304s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L407 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-112c0-13.3-10.7-24-24-24L312 32zm88 48s0 0 0 0s0 0 0 0s0 0 0 0zM64 304a112 112 0 1 1 224 0A112 112 0 1 1 64 304zM368 480c97.2 0 176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L599 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-112c0-13.3-10.7-24-24-24L504 32c-9.7 0-18.5 5.8-22.2 14.8c-1.2 2.9-1.8 6-1.8 9l0 .2 0 .2c0 6.2 2.5 12.2 7 16.8l33.4 33.4L480 146.7l0 21.3c0 22.6-13.6 43.1-34.6 51.7c-.8 .3-1.7 .7-2.5 1C465.7 241.2 480 270.9 480 304c0 61.9-50.1 112-112 112c-5.4 0-10.8-.4-16-1.1c-12.9 20.4-29.1 38.3-48.1 53.1c19.8 7.8 41.4 12 64 12z"], + "child-dress": [320, 512, [], "e59c", "M224 64A64 64 0 1 0 96 64a64 64 0 1 0 128 0zM88 400l0 80c0 17.7 14.3 32 32 32s32-14.3 32-32l0-80 16 0 0 80c0 17.7 14.3 32 32 32s32-14.3 32-32l0-80 17.8 0c10.9 0 18.6-10.7 15.2-21.1l-31.1-93.4 28.6 37.8c10.7 14.1 30.8 16.8 44.8 6.2s16.8-30.7 6.2-44.8L254.6 207c-22.4-29.6-57.5-47-94.6-47s-72.2 17.4-94.6 47L6.5 284.7c-10.7 14.1-7.9 34.2 6.2 44.8s34.2 7.9 44.8-6.2l28.7-37.8L55 378.9C51.6 389.3 59.3 400 70.2 400L88 400z"], + "users-between-lines": [640, 512, [], "e591", "M0 24C0 10.7 10.7 0 24 0L616 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 48C10.7 48 0 37.3 0 24zM0 488c0-13.3 10.7-24 24-24l592 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24zM83.2 160a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM32 320c0-35.3 28.7-64 64-64l96 0c12.2 0 23.7 3.4 33.4 9.4c-37.2 15.1-65.6 47.2-75.8 86.6L64 352c-17.7 0-32-14.3-32-32zm461.6 32c-10.3-40.1-39.6-72.6-77.7-87.4c9.4-5.5 20.4-8.6 32.1-8.6l96 0c35.3 0 64 28.7 64 64c0 17.7-14.3 32-32 32l-82.4 0zM391.2 290.4c32.1 7.4 58.1 30.9 68.9 61.6c3.5 10 5.5 20.8 5.5 32c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32c0-11.2 1.9-22 5.5-32c10.5-29.7 35.3-52.8 66.1-60.9c7.8-2.1 16-3.1 24.5-3.1l96 0c7.4 0 14.7 .8 21.6 2.4zm44-130.4a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM321.6 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"], + "lungs-virus": [640, 512, [], "e067", "M320 0c17.7 0 32 14.3 32 32l0 124.2c-8.5-7.6-19.7-12.2-32-12.2s-23.5 4.6-32 12.2L288 32c0-17.7 14.3-32 32-32zM444.5 195.5c-16.4-16.4-41.8-18.5-60.5-6.1l0-24.1C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4l0 7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2c-20.9-5.2-38.7-17.1-51.5-32.9c14 1.5 28.5-3 39.2-13.8l-22.6-22.6 22.6 22.6c18.7-18.7 18.7-49.1 0-67.9c-1.1-1.1-1.4-2-1.5-2.5c-.1-.8-.1-1.8 .4-2.9s1.2-1.9 1.8-2.3c.5-.3 1.3-.8 2.9-.8c26.5 0 48-21.5 48-48s-21.5-48-48-48c-1.6 0-2.4-.4-2.9-.8c-.6-.4-1.3-1.2-1.8-2.3s-.5-2.2-.4-2.9c.1-.6 .4-1.4 1.5-2.5c18.7-18.7 18.7-49.1 0-67.9zM421.8 421.8c-6.2 6.2-16.4 6.2-22.6 0C375.9 398.5 336 415 336 448c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C241.5 375.9 225 336 192 336c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C264.1 241.5 304 225 304 192c0-8.8 7.2-16 16-16s16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C398.5 264.1 415 304 448 304c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6zM183.3 491.2l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89l0-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3l0 24.1c-18.6-12.4-44-10.3-60.5 6.1c-18.7 18.7-18.7 49.1 0 67.9c1.1 1.1 1.4 2 1.5 2.5c.1 .8 .1 1.8-.4 2.9s-1.2 1.9-1.8 2.3c-.5 .3-1.3 .8-2.9 .8c-26.5 0-48 21.5-48 48s21.5 48 48 48c1.6 0 2.4 .4 2.9 .8c.6 .4 1.3 1.2 1.8 2.3s.5 2.2 .4 2.9c-.1 .6-.4 1.4-1.5 2.5c-18.7 18.7-18.7 49.1 0 67.9c10.7 10.7 25.3 15.3 39.2 13.8c-12.8 15.9-30.6 27.7-51.5 32.9zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"], + "face-grin-tears": [640, 512, [128514, "grin-tears"], "f588", "M548.6 371.4C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c3.6-8.8 6.5-18.4 8.8-27.5c4.6-18.2 7.7-37 9.3-48.2c3.9-26.5-18.8-49.2-45.2-45.4c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-26.5-3.9-49.2 18.8-45.2 45.4c1.6 11.3 4.6 30 9.3 48.2c2.3 9.1 5.2 18.8 8.8 27.5c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3zM107 254.1c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9zm454.5 87.1c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zm-90.1-9.7c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM281.6 228.8s0 0 0 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C190.7 188.4 184 206.1 184 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0zm160 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C350.7 188.4 344 206.1 344 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0c0 0 0 0 0 0z"], + "phone": [512, 512, [128222, 128379], "f095", "M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z"], + "calendar-xmark": [448, 512, ["calendar-times"], "f273", "M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zM305 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47z"], + "child-reaching": [384, 512, [], "e59d", "M256 64A64 64 0 1 0 128 64a64 64 0 1 0 128 0zM152.9 169.3c-23.7-8.4-44.5-24.3-58.8-45.8L74.6 94.2C64.8 79.5 45 75.6 30.2 85.4s-18.7 29.7-8.9 44.4L40.9 159c18.1 27.1 42.8 48.4 71.1 62.4L112 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 32 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-258.4c29.1-14.2 54.4-36.2 72.7-64.2l18.2-27.9c9.6-14.8 5.4-34.6-9.4-44.3s-34.6-5.5-44.3 9.4L291 122.4c-21.8 33.4-58.9 53.6-98.8 53.6c-12.6 0-24.9-2-36.6-5.8c-.9-.3-1.8-.7-2.7-.9z"], + "head-side-virus": [512, 512, [], "e064", "M0 224.2C0 100.6 100.2 0 224 0l24 0c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8L448 320l0 64c0 35.3-28.7 64-64 64l-64 0 0 32c0 17.7-14.3 32-32 32L96 512c-17.7 0-32-14.3-32-32l0-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM224 64c-8.8 0-16 7.2-16 16c0 33-39.9 49.5-63.2 26.2c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6C145.5 152.1 129 192 96 192c-8.8 0-16 7.2-16 16s7.2 16 16 16c33 0 49.5 39.9 26.2 63.2c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0C168.1 286.5 208 303 208 336c0 8.8 7.2 16 16 16s16-7.2 16-16c0-33 39.9-49.5 63.2-26.2c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6C302.5 263.9 319 224 352 224c8.8 0 16-7.2 16-16s-7.2-16-16-16c-33 0-49.5-39.9-26.2-63.2c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0C279.9 129.5 240 113 240 80c0-8.8-7.2-16-16-16zm-24 96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40 80a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"], + "user-gear": [640, 512, ["user-cog"], "f4fe", "M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304l91.4 0c11.8 0 23.4 1.2 34.5 3.3c-2.1 18.5 7.4 35.6 21.8 44.8c-16.6 10.6-26.7 31.6-20 53.3c4 12.9 9.4 25.5 16.4 37.6s15.2 23.1 24.4 33c15.7 16.9 39.6 18.4 57.2 8.7l0 .9c0 9.2 2.7 18.5 7.9 26.3L29.7 512C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM436 218.2c0-7 4.5-13.3 11.3-14.8c10.5-2.4 21.5-3.7 32.7-3.7s22.2 1.3 32.7 3.7c6.8 1.5 11.3 7.8 11.3 14.8l0 30.6c7.9 3.4 15.4 7.7 22.3 12.8l24.9-14.3c6.1-3.5 13.7-2.7 18.5 2.4c7.6 8.1 14.3 17.2 20.1 27.2s10.3 20.4 13.5 31c2.1 6.7-1.1 13.7-7.2 17.2l-25 14.4c.4 4 .7 8.1 .7 12.3s-.2 8.2-.7 12.3l25 14.4c6.1 3.5 9.2 10.5 7.2 17.2c-3.3 10.6-7.8 21-13.5 31s-12.5 19.1-20.1 27.2c-4.8 5.1-12.5 5.9-18.5 2.4l-24.9-14.3c-6.9 5.1-14.3 9.4-22.3 12.8l0 30.6c0 7-4.5 13.3-11.3 14.8c-10.5 2.4-21.5 3.7-32.7 3.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8l0-30.5c-8-3.4-15.6-7.7-22.5-12.9l-24.7 14.3c-6.1 3.5-13.7 2.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7 1.1-13.7 7.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3 .7-12.4L343.8 325c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6 7.7-21 13.5-31s12.5-19.1 20.1-27.2c4.8-5.1 12.4-5.9 18.5-2.4l24.8 14.3c6.9-5.1 14.5-9.4 22.5-12.9l0-30.5zm92.1 133.5a48.1 48.1 0 1 0 -96.1 0 48.1 48.1 0 1 0 96.1 0z"], + "arrow-up-1-9": [576, 512, ["sort-numeric-up"], "f163", "M450.7 38c8.3 6 13.3 15.7 13.3 26l0 96 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-48 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-51.6-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zM160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3 192 448c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-301.7L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM445.7 364.9A32 32 0 1 0 418.3 307a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 408.4 344 375.2 344 336c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 467c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z"], + "door-closed": [576, 512, [128682], "f52a", "M96 64c0-35.3 28.7-64 64-64L416 0c35.3 0 64 28.7 64 64l0 384 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-112 0-288 0L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0L96 64zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "shield-virus": [512, 512, [], "e06c", "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM256 112c8.8 0 16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C334.5 200.1 351 240 384 240c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C311.9 334.5 272 351 272 384c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C177.5 311.9 161 272 128 272c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C200.1 177.5 240 161 240 128c0-8.8 7.2-16 16-16zM232 256a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"], + "dice-six": [448, 512, [9861], "f526", "M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm160 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "mosquito-net": [640, 512, [], "e52c", "M168.8 462.3c-7.9-4-11.1-13.6-7.2-21.5L192 380.2l0-44.2c0-4.2 1.7-8.3 4.7-11.3L256 265.4l0-23.1L139.2 344C87.8 395.3 0 358.9 0 286.3c0-41.1 30.6-75.8 71.4-80.9l159.9-23.9-49.6-41.3c-5.1-4.2-7-11.1-4.9-17.4l13.9-41.7-29-58.1c-4-7.9-.7-17.5 7.2-21.5s17.5-.7 21.5 7.2l32 64c1.9 3.8 2.2 8.2 .9 12.2l-12.5 37.6L256 160.5l0-22.6c0-14.9 10.1-27.3 23.8-31l0-43.3c0-4.5 3.7-8.2 8.2-8.2s8.2 3.7 8.2 8.2l0 43.3c13.7 3.6 23.8 16.1 23.8 31l0 22.6 45.4-37.8L352.8 85.1c-1.3-4-1-8.4 .9-12.2l32-64c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-29 58.1 13.9 41.7c2.1 6.2 .1 13.1-4.9 17.4l-49.6 41.3 159.9 23.9c22.5 2.8 41.8 14.6 54.7 31.4c-2.7 2.6-5.2 5.4-7.3 8.6c-8.6-12.9-23.3-21.5-40-21.5s-31.4 8.5-40 21.5c-8.6-12.9-23.3-21.5-40-21.5c-21.7 0-40 14.3-45.9 34.1c-10.7 3.2-19.8 10.1-25.9 19.2l-40.2-35 0 23.1 32.4 32.4c-.3 2-.4 4.1-.4 6.2c0 16.7 8.5 31.4 21.5 40c-4 2.6-7.5 5.9-10.6 9.5L320 310.6l0 50c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-50-32 32 0 41.4c0 2.5-.6 4.9-1.7 7.2l-32 64c-4 7.9-13.6 11.1-21.5 7.2zM512 256c8.8 0 16 7.2 16 16l0 16 48 0 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 16 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0 0 48 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0 0 48 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-16-48 0 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-16-48 0 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-16-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 0-48-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 0-48-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 16 48 0 0-16c0-8.8 7.2-16 16-16zm16 112l48 0 0-48-48 0 0 48zm0 80l48 0 0-48-48 0 0 48zM448 320l0 48 48 0 0-48-48 0zm0 80l0 48 48 0 0-48-48 0z"], + "bridge-water": [576, 512, [], "e4ce", "M0 96C0 78.3 14.3 64 32 64l512 0c17.7 0 32 14.3 32 32l0 35.6c0 15.7-12.7 28.4-28.4 28.4c-37.3 0-67.6 30.2-67.6 67.6l0 124.9c-12.9 0-25.8 3.9-36.8 11.7c-18 12.4-40.1 20.3-59.2 20.3c0 0 0 0 0 0l0-.5 0-128c0-53-43-96-96-96s-96 43-96 96l0 128 0 .5c-19 0-41.2-7.9-59.1-20.3c-11.1-7.8-24-11.7-36.9-11.7l0-124.9C96 190.2 65.8 160 28.4 160C12.7 160 0 147.3 0 131.6L0 96zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"], + "person-booth": [576, 512, [], "f756", "M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 160 64 0 0-160zm320 0c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-448zM224 512c17.7 0 32-14.3 32-32l0-160-64 0 0 160c0 17.7 14.3 32 32 32zM320 0c-9.3 0-18.1 4-24.2 11s-8.8 16.3-7.5 25.5l31.2 218.6L288.6 409.7c-3.5 17.3 7.8 34.2 25.1 37.7s34.2-7.8 37.7-25.1l.7-3.6c1.3 16.4 15.1 29.4 31.9 29.4c17.7 0 32-14.3 32-32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-384c0-17.7-14.3-32-32-32L320 0zM112 80A48 48 0 1 0 16 80a48 48 0 1 0 96 0zm0 261.3l0-72.1 4.7 4.7c9 9 21.2 14.1 33.9 14.1l73.4 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-66.7 0-41.6-41.6c-14.3-14.3-33.8-22.4-54-22.4C27.6 160 0 187.6 0 221.6l0 55.7 0 .9L0 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 32 42.7L96 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-58.7c0-10.4-3.4-20.5-9.6-28.8L112 341.3z"], + "text-width": [448, 512, [], "f035", "M64 128l0-32 128 0 0 128-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-16 0 0-128 128 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-48c0-26.5-21.5-48-48-48L224 32 48 32C21.5 32 0 53.5 0 80l0 48c0 17.7 14.3 32 32 32s32-14.3 32-32zM9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 192 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 32-192 0 0-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64z"], + "hat-wizard": [512, 512, [], "f6e8", "M64 416L168.6 180.7c15.3-34.4 40.3-63.5 72-83.7l146.9-94c3-1.9 6.5-2.9 10-2.9C407.7 0 416 8.3 416 18.6l0 1.6c0 2.6-.5 5.1-1.4 7.5L354.8 176.9c-1.9 4.7-2.8 9.7-2.8 14.7c0 5.5 1.2 11 3.4 16.1L448 416l-207.1 0 11.8-35.4 40.4-13.5c6.5-2.2 10.9-8.3 10.9-15.2s-4.4-13-10.9-15.2l-40.4-13.5-13.5-40.4C237 276.4 230.9 272 224 272s-13 4.4-15.2 10.9l-13.5 40.4-40.4 13.5C148.4 339 144 345.1 144 352s4.4 13 10.9 15.2l40.4 13.5L207.1 416 64 416zM279.6 141.5c-1.1-3.3-4.1-5.5-7.6-5.5s-6.5 2.2-7.6 5.5l-6.7 20.2-20.2 6.7c-3.3 1.1-5.5 4.1-5.5 7.6s2.2 6.5 5.5 7.6l20.2 6.7 6.7 20.2c1.1 3.3 4.1 5.5 7.6 5.5s6.5-2.2 7.6-5.5l6.7-20.2 20.2-6.7c3.3-1.1 5.5-4.1 5.5-7.6s-2.2-6.5-5.5-7.6l-20.2-6.7-6.7-20.2zM32 448l448 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32z"], + "pen-fancy": [512, 512, [128395, 10002], "f5ac", "M373.5 27.1C388.5 9.9 410.2 0 433 0c43.6 0 79 35.4 79 79c0 22.8-9.9 44.6-27.1 59.6L277.7 319l-10.3-10.3-64-64L193 234.3 373.5 27.1zM170.3 256.9l10.4 10.4 64 64 10.4 10.4-19.2 83.4c-3.9 17.1-16.9 30.7-33.8 35.4L24.3 510.3l95.4-95.4c2.6 .7 5.4 1.1 8.3 1.1c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32c0 2.9 .4 5.6 1.1 8.3L1.7 487.6 51.5 310c4.7-16.9 18.3-29.9 35.4-33.8l83.4-19.2z"], + "person-digging": [576, 512, ["digging"], "f85e", "M208 64a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM9.8 214.8c5.1-12.2 19.1-18 31.4-12.9L60.7 210l22.9-38.1C99.9 144.6 129.3 128 161 128c51.4 0 97 32.9 113.3 81.7l34.6 103.7 79.3 33.1 34.2-45.6c6.4-8.5 16.6-13.3 27.2-12.8s20.3 6.4 25.8 15.5l96 160c5.9 9.9 6.1 22.2 .4 32.2s-16.3 16.2-27.8 16.2l-256 0c-11.1 0-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8 16.5-17.7 28.6-17.7l32 0 22.5-30L22.8 246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8 91.8l112 48c11.8 5 19.4 16.6 19.4 29.4l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-74.9-60.6-26-37 111c-5.6 16.8-23.7 25.8-40.5 20.2S-3.9 486.6 1.6 469.9l48-144 11-33 32 13.7z"], + "trash": [448, 512, [], "f1f8", "M135.2 17.7L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-7.2-14.3C307.4 6.8 296.3 0 284.2 0L163.8 0c-12.1 0-23.2 6.8-28.6 17.7zM416 128L32 128 53.2 467c1.6 25.3 22.6 45 47.9 45l245.8 0c25.3 0 46.3-19.7 47.9-45L416 128z"], + "gauge-simple": [512, 512, ["gauge-simple-med", "tachometer-average"], "f629", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-26.9-16.5-49.9-40-59.3L280 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 204.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64s64-28.7 64-64z"], + "book-medical": [448, 512, [], "f7e6", "M0 96C0 43 43 0 96 0L384 0l32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32zM208 112l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"], + "poo": [512, 512, [128169], "f2fe", "M268.9 .9c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.4c2.8 8.2 4.3 16.9 4.3 26.1c0 44.1-35.7 79.9-79.8 80L160 128c-35.3 0-64 28.7-64 64c0 19.1 8.4 36.3 21.7 48L104 240c-39.8 0-72 32.2-72 72c0 23.2 11 43.8 28 57c-34.1 5.7-60 35.3-60 71c0 39.8 32.2 72 72 72l368 0c39.8 0 72-32.2 72-72c0-35.7-25.9-65.3-60-71c17-13.2 28-33.8 28-57c0-39.8-32.2-72-72-72l-13.7 0c13.3-11.7 21.7-28.9 21.7-48c0-35.3-28.7-64-64-64l-5.5 0c3.5-10 5.5-20.8 5.5-32c0-48.6-36.2-88.8-83.1-95.1zM192 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm64 108.3c0 2.4-.7 4.8-2.2 6.7c-8.2 10.5-39.5 45-93.8 45s-85.6-34.6-93.8-45c-1.5-1.9-2.2-4.3-2.2-6.7c0-6.8 5.5-12.3 12.3-12.3l167.4 0c6.8 0 12.3 5.5 12.3 12.3z"], + "quote-right": [448, 512, [8221, "quote-right-alt"], "f10e", "M448 296c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72zm-256 0c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72z"], + "shirt": [640, 512, [128085, "t-shirt", "tshirt"], "f553", "M211.8 0c7.8 0 14.3 5.7 16.7 13.2C240.8 51.9 277.1 80 320 80s79.2-28.1 91.5-66.8C413.9 5.7 420.4 0 428.2 0l12.6 0c22.5 0 44.2 7.9 61.5 22.3L628.5 127.4c6.6 5.5 10.7 13.5 11.4 22.1s-2.1 17.1-7.8 23.6l-56 64c-11.4 13.1-31.2 14.6-44.6 3.5L480 197.7 480 448c0 35.3-28.7 64-64 64l-192 0c-35.3 0-64-28.7-64-64l0-250.3-51.5 42.9c-13.3 11.1-33.1 9.6-44.6-3.5l-56-64c-5.7-6.5-8.5-15-7.8-23.6s4.8-16.6 11.4-22.1L137.7 22.3C155 7.9 176.7 0 199.2 0l12.6 0z"], + "cubes": [576, 512, [], "f1b3", "M290.8 48.6l78.4 29.7L288 109.5 206.8 78.3l78.4-29.7c1.8-.7 3.8-.7 5.7 0zM136 92.5l0 112.2c-1.3 .4-2.6 .8-3.9 1.3l-96 36.4C14.4 250.6 0 271.5 0 294.7L0 413.9c0 22.2 13.1 42.3 33.5 51.3l96 42.2c14.4 6.3 30.7 6.3 45.1 0L288 457.5l113.5 49.9c14.4 6.3 30.7 6.3 45.1 0l96-42.2c20.3-8.9 33.5-29.1 33.5-51.3l0-119.1c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-1.3-.5-2.6-.9-3.9-1.3l0-112.2c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-12.8-4.8-26.9-4.8-39.7 0l-96 36.4C150.4 48.4 136 69.3 136 92.5zM392 210.6l-82.4 31.2 0-89.2L392 121l0 89.6zM154.8 250.9l78.4 29.7L152 311.7 70.8 280.6l78.4-29.7c1.8-.7 3.8-.7 5.7 0zm18.8 204.4l0-100.5L256 323.2l0 95.9-82.4 36.2zM421.2 250.9c1.8-.7 3.8-.7 5.7 0l78.4 29.7L424 311.7l-81.2-31.1 78.4-29.7zM523.2 421.2l-77.6 34.1 0-100.5L528 323.2l0 90.7c0 3.2-1.9 6-4.8 7.3z"], + "divide": [448, 512, [10135, 247], "f529", "M272 96a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 320a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 288c17.7 0 32-14.3 32-32s-14.3-32-32-32L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l352 0z"], + "tenge-sign": [384, 512, [8376, "tenge"], "f7d7", "M0 64C0 46.3 14.3 32 32 32l320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64zM0 192c0-17.7 14.3-32 32-32l160 0 160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0 0 224c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-224L32 224c-17.7 0-32-14.3-32-32z"], + "headphones": [512, 512, [127911], "f025", "M256 80C149.9 80 62.4 159.4 49.6 262c9.4-3.8 19.6-6 30.4-6c26.5 0 48 21.5 48 48l0 128c0 26.5-21.5 48-48 48c-44.2 0-80-35.8-80-80l0-16 0-48 0-48C0 146.6 114.6 32 256 32s256 114.6 256 256l0 48 0 48 0 16c0 44.2-35.8 80-80 80c-26.5 0-48-21.5-48-48l0-128c0-26.5 21.5-48 48-48c10.8 0 21 2.1 30.4 6C449.6 159.4 362.1 80 256 80z"], + "hands-holding": [640, 512, [], "f4c2", "M80 104c0-22.1-17.9-40-40-40S0 81.9 0 104l0 56 0 64L0 325.5c0 25.5 10.1 49.9 28.1 67.9L128 493.3c12 12 28.3 18.7 45.3 18.7l66.7 0c26.5 0 48-21.5 48-48l0-78.9c0-29.7-11.8-58.2-32.8-79.2l-25.3-25.3c0 0 0 0 0 0l-15.2-15.2-32-32c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l32 32 15.2 15.2c11 11 9.2 29.2-3.7 37.8c-9.7 6.5-22.7 5.2-31-3.1L98.7 309.5c-12-12-18.7-28.3-18.7-45.3L80 224l0-80 0-40zm480 0l0 40 0 80 0 40.2c0 17-6.7 33.3-18.7 45.3l-51.1 51.1c-8.3 8.3-21.3 9.6-31 3.1c-12.9-8.6-14.7-26.9-3.7-37.8l15.2-15.2 32-32c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-32 32-15.2 15.2c0 0 0 0 0 0l-25.3 25.3c-21 21-32.8 49.5-32.8 79.2l0 78.9c0 26.5 21.5 48 48 48l66.7 0c17 0 33.3-6.7 45.3-18.7l99.9-99.9c18-18 28.1-42.4 28.1-67.9L640 224l0-64 0-56c0-22.1-17.9-40-40-40s-40 17.9-40 40z"], + "hands-clapping": [512, 512, [], "e1a8", "M336 16l0 64c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16zm-98.7 7.1l32 48c4.9 7.4 2.9 17.3-4.4 22.2s-17.3 2.9-22.2-4.4l-32-48c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4zM135 119c9.4-9.4 24.6-9.4 33.9 0L292.7 242.7c10.1 10.1 27.3 2.9 27.3-11.3l0-39.4c0-17.7 14.3-32 32-32s32 14.3 32 32l0 153.6c0 57.1-30 110-78.9 139.4c-64 38.4-145.8 28.3-198.5-24.4L7 361c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l53 53c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L23 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l93 93c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L55 185c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l117 117c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9zM433.1 484.9c-24.2 14.5-50.9 22.1-77.7 23.1c48.1-39.6 76.6-99 76.6-162.4l0-98.1c8.2-.1 16-6.4 16-16l0-39.4c0-17.7 14.3-32 32-32s32 14.3 32 32l0 153.6c0 57.1-30 110-78.9 139.4zM424.9 18.7c7.4 4.9 9.3 14.8 4.4 22.2l-32 48c-4.9 7.4-14.8 9.3-22.2 4.4s-9.3-14.8-4.4-22.2l32-48c4.9-7.4 14.8-9.3 22.2-4.4z"], + "republican": [640, 512, [], "f75e", "M0 192C0 103.6 71.6 32 160 32l224 0c88.4 0 160 71.6 160 160l0 64L0 256l0-64zm415.9-64c-2.4 0-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L466 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4zm-138.3 3.4c-1.1-2.1-3.3-3.4-5.7-3.4s-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L322 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6zM127.9 128c-2.4 0-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L178 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4zm.1 160l192 0 96 0 32 0 64 0 32 0 0 32 0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48c0-17.7 14.3-32 32-32s32 14.3 32 32l0 48c0 44.2-35.8 80-80 80s-80-35.8-80-80l0-48-32 0 0 32 0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-64-192 0 0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-64 0-96 128 0z"], + "arrow-left": [448, 512, [8592], "f060", "M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"], + "person-circle-xmark": [576, 512, [], "e543", "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z"], + "ruler": [512, 512, [128207], "f545", "M177.9 494.1c-18.7 18.7-49.1 18.7-67.9 0L17.9 401.9c-18.7-18.7-18.7-49.1 0-67.9l50.7-50.7 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 50.7-50.7c18.7-18.7 49.1-18.7 67.9 0l92.1 92.1c18.7 18.7 18.7 49.1 0 67.9L177.9 494.1z"], + "align-left": [448, 512, [], "f036", "M288 64c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32L32 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"], + "dice-d6": [448, 512, [], "f6d1", "M201 10.3c14.3-7.8 31.6-7.8 46 0L422.3 106c5.1 2.8 8.3 8.2 8.3 14s-3.2 11.2-8.3 14L231.7 238c-4.8 2.6-10.5 2.6-15.3 0L25.7 134c-5.1-2.8-8.3-8.2-8.3-14s3.2-11.2 8.3-14L201 10.3zM23.7 170l176 96c5.1 2.8 8.3 8.2 8.3 14l0 216c0 5.6-3 10.9-7.8 13.8s-10.9 3-15.8 .3L25 423.1C9.6 414.7 0 398.6 0 381L0 184c0-5.6 3-10.9 7.8-13.8s10.9-3 15.8-.3zm400.7 0c5-2.7 11-2.6 15.8 .3s7.8 8.1 7.8 13.8l0 197c0 17.6-9.6 33.7-25 42.1L263.7 510c-5 2.7-11 2.6-15.8-.3s-7.8-8.1-7.8-13.8l0-216c0-5.9 3.2-11.2 8.3-14l176-96z"], + "restroom": [640, 512, [], "f7bd", "M80 48a48 48 0 1 1 96 0A48 48 0 1 1 80 48zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-154.8c-8.1 9.2-21.1 13.2-33.5 9.4c-16.9-5.3-26.3-23.2-21-40.1l30.9-99.1C44.9 155.3 82 128 124 128l8 0c42 0 79.1 27.3 91.6 67.4l30.9 99.1c5.3 16.9-4.1 34.8-21 40.1c-12.4 3.9-25.4-.2-33.5-9.4L200 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM320 0c13.3 0 24 10.7 24 24l0 464c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-464c0-13.3 10.7-24 24-24zM464 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM440 480l0-96-17.8 0c-10.9 0-18.6-10.7-15.2-21.1l9-26.9c-3.2 0-6.4-.5-9.5-1.5c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2C428.4 156.9 467.6 128 512 128s83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1c-3.2 1-6.4 1.5-9.5 1.5l9 26.9c3.5 10.4-4.3 21.1-15.2 21.1L584 384l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-16 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32z"], + "j": [320, 512, [106], "4a", "M288 32c17.7 0 32 14.3 32 32l0 256c0 88.4-71.6 160-160 160S0 408.4 0 320l0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32c0 53 43 96 96 96s96-43 96-96l0-256c0-17.7 14.3-32 32-32z"], + "users-viewfinder": [640, 512, [], "e595", "M48 48l88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L32 0C14.3 0 0 14.3 0 32L0 136c0 13.3 10.7 24 24 24s24-10.7 24-24l0-88zM175.8 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-26.5 32C119.9 256 96 279.9 96 309.3c0 14.7 11.9 26.7 26.7 26.7l56.1 0c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4l-69.3 0zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3l-69.3 0c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6l56.1 0zm-89.4 0c-8.6-24.3-29.9-42.6-55.9-47c-3.9-.7-7.9-1-12-1l-80 0c-4.1 0-8.1 .3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-80-32a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM504 48l88 0 0 88c0 13.3 10.7 24 24 24s24-10.7 24-24l0-104c0-17.7-14.3-32-32-32L504 0c-13.3 0-24 10.7-24 24s10.7 24 24 24zM48 464l0-88c0-13.3-10.7-24-24-24s-24 10.7-24 24L0 480c0 17.7 14.3 32 32 32l104 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0zm456 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l104 0c17.7 0 32-14.3 32-32l0-104c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 88-88 0z"], + "file-video": [384, 512, [], "f1c8", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM64 288c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-96zM300.9 397.9L256 368l0-64 44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3l0 103.4c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1z"], + "up-right-from-square": [512, 512, ["external-link-alt"], "f35d", "M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-128c0-17.7-14.3-32-32-32L352 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z"], + "table-cells": [512, 512, ["th"], "f00a", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm88 64l0 64-88 0 0-64 88 0zm56 0l88 0 0 64-88 0 0-64zm240 0l0 64-88 0 0-64 88 0zM64 224l88 0 0 64-88 0 0-64zm232 0l0 64-88 0 0-64 88 0zm64 0l88 0 0 64-88 0 0-64zM152 352l0 64-88 0 0-64 88 0zm56 0l88 0 0 64-88 0 0-64zm240 0l0 64-88 0 0-64 88 0z"], + "file-pdf": [512, 512, [], "f1c1", "M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 144-208 0c-35.3 0-64 28.7-64 64l0 144-48 0c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z"], + "book-bible": [448, 512, ["bible"], "f647", "M96 0C43 0 0 43 0 96L0 416c0 53 43 96 96 96l288 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L384 0 96 0zm0 384l256 0 0 64L96 448c-17.7 0-32-14.3-32-32s14.3-32 32-32zM208 80c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 112c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-112-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"], + "o": [448, 512, [111], "4f", "M224 96a160 160 0 1 0 0 320 160 160 0 1 0 0-320zM448 256A224 224 0 1 1 0 256a224 224 0 1 1 448 0z"], + "suitcase-medical": [512, 512, ["medkit"], "f0fa", "M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40 0 32 0 352 256 0 0-352 0-32 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zM96 96L64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l32 0L96 96zM416 480l32 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-32 0 0 384zM224 208c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"], + "user-secret": [448, 512, [128373], "f21b", "M224 16c-6.7 0-10.8-2.8-15.5-6.1C201.9 5.4 194 0 176 0c-30.5 0-52 43.7-66 89.4C62.7 98.1 32 112.2 32 128c0 14.3 25 27.1 64.6 35.9c-.4 4-.6 8-.6 12.1c0 17 3.3 33.2 9.3 48l-59.9 0C38 224 32 230 32 237.4c0 1.7 .3 3.4 1 5l38.8 96.9C28.2 371.8 0 423.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7c0-58.5-28.2-110.4-71.7-143L415 242.4c.6-1.6 1-3.3 1-5c0-7.4-6-13.4-13.4-13.4l-59.9 0c6-14.8 9.3-31 9.3-48c0-4.1-.2-8.1-.6-12.1C391 155.1 416 142.3 416 128c0-15.8-30.7-29.9-78-38.6C324 43.7 302.5 0 272 0c-18 0-25.9 5.4-32.5 9.9c-4.8 3.3-8.8 6.1-15.5 6.1zm56 208l-12.4 0c-16.5 0-31.1-10.6-36.3-26.2c-2.3-7-12.2-7-14.5 0c-5.2 15.6-19.9 26.2-36.3 26.2L168 224c-22.1 0-40-17.9-40-40l0-14.4c28.2 4.1 61 6.4 96 6.4s67.8-2.3 96-6.4l0 14.4c0 22.1-17.9 40-40 40zm-88 96l16 32L176 480 128 288l64 32zm128-32L272 480 240 352l16-32 64-32z"], + "otter": [640, 512, [129446], "f700", "M181.5 197.1l12.9 6.4c5.9 3 12.4 4.5 19.1 4.5c23.5 0 42.6-19.1 42.6-42.6l0-21.4c0-35.3-28.7-64-64-64l-64 0c-35.3 0-64 28.7-64 64l0 21.4c0 23.5 19.1 42.6 42.6 42.6c6.6 0 13.1-1.5 19.1-4.5l12.9-6.4 8.4-4.2L135.1 185c-4.5-3-7.1-8-7.1-13.3l0-3.7c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24l0 3.7c0 5.3-2.7 10.3-7.1 13.3l-11.8 7.9 8.4 4.2zm-8.6 49.4L160 240l-12.9 6.4c-12.6 6.3-26.5 9.6-40.5 9.6c-3.6 0-7.1-.2-10.6-.6l0 .6c0 35.3 28.7 64 64 64l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l160 0 0-48 0-16c0-23.7 12.9-44.4 32-55.4c9.4-5.4 20.3-8.6 32-8.6l0-16c0-26.5 21.5-48 48-48c8.8 0 16 7.2 16 16l0 32 0 16 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-99.7c0-48.2-30.8-91-76.6-106.3l-8.5-2.8c-8-2.7-12.6-11.1-10.4-19.3s10.3-13.2 18.6-11.6l19.9 4C576 86.1 640 164.2 640 254.9l0 1.1s0 0 0 0c0 123.7-100.3 224-224 224l-1.1 0L256 480l-.6 0C132 480 32 380 32 256.6l0-.6 0-39.2c-10.1-14.6-16-32.3-16-51.4L16 144l0-1.4C6.7 139.3 0 130.5 0 120c0-13.3 10.7-24 24-24l2.8 0C44.8 58.2 83.3 32 128 32l64 0c44.7 0 83.2 26.2 101.2 64l2.8 0c13.3 0 24 10.7 24 24c0 10.5-6.7 19.3-16 22.6l0 1.4 0 21.4c0 1.4 0 2.8-.1 4.3c12-6.2 25.7-9.6 40.1-9.6l8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-8 0c-13.3 0-24 10.7-24 24l0 8 56.4 0c-15.2 17-24.4 39.4-24.4 64l-32 0c-42.3 0-78.2-27.4-91-65.3c-5.1 .9-10.3 1.3-15.6 1.3c-14.1 0-27.9-3.3-40.5-9.6zM96 128a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm112 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"], + "person-dress": [320, 512, ["female"], "f182", "M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM88 384l-17.8 0c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2c20.3-33.7 56.7-54.3 96-54.3l11.6 0c39.3 0 75.7 20.6 96 54.3l53.6 89.2c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9l-33.9-56.3L265 362.9c3.5 10.4-4.3 21.1-15.2 21.1L232 384l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-16 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96z"], + "comment-dollar": [512, 512, [], "f651", "M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zm20-312l0 13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9l0 13.8c0 11-9 20-20 20s-20-9-20-20l0-14.6c-10.3-2.2-20-5.5-28.2-8.4c0 0 0 0 0 0s0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c0 0 0 0 0 0c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5l0-14c0-11 9-20 20-20s20 9 20 20z"], + "business-time": [640, 512, ["briefcase-clock"], "f64a", "M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40L64 96C28.7 96 0 124.7 0 160l0 96 192 0 160 0 8.2 0c32.3-39.1 81.1-64 135.8-64c5.4 0 10.7 .2 16 .7l0-32.7c0-35.3-28.7-64-64-64l-64 0 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zM320 352l-96 0c-17.7 0-32-14.3-32-32l0-32L0 288 0 416c0 35.3 28.7 64 64 64l296.2 0C335.1 449.6 320 410.5 320 368c0-5.4 .2-10.7 .7-16l-.7 0zm320 16a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zM496 288c8.8 0 16 7.2 16 16l0 48 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16z"], + "table-cells-large": [512, 512, ["th-large"], "f009", "M448 96l0 128-160 0 0-128 160 0zm0 192l0 128-160 0 0-128 160 0zM224 224L64 224 64 96l160 0 0 128zM64 288l160 0 0 128L64 416l0-128zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"], + "book-tanakh": [448, 512, ["tanakh"], "f827", "M352 0c53 0 96 43 96 96l0 320c0 53-43 96-96 96L64 512l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c-17.7 0-32-14.3-32-32L0 32C0 14.3 14.3 0 32 0L64 0 352 0zm0 384L96 384l0 64 256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32zM138.7 208l13.9 24-27.7 0 13.9-24zm-13.9-24L97.1 232c-6.2 10.7 1.5 24 13.9 24l55.4 0 27.7 48c6.2 10.7 21.6 10.7 27.7 0l27.7-48 55.4 0c12.3 0 20-13.3 13.9-24l-27.7-48 27.7-48c6.2-10.7-1.5-24-13.9-24l-55.4 0L221.9 64c-6.2-10.7-21.6-10.7-27.7 0l-27.7 48L111 112c-12.3 0-20 13.3-13.9 24l27.7 48zm27.7 0l27.7-48 55.4 0 27.7 48-27.7 48-55.4 0-27.7-48zm0-48l-13.9 24-13.9-24 27.7 0zm41.6-24L208 88l13.9 24-27.7 0zm69.3 24l27.7 0-13.9 24-13.9-24zm13.9 72l13.9 24-27.7 0 13.9-24zm-55.4 48L208 280l-13.9-24 27.7 0z"], + "phone-volume": [512, 512, ["volume-control-phone"], "f2a0", "M280 0C408.1 0 512 103.9 512 232c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-101.6-82.4-184-184-184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32-72c0-13.3 10.7-24 24-24c75.1 0 136 60.9 136 136c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-48.6-39.4-88-88-88c-13.3 0-24-10.7-24-24zM117.5 1.4c19.4-5.3 39.7 4.6 47.4 23.2l40 96c6.8 16.3 2.1 35.2-11.6 46.3L144 207.3c33.3 70.4 90.3 127.4 160.7 160.7L345 318.7c11.2-13.7 30-18.4 46.3-11.6l96 40c18.6 7.7 28.5 28 23.2 47.4l-24 88C481.8 499.9 466 512 448 512C200.6 512 0 311.4 0 64C0 46 12.1 30.2 29.5 25.4l88-24z"], + "hat-cowboy-side": [640, 512, [], "f8c1", "M152.7 135.9l-10.4 57.2c6.8-.7 13.6-1.1 20.5-1.1l10.7 0c39.4 0 77.8 12.1 110.1 34.7L562.4 421.8l35.1 24.6c24.4-6 42.5-28.1 42.5-54.4c0-75.8-94.7-126.6-134.6-144.7L474 83.9C468.2 53.8 441.8 32 411.1 32l-2.7 0c-5.6 0-11.1 .7-16.5 2.2L199.2 85.5c-23.9 6.4-42 26-46.5 50.4zM0 384c0 35.3 28.7 64 64 64l480 0L265.3 252.9c-26.9-18.8-58.9-28.9-91.8-28.9l-10.7 0c-60.6 0-116 34.2-143.1 88.4L13.5 325C4.6 342.7 0 362.3 0 382.2L0 384z"], + "clipboard-user": [384, 512, [], "f7f3", "M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM128 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 432c0-44.2 35.8-80 80-80l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L96 448c-8.8 0-16-7.2-16-16z"], + "child": [320, 512, [], "f1ae", "M96 64a64 64 0 1 1 128 0A64 64 0 1 1 96 64zm48 320l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-192.2L59.1 321c-9.4 15-29.2 19.4-44.1 10S-4.5 301.9 4.9 287l39.9-63.3C69.7 184 113.2 160 160 160s90.3 24 115.2 63.6L315.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L240 287.8 240 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-32 0z"], + "lira-sign": [320, 512, [8356], "f195", "M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4L48 192l-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 32-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l14 0c-2.2 10.5-6.1 20.6-11.7 29.9L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L88.5 416l.7-1.1c11.6-19.3 18.9-40.7 21.6-62.9L224 352c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0 0-32 112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0 0-31.6z"], + "satellite": [512, 512, [128752], "f7bf", "M233 7c-9.4-9.4-24.6-9.4-33.9 0l-96 96c-9.4 9.4-9.4 24.6 0 33.9l89.4 89.4-15.5 15.5C152.3 230.4 124.9 224 96 224c-31.7 0-61.5 7.7-87.8 21.2c-9 4.7-10.3 16.7-3.1 23.8L112.7 376.7 96.3 393.1c-2.6-.7-5.4-1.1-8.3-1.1c-17.7 0-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32c0-2.9-.4-5.6-1.1-8.3l16.4-16.4L242.9 506.9c7.2 7.2 19.2 5.9 23.8-3.1C280.3 477.5 288 447.7 288 416c0-28.9-6.4-56.3-17.8-80.9l15.5-15.5L375 409c9.4 9.4 24.6 9.4 33.9 0l96-96c9.4-9.4 9.4-24.6 0-33.9l-89.4-89.4 55-55c12.5-12.5 12.5-32.8 0-45.3l-48-48c-12.5-12.5-32.8-12.5-45.3 0l-55 55L233 7zm159 351l-72.4-72.4 62.1-62.1L454.1 296 392 358.1zM226.3 192.4L153.9 120 216 57.9l72.4 72.4-62.1 62.1z"], + "plane-lock": [640, 512, [], "e558", "M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7l0 84.6 101.8 58.2C418 247.6 416 259.6 416 272l0 24.6c-17.9 10.4-30.3 29.1-31.8 50.9L320 329.1l0 70.9 57.6 43.2c4 3 6.4 7.8 6.4 12.8l0 24 0 18c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14l0-42c0-5 2.4-9.8 6.4-12.8L192 400l0-70.9-171.6 49C10.2 381.1 0 373.4 0 362.8l0-65.5c0-5.7 3.1-11 8.1-13.9L192 178.3l0-84.6zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z"], + "tag": [448, 512, [127991], "f02b", "M0 80L0 229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 25 90.5 0L418.7 317.3c25-25 25-65.5 0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7L48 32C21.5 32 0 53.5 0 80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "comment": [512, 512, [128489, 61669], "f075", "M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z"], + "cake-candles": [448, 512, [127874, "birthday-cake", "cake"], "f1fd", "M86.4 5.5L61.8 47.6C58 54.1 56 61.6 56 69.2L56 72c0 22.1 17.9 40 40 40s40-17.9 40-40l0-2.8c0-7.6-2-15-5.8-21.6L105.6 5.5C103.6 2.1 100 0 96 0s-7.6 2.1-9.6 5.5zm128 0L189.8 47.6c-3.8 6.5-5.8 14-5.8 21.6l0 2.8c0 22.1 17.9 40 40 40s40-17.9 40-40l0-2.8c0-7.6-2-15-5.8-21.6L233.6 5.5C231.6 2.1 228 0 224 0s-7.6 2.1-9.6 5.5zM317.8 47.6c-3.8 6.5-5.8 14-5.8 21.6l0 2.8c0 22.1 17.9 40 40 40s40-17.9 40-40l0-2.8c0-7.6-2-15-5.8-21.6L361.6 5.5C359.6 2.1 356 0 352 0s-7.6 2.1-9.6 5.5L317.8 47.6zM128 176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48c-35.3 0-64 28.7-64 64l0 71c8.3 5.2 18.1 9 28.8 9c13.5 0 27.2-6.1 38.4-13.4c5.4-3.5 9.9-7.1 13-9.7c1.5-1.3 2.7-2.4 3.5-3.1c.4-.4 .7-.6 .8-.8l.1-.1s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c3.1-3.2 7.4-4.9 11.9-4.8s8.6 2.1 11.6 5.4c0 0 0 0 0 0s0 0 0 0l.1 .1c.1 .1 .4 .4 .7 .7c.7 .7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3c.3-.3 .6-.6 .7-.7l.1-.1c3-3.5 7.4-5.4 12-5.4s9 2 12 5.4l.1 .1c.1 .1 .4 .4 .7 .7c.7 .7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3c.3-.3 .6-.6 .7-.7l.1-.1c2.9-3.4 7.1-5.3 11.6-5.4s8.7 1.6 11.9 4.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0l.1 .1c.2 .2 .4 .4 .8 .8c.8 .7 1.9 1.8 3.5 3.1c3.1 2.6 7.5 6.2 13 9.7c11.2 7.3 24.9 13.4 38.4 13.4c10.7 0 20.5-3.9 28.8-9l0-71c0-35.3-28.7-64-64-64l0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48-64 0 0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48-64 0 0-48zM448 394.6c-8.5 3.3-18.2 5.4-28.8 5.4c-22.5 0-42.4-9.9-55.8-18.6c-4.1-2.7-7.8-5.4-10.9-7.8c-2.8 2.4-6.1 5-9.8 7.5C329.8 390 310.6 400 288 400s-41.8-10-54.6-18.9c-3.5-2.4-6.7-4.9-9.4-7.2c-2.7 2.3-5.9 4.7-9.4 7.2C201.8 390 182.6 400 160 400s-41.8-10-54.6-18.9c-3.7-2.6-7-5.2-9.8-7.5c-3.1 2.4-6.8 5.1-10.9 7.8C71.2 390.1 51.3 400 28.8 400c-10.6 0-20.3-2.2-28.8-5.4L0 480c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32l0-85.4z"], + "envelope": [512, 512, [128386, 9993, 61443], "f0e0", "M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"], + "angles-up": [448, 512, ["angle-double-up"], "f102", "M246.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 109.3 361.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160zm160 352l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 301.3 361.4 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z"], + "paperclip": [448, 512, [128206], "f0c6", "M364.2 83.8c-24.4-24.4-64-24.4-88.4 0l-184 184c-42.1 42.1-42.1 110.3 0 152.4s110.3 42.1 152.4 0l152-152c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-152 152c-64 64-167.6 64-231.6 0s-64-167.6 0-231.6l184-184c46.3-46.3 121.3-46.3 167.6 0s46.3 121.3 0 167.6l-176 176c-28.6 28.6-75 28.6-103.6 0s-28.6-75 0-103.6l144-144c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-144 144c-6.7 6.7-6.7 17.7 0 24.4s17.7 6.7 24.4 0l176-176c24.4-24.4 24.4-64 0-88.4z"], + "arrow-right-to-city": [640, 512, [], "e4b3", "M288 48c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 144 40 0 0-72c0-13.3 10.7-24 24-24s24 10.7 24 24l0 72 24 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-160 0-96 0c-26.5 0-48-21.5-48-48l0-416zm64 32l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM352 272l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm176-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM512 368l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM166.6 153.4l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L146.7 288 32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l114.7 0-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0z"], + "ribbon": [448, 512, [127895], "f4d6", "M333.2 322.8s0 0 0 0l-133.9-146s0 0 0 0L146 118.6c7.8-5.1 37-22.6 78-22.6s70.2 17.4 78 22.6L245.7 180l85.6 93.4 27.4-29.8c16.3-17.7 25.3-40.9 25.3-65l0-29.5c0-19-5.6-37.5-16.1-53.3L327.8 35.6C312.9 13.4 287.9 0 261.2 0l-76 0c-25.8 0-50.1 12.5-65.1 33.5L81.9 87C70.3 103.2 64 122.8 64 142.8L64 164c0 23.2 8.4 45.6 23.6 63.1l56 64.2s0 0 0 0l83.3 95.6s0 0 0 0l91.8 105.3c10 11.5 26.8 14.3 40 6.8l54.5-31.1c17.8-10.2 21.6-34.3 7.7-49.4l-87.7-95.7zM205.2 410.6l-83.3-95.6L27.1 418.5c-13.9 15.1-10.1 39.2 7.7 49.4l55.1 31.5c13 7.4 29.3 4.9 39.4-6.1l75.9-82.6z"], + "lungs": [640, 512, [129729], "f604", "M320 0c17.7 0 32 14.3 32 32l0 132.1c0 16.4 8.4 31.7 22.2 40.5l9.8 6.2 0-45.5C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4l0 7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2C414 480.5 384 442.1 384 398l0-73 90.5 57.6c7.5 4.7 17.3 2.5 22.1-4.9s2.5-17.3-4.9-22.1L384 287.1l0-.4-44.1-28.1c-7.3-4.6-13.9-10.1-19.9-16.1c-5.9 6-12.6 11.5-19.9 16.1L256 286.7 161.2 347l-13.5 8.6c0 0 0 0-.1 0c-7.4 4.8-9.6 14.6-4.8 22.1c4.7 7.5 14.6 9.7 22.1 4.9l91.1-58 0 73.4c0 44.1-30 82.5-72.7 93.1l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89l0-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3l0 45.5 9.8-6.2c13.8-8.8 22.2-24.1 22.2-40.5L288 32c0-17.7 14.3-32 32-32z"], + "arrow-up-9-1": [576, 512, ["sort-numeric-up-alt"], "f887", "M160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3 192 448c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-301.7L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM450.7 294c8.3 6 13.3 15.7 13.3 26l0 96 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-48 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-51.6-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zm-5-145.1A32 32 0 1 0 418.3 91a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 192.4 344 159.2 344 120c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 251c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z"], + "litecoin-sign": [384, 512, [], "e1d3", "M128 64c0-17.7-14.3-32-32-32S64 46.3 64 64l0 149.6L23.2 225.2c-17 4.9-26.8 22.6-22 39.6s22.6 26.8 39.6 22L64 280.1 64 448c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-224 0 0-154.1 136.8-39.1c17-4.9 26.8-22.6 22-39.6s-22.6-26.8-39.6-22L128 195.3 128 64z"], + "border-none": [448, 512, [], "f850", "M32 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm96-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM320 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-320a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM224 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0-448a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM416 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM32 96a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM416 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM32 288a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm192 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM32 320a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM416 192a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM32 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64z"], + "circle-nodes": [512, 512, [], "e4e2", "M418.4 157.9c35.3-8.3 61.6-40 61.6-77.9c0-44.2-35.8-80-80-80c-43.4 0-78.7 34.5-80 77.5L136.2 151.1C121.7 136.8 101.9 128 80 128c-44.2 0-80 35.8-80 80s35.8 80 80 80c12.2 0 23.8-2.7 34.1-7.6L259.7 407.8c-2.4 7.6-3.7 15.8-3.7 24.2c0 44.2 35.8 80 80 80s80-35.8 80-80c0-27.7-14-52.1-35.4-66.4l37.8-207.7zM156.3 232.2c2.2-6.9 3.5-14.2 3.7-21.7l183.8-73.5c3.6 3.5 7.4 6.7 11.6 9.5L317.6 354.1c-5.5 1.3-10.8 3.1-15.8 5.5L156.3 232.2z"], + "parachute-box": [512, 512, [], "f4cd", "M383.5 192c.3-5.3 .5-10.6 .5-16c0-51-15.9-96-40.2-127.6C319.5 16.9 288.2 0 256 0s-63.5 16.9-87.8 48.4C143.9 80 128 125 128 176c0 5.4 .2 10.7 .5 16L240 192l0 128-32 0c-7 0-13.7 1.5-19.7 4.2L68.2 192l28.3 0c-.3-5.3-.5-10.6-.5-16c0-64 22.2-121.2 57.1-159.3C62 49.3 18.6 122.6 4.2 173.6C1.5 183.1 9 192 18.9 192l6 0L165.2 346.3c-3.3 6.5-5.2 13.9-5.2 21.7l0 96c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-96c0-7.8-1.9-15.2-5.2-21.7L487.1 192l6 0c9.9 0 17.4-8.9 14.7-18.4C493.4 122.6 450 49.3 358.9 16.7C393.8 54.8 416 112.1 416 176c0 5.4-.2 10.7-.5 16l28.3 0L323.7 324.2c-6-2.7-12.7-4.2-19.7-4.2l-32 0 0-128 111.5 0z"], + "indent": [448, 512, [], "f03c", "M0 64C0 46.3 14.3 32 32 32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 96l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32zM127.8 268.6L25.8 347.9C15.3 356.1 0 348.6 0 335.3L0 176.7c0-13.3 15.3-20.8 25.8-12.6l101.9 79.3c8.2 6.4 8.2 18.9 0 25.3z"], + "truck-field-un": [640, 512, [], "e58e", "M96 32C60.7 32 32 60.7 32 96l0 32c-17.7 0-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32l0 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0c0 53 43 96 96 96s96-43 96-96l128 0c0 53 43 96 96 96s96-43 96-96l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-32c0-35.3-28.7-64-64-64l-4.2 0c-.4-1.1-.9-2.1-1.3-3.2L485.7 102c-10.3-23.1-33.2-38-58.5-38l-51.8 0C364.4 44.9 343.7 32 320 32L96 32zm288 96l43.2 0 42.7 96L384 224l0-96zM112 384a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM253.3 135.1l34.7 52 0-43.2c0-8.8 7.2-16 16-16s16 7.2 16 16l0 96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52 0 43.2c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM128 144l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16z"], + "hourglass": [384, 512, [9203, 62032, "hourglass-empty"], "f254", "M0 32C0 14.3 14.3 0 32 0L64 0 320 0l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 11c0 42.4-16.9 83.1-46.9 113.1L237.3 256l67.9 67.9c30 30 46.9 70.7 46.9 113.1l0 11c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L64 512l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-11c0-42.4 16.9-83.1 46.9-113.1L146.7 256 78.9 188.1C48.9 158.1 32 117.4 32 75l0-11C14.3 64 0 49.7 0 32zM96 64l0 11c0 25.5 10.1 49.9 28.1 67.9L192 210.7l67.9-67.9c18-18 28.1-42.4 28.1-67.9l0-11L96 64zm0 384l192 0 0-11c0-25.5-10.1-49.9-28.1-67.9L192 301.3l-67.9 67.9c-18 18-28.1 42.4-28.1 67.9l0 11z"], + "mountain": [512, 512, [127956], "f6fc", "M256 32c12.5 0 24.1 6.4 30.8 17L503.4 394.4c5.6 8.9 8.6 19.2 8.6 29.7c0 30.9-25 55.9-55.9 55.9L55.9 480C25 480 0 455 0 424.1c0-10.5 3-20.8 8.6-29.7L225.2 49c6.6-10.6 18.3-17 30.8-17zm65 192L256 120.4 176.9 246.5l18.3 24.4c6.4 8.5 19.2 8.5 25.6 0l25.6-34.1c6-8.1 15.5-12.8 25.6-12.8l49 0z"], + "user-doctor": [448, 512, ["user-md"], "f0f0", "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-96 55.2C54 332.9 0 401.3 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7c0-81-54-149.4-128-171.1l0 50.8c27.6 7.1 48 32.2 48 62l0 40c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l0-24c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 24c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-40c0-29.8 20.4-54.9 48-62l0-57.1c-6-.6-12.1-.9-18.3-.9l-91.4 0c-6.2 0-12.3 .3-18.3 .9l0 65.4c23.1 6.9 40 28.3 40 53.7c0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.4 16.9-46.8 40-53.7l0-59.1zM144 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"], + "circle-info": [512, 512, ["info-circle"], "f05a", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "cloud-meatball": [512, 512, [], "f73b", "M0 224c0 53 43 96 96 96l44.7 0c9.5-23.5 32.5-40 59.3-40c2 0 3.9 .1 5.8 .3C217.6 265.5 235.7 256 256 256s38.4 9.5 50.2 24.3c1.9-.2 3.9-.3 5.8-.3c26.9 0 49.9 16.5 59.3 40l44.7 0c53 0 96-43 96-96s-43-96-96-96c-.5 0-1.1 0-1.6 0c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1 .7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224zm288 96c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 1 .1 2.1 .1 3.1c-.7-.8-1.4-1.6-2.1-2.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3c.7 .7 1.5 1.4 2.3 2.1c-1-.1-2.1-.1-3.1-.1c-17.7 0-32 14.3-32 32s14.3 32 32 32c1 0 2.1-.1 3.1-.1c-.8 .7-1.6 1.3-2.3 2.1c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0c.7-.7 1.4-1.5 2.1-2.3c-.1 1-.1 2.1-.1 3.1c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1-.1-2.1-.1-3.1c.7 .8 1.3 1.6 2.1 2.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3c-.7-.7-1.5-1.4-2.3-2.1c1 .1 2.1 .1 3.1 .1c17.7 0 32-14.3 32-32s-14.3-32-32-32c-1 0-2.1 .1-3.1 .1c.8-.7 1.6-1.3 2.3-2.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-.7 .7-1.4 1.5-2.1 2.3c.1-1 .1-2.1 .1-3.1zM48 448a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm416 0a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"], + "camera": [512, 512, [62258, "camera-alt"], "f030", "M149.1 64.8L138.7 96 64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-74.7 0L362.9 64.8C356.4 45.2 338.1 32 317.4 32L194.6 32c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"], + "square-virus": [448, 512, [], "e578", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM223.8 93.7c13.3 0 24 10.7 24 24c0 29.3 35.4 43.9 56.1 23.2c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-20.7 20.7-6 56.1 23.2 56.1c13.3 0 24 10.7 24 24s-10.7 24-24 24c-29.3 0-43.9 35.4-23.2 56.1c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-20.7-20.7-56.1-6-56.1 23.2c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-29.3-35.4-43.9-56.1-23.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9c20.7-20.7 6-56.1-23.2-56.1c-13.3 0-24-10.7-24-24s10.7-24 24-24c29.3 0 43.9-35.4 23.2-56.1c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0c20.7 20.7 56.1 6 56.1-23.2c0-13.3 10.7-24 24-24zM192 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm88 32a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"], + "meteor": [512, 512, [9732], "f753", "M493.7 .9L299.4 75.6l2.3-29.3c1-12.8-12.8-21.5-24-15.1L101.3 133.4C38.6 169.7 0 236.6 0 309C0 421.1 90.9 512 203 512c72.4 0 139.4-38.6 175.7-101.3L480.8 234.3c6.5-11.1-2.2-25-15.1-24l-29.3 2.3L511.1 18.3c.6-1.5 .9-3.2 .9-4.8C512 6 506 0 498.5 0c-1.7 0-3.3 .3-4.8 .9zM192 192a128 128 0 1 1 0 256 128 128 0 1 1 0-256zm0 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm16 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"], + "car-on": [512, 512, [], "e4dd", "M280 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-80zM185.8 224l140.3 0c6.8 0 12.8 4.3 15.1 10.6L360.3 288l-208.6 0 19.1-53.4c2.3-6.4 8.3-10.6 15.1-10.6zm-75.3-10.9L82.2 292.4C62.1 300.9 48 320.8 48 344l0 40 0 64 0 32c0 17.7 14.3 32 32 32l16 0c17.7 0 32-14.3 32-32l0-32 256 0 0 32c0 17.7 14.3 32 32 32l16 0c17.7 0 32-14.3 32-32l0-32 0-64 0-40c0-23.2-14.1-43.1-34.2-51.6l-28.3-79.3C390.1 181.3 360 160 326.2 160l-140.3 0c-33.8 0-64 21.3-75.3 53.1zM128 344a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm232 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM39 39c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L73 39c-9.4-9.4-24.6-9.4-33.9 0zm400 0L391 87c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z"], + "sleigh": [640, 512, [], "f7cc", "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l0 160c0 53 43 96 96 96l0 32 64 0 0-32 192 0 0 32 64 0 0-32c53 0 96-43 96-96l0-96c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0-32 0c-17.7 0-32 14.3-32 32l0 41.3c0 30.2-24.5 54.7-54.7 54.7c-75.5 0-145.6-38.9-185.6-102.9l-4.3-6.9C174.2 67.6 125 37.6 70.7 32.7c-2.2-.5-4.4-.7-6.7-.7l-9 0L32 32zM640 384c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 8c0 13.3-10.7 24-24 24L64 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l488 0c48.6 0 88-39.4 88-88l0-8z"], + "arrow-down-1-9": [576, 512, ["sort-numeric-asc", "sort-numeric-down"], "f162", "M450.7 38c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2 0 51.6-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l48 0 48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-16 0 0-96c0-10.3-4.9-19.9-13.3-26zM160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7 192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 301.7L95.6 330.4c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96C142.5 476.2 151 480 160 480zM418.3 307a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 307zM405.1 419.8l-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2c0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z"], + "hand-holding-droplet": [576, 512, ["hand-holding-water"], "f4c1", "M275.5 6.6C278.3 2.5 283 0 288 0s9.7 2.5 12.5 6.6L366.8 103C378 119.3 384 138.6 384 158.3l0 1.7c0 53-43 96-96 96s-96-43-96-96l0-1.7c0-19.8 6-39 17.2-55.3L275.5 6.6zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 512 32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z"], + "water": [576, 512, [], "f773", "M269.5 69.9c11.1-7.9 25.9-7.9 37 0C329 85.4 356.5 96 384 96c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 149.7 417 160 384 160c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4C42.8 92.6 61 83.5 75.3 71.6c11.1-9.5 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 85.2 165.1 96 192 96c27.5 0 55-10.6 77.5-26.1zm37 288C329 373.4 356.5 384 384 384c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 437.7 417 448 384 448c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 373.2 165.1 384 192 384c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0zm0-144C329 229.4 356.5 240 384 240c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 293.7 417 304 384 304c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.5 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 229.2 165.1 240 192 240c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"], + "calendar-check": [448, 512, [], "f274", "M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zM329 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-95 95-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L329 305z"], + "braille": [640, 512, [], "f2a1", "M0 96a64 64 0 1 1 128 0A64 64 0 1 1 0 96zM224 272a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM80 416a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zm240 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM224 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM352 96a64 64 0 1 1 128 0A64 64 0 1 1 352 96zm240 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0A64 64 0 1 1 512 96zm64 176a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm16 224a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM416 272a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm16 224a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"], + "prescription-bottle-medical": [384, 512, ["prescription-bottle-alt"], "f486", "M0 32C0 14.3 14.3 0 32 0L352 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64L0 32zm32 96l320 0 0 320c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-320zM160 240l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"], + "landmark": [512, 512, [127963], "f66f", "M240.1 4.2c9.8-5.6 21.9-5.6 31.8 0l171.8 98.1L448 104l0 .9 47.9 27.4c12.6 7.2 18.8 22 15.1 36s-16.4 23.8-30.9 23.8L32 192c-14.5 0-27.2-9.8-30.9-23.8s2.5-28.8 15.1-36L64 104.9l0-.9 4.4-1.6L240.1 4.2zM64 224l64 0 0 192 40 0 0-192 64 0 0 192 48 0 0-192 64 0 0 192 40 0 0-192 64 0 0 196.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512L32 512c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1L64 224z"], + "truck": [640, 512, [128666, 9951], "f0d1", "M48 0C21.5 0 0 21.5 0 48L0 368c0 26.5 21.5 48 48 48l16 0c0 53 43 96 96 96s96-43 96-96l128 0c0 53 43 96 96 96s96-43 96-96l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64 0-32 0-18.7c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7L416 96l0-48c0-26.5-21.5-48-48-48L48 0zM416 160l50.7 0L544 237.3l0 18.7-128 0 0-96zM112 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"], + "crosshairs": [512, 512, [], "f05b", "M256 0c17.7 0 32 14.3 32 32l0 10.4c93.7 13.9 167.7 88 181.6 181.6l10.4 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-10.4 0c-13.9 93.7-88 167.7-181.6 181.6l0 10.4c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-10.4C130.3 455.7 56.3 381.7 42.4 288L32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l10.4 0C56.3 130.3 130.3 56.3 224 42.4L224 32c0-17.7 14.3-32 32-32zM107.4 288c12.5 58.3 58.4 104.1 116.6 116.6l0-20.6c0-17.7 14.3-32 32-32s32 14.3 32 32l0 20.6c58.3-12.5 104.1-58.4 116.6-116.6L384 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l20.6 0C392.1 165.7 346.3 119.9 288 107.4l0 20.6c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-20.6C165.7 119.9 119.9 165.7 107.4 224l20.6 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-20.6 0zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "person-cane": [448, 512, [], "e53c", "M272 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-8 187.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7l-35.9 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9 120 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-244.7zM352 376c0-4.4 3.6-8 8-8s8 3.6 8 8l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-30.9-25.1-56-56-56s-56 25.1-56 56l0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8z"], + "tent": [576, 512, [], "e57d", "M269.4 6C280.5-2 295.5-2 306.6 6l224 160c7.4 5.3 12.2 13.5 13.2 22.5l32 288c1 9-1.9 18.1-8 24.9s-14.7 10.7-23.8 10.7l-80 0-28.2 0c-12.1 0-23.2-6.8-28.6-17.7L306.7 293.5c-1.7-3.4-5.1-5.5-8.8-5.5c-5.5 0-9.9 4.4-9.9 9.9L288 480c0 17.7-14.3 32-32 32l-16 0L32 512c-9.1 0-17.8-3.9-23.8-10.7s-9-15.8-8-24.9l32-288c1-9 5.8-17.2 13.2-22.5L269.4 6z"], + "vest-patches": [448, 512, [], "e086", "M151.2 69.7l55.9 167.7-11 33.1c-2.7 8.2-4.1 16.7-4.1 25.3L192 464c0 14.5 3.9 28.2 10.7 39.9C195 509 185.9 512 176 512L48 512c-26.5 0-48-21.5-48-48L0 270.5c0-9.5 2.8-18.7 8.1-26.6l47.9-71.8c5.3-7.9 8.1-17.1 8.1-26.6L64 128l0-73.7L64 48C64 21.5 85.5 0 112 0l4.5 0c.2 0 .4 0 .6 0c.4 0 .8 0 1.2 0c18.8 0 34.1 9.7 44.1 18.8C171.6 27.2 190.8 40 224 40s52.4-12.8 61.7-21.2C295.7 9.7 311 0 329.7 0c.4 0 .8 0 1.2 0c.2 0 .4 0 .6 0L336 0c26.5 0 48 21.5 48 48l0 6.3 0 73.7 0 17.5c0 9.5 2.8 18.7 8.1 26.6l47.9 71.8c5.3 7.9 8.1 17.1 8.1 26.6L448 464c0 26.5-21.5 48-48 48l-128 0c-26.5 0-48-21.5-48-48l0-168.2c0-5.2 .8-10.3 2.5-15.2L296.8 69.7C279.4 79.7 255.4 88 224 88s-55.4-8.3-72.8-18.3zM96 456a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM63.5 255.5c-4.7 4.7-4.7 12.3 0 17L79 288 63.5 303.5c-4.7 4.7-4.7 12.3 0 17s12.3 4.7 17 0L96 305l15.5 15.5c4.7 4.7 12.3 4.7 17 0s4.7-12.3 0-17L113 288l15.5-15.5c4.7-4.7 4.7-12.3 0-17s-12.3-4.7-17 0L96 271 80.5 255.5c-4.7-4.7-12.3-4.7-17 0zM304 280l0 8 0 32c0 8.8 7.2 16 16 16l32 0 8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-8c0-13.3-10.7-24-24-24s-24 10.7-24 24z"], + "check-double": [448, 512, [], "f560", "M342.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 178.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l160-160zm96 128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 54.6 297.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l256-256z"], + "arrow-down-a-z": [576, 512, ["sort-alpha-asc", "sort-alpha-down"], "f15d", "M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L128 365.7 128 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 301.7 32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 320c0-17.7 14.3-32 32-32l128 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 416l50.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 352 352 352c-17.7 0-32-14.3-32-32zM416 32c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3L460.2 224l-88.4 0-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128C392.8 38.8 403.9 32 416 32zM395.8 176l40.4 0L416 135.6 395.8 176z"], + "money-bill-wheat": [512, 512, [], "e52a", "M176 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16zM56 16l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L56 64C42.7 64 32 53.3 32 40s10.7-24 24-24zM24 88l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 136c-13.3 0-24-10.7-24-24S10.7 88 24 88zm8 96c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24zM272 16c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80zM400 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16zm80 144c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM352 128c8.8 0 16 7.2 16 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-96 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM0 304c0-26.5 21.5-48 48-48l416 0c26.5 0 48 21.5 48 48l0 160c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 304zM48 416l0 48 48 0c0-26.5-21.5-48-48-48zM96 304l-48 0 0 48c26.5 0 48-21.5 48-48zM464 416c-26.5 0-48 21.5-48 48l48 0 0-48zM416 304c0 26.5 21.5 48 48 48l0-48-48 0zm-96 80a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"], + "cookie": [512, 512, [127850], "f563", "M247.2 17c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9l-14.6-82.8c-3.9-22.1-14.6-42.3-30.7-57.9L388.9 57.5c-16.1-15.6-36.6-25.6-58.7-28.7L247.2 17zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "arrow-rotate-left": [512, 512, [8634, "arrow-left-rotate", "arrow-rotate-back", "arrow-rotate-backward", "undo"], "f0e2", "M125.7 160l50.3 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L48 224c-17.7 0-32-14.3-32-32L16 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 51.2L97.6 97.6c87.5-87.5 229.3-87.5 316.8 0s87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3s-163.8-62.5-226.3 0L125.7 160z"], + "hard-drive": [512, 512, [128436, "hdd"], "f0a0", "M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 184.4c-17-15.2-39.4-24.4-64-24.4L64 256c-24.6 0-47 9.2-64 24.4L0 96zM64 288l384 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64zM320 416a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm128-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"], + "face-grin-squint-tears": [512, 512, [129315, "grin-squint-tears"], "f586", "M426.8 14.2C446-5 477.5-4.6 497.1 14.9s20 51 .7 70.3c-6.8 6.8-21.4 12.4-37.4 16.7c-16.3 4.4-34.1 7.5-46.3 9.3c-1.6 .2-3.1 .5-4.6 .6c-4.9 .8-9.1-2.8-9.5-7.4c-.1-.7 0-1.4 .1-2.1c1.6-11.2 4.6-29.6 9-47c.3-1.3 .7-2.6 1-3.9c4.3-15.9 9.8-30.5 16.7-37.4zm-44.7 19c-1.5 4.8-2.9 9.6-4.1 14.3c-4.8 18.9-8 38.5-9.7 50.3c-4 26.8 18.9 49.7 45.7 45.8c11.9-1.6 31.5-4.8 50.4-9.7c4.7-1.2 9.5-2.5 14.3-4.1C534.2 227.5 520.2 353.8 437 437c-83.2 83.2-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c4.8-18.9 8-38.5 9.7-50.3c4-26.8-18.9-49.7-45.7-45.8c-11.9 1.6-31.5 4.8-50.4 9.7c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75C158.2-8.3 284.5-22.2 382.2 33.2zM51.5 410.1c18.5-5 38.8-8.3 50.9-10c.4-.1 .7-.1 1-.1c5.1-.2 9.2 4.3 8.4 9.6c-1.7 12.1-5 32.4-10 50.9C97.6 476.4 92 491 85.2 497.8C66 517 34.5 516.6 14.9 497.1s-20-51-.7-70.3c6.8-6.8 21.4-12.4 37.4-16.7zM416.9 209c-4.7-11.9-20.8-11-26.8 .3c-19 35.5-45 70.8-77.5 103.3S244.8 371.1 209.3 390c-11.3 6-12.2 22.1-.3 26.8c57.6 22.9 125.8 11 172.3-35.5s58.4-114.8 35.5-172.3zM87.1 285.1c2 2 4.6 3.2 7.3 3.4l56.1 5.1 5.1 56.1c.3 2.8 1.5 5.4 3.4 7.3c6.3 6.3 17.2 3.6 19.8-4.9l29.7-97.4c3.5-11.6-7.3-22.5-19-19L92 265.3c-8.6 2.6-11.3 13.4-4.9 19.8zM265.3 92l-29.7 97.4c-3.5 11.6 7.3 22.5 19 19l97.4-29.7c8.6-2.6 11.3-13.4 4.9-19.8c-2-2-4.6-3.2-7.3-3.4l-56.1-5.1-5.1-56.1c-.3-2.8-1.5-5.4-3.4-7.3c-6.3-6.3-17.2-3.6-19.8 4.9z"], + "dumbbell": [640, 512, [], "f44b", "M96 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 160 0 64 0 160c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64-32 0c-17.7 0-32-14.3-32-32l0-64c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c0-17.7 14.3-32 32-32l32 0 0-64zm448 0l0 64 32 0c17.7 0 32 14.3 32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 64c0 17.7-14.3 32-32 32l-32 0 0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-160 0-64 0-160c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32zM416 224l0 64-192 0 0-64 192 0z"], + "rectangle-list": [576, 512, ["list-alt"], "f022", "M0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32-128a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96-248c-13.3 0-24 10.7-24 24s10.7 24 24 24l224 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-224 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l224 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-224 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l224 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-224 0z"], + "tarp-droplet": [576, 512, [], "e57c", "M288 160c-35.3 0-64-26.9-64-60c0-24 33.7-70.1 52.2-93.5c6.1-7.7 17.5-7.7 23.6 0C318.3 29.9 352 76 352 100c0 33.1-28.7 60-64 60zM64 128l133.5 0c13.2 37.3 48.7 64 90.5 64s77.4-26.7 90.5-64L512 128c35.3 0 64 28.7 64 64l0 160-128 0c-17.7 0-32 14.3-32 32l0 128L64 512c-35.3 0-64-28.7-64-64L0 192c0-35.3 28.7-64 64-64zM448 512l0-128 128 0L448 512zM96 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "house-medical-circle-check": [640, 512, [], "e511", "M320 368c0 59.5 29.5 112.1 74.8 144l-266.7 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64L320 256l0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16zm32 0a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"], + "person-skiing-nordic": [576, 512, ["skiing-nordic"], "f7ca", "M336 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM227.2 160c1.9 0 3.8 .1 5.6 .3L201.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9L291.3 464l-88.5 0 41.1-88.1-32.4-20.3c-7.8-4.9-14.7-10.7-20.6-17.3L132.2 464l-32.4 0 54.2-257.6c4.6-1.5 9-4.1 12.7-7.8l23.1-23.1c9.9-9.9 23.4-15.5 37.5-15.5zM121.4 198.6c.4 .4 .8 .8 1.3 1.2L67 464l-43 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l135.3 0c.5 0 .9 0 1.4 0l158.6 0c.5 0 1 0 1.4 0L504 512c39.8 0 72-32.2 72-72l0-8c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 8c0 13.3-10.7 24-24 24l-69.4 0 27.6-179.3c10.5-5.2 17.8-16.1 17.8-28.7c0-17.7-14.3-32-32-32l-21.3 0c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3l-23.1 23.1c-12.5 12.5-12.5 32.8 0 45.3zm308 89.4L402.3 464l-44.4 0 21.6-75.6c5.9-20.6-2.6-42.6-20.7-53.9L302 299l30.9-82.4 5.1 12.3C353 264.7 387.9 288 426.7 288l2.7 0z"], + "calendar-plus": [448, 512, [], "f271", "M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272zM224 248c13.3 0 24 10.7 24 24l0 56 56 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-56 0 0 56c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-56-56 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l56 0 0-56c0-13.3 10.7-24 24-24z"], + "plane-arrival": [640, 512, [128748], "f5af", "M.3 166.9L0 68C0 57.7 9.5 50.1 19.5 52.3l35.6 7.9c10.6 2.3 19.2 9.9 23 20L96 128l127.3 37.6L181.8 20.4C178.9 10.2 186.6 0 197.2 0l40.1 0c11.6 0 22.2 6.2 27.9 16.3l109 193.8 107.2 31.7c15.9 4.7 30.8 12.5 43.7 22.8l34.4 27.6c24 19.2 18.1 57.3-10.7 68.2c-41.2 15.6-86.2 18.1-128.8 7L121.7 289.8c-11.1-2.9-21.2-8.7-29.3-16.9L9.5 189.4c-5.9-6-9.3-14.1-9.3-22.5zM32 448l576 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32zm96-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128-16a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "circle-left": [512, 512, [61840, "arrow-alt-circle-left"], "f359", "M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM116.7 244.7l112-112c4.6-4.6 11.5-5.9 17.4-3.5s9.9 8.3 9.9 14.8l0 64 96 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32l-96 0 0 64c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5l-112-112c-6.2-6.2-6.2-16.4 0-22.6z"], + "train-subway": [448, 512, ["subway"], "f239", "M96 0C43 0 0 43 0 96L0 352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512l39.7 0c8.5 0 16.6-3.4 22.6-9.4L160 448l128 0 54.6 54.6c6 6 14.1 9.4 22.6 9.4l39.7 0c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9l0-256c0-53-43-96-96-96L96 0zM64 128c0-17.7 14.3-32 32-32l80 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-80 0c-17.7 0-32-14.3-32-32l0-96zM272 96l80 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-80 0c-17.7 0-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32zM64 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm288-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "chart-gantt": [512, 512, [], "e0e4", "M32 32c17.7 0 32 14.3 32 32l0 336c0 8.8 7.2 16 16 16l400 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 480c-44.2 0-80-35.8-80-80L0 64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32zm96 64l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm160 96l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"], + "indian-rupee-sign": [320, 512, ["indian-rupee", "inr"], "e1bc", "M0 64C0 46.3 14.3 32 32 32l64 0 16 0 176 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-56.2 0c9.6 14.4 16.7 30.6 20.7 48l35.6 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-35.6 0c-13.2 58.3-61.9 103.2-122.2 110.9L274.6 422c14.4 10.3 17.7 30.3 7.4 44.6s-30.3 17.7-44.6 7.4L13.4 314C2.1 306-2.7 291.5 1.5 278.2S18.1 256 32 256l80 0c32.8 0 61-19.7 73.3-48L32 208c-17.7 0-32-14.3-32-32s14.3-32 32-32l153.3 0C173 115.7 144.8 96 112 96L96 96 32 96C14.3 96 0 81.7 0 64z"], + "crop-simple": [512, 512, ["crop-alt"], "f565", "M128 32c0-17.7-14.3-32-32-32S64 14.3 64 32l0 32L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l32 0 0 256c0 35.3 28.7 64 64 64l224 0 0-64-224 0 0-352zM384 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-256c0-35.3-28.7-64-64-64L160 64l0 64 224 0 0 352z"], + "money-bill-1": [576, 512, ["money-bill-alt"], "f3d1", "M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm64 320l-64 0 0-64c35.3 0 64 28.7 64 64zM64 192l0-64 64 0c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64l0 64-64 0zm64-192c-35.3 0-64-28.7-64-64l64 0 0 64zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm76-48c0 9.7 6.9 17.7 16 19.6l0 48.4-4 0c-11 0-20 9-20 20s9 20 20 20l24 0 24 0c11 0 20-9 20-20s-9-20-20-20l-4 0 0-68c0-11-9-20-20-20l-16 0c-11 0-20 9-20 20z"], + "left-long": [512, 512, ["long-arrow-alt-left"], "f30a", "M177.5 414c-8.8 3.8-19 2-26-4.6l-144-136C2.7 268.9 0 262.6 0 256s2.7-12.9 7.5-17.4l144-136c7-6.6 17.2-8.4 26-4.6s14.5 12.5 14.5 22l0 72 288 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-288 0 0 72c0 9.6-5.7 18.2-14.5 22z"], + "dna": [448, 512, [129516], "f471", "M416 0c17.7 0 32 14.3 32 32c0 59.8-30.3 107.5-69.4 146.6c-28 28-62.5 53.5-97.3 77.4l-2.5 1.7c-11.9 8.1-23.8 16.1-35.5 23.9c0 0 0 0 0 0s0 0 0 0s0 0 0 0l-1.6 1c-6 4-11.9 7.9-17.8 11.9c-20.9 14-40.8 27.7-59.3 41.5l118.5 0c-9.8-7.4-20.1-14.7-30.7-22.1l7-4.7 3-2c15.1-10.1 30.9-20.6 46.7-31.6c25 18.1 48.9 37.3 69.4 57.7C417.7 372.5 448 420.2 448 480c0 17.7-14.3 32-32 32s-32-14.3-32-32L64 480c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-59.8 30.3-107.5 69.4-146.6c28-28 62.5-53.5 97.3-77.4c-34.8-23.9-69.3-49.3-97.3-77.4C30.3 139.5 0 91.8 0 32C0 14.3 14.3 0 32 0S64 14.3 64 32l320 0c0-17.7 14.3-32 32-32zM338.6 384l-229.2 0c-10.1 10.6-18.6 21.3-25.5 32l280.2 0c-6.8-10.7-15.3-21.4-25.5-32zM109.4 128l229.2 0c10.1-10.7 18.6-21.3 25.5-32L83.9 96c6.8 10.7 15.3 21.3 25.5 32zm55.4 48c18.4 13.8 38.4 27.5 59.3 41.5c20.9-14 40.8-27.7 59.3-41.5l-118.5 0z"], + "virus-slash": [640, 512, [], "e075", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-154.3-121c-2-30.1 20.8-60.1 56-60.1l11.5 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-11.5 0c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C412.3 118.4 352 93.4 352 43.5L352 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 11.5c0 49.9-60.3 74.9-95.6 39.6L184.2 75c-12.5-12.5-32.8-12.5-45.3 0c-1.6 1.6-3.1 3.4-4.3 5.3L38.8 5.1zm225.8 177c6.9-3.9 14.9-6.1 23.4-6.1c26.5 0 48 21.5 48 48c0 4.4-.6 8.7-1.7 12.7l-69.7-54.6zM402 412.7L144.7 210c-9.5 8.5-22.2 14-37.2 14L96 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l11.5 0c49.9 0 74.9 60.3 39.6 95.6l-8.2 8.2c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6l0 11.5c0 17.7 14.3 32 32 32s32-14.3 32-32l0-11.5c0-31.2 23.6-52.7 50-55.7z"], + "minus": [448, 512, [8211, 8722, 10134, "subtract"], "f068", "M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"], + "chess": [512, 512, [], "f439", "M144 16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 16L96 32c-8.8 0-16 7.2-16 16s7.2 16 16 16l16 0 0 32L60.2 96C49.1 96 40 105.1 40 116.2c0 2.5 .5 4.9 1.3 7.3L73.8 208 72 208c-13.3 0-24 10.7-24 24s10.7 24 24 24l4 0L60 384l136 0L180 256l4 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-1.8 0 32.5-84.5c.9-2.3 1.3-4.8 1.3-7.3c0-11.2-9.1-20.2-20.2-20.2L144 96l0-32 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16zM48 416L4.8 473.6C1.7 477.8 0 482.8 0 488c0 13.3 10.7 24 24 24l208 0c13.3 0 24-10.7 24-24c0-5.2-1.7-10.2-4.8-14.4L208 416 48 416zm288 0l-43.2 57.6c-3.1 4.2-4.8 9.2-4.8 14.4c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24c0-5.2-1.7-10.2-4.8-14.4L464 416l-128 0zM304 208l0 51.9c0 7.8 2.8 15.3 8 21.1L339.2 312 337 384l125.5 0-3.3-72 28.3-30.8c5.4-5.9 8.5-13.6 8.5-21.7l0-51.5c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16l0 16-24 0 0-16c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16l0 16-24 0 0-16c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16zm80 96c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32-32 0 0-32z"], + "arrow-left-long": [512, 512, ["long-arrow-left"], "f177", "M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288 480 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-370.7 0 73.4-73.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-128 128z"], + "plug-circle-check": [576, 512, [], "e55c", "M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"], + "street-view": [512, 512, [], "f21d", "M320 64A64 64 0 1 0 192 64a64 64 0 1 0 128 0zm-96 96c-35.3 0-64 28.7-64 64l0 48c0 17.7 14.3 32 32 32l1.8 0 11.1 99.5c1.8 16.2 15.5 28.5 31.8 28.5l38.7 0c16.3 0 30-12.3 31.8-28.5L318.2 304l1.8 0c17.7 0 32-14.3 32-32l0-48c0-35.3-28.7-64-64-64l-64 0zM132.3 394.2c13-2.4 21.7-14.9 19.3-27.9s-14.9-21.7-27.9-19.3c-32.4 5.9-60.9 14.2-82 24.8c-10.5 5.3-20.3 11.7-27.8 19.6C6.4 399.5 0 410.5 0 424c0 21.4 15.5 36.1 29.1 45c14.7 9.6 34.3 17.3 56.4 23.4C130.2 504.7 190.4 512 256 512s125.8-7.3 170.4-19.6c22.1-6.1 41.8-13.8 56.4-23.4c13.7-8.9 29.1-23.6 29.1-45c0-13.5-6.4-24.5-14-32.6c-7.5-7.9-17.3-14.3-27.8-19.6c-21-10.6-49.5-18.9-82-24.8c-13-2.4-25.5 6.3-27.9 19.3s6.3 25.5 19.3 27.9c30.2 5.5 53.7 12.8 69 20.5c3.2 1.6 5.8 3.1 7.9 4.5c3.6 2.4 3.6 7.2 0 9.6c-8.8 5.7-23.1 11.8-43 17.3C374.3 457 318.5 464 256 464s-118.3-7-157.7-17.9c-19.9-5.5-34.2-11.6-43-17.3c-3.6-2.4-3.6-7.2 0-9.6c2.1-1.4 4.8-2.9 7.9-4.5c15.3-7.7 38.8-14.9 69-20.5z"], + "franc-sign": [320, 512, [], "e18f", "M80 32C62.3 32 48 46.3 48 64l0 160 0 96-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 80 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-80 0 0-64 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-96 176 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z"], + "volume-off": [320, 512, [], "f026", "M320 64c0-12.6-7.4-24-18.9-29.2s-25-3.1-34.4 5.3L131.8 160 64 160c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l67.8 0L266.7 471.9c9.4 8.4 22.9 10.4 34.4 5.3S320 460.6 320 448l0-384z"], + "hands-asl-interpreting": [640, 512, ["american-sign-language-interpreting", "asl-interpreting", "hands-american-sign-language-interpreting"], "f2a3", "M156.6 46.3c7.9-15.8 1.5-35-14.3-42.9s-35-1.5-42.9 14.3L13.5 189.4C4.6 207.2 0 226.8 0 246.7L0 256c0 70.7 57.3 128 128 128l72 0 8 0 0-.3c35.2-2.7 65.4-22.8 82.1-51.7c8.8-15.3 3.6-34.9-11.7-43.7s-34.9-3.6-43.7 11.7c-7 12-19.9 20-34.7 20c-22.1 0-40-17.9-40-40s17.9-40 40-40c14.8 0 27.7 8 34.7 20c8.8 15.3 28.4 20.5 43.7 11.7s20.5-28.4 11.7-43.7c-12.8-22.1-33.6-39.1-58.4-47.1l80.8-22c17-4.6 27.1-22.2 22.5-39.3s-22.2-27.1-39.3-22.5L194.9 124.6l81.6-68c13.6-11.3 15.4-31.5 4.1-45.1S249.1-3.9 235.5 7.4L133.6 92.3l23-46zM483.4 465.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l85.9-171.7c8.9-17.8 13.5-37.4 13.5-57.2l0-9.3c0-70.7-57.3-128-128-128l-72 0-8 0 0 .3c-35.2 2.7-65.4 22.8-82.1 51.7c-8.9 15.3-3.6 34.9 11.7 43.7s34.9 3.6 43.7-11.7c7-12 19.9-20 34.7-20c22.1 0 40 17.9 40 40s-17.9 40-40 40c-14.8 0-27.7-8-34.7-20c-8.9-15.3-28.4-20.5-43.7-11.7s-20.5 28.4-11.7 43.7c12.8 22.1 33.6 39.1 58.4 47.1l-80.8 22c-17.1 4.7-27.1 22.2-22.5 39.3s22.2 27.1 39.3 22.5l100.7-27.5-81.6 68c-13.6 11.3-15.4 31.5-4.1 45.1s31.5 15.4 45.1 4.1l101.9-84.9-23 46z"], + "gear": [512, 512, [9881, "cog"], "f013", "M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z"], + "droplet-slash": [640, 512, ["tint-slash"], "f5c7", "M320 512c53.2 0 101.4-21.6 136.1-56.6l-298.3-235C140 257.1 128 292.3 128 320c0 106 86 192 192 192zM505.2 370.7c4.4-16.2 6.8-33.1 6.8-50.7c0-91.2-130.2-262.3-166.6-308.3C339.4 4.2 330.5 0 320.9 0l-1.8 0c-9.6 0-18.5 4.2-24.5 11.7C277.8 33 240.7 81.3 205.8 136L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L505.2 370.7zM224 336c0 44.2 35.8 80 80 80c8.8 0 16 7.2 16 16s-7.2 16-16 16c-61.9 0-112-50.1-112-112c0-8.8 7.2-16 16-16s16 7.2 16 16z"], + "mosque": [640, 512, [128332], "f678", "M400 0c5 0 9.8 2.4 12.8 6.4c34.7 46.3 78.1 74.9 133.5 111.5c0 0 0 0 0 0s0 0 0 0c5.2 3.4 10.5 7 16 10.6c28.9 19.2 45.7 51.7 45.7 86.1c0 28.6-11.3 54.5-29.8 73.4l-356.4 0c-18.4-19-29.8-44.9-29.8-73.4c0-34.4 16.7-66.9 45.7-86.1c5.4-3.6 10.8-7.1 16-10.6c0 0 0 0 0 0s0 0 0 0C309.1 81.3 352.5 52.7 387.2 6.4c3-4 7.8-6.4 12.8-6.4zM288 512l0-72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 72-48 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l416 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-48 0 0-72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 72-64 0 0-58c0-19-8.4-37-23-49.2L400 384l-25 20.8C360.4 417 352 435 352 454l0 58-64 0zM70.4 5.2c5.7-4.3 13.5-4.3 19.2 0l16 12C139.8 42.9 160 83.2 160 126l0 2L0 128l0-2C0 83.2 20.2 42.9 54.4 17.2l16-12zM0 160l160 0 0 136.6c-19.1 11.1-32 31.7-32 55.4l0 128c0 9.6 2.1 18.6 5.8 26.8c-6.6 3.4-14 5.2-21.8 5.2l-64 0c-26.5 0-48-21.5-48-48L0 176l0-16z"], + "mosquito": [640, 512, [], "e52b", "M463.7 505.9c9.8-8.9 10.7-24.3 2.1-34.3l-42.1-49 0-54.7c0-5.5-1.8-10.8-5.1-15.1L352 266.3l0-.3L485.4 387.8C542.4 447.6 640 405.2 640 320.6c0-47.9-34-88.3-79.4-94.2l-153-23.9 40.8-40.9c7.8-7.8 9.4-20.1 3.9-29.8L428.5 90.1l38.2-50.9c8-10.6 6.1-25.9-4.3-34.1s-25.2-6.3-33.2 4.4l-48 63.9c-5.9 7.9-6.6 18.6-1.7 27.2L402.2 140 352 190.3l0-38.2c0-14.9-10.2-27.4-24-31l0-57.2c0-4.4-3.6-8-8-8s-8 3.6-8 8l0 57.2c-13.8 3.6-24 16.1-24 31l0 38.1L237.8 140l22.6-39.5c4.9-8.6 4.2-19.3-1.7-27.2l-48-63.9c-8-10.6-22.8-12.6-33.2-4.4s-12.2 23.5-4.3 34.1l38.2 50.9-23.9 41.7c-5.5 9.7-3.9 22 3.9 29.8l40.8 40.9-153 23.9C34 232.3 0 272.7 0 320.6c0 84.6 97.6 127 154.6 67.1L288 266l0 .3-66.5 86.4c-3.3 4.3-5.1 9.6-5.1 15.1l0 54.7-42.1 49c-8.6 10.1-7.7 25.5 2.1 34.3s24.7 7.9 33.4-2.1l48-55.9c3.8-4.4 5.9-10.2 5.9-16.1l0-55.4L288 344.7l0 63.1c0 17.7 14.3 32 32 32s32-14.3 32-32l0-63.1 24.3 31.6 0 55.4c0 5.9 2.1 11.7 5.9 16.1l48 55.9c8.6 10.1 23.6 11 33.4 2.1z"], + "star-of-david": [512, 512, [10017], "f69a", "M404.2 309.5L383.1 344l42.3 0-21.1-34.5zM371.4 256l-54-88-122.8 0-54 88 54 88 122.8 0 54-88zm65.7 0l53.4 87c3.6 5.9 5.5 12.7 5.5 19.6c0 20.7-16.8 37.4-37.4 37.4l-109.8 0-56.2 91.5C284.8 504.3 270.9 512 256 512s-28.8-7.7-36.6-20.5L163.3 400 53.4 400C32.8 400 16 383.2 16 362.6c0-6.9 1.9-13.7 5.5-19.6l53.4-87L21.5 169c-3.6-5.9-5.5-12.7-5.5-19.6C16 128.8 32.8 112 53.4 112l109.8 0 56.2-91.5C227.2 7.7 241.1 0 256 0s28.8 7.7 36.6 20.5L348.7 112l109.8 0c20.7 0 37.4 16.8 37.4 37.4c0 6.9-1.9 13.7-5.5 19.6l-53.4 87zm-54-88l21.1 34.5L425.4 168l-42.3 0zM283 112L256 68l-27 44 54 0zM128.9 168l-42.3 0 21.1 34.5L128.9 168zM107.8 309.5L86.6 344l42.3 0-21.1-34.5zM229 400l27 44 27-44-54 0z"], + "person-military-rifle": [512, 512, [], "e54b", "M160 39c0-13 10-23.8 22.9-24.9L334.7 1.4C344 .7 352 8 352 17.4L352 48c0 8.8-7.2 16-16 16L185 64c-13.8 0-25-11.2-25-25zm17.6 57l156.8 0c1 5.2 1.6 10.5 1.6 16c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-5.5 .6-10.8 1.6-16zm228 364.3L352 369.7 352 480c0 1.3-.1 2.5-.2 3.8L177.5 234.9c16.6-7.1 34.6-10.9 53.3-10.9l50.4 0c15.9 0 31.3 2.8 45.8 7.9L421.9 67.7c-7.7-4.4-10.3-14.2-5.9-21.9s14.2-10.3 21.9-5.9l13.9 8 13.9 8c7.7 4.4 10.3 14.2 5.9 21.9L416 173.9l1.6 .9c15.3 8.8 20.6 28.4 11.7 43.7L392.6 282c2 2.8 3.9 5.8 5.7 8.8l76.1 128.8c11.2 19 4.9 43.5-14.1 54.8s-43.5 4.9-54.8-14.1zM320 512l-128 0c-17.7 0-32-14.3-32-32l0-110.3-53.6 90.6c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8l76.1-128.8c9.4-15.8 21.7-29.3 36-40L331.1 510c-3.5 1.3-7.2 2-11.1 2zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"], + "cart-shopping": [576, 512, [128722, "shopping-cart"], "f07a", "M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"], + "vials": [512, 512, [], "f493", "M0 64C0 46.3 14.3 32 32 32l56 0 48 0 56 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 304c0 44.2-35.8 80-80 80s-80-35.8-80-80L32 96C14.3 96 0 81.7 0 64zM136 96L88 96l0 160 48 0 0-160zM288 64c0-17.7 14.3-32 32-32l56 0 48 0 56 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 304c0 44.2-35.8 80-80 80s-80-35.8-80-80l0-304c-17.7 0-32-14.3-32-32zM424 96l-48 0 0 160 48 0 0-160z"], + "plug-circle-plus": [576, 512, [], "e55f", "M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208l0 48 48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16z"], + "place-of-worship": [640, 512, [], "f67f", "M224 109.3l0 108.3L183.3 242c-14.5 8.7-23.3 24.3-23.3 41.2L160 512l96 0 0-96c0-35.3 28.7-64 64-64s64 28.7 64 64l0 96 96 0 0-228.8c0-16.9-8.8-32.5-23.3-41.2L416 217.6l0-108.3c0-8.5-3.4-16.6-9.4-22.6L331.3 11.3c-6.2-6.2-16.4-6.2-22.6 0L233.4 86.6c-6 6-9.4 14.1-9.4 22.6zM24.9 330.3C9.5 338.8 0 354.9 0 372.4L0 464c0 26.5 21.5 48 48 48l80 0 0-238.4L24.9 330.3zM592 512c26.5 0 48-21.5 48-48l0-91.6c0-17.5-9.5-33.6-24.9-42.1L512 273.6 512 512l80 0z"], + "grip-vertical": [320, 512, [], "f58e", "M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z"], + "arrow-turn-up": [384, 512, ["level-up"], "f148", "M32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c53 0 96-43 96-96l0-306.7 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3 160 416c0 17.7-14.3 32-32 32l-96 0z"], + "u": [384, 512, [117], "55", "M32 32c17.7 0 32 14.3 32 32l0 224c0 70.7 57.3 128 128 128s128-57.3 128-128l0-224c0-17.7 14.3-32 32-32s32 14.3 32 32l0 224c0 106-86 192-192 192S0 394 0 288L0 64C0 46.3 14.3 32 32 32z"], + "square-root-variable": [576, 512, ["square-root-alt"], "f698", "M282.6 78.1c8-27.3 33-46.1 61.4-46.1l200 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L344 96 238.7 457c-3.6 12.3-14.1 21.2-26.8 22.8s-25.1-4.6-31.5-15.6L77.6 288 32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l45.6 0c22.8 0 43.8 12.1 55.3 31.8l65.2 111.8L282.6 78.1zM393.4 233.4c12.5-12.5 32.8-12.5 45.3 0L480 274.7l41.4-41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 320l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 365.3l-41.4 41.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 320l-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z"], + "clock": [512, 512, [128339, "clock-four"], "f017", "M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"], + "backward-step": [320, 512, ["step-backward"], "f048", "M267.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29l0-320c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160L64 241 64 96c0-17.7-14.3-32-32-32S0 78.3 0 96L0 416c0 17.7 14.3 32 32 32s32-14.3 32-32l0-145 11.5 9.6 192 160z"], + "pallet": [640, 512, [], "f482", "M32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 64-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 224 0 224 0 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-64 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0-224 0L96 320l-64 0zm96 64l160 0 0 64-160 0 0-64zm224 0l160 0 0 64-160 0 0-64z"], + "faucet": [512, 512, [], "e005", "M192 96l0 12L96 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l96-12 31-3.9 1-.1 1 .1 31 3.9 96 12c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 12 0-12c0-17.7-14.3-32-32-32s-32 14.3-32 32zM32 256c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l100.1 0c20.2 29 53.9 48 91.9 48s71.7-19 91.9-48l36.1 0c17.7 0 32 14.3 32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32c0-88.4-71.6-160-160-160l-32 0-22.6-22.6c-6-6-14.1-9.4-22.6-9.4L256 224l0-43.8-32-4-32 4 0 43.8-18.7 0c-8.5 0-16.6 3.4-22.6 9.4L128 256l-96 0z"], + "baseball-bat-ball": [512, 512, [], "f432", "M424 0c-12.4 0-24.2 4.9-33 13.7L233.5 171.2c-10.5 10.5-19.8 22.1-27.7 34.6L132.7 321.6c-7.3 11.5-15.8 22.2-25.5 31.9L69.9 390.7l51.3 51.3 37.3-37.3c9.6-9.6 20.3-18.2 31.9-25.5l115.8-73.1c12.5-7.9 24.1-17.2 34.6-27.7L498.3 121c8.7-8.7 13.7-20.6 13.7-33s-4.9-24.2-13.7-33L457 13.7C448.2 4.9 436.4 0 424 0zm88 432a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM15 399c-9.4 9.4-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L49 399c-9.4-9.4-24.6-9.4-33.9 0z"], + "s": [320, 512, [115], "53", "M99.1 105.4C79 114 68.2 127.2 65.2 144.8c-2.4 14.1-.7 23.2 2 29.4c2.8 6.3 7.9 12.4 16.7 18.6c19.2 13.4 48.3 22.1 84.9 32.5c1 .3 1.9 .6 2.9 .8c32.7 9.3 72 20.6 100.9 40.7c15.7 10.9 29.9 25.5 38.6 45.1c8.8 19.8 10.8 42 6.6 66.3c-7.3 42.5-35.3 71.7-71.8 87.3c-35.4 15.2-79.1 17.9-123.7 10.9l-.2 0s0 0 0 0c-24-3.9-62.7-17.1-87.6-25.6c-4.8-1.7-9.2-3.1-12.8-4.3C5.1 440.8-3.9 422.7 1.6 405.9s23.7-25.8 40.5-20.3c4.9 1.6 10.2 3.4 15.9 5.4c25.4 8.6 56.4 19.2 74.4 22.1c36.8 5.7 67.5 2.5 88.5-6.5c20.1-8.6 30.8-21.8 33.9-39.4c2.4-14.1 .7-23.2-2-29.4c-2.8-6.3-7.9-12.4-16.7-18.6c-19.2-13.4-48.3-22.1-84.9-32.5c-1-.3-1.9-.6-2.9-.8c-32.7-9.3-72-20.6-100.9-40.7c-15.7-10.9-29.9-25.5-38.6-45.1c-8.8-19.8-10.8-42-6.6-66.3l31.5 5.5L2.1 133.9C9.4 91.4 37.4 62.2 73.9 46.6c35.4-15.2 79.1-17.9 123.7-10.9c13 2 52.4 9.6 66.6 13.4c17.1 4.5 27.2 22.1 22.7 39.2s-22.1 27.2-39.2 22.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5-4.9 31.5c-36.9-5.8-67.5-2.5-88.6 6.5z"], + "timeline": [640, 512, [], "e29c", "M128 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32 97.3c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80S48 51.8 48 96c0 32.8 19.7 61 48 73.3L96 224l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0 0 54.7c-28.3 12.3-48 40.5-48 73.3c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3l0-54.7 256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-54.7c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 32.8 19.7 61 48 73.3l0 54.7-320 0 0-54.7zM488 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM320 392a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"], + "keyboard": [576, 512, [9000], "f11c", "M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm16 64l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80-176c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM160 336c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16l0-32zM272 128l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM256 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM368 128l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM352 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM464 128l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM448 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16z"], + "caret-down": [320, 512, [], "f0d7", "M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"], + "house-chimney-medical": [576, 512, ["clinic-medical"], "f7f2", "M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c.2 35.5-28.5 64.3-64 64.3l-320.4 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7 416 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 121 52.8 46.4c8 7 12 15 11 24zM272 192c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0z"], + "temperature-three-quarters": [320, 512, ["temperature-3", "thermometer-3", "thermometer-three-quarters"], "f2c8", "M160 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L208 112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L48 112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3L144 144c0-8.8 7.2-16 16-16s16 7.2 16 16l0 178.7c18.6 6.6 32 24.4 32 45.3z"], + "mobile-screen": [384, 512, ["mobile-android-alt"], "f3cf", "M16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM144 448c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0c-8.8 0-16 7.2-16 16zM304 64L80 64l0 320 224 0 0-320z"], + "plane-up": [512, 512, [], "e22d", "M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7l0 66.3L497.8 278.5c8.9 5.9 14.2 15.9 14.2 26.6l0 56.7c0 10.9-10.7 18.6-21.1 15.2L320 320l0 80 57.6 43.2c4 3 6.4 7.8 6.4 12.8l0 42c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14l0-42c0-5 2.4-9.8 6.4-12.8L192 400l0-80L21.1 377C10.7 380.4 0 372.7 0 361.8l0-56.7c0-10.7 5.3-20.7 14.2-26.6L192 160l0-66.3z"], + "piggy-bank": [576, 512, [], "f4d3", "M400 96l0 .7c-5.3-.4-10.6-.7-16-.7L256 96c-16.5 0-32.5 2.1-47.8 6c-.1-2-.2-4-.2-6c0-53 43-96 96-96s96 43 96 96zm-16 32c3.5 0 7 .1 10.4 .3c4.2 .3 8.4 .7 12.6 1.3C424.6 109.1 450.8 96 480 96l11.5 0c10.4 0 18 9.8 15.5 19.9l-13.8 55.2c15.8 14.8 28.7 32.8 37.5 52.9l13.3 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-32 0c-9.1 12.1-19.9 22.9-32 32l0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32-128 0 0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64c-34.9-26.2-58.7-66.3-63.2-112L68 304c-37.6 0-68-30.4-68-68s30.4-68 68-68l4 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-4 0c-11 0-20 9-20 20s9 20 20 20l31.2 0c12.1-59.8 57.7-107.5 116.3-122.8c12.9-3.4 26.5-5.2 40.5-5.2l128 0zm64 136a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"], + "battery-half": [576, 512, ["battery-3"], "f242", "M464 160c8.8 0 16 7.2 16 16l0 160c0 8.8-7.2 16-16 16L80 352c-8.8 0-16-7.2-16-16l0-160c0-8.8 7.2-16 16-16l384 0zM80 96C35.8 96 0 131.8 0 176L0 336c0 44.2 35.8 80 80 80l384 0c44.2 0 80-35.8 80-80l0-16c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-16c0-44.2-35.8-80-80-80L80 96zm208 96L96 192l0 128 192 0 0-128z"], + "mountain-city": [640, 512, [], "e52e", "M336 0c-26.5 0-48 21.5-48 48l0 92.1 71.4 118.4c2.5-1.6 5.4-2.5 8.6-2.5l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-3.5 0 73.8 122.4c12.4 20.6 12.9 46.3 1.2 67.3c-.4 .8-.9 1.6-1.4 2.3L592 512c26.5 0 48-21.5 48-48l0-224c0-26.5-21.5-48-48-48l-24 0 0-72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 72-40 0 0-144c0-26.5-21.5-48-48-48L336 0zm32 64l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM352 176c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm160 96c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM224 188.9L283.8 288 223 288l-48 64-24.6-41.2L224 188.9zm29.4-44.2C247.1 134.3 236 128 224 128s-23.1 6.3-29.4 16.7L5.1 458.9c-6.5 10.8-6.7 24.3-.7 35.3S22 512 34.5 512l379.1 0c12.5 0 24-6.8 30.1-17.8s5.8-24.5-.7-35.3L253.4 144.7z"], + "coins": [512, 512, [], "f51e", "M512 80c0 18-14.3 34.6-38.4 48c-29.1 16.1-72.5 27.5-122.3 30.9c-3.7-1.8-7.4-3.5-11.3-5C300.6 137.4 248.2 128 192 128c-8.3 0-16.4 .2-24.5 .6l-1.1-.6C142.3 114.6 128 98 128 80c0-44.2 86-80 192-80S512 35.8 512 80zM160.7 161.1c10.2-.7 20.7-1.1 31.3-1.1c62.2 0 117.4 12.3 152.5 31.4C369.3 204.9 384 221.7 384 240c0 4-.7 7.9-2.1 11.7c-4.6 13.2-17 25.3-35 35.5c0 0 0 0 0 0c-.1 .1-.3 .1-.4 .2c0 0 0 0 0 0s0 0 0 0c-.3 .2-.6 .3-.9 .5c-35 19.4-90.8 32-153.6 32c-59.6 0-112.9-11.3-148.2-29.1c-1.9-.9-3.7-1.9-5.5-2.9C14.3 274.6 0 258 0 240c0-34.8 53.4-64.5 128-75.4c10.5-1.5 21.4-2.7 32.7-3.5zM416 240c0-21.9-10.6-39.9-24.1-53.4c28.3-4.4 54.2-11.4 76.2-20.5c16.3-6.8 31.5-15.2 43.9-25.5l0 35.4c0 19.3-16.5 37.1-43.8 50.9c-14.6 7.4-32.4 13.7-52.4 18.5c.1-1.8 .2-3.5 .2-5.3zm-32 96c0 18-14.3 34.6-38.4 48c-1.8 1-3.6 1.9-5.5 2.9C304.9 404.7 251.6 416 192 416c-62.8 0-118.6-12.6-153.6-32C14.3 370.6 0 354 0 336l0-35.4c12.5 10.3 27.6 18.7 43.9 25.5C83.4 342.6 135.8 352 192 352s108.6-9.4 148.1-25.9c7.8-3.2 15.3-6.9 22.4-10.9c6.1-3.4 11.8-7.2 17.2-11.2c1.5-1.1 2.9-2.3 4.3-3.4l0 3.4 0 5.7 0 26.3zm32 0l0-32 0-25.9c19-4.2 36.5-9.5 52.1-16c16.3-6.8 31.5-15.2 43.9-25.5l0 35.4c0 10.5-5 21-14.9 30.9c-16.3 16.3-45 29.7-81.3 38.4c.1-1.7 .2-3.5 .2-5.3zM192 448c56.2 0 108.6-9.4 148.1-25.9c16.3-6.8 31.5-15.2 43.9-25.5l0 35.4c0 44.2-86 80-192 80S0 476.2 0 432l0-35.4c12.5 10.3 27.6 18.7 43.9 25.5C83.4 438.6 135.8 448 192 448z"], + "khanda": [512, 512, [9772], "f66d", "M245.8 3.7c5.9-4.9 14.6-4.9 20.5 0l48 40c5.9 4.9 7.5 13.2 3.8 19.9c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0l-.1 .1-.3 .6c-.3 .5-.7 1.3-1.2 2.3c-1 2-2.6 5-4.4 8.6c-.5 .9-.9 1.9-1.4 2.9C344.9 97.4 368 134 368 176s-23.1 78.6-57.3 97.8c.5 1 1 2 1.4 2.9c1.8 3.7 3.3 6.6 4.4 8.6c.5 1 .9 1.8 1.2 2.3l.3 .6 .1 .1s0 0 0 0s0 0 0 0c3.6 6.7 2 15-3.8 19.9L272 343.5l0 19.8 35.6-24.5 41.1-28.2c42.8-29.4 68.4-78 68.4-130c0-31.1-9.2-61.6-26.5-87.5l-2.8-4.2c-4-6-3.5-14 1.3-19.5s12.7-7 19.2-3.7L401.1 80c7.2-14.3 7.2-14.3 7.2-14.3s0 0 0 0s0 0 0 0l.1 0 .3 .2 1 .5c.8 .4 2 1.1 3.5 1.9c2.9 1.7 7 4.1 11.8 7.3c9.6 6.4 22.5 16.1 35.4 29c25.7 25.7 52.7 65.6 52.7 119.3c0 53.1-26.4 100.5-51.2 133.6c-12.6 16.7-25.1 30.3-34.5 39.7c-4.7 4.7-8.7 8.4-11.5 10.9c-1.4 1.3-2.5 2.2-3.3 2.9l-.9 .8-.3 .2-.1 .1c0 0 0 0 0 0s0 0 0 0L401.1 400l10.2 12.3c-5.1 4.3-12.4 4.9-18.2 1.6l-75.6-43-32.7 22.5 45.5 31.3c1.8-.4 3.7-.7 5.7-.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-12.2 0-22.3-9.1-23.8-21L272 423.4l0 28.9c9.6 5.5 16 15.9 16 27.7c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-11.8 6.4-22.2 16-27.7l0-28.1-40.3 27.7C197.8 463.3 187.9 472 176 472c-13.3 0-24-10.7-24-24s10.7-24 24-24c2.2 0 4.4 .3 6.5 .9l45.8-31.5-32.7-22.5-75.6 43c-5.8 3.3-13 2.7-18.2-1.6L112 400c-10.2 12.3-10.2 12.3-10.3 12.3s0 0 0 0s0 0 0 0l-.1-.1-.3-.2-.9-.8c-.8-.7-1.9-1.7-3.3-2.9c-2.8-2.5-6.7-6.2-11.5-10.9c-9.4-9.4-21.9-23-34.5-39.7C26.4 324.5 0 277.1 0 224c0-53.7 26.9-93.6 52.7-119.3c12.9-12.9 25.8-22.6 35.4-29C93 72.5 97 70 99.9 68.4c1.5-.8 2.6-1.5 3.5-1.9l1-.5 .3-.2 .1 0c0 0 0 0 0 0s0 0 0 0L112 80l-7.2-14.3c6.5-3.2 14.3-1.7 19.2 3.7s5.3 13.4 1.3 19.5l-2.8 4.2C105.2 119 96 149.5 96 180.6c0 51.9 25.6 100.6 68.4 130l41.1 28.2L240 362.6l0-19.1-42.2-35.2c-5.9-4.9-7.5-13.2-3.8-19.9c0 0 0 0 0 0s0 0 0 0s0 0 0 0l.1-.1 .3-.6c.3-.5 .7-1.3 1.2-2.3c1-2 2.6-5 4.4-8.6c.5-.9 .9-1.9 1.4-2.9C167.1 254.6 144 218 144 176s23.1-78.6 57.3-97.8c-.5-1-1-2-1.4-2.9c-1.8-3.7-3.3-6.6-4.4-8.6c-.5-1-.9-1.8-1.2-2.3l-.3-.6-.1-.1s0 0 0 0s0 0 0 0s0 0 0 0c-3.6-6.7-2-15 3.8-19.9l48-40zM220.2 122.9c-17 11.5-28.2 31-28.2 53.1s11.2 41.6 28.2 53.1C227 210.2 232 190.9 232 176s-5-34.2-11.8-53.1zm71.5 106.2c17-11.5 28.2-31 28.2-53.1s-11.2-41.6-28.2-53.1C285 141.8 280 161.1 280 176s5 34.2 11.8 53.1z"], + "sliders": [512, 512, ["sliders-h"], "f1de", "M0 416c0 17.7 14.3 32 32 32l54.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-246.7 0c-12.3-28.3-40.5-48-73.3-48s-61 19.7-73.3 48L32 384c-17.7 0-32 14.3-32 32zm128 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32-80c-32.8 0-61 19.7-73.3 48L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l246.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48l54.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-54.7 0c-12.3-28.3-40.5-48-73.3-48zM192 128a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm73.3-64C253 35.7 224.8 16 192 16s-61 19.7-73.3 48L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l86.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 128c17.7 0 32-14.3 32-32s-14.3-32-32-32L265.3 64z"], + "folder-tree": [576, 512, [], "f802", "M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32l0 96L0 384c0 35.3 28.7 64 64 64l192 0 0-64L64 384l0-224 192 0 0-64L64 96l0-64zM288 192c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l-98.7 0c-8.5 0-16.6-3.4-22.6-9.4L409.4 9.4c-6-6-14.1-9.4-22.6-9.4L320 0c-17.7 0-32 14.3-32 32l0 160zm0 288c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l-98.7 0c-8.5 0-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4L320 288c-17.7 0-32 14.3-32 32l0 160z"], + "network-wired": [640, 512, [], "f6ff", "M256 64l128 0 0 64-128 0 0-64zM240 0c-26.5 0-48 21.5-48 48l0 96c0 26.5 21.5 48 48 48l48 0 0 32L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 0 32-48 0c-26.5 0-48 21.5-48 48l0 96c0 26.5 21.5 48 48 48l160 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-48 0 0-32 256 0 0 32-48 0c-26.5 0-48 21.5-48 48l0 96c0 26.5 21.5 48 48 48l160 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-48 0 0-32 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-256 0 0-32 48 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48L240 0zM96 448l0-64 128 0 0 64L96 448zm320-64l128 0 0 64-128 0 0-64z"], + "map-pin": [320, 512, [128205], "f276", "M16 144a144 144 0 1 1 288 0A144 144 0 1 1 16 144zM160 80c8.8 0 16-7.2 16-16s-7.2-16-16-16c-53 0-96 43-96 96c0 8.8 7.2 16 16 16s16-7.2 16-16c0-35.3 28.7-64 64-64zM128 480l0-162.9c10.4 1.9 21.1 2.9 32 2.9s21.6-1 32-2.9L192 480c0 17.7-14.3 32-32 32s-32-14.3-32-32z"], + "hamsa": [512, 512, [], "f665", "M34.6 288L80 288c8.8 0 16-7.2 16-16L96 72c0-22.1 17.9-40 40-40s40 17.9 40 40l0 132c0 11 9 20 20 20s20-9 20-20l0-164c0-22.1 17.9-40 40-40s40 17.9 40 40l0 164c0 11 9 20 20 20s20-9 20-20l0-132c0-22.1 17.9-40 40-40s40 17.9 40 40l0 200c0 8.8 7.2 16 16 16l45.4 0c19.1 0 34.6 15.5 34.6 34.6c0 8.6-3.2 16.9-9 23.3L416.6 441c-41.1 45.2-99.4 71-160.6 71s-119.4-25.8-160.6-71L9 345.9c-5.8-6.4-9-14.7-9-23.3C0 303.5 15.5 288 34.6 288zM256 288c-38.4 0-76.8 35.8-90.6 50.2c-3.6 3.7-5.4 8.7-5.4 13.8s1.8 10.1 5.4 13.8C179.2 380.2 217.6 416 256 416s76.8-35.8 90.6-50.2c3.6-3.7 5.4-8.7 5.4-13.8s-1.8-10.1-5.4-13.8C332.8 323.8 294.4 288 256 288zm0 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "cent-sign": [384, 512, [], "e3f5", "M224 0c17.7 0 32 14.3 32 32l0 34.7c30.9 5.2 59.2 17.7 83.2 35.8c14.1 10.6 17 30.7 6.4 44.8s-30.7 17-44.8 6.4C279.4 137.5 252.9 128 224 128c-70.7 0-128 57.3-128 128s57.3 128 128 128c28.9 0 55.4-9.5 76.8-25.6c14.1-10.6 34.2-7.8 44.8 6.4s7.8 34.2-6.4 44.8c-24 18-52.4 30.6-83.2 35.8l0 34.7c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-34.7C101.2 430.1 32 351.1 32 256s69.2-174.1 160-189.3L192 32c0-17.7 14.3-32 32-32z"], + "flask": [448, 512, [], "f0c3", "M288 0L160 0 128 0C110.3 0 96 14.3 96 32s14.3 32 32 32l0 132.8c0 11.8-3.3 23.5-9.5 33.5L10.3 406.2C3.6 417.2 0 429.7 0 442.6C0 480.9 31.1 512 69.4 512l309.2 0c38.3 0 69.4-31.1 69.4-69.4c0-12.8-3.6-25.4-10.3-36.4L329.5 230.4c-6.2-10.1-9.5-21.7-9.5-33.5L320 64c17.7 0 32-14.3 32-32s-14.3-32-32-32L288 0zM192 196.8L192 64l64 0 0 132.8c0 23.7 6.6 46.9 19 67.1L309.5 320l-171 0L173 263.9c12.4-20.2 19-43.4 19-67.1z"], + "person-pregnant": [384, 512, [], "e31e", "M192 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM120 383c-13.8-3.6-24-16.1-24-31l0-55.1-4.6 7.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c15-24.9 40.3-41.5 68.7-45.6c4.1-.6 8.2-1 12.5-1l1.1 0 12.5 0 2.4 0c1.4 0 2.8 .1 4.1 .3c35.7 2.9 65.4 29.3 72.1 65l6.1 32.5c44.3 8.6 77.7 47.5 77.7 94.3l0 32c0 17.7-14.3 32-32 32l-16 0-40 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-8 0-8 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-97z"], + "wand-sparkles": [512, 512, [], "f72b", "M464 6.1c9.5-8.5 24-8.1 33 .9l8 8c9 9 9.4 23.5 .9 33l-85.8 95.9c-2.6 2.9-4.1 6.7-4.1 10.7l0 21.4c0 8.8-7.2 16-16 16l-15.8 0c-4.6 0-8.9 1.9-11.9 5.3L100.7 500.9C94.3 508 85.3 512 75.8 512c-8.8 0-17.3-3.5-23.5-9.8L9.7 459.7C3.5 453.4 0 445 0 436.2c0-9.5 4-18.5 11.1-24.8l111.6-99.8c3.4-3 5.3-7.4 5.3-11.9l0-27.6c0-8.8 7.2-16 16-16l34.6 0c3.9 0 7.7-1.5 10.7-4.1L464 6.1zM432 288c3.6 0 6.7 2.4 7.7 5.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8 14.8-51.7c1-3.4 4.1-5.8 7.7-5.8zM87.7 69.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8L87.7 218.2c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8L57.5 166.5 5.8 151.7c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8L72.3 69.8c1-3.4 4.1-5.8 7.7-5.8s6.7 2.4 7.7 5.8zM208 0c3.7 0 6.9 2.5 7.8 6.1l6.8 27.3 27.3 6.8c3.6 .9 6.1 4.1 6.1 7.8s-2.5 6.9-6.1 7.8l-27.3 6.8-6.8 27.3c-.9 3.6-4.1 6.1-7.8 6.1s-6.9-2.5-7.8-6.1l-6.8-27.3-27.3-6.8c-3.6-.9-6.1-4.1-6.1-7.8s2.5-6.9 6.1-7.8l27.3-6.8 6.8-27.3c.9-3.6 4.1-6.1 7.8-6.1z"], + "ellipsis-vertical": [128, 512, ["ellipsis-v"], "f142", "M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z"], + "ticket": [576, 512, [127903], "f145", "M64 64C28.7 64 0 92.7 0 128l0 64c0 8.8 7.4 15.7 15.7 18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320l0 64c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-64c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6l0-64c0-35.3-28.7-64-64-64L64 64zm64 112l0 160c0 8.8 7.2 16 16 16l288 0c8.8 0 16-7.2 16-16l0-160c0-8.8-7.2-16-16-16l-288 0c-8.8 0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32l320 0c17.7 0 32 14.3 32 32l0 192c0 17.7-14.3 32-32 32l-320 0c-17.7 0-32-14.3-32-32l0-192z"], + "power-off": [512, 512, [9211], "f011", "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 224c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224zM143.5 120.6c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1C49.7 115.4 16 181.8 16 256c0 132.5 107.5 240 240 240s240-107.5 240-240c0-74.2-33.8-140.6-86.6-184.6c-13.6-11.3-33.8-9.4-45.1 4.1s-9.4 33.8 4.1 45.1c38.9 32.3 63.5 81 63.5 135.4c0 97.2-78.8 176-176 176s-176-78.8-176-176c0-54.4 24.7-103.1 63.5-135.4z"], + "right-long": [512, 512, ["long-arrow-alt-right"], "f30b", "M334.5 414c8.8 3.8 19 2 26-4.6l144-136c4.8-4.5 7.5-10.8 7.5-17.4s-2.7-12.9-7.5-17.4l-144-136c-7-6.6-17.2-8.4-26-4.6s-14.5 12.5-14.5 22l0 72L32 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l288 0 0 72c0 9.6 5.7 18.2 14.5 22z"], + "flag-usa": [448, 512, [], "f74d", "M32 0C49.7 0 64 14.3 64 32l0 16 69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1l0 36.1-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-20.3-9-41.8-14.7-63.6-16.9l0 32.2c17.4 2.1 34.4 6.7 50.6 13.9l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 136.3l0 62-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 203.1l0 32.7 70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 232.3l0 62-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 299.1l0 32.7 70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 328.3l0 33.5c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 400l0 80c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64 0-70.5 0-32.7 0-63.3 0-32.7 0-63.3 0-32.7L0 64 0 32C0 14.3 14.3 0 32 0zm80 96A16 16 0 1 0 80 96a16 16 0 1 0 32 0zm32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-32 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"], + "laptop-file": [640, 512, [], "e51d", "M128 0C92.7 0 64 28.7 64 64l0 224-44.8 0C8.6 288 0 296.6 0 307.2C0 349.6 34.4 384 76.8 384L320 384l0-96-192 0 0-224 320 0 0 32 64 0 0-32c0-35.3-28.7-64-64-64L128 0zM512 128l-112 0c-26.5 0-48 21.5-48 48l0 288c0 26.5 21.5 48 48 48l192 0c26.5 0 48-21.5 48-48l0-208-96 0c-17.7 0-32-14.3-32-32l0-96zm32 0l0 96 96 0-96-96z"], + "tty": [512, 512, ["teletype"], "f1e4", "M38.3 241.3L15.1 200.6c-9.2-16.2-8.4-36.5 4.5-50C61.4 106.8 144.7 48 256 48s194.6 58.8 236.4 102.6c12.9 13.5 13.7 33.8 4.5 50l-23.1 40.7c-7.5 13.2-23.3 19.3-37.8 14.6l-81.1-26.6c-13.1-4.3-22-16.6-22-30.4l0-54.8c-49.6-18.1-104-18.1-153.6 0l0 54.8c0 13.8-8.9 26.1-22 30.4L76.1 255.8c-14.5 4.7-30.3-1.4-37.8-14.6zM32 336c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm0 96c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM144 320l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM128 432c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16l0-32z"], + "diagram-next": [512, 512, [], "e476", "M512 160c0 35.3-28.7 64-64 64l-168 0 0 64 46.1 0c21.4 0 32.1 25.9 17 41L273 399c-9.4 9.4-24.6 9.4-33.9 0L169 329c-15.1-15.1-4.4-41 17-41l46.1 0 0-64L64 224c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 64zM448 416l0-64-82.7 0 .4-.4c18.4-18.4 20.4-43.7 11-63.6l71.3 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l71.3 0c-9.4 19.9-7.4 45.2 11 63.6l.4 .4L64 352l0 64 146.7 0 5.7 5.7c21.9 21.9 57.3 21.9 79.2 0l5.7-5.7L448 416z"], + "person-rifle": [576, 512, [], "e54e", "M265.2 192c25.4 0 49.8 7.1 70.8 19.9L336 512l-192 0 0-174.3L90.4 428.3c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8L97.7 258.8c24.5-41.4 69-66.8 117.1-66.8l50.4 0zM160 80a80 80 0 1 1 160 0A80 80 0 1 1 160 80zM448 0c8.8 0 16 7.2 16 16l0 116.3c9.6 5.5 16 15.9 16 27.7l0 109.3 16-5.3 0-56c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 84.5c0 6.9-4.4 13-10.9 15.2L480 325.3l0 26.7 48 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-44 0 23 92.1c2.5 10.1-5.1 19.9-15.5 19.9L432 512c-8.8 0-16-7.2-16-16l0-96-16 0c-17.7 0-32-14.3-32-32l0-144c0-17.7 14.3-32 32-32l0-32c0-11.8 6.4-22.2 16-27.7L416 32c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 16 0z"], + "house-medical-circle-exclamation": [640, 512, [], "e512", "M320 368c0 59.5 29.5 112.1 74.8 144l-266.7 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64L320 256l0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z"], + "closed-captioning": [576, 512, [], "f20a", "M0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM200 208c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48s21.5-48 48-48zm144 48c0-26.5 21.5-48 48-48c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48z"], + "person-hiking": [384, 512, ["hiking"], "f6ec", "M192 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm51.3 182.7L224.2 307l49.7 49.7c9 9 14.1 21.2 14.1 33.9l0 89.4c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-82.7-73.9-73.9c-15.8-15.8-22.2-38.6-16.9-60.3l20.4-84c8.3-34.1 42.7-54.9 76.7-46.4c19 4.8 35.6 16.4 46.4 32.7L305.1 208l30.9 0 0-24c0-13.3 10.7-24 24-24s24 10.7 24 24l0 55.8c0 .1 0 .2 0 .2s0 .2 0 .2L384 488c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-216-39.4 0c-16 0-31-8-39.9-21.4l-13.3-20zM81.1 471.9L117.3 334c3 4.2 6.4 8.2 10.1 11.9l41.9 41.9L142.9 488.1c-4.5 17.1-22 27.3-39.1 22.8s-27.3-22-22.8-39.1zm55.5-346L101.4 266.5c-3 12.1-14.9 19.9-27.2 17.9l-47.9-8c-14-2.3-22.9-16.3-19.2-30L31.9 155c9.5-34.8 41.1-59 77.2-59l4.2 0c15.6 0 27.1 14.7 23.3 29.8z"], + "venus-double": [640, 512, [9890], "f226", "M192 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM368 176c0 86.3-62.1 158.1-144 173.1l0 34.9 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-34.9C78.1 334.1 16 262.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176zM344 318c14.6-15.6 26.8-33.4 36-53c18.8 14.4 42.4 23 68 23c61.9 0 112-50.1 112-112s-50.1-112-112-112c-25.6 0-49.1 8.6-68 23c-9.3-19.5-21.5-37.4-36-53C373.1 12.6 409.1 0 448 0c97.2 0 176 78.8 176 176c0 86.3-62.1 158.1-144 173.1l0 34.9 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-34.9c-26.6-4.9-51.1-15.7-72-31.1z"], + "images": [576, 512, [], "f302", "M160 32c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64l352 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L160 32zM396 138.7l96 144c4.9 7.4 5.4 16.8 1.2 24.6S480.9 320 472 320l-144 0-48 0-80 0c-9.2 0-17.6-5.3-21.6-13.6s-2.9-18.2 2.9-25.4l64-80c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l17.3 21.6 56-84C360.5 132 368 128 376 128s15.5 4 20 10.7zM192 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120L0 344c0 75.1 60.9 136 136 136l320 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-320 0c-48.6 0-88-39.4-88-88l0-224z"], + "calculator": [384, 512, [128425], "f1ec", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L64 0zM96 64l192 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L96 160c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32zm32 160a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM96 352a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM64 416c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32zM192 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm64-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM288 448a32 32 0 1 1 0-64 32 32 0 1 1 0 64z"], + "people-pulling": [576, 512, [], "e535", "M80 96A48 48 0 1 0 80 0a48 48 0 1 0 0 96zM64 128c-35.3 0-64 28.7-64 64L0 320c0 17.7 14.3 32 32 32c9.8 0 18.5-4.4 24.4-11.2L80.4 485.3c2.9 17.4 19.4 29.2 36.8 26.3s29.2-19.4 26.3-36.8L123.1 352l15.7 0 30 134.9c3.8 17.3 20.9 28.1 38.2 24.3s28.1-20.9 24.3-38.2l-57.3-258 116.3 53.8c.5 .3 1.1 .5 1.6 .7c8.6 3.6 18 3.1 25.9-.7c3.4-1.6 6.6-3.9 9.3-6.7c3.1-3.2 5.5-7 7.1-11.4c.1-.3 .2-.7 .3-1l2.5-7.5c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L537 232.7l-15.3-36.8C504.5 154.8 464.3 128 419.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-24.4 10.9-44.6 29-58.1 51.6L157.3 136.9C144.7 131 130.9 128 117 128l-53 0zM464 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM349.7 335.6l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L372.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6z"], + "n": [384, 512, [110], "4e", "M21.1 33.9c12.7-4.6 26.9-.7 35.5 9.6L320 359.6 320 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 384c0 13.5-8.4 25.5-21.1 30.1s-26.9 .7-35.5-9.6L64 152.4 64 448c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 64C0 50.5 8.4 38.5 21.1 33.9z"], + "cable-car": [512, 512, [128673, 57551, "tram"], "f7da", "M288 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM160 56a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM32 288c0-35.3 28.7-64 64-64l136 0 0-66.5-203.1 42c-13 2.7-25.7-5.7-28.4-18.6s5.7-25.7 18.6-28.4l232-48 232-48c13-2.7 25.7 5.7 28.4 18.6s-5.7 25.7-18.6 28.4L280 147.5l0 76.5 136 0c35.3 0 64 28.7 64 64l0 160c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-160zm64 0c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-64 0zm112 16l0 64c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-64 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-64 0z"], + "cloud-rain": [512, 512, [127783, 9926], "f73d", "M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2C64.7 126.1 64 119.1 64 112C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16c.5 0 1.1 0 1.6 0c53 0 96 43 96 96s-43 96-96 96L96 320zm-6.8 52c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3l0 3c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-3c0-8.5 2.1-16.9 6.2-24.3L89.2 372zm160 0c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3l0 3c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-3c0-8.5 2.1-16.9 6.2-24.3L249.2 372zm124.9 64.6L409.2 372c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3l0 3c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-3c0-8.5 2.1-16.9 6.2-24.3z"], + "building-circle-xmark": [640, 512, [], "e4d4", "M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"], + "ship": [576, 512, [128674], "f21a", "M192 32c0-17.7 14.3-32 32-32L352 0c17.7 0 32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 128 44.4 14.8c23.1 7.7 29.5 37.5 11.5 53.9l-101 92.6c-16.2 9.4-34.7 15.1-50.9 15.1c-19.6 0-40.8-7.7-59.2-20.3c-22.1-15.5-51.6-15.5-73.7 0c-17.1 11.8-38 20.3-59.2 20.3c-16.2 0-34.7-5.7-50.9-15.1l-101-92.6c-18-16.5-11.6-46.2 11.5-53.9L96 240l0-128c0-26.5 21.5-48 48-48l48 0 0-32zM160 218.7l107.8-35.9c13.1-4.4 27.3-4.4 40.5 0L416 218.7l0-90.7-256 0 0 90.7zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"], + "arrows-down-to-line": [576, 512, [], "e4b8", "M544 416L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32zm22.6-137.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L480 274.7 480 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7-41.4-41.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96zm-320-45.3c-12.5-12.5-32.8-12.5-45.3 0L160 274.7 160 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7L54.6 233.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3z"], + "download": [512, 512, [], "f019", "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 242.7-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7 288 32zM64 352c-35.3 0-64 28.7-64 64l0 32c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-32c0-35.3-28.7-64-64-64l-101.5 0-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352 64 352zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"], + "face-grin": [512, 512, [128512, "grin"], "f580", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "delete-left": [576, 512, [9003, "backspace"], "f55a", "M576 128c0-35.3-28.7-64-64-64L205.3 64c-17 0-33.3 6.7-45.3 18.7L9.4 233.4c-6 6-9.4 14.1-9.4 22.6s3.4 16.6 9.4 22.6L160 429.3c12 12 28.3 18.7 45.3 18.7L512 448c35.3 0 64-28.7 64-64l0-256zM271 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"], + "eye-dropper": [512, 512, ["eye-dropper-empty", "eyedropper"], "f1fb", "M341.6 29.2L240.1 130.8l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4L482.8 170.4c39-39 39-102.2 0-141.1s-102.2-39-141.1 0zM55.4 323.3c-15 15-23.4 35.4-23.4 56.6l0 42.4L5.4 462.2c-8.5 12.7-6.8 29.6 4 40.4s27.7 12.5 40.4 4L89.7 480l42.4 0c21.2 0 41.6-8.4 56.6-23.4L309.4 335.9l-45.3-45.3L143.4 411.3c-3 3-7.1 4.7-11.3 4.7L96 416l0-36.1c0-4.2 1.7-8.3 4.7-11.3L221.4 247.9l-45.3-45.3L55.4 323.3z"], + "file-circle-check": [576, 512, [], "e5a0", "M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"], + "forward": [512, 512, [9193], "f04e", "M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416L0 96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4L224 214.3l0 41.7 0 41.7L52.5 440.6zM256 352l0-96 0-128 0-32c0-12.4 7.2-23.7 18.4-29s24.5-3.6 34.1 4.4l192 160c7.3 6.1 11.5 15.1 11.5 24.6s-4.2 18.5-11.5 24.6l-192 160c-9.5 7.9-22.8 9.7-34.1 4.4s-18.4-16.6-18.4-29l0-64z"], + "mobile": [384, 512, [128241, "mobile-android", "mobile-phone"], "f3ce", "M80 0C44.7 0 16 28.7 16 64l0 384c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L80 0zm80 432l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "face-meh": [512, 512, [128528, "meh"], "f11a", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM160 336l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "align-center": [448, 512, [], "f037", "M352 64c0-17.7-14.3-32-32-32L128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32l-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32z"], + "book-skull": [448, 512, ["book-dead"], "f6b7", "M0 96C0 43 43 0 96 0L384 0l32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32zM320 112c0-35.3-35.8-64-80-64s-80 28.7-80 64c0 20.9 12.6 39.5 32 51.2l0 12.8c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16l0-12.8c19.4-11.7 32-30.3 32-51.2zM208 96a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM134.3 209.3c-8.1-3.5-17.5 .3-21 8.4s.3 17.5 8.4 21L199.4 272l-77.7 33.3c-8.1 3.5-11.9 12.9-8.4 21s12.9 11.9 21 8.4L240 289.4l105.7 45.3c8.1 3.5 17.5-.3 21-8.4s-.3-17.5-8.4-21L280.6 272l77.7-33.3c8.1-3.5 11.9-12.9 8.4-21s-12.9-11.9-21-8.4L240 254.6 134.3 209.3z"], + "id-card": [576, 512, [62147, "drivers-license"], "f2c2", "M0 96l576 0c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96zm0 32L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-288L0 128zM64 405.3c0-29.5 23.9-53.3 53.3-53.3l117.3 0c29.5 0 53.3 23.9 53.3 53.3c0 5.9-4.8 10.7-10.7 10.7L74.7 416c-5.9 0-10.7-4.8-10.7-10.7zM176 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm176 16c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16z"], + "outdent": [448, 512, ["dedent"], "f03b", "M0 64C0 46.3 14.3 32 32 32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 96l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32zM.2 268.6c-8.2-6.4-8.2-18.9 0-25.3l101.9-79.3c10.5-8.2 25.8-.7 25.8 12.6l0 158.6c0 13.3-15.3 20.8-25.8 12.6L.2 268.6z"], + "heart-circle-exclamation": [576, 512, [], "e4fe", "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"], + "house": [576, 512, [127968, 63498, 63500, "home", "home-alt", "home-lg-alt"], "f015", "M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c0 2.7-.2 5.4-.5 8.1l0 16.2c0 22.1-17.9 40-40 40l-16 0c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1L416 512l-24 0c-22.1 0-40-17.9-40-40l0-24 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 64 0 24c0 22.1-17.9 40-40 40l-24 0-31.9 0c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2l-16 0c-22.1 0-40-17.9-40-40l0-112c0-.9 0-1.9 .1-2.8l0-69.7-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z"], + "calendar-week": [448, 512, [], "f784", "M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm80 64c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l288 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16L80 256z"], + "laptop-medical": [640, 512, [], "f812", "M64 96c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 256-64 0 0-256L128 96l0 256-64 0L64 96zM0 403.2C0 392.6 8.6 384 19.2 384l601.6 0c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8L76.8 480C34.4 480 0 445.6 0 403.2zM288 160c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"], + "b": [320, 512, [98], "42", "M64 32C28.7 32 0 60.7 0 96L0 256 0 416c0 35.3 28.7 64 64 64l128 0c70.7 0 128-57.3 128-128c0-46.5-24.8-87.3-62-109.7c18.7-22.3 30-51 30-82.3c0-70.7-57.3-128-128-128L64 32zm96 192l-96 0L64 96l96 0c35.3 0 64 28.7 64 64s-28.7 64-64 64zM64 288l96 0 32 0c35.3 0 64 28.7 64 64s-28.7 64-64 64L64 416l0-128z"], + "file-medical": [384, 512, [], "f477", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM160 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"], + "dice-one": [448, 512, [9856], "f525", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM224 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "kiwi-bird": [576, 512, [], "f535", "M291.2 388.4c31.2-18.8 64.7-36.4 101.1-36.4l55.7 0c4.6 0 9.1-.2 13.6-.7l85.3 121.9c4 5.7 11.3 8.2 17.9 6.1s11.2-8.3 11.2-15.3l0-240c0-70.7-57.3-128-128-128l-55.7 0c-36.4 0-69.9-17.6-101.1-36.4C262.3 42.1 228.3 32 192 32C86 32 0 118 0 224c0 71.1 38.6 133.1 96 166.3L96 456c0 13.3 10.7 24 24 24s24-10.7 24-24l0-46c15.3 3.9 31.4 6 48 6c5.4 0 10.7-.2 16-.7l0 40.7c0 13.3 10.7 24 24 24s24-10.7 24-24l0-50.9c12.4-4.4 24.2-10 35.2-16.7zM448 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"], + "arrow-right-arrow-left": [448, 512, [8644, "exchange"], "f0ec", "M438.6 150.6c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 96 32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l306.7 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l96-96zm-333.3 352c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 416 416 416c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96z"], + "rotate-right": [512, 512, ["redo-alt", "rotate-forward"], "f2f9", "M463.5 224l8.5 0c13.3 0 24-10.7 24-24l0-128c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8l119.5 0z"], + "utensils": [448, 512, [127860, 61685, "cutlery"], "f2e7", "M416 0C400 0 288 32 288 176l0 112c0 35.3 28.7 64 64 64l32 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 0-112 0-208c0-17.7-14.3-32-32-32zM64 16C64 7.8 57.9 1 49.7 .1S34.2 4.6 32.4 12.5L2.1 148.8C.7 155.1 0 161.5 0 167.9c0 45.9 35.1 83.6 80 87.7L80 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224.4c44.9-4.1 80-41.8 80-87.7c0-6.4-.7-12.8-2.1-19.1L191.6 12.5c-1.8-8-9.3-13.3-17.4-12.4S160 7.8 160 16l0 134.2c0 5.4-4.4 9.8-9.8 9.8c-5.1 0-9.3-3.9-9.8-9L127.9 14.6C127.2 6.3 120.3 0 112 0s-15.2 6.3-15.9 14.6L83.7 151c-.5 5.1-4.7 9-9.8 9c-5.4 0-9.8-4.4-9.8-9.8L64 16zm48.3 152l-.3 0-.3 0 .3-.7 .3 .7z"], + "arrow-up-wide-short": [576, 512, ["sort-amount-up"], "f161", "M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.7 32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 480l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128l160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32z"], + "mill-sign": [384, 512, [], "e1ed", "M302.1 42.8c5.9-16.6-2.7-35-19.4-40.9s-35 2.7-40.9 19.4L208 116.1c-5.7 4-11.1 8.5-16 13.5C171.7 108.9 143.3 96 112 96c-19.5 0-37.8 5-53.7 13.7C52.5 101.4 42.9 96 32 96C14.3 96 0 110.3 0 128l0 80L0 416c0 17.7 14.3 32 32 32s32-14.3 32-32l0-208c0-26.5 21.5-48 48-48s48 21.5 48 48l0 42.5L81.9 469.2c-5.9 16.6 2.7 35 19.4 40.9s35-2.7 40.9-19.4l21.4-60C168.9 441 179.6 448 192 448c17.7 0 32-14.3 32-32l0-154.5 35.7-100c3.9-1 8.1-1.6 12.3-1.6c26.5 0 48 21.5 48 48l0 208c0 17.7 14.3 32 32 32s32-14.3 32-32l0-208c0-58.2-44.3-106-101.1-111.5l19.2-53.8z"], + "bowl-rice": [512, 512, [], "e2eb", "M176 56c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm24 48l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM56 176l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM0 283.4C0 268.3 12.3 256 27.4 256l457.1 0c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28l-231.5 0c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4zM224 200c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm-96 0c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm-24-96l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm216 96c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm-24-96l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm120 96c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm-24-96l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM296 32l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"], + "skull": [512, 512, [128128], "f54c", "M416 398.9c58.5-41.1 96-104.1 96-174.9C512 100.3 397.4 0 256 0S0 100.3 0 224c0 70.7 37.5 133.8 96 174.9c0 .4 0 .7 0 1.1l0 64c0 26.5 21.5 48 48 48l48 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 64 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 48 0c26.5 0 48-21.5 48-48l0-64c0-.4 0-.7 0-1.1zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm256-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"], + "tower-broadcast": [576, 512, ["broadcast-tower"], "f519", "M80.3 44C69.8 69.9 64 98.2 64 128s5.8 58.1 16.3 84c6.6 16.4-1.3 35-17.7 41.7s-35-1.3-41.7-17.7C7.4 202.6 0 166.1 0 128S7.4 53.4 20.9 20C27.6 3.6 46.2-4.3 62.6 2.3S86.9 27.6 80.3 44zM555.1 20C568.6 53.4 576 89.9 576 128s-7.4 74.6-20.9 108c-6.6 16.4-25.3 24.3-41.7 17.7S489.1 228.4 495.7 212c10.5-25.9 16.3-54.2 16.3-84s-5.8-58.1-16.3-84C489.1 27.6 497 9 513.4 2.3s35 1.3 41.7 17.7zM352 128c0 23.7-12.9 44.4-32 55.4L320 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-296.6c-19.1-11.1-32-31.7-32-55.4c0-35.3 28.7-64 64-64s64 28.7 64 64zM170.6 76.8C163.8 92.4 160 109.7 160 128s3.8 35.6 10.6 51.2c7.1 16.2-.3 35.1-16.5 42.1s-35.1-.3-42.1-16.5c-10.3-23.6-16-49.6-16-76.8s5.7-53.2 16-76.8c7.1-16.2 25.9-23.6 42.1-16.5s23.6 25.9 16.5 42.1zM464 51.2c10.3 23.6 16 49.6 16 76.8s-5.7 53.2-16 76.8c-7.1 16.2-25.9 23.6-42.1 16.5s-23.6-25.9-16.5-42.1c6.8-15.6 10.6-32.9 10.6-51.2s-3.8-35.6-10.6-51.2c-7.1-16.2 .3-35.1 16.5-42.1s35.1 .3 42.1 16.5z"], + "truck-pickup": [640, 512, [128763], "f63c", "M368.6 96l76.8 96L288 192l0-96 80.6 0zM224 80l0 112L64 192c-17.7 0-32 14.3-32 32l0 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l33.1 0c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16l66.3 0c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16l33.1 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64c0-17.7-14.3-32-32-32l-48.6 0L418.6 56c-12.1-15.2-30.5-24-50-24L272 32c-26.5 0-48 21.5-48 48zm0 288a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm288 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0z"], + "up-long": [320, 512, ["long-arrow-alt-up"], "f30c", "M318 177.5c3.8-8.8 2-19-4.6-26l-136-144C172.9 2.7 166.6 0 160 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26S14.4 192 24 192l72 0 0 288c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-288 72 0c9.6 0 18.2-5.7 22-14.5z"], + "stop": [384, 512, [9209], "f04d", "M0 128C0 92.7 28.7 64 64 64H320c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z"], + "code-merge": [448, 512, [], "f387", "M80 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32.4 97.2c28-12.4 47.6-40.5 47.6-73.2c0-44.2-35.8-80-80-80S0 35.8 0 80c0 32.8 19.7 61 48 73.3l0 205.3C19.7 371 0 399.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3l0-86.6c26.7 20.1 60 32 96 32l86.7 0c12.3 28.3 40.5 48 73.3 48c44.2 0 80-35.8 80-80s-35.8-80-80-80c-32.8 0-61 19.7-73.3 48L208 240c-49.9 0-91-38.1-95.6-86.8zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM344 272a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"], + "upload": [512, 512, [], "f093", "M288 109.3L288 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-242.7-73.4 73.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L288 109.3zM64 352l128 0c0 35.3 28.7 64 64 64s64-28.7 64-64l128 0c35.3 0 64 28.7 64 64l0 32c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64l0-32c0-35.3 28.7-64 64-64zM432 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"], + "hurricane": [384, 512, [], "f751", "M0 208C0 104.4 75.7 18.5 174.9 2.6C184 1.2 192 8.6 192 17.9l0 63.3c0 8.4 6.5 15.3 14.7 16.5C307 112.5 384 199 384 303.4c0 103.6-75.7 189.5-174.9 205.4c-9.2 1.5-17.1-5.9-17.1-15.2l0-63.3c0-8.4-6.5-15.3-14.7-16.5C77 398.9 0 312.4 0 208zm288 48A96 96 0 1 0 96 256a96 96 0 1 0 192 0zm-96-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "mound": [576, 512, [], "e52d", "M144.1 179.2C173.8 127.7 228.6 96 288 96s114.2 31.7 143.9 83.2L540.4 368c12.3 21.3-3.1 48-27.7 48H63.3c-24.6 0-40-26.6-27.7-48L144.1 179.2z"], + "toilet-portable": [320, 512, [], "e583", "M0 32L0 64l320 0 0-32c0-17.7-14.3-32-32-32L32 0C14.3 0 0 14.3 0 32zM24 96L0 96l0 24L0 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8 224 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-368 0-24-24 0L24 96zM256 240l0 64c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16z"], + "compact-disc": [512, 512, [128191, 128192, 128440], "f51f", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 32a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm-96-32a96 96 0 1 0 192 0 96 96 0 1 0 -192 0zM96 240c0-35 17.5-71.1 45.2-98.8S205 96 240 96c8.8 0 16-7.2 16-16s-7.2-16-16-16c-45.4 0-89.2 22.3-121.5 54.5S64 194.6 64 240c0 8.8 7.2 16 16 16s16-7.2 16-16z"], + "file-arrow-down": [384, 512, ["file-download"], "f56d", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM216 232l0 102.1 31-31c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0l-72-72c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l31 31L168 232c0-13.3 10.7-24 24-24s24 10.7 24 24z"], + "caravan": [640, 512, [], "f8ff", "M0 112C0 67.8 35.8 32 80 32l336 0c88.4 0 160 71.6 160 160l0 160 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0-288 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-44.2 0-80-35.8-80-80L0 112zM320 352l128 0 0-96-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l32 0 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 192zM96 128c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L96 128zm96 336a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"], + "shield-cat": [512, 512, [], "e572", "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160 154.4c0-5.8 4.7-10.4 10.4-10.4l.2 0c3.4 0 6.5 1.6 8.5 4.3l40 53.3c3 4 7.8 6.4 12.8 6.4l48 0c5 0 9.8-2.4 12.8-6.4l40-53.3c2-2.7 5.2-4.3 8.5-4.3l.2 0c5.8 0 10.4 4.7 10.4 10.4L352 272c0 53-43 96-96 96s-96-43-96-96l0-117.6zM216 288a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm96-16a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"], + "bolt": [448, 512, [9889, "zap"], "f0e7", "M349.4 44.6c5.9-13.7 1.5-29.7-10.6-38.5s-28.6-8-39.9 1.8l-256 224c-10 8.8-13.6 22.9-8.9 35.3S50.7 288 64 288l111.5 0L98.6 467.4c-5.9 13.7-1.5 29.7 10.6 38.5s28.6 8 39.9-1.8l256-224c10-8.8 13.6-22.9 8.9-35.3s-16.6-20.7-30-20.7l-111.5 0L349.4 44.6z"], + "glass-water": [384, 512, [], "e4f4", "M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4 .1 34.3L28.9 437.7c3 41.9 37.8 74.3 79.8 74.3l166.6 0c42 0 76.8-32.4 79.8-74.3L383.9 34.3c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0L32 0zM73 156.5L66.4 64l251.3 0L311 156.5l-24.2 12.1c-19.4 9.7-42.2 9.7-61.6 0c-20.9-10.4-45.5-10.4-66.4 0c-19.4 9.7-42.2 9.7-61.6 0L73 156.5z"], + "oil-well": [576, 512, [], "e532", "M528.3 61.3c-11.4-42.7-55.3-68-98-56.6L414.9 8.8C397.8 13.4 387.7 31 392.3 48l24.5 91.4L308.5 167.5l-6.3-18.1C297.7 136.6 285.6 128 272 128s-25.7 8.6-30.2 21.4l-13.6 39L96 222.6 96 184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 264-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-137.3 0L340 257.5l-62.2 16.1L305.3 352l-66.6 0L265 277l-74.6 19.3L137.3 448 96 448l0-159.2 337.4-87.5 25.2 94c4.6 17.1 22.1 27.2 39.2 22.6l15.5-4.1c42.7-11.4 68-55.3 56.6-98L528.3 61.3zM205.1 448l11.2-32 111.4 0 11.2 32-133.8 0z"], + "vault": [576, 512, [], "e2c5", "M64 0C28.7 0 0 28.7 0 64L0 416c0 35.3 28.7 64 64 64l16 0 16 32 64 0 16-32 224 0 16 32 64 0 16-32 16 0c35.3 0 64-28.7 64-64l0-352c0-35.3-28.7-64-64-64L64 0zM224 320a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-240a160 160 0 1 1 0 320 160 160 0 1 1 0-320zM480 221.3L480 336c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-114.7c-18.6-6.6-32-24.4-32-45.3c0-26.5 21.5-48 48-48s48 21.5 48 48c0 20.9-13.4 38.7-32 45.3z"], + "mars": [448, 512, [9794], "f222", "M289.8 46.8c3.7-9 12.5-14.8 22.2-14.8l112 0c13.3 0 24 10.7 24 24l0 112c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4L321 204.2c19.5 28.4 31 62.7 31 99.8c0 97.2-78.8 176-176 176S0 401.2 0 304s78.8-176 176-176c37 0 71.4 11.4 99.8 31l52.6-52.6L295 73c-6.9-6.9-8.9-17.2-5.2-26.2zM400 80s0 0 0 0s0 0 0 0s0 0 0 0zM176 416a112 112 0 1 0 0-224 112 112 0 1 0 0 224z"], + "toilet": [448, 512, [128701], "f7d8", "M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48l8 0 0 148.9c-1.9 1.4-3.8 2.9-5.6 4.4C10.9 214.5 0 232.9 0 256c0 46.9 14.3 84.1 37 112.5c14.2 17.7 31.1 31.3 48.5 41.8L65.6 469.9c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3l256 0c10.3 0 19.9-4.9 26-13.3s7.7-19.1 4.4-28.8l-19.8-59.5c17.4-10.5 34.3-24.1 48.5-41.8c22.7-28.4 37-65.5 37-112.5c0-23.1-10.9-41.5-26.4-54.6c-1.8-1.5-3.7-3-5.6-4.4L416 48l8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 0zM384 256.3c0 1-.3 2.6-3.8 5.6c-4.8 4.1-14 9-29.3 13.4C320.5 284 276.1 288 224 288s-96.5-4-126.9-12.8c-15.3-4.4-24.5-9.3-29.3-13.4c-3.5-3-3.8-4.6-3.8-5.6l0-.3c0 0 0-.1 0-.1c0-1 0-2.5 3.8-5.8c4.8-4.1 14-9 29.3-13.4C127.5 228 171.9 224 224 224s96.5 4 126.9 12.8c15.3 4.4 24.5 9.3 29.3 13.4c3.8 3.2 3.8 4.8 3.8 5.8c0 0 0 .1 0 .1l0 .3zM328.2 384l-.2 .5 0-.5 .2 0zM112 64l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "plane-circle-xmark": [640, 512, [], "e557", "M256 0c-35 0-64 59.5-64 93.7l0 84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9l0 65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8l0 42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3l0-84.6C320 59.5 292 0 256 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"], + "yen-sign": [320, 512, [165, "cny", "jpy", "rmb", "yen"], "f157", "M58.6 46.3C48.8 31.5 29 27.6 14.2 37.4S-4.4 67 5.4 81.8L100.2 224 48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l80 0 0 32-80 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l80 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 80 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-80 0 0-32 80 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-52.2 0L314.6 81.8c9.8-14.7 5.8-34.6-8.9-44.4s-34.6-5.8-44.4 8.9L160 198.3 58.6 46.3z"], + "ruble-sign": [384, 512, [8381, "rouble", "rub", "ruble"], "f158", "M96 32C78.3 32 64 46.3 64 64l0 192-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 32-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0 0-32 112 0c79.5 0 144-64.5 144-144s-64.5-144-144-144L96 32zM240 256l-112 0 0-160 112 0c44.2 0 80 35.8 80 80s-35.8 80-80 80z"], + "sun": [512, 512, [9728], "f185", "M361.5 1.2c5 2.1 8.6 6.6 9.6 11.9L391 121l107.9 19.8c5.3 1 9.8 4.6 11.9 9.6s1.5 10.7-1.6 15.2L446.9 256l62.3 90.3c3.1 4.5 3.7 10.2 1.6 15.2s-6.6 8.6-11.9 9.6L391 391 371.1 498.9c-1 5.3-4.6 9.8-9.6 11.9s-10.7 1.5-15.2-1.6L256 446.9l-90.3 62.3c-4.5 3.1-10.2 3.7-15.2 1.6s-8.6-6.6-9.6-11.9L121 391 13.1 371.1c-5.3-1-9.8-4.6-11.9-9.6s-1.5-10.7 1.6-15.2L65.1 256 2.8 165.7c-3.1-4.5-3.7-10.2-1.6-15.2s6.6-8.6 11.9-9.6L121 121 140.9 13.1c1-5.3 4.6-9.8 9.6-11.9s10.7-1.5 15.2 1.6L256 65.1 346.3 2.8c4.5-3.1 10.2-3.7 15.2-1.6zM160 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z"], + "guitar": [512, 512, [], "f7a6", "M465 7c-9.4-9.4-24.6-9.4-33.9 0L383 55c-2.4 2.4-4.3 5.3-5.5 8.5l-15.4 41-77.5 77.6c-45.1-29.4-99.3-30.2-131 1.6c-11 11-18 24.6-21.4 39.6c-3.7 16.6-19.1 30.7-36.1 31.6c-25.6 1.3-49.3 10.7-67.3 28.6C-16 328.4-7.6 409.4 47.5 464.5s136.1 63.5 180.9 18.7c17.9-17.9 27.4-41.7 28.6-67.3c.9-17 15-32.3 31.6-36.1c15-3.4 28.6-10.5 39.6-21.4c31.8-31.8 31-85.9 1.6-131l77.6-77.6 41-15.4c3.2-1.2 6.1-3.1 8.5-5.5l48-48c9.4-9.4 9.4-24.6 0-33.9L465 7zM208 256a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"], + "face-laugh-wink": [512, 512, ["laugh-wink"], "f59c", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1l275.2 0c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0z"], + "horse-head": [640, 512, [], "f7ab", "M64 464l0-147.1c0-108.4 68.3-205.1 170.5-241.3L404.2 15.5C425.6 7.9 448 23.8 448 46.4c0 11-5.5 21.2-14.6 27.3L400 96c48.1 0 91.2 29.8 108.1 74.9l48.6 129.5c11.8 31.4 4.1 66.8-19.6 90.5c-16 16-37.8 25.1-60.5 25.1l-3.4 0c-26.1 0-50.9-11.6-67.6-31.7l-32.3-38.7c-11.7 4.1-24.2 6.4-37.3 6.4c0 0 0 0-.1 0c0 0 0 0 0 0c-6.3 0-12.5-.5-18.6-1.5c-3.6-.6-7.2-1.4-10.7-2.3c0 0 0 0 0 0c-28.9-7.8-53.1-26.8-67.8-52.2c-4.4-7.6-14.2-10.3-21.9-5.8s-10.3 14.2-5.8 21.9c24 41.5 68.3 70 119.3 71.9l47.2 70.8c4 6.1 6.2 13.2 6.2 20.4c0 20.3-16.5 36.8-36.8 36.8L112 512c-26.5 0-48-21.5-48-48zM392 224a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"], + "bore-hole": [512, 512, [], "e4c3", "M256 0c-17.7 0-32 14.3-32 32l0 264.6c-19.1 11.1-32 31.7-32 55.4c0 35.3 28.7 64 64 64s64-28.7 64-64c0-23.7-12.9-44.4-32-55.4L288 32c0-17.7-14.3-32-32-32zM48 128c-26.5 0-48 21.5-48 48L0 464c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48l-80 0c-17.7 0-32 14.3-32 32l0 192c0 53-43 96-96 96s-96-43-96-96l0-192c0-17.7-14.3-32-32-32l-80 0z"], + "industry": [576, 512, [], "f275", "M64 32C46.3 32 32 46.3 32 64l0 240 0 48 0 80c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-128 0-151.8c0-18.2-19.4-29.7-35.4-21.1L352 215.4l0-63.2c0-18.2-19.4-29.7-35.4-21.1L160 215.4 160 64c0-17.7-14.3-32-32-32L64 32z"], + "circle-down": [512, 512, [61466, "arrow-alt-circle-down"], "f358", "M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM244.7 395.3l-112-112c-4.6-4.6-5.9-11.5-3.5-17.4s8.3-9.9 14.8-9.9l64 0 0-96c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 96 64 0c6.5 0 12.3 3.9 14.8 9.9s1.1 12.9-3.5 17.4l-112 112c-6.2 6.2-16.4 6.2-22.6 0z"], + "arrows-turn-to-dots": [512, 512, [], "e4c1", "M249.4 25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 96 416 96c53 0 96 43 96 96l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-17.7-14.3-32-32-32l-146.7 0 25.4 25.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-80-80c-12.5-12.5-12.5-32.8 0-45.3l80-80zm13.3 256l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416 96 416c-17.7 0-32 14.3-32 32l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-53 43-96 96-96l146.7 0-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0zM384 384a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192A64 64 0 1 1 64 64a64 64 0 1 1 0 128z"], + "florin-sign": [384, 512, [], "e184", "M314.7 32c-38.8 0-73.7 23.3-88.6 59.1L170.7 224 64 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l80 0L98.9 396.3c-5 11.9-16.6 19.7-29.5 19.7L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l37.3 0c38.8 0 73.7-23.3 88.6-59.1L213.3 288 320 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-80 0 45.1-108.3c5-11.9 16.6-19.7 29.5-19.7L352 96c17.7 0 32-14.3 32-32s-14.3-32-32-32l-37.3 0z"], + "arrow-down-short-wide": [576, 512, ["sort-amount-desc", "sort-amount-down-alt"], "f884", "M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7 96 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 301.7 32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"], + "less-than": [384, 512, [62774], "3c", "M380.6 81.7c7.9 15.8 1.5 35-14.3 42.9L103.6 256 366.3 387.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-320-160C6.8 279.2 0 268.1 0 256s6.8-23.2 17.7-28.6l320-160c15.8-7.9 35-1.5 42.9 14.3z"], + "angle-down": [448, 512, [8964], "f107", "M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"], + "car-tunnel": [512, 512, [], "e4de", "M256 0C114.6 0 0 114.6 0 256L0 448c0 35.3 28.7 64 64 64l42.8 0c-6.6-5.9-10.8-14.4-10.8-24l0-112c0-20.8 11.3-38.9 28.1-48.6l21-64.7c7.5-23.1 29-38.7 53.3-38.7l115.2 0c24.3 0 45.8 15.6 53.3 38.7l21 64.7c16.8 9.7 28.2 27.8 28.2 48.6l0 112c0 9.6-4.2 18.1-10.8 24l42.8 0c35.3 0 64-28.7 64-64l0-192C512 114.6 397.4 0 256 0zM362.8 512c-6.6-5.9-10.8-14.4-10.8-24l0-40-192 0 0 40c0 9.6-4.2 18.1-10.8 24l213.7 0zM190.8 277.5L177 320l158 0-13.8-42.5c-1.1-3.3-4.1-5.5-7.6-5.5l-115.2 0c-3.5 0-6.5 2.2-7.6 5.5zM168 408a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm200-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"], + "head-side-cough": [640, 512, [], "e061", "M0 224.2C0 100.6 100.2 0 224 0l24 0c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8L448 320s0 0 0 0l0 32L339.2 365.6c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9L448 416l0 16c0 26.5-21.5 48-48 48l-80 0 0 8c0 13.3-10.7 24-24 24l-40 0s0 0 0 0L96 512c-17.7 0-32-14.3-32-32l0-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zm352-.2a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM464 384a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm152-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM592 480a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 312a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"], + "grip-lines": [448, 512, [], "f7a4", "M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z"], + "thumbs-down": [512, 512, [128078, 61576], "f165", "M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2l144 0c26.5 0 48-21.5 48-48c0-18.5-10.5-34.6-25.9-42.6C497 236.6 504 223.1 504 208c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48l-97.5 0c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7l0 38.3 0 48 0 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 384l64 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32L32 96C14.3 96 0 110.3 0 128L0 352c0 17.7 14.3 32 32 32z"], + "user-lock": [640, 512, [], "f502", "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l362.8 0c-5.4-9.4-8.6-20.3-8.6-32l0-128c0-2.1 .1-4.2 .3-6.3c-31-26-71-41.7-114.6-41.7l-91.4 0zM528 240c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z"], + "arrow-right-long": [512, 512, ["long-arrow-right"], "f178", "M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z"], + "anchor-circle-xmark": [640, 512, [], "e4ac", "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2L320 448l0-80 0-128 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"], + "ellipsis": [448, 512, ["ellipsis-h"], "f141", "M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z"], + "chess-pawn": [320, 512, [9823], "f443", "M215.5 224c29.2-18.4 48.5-50.9 48.5-88c0-57.4-46.6-104-104-104S56 78.6 56 136c0 37.1 19.4 69.6 48.5 88L96 224c-17.7 0-32 14.3-32 32c0 16.5 12.5 30 28.5 31.8L80 400l160 0L227.5 287.8c16-1.8 28.5-15.3 28.5-31.8c0-17.7-14.3-32-32-32l-8.5 0zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16C16 501.9 26.1 512 38.6 512l242.7 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L256 432 64 432 22.6 473.4z"], + "kit-medical": [576, 512, ["first-aid"], "f479", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l32 0L96 32 64 32zm64 0l0 448 320 0 0-448L128 32zM512 480c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-32 0 0 448 32 0zM256 176c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"], + "person-through-window": [640, 512, [], "e5a9", "M64 64l224 0 0 9.8c0 39-23.7 74-59.9 88.4C167.6 186.5 128 245 128 310.2l0 73.8s0 0 0 0l-64 0L64 64zm288 0l224 0 0 320-67.7 0-3.7-4.5-75.2-90.2c-9.1-10.9-22.6-17.3-36.9-17.3l-71.1 0-41-63.1c-.3-.5-.6-1-1-1.4c44.7-29 72.5-79 72.5-133.6l0-9.8zm73 320l-45.8 0 42.7 64L592 448c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48L48 0C21.5 0 0 21.5 0 48L0 400c0 26.5 21.5 48 48 48l260.2 0 33.2 49.8c9.8 14.7 29.7 18.7 44.4 8.9s18.7-29.7 8.9-44.4L310.5 336l74.6 0 40 48zm-159.5 0L192 384s0 0 0 0l0-73.8c0-10.2 1.6-20.1 4.7-29.5L265.5 384zM192 128a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"], + "toolbox": [512, 512, [129520], "f552", "M176 88l0 40 160 0 0-40c0-4.4-3.6-8-8-8L184 80c-4.4 0-8 3.6-8 8zm-48 40l0-40c0-30.9 25.1-56 56-56l144 0c30.9 0 56 25.1 56 56l0 40 28.1 0c12.7 0 24.9 5.1 33.9 14.1l51.9 51.9c9 9 14.1 21.2 14.1 33.9l0 92.1-128 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32-128 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L0 320l0-92.1c0-12.7 5.1-24.9 14.1-33.9l51.9-51.9c9-9 21.2-14.1 33.9-14.1l28.1 0zM0 416l0-64 128 0c0 17.7 14.3 32 32 32s32-14.3 32-32l128 0c0 17.7 14.3 32 32 32s32-14.3 32-32l128 0 0 64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64z"], + "hands-holding-circle": [640, 512, [], "e4fb", "M320 0a128 128 0 1 1 0 256A128 128 0 1 1 320 0zM40 64c22.1 0 40 17.9 40 40l0 40 0 80 0 40.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2c0 0 0 0 0 0l25.3 25.3c21 21 32.8 49.5 32.8 79.2l0 78.9c0 26.5-21.5 48-48 48l-66.7 0c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5L0 224l0-64 0-56C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40l0 56 0 64 0 101.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7L400 512c-26.5 0-48-21.5-48-48l0-78.9c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3c0 0 0 0 0 0l15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3l0-40.2 0-80 0-40c0-22.1 17.9-40 40-40z"], + "bug": [512, 512, [], "f188", "M256 0c53 0 96 43 96 96l0 3.6c0 15.7-12.7 28.4-28.4 28.4l-135.1 0c-15.7 0-28.4-12.7-28.4-28.4l0-3.6c0-53 43-96 96-96zM41.4 105.4c12.5-12.5 32.8-12.5 45.3 0l64 64c.7 .7 1.3 1.4 1.9 2.1c14.2-7.3 30.4-11.4 47.5-11.4l112 0c17.1 0 33.2 4.1 47.5 11.4c.6-.7 1.2-1.4 1.9-2.1l64-64c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-64 64c-.7 .7-1.4 1.3-2.1 1.9c6.2 12 10.1 25.3 11.1 39.5l64.3 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c0 24.6-5.5 47.8-15.4 68.6c2.2 1.3 4.2 2.9 6 4.8l64 64c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-63.1-63.1c-24.5 21.8-55.8 36.2-90.3 39.6L272 240c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 239.2c-34.5-3.4-65.8-17.8-90.3-39.6L86.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l64-64c1.9-1.9 3.9-3.4 6-4.8C101.5 367.8 96 344.6 96 320l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64.3 0c1.1-14.1 5-27.5 11.1-39.5c-.7-.6-1.4-1.2-2.1-1.9l-64-64c-12.5-12.5-12.5-32.8 0-45.3z"], + "credit-card": [576, 512, [128179, 62083, "credit-card-alt"], "f09d", "M64 32C28.7 32 0 60.7 0 96l0 32 576 0 0-32c0-35.3-28.7-64-64-64L64 32zM576 224L0 224 0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-192zM112 352l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm112 16c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16z"], + "car": [512, 512, [128664, "automobile"], "f1b9", "M135.2 117.4L109.1 192l293.8 0-26.1-74.6C372.3 104.6 360.2 96 346.6 96L165.4 96c-13.6 0-25.7 8.6-30.2 21.4zM39.6 196.8L74.8 96.3C88.3 57.8 124.6 32 165.4 32l181.2 0c40.8 0 77.1 25.8 90.6 64.3l35.2 100.5c23.2 9.6 39.6 32.5 39.6 59.2l0 144 0 48c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-48L96 400l0 48c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-48L0 256c0-26.7 16.4-49.6 39.6-59.2zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "hand-holding-hand": [576, 512, [], "e4f7", "M7.8 207.7c-13.1-17.8-9.3-42.8 8.5-55.9L142.9 58.5C166.2 41.3 194.5 32 223.5 32L384 32l160 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-36.8 0-44.9 36c-22.7 18.2-50.9 28-80 28L304 224l-16 0-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-120.6 0L63.7 216.2c-17.8 13.1-42.8 9.3-55.9-8.5zM382.4 160c0 0 0 0 0 0l.9 0c-.3 0-.6 0-.9 0zM568.2 304.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 453.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 480 32 480c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 352c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z"], + "book-open-reader": [512, 512, ["book-reader"], "f5da", "M160 96a96 96 0 1 1 192 0A96 96 0 1 1 160 96zm80 152l0 264-48.4-24.2c-20.9-10.4-43.5-17-66.8-19.3l-96-9.6C12.5 457.2 0 443.5 0 427L0 224c0-17.7 14.3-32 32-32l30.3 0c63.6 0 125.6 19.6 177.7 56zm32 264l0-264c52.1-36.4 114.1-56 177.7-56l30.3 0c17.7 0 32 14.3 32 32l0 203c0 16.4-12.5 30.2-28.8 31.8l-96 9.6c-23.2 2.3-45.9 8.9-66.8 19.3L272 512z"], + "mountain-sun": [640, 512, [], "e52f", "M560 160A80 80 0 1 0 560 0a80 80 0 1 0 0 160zM55.9 512l325.2 0 75 0 122.8 0c33.8 0 61.1-27.4 61.1-61.1c0-11.2-3.1-22.2-8.9-31.8l-132-216.3C495 196.1 487.8 192 480 192s-15 4.1-19.1 10.7l-48.2 79L286.8 81c-6.6-10.6-18.3-17-30.8-17s-24.1 6.4-30.8 17L8.6 426.4C3 435.3 0 445.6 0 456.1C0 487 25 512 55.9 512z"], + "arrows-left-right-to-line": [640, 512, [], "e4ba", "M32 64c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 96C0 78.3 14.3 64 32 64zm214.6 73.4c12.5 12.5 12.5 32.8 0 45.3L205.3 224l229.5 0-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 288l-229.5 0 41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0zM640 96l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-320c0-17.7 14.3-32 32-32s32 14.3 32 32z"], + "dice-d20": [512, 512, [], "f6cf", "M48.7 125.8l53.2 31.9c7.8 4.7 17.8 2 22.2-5.9L201.6 12.1c3-5.4-.9-12.1-7.1-12.1c-1.6 0-3.2 .5-4.6 1.4L47.9 98.8c-9.6 6.6-9.2 20.9 .8 26.9zM16 171.7l0 123.5c0 8 10.4 11 14.7 4.4l60-92c5-7.6 2.6-17.8-5.2-22.5L40.2 158C29.6 151.6 16 159.3 16 171.7zM310.4 12.1l77.6 139.6c4.4 7.9 14.5 10.6 22.2 5.9l53.2-31.9c10-6 10.4-20.3 .8-26.9L322.1 1.4c-1.4-.9-3-1.4-4.6-1.4c-6.2 0-10.1 6.7-7.1 12.1zM496 171.7c0-12.4-13.6-20.1-24.2-13.7l-45.3 27.2c-7.8 4.7-10.1 14.9-5.2 22.5l60 92c4.3 6.7 14.7 3.6 14.7-4.4l0-123.5zm-49.3 246L286.1 436.6c-8.1 .9-14.1 7.8-14.1 15.9l0 52.8c0 3.7 3 6.8 6.8 6.8c.8 0 1.6-.1 2.4-.4l172.7-64c6.1-2.2 10.1-8 10.1-14.5c0-9.3-8.1-16.5-17.3-15.4zM233.2 512c3.7 0 6.8-3 6.8-6.8l0-52.6c0-8.1-6.1-14.9-14.1-15.9l-160.6-19c-9.2-1.1-17.3 6.1-17.3 15.4c0 6.5 4 12.3 10.1 14.5l172.7 64c.8 .3 1.6 .4 2.4 .4zM41.7 382.9l170.9 20.2c7.8 .9 13.4-7.5 9.5-14.3l-85.7-150c-5.9-10.4-20.7-10.8-27.3-.8L30.2 358.2c-6.5 9.9-.3 23.3 11.5 24.7zm439.6-24.8L402.9 238.1c-6.5-10-21.4-9.6-27.3 .8L290.2 388.5c-3.9 6.8 1.6 15.2 9.5 14.3l170.1-20c11.8-1.4 18-14.7 11.5-24.6zm-216.9 11l78.4-137.2c6.1-10.7-1.6-23.9-13.9-23.9l-145.7 0c-12.3 0-20 13.3-13.9 23.9l78.4 137.2c3.7 6.4 13 6.4 16.7 0zM174.4 176l163.2 0c12.2 0 19.9-13.1 14-23.8l-80-144c-2.8-5.1-8.2-8.2-14-8.2l-3.2 0c-5.8 0-11.2 3.2-14 8.2l-80 144c-5.9 10.7 1.8 23.8 14 23.8z"], + "truck-droplet": [640, 512, [], "e58c", "M0 48C0 21.5 21.5 0 48 0L368 0c26.5 0 48 21.5 48 48l0 48 50.7 0c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3l0 18.7 0 32 0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-26.5 0-48-21.5-48-48L0 48zM416 256l128 0 0-18.7L466.7 160 416 160l0 96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM208 272c39.8 0 72-29.6 72-66c0-27-39.4-82.9-59.9-110.3c-6.1-8.2-18.1-8.2-24.2 0C175.4 123 136 179 136 206c0 36.5 32.2 66 72 66z"], + "file-circle-xmark": [576, 512, [], "e5a1", "M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z"], + "temperature-arrow-up": [576, 512, ["temperature-up"], "e040", "M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48l0 164.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5L128 112zM176 0C114.1 0 64 50.1 64 112l0 164.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6L288 112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3L192 112c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 210.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zM480 160l32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 288c0 17.7 14.3 32 32 32s32-14.3 32-32l0-288z"], + "medal": [512, 512, [127941], "f5a2", "M4.1 38.2C1.4 34.2 0 29.4 0 24.6C0 11 11 0 24.6 0L133.9 0c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9L4.1 38.2zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9L350.7 15.5C356.5 5.9 366.9 0 378.1 0L487.4 0C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0A176 176 0 1 1 80 336zm184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1L168 298.9c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1l-22.4-45.4z"], + "bed": [640, 512, [128716], "f236", "M32 32c17.7 0 32 14.3 32 32l0 256 224 0 0-160c0-17.7 14.3-32 32-32l224 0c53 0 96 43 96 96l0 224c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-224 0-32 0L64 416l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 64C0 46.3 14.3 32 32 32zm144 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"], + "square-h": [448, 512, ["h-square"], "f0fd", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM336 152l0 104 0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-80-128 0 0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-208c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80 128 0 0-80c0-13.3 10.7-24 24-24s24 10.7 24 24z"], + "podcast": [448, 512, [], "f2ce", "M319.4 372c48.5-31.3 80.6-85.9 80.6-148c0-97.2-78.8-176-176-176S48 126.8 48 224c0 62.1 32.1 116.6 80.6 148c1.2 17.3 4 38 7.2 57.1l.2 1C56 395.8 0 316.5 0 224C0 100.3 100.3 0 224 0S448 100.3 448 224c0 92.5-56 171.9-136 206.1l.2-1.1c3.1-19.2 6-39.8 7.2-57zm-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2c-5.8-9.7-13.5-17-21.9-22.4c19.5-17.6 31.8-43 31.8-71.3c0-53-43-96-96-96s-96 43-96 96c0 28.3 12.3 53.8 31.8 71.3c-8.4 5.4-16.1 12.7-21.9 22.4c-3.1 5.1-5.4 10.5-7 16.2C99.8 307.5 80 268 80 224c0-79.5 64.5-144 144-144s144 64.5 144 144c0 44-19.8 83.5-50.9 109.9zM224 312c32.9 0 64 8.6 64 43.8c0 33-12.9 104.1-20.6 132.9c-5.1 19-24.5 23.4-43.4 23.4s-38.2-4.4-43.4-23.4c-7.8-28.5-20.6-99.7-20.6-132.8c0-35.1 31.1-43.8 64-43.8zm0-144a56 56 0 1 1 0 112 56 56 0 1 1 0-112z"], + "temperature-full": [320, 512, ["temperature-4", "thermometer-4", "thermometer-full"], "f2c7", "M160 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L208 112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L48 112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3L144 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 210.7c18.6 6.6 32 24.4 32 45.3z"], + "bell": [448, 512, [128276, 61602], "f0f3", "M224 0c-17.7 0-32 14.3-32 32l0 19.2C119 66 64 130.6 64 208l0 18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416l384 0c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8l0-18.8c0-77.4-55-142-128-156.8L256 32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"], + "superscript": [512, 512, [], "f12b", "M480 32c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 73.5 404.3 80 416 80l0 80c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-128zM32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l15.3 0 89.6 128L47.3 384 32 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-15.3 0L215.1 256l89.6-128 15.3 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64L32 64z"], + "plug-circle-xmark": [576, 512, [], "e560", "M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"], + "star-of-life": [512, 512, [], "f621", "M208 32c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 140.9 122-70.4c15.3-8.8 34.9-3.6 43.7 11.7l16 27.7c8.8 15.3 3.6 34.9-11.7 43.7L352 256l122 70.4c15.3 8.8 20.6 28.4 11.7 43.7l-16 27.7c-8.8 15.3-28.4 20.6-43.7 11.7L304 339.1 304 480c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-140.9L86 409.6c-15.3 8.8-34.9 3.6-43.7-11.7l-16-27.7c-8.8-15.3-3.6-34.9 11.7-43.7L160 256 38 185.6c-15.3-8.8-20.5-28.4-11.7-43.7l16-27.7C51.1 98.8 70.7 93.6 86 102.4l122 70.4L208 32z"], + "phone-slash": [640, 512, [], "f3dd", "M228.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C76.1 30.2 64 46 64 64c0 107.4 37.8 206 100.8 283.1L9.2 469.1c-10.4 8.2-12.3 23.3-4.1 33.7s23.3 12.3 33.7 4.1l592-464c10.4-8.2 12.3-23.3 4.1-33.7s-23.3-12.3-33.7-4.1L253 278c-17.8-21.5-32.9-45.2-45-70.7L257.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96zm96.8 319l-91.3 72C310.7 476 407.1 512 512 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L368.7 368c-15-7.1-29.3-15.2-43-24.3z"], + "paint-roller": [512, 512, [], "f5aa", "M0 64C0 28.7 28.7 0 64 0L352 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 192c-35.3 0-64-28.7-64-64L0 64zM160 352c0-17.7 14.3-32 32-32l0-16c0-44.2 35.8-80 80-80l144 0c17.7 0 32-14.3 32-32l0-32 0-90.5c37.3 13.2 64 48.7 64 90.5l0 32c0 53-43 96-96 96l-144 0c-8.8 0-16 7.2-16 16l0 16c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-128z"], + "handshake-angle": [640, 512, ["hands-helping"], "f4c4", "M544 248l0 3.3 69.7-69.7c21.9-21.9 21.9-57.3 0-79.2L535.6 24.4c-21.9-21.9-57.3-21.9-79.2 0L416.3 64.5c-2.7-.3-5.5-.5-8.3-.5L296 64c-37.1 0-67.6 28-71.6 64l-.4 0 0 120c0 22.1 17.9 40 40 40s40-17.9 40-40l0-72c0 0 0-.1 0-.1l0-15.9 16 0 136 0c0 0 0 0 .1 0l7.9 0c44.2 0 80 35.8 80 80l0 8zM336 192l0 56c0 39.8-32.2 72-72 72s-72-32.2-72-72l0-118.6c-35.9 6.2-65.8 32.3-76 68.2L99.5 255.2 26.3 328.4c-21.9 21.9-21.9 57.3 0 79.2l78.1 78.1c21.9 21.9 57.3 21.9 79.2 0l37.7-37.7c.9 0 1.8 .1 2.7 .1l160 0c26.5 0 48-21.5 48-48c0-5.6-1-11-2.7-16l2.7 0c26.5 0 48-21.5 48-48c0-12.8-5-24.4-13.2-33c25.7-5 45.1-27.6 45.2-54.8l0-.4c-.1-30.8-25.1-55.8-56-55.8c0 0 0 0 0 0l-120 0z"], + "location-dot": [384, 512, ["map-marker-alt"], "f3c5", "M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"], + "file": [384, 512, [128196, 128459, 61462], "f15b", "M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 288c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128z"], + "greater-than": [384, 512, [62769], "3e", "M3.4 81.7c-7.9 15.8-1.5 35 14.3 42.9L280.5 256 17.7 387.4C1.9 395.3-4.5 414.5 3.4 430.3s27.1 22.2 42.9 14.3l320-160c10.8-5.4 17.7-16.5 17.7-28.6s-6.8-23.2-17.7-28.6l-320-160c-15.8-7.9-35-1.5-42.9 14.3z"], + "person-swimming": [576, 512, [127946, "swimmer"], "f5c4", "M309.5 178.4L447.9 297.1c-1.6 .9-3.2 2-4.8 3c-18 12.4-40.1 20.3-59.2 20.3c-19.6 0-40.8-7.7-59.2-20.3c-22.1-15.5-51.6-15.5-73.7 0c-17.1 11.8-38 20.3-59.2 20.3c-10.1 0-21.1-2.2-31.9-6.2C163.1 193.2 262.2 96 384 96l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-26.9 0-52.3 6.6-74.5 18.4zM160 160A64 64 0 1 1 32 160a64 64 0 1 1 128 0zM306.5 325.9C329 341.4 356.5 352 384 352c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 405.7 417 416 384 416c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 341.2 165.1 352 192 352c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"], + "arrow-down": [384, 512, [8595], "f063", "M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"], + "droplet": [384, 512, [128167, "tint"], "f043", "M192 512C86 512 0 426 0 320C0 228.8 130.2 57.7 166.6 11.7C172.6 4.2 181.5 0 191.1 0l1.8 0c9.6 0 18.5 4.2 24.5 11.7C253.8 57.7 384 228.8 384 320c0 106-86 192-192 192zM96 336c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 61.9 50.1 112 112 112c8.8 0 16-7.2 16-16s-7.2-16-16-16c-44.2 0-80-35.8-80-80z"], + "eraser": [576, 512, [], "f12d", "M290.7 57.4L57.4 290.7c-25 25-25 65.5 0 90.5l80 80c12 12 28.3 18.7 45.3 18.7L288 480l9.4 0L512 480c17.7 0 32-14.3 32-32s-14.3-32-32-32l-124.1 0L518.6 285.3c25-25 25-65.5 0-90.5L381.3 57.4c-25-25-65.5-25-90.5 0zM297.4 416l-9.4 0-105.4 0-80-80L227.3 211.3 364.7 348.7 297.4 416z"], + "earth-americas": [512, 512, [127758, "earth", "earth-america", "globe-americas"], "f57d", "M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5l0 39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9l0 39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7l0-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1L257 256c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"], + "person-burst": [640, 512, [], "e53b", "M480 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-223.1 28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6l-29.7 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L408 256.9 408 480c0 17.7 14.3 32 32 32s32-14.3 32-32zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.3-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z"], + "dove": [512, 512, [128330], "f4ba", "M160.8 96.5c14 17 31 30.9 49.5 42.2c25.9 15.8 53.7 25.9 77.7 31.6l0-31.5C265.8 108.5 250 71.5 248.6 28c-.4-11.3-7.5-21.5-18.4-24.4c-7.6-2-15.8-.2-21 5.8c-13.3 15.4-32.7 44.6-48.4 87.2zM320 144l0 30.6s0 0 0 0l0 1.3s0 0 0 0l0 32.1c-60.8-5.1-185-43.8-219.3-157.2C97.4 40 87.9 32 76.6 32c-7.9 0-15.3 3.9-18.8 11C46.8 65.9 32 112.1 32 176c0 116.9 80.1 180.5 118.4 202.8L11.8 416.6C6.7 418 2.6 421.8 .9 426.8s-.8 10.6 2.3 14.8C21.7 466.2 77.3 512 160 512c3.6 0 7.2-1.2 10-3.5L245.6 448l74.4 0c88.4 0 160-71.6 160-160l0-160 29.9-44.9c1.3-2 2.1-4.4 2.1-6.8c0-6.8-5.5-12.3-12.3-12.3L400 64c-44.2 0-80 35.8-80 80zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"], + "battery-empty": [576, 512, ["battery-0"], "f244", "M80 160c-8.8 0-16 7.2-16 16l0 160c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-160c0-8.8-7.2-16-16-16L80 160zM0 176c0-44.2 35.8-80 80-80l384 0c44.2 0 80 35.8 80 80l0 16c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l0 16c0 44.2-35.8 80-80 80L80 416c-44.2 0-80-35.8-80-80L0 176z"], + "socks": [512, 512, [129510], "f696", "M175.2 476.6c-9.7-18-15.2-38.7-15.2-60.6c0-40.3 19-78.2 51.2-102.4l64-48c8.1-6 12.8-15.5 12.8-25.6l0-144L128 96l0 144c0 20.1-9.5 39.1-25.6 51.2l-64 48C14.2 357.3 0 385.8 0 416c0 53 43 96 96 96c20.8 0 41-6.7 57.6-19.2l21.6-16.2zM128 64l160 0 0-16c0-14.5 3.9-28.2 10.7-39.9C291 3 281.9 0 272 0L176 0c-26.5 0-48 21.5-48 48l0 16zM320 96l0 144c0 20.1-9.5 39.1-25.6 51.2l-64 48C206.2 357.3 192 385.8 192 416c0 53 43 96 96 96c20.8 0 41-6.7 57.6-19.2l115.2-86.4C493 382.2 512 344.3 512 304l0-208L320 96zM512 64l0-16c0-26.5-21.5-48-48-48L368 0c-26.5 0-48 21.5-48 48l0 16 192 0z"], + "inbox": [512, 512, [], "f01c", "M121 32C91.6 32 66 52 58.9 80.5L1.9 308.4C.6 313.5 0 318.7 0 323.9L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-92.1c0-5.2-.6-10.4-1.9-15.5l-57-227.9C446 52 420.4 32 391 32L121 32zm0 64l270 0 48 192-51.2 0c-12.1 0-23.2 6.8-28.6 17.7l-14.3 28.6c-5.4 10.8-16.5 17.7-28.6 17.7l-120.4 0c-12.1 0-23.2-6.8-28.6-17.7l-14.3-28.6c-5.4-10.8-16.5-17.7-28.6-17.7L73 288 121 96z"], + "section": [256, 512, [], "e447", "M64.9 96C67.1 84.4 73.7 76.2 86 70.6c13.8-6.2 34.8-8.9 61.2-4.5c8.8 1.4 36.1 7.1 44.1 9.3c17 4.8 34.7-5.1 39.5-22.2s-5.1-34.7-22.2-39.5c-11.1-3.1-41-9.2-50.9-10.8C123-2.7 88.3-.6 59.7 12.3C29.9 25.8 7.5 50.9 1.6 86.5c-.1 .5-.2 1.1-.2 1.6c-2.2 19.7 .3 37.9 8.1 54.1c7.7 16.1 19.4 28 32 36.9c.6 .5 1.3 .9 2 1.4C22.3 194.2 6.5 215.1 1.7 243c-.1 .6-.2 1.1-.2 1.7c-2.3 19.3 .4 37.1 8.4 53c7.9 15.6 19.8 27 32.3 35.5c22.4 15.2 51.9 24 75.4 31c0 0 0 0 0 0l3.7 1.1c27.2 8.2 46.9 14.6 59.4 23.8c5.5 4 8.2 7.6 9.5 10.9c1.3 3.2 2.6 8.6 .9 18.1c-1.7 10.1-7.7 18-20.7 23.5c-14 6-35.4 8.5-62 4.4c-12.8-2.1-35.1-9.7-54.1-16.2c0 0 0 0 0 0c-4.3-1.5-8.5-2.9-12.3-4.2C25.3 420 7.2 429.1 1.6 445.8s3.5 34.9 20.3 40.5c2.6 .8 5.7 1.9 9.2 3.1c18.6 6.3 48.5 16.6 67.3 19.6c0 0 0 0 0 0l.2 0c34.5 5.4 68.8 3.4 97.2-8.7c29.4-12.6 52.5-36.5 58.5-71.5c3.3-19.3 1.9-37.4-5-53.9c-6.3-15-16.4-26.4-27.6-35.2c16.5-13.9 28.5-33.2 32.6-58.2c3.2-19.8 1.9-38.3-4.8-55.1c-6.7-16.8-17.8-29.4-30.2-39c-22.8-17.6-53.6-27.4-77.7-35l-1.4-.5c-27.4-8.7-47.8-15.3-61.5-25c-6.1-4.4-9.5-8.5-11.4-12.4c-1.8-3.7-3.2-9.3-2.3-18.5zm76.7 208.5l-.6-.2-1.4-.4c-27.4-8.2-47.9-14.5-61.7-23.8c-6.2-4.2-9.3-7.9-11-11.3c-1.5-3-2.9-7.7-2.1-15.7c1.9-9.7 7.9-17.3 20.5-22.7c14-6 35.4-8.5 62.1-4.3l16.4 2.6c6.3 2.9 11.7 6 16.2 9.5c5.5 4.2 8.4 8.2 10 12.2c1.6 4 2.8 10.4 1.1 20.9c-2.4 14.7-12.8 26.4-37.1 31l-12.4 2.3z"], + "gauge-high": [512, 512, [62461, "tachometer-alt", "tachometer-alt-fast"], "f625", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM256 416c35.3 0 64-28.7 64-64c0-17.4-6.9-33.1-18.1-44.6L366 161.7c5.3-12.1-.2-26.3-12.3-31.6s-26.3 .2-31.6 12.3L257.9 288c-.6 0-1.3 0-1.9 0c-35.3 0-64 28.7-64 64s28.7 64 64 64zM176 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM96 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm352-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"], + "envelope-open-text": [512, 512, [], "f658", "M215.4 96L144 96l-36.2 0L96 96l0 8.8L96 144l0 40.4 0 89L.2 202.5c1.6-18.1 10.9-34.9 25.7-45.8L48 140.3 48 96c0-26.5 21.5-48 48-48l76.6 0 49.9-36.9C232.2 3.9 243.9 0 256 0s23.8 3.9 33.5 11L339.4 48 416 48c26.5 0 48 21.5 48 48l0 44.3 22.1 16.4c14.8 10.9 24.1 27.7 25.7 45.8L416 273.4l0-89 0-40.4 0-39.2 0-8.8-11.8 0L368 96l-71.4 0-81.3 0zM0 448L0 242.1 217.6 403.3c11.1 8.2 24.6 12.7 38.4 12.7s27.3-4.4 38.4-12.7L512 242.1 512 448s0 0 0 0c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64c0 0 0 0 0 0zM176 160l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "hospital": [640, 512, [127973, 62589, "hospital-alt", "hospital-wide"], "f0f8", "M192 48c0-26.5 21.5-48 48-48L400 0c26.5 0 48 21.5 48 48l0 464-80 0 0-80c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 80-80 0 0-464zM48 96l112 0 0 416L48 512c-26.5 0-48-21.5-48-48L0 320l80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L0 288l0-64 80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L0 192l0-48c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48l0 48-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 64-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 144c0 26.5-21.5 48-48 48l-112 0 0-416 112 0zM312 64c-8.8 0-16 7.2-16 16l0 24-24 0c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l24 0 0 24c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-24 24 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-24 0 0-24c0-8.8-7.2-16-16-16l-16 0z"], + "wine-bottle": [512, 512, [], "f72f", "M393.4 9.4c12.5-12.5 32.8-12.5 45.3 0l64 64c12.5 12.5 12.5 32.8 0 45.3c-11.8 11.8-30.7 12.5-43.2 1.9l-9.5 9.5-48.8 48.8c-9.2 9.2-11.5 22.9-8.6 35.6c9.4 40.9-1.9 85.6-33.8 117.5L197.3 493.3c-25 25-65.5 25-90.5 0l-88-88c-25-25-25-65.5 0-90.5L180.2 153.3c31.9-31.9 76.6-43.1 117.5-33.8c12.6 2.9 26.4 .5 35.5-8.6l48.8-48.8 9.5-9.5c-10.6-12.6-10-31.4 1.9-43.2zM99.3 347.3l65.4 65.4c6.2 6.2 16.4 6.2 22.6 0l97.4-97.4c6.2-6.2 6.2-16.4 0-22.6l-65.4-65.4c-6.2-6.2-16.4-6.2-22.6 0L99.3 324.7c-6.2 6.2-6.2 16.4 0 22.6z"], + "chess-rook": [448, 512, [9820], "f447", "M32 192L32 48c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16l0 40c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-40c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16l0 40c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-40c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16l0 144c0 10.1-4.7 19.6-12.8 25.6L352 256l16 144L80 400 96 256 44.8 217.6C36.7 211.6 32 202.1 32 192zm176 96l32 0c8.8 0 16-7.2 16-16l0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48c0 8.8 7.2 16 16 16zM22.6 473.4L64 432l320 0 41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6L38.6 512C26.1 512 16 501.9 16 489.4c0-6 2.4-11.8 6.6-16z"], + "bars-staggered": [512, 512, ["reorder", "stream"], "f550", "M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM64 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L96 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"], + "dharmachakra": [512, 512, [9784], "f655", "M337.8 205.7l48.6-42.5c13.8 19.3 23.4 41.9 27.4 66.2l-64.4 4.3c-2.4-10.1-6.4-19.5-11.6-28zm140.1 19.5c-5.3-38.8-20.6-74.5-43.2-104.3l.8-.7C449 108.4 449.7 87.6 437 75s-33.4-12-45.2 1.5l-.7 .8c-29.8-22.6-65.5-37.9-104.3-43.2l.1-1.1c1.2-17.9-13-33-30.9-33s-32.1 15.2-30.9 33l.1 1.1c-38.8 5.3-74.5 20.6-104.3 43.2l-.7-.8C108.4 63 87.6 62.3 75 75s-12 33.4 1.5 45.2l.8 .7c-22.6 29.8-37.9 65.5-43.2 104.3l-1.1-.1c-17.9-1.2-33 13-33 30.9s15.2 32.1 33 30.9l1.1-.1c5.3 38.8 20.6 74.5 43.2 104.3l-.8 .7C63 403.6 62.3 424.4 75 437s33.4 12 45.2-1.5l.7-.8c29.8 22.6 65.5 37.9 104.3 43.2l-.1 1.1c-1.2 17.9 13 33 30.9 33s32.1-15.2 30.9-33l-.1-1.1c38.8-5.3 74.5-20.6 104.3-43.2l.7 .8c11.8 13.5 32.5 14.2 45.2 1.5s12-33.4-1.5-45.2l-.8-.7c22.6-29.8 37.9-65.5 43.2-104.3l1.1 .1c17.9 1.2 33-13 33-30.9s-15.2-32.1-33-30.9l-1.1 .1zM163.2 125.6c19.3-13.8 41.9-23.4 66.2-27.5l4.3 64.4c-10 2.4-19.5 6.4-28 11.6l-42.5-48.6zm-65 103.8c4.1-24.4 13.7-46.9 27.5-66.2l48.6 42.5c-5.3 8.5-9.2 18-11.6 28l-64.4-4.3zm27.5 119.4c-13.8-19.3-23.4-41.9-27.5-66.2l64.4-4.3c2.4 10 6.4 19.5 11.6 28l-48.6 42.5zm103.8 65c-24.4-4.1-46.9-13.7-66.2-27.4l42.5-48.6c8.5 5.3 18 9.2 28 11.6l-4.3 64.4zm119.4-27.4c-19.3 13.8-41.9 23.4-66.2 27.4l-4.3-64.4c10-2.4 19.5-6.4 28-11.6l42.5 48.6zm65-103.8c-4.1 24.4-13.7 46.9-27.4 66.2l-48.6-42.5c5.3-8.5 9.2-18 11.6-28l64.4 4.3zm-65-156.9l-42.5 48.6c-8.5-5.3-18-9.2-28-11.6l4.3-64.4c24.4 4.1 46.9 13.7 66.2 27.5zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "hotdog": [512, 512, [127789], "f80f", "M488.6 23.4c31.2 31.2 31.2 81.9 0 113.1l-352 352c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1l352-352c31.2-31.2 81.9-31.2 113.1 0zM443.3 92.7c-6.2-6.2-16.4-6.2-22.6 0c-12.5 12.5-23.8 15.1-37.5 17.6l-2.5 .4c-13.8 2.5-31.6 5.6-48 22c-16.7 16.7-20.9 36-24.1 50.9c0 0 0 0 0 0s0 0 0 0l-.2 1c-3.4 15.6-6 26.4-15.7 36.1s-20.5 12.3-36.1 15.7l-1 .2c-14.9 3.2-34.2 7.4-50.9 24.1s-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1c-9.2 9.2-18 10.8-32.7 13.4c0 0 0 0 0 0l-.9 .2c-15.6 2.8-34.9 6.9-54.4 26.4c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0c12.5-12.5 23.8-15.1 37.5-17.6l2.5-.4c13.8-2.5 31.6-5.6 48-22c16.7-16.7 20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1s20.5-12.3 36.1-15.7l1-.2c14.9-3.2 34.2-7.4 50.9-24.1s20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1c9.2-9.2 18-10.8 32.7-13.4l.9-.2c15.6-2.8 34.9-6.9 54.4-26.4c6.2-6.2 6.2-16.4 0-22.6zM191.2 479.2l288-288L495 207c10.9 10.9 17 25.6 17 41s-6.1 30.1-17 41L289 495c-10.9 10.9-25.6 17-41 17s-30.1-6.1-41-17l-15.8-15.8zM17 305C6.1 294.1 0 279.4 0 264s6.1-30.1 17-41L223 17C233.9 6.1 248.6 0 264 0s30.1 6.1 41 17l15.8 15.8-288 288L17 305z"], + "person-walking-with-cane": [512, 512, ["blind"], "f29d", "M176 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8.4 32c-36.4 0-69.6 20.5-85.9 53.1L35.4 273.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L128 231.6l0 43.2c0 17 6.7 33.3 18.7 45.3L224 397.3l0 82.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-89.4c0-12.7-5.1-24.9-14.1-33.9L224 306.7l0-93.4 70.4 93.9c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8L268.8 166.4C250.7 142.2 222.2 128 192 128l-24.4 0zM128.3 346.8L97 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l22-88.2-52.8-52.8zM450.8 505.1c5 7.3 15 9.1 22.3 4s9.1-15 4-22.3L358.9 316.1c-2.8 3.8-6.1 7.3-10.1 10.3c-5 3.8-10.5 6.4-16.2 7.9L450.8 505.1z"], + "drum": [512, 512, [129345], "f569", "M501.2 76.1c11.1-7.3 14.2-22.1 6.9-33.2s-22.1-14.2-33.2-6.9L370.2 104.5C335.8 98.7 297 96 256 96C114.6 96 0 128 0 208L0 368c0 31.3 27.4 58.8 72 78.7L72 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 119.4c33 8.9 71.1 14.5 112 16.1L232 376c0-13.3 10.7-24 24-24s24 10.7 24 24l0 103.5c40.9-1.6 79-7.2 112-16.1L392 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 102.7c44.6-19.9 72-47.4 72-78.7l0-160c0-41.1-30.2-69.5-78.8-87.4l67.9-44.5zM307.4 145.6l-64.6 42.3c-11.1 7.3-14.2 22.1-6.9 33.2s22.1 14.2 33.2 6.9l111.1-72.8c14.7 3.2 27.9 7 39.4 11.5C458.4 181.8 464 197.4 464 208c0 .8-2.7 17.2-46 35.9C379.1 260.7 322 272 256 272s-123.1-11.3-162-28.1C50.7 225.2 48 208.8 48 208c0-10.6 5.6-26.2 44.4-41.3C130.6 151.9 187.8 144 256 144c18 0 35.1 .5 51.4 1.6z"], + "ice-cream": [448, 512, [127848], "f810", "M367.1 160c.6-5.3 .9-10.6 .9-16C368 64.5 303.5 0 224 0S80 64.5 80 144c0 5.4 .3 10.7 .9 16l-.9 0c-26.5 0-48 21.5-48 48s21.5 48 48 48l53.5 0 181 0 53.5 0c26.5 0 48-21.5 48-48s-21.5-48-48-48l-.9 0zM96 288L200.8 497.7c4.4 8.8 13.3 14.3 23.2 14.3s18.8-5.5 23.2-14.3L352 288 96 288z"], + "heart-circle-bolt": [576, 512, [], "e4fc", "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356l35.6 0c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380 376 380c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z"], + "fax": [512, 512, [128224, 128439], "f1ac", "M128 64l0 96 64 0 0-96 194.7 0L416 93.3l0 66.7 64 0 0-66.7c0-17-6.7-33.3-18.7-45.3L432 18.7C420 6.7 403.7 0 386.7 0L192 0c-35.3 0-64 28.7-64 64zM0 160L0 480c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32zm480 32l-352 0 0 288c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32zM256 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM224 416a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"], + "paragraph": [448, 512, [182], "f1dd", "M192 32l64 0 160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-352-32 0 0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-32 0c-88.4 0-160-71.6-160-160s71.6-160 160-160z"], + "check-to-slot": [576, 512, ["vote-yea"], "f772", "M96 80c0-26.5 21.5-48 48-48l288 0c26.5 0 48 21.5 48 48l0 304L96 384 96 80zm313 47c-9.4-9.4-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L409 161c9.4-9.4 9.4-24.6 0-33.9zM0 336c0-26.5 21.5-48 48-48l16 0 0 128 448 0 0-128 16 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48L48 480c-26.5 0-48-21.5-48-48l0-96z"], + "star-half": [576, 512, [61731], "f089", "M288 0c-12.2 .1-23.3 7-28.6 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3L288 439.8 288 0zM429.9 512c1.1 .1 2.1 .1 3.2 0l-3.2 0z"], + "boxes-stacked": [576, 512, [62625, "boxes", "boxes-alt"], "f468", "M248 0L208 0c-26.5 0-48 21.5-48 48l0 112c0 35.3 28.7 64 64 64l128 0c35.3 0 64-28.7 64-64l0-112c0-26.5-21.5-48-48-48L328 0l0 80c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-80zM64 256c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l160 0c35.3 0 64-28.7 64-64l0-128c0-35.3-28.7-64-64-64l-40 0 0 80c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-80-40 0zM352 512l160 0c35.3 0 64-28.7 64-64l0-128c0-35.3-28.7-64-64-64l-40 0 0 80c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-80-40 0c-15 0-28.8 5.1-39.7 13.8c4.9 10.4 7.7 22 7.7 34.2l0 160c0 12.2-2.8 23.8-7.7 34.2C323.2 506.9 337 512 352 512z"], + "link": [640, 512, [128279, "chain"], "f0c1", "M579.8 267.7c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114L422.3 334.8c-31.5 31.5-82.5 31.5-114 0c-27.9-27.9-31.5-71.8-8.6-103.8l1.1-1.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-6.9-44.6 7.4l-1.1 1.6C206.5 251.2 213 330 263 380c56.5 56.5 148 56.5 204.5 0L579.8 267.7zM60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5L217.7 177.2c31.5-31.5 82.5-31.5 114 0c27.9 27.9 31.5 71.8 8.6 103.9l-1.1 1.6c-10.3 14.4-6.9 34.4 7.4 44.6s34.4 6.9 44.6-7.4l1.1-1.6C433.5 260.8 427 182 377 132c-56.5-56.5-148-56.5-204.5 0L60.2 244.3z"], + "ear-listen": [512, 512, ["assistive-listening-systems"], "f2a2", "M398.3 3.4c-15.8-7.9-35-1.5-42.9 14.3c-7.9 15.8-1.5 34.9 14.2 42.9l.4 .2c.4 .2 1.1 .6 2.1 1.2c2 1.2 5 3 8.7 5.6c7.5 5.2 17.6 13.2 27.7 24.2C428.5 113.4 448 146 448 192c0 17.7 14.3 32 32 32s32-14.3 32-32c0-66-28.5-113.4-56.5-143.7C441.6 33.2 427.7 22.2 417.3 15c-5.3-3.7-9.7-6.4-13-8.3c-1.6-1-3-1.7-4-2.2c-.5-.3-.9-.5-1.2-.7l-.4-.2-.2-.1c0 0 0 0-.1 0c0 0 0 0 0 0L384 32 398.3 3.4zM128.7 227.5c6.2-56 53.7-99.5 111.3-99.5c61.9 0 112 50.1 112 112c0 29.3-11.2 55.9-29.6 75.9c-17 18.4-34.4 45.1-34.4 78l0 6.1c0 26.5-21.5 48-48 48c-17.7 0-32 14.3-32 32s14.3 32 32 32c61.9 0 112-50.1 112-112l0-6.1c0-9.8 5.4-21.7 17.4-34.7C398.3 327.9 416 286 416 240c0-97.2-78.8-176-176-176C149.4 64 74.8 132.5 65.1 220.5c-1.9 17.6 10.7 33.4 28.3 35.3s33.4-10.7 35.3-28.3zM32 512a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM192 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0zM208 240c0-17.7 14.3-32 32-32s32 14.3 32 32c0 13.3 10.7 24 24 24s24-10.7 24-24c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 13.3 10.7 24 24 24s24-10.7 24-24z"], + "tree-city": [640, 512, [], "e587", "M288 48c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 144 40 0 0-72c0-13.3 10.7-24 24-24s24 10.7 24 24l0 72 24 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-160 0-96 0c-26.5 0-48-21.5-48-48l0-416zm64 32l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM352 272l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm176-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM512 368l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM224 160c0 6-1 11-2 16c20 14 34 38 34 64c0 45-36 80-80 80l-16 0 0 160c0 18-15 32-32 32c-18 0-32-14-32-32l0-160-16 0c-45 0-80-35-80-80c0-26 13-50 33-64c-1-5-1-10-1-16c0-53 42-96 96-96c53 0 96 43 96 96z"], + "play": [384, 512, [9654], "f04b", "M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80L0 432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"], + "font": [448, 512, [], "f031", "M254 52.8C249.3 40.3 237.3 32 224 32s-25.3 8.3-30 20.8L57.8 416 32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-1.8 0 18-48 159.6 0 18 48-1.8 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-25.8 0L254 52.8zM279.8 304l-111.6 0L224 155.1 279.8 304z"], + "table-cells-row-lock": [640, 512, [], "e67a", "M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 65.1c-37.8 5.4-69.4 29.6-85.2 62.9L360 224l0 64 56 0 0 8.6c-19.1 11.1-32 31.7-32 55.4l-24 0 0 64 24 0 0 64L64 480c-35.3 0-64-28.7-64-64L0 96zM64 224l0 64 88 0 0-64-88 0zm232 0l-88 0 0 64 88 0 0-64zM152 352l-88 0 0 64 88 0 0-64zm56 0l0 64 88 0 0-64-88 0zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z"], + "rupiah-sign": [512, 512, [], "e23d", "M0 64C0 46.3 14.3 32 32 32l80 0c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320 64 320l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 288 0 64zM64 256l48 0c44.2 0 80-35.8 80-80s-35.8-80-80-80L64 96l0 160zm256-96l80 0c61.9 0 112 50.1 112 112s-50.1 112-112 112l-48 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128 0-160c0-17.7 14.3-32 32-32zm80 160c26.5 0 48-21.5 48-48s-21.5-48-48-48l-48 0 0 96 48 0z"], + "magnifying-glass": [512, 512, [128269, "search"], "f002", "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"], + "table-tennis-paddle-ball": [512, 512, [127955, "ping-pong-paddle-ball", "table-tennis"], "f45d", "M416 288c-50.1 0-93.6 28.8-114.6 70.8L68.9 126.3l.6-.6 60.1-60.1c87.5-87.5 229.3-87.5 316.8 0c67.1 67.1 82.7 166.3 46.8 248.3C471.8 297.6 445 288 416 288zM49.3 151.9L290.1 392.7c-1.4 7.5-2.1 15.3-2.1 23.3c0 23.2 6.2 44.9 16.9 63.7c-3 .2-6.1 .3-9.2 .3l-2.7 0c-33.9 0-66.5-13.5-90.5-37.5l-9.8-9.8c-13.1-13.1-34.6-12.4-46.8 1.7L88.2 501c-5.8 6.7-14.2 10.7-23 11s-17.5-3.1-23.8-9.4l-32-32C3.1 464.3-.3 455.7 0 446.9s4.3-17.2 11-23l66.6-57.7c14-12.2 14.8-33.7 1.7-46.8l-9.8-9.8C45.5 285.5 32 252.9 32 219l0-2.7c0-22.8 6.1-44.9 17.3-64.3zM416 320a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"], + "person-dots-from-line": [576, 512, ["diagnoses"], "f470", "M288 176A88 88 0 1 0 288 0a88 88 0 1 0 0 176zM78.7 372.9c15-12.5 50-34.4 97.3-50.1L176 432l224 0 0-109.3c47.3 15.8 82.3 37.7 97.3 50.1c20.4 17 50.6 14.2 67.6-6.1s14.2-50.6-6.1-67.6c-12-10-30.1-22.5-53.2-35C497.2 278.4 481.7 288 464 288c-26.5 0-48-21.5-48-48c0-4.3 .6-8.4 1.6-12.4C379.1 215.9 335.3 208 288 208c-60.2 0-114.9 12.9-160 29.9c0 .7 0 1.4 0 2.1c0 26.5-21.5 48-48 48c-11.8 0-22.7-4.3-31-11.4c-13.1 8.1-23.7 15.9-31.7 22.5c-20.4 17-23.1 47.2-6.1 67.6s47.2 23.1 67.6 6.1zM24 464c-13.3 0-24 10.7-24 24s10.7 24 24 24l528 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 464zM224 280a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM96 240a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm368 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"], + "trash-can-arrow-up": [448, 512, ["trash-restore-alt"], "f82a", "M163.8 0L284.2 0c12.1 0 23.2 6.8 28.6 17.7L320 32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l96 0 7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128l384 0 0 320c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-320zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L200 408c0 13.3 10.7 24 24 24s24-10.7 24-24l0-134.1 39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z"], + "naira-sign": [448, 512, [], "e1f6", "M122.6 46.3c-7.8-11.7-22.4-17-35.9-12.9S64 49.9 64 64l0 192-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 100.2 0 97.2 145.8c7.8 11.7 22.4 17 35.9 12.9s22.7-16.5 22.7-30.6l0-128 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 192-57.5 0L122.6 46.3zM305.1 320l14.9 0 0 22.3L305.1 320zM185.5 256L128 256l0-86.3L185.5 256z"], + "cart-arrow-down": [576, 512, [], "f218", "M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48l45.5 0c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5L488 384c13.3 0 24-10.7 24-24s-10.7-24-24-24l-288.3 0c-11.5 0-21.4-8.2-23.6-19.5L170.7 288l288.5 0c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32L360 32l0 102.1 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-64 64c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23L312 32 120.1 32C111 12.8 91.6 0 69.5 0L24 0zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"], + "walkie-talkie": [384, 512, [], "f8ef", "M112 24c0-13.3-10.7-24-24-24S64 10.7 64 24l0 72L48 96C21.5 96 0 117.5 0 144L0 300.1c0 12.7 5.1 24.9 14.1 33.9l3.9 3.9c9 9 14.1 21.2 14.1 33.9L32 464c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-92.1c0-12.7 5.1-24.9 14.1-33.9l3.9-3.9c9-9 14.1-21.2 14.1-33.9L384 144c0-26.5-21.5-48-48-48l-16 0c0-17.7-14.3-32-32-32s-32 14.3-32 32l-32 0c0-17.7-14.3-32-32-32s-32 14.3-32 32l-48 0 0-72zm0 136l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "file-pen": [576, 512, [128221, "file-edit"], "f31c", "M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 125.7-86.8 86.8c-10.3 10.3-17.5 23.1-21 37.2l-18.7 74.9c-2.3 9.2-1.8 18.8 1.3 27.5L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM549.8 235.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0zM311.9 417L441.1 287.8l71 71L382.9 487.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"], + "receipt": [384, 512, [129534], "f543", "M14 2.2C22.5-1.7 32.5-.3 39.6 5.8L80 40.4 120.4 5.8c9-7.7 22.3-7.7 31.2 0L192 40.4 232.4 5.8c9-7.7 22.3-7.7 31.2 0L304 40.4 344.4 5.8c7.1-6.1 17.1-7.5 25.6-3.6s14 12.4 14 21.8l0 464c0 9.4-5.5 17.9-14 21.8s-18.5 2.5-25.6-3.6L304 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L192 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L80 471.6 39.6 506.2c-7.1 6.1-17.1 7.5-25.6 3.6S0 497.4 0 488L0 24C0 14.6 5.5 6.1 14 2.2zM96 144c-8.8 0-16 7.2-16 16s7.2 16 16 16l192 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 144zM80 352c0 8.8 7.2 16 16 16l192 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 336c-8.8 0-16 7.2-16 16zM96 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l192 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 240z"], + "square-pen": [448, 512, ["pen-square", "pencil-square"], "f14b", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM325.8 139.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-21.4 21.4-71-71 21.4-21.4c15.6-15.6 40.9-15.6 56.6 0zM119.9 289L225.1 183.8l71 71L190.9 359.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"], + "suitcase-rolling": [384, 512, [], "f5c1", "M144 56c0-4.4 3.6-8 8-8l80 0c4.4 0 8 3.6 8 8l0 72-96 0 0-72zm176 72l-32 0 0-72c0-30.9-25.1-56-56-56L152 0C121.1 0 96 25.1 96 56l0 72-32 0c-35.3 0-64 28.7-64 64L0 416c0 35.3 28.7 64 64 64c0 17.7 14.3 32 32 32s32-14.3 32-32l128 0c0 17.7 14.3 32 32 32s32-14.3 32-32c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64zM112 224l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 128l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "person-circle-exclamation": [576, 512, [], "e53f", "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z"], + "chevron-down": [512, 512, [], "f078", "M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"], + "battery-full": [576, 512, [128267, "battery", "battery-5"], "f240", "M464 160c8.8 0 16 7.2 16 16l0 160c0 8.8-7.2 16-16 16L80 352c-8.8 0-16-7.2-16-16l0-160c0-8.8 7.2-16 16-16l384 0zM80 96C35.8 96 0 131.8 0 176L0 336c0 44.2 35.8 80 80 80l384 0c44.2 0 80-35.8 80-80l0-16c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-16c0-44.2-35.8-80-80-80L80 96zm368 96L96 192l0 128 352 0 0-128z"], + "skull-crossbones": [448, 512, [128369, 9760], "f714", "M368 128c0 44.4-25.4 83.5-64 106.4l0 21.6c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-21.6c-38.6-23-64-62.1-64-106.4C80 57.3 144.5 0 224 0s144 57.3 144 128zM168 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM3.4 273.7c7.9-15.8 27.1-22.2 42.9-14.3L224 348.2l177.7-88.8c15.8-7.9 35-1.5 42.9 14.3s1.5 35-14.3 42.9L295.6 384l134.8 67.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L224 419.8 46.3 508.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9L152.4 384 17.7 316.6C1.9 308.7-4.5 289.5 3.4 273.7z"], + "code-compare": [512, 512, [], "e13a", "M320 488c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1s14.2 12.4 14.2 21.9l0 40 16 0c35.3 0 64-28.7 64-64l0-166.7C371.7 141 352 112.8 352 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3L464 320c0 70.7-57.3 128-128 128l-16 0 0 40zM456 80a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 24c0-9.5 5.6-18.1 14.2-21.9s18.8-2.3 25.8 4.1l80 72c5.1 4.6 7.9 11 7.9 17.8s-2.9 13.3-7.9 17.8l-80 72c-7 6.3-17.2 7.9-25.8 4.1s-14.2-12.4-14.2-21.9l0-40-16 0c-35.3 0-64 28.7-64 64l0 166.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3L48 192c0-70.7 57.3-128 128-128l16 0 0-40zM56 432a24 24 0 1 0 48 0 24 24 0 1 0 -48 0z"], + "list-ul": [512, 512, ["list-dots"], "f0ca", "M64 144a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zM64 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48-208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"], + "school-lock": [640, 512, [], "e56f", "M302.2 5.4c10.7-7.2 24.8-7.2 35.5 0L473.7 96 592 96c26.5 0 48 21.5 48 48l0 128c0-61.9-50.1-112-112-112s-112 50.1-112 112l0 24.6c-19.1 11.1-32 31.7-32 55.4l-63.7 0-.3 0c-35.3 0-64 28.7-64 64l0 96 64 0s0 0 0 0L48 512c-26.5 0-48-21.5-48-48L0 144c0-26.5 21.5-48 48-48l118.3 0L302.2 5.4zM80 208l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm0 128l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm240-72a88 88 0 1 0 0-176 88 88 0 1 0 0 176zm16-120l0 16 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16s16 7.2 16 16zm192 96c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z"], + "tower-cell": [576, 512, [], "e585", "M62.6 2.3C46.2-4.3 27.6 3.6 20.9 20C7.4 53.4 0 89.9 0 128s7.4 74.6 20.9 108c6.6 16.4 25.3 24.3 41.7 17.7S86.9 228.4 80.3 212C69.8 186.1 64 157.8 64 128s5.8-58.1 16.3-84C86.9 27.6 79 9 62.6 2.3zm450.8 0C497 9 489.1 27.6 495.7 44C506.2 69.9 512 98.2 512 128s-5.8 58.1-16.3 84c-6.6 16.4 1.3 35 17.7 41.7s35-1.3 41.7-17.7c13.5-33.4 20.9-69.9 20.9-108s-7.4-74.6-20.9-108C548.4 3.6 529.8-4.3 513.4 2.3zM340.1 165.2c7.5-10.5 11.9-23.3 11.9-37.2c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 13.9 4.4 26.7 11.9 37.2L98.9 466.8c-7.3 16.1-.2 35.1 15.9 42.4s35.1 .2 42.4-15.9L177.7 448l220.6 0 20.6 45.2c7.3 16.1 26.3 23.2 42.4 15.9s23.2-26.3 15.9-42.4L340.1 165.2zM369.2 384l-162.4 0 14.5-32 133.3 0 14.5 32zM288 205.3L325.6 288l-75.2 0L288 205.3zM163.3 73.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3 .2-31.6 12.4C109.5 77 104 101.9 104 128s5.5 51 15.3 73.6c5.3 12.1 19.5 17.7 31.6 12.4s17.7-19.5 12.4-31.6C156 165.8 152 147.4 152 128s4-37.8 11.3-54.4zM456.7 54.4c-5.3-12.1-19.5-17.7-31.6-12.4s-17.7 19.5-12.4 31.6C420 90.2 424 108.6 424 128s-4 37.8-11.3 54.4c-5.3 12.1 .2 26.3 12.4 31.6s26.3-.2 31.6-12.4C466.5 179 472 154.1 472 128s-5.5-51-15.3-73.6z"], + "down-long": [320, 512, ["long-arrow-alt-down"], "f309", "M2 334.5c-3.8 8.8-2 19 4.6 26l136 144c4.5 4.8 10.8 7.5 17.4 7.5s12.9-2.7 17.4-7.5l136-144c6.6-7 8.4-17.2 4.6-26s-12.5-14.5-22-14.5l-72 0 0-288c0-17.7-14.3-32-32-32L128 0C110.3 0 96 14.3 96 32l0 288-72 0c-9.6 0-18.2 5.7-22 14.5z"], + "ranking-star": [640, 512, [], "e561", "M353.8 54.1L330.2 6.3c-3.9-8.3-16.1-8.6-20.4 0L286.2 54.1l-52.3 7.5c-9.3 1.4-13.3 12.9-6.4 19.8l38 37-9 52.1c-1.4 9.3 8.2 16.5 16.8 12.2l46.9-24.8 46.6 24.4c8.6 4.3 18.3-2.9 16.8-12.2l-9-52.1 38-36.6c6.8-6.8 2.9-18.3-6.4-19.8l-52.3-7.5zM256 256c-17.7 0-32 14.3-32 32l0 192c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-192c0-17.7-14.3-32-32-32l-128 0zM32 320c-17.7 0-32 14.3-32 32L0 480c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32L32 320zm416 96l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-128 0c-17.7 0-32 14.3-32 32z"], + "chess-king": [448, 512, [9818], "f43f", "M224 0c17.7 0 32 14.3 32 32l0 16 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 48 152 0c22.1 0 40 17.9 40 40c0 5.3-1 10.5-3.1 15.4L368 400 80 400 3.1 215.4C1 210.5 0 205.3 0 200c0-22.1 17.9-40 40-40l152 0 0-48-16 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-16c0-17.7 14.3-32 32-32zM38.6 473.4L80 432l288 0 41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6L54.6 512C42.1 512 32 501.9 32 489.4c0-6 2.4-11.8 6.6-16z"], + "person-harassing": [576, 512, [], "e549", "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM59.4 304.5L88 256.9 88 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-244.7 47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7l-35.9 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9zM480 240a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM464 344l0 58.7-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9 8.1-23.5 17.3l-48 96c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L408.8 438l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9L576 344c0-30.9-25.1-56-56-56s-56 25.1-56 56zM288 48c0 8.8 7.2 16 16 16l56 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-56 0c-8.8 0-16 7.2-16 16zm-.8 49.7c-7.9-4-17.5-.7-21.5 7.2s-.7 17.5 7.2 21.5l48 24c7.9 4 17.5 .7 21.5-7.2s.7-17.5-7.2-21.5l-48-24z"], + "brazilian-real-sign": [512, 512, [], "e46c", "M400 0c17.7 0 32 14.3 32 32l0 18.2c12.5 2.3 24.7 6.4 36.2 12.1l10.1 5.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-10.2-5.1c-9.9-5-20.9-7.5-32-7.5l-1.7 0c-29.8 0-53.9 24.1-53.9 53.9c0 22 13.4 41.8 33.9 50l52 20.8c44.7 17.9 74.1 61.2 74.1 109.4l0 3.4c0 51.2-33.6 94.6-80 109.2l0 21.3c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-19.4c-15-3.5-29.4-9.7-42.3-18.3l-23.4-15.6c-14.7-9.8-18.7-29.7-8.9-44.4s29.7-18.7 44.4-8.9L361.2 389c10.8 7.2 23.4 11 36.3 11c27.9 0 50.5-22.6 50.5-50.5l0-3.4c0-22-13.4-41.8-33.9-50l-52-20.8C317.3 257.4 288 214.1 288 165.9C288 114 321.5 70 368 54.2L368 32c0-17.7 14.3-32 32-32zM0 64C0 46.3 14.3 32 32 32l80 0c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320 64 320l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 288 0 64zM64 256l48 0c44.2 0 80-35.8 80-80s-35.8-80-80-80L64 96l0 160z"], + "landmark-dome": [512, 512, ["landmark-alt"], "f752", "M248 0l16 0c13.3 0 24 10.7 24 24l0 10.7C368.4 48.1 431.9 111.6 445.3 192l2.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 256c-17.7 0-32-14.3-32-32s14.3-32 32-32l2.7 0C80.1 111.6 143.6 48.1 224 34.7L224 24c0-13.3 10.7-24 24-24zM64 288l64 0 0 128 40 0 0-128 64 0 0 128 48 0 0-128 64 0 0 128 40 0 0-128 64 0 0 132.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512L32 512c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1L64 288z"], + "arrow-up": [384, 512, [8593], "f062", "M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2 160 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-306.7L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z"], + "tv": [640, 512, [63717, "television", "tv-alt"], "f26c", "M64 64l0 288 512 0 0-288L64 64zM0 64C0 28.7 28.7 0 64 0L576 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 416c-35.3 0-64-28.7-64-64L0 64zM128 448l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-384 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"], + "shrimp": [512, 512, [129424], "e448", "M64 32C28.7 32 0 60.7 0 96s28.7 64 64 64l1 0c3.7 88.9 77 160 167 160l56 0 0-192-24 0L88.8 128 64 128c-17.7 0-32-14.3-32-32s14.3-32 32-32l400 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L64 32zM224 456c0 13.3 10.7 24 24 24l72 0 0-72.2-64.1-22.4c-12.5-4.4-26.2 2.2-30.6 14.7s2.2 26.2 14.7 30.6l4.5 1.6C233 433.9 224 443.9 224 456zm128 23.3c36.4-3.3 69.5-17.6 96.1-39.6l-86.5-34.6c-3 1.8-6.2 3.2-9.6 4.3l0 69.9zM472.6 415c24.6-30.3 39.4-68.9 39.4-111c0-12.3-1.3-24.3-3.7-35.9L382.8 355.1c.8 3.4 1.2 7 1.2 10.6c0 4.6-.7 9-1.9 13.1L472.6 415zM336 128l-16 0 0 192 18.3 0c9.9 0 19.1 3.2 26.6 8.5l133.5-92.4C471.8 172.6 409.1 128 336 128zM168 192a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"], + "list-check": [512, 512, ["tasks"], "f0ae", "M152.1 38.2c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 113C-2.3 103.6-2.3 88.4 7 79s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zm0 160c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zM224 96c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32zM160 416c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-288 0c-17.7 0-32-14.3-32-32zM48 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"], + "jug-detergent": [384, 512, [], "e519", "M96 24c0-13.3 10.7-24 24-24l80 0c13.3 0 24 10.7 24 24l0 24 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L88 96C74.7 96 64 85.3 64 72s10.7-24 24-24l8 0 0-24zM0 256c0-70.7 57.3-128 128-128l128 0c70.7 0 128 57.3 128 128l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256zm256 0l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32z"], + "circle-user": [512, 512, [62142, "user-circle"], "f2bd", "M399 384.2C376.9 345.8 335.4 320 288 320l-64 0c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144z"], + "user-shield": [640, 512, [], "f505", "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c1.8 0 3.5-.2 5.3-.5c-76.3-55.1-99.8-141-103.1-200.2c-16.1-4.8-33.1-7.3-50.7-7.3l-91.4 0zm308.8-78.3l-120 48C358 277.4 352 286.2 352 296c0 63.3 25.9 168.8 134.8 214.2c5.9 2.5 12.6 2.5 18.5 0C614.1 464.8 640 359.3 640 296c0-9.8-6-18.6-15.1-22.3l-120-48c-5.7-2.3-12.1-2.3-17.8 0zM591.4 312c-3.9 50.7-27.2 116.7-95.4 149.7l0-187.8L591.4 312z"], + "wind": [512, 512, [], "f72e", "M288 32c0 17.7 14.3 32 32 32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l320 0c53 0 96-43 96-96s-43-96-96-96L320 0c-17.7 0-32 14.3-32 32zm64 352c0 17.7 14.3 32 32 32l32 0c53 0 96-43 96-96s-43-96-96-96L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c-17.7 0-32 14.3-32 32zM128 512l32 0c53 0 96-43 96-96s-43-96-96-96L32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32z"], + "car-burst": [640, 512, ["car-crash"], "f5e1", "M176 8c-6.6 0-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l35.3-32.5 9.5-35.4 10.4-38.6c8-29.9 30.5-52.1 57.9-60.9l41-59.2c11.3-16.3 26.4-28.9 43.5-37.2c-.4-.6-.8-1.2-1.3-1.8c-4.1-5.1-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74C188.4 12 182.6 8 176 8zM367.7 161.5l135.6 36.3c6.5 1.8 11.3 7.4 11.8 14.2l4.6 56.5-201.5-54 32.2-46.6c3.8-5.6 10.8-8.1 17.3-6.4zm-69.9-30l-47.9 69.3c-21.6 3-40.3 18.6-46.3 41l-10.4 38.6-16.6 61.8-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9 247.3 66.3-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9L595 388l10.4-38.6c6-22.4-2.5-45.2-19.6-58.7l-6.8-84c-2.7-33.7-26.4-62-59-70.8L384.2 99.7c-32.7-8.8-67.3 4-86.5 31.8zm-17 131a24 24 0 1 1 -12.4 46.4 24 24 0 1 1 12.4-46.4zm217.9 83.2A24 24 0 1 1 545 358.1a24 24 0 1 1 -46.4-12.4z"], + "y": [384, 512, [121], "59", "M58 45.4C47.8 31 27.8 27.7 13.4 38S-4.3 68.2 6 82.6L160 298.3 160 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-149.7L378 82.6c10.3-14.4 6.9-34.4-7.4-44.6S336.2 31 326 45.4L192 232.9 58 45.4z"], + "person-snowboarding": [512, 512, [127938, "snowboarding"], "f7ce", "M209.7 3.4c15.8-7.9 35-1.5 42.9 14.3l25 50 42.4 8.5c19.5 3.9 37.8 12.3 53.5 24.5l126.1 98.1c14 10.9 16.5 31 5.6 44.9s-31 16.5-44.9 5.6l-72.1-56.1-71.5 31.8 33.1 27.6c23.2 19.3 33.5 50 26.7 79.4l-17.4 75.2c-2.2 9.4-8.2 16.8-16.1 21l86.5 33.1c4.6 1.8 9.4 2.6 14.3 2.6l28.2 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-28.2 0c-10.8 0-21.4-2-31.5-5.8L60.1 371.3c-11.5-4.4-22-11.2-30.8-20L7 329c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.4 22.4c4 4 8.7 7.1 14 9.1l22.4 8.6c-.8-1.6-1.5-3.2-2.1-4.9c-5.6-16.8 3.5-34.9 20.2-40.5L192 264.9l0-53.2c0-24.2 13.7-46.4 35.4-57.2l45.2-22.6-7.5-1.5c-19.4-3.9-35.9-16.5-44.7-34.1l-25-50c-7.9-15.8-1.5-35 14.3-42.9zM139 350.1l159 60.9c-2.1-5.6-2.6-11.9-1.1-18.2l17.4-75.2c1.4-5.9-.7-12-5.3-15.9l-52.8-44 0 18.8c0 20.7-13.2 39-32.8 45.5L139 350.1zM432 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"], + "truck-fast": [640, 512, ["shipping-fast"], "f48b", "M112 0C85.5 0 64 21.5 64 48l0 48L16 96c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 208 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 160l-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l16 0 176 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 224l-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 144 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 288l0 128c0 53 43 96 96 96s96-43 96-96l128 0c0 53 43 96 96 96s96-43 96-96l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64 0-32 0-18.7c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7L416 96l0-48c0-26.5-21.5-48-48-48L112 0zM544 237.3l0 18.7-128 0 0-96 50.7 0L544 237.3zM160 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm272 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"], + "fish": [576, 512, [128031], "f578", "M180.5 141.5C219.7 108.5 272.6 80 336 80s116.3 28.5 155.5 61.5c39.1 33 66.9 72.4 81 99.8c4.7 9.2 4.7 20.1 0 29.3c-14.1 27.4-41.9 66.8-81 99.8C452.3 403.5 399.4 432 336 432s-116.3-28.5-155.5-61.5c-16.2-13.7-30.5-28.5-42.7-43.1L48.1 379.6c-12.5 7.3-28.4 5.3-38.7-4.9S-3 348.7 4.2 336.1L50 256 4.2 175.9c-7.2-12.6-5-28.4 5.3-38.6s26.1-12.2 38.7-4.9l89.7 52.3c12.2-14.6 26.5-29.4 42.7-43.1zM448 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"], + "user-graduate": [448, 512, [], "f501", "M219.3 .5c3.1-.6 6.3-.6 9.4 0l200 40C439.9 42.7 448 52.6 448 64s-8.1 21.3-19.3 23.5L352 102.9l0 57.1c0 70.7-57.3 128-128 128s-128-57.3-128-128l0-57.1L48 93.3l0 65.1 15.7 78.4c.9 4.7-.3 9.6-3.3 13.3s-7.6 5.9-12.4 5.9l-32 0c-4.8 0-9.3-2.1-12.4-5.9s-4.3-8.6-3.3-13.3L16 158.4l0-71.8C6.5 83.3 0 74.3 0 64C0 52.6 8.1 42.7 19.3 40.5l200-40zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7L30.7 512C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6z"], + "circle-half-stroke": [512, 512, [9680, "adjust"], "f042", "M448 256c0-106-86-192-192-192l0 384c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"], + "clapperboard": [512, 512, [], "e131", "M448 32l-86.1 0-1 1-127 127 92.1 0 1-1L453.8 32.3c-1.9-.2-3.8-.3-5.8-.3zm64 128l0-64c0-15.1-5.3-29.1-14-40l-104 104L512 160zM294.1 32l-92.1 0-1 1L73.9 160l92.1 0 1-1 127-127zM64 32C28.7 32 0 60.7 0 96l0 64 6.1 0 1-1 127-127L64 32zM512 192L0 192 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-224z"], + "circle-radiation": [512, 512, [9762, "radiation-alt"], "f7ba", "M256 64a192 192 0 1 1 0 384 192 192 0 1 1 0-384zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM200 256c0-20.7 11.3-38.8 28-48.5l-36-62.3c-8.8-15.3-28.7-20.8-42-9c-25.6 22.6-43.9 53.3-50.9 88.1C95.7 241.5 110.3 256 128 256l72 0zm28 48.5l-36 62.4c-8.8 15.3-3.6 35.2 13.1 40.8c16 5.4 33.1 8.3 50.9 8.3s34.9-2.9 50.9-8.3c16.7-5.6 21.9-25.5 13.1-40.8l-36-62.4c-8.2 4.8-17.8 7.5-28 7.5s-19.8-2.7-28-7.5zM312 256l72 0c17.7 0 32.3-14.5 28.8-31.8c-7-34.8-25.3-65.5-50.9-88.1c-13.2-11.7-33.1-6.3-42 9l-36 62.3c16.7 9.7 28 27.8 28 48.5zm-56 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "baseball": [512, 512, [129358, 9918, "baseball-ball"], "f433", "M62.7 223.4c-4.8 .4-9.7 .6-14.7 .6c-15.6 0-30.8-2-45.2-5.9C19.2 107.1 107.1 19.2 218.1 2.8C222 17.2 224 32.4 224 48c0 4.9-.2 9.8-.6 14.7c-.7 8.8 5.8 16.5 14.6 17.3s16.5-5.8 17.3-14.6c.5-5.7 .7-11.5 .7-17.3c0-16.5-1.9-32.6-5.6-47.9c1.8 0 3.7-.1 5.6-.1C397.4 0 512 114.6 512 256c0 1.9 0 3.7-.1 5.6c-15.4-3.6-31.4-5.6-47.9-5.6c-5.8 0-11.6 .2-17.3 .7c-8.8 .7-15.4 8.5-14.6 17.3s8.5 15.4 17.3 14.6c4.8-.4 9.7-.6 14.7-.6c15.6 0 30.8 2 45.2 5.9C492.8 404.9 404.9 492.8 293.9 509.2C290 494.8 288 479.6 288 464c0-4.9 .2-9.8 .6-14.7c.7-8.8-5.8-16.5-14.6-17.3s-16.5 5.8-17.3 14.6c-.5 5.7-.7 11.5-.7 17.3c0 16.5 1.9 32.6 5.6 47.9c-1.8 0-3.7 .1-5.6 .1C114.6 512 0 397.4 0 256c0-1.9 0-3.7 .1-5.6C15.4 254.1 31.5 256 48 256c5.8 0 11.6-.2 17.3-.7c8.8-.7 15.4-8.5 14.6-17.3s-8.5-15.4-17.3-14.6zM121.3 208c-8 3.7-11.6 13.2-7.9 21.2s13.2 11.6 21.2 7.9c45.2-20.8 81.7-57.2 102.5-102.5c3.7-8 .2-17.5-7.9-21.2s-17.5-.2-21.2 7.9c-17.6 38.3-48.5 69.2-86.7 86.7zm277.2 74.7c-3.7-8-13.2-11.6-21.2-7.9c-45.2 20.8-81.7 57.2-102.5 102.5c-3.7 8-.2 17.5 7.9 21.2s17.5 .2 21.2-7.9c17.6-38.3 48.5-69.2 86.7-86.7c8-3.7 11.6-13.2 7.9-21.2z"], + "jet-fighter-up": [512, 512, [], "e518", "M270.7 9.7C268.2 3.8 262.4 0 256 0s-12.2 3.8-14.7 9.7L197.2 112.6c-3.4 8-5.2 16.5-5.2 25.2l0 77-144 84L48 280c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 56 0 32 0 24c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8 144 0 0 32.7L133.5 468c-3.5 3-5.5 7.4-5.5 12l0 16c0 8.8 7.2 16 16 16l96 0 0-64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64 96 0c8.8 0 16-7.2 16-16l0-16c0-4.6-2-9-5.5-12L320 416.7l0-32.7 144 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-24 0-32 0-56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 18.8-144-84 0-77c0-8.7-1.8-17.2-5.2-25.2L270.7 9.7z"], + "diagram-project": [576, 512, ["project-diagram"], "f542", "M0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 16 192 0 0-16c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-16-192 0 0 16c0 1.7-.1 3.4-.3 5L272 288l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-1.7 .1-3.4 .3-5L144 224l-96 0c-26.5 0-48-21.5-48-48L0 80z"], + "copy": [448, 512, [], "f0c5", "M208 0L332.1 0c12.7 0 24.9 5.1 33.9 14.1l67.9 67.9c9 9 14.1 21.2 14.1 33.9L448 336c0 26.5-21.5 48-48 48l-192 0c-26.5 0-48-21.5-48-48l0-288c0-26.5 21.5-48 48-48zM48 128l80 0 0 64-64 0 0 256 192 0 0-32 64 0 0 48c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 176c0-26.5 21.5-48 48-48z"], + "volume-xmark": [576, 512, ["volume-mute", "volume-times"], "f6a9", "M301.1 34.8C312.6 40 320 51.4 320 64l0 384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352 64 352c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l67.8 0L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM425 167l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"], + "hand-sparkles": [640, 512, [], "e05d", "M320 0c17.7 0 32 14.3 32 32l0 208c0 8.8 7.2 16 16 16s16-7.2 16-16l0-176c0-17.7 14.3-32 32-32s32 14.3 32 32l0 176c0 8.8 7.2 16 16 16s16-7.2 16-16l0-112c0-17.7 14.3-32 32-32s32 14.3 32 32l0 195.1c-11.9 4.8-21.3 14.9-25 27.8l-8.9 31.2L478.9 391C460.6 396.3 448 413 448 432c0 18.9 12.5 35.6 30.6 40.9C448.4 497.4 409.9 512 368 512l-19.2 0c-59.6 0-116.9-22.9-160-64L76.4 341c-16-15.2-16.6-40.6-1.4-56.6s40.6-16.6 56.6-1.4l60.5 57.6c0-1.5-.1-3.1-.1-4.6l0-272c0-17.7 14.3-32 32-32s32 14.3 32 32l0 176c0 8.8 7.2 16 16 16s16-7.2 16-16l0-208c0-17.7 14.3-32 32-32zm-7.3 326.6c-1.1-3.9-4.7-6.6-8.7-6.6s-7.6 2.7-8.7 6.6L288 352l-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7s2.7 7.6 6.6 8.7L288 384l7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6s7.6-2.7 8.7-6.6L320 384l25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7s-2.7-7.6-6.6-8.7L320 352l-7.3-25.4zM104 120l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L104 168 90.2 216.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L56 168 7.7 154.2C3.1 152.9 0 148.7 0 144s3.1-8.9 7.7-10.2L56 120 69.8 71.7C71.1 67.1 75.3 64 80 64s8.9 3.1 10.2 7.7L104 120zM584 408l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L584 456l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L536 456l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9 7.7-10.2L536 408l13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7s8.9 3.1 10.2 7.7L584 408z"], + "grip": [448, 512, ["grip-horizontal"], "f58d", "M128 136c0-22.1-17.9-40-40-40L40 96C17.9 96 0 113.9 0 136l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48zm0 192c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48zm32-192l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM288 328c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48zm32-192l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM448 328c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48z"], + "share-from-square": [576, 512, [61509, "share-square"], "f14d", "M352 224l-46.5 0c-45 0-81.5 36.5-81.5 81.5c0 22.3 10.3 34.3 19.2 40.5c6.8 4.7 12.8 12 12.8 20.3c0 9.8-8 17.8-17.8 17.8l-2.5 0c-2.4 0-4.8-.4-7.1-1.4C210.8 374.8 128 333.4 128 240c0-79.5 64.5-144 144-144l80 0 0-61.3C352 15.5 367.5 0 386.7 0c8.6 0 16.8 3.2 23.2 8.9L548.1 133.3c7.6 6.8 11.9 16.5 11.9 26.7s-4.3 19.9-11.9 26.7l-139 125.1c-5.9 5.3-13.5 8.2-21.4 8.2l-3.7 0c-17.7 0-32-14.3-32-32l0-64zM80 96c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-48c0-17.7 14.3-32 32-32s32 14.3 32 32l0 48c0 44.2-35.8 80-80 80L80 512c-44.2 0-80-35.8-80-80L0 112C0 67.8 35.8 32 80 32l48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 96z"], + "child-combatant": [576, 512, ["child-rifle"], "e4e0", "M176 128A64 64 0 1 0 176 0a64 64 0 1 0 0 128zm-8 352l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-179.5L260.9 321c9.4 15 29.2 19.4 44.1 10s19.4-29.2 10-44.1l-51.7-82.1c-17.6-27.9-48.3-44.9-81.2-44.9l-12.3 0c-33 0-63.7 16.9-81.2 44.9L36.9 287c-9.4 15-4.9 34.7 10 44.1s34.7 4.9 44.1-10L104 300.5 104 480c0 17.7 14.3 32 32 32s32-14.3 32-32zM448 0L432 0 416 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l0 100.3c-9.6 5.5-16 15.9-16 27.7l0 32c-17.7 0-32 14.3-32 32l0 144c0 17.7 14.3 32 32 32l16 0 0 96c0 8.8 7.2 16 16 16l59.5 0c10.4 0 18-9.8 15.5-19.9L484 400l44 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-48 0 0-26.7 53.1-17.7c6.5-2.2 10.9-8.3 10.9-15.2l0-84.5c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16l0 56-16 5.3L480 160c0-11.8-6.4-22.2-16-27.7L464 16c0-8.8-7.2-16-16-16z"], + "gun": [576, 512, [], "e19b", "M528 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 8L32 64C14.3 64 0 78.3 0 96L0 208c0 17.7 14.3 32 32 32l10 0c20.8 0 36.1 19.6 31 39.8L33 440.2c-2.4 9.6-.2 19.7 5.8 27.5S54.1 480 64 480l96 0c14.7 0 27.5-10 31-24.2L217 352l104.5 0c23.7 0 44.8-14.9 52.7-37.2L400.9 240l31.1 0c8.5 0 16.6-3.4 22.6-9.4L477.3 208l66.7 0c17.7 0 32-14.3 32-32l0-80c0-17.7-14.3-32-32-32l-16 0 0-8zM321.4 304L229 304l16-64 105 0-21 58.7c-1.1 3.2-4.2 5.3-7.5 5.3zM80 128l384 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 160c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "square-phone": [448, 512, ["phone-square"], "f098", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm90.7 96.7c9.7-2.6 19.9 2.3 23.7 11.6l20 48c3.4 8.2 1 17.6-5.8 23.2L168 231.7c16.6 35.2 45.1 63.7 80.3 80.3l20.2-24.7c5.6-6.8 15-9.2 23.2-5.8l48 20c9.3 3.9 14.2 14 11.6 23.7l-12 44C336.9 378 329 384 320 384C196.3 384 96 283.7 96 160c0-9 6-16.9 14.7-19.3l44-12z"], + "plus": [448, 512, [10133, 61543, "add"], "2b", "M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z"], + "expand": [448, 512, [], "f065", "M32 32C14.3 32 0 46.3 0 64l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-64zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32l-96 0zM448 352c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32l0-96z"], + "computer": [640, 512, [], "e4e5", "M384 96l0 224L64 320 64 96l320 0zM64 32C28.7 32 0 60.7 0 96L0 320c0 35.3 28.7 64 64 64l117.3 0-10.7 32L96 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-74.7 0-10.7-32L384 384c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L64 32zm464 0c-26.5 0-48 21.5-48 48l0 352c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48l-64 0zm16 64l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm-16 80c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "xmark": [384, 512, [128473, 10005, 10006, 10060, 215, "close", "multiply", "remove", "times"], "f00d", "M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"], + "arrows-up-down-left-right": [512, 512, ["arrows"], "f047", "M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l9.4-9.4L224 224l-114.7 0 9.4-9.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4L224 288l0 114.7-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-9.4 9.4L288 288l114.7 0-9.4 9.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4L288 224l0-114.7 9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64z"], + "chalkboard-user": [640, 512, ["chalkboard-teacher"], "f51c", "M160 64c0-35.3 28.7-64 64-64L576 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64l-239.2 0c-11.8-25.5-29.9-47.5-52.4-64l99.6 0 0-32c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 32 64 0 0-288L224 64l0 49.1C205.2 102.2 183.3 96 160 96l0-32zm0 64a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM133.3 352l53.3 0C260.3 352 320 411.7 320 485.3c0 14.7-11.9 26.7-26.7 26.7L26.7 512C11.9 512 0 500.1 0 485.3C0 411.7 59.7 352 133.3 352z"], + "peso-sign": [384, 512, [], "e222", "M64 32C46.3 32 32 46.3 32 64l0 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 64 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 80 0c68.4 0 127.7-39 156.8-96l19.2 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-.7 0c.5-5.3 .7-10.6 .7-16s-.2-10.7-.7-16l.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-19.2 0C303.7 71 244.4 32 176 32L64 32zm190.4 96L96 128l0-32 80 0c30.5 0 58.2 12.2 78.4 32zM96 192l190.9 0c.7 5.2 1.1 10.6 1.1 16s-.4 10.8-1.1 16L96 224l0-32zm158.4 96c-20.2 19.8-47.9 32-78.4 32l-80 0 0-32 158.4 0z"], + "building-shield": [576, 512, [], "e4d8", "M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 159-42.4 17L304 224l-32 0c-8.8 0-16 7.2-16 16l0 32 0 24.2 0 7.8c0 .9 .1 1.7 .2 2.6c2.3 58.1 24.1 144.8 98.7 201.5c-5.8 2.5-12.2 3.9-18.9 3.9l-96 0 0-80c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 80-96 0c-26.5 0-48-21.5-48-48L0 48zM80 224c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM64 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16L80 96c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM423.1 225.7c5.7-2.3 12.1-2.3 17.8 0l120 48C570 277.4 576 286.2 576 296c0 63.3-25.9 168.8-134.8 214.2c-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3l120-48zM527.4 312L432 273.8l0 187.8c68.2-33 91.5-99 95.4-149.7z"], + "baby": [448, 512, [], "f77c", "M152 88a72 72 0 1 1 144 0A72 72 0 1 1 152 88zM39.7 144.5c13-17.9 38-21.8 55.9-8.8L131.8 162c26.8 19.5 59.1 30 92.2 30s65.4-10.5 92.2-30l36.2-26.4c17.9-13 42.9-9 55.9 8.8s9 42.9-8.8 55.9l-36.2 26.4c-13.6 9.9-28.1 18.2-43.3 25l0 36.3-192 0 0-36.3c-15.2-6.7-29.7-15.1-43.3-25L48.5 200.3c-17.9-13-21.8-38-8.8-55.9zm89.8 184.8l60.6 53-26 37.2 24.3 24.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-48-48C70 438.6 68.1 417 79.2 401.1l50.2-71.8zm128.5 53l60.6-53 50.2 71.8c11.1 15.9 9.2 37.5-4.5 51.2l-48 48c-15.6 15.6-40.9 15.6-56.6 0s-15.6-40.9 0-56.6L284 419.4l-26-37.2z"], + "users-line": [640, 512, [], "e592", "M211.2 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM32 256c0 17.7 14.3 32 32 32l85.6 0c10.1-39.4 38.6-71.5 75.8-86.6c-9.7-6-21.2-9.4-33.4-9.4l-96 0c-35.3 0-64 28.7-64 64zm461.6 32l82.4 0c17.7 0 32-14.3 32-32c0-35.3-28.7-64-64-64l-96 0c-11.7 0-22.7 3.1-32.1 8.6c38.1 14.8 67.4 47.3 77.7 87.4zM391.2 226.4c-6.9-1.6-14.2-2.4-21.6-2.4l-96 0c-8.5 0-16.7 1.1-24.5 3.1c-30.8 8.1-55.6 31.1-66.1 60.9c-3.5 10-5.5 20.8-5.5 32c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32c0-11.2-1.9-22-5.5-32c-10.8-30.7-36.8-54.2-68.9-61.6zM563.2 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM321.6 192a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416z"], + "quote-left": [448, 512, [8220, "quote-left-alt"], "f10d", "M0 216C0 149.7 53.7 96 120 96l8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-8 0c-30.9 0-56 25.1-56 56l0 8 64 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64l-64 0c-35.3 0-64-28.7-64-64l0-32 0-32 0-72zm256 0c0-66.3 53.7-120 120-120l8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-8 0c-30.9 0-56 25.1-56 56l0 8 64 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64l-64 0c-35.3 0-64-28.7-64-64l0-32 0-32 0-72z"], + "tractor": [640, 512, [128668], "f722", "M96 64c0-35.3 28.7-64 64-64L266.3 0c26.2 0 49.7 15.9 59.4 40.2L373.7 160 480 160l0-33.8c0-24.8 5.8-49.3 16.9-71.6l2.5-5c7.9-15.8 27.1-22.2 42.9-14.3s22.2 27.1 14.3 42.9l-2.5 5c-6.7 13.3-10.1 28-10.1 42.9l0 33.8 56 0c22.1 0 40 17.9 40 40l0 45.4c0 16.5-8.5 31.9-22.6 40.7l-43.3 27.1c-14.2-5.9-29.8-9.2-46.1-9.2c-39.3 0-74.1 18.9-96 48l-80 0c0 17.7-14.3 32-32 32l-8.2 0c-1.7 4.8-3.7 9.5-5.8 14.1l5.8 5.8c12.5 12.5 12.5 32.8 0 45.3l-22.6 22.6c-12.5 12.5-32.8 12.5-45.3 0l-5.8-5.8c-4.6 2.2-9.3 4.1-14.1 5.8l0 8.2c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-8.2c-4.8-1.7-9.5-3.7-14.1-5.8l-5.8 5.8c-12.5 12.5-32.8 12.5-45.3 0L40.2 449.1c-12.5-12.5-12.5-32.8 0-45.3l5.8-5.8c-2.2-4.6-4.1-9.3-5.8-14.1L32 384c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l8.2 0c1.7-4.8 3.7-9.5 5.8-14.1l-5.8-5.8c-12.5-12.5-12.5-32.8 0-45.3l22.6-22.6c9-9 21.9-11.5 33.1-7.6l0-.6 0-32 0-96zm170.3 0L160 64l0 96 32 0 112.7 0L266.3 64zM176 256a80 80 0 1 0 0 160 80 80 0 1 0 0-160zM528 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0 64c-48.6 0-88-39.4-88-88c0-29.8 14.8-56.1 37.4-72c14.3-10.1 31.8-16 50.6-16c2.7 0 5.3 .1 7.9 .3c44.9 4 80.1 41.7 80.1 87.7c0 48.6-39.4 88-88 88z"], + "trash-arrow-up": [448, 512, ["trash-restore"], "f829", "M163.8 0L284.2 0c12.1 0 23.2 6.8 28.6 17.7L320 32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l96 0 7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128l384 0L394.8 467c-1.6 25.3-22.6 45-47.9 45l-245.8 0c-25.3 0-46.3-19.7-47.9-45L32 128zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L200 408c0 13.3 10.7 24 24 24s24-10.7 24-24l0-134.1 39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z"], + "arrow-down-up-lock": [640, 512, [], "e4b0", "M150.6 502.6l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 160 288l256 0 0-16c0-17.2 3.9-33.5 10.8-48L352 224l0-114.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-6-6-14.1-9.4-22.6-9.4s-16.6 3.4-22.6 9.4l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 109.3 288 224l-128 0-64 0-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 0 114.7L54.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0zM160 192l0-128c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 128 64 0zM288 320l0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128-64 0zm240-80c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z"], + "lines-leaning": [384, 512, [], "e51e", "M190.4 74.1c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2l-128 384c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l128-384zm70.9-41.7c-17.4-2.9-33.9 8.9-36.8 26.3l-64 384c-2.9 17.4 8.9 33.9 26.3 36.8s33.9-8.9 36.8-26.3l64-384c2.9-17.4-8.9-33.9-26.3-36.8zM352 32c-17.7 0-32 14.3-32 32l0 384c0 17.7 14.3 32 32 32s32-14.3 32-32l0-384c0-17.7-14.3-32-32-32z"], + "ruler-combined": [512, 512, [], "f546", "M.2 468.9C2.7 493.1 23.1 512 48 512l96 0 320 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-48 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-64-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-64-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-48c0-26.5-21.5-48-48-48L48 0C21.5 0 0 21.5 0 48L0 368l0 96c0 1.7 .1 3.3 .2 4.9z"], + "copyright": [512, 512, [169], "f1f9", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c31.2 31.2 81.9 31.2 113.1 0c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-50 50-131 50-181 0s-50-131 0-181s131-50 181 0c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-31.2-31.2-81.9-31.2-113.1 0s-31.2 81.9 0 113.1z"], + "equals": [448, 512, [62764], "3d", "M48 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l352 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48 128zm0 192c-17.7 0-32 14.3-32 32s14.3 32 32 32l352 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48 320z"], + "blender": [512, 512, [], "f517", "M0 64C0 28.7 28.7 0 64 0l64 0 32 0L470.1 0c21.1 0 36.4 20.1 30.9 40.4L494.5 64 336 64c-8.8 0-16 7.2-16 16s7.2 16 16 16l149.8 0-17.5 64L336 160c-8.8 0-16 7.2-16 16s7.2 16 16 16l123.6 0-17.5 64L336 256c-8.8 0-16 7.2-16 16s7.2 16 16 16l97.5 0L416 352l-256 0-8.7-96L64 256c-35.3 0-64-28.7-64-64L0 64zM145.5 192L133.8 64 64 64l0 128 81.5 0zM144 384l288 0c26.5 0 48 21.5 48 48l0 32c0 26.5-21.5 48-48 48l-288 0c-26.5 0-48-21.5-48-48l0-32c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "teeth": [576, 512, [], "f62e", "M0 128C0 75 43 32 96 32l384 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96L96 480c-53 0-96-43-96-96L0 128zm176 48l0 56c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-56c0-26.5-21.5-48-48-48s-48 21.5-48 48zm176-48c-26.5 0-48 21.5-48 48l0 56c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-56c0-26.5-21.5-48-48-48zM48 208l0 24c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-24c0-26.5-21.5-48-48-48s-48 21.5-48 48zM96 384c26.5 0 48-21.5 48-48l0-24c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 24c0 26.5 21.5 48 48 48zm80-48c0 26.5 21.5 48 48 48s48-21.5 48-48l0-24c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 24zm176 48c26.5 0 48-21.5 48-48l0-24c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 24c0 26.5 21.5 48 48 48zm80-176l0 24c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-24c0-26.5-21.5-48-48-48s-48 21.5-48 48zm48 176c26.5 0 48-21.5 48-48l0-24c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 24c0 26.5 21.5 48 48 48z"], + "shekel-sign": [448, 512, [8362, "ils", "shekel", "sheqel", "sheqel-sign"], "f20b", "M32 32C14.3 32 0 46.3 0 64L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32L64 96l128 0c35.3 0 64 28.7 64 64l0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-70.7-57.3-128-128-128L32 32zM320 480c70.7 0 128-57.3 128-128l0-288c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 288c0 35.3-28.7 64-64 64l-128 0 0-224c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l160 0z"], + "map": [576, 512, [128506, 62072], "f279", "M384 476.1L192 421.2l0-385.3L384 90.8l0 385.3zm32-1.2l0-386.5L543.1 37.5c15.8-6.3 32.9 5.3 32.9 22.3l0 334.8c0 9.8-6 18.6-15.1 22.3L416 474.8zM15.1 95.1L160 37.2l0 386.5L32.9 474.5C17.1 480.8 0 469.2 0 452.2L0 117.4c0-9.8 6-18.6 15.1-22.3z"], + "rocket": [512, 512, [], "f135", "M156.6 384.9L125.7 354c-8.5-8.5-11.5-20.8-7.7-32.2c3-8.9 7-20.5 11.8-33.8L24 288c-8.6 0-16.6-4.6-20.9-12.1s-4.2-16.7 .2-24.1l52.5-88.5c13-21.9 36.5-35.3 61.9-35.3l82.3 0c2.4-4 4.8-7.7 7.2-11.3C289.1-4.1 411.1-8.1 483.9 5.3c11.6 2.1 20.6 11.2 22.8 22.8c13.4 72.9 9.3 194.8-111.4 276.7c-3.5 2.4-7.3 4.8-11.3 7.2l0 82.3c0 25.4-13.4 49-35.3 61.9l-88.5 52.5c-7.4 4.4-16.6 4.5-24.1 .2s-12.1-12.2-12.1-20.9l0-107.2c-14.1 4.9-26.4 8.9-35.7 11.9c-11.2 3.6-23.4 .5-31.8-7.8zM384 168a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"], + "photo-film": [640, 512, ["photo-video"], "f87c", "M256 0L576 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-320 0c-35.3 0-64-28.7-64-64l0-224c0-35.3 28.7-64 64-64zM476 106.7C471.5 100 464 96 456 96s-15.5 4-20 10.7l-56 84L362.7 169c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6l80 0 48 0 144 0c8.9 0 17-4.9 21.2-12.7s3.7-17.3-1.2-24.6l-96-144zM336 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM64 128l96 0 0 256 0 32c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-32 160 0 0 64c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192c0-35.3 28.7-64 64-64zm8 64c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-16 0zm0 104c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-16 0zm0 104c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-16 0zm336 16l0 16c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16z"], + "folder-minus": [512, 512, [], "f65d", "M448 480L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l128 0c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8l160 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64zM184 272c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"], + "store": [576, 512, [], "f54e", "M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0L109.6 0C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9c0 0 0 0-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3L448 384l-320 0 0-133.4c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3L64 384l0 64c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-64 0-131.4c-4 1-8 1.8-12.3 2.3z"], + "arrow-trend-up": [576, 512, [], "e098", "M384 160c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0c17.7 0 32 14.3 32 32l0 160c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-82.7L342.6 374.6c-12.5 12.5-32.8 12.5-45.3 0L192 269.3 54.6 406.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160c12.5-12.5 32.8-12.5 45.3 0L320 306.7 466.7 160 384 160z"], + "plug-circle-minus": [576, 512, [], "e55e", "M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l128 0c8.8 0 16 7.2 16 16z"], + "sign-hanging": [512, 512, ["sign"], "f4d9", "M96 0c17.7 0 32 14.3 32 32l0 32 352 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-352 0 0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-352-32 0C14.3 128 0 113.7 0 96S14.3 64 32 64l32 0 0-32C64 14.3 78.3 0 96 0zm96 160l256 0c17.7 0 32 14.3 32 32l0 160c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-160c0-17.7 14.3-32 32-32z"], + "bezier-curve": [640, 512, [], "f55b", "M296 136l0-48 48 0 0 48-48 0zM288 32c-26.5 0-48 21.5-48 48l0 4L121.6 84C111.2 62.7 89.3 48 64 48C28.7 48 0 76.7 0 112s28.7 64 64 64c25.3 0 47.2-14.7 57.6-36l66.9 0c-58.9 39.6-98.9 105-104 180L80 320c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48l-3.3 0c5.9-67 48.5-123.4 107.5-149.1c8.6 12.7 23.2 21.1 39.8 21.1l64 0c16.6 0 31.1-8.4 39.8-21.1c59 25.7 101.6 82.1 107.5 149.1l-3.3 0c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48l-4.5 0c-5-75-45.1-140.4-104-180l66.9 0c10.4 21.3 32.3 36 57.6 36c35.3 0 64-28.7 64-64s-28.7-64-64-64c-25.3 0-47.2 14.7-57.6 36L400 84l0-4c0-26.5-21.5-48-48-48l-64 0zM88 376l48 0 0 48-48 0 0-48zm416 48l0-48 48 0 0 48-48 0z"], + "bell-slash": [640, 512, [128277, 61943], "f1f6", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-90.2-70.7c.2-.4 .4-.9 .6-1.3c5.2-11.5 3.1-25-5.3-34.4l-7.4-8.3C497.3 319.2 480 273.9 480 226.8l0-18.8c0-77.4-55-142-128-156.8L352 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 19.2c-42.6 8.6-79 34.2-102 69.3L38.8 5.1zM406.2 416L160 222.1l0 4.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S115.4 416 128 416l278.2 0zm-40.9 77.3c12-12 18.7-28.3 18.7-45.3l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"], + "tablet": [448, 512, ["tablet-android"], "f3fb", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L64 0zM176 432l96 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "school-flag": [576, 512, [], "e56e", "M288 0L400 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-79.3 0 89.6 64L512 160c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-176 0 0-112c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 112L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64l101.7 0L256 95.5 256 32c0-17.7 14.3-32 32-32zm48 240a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM80 224c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0zm368 16l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM80 352c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0zm384 0c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0z"], + "fill": [512, 512, [], "f575", "M86.6 9.4C74.1-3.1 53.9-3.1 41.4 9.4s-12.5 32.8 0 45.3L122.7 136 30.6 228.1c-37.5 37.5-37.5 98.3 0 135.8L148.1 481.4c37.5 37.5 98.3 37.5 135.8 0L474.3 290.9c28.1-28.1 28.1-73.7 0-101.8L322.9 37.7c-28.1-28.1-73.7-28.1-101.8 0L168 90.7 86.6 9.4zM168 181.3l49.4 49.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L213.3 136l53.1-53.1c3.1-3.1 8.2-3.1 11.3 0L429.1 234.3c3.1 3.1 3.1 8.2 0 11.3L386.7 288 67.5 288c1.4-5.4 4.2-10.4 8.4-14.6L168 181.3z"], + "angle-up": [448, 512, [8963], "f106", "M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z"], + "drumstick-bite": [512, 512, [], "f6d7", "M160 265.2c0 8.5-3.4 16.6-9.4 22.6l-26.8 26.8c-12.3 12.3-32.5 11.4-49.4 7.2C69.8 320.6 65 320 60 320c-33.1 0-60 26.9-60 60s26.9 60 60 60c6.3 0 12 5.7 12 12c0 33.1 26.9 60 60 60s60-26.9 60-60c0-5-.6-9.8-1.8-14.5c-4.2-16.9-5.2-37.1 7.2-49.4l26.8-26.8c6-6 14.1-9.4 22.6-9.4l89.2 0c6.3 0 12.4-.3 18.5-1c11.9-1.2 16.4-15.5 10.8-26c-8.5-15.8-13.3-33.8-13.3-53c0-61.9 50.1-112 112-112c8 0 15.7 .8 23.2 2.4c11.7 2.5 24.1-5.9 22-17.6C494.5 62.5 422.5 0 336 0C238.8 0 160 78.8 160 176l0 89.2z"], + "holly-berry": [512, 512, [], "f7aa", "M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-80 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM276.8 383.8c1 .1 2.1 .2 3.2 .2c39.8 0 72 32.2 72 72l0 22.7c0 16.4 16 27.9 31.6 22.8l12.8-4.3c18-6 37.3-6.5 55.6-1.5l19.4 5.3c17.9 4.9 34.4-11.6 29.5-29.5L495.6 452c-5-18.3-4.4-37.6 1.5-55.6l4.3-12.8c5.2-15.5-6.4-31.6-22.8-31.6c-34.6 0-62.7-28.1-62.7-62.7l0-32c0-16.4-16-27.9-31.6-22.8l-12.8 4.3c-18 6-37.3 6.5-55.6 1.5l-29.6-8.1c-2.9-.8-5.9-1-8.7-.7c4.2 9.7 5.8 20.8 3.7 32.3L275 298.7c-1.5 8.4-1.4 17 .5 25.3l5.3 23.9c2.8 12.7 1.1 25.2-4 35.9zM127.6 234.5c-15.5-5.2-31.6 6.4-31.6 22.8l0 32C96 323.9 67.9 352 33.3 352c-16.4 0-27.9 16-22.8 31.6l4.3 12.8c6 18 6.5 37.3 1.5 55.6l-5.3 19.4C6.2 489.4 22.6 505.8 40.5 501L60 495.6c18.3-5 37.6-4.5 55.6 1.5l12.8 4.3c15.5 5.2 31.6-6.4 31.6-22.8l0-32c0-34.6 28.1-62.7 62.7-62.7c16.4 0 27.9-16 22.8-31.6l-4.3-12.8c-6-18-6.5-37.3-1.5-55.6l5.3-19.4c4.9-17.9-11.6-34.4-29.5-29.5L196 240.4c-18.3 5-37.6 4.4-55.6-1.5l-12.8-4.3zM384 144a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"], + "chevron-left": [320, 512, [9001], "f053", "M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"], + "bacteria": [640, 512, [], "e059", "M304.9 .7c-9.6-2.7-19.5 2.8-22.3 12.4l-4.3 15.2c-8.3-.6-16.8 0-25.2 1.9c-7.3 1.7-14.3 3.5-21.1 5.5l-5.5-12.7c-3.9-9.1-14.5-13.4-23.6-9.5s-13.4 14.5-9.5 23.6l4.4 10.4c-16.6 6.7-31.7 14.4-45.4 22.8L147 62c-5.5-8.3-16.7-10.5-25-5s-10.5 16.7-5 25l6 9c-13.7 11-25.5 22.8-35.8 34.9l-10-8c-7.8-6.2-19.1-5-25.3 2.8s-5 19.1 2.8 25.3L65.9 155c-1.8 2.8-3.5 5.7-5.1 8.5c-6.6 11.4-11.8 22.6-16 33l-8-3.2c-9.2-3.7-19.7 .8-23.4 10s.8 19.7 10 23.4l10.4 4.2c-.2 .8-.4 1.5-.5 2.3c-2.2 9.3-3.4 17.3-4.1 23.4c-.4 3.1-.6 5.7-.8 7.8c-.1 1.1-.1 2-.2 2.8l-.1 1.1 0 .5 0 .2 0 .1c0 0 0 .1 29.1 1c0 0 0 0-.1 0L28 269.3c-.1 3.1 0 6.1 .2 9.1l-15.2 4.3C3.5 285.4-2 295.4 .7 304.9s12.7 15.1 22.3 12.4l15.6-4.5c7.6 13.6 18.9 25 32.6 32.6L66.7 361c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.3-12.4l4.3-15.2c1.2 .1 2.4 .2 3.6 .2c15.6 .5 30.3-3.3 43-10.2l9 9c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-7.2-7.2c9.3-12.6 15.2-27.8 16.3-44.5l7.1 3c9.1 3.9 19.7-.3 23.6-9.5s-.3-19.7-9.5-23.6l-8.6-3.7c6.4-9.9 17.3-22.4 36.9-33.3l1.3 4.4c2.7 9.6 12.7 15.1 22.3 12.4s15.1-12.7 12.4-22.3l-2.3-8.1c3.8-1.1 7.7-2.1 11.9-3.1c11.6-2.7 22.1-7.7 31.1-14.4l7.2 7.2c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-9-9c7.6-13.9 11.3-30.1 10.1-46.6l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3S370.6 64 361 66.7l-15.6 4.5c-7.7-13.9-19.1-25.1-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3zM112 272l-48-1.5c0 0 0 0 0 0c11.7 .4 27.3 .9 48 1.6zm16-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64-48a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM322.7 489c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.2-12.4l4.3-15.2c8.3 .6 16.8 0 25.2-1.9c7.3-1.7 14.3-3.5 21.1-5.5l5.5 12.7c3.9 9.1 14.5 13.4 23.6 9.5s13.4-14.5 9.5-23.6l-4.4-10.4c16.6-6.7 31.7-14.4 45.4-22.8L493 450c5.5 8.3 16.7 10.5 25 5s10.5-16.7 5-25l-6-9c13.7-11 25.5-22.8 35.8-34.9l10 8c7.8 6.2 19.1 5 25.3-2.8s5-19.1-2.8-25.3L574.1 357c1.8-2.8 3.5-5.7 5.1-8.5c6.6-11.4 11.8-22.6 16-33l8 3.2c9.2 3.7 19.7-.8 23.4-10s-.8-19.7-10-23.4l-10.4-4.2c.2-.8 .4-1.5 .5-2.3c2.2-9.3 3.4-17.3 4.1-23.4c.4-3.1 .6-5.7 .8-7.8c.1-1.1 .1-2 .2-2.8l.1-1.1 0-.5 0-.2 0-.1c0 0 0-.1-29.1-1c0 0 0 0 .1 0l29.1 .9c.1-3.1 0-6.1-.2-9.1l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3s-12.7-15.1-22.3-12.4l-15.6 4.5c-7.6-13.6-18.9-25-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3s-19.5 2.8-22.3 12.4l-4.3 15.2c-1.2-.1-2.4-.2-3.6-.2c-15.6-.5-30.3 3.3-43 10.2l-9-9c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l7.2 7.2c-9.3 12.6-15.2 27.8-16.3 44.5l-7.1-3c-9.1-3.9-19.7 .3-23.6 9.5s.3 19.7 9.5 23.6l8.6 3.7c-6.4 9.9-17.3 22.4-36.9 33.3l-1.3-4.4c-2.7-9.6-12.7-15.1-22.3-12.4s-15.1 12.7-12.4 22.3l2.3 8.1c-3.8 1.1-7.7 2.1-11.9 3.1c-11.6 2.7-22.1 7.7-31.1 14.4l-7.2-7.2c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l9 9c-7.6 13.9-11.3 30.1-10.1 46.6l-15.2 4.3c-9.6 2.7-15.1 12.7-12.4 22.2s12.7 15.1 22.3 12.4l15.6-4.5c7.7 13.9 19.1 25.1 32.6 32.6L322.7 489zM576 241.5c0 0 0 0 0 0c-11.7-.4-27.3-.9-48-1.6l48 1.5zM448 384a32 32 0 1 1 -64 0 32 32 0 1 1 64 0z"], + "hand-lizard": [512, 512, [], "f258", "M0 112C0 85.5 21.5 64 48 64l112 0 80 0 46.5 0c36.8 0 71.2 18 92.1 48.2l113.5 164c13 18.7 19.9 41 19.9 63.8l0 12 0 16 0 48c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-13.8L273.9 352 240 352l-80 0-48 0c-26.5 0-48-21.5-48-48s21.5-48 48-48l48 0 80 0c26.5 0 48-21.5 48-48s-21.5-48-48-48l-80 0L48 160c-26.5 0-48-21.5-48-48z"], + "notdef": [384, 512, [], "e1fe", "M64 390.3L153.5 256 64 121.7l0 268.6zM102.5 448l179.1 0L192 313.7 102.5 448zm128-192L320 390.3l0-268.6L230.5 256zM281.5 64L102.5 64 192 198.3 281.5 64zM0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 416c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 48z"], + "disease": [512, 512, [], "f7fa", "M236.4 61.4L227 75.5c-21.3 32-59.4 48.5-97.3 42.1l-59.6-9.9C33.4 101.6 0 129.9 .1 167.1c0 15.9 6.4 31.2 17.6 42.5l29.2 29.2c11 11 17.2 25.9 17.2 41.5c0 15.8-6.4 30.9-17.7 42L33.3 335.1C22.2 345.9 16 360.7 16 376.2c0 36.8 34.1 64.2 70.1 56.2l62.3-13.8c7.7-1.7 15.7-2.6 23.6-2.6l10 0c27.2 0 53.7 9.3 75 26.3L287.8 467c10.5 8.4 23.6 13 37 13c32.7 0 59.3-26.5 59.3-59.3l0-25.2c0-34.9 21.4-66.2 53.9-78.8l36.9-14.3c22.4-8.7 37.2-30.3 37.2-54.3c0-28.1-20.1-52.3-47.8-57.3l-28-5.1c-36.5-6.7-65.4-34.5-73.6-70.7l-7.1-31.5C348.9 53.4 322.1 32 291.3 32c-22 0-42.6 11-54.9 29.4zM160 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm0 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "briefcase-medical": [512, 512, [], "f469", "M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40L64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-64 0 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zm96 152c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"], + "genderless": [384, 512, [], "f22d", "M192 144a112 112 0 1 1 0 224 112 112 0 1 1 0-224zm0 288a176 176 0 1 0 0-352 176 176 0 1 0 0 352z"], + "chevron-right": [320, 512, [9002], "f054", "M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"], + "retweet": [576, 512, [], "f079", "M272 416c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0c-17.7 0-32-14.3-32-32l0-128 32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 128c0 53 43 96 96 96l112 0zM304 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l112 0c17.7 0 32 14.3 32 32l0 128-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-32 0 0-128c0-53-43-96-96-96L304 96z"], + "car-rear": [512, 512, ["car-alt"], "f5de", "M165.4 96l181.2 0c13.6 0 25.7 8.6 30.2 21.4L402.9 192l-293.8 0 26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zm-90.6 .3L39.6 196.8C16.4 206.4 0 229.3 0 256l0 80c0 23.7 12.9 44.4 32 55.4L32 448c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 256 0 0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-56.6c19.1-11.1 32-31.7 32-55.4l0-80c0-26.7-16.4-49.6-39.6-59.2L437.2 96.3C423.7 57.8 387.4 32 346.6 32L165.4 32c-40.8 0-77.1 25.8-90.6 64.3zM208 272l96 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM48 280c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zm360-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"], + "pump-soap": [448, 512, [], "e06b", "M128 32l0 96 128 0 0-32 60.1 0c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L372.7 55.4c-15-15-35.4-23.4-56.6-23.4L256 32c0-17.7-14.3-32-32-32L160 0c-17.7 0-32 14.3-32 32zM117.4 160c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512l186.4 0c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7l-149.1 0zM256 360c0 35.3-28.7 56-64 56s-64-20.7-64-56c0-32.5 37-80.9 50.9-97.9c3.2-3.9 8.1-6.1 13.1-6.1s9.9 2.2 13.1 6.1C219 279.1 256 327.5 256 360z"], + "video-slash": [640, 512, [], "f4e2", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.4-67.7 13.8 9.2c9.8 6.5 22.4 7.2 32.9 1.6s16.9-16.4 16.9-28.2l0-256c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.9 1.6l-96 64L448 174.9l0 17.1 0 128 0 5.8-32-25.1L416 128c0-35.3-28.7-64-64-64L113.9 64 38.8 5.1zM407 416.7L32.3 121.5c-.2 2.1-.3 4.3-.3 6.5l0 256c0 35.3 28.7 64 64 64l256 0c23.4 0 43.9-12.6 55-31.3z"], + "battery-quarter": [576, 512, ["battery-2"], "f243", "M464 160c8.8 0 16 7.2 16 16l0 160c0 8.8-7.2 16-16 16L80 352c-8.8 0-16-7.2-16-16l0-160c0-8.8 7.2-16 16-16l384 0zM80 96C35.8 96 0 131.8 0 176L0 336c0 44.2 35.8 80 80 80l384 0c44.2 0 80-35.8 80-80l0-16c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-16c0-44.2-35.8-80-80-80L80 96zm112 96l-96 0 0 128 96 0 0-128z"], + "radio": [512, 512, [128251], "f8d7", "M494.8 47c12.7-3.7 20-17.1 16.3-29.8S494-2.8 481.2 1L51.7 126.9c-9.4 2.7-17.9 7.3-25.1 13.2C10.5 151.7 0 170.6 0 192l0 4L0 304 0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-229.5 0L494.8 47zM368 240a80 80 0 1 1 0 160 80 80 0 1 1 0-160zM80 256c0-8.8 7.2-16 16-16l96 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16zM64 320c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 336c-8.8 0-16-7.2-16-16zm16 64c0-8.8 7.2-16 16-16l96 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16z"], + "baby-carriage": [512, 512, ["carriage-baby"], "f77d", "M256 192L.1 192C2.7 117.9 41.3 52.9 99 14.1c13.3-8.9 30.8-4.3 39.9 8.8L256 192zm128-32c0-35.3 28.7-64 64-64l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 64c0 25.2-5.8 50.2-17 73.5s-27.8 44.5-48.6 62.3s-45.5 32-72.7 41.6S253.4 416 224 416s-58.5-5-85.7-14.6s-51.9-23.8-72.7-41.6s-37.3-39-48.6-62.3S0 249.2 0 224l224 0 160 0 0-64zM80 416a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm240 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"], + "traffic-light": [320, 512, [128678], "f637", "M64 0C28.7 0 0 28.7 0 64L0 352c0 88.4 71.6 160 160 160s160-71.6 160-160l0-288c0-35.3-28.7-64-64-64L64 0zm96 416a48 48 0 1 1 0-96 48 48 0 1 1 0 96zm48-176a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-48-80a48 48 0 1 1 0-96 48 48 0 1 1 0 96z"], + "thermometer": [512, 512, [], "f491", "M96 382.1l0-88.8c0-14.9 5.9-29.1 16.4-39.6l27.3-27.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 45.5-45.5C355.2 10.9 381.4 0 408.8 0C465.8 0 512 46.2 512 103.2c0 27.4-10.9 53.6-30.2 73L258.3 399.6c-10.5 10.5-24.7 16.4-39.6 16.4l-88.8 0L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l89-89z"], + "vr-cardboard": [640, 512, [], "f729", "M576 64L64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l120.4 0c24.2 0 46.4-13.7 57.2-35.4l32-64c8.8-17.5 26.7-28.6 46.3-28.6s37.5 11.1 46.3 28.6l32 64c10.8 21.7 33 35.4 57.2 35.4L576 448c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64zM96 240a64 64 0 1 1 128 0A64 64 0 1 1 96 240zm384-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"], + "hand-middle-finger": [448, 512, [128405], "f806", "M232 0c-22.1 0-40 17.9-40 40l0 164.2c-8.5-7.6-19.7-12.2-32-12.2c-26.5 0-48 21.5-48 48l0 7 0 73c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-55.7c-2 1.4-3.9 3-5.8 4.5L55 284.8C40.4 297 32 315 32 334L32 372c0 38 16.9 74 46.1 98.3l5.4 4.5c28.8 24 65 37.1 102.4 37.1L304 512c70.7 0 128-57.3 128-128l0-64 0-32c0-26.5-21.5-48-48-48c-12.4 0-23.6 4.7-32.1 12.3C350 227.5 329.3 208 304 208c-12.3 0-23.5 4.6-32 12.2L272 40c0-22.1-17.9-40-40-40z"], + "percent": [384, 512, [62101, 62785, "percentage"], "25", "M374.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-320 320c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l320-320zM128 128A64 64 0 1 0 0 128a64 64 0 1 0 128 0zM384 384a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"], + "truck-moving": [640, 512, [], "f4df", "M64 32C28.7 32 0 60.7 0 96L0 304l0 80 0 16c0 44.2 35.8 80 80 80c26.2 0 49.4-12.6 64-32c14.6 19.4 37.8 32 64 32c44.2 0 80-35.8 80-80c0-5.5-.6-10.8-1.6-16L416 384l33.6 0c-1 5.2-1.6 10.5-1.6 16c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16l1.6 0c17.7 0 32-14.3 32-32l0-64 0-16 0-10.3c0-9.2-3.2-18.2-9-25.3l-58.8-71.8c-10.6-13-26.5-20.5-43.3-20.5L480 144l0-48c0-35.3-28.7-64-64-64L64 32zM585 256l-105 0 0-64 48.8 0c2.4 0 4.7 1.1 6.2 2.9L585 256zM528 368a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM176 400a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM80 368a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "glass-water-droplet": [384, 512, [], "e4f5", "M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4 .1 34.3L28.9 437.7c3 41.9 37.8 74.3 79.8 74.3l166.6 0c42 0 76.8-32.4 79.8-74.3L383.9 34.3c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0L32 0zM83 297.5L66.4 64l251.3 0L301 297.5 288 304c-20.1 10.1-43.9 10.1-64 0s-43.9-10.1-64 0s-43.9 10.1-64 0l-13-6.5zM256 196c0-24-33.7-70.1-52.2-93.5c-6.1-7.7-17.5-7.7-23.6 0C161.7 125.9 128 172 128 196c0 33.1 28.7 60 64 60s64-26.9 64-60z"], + "display": [576, 512, [], "e163", "M64 0C28.7 0 0 28.7 0 64L0 352c0 35.3 28.7 64 64 64l176 0-10.7 32L160 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-69.3 0L336 416l176 0c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64L64 0zM512 64l0 288L64 352 64 64l448 0z"], + "face-smile": [512, 512, [128578, "smile"], "f118", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "thumbtack": [384, 512, [128204, 128392, "thumb-tack"], "f08d", "M32 32C32 14.3 46.3 0 64 0L320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-29.5 0 11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3L32 352c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64 64 64C46.3 64 32 49.7 32 32zM160 384l64 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96z"], + "trophy": [576, 512, [127942], "f091", "M400 0L176 0c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8L24 64C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9L192 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-26.1 0C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24L446.4 64c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112l84.4 0c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6l84.4 0c-5.1 66.3-31.1 111.2-63 142.3z"], + "person-praying": [448, 512, [128720, "pray"], "f683", "M352 64A64 64 0 1 0 224 64a64 64 0 1 0 128 0zM232.7 264l22.9 31.5c6.5 8.9 16.3 14.7 27.2 16.1s21.9-1.7 30.4-8.7l88-72c17.1-14 19.6-39.2 5.6-56.3s-39.2-19.6-56.3-5.6l-55.2 45.2-26.2-36C253.6 156.7 228.6 144 202 144c-30.9 0-59.2 17.1-73.6 44.4L79.8 280.9c-20.2 38.5-9.4 85.9 25.6 111.8L158.6 432 72 432c-22.1 0-40 17.9-40 40s17.9 40 40 40l208 0c17.3 0 32.6-11.1 38-27.5s-.3-34.4-14.2-44.7L187.7 354l45-90z"], + "hammer": [576, 512, [128296], "f6e3", "M413.5 237.5c-28.2 4.8-58.2-3.6-80-25.4l-38.1-38.1C280.4 159 272 138.8 272 117.6l0-12.1L192.3 62c-5.3-2.9-8.6-8.6-8.3-14.7s3.9-11.5 9.5-14l47.2-21C259.1 4.2 279 0 299.2 0l18.1 0c36.7 0 72 14 98.7 39.1l44.6 42c24.2 22.8 33.2 55.7 26.6 86L503 183l8-8c9.4-9.4 24.6-9.4 33.9 0l24 24c9.4 9.4 9.4 24.6 0 33.9l-88 88c-9.4 9.4-24.6 9.4-33.9 0l-24-24c-9.4-9.4-9.4-24.6 0-33.9l8-8-17.5-17.5zM27.4 377.1L260.9 182.6c3.5 4.9 7.5 9.6 11.8 14l38.1 38.1c6 6 12.4 11.2 19.2 15.7L134.9 484.6c-14.5 17.4-36 27.4-58.6 27.4C34.1 512 0 477.8 0 435.7c0-22.6 10.1-44.1 27.4-58.6z"], + "hand-peace": [512, 512, [9996], "f25b", "M224 0c17.7 0 32 14.3 32 32l0 208-64 0 0-208c0-17.7 14.3-32 32-32zm96 160c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zm64 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zM93.3 51.2L175.9 240l-69.9 0L34.7 76.8C27.6 60.6 35 41.8 51.2 34.7s35.1 .3 42.1 16.5zm27 221.3l-.2-.5 69.9 0 26.1 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-56 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l56 0c39.8 0 72-32.2 72-72l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6l0 8.6c0 88.4-71.6 160-160 160l-61.7 0c-42.4 0-83.1-16.9-113.1-46.9l-11.6-11.6C77.5 429.5 64 396.9 64 363l0-27c0-32.7 24.6-59.7 56.3-63.5z"], + "rotate": [512, 512, [128260, "sync-alt"], "f2f1", "M142.9 142.9c-17.5 17.5-30.1 38-37.8 59.8c-5.9 16.7-24.2 25.4-40.8 19.5s-25.4-24.2-19.5-40.8C55.6 150.7 73.2 122 97.6 97.6c87.2-87.2 228.3-87.5 315.8-1L455 55c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2l0 128c0 13.3-10.7 24-24 24l-8.4 0c0 0 0 0 0 0L344 224c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l41.1-41.1c-62.6-61.5-163.1-61.2-225.3 1zM16 312c0-13.3 10.7-24 24-24l7.6 0 .7 0L168 288c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-41.1 41.1c62.6 61.5 163.1 61.2 225.3-1c17.5-17.5 30.1-38 37.8-59.8c5.9-16.7 24.2-25.4 40.8-19.5s25.4 24.2 19.5 40.8c-10.8 30.6-28.4 59.3-52.9 83.8c-87.2 87.2-228.3 87.5-315.8 1L57 457c-6.9 6.9-17.2 8.9-26.2 5.2S16 449.7 16 440l0-119.6 0-.7 0-7.6z"], + "spinner": [512, 512, [], "f110", "M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z"], + "robot": [640, 512, [129302], "f544", "M320 0c17.7 0 32 14.3 32 32l0 64 120 0c39.8 0 72 32.2 72 72l0 272c0 39.8-32.2 72-72 72l-304 0c-39.8 0-72-32.2-72-72l0-272c0-39.8 32.2-72 72-72l120 0 0-64c0-17.7 14.3-32 32-32zM208 384c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0zM264 256a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm152 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM48 224l16 0 0 192-16 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-16 0 0-192 16 0z"], + "peace": [512, 512, [9774], "f67c", "M224 445.3l0-121.8-94.3 77.1c26.1 22.8 58.5 38.7 94.3 44.7zM89.2 351.1L224 240.8l0-174.2C133.2 81.9 64 160.9 64 256c0 34.6 9.2 67.1 25.2 95.1zm293.1 49.5L288 323.5l0 121.8c35.7-6 68.1-21.9 94.3-44.7zm40.6-49.5c16-28 25.2-60.5 25.2-95.1c0-95.1-69.2-174.1-160-189.3l0 174.2L422.8 351.1zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"], + "gears": [640, 512, ["cogs"], "f085", "M308.5 135.3c7.1-6.3 9.9-16.2 6.2-25c-2.3-5.3-4.8-10.5-7.6-15.5L304 89.4c-3-5-6.3-9.9-9.8-14.6c-5.7-7.6-15.7-10.1-24.7-7.1l-28.2 9.3c-10.7-8.8-23-16-36.2-20.9L199 27.1c-1.9-9.3-9.1-16.7-18.5-17.8C173.9 8.4 167.2 8 160.4 8l-.7 0c-6.8 0-13.5 .4-20.1 1.2c-9.4 1.1-16.6 8.6-18.5 17.8L115 56.1c-13.3 5-25.5 12.1-36.2 20.9L50.5 67.8c-9-3-19-.5-24.7 7.1c-3.5 4.7-6.8 9.6-9.9 14.6l-3 5.3c-2.8 5-5.3 10.2-7.6 15.6c-3.7 8.7-.9 18.6 6.2 25l22.2 19.8C32.6 161.9 32 168.9 32 176s.6 14.1 1.7 20.9L11.5 216.7c-7.1 6.3-9.9 16.2-6.2 25c2.3 5.3 4.8 10.5 7.6 15.6l3 5.2c3 5.1 6.3 9.9 9.9 14.6c5.7 7.6 15.7 10.1 24.7 7.1l28.2-9.3c10.7 8.8 23 16 36.2 20.9l6.1 29.1c1.9 9.3 9.1 16.7 18.5 17.8c6.7 .8 13.5 1.2 20.4 1.2s13.7-.4 20.4-1.2c9.4-1.1 16.6-8.6 18.5-17.8l6.1-29.1c13.3-5 25.5-12.1 36.2-20.9l28.2 9.3c9 3 19 .5 24.7-7.1c3.5-4.7 6.8-9.5 9.8-14.6l3.1-5.4c2.8-5 5.3-10.2 7.6-15.5c3.7-8.7 .9-18.6-6.2-25l-22.2-19.8c1.1-6.8 1.7-13.8 1.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112 176a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM504.7 500.5c6.3 7.1 16.2 9.9 25 6.2c5.3-2.3 10.5-4.8 15.5-7.6l5.4-3.1c5-3 9.9-6.3 14.6-9.8c7.6-5.7 10.1-15.7 7.1-24.7l-9.3-28.2c8.8-10.7 16-23 20.9-36.2l29.1-6.1c9.3-1.9 16.7-9.1 17.8-18.5c.8-6.7 1.2-13.5 1.2-20.4s-.4-13.7-1.2-20.4c-1.1-9.4-8.6-16.6-17.8-18.5L583.9 307c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9 .5-19-7.1-24.7c-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6c-8.7-3.7-18.6-.9-25 6.2l-19.8 22.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1 .6-20.9 1.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2c-5.3 2.3-10.5 4.8-15.6 7.6l-5.2 3c-5.1 3-9.9 6.3-14.6 9.9c-7.6 5.7-10.1 15.7-7.1 24.7l9.3 28.2c-8.8 10.7-16 23-20.9 36.2L315.1 313c-9.3 1.9-16.7 9.1-17.8 18.5c-.8 6.7-1.2 13.5-1.2 20.4s.4 13.7 1.2 20.4c1.1 9.4 8.6 16.6 17.8 18.5l29.1 6.1c5 13.3 12.1 25.5 20.9 36.2l-9.3 28.2c-3 9-.5 19 7.1 24.7c4.7 3.5 9.5 6.8 14.6 9.8l5.4 3.1c5 2.8 10.2 5.3 15.5 7.6c8.7 3.7 18.6 .9 25-6.2l19.8-22.2c6.8 1.1 13.8 1.7 20.9 1.7s14.1-.6 20.9-1.7l19.8 22.2zM464 304a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"], + "warehouse": [640, 512, [], "f494", "M0 488L0 171.3c0-26.2 15.9-49.7 40.2-59.4L308.1 4.8c7.6-3.1 16.1-3.1 23.8 0L599.8 111.9c24.3 9.7 40.2 33.3 40.2 59.4L640 488c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-264c0-17.7-14.3-32-32-32l-384 0c-17.7 0-32 14.3-32 32l0 264c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24zm488 24l-336 0c-13.3 0-24-10.7-24-24l0-56 384 0 0 56c0 13.3-10.7 24-24 24zM128 400l0-64 384 0 0 64-384 0zm0-96l0-80 384 0 0 80-384 0z"], + "arrow-up-right-dots": [576, 512, [], "e4b7", "M160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l50.7 0L9.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3l0 50.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-17.7-14.3-32-32-32L160 0zM576 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM448 208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm128 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM272 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM144 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM576 336a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-48-80a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"], + "splotch": [512, 512, [], "f5bc", "M208.5 62.3l28.1-36.9C248.8 9.4 267.8 0 288 0c28.5 0 53.6 18.7 61.8 46l17.8 59.4c10.3 34.4 36.1 62 69.8 74.6l39.8 14.9c20.9 7.9 34.8 27.9 34.8 50.2c0 16.9-7.9 32.8-21.5 42.9l-67.3 50.5c-24.3 18.2-37.2 47.9-33.8 78.1l2.5 22.7c4.3 38.7-26 72.6-65 72.6c-14.8 0-29.3-5.1-40.8-14.3l-55.4-44.3c-4.5-3.6-9.3-6.7-14.5-9.2c-15.8-7.9-33.7-10.4-51-7.3L82.4 451.9C47.8 458.2 16 431.6 16 396.5c0-13.2 4.7-26 13.1-36.2l11.2-13.4c14.6-17.4 22.6-39.4 22.6-62.1c0-18.8-5.5-37.2-15.8-53L8.8 173.5C3.1 164.7 0 154.4 0 143.9c0-33.4 30.1-58.8 63-53.2l51.3 8.7c35.9 6.1 72.2-8.2 94.2-37.1z"], + "face-grin-hearts": [512, 512, [128525, "grin-hearts"], "f584", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM199.3 129.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm154.3 23.6l4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z"], + "dice-four": [448, 512, [9859], "f524", "M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm160 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM352 160a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "sim-card": [384, 512, [], "f7c4", "M64 0L242.7 0c17 0 33.3 6.7 45.3 18.7L365.3 96c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0zM96 192c-17.7 0-32 14.3-32 32l0 32 64 0 0-64-32 0zM64 352l80 0 96 0 80 0 0-64-80 0-96 0-80 0 0 64zM320 224c0-17.7-14.3-32-32-32l-32 0 0 64 64 0 0-32zM160 192l0 64 64 0 0-64-64 0zM288 448c17.7 0 32-14.3 32-32l0-32-64 0 0 64 32 0zM160 384l0 64 64 0 0-64-64 0zM64 416c0 17.7 14.3 32 32 32l32 0 0-64-64 0 0 32z"], + "transgender": [512, 512, [9895, "transgender-alt"], "f225", "M112 0c6.5 0 12.3 3.9 14.8 9.9s1.1 12.9-3.5 17.4l-31 31L112 78.1l7-7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-7 7 15.2 15.2C187.7 107.6 220.5 96 256 96s68.3 11.6 94.9 31.2l68.8-68.8-31-31c-4.6-4.6-5.9-11.5-3.5-17.4s8.3-9.9 14.8-9.9l96 0c8.8 0 16 7.2 16 16l0 96c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5l-31-31-68.8 68.8C404.4 187.7 416 220.5 416 256c0 80.2-59 146.6-136 158.2l0 17.8 16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0 0 8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l16 0 0-17.8C155 402.6 96 336.2 96 256c0-35.5 11.6-68.3 31.2-94.9L112 145.9l-7 7c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l7-7L58.3 92.3l-31 31c-4.6 4.6-11.5 5.9-17.4 3.5S0 118.5 0 112L0 16C0 7.2 7.2 0 16 0l96 0zM352 256a96 96 0 1 0 -192 0 96 96 0 1 0 192 0z"], + "mercury": [384, 512, [9791], "f223", "M72.1 7C85.8-4 106-1.8 117 12c17.6 22 44.7 36 75 36s57.3-14 75-36c11.1-13.8 31.2-16 45-5s16 31.2 5 45c-7.8 9.7-16.6 18.4-26.4 26.1C337.3 109.7 368 163.3 368 224c0 89.1-66.2 162.7-152 174.4l0 25.6 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l32 0 0-25.6C82.2 386.7 16 313.1 16 224c0-60.7 30.7-114.3 77.5-145.9C83.7 70.5 74.9 61.7 67.1 52c-11.1-13.8-8.8-33.9 5-45zM80 224a112 112 0 1 0 224 0A112 112 0 1 0 80 224z"], + "arrow-turn-down": [384, 512, ["level-down"], "f149", "M32 64C14.3 64 0 49.7 0 32S14.3 0 32 0l96 0c53 0 96 43 96 96l0 306.7 73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 402.7 160 96c0-17.7-14.3-32-32-32L32 64z"], + "person-falling-burst": [640, 512, [], "e547", "M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 9.8c0 39-23.7 74-59.9 88.4C71.6 154.5 32 213 32 278.2L32 352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-73.8c0-10 1.6-19.8 4.5-29L261.1 497.4c9.6 14.8 29.4 19.1 44.3 9.5s19.1-29.4 9.5-44.3L222.6 320l1.4 0 80 0 38.4 51.2c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-43.2-57.6C341.3 263.1 327.1 256 312 256l-71.5 0-56.8-80.2-.2-.3c44.7-29 72.5-79 72.5-133.6l0-9.8zM96 80A48 48 0 1 0 0 80a48 48 0 1 0 96 0zM464 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 78.7-12.2c6.5-1 11.7-5.9 13.1-12.2s-1.1-13-6.5-16.7l-65.6-45.1L603 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L508.3 92.1l-29.4-74C476.4 12 470.6 8 464 8s-12.4 4-14.9 10.1l-29.4 74L343.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1-65.6 45.1c-5.4 3.7-8 10.3-6.5 16.7c.1 .3 .1 .6 .2 .8l19.4 0c20.1 0 39.2 7.5 53.8 20.8l18.4 2.9L383 265.3l36.2 48.3c2.1 2.8 3.9 5.7 5.5 8.6L464 286.1z"], + "award": [384, 512, [], "f559", "M173.8 5.5c11-7.3 25.4-7.3 36.4 0L228 17.2c6 3.9 13 5.8 20.1 5.4l21.3-1.3c13.2-.8 25.6 6.4 31.5 18.2l9.6 19.1c3.2 6.4 8.4 11.5 14.7 14.7L344.5 83c11.8 5.9 19 18.3 18.2 31.5l-1.3 21.3c-.4 7.1 1.5 14.2 5.4 20.1l11.8 17.8c7.3 11 7.3 25.4 0 36.4L366.8 228c-3.9 6-5.8 13-5.4 20.1l1.3 21.3c.8 13.2-6.4 25.6-18.2 31.5l-19.1 9.6c-6.4 3.2-11.5 8.4-14.7 14.7L301 344.5c-5.9 11.8-18.3 19-31.5 18.2l-21.3-1.3c-7.1-.4-14.2 1.5-20.1 5.4l-17.8 11.8c-11 7.3-25.4 7.3-36.4 0L156 366.8c-6-3.9-13-5.8-20.1-5.4l-21.3 1.3c-13.2 .8-25.6-6.4-31.5-18.2l-9.6-19.1c-3.2-6.4-8.4-11.5-14.7-14.7L39.5 301c-11.8-5.9-19-18.3-18.2-31.5l1.3-21.3c.4-7.1-1.5-14.2-5.4-20.1L5.5 210.2c-7.3-11-7.3-25.4 0-36.4L17.2 156c3.9-6 5.8-13 5.4-20.1l-1.3-21.3c-.8-13.2 6.4-25.6 18.2-31.5l19.1-9.6C65 70.2 70.2 65 73.4 58.6L83 39.5c5.9-11.8 18.3-19 31.5-18.2l21.3 1.3c7.1 .4 14.2-1.5 20.1-5.4L173.8 5.5zM272 192a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM1.3 441.8L44.4 339.3c.2 .1 .3 .2 .4 .4l9.6 19.1c11.7 23.2 36 37.3 62 35.8l21.3-1.3c.2 0 .5 0 .7 .2l17.8 11.8c5.1 3.3 10.5 5.9 16.1 7.7l-37.6 89.3c-2.3 5.5-7.4 9.2-13.3 9.7s-11.6-2.2-14.8-7.2L74.4 455.5l-56.1 8.3c-5.7 .8-11.4-1.5-15-6s-4.3-10.7-2.1-16zm248 60.4L211.7 413c5.6-1.8 11-4.3 16.1-7.7l17.8-11.8c.2-.1 .4-.2 .7-.2l21.3 1.3c26 1.5 50.3-12.6 62-35.8l9.6-19.1c.1-.2 .2-.3 .4-.4l43.2 102.5c2.2 5.3 1.4 11.4-2.1 16s-9.3 6.9-15 6l-56.1-8.3-32.2 49.2c-3.2 5-8.9 7.7-14.8 7.2s-11-4.3-13.3-9.7z"], + "ticket-simple": [576, 512, ["ticket-alt"], "f3ff", "M0 128C0 92.7 28.7 64 64 64l448 0c35.3 0 64 28.7 64 64l0 64c0 8.8-7.4 15.7-15.7 18.6C541.5 217.1 528 235 528 256s13.5 38.9 32.3 45.4c8.3 2.9 15.7 9.8 15.7 18.6l0 64c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64l0-64c0-8.8 7.4-15.7 15.7-18.6C34.5 294.9 48 277 48 256s-13.5-38.9-32.3-45.4C7.4 207.7 0 200.8 0 192l0-64z"], + "building": [384, 512, [127970, 61687], "f1ad", "M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c26.5 0 48-21.5 48-48l0-416c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16z"], + "angles-left": [512, 512, [171, "angle-double-left"], "f100", "M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160zm352-160l-160 160c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L301.3 256 438.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z"], + "qrcode": [448, 512, [], "f029", "M0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48L0 80zM64 96l0 64 64 0 0-64L64 96zM0 336c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96zm64 16l0 64 64 0 0-64-64 0zM304 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zm80 64l-64 0 0 64 64 0 0-64zM256 304c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s7.2-16 16-16s16 7.2 16 16l0 96c0 8.8-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-160zM368 480a16 16 0 1 1 0-32 16 16 0 1 1 0 32zm64 0a16 16 0 1 1 0-32 16 16 0 1 1 0 32z"], + "clock-rotate-left": [512, 512, ["history"], "f1da", "M75 75L41 41C25.9 25.9 0 36.6 0 57.9L0 168c0 13.3 10.7 24 24 24l110.1 0c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24l0 104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65 0-94.1c0-13.3-10.7-24-24-24z"], + "face-grin-beam-sweat": [512, 512, [128517, "grin-beam-sweat"], "f583", "M476.8 126.3c-4.1 1.1-8.4 1.7-12.8 1.7c-26.5 0-48-21-48-47c0-5 1.8-11.3 4.6-18.1c.3-.7 .6-1.4 .9-2.1c9-20.2 26.5-44.9 36-57.5c3.2-4.4 9.6-4.4 12.8 0C483.4 20.6 512 61 512 81c0 21.7-14.9 39.8-35.2 45.3zM256 0c51.4 0 99.3 15.2 139.4 41.2c-1.5 3.1-3 6.2-4.3 9.3c-3.4 8-7.1 19-7.1 30.5c0 44.3 36.6 79 80 79c9.6 0 18.8-1.7 27.4-4.8c13.3 30.9 20.6 65 20.6 100.8c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0zM383.8 317.8C345.3 329.4 301.9 336 256 336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3 7-19.2 18.7c24.5 56.9 81.1 96.7 147 96.7s122.5-39.8 147-96.7c5.1-11.8-6.9-22.4-19.2-18.7zm-166.2-89s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0c0 0 0 0 0 0zm160 0s0 0 0 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0z"], + "file-export": [576, 512, ["arrow-right-from-file"], "f56e", "M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 128-168 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l168 0 0 112c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM384 336l0-48 110.1 0-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39L384 336zm0-208l-128 0L256 0 384 128z"], + "shield": [512, 512, [128737, "shield-blank"], "f132", "M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0z"], + "arrow-up-short-wide": [576, 512, ["sort-amount-up-alt"], "f885", "M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.7 32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-224 0z"], + "house-medical": [576, 512, [], "e3b2", "M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 160.4c0 35.3 28.7 64 64 64l320.4 0c35.5 0 64.2-28.8 64-64.3l-.7-160.2 32 0zM256 208c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"], + "golf-ball-tee": [384, 512, ["golf-ball"], "f450", "M384 192c0 66.8-34.1 125.6-85.8 160L85.8 352C34.1 317.6 0 258.8 0 192C0 86 86 0 192 0S384 86 384 192zM242.1 256.6c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zm-52.3-49.3c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4c0 18.5-15 33.5-33.5 33.5zm113.5-17.5c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zM96 416c0-17.7 14.3-32 32-32l64 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0c-8.8 0-16 7.2-16 16l0 16c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-16c0-8.8-7.2-16-16-16l-16 0c-17.7 0-32-14.3-32-32z"], + "circle-chevron-left": [512, 512, ["chevron-circle-left"], "f137", "M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z"], + "house-chimney-window": [576, 512, [], "e00d", "M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c.2 35.5-28.5 64.3-64 64.3l-320.4 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7 416 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 121 52.8 46.4c8 7 12 15 11 24zM248 192c-13.3 0-24 10.7-24 24l0 80c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-80c0-13.3-10.7-24-24-24l-80 0z"], + "pen-nib": [512, 512, [10001], "f5ad", "M368.4 18.3L312.7 74.1 437.9 199.3l55.7-55.7c21.9-21.9 21.9-57.3 0-79.2L447.6 18.3c-21.9-21.9-57.3-21.9-79.2 0zM288 94.6l-9.2 2.8L134.7 140.6c-19.9 6-35.7 21.2-42.3 41L3.8 445.8c-3.8 11.3-1 23.9 7.3 32.4L164.7 324.7c-3-6.3-4.7-13.3-4.7-20.7c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48c-7.4 0-14.4-1.7-20.7-4.7L33.7 500.9c8.6 8.3 21.1 11.2 32.4 7.3l264.3-88.6c19.7-6.6 35-22.4 41-42.3l43.2-144.1 2.7-9.2L288 94.6z"], + "tent-arrow-turn-left": [576, 512, [], "e580", "M120.1 41.8c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120 456 120c39.8 0 72 32.2 72 72l0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40c0-66.3-53.7-120-120-120L86.5 72l33.5-30.2zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512l144 0 16 0c17.7 0 32-14.3 32-32l0-118.1c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7l60.2 0 16 0c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"], + "tents": [640, 512, [], "e582", "M396.6 6.5L235.8 129.1c9.6 1.8 18.9 5.8 27 12l168 128c13.2 10.1 22 24.9 24.5 41.4l6.2 41.5L608 352c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128c-11.5-8.7-27.3-8.7-38.8 0zm-153.2 160c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S22.7 512 32 512l144 0 16 0c17.7 0 32-14.3 32-32l0-118.1c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7l60.2 0 16 0c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"], + "wand-magic": [512, 512, ["magic"], "f0d0", "M14.1 463.3c-18.7-18.7-18.7-49.1 0-67.9L395.4 14.1c18.7-18.7 49.1-18.7 67.9 0l34.6 34.6c18.7 18.7 18.7 49.1 0 67.9L116.5 497.9c-18.7 18.7-49.1 18.7-67.9 0L14.1 463.3zM347.6 187.6l105-105L429.4 59.3l-105 105 23.3 23.3z"], + "dog": [576, 512, [128021], "f6d3", "M309.6 158.5L332.7 19.8C334.6 8.4 344.5 0 356.1 0c7.5 0 14.5 3.5 19 9.5L392 32l52.1 0c12.7 0 24.9 5.1 33.9 14.1L496 64l56 0c13.3 0 24 10.7 24 24l0 24c0 44.2-35.8 80-80 80l-32 0-16 0-21.3 0-5.1 30.5-112-64zM416 256.1L416 480c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-115.2c-24 12.3-51.2 19.2-80 19.2s-56-6.9-80-19.2L160 480c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-230.2c-28.8-10.9-51.4-35.3-59.2-66.5L1 167.8c-4.3-17.1 6.1-34.5 23.3-38.8s34.5 6.1 38.8 23.3l3.9 15.5C70.5 182 83.3 192 98 192l30 0 16 0 159.8 0L416 256.1zM464 80a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"], + "carrot": [512, 512, [129365], "f787", "M346.7 6C337.6 17 320 42.3 320 72c0 40 15.3 55.3 40 80s40 40 80 40c29.7 0 55-17.6 66-26.7c4-3.3 6-8.2 6-13.3s-2-10-6-13.2c-11.4-9.1-38.3-26.8-74-26.8c-32 0-40 8-40 8s8-8 8-40c0-35.7-17.7-62.6-26.8-74C370 2 365.1 0 360 0s-10 2-13.3 6zM244.6 136c-40 0-77.1 18.1-101.7 48.2l60.5 60.5c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-55.3-55.3 0 .1L2.2 477.9C-2 487-.1 497.8 7 505s17.9 9 27.1 4.8l134.7-62.4-52.1-52.1c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L199.7 433l100.2-46.4c46.4-21.5 76.2-68 76.2-119.2C376 194.8 317.2 136 244.6 136z"], + "moon": [384, 512, [127769, 9214], "f186", "M223.5 32C100 32 0 132.3 0 256S100 480 223.5 480c60.6 0 115.5-24.2 155.8-63.4c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6c-96.9 0-175.5-78.8-175.5-176c0-65.8 36-123.1 89.3-153.3c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z"], + "wine-glass-empty": [320, 512, ["wine-glass-alt"], "f5ce", "M64 0C47.4 0 33.5 12.8 32.1 29.3l-14 168.4c-6 72 42.5 135.2 109.9 150.6l0 99.6-48 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l80 0 80 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-48 0 0-99.6c67.4-15.4 115.9-78.6 109.9-150.6l-14-168.4C286.5 12.8 272.6 0 256 0L64 0zM81.9 203.1L93.4 64l133.1 0 11.6 139.1C242 248.8 205.9 288 160 288s-82-39.2-78.1-84.9z"], + "cheese": [512, 512, [], "f7ef", "M512 240.2l0 15.8L0 256c0-20 10-38.7 26.6-49.8L274.9 40.7c8.6-5.7 18.6-8.7 28.9-8.7C418.8 32 512 125.2 512 240.2zm0 47.8l0 128c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 288l512 0z"], + "yin-yang": [512, 512, [9775], "f6ad", "M256 64c53 0 96 43 96 96s-43 96-96 96s-96 43-96 96s43 96 96 96C150 448 64 362 64 256S150 64 256 64zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm32-352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"], + "music": [512, 512, [127925], "f001", "M499.1 6.3c8.1 6 12.9 15.6 12.9 25.7l0 72 0 264c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6L448 147 192 223.8 192 432c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6L128 200l0-72c0-14.1 9.3-26.6 22.8-30.7l320-96c9.7-2.9 20.2-1.1 28.3 5z"], + "code-commit": [640, 512, [], "f386", "M320 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm156.8-48C462 361 397.4 416 320 416s-142-55-156.8-128L32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l131.2 0C178 151 242.6 96 320 96s142 55 156.8 128L608 224c17.7 0 32 14.3 32 32s-14.3 32-32 32l-131.2 0z"], + "temperature-low": [512, 512, [], "f76b", "M448 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 96a96 96 0 1 1 192 0A96 96 0 1 1 320 96zM144 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C70.2 332.6 64 349.5 64 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L192 112c0-26.5-21.5-48-48-48zM32 112C32 50.2 82.1 0 144 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S0 447.5 0 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L32 112zM192 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3l0-50.7c0-8.8 7.2-16 16-16s16 7.2 16 16l0 50.7c18.6 6.6 32 24.4 32 45.3z"], + "person-biking": [640, 512, [128692, "biking"], "f84a", "M400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm27.2 64l-61.8-48.8c-17.3-13.6-41.7-13.8-59.1-.3l-83.1 64.2c-30.7 23.8-28.5 70.8 4.3 91.6L288 305.1 288 416c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-10.7-5.3-20.7-14.2-26.6L295 232.9l60.3-48.5L396 217c5.7 4.5 12.7 7 20 7l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-52.8 0zM56 384a72 72 0 1 1 144 0A72 72 0 1 1 56 384zm200 0A128 128 0 1 0 0 384a128 128 0 1 0 256 0zm184 0a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zm200 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z"], + "broom": [576, 512, [129529], "f51a", "M566.6 54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192-34.7-34.7c-4.2-4.2-10-6.6-16-6.6c-12.5 0-22.6 10.1-22.6 22.6l0 29.1L364.3 320l29.1 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7 192-192zM341.1 353.4L222.6 234.9c-42.7-3.7-85.2 11.7-115.8 42.3l-8 8C76.5 307.5 64 337.7 64 369.2c0 6.8 7.1 11.2 13.2 8.2l51.1-25.5c5-2.5 9.5 4.1 5.4 7.9L7.3 473.4C2.7 477.6 0 483.6 0 489.9C0 502.1 9.9 512 22.1 512l173.3 0c38.8 0 75.9-15.4 103.4-42.8c30.6-30.6 45.9-73.1 42.3-115.8z"], + "shield-heart": [512, 512, [], "e574", "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM144 221.3c0-33.8 27.4-61.3 61.3-61.3c16.2 0 31.8 6.5 43.3 17.9l7.4 7.4 7.4-7.4c11.5-11.5 27.1-17.9 43.3-17.9c33.8 0 61.3 27.4 61.3 61.3c0 16.2-6.5 31.8-17.9 43.3l-82.7 82.7c-6.2 6.2-16.4 6.2-22.6 0l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z"], + "gopuram": [512, 512, [], "f664", "M120 0c13.3 0 24 10.7 24 24l0 8 40 0 0-8c0-13.3 10.7-24 24-24s24 10.7 24 24l0 8 48 0 0-8c0-13.3 10.7-24 24-24s24 10.7 24 24l0 8 40 0 0-8c0-13.3 10.7-24 24-24s24 10.7 24 24l0 8 0 32 0 64c17.7 0 32 14.3 32 32l0 64c17.7 0 32 14.3 32 32l0 96c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-64 0 0-160-32 0 0-128-32 0 0-96-32 0 0 96 32 0 0 128 32 0 0 160-80 0 0-48c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 48-80 0 0-160 32 0 0-128 32 0 0-96-32 0 0 96-32 0 0 128-32 0 0 160-64 0c-17.7 0-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32l0-96c0-17.7 14.3-32 32-32l0-64c0-17.7 14.3-32 32-32l0-64 0-32 0-8c0-13.3 10.7-24 24-24zM256 272c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-32-80l0 32 64 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32z"], + "earth-oceania": [512, 512, ["globe-oceania"], "e47b", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM208.6 357.3l-39-13.5c-6.5-2.2-13.6-2.3-20.1-.3l-15.3 4.9c-18.5 5.9-38.5-2.4-47.5-19.5l-3.3-6.2c-10.6-20.1-2.3-45 18.2-54.7l35.3-16.8c2.3-1.1 4.4-2.8 5.9-4.8l5.3-7c7.2-9.6 18.6-15.3 30.6-15.3s23.4 5.7 30.6 15.3l4.6 6.1c2 2.6 4.9 4.5 8.1 5.1c7.8 1.6 15.7-1.5 20.4-7.9l10.4-14.2c2-2.8 5.3-4.4 8.7-4.4c4.4 0 8.4 2.7 10 6.8l10.1 25.9c2.8 7.2 6.7 14 11.5 20.2L311 299.8c5.8 7.4 9 16.6 9 26s-3.2 18.6-9 26L299 367.2c-8.3 10.6-21 16.8-34.4 16.8c-8.4 0-16.6-2.4-23.7-7l-25.4-16.4c-2.2-1.4-4.5-2.5-6.9-3.4zm65.2-214.8L296 164.7c10.1 10.1 2.9 27.3-11.3 27.3l-29.9 0c-5.6 0-11.1-1.2-16.2-3.4l-42.8-19c-14.3-6.3-11.9-27.3 3.4-30.3l38.5-7.7c13.1-2.6 26.7 1.5 36.1 10.9zM248 432c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16zM431.2 298.9l8 24c2.8 8.4-1.7 17.4-10.1 20.2s-17.4-1.7-20.2-10.1l-8-24c-2.8-8.4 1.7-17.4 10.1-20.2s17.4 1.7 20.2 10.1zm-19.9 80.4l-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"], + "square-xmark": [448, 512, [10062, "times-square", "xmark-square"], "f2d3", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm79 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"], + "hashtag": [448, 512, [62098], "23", "M181.3 32.4c17.4 2.9 29.2 19.4 26.3 36.8L197.8 128l95.1 0 11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3s29.2 19.4 26.3 36.8L357.8 128l58.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-68.9 0L325.8 320l58.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-68.9 0-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.8-58.7-95.1 0-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8L90.2 384 32 384c-17.7 0-32-14.3-32-32s14.3-32 32-32l68.9 0 21.3-128L64 192c-17.7 0-32-14.3-32-32s14.3-32 32-32l68.9 0 11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3zM187.1 192L165.8 320l95.1 0 21.3-128-95.1 0z"], + "up-right-and-down-left-from-center": [512, 512, ["expand-alt"], "f424", "M344 0L488 0c13.3 0 24 10.7 24 24l0 144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-87 87c-9.4 9.4-24.6 9.4-33.9 0l-32-32c-9.4-9.4-9.4-24.6 0-33.9l87-87L327 41c-6.9-6.9-8.9-17.2-5.2-26.2S334.3 0 344 0zM168 512L24 512c-13.3 0-24-10.7-24-24L0 344c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39 87-87c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8z"], + "oil-can": [640, 512, [], "f613", "M320 128c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 32-80 0-48 0-48 0c-26.5 0-48 21.5-48 48l0 64.8c0 19 11.2 36.2 28.5 43.9l67.5 30L96 368c0 26.5 21.5 48 48 48l259.1 0c18.4 0 35.8-7.9 48-21.7L633.5 187.7c12.3-13.9-.3-35.4-18.4-31.5L448 192l-50.5-25.2c-8.9-4.4-18.7-6.8-28.6-6.8L288 160l0-32 32 0zM96 208l0 86.1L48 272.8 48 208l48 0z"], + "t": [384, 512, [116], "54", "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l128 0 0 352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-352 128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 32 32 32z"], + "hippo": [640, 512, [129435], "f6ed", "M407 47c9.4-9.4 24.6-9.4 33.9 0l17.2 17.2c1.9-.1 3.9-.2 5.8-.2l32 0c11.2 0 21.9 2.3 31.6 6.5L543 55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L564 101.9c7.6 12.2 12 26.7 12 42.1c0 10.2 7.4 18.8 16.7 23c27.9 12.5 47.3 40.5 47.3 73c0 26.2-12.6 49.4-32 64l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-16-64 0 0 16c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-17.6c-11.8-2.4-22.7-7.4-32-14.4c-1.5-1.1-2.9-2.3-4.3-3.5c-17-14.7-27.7-36.4-27.7-60.5c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 44.7 26.2 83.2 64 101.2l0 10.8c0 17.7 14.3 32 32 32l32 0 0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-76c-19.8 7.7-41.4 12-64 12s-44.2-4.3-64-12l0 76c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-118.9L45.9 369.7c-5.4 12.1-19.6 17.6-31.7 12.2S-3.3 362.4 2.1 350.3L24 300.9c5.3-11.9 8-24.7 8-37.7C32 155.7 117.2 68 223.8 64.1l.2-.1 7.2 0L256 64l32 0c41.7 0 83.4 12.1 117.2 25.7c1.7-1.8 3.5-3.6 5.3-5.2L407 81c-9.4-9.4-9.4-24.6 0-33.9zm73 185a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm88 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM480 144a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"], + "chart-column": [512, 512, [], "e0e3", "M32 32c17.7 0 32 14.3 32 32l0 336c0 8.8 7.2 16 16 16l400 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 480c-44.2 0-80-35.8-80-80L0 64C0 46.3 14.3 32 32 32zM160 224c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zm128-64l0 160c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-160c0-17.7 14.3-32 32-32s32 14.3 32 32zm64 32c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32zM480 96l0 224c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-224c0-17.7 14.3-32 32-32s32 14.3 32 32z"], + "infinity": [640, 512, [8734, 9854], "f534", "M0 241.1C0 161 65 96 145.1 96c38.5 0 75.4 15.3 102.6 42.5L320 210.7l72.2-72.2C419.5 111.3 456.4 96 494.9 96C575 96 640 161 640 241.1l0 29.7C640 351 575 416 494.9 416c-38.5 0-75.4-15.3-102.6-42.5L320 301.3l-72.2 72.2C220.5 400.7 183.6 416 145.1 416C65 416 0 351 0 270.9l0-29.7zM274.7 256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8C100.3 160 64 196.3 64 241.1l0 29.7c0 44.8 36.3 81.1 81.1 81.1c21.5 0 42.2-8.5 57.4-23.8L274.7 256zm90.5 0l72.2 72.2c15.2 15.2 35.9 23.8 57.4 23.8c44.8 0 81.1-36.3 81.1-81.1l0-29.7c0-44.8-36.3-81.1-81.1-81.1c-21.5 0-42.2 8.5-57.4 23.8L365.3 256z"], + "vial-circle-check": [512, 512, [], "e596", "M0 64C0 46.3 14.3 32 32 32l64 0 64 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 170.8c-20.2 28.6-32 63.5-32 101.2c0 25.2 5.3 49.1 14.8 70.8C189.5 463.7 160.6 480 128 480c-53 0-96-43-96-96L32 96C14.3 96 0 81.7 0 64zM96 96l0 96 64 0 0-96L96 96zM224 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L352 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"], + "person-arrow-down-to-line": [640, 512, [], "e538", "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352l0-96 16 0 0 96-16 0zm-64 0l-88 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l120 0 80 0 376 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-344 0 0-191.1 28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6l-29.7 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9 120 448zM464 64l0 242.7-25.4-25.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L528 306.7 528 64c0-17.7-14.3-32-32-32s-32 14.3-32 32z"], + "voicemail": [640, 512, [], "f897", "M144 320a80 80 0 1 1 0-160 80 80 0 1 1 0 160zm119.8 0c15.3-22.9 24.2-50.4 24.2-80c0-79.5-64.5-144-144-144S0 160.5 0 240s64.5 144 144 144l352 0c79.5 0 144-64.5 144-144s-64.5-144-144-144s-144 64.5-144 144c0 29.6 8.9 57.1 24.2 80l-112.5 0zM496 160a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"], + "fan": [512, 512, [], "f863", "M258.6 0c-1.7 0-3.4 .1-5.1 .5C168 17 115.6 102.3 130.5 189.3c2.9 17 8.4 32.9 15.9 47.4L32 224l-2.6 0C13.2 224 0 237.2 0 253.4c0 1.7 .1 3.4 .5 5.1C17 344 102.3 396.4 189.3 381.5c17-2.9 32.9-8.4 47.4-15.9L224 480l0 2.6c0 16.2 13.2 29.4 29.4 29.4c1.7 0 3.4-.1 5.1-.5C344 495 396.4 409.7 381.5 322.7c-2.9-17-8.4-32.9-15.9-47.4L480 288l2.6 0c16.2 0 29.4-13.2 29.4-29.4c0-1.7-.1-3.4-.5-5.1C495 168 409.7 115.6 322.7 130.5c-17 2.9-32.9 8.4-47.4 15.9L288 32l0-2.6C288 13.2 274.8 0 258.6 0zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "person-walking-luggage": [576, 512, [], "e554", "M432 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM347.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L505 232.7l-15.3-36.8C472.5 154.8 432.3 128 387.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L340.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM256 274.1c-7.7-4.4-17.4-1.8-21.9 5.9l-32 55.4L147.7 304c-15.3-8.8-34.9-3.6-43.7 11.7L40 426.6c-8.8 15.3-3.6 34.9 11.7 43.7l55.4 32c15.3 8.8 34.9 3.6 43.7-11.7l64-110.9c1.5-2.6 2.6-5.2 3.3-8L261.9 296c4.4-7.7 1.8-17.4-5.9-21.9z"], + "up-down": [256, 512, [8597, 11021, "arrows-alt-v"], "f338", "M145.6 7.7C141 2.8 134.7 0 128 0s-13 2.8-17.6 7.7l-104 112c-6.5 7-8.2 17.2-4.4 25.9S14.5 160 24 160l56 0 0 192-56 0c-9.5 0-18.2 5.7-22 14.4s-2.1 18.9 4.4 25.9l104 112c4.5 4.9 10.9 7.7 17.6 7.7s13-2.8 17.6-7.7l104-112c6.5-7 8.2-17.2 4.4-25.9s-12.5-14.4-22-14.4l-56 0 0-192 56 0c9.5 0 18.2-5.7 22-14.4s2.1-18.9-4.4-25.9l-104-112z"], + "cloud-moon-rain": [576, 512, [], "f73c", "M481.2 0C417 0 363.5 46.5 353.7 107.6c35.4 17.6 60.2 53.3 62.1 95.1c23.2 11 42 29.7 53.1 52.7c4 .4 8.1 .6 12.3 .6c34.9 0 66.7-13.8 89.9-36.1c5.1-4.9 6.4-12.5 3.2-18.7s-10.1-9.7-17-8.6c-4.9 .8-10 1.3-15.2 1.3c-49 0-88.4-39.3-88.4-87.4c0-32.6 18-61.1 44.9-76.1c6.1-3.4 9.3-10.5 7.8-17.4s-7.3-12-14.3-12.6c-3.6-.3-7.3-.5-10.9-.5zM367.9 383.9c44.2 0 80-35.8 80-80c0-39.3-28.4-72.1-65.8-78.7c1.2-5.6 1.9-11.3 1.9-17.2c0-44.2-35.8-80-80-80c-17 0-32.8 5.3-45.8 14.4C241.3 114.6 210.8 96 176 96c-53 0-96 43-96 96l0 1.3c-45.4 7.6-80 47.1-80 94.6c0 53 43 96 96 96l271.9 0zM85.4 420.1c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3z"], + "calendar": [448, 512, [128197, 128198], "f133", "M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272z"], + "trailer": [640, 512, [], "e041", "M48 32C21.5 32 0 53.5 0 80L0 336c0 26.5 21.5 48 48 48l17.1 0c7.8-54.3 54.4-96 110.9-96s103.1 41.7 110.9 96L488 384l8 0 112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-240c0-26.5-21.5-48-48-48L48 32zM80 96c8.8 0 16 7.2 16 16l0 131.2c-11.4 5.9-22.2 12.9-32 21L64 112c0-8.8 7.2-16 16-16zm96 128c-5.4 0-10.7 .2-16 .7L160 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112.7c-5.3-.5-10.6-.7-16-.7zm80 19.2L256 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 152.2c-9.8-8.1-20.6-15.2-32-21zM368 96c8.8 0 16 7.2 16 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16zm112 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16s16 7.2 16 16zM176 480a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-112a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "bahai": [576, 512, ["haykal"], "f666", "M288 0c14.5 0 27.2 9.7 30.9 23.8l23.9 89.6 75.9-53.3c11.9-8.3 27.8-7.6 39 1.7s14.6 24.9 8.4 38.1l-39.3 84 92.4 8c14.4 1.2 26.2 12 28.8 26.3s-4.9 28.5-18 34.6l-84.1 39.1 65.7 65.5c10.3 10.2 12.4 26.1 5.1 38.7s-22 18.7-36 14.9L391 386.8l8.2 92.4c1.3 14.4-7.3 27.9-20.9 32.9s-28.9 .1-37.2-11.7l-53.1-76-53.1 76c-8.3 11.9-23.6 16.7-37.2 11.7s-22.2-18.5-20.9-32.9l8.2-92.4L95.4 410.9c-14 3.8-28.8-2.3-36-14.9s-5.2-28.4 5.1-38.7l65.7-65.5L46 252.7c-13.1-6.1-20.5-20.3-18-34.6s14.3-25.1 28.8-26.3l92.4-8-39.3-84c-6.1-13.1-2.7-28.8 8.4-38.1s27.1-10 39-1.7l75.9 53.3 23.9-89.6C260.8 9.7 273.5 0 288 0zm0 156.2l-4.8 18c-2.7 10.1-10.2 18.2-20 21.8s-20.8 2.1-29.3-3.9l-15.2-10.7 7.9 16.8c4.4 9.5 4 20.5-1.3 29.6s-14.5 15-25 15.9l-18.5 1.6 16.8 7.8c9.5 4.4 16.2 13.2 18 23.5s-1.5 20.8-8.9 28.2l-13.2 13.1 17.9-4.8c10.1-2.7 20.9-.3 28.9 6.4s12.2 16.9 11.3 27.3l-1.6 18.5 10.6-15.2c6-8.6 15.8-13.7 26.2-13.7s20.2 5.1 26.2 13.7l10.6 15.2-1.6-18.5c-.9-10.4 3.3-20.6 11.3-27.3s18.8-9.1 28.9-6.4l17.9 4.8-13.2-13.1c-7.4-7.4-10.7-17.9-8.9-28.2s8.5-19.1 18-23.5l16.8-7.8-18.5-1.6c-10.4-.9-19.7-6.8-25-15.9s-5.7-20.1-1.3-29.6l7.9-16.8-15.2 10.7c-8.6 6-19.5 7.5-29.3 3.9s-17.3-11.7-20-21.8l-4.8-18z"], + "sd-card": [384, 512, [], "f7c2", "M320 0L141.3 0C124.3 0 108 6.7 96 18.7L18.7 96C6.7 108 0 124.3 0 141.3L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64zM160 88l0 48c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0l0 48c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0l0 48c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24s24 10.7 24 24z"], + "dragon": [640, 512, [128009], "f6d5", "M352 124.5l-51.9-13c-6.5-1.6-11.3-7.1-12-13.8s2.8-13.1 8.7-16.1l40.8-20.4L294.4 28.8c-5.5-4.1-7.8-11.3-5.6-17.9S297.1 0 304 0L416 0l32 0 16 0c30.2 0 58.7 14.2 76.8 38.4l57.6 76.8c6.2 8.3 9.6 18.4 9.6 28.8c0 26.5-21.5 48-48 48l-21.5 0c-17 0-33.3-6.7-45.3-18.7L480 160l-32 0 0 21.5c0 24.8 12.8 47.9 33.8 61.1l106.6 66.6c32.1 20.1 51.6 55.2 51.6 93.1C640 462.9 590.9 512 530.2 512L496 512l-64 0L32.3 512c-3.3 0-6.6-.4-9.6-1.4C13.5 507.8 6 501 2.4 492.1C1 488.7 .2 485.2 0 481.4c-.2-3.7 .3-7.3 1.3-10.7c2.8-9.2 9.6-16.7 18.6-20.4c3-1.2 6.2-2 9.5-2.2L433.3 412c8.3-.7 14.7-7.7 14.7-16.1c0-4.3-1.7-8.4-4.7-11.4l-44.4-44.4c-30-30-46.9-70.7-46.9-113.1l0-45.5 0-57zM512 72.3c0-.1 0-.2 0-.3s0-.2 0-.3l0 .6zm-1.3 7.4L464.3 68.1c-.2 1.3-.3 2.6-.3 3.9c0 13.3 10.7 24 24 24c10.6 0 19.5-6.8 22.7-16.3zM130.9 116.5c16.3-14.5 40.4-16.2 58.5-4.1l130.6 87 0 27.5c0 32.8 8.4 64.8 24 93l-232 0c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7L171 232.3 18.4 255.8c-7 1.1-13.9-2.6-16.9-9s-1.5-14.1 3.8-18.8L130.9 116.5z"], + "shoe-prints": [640, 512, [], "f54b", "M416 0C352.3 0 256 32 256 32l0 128c48 0 76 16 104 32s56 32 104 32c56.4 0 176-16 176-96S512 0 416 0zM128 96c0 35.3 28.7 64 64 64l32 0 0-128-32 0c-35.3 0-64 28.7-64 64zM288 512c96 0 224-48 224-128s-119.6-96-176-96c-48 0-76 16-104 32s-56 32-104 32l0 128s96.3 32 160 32zM0 416c0 35.3 28.7 64 64 64l32 0 0-128-32 0c-35.3 0-64 28.7-64 64z"], + "circle-plus": [512, 512, ["plus-circle"], "f055", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"], + "face-grin-tongue-wink": [512, 512, [128540, "grin-tongue-wink"], "f58b", "M174.5 498.8C73.1 464.7 0 368.9 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 112.9-73.1 208.7-174.5 242.8C346.7 484 352 466.6 352 448l0-46.9c24.3-17.5 43.6-41.6 55.4-69.6c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c11.7 27.8 30.8 51.7 54.8 69.2l0 47.3c0 18.6 5.3 36 14.5 50.8zm20.7-265.2c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zM336 272a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM320 402.6l0 45.4c0 35.3-28.7 64-64 64s-64-28.7-64-64l0-45.4c0-14.7 11.9-26.6 26.6-26.6l2 0c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9l2 0c14.7 0 26.6 11.9 26.6 26.6zM336 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"], + "hand-holding": [576, 512, [], "f4bd", "M559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416 272 416c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0-16 0-78.3 0c-29.1 0-57.3 9.9-80 28L68.8 384 32 384c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l160 0 160.5 0c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-367-8.2c.3 0 .6 0 .9 0c0 0 0 0 0 0c-.3 0-.6 0-.9 0z"], + "plug-circle-exclamation": [576, 512, [], "e55d", "M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"], + "link-slash": [640, 512, ["chain-broken", "chain-slash", "unlink"], "f127", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L489.3 358.2l90.5-90.5c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114l-96 96-31.9-25C430.9 239.6 420.1 175.1 377 132c-52.2-52.3-134.5-56.2-191.3-11.7L38.8 5.1zM239 162c30.1-14.9 67.7-9.9 92.8 15.3c20 20 27.5 48.3 21.7 74.5L239 162zM406.6 416.4L220.9 270c-2.1 39.8 12.2 80.1 42.2 110c38.9 38.9 94.4 51 143.6 36.3zm-290-228.5L60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5l61.8-61.8-50.6-39.9z"], + "clone": [512, 512, [], "f24d", "M288 448L64 448l0-224 64 0 0-64-64 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-64-64 0 0 64zm-64-96l224 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L224 0c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64z"], + "person-walking-arrow-loop-left": [640, 512, [], "e551", "M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm347.7 119c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L461.3 384l18.7 0c88.4 0 160-71.6 160-160s-71.6-160-160-160L352 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c53 0 96 43 96 96s-43 96-96 96l-18.7 0 25.4-25.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3l80 80z"], + "arrow-up-z-a": [576, 512, ["sort-alpha-up-alt"], "f882", "M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3 128 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.7 32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 64c0 17.7 14.3 32 32 32l50.7 0-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-50.7 0 73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L352 32c-17.7 0-32 14.3-32 32zm96 192c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3 88.4 0 7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 262.8 428.1 256 416 256zM395.8 400L416 359.6 436.2 400l-40.4 0z"], + "fire-flame-curved": [384, 512, ["fire-alt"], "f7e4", "M153.6 29.9l16-21.3C173.6 3.2 180 0 186.7 0C198.4 0 208 9.6 208 21.3V43.5c0 13.1 5.4 25.7 14.9 34.7L307.6 159C356.4 205.6 384 270.2 384 337.7C384 434 306 512 209.7 512H192C86 512 0 426 0 320v-3.8c0-48.8 19.4-95.6 53.9-130.1l3.5-3.5c4.2-4.2 10-6.6 16-6.6C85.9 176 96 186.1 96 198.6V288c0 35.3 28.7 64 64 64s64-28.7 64-64v-3.9c0-18-7.2-35.3-19.9-48l-38.6-38.6c-24-24-37.5-56.7-37.5-90.7c0-27.7 9-54.8 25.6-76.9z"], + "tornado": [448, 512, [127786], "f76f", "M0 32L0 45.6C0 62.7 1.7 79.6 5 96l352.8 0c3.2-6.9 7.5-13.3 13-18.8l38.6-38.6c4.2-4.2 6.6-10 6.6-16C416 10.1 405.9 0 393.4 0L32 0C14.3 0 0 14.3 0 32zm352.2 96L13.6 128c12.2 35.9 32.3 68.7 58.8 96L412 224l-47.2-62.9c-7.3-9.7-11.6-21.2-12.6-33.1zm-226 138.2l116.4 68.5c8.2 4.8 15.8 10.7 22.5 17.3L445 352c2-9.8 3-19.9 3-30.1c0-23-5.3-45.5-15.3-65.9l-322.5 0c5.2 3.6 10.5 7 16 10.2zM288 384c10.3 21.4 13.8 45.5 9.9 69l-5.9 35.7c-2 12.2 7.4 23.4 19.8 23.4c5.3 0 10.4-2.1 14.2-5.9l78.2-78.2c12.8-12.8 23.1-27.7 30.4-43.9L288 384z"], + "file-circle-plus": [576, 512, [58606], "e494", "M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-48z"], + "book-quran": [448, 512, ["quran"], "f687", "M352 0c53 0 96 43 96 96l0 320c0 53-43 96-96 96L64 512l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c-17.7 0-32-14.3-32-32L0 32C0 14.3 14.3 0 32 0L64 0 352 0zm0 384L96 384l0 64 256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32zM274.1 150.2l-8.9 21.4-23.1 1.9c-5.7 .5-8 7.5-3.7 11.2L256 199.8l-5.4 22.6c-1.3 5.5 4.7 9.9 9.6 6.9L280 217.2l19.8 12.1c4.9 3 10.9-1.4 9.6-6.9L304 199.8l17.6-15.1c4.3-3.7 2-10.8-3.7-11.2l-23.1-1.9-8.9-21.4c-2.2-5.3-9.6-5.3-11.8 0zM96 192c0 70.7 57.3 128 128 128c25.6 0 49.5-7.5 69.5-20.5c3.2-2.1 4.5-6.2 3.1-9.7s-5.2-5.6-9-4.8c-6.1 1.2-12.5 1.9-19 1.9c-52.4 0-94.9-42.5-94.9-94.9s42.5-94.9 94.9-94.9c6.5 0 12.8 .7 19 1.9c3.8 .8 7.5-1.3 9-4.8s.2-7.6-3.1-9.7C273.5 71.5 249.6 64 224 64C153.3 64 96 121.3 96 192z"], + "anchor": [576, 512, [9875], "f13d", "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c88.4 0 160-71.6 160-160l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9 0l-56 56c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 53-43 96-96 96l-48 0 0-208 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0z"], + "border-all": [448, 512, [], "f84c", "M384 96l0 128-128 0 0-128 128 0zm0 192l0 128-128 0 0-128 128 0zM192 224L64 224 64 96l128 0 0 128zM64 288l128 0 0 128L64 416l0-128zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"], + "face-angry": [512, 512, [128544, "angry"], "f556", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM338.7 395.9c6.6-5.9 7.1-16 1.2-22.6C323.8 355.4 295.7 336 256 336s-67.8 19.4-83.9 37.3c-5.9 6.6-5.4 16.7 1.2 22.6s16.7 5.4 22.6-1.2c11.7-13 31.6-26.7 60.1-26.7s48.4 13.7 60.1 26.7c5.9 6.6 16 7.1 22.6 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z"], + "cookie-bite": [512, 512, [], "f564", "M257.5 27.6c-.8-5.4-4.9-9.8-10.3-10.6c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9c-.9-5.3-5.3-9.3-10.6-10.1c-51.5-8.2-92.8-47.1-104.5-97.4c-1.8-7.6-8-13.4-15.7-14.6c-54.6-8.7-97.7-52-106.2-106.8zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "arrow-trend-down": [576, 512, [], "e097", "M384 352c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-160c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 82.7L342.6 137.4c-12.5-12.5-32.8-12.5-45.3 0L192 242.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0L320 205.3 466.7 352 384 352z"], + "rss": [448, 512, ["feed"], "f09e", "M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z"], + "draw-polygon": [448, 512, [], "f5ee", "M96 151.4l0 209.1c9.7 5.6 17.8 13.7 23.4 23.4l209.1 0c0-.1 .1-.2 .1-.3l-4.5-7.9-32-56s0 0 0 0c-1.4 .1-2.8 .1-4.2 .1c-35.3 0-64-28.7-64-64s28.7-64 64-64c1.4 0 2.8 0 4.2 .1c0 0 0 0 0 0l32-56 4.5-7.9-.1-.3-209.1 0c-5.6 9.7-13.7 17.8-23.4 23.4zM384.3 352c35.2 .2 63.7 28.7 63.7 64c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32l-209.1 0c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4l0-209.1C12.9 140.4 0 119.7 0 96C0 60.7 28.7 32 64 32c23.7 0 44.4 12.9 55.4 32l209.1 0c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 35.3-28.5 63.8-63.7 64l-4.5 7.9-32 56-2.3 4c4.2 8.5 6.5 18 6.5 28.1s-2.3 19.6-6.5 28.1l2.3 4 32 56 4.5 7.9z"], + "scale-balanced": [640, 512, [9878, "balance-scale"], "f24e", "M384 32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L398.4 96c-5.2 25.8-22.9 47.1-46.4 57.3L352 448l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0 0-294.7c-23.5-10.3-41.2-31.6-46.4-57.3L128 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l128 0c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zm55.6 288l144.9 0L512 195.8 439.6 320zM512 416c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C627.2 382 574.9 416 512 416zM126.8 195.8L54.4 320l144.9 0L126.8 195.8zM.9 337.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C242 382 189.7 416 126.8 416S11.7 382 .9 337.1z"], + "gauge-simple-high": [512, 512, [61668, "tachometer", "tachometer-fast"], "f62a", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-15.9-5.8-30.4-15.3-41.6l76.6-147.4c6.1-11.8 1.5-26.3-10.2-32.4s-26.2-1.5-32.4 10.2L262.1 288.3c-2-.2-4-.3-6.1-.3c-35.3 0-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64z"], + "shower": [512, 512, [128703], "f2cc", "M64 131.9C64 112.1 80.1 96 99.9 96c9.5 0 18.6 3.8 25.4 10.5l16.2 16.2c-21 38.9-17.4 87.5 10.9 123L151 247c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L345 121c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-1.3 1.3c-35.5-28.3-84.2-31.9-123-10.9L170.5 61.3C151.8 42.5 126.4 32 99.9 32C44.7 32 0 76.7 0 131.9L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-316.1zM256 352a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm32-32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "desktop": [576, 512, [128421, 61704, "desktop-alt"], "f390", "M64 0C28.7 0 0 28.7 0 64L0 352c0 35.3 28.7 64 64 64l176 0-10.7 32L160 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-69.3 0L336 416l176 0c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64L64 0zM512 64l0 224L64 288 64 64l448 0z"], + "m": [448, 512, [109], "4d", "M22.7 33.4c13.5-4.1 28.1 1.1 35.9 12.9L224 294.3 389.4 46.3c7.8-11.7 22.4-17 35.9-12.9S448 49.9 448 64l0 384c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-278.3L250.6 369.8c-5.9 8.9-15.9 14.2-26.6 14.2s-20.7-5.3-26.6-14.2L64 169.7 64 448c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 64C0 49.9 9.2 37.5 22.7 33.4z"], + "table-list": [512, 512, ["th-list"], "f00b", "M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm64 0l0 64 64 0 0-64L64 96zm384 0L192 96l0 64 256 0 0-64zM64 224l0 64 64 0 0-64-64 0zm384 0l-256 0 0 64 256 0 0-64zM64 352l0 64 64 0 0-64-64 0zm384 0l-256 0 0 64 256 0 0-64z"], + "comment-sms": [512, 512, ["sms"], "f7cd", "M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM96 212.8c0-20.3 16.5-36.8 36.8-36.8l19.2 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-19.2 0c-2.7 0-4.8 2.2-4.8 4.8c0 1.6 .8 3.1 2.2 4l29.4 19.6c10.3 6.8 16.4 18.3 16.4 30.7c0 20.3-16.5 36.8-36.8 36.8L112 304c-8.8 0-16-7.2-16-16s7.2-16 16-16l27.2 0c2.7 0 4.8-2.2 4.8-4.8c0-1.6-.8-3.1-2.2-4l-29.4-19.6C102.2 236.7 96 225.2 96 212.8zM372.8 176l19.2 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-19.2 0c-2.7 0-4.8 2.2-4.8 4.8c0 1.6 .8 3.1 2.2 4l29.4 19.6c10.2 6.8 16.4 18.3 16.4 30.7c0 20.3-16.5 36.8-36.8 36.8L352 304c-8.8 0-16-7.2-16-16s7.2-16 16-16l27.2 0c2.7 0 4.8-2.2 4.8-4.8c0-1.6-.8-3.1-2.2-4l-29.4-19.6c-10.2-6.8-16.4-18.3-16.4-30.7c0-20.3 16.5-36.8 36.8-36.8zm-152 6.4L256 229.3l35.2-46.9c4.1-5.5 11.3-7.8 17.9-5.6s10.9 8.3 10.9 15.2l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-19.2 25.6c-3 4-7.8 6.4-12.8 6.4s-9.8-2.4-12.8-6.4L224 240l0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-6.9 4.4-13 10.9-15.2s13.7 .1 17.9 5.6z"], + "book": [448, 512, [128212], "f02d", "M96 0C43 0 0 43 0 96L0 416c0 53 43 96 96 96l288 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L384 0 96 0zm0 384l256 0 0 64L96 448c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16zm16 48l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "user-plus": [640, 512, [], "f234", "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM504 312l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"], + "check": [448, 512, [10003, 10004], "f00c", "M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"], + "battery-three-quarters": [576, 512, ["battery-4"], "f241", "M464 160c8.8 0 16 7.2 16 16l0 160c0 8.8-7.2 16-16 16L80 352c-8.8 0-16-7.2-16-16l0-160c0-8.8 7.2-16 16-16l384 0zM80 96C35.8 96 0 131.8 0 176L0 336c0 44.2 35.8 80 80 80l384 0c44.2 0 80-35.8 80-80l0-16c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-16c0-44.2-35.8-80-80-80L80 96zm272 96L96 192l0 128 256 0 0-128z"], + "house-circle-check": [640, 512, [], "e509", "M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 69.7c-.1 .9-.1 1.8-.1 2.8l0 112c0 22.1 17.9 40 40 40l16 0c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2l31.9 0 24 0c22.1 0 40-17.9 40-40l0-24 0-64c0-17.7 14.3-32 32-32l64 0 .7 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"], + "angle-left": [320, 512, [8249], "f104", "M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"], + "diagram-successor": [512, 512, [], "e47a", "M512 416l0-64c0-35.3-28.7-64-64-64L64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64zM64 160l0-64 144 0 16 0 0 64L64 160zm224 0l0-64 80 0c8.8 0 16 7.2 16 16l0 16-38.1 0c-21.4 0-32.1 25.9-17 41L399 239c9.4 9.4 24.6 9.4 33.9 0L503 169c15.1-15.1 4.4-41-17-41L448 128l0-16c0-44.2-35.8-80-80-80L224 32l-16 0L64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l160 0c35.3 0 64-28.7 64-64z"], + "truck-arrow-right": [640, 512, [], "e58b", "M0 48C0 21.5 21.5 0 48 0L368 0c26.5 0 48 21.5 48 48l0 48 50.7 0c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3l0 18.7 0 32 0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-26.5 0-48-21.5-48-48L0 48zM416 256l128 0 0-18.7L466.7 160 416 160l0 96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM257 95c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39L96 168c-13.3 0-24 10.7-24 24s10.7 24 24 24l166.1 0-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9L257 95z"], + "arrows-split-up-and-left": [512, 512, [], "e4bc", "M246.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L352 109.3 352 384c0 35.3 28.7 64 64 64l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-70.7 0-128-57.3-128-128c0-35.3-28.7-64-64-64l-114.7 0 41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L109.3 256 224 256c23.3 0 45.2 6.2 64 17.1l0-163.9-41.4 41.4z"], + "hand-fist": [448, 512, [9994, "fist-raised"], "f6de", "M192 0c17.7 0 32 14.3 32 32l0 112-64 0 0-112c0-17.7 14.3-32 32-32zM64 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 80-64 0 0-80zm192 0c0-17.7 14.3-32 32-32s32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96zm96 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6l0 8.6c0 52.3-25.1 98.8-64 128l0 96c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-78.4c-17.3-7.9-33.2-18.8-46.9-32.5L69.5 357.5C45.5 333.5 32 300.9 32 267l0-27c0-35.3 28.7-64 64-64l88 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-56 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l56 0c39.8 0 72-32.2 72-72z"], + "cloud-moon": [640, 512, [], "f6c3", "M495.8 0c5.5 0 10.9 .2 16.3 .7c7 .6 12.8 5.7 14.3 12.5s-1.6 13.9-7.7 17.3c-44.4 25.2-74.4 73-74.4 127.8c0 81 65.5 146.6 146.2 146.6c8.6 0 17-.7 25.1-2.1c6.9-1.2 13.8 2.2 17 8.5s1.9 13.8-3.1 18.7c-34.5 33.6-81.7 54.4-133.6 54.4c-9.3 0-18.4-.7-27.4-1.9c-11.2-22.6-29.8-40.9-52.6-51.7c-2.7-58.5-50.3-105.3-109.2-106.7c-1.7-10.4-2.6-21-2.6-31.8C304 86.1 389.8 0 495.8 0zM447.9 431.9c0 44.2-35.8 80-80 80L96 511.9c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z"], + "briefcase": [512, 512, [128188], "f0b1", "M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40L64 96C28.7 96 0 124.7 0 160l0 96 192 0 128 0 192 0 0-96c0-35.3-28.7-64-64-64l-64 0 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zM512 288l-192 0 0 32c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-32L0 288 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-128z"], + "person-falling": [512, 512, [], "e546", "M288 0c17.7 0 32 14.3 32 32l0 9.8c0 54.6-27.9 104.6-72.5 133.6l.2 .3L304.5 256l87.5 0c15.1 0 29.3 7.1 38.4 19.2l43.2 57.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4L384 320l-96 0-1.4 0 92.3 142.6c9.6 14.8 5.4 34.6-9.5 44.3s-34.6 5.4-44.3-9.5L164.5 249.2c-2.9 9.2-4.5 19-4.5 29l0 73.8c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-73.8c0-65.1 39.6-123.7 100.1-147.9C232.3 115.8 256 80.8 256 41.8l0-9.8c0-17.7 14.3-32 32-32zM112 32a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"], + "image-portrait": [384, 512, ["portrait"], "f3e0", "M384 64c0-35.3-28.7-64-64-64L64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-384zM128 192a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 356.6c0-37.9 30.7-68.6 68.6-68.6l86.9 0c37.9 0 68.6 30.7 68.6 68.6c0 15.1-12.3 27.4-27.4 27.4l-169.1 0C92.3 384 80 371.7 80 356.6z"], + "user-tag": [640, 512, [], "f507", "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c10 0 18.8-4.9 24.2-12.5l-99.2-99.2c-14.9-14.9-23.3-35.1-23.3-56.1l0-33c-15.9-4.7-32.8-7.2-50.3-7.2l-91.4 0zM384 224c-17.7 0-32 14.3-32 32l0 82.7c0 17 6.7 33.3 18.7 45.3L478.1 491.3c18.7 18.7 49.1 18.7 67.9 0l73.4-73.4c18.7-18.7 18.7-49.1 0-67.9L512 242.7c-12-12-28.3-18.7-45.3-18.7L384 224zm24 80a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"], + "rug": [640, 512, [], "e569", "M24 64l32 0 24 0 0 24 0 88 0 80 0 80 0 88 0 24-24 0-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-40-8 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-32-8 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-32-8 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-40-8 0C10.7 112 0 101.3 0 88S10.7 64 24 64zm88 0l416 0 0 384-416 0 0-384zM640 88c0 13.3-10.7 24-24 24l-8 0 0 40 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 32 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 32 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 40 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0-24 0 0-24 0-88 0-80 0-80 0-88 0-24 24 0 32 0c13.3 0 24 10.7 24 24z"], + "earth-europe": [512, 512, ["globe-europe"], "f7a2", "M266.3 48.3L232.5 73.6c-5.4 4-8.5 10.4-8.5 17.1l0 9.1c0 6.8 5.5 12.3 12.3 12.3c2.4 0 4.8-.7 6.8-2.1l41.8-27.9c2-1.3 4.4-2.1 6.8-2.1l1 0c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8l-19.9 19.9c-5.8 5.8-12.9 10.2-20.7 12.8l-26.5 8.8c-5.8 1.9-9.6 7.3-9.6 13.4c0 3.7-1.5 7.3-4.1 10l-17.9 17.9c-6.4 6.4-9.9 15-9.9 24l0 4.3c0 16.4 13.6 29.7 29.9 29.7c11 0 21.2-6.2 26.1-16l4-8.1c2.4-4.8 7.4-7.9 12.8-7.9c4.5 0 8.7 2.1 11.4 5.7l16.3 21.7c2.1 2.9 5.5 4.5 9.1 4.5c8.4 0 13.9-8.9 10.1-16.4l-1.1-2.3c-3.5-7 0-15.5 7.5-18l21.2-7.1c7.6-2.5 12.7-9.6 12.7-17.6c0-10.3 8.3-18.6 18.6-18.6l29.4 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-20.7 0c-7.2 0-14.2 2.9-19.3 8l-4.7 4.7c-2.1 2.1-3.3 5-3.3 8c0 6.2 5.1 11.3 11.3 11.3l11.3 0c6 0 11.8 2.4 16 6.6l6.5 6.5c1.8 1.8 2.8 4.3 2.8 6.8s-1 5-2.8 6.8l-7.5 7.5C386 262 384 266.9 384 272s2 10 5.7 13.7L408 304c10.2 10.2 24.1 16 38.6 16l7.3 0c6.5-20.2 10-41.7 10-64c0-111.4-87.6-202.4-197.7-207.7zm172 307.9c-3.7-2.6-8.2-4.1-13-4.1c-6 0-11.8-2.4-16-6.6L396 332c-7.7-7.7-18-12-28.9-12c-9.7 0-19.2-3.5-26.6-9.8L314 287.4c-11.6-9.9-26.4-15.4-41.7-15.4l-20.9 0c-12.6 0-25 3.7-35.5 10.7L188.5 301c-17.8 11.9-28.5 31.9-28.5 53.3l0 3.2c0 17 6.7 33.3 18.7 45.3l16 16c8.5 8.5 20 13.3 32 13.3l21.3 0c13.3 0 24 10.7 24 24c0 2.5 .4 5 1.1 7.3c71.3-5.8 132.5-47.6 165.2-107.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM187.3 100.7c-6.2-6.2-16.4-6.2-22.6 0l-32 32c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l32-32c6.2-6.2 6.2-16.4 0-22.6z"], + "cart-flatbed-suitcase": [640, 512, ["luggage-cart"], "f59d", "M0 32C0 14.3 14.3 0 32 0L48 0c44.2 0 80 35.8 80 80l0 288c0 8.8 7.2 16 16 16l464 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-66.7 0c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16l-197.5 0c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16L144 448c-44.2 0-80-35.8-80-80L64 80c0-8.8-7.2-16-16-16L32 64C14.3 64 0 49.7 0 32zM432 96l0-40c0-4.4-3.6-8-8-8l-80 0c-4.4 0-8 3.6-8 8l0 40 96 0zM288 96l0-40c0-30.9 25.1-56 56-56l80 0c30.9 0 56 25.1 56 56l0 40 0 224-192 0 0-224zM512 320l0-224 16 0c26.5 0 48 21.5 48 48l0 128c0 26.5-21.5 48-48 48l-16 0zM240 96l16 0 0 224-16 0c-26.5 0-48-21.5-48-48l0-128c0-26.5 21.5-48 48-48z"], + "rectangle-xmark": [512, 512, [62164, "rectangle-times", "times-rectangle", "window-close"], "f410", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"], + "baht-sign": [320, 512, [], "e0ac", "M144 0c-17.7 0-32 14.3-32 32l0 32L37.6 64C16.8 64 0 80.8 0 101.6L0 224l0 41.7L0 288 0 406.3c0 23 18.7 41.7 41.7 41.7l70.3 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 32 0c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1C280.3 222.6 288 200.2 288 176c0-61.9-50.1-112-112-112l0-32c0-17.7-14.3-32-32-32zM112 128l0 96-48 0 0-96 48 0zm64 96l0-96c26.5 0 48 21.5 48 48s-21.5 48-48 48zm-64 64l0 96-48 0 0-96 48 0zm64 96l0-96 32 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-32 0z"], + "book-open": [576, 512, [128214, 128366], "f518", "M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5l0-377.4c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32C93.5 32 46.3 45.3 18.1 56.1C6.8 60.5 0 71.7 0 83.8L0 454.1c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5zm76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6c11.3 3.8 24.1-4.6 24.1-16.5l0-370.3c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6c-3.3 2.6-5 6.8-5 11L304 456c0 11.4 11.7 19.3 22.4 15.5z"], + "book-journal-whills": [448, 512, ["journal-whills"], "f66a", "M0 96C0 43 43 0 96 0L384 0l32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32zm90.4-234.4l-21.2-21.2c-3 10.1-5.1 20.6-5.1 31.6c0 .2 0 .5 .1 .8s.1 .5 .1 .8L165.2 226c2.5 2.1 3.4 5.8 2.3 8.9c-1.3 3-4.1 5.1-7.5 5.1c-1.9-.1-3.8-.8-5.2-2l-23.6-20.6C142.8 267 186.9 304 240 304s97.3-37 108.9-86.6L325.3 238c-1.4 1.2-3.3 2-5.3 2c-2.2-.1-4.4-1.1-6-2.8c-1.2-1.5-1.9-3.4-2-5.2c.1-2.2 1.1-4.4 2.8-6l37.1-32.5c0-.3 0-.5 .1-.8s.1-.5 .1-.8c0-11-2.1-21.5-5.1-31.6l-21.2 21.2c-3.1 3.1-8.1 3.1-11.3 0s-3.1-8.1 0-11.2l26.4-26.5c-8.2-17-20.5-31.7-35.9-42.6c-2.7-1.9-6.2 1.4-5 4.5c8.5 22.4 3.6 48-13 65.6c-3.2 3.4-3.6 8.9-.9 12.7c9.8 14 12.7 31.9 7.5 48.5c-5.9 19.4-22 34.1-41.9 38.3l-1.4-34.3 12.6 8.6c.6 .4 1.5 .6 2.3 .6c1.5 0 2.7-.8 3.5-2s.6-2.8-.1-4L260 225.4l18-3.6c1.8-.4 3.1-2.1 3.1-4s-1.4-3.5-3.1-3.9l-18-3.7 8.5-14.3c.8-1.2 .9-2.9 .1-4.1s-2-2-3.5-2l-.1 0c-.7 .1-1.5 .3-2.1 .7l-14.1 9.6L244 87.9c-.1-2.2-1.9-3.9-4-3.9s-3.9 1.6-4 3.9l-4.6 110.8-12-8.1c-1.5-1.1-3.6-.9-5 .4s-1.6 3.4-.8 5l8.6 14.3-18 3.7c-1.8 .4-3.1 2-3.1 3.9s1.4 3.6 3.1 4l18 3.8-8.6 14.2c-.2 .6-.5 1.4-.5 2c0 1.1 .5 2.1 1.2 3c.8 .6 1.8 1 2.8 1c.7 0 1.6-.2 2.2-.6l10.4-7.1-1.4 32.8c-19.9-4.1-36-18.9-41.9-38.3c-5.1-16.6-2.2-34.4 7.6-48.5c2.7-3.9 2.3-9.3-.9-12.7c-16.6-17.5-21.6-43.1-13.1-65.5c1.2-3.1-2.3-6.4-5-4.5c-15.3 10.9-27.6 25.6-35.8 42.6l26.4 26.5c3.1 3.1 3.1 8.1 0 11.2s-8.1 3.1-11.2 0z"], + "handcuffs": [640, 512, [], "e4f8", "M240 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM192 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32 80c17.7 0 32 14.3 32 32l8 0c13.3 0 24 10.7 24 24l0 16c0 1.7-.2 3.4-.5 5.1C280.3 229.6 320 286.2 320 352c0 88.4-71.6 160-160 160S0 440.4 0 352c0-65.8 39.7-122.4 96.5-146.9c-.4-1.6-.5-3.3-.5-5.1l0-16c0-13.3 10.7-24 24-24l8 0c0-17.7 14.3-32 32-32zm0 320a96 96 0 1 0 0-192 96 96 0 1 0 0 192zm192-96c0-25.9-5.1-50.5-14.4-73.1c16.9-32.9 44.8-59.1 78.9-73.9c-.4-1.6-.5-3.3-.5-5.1l0-16c0-13.3 10.7-24 24-24l8 0c0-17.7 14.3-32 32-32s32 14.3 32 32l8 0c13.3 0 24 10.7 24 24l0 16c0 1.7-.2 3.4-.5 5.1C600.3 229.6 640 286.2 640 352c0 88.4-71.6 160-160 160c-62 0-115.8-35.3-142.4-86.9c9.3-22.5 14.4-47.2 14.4-73.1zm224 0a96 96 0 1 0 -192 0 96 96 0 1 0 192 0zM368 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm80 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "triangle-exclamation": [512, 512, [9888, "exclamation-triangle", "warning"], "f071", "M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"], + "database": [448, 512, [], "f1c0", "M448 80l0 48c0 44.2-100.3 80-224 80S0 172.2 0 128L0 80C0 35.8 100.3 0 224 0S448 35.8 448 80zM393.2 214.7c20.8-7.4 39.9-16.9 54.8-28.6L448 288c0 44.2-100.3 80-224 80S0 332.2 0 288L0 186.1c14.9 11.8 34 21.2 54.8 28.6C99.7 230.7 159.5 240 224 240s124.3-9.3 169.2-25.3zM0 346.1c14.9 11.8 34 21.2 54.8 28.6C99.7 390.7 159.5 400 224 400s124.3-9.3 169.2-25.3c20.8-7.4 39.9-16.9 54.8-28.6l0 85.9c0 44.2-100.3 80-224 80S0 476.2 0 432l0-85.9z"], + "share": [512, 512, ["mail-forward"], "f064", "M307 34.8c-11.5 5.1-19 16.6-19 29.2l0 64-112 0C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96l96 0 0 64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z"], + "bottle-droplet": [320, 512, [], "e4c4", "M96 0C82.7 0 72 10.7 72 24s10.7 24 24 24c4.4 0 8 3.6 8 8l0 64.9c0 12.2-7.2 23.1-17.2 30.1C53.7 174.1 32 212.5 32 256l0 192c0 35.3 28.7 64 64 64l128 0c35.3 0 64-28.7 64-64l0-192c0-43.5-21.7-81.9-54.8-105c-10-7-17.2-17.9-17.2-30.1L216 56c0-4.4 3.6-8 8-8c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0s0 0 0 0s0 0 0 0L104 0s0 0 0 0s0 0 0 0L96 0zm64 382c-26.5 0-48-20.1-48-45c0-16.8 22.1-48.1 36.3-66.4c6-7.8 17.5-7.8 23.5 0C185.9 288.9 208 320.2 208 337c0 24.9-21.5 45-48 45z"], + "mask-face": [640, 512, [], "e1d7", "M320 64c-27.2 0-53.8 8-76.4 23.1l-37.1 24.8c-15.8 10.5-34.3 16.1-53.3 16.1l-9.2 0-16 0-72 0c-30.9 0-56 25.1-56 56l0 85c0 55.1 37.5 103.1 90.9 116.4l108 27C233.8 435 275.4 448 320 448s86.2-13 121.1-35.5l108-27C602.5 372.1 640 324.1 640 269l0-85c0-30.9-25.1-56-56-56l-72 0-16 0-9.2 0c-19 0-37.5-5.6-53.3-16.1L396.4 87.1C373.8 72 347.2 64 320 64zM132.3 346.3l-29.8-7.4C70.5 330.9 48 302.1 48 269l0-85c0-4.4 3.6-8 8-8l40 0 0 48c0 45.1 13.4 87.2 36.3 122.3zm405.1-7.4l-29.8 7.4c23-35.2 36.3-77.2 36.3-122.3l0-48 40 0c4.4 0 8 3.6 8 8l0 85c0 33-22.5 61.8-54.5 69.9zM192 208c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16zm16 48l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 80c0-8.8 7.2-16 16-16l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16z"], + "hill-rockslide": [576, 512, [], "e508", "M252.4 103.8l27 48c2.8 5 8.2 8.2 13.9 8.2l53.3 0c5.8 0 11.1-3.1 13.9-8.2l27-48c2.7-4.9 2.7-10.8 0-15.7l-27-48c-2.8-5-8.2-8.2-13.9-8.2l-53.3 0c-5.8 0-11.1 3.1-13.9 8.2l-27 48c-2.7 4.9-2.7 10.8 0 15.7zM68.3 87C43.1 61.8 0 79.7 0 115.3L0 432c0 44.2 35.8 80 80 80l316.7 0c35.6 0 53.5-43.1 28.3-68.3L68.3 87zM504.2 403.6c4.9 2.7 10.8 2.7 15.7 0l48-27c5-2.8 8.2-8.2 8.2-13.9l0-53.3c0-5.8-3.1-11.1-8.2-13.9l-48-27c-4.9-2.7-10.8-2.7-15.7 0l-48 27c-5 2.8-8.2 8.2-8.2 13.9l0 53.3c0 5.8 3.1 11.1 8.2 13.9l48 27zM192 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "right-left": [512, 512, ["exchange-alt"], "f362", "M32 96l320 0 0-64c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l96 96c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-96 96c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6l0-64L32 160c-17.7 0-32-14.3-32-32s14.3-32 32-32zM480 352c17.7 0 32 14.3 32 32s-14.3 32-32 32l-320 0 0 64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-96-96c-6-6-9.4-14.1-9.4-22.6s3.4-16.6 9.4-22.6l96-96c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 64 320 0z"], + "paper-plane": [512, 512, [61913], "f1d8", "M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480l0-83.6c0-4 1.5-7.8 4.2-10.8L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z"], + "road-circle-exclamation": [640, 512, [], "e565", "M213.2 32L288 32l0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 74.8 0c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8l0-42.8c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32l0 64L86.6 480C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z"], + "dungeon": [512, 512, [], "f6d9", "M336.6 156.5c1.3 1.1 2.7 2.2 3.9 3.3c9.3 8.2 23 10.5 33.4 3.6l67.6-45.1c11.4-7.6 14.2-23.2 5.1-33.4C430 66.6 410.9 50.6 389.7 37.6c-11.9-7.3-26.9-1.4-32.1 11.6l-30.5 76.2c-4.5 11.1 .2 23.6 9.5 31.2zM328 36.8c5.1-12.8-1.6-27.4-15-30.5C294.7 2.2 275.6 0 256 0s-38.7 2.2-57 6.4C185.5 9.4 178.8 24 184 36.8l30.3 75.8c4.5 11.3 16.8 17.2 29 16c4.2-.4 8.4-.6 12.7-.6s8.6 .2 12.7 .6c12.1 1.2 24.4-4.7 29-16L328 36.8zM65.5 85c-9.1 10.2-6.3 25.8 5.1 33.4l67.6 45.1c10.3 6.9 24.1 4.6 33.4-3.6c1.3-1.1 2.6-2.3 4-3.3c9.3-7.5 13.9-20.1 9.5-31.2L154.4 49.2c-5.2-12.9-20.3-18.8-32.1-11.6C101.1 50.6 82 66.6 65.5 85zm314 137.1c.9 3.3 1.7 6.6 2.3 10c2.5 13 13 23.9 26.2 23.9l80 0c13.3 0 24.1-10.8 22.9-24c-2.5-27.2-9.3-53.2-19.7-77.3c-5.5-12.9-21.4-16.6-33.1-8.9l-68.6 45.7c-9.8 6.5-13.2 19.2-10 30.5zM53.9 145.8c-11.6-7.8-27.6-4-33.1 8.9C10.4 178.8 3.6 204.8 1.1 232c-1.2 13.2 9.6 24 22.9 24l80 0c13.3 0 23.8-10.8 26.2-23.9c.6-3.4 1.4-6.7 2.3-10c3.1-11.4-.2-24-10-30.5L53.9 145.8zM104 288l-80 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24zm304 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-80 0zM24 416c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-80 0zm384 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-80 0zM272 192c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 272c0 8.8 7.2 16 16 16s16-7.2 16-16l0-272zm-64 32c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 240c0 8.8 7.2 16 16 16s16-7.2 16-16l0-240zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 240c0 8.8 7.2 16 16 16s16-7.2 16-16l0-240z"], + "align-right": [448, 512, [], "f038", "M448 64c0 17.7-14.3 32-32 32L192 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"], + "money-bill-1-wave": [576, 512, ["money-bill-wave-alt"], "f53b", "M0 112.5L0 422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4l0-309.9c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM128 416l-64 0 0-64c35.3 0 64 28.7 64 64zM64 224l0-64 64 0c0 35.3-28.7 64-64 64zM448 352c0-35.3 28.7-64 64-64l0 64-64 0zm64-192c-35.3 0-64-28.7-64-64l64 0 0 64zM384 256c0 61.9-43 112-96 112s-96-50.1-96-112s43-112 96-112s96 50.1 96 112zM252 208c0 9.7 6.9 17.7 16 19.6l0 48.4-4 0c-11 0-20 9-20 20s9 20 20 20l24 0 24 0c11 0 20-9 20-20s-9-20-20-20l-4 0 0-68c0-11-9-20-20-20l-16 0c-11 0-20 9-20 20z"], + "life-ring": [512, 512, [], "f1cd", "M367.2 412.5C335.9 434.9 297.5 448 256 448s-79.9-13.1-111.2-35.5l58-58c15.8 8.6 34 13.5 53.3 13.5s37.4-4.9 53.3-13.5l58 58zm90.7 .8c33.8-43.4 54-98 54-157.3s-20.2-113.9-54-157.3c9-12.5 7.9-30.1-3.4-41.3S425.8 45 413.3 54C369.9 20.2 315.3 0 256 0S142.1 20.2 98.7 54c-12.5-9-30.1-7.9-41.3 3.4S45 86.2 54 98.7C20.2 142.1 0 196.7 0 256s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3S86.2 467 98.7 458c43.4 33.8 98 54 157.3 54s113.9-20.2 157.3-54c12.5 9 30.1 7.9 41.3-3.4s12.4-28.8 3.4-41.3zm-45.5-46.1l-58-58c8.6-15.8 13.5-34 13.5-53.3s-4.9-37.4-13.5-53.3l58-58C434.9 176.1 448 214.5 448 256s-13.1 79.9-35.5 111.2zM367.2 99.5l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C176.1 77.1 214.5 64 256 64s79.9 13.1 111.2 35.5zM157.5 309.3l-58 58C77.1 335.9 64 297.5 64 256s13.1-79.9 35.5-111.2l58 58c-8.6 15.8-13.5 34-13.5 53.3s4.9 37.4 13.5 53.3zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"], + "hands": [576, 512, ["sign-language", "signing"], "f2a7", "M544 160l-.1 72.6c-.1 52.2-24 101-64 133.1c.1-1.9 .1-3.8 .1-5.7l0-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4L248.7 48.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8l78 135.1c3.3 5.7 10.7 7.7 16.4 4.4s7.7-10.7 4.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8S362 5 368.6 16.5l68 117.8s0 0 0 0s0 0 0 0l43.3 75L480 160c0-17.7 14.4-32 32-32s32 14.4 32 32zM243.9 88.5L268.5 131c-13.9 4.5-26.4 13.7-34.7 27c-.9 1.4-1.7 2.9-2.5 4.4l-28.9-50c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l26.8 46.4c.6 6 2.1 11.8 4.3 17.4l-4.7 0-13.3 0s0 0 0 0L179 216l-23-39.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zM260.9 175c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C416.7 234.7 448 291.2 448 352l0 8c0 83.9-68.1 152-152 152l-176 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l92 0c6.6 0 12-5.4 12-12s-5.4-12-12-12L88 440c-13.3 0-24-10.7-24-24s10.7-24 24-24l124 0c6.6 0 12-5.4 12-12s-5.4-12-12-12L56 368c-13.3 0-24-10.7-24-24s10.7-24 24-24l156 0c6.6 0 12-5.4 12-12s-5.4-12-12-12L88 296c-13.3 0-24-10.7-24-24s10.7-24 24-24l136 0s0 0 0 0s0 0 0 0l93.2 0L271 219.1c-15-9.4-19.5-29.1-10.2-44.1z"], + "calendar-day": [448, 512, [], "f783", "M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm80 64c-8.8 0-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16l0-96c0-8.8-7.2-16-16-16l-96 0z"], + "water-ladder": [576, 512, ["ladder-water", "swimming-pool"], "f5c5", "M128 127.7C128 74.9 170.9 32 223.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7l0 96.3 192 0 0-96.3C384 74.9 426.9 32 479.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7L448 361c-1.6 1-3.3 2-4.8 3.1c-18 12.4-40.1 20.3-59.2 20.3c0 0 0 0 0 0l0-96.5-192 0 0 96.5c-19 0-41.2-7.9-59.1-20.3c-1.6-1.1-3.2-2.2-4.9-3.1l0-233.3zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"], + "arrows-up-down": [320, 512, ["arrows-v"], "f07d", "M182.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L128 109.3l0 293.5L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7l0-293.5 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96z"], + "face-grimace": [512, 512, [128556, "grimace"], "f57f", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm96-112l-8 0 0-40 55.3 0c-3.8 22.7-23.6 40-47.3 40zm47.3-56L344 344l0-40 8 0c23.8 0 43.5 17.3 47.3 40zM328 344l-64 0 0-40 64 0 0 40zm0 56l-64 0 0-40 64 0 0 40zm-80-96l0 40-64 0 0-40 64 0zm0 56l0 40-64 0 0-40 64 0zm-80-16l-55.3 0c3.8-22.7 23.6-40 47.3-40l8 0 0 40zm0 56l-8 0c-23.8 0-43.5-17.3-47.3-40l55.3 0 0 40zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "wheelchair-move": [448, 512, ["wheelchair-alt"], "e2ce", "M320 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM204.5 121.3c-5.4-2.5-11.7-1.9-16.4 1.7l-40.9 30.7c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l40.9-30.7c23.7-17.8 55.3-21 82.1-8.4l90.4 42.5c29.1 13.7 36.8 51.6 15.2 75.5L299.1 224l97.4 0c30.3 0 53 27.7 47.1 57.4L415.4 422.3c-3.5 17.3-20.3 28.6-37.7 25.1s-28.6-20.3-25.1-37.7L377 288l-70.3 0c8.6 19.6 13.3 41.2 13.3 64c0 88.4-71.6 160-160 160S0 440.4 0 352s71.6-160 160-160c11.1 0 22 1.1 32.4 3.3l54.2-54.2-42.1-19.8zM160 448a96 96 0 1 0 0-192 96 96 0 1 0 0 192z"], + "turn-down": [384, 512, [10549, "level-down-alt"], "f3be", "M350 334.5c3.8 8.8 2 19-4.6 26l-136 144c-4.5 4.8-10.8 7.5-17.4 7.5s-12.9-2.7-17.4-7.5l-136-144c-6.6-7-8.4-17.2-4.6-26s12.5-14.5 22-14.5l88 0 0-192c0-17.7-14.3-32-32-32L32 96C14.3 96 0 81.7 0 64L0 32C0 14.3 14.3 0 32 0l80 0c70.7 0 128 57.3 128 128l0 192 88 0c9.6 0 18.2 5.7 22 14.5z"], + "person-walking-arrow-right": [640, 512, [], "e552", "M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224 384 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l146.7 0-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80z"], + "square-envelope": [448, 512, ["envelope-square"], "f199", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM218 271.7L64.2 172.4C66 156.4 79.5 144 96 144l256 0c16.5 0 30 12.4 31.8 28.4L230 271.7c-1.8 1.2-3.9 1.8-6 1.8s-4.2-.6-6-1.8zm29.4 26.9L384 210.4 384 336c0 17.7-14.3 32-32 32L96 368c-17.7 0-32-14.3-32-32l0-125.6 136.6 88.2c7 4.5 15.1 6.9 23.4 6.9s16.4-2.4 23.4-6.9z"], + "dice": [640, 512, [127922], "f522", "M274.9 34.3c-28.1-28.1-73.7-28.1-101.8 0L34.3 173.1c-28.1 28.1-28.1 73.7 0 101.8L173.1 413.7c28.1 28.1 73.7 28.1 101.8 0L413.7 274.9c28.1-28.1 28.1-73.7 0-101.8L274.9 34.3zM200 224a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM96 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 376a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM352 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 120a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm96 328c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-114.3 0c11.6 36 3.1 77-25.4 105.5L320 413.8l0 34.2zM480 328a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"], + "bowling-ball": [512, 512, [], "f436", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM240 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM208 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-64-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "brain": [512, 512, [129504], "f5dc", "M184 0c30.9 0 56 25.1 56 56l0 400c0 30.9-25.1 56-56 56c-28.9 0-52.7-21.9-55.7-50.1c-5.2 1.4-10.7 2.1-16.3 2.1c-35.3 0-64-28.7-64-64c0-7.4 1.3-14.6 3.6-21.2C21.4 367.4 0 338.2 0 304c0-31.9 18.7-59.5 45.8-72.3C37.1 220.8 32 207 32 192c0-30.7 21.6-56.3 50.4-62.6C80.8 123.9 80 118 80 112c0-29.9 20.6-55.1 48.3-62.1C131.3 21.9 155.1 0 184 0zM328 0c28.9 0 52.6 21.9 55.7 49.9c27.8 7 48.3 32.1 48.3 62.1c0 6-.8 11.9-2.4 17.4c28.8 6.2 50.4 31.9 50.4 62.6c0 15-5.1 28.8-13.8 39.7C493.3 244.5 512 272.1 512 304c0 34.2-21.4 63.4-51.6 74.8c2.3 6.6 3.6 13.8 3.6 21.2c0 35.3-28.7 64-64 64c-5.6 0-11.1-.7-16.3-2.1c-3 28.2-26.8 50.1-55.7 50.1c-30.9 0-56-25.1-56-56l0-400c0-30.9 25.1-56 56-56z"], + "bandage": [640, 512, [129657, "band-aid"], "f462", "M480 416l96 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-96 0 0 320zM448 96L192 96l0 320 256 0 0-320zM64 96C28.7 96 0 124.7 0 160L0 352c0 35.3 28.7 64 64 64l96 0 0-320L64 96zM248 208a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM248 304a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"], + "calendar-minus": [448, 512, [], "f272", "M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zM312 376c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0z"], + "circle-xmark": [512, 512, [61532, "times-circle", "xmark-circle"], "f057", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"], + "gifts": [640, 512, [], "f79c", "M200.6 32C205 19.5 198.5 5.8 186 1.4S159.8 3.5 155.4 16L144.7 46.2l-9.9-29.8C130.6 3.8 117-3 104.4 1.2S85 19 89.2 31.6l8.3 25-27.4-20c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5L70.2 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l152.6 0c-5.4-9.4-8.6-20.3-8.6-32l0-224c0-29.9 20.5-55 48.2-62c1.8-31 17.1-58.2 40.1-76.1C271.7 104.7 256.9 96 240 96l-22.2 0 28.3-20.6c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3L192.5 55.1 200.6 32zM363.5 185.5L393.1 224 344 224c-13.3 0-24-10.7-24-24c0-13.1 10.8-24 24.2-24c7.6 0 14.7 3.5 19.3 9.5zM272 200c0 8.4 1.4 16.5 4.1 24l-4.1 0c-26.5 0-48 21.5-48 48l0 80 192 0 0-96 32 0 0 96 192 0 0-80c0-26.5-21.5-48-48-48l-4.1 0c2.7-7.5 4.1-15.6 4.1-24c0-39.9-32.5-72-72.2-72c-22.4 0-43.6 10.4-57.3 28.2L432 195.8l-30.5-39.6c-13.7-17.8-35-28.2-57.3-28.2c-39.7 0-72.2 32.1-72.2 72zM224 464c0 26.5 21.5 48 48 48l144 0 0-128-192 0 0 80zm224 48l144 0c26.5 0 48-21.5 48-48l0-80-192 0 0 128zm96-312c0 13.3-10.7 24-24 24l-49.1 0 29.6-38.5c4.6-5.9 11.7-9.5 19.3-9.5c13.4 0 24.2 10.9 24.2 24z"], + "hotel": [512, 512, [127976], "f594", "M0 32C0 14.3 14.3 0 32 0L480 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 384c17.7 0 32 14.3 32 32s-14.3 32-32 32l-176 0 0-48c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 48L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32L32 64C14.3 64 0 49.7 0 32zm96 80l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM240 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM112 192c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM328 384c13.3 0 24.3-10.9 21-23.8c-10.6-41.5-48.2-72.2-93-72.2s-82.5 30.7-93 72.2c-3.3 12.8 7.8 23.8 21 23.8l144 0z"], + "earth-asia": [512, 512, [127759, "globe-asia"], "f57e", "M51.7 295.1l31.7 6.3c7.9 1.6 16-.9 21.7-6.6l15.4-15.4c11.6-11.6 31.1-8.4 38.4 6.2l9.3 18.5c4.8 9.6 14.6 15.7 25.4 15.7c15.2 0 26.1-14.6 21.7-29.2l-6-19.9c-4.6-15.4 6.9-30.9 23-30.9l2.3 0c13.4 0 25.9-6.7 33.3-17.8l10.7-16.1c5.6-8.5 5.3-19.6-.8-27.7l-16.1-21.5c-10.3-13.7-3.3-33.5 13.4-37.7l17-4.3c7.5-1.9 13.6-7.2 16.5-14.4l16.4-40.9C303.4 52.1 280.2 48 256 48C141.1 48 48 141.1 48 256c0 13.4 1.3 26.5 3.7 39.1zm407.7 4.6c-3-.3-6-.1-9 .8l-15.8 4.4c-6.7 1.9-13.8-.9-17.5-6.7l-2-3.1c-6-9.4-16.4-15.1-27.6-15.1s-21.6 5.7-27.6 15.1l-6.1 9.5c-1.4 2.2-3.4 4.1-5.7 5.3L312 330.1c-18.1 10.1-25.5 32.4-17 51.3l5.5 12.4c8.6 19.2 30.7 28.5 50.5 21.1l2.6-1c10-3.7 21.3-2.2 29.9 4.1l1.5 1.1c37.2-29.5 64.1-71.4 74.4-119.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm144.5 92.1c-2.1 8.6 3.1 17.3 11.6 19.4l32 8c8.6 2.1 17.3-3.1 19.4-11.6s-3.1-17.3-11.6-19.4l-32-8c-8.6-2.1-17.3 3.1-19.4 11.6zm92-20c-2.1 8.6 3.1 17.3 11.6 19.4s17.3-3.1 19.4-11.6l8-32c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-8 32zM343.2 113.7c-7.9-4-17.5-.7-21.5 7.2l-16 32c-4 7.9-.7 17.5 7.2 21.5s17.5 .7 21.5-7.2l16-32c4-7.9 .7-17.5-7.2-21.5z"], + "id-card-clip": [576, 512, ["id-card-alt"], "f47f", "M256 0l64 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zM64 64l128 0 0 48c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-48 128 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64zM176 437.3c0 5.9 4.8 10.7 10.7 10.7l202.7 0c5.9 0 10.7-4.8 10.7-10.7c0-29.5-23.9-53.3-53.3-53.3l-117.3 0c-29.5 0-53.3 23.9-53.3 53.3zM288 352a64 64 0 1 0 0-128 64 64 0 1 0 0 128z"], + "magnifying-glass-plus": [512, 512, ["search-plus"], "f00e", "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z"], + "thumbs-up": [512, 512, [128077, 61575], "f164", "M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2l144 0c26.5 0 48 21.5 48 48c0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1c4.4 7.3 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48l-97.5 0c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3l0-38.3 0-48 0-24.9c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192l64 0c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32L0 224c0-17.7 14.3-32 32-32z"], + "user-clock": [640, 512, [], "f4fd", "M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304l91.4 0c20.6 0 40.4 3.5 58.8 9.9C323 331 320 349.1 320 368c0 59.5 29.5 112.1 74.8 144L29.7 512C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-80c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0-48c0-8.8-7.2-16-16-16z"], + "hand-dots": [512, 512, ["allergies"], "f461", "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 272c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64l19.2 0c97.2 0 176-78.8 176-176l0-208c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208zM240 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80 16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48-16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-16 80a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM240 432a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-48-48a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"], + "file-invoice": [384, 512, [], "f570", "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM80 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 96l192 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L96 352c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zm0 32l0 64 192 0 0-64L96 256zM240 416l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"], + "window-minimize": [512, 512, [128469], "f2d1", "M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l448 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416z"], + "mug-saucer": [640, 512, ["coffee"], "f0f4", "M96 64c0-17.7 14.3-32 32-32l320 0 64 0c70.7 0 128 57.3 128 128s-57.3 128-128 128l-32 0c0 53-43 96-96 96l-192 0c-53 0-96-43-96-96L96 64zM480 224l32 0c35.3 0 64-28.7 64-64s-28.7-64-64-64l-32 0 0 128zM32 416l512 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32z"], + "brush": [384, 512, [], "f55d", "M162.4 6c-1.5-3.6-5-6-8.9-6l-19 0c-3.9 0-7.5 2.4-8.9 6L104.9 57.7c-3.2 8-14.6 8-17.8 0L66.4 6c-1.5-3.6-5-6-8.9-6L48 0C21.5 0 0 21.5 0 48L0 224l0 22.4L0 256l9.6 0 364.8 0 9.6 0 0-9.6 0-22.4 0-176c0-26.5-21.5-48-48-48L230.5 0c-3.9 0-7.5 2.4-8.9 6L200.9 57.7c-3.2 8-14.6 8-17.8 0L162.4 6zM0 288l0 32c0 35.3 28.7 64 64 64l64 0 0 64c0 35.3 28.7 64 64 64s64-28.7 64-64l0-64 64 0c35.3 0 64-28.7 64-64l0-32L0 288zM192 432a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"], + "mask": [576, 512, [], "f6fa", "M288 64C64 64 0 160 0 272S80 448 176 448l8.4 0c24.2 0 46.4-13.7 57.2-35.4l23.2-46.3c4.4-8.8 13.3-14.3 23.2-14.3s18.8 5.5 23.2 14.3l23.2 46.3c10.8 21.7 33 35.4 57.2 35.4l8.4 0c96 0 176-64 176-176s-64-208-288-208zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm320-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"], + "magnifying-glass-minus": [512, 512, ["search-minus"], "f010", "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM136 184c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"], + "ruler-vertical": [256, 512, [], "f548", "M0 48C0 21.5 21.5 0 48 0L208 0c26.5 0 48 21.5 48 48l0 48-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 64-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 64-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 64-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 48c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 48z"], + "user-large": [512, 512, ["user-alt"], "f406", "M256 288A144 144 0 1 0 256 0a144 144 0 1 0 0 288zm-94.7 32C72.2 320 0 392.2 0 481.3c0 17 13.8 30.7 30.7 30.7l450.6 0c17 0 30.7-13.8 30.7-30.7C512 392.2 439.8 320 350.7 320l-189.4 0z"], + "train-tram": [448, 512, [128650], "e5b4", "M86.8 48c-12.2 0-23.6 5.5-31.2 15L42.7 79C34.5 89.3 19.4 91 9 82.7S-3 59.4 5.3 49L18 33C34.7 12.2 60 0 86.8 0L361.2 0c26.7 0 52 12.2 68.7 33l12.8 16c8.3 10.4 6.6 25.5-3.8 33.7s-25.5 6.6-33.7-3.7L392.5 63c-7.6-9.5-19.1-15-31.2-15L248 48l0 48 40 0c53 0 96 43 96 96l0 160c0 30.6-14.3 57.8-36.6 75.4l65.5 65.5c7.1 7.1 2.1 19.1-7.9 19.1l-39.7 0c-8.5 0-16.6-3.4-22.6-9.4L288 448l-128 0-54.6 54.6c-6 6-14.1 9.4-22.6 9.4L43 512c-10 0-15-12.1-7.9-19.1l65.5-65.5C78.3 409.8 64 382.6 64 352l0-160c0-53 43-96 96-96l40 0 0-48L86.8 48zM160 160c-17.7 0-32 14.3-32 32l0 32c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-32c0-17.7-14.3-32-32-32l-128 0zm32 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"], + "user-nurse": [448, 512, [], "f82f", "M96 128l0-57.8c0-13.3 8.3-25.3 20.8-30l96-36c7.2-2.7 15.2-2.7 22.5 0l96 36c12.5 4.7 20.8 16.6 20.8 30l0 57.8-.3 0c.2 2.6 .3 5.3 .3 8l0 40c0 70.7-57.3 128-128 128s-128-57.3-128-128l0-40c0-2.7 .1-5.4 .3-8l-.3 0zm48 48c0 44.2 35.8 80 80 80s80-35.8 80-80l0-16-160 0 0 16zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7L30.7 512C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6zM208 48l0 16-16 0c-4.4 0-8 3.6-8 8l0 16c0 4.4 3.6 8 8 8l16 0 0 16c0 4.4 3.6 8 8 8l16 0c4.4 0 8-3.6 8-8l0-16 16 0c4.4 0 8-3.6 8-8l0-16c0-4.4-3.6-8-8-8l-16 0 0-16c0-4.4-3.6-8-8-8l-16 0c-4.4 0-8 3.6-8 8z"], + "syringe": [512, 512, [128137], "f48e", "M441 7l32 32 32 32c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15L417.9 128l55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-72-72L295 73c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l55 55L422.1 56 407 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0zM210.3 155.7l61.1-61.1c.3 .3 .6 .7 1 1l16 16 56 56 56 56 16 16c.3 .3 .6 .6 1 1l-191 191c-10.5 10.5-24.7 16.4-39.6 16.4l-88.8 0L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57 0-88.8c0-14.9 5.9-29.1 16.4-39.6l43.3-43.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57z"], + "cloud-sun": [640, 512, [9925], "f6c4", "M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l14.1 84.7 84.7 14.1c5.4 .9 10 4.5 12.1 9.6s1.5 10.9-1.6 15.4l-38.5 55c-2.2-.1-4.4-.2-6.7-.2c-23.3 0-45.1 6.2-64 17.1l0-1.1c0-53-43-96-96-96s-96 43-96 96s43 96 96 96c8.1 0 15.9-1 23.4-2.9c-36.6 18.1-63.3 53.1-69.8 94.9l-24.4 17c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM144 208a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM639.9 431.9c0 44.2-35.8 80-80 80l-271.9 0c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z"], + "stopwatch-20": [448, 512, [], "e06f", "M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 34.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6L256 64l16 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L176 0zM288 204c28.7 0 52 23.3 52 52l0 96c0 28.7-23.3 52-52 52s-52-23.3-52-52l0-96c0-28.7 23.3-52 52-52zm-12 52l0 96c0 6.6 5.4 12 12 12s12-5.4 12-12l0-96c0-6.6-5.4-12-12-12s-12 5.4-12 12zM159.5 244c-5.4 0-10.2 3.5-11.9 8.6l-.6 1.7c-3.5 10.5-14.8 16.1-25.3 12.6s-16.1-14.8-12.6-25.3l.6-1.7c7.2-21.5 27.2-35.9 49.8-35.9c29 0 52.5 23.5 52.5 52.5l0 2.2c0 13.4-4.9 26.4-13.8 36.4l-39 43.9c-6.2 7-10 15.7-10.9 24.9l43.8 0c11 0 20 9 20 20s-9 20-20 20l-64 0c-11 0-20-9-20-20l0-15.7c0-20.6 7.5-40.4 21.2-55.8l39-43.9c2.4-2.7 3.7-6.2 3.7-9.8l0-2.2c0-6.9-5.6-12.5-12.5-12.5z"], + "square-full": [512, 512, [128997, 128998, 128999, 129000, 129001, 129002, 129003, 11035, 11036], "f45c", "M0 0H512V512H0V0z"], + "magnet": [448, 512, [129522], "f076", "M0 160l0 96C0 379.7 100.3 480 224 480s224-100.3 224-224l0-96-128 0 0 96c0 53-43 96-96 96s-96-43-96-96l0-96L0 160zm0-32l128 0 0-64c0-17.7-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64l0 64zm320 0l128 0 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 64z"], + "jar": [320, 512, [], "e516", "M32 32C32 14.3 46.3 0 64 0L256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 64C46.3 64 32 49.7 32 32zM0 160c0-35.3 28.7-64 64-64l192 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 160zm96 64c-17.7 0-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-96c0-17.7-14.3-32-32-32L96 224z"], + "note-sticky": [448, 512, [62026, "sticky-note"], "f249", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l224 0 0-112c0-26.5 21.5-48 48-48l112 0 0-224c0-35.3-28.7-64-64-64L64 32zM448 352l-45.3 0L336 352c-8.8 0-16 7.2-16 16l0 66.7 0 45.3 32-32 64-64 32-32z"], + "bug-slash": [640, 512, [], "e490", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L477.4 348.9c1.7-9.4 2.6-19 2.6-28.9l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64.3 0c-1.1-14.1-5-27.5-11.1-39.5c.7-.6 1.4-1.2 2.1-1.9l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-.7 .7-1.3 1.4-1.9 2.1C409.2 164.1 393.1 160 376 160l-112 0c-8.3 0-16.3 1-24 2.8L38.8 5.1zM320 0c-53 0-96 43-96 96l0 3.6c0 15.7 12.7 28.4 28.4 28.4l135.1 0c15.7 0 28.4-12.7 28.4-28.4l0-3.6c0-53-43-96-96-96zM160.3 256L96 256c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c0 24.6 5.5 47.8 15.4 68.6c-2.2 1.3-4.2 2.9-6 4.8l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l63.1-63.1c24.5 21.8 55.8 36.2 90.3 39.6l0-143.7L166.7 227.3c-3.4 9-5.6 18.7-6.4 28.7zM336 479.2c36.6-3.6 69.7-19.6 94.8-43.8L336 360.7l0 118.5z"], + "arrow-up-from-water-pump": [576, 512, [], "e4b6", "M112 0C85.5 0 64 21.5 64 48l0 208-16 0c-26.5 0-48 21.5-48 48l0 96c0 8 2 15.6 5.4 22.2c3.8-1.7 7.8-3.1 12-4.1c13.1-3.1 26.7-9.8 37.3-18.6c22.2-18.7 54.3-20.1 78.1-3.4c18 12.4 40.1 20.3 59.2 20.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c4.2 1 8.2 2.4 12 4.1C574 415.6 576 408 576 400l0-96c0-26.5-21.5-48-48-48l-48 0 0-146.7 25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 109.3 416 256l-128 0 0-208c0-26.5-21.5-48-48-48L112 0zM306.5 421.9c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 437.2 410.9 448 384 448c-27.5 0-55-10.6-77.5-26.1z"], + "bone": [576, 512, [129460], "f5d7", "M153.7 144.8c6.9 16.3 20.6 31.2 38.3 31.2l192 0c17.7 0 31.4-14.9 38.3-31.2C434.4 116.1 462.9 96 496 96c44.2 0 80 35.8 80 80c0 30.4-17 56.9-42 70.4c-3.6 1.9-6 5.5-6 9.6s2.4 7.7 6 9.6c25 13.5 42 40 42 70.4c0 44.2-35.8 80-80 80c-33.1 0-61.6-20.1-73.7-48.8C415.4 350.9 401.7 336 384 336l-192 0c-17.7 0-31.4 14.9-38.3 31.2C141.6 395.9 113.1 416 80 416c-44.2 0-80-35.8-80-80c0-30.4 17-56.9 42-70.4c3.6-1.9 6-5.5 6-9.6s-2.4-7.7-6-9.6C17 232.9 0 206.4 0 176c0-44.2 35.8-80 80-80c33.1 0 61.6 20.1 73.7 48.8z"], + "table-cells-row-unlock": [640, 512, [], "e691", "M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 65.1c-37.8 5.4-69.4 29.6-85.2 62.9L360 224l0 64 56 0 0 8.6c-19.1 11.1-32 31.7-32 55.4l-24 0 0 64 24 0 0 64L64 480c-35.3 0-64-28.7-64-64L0 96zM64 224l0 64 88 0 0-64-88 0zm232 0l-88 0 0 64 88 0 0-64zM152 352l-88 0 0 64 88 0 0-64zm56 0l0 64 88 0 0-64-88 0zm288-80l0 48 32 0 32 0 48 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48c0-44.2 35.8-80 80-80s80 35.8 80 80l-48 0c0-17.7-14.3-32-32-32s-32 14.3-32 32z"], + "user-injured": [448, 512, [], "f728", "M240 80l102.7 0c-7.9-19.5-20.4-36.5-36.2-49.9L240 80zm37.7-68.2C261.3 4.2 243.2 0 224 0c-53.7 0-99.7 33.1-118.7 80l81.4 0 91-68.2zM224 256c70.7 0 128-57.3 128-128c0-5.4-.3-10.8-1-16L97 112c-.7 5.2-1 10.6-1 16c0 70.7 57.3 128 128 128zM124 312.4c-9.7 3.1-19.1 7-28 11.7L96 512l147.7 0L181.5 408.2 124 312.4zm33-7.2L204.3 384l67.7 0c44.2 0 80 35.8 80 80c0 18-6 34.6-16 48l82.3 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0c-7.2 0-14.3 .4-21.3 1.3zM0 482.3C0 498.7 13.3 512 29.7 512L64 512l0-166.6C24.9 378.1 0 427.3 0 482.3zM320 464c0-26.5-21.5-48-48-48l-48.5 0 57.1 95.2C303 507.2 320 487.6 320 464z"], + "face-sad-tear": [512, 512, [128546, "sad-tear"], "f5b4", "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm240 80c0-8.8 7.2-16 16-16c45 0 85.6 20.5 115.7 53.1c6 6.5 5.6 16.6-.9 22.6s-16.6 5.6-22.6-.9c-25-27.1-57.4-42.9-92.3-42.9c-8.8 0-16-7.2-16-16zm-80 80c-26.5 0-48-21-48-47c0-20 28.6-60.4 41.6-77.7c3.2-4.4 9.6-4.4 12.8 0C179.6 308.6 208 349 208 369c0 26-21.5 47-48 47zM367.6 208a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm-192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "plane": [576, 512, [], "f072", "M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-116.6 0L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L112 320 68.8 377.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L32 256 .5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14l42 0c5 0 9.8 2.4 12.8 6.4L112 192l102.9 0-49-171.6C162.9 10.2 170.6 0 181.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L365.7 192l116.6 0z"], + "tent-arrows-down": [576, 512, [], "e581", "M209.8 111.9c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36L136 24c0-13.3-10.7-24-24-24S88 10.7 88 24l0 122.1-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zm352 0c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36L488 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 122.1-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512l144 0 16 0c17.7 0 32-14.3 32-32l0-118.1c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7l60.2 0 16 0c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"], + "exclamation": [128, 512, [10069, 10071, 61738], "21", "M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64l0 256c0 17.7 14.3 32 32 32s32-14.3 32-32L96 64zM64 480a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"], + "arrows-spin": [512, 512, [], "e4bb", "M256 96c38.4 0 73.7 13.5 101.3 36.1l-32.6 32.6c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9l112 0c8.8 0 16-7.2 16-16l0-112c0-6.5-3.9-12.3-9.9-14.8s-12.9-1.1-17.4 3.5l-34 34C363.4 52.6 312.1 32 256 32c-10.9 0-21.5 .8-32 2.3l0 64.9c10.3-2.1 21-3.2 32-3.2zM132.1 154.7l32.6 32.6c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8l0-112c0-8.8-7.2-16-16-16L64 48c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l34 34C52.6 148.6 32 199.9 32 256c0 10.9 .8 21.5 2.3 32l64.9 0c-2.1-10.3-3.2-21-3.2-32c0-38.4 13.5-73.7 36.1-101.3zM477.7 224l-64.9 0c2.1 10.3 3.2 21 3.2 32c0 38.4-13.5 73.7-36.1 101.3l-32.6-32.6c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8l0 112c0 8.8 7.2 16 16 16l112 0c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-34-34C459.4 363.4 480 312.1 480 256c0-10.9-.8-21.5-2.3-32zM256 416c-38.4 0-73.7-13.5-101.3-36.1l32.6-32.6c4.6-4.6 5.9-11.5 3.5-17.4s-8.3-9.9-14.8-9.9L64 320c-8.8 0-16 7.2-16 16l0 112c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l34-34C148.6 459.4 199.9 480 256 480c10.9 0 21.5-.8 32-2.3l0-64.9c-10.3 2.1-21 3.2-32 3.2z"], + "print": [512, 512, [128424, 128438, 9113], "f02f", "M128 0C92.7 0 64 28.7 64 64l0 96 64 0 0-96 226.7 0L384 93.3l0 66.7 64 0 0-66.7c0-17-6.7-33.3-18.7-45.3L400 18.7C388 6.7 371.7 0 354.7 0L128 0zM384 352l0 32 0 64-256 0 0-64 0-16 0-16 256 0zm64 32l32 0c17.7 0 32-14.3 32-32l0-96c0-35.3-28.7-64-64-64L64 192c-35.3 0-64 28.7-64 64l0 96c0 17.7 14.3 32 32 32l32 0 0 64c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-64zM432 248a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"], + "turkish-lira-sign": [384, 512, ["try", "turkish-lira"], "e2bb", "M96 32c17.7 0 32 14.3 32 32l0 35.3L247.2 65.2c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 165.9l0 29.4 119.2-34.1c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 261.9 128 416l63.8 0c68.2 0 124.4-53.5 127.8-121.6l.4-8c.9-17.7 15.9-31.2 33.6-30.4s31.2 15.9 30.4 33.6l-.4 8C378.5 399.8 294.1 480 191.8 480L96 480c-17.7 0-32-14.3-32-32l0-167.9-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 213.6l0-29.4-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 117.6 64 64c0-17.7 14.3-32 32-32z"], + "dollar-sign": [320, 512, [128178, 61781, "dollar", "usd"], "24", "M160 0c17.7 0 32 14.3 32 32l0 35.7c1.6 .2 3.1 .4 4.7 .7c.4 .1 .7 .1 1.1 .2l48 8.8c17.4 3.2 28.9 19.9 25.7 37.2s-19.9 28.9-37.2 25.7l-47.5-8.7c-31.3-4.6-58.9-1.5-78.3 6.2s-27.2 18.3-29 28.1c-2 10.7-.5 16.7 1.2 20.4c1.8 3.9 5.5 8.3 12.8 13.2c16.3 10.7 41.3 17.7 73.7 26.3l2.9 .8c28.6 7.6 63.6 16.8 89.6 33.8c14.2 9.3 27.6 21.9 35.9 39.5c8.5 17.9 10.3 37.9 6.4 59.2c-6.9 38-33.1 63.4-65.6 76.7c-13.7 5.6-28.6 9.2-44.4 11l0 33.4c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-34.9c-.4-.1-.9-.1-1.3-.2l-.2 0s0 0 0 0c-24.4-3.8-64.5-14.3-91.5-26.3c-16.1-7.2-23.4-26.1-16.2-42.2s26.1-23.4 42.2-16.2c20.9 9.3 55.3 18.5 75.2 21.6c31.9 4.7 58.2 2 76-5.3c16.9-6.9 24.6-16.9 26.8-28.9c1.9-10.6 .4-16.7-1.3-20.4c-1.9-4-5.6-8.4-13-13.3c-16.4-10.7-41.5-17.7-74-26.3l-2.8-.7s0 0 0 0C119.4 279.3 84.4 270 58.4 253c-14.2-9.3-27.5-22-35.8-39.6c-8.4-17.9-10.1-37.9-6.1-59.2C23.7 116 52.3 91.2 84.8 78.3c13.3-5.3 27.9-8.9 43.2-11L128 32c0-17.7 14.3-32 32-32z"], + "x": [384, 512, [120], "58", "M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z"], + "magnifying-glass-dollar": [512, 512, ["search-dollar"], "f688", "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM228 104c0-11-9-20-20-20s-20 9-20 20l0 14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1c0 0 0 0 0 0s0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4l0 14.6c0 11 9 20 20 20s20-9 20-20l0-13.8c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7l0-13.9z"], + "users-gear": [640, 512, ["users-cog"], "f509", "M144 160A80 80 0 1 0 144 0a80 80 0 1 0 0 160zm368 0A80 80 0 1 0 512 0a80 80 0 1 0 0 160zM0 298.7C0 310.4 9.6 320 21.3 320l213.3 0c.2 0 .4 0 .7 0c-26.6-23.5-43.3-57.8-43.3-96c0-7.6 .7-15 1.9-22.3c-13.6-6.3-28.7-9.7-44.6-9.7l-42.7 0C47.8 192 0 239.8 0 298.7zM320 320c24 0 45.9-8.8 62.7-23.3c2.5-3.7 5.2-7.3 8-10.7c2.7-3.3 5.7-6.1 9-8.3C410 262.3 416 243.9 416 224c0-53-43-96-96-96s-96 43-96 96s43 96 96 96zm65.4 60.2c-10.3-5.9-18.1-16.2-20.8-28.2l-103.2 0C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7l300.6 0c-2.1-5.2-3.2-10.9-3.2-16.4l0-3c-1.3-.7-2.7-1.5-4-2.3l-2.6 1.5c-16.8 9.7-40.5 8-54.7-9.7c-4.5-5.6-8.6-11.5-12.4-17.6l-.1-.2-.1-.2-2.4-4.1-.1-.2-.1-.2c-3.4-6.2-6.4-12.6-9-19.3c-8.2-21.2 2.2-42.6 19-52.3l2.7-1.5c0-.8 0-1.5 0-2.3s0-1.5 0-2.3l-2.7-1.5zM533.3 192l-42.7 0c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 17.4-3.5 33.9-9.7 49c2.5 .9 4.9 2 7.1 3.3l2.6 1.5c1.3-.8 2.6-1.6 4-2.3l0-3c0-19.4 13.3-39.1 35.8-42.6c7.9-1.2 16-1.9 24.2-1.9s16.3 .6 24.2 1.9c22.5 3.5 35.8 23.2 35.8 42.6l0 3c1.3 .7 2.7 1.5 4 2.3l2.6-1.5c16.8-9.7 40.5-8 54.7 9.7c2.3 2.8 4.5 5.8 6.6 8.7c-2.1-57.1-49-102.7-106.6-102.7zm91.3 163.9c6.3-3.6 9.5-11.1 6.8-18c-2.1-5.5-4.6-10.8-7.4-15.9l-2.3-4c-3.1-5.1-6.5-9.9-10.2-14.5c-4.6-5.7-12.7-6.7-19-3l-2.9 1.7c-9.2 5.3-20.4 4-29.6-1.3s-16.1-14.5-16.1-25.1l0-3.4c0-7.3-4.9-13.8-12.1-14.9c-6.5-1-13.1-1.5-19.9-1.5s-13.4 .5-19.9 1.5c-7.2 1.1-12.1 7.6-12.1 14.9l0 3.4c0 10.6-6.9 19.8-16.1 25.1s-20.4 6.6-29.6 1.3l-2.9-1.7c-6.3-3.6-14.4-2.6-19 3c-3.7 4.6-7.1 9.5-10.2 14.6l-2.3 3.9c-2.8 5.1-5.3 10.4-7.4 15.9c-2.6 6.8 .5 14.3 6.8 17.9l2.9 1.7c9.2 5.3 13.7 15.8 13.7 26.4s-4.5 21.1-13.7 26.4l-3 1.7c-6.3 3.6-9.5 11.1-6.8 17.9c2.1 5.5 4.6 10.7 7.4 15.8l2.4 4.1c3 5.1 6.4 9.9 10.1 14.5c4.6 5.7 12.7 6.7 19 3l2.9-1.7c9.2-5.3 20.4-4 29.6 1.3s16.1 14.5 16.1 25.1l0 3.4c0 7.3 4.9 13.8 12.1 14.9c6.5 1 13.1 1.5 19.9 1.5s13.4-.5 19.9-1.5c7.2-1.1 12.1-7.6 12.1-14.9l0-3.4c0-10.6 6.9-19.8 16.1-25.1s20.4-6.6 29.6-1.3l2.9 1.7c6.3 3.6 14.4 2.6 19-3c3.7-4.6 7.1-9.4 10.1-14.5l2.4-4.2c2.8-5.1 5.3-10.3 7.4-15.8c2.6-6.8-.5-14.3-6.8-17.9l-3-1.7c-9.2-5.3-13.7-15.8-13.7-26.4s4.5-21.1 13.7-26.4l3-1.7zM472 384a40 40 0 1 1 80 0 40 40 0 1 1 -80 0z"], + "person-military-pointing": [576, 512, [], "e54a", "M246.9 14.1C234 15.2 224 26 224 39c0 13.8 11.2 25 25 25l151 0c8.8 0 16-7.2 16-16l0-30.6C416 8 408 .7 398.7 1.4L246.9 14.1zM240 112c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16L241.6 96c-1 5.2-1.6 10.5-1.6 16zM72 224c-22.1 0-40 17.9-40 40s17.9 40 40 40l152 0 0 89.4L386.8 230.5c-13.3-4.3-27.3-6.5-41.6-6.5L240 224 72 224zm345.7 20.9L246.6 416 416 416l0-46.3 53.6 90.6c11.2 19 35.8 25.3 54.8 14.1s25.3-35.8 14.1-54.8L462.3 290.8c-11.2-18.9-26.6-34.5-44.6-45.9zM224 448l0 32c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-32-192 0z"], + "building-columns": [512, 512, ["bank", "institution", "museum", "university"], "f19c", "M243.4 2.6l-224 96c-14 6-21.8 21-18.7 35.8S16.8 160 32 160l0 8c0 13.3 10.7 24 24 24l400 0c13.3 0 24-10.7 24-24l0-8c15.2 0 28.3-10.7 31.3-25.6s-4.8-29.9-18.7-35.8l-224-96c-8-3.4-17.2-3.4-25.2 0zM128 224l-64 0 0 196.3c-.6 .3-1.2 .7-1.8 1.1l-48 32c-11.7 7.8-17 22.4-12.9 35.9S17.9 512 32 512l448 0c14.1 0 26.5-9.2 30.6-22.7s-1.1-28.1-12.9-35.9l-48-32c-.6-.4-1.2-.7-1.8-1.1L448 224l-64 0 0 192-40 0 0-192-64 0 0 192-48 0 0-192-64 0 0 192-40 0 0-192zM256 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"], + "umbrella": [576, 512, [], "f0e9", "M288 0c17.7 0 32 14.3 32 32l0 17.7C451.8 63.4 557.7 161 573.9 285.9c2 15.6-17.3 24.4-27.8 12.7C532.1 283 504.8 272 480 272c-38.7 0-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C359 299.5 326.7 272 288 272s-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C167 299.5 134.7 272 96 272c-24.8 0-52.1 11-66.1 26.7C19.4 310.4 .1 301.5 2.1 285.9C18.3 161 124.2 63.4 256 49.7L256 32c0-17.7 14.3-32 32-32zm0 304c12.3 0 23.5 4.6 32 12.2l0 114.3c0 45-36.5 81.4-81.4 81.4c-30.8 0-59-17.4-72.8-45l-2.3-4.7c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l2.3 4.7c3 5.9 9 9.6 15.6 9.6c9.6 0 17.4-7.8 17.4-17.4l0-114.3c8.5-7.6 19.7-12.2 32-12.2z"], + "trowel": [512, 512, [], "e589", "M343.9 213.4L245.3 312l65.4 65.4c7.9 7.9 11.1 19.4 8.4 30.3s-10.8 19.6-21.5 22.9l-256 80c-11.4 3.5-23.8 .5-32.2-7.9S-2.1 481.8 1.5 470.5l80-256c3.3-10.7 12-18.9 22.9-21.5s22.4 .5 30.3 8.4L200 266.7l98.6-98.6c-14.3-14.6-14.2-38 .3-52.5l95.4-95.4c26.9-26.9 70.5-26.9 97.5 0s26.9 70.5 0 97.5l-95.4 95.4c-14.5 14.5-37.9 14.6-52.5 .3z"], + "d": [384, 512, [100], "44", "M0 96C0 60.7 28.7 32 64 32l96 0c123.7 0 224 100.3 224 224s-100.3 224-224 224l-96 0c-35.3 0-64-28.7-64-64L0 96zm160 0L64 96l0 320 96 0c88.4 0 160-71.6 160-160s-71.6-160-160-160z"], + "stapler": [640, 512, [], "e5af", "M640 299.3l0 4.7 0 128c0 26.5-21.5 48-48 48l-80 0-64 0L64 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0 0-48L96 368c-17.7 0-32-14.3-32-32l0-116.6L33.8 214C14.2 210.5 0 193.5 0 173.7c0-8.9 2.9-17.5 8.2-24.6l35.6-47.5C76.7 57.8 128.2 32 182.9 32c27 0 53.6 6.3 77.8 18.4L586.9 213.5C619.5 229.7 640 263 640 299.3zM448 304l0-16L128 230.9l0 73.1 320 0z"], + "masks-theater": [640, 512, [127917, "theater-masks"], "f630", "M74.6 373.2c41.7 36.1 108 82.5 166.1 73.7c6.1-.9 12.1-2.5 18-4.5c-9.2-12.3-17.3-24.4-24.2-35.4c-21.9-35-28.8-75.2-25.9-113.6c-20.6 4.1-39.2 13-54.7 25.4c-6.5 5.2-16.3 1.3-14.8-7c6.4-33.5 33-60.9 68.2-66.3c2.6-.4 5.3-.7 7.9-.8l19.4-131.3c2-13.8 8-32.7 25-45.9C278.2 53.2 310.5 37 363.2 32.2c-.8-.7-1.6-1.4-2.4-2.1C340.6 14.5 288.4-11.5 175.7 5.6S20.5 63 5.7 83.9C0 91.9-.8 102 .6 111.8L24.8 276.1c5.5 37.3 21.5 72.6 49.8 97.2zm87.7-219.6c4.4-3.1 10.8-2 11.8 3.3c.1 .5 .2 1.1 .3 1.6c3.2 21.8-11.6 42-33.1 45.3s-41.5-11.8-44.7-33.5c-.1-.5-.1-1.1-.2-1.6c-.6-5.4 5.2-8.4 10.3-6.7c9 3 18.8 3.9 28.7 2.4s19.1-5.3 26.8-10.8zM261.6 390c29.4 46.9 79.5 110.9 137.6 119.7s124.5-37.5 166.1-73.7c28.3-24.5 44.3-59.8 49.8-97.2l24.2-164.3c1.4-9.8 .6-19.9-5.1-27.9c-14.8-20.9-57.3-61.2-170-78.3S299.4 77.2 279.2 92.8c-7.8 6-11.5 15.4-12.9 25.2L242.1 282.3c-5.5 37.3-.4 75.8 19.6 107.7zM404.5 235.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5 .1-1.1 .2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1 .5-.2 1.1-.3 1.6c-1 5.3-7.4 6.4-11.8 3.3zm136.2 15.5c-1 5.3-7.4 6.4-11.8 3.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5 .1-1.1 .2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1 .5-.2 1.1-.3 1.6zM530 350.2c-19.6 44.7-66.8 72.5-116.8 64.9s-87.1-48.2-93-96.7c-1-8.3 8.9-12.1 15.2-6.7c23.9 20.8 53.6 35.3 87 40.3s66.1 .1 94.9-12.8c7.6-3.4 16 3.2 12.6 10.9z"], + "kip-sign": [384, 512, [], "e1c4", "M340.8 88.3c13.4-11.5 15-31.7 3.5-45.1s-31.7-15-45.1-3.5L128 186.4 128 64c0-17.7-14.3-32-32-32S64 46.3 64 64l0 160-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-122.4L299.2 472.3c13.4 11.5 33.6 9.9 45.1-3.5s9.9-33.6-3.5-45.1L182.5 288 352 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-169.5 0L340.8 88.3z"], + "hand-point-left": [512, 512, [], "f0a5", "M32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l208 0 0-64L32 96zM192 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0zm-64-64c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32zm96 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0zm88-96l-.6 0c5.4 9.4 8.6 20.3 8.6 32c0 13.2-4 25.4-10.8 35.6c24.9 8.7 42.8 32.5 42.8 60.4c0 11.7-3.1 22.6-8.6 32l8.6 0c88.4 0 160-71.6 160-160l0-61.7c0-42.4-16.9-83.1-46.9-113.1l-11.6-11.6C429.5 77.5 396.9 64 363 64l-27 0c-35.3 0-64 28.7-64 64l0 88c0 22.1 17.9 40 40 40s40-17.9 40-40l0-56c0-8.8 7.2-16 16-16s16 7.2 16 16l0 56c0 39.8-32.2 72-72 72z"], + "handshake-simple": [640, 512, [129309, "handshake-alt"], "f4c6", "M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352l41.8 0c26.5 0 48-21.5 48-48l0-128c0-26.5-21.5-48-48-48l-76 0-4 0-.7 0-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48-80 0c-26.5 0-48 21.5-48 48L0 304c0 26.5 21.5 48 48 48l108.2 0 91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123z"], + "jet-fighter": [640, 512, ["fighter-jet"], "f0fb", "M160 24c0-13.3 10.7-24 24-24L296 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0L384 192l116.4 0c7.7 0 15.3 1.4 22.5 4.1L625 234.4c9 3.4 15 12 15 21.6s-6 18.2-15 21.6L522.9 315.9c-7.2 2.7-14.8 4.1-22.5 4.1L384 320 280 464l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-144-32 0-54.6 54.6c-6 6-14.1 9.4-22.6 9.4L64 384c-17.7 0-32-14.3-32-32l0-64c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c0-17.7 14.3-32 32-32l18.7 0c8.5 0 16.6 3.4 22.6 9.4L160 192l32 0 0-144-8 0c-13.3 0-24-10.7-24-24zM80 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0z"], + "square-share-nodes": [448, 512, ["share-alt-square"], "f1e1", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM384 160c0 35.3-28.7 64-64 64c-15.4 0-29.5-5.4-40.6-14.5L194.1 256l85.3 46.5c11-9.1 25.2-14.5 40.6-14.5c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-2.5 .1-4.9 .4-7.3L174.5 300c-11.7 12.3-28.2 20-46.5 20c-35.3 0-64-28.7-64-64s28.7-64 64-64c18.3 0 34.8 7.7 46.5 20l81.9-44.7c-.3-2.4-.4-4.9-.4-7.3c0-35.3 28.7-64 64-64s64 28.7 64 64z"], + "barcode": [512, 512, [], "f02a", "M24 32C10.7 32 0 42.7 0 56L0 456c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24L64 56c0-13.3-10.7-24-24-24L24 32zm88 0c-8.8 0-16 7.2-16 16l0 416c0 8.8 7.2 16 16 16s16-7.2 16-16l0-416c0-8.8-7.2-16-16-16zm72 0c-13.3 0-24 10.7-24 24l0 400c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-400c0-13.3-10.7-24-24-24l-16 0zm96 0c-13.3 0-24 10.7-24 24l0 400c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-400c0-13.3-10.7-24-24-24l-16 0zM448 56l0 400c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-400c0-13.3-10.7-24-24-24l-16 0c-13.3 0-24 10.7-24 24zm-64-8l0 416c0 8.8 7.2 16 16 16s16-7.2 16-16l0-416c0-8.8-7.2-16-16-16s-16 7.2-16 16z"], + "plus-minus": [384, 512, [], "e43c", "M224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112L48 144c-17.7 0-32 14.3-32 32s14.3 32 32 32l112 0 0 112c0 17.7 14.3 32 32 32s32-14.3 32-32l0-112 112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0 0-112zM0 480c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 448c-17.7 0-32 14.3-32 32z"], + "video": [576, 512, ["video-camera"], "f03d", "M0 128C0 92.7 28.7 64 64 64l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zM559.1 99.8c10.4 5.6 16.9 16.4 16.9 28.2l0 256c0 11.8-6.5 22.6-16.9 28.2s-23 5-32.9-1.6l-96-64L416 337.1l0-17.1 0-128 0-17.1 14.2-9.5 96-64c9.8-6.5 22.4-7.2 32.9-1.6z"], + "graduation-cap": [640, 512, [127891, "mortar-board"], "f19d", "M320 32c-8.1 0-16.1 1.4-23.7 4.1L15.8 137.4C6.3 140.9 0 149.9 0 160s6.3 19.1 15.8 22.6l57.9 20.9C57.3 229.3 48 259.8 48 291.9l0 28.1c0 28.4-10.8 57.7-22.3 80.8c-6.5 13-13.9 25.8-22.5 37.6C0 442.7-.9 448.3 .9 453.4s6 8.9 11.2 10.2l64 16c4.2 1.1 8.7 .3 12.4-2s6.3-6.1 7.1-10.4c8.6-42.8 4.3-81.2-2.1-108.7C90.3 344.3 86 329.8 80 316.5l0-24.6c0-30.2 10.2-58.7 27.9-81.5c12.9-15.5 29.6-28 49.2-35.7l157-61.7c8.2-3.2 17.5 .8 20.7 9s-.8 17.5-9 20.7l-157 61.7c-12.4 4.9-23.3 12.4-32.2 21.6l159.6 57.6c7.6 2.7 15.6 4.1 23.7 4.1s16.1-1.4 23.7-4.1L624.2 182.6c9.5-3.4 15.8-12.5 15.8-22.6s-6.3-19.1-15.8-22.6L343.7 36.1C336.1 33.4 328.1 32 320 32zM128 408c0 35.3 86 72 192 72s192-36.7 192-72L496.7 262.6 354.5 314c-11.1 4-22.8 6-34.5 6s-23.5-2-34.5-6L143.3 262.6 128 408z"], + "hand-holding-medical": [576, 512, [], "e05c", "M224 24l0 56-56 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l56 0 0 56c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-56 56 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-56 0 0-56c0-13.3-10.7-24-24-24L248 0c-13.3 0-24 10.7-24 24zM559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416 272 416c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0-16 0-78.3 0c-29.1 0-57.3 9.9-80 28L68.8 384 32 384c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l160 0 160.5 0c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-367-8.2l.9 0c0 0 0 0 0 0c-.3 0-.6 0-.9 0z"], + "person-circle-check": [576, 512, [], "e53e", "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zm136 16a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"], + "turn-up": [384, 512, [10548, "level-up-alt"], "f3bf", "M350 177.5c3.8-8.8 2-19-4.6-26l-136-144C204.9 2.7 198.6 0 192 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26s12.5 14.5 22 14.5l88 0 0 192c0 17.7-14.3 32-32 32l-80 0c-17.7 0-32 14.3-32 32l0 32c0 17.7 14.3 32 32 32l80 0c70.7 0 128-57.3 128-128l0-192 88 0c9.6 0 18.2-5.7 22-14.5z"] + }; + + bunker(() => { + defineIcons('fas', icons); + defineIcons('fa-solid', icons); + }); + +}()); +(function () { + 'use strict'; + + const noop = () => {}; + + let _WINDOW = {}; + let _DOCUMENT = {}; + let _MUTATION_OBSERVER = null; + let _PERFORMANCE = { + mark: noop, + measure: noop + }; + + try { + if (typeof window !== 'undefined') _WINDOW = window; + if (typeof document !== 'undefined') _DOCUMENT = document; + if (typeof MutationObserver !== 'undefined') _MUTATION_OBSERVER = MutationObserver; + if (typeof performance !== 'undefined') _PERFORMANCE = performance; + } catch (e) {} + + const { + userAgent = '' + } = _WINDOW.navigator || {}; + const WINDOW = _WINDOW; + const DOCUMENT = _DOCUMENT; + const MUTATION_OBSERVER = _MUTATION_OBSERVER; + const PERFORMANCE = _PERFORMANCE; + const IS_BROWSER = !!WINDOW.document; + const IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function'; + const IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/'); + + var a = "classic", + t = "duotone", + r = "sharp", + o = "sharp-duotone", + c = [a, t, r, o]; + + var et$1 = { + classic: { + 900: "fas", + 400: "far", + normal: "far", + 300: "fal", + 100: "fat" + }, + sharp: { + 900: "fass", + 400: "fasr", + 300: "fasl", + 100: "fast" + }, + "sharp-duotone": { + 900: "fasds" + } + }; + var bt = { + kit: { + fak: "kit", + "fa-kit": "kit" + }, + "kit-duotone": { + fakd: "kit-duotone", + "fa-kit-duotone": "kit-duotone" + } + }, + Ct = ["kit"]; + var Dt = /fa(s|r|l|t|d|b|k|kd|ss|sr|sl|st|sds)?[\-\ ]/, + Kt = /Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit)?.*/i; + var ao = { + "Font Awesome 5 Free": { + 900: "fas", + 400: "far" + }, + "Font Awesome 5 Pro": { + 900: "fas", + 400: "far", + normal: "far", + 300: "fal" + }, + "Font Awesome 5 Brands": { + 400: "fab", + normal: "fab" + }, + "Font Awesome 5 Duotone": { + 900: "fad" + } + }; + var eo = { + "Font Awesome 6 Free": { + 900: "fas", + 400: "far" + }, + "Font Awesome 6 Pro": { + 900: "fas", + 400: "far", + normal: "far", + 300: "fal", + 100: "fat" + }, + "Font Awesome 6 Brands": { + 400: "fab", + normal: "fab" + }, + "Font Awesome 6 Duotone": { + 900: "fad" + }, + "Font Awesome 6 Sharp": { + 900: "fass", + 400: "fasr", + normal: "fasr", + 300: "fasl", + 100: "fast" + }, + "Font Awesome 6 Sharp Duotone": { + 900: "fasds" + } + }, + lo = { + classic: { + "fa-brands": "fab", + "fa-duotone": "fad", + "fa-light": "fal", + "fa-regular": "far", + "fa-solid": "fas", + "fa-thin": "fat" + }, + sharp: { + "fa-solid": "fass", + "fa-regular": "fasr", + "fa-light": "fasl", + "fa-thin": "fast" + }, + "sharp-duotone": { + "fa-solid": "fasds" + } + }, + y = { + classic: ["fas", "far", "fal", "fat"], + sharp: ["fass", "fasr", "fasl", "fast"], + "sharp-duotone": ["fasds"] + }, + no = { + classic: { + fab: "fa-brands", + fad: "fa-duotone", + fal: "fa-light", + far: "fa-regular", + fas: "fa-solid", + fat: "fa-thin" + }, + sharp: { + fass: "fa-solid", + fasr: "fa-regular", + fasl: "fa-light", + fast: "fa-thin" + }, + "sharp-duotone": { + fasds: "fa-solid" + } + }, + fo = { + classic: { + solid: "fas", + regular: "far", + light: "fal", + thin: "fat", + duotone: "fad", + brands: "fab" + }, + sharp: { + solid: "fass", + regular: "fasr", + light: "fasl", + thin: "fast" + }, + "sharp-duotone": { + solid: "fasds" + } + }, + ho = { + classic: { + fa: "solid", + fas: "solid", + "fa-solid": "solid", + far: "regular", + "fa-regular": "regular", + fal: "light", + "fa-light": "light", + fat: "thin", + "fa-thin": "thin", + fad: "duotone", + "fa-duotone": "duotone", + fab: "brands", + "fa-brands": "brands" + }, + sharp: { + fa: "solid", + fass: "solid", + "fa-solid": "solid", + fasr: "regular", + "fa-regular": "regular", + fasl: "light", + "fa-light": "light", + fast: "thin", + "fa-thin": "thin" + }, + "sharp-duotone": { + fa: "solid", + fasds: "solid", + "fa-solid": "solid" + } + }, + x$1 = ["solid", "regular", "light", "thin", "duotone", "brands"], + u$1 = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], + m$1 = u$1.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]), + t$1 = { + GROUP: "duotone-group", + SWAP_OPACITY: "swap-opacity", + PRIMARY: "primary", + SECONDARY: "secondary" + }, + yo = [...Object.keys(y), ...x$1, "2xs", "xs", "sm", "lg", "xl", "2xl", "beat", "border", "fade", "beat-fade", "bounce", "flip-both", "flip-horizontal", "flip-vertical", "flip", "fw", "inverse", "layers-counter", "layers-text", "layers", "li", "pull-left", "pull-right", "pulse", "rotate-180", "rotate-270", "rotate-90", "rotate-by", "shake", "spin-pulse", "spin-reverse", "spin", "stack-1x", "stack-2x", "stack", "ul", t$1.GROUP, t$1.SWAP_OPACITY, t$1.PRIMARY, t$1.SECONDARY].concat(u$1.map(o => "".concat(o, "x"))).concat(m$1.map(o => "w-".concat(o))); + var mo = { + "Font Awesome Kit": { + 400: "fak", + normal: "fak" + }, + "Font Awesome Kit Duotone": { + 400: "fakd", + normal: "fakd" + } + }, + Io = { + kit: { + "fa-kit": "fak" + }, + "kit-duotone": { + "fa-kit-duotone": "fakd" + } + }, + Fo = { + kit: { + fak: "fa-kit" + }, + "kit-duotone": { + fakd: "fa-kit-duotone" + } + }, + So = { + kit: { + kit: "fak" + }, + "kit-duotone": { + "kit-duotone": "fakd" + } + }; + + const NAMESPACE_IDENTIFIER = '___FONT_AWESOME___'; + const UNITS_IN_GRID = 16; + const DEFAULT_CSS_PREFIX = 'fa'; + const DEFAULT_REPLACEMENT_CLASS = 'svg-inline--fa'; + const DATA_FA_I2SVG = 'data-fa-i2svg'; + const DATA_FA_PSEUDO_ELEMENT = 'data-fa-pseudo-element'; + const DATA_FA_PSEUDO_ELEMENT_PENDING = 'data-fa-pseudo-element-pending'; + const DATA_PREFIX = 'data-prefix'; + const DATA_ICON = 'data-icon'; + const HTML_CLASS_I2SVG_BASE_CLASS = 'fontawesome-i2svg'; + const MUTATION_APPROACH_ASYNC = 'async'; + const TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS = ['HTML', 'HEAD', 'STYLE', 'SCRIPT']; + const PRODUCTION = (() => { + try { + return "production" === 'production'; + } catch (e$$1) { + return false; + } + })(); + const FAMILIES = [a, r, o]; + + function familyProxy(obj) { + // Defaults to the classic family if family is not available + return new Proxy(obj, { + get(target, prop) { + return prop in target ? target[prop] : target[a]; + } + + }); + } + + const _PREFIX_TO_STYLE = { ...ho + }; + _PREFIX_TO_STYLE[a] = { ...ho[a], + ...bt['kit'], + ...bt['kit-duotone'] + }; + const PREFIX_TO_STYLE = familyProxy(_PREFIX_TO_STYLE); + const _STYLE_TO_PREFIX = { ...fo + }; + _STYLE_TO_PREFIX[a] = { ..._STYLE_TO_PREFIX[a], + ...So['kit'], + ...So['kit-duotone'] + }; + const STYLE_TO_PREFIX = familyProxy(_STYLE_TO_PREFIX); + const _PREFIX_TO_LONG_STYLE = { ...no + }; + _PREFIX_TO_LONG_STYLE[a] = { ..._PREFIX_TO_LONG_STYLE[a], + ...Fo['kit'] + }; + const PREFIX_TO_LONG_STYLE = familyProxy(_PREFIX_TO_LONG_STYLE); + const _LONG_STYLE_TO_PREFIX = { ...lo + }; + _LONG_STYLE_TO_PREFIX[a] = { ..._LONG_STYLE_TO_PREFIX[a], + ...Io['kit'] + }; + const LONG_STYLE_TO_PREFIX = familyProxy(_LONG_STYLE_TO_PREFIX); + const ICON_SELECTION_SYNTAX_PATTERN = Dt; // eslint-disable-line no-useless-escape + + const LAYERS_TEXT_CLASSNAME = 'fa-layers-text'; + const FONT_FAMILY_PATTERN = Kt; + const _FONT_WEIGHT_TO_PREFIX = { ...et$1 + }; + const FONT_WEIGHT_TO_PREFIX = familyProxy(_FONT_WEIGHT_TO_PREFIX); + const ATTRIBUTES_WATCHED_FOR_MUTATION = ['class', 'data-prefix', 'data-icon', 'data-fa-transform', 'data-fa-mask']; + const DUOTONE_CLASSES = t$1; + const prefixes = new Set(); + Object.keys(STYLE_TO_PREFIX[a]).map(prefixes.add.bind(prefixes)); + Object.keys(STYLE_TO_PREFIX[r]).map(prefixes.add.bind(prefixes)); + Object.keys(STYLE_TO_PREFIX[o]).map(prefixes.add.bind(prefixes)); + const RESERVED_CLASSES = [...Ct, ...yo]; + + const initial = WINDOW.FontAwesomeConfig || {}; + + function getAttrConfig(attr) { + var element = DOCUMENT.querySelector('script[' + attr + ']'); + + if (element) { + return element.getAttribute(attr); + } + } + + function coerce(val) { + // Getting an empty string will occur if the attribute is set on the HTML tag but without a value + // We'll assume that this is an indication that it should be toggled to true + if (val === '') return true; + if (val === 'false') return false; + if (val === 'true') return true; + return val; + } + + if (DOCUMENT && typeof DOCUMENT.querySelector === 'function') { + const attrs = [['data-family-prefix', 'familyPrefix'], ['data-css-prefix', 'cssPrefix'], ['data-family-default', 'familyDefault'], ['data-style-default', 'styleDefault'], ['data-replacement-class', 'replacementClass'], ['data-auto-replace-svg', 'autoReplaceSvg'], ['data-auto-add-css', 'autoAddCss'], ['data-auto-a11y', 'autoA11y'], ['data-search-pseudo-elements', 'searchPseudoElements'], ['data-observe-mutations', 'observeMutations'], ['data-mutate-approach', 'mutateApproach'], ['data-keep-original-source', 'keepOriginalSource'], ['data-measure-performance', 'measurePerformance'], ['data-show-missing-icons', 'showMissingIcons']]; + attrs.forEach(_ref => { + let [attr, key] = _ref; + const val = coerce(getAttrConfig(attr)); + + if (val !== undefined && val !== null) { + initial[key] = val; + } + }); + } + + const _default = { + styleDefault: 'solid', + familyDefault: 'classic', + cssPrefix: DEFAULT_CSS_PREFIX, + replacementClass: DEFAULT_REPLACEMENT_CLASS, + autoReplaceSvg: true, + autoAddCss: true, + autoA11y: true, + searchPseudoElements: false, + observeMutations: true, + mutateApproach: 'async', + keepOriginalSource: true, + measurePerformance: false, + showMissingIcons: true + }; // familyPrefix is deprecated but we must still support it if present + + if (initial.familyPrefix) { + initial.cssPrefix = initial.familyPrefix; + } + + const _config = { ..._default, + ...initial + }; + if (!_config.autoReplaceSvg) _config.observeMutations = false; + const config = {}; + Object.keys(_default).forEach(key => { + Object.defineProperty(config, key, { + enumerable: true, + set: function (val) { + _config[key] = val; + + _onChangeCb.forEach(cb => cb(config)); + }, + get: function () { + return _config[key]; + } + }); + }); // familyPrefix is deprecated as of 6.2.0 and should be removed in 7.0.0 + + Object.defineProperty(config, 'familyPrefix', { + enumerable: true, + set: function (val) { + _config.cssPrefix = val; + + _onChangeCb.forEach(cb => cb(config)); + }, + get: function () { + return _config.cssPrefix; + } + }); + WINDOW.FontAwesomeConfig = config; + const _onChangeCb = []; + function onChange(cb) { + _onChangeCb.push(cb); + + return () => { + _onChangeCb.splice(_onChangeCb.indexOf(cb), 1); + }; + } + + const d$2 = UNITS_IN_GRID; + const meaninglessTransform = { + size: 16, + x: 0, + y: 0, + rotate: 0, + flipX: false, + flipY: false + }; + function bunker(fn) { + try { + for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { + args[_key - 1] = arguments[_key]; + } + + fn(...args); + } catch (e) { + if (!PRODUCTION) { + throw e; + } + } + } + function insertCss(css) { + if (!css || !IS_DOM) { + return; + } + + const style = DOCUMENT.createElement('style'); + style.setAttribute('type', 'text/css'); + style.innerHTML = css; + const headChildren = DOCUMENT.head.childNodes; + let beforeChild = null; + + for (let i = headChildren.length - 1; i > -1; i--) { + const child = headChildren[i]; + const tagName = (child.tagName || '').toUpperCase(); + + if (['STYLE', 'LINK'].indexOf(tagName) > -1) { + beforeChild = child; + } + } + + DOCUMENT.head.insertBefore(style, beforeChild); + return css; + } + const idPool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; + function nextUniqueId() { + let size = 12; + let id = ''; + + while (size-- > 0) { + id += idPool[Math.random() * 62 | 0]; + } + + return id; + } + function toArray(obj) { + const array = []; + + for (let i = (obj || []).length >>> 0; i--;) { + array[i] = obj[i]; + } + + return array; + } + function classArray(node) { + if (node.classList) { + return toArray(node.classList); + } else { + return (node.getAttribute('class') || '').split(' ').filter(i => i); + } + } + function htmlEscape(str) { + return "".concat(str).replace(/&/g, '&').replace(/"/g, '"').replace(/'/g, ''').replace(//g, '>'); + } + function joinAttributes(attributes) { + return Object.keys(attributes || {}).reduce((acc, attributeName) => { + return acc + "".concat(attributeName, "=\"").concat(htmlEscape(attributes[attributeName]), "\" "); + }, '').trim(); + } + function joinStyles(styles) { + return Object.keys(styles || {}).reduce((acc, styleName) => { + return acc + "".concat(styleName, ": ").concat(styles[styleName].trim(), ";"); + }, ''); + } + function transformIsMeaningful(transform) { + return transform.size !== meaninglessTransform.size || transform.x !== meaninglessTransform.x || transform.y !== meaninglessTransform.y || transform.rotate !== meaninglessTransform.rotate || transform.flipX || transform.flipY; + } + function transformForSvg(_ref) { + let { + transform, + containerWidth, + iconWidth + } = _ref; + const outer = { + transform: "translate(".concat(containerWidth / 2, " 256)") + }; + const innerTranslate = "translate(".concat(transform.x * 32, ", ").concat(transform.y * 32, ") "); + const innerScale = "scale(".concat(transform.size / 16 * (transform.flipX ? -1 : 1), ", ").concat(transform.size / 16 * (transform.flipY ? -1 : 1), ") "); + const innerRotate = "rotate(".concat(transform.rotate, " 0 0)"); + const inner = { + transform: "".concat(innerTranslate, " ").concat(innerScale, " ").concat(innerRotate) + }; + const path = { + transform: "translate(".concat(iconWidth / 2 * -1, " -256)") + }; + return { + outer, + inner, + path + }; + } + function transformForCss(_ref2) { + let { + transform, + width = UNITS_IN_GRID, + height = UNITS_IN_GRID, + startCentered = false + } = _ref2; + let val = ''; + + if (startCentered && IS_IE) { + val += "translate(".concat(transform.x / d$2 - width / 2, "em, ").concat(transform.y / d$2 - height / 2, "em) "); + } else if (startCentered) { + val += "translate(calc(-50% + ".concat(transform.x / d$2, "em), calc(-50% + ").concat(transform.y / d$2, "em)) "); + } else { + val += "translate(".concat(transform.x / d$2, "em, ").concat(transform.y / d$2, "em) "); + } + + val += "scale(".concat(transform.size / d$2 * (transform.flipX ? -1 : 1), ", ").concat(transform.size / d$2 * (transform.flipY ? -1 : 1), ") "); + val += "rotate(".concat(transform.rotate, "deg) "); + return val; + } + + var baseStyles = ":host,:root{--fa-font-solid:normal 900 1em/1 \"Font Awesome 6 Free\";--fa-font-regular:normal 400 1em/1 \"Font Awesome 6 Free\";--fa-font-light:normal 300 1em/1 \"Font Awesome 6 Pro\";--fa-font-thin:normal 100 1em/1 \"Font Awesome 6 Pro\";--fa-font-duotone:normal 900 1em/1 \"Font Awesome 6 Duotone\";--fa-font-brands:normal 400 1em/1 \"Font Awesome 6 Brands\";--fa-font-sharp-solid:normal 900 1em/1 \"Font Awesome 6 Sharp\";--fa-font-sharp-regular:normal 400 1em/1 \"Font Awesome 6 Sharp\";--fa-font-sharp-light:normal 300 1em/1 \"Font Awesome 6 Sharp\";--fa-font-sharp-thin:normal 100 1em/1 \"Font Awesome 6 Sharp\";--fa-font-sharp-duotone-solid:normal 900 1em/1 \"Font Awesome 6 Sharp Duotone\"}svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.0714285705em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1 * var(--fa-li-width,2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}100%,40%{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1,1)}.fa-flip-vertical{transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fa-sr-only-focusable:not(:focus),.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)}"; + + function css() { + const dcp = DEFAULT_CSS_PREFIX; + const drc = DEFAULT_REPLACEMENT_CLASS; + const fp = config.cssPrefix; + const rc = config.replacementClass; + let s = baseStyles; + + if (fp !== dcp || rc !== drc) { + const dPatt = new RegExp("\\.".concat(dcp, "\\-"), 'g'); + const customPropPatt = new RegExp("\\--".concat(dcp, "\\-"), 'g'); + const rPatt = new RegExp("\\.".concat(drc), 'g'); + s = s.replace(dPatt, ".".concat(fp, "-")).replace(customPropPatt, "--".concat(fp, "-")).replace(rPatt, ".".concat(rc)); + } + + return s; + } + + let _cssInserted = false; + + function ensureCss() { + if (config.autoAddCss && !_cssInserted) { + insertCss(css()); + _cssInserted = true; + } + } + + var InjectCSS = { + mixout() { + return { + dom: { + css, + insertCss: ensureCss + } + }; + }, + + hooks() { + return { + beforeDOMElementCreation() { + ensureCss(); + }, + + beforeI2svg() { + ensureCss(); + } + + }; + } + + }; + + const w$1 = WINDOW || {}; + if (!w$1[NAMESPACE_IDENTIFIER]) w$1[NAMESPACE_IDENTIFIER] = {}; + if (!w$1[NAMESPACE_IDENTIFIER].styles) w$1[NAMESPACE_IDENTIFIER].styles = {}; + if (!w$1[NAMESPACE_IDENTIFIER].hooks) w$1[NAMESPACE_IDENTIFIER].hooks = {}; + if (!w$1[NAMESPACE_IDENTIFIER].shims) w$1[NAMESPACE_IDENTIFIER].shims = []; + var namespace = w$1[NAMESPACE_IDENTIFIER]; + + const functions = []; + + const listener = function () { + DOCUMENT.removeEventListener('DOMContentLoaded', listener); + loaded = 1; + functions.map(fn => fn()); + }; + + let loaded = false; + + if (IS_DOM) { + loaded = (DOCUMENT.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(DOCUMENT.readyState); + if (!loaded) DOCUMENT.addEventListener('DOMContentLoaded', listener); + } + + function domready (fn) { + if (!IS_DOM) return; + loaded ? setTimeout(fn, 0) : functions.push(fn); + } + + function toHtml(abstractNodes) { + const { + tag, + attributes = {}, + children = [] + } = abstractNodes; + + if (typeof abstractNodes === 'string') { + return htmlEscape(abstractNodes); + } else { + return "<".concat(tag, " ").concat(joinAttributes(attributes), ">").concat(children.map(toHtml).join(''), ""); + } + } + + function iconFromMapping(mapping, prefix, iconName) { + if (mapping && mapping[prefix] && mapping[prefix][iconName]) { + return { + prefix, + iconName, + icon: mapping[prefix][iconName] + }; + } + } + + /** + * Internal helper to bind a function known to have 4 arguments + * to a given context. + */ + + var bindInternal4 = function bindInternal4(func, thisContext) { + return function (a, b, c, d) { + return func.call(thisContext, a, b, c, d); + }; + }; + + /** + * # Reduce + * + * A fast object `.reduce()` implementation. + * + * @param {Object} subject The object to reduce over. + * @param {Function} fn The reducer function. + * @param {mixed} initialValue The initial value for the reducer, defaults to subject[0]. + * @param {Object} thisContext The context for the reducer. + * @return {mixed} The final result. + */ + + + var reduce = function fastReduceObject(subject, fn, initialValue, thisContext) { + var keys = Object.keys(subject), + length = keys.length, + iterator = thisContext !== undefined ? bindInternal4(fn, thisContext) : fn, + i, + key, + result; + + if (initialValue === undefined) { + i = 1; + result = subject[keys[0]]; + } else { + i = 0; + result = initialValue; + } + + for (; i < length; i++) { + key = keys[i]; + result = iterator(result, subject[key], key, subject); + } + + return result; + }; + + /** + * ucs2decode() and codePointAt() are both works of Mathias Bynens and licensed under MIT + * + * Copyright Mathias Bynens + + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + function ucs2decode(string) { + const output = []; + let counter = 0; + const length = string.length; + + while (counter < length) { + const value = string.charCodeAt(counter++); + + if (value >= 0xD800 && value <= 0xDBFF && counter < length) { + const extra = string.charCodeAt(counter++); + + if ((extra & 0xFC00) == 0xDC00) { + // eslint-disable-line eqeqeq + output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000); + } else { + output.push(value); + counter--; + } + } else { + output.push(value); + } + } + + return output; + } + + function toHex(unicode) { + const decoded = ucs2decode(unicode); + return decoded.length === 1 ? decoded[0].toString(16) : null; + } + function codePointAt(string, index) { + const size = string.length; + let first = string.charCodeAt(index); + let second; + + if (first >= 0xD800 && first <= 0xDBFF && size > index + 1) { + second = string.charCodeAt(index + 1); + + if (second >= 0xDC00 && second <= 0xDFFF) { + return (first - 0xD800) * 0x400 + second - 0xDC00 + 0x10000; + } + } + + return first; + } + + function normalizeIcons(icons) { + return Object.keys(icons).reduce((acc, iconName) => { + const icon = icons[iconName]; + const expanded = !!icon.icon; + + if (expanded) { + acc[icon.iconName] = icon.icon; + } else { + acc[iconName] = icon; + } + + return acc; + }, {}); + } + + function defineIcons(prefix, icons) { + let params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + const { + skipHooks = false + } = params; + const normalized = normalizeIcons(icons); + + if (typeof namespace.hooks.addPack === 'function' && !skipHooks) { + namespace.hooks.addPack(prefix, normalizeIcons(icons)); + } else { + namespace.styles[prefix] = { ...(namespace.styles[prefix] || {}), + ...normalized + }; + } + /** + * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction + * of new styles we needed to differentiate between them. Prefix `fa` is now an alias + * for `fas` so we'll ease the upgrade process for our users by automatically defining + * this as well. + */ + + + if (prefix === 'fas') { + defineIcons('fa', icons); + } + } + + const { + styles, + shims + } = namespace; + const LONG_STYLE = { + [a]: Object.values(PREFIX_TO_LONG_STYLE[a]), + [r]: Object.values(PREFIX_TO_LONG_STYLE[r]), + [o]: Object.values(PREFIX_TO_LONG_STYLE[o]) + }; + let _defaultUsablePrefix = null; + let _byUnicode = {}; + let _byLigature = {}; + let _byOldName = {}; + let _byOldUnicode = {}; + let _byAlias = {}; + const PREFIXES = { + [a]: Object.keys(PREFIX_TO_STYLE[a]), + [r]: Object.keys(PREFIX_TO_STYLE[r]), + [o]: Object.keys(PREFIX_TO_STYLE[o]) + }; + + function isReserved(name) { + return ~RESERVED_CLASSES.indexOf(name); + } + + function getIconName(cssPrefix, cls) { + const parts = cls.split('-'); + const prefix = parts[0]; + const iconName = parts.slice(1).join('-'); + + if (prefix === cssPrefix && iconName !== '' && !isReserved(iconName)) { + return iconName; + } else { + return null; + } + } + const build = () => { + const lookup = reducer => { + return reduce(styles, (o$$1, style, prefix) => { + o$$1[prefix] = reduce(style, reducer, {}); + return o$$1; + }, {}); + }; + + _byUnicode = lookup((acc, icon, iconName) => { + if (icon[3]) { + acc[icon[3]] = iconName; + } + + if (icon[2]) { + const aliases = icon[2].filter(a$$1 => { + return typeof a$$1 === 'number'; + }); + aliases.forEach(alias => { + acc[alias.toString(16)] = iconName; + }); + } + + return acc; + }); + _byLigature = lookup((acc, icon, iconName) => { + acc[iconName] = iconName; + + if (icon[2]) { + const aliases = icon[2].filter(a$$1 => { + return typeof a$$1 === 'string'; + }); + aliases.forEach(alias => { + acc[alias] = iconName; + }); + } + + return acc; + }); + _byAlias = lookup((acc, icon, iconName) => { + const aliases = icon[2]; + acc[iconName] = iconName; + aliases.forEach(alias => { + acc[alias] = iconName; + }); + return acc; + }); // If we have a Kit, we can't determine if regular is available since we + // could be auto-fetching it. We'll have to assume that it is available. + + const hasRegular = 'far' in styles || config.autoFetchSvg; + const shimLookups = reduce(shims, (acc, shim) => { + const maybeNameMaybeUnicode = shim[0]; + let prefix = shim[1]; + const iconName = shim[2]; + + if (prefix === 'far' && !hasRegular) { + prefix = 'fas'; + } + + if (typeof maybeNameMaybeUnicode === 'string') { + acc.names[maybeNameMaybeUnicode] = { + prefix, + iconName + }; + } + + if (typeof maybeNameMaybeUnicode === 'number') { + acc.unicodes[maybeNameMaybeUnicode.toString(16)] = { + prefix, + iconName + }; + } + + return acc; + }, { + names: {}, + unicodes: {} + }); + _byOldName = shimLookups.names; + _byOldUnicode = shimLookups.unicodes; + _defaultUsablePrefix = getCanonicalPrefix(config.styleDefault, { + family: config.familyDefault + }); + }; + onChange(c$$1 => { + _defaultUsablePrefix = getCanonicalPrefix(c$$1.styleDefault, { + family: config.familyDefault + }); + }); + build(); + function byUnicode(prefix, unicode) { + return (_byUnicode[prefix] || {})[unicode]; + } + function byLigature(prefix, ligature) { + return (_byLigature[prefix] || {})[ligature]; + } + function byAlias(prefix, alias) { + return (_byAlias[prefix] || {})[alias]; + } + function byOldName(name) { + return _byOldName[name] || { + prefix: null, + iconName: null + }; + } + function byOldUnicode(unicode) { + const oldUnicode = _byOldUnicode[unicode]; + const newUnicode = byUnicode('fas', unicode); + return oldUnicode || (newUnicode ? { + prefix: 'fas', + iconName: newUnicode + } : null) || { + prefix: null, + iconName: null + }; + } + function getDefaultUsablePrefix() { + return _defaultUsablePrefix; + } + const emptyCanonicalIcon = () => { + return { + prefix: null, + iconName: null, + rest: [] + }; + }; + function getCanonicalPrefix(styleOrPrefix) { + let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const { + family = a + } = params; + const style = PREFIX_TO_STYLE[family][styleOrPrefix]; + const prefix = STYLE_TO_PREFIX[family][styleOrPrefix] || STYLE_TO_PREFIX[family][style]; + const defined = styleOrPrefix in namespace.styles ? styleOrPrefix : null; + const result = prefix || defined || null; + return result; + } + const PREFIXES_FOR_FAMILY = { + [a]: Object.keys(PREFIX_TO_LONG_STYLE[a]), + [r]: Object.keys(PREFIX_TO_LONG_STYLE[r]), + [o]: Object.keys(PREFIX_TO_LONG_STYLE[o]) + }; + function getCanonicalIcon(values) { + let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const { + skipLookups = false + } = params; + const famProps = { + [a]: "".concat(config.cssPrefix, "-").concat(a), + [r]: "".concat(config.cssPrefix, "-").concat(r), + [o]: "".concat(config.cssPrefix, "-").concat(o) + }; + let givenPrefix = null; + let family = a; + const nonDuotoneFamilyIds = c.filter(familyId => familyId !== t); + nonDuotoneFamilyIds.forEach(familyId => { + if (values.includes(famProps[familyId]) || values.some(v$$1 => PREFIXES_FOR_FAMILY[familyId].includes(v$$1))) { + family = familyId; + } + }); + const canonical = values.reduce((acc, cls) => { + const iconName = getIconName(config.cssPrefix, cls); + + if (styles[cls]) { + cls = LONG_STYLE[family].includes(cls) ? LONG_STYLE_TO_PREFIX[family][cls] : cls; + givenPrefix = cls; + acc.prefix = cls; + } else if (PREFIXES[family].indexOf(cls) > -1) { + givenPrefix = cls; + acc.prefix = getCanonicalPrefix(cls, { + family + }); + } else if (iconName) { + acc.iconName = iconName; + } else if (cls !== config.replacementClass && !nonDuotoneFamilyIds.some(familyName => cls === famProps[familyName])) { + acc.rest.push(cls); + } + + if (!skipLookups && acc.prefix && acc.iconName) { + const shim = givenPrefix === 'fa' ? byOldName(acc.iconName) : {}; + const aliasIconName = byAlias(acc.prefix, acc.iconName); + + if (shim.prefix) { + givenPrefix = null; + } + + acc.iconName = shim.iconName || aliasIconName || acc.iconName; + acc.prefix = shim.prefix || acc.prefix; + + if (acc.prefix === 'far' && !styles['far'] && styles['fas'] && !config.autoFetchSvg) { + // Allow a fallback from the regular style to solid if regular is not available + // but only if we aren't auto-fetching SVGs + acc.prefix = 'fas'; + } + } + + return acc; + }, emptyCanonicalIcon()); + + if (values.includes('fa-brands') || values.includes('fab')) { + canonical.prefix = 'fab'; + } + + if (values.includes('fa-duotone') || values.includes('fad')) { + canonical.prefix = 'fad'; + } + + if (!canonical.prefix && family === r && (styles['fass'] || config.autoFetchSvg)) { + canonical.prefix = 'fass'; + canonical.iconName = byAlias(canonical.prefix, canonical.iconName) || canonical.iconName; + } + + if (!canonical.prefix && family === o && (styles['fasds'] || config.autoFetchSvg)) { + canonical.prefix = 'fasds'; + canonical.iconName = byAlias(canonical.prefix, canonical.iconName) || canonical.iconName; + } + + if (canonical.prefix === 'fa' || givenPrefix === 'fa') { + // The fa prefix is not canonical. So if it has made it through until this point + // we will shift it to the correct prefix. + canonical.prefix = getDefaultUsablePrefix() || 'fas'; + } + + return canonical; + } + + class Library { + constructor() { + this.definitions = {}; + } + + add() { + for (var _len = arguments.length, definitions = new Array(_len), _key = 0; _key < _len; _key++) { + definitions[_key] = arguments[_key]; + } + + const additions = definitions.reduce(this._pullDefinitions, {}); + Object.keys(additions).forEach(key => { + this.definitions[key] = { ...(this.definitions[key] || {}), + ...additions[key] + }; + defineIcons(key, additions[key]); // TODO can we stop doing this? We can't get the icons by 'fa-solid' any longer so this probably needs to change + + const longPrefix = PREFIX_TO_LONG_STYLE[a][key]; + if (longPrefix) defineIcons(longPrefix, additions[key]); + build(); + }); + } + + reset() { + this.definitions = {}; + } + + _pullDefinitions(additions, definition) { + const normalized = definition.prefix && definition.iconName && definition.icon ? { + 0: definition + } : definition; + Object.keys(normalized).map(key => { + const { + prefix, + iconName, + icon + } = normalized[key]; + const aliases = icon[2]; + if (!additions[prefix]) additions[prefix] = {}; + + if (aliases.length > 0) { + aliases.forEach(alias => { + if (typeof alias === 'string') { + additions[prefix][alias] = icon; + } + }); + } + + additions[prefix][iconName] = icon; + }); + return additions; + } + + } + + let _plugins = []; + let _hooks = {}; + const providers = {}; + const defaultProviderKeys = Object.keys(providers); + function registerPlugins(nextPlugins, _ref) { + let { + mixoutsTo: obj + } = _ref; + _plugins = nextPlugins; + _hooks = {}; + Object.keys(providers).forEach(k => { + if (defaultProviderKeys.indexOf(k) === -1) { + delete providers[k]; + } + }); + + _plugins.forEach(plugin => { + const mixout = plugin.mixout ? plugin.mixout() : {}; + Object.keys(mixout).forEach(tk => { + if (typeof mixout[tk] === 'function') { + obj[tk] = mixout[tk]; + } + + if (typeof mixout[tk] === 'object') { + Object.keys(mixout[tk]).forEach(sk => { + if (!obj[tk]) { + obj[tk] = {}; + } + + obj[tk][sk] = mixout[tk][sk]; + }); + } + }); + + if (plugin.hooks) { + const hooks = plugin.hooks(); + Object.keys(hooks).forEach(hook => { + if (!_hooks[hook]) { + _hooks[hook] = []; + } + + _hooks[hook].push(hooks[hook]); + }); + } + + if (plugin.provides) { + plugin.provides(providers); + } + }); + + return obj; + } + function chainHooks(hook, accumulator) { + for (var _len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) { + args[_key - 2] = arguments[_key]; + } + + const hookFns = _hooks[hook] || []; + hookFns.forEach(hookFn => { + accumulator = hookFn.apply(null, [accumulator, ...args]); // eslint-disable-line no-useless-call + }); + return accumulator; + } + function callHooks(hook) { + for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) { + args[_key2 - 1] = arguments[_key2]; + } + + const hookFns = _hooks[hook] || []; + hookFns.forEach(hookFn => { + hookFn.apply(null, args); + }); + return undefined; + } + function callProvided() { + const hook = arguments[0]; + const args = Array.prototype.slice.call(arguments, 1); + return providers[hook] ? providers[hook].apply(null, args) : undefined; + } + + function findIconDefinition(iconLookup) { + if (iconLookup.prefix === 'fa') { + iconLookup.prefix = 'fas'; + } + + let { + iconName + } = iconLookup; + const prefix = iconLookup.prefix || getDefaultUsablePrefix(); + if (!iconName) return; + iconName = byAlias(prefix, iconName) || iconName; + return iconFromMapping(library.definitions, prefix, iconName) || iconFromMapping(namespace.styles, prefix, iconName); + } + const library = new Library(); + const noAuto = () => { + config.autoReplaceSvg = false; + config.observeMutations = false; + callHooks('noAuto'); + }; + const dom = { + i2svg: function () { + let params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + + if (IS_DOM) { + callHooks('beforeI2svg', params); + callProvided('pseudoElements2svg', params); + return callProvided('i2svg', params); + } else { + return Promise.reject(new Error('Operation requires a DOM of some kind.')); + } + }, + watch: function () { + let params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + const { + autoReplaceSvgRoot + } = params; + + if (config.autoReplaceSvg === false) { + config.autoReplaceSvg = true; + } + + config.observeMutations = true; + domready(() => { + autoReplace({ + autoReplaceSvgRoot + }); + callHooks('watch', params); + }); + } + }; + const parse = { + icon: icon => { + if (icon === null) { + return null; + } + + if (typeof icon === 'object' && icon.prefix && icon.iconName) { + return { + prefix: icon.prefix, + iconName: byAlias(icon.prefix, icon.iconName) || icon.iconName + }; + } + + if (Array.isArray(icon) && icon.length === 2) { + const iconName = icon[1].indexOf('fa-') === 0 ? icon[1].slice(3) : icon[1]; + const prefix = getCanonicalPrefix(icon[0]); + return { + prefix, + iconName: byAlias(prefix, iconName) || iconName + }; + } + + if (typeof icon === 'string' && (icon.indexOf("".concat(config.cssPrefix, "-")) > -1 || icon.match(ICON_SELECTION_SYNTAX_PATTERN))) { + const canonicalIcon = getCanonicalIcon(icon.split(' '), { + skipLookups: true + }); + return { + prefix: canonicalIcon.prefix || getDefaultUsablePrefix(), + iconName: byAlias(canonicalIcon.prefix, canonicalIcon.iconName) || canonicalIcon.iconName + }; + } + + if (typeof icon === 'string') { + const prefix = getDefaultUsablePrefix(); + return { + prefix, + iconName: byAlias(prefix, icon) || icon + }; + } + } + }; + const api = { + noAuto, + config, + dom, + parse, + library, + findIconDefinition, + toHtml + }; + + const autoReplace = function () { + let params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + const { + autoReplaceSvgRoot = DOCUMENT + } = params; + if ((Object.keys(namespace.styles).length > 0 || config.autoFetchSvg) && IS_DOM && config.autoReplaceSvg) api.dom.i2svg({ + node: autoReplaceSvgRoot + }); + }; + + function bootstrap(plugins) { + if (IS_BROWSER) { + if (!WINDOW.FontAwesome) { + WINDOW.FontAwesome = api; + } + + domready(() => { + autoReplace(); + callHooks('bootstrap'); + }); + } + + namespace.hooks = { ...namespace.hooks, + addPack: (prefix, icons) => { + namespace.styles[prefix] = { ...(namespace.styles[prefix] || {}), + ...icons + }; + build(); + autoReplace(); + }, + addPacks: packs => { + packs.forEach(_ref => { + let [prefix, icons] = _ref; + namespace.styles[prefix] = { ...(namespace.styles[prefix] || {}), + ...icons + }; + }); + build(); + autoReplace(); + }, + addShims: shims => { + namespace.shims.push(...shims); + build(); + autoReplace(); + } + }; + } + + function domVariants(val, abstractCreator) { + Object.defineProperty(val, 'abstract', { + get: abstractCreator + }); + Object.defineProperty(val, 'html', { + get: function () { + return val.abstract.map(a => toHtml(a)); + } + }); + Object.defineProperty(val, 'node', { + get: function () { + if (!IS_DOM) return; + const container = DOCUMENT.createElement('div'); + container.innerHTML = val.html; + return container.children; + } + }); + return val; + } + + function asIcon (_ref) { + let { + children, + main, + mask, + attributes, + styles, + transform + } = _ref; + + if (transformIsMeaningful(transform) && main.found && !mask.found) { + const { + width, + height + } = main; + const offset = { + x: width / height / 2, + y: 0.5 + }; + attributes['style'] = joinStyles({ ...styles, + 'transform-origin': "".concat(offset.x + transform.x / 16, "em ").concat(offset.y + transform.y / 16, "em") + }); + } + + return [{ + tag: 'svg', + attributes, + children + }]; + } + + function asSymbol (_ref) { + let { + prefix, + iconName, + children, + attributes, + symbol + } = _ref; + const id = symbol === true ? "".concat(prefix, "-").concat(config.cssPrefix, "-").concat(iconName) : symbol; + return [{ + tag: 'svg', + attributes: { + style: 'display: none;' + }, + children: [{ + tag: 'symbol', + attributes: { ...attributes, + id + }, + children + }] + }]; + } + + function makeInlineSvgAbstract(params) { + const { + icons: { + main, + mask + }, + prefix, + iconName, + transform, + symbol, + title, + maskId, + titleId, + extra, + watchable = false + } = params; + const { + width, + height + } = mask.found ? mask : main; + const isUploadedIcon = prefix === 'fak'; + const attrClass = [config.replacementClass, iconName ? "".concat(config.cssPrefix, "-").concat(iconName) : ''].filter(c => extra.classes.indexOf(c) === -1).filter(c => c !== '' || !!c).concat(extra.classes).join(' '); + let content = { + children: [], + attributes: { ...extra.attributes, + 'data-prefix': prefix, + 'data-icon': iconName, + 'class': attrClass, + 'role': extra.attributes.role || 'img', + 'xmlns': 'http://www.w3.org/2000/svg', + 'viewBox': "0 0 ".concat(width, " ").concat(height) + } + }; + const uploadedIconWidthStyle = isUploadedIcon && !~extra.classes.indexOf('fa-fw') ? { + width: "".concat(width / height * 16 * 0.0625, "em") + } : {}; + + if (watchable) { + content.attributes[DATA_FA_I2SVG] = ''; + } + + if (title) { + content.children.push({ + tag: 'title', + attributes: { + id: content.attributes['aria-labelledby'] || "title-".concat(titleId || nextUniqueId()) + }, + children: [title] + }); + delete content.attributes.title; + } + + const args = { ...content, + prefix, + iconName, + main, + mask, + maskId, + transform, + symbol, + styles: { ...uploadedIconWidthStyle, + ...extra.styles + } + }; + const { + children, + attributes + } = mask.found && main.found ? callProvided('generateAbstractMask', args) || { + children: [], + attributes: {} + } : callProvided('generateAbstractIcon', args) || { + children: [], + attributes: {} + }; + args.children = children; + args.attributes = attributes; + + if (symbol) { + return asSymbol(args); + } else { + return asIcon(args); + } + } + function makeLayersTextAbstract(params) { + const { + content, + width, + height, + transform, + title, + extra, + watchable = false + } = params; + const attributes = { ...extra.attributes, + ...(title ? { + 'title': title + } : {}), + 'class': extra.classes.join(' ') + }; + + if (watchable) { + attributes[DATA_FA_I2SVG] = ''; + } + + const styles = { ...extra.styles + }; + + if (transformIsMeaningful(transform)) { + styles['transform'] = transformForCss({ + transform, + startCentered: true, + width, + height + }); + styles['-webkit-transform'] = styles['transform']; + } + + const styleString = joinStyles(styles); + + if (styleString.length > 0) { + attributes['style'] = styleString; + } + + const val = []; + val.push({ + tag: 'span', + attributes, + children: [content] + }); + + if (title) { + val.push({ + tag: 'span', + attributes: { + class: 'sr-only' + }, + children: [title] + }); + } + + return val; + } + function makeLayersCounterAbstract(params) { + const { + content, + title, + extra + } = params; + const attributes = { ...extra.attributes, + ...(title ? { + 'title': title + } : {}), + 'class': extra.classes.join(' ') + }; + const styleString = joinStyles(extra.styles); + + if (styleString.length > 0) { + attributes['style'] = styleString; + } + + const val = []; + val.push({ + tag: 'span', + attributes, + children: [content] + }); + + if (title) { + val.push({ + tag: 'span', + attributes: { + class: 'sr-only' + }, + children: [title] + }); + } + + return val; + } + + const { + styles: styles$1 + } = namespace; + function asFoundIcon(icon) { + const width = icon[0]; + const height = icon[1]; + const [vectorData] = icon.slice(4); + let element = null; + + if (Array.isArray(vectorData)) { + element = { + tag: 'g', + attributes: { + class: "".concat(config.cssPrefix, "-").concat(DUOTONE_CLASSES.GROUP) + }, + children: [{ + tag: 'path', + attributes: { + class: "".concat(config.cssPrefix, "-").concat(DUOTONE_CLASSES.SECONDARY), + fill: 'currentColor', + d: vectorData[0] + } + }, { + tag: 'path', + attributes: { + class: "".concat(config.cssPrefix, "-").concat(DUOTONE_CLASSES.PRIMARY), + fill: 'currentColor', + d: vectorData[1] + } + }] + }; + } else { + element = { + tag: 'path', + attributes: { + fill: 'currentColor', + d: vectorData + } + }; + } + + return { + found: true, + width, + height, + icon: element + }; + } + const missingIconResolutionMixin = { + found: false, + width: 512, + height: 512 + }; + + function maybeNotifyMissing(iconName, prefix) { + if (!PRODUCTION && !config.showMissingIcons && iconName) { + console.error("Icon with name \"".concat(iconName, "\" and prefix \"").concat(prefix, "\" is missing.")); + } + } + + function findIcon(iconName, prefix) { + let givenPrefix = prefix; + + if (prefix === 'fa' && config.styleDefault !== null) { + prefix = getDefaultUsablePrefix(); + } + + return new Promise((resolve, reject) => { + if (givenPrefix === 'fa') { + const shim = byOldName(iconName) || {}; + iconName = shim.iconName || iconName; + prefix = shim.prefix || prefix; + } + + if (iconName && prefix && styles$1[prefix] && styles$1[prefix][iconName]) { + const icon = styles$1[prefix][iconName]; + return resolve(asFoundIcon(icon)); + } + + maybeNotifyMissing(iconName, prefix); + resolve({ ...missingIconResolutionMixin, + icon: config.showMissingIcons && iconName ? callProvided('missingIconAbstract') || {} : {} + }); + }); + } + + const noop$1 = () => {}; + + const p$2 = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : { + mark: noop$1, + measure: noop$1 + }; + const preamble = "FA \"6.6.0\""; + + const begin = name => { + p$2.mark("".concat(preamble, " ").concat(name, " begins")); + return () => end(name); + }; + + const end = name => { + p$2.mark("".concat(preamble, " ").concat(name, " ends")); + p$2.measure("".concat(preamble, " ").concat(name), "".concat(preamble, " ").concat(name, " begins"), "".concat(preamble, " ").concat(name, " ends")); + }; + + var perf = { + begin, + end + }; + + const noop$2 = () => {}; + + function isWatched(node) { + const i2svg = node.getAttribute ? node.getAttribute(DATA_FA_I2SVG) : null; + return typeof i2svg === 'string'; + } + + function hasPrefixAndIcon(node) { + const prefix = node.getAttribute ? node.getAttribute(DATA_PREFIX) : null; + const icon = node.getAttribute ? node.getAttribute(DATA_ICON) : null; + return prefix && icon; + } + + function hasBeenReplaced(node) { + return node && node.classList && node.classList.contains && node.classList.contains(config.replacementClass); + } + + function getMutator() { + if (config.autoReplaceSvg === true) { + return mutators.replace; + } + + const mutator = mutators[config.autoReplaceSvg]; + return mutator || mutators.replace; + } + + function createElementNS(tag) { + return DOCUMENT.createElementNS('http://www.w3.org/2000/svg', tag); + } + + function createElement(tag) { + return DOCUMENT.createElement(tag); + } + + function convertSVG(abstractObj) { + let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const { + ceFn = abstractObj.tag === 'svg' ? createElementNS : createElement + } = params; + + if (typeof abstractObj === 'string') { + return DOCUMENT.createTextNode(abstractObj); + } + + const tag = ceFn(abstractObj.tag); + Object.keys(abstractObj.attributes || []).forEach(function (key) { + tag.setAttribute(key, abstractObj.attributes[key]); + }); + const children = abstractObj.children || []; + children.forEach(function (child) { + tag.appendChild(convertSVG(child, { + ceFn + })); + }); + return tag; + } + + function nodeAsComment(node) { + let comment = " ".concat(node.outerHTML, " "); + /* BEGIN.ATTRIBUTION */ + + comment = "".concat(comment, "Font Awesome fontawesome.com "); + /* END.ATTRIBUTION */ + + return comment; + } + + const mutators = { + replace: function (mutation) { + const node = mutation[0]; + + if (node.parentNode) { + mutation[1].forEach(abstract => { + node.parentNode.insertBefore(convertSVG(abstract), node); + }); + + if (node.getAttribute(DATA_FA_I2SVG) === null && config.keepOriginalSource) { + let comment = DOCUMENT.createComment(nodeAsComment(node)); + node.parentNode.replaceChild(comment, node); + } else { + node.remove(); + } + } + }, + nest: function (mutation) { + const node = mutation[0]; + const abstract = mutation[1]; // If we already have a replaced node we do not want to continue nesting within it. + // Short-circuit to the standard replacement + + if (~classArray(node).indexOf(config.replacementClass)) { + return mutators.replace(mutation); + } + + const forSvg = new RegExp("".concat(config.cssPrefix, "-.*")); + delete abstract[0].attributes.id; + + if (abstract[0].attributes.class) { + const splitClasses = abstract[0].attributes.class.split(' ').reduce((acc, cls) => { + if (cls === config.replacementClass || cls.match(forSvg)) { + acc.toSvg.push(cls); + } else { + acc.toNode.push(cls); + } + + return acc; + }, { + toNode: [], + toSvg: [] + }); + abstract[0].attributes.class = splitClasses.toSvg.join(' '); + + if (splitClasses.toNode.length === 0) { + node.removeAttribute('class'); + } else { + node.setAttribute('class', splitClasses.toNode.join(' ')); + } + } + + const newInnerHTML = abstract.map(a => toHtml(a)).join('\n'); + node.setAttribute(DATA_FA_I2SVG, ''); + node.innerHTML = newInnerHTML; + } + }; + + function performOperationSync(op) { + op(); + } + + function perform(mutations, callback) { + const callbackFunction = typeof callback === 'function' ? callback : noop$2; + + if (mutations.length === 0) { + callbackFunction(); + } else { + let frame = performOperationSync; + + if (config.mutateApproach === MUTATION_APPROACH_ASYNC) { + frame = WINDOW.requestAnimationFrame || performOperationSync; + } + + frame(() => { + const mutator = getMutator(); + const mark = perf.begin('mutate'); + mutations.map(mutator); + mark(); + callbackFunction(); + }); + } + } + let disabled = false; + function disableObservation() { + disabled = true; + } + function enableObservation() { + disabled = false; + } + let mo$1 = null; + function observe(options) { + if (!MUTATION_OBSERVER) { + return; + } + + if (!config.observeMutations) { + return; + } + + const { + treeCallback = noop$2, + nodeCallback = noop$2, + pseudoElementsCallback = noop$2, + observeMutationsRoot = DOCUMENT + } = options; + mo$1 = new MUTATION_OBSERVER(objects => { + if (disabled) return; + const defaultPrefix = getDefaultUsablePrefix(); + toArray(objects).forEach(mutationRecord => { + if (mutationRecord.type === 'childList' && mutationRecord.addedNodes.length > 0 && !isWatched(mutationRecord.addedNodes[0])) { + if (config.searchPseudoElements) { + pseudoElementsCallback(mutationRecord.target); + } + + treeCallback(mutationRecord.target); + } + + if (mutationRecord.type === 'attributes' && mutationRecord.target.parentNode && config.searchPseudoElements) { + pseudoElementsCallback(mutationRecord.target.parentNode); + } + + if (mutationRecord.type === 'attributes' && isWatched(mutationRecord.target) && ~ATTRIBUTES_WATCHED_FOR_MUTATION.indexOf(mutationRecord.attributeName)) { + if (mutationRecord.attributeName === 'class' && hasPrefixAndIcon(mutationRecord.target)) { + const { + prefix, + iconName + } = getCanonicalIcon(classArray(mutationRecord.target)); + mutationRecord.target.setAttribute(DATA_PREFIX, prefix || defaultPrefix); + if (iconName) mutationRecord.target.setAttribute(DATA_ICON, iconName); + } else if (hasBeenReplaced(mutationRecord.target)) { + nodeCallback(mutationRecord.target); + } + } + }); + }); + if (!IS_DOM) return; + mo$1.observe(observeMutationsRoot, { + childList: true, + attributes: true, + characterData: true, + subtree: true + }); + } + function disconnect() { + if (!mo$1) return; + mo$1.disconnect(); + } + + function styleParser (node) { + const style = node.getAttribute('style'); + let val = []; + + if (style) { + val = style.split(';').reduce((acc, style) => { + const styles = style.split(':'); + const prop = styles[0]; + const value = styles.slice(1); + + if (prop && value.length > 0) { + acc[prop] = value.join(':').trim(); + } + + return acc; + }, {}); + } + + return val; + } + + function classParser (node) { + const existingPrefix = node.getAttribute('data-prefix'); + const existingIconName = node.getAttribute('data-icon'); + const innerText = node.innerText !== undefined ? node.innerText.trim() : ''; + let val = getCanonicalIcon(classArray(node)); + + if (!val.prefix) { + val.prefix = getDefaultUsablePrefix(); + } + + if (existingPrefix && existingIconName) { + val.prefix = existingPrefix; + val.iconName = existingIconName; + } + + if (val.iconName && val.prefix) { + return val; + } + + if (val.prefix && innerText.length > 0) { + val.iconName = byLigature(val.prefix, node.innerText) || byUnicode(val.prefix, toHex(node.innerText)); + } + + if (!val.iconName && config.autoFetchSvg && node.firstChild && node.firstChild.nodeType === Node.TEXT_NODE) { + val.iconName = node.firstChild.data; + } + + return val; + } + + function attributesParser (node) { + const extraAttributes = toArray(node.attributes).reduce((acc, attr) => { + if (acc.name !== 'class' && acc.name !== 'style') { + acc[attr.name] = attr.value; + } + + return acc; + }, {}); + const title = node.getAttribute('title'); + const titleId = node.getAttribute('data-fa-title-id'); + + if (config.autoA11y) { + if (title) { + extraAttributes['aria-labelledby'] = "".concat(config.replacementClass, "-title-").concat(titleId || nextUniqueId()); + } else { + extraAttributes['aria-hidden'] = 'true'; + extraAttributes['focusable'] = 'false'; + } + } + + return extraAttributes; + } + + function blankMeta() { + return { + iconName: null, + title: null, + titleId: null, + prefix: null, + transform: meaninglessTransform, + symbol: false, + mask: { + iconName: null, + prefix: null, + rest: [] + }, + maskId: null, + extra: { + classes: [], + styles: {}, + attributes: {} + } + }; + } + function parseMeta(node) { + let parser = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : { + styleParser: true + }; + const { + iconName, + prefix, + rest: extraClasses + } = classParser(node); + const extraAttributes = attributesParser(node); + const pluginMeta = chainHooks('parseNodeAttributes', {}, node); + let extraStyles = parser.styleParser ? styleParser(node) : []; + return { + iconName, + title: node.getAttribute('title'), + titleId: node.getAttribute('data-fa-title-id'), + prefix, + transform: meaninglessTransform, + mask: { + iconName: null, + prefix: null, + rest: [] + }, + maskId: null, + symbol: false, + extra: { + classes: extraClasses, + styles: extraStyles, + attributes: extraAttributes + }, + ...pluginMeta + }; + } + + const { + styles: styles$2 + } = namespace; + + function generateMutation(node) { + const nodeMeta = config.autoReplaceSvg === 'nest' ? parseMeta(node, { + styleParser: false + }) : parseMeta(node); + + if (~nodeMeta.extra.classes.indexOf(LAYERS_TEXT_CLASSNAME)) { + return callProvided('generateLayersText', node, nodeMeta); + } else { + return callProvided('generateSvgReplacementMutation', node, nodeMeta); + } + } + + let knownPrefixes = new Set(); + FAMILIES.map(family => { + knownPrefixes.add("fa-".concat(family)); + }); + Object.keys(PREFIX_TO_STYLE[a]).map(knownPrefixes.add.bind(knownPrefixes)); + Object.keys(PREFIX_TO_STYLE[r]).map(knownPrefixes.add.bind(knownPrefixes)); + Object.keys(PREFIX_TO_STYLE[o]).map(knownPrefixes.add.bind(knownPrefixes)); + knownPrefixes = [...knownPrefixes]; + + function onTree(root) { + let callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + if (!IS_DOM) return Promise.resolve(); + const htmlClassList = DOCUMENT.documentElement.classList; + + const hclAdd = suffix => htmlClassList.add("".concat(HTML_CLASS_I2SVG_BASE_CLASS, "-").concat(suffix)); + + const hclRemove = suffix => htmlClassList.remove("".concat(HTML_CLASS_I2SVG_BASE_CLASS, "-").concat(suffix)); + + const prefixes = config.autoFetchSvg ? knownPrefixes : FAMILIES.map(f$$1 => "fa-".concat(f$$1)).concat(Object.keys(styles$2)); + + if (!prefixes.includes('fa')) { + prefixes.push('fa'); + } + + const prefixesDomQuery = [".".concat(LAYERS_TEXT_CLASSNAME, ":not([").concat(DATA_FA_I2SVG, "])")].concat(prefixes.map(p$$1 => ".".concat(p$$1, ":not([").concat(DATA_FA_I2SVG, "])"))).join(', '); + + if (prefixesDomQuery.length === 0) { + return Promise.resolve(); + } + + let candidates = []; + + try { + candidates = toArray(root.querySelectorAll(prefixesDomQuery)); + } catch (e$$1) {// noop + } + + if (candidates.length > 0) { + hclAdd('pending'); + hclRemove('complete'); + } else { + return Promise.resolve(); + } + + const mark = perf.begin('onTree'); + const mutations = candidates.reduce((acc, node) => { + try { + const mutation = generateMutation(node); + + if (mutation) { + acc.push(mutation); + } + } catch (e$$1) { + if (!PRODUCTION) { + if (e$$1.name === 'MissingIcon') { + console.error(e$$1); + } + } + } + + return acc; + }, []); + return new Promise((resolve, reject) => { + Promise.all(mutations).then(resolvedMutations => { + perform(resolvedMutations, () => { + hclAdd('active'); + hclAdd('complete'); + hclRemove('pending'); + if (typeof callback === 'function') callback(); + mark(); + resolve(); + }); + }).catch(e$$1 => { + mark(); + reject(e$$1); + }); + }); + } + + function onNode(node) { + let callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + generateMutation(node).then(mutation => { + if (mutation) { + perform([mutation], callback); + } + }); + } + + function resolveIcons(next) { + return function (maybeIconDefinition) { + let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const iconDefinition = (maybeIconDefinition || {}).icon ? maybeIconDefinition : findIconDefinition(maybeIconDefinition || {}); + let { + mask + } = params; + + if (mask) { + mask = (mask || {}).icon ? mask : findIconDefinition(mask || {}); + } + + return next(iconDefinition, { ...params, + mask + }); + }; + } + + const render = function (iconDefinition) { + let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const { + transform = meaninglessTransform, + symbol = false, + mask = null, + maskId = null, + title = null, + titleId = null, + classes = [], + attributes = {}, + styles = {} + } = params; + if (!iconDefinition) return; + const { + prefix, + iconName, + icon + } = iconDefinition; + return domVariants({ + type: 'icon', + ...iconDefinition + }, () => { + callHooks('beforeDOMElementCreation', { + iconDefinition, + params + }); + + if (config.autoA11y) { + if (title) { + attributes['aria-labelledby'] = "".concat(config.replacementClass, "-title-").concat(titleId || nextUniqueId()); + } else { + attributes['aria-hidden'] = 'true'; + attributes['focusable'] = 'false'; + } + } + + return makeInlineSvgAbstract({ + icons: { + main: asFoundIcon(icon), + mask: mask ? asFoundIcon(mask.icon) : { + found: false, + width: null, + height: null, + icon: {} + } + }, + prefix, + iconName, + transform: { ...meaninglessTransform, + ...transform + }, + symbol, + title, + maskId, + titleId, + extra: { + attributes, + styles, + classes + } + }); + }); + }; + var ReplaceElements = { + mixout() { + return { + icon: resolveIcons(render) + }; + }, + + hooks() { + return { + mutationObserverCallbacks(accumulator) { + accumulator.treeCallback = onTree; + accumulator.nodeCallback = onNode; + return accumulator; + } + + }; + }, + + provides(providers$$1) { + providers$$1.i2svg = function (params) { + const { + node = DOCUMENT, + callback = () => {} + } = params; + return onTree(node, callback); + }; + + providers$$1.generateSvgReplacementMutation = function (node, nodeMeta) { + const { + iconName, + title, + titleId, + prefix, + transform, + symbol, + mask, + maskId, + extra + } = nodeMeta; + return new Promise((resolve, reject) => { + Promise.all([findIcon(iconName, prefix), mask.iconName ? findIcon(mask.iconName, mask.prefix) : Promise.resolve({ + found: false, + width: 512, + height: 512, + icon: {} + })]).then(_ref => { + let [main, mask] = _ref; + resolve([node, makeInlineSvgAbstract({ + icons: { + main, + mask + }, + prefix, + iconName, + transform, + symbol, + maskId, + title, + titleId, + extra, + watchable: true + })]); + }).catch(reject); + }); + }; + + providers$$1.generateAbstractIcon = function (_ref2) { + let { + children, + attributes, + main, + transform, + styles + } = _ref2; + const styleString = joinStyles(styles); + + if (styleString.length > 0) { + attributes['style'] = styleString; + } + + let nextChild; + + if (transformIsMeaningful(transform)) { + nextChild = callProvided('generateAbstractTransformGrouping', { + main, + transform, + containerWidth: main.width, + iconWidth: main.width + }); + } + + children.push(nextChild || main.icon); + return { + children, + attributes + }; + }; + } + + }; + + var Layers = { + mixout() { + return { + layer(assembler) { + let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const { + classes = [] + } = params; + return domVariants({ + type: 'layer' + }, () => { + callHooks('beforeDOMElementCreation', { + assembler, + params + }); + let children = []; + assembler(args => { + Array.isArray(args) ? args.map(a => { + children = children.concat(a.abstract); + }) : children = children.concat(args.abstract); + }); + return [{ + tag: 'span', + attributes: { + class: ["".concat(config.cssPrefix, "-layers"), ...classes].join(' ') + }, + children + }]; + }); + } + + }; + } + + }; + + var LayersCounter = { + mixout() { + return { + counter(content) { + let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const { + title = null, + classes = [], + attributes = {}, + styles = {} + } = params; + return domVariants({ + type: 'counter', + content + }, () => { + callHooks('beforeDOMElementCreation', { + content, + params + }); + return makeLayersCounterAbstract({ + content: content.toString(), + title, + extra: { + attributes, + styles, + classes: ["".concat(config.cssPrefix, "-layers-counter"), ...classes] + } + }); + }); + } + + }; + } + + }; + + var LayersText = { + mixout() { + return { + text(content) { + let params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const { + transform = meaninglessTransform, + title = null, + classes = [], + attributes = {}, + styles = {} + } = params; + return domVariants({ + type: 'text', + content + }, () => { + callHooks('beforeDOMElementCreation', { + content, + params + }); + return makeLayersTextAbstract({ + content, + transform: { ...meaninglessTransform, + ...transform + }, + title, + extra: { + attributes, + styles, + classes: ["".concat(config.cssPrefix, "-layers-text"), ...classes] + } + }); + }); + } + + }; + }, + + provides(providers$$1) { + providers$$1.generateLayersText = function (node, nodeMeta) { + const { + title, + transform, + extra + } = nodeMeta; + let width = null; + let height = null; + + if (IS_IE) { + const computedFontSize = parseInt(getComputedStyle(node).fontSize, 10); + const boundingClientRect = node.getBoundingClientRect(); + width = boundingClientRect.width / computedFontSize; + height = boundingClientRect.height / computedFontSize; + } + + if (config.autoA11y && !title) { + extra.attributes['aria-hidden'] = 'true'; + } + + return Promise.resolve([node, makeLayersTextAbstract({ + content: node.innerHTML, + width, + height, + transform, + title, + extra, + watchable: true + })]); + }; + } + + }; + + const CLEAN_CONTENT_PATTERN = new RegExp('\u{22}', 'ug'); + const SECONDARY_UNICODE_RANGE = [1105920, 1112319]; + const _FONT_FAMILY_WEIGHT_TO_PREFIX = { ...{ + FontAwesome: { + normal: 'fas', + 400: 'fas' + } + }, + ...eo, + ...ao, + ...mo + }; + const FONT_FAMILY_WEIGHT_TO_PREFIX = Object.keys(_FONT_FAMILY_WEIGHT_TO_PREFIX).reduce((acc, key) => { + acc[key.toLowerCase()] = _FONT_FAMILY_WEIGHT_TO_PREFIX[key]; + return acc; + }, {}); + const FONT_FAMILY_WEIGHT_FALLBACK = Object.keys(FONT_FAMILY_WEIGHT_TO_PREFIX).reduce((acc, fontFamily) => { + const weights = FONT_FAMILY_WEIGHT_TO_PREFIX[fontFamily]; + acc[fontFamily] = weights[900] || [...Object.entries(weights)][0][1]; + return acc; + }, {}); + function hexValueFromContent(content) { + const cleaned = content.replace(CLEAN_CONTENT_PATTERN, ''); + const codePoint = codePointAt(cleaned, 0); + const isPrependTen = codePoint >= SECONDARY_UNICODE_RANGE[0] && codePoint <= SECONDARY_UNICODE_RANGE[1]; + const isDoubled = cleaned.length === 2 ? cleaned[0] === cleaned[1] : false; + return { + value: isDoubled ? toHex(cleaned[0]) : toHex(cleaned), + isSecondary: isPrependTen || isDoubled + }; + } + function getPrefix(fontFamily, fontWeight) { + const fontFamilySanitized = fontFamily.replace(/^['"]|['"]$/g, '').toLowerCase(); + const fontWeightInteger = parseInt(fontWeight); + const fontWeightSanitized = isNaN(fontWeightInteger) ? 'normal' : fontWeightInteger; + return (FONT_FAMILY_WEIGHT_TO_PREFIX[fontFamilySanitized] || {})[fontWeightSanitized] || FONT_FAMILY_WEIGHT_FALLBACK[fontFamilySanitized]; + } + + function replaceForPosition(node, position) { + const pendingAttribute = "".concat(DATA_FA_PSEUDO_ELEMENT_PENDING).concat(position.replace(':', '-')); + return new Promise((resolve, reject) => { + if (node.getAttribute(pendingAttribute) !== null) { + // This node is already being processed + return resolve(); + } + + const children = toArray(node.children); + const alreadyProcessedPseudoElement = children.filter(c => c.getAttribute(DATA_FA_PSEUDO_ELEMENT) === position)[0]; + const styles = WINDOW.getComputedStyle(node, position); + const fontFamily = styles.getPropertyValue('font-family'); + const fontFamilyMatch = fontFamily.match(FONT_FAMILY_PATTERN); + const fontWeight = styles.getPropertyValue('font-weight'); + const content = styles.getPropertyValue('content'); + + if (alreadyProcessedPseudoElement && !fontFamilyMatch) { + // If we've already processed it but the current computed style does not result in a font-family, + // that probably means that a class name that was previously present to make the icon has been + // removed. So we now should delete the icon. + node.removeChild(alreadyProcessedPseudoElement); + return resolve(); + } else if (fontFamilyMatch && content !== 'none' && content !== '') { + const content = styles.getPropertyValue('content'); + let prefix = getPrefix(fontFamily, fontWeight); + const { + value: hexValue, + isSecondary + } = hexValueFromContent(content); + const isV4 = fontFamilyMatch[0].startsWith('FontAwesome'); + let iconName = byUnicode(prefix, hexValue); + let iconIdentifier = iconName; + + if (isV4) { + const iconName4 = byOldUnicode(hexValue); + + if (iconName4.iconName && iconName4.prefix) { + iconName = iconName4.iconName; + prefix = iconName4.prefix; + } + } // Only convert the pseudo element in this ::before/::after position into an icon if we haven't + // already done so with the same prefix and iconName + + + if (iconName && !isSecondary && (!alreadyProcessedPseudoElement || alreadyProcessedPseudoElement.getAttribute(DATA_PREFIX) !== prefix || alreadyProcessedPseudoElement.getAttribute(DATA_ICON) !== iconIdentifier)) { + node.setAttribute(pendingAttribute, iconIdentifier); + + if (alreadyProcessedPseudoElement) { + // Delete the old one, since we're replacing it with a new one + node.removeChild(alreadyProcessedPseudoElement); + } + + const meta = blankMeta(); + const { + extra + } = meta; + extra.attributes[DATA_FA_PSEUDO_ELEMENT] = position; + findIcon(iconName, prefix).then(main => { + const abstract = makeInlineSvgAbstract({ ...meta, + icons: { + main, + mask: emptyCanonicalIcon() + }, + prefix, + iconName: iconIdentifier, + extra, + watchable: true + }); + const element = DOCUMENT.createElementNS('http://www.w3.org/2000/svg', 'svg'); + + if (position === '::before') { + node.insertBefore(element, node.firstChild); + } else { + node.appendChild(element); + } + + element.outerHTML = abstract.map(a => toHtml(a)).join('\n'); + node.removeAttribute(pendingAttribute); + resolve(); + }).catch(reject); + } else { + resolve(); + } + } else { + resolve(); + } + }); + } + + function replace(node) { + return Promise.all([replaceForPosition(node, '::before'), replaceForPosition(node, '::after')]); + } + + function processable(node) { + return node.parentNode !== document.head && !~TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS.indexOf(node.tagName.toUpperCase()) && !node.getAttribute(DATA_FA_PSEUDO_ELEMENT) && (!node.parentNode || node.parentNode.tagName !== 'svg'); + } + + function searchPseudoElements(root) { + if (!IS_DOM) return; + return new Promise((resolve, reject) => { + const operations = toArray(root.querySelectorAll('*')).filter(processable).map(replace); + const end = perf.begin('searchPseudoElements'); + disableObservation(); + Promise.all(operations).then(() => { + end(); + enableObservation(); + resolve(); + }).catch(() => { + end(); + enableObservation(); + reject(); + }); + }); + } + + var PseudoElements = { + hooks() { + return { + mutationObserverCallbacks(accumulator) { + accumulator.pseudoElementsCallback = searchPseudoElements; + return accumulator; + } + + }; + }, + + provides(providers) { + providers.pseudoElements2svg = function (params) { + const { + node = DOCUMENT + } = params; + + if (config.searchPseudoElements) { + searchPseudoElements(node); + } + }; + } + + }; + + let _unwatched = false; + var MutationObserver$1 = { + mixout() { + return { + dom: { + unwatch() { + disableObservation(); + _unwatched = true; + } + + } + }; + }, + + hooks() { + return { + bootstrap() { + observe(chainHooks('mutationObserverCallbacks', {})); + }, + + noAuto() { + disconnect(); + }, + + watch(params) { + const { + observeMutationsRoot + } = params; + + if (_unwatched) { + enableObservation(); + } else { + observe(chainHooks('mutationObserverCallbacks', { + observeMutationsRoot + })); + } + } + + }; + } + + }; + + const parseTransformString = transformString => { + let transform = { + size: 16, + x: 0, + y: 0, + flipX: false, + flipY: false, + rotate: 0 + }; + return transformString.toLowerCase().split(' ').reduce((acc, n) => { + const parts = n.toLowerCase().split('-'); + const first = parts[0]; + let rest = parts.slice(1).join('-'); + + if (first && rest === 'h') { + acc.flipX = true; + return acc; + } + + if (first && rest === 'v') { + acc.flipY = true; + return acc; + } + + rest = parseFloat(rest); + + if (isNaN(rest)) { + return acc; + } + + switch (first) { + case 'grow': + acc.size = acc.size + rest; + break; + + case 'shrink': + acc.size = acc.size - rest; + break; + + case 'left': + acc.x = acc.x - rest; + break; + + case 'right': + acc.x = acc.x + rest; + break; + + case 'up': + acc.y = acc.y - rest; + break; + + case 'down': + acc.y = acc.y + rest; + break; + + case 'rotate': + acc.rotate = acc.rotate + rest; + break; + } + + return acc; + }, transform); + }; + var PowerTransforms = { + mixout() { + return { + parse: { + transform: transformString => { + return parseTransformString(transformString); + } + } + }; + }, + + hooks() { + return { + parseNodeAttributes(accumulator, node) { + const transformString = node.getAttribute('data-fa-transform'); + + if (transformString) { + accumulator.transform = parseTransformString(transformString); + } + + return accumulator; + } + + }; + }, + + provides(providers) { + providers.generateAbstractTransformGrouping = function (_ref) { + let { + main, + transform, + containerWidth, + iconWidth + } = _ref; + const outer = { + transform: "translate(".concat(containerWidth / 2, " 256)") + }; + const innerTranslate = "translate(".concat(transform.x * 32, ", ").concat(transform.y * 32, ") "); + const innerScale = "scale(".concat(transform.size / 16 * (transform.flipX ? -1 : 1), ", ").concat(transform.size / 16 * (transform.flipY ? -1 : 1), ") "); + const innerRotate = "rotate(".concat(transform.rotate, " 0 0)"); + const inner = { + transform: "".concat(innerTranslate, " ").concat(innerScale, " ").concat(innerRotate) + }; + const path = { + transform: "translate(".concat(iconWidth / 2 * -1, " -256)") + }; + const operations = { + outer, + inner, + path + }; + return { + tag: 'g', + attributes: { ...operations.outer + }, + children: [{ + tag: 'g', + attributes: { ...operations.inner + }, + children: [{ + tag: main.icon.tag, + children: main.icon.children, + attributes: { ...main.icon.attributes, + ...operations.path + } + }] + }] + }; + }; + } + + }; + + const ALL_SPACE = { + x: 0, + y: 0, + width: '100%', + height: '100%' + }; + + function fillBlack(abstract) { + let force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true; + + if (abstract.attributes && (abstract.attributes.fill || force)) { + abstract.attributes.fill = 'black'; + } + + return abstract; + } + + function deGroup(abstract) { + if (abstract.tag === 'g') { + return abstract.children; + } else { + return [abstract]; + } + } + + var Masks = { + hooks() { + return { + parseNodeAttributes(accumulator, node) { + const maskData = node.getAttribute('data-fa-mask'); + const mask = !maskData ? emptyCanonicalIcon() : getCanonicalIcon(maskData.split(' ').map(i => i.trim())); + + if (!mask.prefix) { + mask.prefix = getDefaultUsablePrefix(); + } + + accumulator.mask = mask; + accumulator.maskId = node.getAttribute('data-fa-mask-id'); + return accumulator; + } + + }; + }, + + provides(providers) { + providers.generateAbstractMask = function (_ref) { + let { + children, + attributes, + main, + mask, + maskId: explicitMaskId, + transform + } = _ref; + const { + width: mainWidth, + icon: mainPath + } = main; + const { + width: maskWidth, + icon: maskPath + } = mask; + const trans = transformForSvg({ + transform, + containerWidth: maskWidth, + iconWidth: mainWidth + }); + const maskRect = { + tag: 'rect', + attributes: { ...ALL_SPACE, + fill: 'white' + } + }; + const maskInnerGroupChildrenMixin = mainPath.children ? { + children: mainPath.children.map(fillBlack) + } : {}; + const maskInnerGroup = { + tag: 'g', + attributes: { ...trans.inner + }, + children: [fillBlack({ + tag: mainPath.tag, + attributes: { ...mainPath.attributes, + ...trans.path + }, + ...maskInnerGroupChildrenMixin + })] + }; + const maskOuterGroup = { + tag: 'g', + attributes: { ...trans.outer + }, + children: [maskInnerGroup] + }; + const maskId = "mask-".concat(explicitMaskId || nextUniqueId()); + const clipId = "clip-".concat(explicitMaskId || nextUniqueId()); + const maskTag = { + tag: 'mask', + attributes: { ...ALL_SPACE, + id: maskId, + maskUnits: 'userSpaceOnUse', + maskContentUnits: 'userSpaceOnUse' + }, + children: [maskRect, maskOuterGroup] + }; + const defs = { + tag: 'defs', + children: [{ + tag: 'clipPath', + attributes: { + id: clipId + }, + children: deGroup(maskPath) + }, maskTag] + }; + children.push(defs, { + tag: 'rect', + attributes: { + fill: 'currentColor', + 'clip-path': "url(#".concat(clipId, ")"), + mask: "url(#".concat(maskId, ")"), + ...ALL_SPACE + } + }); + return { + children, + attributes + }; + }; + } + + }; + + var MissingIconIndicator = { + provides(providers) { + let reduceMotion = false; + + if (WINDOW.matchMedia) { + reduceMotion = WINDOW.matchMedia('(prefers-reduced-motion: reduce)').matches; + } + + providers.missingIconAbstract = function () { + const gChildren = []; + const FILL = { + fill: 'currentColor' + }; + const ANIMATION_BASE = { + attributeType: 'XML', + repeatCount: 'indefinite', + dur: '2s' + }; // Ring + + gChildren.push({ + tag: 'path', + attributes: { ...FILL, + d: 'M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z' + } + }); + const OPACITY_ANIMATE = { ...ANIMATION_BASE, + attributeName: 'opacity' + }; + const dot = { + tag: 'circle', + attributes: { ...FILL, + cx: '256', + cy: '364', + r: '28' + }, + children: [] + }; + + if (!reduceMotion) { + dot.children.push({ + tag: 'animate', + attributes: { ...ANIMATION_BASE, + attributeName: 'r', + values: '28;14;28;28;14;28;' + } + }, { + tag: 'animate', + attributes: { ...OPACITY_ANIMATE, + values: '1;0;1;1;0;1;' + } + }); + } + + gChildren.push(dot); + gChildren.push({ + tag: 'path', + attributes: { ...FILL, + opacity: '1', + d: 'M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z' + }, + children: reduceMotion ? [] : [{ + tag: 'animate', + attributes: { ...OPACITY_ANIMATE, + values: '1;0;0;0;0;1;' + } + }] + }); + + if (!reduceMotion) { + // Exclamation + gChildren.push({ + tag: 'path', + attributes: { ...FILL, + opacity: '0', + d: 'M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z' + }, + children: [{ + tag: 'animate', + attributes: { ...OPACITY_ANIMATE, + values: '0;0;1;1;0;0;' + } + }] + }); + } + + return { + tag: 'g', + attributes: { + 'class': 'missing' + }, + children: gChildren + }; + }; + } + + }; + + var SvgSymbols = { + hooks() { + return { + parseNodeAttributes(accumulator, node) { + const symbolData = node.getAttribute('data-fa-symbol'); + const symbol = symbolData === null ? false : symbolData === '' ? true : symbolData; + accumulator['symbol'] = symbol; + return accumulator; + } + + }; + } + + }; + + var plugins = [InjectCSS, ReplaceElements, Layers, LayersCounter, LayersText, PseudoElements, MutationObserver$1, PowerTransforms, Masks, MissingIconIndicator, SvgSymbols]; + + registerPlugins(plugins, { + mixoutsTo: api + }); + bunker(bootstrap); + +}()); diff --git a/lib/fontawesome-free-6.6.0-web/js/all.min.js b/lib/fontawesome-free-6.6.0-web/js/all.min.js new file mode 100644 index 0000000..c6549fd --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/js/all.min.js @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +!function(){"use strict";let c={},l={};try{"undefined"!=typeof window&&(c=window),"undefined"!=typeof document&&(l=document)}catch(c){}const{userAgent:s=""}=c.navigator||{};var z=c,a=l,e=(z.document,!a.documentElement||!a.head||"function"!=typeof a.addEventListener||a.createElement,~s.indexOf("MSIE")||s.indexOf("Trident/"),"classic"),L={fak:"kit","fa-kit":"kit"},M={fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"},t={classic:{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands"},sharp:{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"},"sharp-duotone":{fa:"solid",fasds:"solid","fa-solid":"solid"}},r={kit:"fak"},m={"kit-duotone":"fakd"},a="___FONT_AWESOME___";const C=(()=>{try{return!0}catch(c){return!1}})();function i(c){return new Proxy(c,{get(c,l){return l in c?c[l]:c[e]}})}const o={...t};o[e]={...t[e],...L,...M};i(o);const n={classic:{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab"},sharp:{solid:"fass",regular:"fasr",light:"fasl",thin:"fast"},"sharp-duotone":{solid:"fasds"}};n[e]={...n[e],...r,...m};m=i(n);const f={classic:{fab:"fa-brands",fad:"fa-duotone",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"},sharp:{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"},"sharp-duotone":{fasds:"fa-solid"}};f[e]={...f[e],fak:"fa-kit"};i(f);const h={classic:{"fa-brands":"fab","fa-duotone":"fad","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"},sharp:{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"},"sharp-duotone":{"fa-solid":"fasds"}};h[e]={...h[e],"fa-kit":"fak"};i(h),i({classic:{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},sharp:{900:"fass",400:"fasr",300:"fasl",100:"fast"},"sharp-duotone":{900:"fasds"}});const d=new Set;Object.keys(m[e]).map(d.add.bind(d)),Object.keys(m.sharp).map(d.add.bind(d)),Object.keys(m["sharp-duotone"]).map(d.add.bind(d));const u=z||{};u[a]||(u[a]={}),u[a].styles||(u[a].styles={}),u[a].hooks||(u[a].hooks={}),u[a].shims||(u[a].shims=[]);var v=u[a];function p(z){return Object.keys(z).reduce((c,l)=>{var s=z[l];return!!s.icon?c[s.iconName]=s.icon:c[l]=s,c},{})}function g(c,l,s){var{skipHooks:z=!1}=2{g("fab",b),g("fa-brands",b)})}(),function(){"use strict";let c={},l={};try{"undefined"!=typeof window&&(c=window),"undefined"!=typeof document&&(l=document)}catch(c){}const{userAgent:s=""}=c.navigator||{};var z=c,a=l,e=(z.document,!a.documentElement||!a.head||"function"!=typeof a.addEventListener||a.createElement,~s.indexOf("MSIE")||s.indexOf("Trident/"),"classic"),L={fak:"kit","fa-kit":"kit"},M={fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"},t={classic:{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands"},sharp:{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"},"sharp-duotone":{fa:"solid",fasds:"solid","fa-solid":"solid"}},r={kit:"fak"},m={"kit-duotone":"fakd"},a="___FONT_AWESOME___";const C=(()=>{try{return!0}catch(c){return!1}})();function i(c){return new Proxy(c,{get(c,l){return l in c?c[l]:c[e]}})}const o={...t};o[e]={...t[e],...L,...M};i(o);const n={classic:{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab"},sharp:{solid:"fass",regular:"fasr",light:"fasl",thin:"fast"},"sharp-duotone":{solid:"fasds"}};n[e]={...n[e],...r,...m};m=i(n);const f={classic:{fab:"fa-brands",fad:"fa-duotone",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"},sharp:{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"},"sharp-duotone":{fasds:"fa-solid"}};f[e]={...f[e],fak:"fa-kit"};i(f);const h={classic:{"fa-brands":"fab","fa-duotone":"fad","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"},sharp:{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"},"sharp-duotone":{"fa-solid":"fasds"}};h[e]={...h[e],"fa-kit":"fak"};i(h),i({classic:{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},sharp:{900:"fass",400:"fasr",300:"fasl",100:"fast"},"sharp-duotone":{900:"fasds"}});const d=new Set;Object.keys(m[e]).map(d.add.bind(d)),Object.keys(m.sharp).map(d.add.bind(d)),Object.keys(m["sharp-duotone"]).map(d.add.bind(d));const u=z||{};u[a]||(u[a]={}),u[a].styles||(u[a].styles={}),u[a].hooks||(u[a].hooks={}),u[a].shims||(u[a].shims=[]);var v=u[a];function p(z){return Object.keys(z).reduce((c,l)=>{var s=z[l];return!!s.icon?c[s.iconName]=s.icon:c[l]=s,c},{})}function g(c,l,s){var{skipHooks:z=!1}=2{g("far",b),g("fa-regular",b)})}(),function(){"use strict";let c={},l={};try{"undefined"!=typeof window&&(c=window),"undefined"!=typeof document&&(l=document)}catch(c){}const{userAgent:s=""}=c.navigator||{};var z=c,a=l,e=(z.document,!a.documentElement||!a.head||"function"!=typeof a.addEventListener||a.createElement,~s.indexOf("MSIE")||s.indexOf("Trident/"),"classic"),L={fak:"kit","fa-kit":"kit"},M={fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"},t={classic:{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands"},sharp:{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"},"sharp-duotone":{fa:"solid",fasds:"solid","fa-solid":"solid"}},r={kit:"fak"},m={"kit-duotone":"fakd"},a="___FONT_AWESOME___";const C=(()=>{try{return!0}catch(c){return!1}})();function i(c){return new Proxy(c,{get(c,l){return l in c?c[l]:c[e]}})}const o={...t};o[e]={...t[e],...L,...M};i(o);const n={classic:{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab"},sharp:{solid:"fass",regular:"fasr",light:"fasl",thin:"fast"},"sharp-duotone":{solid:"fasds"}};n[e]={...n[e],...r,...m};m=i(n);const f={classic:{fab:"fa-brands",fad:"fa-duotone",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"},sharp:{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"},"sharp-duotone":{fasds:"fa-solid"}};f[e]={...f[e],fak:"fa-kit"};i(f);const h={classic:{"fa-brands":"fab","fa-duotone":"fad","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"},sharp:{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"},"sharp-duotone":{"fa-solid":"fasds"}};h[e]={...h[e],"fa-kit":"fak"};i(h),i({classic:{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},sharp:{900:"fass",400:"fasr",300:"fasl",100:"fast"},"sharp-duotone":{900:"fasds"}});const d=new Set;Object.keys(m[e]).map(d.add.bind(d)),Object.keys(m.sharp).map(d.add.bind(d)),Object.keys(m["sharp-duotone"]).map(d.add.bind(d));const u=z||{};u[a]||(u[a]={}),u[a].styles||(u[a].styles={}),u[a].hooks||(u[a].hooks={}),u[a].shims||(u[a].shims=[]);var v=u[a];function p(z){return Object.keys(z).reduce((c,l)=>{var s=z[l];return!!s.icon?c[s.iconName]=s.icon:c[l]=s,c},{})}function g(c,l,s){var{skipHooks:z=!1}=2{g("fas",b),g("fa-solid",b)})}(),function(){"use strict";var c=()=>{};let l={},s={},z=null,a={mark:c,measure:c};try{"undefined"!=typeof window&&(l=window),"undefined"!=typeof document&&(s=document),"undefined"!=typeof MutationObserver&&(z=MutationObserver),"undefined"!=typeof performance&&(a=performance)}catch(c){}const{userAgent:e=""}=l.navigator||{},g=l,b=s,t=z;var L=a;const M=!!g.document,m=!!b.documentElement&&!!b.head&&"function"==typeof b.addEventListener&&"function"==typeof b.createElement,C=~e.indexOf("MSIE")||~e.indexOf("Trident/");var r="classic",i="duotone",o="sharp",n="sharp-duotone",f=[r,i,o,n],h={fak:"kit","fa-kit":"kit"},d={fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"},u={classic:{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands"},sharp:{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"},"sharp-duotone":{fa:"solid",fasds:"solid","fa-solid":"solid"}},v=[1,2,3,4,5,6,7,8,9,10],p=v.concat([11,12,13,14,15,16,17,18,19,20]),H={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},V=[...Object.keys({classic:["fas","far","fal","fat"],sharp:["fass","fasr","fasl","fast"],"sharp-duotone":["fasds"]}),"solid","regular","light","thin","duotone","brands","2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","fw","inverse","layers-counter","layers-text","layers","li","pull-left","pull-right","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul",H.GROUP,H.SWAP_OPACITY,H.PRIMARY,H.SECONDARY].concat(v.map(c=>"".concat(c,"x"))).concat(p.map(c=>"w-".concat(c))),c={kit:"fak"},v={"kit-duotone":"fakd"},p="___FONT_AWESOME___";const k=16,w="svg-inline--fa",y="data-fa-i2svg",A="data-fa-pseudo-element",S="data-fa-pseudo-element-pending",x="data-prefix",q="data-icon",Z="fontawesome-i2svg",j="async",O=["HTML","HEAD","STYLE","SCRIPT"],N=(()=>{try{return!0}catch(c){return!1}})(),P=[r,o,n];function E(c){return new Proxy(c,{get(c,l){return l in c?c[l]:c[r]}})}const F={...u};F[r]={...u[r],...h,...d};const I=E(F),T={classic:{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab"},sharp:{solid:"fass",regular:"fasr",light:"fasl",thin:"fast"},"sharp-duotone":{solid:"fasds"}};T[r]={...T[r],...c,...v};const R=E(T),D={classic:{fab:"fa-brands",fad:"fa-duotone",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"},sharp:{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"},"sharp-duotone":{fasds:"fa-solid"}};D[r]={...D[r],fak:"fa-kit"};const _=E(D),Y={classic:{"fa-brands":"fab","fa-duotone":"fad","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"},sharp:{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"},"sharp-duotone":{"fa-solid":"fasds"}};Y[r]={...Y[r],"fa-kit":"fak"};const W=E(Y),B=/fa(s|r|l|t|d|b|k|kd|ss|sr|sl|st|sds)?[\-\ ]/,U="fa-layers-text",X=/Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit)?.*/i;E({classic:{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},sharp:{900:"fass",400:"fasr",300:"fasl",100:"fast"},"sharp-duotone":{900:"fasds"}});const G=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],Q=H,K=new Set;Object.keys(R[r]).map(K.add.bind(K)),Object.keys(R[o]).map(K.add.bind(K)),Object.keys(R[n]).map(K.add.bind(K));const J=["kit",...V],$=g.FontAwesomeConfig||{};if(b&&"function"==typeof b.querySelector){const U2=[["data-family-prefix","familyPrefix"],["data-css-prefix","cssPrefix"],["data-family-default","familyDefault"],["data-style-default","styleDefault"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]];U2.forEach(c=>{var[l,c]=c,l=""===(l=function(c){var l=b.querySelector("script["+c+"]");if(l)return l.getAttribute(c)}(l))||"false"!==l&&("true"===l||l);null!=l&&($[c]=l)})}v={styleDefault:"solid",familyDefault:"classic",cssPrefix:"fa",replacementClass:w,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};$.familyPrefix&&($.cssPrefix=$.familyPrefix);const c1={...v,...$};c1.autoReplaceSvg||(c1.observeMutations=!1);const l1={};Object.keys(v).forEach(l=>{Object.defineProperty(l1,l,{enumerable:!0,set:function(c){c1[l]=c,s1.forEach(c=>c(l1))},get:function(){return c1[l]}})}),Object.defineProperty(l1,"familyPrefix",{enumerable:!0,set:function(c){c1.cssPrefix=c,s1.forEach(c=>c(l1))},get:function(){return c1.cssPrefix}}),g.FontAwesomeConfig=l1;const s1=[];const z1=k,a1={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};const e1="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function L1(){let c=12,l="";for(;0>>0;c--;)s[c]=l[c];return s}function t1(c){return c.classList?M1(c.classList):(c.getAttribute("class")||"").split(" ").filter(c=>c)}function r1(c){return"".concat(c).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}function m1(s){return Object.keys(s||{}).reduce((c,l)=>c+"".concat(l,": ").concat(s[l].trim(),";"),"")}function C1(c){return c.size!==a1.size||c.x!==a1.x||c.y!==a1.y||c.rotate!==a1.rotate||c.flipX||c.flipY}function i1(){var c,l,s=w,z=l1.cssPrefix,a=l1.replacementClass;let e=':host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Pro";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-thin:normal 100 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-duotone-solid:normal 900 1em/1 "Font Awesome 6 Sharp Duotone"}svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.0714285705em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1 * var(--fa-li-width,2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}100%,40%{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1,1)}.fa-flip-vertical{transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fa-sr-only-focusable:not(:focus),.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)}';return"fa"===z&&a===s||(c=new RegExp("\\.".concat("fa","\\-"),"g"),l=new RegExp("\\--".concat("fa","\\-"),"g"),s=new RegExp("\\.".concat(s),"g"),e=e.replace(c,".".concat(z,"-")).replace(l,"--".concat(z,"-")).replace(s,".".concat(a))),e}let o1=!1;function n1(){l1.autoAddCss&&!o1&&(function(c){if(c&&m){const a=b.createElement("style");a.setAttribute("type","text/css"),a.innerHTML=c;var s=b.head.childNodes;let l=null;for(let c=s.length-1;-1c())}const u1=[];let v1=!1;function p1(c){m&&(v1?setTimeout(c,0):u1.push(c))}function g1(c){const{tag:l,attributes:s={},children:z=[]}=c;return"string"==typeof c?r1(c):"<".concat(l," ").concat((a=s,Object.keys(a||{}).reduce((c,l)=>c+"".concat(l,'="').concat(r1(a[l]),'" '),"").trim()),">").concat(z.map(g1).join(""),"");var a}function b1(c,l,s){if(c&&c[l]&&c[l][s])return{prefix:l,iconName:s,icon:c[l][s]}}m&&(v1=(b.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(b.readyState),v1||b.addEventListener("DOMContentLoaded",d1));function H1(c,l,s,z){for(var a,e,L=Object.keys(c),M=L.length,t=void 0!==z?V1(l,z):l,r=void 0===s?(a=1,c[L[0]]):(a=0,s);a{var s=z[l];return!!s.icon?c[s.iconName]=s.icon:c[l]=s,c},{})}function y1(c,l,s){var{skipHooks:z=!1}=2{var c=z=>H1(A1,(c,l,s)=>(c[s]=H1(l,z,{}),c),{});Z1=c((l,c,s)=>{if(c[3]&&(l[c[3]]=s),c[2]){const z=c[2].filter(c=>"number"==typeof c);z.forEach(c=>{l[c.toString(16)]=s})}return l}),j1=c((l,c,s)=>{if(l[s]=s,c[2]){const z=c[2].filter(c=>"string"==typeof c);z.forEach(c=>{l[c]=s})}return l}),P1=c((l,c,s)=>{const z=c[2];return l[s]=s,z.forEach(c=>{l[c]=s}),l});const a="far"in A1||l1.autoFetchSvg;c=H1(S1,(c,l)=>{const s=l[0];let z=l[1];l=l[2];return"far"!==z||a||(z="fas"),"string"==typeof s&&(c.names[s]={prefix:z,iconName:l}),"number"==typeof s&&(c.unicodes[s.toString(16)]={prefix:z,iconName:l}),c},{names:{},unicodes:{}});O1=c.names,N1=c.unicodes,q1=Y1(l1.styleDefault,{family:l1.familyDefault})};function T1(c,l){return(Z1[c]||{})[l]}function R1(c,l){return(P1[c]||{})[l]}function D1(c){return O1[c]||{prefix:null,iconName:null}}V=c=>{q1=Y1(c.styleDefault,{family:l1.familyDefault})},s1.push(V),I1();const _1=()=>({prefix:null,iconName:null,rest:[]});function Y1(c,l){var{family:s=r}=1c!==i);t.forEach(l=>{(c.includes(e[l])||c.some(c=>W1[l].includes(c)))&&(M=l)});const s=c.reduce((c,l)=>{var s,z=F1(l1.cssPrefix,l);return A1[l]?(l=x1[M].includes(l)?W[M][l]:l,L=l,c.prefix=l):-1l===e[c])||c.rest.push(l),!a&&c.prefix&&c.iconName&&(s="fa"===L?D1(c.iconName):{},z=R1(c.prefix,c.iconName),s.prefix&&(L=null),c.iconName=s.iconName||z||c.iconName,c.prefix=s.prefix||c.prefix,"far"!==c.prefix||A1.far||!A1.fas||l1.autoFetchSvg||(c.prefix="fas")),c},_1());return(c.includes("fa-brands")||c.includes("fab"))&&(s.prefix="fab"),(c.includes("fa-duotone")||c.includes("fad"))&&(s.prefix="fad"),s.prefix||M!==o||!A1.fass&&!l1.autoFetchSvg||(s.prefix="fass",s.iconName=R1(s.prefix,s.iconName)||s.iconName),s.prefix||M!==n||!A1.fasds&&!l1.autoFetchSvg||(s.prefix="fasds",s.iconName=R1(s.prefix,s.iconName)||s.iconName),"fa"!==s.prefix&&"fa"!==L||(s.prefix=q1||"fas"),s}let U1=[],X1={};const G1={},Q1=Object.keys(G1);function K1(c,l){for(var s=arguments.length,z=new Array(2{l=c.apply(null,[l,...z])}),l}function J1(c){for(var l=arguments.length,s=new Array(1{c.apply(null,s)})}function $1(c){var l=c,c=Array.prototype.slice.call(arguments,1);return G1[l]?G1[l].apply(null,c):void 0}function c2(c){"fa"===c.prefix&&(c.prefix="fas");let l=c["iconName"];c=c.prefix||q1;if(l)return l=R1(c,l)||l,b1(l2.definitions,c,l)||b1(h1.styles,c,l)}const l2=new class{constructor(){this.definitions={}}add(){for(var c=arguments.length,l=new Array(c),s=0;s{this.definitions[c]={...this.definitions[c]||{},...z[c]},y1(c,z[c]);var l=_[r][c];l&&y1(l,z[c]),I1()})}reset(){this.definitions={}}_pullDefinitions(e,c){const L=c.prefix&&c.iconName&&c.icon?{0:c}:c;return Object.keys(L).map(c=>{const{prefix:l,iconName:s,icon:z}=L[c],a=z[2];e[l]||(e[l]={}),0{"string"==typeof c&&(e[l][c]=z)}),e[l][s]=z}),e}};const s2={noAuto:()=>{l1.autoReplaceSvg=!1,l1.observeMutations=!1,J1("noAuto")},config:l1,dom:{i2svg:function(){var c=0{z2({autoReplaceSvgRoot:l}),J1("watch",c)})}},parse:{icon:c=>{if(null===c)return null;if("object"==typeof c&&c.prefix&&c.iconName)return{prefix:c.prefix,iconName:R1(c.prefix,c.iconName)||c.iconName};if(Array.isArray(c)&&2===c.length){var l=0===c[1].indexOf("fa-")?c[1].slice(3):c[1],s=Y1(c[0]);return{prefix:s,iconName:R1(s,l)||l}}if("string"==typeof c&&(-1g1(c))}}),Object.defineProperty(l,"node",{get:function(){if(m){const c=b.createElement("div");return c.innerHTML=l.html,c.children}}}),l}function e2(c){const{icons:{main:l,mask:s},prefix:z,iconName:a,transform:e,symbol:L,title:M,maskId:t,titleId:r,extra:m,watchable:C=!1}=c;var{width:i,height:o}=s.found?s:l,n="fak"===z,c=[l1.replacementClass,a?"".concat(l1.cssPrefix,"-").concat(a):""].filter(c=>-1===m.classes.indexOf(c)).filter(c=>""!==c||!!c).concat(m.classes).join(" ");let f={children:[],attributes:{...m.attributes,"data-prefix":z,"data-icon":a,class:c,role:m.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(i," ").concat(o)}};i=n&&!~m.classes.indexOf("fa-fw")?{width:"".concat(i/o*16*.0625,"em")}:{};C&&(f.attributes[y]=""),M&&(f.children.push({tag:"title",attributes:{id:f.attributes["aria-labelledby"]||"title-".concat(r||L1())},children:[M]}),delete f.attributes.title);const h={...f,prefix:z,iconName:a,main:l,mask:s,maskId:t,transform:e,symbol:L,styles:{...i,...m.styles}};var{children:o,attributes:i}=s.found&&l.found?$1("generateAbstractMask",h)||{children:[],attributes:{}}:$1("generateAbstractIcon",h)||{children:[],attributes:{}};return h.children=o,h.attributes=i,(L?function(c){var{prefix:l,iconName:s,children:z,attributes:a,symbol:c}=c,c=!0===c?"".concat(l,"-").concat(l1.cssPrefix,"-").concat(s):c;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:{...a,id:c},children:z}]}]}:function(c){let{children:l,main:s,mask:z,attributes:a,styles:e,transform:L}=c;if(C1(L)&&s.found&&!z.found){var{width:M,height:c}=s;const t=M/c/2,r=.5;a.style=m1({...e,"transform-origin":"".concat(t+L.x/16,"em ").concat(r+L.y/16,"em")})}return[{tag:"svg",attributes:a,children:l}]})(h)}function L2(c){const{content:l,width:s,height:z,transform:a,title:e,extra:L,watchable:M=!1}=c,t={...L.attributes,...e?{title:e}:{},class:L.classes.join(" ")};M&&(t[y]="");const r={...L.styles};C1(a)&&(r.transform=function(c){var{transform:l,width:s=k,height:z=k,startCentered:c=!1}=c;let a="";return c&&C?a+="translate(".concat(l.x/z1-s/2,"em, ").concat(l.y/z1-z/2,"em) "):a+=c?"translate(calc(-50% + ".concat(l.x/z1,"em), calc(-50% + ").concat(l.y/z1,"em)) "):"translate(".concat(l.x/z1,"em, ").concat(l.y/z1,"em) "),a+="scale(".concat(l.size/z1*(l.flipX?-1:1),", ").concat(l.size/z1*(l.flipY?-1:1),") "),a+="rotate(".concat(l.rotate,"deg) "),a}({transform:a,startCentered:!0,width:s,height:z}),r["-webkit-transform"]=r.transform);c=m1(r);0{var s,z;if("fa"===L&&(z=D1(a)||{},a=z.iconName||a,e=z.prefix||e),a&&e&&M2[e]&&M2[e][a])return c(t2(M2[e][a]));s=a,z=e,N||l1.showMissingIcons||!s||console.error('Icon with name "'.concat(s,'" and prefix "').concat(z,'" is missing.')),c({...r2,icon:l1.showMissingIcons&&a&&$1("missingIconAbstract")||{}})})}v=()=>{};const C2=l1.measurePerformance&&L&&L.mark&&L.measure?L:{mark:v,measure:v},i2='FA "6.6.0"';const o2=c=>{C2.mark("".concat(i2," ").concat(c," ends")),C2.measure("".concat(i2," ").concat(c),"".concat(i2," ").concat(c," begins"),"".concat(i2," ").concat(c," ends"))};var n2={begin:c=>(C2.mark("".concat(i2," ").concat(c," begins")),()=>o2(c)),end:o2};const f2=()=>{};function h2(c){return"string"==typeof(c.getAttribute?c.getAttribute(y):null)}function d2(l,c){const{ceFn:s="svg"===l.tag?function(c){return b.createElementNS("http://www.w3.org/2000/svg",c)}:function(c){return b.createElement(c)}}=1{l.parentNode.insertBefore(d2(c),l)}),null===l.getAttribute(y)&&l1.keepOriginalSource?(c=b.createComment((c=l,c=" ".concat(c.outerHTML," "),c="".concat(c,"Font Awesome fontawesome.com "))),l.parentNode.replaceChild(c,l)):l.remove())},nest:function(c){const l=c[0],s=c[1];if(~t1(l).indexOf(l1.replacementClass))return u2.replace(c);const z=new RegExp("".concat(l1.cssPrefix,"-.*"));if(delete s[0].attributes.id,s[0].attributes.class){const a=s[0].attributes.class.split(" ").reduce((c,l)=>((l===l1.replacementClass||l.match(z)?c.toSvg:c.toNode).push(l),c),{toNode:[],toSvg:[]});s[0].attributes.class=a.toSvg.join(" "),0===a.toNode.length?l.removeAttribute("class"):l.setAttribute("class",a.toNode.join(" "))}c=s.map(c=>g1(c)).join("\n");l.setAttribute(y,""),l.innerHTML=c}};function v2(c){c()}function p2(s,c){const z="function"==typeof c?c:f2;if(0===s.length)z();else{let c=v2;l1.mutateApproach===j&&(c=g.requestAnimationFrame||v2),c(()=>{var c=!0!==l1.autoReplaceSvg&&u2[l1.autoReplaceSvg]||u2.replace;const l=n2.begin("mutate");s.map(c),l(),z()})}}let g2=!1;function b2(){g2=!0}function H2(){g2=!1}let V2=null;function k2(c){if(!t)return;if(!l1.observeMutations)return;const{treeCallback:e=f2,nodeCallback:L=f2,pseudoElementsCallback:M=f2,observeMutationsRoot:l=b}=c;V2=new t(c=>{if(!g2){const a=q1;M1(c).forEach(c=>{var l,s,z;"childList"===c.type&&0("class"!==c.name&&"style"!==c.name&&(c[l.name]=l.value),c),{});var s=c.getAttribute("title"),c=c.getAttribute("data-fa-title-id");return l1.autoA11y&&(s?l["aria-labelledby"]="".concat(l1.replacementClass,"-title-").concat(c||L1()):(l["aria-hidden"]="true",l.focusable="false")),l}(c),l=K1("parseNodeAttributes",{},c),s=s.styleParser?function(c){const l=c.getAttribute("style");let s=[];return l&&(s=l.split(";").reduce((c,l)=>{const s=l.split(":");l=s[0];const z=s.slice(1);return l&&0l.add("".concat(Z,"-").concat(c)),e=c=>l.remove("".concat(Z,"-").concat(c)),s=l1.autoFetchSvg?x2:P.map(c=>"fa-".concat(c)).concat(Object.keys(A2));s.includes("fa")||s.push("fa");var L=[".".concat(U,":not([").concat(y,"])")].concat(s.map(c=>".".concat(c,":not([").concat(y,"])"))).join(", ");if(0===L.length)return Promise.resolve();let M=[];try{M=M1(c.querySelectorAll(L))}catch(c){}if(!(0{try{var s=S2(l);s&&c.push(s)}catch(c){N||"MissingIcon"===c.name&&console.error(c)}return c},[]);return new Promise((l,s)=>{Promise.all(r).then(c=>{p2(c,()=>{a("active"),a("complete"),e("pending"),"function"==typeof z&&z(),t(),l()})}).catch(c=>{t(),s(c)})})}function Z2(c){let l=1{c&&p2([c],l)})}P.map(c=>{x2.add("fa-".concat(c))}),Object.keys(I[r]).map(x2.add.bind(x2)),Object.keys(I[o]).map(x2.add.bind(x2)),Object.keys(I[n]).map(x2.add.bind(x2)),x2=[...x2];function j2(c){let l=1(J1("beforeDOMElementCreation",{iconDefinition:c,params:l}),l1.autoA11y&&(L?r["aria-labelledby"]="".concat(l1.replacementClass,"-title-").concat(M||L1()):(r["aria-hidden"]="true",r.focusable="false")),e2({icons:{main:t2(o),mask:a?t2(a.icon):{found:!1,width:null,height:null,icon:{}}},prefix:C,iconName:i,transform:{...a1,...s},symbol:z,title:L,maskId:e,titleId:M,extra:{attributes:r,styles:m,classes:t}})))}}p={mixout(){return{icon:(z=j2,function(c){var l=1{}}=c;return q2(l,c)},c.generateSvgReplacementMutation=function(z,c){const{iconName:a,title:e,titleId:L,prefix:M,transform:t,symbol:r,mask:l,maskId:m,extra:C}=c;return new Promise((s,c)=>{Promise.all([m2(a,M),l.iconName?m2(l.iconName,l.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(c=>{var[l,c]=c;s([z,e2({icons:{main:l,mask:c},prefix:M,iconName:a,transform:t,symbol:r,maskId:m,title:e,titleId:L,extra:C,watchable:!0})])}).catch(c)})},c.generateAbstractIcon=function(c){let{children:l,attributes:s,main:z,transform:a,styles:e}=c;c=m1(e);0{J1("beforeDOMElementCreation",{assembler:c,params:s});let l=[];return c(c=>{Array.isArray(c)?c.map(c=>{l=l.concat(c.abstract)}):l=l.concat(c.abstract)}),[{tag:"span",attributes:{class:["".concat(l1.cssPrefix,"-layers"),...z].join(" ")},children:l}]})}}}},L={mixout(){return{counter(c){let l=1(J1("beforeDOMElementCreation",{content:c,params:l}),function(c){const{content:l,title:s,extra:z}=c,a={...z.attributes,...s?{title:s}:{},class:z.classes.join(" ")};0<(c=m1(z.styles)).length&&(a.style=c);const e=[];return e.push({tag:"span",attributes:a,children:[l]}),s&&e.push({tag:"span",attributes:{class:"sr-only"},children:[s]}),e}({content:c.toString(),title:s,extra:{attributes:a,styles:e,classes:["".concat(l1.cssPrefix,"-layers-counter"),...z]}})))}}}},v={mixout(){return{text(c){let l=1(J1("beforeDOMElementCreation",{content:c,params:l}),L2({content:c,transform:{...a1,...s},title:z,extra:{attributes:e,styles:L,classes:["".concat(l1.cssPrefix,"-layers-text"),...a]}})))}}},provides(c){c.generateLayersText=function(c,l){const{title:s,transform:z,extra:a}=l;let e=null,L=null;var M;return C&&(M=parseInt(getComputedStyle(c).fontSize,10),l=c.getBoundingClientRect(),e=l.width/M,L=l.height/M),l1.autoA11y&&!s&&(a.attributes["aria-hidden"]="true"),Promise.resolve([c,L2({content:c.innerHTML,width:e,height:L,transform:z,title:s,extra:a,watchable:!0})])}}};const O2=new RegExp('"',"ug"),N2=[1105920,1112319],P2={FontAwesome:{normal:"fas",400:"fas"},"Font Awesome 6 Free":{900:"fas",400:"far"},"Font Awesome 6 Pro":{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},"Font Awesome 6 Brands":{400:"fab",normal:"fab"},"Font Awesome 6 Duotone":{900:"fad"},"Font Awesome 6 Sharp":{900:"fass",400:"fasr",normal:"fasr",300:"fasl",100:"fast"},"Font Awesome 6 Sharp Duotone":{900:"fasds"},"Font Awesome 5 Free":{900:"fas",400:"far"},"Font Awesome 5 Pro":{900:"fas",400:"far",normal:"far",300:"fal"},"Font Awesome 5 Brands":{400:"fab",normal:"fab"},"Font Awesome 5 Duotone":{900:"fad"},"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}},E2=Object.keys(P2).reduce((c,l)=>(c[l.toLowerCase()]=P2[l],c),{}),F2=Object.keys(E2).reduce((c,l)=>{var s=E2[l];return c[l]=s[900]||[...Object.entries(s)][0][1],c},{});function I2(u,v){const p="".concat(S).concat(v.replace(":","-"));return new Promise((e,l)=>{if(null!==u.getAttribute(p))return e();const c=M1(u.children),s=c.filter(c=>c.getAttribute(A)===v)[0],L=g.getComputedStyle(u,v),M=L.getPropertyValue("font-family"),t=M.match(X);var r,m,C=L.getPropertyValue("font-weight");const i=L.getPropertyValue("content");if(s&&!t)return u.removeChild(s),e();if(t&&"none"!==i&&""!==i){const i=L.getPropertyValue("content");let z=(r=M,m=C,r=r.replace(/^['"]|['"]$/g,"").toLowerCase(),m=parseInt(m),m=isNaN(m)?"normal":m,(E2[r]||{})[m]||F2[r]);var{value:o,isSecondary:n}=(f=i,o=f.replace(O2,""),C=0,r=(m=o).length,f=(n=55296<=(f=m.charCodeAt(C))&&f<=56319&&C+1=N2[0]&&n<=N2[1],{value:k1((n=2===o.length&&o[0]===o[1])?o[0]:o),isSecondary:f||n}),f=t[0].startsWith("FontAwesome");let c=T1(z,o),a=c;if(f&&(f=o,o=N1[f],f=T1("fas",f),(f=o||(f?{prefix:"fas",iconName:f}:null)||{prefix:null,iconName:null}).iconName&&f.prefix&&(c=f.iconName,z=f.prefix)),!c||n||s&&s.getAttribute(x)===z&&s.getAttribute(q)===a)e();else{u.setAttribute(p,a),s&&u.removeChild(s);const h={iconName:null,title:null,titleId:null,prefix:null,transform:a1,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}},d=h["extra"];d.attributes[A]=v,m2(c,z).then(c=>{const l=e2({...h,icons:{main:c,mask:_1()},prefix:z,iconName:a,extra:d,watchable:!0}),s=b.createElementNS("http://www.w3.org/2000/svg","svg");"::before"===v?u.insertBefore(s,u.firstChild):u.appendChild(s),s.outerHTML=l.map(c=>g1(c)).join("\n"),u.removeAttribute(p),e()}).catch(l)}}else e()})}function T2(c){return Promise.all([I2(c,"::before"),I2(c,"::after")])}function R2(c){return!(c.parentNode===document.head||~O.indexOf(c.tagName.toUpperCase())||c.getAttribute(A)||c.parentNode&&"svg"===c.parentNode.tagName)}function D2(a){if(m)return new Promise((c,l)=>{var s=M1(a.querySelectorAll("*")).filter(R2).map(T2);const z=n2.begin("searchPseudoElements");b2(),Promise.all(s).then(()=>{z(),H2(),c()}).catch(()=>{z(),H2(),l()})})}let _2=!1;const Y2=c=>{return c.toLowerCase().split(" ").reduce((c,l)=>{const s=l.toLowerCase().split("-");l=s[0];let z=s.slice(1).join("-");if(l&&"h"===z)return c.flipX=!0,c;if(l&&"v"===z)return c.flipY=!0,c;if(z=parseFloat(z),isNaN(z))return c;switch(l){case"grow":c.size=c.size+z;break;case"shrink":c.size=c.size-z;break;case"left":c.x=c.x-z;break;case"right":c.x=c.x+z;break;case"up":c.y=c.y-z;break;case"down":c.y=c.y+z;break;case"rotate":c.rotate=c.rotate+z}return c},{size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0})},W2={x:0,y:0,width:"100%",height:"100%"};function B2(c){return c.attributes&&(c.attributes.fill||(!(1{-1===Q1.indexOf(c)&&delete G1[c]}),U1.forEach(c=>{const s=c.mixout?c.mixout():{};if(Object.keys(s).forEach(l=>{"function"==typeof s[l]&&(z[l]=s[l]),"object"==typeof s[l]&&Object.keys(s[l]).forEach(c=>{z[l]||(z[l]={}),z[l][c]=s[l][c]})}),c.hooks){const l=c.hooks();Object.keys(l).forEach(c=>{X1[c]||(X1[c]=[]),X1[c].push(l[c])})}c.provides&&c.provides(G1)}),z}([H,p,V,L,v,{hooks(){return{mutationObserverCallbacks(c){return c.pseudoElementsCallback=D2,c}}},provides(c){c.pseudoElements2svg=function(c){var{node:c=b}=c;l1.searchPseudoElements&&D2(c)}}},{mixout(){return{dom:{unwatch(){b2(),_2=!0}}}},hooks(){return{bootstrap(){k2(K1("mutationObserverCallbacks",{}))},noAuto(){V2&&V2.disconnect()},watch(c){c=c.observeMutationsRoot;_2?H2():k2(K1("mutationObserverCallbacks",{observeMutationsRoot:c}))}}}},{mixout(){return{parse:{transform:c=>Y2(c)}}},hooks(){return{parseNodeAttributes(c,l){l=l.getAttribute("data-fa-transform");return l&&(c.transform=Y2(l)),c}}},provides(c){c.generateAbstractTransformGrouping=function(c){var{main:l,transform:s,containerWidth:z,iconWidth:a}=c,e={transform:"translate(".concat(z/2," 256)")},c="translate(".concat(32*s.x,", ").concat(32*s.y,") "),z="scale(".concat(s.size/16*(s.flipX?-1:1),", ").concat(s.size/16*(s.flipY?-1:1),") "),s="rotate(".concat(s.rotate," 0 0)");const L=e,M={transform:"".concat(c," ").concat(z," ").concat(s)},t={transform:"translate(".concat(a/2*-1," -256)")};return{tag:"g",attributes:{...L},children:[{tag:"g",attributes:{...M},children:[{tag:l.icon.tag,children:l.icon.children,attributes:{...l.icon.attributes,...t}}]}]}}}},{hooks(){return{parseNodeAttributes(c,l){const s=l.getAttribute("data-fa-mask"),z=s?B1(s.split(" ").map(c=>c.trim())):_1();return z.prefix||(z.prefix=q1),c.mask=z,c.maskId=l.getAttribute("data-fa-mask-id"),c}}},provides(c){c.generateAbstractMask=function(c){let{children:l,attributes:s,main:z,mask:a,maskId:e,transform:L}=c;const{width:M,icon:t}=z;var{width:r,icon:m}=a,C=function(c){var{transform:l,containerWidth:s,iconWidth:z}=c,a={transform:"translate(".concat(s/2," 256)")},c="translate(".concat(32*l.x,", ").concat(32*l.y,") "),s="scale(".concat(l.size/16*(l.flipX?-1:1),", ").concat(l.size/16*(l.flipY?-1:1),") "),l="rotate(".concat(l.rotate," 0 0)");return{outer:a,inner:{transform:"".concat(c," ").concat(s," ").concat(l)},path:{transform:"translate(".concat(z/2*-1," -256)")}}}({transform:L,containerWidth:r,iconWidth:M}),i={tag:"rect",attributes:{...W2,fill:"white"}},c=t.children?{children:t.children.map(B2)}:{},r={tag:"g",attributes:{...C.inner},children:[B2({tag:t.tag,attributes:{...t.attributes,...C.path},...c})]},c={tag:"g",attributes:{...C.outer},children:[r]},C="mask-".concat(e||L1()),r="clip-".concat(e||L1()),c={tag:"mask",attributes:{...W2,id:C,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"},children:[i,c]},c={tag:"defs",children:[{tag:"clipPath",attributes:{id:r},children:"g"===(m=m).tag?m.children:[m]},c]};return l.push(c,{tag:"rect",attributes:{fill:"currentColor","clip-path":"url(#".concat(r,")"),mask:"url(#".concat(C,")"),...W2}}),{children:l,attributes:s}}}},{provides(c){let e=!1;g.matchMedia&&(e=g.matchMedia("(prefers-reduced-motion: reduce)").matches),c.missingIconAbstract=function(){const c=[];var l={fill:"currentColor"},s={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};c.push({tag:"path",attributes:{...l,d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"}});var z={...s,attributeName:"opacity"};const a={tag:"circle",attributes:{...l,cx:"256",cy:"364",r:"28"},children:[]};return e||a.children.push({tag:"animate",attributes:{...s,attributeName:"r",values:"28;14;28;28;14;28;"}},{tag:"animate",attributes:{...z,values:"1;0;1;1;0;1;"}}),c.push(a),c.push({tag:"path",attributes:{...l,opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"},children:e?[]:[{tag:"animate",attributes:{...z,values:"1;0;0;0;0;1;"}}]}),e||c.push({tag:"path",attributes:{...l,opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"},children:[{tag:"animate",attributes:{...z,values:"0;0;1;1;0;0;"}}]}),{tag:"g",attributes:{class:"missing"},children:c}}}},{hooks(){return{parseNodeAttributes(c,l){l=l.getAttribute("data-fa-symbol");return c.symbol=null!==l&&(""===l||l),c}}}}],{mixoutsTo:s2}),function(c){try{for(var l=arguments.length,s=new Array(1{z2(),J1("bootstrap")})),h1.hooks={...h1.hooks,addPack:(c,l)=>{h1.styles[c]={...h1.styles[c]||{},...l},I1(),z2()},addPacks:c=>{c.forEach(c=>{var[l,c]=c;h1.styles[l]={...h1.styles[l]||{},...c}}),I1(),z2()},addShims:c=>{h1.shims.push(...c),I1(),z2()}}})}(); \ No newline at end of file diff --git a/lib/fontawesome-free-6.6.0-web/js/brands.js b/lib/fontawesome-free-6.6.0-web/js/brands.js new file mode 100644 index 0000000..8531e7e --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/js/brands.js @@ -0,0 +1,789 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +(function () { + 'use strict'; + + let _WINDOW = {}; + let _DOCUMENT = {}; + + try { + if (typeof window !== 'undefined') _WINDOW = window; + if (typeof document !== 'undefined') _DOCUMENT = document; + } catch (e) {} + + const { + userAgent = '' + } = _WINDOW.navigator || {}; + const WINDOW = _WINDOW; + const DOCUMENT = _DOCUMENT; + const IS_BROWSER = !!WINDOW.document; + const IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function'; + const IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/'); + + var a = "classic", + r = "sharp", + o = "sharp-duotone"; + + var et$1 = { + classic: { + 900: "fas", + 400: "far", + normal: "far", + 300: "fal", + 100: "fat" + }, + sharp: { + 900: "fass", + 400: "fasr", + 300: "fasl", + 100: "fast" + }, + "sharp-duotone": { + 900: "fasds" + } + }; + var bt = { + kit: { + fak: "kit", + "fa-kit": "kit" + }, + "kit-duotone": { + fakd: "kit-duotone", + "fa-kit-duotone": "kit-duotone" + } + }; + var lo = { + classic: { + "fa-brands": "fab", + "fa-duotone": "fad", + "fa-light": "fal", + "fa-regular": "far", + "fa-solid": "fas", + "fa-thin": "fat" + }, + sharp: { + "fa-solid": "fass", + "fa-regular": "fasr", + "fa-light": "fasl", + "fa-thin": "fast" + }, + "sharp-duotone": { + "fa-solid": "fasds" + } + }, + no = { + classic: { + fab: "fa-brands", + fad: "fa-duotone", + fal: "fa-light", + far: "fa-regular", + fas: "fa-solid", + fat: "fa-thin" + }, + sharp: { + fass: "fa-solid", + fasr: "fa-regular", + fasl: "fa-light", + fast: "fa-thin" + }, + "sharp-duotone": { + fasds: "fa-solid" + } + }, + fo = { + classic: { + solid: "fas", + regular: "far", + light: "fal", + thin: "fat", + duotone: "fad", + brands: "fab" + }, + sharp: { + solid: "fass", + regular: "fasr", + light: "fasl", + thin: "fast" + }, + "sharp-duotone": { + solid: "fasds" + } + }, + ho = { + classic: { + fa: "solid", + fas: "solid", + "fa-solid": "solid", + far: "regular", + "fa-regular": "regular", + fal: "light", + "fa-light": "light", + fat: "thin", + "fa-thin": "thin", + fad: "duotone", + "fa-duotone": "duotone", + fab: "brands", + "fa-brands": "brands" + }, + sharp: { + fa: "solid", + fass: "solid", + "fa-solid": "solid", + fasr: "regular", + "fa-regular": "regular", + fasl: "light", + "fa-light": "light", + fast: "thin", + "fa-thin": "thin" + }, + "sharp-duotone": { + fa: "solid", + fasds: "solid", + "fa-solid": "solid" + } + }; + var Io = { + kit: { + "fa-kit": "fak" + }, + "kit-duotone": { + "fa-kit-duotone": "fakd" + } + }, + Fo = { + kit: { + fak: "fa-kit" + }, + "kit-duotone": { + fakd: "fa-kit-duotone" + } + }, + So = { + kit: { + kit: "fak" + }, + "kit-duotone": { + "kit-duotone": "fakd" + } + }; + + const NAMESPACE_IDENTIFIER = '___FONT_AWESOME___'; + const PRODUCTION = (() => { + try { + return "production" === 'production'; + } catch (e$$1) { + return false; + } + })(); + + function familyProxy(obj) { + // Defaults to the classic family if family is not available + return new Proxy(obj, { + get(target, prop) { + return prop in target ? target[prop] : target[a]; + } + + }); + } + + const _PREFIX_TO_STYLE = { ...ho + }; + _PREFIX_TO_STYLE[a] = { ...ho[a], + ...bt['kit'], + ...bt['kit-duotone'] + }; + const PREFIX_TO_STYLE = familyProxy(_PREFIX_TO_STYLE); + const _STYLE_TO_PREFIX = { ...fo + }; + _STYLE_TO_PREFIX[a] = { ..._STYLE_TO_PREFIX[a], + ...So['kit'], + ...So['kit-duotone'] + }; + const STYLE_TO_PREFIX = familyProxy(_STYLE_TO_PREFIX); + const _PREFIX_TO_LONG_STYLE = { ...no + }; + _PREFIX_TO_LONG_STYLE[a] = { ..._PREFIX_TO_LONG_STYLE[a], + ...Fo['kit'] + }; + const PREFIX_TO_LONG_STYLE = familyProxy(_PREFIX_TO_LONG_STYLE); + const _LONG_STYLE_TO_PREFIX = { ...lo + }; + _LONG_STYLE_TO_PREFIX[a] = { ..._LONG_STYLE_TO_PREFIX[a], + ...Io['kit'] + }; + const LONG_STYLE_TO_PREFIX = familyProxy(_LONG_STYLE_TO_PREFIX); + const _FONT_WEIGHT_TO_PREFIX = { ...et$1 + }; + const FONT_WEIGHT_TO_PREFIX = familyProxy(_FONT_WEIGHT_TO_PREFIX); + const prefixes = new Set(); + Object.keys(STYLE_TO_PREFIX[a]).map(prefixes.add.bind(prefixes)); + Object.keys(STYLE_TO_PREFIX[r]).map(prefixes.add.bind(prefixes)); + Object.keys(STYLE_TO_PREFIX[o]).map(prefixes.add.bind(prefixes)); + + function bunker(fn) { + try { + for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { + args[_key - 1] = arguments[_key]; + } + + fn(...args); + } catch (e) { + if (!PRODUCTION) { + throw e; + } + } + } + + const w$1 = WINDOW || {}; + if (!w$1[NAMESPACE_IDENTIFIER]) w$1[NAMESPACE_IDENTIFIER] = {}; + if (!w$1[NAMESPACE_IDENTIFIER].styles) w$1[NAMESPACE_IDENTIFIER].styles = {}; + if (!w$1[NAMESPACE_IDENTIFIER].hooks) w$1[NAMESPACE_IDENTIFIER].hooks = {}; + if (!w$1[NAMESPACE_IDENTIFIER].shims) w$1[NAMESPACE_IDENTIFIER].shims = []; + var namespace = w$1[NAMESPACE_IDENTIFIER]; + + function normalizeIcons(icons) { + return Object.keys(icons).reduce((acc, iconName) => { + const icon = icons[iconName]; + const expanded = !!icon.icon; + + if (expanded) { + acc[icon.iconName] = icon.icon; + } else { + acc[iconName] = icon; + } + + return acc; + }, {}); + } + + function defineIcons(prefix, icons) { + let params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + const { + skipHooks = false + } = params; + const normalized = normalizeIcons(icons); + + if (typeof namespace.hooks.addPack === 'function' && !skipHooks) { + namespace.hooks.addPack(prefix, normalizeIcons(icons)); + } else { + namespace.styles[prefix] = { ...(namespace.styles[prefix] || {}), + ...normalized + }; + } + /** + * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction + * of new styles we needed to differentiate between them. Prefix `fa` is now an alias + * for `fas` so we'll ease the upgrade process for our users by automatically defining + * this as well. + */ + + + if (prefix === 'fas') { + defineIcons('fa', icons); + } + } + + var icons = { + "monero": [496, 512, [], "f3d0", "M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105v128zM88 336V128l159.4 159.4L408 128v208h74.8c8.5-25.1 13.2-52 13.2-80C496 119 385 8 248 8S0 119 0 256c0 28 4.6 54.9 13.2 80H88z"], + "hooli": [640, 512, [], "f427", "M144.5 352l38.3.8c-13.2-4.6-26-10.2-38.3-16.8zm57.7-5.3v5.3l-19.4.8c36.5 12.5 69.9 14.2 94.7 7.2-19.9.2-45.8-2.6-75.3-13.3zm408.9-115.2c15.9 0 28.9-12.9 28.9-28.9s-12.9-24.5-28.9-24.5c-15.9 0-28.9 8.6-28.9 24.5s12.9 28.9 28.9 28.9zm-29 120.5H640V241.5h-57.9zm-73.7 0h57.9V156.7L508.4 184zm-31-119.4c-18.2-18.2-50.4-17.1-50.4-17.1s-32.3-1.1-50.4 17.1c-18.2 18.2-16.8 33.9-16.8 52.6s-1.4 34.3 16.8 52.5 50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.8-33.8 16.8-52.5-.1-18.8 1.3-34.5-16.8-52.6zm-39.8 71.9c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9zm-106.2-71.9c-18.2-18.2-50.4-17.1-50.4-17.1s-32.2-1.1-50.4 17.1c-1.9 1.9-3.7 3.9-5.3 6-38.2-29.6-72.5-46.5-102.1-61.1v-20.7l-22.5 10.6c-54.4-22.1-89-18.2-97.3.1 0 0-24.9 32.8 61.8 110.8V352h57.9v-28.6c-6.5-4.2-13-8.7-19.4-13.6-14.8-11.2-27.4-21.6-38.4-31.4v-31c13.1 14.7 30.5 31.4 53.4 50.3l4.5 3.6v-29.8c0-6.9 1.7-18.2 10.8-18.2s10.6 6.9 10.6 15V317c18 12.2 37.3 22.1 57.7 29.6v-93.9c0-18.7-13.4-37.4-40.6-37.4-15.8-.1-30.5 8.2-38.5 21.9v-54.3c41.9 20.9 83.9 46.5 99.9 58.3-10.2 14.6-9.3 28.1-9.3 43.7 0 18.7-1.4 34.3 16.8 52.5s50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.7-33.8 16.7-52.5 0-18.5 1.5-34.2-16.7-52.3zM65.2 184v63.3c-48.7-54.5-38.9-76-35.2-79.1 13.5-11.4 37.5-8 64.4 2.1zm226.5 120.5c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9z"], + "yelp": [384, 512, [], "f1e9", "M42.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.16 197.16 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92l58.81 94a22.93 22.93 0 0 0 34 5.5 198.36 198.36 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23a197.44 197.44 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.37 320.37 0 0 0-112.33 30.1z"], + "cc-visa": [576, 512, [], "f1f0", "M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z"], + "lastfm": [512, 512, [], "f202", "M225.8 367.1l-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5 0-72.1 36.4-97.9 72.1-97.9 66.5 0 74.8 53.3 100.9 134.9 18.8 56.9 54 102.6 155.4 102.6 72.7 0 122-22.3 122-80.9 0-72.9-62.7-80.6-115-92.1-25.8-5.9-33.4-16.4-33.4-34 0-19.9 15.8-31.7 41.6-31.7 28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5-52.8 0-104.4 19.9-104.4 83.9 0 39.9 19.4 65.1 68 76.8 44.9 10.6 79.8 13.8 79.8 45.7 0 21.7-21.1 30.5-61 30.5-59.2 0-83.9-31.1-97.9-73.9-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2 66.2 0 97.9-31.1 97.9-31.1z"], + "shopware": [512, 512, [], "f5b5", "M403.5 455.41A246.17 246.17 0 0 1 256 504C118.81 504 8 393 8 256 8 118.81 119 8 256 8a247.39 247.39 0 0 1 165.7 63.5 3.57 3.57 0 0 1-2.86 6.18A418.62 418.62 0 0 0 362.13 74c-129.36 0-222.4 53.47-222.4 155.35 0 109 92.13 145.88 176.83 178.73 33.64 13 65.4 25.36 87 41.59a3.58 3.58 0 0 1 0 5.72zM503 233.09a3.64 3.64 0 0 0-1.27-2.44c-51.76-43-93.62-60.48-144.48-60.48-84.13 0-80.25 52.17-80.25 53.63 0 42.6 52.06 62 112.34 84.49 31.07 11.59 63.19 23.57 92.68 39.93a3.57 3.57 0 0 0 5-1.82A249 249 0 0 0 503 233.09z"], + "creative-commons-nc": [496, 512, [], "f4e8", "M247.6 8C387.4 8 496 115.9 496 256c0 147.2-118.5 248-248.4 248C113.1 504 0 393.2 0 256 0 123.1 104.7 8 247.6 8zM55.8 189.1c-7.4 20.4-11.1 42.7-11.1 66.9 0 110.9 92.1 202.4 203.7 202.4 122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V368c-27.5-.3-52.6-10.2-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2 0-6.2-2.2-11.2-6.6-15.1-14.2-6-1.8-.1-219.3-97.4zM248.4 52.3c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L295 199.7c-42.7-29.9-83.5-8-70 11.1 53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1 0-57-19.8-105-59.3-143.9-39.3-39.9-87.2-59.8-143.6-59.8z"], + "aws": [640, 512, [], "f375", "M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.164 8.164 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.608 78.608 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.857 76.857 0 0 1 55.69 17.28 70.285 70.285 0 0 1 17.67 52.36l-.01 69.29zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48zm170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.802 12.802 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42zm40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.127 469.127 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.22 630.22 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38zm29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02z"], + "redhat": [512, 512, [], "f7bc", "M341.52 285.56c33.65 0 82.34-6.94 82.34-47 .22-6.74.86-1.82-20.88-96.24-4.62-19.15-8.68-27.84-42.31-44.65-26.09-13.34-82.92-35.37-99.73-35.37-15.66 0-20.2 20.17-38.87 20.17-18 0-31.31-15.06-48.12-15.06-16.14 0-26.66 11-34.78 33.62-27.5 77.55-26.28 74.27-26.12 78.27 0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25 0 37.66-42.33 58.56-98 58.56-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189 121.79 0 152.51-55.08 152.51-98.58 0-34.21-29.59-73.05-82.93-96.24"], + "yoast": [448, 512, [], "f2b1", "M91.3 76h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V460H91.3C41.2 460 0 419.8 0 370.5V165.2C0 115.9 40.7 76 91.3 76zm229.1-56h66.5C243.1 398.1 241.2 418.9 202.2 459.3c-20.8 21.6-49.3 31.7-78.3 32.7v-51.1c49.2-7.7 64.6-49.9 64.6-75.3 0-20.1.6-12.6-82.1-223.2h61.4L218.2 299 320.4 20zM448 161.5V460H234c6.6-9.6 10.7-16.3 12.1-19.4h182.5V161.5c0-32.5-17.1-51.9-48.2-62.9l6.7-17.6c41.7 13.6 60.9 43.1 60.9 80.5z"], + "cloudflare": [640, 512, [], "e07d", "M407.906,319.913l-230.8-2.928a4.58,4.58,0,0,1-3.632-1.926,4.648,4.648,0,0,1-.494-4.147,6.143,6.143,0,0,1,5.361-4.076L411.281,303.9c27.631-1.26,57.546-23.574,68.022-50.784l13.286-34.542a7.944,7.944,0,0,0,.524-2.936,7.735,7.735,0,0,0-.164-1.631A151.91,151.91,0,0,0,201.257,198.4,68.12,68.12,0,0,0,94.2,269.59C41.924,271.106,0,313.728,0,366.12a96.054,96.054,0,0,0,1.029,13.958,4.508,4.508,0,0,0,4.445,3.871l426.1.051c.043,0,.08-.019.122-.02a5.606,5.606,0,0,0,5.271-4l3.273-11.265c3.9-13.4,2.448-25.8-4.1-34.9C430.124,325.423,420.09,320.487,407.906,319.913ZM513.856,221.1c-2.141,0-4.271.062-6.391.164a3.771,3.771,0,0,0-3.324,2.653l-9.077,31.193c-3.9,13.4-2.449,25.786,4.1,34.89,6.02,8.4,16.054,13.323,28.238,13.9l49.2,2.939a4.491,4.491,0,0,1,3.51,1.894,4.64,4.64,0,0,1,.514,4.169,6.153,6.153,0,0,1-5.351,4.075l-51.125,2.939c-27.754,1.27-57.669,23.574-68.145,50.784l-3.695,9.606a2.716,2.716,0,0,0,2.427,3.68c.046,0,.088.017.136.017h175.91a4.69,4.69,0,0,0,4.539-3.37,124.807,124.807,0,0,0,4.682-34C640,277.3,583.524,221.1,513.856,221.1Z"], + "ups": [384, 512, [], "f7e0", "M103.2 303c-5.2 3.6-32.6 13.1-32.6-19V180H37.9v102.6c0 74.9 80.2 51.1 97.9 39V180h-32.6zM4 74.82v220.9c0 103.7 74.9 135.2 187.7 184.1 112.4-48.9 187.7-80.2 187.7-184.1V74.82c-116.3-61.6-281.8-49.6-375.4 0zm358.1 220.9c0 86.6-53.2 113.6-170.4 165.3-117.5-51.8-170.5-78.7-170.5-165.3v-126.4c102.3-93.8 231.6-100 340.9-89.8zm-209.6-107.4v212.8h32.7v-68.7c24.4 7.3 71.7-2.6 71.7-78.5 0-97.4-80.7-80.92-104.4-65.6zm32.7 117.3v-100.3c8.4-4.2 38.4-12.7 38.4 49.3 0 67.9-36.4 51.8-38.4 51zm79.1-86.4c.1 47.3 51.6 42.5 52.2 70.4.6 23.5-30.4 23-50.8 4.9v30.1c36.2 21.5 81.9 8.1 83.2-33.5 1.7-51.5-54.1-46.6-53.4-73.2.6-20.3 30.6-20.5 48.5-2.2v-28.4c-28.5-22-79.9-9.2-79.7 31.9z"], + "pixiv": [448, 512, [], "e640", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm171.5 84c41 0 76.3 12.9 101.4 35.2l0 0c25.2 22.2 39.8 54.1 39.8 88.8c.1 35.3-16.6 66.3-42.4 87c-25.9 20.8-60.6 32.4-98.8 32.4c-43.5 0-83.8-16.1-83.8-16.1v51.8c7.4 2.2 19.7 7 11.9 14.8H104.8c-7.7-7.8 3.6-12.4 12.1-14.8V175.5C97.1 190.9 87 204.3 81.8 214.2c6 19.4-5.3 18.5-5.3 18.5L56 199.7s72.7-83.7 179.5-83.7zm-3.6 222.9c30 0 56-11.3 73.9-29.2c17.9-18.1 27.9-41.6 28-70.2c-.1-29.3-9.5-54.6-26.7-73.6c-17.2-18.9-42.7-31.3-75.2-31.4c-26.7-.1-59.8 9-80.2 23.7V323.1c18.6 9.3 46.8 15.9 80.2 15.8z"], + "wpexplorer": [512, 512, [], "f2de", "M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256zm-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224 224-100.5 224-224zM160.9 124.6l86.9 37.1-37.1 86.9-86.9-37.1 37.1-86.9zm110 169.1l46.6 94h-14.6l-50-100-48.9 100h-14l51.1-106.9-22.3-9.4 6-14 68.6 29.1-6 14.3-16.5-7.1zm-11.8-116.3l68.6 29.4-29.4 68.3L230 246l29.1-68.6zm80.3 42.9l54.6 23.1-23.4 54.3-54.3-23.1 23.1-54.3z"], + "dyalog": [416, 512, [], "f399", "M0 32v119.2h64V96h107.2C284.6 96 352 176.2 352 255.9 352 332 293.4 416 171.2 416H0v64h171.2C331.9 480 416 367.3 416 255.9c0-58.7-22.1-113.4-62.3-154.3C308.9 56 245.7 32 171.2 32H0z"], + "bity": [496, 512, [], "f37a", "M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5-84.8-82.4-215.8-80.3-298.9-3.2-16.3 15.1-36.5-8.3-21.8-22.1zm98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1-32.1 127.4 41.1 259.8 169.8 298.1zm148.1-2c121.9-40.2 192.9-166.9 164.4-291-4.5-19.7-34.9-13.8-30 7.9 24.2 107.7-37.1 217.9-143.2 253.4-21.2 7-10.4 36 8.8 29.7zm-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8-8.2 0-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8zm71-269c2.1 90.9 4.7 131.9-85.5 132.5-92.5-.7-86.9-44.3-85.5-132.5 0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1 57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0z"], + "stackpath": [448, 512, [], "f842", "M244.6 232.4c0 8.5-4.26 20.49-21.34 20.49h-19.61v-41.47h19.61c17.13 0 21.34 12.36 21.34 20.98zM448 32v448H0V32zM151.3 287.84c0-21.24-12.12-34.54-46.72-44.85-20.57-7.41-26-10.91-26-18.63s7-14.61 20.41-14.61c14.09 0 20.79 8.45 20.79 18.35h30.7l.19-.57c.5-19.57-15.06-41.65-51.12-41.65-23.37 0-52.55 10.75-52.55 38.29 0 19.4 9.25 31.29 50.74 44.37 17.26 6.15 21.91 10.4 21.91 19.48 0 15.2-19.13 14.23-19.47 14.23-20.4 0-25.65-9.1-25.65-21.9h-30.8l-.18.56c-.68 31.32 28.38 45.22 56.63 45.22 29.98 0 51.12-13.55 51.12-38.29zm125.38-55.63c0-25.3-18.43-45.46-53.42-45.46h-51.78v138.18h32.17v-47.36h19.61c30.25 0 53.42-15.95 53.42-45.36zM297.94 325L347 186.78h-31.09L268 325zm106.52-138.22h-31.09L325.46 325h29.94z"], + "buysellads": [448, 512, [], "f20d", "M224 150.7l42.9 160.7h-85.8L224 150.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-65.3 325.3l-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6h90.8z"], + "first-order": [448, 512, [], "f2b0", "M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z"], + "modx": [448, 512, [], "f285", "M356 241.8l36.7 23.7V480l-133-83.8L356 241.8zM440 75H226.3l-23 37.8 153.5 96.5L440 75zm-89 142.8L55.2 32v214.5l46 29L351 217.8zM97 294.2L8 437h213.7l125-200.5L97 294.2z"], + "guilded": [448, 512, [], "e07e", "M443.427,64H4.571c0,103.26,22.192,180.06,43.418,222.358C112.046,414.135,224,448,225.256,448a312.824,312.824,0,0,0,140.55-103.477c25.907-33.923,53.1-87.19,65.916-145.761H171.833c4.14,36.429,22.177,67.946,45.1,86.944h88.589c-17.012,28.213-48.186,54.4-80.456,69.482-31.232-13.259-69.09-46.544-96.548-98.362-26.726-53.833-27.092-105.883-27.092-105.883H437.573A625.91,625.91,0,0,0,443.427,64Z"], + "vnv": [640, 512, [], "f40b", "M104.9 352c-34.1 0-46.4-30.4-46.4-30.4L2.6 210.1S-7.8 192 13 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.7-74.5c5.6-9.5 8.4-18.1 18.8-18.1h32.8c20.8 0 10.4 18.1 10.4 18.1l-55.8 111.5S174.2 352 140 352h-35.1zm395 0c-34.1 0-46.4-30.4-46.4-30.4l-55.9-111.5S387.2 192 408 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.8-74.5c5.6-9.5 8.4-18.1 18.8-18.1H627c20.8 0 10.4 18.1 10.4 18.1l-55.9 111.5S569.3 352 535.1 352h-35.2zM337.6 192c34.1 0 46.4 30.4 46.4 30.4l55.9 111.5s10.4 18.1-10.4 18.1h-32.8c-10.4 0-13.2-8.7-18.8-18.1l-36.7-74.5s-5.2-13.1-21.1-13.1c-15.9 0-21.1 13.1-21.1 13.1l-36.7 74.5c-5.6 9.4-8.4 18.1-18.8 18.1h-32.9c-20.8 0-10.4-18.1-10.4-18.1l55.9-111.5s12.2-30.4 46.4-30.4h35.1z"], + "square-js": [448, 512, ["js-square"], "f3b9", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM180.9 444.9c-33.7 0-53.2-17.4-63.2-38.5L152 385.7c6.6 11.7 12.6 21.6 27.1 21.6c13.8 0 22.6-5.4 22.6-26.5V237.7h42.1V381.4c0 43.6-25.6 63.5-62.9 63.5zm85.8-43L301 382.1c9 14.7 20.8 25.6 41.5 25.6c17.4 0 28.6-8.7 28.6-20.8c0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5c0-31.6 24.1-55.6 61.6-55.6c26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18c-12.3 0-20.1 7.8-20.1 18c0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2c0 37.8-29.8 58.6-69.7 58.6c-39.1 0-64.4-18.6-76.7-43z"], + "microsoft": [448, 512, [], "f3ca", "M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z"], + "qq": [448, 512, [], "f1d6", "M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741 0 31.345-16.136 72.247-51.051 101.786 16.842 5.192 54.843 19.167 45.803 34.421-7.316 12.343-125.51 7.881-159.632 4.037-34.122 3.844-152.316 8.306-159.632-4.037-9.045-15.25 28.918-29.214 45.783-34.415-34.92-29.539-51.059-70.445-51.059-101.792 0 0-33.334 54.134-44.859 52.741-5.37-.65-12.424-29.644 9.347-99.704 10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963 18.118 45.223 29.912 72.85 40.144 105.778 21.768 70.06 14.716 99.053 9.346 99.704z"], + "orcid": [512, 512, [], "f8d2", "M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z"], + "java": [384, 512, [], "f4e4", "M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.19 12.19 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.45 70.45 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4zM124.44 396c-78.7 22 47.9 67.4 148.1 24.5a185.89 185.89 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.37 60.37 0 0 1-21.1-12.8z"], + "invision": [448, 512, [], "f7b0", "M407.4 32H40.6C18.2 32 0 50.2 0 72.6v366.8C0 461.8 18.2 480 40.6 480h366.8c22.4 0 40.6-18.2 40.6-40.6V72.6c0-22.4-18.2-40.6-40.6-40.6zM176.1 145.6c.4 23.4-22.4 27.3-26.6 27.4-14.9 0-27.1-12-27.1-27 .1-35.2 53.1-35.5 53.7-.4zM332.8 377c-65.6 0-34.1-74-25-106.6 14.1-46.4-45.2-59-59.9.7l-25.8 103.3H177l8.1-32.5c-31.5 51.8-94.6 44.4-94.6-4.3.1-14.3.9-14 23-104.1H81.7l9.7-35.6h76.4c-33.6 133.7-32.6 126.9-32.9 138.2 0 20.9 40.9 13.5 57.4-23.2l19.8-79.4h-32.3l9.7-35.6h68.8l-8.9 40.5c40.5-75.5 127.9-47.8 101.8 38-14.2 51.1-14.6 50.7-14.9 58.8 0 15.5 17.5 22.6 31.8-16.9L386 325c-10.5 36.7-29.4 52-53.2 52z"], + "creative-commons-pd-alt": [496, 512, [], "f4ed", "M247.6 8C104.7 8 0 123.1 0 256c0 138.5 113.6 248 247.6 248C377.5 504 496 403.1 496 256 496 118.1 389.4 8 247.6 8zm.8 450.8c-112.5 0-203.7-93-203.7-202.8 0-105.4 85.5-203.3 203.7-203.3 112.6 0 202.9 89.5 202.8 203.3 0 121.7-99.6 202.8-202.8 202.8zM316.7 186h-53.2v137.2h53.2c21.4 0 70-5.1 70-68.6 0-63.4-48.6-68.6-70-68.6zm.8 108.5h-19.9v-79.7l19.4-.1c3.8 0 35-2.1 35 39.9 0 24.6-10.5 39.9-34.5 39.9zM203.7 186h-68.2v137.3h34.6V279h27c54.1 0 57.1-37.5 57.1-46.5 0-31-16.8-46.5-50.5-46.5zm-4.9 67.3h-29.2v-41.6h28.3c30.9 0 28.8 41.6.9 41.6z"], + "centercode": [512, 512, [], "f380", "M329.2 268.6c-3.8 35.2-35.4 60.6-70.6 56.8-35.2-3.8-60.6-35.4-56.8-70.6 3.8-35.2 35.4-60.6 70.6-56.8 35.1 3.8 60.6 35.4 56.8 70.6zm-85.8 235.1C96.7 496-8.2 365.5 10.1 224.3c11.2-86.6 65.8-156.9 139.1-192 161-77.1 349.7 37.4 354.7 216.6 4.1 147-118.4 262.2-260.5 254.8zm179.9-180c27.9-118-160.5-205.9-237.2-234.2-57.5 56.3-69.1 188.6-33.8 344.4 68.8 15.8 169.1-26.4 271-110.2z"], + "glide-g": [448, 512, [], "f2a6", "M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0 97.3 0 39 113.7 39 198.4 39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8-16.9 128.9-90.8 133.1-90.8 94.6 0-39.2 45-58.6 45.5-61-.3-12.2-47-27.6-58.9-27.6-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4 15.1-60.5 11.2-63.3 19.7-67.6 32.2-16.2 57.5-27 93.8-27 17.8 0 30.5 3.7 58.9 8.4 2.9 0 6.7-2.9 6.7-5.8 0-8-33.4-60.5-40.9-63.4zm-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3-2.3 10.2-13.3 7.8-22 7.8-38.3 0-49-41.8-49-73.1 0-47 18-109.3 61.8-133.4 7-4.1 14.8-6.7 22.6-6.7 18.6 0 20 13.3 20 28.7-.1 14.3-2.7 28.5-5.6 42.4z"], + "drupal": [448, 512, [], "f1a9", "M303.973,108.136C268.2,72.459,234.187,38.35,224.047,0c-9.957,38.35-44.25,72.459-80.019,108.136C90.467,161.7,29.716,222.356,29.716,313.436c-2.337,107.3,82.752,196.18,190.053,198.517S415.948,429.2,418.285,321.9q.091-4.231,0-8.464C418.285,222.356,357.534,161.7,303.973,108.136Zm-174.326,223a130.282,130.282,0,0,0-15.211,24.153,4.978,4.978,0,0,1-3.319,2.766h-1.659c-4.333,0-9.219-8.481-9.219-8.481h0c-1.29-2.028-2.489-4.149-3.687-6.361l-.83-1.752c-11.247-25.72-1.475-62.318-1.475-62.318h0a160.585,160.585,0,0,1,23.231-49.873A290.8,290.8,0,0,1,138.5,201.613l9.219,9.219,43.512,44.434a4.979,4.979,0,0,1,0,6.638L145.78,312.33h0Zm96.612,127.311a67.2,67.2,0,0,1-49.781-111.915c14.2-16.871,31.528-33.464,50.334-55.313,22.309,23.785,36.875,40.1,51.164,57.986a28.413,28.413,0,0,1,2.95,4.425,65.905,65.905,0,0,1,11.984,37.981,66.651,66.651,0,0,1-66.466,66.836ZM352.371,351.6h0a7.743,7.743,0,0,1-6.176,5.347H344.9a11.249,11.249,0,0,1-6.269-5.07h0a348.21,348.21,0,0,0-39.456-48.952L281.387,284.49,222.3,223.185a497.888,497.888,0,0,1-35.4-36.322,12.033,12.033,0,0,0-.922-1.382,35.4,35.4,0,0,1-4.7-9.219V174.51a31.346,31.346,0,0,1,9.218-27.656c11.432-11.431,22.955-22.954,33.833-34.939,11.984,13.275,24.8,26,37.428,38.627h0a530.991,530.991,0,0,1,69.6,79.1,147.494,147.494,0,0,1,27.011,83.8A134.109,134.109,0,0,1,352.371,351.6Z"], + "jxl": [448, 512, [], "e67b", "M412.2 32H35.8C16 32 0 48 0 67.8V444.2C0 464 16 480 35.8 480H412.2c19.8 0 35.8-16 35.8-35.8V67.8C448 48 432 32 412.2 32zM378.6 333.7c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6zm0-113.9c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6zm0-113.9c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6z"], + "dart-lang": [512, 512, [], "e693", "M378.6 78.9c-2.8-.1-5.6-.2-8.5-.2l-264.1 0 143.2-72C256.6 2.3 268 0 279.6 0c13.5 0 29.4 9.2 37 16.8l62 62zM107.3 96.5l262.8 0c16 0 25.4 1.4 35.4 9.3L512 212.2 512 421l-79.3 .7L107.3 96.5zM96.5 373l0-262.2L420.3 434.6l.7 77.4-212.2 0-98.1-98.2 0 0C99.4 402.5 96.5 398.5 96.5 373zM78.7 105.3l0 267.7c0 3.3 .1 6.3 .2 9.1l-62-62C6.5 309.3 0 294.3 0 279.6c0-6.8 3.9-17.5 6.7-23.6l72-150.7z"], + "hire-a-helper": [512, 512, [], "f3b0", "M443.1 0H71.9C67.9 37.3 37.4 67.8 0 71.7v371.5c37.4 4.9 66 32.4 71.9 68.8h372.2c3-36.4 32.5-65.8 67.9-69.8V71.7c-36.4-5.9-65-35.3-68.9-71.7zm-37 404.9c-36.3 0-18.8-2-55.1-2-35.8 0-21 2-56.1 2-5.9 0-4.9-8.2 0-9.8 22.8-7.6 22.9-10.2 24.6-12.8 10.4-15.6 5.9-83 5.9-113 0-5.3-6.4-12.8-13.8-12.8H200.4c-7.4 0-13.8 7.5-13.8 12.8 0 30-4.5 97.4 5.9 113 1.7 2.5 1.8 5.2 24.6 12.8 4.9 1.6 6 9.8 0 9.8-35.1 0-20.3-2-56.1-2-36.3 0-18.8 2-55.1 2-7.9 0-5.8-10.8 0-10.8 10.2-3.4 13.5-3.5 21.7-13.8 7.7-12.9 7.9-44.4 7.9-127.8V151.3c0-22.2-12.2-28.3-28.6-32.4-8.8-2.2-4-11.8 1-11.8 36.5 0 20.6 2 57.1 2 32.7 0 16.5-2 49.2-2 3.3 0 8.5 8.3 1 10.8-4.9 1.6-27.6 3.7-27.6 39.3 0 45.6-.2 55.8 1 68.8 0 1.3 2.3 12.8 12.8 12.8h109.2c10.5 0 12.8-11.5 12.8-12.8 1.2-13 1-23.2 1-68.8 0-35.6-22.7-37.7-27.6-39.3-7.5-2.5-2.3-10.8 1-10.8 32.7 0 16.5 2 49.2 2 36.5 0 20.6-2 57.1-2 4.9 0 9.9 9.6 1 11.8-16.4 4.1-28.6 10.3-28.6 32.4v101.2c0 83.4.1 114.9 7.9 127.8 8.2 10.2 11.4 10.4 21.7 13.8 5.8 0 7.8 10.8 0 10.8z"], + "creative-commons-by": [496, 512, [], "f4e7", "M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z"], + "unity": [448, 512, [], "e049", "M243.583 91.6027L323.695 138.384C326.575 140.026 326.68 144.583 323.695 146.225L228.503 201.854C225.623 203.55 222.22 203.444 219.549 201.854L124.357 146.225C121.425 144.636 121.373 139.973 124.357 138.384L204.417 91.6027V0L0 119.417V358.252L78.3843 312.477V218.914C78.3319 215.576 82.2066 213.192 85.0865 214.993L180.279 270.622C183.159 272.318 184.782 275.338 184.782 278.464V389.669C184.834 393.007 180.959 395.391 178.079 393.589L97.9673 346.808L19.583 392.583L224 512L428.417 392.583L350.033 346.808L269.921 393.589C267.093 395.338 263.114 393.06 263.218 389.669V278.464C263.218 275.126 265.051 272.159 267.721 270.622L362.914 214.993C365.741 213.245 369.72 215.47 369.616 218.914V312.477L448 358.252V119.417L243.583 0V91.6027Z"], + "whmcs": [448, 512, [], "f40d", "M448 161v-21.3l-28.5-8.8-2.2-10.4 20.1-20.7L427 80.4l-29 7.5-7.2-7.5 7.5-28.2-19.1-11.6-21.3 21-10.7-3.2-7-26.4h-22.6l-6.2 26.4-12.1 3.2-19.7-21-19.4 11 8.1 27.7-8.1 8.4-28.5-7.5-11 19.1 20.7 21-2.9 10.4-28.5 7.8-.3 21.7 28.8 7.5 2.4 12.1-20.1 19.9 10.4 18.5 29.6-7.5 7.2 8.6-8.1 26.9 19.9 11.6 19.4-20.4 11.6 2.9 6.7 28.5 22.6.3 6.7-28.8 11.6-3.5 20.7 21.6 20.4-12.1-8.8-28 7.8-8.1 28.8 8.8 10.3-20.1-20.9-18.8 2.2-12.1 29.1-7zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8 56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8zm72.3 16.4l46.9 14.5V277l-55.1 13.4-4.1 22.7 38.9 35.3-19.2 37.9-54-16.7-14.6 15.2 16.7 52.5-38.3 22.7-38.9-40.5-21.7 6.6-12.6 54-42.4-.5-12.6-53.6-21.7-5.6-36.4 38.4-37.4-21.7 15.2-50.5-13.7-16.1-55.5 14.1-19.7-34.8 37.9-37.4-4.8-22.8-54-14.1.5-40.9L54 219.9l5.7-19.7-38.9-39.4L41.5 125l53.6 14.1 15.2-15.7-15.2-52 36.4-20.7 36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7-3.3 5.7-11 19.1-3.3 5.6 4.6 4.6 17.2 17.4-.3 1-23.8 6.5-6.2 1.7-.1 6.4-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7 50.5 0 92.7-35.4 103.2-82.8l13.2.2 6.9.1 1.6-6.7 5.6-24 1.9-.6 17.1 17.8 4.7 4.9 5.8-3.4 20.4-12.1 5.8-3.5-2-6.5-6.8-21.2z"], + "rocketchat": [576, 512, [], "f3e8", "M284.046,224.8a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,284.046,224.8Zm-110.45,0a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,173.6,224.8Zm220.923,0a34.114,34.114,0,1,0,34.317,34.113A34.215,34.215,0,0,0,394.519,224.8Zm153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618-52.886-34.817-122.374-54-195.666-54a405.975,405.975,0,0,0-72.032,6.357,238.524,238.524,0,0,0-49.51-36.588C99.684-11.7,40.859.711,11.135,11.421A14.291,14.291,0,0,0,5.58,34.782C26.542,56.458,61.222,99.3,52.7,138.252c-33.142,33.9-51.112,74.776-51.112,117.337,0,43.372,17.97,84.248,51.112,118.148,8.526,38.956-26.154,81.816-47.116,103.491a14.284,14.284,0,0,0,5.555,23.34c29.724,10.709,88.549,23.147,155.324-10.2a238.679,238.679,0,0,0,49.51-36.589A405.972,405.972,0,0,0,288,460.14c73.313,0,142.8-19.159,195.667-53.975,27.371-18.049,49.145-39.426,64.679-63.619,17.309-26.923,26.07-55.916,26.07-86.125C574.394,225.4,565.634,196.43,548.326,169.485ZM284.987,409.9a345.65,345.65,0,0,1-89.446-11.5l-20.129,19.393a184.366,184.366,0,0,1-37.138,27.585,145.767,145.767,0,0,1-52.522,14.87c.983-1.771,1.881-3.563,2.842-5.356q30.258-55.68,16.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4,0-83.1,104.254-150.469,232.846-150.469s232.867,67.373,232.867,150.469C517.854,342.525,413.6,409.9,284.987,409.9Z"], + "vk": [448, 512, [], "f189", "M31.4907 63.4907C0 94.9813 0 145.671 0 247.04V264.96C0 366.329 0 417.019 31.4907 448.509C62.9813 480 113.671 480 215.04 480H232.96C334.329 480 385.019 480 416.509 448.509C448 417.019 448 366.329 448 264.96V247.04C448 145.671 448 94.9813 416.509 63.4907C385.019 32 334.329 32 232.96 32H215.04C113.671 32 62.9813 32 31.4907 63.4907ZM75.6 168.267H126.747C128.427 253.76 166.133 289.973 196 297.44V168.267H244.16V242C273.653 238.827 304.64 205.227 315.093 168.267H363.253C359.313 187.435 351.46 205.583 340.186 221.579C328.913 237.574 314.461 251.071 297.733 261.227C316.41 270.499 332.907 283.63 346.132 299.751C359.357 315.873 369.01 334.618 374.453 354.747H321.44C316.555 337.262 306.614 321.61 292.865 309.754C279.117 297.899 262.173 290.368 244.16 288.107V354.747H238.373C136.267 354.747 78.0267 284.747 75.6 168.267Z"], + "untappd": [640, 512, [], "f405", "M401.3 49.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.6 497.1c-7.6 10.6-20.4 16.2-33.4 14.6-40.3-5-77.8-32.2-95.3-68.5-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9 1-4.8 1-7.3 3.6-8 3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6 4.5-.1 13.2 1.2 25.6 10 12.3 8.9 16.4 16.8 17.7 21.1.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4.1 2.8-2.3 3.6-6.5 6.1zM230.1 36.4c3.4.9 2.5 4.4 2.3 7.4-.2 2.7 2.1 3.5 6.4 6 7.9 15.9 15.3 30.5 22.2 44 .7 1.3 2.3 1.5 3.3.5 11.2-12 24.6-26.2 40.5-42.6 1.3-1.4 1.4-3.5.1-4.9-8-8.2-16.5-16.9-25.6-26.1-1-4.7-1-7.3-3.6-8-3-.8-6.6-1-6.3-4.6.3-3.3 1.4-8.1-2.8-8.2-4.5-.1-13.2 1.1-25.6 10-12.3 8.9-16.4 16.8-17.7 21.1-1.4 4.2 3.6 4.6 6.8 5.4zM620 406.7L471.2 198.8c-13.2-18.5-26.6-23.4-56.4-39.1-11.2-5.9-14.2-10.9-30.5-28.9-1-1.1-2.9-.9-3.6.5-46.3 88.8-47.1 82.8-49 94.8-1.7 10.7-1.3 20 .3 29.8 1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7 40.3-4.9 78-32 95.7-68.6 5.4-11.9 4.3-25.9-3.4-36.6z"], + "mailchimp": [448, 512, [], "f59e", "M330.61 243.52a36.15 36.15 0 0 1 9.3 0c1.66-3.83 1.95-10.43.45-17.61-2.23-10.67-5.25-17.14-11.48-16.13s-6.47 8.74-4.24 19.42c1.26 6 3.49 11.14 6 14.32zM277.05 252c4.47 2 7.2 3.26 8.28 2.13 1.89-1.94-3.48-9.39-12.12-13.09a31.44 31.44 0 0 0-30.61 3.68c-3 2.18-5.81 5.22-5.41 7.06.85 3.74 10-2.71 22.6-3.48 7-.44 12.8 1.75 17.26 3.71zm-9 5.13c-9.07 1.42-15 6.53-13.47 10.1.9.34 1.17.81 5.21-.81a37 37 0 0 1 18.72-1.95c2.92.34 4.31.52 4.94-.49 1.46-2.22-5.71-8-15.39-6.85zm54.17 17.1c3.38-6.87-10.9-13.93-14.3-7s10.92 13.88 14.32 6.97zm15.66-20.47c-7.66-.13-7.95 15.8-.26 15.93s7.98-15.81.28-15.96zm-218.79 78.9c-1.32.31-6 1.45-8.47-2.35-5.2-8 11.11-20.38 3-35.77-9.1-17.47-27.82-13.54-35.05-5.54-8.71 9.6-8.72 23.54-5 24.08 4.27.57 4.08-6.47 7.38-11.63a12.83 12.83 0 0 1 17.85-3.72c11.59 7.59 1.37 17.76 2.28 28.62 1.39 16.68 18.42 16.37 21.58 9a2.08 2.08 0 0 0-.2-2.33c.03.89.68-1.3-3.35-.39zm299.72-17.07c-3.35-11.73-2.57-9.22-6.78-20.52 2.45-3.67 15.29-24-3.07-43.25-10.4-10.92-33.9-16.54-41.1-18.54-1.5-11.39 4.65-58.7-21.52-83 20.79-21.55 33.76-45.29 33.73-65.65-.06-39.16-48.15-51-107.42-26.47l-12.55 5.33c-.06-.05-22.71-22.27-23.05-22.57C169.5-18-41.77 216.81 25.78 273.85l14.76 12.51a72.49 72.49 0 0 0-4.1 33.5c3.36 33.4 36 60.42 67.53 60.38 57.73 133.06 267.9 133.28 322.29 3 1.74-4.47 9.11-24.61 9.11-42.38s-10.09-25.27-16.53-25.27zm-316 48.16c-22.82-.61-47.46-21.15-49.91-45.51-6.17-61.31 74.26-75.27 84-12.33 4.54 29.64-4.67 58.49-34.12 57.81zM84.3 249.55C69.14 252.5 55.78 261.09 47.6 273c-4.88-4.07-14-12-15.59-15-13.01-24.85 14.24-73 33.3-100.21C112.42 90.56 186.19 39.68 220.36 48.91c5.55 1.57 23.94 22.89 23.94 22.89s-34.15 18.94-65.8 45.35c-42.66 32.85-74.89 80.59-94.2 132.4zM323.18 350.7s-35.74 5.3-69.51-7.07c6.21-20.16 27 6.1 96.4-13.81 15.29-4.38 35.37-13 51-25.35a102.85 102.85 0 0 1 7.12 24.28c3.66-.66 14.25-.52 11.44 18.1-3.29 19.87-11.73 36-25.93 50.84A106.86 106.86 0 0 1 362.55 421a132.45 132.45 0 0 1-20.34 8.58c-53.51 17.48-108.3-1.74-126-43a66.33 66.33 0 0 1-3.55-9.74c-7.53-27.2-1.14-59.83 18.84-80.37 1.23-1.31 2.48-2.85 2.48-4.79a8.45 8.45 0 0 0-1.92-4.54c-7-10.13-31.19-27.4-26.33-60.83 3.5-24 24.49-40.91 44.07-39.91l5 .29c8.48.5 15.89 1.59 22.88 1.88 11.69.5 22.2-1.19 34.64-11.56 4.2-3.5 7.57-6.54 13.26-7.51a17.45 17.45 0 0 1 13.6 2.24c10 6.64 11.4 22.73 11.92 34.49.29 6.72 1.1 23 1.38 27.63.63 10.67 3.43 12.17 9.11 14 3.19 1.05 6.15 1.83 10.51 3.06 13.21 3.71 21 7.48 26 12.31a16.38 16.38 0 0 1 4.74 9.29c1.56 11.37-8.82 25.4-36.31 38.16-46.71 21.68-93.68 14.45-100.48 13.68-20.15-2.71-31.63 23.32-19.55 41.15 22.64 33.41 122.4 20 151.37-21.35.69-1 .12-1.59-.73-1-41.77 28.58-97.06 38.21-128.46 26-4.77-1.85-14.73-6.44-15.94-16.67 43.6 13.49 71 .74 71 .74s2.03-2.79-.56-2.53zm-68.47-5.7zm-83.4-187.5c16.74-19.35 37.36-36.18 55.83-45.63a.73.73 0 0 1 1 1c-1.46 2.66-4.29 8.34-5.19 12.65a.75.75 0 0 0 1.16.79c11.49-7.83 31.48-16.22 49-17.3a.77.77 0 0 1 .52 1.38 41.86 41.86 0 0 0-7.71 7.74.75.75 0 0 0 .59 1.19c12.31.09 29.66 4.4 41 10.74.76.43.22 1.91-.64 1.72-69.55-15.94-123.08 18.53-134.5 26.83a.76.76 0 0 1-1-1.12z"], + "css3-alt": [384, 512, [], "f38b", "M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112h242.2z"], + "square-reddit": [448, 512, ["reddit-square"], "f1a2", "M64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32zM305.9 166.4c20.6 0 37.3-16.7 37.3-37.3s-16.7-37.3-37.3-37.3c-18 0-33.1 12.8-36.6 29.8c-30.2 3.2-53.8 28.8-53.8 59.9l0 .2c-32.8 1.4-62.8 10.7-86.6 25.5c-8.8-6.8-19.9-10.9-32-10.9c-28.9 0-52.3 23.4-52.3 52.3c0 21 12.3 39 30.1 47.4c1.7 60.7 67.9 109.6 149.3 109.6s147.6-48.9 149.3-109.7c17.7-8.4 29.9-26.4 29.9-47.3c0-28.9-23.4-52.3-52.3-52.3c-12 0-23 4-31.9 10.8c-24-14.9-54.3-24.2-87.5-25.4l0-.1c0-22.2 16.5-40.7 37.9-43.7l0 0c3.9 16.5 18.7 28.7 36.3 28.7zM155 248.1c14.6 0 25.8 15.4 25 34.4s-11.8 25.9-26.5 25.9s-27.5-7.7-26.6-26.7s13.5-33.5 28.1-33.5zm166.4 33.5c.9 19-12 26.7-26.6 26.7s-25.6-6.9-26.5-25.9c-.9-19 10.3-34.4 25-34.4s27.3 14.6 28.1 33.5zm-42.1 49.6c-9 21.5-30.3 36.7-55.1 36.7s-46.1-15.1-55.1-36.7c-1.1-2.6 .7-5.4 3.4-5.7c16.1-1.6 33.5-2.5 51.7-2.5s35.6 .9 51.7 2.5c2.7 .3 4.5 3.1 3.4 5.7z"], + "vimeo-v": [448, 512, [], "f27d", "M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z"], + "contao": [512, 512, [], "f26d", "M45.4 305c14.4 67.1 26.4 129 68.2 175H34c-18.7 0-34-15.2-34-34V66c0-18.7 15.2-34 34-34h57.7C77.9 44.6 65.6 59.2 54.8 75.6c-45.4 70-27 146.8-9.4 229.4zM478 32h-90.2c21.4 21.4 39.2 49.5 52.7 84.1l-137.1 29.3c-14.9-29-37.8-53.3-82.6-43.9-24.6 5.3-41 19.3-48.3 34.6-8.8 18.7-13.2 39.8 8.2 140.3 21.1 100.2 33.7 117.7 49.5 131.2 12.9 11.1 33.4 17 58.3 11.7 44.5-9.4 55.7-40.7 57.4-73.2l137.4-29.6c3.2 71.5-18.7 125.2-57.4 163.6H478c18.7 0 34-15.2 34-34V66c0-18.8-15.2-34-34-34z"], + "square-font-awesome": [448, 512, [], "e5ad", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm90 122c0 9.3-4.8 17.4-12.1 22l188.9 0c7.3 0 13.2 5.9 13.2 13.2c0 1.8-.4 3.7-1.1 5.4L312 264l30.9 69.4c.7 1.7 1.1 3.5 1.1 5.4c0 7.3-5.9 13.2-13.2 13.2L144 352l0 32-32 0 0-32 0-176 0-1.5c-6.1-4.8-10-12.2-10-20.5c0-14.4 11.6-26 26-26s26 11.6 26 26z"], + "deskpro": [480, 512, [], "f38f", "M205.9 512l31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6 38.9-18.6 38.4-61.9 38.3-63.8-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7-9.4 23.7-43.9 62.8-95.2 69.4-8.7 1.1-32.8 1.2-50.7 1.1zm200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3-17.4 31.3 119.2-.1zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9-1.2-13.2-21.3-11.6-20.1 1.8 1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1 4.3-.4 50.1-2.1 50.1 43.7 0 13.3 20.2 13.4 20.2 0 0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2zm-132.5 56l64 29.3c13.3-45.5-42.2-71.7-64-29.3z"], + "brave": [448, 512, [], "e63c", "M145.5 0H224h78.5l44.7 50.8s39.3-10.9 57.8 7.6s33.8 34.9 33.8 34.9l-12 29.5 15.3 43.7s-44.9 170.2-50.1 191c-10.4 40.9-17.4 56.8-46.9 77.5s-82.9 56.8-91.6 62.2c-1.9 1.2-3.9 2.5-5.9 3.9c-7.5 5.1-15.8 10.8-23.5 10.8l0 0 0 0c-7.7 0-16.1-5.7-23.5-10.8c-2-1.4-4-2.8-5.9-3.9c-8.7-5.5-62.1-41.5-91.6-62.2s-36.5-36.6-46.9-77.5c-5.3-20.8-50.1-191-50.1-191l15.3-43.7L9.2 93.3s15.3-16.4 33.8-34.9s57.8-7.6 57.8-7.6L145.5 0zM224 407.6l0 0c3.7 0 8.9-4.7 13-8.4c.6-.5 1.2-1.1 1.7-1.5c4.2-3.7 47.8-37.5 51-39.8s5.4-6.5 1.9-8.7c-2.8-1.7-10-5.5-20.3-10.8c-3-1.6-6.3-3.2-9.7-5c-15.4-8-34.5-14.7-37.5-14.7l0 0 0 0c-3 0-22.1 6.8-37.5 14.7c-3.5 1.8-6.7 3.5-9.7 5c-10.3 5.3-17.6 9.1-20.3 10.8c-3.6 2.2-1.4 6.4 1.9 8.7s46.8 36.1 51 39.8c.5 .5 1.1 1 1.7 1.5c4.1 3.7 9.3 8.4 13 8.4l0 0zm0-165.7l0 0c4.7 0 17.6-3 26.4-5l0 0 2-.5c7.8-1.8 7.3-6.3 6.4-13c-.1-.8-.2-1.6-.3-2.4c-.6-6.1-5.8-33.1-9.1-50.3c-1.1-5.8-2-10.5-2.4-12.9c-1.5-8.1-.6-9.4 .7-11.3c.2-.3 .5-.7 .7-1.1c1.4-2.3 16-6.2 27.9-9.5l0 0c2.5-.7 4.8-1.3 6.9-1.9c10.6-3 32.4-.6 44.2 .6c1.8 .2 3.4 .4 4.7 .5c9.6 .9 10.4 2.3 7.2 3.8c-2.3 1.1-16.2 6.3-28.7 10.9l0 0 0 0c-4.7 1.8-9.2 3.5-12.8 4.8c-1.5 .5-3 1.1-4.5 1.7c-12.5 4.6-27.2 10-28.9 19.4c-1.5 8.3 5.2 19.9 11.3 30.3l0 0c1.6 2.8 3.2 5.5 4.6 8.1c6.3 11.9 6.5 13.3 6.1 18.1c-.4 3.9-14.5 12.7-22.4 17.6l0 0c-1.8 1.1-3.3 2.1-4.2 2.7c-.8 .5-2.1 1.4-3.8 2.4c-8.6 5.2-26.3 16-26.3 22.5c0 7.8 24.6 28.1 32.4 33.2s28.9 16.1 37.9 17.8s23-8.5 31.2-23.8c7.7-14.4 1.7-28.5-3.2-40l-.9-2.2c-4.5-10.6 1.9-17 6.2-21.3l0 0c.5-.5 1-1 1.4-1.4L377.7 194c1.3-1.3 2.5-2.6 3.7-3.8l0 0c5.8-5.7 10.8-10.5 10.8-22.8c0-14.9-57.5-84.5-57.5-84.5s-48.5 9.3-55.1 9.3c-5.2 0-15.3-3.5-25.8-7.1l0 0c-2.7-.9-5.4-1.9-8-2.7C232.8 78.1 224 78 224 78l0 0 0 0s-8.7 0-21.8 4.4c-2.7 .9-5.4 1.8-8 2.7l0 0c-10.5 3.6-20.6 7.1-25.8 7.1c-6.5 0-55.1-9.3-55.1-9.3s-57.5 69.6-57.5 84.5c0 12.3 4.9 17.1 10.8 22.8l0 0c1.2 1.2 2.5 2.4 3.7 3.8l43.1 45.8c.4 .5 .9 .9 1.4 1.4l0 0c4.3 4.3 10.6 10.7 6.2 21.3l-.9 2.2c-4.9 11.5-11 25.6-3.2 40c8.2 15.3 22.2 25.5 31.2 23.8s30.1-12.7 37.9-17.8s32.4-25.4 32.4-33.2c0-6.5-17.7-17.3-26.3-22.5c-1.7-1-3.1-1.9-3.8-2.4c-.9-.6-2.4-1.5-4.2-2.7c-7.9-4.9-22-13.7-22.4-17.6c-.4-4.8-.3-6.2 6.1-18.1c1.3-2.5 2.9-5.3 4.6-8.1c6-10.4 12.8-22 11.3-30.3c-1.7-9.4-16.4-14.8-28.9-19.4c-1.6-.6-3.1-1.1-4.5-1.7c-3.6-1.4-8.1-3.1-12.8-4.8l-.1 0c-12.5-4.7-26.4-9.9-28.7-10.9c-3.2-1.5-2.3-2.8 7.2-3.8c1.3-.1 2.9-.3 4.7-.5c11.8-1.3 33.6-3.6 44.2-.6c2.1 .6 4.4 1.2 6.9 1.9c11.9 3.2 26.5 7.2 27.9 9.5c.2 .4 .5 .7 .7 1.1c1.3 1.9 2.2 3.2 .7 11.3c-.4 2.4-1.3 7.1-2.4 12.9c-3.3 17.2-8.5 44.2-9.1 50.3c-.1 .8-.2 1.7-.3 2.4c-.8 6.7-1.4 11.2 6.4 13l2 .5 0 0c8.8 2 21.8 5 26.4 5l0 0z"], + "sistrix": [448, 512, [], "f3ee", "M448 449L301.2 300.2c20-27.9 31.9-62.2 31.9-99.2 0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1 30.5-31zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9-57.4 129.9-128.1 129.9z"], + "square-instagram": [448, 512, ["instagram-square"], "e055", "M194.4 211.7a53.3 53.3 0 1 0 59.3 88.7 53.3 53.3 0 1 0 -59.3-88.7zm142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12c-18.1-7.1-57.6-6.8-83.1-6.5c-4.1 0-7.9 .1-11.2 .1c-3.3 0-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5c-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2c0 4.1 .1 7.9 .1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2c2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5c4.1 0 7.9-.1 11.2-.1c3.3 0 7.2 0 11.4 .1c25.5 .3 64.8 .7 82.9-6.5c6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83c0-4.2-.1-8.1-.1-11.4s0-7.1 .1-11.4c.3-25.5 .7-64.9-6.5-83l0 0c-2.7-6.9-6.8-13.1-12-18.4zm-67.1 44.5A82 82 0 1 1 178.4 324.2a82 82 0 1 1 91.1-136.4zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1s2.6-7.1 5.2-9.8s6.1-4.5 9.8-5.2s7.6-.4 11.1 1.1s6.5 3.9 8.6 7s3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2s-3.9 3.2-6.2 4.2s-4.8 1.5-7.3 1.5l0 0c-3.8 0-7.5-1.1-10.6-3.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM357 389c-18.7 18.7-41.4 24.6-67 25.9c-26.4 1.5-105.6 1.5-132 0c-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132c1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0c25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9c-1.3 25.6-7.1 48.3-25.8 67z"], + "battle-net": [512, 512, [], "f835", "M448.61 225.62c26.87.18 35.57-7.43 38.92-12.37 12.47-16.32-7.06-47.6-52.85-71.33 17.76-33.58 30.11-63.68 36.34-85.3 3.38-11.83 1.09-19 .45-20.25-1.72 10.52-15.85 48.46-48.2 100.05-25-11.22-56.52-20.1-93.77-23.8-8.94-16.94-34.88-63.86-60.48-88.93C252.18 7.14 238.7 1.07 228.18.22h-.05c-13.83-1.55-22.67 5.85-27.4 11-17.2 18.53-24.33 48.87-25 84.07-7.24-12.35-17.17-24.63-28.5-25.93h-.18c-20.66-3.48-38.39 29.22-36 81.29-38.36 1.38-71 5.75-93 11.23-9.9 2.45-16.22 7.27-17.76 9.72 1-.38 22.4-9.22 111.56-9.22 5.22 53 29.75 101.82 26 93.19-9.73 15.4-38.24 62.36-47.31 97.7-5.87 22.88-4.37 37.61.15 47.14 5.57 12.75 16.41 16.72 23.2 18.26 25 5.71 55.38-3.63 86.7-21.14-7.53 12.84-13.9 28.51-9.06 39.34 7.31 19.65 44.49 18.66 88.44-9.45 20.18 32.18 40.07 57.94 55.7 74.12a39.79 39.79 0 0 0 8.75 7.09c5.14 3.21 8.58 3.37 8.58 3.37-8.24-6.75-34-38-62.54-91.78 22.22-16 45.65-38.87 67.47-69.27 122.82 4.6 143.29-24.76 148-31.64 14.67-19.88 3.43-57.44-57.32-93.69zm-77.85 106.22c23.81-37.71 30.34-67.77 29.45-92.33 27.86 17.57 47.18 37.58 49.06 58.83 1.14 12.93-8.1 29.12-78.51 33.5zM216.9 387.69c9.76-6.23 19.53-13.12 29.2-20.49 6.68 13.33 13.6 26.1 20.6 38.19-40.6 21.86-68.84 12.76-49.8-17.7zm215-171.35c-10.29-5.34-21.16-10.34-32.38-15.05a722.459 722.459 0 0 0 22.74-36.9c39.06 24.1 45.9 53.18 9.64 51.95zM279.18 398c-5.51-11.35-11-23.5-16.5-36.44 43.25 1.27 62.42-18.73 63.28-20.41 0 .07-25 15.64-62.53 12.25a718.78 718.78 0 0 0 85.06-84q13.06-15.31 24.93-31.11c-.36-.29-1.54-3-16.51-12-51.7 60.27-102.34 98-132.75 115.92-20.59-11.18-40.84-31.78-55.71-61.49-20-39.92-30-82.39-31.57-116.07 12.3.91 25.27 2.17 38.85 3.88-22.29 36.8-14.39 63-13.47 64.23 0-.07-.95-29.17 20.14-59.57a695.23 695.23 0 0 0 44.67 152.84c.93-.38 1.84.88 18.67-8.25-26.33-74.47-33.76-138.17-34-173.43 20-12.42 48.18-19.8 81.63-17.81 44.57 2.67 86.36 15.25 116.32 30.71q-10.69 15.66-23.33 32.47C365.63 152 339.1 145.84 337.5 146c.11 0 25.9 14.07 41.52 47.22a717.63 717.63 0 0 0-115.34-31.71 646.608 646.608 0 0 0-39.39-6.05c-.07.45-1.81 1.85-2.16 20.33C300 190.28 358.78 215.68 389.36 233c.74 23.55-6.95 51.61-25.41 79.57-24.6 37.31-56.39 67.23-84.77 85.43zm27.4-287c-44.56-1.66-73.58 7.43-94.69 20.67 2-52.3 21.31-76.38 38.21-75.28C267 52.15 305 108.55 306.58 111zm-130.65 3.1c.48 12.11 1.59 24.62 3.21 37.28-14.55-.85-28.74-1.25-42.4-1.26-.08 3.24-.12-51 24.67-49.59h.09c5.76 1.09 10.63 6.88 14.43 13.57zm-28.06 162c20.76 39.7 43.3 60.57 65.25 72.31-46.79 24.76-77.53 20-84.92 4.51-.2-.21-11.13-15.3 19.67-76.81zm210.06 74.8"], + "the-red-yeti": [512, 512, [], "f69d", "M488.23 241.7l20.7 7.1c-9.6-23.9-23.9-37-31.7-44.8l7.1-18.2c.2 0 12.3-27.8-2.5-30.7-.6-11.3-6.6-27-18.4-27-7.6-10.6-17.7-12.3-30.7-5.9a122.2 122.2 0 0 0-25.3 16.5c-5.3-6.4-3 .4-3-29.8-37.1-24.3-45.4-11.7-74.8 3l.5.5a239.36 239.36 0 0 0-68.4-13.3c-5.5-8.7-18.6-19.1-25.1-25.1l24.8 7.1c-5.5-5.5-26.8-12.9-34.2-15.2 18.2-4.1 29.8-20.8 42.5-33-34.9-10.1-67.9-5.9-97.9 11.8l12-44.2L182 0c-31.6 24.2-33 41.9-33.7 45.5-.9-2.4-6.3-19.6-15.2-27a35.12 35.12 0 0 0-.5 25.3c3 8.4 5.9 14.8 8.4 18.9-16-3.3-28.3-4.9-49.2 0h-3.7l33 14.3a194.26 194.26 0 0 0-46.7 67.4l-1.7 8.4 1.7 1.7 7.6-4.7c-3.3 11.6-5.3 19.4-6.6 25.8a200.18 200.18 0 0 0-27.8 40.3c-15 1-31.8 10.8-40.3 14.3l3 3.4 28.8 1c-.5 1-.7 2.2-1.2 3.2-7.3 6.4-39.8 37.7-33 80.7l20.2-22.4c.5 1.7.7 3.4 1.2 5.2 0 25.5.4 89.6 64.9 150.5 43.6 40 96 60.2 157.5 60.2 121.7 0 223-87.3 223-211.5 6.8-9.7-1.2 3 16.7-25.1l13 14.3 2.5-.5A181.84 181.84 0 0 0 495 255a44.74 44.74 0 0 0-6.8-13.3zM398 111.2l-.5 21.9c5.5 18.1 16.9 17.2 22.4 17.2l-3.4-4.7 22.4-5.4a242.44 242.44 0 0 1-27 0c12.8-2.1 33.3-29 43-11.3 3.4 7.6 6.4 17.2 9.3 27.8l1.7-5.9a56.38 56.38 0 0 1-1.7-15.2c5.4.5 8.8 3.4 9.3 10.1.5 6.4 1.7 14.8 3.4 25.3l4.7-11.3c4.6 0 4.5-3.6-2.5 20.7-20.9-8.7-35.1-8.4-46.5-8.4l18.2-16c-25.3 8.2-33 10.8-54.8 20.9-1.1-5.4-5-13.5-16-19.9-3.2 3.8-2.8.9-.7 14.8h-2.5a62.32 62.32 0 0 0-8.4-23.1l4.2-3.4c8.4-7.1 11.8-14.3 10.6-21.9-.5-6.4-5.4-13.5-13.5-20.7 5.6-3.4 15.2-.4 28.3 8.5zm-39.6-10.1c2.7 1.9 11.4 5.4 18.9 17.2 4.2 8.4 4 9.8 3.4 11.1-.5 2.4-.5 4.3-3 7.1-1.7 2.5-5.4 4.7-11.8 7.6-7.6-13-16.5-23.6-27.8-31.2zM91 143.1l1.2-1.7c1.2-2.9 4.2-7.6 9.3-15.2l2.5-3.4-13 12.3 5.4-4.7-10.1 9.3-4.2 1.2c12.3-24.1 23.1-41.3 32.5-50.2 9.3-9.3 16-16 20.2-19.4l-6.4 1.2c-11.3-4.2-19.4-7.1-24.8-8.4 2.5-.5 3.7-.5 3.2-.5 10.3 0 17.5.5 20.9 1.2a52.35 52.35 0 0 0 16 2.5l.5-1.7-8.4-35.8 13.5 29a42.89 42.89 0 0 0 5.9-14.3c1.7-6.4 5.4-13 10.1-19.4s7.6-10.6 9.3-11.3a234.68 234.68 0 0 0-6.4 25.3l-1.7 7.1-.5 4.7 2.5 2.5C190.4 39.9 214 34 239.8 34.5l21.1.5c-11.8 13.5-27.8 21.9-48.5 24.8a201.26 201.26 0 0 1-23.4 2.9l-.2-.5-2.5-1.2a20.75 20.75 0 0 0-14 2c-2.5-.2-4.9-.5-7.1-.7l-2.5 1.7.5 1.2c2 .2 3.9.5 6.2.7l-2 3.4 3.4-.5-10.6 11.3c-4.2 3-5.4 6.4-4.2 9.3l5.4-3.4h1.2a39.4 39.4 0 0 1 25.3-15.2v-3c6.4.5 13 1 19.4 1.2 6.4 0 8.4.5 5.4 1.2a189.6 189.6 0 0 1 20.7 13.5c13.5 10.1 23.6 21.9 30 35.4 8.8 18.2 13.5 37.1 13.5 56.6a141.13 141.13 0 0 1-3 28.3 209.91 209.91 0 0 1-16 46l2.5.5c18.2-19.7 41.9-16 49.2-16l-6.4 5.9 22.4 17.7-1.7 30.7c-5.4-12.3-16.5-21.1-33-27.8 16.5 14.8 23.6 21.1 21.9 20.2-4.8-2.8-3.5-1.9-10.8-3.7 4.1 4.1 17.5 18.8 18.2 20.7l.2.2-.2.2c0 1.8 1.6-1.2-14 22.9-75.2-15.3-106.27-42.7-141.2-63.2l11.8 1.2c-11.8-18.5-15.6-17.7-38.4-26.1L149 225c-8.8-3-18.2-3-28.3.5l7.6-10.6-1.2-1.7c-14.9 4.3-19.8 9.2-22.6 11.3-1.1-5.5-2.8-12.4-12.3-28.8l-1.2 27-13.2-5c1.5-25.2 5.4-50.5 13.2-74.6zm276.5 330c-49.9 25-56.1 22.4-59 23.9-29.8-11.8-50.9-31.7-63.5-58.8l30 16.5c-9.8-9.3-18.3-16.5-38.4-44.3l11.8 23.1-17.7-7.6c14.2 21.1 23.5 51.7 66.6 73.5-120.8 24.2-199-72.1-200.9-74.3a262.57 262.57 0 0 0 35.4 24.8c3.4 1.7 7.1 2.5 10.1 1.2l-16-20.7c9.2 4.2 9.5 4.5 69.1 29-42.5-20.7-73.8-40.8-93.2-60.2-.5 6.4-1.2 10.1-1.2 10.1a80.25 80.25 0 0 1 20.7 26.6c-39-18.9-57.6-47.6-71.3-82.6 49.9 55.1 118.9 37.5 120.5 37.1 34.8 16.4 69.9 23.6 113.9 10.6 3.3 0 20.3 17 25.3 39.1l4.2-3-2.5-23.6c9 9 24.9 22.6 34.4 13-15.6-5.3-23.5-9.5-29.5-31.7 4.6 4.2 7.6 9 27.8 15l1.2-1.2-10.5-14.2c11.7-4.8-3.5 1 32-10.8 4.3 34.3 9 49.2.7 89.5zm115.3-214.4l-2.5.5 3 9.3c-3.5 5.9-23.7 44.3-71.6 79.7-39.5 29.8-76.6 39.1-80.9 40.3l-7.6-7.1-1.2 3 14.3 16-7.1-4.7 3.4 4.2h-1.2l-21.9-13.5 9.3 26.6-19-27.9-1.2 2.5 7.6 29c-6.1-8.2-21-32.6-56.8-39.6l32.5 21.2a214.82 214.82 0 0 1-93.2-6.4c-4.2-1.2-8.9-2.5-13.5-4.2l1.2-3-44.8-22.4 26.1 22.4c-57.7 9.1-113-25.4-126.4-83.4l-2.5-16.4-22.27 22.3c19.5-57.5 25.6-57.9 51.4-70.1-9.1-5.3-1.6-3.3-38.4-9.3 15.8-5.8 33-15.4 73 5.2a18.5 18.5 0 0 1 3.7-1.7c.6-3.2.4-.8 1-11.8 3.9 10 3.6 8.7 3 9.3l1.7.5c12.7-6.5 8.9-4.5 17-8.9l-5.4 13.5 22.3-5.8-8.4 8.4 2.5 2.5c4.5-1.8 30.3 3.4 40.8 16l-23.6-2.5c39.4 23 51.5 54 55.8 69.6l1.7-1.2c-2.8-22.3-12.4-33.9-16-40.1 4.2 5 39.2 34.6 110.4 46-11.3-.5-23.1 5.4-34.9 18.9l46.7-20.2-9.3 21.9c7.6-10.1 14.8-23.6 21.2-39.6v-.5l1.2-3-1.2 16c13.5-41.8 25.3-78.5 35.4-109.7l13.5-27.8v-2l-5.4-4.2h10.1l5.9 4.2 2.5-1.2-3.4-16 12.3 18.9 41.8-20.2-14.8 13 .5 2.9 17.7-.5a184 184 0 0 1 33 4.2l-23.6 2.5-1.2 3 26.6 23.1a254.21 254.21 0 0 1 27 32c-11.2-3.3-10.3-3.4-21.2-3.4l12.3 32.5zm-6.1-71.3l-3.9 13-14.3-11.8zm-254.8 7.1c1.7 10.6 4.7 17.7 8.8 21.9-9.3 6.6-27.5 13.9-46.5 16l.5 1.2a50.22 50.22 0 0 0 24.8-2.5l-7.1 13c4.2-1.7 10.1-7.1 17.7-14.8 11.9-5.5 12.7-5.1 20.2-16-12.7-6.4-15.7-13.7-18.4-18.8zm3.7-102.3c-6.4-3.4-10.6 3-12.3 18.9s2.5 29.5 11.8 39.6 18.2 10.6 26.1 3 3.4-23.6-11.3-47.7a39.57 39.57 0 0 0-14.27-13.8zm-4.7 46.3c5.4 2.2 10.5 1.9 12.3-10.6v-4.7l-1.2.5c-4.3-3.1-2.5-4.5-1.7-6.2l.5-.5c-.9-1.2-5-8.1-12.5 4.7-.5-13.5.5-21.9 3-24.8 1.2-2.5 4.7-1.2 11.3 4.2 6.4 5.4 11.3 16 15.2 32.5 6.5 28-19.8 26.2-26.9 4.9zm-45-5.5c1.6.3 9.3-1.1 9.3-14.8h-.5c-5.4-1.1-2.2-5.5-.7-5.9-1.7-3-3.4-4.2-5.4-4.7-8.1 0-11.6 12.7-8.1 21.2a7.51 7.51 0 0 0 5.43 4.2zM216 82.9l-2.5.5.5 3a48.94 48.94 0 0 1 26.1 5.9c-2.5-5.5-10-14.3-28.3-14.3l.5 2.5zm-71.8 49.4c21.7 16.8 16.5 21.4 46.5 23.6l-2.9-4.7a42.67 42.67 0 0 0 14.8-28.3c1.7-16-1.2-29.5-8.8-41.3l13-7.6a2.26 2.26 0 0 0-.5-1.7 14.21 14.21 0 0 0-13.5 1.7c-12.7 6.7-28 20.9-29 22.4-1.7 1.7-3.4 5.9-5.4 13.5a99.61 99.61 0 0 0-2.9 23.6c-4.7-8-10.5-6.4-19.9-5.9l7.1 7.6c-16.5 0-23.3 15.4-23.6 16 6.8 0 4.6-7.6 30-12.3-4.3-6.3-3.3-5-4.9-6.6zm18.7-18.7c1.2-7.6 3.4-13 6.4-17.2 5.4-6.4 10.6-10.1 16-11.8 4.2-1.7 7.1 1.2 10.1 9.3a72.14 72.14 0 0 1 3 25.3c-.5 9.3-3.4 17.2-8.4 23.1-2.9 3.4-5.4 5.9-6.4 7.6a39.21 39.21 0 0 1-11.3-.5l-7.1-3.4-5.4-6.4c.8-10 1.3-18.8 3.1-26zm42 56.1c-34.8 14.4-34.7 14-36.1 14.3-20.8 4.7-19-24.4-18.9-24.8l5.9-1.2-.5-2.5c-20.2-2.6-31 4.2-32.5 4.9.5.5 3 3.4 5.9 9.3 4.2-6.4 8.8-10.1 15.2-10.6a83.47 83.47 0 0 0 1.7 33.7c.1.5 2.6 17.4 27.5 24.1 11.3 3 27 1.2 48.9-5.4l-9.2.5c-4.2-14.8-6.4-24.8-5.9-29.5 11.3-8.8 21.9-11.3 30.7-7.6h2.5l-11.8-7.6-7.1.5c-5.9 1.2-12.3 4.2-19.4 8.4z"], + "square-hacker-news": [448, 512, ["hacker-news-square"], "f3af", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM21 229.2c0 0 .1-.1 .1-.2s.1-.2 .2-.2c0 .1 0 .3-.1 .4H21zM239.2 384H207.8V281.3L128 128h37.3c41.5 77.7 48.1 95.8 54.1 112c1.6 4.3 3.1 8.5 5.2 13.6c3.2-7 5.1-11.9 7.1-17.3c5.9-15.3 12.8-33.2 53.5-108.3H320L239.2 283.1V384z"], + "edge": [512, 512, [], "f282", "M120.1 37.44C161.1 12.23 207.7-.7753 255 .0016C423 .0016 512 123.8 512 219.5C511.9 252.2 499 283.4 476.1 306.7C453.2 329.9 422.1 343.2 389.4 343.7C314.2 343.7 297.9 320.6 297.9 311.7C297.9 307.9 299.1 305.5 302.7 302.3L303.7 301.1L304.1 299.5C314.6 288 320 273.3 320 257.9C320 179.2 237.8 115.2 136 115.2C98.46 114.9 61.46 124.1 28.48 142.1C55.48 84.58 111.2 44.5 119.8 38.28C120.6 37.73 120.1 37.44 120.1 37.44V37.44zM135.7 355.5C134.3 385.5 140.3 415.5 152.1 442.7C165.7 469.1 184.8 493.7 208.6 512C149.1 500.5 97.11 468.1 59.2 422.7C21.12 376.3 0 318.4 0 257.9C0 206.7 62.4 163.5 136 163.5C172.6 162.9 208.4 174.4 237.8 196.2L234.2 197.4C182.7 215 135.7 288.1 135.7 355.5V355.5zM469.8 400L469.1 400.1C457.3 418.9 443.2 435.2 426.9 449.6C396.1 477.6 358.8 495.1 318.1 499.5C299.5 499.8 281.3 496.3 264.3 488.1C238.7 477.8 217.2 458.1 202.7 435.1C188.3 411.2 181.6 383.4 183.7 355.5C183.1 335.4 189.1 315.2 198.7 297.3C212.6 330.4 236.2 358.6 266.3 378.1C296.4 397.6 331.8 407.6 367.7 406.7C398.7 407 429.8 400 457.9 386.2L459.8 385.3C463.7 383 467.5 381.4 471.4 385.3C475.9 390.2 473.2 394.5 470.2 399.3C470 399.5 469.9 399.8 469.8 400V400z"], + "threads": [448, 512, [], "e618", "M331.5 235.7c2.2 .9 4.2 1.9 6.3 2.8c29.2 14.1 50.6 35.2 61.8 61.4c15.7 36.5 17.2 95.8-30.3 143.2c-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2c-32.3-41-48.9-98.1-49.5-169.6V256v-.2C17 184.3 33.6 127.2 65.9 86.2C102.2 40.1 156.2 16.5 226.4 16h.3c70.3 .5 124.9 24 162.3 69.9c18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4c-29.2-35.8-73-54.2-130.5-54.6c-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3c28 35.6 71.2 53.9 128.2 54.4c51.4-.4 85.4-12.6 113.7-40.9c32.3-32.2 31.7-71.8 21.4-95.9c-6.1-14.2-17.1-26-31.9-34.9c-3.7 26.9-11.8 48.3-24.7 64.8c-17.1 21.8-41.4 33.6-72.7 35.3c-23.6 1.3-46.3-4.4-63.9-16c-20.8-13.8-33-34.8-34.3-59.3c-2.5-48.3 35.7-83 95.2-86.4c21.1-1.2 40.9-.3 59.2 2.8c-2.4-14.8-7.3-26.6-14.6-35.2c-10-11.7-25.6-17.7-46.2-17.8H227c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6 .4 99.9 39.5 103.7 107.7l-.2 .2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3c25.6-1.4 54.6-11.4 59.5-73.2c-13.2-2.9-27.8-4.4-43.4-4.4c-4.8 0-9.6 .1-14.4 .4c-42.9 2.4-57.2 23.2-56.2 41.8l-.1 .1z"], + "napster": [496, 512, [], "f3d2", "M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5-19-6.4-36.2-16.9-50.3-30.5h100.7zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4 56.8-40 132.5-39.9 188.9-.1zm-208.8-58.5c64.4-60 164.3-60.1 228.9-.2-7.1 3.5-13.9 7.3-20.6 11.5-58.7-30.5-129.2-30.4-187.9.1-6.3-4-13.9-8.2-20.4-11.4zM43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3 26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4-82-91.5-225.5-91.5-307.5.1-16.3-4.4-33.1-7-50.6-7.5zM259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5 26.3-15.1 25.4-39.2 26.2-47.4-79.5-.6-99.9-3.9-113 55.4zm-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4 4.4 2.5 15.2 6 25.5 6.5 25.3 1.1 61.3 1.5 61.3 1.5-13.2-59.4-33.7-56.1-113-55.4zm169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3-24.8 7.3-52.2 6.9-75.9 0 0 0-2.9 1.5-6.4 6.6-2.8 4.1-3.7 9.6-3.7 9.6 29.1 17.6 67.1 17.6 96.2 0-.1-.1-.3-4-3.3-8.9z"], + "square-snapchat": [448, 512, ["snapchat-square"], "f2ad", "M384,32H64A64,64,0,0,0,0,96V416a64,64,0,0,0,64,64H384a64,64,0,0,0,64-64V96A64,64,0,0,0,384,32Zm-3.907,319.309-.083.1a32.364,32.364,0,0,1-8.717,6.823,90.26,90.26,0,0,1-20.586,8.2,12.694,12.694,0,0,0-3.852,1.76c-2.158,1.909-2.1,4.64-4.4,8.55a23.137,23.137,0,0,1-6.84,7.471c-6.707,4.632-14.244,4.923-22.23,5.23-7.214.274-15.39.581-24.729,3.669-3.761,1.245-7.753,3.694-12.377,6.533-11.265,6.9-26.68,16.353-52.3,16.353s-40.925-9.4-52.106-16.279c-4.657-2.888-8.675-5.362-12.543-6.64-9.339-3.08-17.516-3.4-24.729-3.67-7.986-.307-15.523-.6-22.231-5.229a23.085,23.085,0,0,1-6.01-6.11c-3.2-4.632-2.855-7.8-5.254-9.895a13.428,13.428,0,0,0-4.1-1.834,89.986,89.986,0,0,1-20.313-8.127,32.905,32.905,0,0,1-8.3-6.284c-6.583-6.757-8.276-14.776-5.686-21.824,3.436-9.338,11.571-12.111,19.4-16.262,14.776-8.027,26.348-18.055,34.433-29.884a68.236,68.236,0,0,0,5.985-10.567c.789-2.158.772-3.329.241-4.416a7.386,7.386,0,0,0-2.208-2.217c-2.532-1.676-5.113-3.353-6.882-4.5-3.27-2.141-5.868-3.818-7.529-4.98-6.267-4.383-10.65-9.04-13.4-14.245a28.4,28.4,0,0,1-1.369-23.584c4.134-10.924,14.469-17.706,26.978-17.706a37.141,37.141,0,0,1,7.845.83c.689.15,1.37.307,2.042.482-.108-7.43.058-15.357.722-23.119,2.358-27.261,11.912-41.589,21.874-52.994a86.836,86.836,0,0,1,22.28-17.931C188.254,100.383,205.312,96,224,96s35.828,4.383,50.944,13.016a87.169,87.169,0,0,1,22.239,17.9c9.961,11.406,19.516,25.709,21.874,52.995a231.194,231.194,0,0,1,.713,23.118c.673-.174,1.362-.332,2.051-.481a37.131,37.131,0,0,1,7.844-.83c12.5,0,22.82,6.782,26.971,17.706a28.37,28.37,0,0,1-1.4,23.559c-2.74,5.2-7.123,9.861-13.39,14.244-1.668,1.187-4.258,2.864-7.529,4.981-1.835,1.187-4.541,2.947-7.164,4.682a6.856,6.856,0,0,0-1.951,2.034c-.506,1.046-.539,2.191.166,4.208a69.015,69.015,0,0,0,6.085,10.792c8.268,12.1,20.188,22.313,35.454,30.407,1.486.772,2.98,1.5,4.441,2.258.722.332,1.569.763,2.491,1.3,4.9,2.723,9.2,6.01,11.455,12.153C387.821,336.915,386.269,344.7,380.093,351.309Zm-16.719-18.461c-50.313-24.314-58.332-61.918-58.689-64.749-.431-3.379-.921-6.035,2.806-9.472,3.594-3.328,19.541-13.19,23.965-16.278,7.33-5.114,10.534-10.219,8.16-16.495-1.66-4.316-5.686-5.976-9.961-5.976a18.5,18.5,0,0,0-3.993.448c-8.035,1.743-15.838,5.769-20.354,6.857a7.1,7.1,0,0,1-1.66.224c-2.408,0-3.279-1.071-3.088-3.968.564-8.783,1.759-25.925.373-41.937-1.884-22.032-8.99-32.948-17.432-42.6-4.051-4.624-23.135-24.654-59.536-24.654S168.53,134.359,164.479,139c-8.434,9.654-15.531,20.57-17.432,42.6-1.386,16.013-.141,33.147.373,41.937.166,2.756-.68,3.968-3.088,3.968a7.1,7.1,0,0,1-1.66-.224c-4.507-1.087-12.31-5.113-20.346-6.856a18.494,18.494,0,0,0-3.993-.449c-4.25,0-8.3,1.636-9.961,5.977-2.374,6.276.847,11.381,8.168,16.494,4.425,3.088,20.371,12.958,23.966,16.279,3.719,3.437,3.237,6.093,2.805,9.471-.356,2.79-8.384,40.394-58.689,64.749-2.946,1.428-7.96,4.45.88,9.331,13.88,7.628,23.111,6.807,30.3,11.43,6.093,3.927,2.5,12.394,6.923,15.449,5.454,3.76,21.583-.266,42.335,6.6,17.433,5.744,28.116,22.015,58.963,22.015s41.788-16.3,58.938-21.973c20.795-6.865,36.89-2.839,42.336-6.6,4.433-3.055.822-11.522,6.923-15.448,7.181-4.624,16.411-3.8,30.3-11.472C371.36,337.355,366.346,334.333,363.374,332.848Z"], + "google-plus-g": [640, 512, [], "f0d5", "M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z"], + "artstation": [512, 512, [], "f77a", "M2 377.4l43 74.3A51.35 51.35 0 0 0 90.9 480h285.4l-59.2-102.6zM501.8 350L335.6 59.3A51.38 51.38 0 0 0 290.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1zM275 304.5l-115.5-200L44 304.5z"], + "markdown": [640, 512, [], "f60f", "M593.8 59.1H46.2C20.7 59.1 0 79.8 0 105.2v301.5c0 25.5 20.7 46.2 46.2 46.2h547.7c25.5 0 46.2-20.7 46.1-46.1V105.2c0-25.4-20.7-46.1-46.2-46.1zM338.5 360.6H277v-120l-61.5 76.9-61.5-76.9v120H92.3V151.4h61.5l61.5 76.9 61.5-76.9h61.5v209.2zm135.3 3.1L381.5 256H443V151.4h61.5V256H566z"], + "sourcetree": [448, 512, [], "f7d3", "M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203zm-271.6 0c0-90.8 137.3-90.8 137.3 0-.1 89.9-137.3 91-137.3 0z"], + "google-plus": [512, 512, [], "f2b3", "M256,8C119.1,8,8,119.1,8,256S119.1,504,256,504,504,392.9,504,256,392.9,8,256,8ZM185.3,380a124,124,0,0,1,0-248c31.3,0,60.1,11,83,32.3l-33.6,32.6c-13.2-12.9-31.3-19.1-49.4-19.1-42.9,0-77.2,35.5-77.2,78.1S142.3,334,185.3,334c32.6,0,64.9-19.1,70.1-53.3H185.3V238.1H302.2a109.2,109.2,0,0,1,1.9,20.7c0,70.8-47.5,121.2-118.8,121.2ZM415.5,273.8v35.5H380V273.8H344.5V238.3H380V202.8h35.5v35.5h35.2v35.5Z"], + "diaspora": [512, 512, [], "f791", "M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z"], + "foursquare": [368, 512, [], "f180", "M323.1 3H49.9C12.4 3 0 31.3 0 49.1v433.8c0 20.3 12.1 27.7 18.2 30.1 6.2 2.5 22.8 4.6 32.9-7.1C180 356.5 182.2 354 182.2 354c3.1-3.4 3.4-3.1 6.8-3.1h83.4c35.1 0 40.6-25.2 44.3-39.7l48.6-243C373.8 25.8 363.1 3 323.1 3zm-16.3 73.8l-11.4 59.7c-1.2 6.5-9.5 13.2-16.9 13.2H172.1c-12 0-20.6 8.3-20.6 20.3v13c0 12 8.6 20.6 20.6 20.6h90.4c8.3 0 16.6 9.2 14.8 18.2-1.8 8.9-10.5 53.8-11.4 58.8-.9 4.9-6.8 13.5-16.9 13.5h-73.5c-13.5 0-17.2 1.8-26.5 12.6 0 0-8.9 11.4-89.5 108.3-.9.9-1.8.6-1.8-.3V75.9c0-7.7 6.8-16.6 16.6-16.6h219c8.2 0 15.6 7.7 13.5 17.5z"], + "stack-overflow": [384, 512, [], "f16c", "M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z"], + "github-alt": [480, 512, [], "f113", "M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"], + "phoenix-squadron": [512, 512, [], "f511", "M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86 18.14-7.87 37.49-13.26 57.23-14.83 19.74-2.13 39.64-.43 59.28 1.92-14.42 2.79-29.12 4.57-43 9.59-34.43 11.07-65.27 33.16-86.3 62.63-13.8 19.71-23.63 42.86-24.67 67.13-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33 11.52-6.82 22.67-14.55 32-24.25 3.79-3.22 2.53-8.45 2.62-12.79-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78 12.79 1.73 26.06.31 37.74-5.44 20.23-9.72 36.81-25.2 54.44-38.77a526.57 526.57 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12-15.63 13.72-32.15 26.52-46.78 41.38-14.51 14-27.46 29.5-40.11 45.18-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65 1.94 13.69 8.71 27.59 20.9 34.91 12.9 8 29.05 8.07 43.48 5.1 32.8-7.45 61.43-28.89 81-55.84 20.44-27.52 30.52-62.2 29.16-96.35-.52-7.5-1.57-15-1.66-22.49 8 19.48 14.82 39.71 16.65 60.83 2 14.28.75 28.76-1.62 42.9-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07 183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48.49 12.73.49 25.51 0 38.23A243.21 243.21 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366 238.34 238.34 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79.13 79.13 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22-8.96 4.99-17.98 9.92-26.32 15.7z"], + "pagelines": [384, 512, [], "f18c", "M384 312.7c-55.1 136.7-187.1 54-187.1 54-40.5 81.8-107.4 134.4-184.6 134.7-16.1 0-16.6-24.4 0-24.4 64.4-.3 120.5-42.7 157.2-110.1-41.1 15.9-118.6 27.9-161.6-82.2 109-44.9 159.1 11.2 178.3 45.5 9.9-24.4 17-50.9 21.6-79.7 0 0-139.7 21.9-149.5-98.1 119.1-47.9 152.6 76.7 152.6 76.7 1.6-16.7 3.3-52.6 3.3-53.4 0 0-106.3-73.7-38.1-165.2 124.6 43 61.4 162.4 61.4 162.4.5 1.6.5 23.8 0 33.4 0 0 45.2-89 136.4-57.5-4.2 134-141.9 106.4-141.9 106.4-4.4 27.4-11.2 53.4-20 77.5 0 0 83-91.8 172-20z"], + "algolia": [512, 512, [], "f36c", "M256 0C116.1 0 2 112.7 0 252.1C-2 393.6 112.9 510.8 254.5 511.6c43.7 .3 85.9-10.4 123.3-30.7c3.6-2 4.2-7 1.1-9.7l-24-21.2c-4.9-4.3-11.8-5.5-17.8-3c-26.1 11.1-54.5 16.8-83.7 16.4C139 461.9 46.5 366.8 48.3 252.4C50.1 139.5 142.6 48.2 256 48.2H463.7V417.2L345.9 312.5c-3.8-3.4-9.7-2.7-12.7 1.3c-18.9 25-49.7 40.6-83.9 38.2c-47.5-3.3-85.9-41.5-89.5-88.9c-4.2-56.6 40.6-103.9 96.3-103.9c50.4 0 91.9 38.8 96.2 88c.4 4.4 2.4 8.5 5.7 11.4l30.7 27.2c3.5 3.1 9 1.2 9.9-3.4c2.2-11.8 3-24.2 2.1-36.8c-4.9-72-63.3-130-135.4-134.4c-82.7-5.1-151.8 59.5-154 140.6c-2.1 78.9 62.6 147 141.6 148.7c33 .7 63.6-9.6 88.3-27.6L495 509.4c6.6 5.8 17 1.2 17-7.7V9.7c0-5.4-4.4-9.7-9.7-9.7H256z"], + "red-river": [448, 512, [], "f3e3", "M353.2 32H94.8C42.4 32 0 74.4 0 126.8v258.4C0 437.6 42.4 480 94.8 480h258.4c52.4 0 94.8-42.4 94.8-94.8V126.8c0-52.4-42.4-94.8-94.8-94.8zM144.9 200.9v56.3c0 27-21.9 48.9-48.9 48.9V151.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24zm176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V247.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9z"], + "creative-commons-sa": [496, 512, [], "f4ef", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zM137.7 221c13-83.9 80.5-95.7 108.9-95.7 99.8 0 127.5 82.5 127.5 134.2 0 63.6-41 132.9-128.9 132.9-38.9 0-99.1-20-109.4-97h62.5c1.5 30.1 19.6 45.2 54.5 45.2 23.3 0 58-18.2 58-82.8 0-82.5-49.1-80.6-56.7-80.6-33.1 0-51.7 14.6-55.8 43.8h18.2l-49.2 49.2-49-49.2h19.4z"], + "safari": [512, 512, [], "f267", "M274.69,274.69l-37.38-37.38L166,346ZM256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8ZM411.85,182.79l14.78-6.13A8,8,0,0,1,437.08,181h0a8,8,0,0,1-4.33,10.46L418,197.57a8,8,0,0,1-10.45-4.33h0A8,8,0,0,1,411.85,182.79ZM314.43,94l6.12-14.78A8,8,0,0,1,331,74.92h0a8,8,0,0,1,4.33,10.45l-6.13,14.78a8,8,0,0,1-10.45,4.33h0A8,8,0,0,1,314.43,94ZM256,60h0a8,8,0,0,1,8,8V84a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V68A8,8,0,0,1,256,60ZM181,74.92a8,8,0,0,1,10.46,4.33L197.57,94a8,8,0,1,1-14.78,6.12l-6.13-14.78A8,8,0,0,1,181,74.92Zm-63.58,42.49h0a8,8,0,0,1,11.31,0L140,128.72A8,8,0,0,1,140,140h0a8,8,0,0,1-11.31,0l-11.31-11.31A8,8,0,0,1,117.41,117.41ZM60,256h0a8,8,0,0,1,8-8H84a8,8,0,0,1,8,8h0a8,8,0,0,1-8,8H68A8,8,0,0,1,60,256Zm40.15,73.21-14.78,6.13A8,8,0,0,1,74.92,331h0a8,8,0,0,1,4.33-10.46L94,314.43a8,8,0,0,1,10.45,4.33h0A8,8,0,0,1,100.15,329.21Zm4.33-136h0A8,8,0,0,1,94,197.57l-14.78-6.12A8,8,0,0,1,74.92,181h0a8,8,0,0,1,10.45-4.33l14.78,6.13A8,8,0,0,1,104.48,193.24ZM197.57,418l-6.12,14.78a8,8,0,0,1-14.79-6.12l6.13-14.78A8,8,0,1,1,197.57,418ZM264,444a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V428a8,8,0,0,1,8-8h0a8,8,0,0,1,8,8Zm67-6.92h0a8,8,0,0,1-10.46-4.33L314.43,418a8,8,0,0,1,4.33-10.45h0a8,8,0,0,1,10.45,4.33l6.13,14.78A8,8,0,0,1,331,437.08Zm63.58-42.49h0a8,8,0,0,1-11.31,0L372,383.28A8,8,0,0,1,372,372h0a8,8,0,0,1,11.31,0l11.31,11.31A8,8,0,0,1,394.59,394.59ZM286.25,286.25,110.34,401.66,225.75,225.75,401.66,110.34ZM437.08,331h0a8,8,0,0,1-10.45,4.33l-14.78-6.13a8,8,0,0,1-4.33-10.45h0A8,8,0,0,1,418,314.43l14.78,6.12A8,8,0,0,1,437.08,331ZM444,264H428a8,8,0,0,1-8-8h0a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8h0A8,8,0,0,1,444,264Z"], + "google": [488, 512, [], "f1a0", "M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"], + "square-font-awesome-stroke": [448, 512, ["font-awesome-alt"], "f35c", "M64 64C46.3 64 32 78.3 32 96l0 320c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm154 58c0 9.3-4.8 17.4-12.1 22l188.9 0c7.3 0 13.2 5.9 13.2 13.2c0 1.8-.4 3.7-1.1 5.4L312 264l30.9 69.4c.8 1.7 1.1 3.5 1.1 5.4c0 7.3-5.9 13.2-13.2 13.2L144 352l0 32-32 0 0-32 0-176 0-1.5c-6.1-4.8-10-12.2-10-20.5c0-14.4 11.6-26 26-26s26 11.6 26 26z"], + "atlassian": [512, 512, [], "f77b", "M152.2 236.4c-7.7-8.2-19.7-7.7-24.8 2.8L1.6 490.2c-5 10 2.4 21.7 13.4 21.7h175c5.8.1 11-3.2 13.4-8.4 37.9-77.8 15.1-196.3-51.2-267.1zM244.4 8.1c-122.3 193.4-8.5 348.6 65 495.5 2.5 5.1 7.7 8.4 13.4 8.4H497c11.2 0 18.4-11.8 13.4-21.7 0 0-234.5-470.6-240.4-482.3-5.3-10.6-18.8-10.8-25.6.1z"], + "linkedin-in": [448, 512, [], "f0e1", "M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"], + "digital-ocean": [512, 512, [], "f391", "M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z"], + "nimblr": [384, 512, [], "f5a8", "M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27zM113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159zm0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59 132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z"], + "chromecast": [512, 512, [], "f838", "M447.8,64H64c-23.6,0-42.7,19.1-42.7,42.7v63.9H64v-63.9h383.8v298.6H298.6V448H448c23.6,0,42.7-19.1,42.7-42.7V106.7 C490.7,83.1,471.4,64,447.8,64z M21.3,383.6L21.3,383.6l0,63.9h63.9C85.2,412.2,56.6,383.6,21.3,383.6L21.3,383.6z M21.3,298.6V341 c58.9,0,106.6,48.1,106.6,107h42.7C170.7,365.6,103.7,298.7,21.3,298.6z M213.4,448h42.7c-0.5-129.5-105.3-234.3-234.8-234.6l0,42.4 C127.3,255.6,213.3,342,213.4,448z"], + "evernote": [384, 512, [], "f839", "M120.82 132.21c1.6 22.31-17.55 21.59-21.61 21.59-68.93 0-73.64-1-83.58 3.34-.56.22-.74 0-.37-.37L123.79 46.45c.38-.37.6-.22.38.37-4.35 9.99-3.35 15.09-3.35 85.39zm79 308c-14.68-37.08 13-76.93 52.52-76.62 17.49 0 22.6 23.21 7.95 31.42-6.19 3.3-24.95 1.74-25.14 19.2-.05 17.09 19.67 25 31.2 24.89A45.64 45.64 0 0 0 312 393.45v-.08c0-11.63-7.79-47.22-47.54-55.34-7.72-1.54-65-6.35-68.35-50.52-3.74 16.93-17.4 63.49-43.11 69.09-8.74 1.94-69.68 7.64-112.92-36.77 0 0-18.57-15.23-28.23-57.95-3.38-15.75-9.28-39.7-11.14-62 0-18 11.14-30.45 25.07-32.2 81 0 90 2.32 101-7.8 9.82-9.24 7.8-15.5 7.8-102.78 1-8.3 7.79-30.81 53.41-24.14 6 .86 31.91 4.18 37.48 30.64l64.26 11.15c20.43 3.71 70.94 7 80.6 57.94 22.66 121.09 8.91 238.46 7.8 238.46C362.15 485.53 267.06 480 267.06 480c-18.95-.23-54.25-9.4-67.27-39.83zm80.94-204.84c-1 1.92-2.2 6 .85 7 14.09 4.93 39.75 6.84 45.88 5.53 3.11-.25 3.05-4.43 2.48-6.65-3.53-21.85-40.83-26.5-49.24-5.92z"], + "hacker-news": [448, 512, [], "f1d4", "M0 32v448h448V32H0zm21.2 197.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z"], + "creative-commons-sampling": [496, 512, [], "f4f0", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2 4.9-59.3c0-6 4.7-10.6 10.6-10.6 5.9 0 10.6 4.7 10.6 10.6 0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3 3.8 0 9.9 2.3 10.6 8.9l11.5 96.5 5.3-12.8c1.8-4.4 5.2-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9-7.5 92.6c-.3 3-3 9.3-10.2 9.3-3 0-9.8-2.1-10.6-9.3 0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3-2.9 0-9.8-2-10.6-9.3 0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9-1.1 4.8-4.8 9.3-10.6 9.3-3 0-9.8-2.1-10.6-9.3 0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4 8.4-97.9c0-6 4.8-10.6 10.6-10.6.5 0 10.6-.2 10.6 12.4l4.9 69.1 6.6-92.6c0-10.1 9.5-10.6 10.2-10.6.6 0 10.6.7 10.6 10.6l5.3 80.6 6.2-97.9c.1-1.1-.6-10.3 9.9-11.5z"], + "adversal": [512, 512, [], "f36a", "M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z"], + "creative-commons": [496, 512, [], "f25e", "M245.83 214.87l-33.22 17.28c-9.43-19.58-25.24-19.93-27.46-19.93-22.13 0-33.22 14.61-33.22 43.84 0 23.57 9.21 43.84 33.22 43.84 14.47 0 24.65-7.09 30.57-21.26l30.55 15.5c-6.17 11.51-25.69 38.98-65.1 38.98-22.6 0-73.96-10.32-73.96-77.05 0-58.69 43-77.06 72.63-77.06 30.72-.01 52.7 11.95 65.99 35.86zm143.05 0l-32.78 17.28c-9.5-19.77-25.72-19.93-27.9-19.93-22.14 0-33.22 14.61-33.22 43.84 0 23.55 9.23 43.84 33.22 43.84 14.45 0 24.65-7.09 30.54-21.26l31 15.5c-2.1 3.75-21.39 38.98-65.09 38.98-22.69 0-73.96-9.87-73.96-77.05 0-58.67 42.97-77.06 72.63-77.06 30.71-.01 52.58 11.95 65.56 35.86zM247.56 8.05C104.74 8.05 0 123.11 0 256.05c0 138.49 113.6 248 247.56 248 129.93 0 248.44-100.87 248.44-248 0-137.87-106.62-248-248.44-248zm.87 450.81c-112.54 0-203.7-93.04-203.7-202.81 0-105.42 85.43-203.27 203.72-203.27 112.53 0 202.82 89.46 202.82 203.26-.01 121.69-99.68 202.82-202.84 202.82z"], + "watchman-monitoring": [512, 512, [], "e087", "M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM121.69,429.122C70.056,388.972,36.741,326.322,36.741,256a218.519,218.519,0,0,1,9.587-64.122l102.9-17.895-.121,10.967-13.943,2.013s-.144,12.5-.144,19.549a12.778,12.778,0,0,0,4.887,10.349l9.468,7.4Zm105.692-283.27,8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5-5.348-5.477-8.257-7.347-15.46,0,0,0-32.342,30.474-39.529,34.5-7.078,3.964-.144,9.344-.144,9.344l8.481,7.618-.048,4.369L75.982,131.045c39.644-56.938,105.532-94.3,180.018-94.3A218.754,218.754,0,0,1,420.934,111.77l-193.512,37.7Zm34.063,329.269-33.9-250.857,9.467-7.4a12.778,12.778,0,0,0,4.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013-.116-10.474,241.711,31.391A218.872,218.872,0,0,1,475.259,256C475.259,375.074,379.831,472.212,261.445,475.121Z"], + "fonticons": [448, 512, [], "f280", "M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z"], + "weixin": [576, 512, [], "f1d7", "M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 72.9-154 165.3-154zm-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2.1-14.7 14.6-24.4 29.3-24.4zm-136.4 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4 0 14.6-9.6 24.2-24.4 24.2zM563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4zm-219.1-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.7 19.6-24.4 19.6zm107.1 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3.1 10-9.9 19.6-24.4 19.6z"], + "shirtsinbulk": [448, 512, [], "f214", "M100 410.3l30.6 13.4 4.4-9.9-30.6-13.4zm39.4 17.5l30.6 13.4 4.4-9.9-30.6-13.4zm172.1-14l4.4 9.9 30.6-13.4-4.4-9.9zM179.1 445l30.3 13.7 4.4-9.9-30.3-13.4zM60.4 392.8L91 406.2l4.4-9.6-30.6-13.7zm211.4 38.5l4.4 9.9 30.6-13.4-4.4-9.9zm-39.3 17.5l4.4 9.9 30.6-13.7-4.4-9.6zm118.4-52.2l4.4 9.6 30.6-13.4-4.4-9.9zM170 46.6h-33.5v10.5H170zm-47.2 0H89.2v10.5h33.5zm-47.3 0H42.3v10.5h33.3zm141.5 0h-33.2v10.5H217zm94.5 0H278v10.5h33.5zm47.3 0h-33.5v10.5h33.5zm-94.6 0H231v10.5h33.2zm141.5 0h-33.3v10.5h33.3zM52.8 351.1H42v33.5h10.8zm70-215.9H89.2v10.5h33.5zm-70 10.6h22.8v-10.5H42v33.5h10.8zm168.9 228.6c50.5 0 91.3-40.8 91.3-91.3 0-50.2-40.8-91.3-91.3-91.3-50.2 0-91.3 41.1-91.3 91.3 0 50.5 41.1 91.3 91.3 91.3zm-48.2-111.1c0-25.4 29.5-31.8 49.6-31.8 16.9 0 29.2 5.8 44.3 12l-8.8 16.9h-.9c-6.4-9.9-24.8-13.1-35.6-13.1-9 0-29.8 1.8-29.8 14.9 0 21.6 78.5-10.2 78.5 37.9 0 25.4-31.5 31.2-51 31.2-18.1 0-32.4-2.9-47.2-12.2l9-18.4h.9c6.1 12.2 23.6 14.9 35.9 14.9 8.7 0 32.7-1.2 32.7-14.3 0-26.1-77.6 6.3-77.6-38zM52.8 178.4H42V212h10.8zm342.4 206.2H406v-33.5h-10.8zM52.8 307.9H42v33.5h10.8zM0 3.7v406l221.7 98.6L448 409.7V3.7zm418.8 387.1L222 476.5 29.2 390.8V120.7h389.7v270.1zm0-299.3H29.2V32.9h389.7v58.6zm-366 130.1H42v33.5h10.8zm0 43.2H42v33.5h10.8zM170 135.2h-33.5v10.5H170zm225.2 163.1H406v-33.5h-10.8zm0-43.2H406v-33.5h-10.8zM217 135.2h-33.2v10.5H217zM395.2 212H406v-33.5h-10.8zm0 129.5H406V308h-10.8zm-131-206.3H231v10.5h33.2zm47.3 0H278v10.5h33.5zm83.7 33.6H406v-33.5h-33.5v10.5h22.8zm-36.4-33.6h-33.5v10.5h33.5z"], + "codepen": [512, 512, [], "f1cb", "M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z"], + "git-alt": [448, 512, [], "f841", "M439.55 236.05L244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"], + "lyft": [512, 512, [], "f3c3", "M0 81.1h77.8v208.7c0 33.1 15 52.8 27.2 61-12.7 11.1-51.2 20.9-80.2-2.8C7.8 334 0 310.7 0 289V81.1zm485.9 173.5v-22h23.8v-76.8h-26.1c-10.1-46.3-51.2-80.7-100.3-80.7-56.6 0-102.7 46-102.7 102.7V357c16 2.3 35.4-.3 51.7-14 17.1-14 24.8-37.2 24.8-59v-6.7h38.8v-76.8h-38.8v-23.3c0-34.6 52.2-34.6 52.2 0v77.1c0 56.6 46 102.7 102.7 102.7v-76.5c-14.5 0-26.1-11.7-26.1-25.9zm-294.3-99v113c0 15.4-23.8 15.4-23.8 0v-113H91v132.7c0 23.8 8 54 45 63.9 37 9.8 58.2-10.6 58.2-10.6-2.1 13.4-14.5 23.3-34.9 25.3-15.5 1.6-35.2-3.6-45-7.8v70.3c25.1 7.5 51.5 9.8 77.6 4.7 47.1-9.1 76.8-48.4 76.8-100.8V155.1h-77.1v.5z"], + "rev": [448, 512, [], "f5b2", "M289.67 274.89a65.57 65.57 0 1 1-65.56-65.56 65.64 65.64 0 0 1 65.56 65.56zm139.55-5.05h-.13a204.69 204.69 0 0 0-74.32-153l-45.38 26.2a157.07 157.07 0 0 1 71.81 131.84C381.2 361.5 310.73 432 224.11 432S67 361.5 67 274.88c0-81.88 63-149.27 143-156.43v39.12l108.77-62.79L210 32v38.32c-106.7 7.25-191 96-191 204.57 0 111.59 89.12 202.29 200.06 205v.11h210.16V269.84z"], + "windows": [448, 512, [], "f17a", "M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z"], + "wizards-of-the-coast": [640, 512, [], "f730", "M219.19 345.69c-1.9 1.38-11.07 8.44-.26 23.57 4.64 6.42 14.11 12.79 21.73 6.55 6.5-4.88 7.35-12.92.26-23.04-5.47-7.76-14.28-12.88-21.73-7.08zm336.75 75.94c-.34 1.7-.55 1.67.79 0 2.09-4.19 4.19-10.21 4.98-19.9 3.14-38.49-40.33-71.49-101.34-78.03-54.73-6.02-124.38 9.17-188.8 60.49l-.26 1.57c2.62 4.98 4.98 10.74 3.4 21.21l.79.26c63.89-58.4 131.19-77.25 184.35-73.85 58.4 3.67 100.03 34.04 100.03 68.08-.01 9.96-2.63 15.72-3.94 20.17zM392.28 240.42c.79 7.07 4.19 10.21 9.17 10.47 5.5.26 9.43-2.62 10.47-6.55.79-3.4 2.09-29.85 2.09-29.85s-11.26 6.55-14.93 10.47c-3.66 3.68-7.33 8.39-6.8 15.46zm-50.02-151.1C137.75 89.32 13.1 226.8.79 241.2c-1.05.52-1.31.79.79 1.31 60.49 16.5 155.81 81.18 196.13 202.16l1.05.26c55.25-69.92 140.88-128.05 236.99-128.05 80.92 0 130.15 42.16 130.15 80.39 0 18.33-6.55 33.52-22.26 46.35 0 .96-.2.79.79.79 14.66-10.74 27.5-28.8 27.5-48.18 0-22.78-12.05-38.23-12.05-38.23 7.07 7.07 10.74 16.24 10.74 16.24 5.76-40.85 26.97-62.32 26.97-62.32-2.36-9.69-6.81-17.81-6.81-17.81 7.59 8.12 14.4 27.5 14.4 41.37 0 10.47-3.4 22.78-12.57 31.95l.26.52c8.12-4.98 16.5-16.76 16.5-37.97 0-15.71-4.71-25.92-4.71-25.92 5.76-5.24 11.26-9.17 15.97-11.78.79 3.4 2.09 9.69 2.36 14.93 0 1.05.79 1.83 1.05 0 .79-5.76-.26-16.24-.26-16.5 6.02-3.14 9.69-4.45 9.69-4.45C617.74 176 489.43 89.32 342.26 89.32zm-99.24 289.62c-11.06 8.99-24.2 4.08-30.64-4.19-7.45-9.58-6.76-24.09 4.19-32.47 14.85-11.35 27.08-.49 31.16 5.5.28.39 12.13 16.57-4.71 31.16zm2.09-136.43l9.43-17.81 11.78 70.96-12.57 6.02-24.62-28.8 14.14-26.71 3.67 4.45-1.83-8.11zm18.59 117.58l-.26-.26c2.05-4.1-2.5-6.61-17.54-31.69-1.31-2.36-3.14-2.88-4.45-2.62l-.26-.52c7.86-5.76 15.45-10.21 25.4-15.71l.52.26c1.31 1.83 2.09 2.88 3.4 4.71l-.26.52c-1.05-.26-2.36-.79-5.24.26-2.09.79-7.86 3.67-12.31 7.59v1.31c1.57 2.36 3.93 6.55 5.76 9.69h.26c10.05-6.28 7.56-4.55 11.52-7.86h.26c.52 1.83.52 1.83 1.83 5.5l-.26.26c-3.06.61-4.65.34-11.52 5.5v.26c9.46 17.02 11.01 16.75 12.57 15.97l.26.26c-2.34 1.59-6.27 4.21-9.68 6.57zm55.26-32.47c-3.14 1.57-6.02 2.88-9.95 4.98l-.26-.26c1.29-2.59 1.16-2.71-11.78-32.47l-.26-.26c-.15 0-8.9 3.65-9.95 7.33h-.52l-1.05-5.76.26-.52c7.29-4.56 25.53-11.64 27.76-12.57l.52.26 3.14 4.98-.26.52c-3.53-1.76-7.35.76-12.31 2.62v.26c12.31 32.01 12.67 30.64 14.66 30.64v.25zm44.77-16.5c-4.19 1.05-5.24 1.31-9.69 2.88l-.26-.26.52-4.45c-1.05-3.4-3.14-11.52-3.67-13.62l-.26-.26c-3.4.79-8.9 2.62-12.83 3.93l-.26.26c.79 2.62 3.14 9.95 4.19 13.88.79 2.36 1.83 2.88 2.88 3.14v.52c-3.67 1.05-7.07 2.62-10.21 3.93l-.26-.26c1.05-1.31 1.05-2.88.26-4.98-1.05-3.14-8.12-23.83-9.17-27.23-.52-1.83-1.57-3.14-2.62-3.14v-.52c3.14-1.05 6.02-2.09 10.74-3.4l.26.26-.26 4.71c1.31 3.93 2.36 7.59 3.14 9.69h.26c3.93-1.31 9.43-2.88 12.83-3.93l.26-.26-2.62-9.43c-.52-1.83-1.05-3.4-2.62-3.93v-.26c4.45-1.05 7.33-1.83 10.74-2.36l.26.26c-1.05 1.31-1.05 2.88-.52 4.45 1.57 6.28 4.71 20.43 6.28 26.45.54 2.62 1.85 3.41 2.63 3.93zm32.21-6.81l-.26.26c-4.71.52-14.14 2.36-22.52 4.19l-.26-.26.79-4.19c-1.57-7.86-3.4-18.59-4.98-26.19-.26-1.83-.79-2.88-2.62-3.67l.79-.52c9.17-1.57 20.16-2.36 24.88-2.62l.26.26c.52 2.36.79 3.14 1.57 5.5l-.26.26c-1.14-1.14-3.34-3.2-16.24-.79l-.26.26c.26 1.57 1.05 6.55 1.57 9.95l.26.26c9.52-1.68 4.76-.06 10.74-2.36h.26c0 1.57-.26 1.83-.26 5.24h-.26c-4.81-1.03-2.15-.9-10.21 0l-.26.26c.26 2.09 1.57 9.43 2.09 12.57l.26.26c1.15.38 14.21-.65 16.24-4.71h.26c-.53 2.38-1.05 4.21-1.58 6.04zm10.74-44.51c-4.45 2.36-8.12 2.88-11 2.88-.25.02-11.41 1.09-17.54-9.95-6.74-10.79-.98-25.2 5.5-31.69 8.8-8.12 23.35-10.1 28.54-17.02 8.03-10.33-13.04-22.31-29.59-5.76l-2.62-2.88 5.24-16.24c25.59-1.57 45.2-3.04 50.02 16.24.79 3.14 0 9.43-.26 12.05 0 2.62-1.83 18.85-2.09 23.04-.52 4.19-.79 18.33-.79 20.69.26 2.36.52 4.19 1.57 5.5 1.57 1.83 5.76 1.83 5.76 1.83l-.79 4.71c-11.82-1.07-10.28-.59-20.43-1.05-3.22-5.15-2.23-3.28-4.19-7.86 0 .01-4.19 3.94-7.33 5.51zm37.18 21.21c-6.35-10.58-19.82-7.16-21.73 5.5-2.63 17.08 14.3 19.79 20.69 10.21l.26.26c-.52 1.83-1.83 6.02-1.83 6.28l-.52.52c-10.3 6.87-28.5-2.5-25.66-18.59 1.94-10.87 14.44-18.93 28.8-9.95l.26.52c0 1.06-.27 3.41-.27 5.25zm5.77-87.73v-6.55c.69 0 19.65 3.28 27.76 7.33l-1.57 17.54s10.21-9.43 15.45-10.74c5.24-1.57 14.93 7.33 14.93 7.33l-11.26 11.26c-12.07-6.35-19.59-.08-20.69.79-5.29 38.72-8.6 42.17 4.45 46.09l-.52 4.71c-17.55-4.29-18.53-4.5-36.92-7.33l.79-4.71c7.25 0 7.48-5.32 7.59-6.81 0 0 4.98-53.16 4.98-55.25-.02-2.87-4.99-3.66-4.99-3.66zm10.99 114.44c-8.12-2.09-14.14-11-10.74-20.69 3.14-9.43 12.31-12.31 18.85-10.21 9.17 2.62 12.83 11.78 10.74 19.38-2.61 8.9-9.42 13.87-18.85 11.52zm42.16 9.69c-2.36-.52-7.07-2.36-8.64-2.88v-.26l1.57-1.83c.59-8.24.59-7.27.26-7.59-4.82-1.81-6.66-2.36-7.07-2.36-1.31 1.83-2.88 4.45-3.67 5.5l-.79 3.4v.26c-1.31-.26-3.93-1.31-6.02-1.57v-.26l2.62-1.83c3.4-4.71 9.95-14.14 13.88-20.16v-2.09l.52-.26c2.09.79 5.5 2.09 7.59 2.88.48.48.18-1.87-1.05 25.14-.24 1.81.02 2.6.8 3.91zm-4.71-89.82c11.25-18.27 30.76-16.19 34.04-3.4L539.7 198c2.34-6.25-2.82-9.9-4.45-11.26l1.83-3.67c12.22 10.37 16.38 13.97 22.52 20.43-25.91 73.07-30.76 80.81-24.62 84.32l-1.83 4.45c-6.37-3.35-8.9-4.42-17.81-8.64l2.09-6.81c-.26-.26-3.93 3.93-9.69 3.67-19.06-1.3-22.89-31.75-9.67-52.9zm29.33 79.34c0-5.71-6.34-7.89-7.86-5.24-1.31 2.09 1.05 4.98 2.88 8.38 1.57 2.62 2.62 6.28 1.05 9.43-2.64 6.34-12.4 5.31-15.45-.79 0-.7-.27.09 1.83-4.71l.79-.26c-.57 5.66 6.06 9.61 8.38 4.98 1.05-2.09-.52-5.5-2.09-8.38-1.57-2.62-3.67-6.28-1.83-9.69 2.72-5.06 11.25-4.47 14.66 2.36v.52l-2.36 3.4zm21.21 13.36c-1.96-3.27-.91-2.14-4.45-4.71h-.26c-2.36 4.19-5.76 10.47-8.64 16.24-1.31 2.36-1.05 3.4-.79 3.93l-.26.26-5.76-4.45.26-.26 2.09-1.31c3.14-5.76 6.55-12.05 9.17-17.02v-.26c-2.64-1.98-1.22-1.51-6.02-1.83v-.26l3.14-3.4h.26c3.67 2.36 9.95 6.81 12.31 8.9l.26.26-1.31 3.91zm27.23-44.26l-2.88-2.88c.79-2.36 1.83-4.98 2.09-7.59.75-9.74-11.52-11.84-11.52-4.98 0 4.98 7.86 19.38 7.86 27.76 0 10.21-5.76 15.71-13.88 16.5-8.38.79-20.16-10.47-20.16-10.47l4.98-14.4 2.88 2.09c-2.97 17.8 17.68 20.37 13.35 5.24-1.06-4.02-18.75-34.2 2.09-38.23 13.62-2.36 23.04 16.5 23.04 16.5l-7.85 10.46zm35.62-10.21c-11-30.38-60.49-127.53-191.95-129.62-53.42-1.05-94.27 15.45-132.76 37.97l85.63-9.17-91.39 20.69 25.14 19.64-3.93-16.5c7.5-1.71 39.15-8.45 66.77-8.9l-22.26 80.39c13.61-.7 18.97-8.98 19.64-22.78l4.98-1.05.26 26.71c-22.46 3.21-37.3 6.69-49.49 9.95l13.09-43.21-61.54-36.66 2.36 8.12 10.21 4.98c6.28 18.59 19.38 56.56 20.43 58.66 1.95 4.28 3.16 5.78 12.05 4.45l1.05 4.98c-16.08 4.86-23.66 7.61-39.02 14.4l-2.36-4.71c4.4-2.94 8.73-3.94 5.5-12.83-23.7-62.5-21.48-58.14-22.78-59.44l2.36-4.45 33.52 67.3c-3.84-11.87 1.68 1.69-32.99-78.82l-41.9 88.51 4.71-13.88-35.88-42.16 27.76 93.48-11.78 8.38C95 228.58 101.05 231.87 93.23 231.52c-5.5-.26-13.62 5.5-13.62 5.5L74.63 231c30.56-23.53 31.62-24.33 58.4-42.68l4.19 7.07s-5.76 4.19-7.86 7.07c-5.9 9.28 1.67 13.28 61.8 75.68l-18.85-58.92 39.8-10.21 25.66 30.64 4.45-12.31-4.98-24.62 13.09-3.4.52 3.14 3.67-10.47-94.27 29.33 11.26-4.98-13.62-42.42 17.28-9.17 30.11 36.14 28.54-13.09c-1.41-7.47-2.47-14.5-4.71-19.64l17.28 13.88 4.71-2.09-59.18-42.68 23.08 11.5c18.98-6.07 25.23-7.47 32.21-9.69l2.62 11c-12.55 12.55 1.43 16.82 6.55 19.38l-13.62-61.01 12.05 28.28c4.19-1.31 7.33-2.09 7.33-2.09l2.62 8.64s-3.14 1.05-6.28 2.09l8.9 20.95 33.78-65.73-20.69 61.01c42.42-24.09 81.44-36.66 131.98-35.88 67.04 1.05 167.33 40.85 199.8 139.83.78 2.1-.01 2.63-.79.27zM203.48 152.43s1.83-.52 4.19-1.31l9.43 7.59c-.4 0-3.44-.25-11.26 2.36l-2.36-8.64zm143.76 38.5c-1.57-.6-26.46-4.81-33.26 20.69l21.73 17.02 11.53-37.71zM318.43 67.07c-58.4 0-106.05 12.05-114.96 14.4v.79c8.38 2.09 14.4 4.19 21.21 11.78l1.57.26c6.55-1.83 48.97-13.88 110.24-13.88 180.16 0 301.67 116.79 301.67 223.37v9.95c0 1.31.79 2.62 1.05.52.52-2.09.79-8.64.79-19.64.26-83.79-96.63-227.55-321.57-227.55zm211.06 169.68c1.31-5.76 0-12.31-7.33-13.09-9.62-1.13-16.14 23.79-17.02 33.52-.79 5.5-1.31 14.93 6.02 14.93 4.68-.01 9.72-.91 18.33-35.36zm-61.53 42.95c-2.62-.79-9.43-.79-12.57 10.47-1.83 6.81.52 13.35 6.02 14.66 3.67 1.05 8.9.52 11.78-10.74 2.62-9.94-1.83-13.61-5.23-14.39zM491 300.65c1.83.52 3.14 1.05 5.76 1.83 0-1.83.52-8.38.79-12.05-1.05 1.31-5.5 8.12-6.55 9.95v.27z"], + "square-viadeo": [448, 512, ["viadeo-square"], "f2aa", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM118.3 381.2c-68-73.6-19.8-196.1 81.2-196.1c13.3 0 26.6 2.1 39.1 6.7c-4.3 8.4-7.3 17.6-8.4 27.1c-9.7-4.1-20.2-6-30.7-6c-48.8 0-84.6 41.7-84.6 88.9c0 43 28.5 78.7 69.5 85.9c61.5-24 72.9-117.6 72.9-175v0c0-7.3 0-14.8-.6-22.1c-11.2-32.9-26.6-64.6-44.2-94.5c27.1 18.3 41.9 62.5 44.2 94.1v.4c7.7 22.5 11.8 46.2 11.8 70c0 54.1-21.9 99-68.3 128.2l-2.4 .2c50 1 86.2-38.6 86.2-87.2c0-12.2-2.1-24.3-6.9-35.7c9.5-1.9 18.5-5.6 26.4-10.5c15.3 36.6 12.6 87.3-22.8 125.6c-42.4 46.2-120 46.6-162.4 0zM274.6 217.6c21.9-12 49.6-30.7 62.3-53c1.5-3 4.1-8.6 4.5-12c-12.5 27.9-44.2 49.8-73.9 56.7c-4.7-7.3-7.5-15.5-7.5-24.3c0-10.3 5.2-24.1 12.9-31.6c8.3-7.9 18-10.9 27.9-14.1c16-5.1 32.5-10.3 44.5-35.9c32.5 46.2 13.1 130.3-36.3 130.3c-13.3 0-25.1-7.1-34.4-16.1z"], + "meetup": [512, 512, [], "f2e0", "M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z"], + "centos": [448, 512, [], "f789", "M289.6 97.5l31.6 31.7-76.3 76.5V97.5zm-162.4 31.7l76.3 76.5V97.5h-44.7zm41.5-41.6h44.7v127.9l10.8 10.8 10.8-10.8V87.6h44.7L224.2 32zm26.2 168.1l-10.8-10.8H55.5v-44.8L0 255.7l55.5 55.6v-44.8h128.6l10.8-10.8zm79.3-20.7h107.9v-44.8l-31.6-31.7zm173.3 20.7L392 200.1v44.8H264.3l-10.8 10.8 10.8 10.8H392v44.8l55.5-55.6zM65.4 176.2l32.5-31.7 90.3 90.5h15.3v-15.3l-90.3-90.5 31.6-31.7H65.4zm316.7-78.7h-78.5l31.6 31.7-90.3 90.5V235h15.3l90.3-90.5 31.6 31.7zM203.5 413.9V305.8l-76.3 76.5 31.6 31.7h44.7zM65.4 235h108.8l-76.3-76.5-32.5 31.7zm316.7 100.2l-31.6 31.7-90.3-90.5h-15.3v15.3l90.3 90.5-31.6 31.7h78.5zm0-58.8H274.2l76.3 76.5 31.6-31.7zm-60.9 105.8l-76.3-76.5v108.1h44.7zM97.9 352.9l76.3-76.5H65.4v44.8zm181.8 70.9H235V295.9l-10.8-10.8-10.8 10.8v127.9h-44.7l55.5 55.6zm-166.5-41.6l90.3-90.5v-15.3h-15.3l-90.3 90.5-32.5-31.7v78.7h79.4z"], + "adn": [496, 512, [], "f170", "M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z"], + "cloudsmith": [512, 512, [], "f384", "M512 227.6v56.9L284.4 512H227.6L0 284.4V227.6L227.6 0h56.9L512 227.6zm-256 162a133.6 133.6 0 1 0 0-267.1 133.6 133.6 0 1 0 0 267.1z"], + "opensuse": [640, 512, [], "e62b", "M471.1 102.7s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3c-51.9-1.8-122.8-4.3-223 57.3c-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.1 307 7 335.1c3.3 12.8 8.9 24.9 16.5 35.7c17.4 25 46.6 41.6 78.1 44.4c44.4 3.9 78.1-16 90-53.3c8.2-25.8 0-63.6-31.5-82.9c-25.6-15.7-53.3-12.1-69.2-1.6c-13.9 9.2-21.8 23.5-21.6 39.2c.3 27.8 24.3 42.6 41.5 42.6c5.4 0 10.7-.9 15.8-2.7c6.5-1.8 13.3-6.5 13.3-14.9c0-12.1-11.6-14.8-16.8-13.9c-2.9 .5-4.5 2-11.8 2.4c-2-.2-12-3.1-12-14V316c.2-12.3 13.2-18 25.5-16.9c32.3 2.8 47.7 40.7 28.5 65.7C135 388.5 76.7 388 53.6 344.4c-26-49.2 12.7-111.2 87-98.4c33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3c56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8c5.6-33.8 39.7-18.4 82.4-17.4c66.5 .4 102.1-27 103.1-28c3.7-3.1 6.5-15.8 7-17.7c1.3-5.1-3.2-2.4-3.2-2.4c-8.7 5.2-30.5 15.2-50.9 15.6c-25.3 .5-76.2-25.4-81.6-28.2c-.3-.4 .1 1.2-11-25.5c88.4 58.3 118.3 40.5 145.2 21.7c.8-.6 4.3-2.9 3.6-5.7c-13.8-48.1-22.4-62.7-34.5-69.6c-37-21.6-125-34.7-129.2-35.3c.1-.1-.9-.3-.9 .7l0 0zm135.6 75.4a37.6 37.6 0 1 1 -75.2-2.6 37.6 37.6 0 1 1 75.2 2.6zm-36.6-27.9a26.3 26.3 0 1 0 -1.7 52.5 26.3 26.3 0 1 0 1.7-52.5zm4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.6 0 15.6v0z"], + "pied-piper-alt": [576, 512, [], "f1a8", "M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z"], + "square-dribbble": [448, 512, ["dribbble-square"], "f397", "M165.9 132.5c-38.3 18-66.8 53.3-75.7 95.7c6.1 .1 62.4 .3 126.4-16.7c-22.7-40.2-47.1-74.1-50.7-79zm26.1-9.1c3.8 5.1 28.6 38.9 51 80c48.6-18.3 69.1-45.9 71.6-49.4C281 124.2 235.3 112.9 192 123.4zM277.4 382c-2-12-10-53.8-29.2-103.6c-55.1 18.8-93.8 56.4-108.1 85.6c40.5 31.6 93.3 36.7 137.3 18zM227.8 232.6C159.6 253 93.4 252.2 87.4 252c0 .7 0 1.4 0 2.1s0 1.4 0 2.1c0 35.1 13.3 67.1 35.1 91.4c22.2-37.9 67.1-77.9 116.5-91.8c-3.4-7.8-7.2-15.5-11.1-23.2zm72.5 136.9c30.7-20.7 52.5-53.6 58.6-91.6c-4.6-1.5-42.3-12.7-85.1-5.8c17.9 49.1 25.1 89.1 26.5 97.4zm-34.8-119c45.5-5.7 90.7 3.4 95.2 4.4c-.3-32.3-11.8-61.9-30.9-85.1c-2.9 3.9-25.8 33.2-76.3 53.9c4.8 9.8 8.3 17.8 12 26.8zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM224 416a160 160 0 1 1 0-320 160 160 0 1 1 0 320z"], + "codiepie": [472, 512, [], "f284", "M422.5 202.9c30.7 0 33.5 53.1-.3 53.1h-10.8v44.3h-26.6v-97.4h37.7zM472 352.6C429.9 444.5 350.4 504 248 504 111 504 0 393 0 256S111 8 248 8c97.4 0 172.8 53.7 218.2 138.4l-186 108.8L472 352.6zm-38.5 12.5l-60.3-30.7c-27.1 44.3-70.4 71.4-122.4 71.4-82.5 0-149.2-66.7-149.2-148.9 0-82.5 66.7-149.2 149.2-149.2 48.4 0 88.9 23.5 116.9 63.4l59.5-34.6c-40.7-62.6-104.7-100-179.2-100-121.2 0-219.5 98.3-219.5 219.5S126.8 475.5 248 475.5c78.6 0 146.5-42.1 185.5-110.4z"], + "node": [640, 512, [], "f419", "M316.3 452c-2.1 0-4.2-.6-6.1-1.6L291 439c-2.9-1.6-1.5-2.2-.5-2.5 3.8-1.3 4.6-1.6 8.7-4 .4-.2 1-.1 1.4.1l14.8 8.8c.5.3 1.3.3 1.8 0L375 408c.5-.3.9-.9.9-1.6v-66.7c0-.7-.3-1.3-.9-1.6l-57.8-33.3c-.5-.3-1.2-.3-1.8 0l-57.8 33.3c-.6.3-.9 1-.9 1.6v66.7c0 .6.4 1.2.9 1.5l15.8 9.1c8.6 4.3 13.9-.8 13.9-5.8v-65.9c0-.9.7-1.7 1.7-1.7h7.3c.9 0 1.7.7 1.7 1.7v65.9c0 11.5-6.2 18-17.1 18-3.3 0-6 0-13.3-3.6l-15.2-8.7c-3.7-2.2-6.1-6.2-6.1-10.5v-66.7c0-4.3 2.3-8.4 6.1-10.5l57.8-33.4c3.7-2.1 8.5-2.1 12.1 0l57.8 33.4c3.7 2.2 6.1 6.2 6.1 10.5v66.7c0 4.3-2.3 8.4-6.1 10.5l-57.8 33.4c-1.7 1.1-3.8 1.7-6 1.7zm46.7-65.8c0-12.5-8.4-15.8-26.2-18.2-18-2.4-19.8-3.6-19.8-7.8 0-3.5 1.5-8.1 14.8-8.1 11.9 0 16.3 2.6 18.1 10.6.2.8.8 1.3 1.6 1.3h7.5c.5 0 .9-.2 1.2-.5.3-.4.5-.8.4-1.3-1.2-13.8-10.3-20.2-28.8-20.2-16.5 0-26.3 7-26.3 18.6 0 12.7 9.8 16.1 25.6 17.7 18.9 1.9 20.4 4.6 20.4 8.3 0 6.5-5.2 9.2-17.4 9.2-15.3 0-18.7-3.8-19.8-11.4-.1-.8-.8-1.4-1.7-1.4h-7.5c-.9 0-1.7.7-1.7 1.7 0 9.7 5.3 21.3 30.6 21.3 18.5 0 29-7.2 29-19.8zm54.5-50.1c0 6.1-5 11.1-11.1 11.1s-11.1-5-11.1-11.1c0-6.3 5.2-11.1 11.1-11.1 6-.1 11.1 4.8 11.1 11.1zm-1.8 0c0-5.2-4.2-9.3-9.4-9.3-5.1 0-9.3 4.1-9.3 9.3 0 5.2 4.2 9.4 9.3 9.4 5.2-.1 9.4-4.3 9.4-9.4zm-4.5 6.2h-2.6c-.1-.6-.5-3.8-.5-3.9-.2-.7-.4-1.1-1.3-1.1h-2.2v5h-2.4v-12.5h4.3c1.5 0 4.4 0 4.4 3.3 0 2.3-1.5 2.8-2.4 3.1 1.7.1 1.8 1.2 2.1 2.8.1 1 .3 2.7.6 3.3zm-2.8-8.8c0-1.7-1.2-1.7-1.8-1.7h-2v3.5h1.9c1.6 0 1.9-1.1 1.9-1.8zM137.3 191c0-2.7-1.4-5.1-3.7-6.4l-61.3-35.3c-1-.6-2.2-.9-3.4-1h-.6c-1.2 0-2.3.4-3.4 1L3.7 184.6C1.4 185.9 0 188.4 0 191l.1 95c0 1.3.7 2.5 1.8 3.2 1.1.7 2.5.7 3.7 0L42 268.3c2.3-1.4 3.7-3.8 3.7-6.4v-44.4c0-2.6 1.4-5.1 3.7-6.4l15.5-8.9c1.2-.7 2.4-1 3.7-1 1.3 0 2.6.3 3.7 1l15.5 8.9c2.3 1.3 3.7 3.8 3.7 6.4v44.4c0 2.6 1.4 5.1 3.7 6.4l36.4 20.9c1.1.7 2.6.7 3.7 0 1.1-.6 1.8-1.9 1.8-3.2l.2-95zM472.5 87.3v176.4c0 2.6-1.4 5.1-3.7 6.4l-61.3 35.4c-2.3 1.3-5.1 1.3-7.4 0l-61.3-35.4c-2.3-1.3-3.7-3.8-3.7-6.4v-70.8c0-2.6 1.4-5.1 3.7-6.4l61.3-35.4c2.3-1.3 5.1-1.3 7.4 0l15.3 8.8c1.7 1 3.9-.3 3.9-2.2v-94c0-2.8 3-4.6 5.5-3.2l36.5 20.4c2.3 1.2 3.8 3.7 3.8 6.4zm-46 128.9c0-.7-.4-1.3-.9-1.6l-21-12.2c-.6-.3-1.3-.3-1.9 0l-21 12.2c-.6.3-.9.9-.9 1.6v24.3c0 .7.4 1.3.9 1.6l21 12.1c.6.3 1.3.3 1.8 0l21-12.1c.6-.3.9-.9.9-1.6v-24.3zm209.8-.7c2.3-1.3 3.7-3.8 3.7-6.4V192c0-2.6-1.4-5.1-3.7-6.4l-60.9-35.4c-2.3-1.3-5.1-1.3-7.4 0l-61.3 35.4c-2.3 1.3-3.7 3.8-3.7 6.4v70.8c0 2.7 1.4 5.1 3.7 6.4l60.9 34.7c2.2 1.3 5 1.3 7.3 0l36.8-20.5c2.5-1.4 2.5-5 0-6.4L550 241.6c-1.2-.7-1.9-1.9-1.9-3.2v-22.2c0-1.3.7-2.5 1.9-3.2l19.2-11.1c1.1-.7 2.6-.7 3.7 0l19.2 11.1c1.1.7 1.9 1.9 1.9 3.2v17.4c0 2.8 3.1 4.6 5.6 3.2l36.7-21.3zM559 219c-.4.3-.7.7-.7 1.2v13.6c0 .5.3 1 .7 1.2l11.8 6.8c.4.3 1 .3 1.4 0L584 235c.4-.3.7-.7.7-1.2v-13.6c0-.5-.3-1-.7-1.2l-11.8-6.8c-.4-.3-1-.3-1.4 0L559 219zm-254.2 43.5v-70.4c0-2.6-1.6-5.1-3.9-6.4l-61.1-35.2c-2.1-1.2-5-1.4-7.4 0l-61.1 35.2c-2.3 1.3-3.9 3.7-3.9 6.4v70.4c0 2.8 1.9 5.2 4 6.4l61.2 35.2c2.4 1.4 5.2 1.3 7.4 0l61-35.2c1.8-1 3.1-2.7 3.6-4.7.1-.5.2-1.1.2-1.7zm-74.3-124.9l-.8.5h1.1l-.3-.5zm76.2 130.2l-.4-.7v.9l.4-.2z"], + "mix": [448, 512, [], "f3cb", "M0 64v348.9c0 56.2 88 58.1 88 0V174.3c7.9-52.9 88-50.4 88 6.5v175.3c0 57.9 96 58 96 0V240c5.3-54.7 88-52.5 88 4.3v23.8c0 59.9 88 56.6 88 0V64H0z"], + "steam": [496, 512, [], "f1b6", "M496 256c0 137-111.2 248-248.4 248-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4 39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5 0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L176.6 279c-15.5-.9-30.7 3.4-43.5 12.1L0 236.1C10.2 108.4 117.1 8 247.6 8 384.8 8 496 119 496 256zM155.7 384.3l-30.5-12.6a52.79 52.79 0 0 0 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4 5.4-13 5.5-27.3.1-40.3-5.4-13-15.5-23.2-28.5-28.6-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7-8.3 19.9-31 29.2-50.8 21zm173.8-129.9c-34.4 0-62.4-28-62.4-62.3s28-62.3 62.4-62.3 62.4 28 62.4 62.3-27.9 62.3-62.4 62.3zm.1-15.6c25.9 0 46.9-21 46.9-46.8 0-25.9-21-46.8-46.9-46.8s-46.9 21-46.9 46.8c.1 25.8 21.1 46.8 46.9 46.8z"], + "cc-apple-pay": [576, 512, [], "f416", "M302.2 218.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1zm47.5 62.6c0 8.3 7.2 13.7 18.5 13.7 14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4zM576 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM127.8 197.2c8.4.7 16.8-4.2 22.1-10.4 5.2-6.4 8.6-15 7.7-23.7-7.4.3-16.6 4.9-21.9 11.3-4.8 5.5-8.9 14.4-7.9 22.8zm60.6 74.5c-.2-.2-19.6-7.6-19.8-30-.2-18.7 15.3-27.7 16-28.2-8.8-13-22.4-14.4-27.1-14.7-12.2-.7-22.6 6.9-28.4 6.9-5.9 0-14.7-6.6-24.3-6.4-12.5.2-24.2 7.3-30.5 18.6-13.1 22.6-3.4 56 9.3 74.4 6.2 9.1 13.7 19.1 23.5 18.7 9.3-.4 13-6 24.2-6 11.3 0 14.5 6 24.3 5.9 10.2-.2 16.5-9.1 22.8-18.2 6.9-10.4 9.8-20.4 10-21zm135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45zm90 23.7c0-19.7-15.8-32.4-40-32.4-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9 13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1 0 17.7 13.7 29.4 33.4 29.4 13.3 0 25.6-6.7 31.2-17.4h.4V310h19.6v-68zM516 210.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H422l35.9 99.3-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8L516 210.9z"], + "scribd": [384, 512, [], "f28a", "M42.3 252.7c-16.1-19-24.7-45.9-24.8-79.9 0-100.4 75.2-153.1 167.2-153.1 98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1-37.3-24.6 26.9-38.6c-36.5-24-79.4-36.5-123-35.8-50.7-.8-111.7 27.2-111.7 76.2 0 18.7 11.2 20.7 28.6 15.6 23.3-5.3 41.9.6 55.8 14 26.4 24.3 23.2 67.6-.7 91.9-29.2 29.5-85.2 27.3-114.8-8.4zm317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6-38.1-2-71.1 28-70.5 67.2-.7 16.8 6 33 18.4 44.3 14.1 13.9 33 19.7 56.3 14.4 17.4-5.1 28.6-3.1 28.6 15.6 0 4.3-.5 8.5-1.4 12.7-16.7 40.9-59.5 64.4-121.4 64.4-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4-35.6-27.4L0 406.3l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2 51.4 0 94.4-10.5 133.6-44.1 57.1-51.4 54.2-149.2 20.3-189.6z"], + "debian": [448, 512, [], "e60b", "M380.2 245.6c3-7.6 5.5-14 5.2-24.4l-4.3 9c4.4-13.2 4-27.1 3.6-40.4c-.2-6-.3-11.8 0-17.4l-1.8-.5c-1.5-45.2-40.6-93.1-75.3-109.4c-30-13.8-76.1-16.2-97.3-5.8c1.3-1.1 4.2-2 6.8-2.7l.3-.1c3.3-1 6-1.7 4-2.9c-19.2 1.9-24.9 5.5-31.1 9.4l-.1 0c-4.6 2.9-9.5 6-20.3 8.7c-3.5 3.4 1.7 2 5.8 .9l0 0c4.1-1.1 7.2-1.9-.1 2.4c-3.5 1-6.6 1.3-9.6 1.6l-.1 0c-8.3 .8-15.8 1.6-30.7 17c.8 1.3 3.4-.2 5.3-1.3l.1-.1c2.3-1.4 3.4-2-1.7 4.4c-19.1-2.4-60.3 43.7-69.1 59l4.6 .8c-3.2 8-6.8 14.8-10 20.8c-4.3 8.1-7.9 14.9-8.7 21.3c-.3 5.1-1 11-1.7 17.3l0 0c-.1 1-.2 2-.3 3l-.1 .6c-3 27.3-6.7 60.8 3.9 73l-1.3 13c.6 1.2 1.1 2.3 1.6 3.5c.2 .4 .4 .8 .5 1.1l0 0 0 0 0 0 0 0 0 0 0 0 0 0c1 2.1 2 4.2 3.3 6.2l-3 .2c7 22.1 10.8 22.5 15.1 22.9l0 0c4.4 .4 9.3 .9 18.7 24.2c-2.7-.9-5.5-1.9-9.4-7.2c-.5 4.1 5.8 16.3 13.1 25.8l-3.1 3.6c2.1 3.7 4.8 6.2 7.6 8.8l0 0 0 0c1 .9 2.1 1.9 3.1 2.9c-11.9-6.5 3.2 13.7 11.9 25.2c.8 1.1 1.5 2 2.2 2.9l0 0 0 0 0 0 0 0 0 0c1.4 1.9 2.5 3.4 2.9 4.1l2.4-4.2c-.3 6.1 4.3 13.9 13.1 24.7l7.3-.3c3 6 14 16.7 20.7 17.2l-4.4 5.8c8.1 2.6 10.3 4.3 12.7 6.2c2.6 2.1 5.4 4.3 16.1 8.1l-4.2-7.4c3.5 3 6.2 5.9 8.8 8.7l.1 .1c5.2 5.6 9.9 10.6 19.7 15.3c10.7 3.7 16.6 4.7 22.7 5.8c.3 0 .6 .1 .9 .1c5.4 .8 11.2 1.8 20.8 4.5c-1.1-.1-2.2-.1-3.3-.1h0c-2.3-.1-4.7-.1-7-.1l0 0 0 0 0 0 0 0 0 0 0 0 0 0c-14.4-.2-29.2-.4-42.7-5.2C107.8 480.5 19.5 367.2 26 250.6c-.6-9.9-.3-20.9 0-30.7c.4-13.5 .7-24.8-1.6-28.3l1-3.1c5.3-17.4 11.7-38.2 23.8-62.8l-.1-.2v-.1c.4 .4 3.4 3.4 8.8-5.8c.8-1.8 1.6-3.7 2.4-5.6c.5-1.1 .9-2.2 1.4-3.2c2.5-6.1 5.1-12.3 8.4-17.9l2.6-.6c1.7-10.1 17-23.8 29.8-35.2l1.1-1c5.7-5.1 10.7-9.7 13.6-13.1l.7 4.4c17-15.9 44.6-27.5 65.6-36.4l.5-.2c4.8-2 9.3-3.9 13.3-5.7c-3.4 3.8 2.2 2.7 10 1c4.8-1 10.4-2.1 15.3-2.4l-3.9 2.1c-2.7 1.4-5.4 2.8-8 4.6c8.1-2 11.7-1.4 15.7-.8l.3 0c3.5 .6 7.3 1.2 14.6 .2c-5.6 .8-12.3 3-11.2 3.8c7.9 .9 12.8-.1 17.2-1l.2 0c5.5-1.1 10.3-2 19.3 .9l-1-4.8c7.3 2.6 12.7 4.3 17.5 5.8l.5 .1c10 3 17.6 5.3 34.2 14.1c3.2 .2 5.3-.5 7.4-1.2l.1 0c3.6-1.1 7-2.1 15.2 1.2c.3 .5 .5 1 .7 1.4c.1 .2 .2 .5 .3 .7l0 .1c1 2.6 1.8 4.6 14.6 12.1c1.7-.7-2.7-4.7-6.4-8.2c0 0 0 0-.1-.1c-.2-.1-.3-.3-.5-.4c32.2 17.3 67.3 54.1 78 93.5c-6-11.1-5.2-5.5-4.3 .5c.6 4 1.2 8.1-.2 7.5c4.5 12.1 8.1 24.5 10.4 37.4l-.8-2.9-.1-.3c-3.3-11.9-9.6-34.3-19.9-49.3c-.4 4.3-2.8 3.9-5.2 3.5l-.1 0 0 0c-3.3-.6-6.2-1.1-1.9 12.6c2.6 3.8 3.1 2.4 3.5 1.1l0 0c.5-1.5 .9-2.7 4.7 5.2c.1 4.1 1 8.2 2.1 12.7l0 0 0 0 .1 .6c.1 .3 .1 .5 .2 .8l.1 .6c.6 2.6 1.3 5.4 1.8 8.4c-1.1-.2-2.3-2.2-3.4-4.2c-1.4-2.4-2.8-4.7-3.7-3.2c2.4 11.5 6.5 17.4 8 18.3c-.3 .6-.6 .7-1.1 .7c-.8 0-1.8 .1-1.9 5.3c.7 13.7 3.3 12.5 5.3 11.6l0 0c.6-.3 1.2-.6 1.7-.4c-.6 2.5-1.6 5.1-2.7 7.9c-2.8 7.1-6 15.4-3.4 26.1c-.8-3-2-6-3.1-8.9l-.1-.4c-.2-.5-.4-1-.6-1.5l0 0c-.3-.8-.6-1.6-.9-2.3c-.6 4.4-.3 7.7-.1 10.6c0 .2 0 .5 0 .7c.4 5.3 .7 10-3 19.9c4.3-14.2 3.8-26.9-.2-20.8c1 10.9-3.7 20.4-8 28.9l-.1 .2c-3.6 7.1-6.8 13.5-5.9 19.3l-5.2-7.1c-7.5 10.9-7 13.3-6.5 15.5l0 .1c.5 1.9 1 3.8-3.4 10.8c1.7-2.9 1.3-3.6 1-4.2l0 0c-.4-.8-.7-1.5 1.7-5.1c-1.6 .1-5.5 3.9-10.1 8.5c-3.9 3.9-8.5 8.4-12.8 11.8c-37.5 30.1-82.3 34-125.6 17.8c.2-1-.2-2.1-3.1-4.1c-36.8-28.2-58.5-52.1-50.9-107.5c2.1-1.6 3.6-5.8 5.3-10.8l0 0 0 0 .2-.4 .1-.3 0-.1c2.9-8.4 6.5-18.8 14.3-23.8c7.8-17.3 31.3-33.3 56.4-33.7c25.6-1.4 47.2 13.7 58.1 27.9c-19.8-18.4-52.1-24-79.7-10.4c-28.2 12.7-45 43.8-42.5 74.7c.3-.4 .6-.6 .9-.8l0 0s0 0 0 0c0 0 .1-.1 .1-.1l.1-.1c.6-.5 1.1-.9 1.4-3.3c-.9 60.2 64.8 104.3 112.1 82l.6 1.3c12.7-3.5 15.9-6.5 20.3-10.7l.1-.1 0 0c2.2-2.1 4.7-4.5 8.9-7.3c-.3 .7-1.3 1.7-2.4 2.7c-2.2 2.1-4.6 4.5-1.6 4.6c5-1.3 18.5-13.4 28.5-22.3l0 0 0 0c.6-.5 1.2-1 1.7-1.5c1.5-1.3 2.8-2.5 4-3.6l0 0 .3-.3c1.9-4.2 1.6-5.6 1.3-7l0-.1c-.4-1.6-.8-3.3 2.4-9.6l7.3-3.7c.8-2.1 1.5-4.1 2.2-6c.2-.6 .5-1.2 .7-1.8l-.4-.2zM349.3 34.3l-.2-.1 .2 .1 0 0zM247.8 334.1c-6-3-13.7-8.9-14.8-11.4l-.4 .3c-.3 .6-.5 1.3-.2 2.2c-12.2-5.7-23.4-14.3-32.6-24.9c4.9 7.1 10.1 14.1 17 19.5c-6.9-2.3-15.1-11.8-21.6-19.3l-.1-.1c-4.3-5-7.9-9.1-9.7-9.5c19.8 35.5 80.5 62.3 112.3 49c-14.7 .5-33.4 .3-49.9-5.8zm79.3-119.7l-.1-.2c-.5-1.5-1.1-3.1-1.7-3.4c1.4-5.8 5.4-10.7 4.4 4.6c-1 3.8-1.8 1.5-2.6-1zm-4.2 22.2c-1.3 7.9-5 15.5-10.1 22.5c.2-2-1.2-2.4-2.6-2.8l0 0c-2.9-.8-5.9-1.6 5.6-16.1c-.5 1.9-2.1 4.6-3.7 7.3l0 0 0 0-.3 .4c-3.6 5.9-6.7 11 4 4.3l1-1.8c2.6-4.5 5-8.8 6-13.8h.1zm-55.6 33.9c7.1 .6 14.1 .6 21-1.1c-2.5 2.4-5.2 4.8-8.3 7.2c-11.1-1.7-21.2-6-12.7-6.1zm-92.6 11.6c3.6 7.1 6.4 11.5 9 15.7l.1 .2c2.3 3.7 4.4 7.1 6.8 11.7c-5.1-4.2-8.7-9.5-12.5-15l-.3-.5c-1.4-2.1-2.8-4.2-4.4-6.2l1.2-5.9h.1zm7.5-9.6c1.6 3.3 3.2 6.4 5.7 9.1l2.6 7.7-1.3-2.1c-3.2-5.3-6.3-10.6-8-16.7l.8 1.6 .2 .4zm238.9-41.6c-2.3 17.4-7.7 34.6-16 50.3c7.6-14.9 12.5-30.9 14.8-47.2l1.2-3.1zM35.6 110.6c.4 .8 1.4 .5 2.3 .3c1.9-.5 3.6-.9-.1 7.6c-.5 .3-1 .7-1.5 1l0 0 0 0c-1.4 .9-2.8 1.9-3.9 3c1.9-3.8 3.5-7.4 3.2-11.9zM25.3 152.3c-.7 3.7-1.5 7.9-3.4 13.9c.2-1.9 0-3.5-.2-4.9l0-.1c-.4-3.4-.7-6.3 4.3-12.8c-.3 1.2-.5 2.5-.7 3.8v.1z"], + "openid": [448, 512, [], "f19b", "M271.5 432l-68 32C88.5 453.7 0 392.5 0 318.2c0-71.5 82.5-131 191.7-144.3v43c-71.5 12.5-124 53-124 101.3 0 51 58.5 93.3 135.7 103v-340l68-33.2v384zM448 291l-131.3-28.5 36.8-20.7c-19.5-11.5-43.5-20-70-24.8v-43c46.2 5.5 87.7 19.5 120.3 39.3l35-19.8L448 291z"], + "instalod": [512, 512, [], "e081", "M153.384,480H387.113L502.554,275.765,204.229,333.211ZM504.726,240.078,387.113,32H155.669L360.23,267.9ZM124.386,48.809,7.274,256,123.236,461.154,225.627,165.561Z"], + "expeditedssl": [496, 512, [], "f23e", "M248 43.4C130.6 43.4 35.4 138.6 35.4 256S130.6 468.6 248 468.6 460.6 373.4 460.6 256 365.4 43.4 248 43.4zm-97.4 132.9c0-53.7 43.7-97.4 97.4-97.4s97.4 43.7 97.4 97.4v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6c0-82.1-124-82.1-124 0v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6zM389.7 380c0 9.7-8 17.7-17.7 17.7H124c-9.7 0-17.7-8-17.7-17.7V238.3c0-9.7 8-17.7 17.7-17.7h248c9.7 0 17.7 8 17.7 17.7V380zm-248-137.3v132.9c0 2.5-1.9 4.4-4.4 4.4h-8.9c-2.5 0-4.4-1.9-4.4-4.4V242.7c0-2.5 1.9-4.4 4.4-4.4h8.9c2.5 0 4.4 1.9 4.4 4.4zm141.7 48.7c0 13-7.2 24.4-17.7 30.4v31.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-31.6c-10.5-6.1-17.7-17.4-17.7-30.4 0-19.7 15.8-35.4 35.4-35.4s35.5 15.8 35.5 35.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 478.3C121 486.3 17.7 383 17.7 256S121 25.7 248 25.7 478.3 129 478.3 256 375 486.3 248 486.3z"], + "sellcast": [448, 512, [], "f2da", "M353.4 32H94.7C42.6 32 0 74.6 0 126.6v258.7C0 437.4 42.6 480 94.7 480h258.7c52.1 0 94.7-42.6 94.7-94.6V126.6c0-52-42.6-94.6-94.7-94.6zm-50 316.4c-27.9 48.2-89.9 64.9-138.2 37.2-22.9 39.8-54.9 8.6-42.3-13.2l15.7-27.2c5.9-10.3 19.2-13.9 29.5-7.9 18.6 10.8-.1-.1 18.5 10.7 27.6 15.9 63.4 6.3 79.4-21.3 15.9-27.6 6.3-63.4-21.3-79.4-17.8-10.2-.6-.4-18.6-10.6-24.6-14.2-3.4-51.9 21.6-37.5 18.6 10.8-.1-.1 18.5 10.7 48.4 28 65.1 90.3 37.2 138.5zm21.8-208.8c-17 29.5-16.3 28.8-19 31.5-6.5 6.5-16.3 8.7-26.5 3.6-18.6-10.8.1.1-18.5-10.7-27.6-15.9-63.4-6.3-79.4 21.3s-6.3 63.4 21.3 79.4c0 0 18.5 10.6 18.6 10.6 24.6 14.2 3.4 51.9-21.6 37.5-18.6-10.8.1.1-18.5-10.7-48.2-27.8-64.9-90.1-37.1-138.4 27.9-48.2 89.9-64.9 138.2-37.2l4.8-8.4c14.3-24.9 52-3.3 37.7 21.5z"], + "square-twitter": [448, 512, ["twitter-square"], "f081", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM351.3 199.3v0c0 86.7-66 186.6-186.6 186.6c-37.2 0-71.7-10.8-100.7-29.4c5.3 .6 10.4 .8 15.8 .8c30.7 0 58.9-10.4 81.4-28c-28.8-.6-53-19.5-61.3-45.5c10.1 1.5 19.2 1.5 29.6-1.2c-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3c-9-6-16.4-14.1-21.5-23.6s-7.8-20.2-7.7-31c0-12.2 3.2-23.4 8.9-33.1c32.3 39.8 80.8 65.8 135.2 68.6c-9.3-44.5 24-80.6 64-80.6c18.9 0 35.9 7.9 47.9 20.7c14.8-2.8 29-8.3 41.6-15.8c-4.9 15.2-15.2 28-28.8 36.1c13.2-1.4 26-5.1 37.8-10.2c-8.9 13.1-20.1 24.7-32.9 34c.2 2.8 .2 5.7 .2 8.5z"], + "r-project": [581, 512, [], "f4f7", "M581 226.6C581 119.1 450.9 32 290.5 32S0 119.1 0 226.6C0 322.4 103.3 402 239.4 418.1V480h99.1v-61.5c24.3-2.7 47.6-7.4 69.4-13.9L448 480h112l-67.4-113.7c54.5-35.4 88.4-84.9 88.4-139.7zm-466.8 14.5c0-73.5 98.9-133 220.8-133s211.9 40.7 211.9 133c0 50.1-26.5 85-70.3 106.4-2.4-1.6-4.7-2.9-6.4-3.7-10.2-5.2-27.8-10.5-27.8-10.5s86.6-6.4 86.6-92.7-90.6-87.9-90.6-87.9h-199V361c-74.1-21.5-125.2-67.1-125.2-119.9zm225.1 38.3v-55.6c57.8 0 87.8-6.8 87.8 27.3 0 36.5-38.2 28.3-87.8 28.3zm-.9 72.5H365c10.8 0 18.9 11.7 24 19.2-16.1 1.9-33 2.8-50.6 2.9v-22.1z"], + "delicious": [448, 512, [], "f1a5", "M446.5 68c-.4-1.5-.9-3-1.4-4.5-.9-2.5-2-4.8-3.3-7.1-1.4-2.4-3-4.8-4.7-6.9-2.1-2.5-4.4-4.8-6.9-6.8-1.1-.9-2.2-1.7-3.3-2.5-1.3-.9-2.6-1.7-4-2.4-1.8-1-3.6-1.8-5.5-2.5-1.7-.7-3.5-1.3-5.4-1.7-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12 2 7.7 5.8 14.6 11 20.3 1 1.1 2.1 2.2 3.3 3.3 5.7 5.2 12.6 9 20.3 11 3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12zM416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z"], + "freebsd": [448, 512, [], "f3a4", "M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2 23.7 23.7-42.1 128.1-53.2 139.2-11.1 11.1-39.4.9-63.1-22.9-23.8-23.7-34.1-52-22.9-63.1zM109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7 18.5-32.2 44.8-59.3 76.4-78.7zM406.7 174c3.3 11.3 2.7 20.7-2.7 26.1-20.3 20.3-87.5-27-109.3-70.1-18-32.3-11.1-53.4 14.9-48.7 5.7-3.6 12.3-7.6 19.6-11.6-29.8-15.5-63.6-24.3-99.5-24.3-119.1 0-215.6 96.5-215.6 215.6 0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8-3.9 7-7.6 13.3-10.9 18.8z"], + "vuejs": [448, 512, [], "f41f", "M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3h-91.1zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5 55.7 96.3z"], + "accusoft": [640, 512, [], "f369", "M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3zm160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3 3.2-1.2 115.4-47.6 117.8-48.9 8-4.3-1.7-16.7-7.2-23.4-2.1-2.5-205.1-245.6-207.2-248.3-9.7-12.2-14.3-12.9-38.4-12.8-10.2 0-106.8.5-116.5.6-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1zm152.7 1.6c-2.3-.3-24.6-4.7-38-7.2 0 0-115 50.4-117.5 51.6-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2z"], + "ioxhost": [640, 512, [], "f208", "M616 160h-67.3C511.2 70.7 422.9 8 320 8 183 8 72 119 72 256c0 16.4 1.6 32.5 4.7 48H24c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h67.3c37.5 89.3 125.8 152 228.7 152 137 0 248-111 248-248 0-16.4-1.6-32.5-4.7-48H616c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24zm-96 96c0 110.5-89.5 200-200 200-75.7 0-141.6-42-175.5-104H424c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24H125.8c-3.8-15.4-5.8-31.4-5.8-48 0-110.5 89.5-200 200-200 75.7 0 141.6 42 175.5 104H216c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h298.2c3.8 15.4 5.8 31.4 5.8 48zm-304-24h208c13.3 0 24 10.7 24 24 0 13.2-10.7 24-24 24H216c-13.3 0-24-10.7-24-24 0-13.2 10.7-24 24-24z"], + "fonticons-fi": [384, 512, [], "f3a2", "M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z"], + "app-store": [512, 512, [], "f36f", "M255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5 9.8 5.6 13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4 0-11.3 9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5l8.9 15.7zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5-9.8-5.6-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6zm168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4 0 11.3-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z"], + "cc-mastercard": [576, 512, [], "f1f1", "M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 11.2 5.2 11.2 11.7zm-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7 0 6.5 4.1 11.7 11.2 11.7 6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7zm117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7zm107.8.3c-6.8 0-10.9 5.2-10.9 11.7 0 6.5 4.1 11.7 10.9 11.7 6.8 0 11.2-4.9 11.2-11.7 0-6.5-4.4-11.7-11.2-11.7zm105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1zm-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8l-1.1-1.3zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2zm224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5zm-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9V392zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5zm35.4 9.3l-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9zm13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9zm59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4l2.4-7.6zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6zm66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2V392zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4l2.4-7.6zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9v-51.7zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8h1.9zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1-.3-.3-.8-.5-1.1-.8-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8.3-.3.5-.8.8-1.1.3-.6.3-1.1.3-1.4zm3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1v-5.4zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4z"], + "itunes-note": [384, 512, [], "f3b5", "M381.9 388.2c-6.4 27.4-27.2 42.8-55.1 48-24.5 4.5-44.9 5.6-64.5-10.2-23.9-20.1-24.2-53.4-2.7-74.4 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 6.4-7.2 4.4-4.1 4.4-163.2 0-11.2-5.5-14.3-17-12.3-8.2 1.4-185.7 34.6-185.7 34.6-10.2 2.2-13.4 5.2-13.4 16.7 0 234.7 1.1 223.9-2.5 239.5-4.2 18.2-15.4 31.9-30.2 39.5-16.8 9.3-47.2 13.4-63.4 10.4-43.2-8.1-58.4-58-29.1-86.6 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 10.1-11.5 1.8-256.6 5.2-270.2.8-5.2 3-9.6 7.1-12.9 4.2-3.5 11.8-5.5 13.4-5.5 204-38.2 228.9-43.1 232.4-43.1 11.5-.8 18.1 6 18.1 17.6.2 344.5 1.1 326-1.8 338.5z"], + "golang": [640, 512, [], "e40f", "M400.1 194.8C389.2 197.6 380.2 199.1 371 202.4C363.7 204.3 356.3 206.3 347.8 208.5L347.2 208.6C343 209.8 342.6 209.9 338.7 205.4C334 200.1 330.6 196.7 324.1 193.5C304.4 183.9 285.4 186.7 267.7 198.2C246.5 211.9 235.6 232.2 235.9 257.4C236.2 282.4 253.3 302.9 277.1 306.3C299.1 309.1 316.9 301.7 330.9 285.8C333 283.2 334.9 280.5 337 277.5V277.5L337 277.5C337.8 276.5 338.5 275.4 339.3 274.2H279.2C272.7 274.2 271.1 270.2 273.3 264.9C277.3 255.2 284.8 239 289.2 230.9C290.1 229.1 292.3 225.1 296.1 225.1H397.2C401.7 211.7 409 198.2 418.8 185.4C441.5 155.5 468.1 139.9 506 133.4C537.8 127.8 567.7 130.9 594.9 149.3C619.5 166.1 634.7 188.9 638.8 218.8C644.1 260.9 631.9 295.1 602.1 324.4C582.4 345.3 557.2 358.4 528.2 364.3C522.6 365.3 517.1 365.8 511.7 366.3C508.8 366.5 506 366.8 503.2 367.1C474.9 366.5 449 358.4 427.2 339.7C411.9 326.4 401.3 310.1 396.1 291.2C392.4 298.5 388.1 305.6 382.1 312.3C360.5 341.9 331.2 360.3 294.2 365.2C263.6 369.3 235.3 363.4 210.3 344.7C187.3 327.2 174.2 304.2 170.8 275.5C166.7 241.5 176.7 210.1 197.2 184.2C219.4 155.2 248.7 136.8 284.5 130.3C313.8 124.1 341.8 128.4 367.1 145.6C383.6 156.5 395.4 171.4 403.2 189.5C405.1 192.3 403.8 193.9 400.1 194.8zM48.3 200.4C47.05 200.4 46.74 199.8 47.36 198.8L53.91 190.4C54.53 189.5 56.09 188.9 57.34 188.9H168.6C169.8 188.9 170.1 189.8 169.5 190.7L164.2 198.8C163.6 199.8 162 200.7 161.1 200.7L48.3 200.4zM1.246 229.1C0 229.1-.3116 228.4 .3116 227.5L6.855 219.1C7.479 218.2 9.037 217.5 10.28 217.5H152.4C153.6 217.5 154.2 218.5 153.9 219.4L151.4 226.9C151.1 228.1 149.9 228.8 148.6 228.8L1.246 229.1zM75.72 255.9C75.1 256.8 75.41 257.7 76.65 257.7L144.6 258C145.5 258 146.8 257.1 146.8 255.9L147.4 248.4C147.4 247.1 146.8 246.2 145.5 246.2H83.2C81.95 246.2 80.71 247.1 80.08 248.1L75.72 255.9zM577.2 237.9C577 235.3 576.9 233.1 576.5 230.9C570.9 200.1 542.5 182.6 512.9 189.5C483.9 196 465.2 214.4 458.4 243.7C452.8 268 464.6 292.6 487 302.6C504.2 310.1 521.3 309.2 537.8 300.7C562.4 287.1 575.8 268 577.4 241.2C577.3 240 577.3 238.9 577.2 237.9z"], + "kickstarter": [448, 512, ["square-kickstarter"], "f3bb", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM320.8 233l-23.3 23.1L320.8 279c24.1 23.9 24.1 63 0 86.9s-63.4 23.9-87.6 0l-8.5-8.4c-11.3 16-29.7 26.5-50.9 26.5c-34.1 0-61.9-27.5-61.9-61.4l0-133.2c0-33.8 27.7-61.4 61.9-61.4c21.1 0 39.6 10.5 50.9 26.5l8.5-8.4c24.1-23.9 63.4-23.9 87.6 0s24.1 63 0 86.9z"], + "grav": [512, 512, [], "f2d6", "M301.1 212c4.4 4.4 4.4 11.9 0 16.3l-9.7 9.7c-4.4 4.7-11.9 4.7-16.6 0l-10.5-10.5c-4.4-4.7-4.4-11.9 0-16.6l9.7-9.7c4.4-4.4 11.9-4.4 16.6 0l10.5 10.8zm-30.2-19.7c3-3 3-7.8 0-10.5-2.8-3-7.5-3-10.5 0-2.8 2.8-2.8 7.5 0 10.5 3.1 2.8 7.8 2.8 10.5 0zm-26 5.3c-3 2.8-3 7.5 0 10.2 2.8 3 7.5 3 10.5 0 2.8-2.8 2.8-7.5 0-10.2-3-3-7.7-3-10.5 0zm72.5-13.3c-19.9-14.4-33.8-43.2-11.9-68.1 21.6-24.9 40.7-17.2 59.8.8 11.9 11.3 29.3 24.9 17.2 48.2-12.5 23.5-45.1 33.2-65.1 19.1zm47.7-44.5c-8.9-10-23.3 6.9-15.5 16.1 7.4 9 32.1 2.4 15.5-16.1zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-66.2 42.6c2.5-16.1-20.2-16.6-25.2-25.7-13.6-24.1-27.7-36.8-54.5-30.4 11.6-8 23.5-6.1 23.5-6.1.3-6.4 0-13-9.4-24.9 3.9-12.5.3-22.4.3-22.4 15.5-8.6 26.8-24.4 29.1-43.2 3.6-31-18.8-59.2-49.8-62.8-22.1-2.5-43.7 7.7-54.3 25.7-23.2 40.1 1.4 70.9 22.4 81.4-14.4-1.4-34.3-11.9-40.1-34.3-6.6-25.7 2.8-49.8 8.9-61.4 0 0-4.4-5.8-8-8.9 0 0-13.8 0-24.6 5.3 11.9-15.2 25.2-14.4 25.2-14.4 0-6.4-.6-14.9-3.6-21.6-5.4-11-23.8-12.9-31.7 2.8.1-.2.3-.4.4-.5-5 11.9-1.1 55.9 16.9 87.2-2.5 1.4-9.1 6.1-13 10-21.6 9.7-56.2 60.3-56.2 60.3-28.2 10.8-77.2 50.9-70.6 79.7.3 3 1.4 5.5 3 7.5-2.8 2.2-5.5 5-8.3 8.3-11.9 13.8-5.3 35.2 17.7 24.4 15.8-7.2 29.6-20.2 36.3-30.4 0 0-5.5-5-16.3-4.4 27.7-6.6 34.3-9.4 46.2-9.1 8 3.9 8-34.3 8-34.3 0-14.7-2.2-31-11.1-41.5 12.5 12.2 29.1 32.7 28 60.6-.8 18.3-15.2 23-15.2 23-9.1 16.6-43.2 65.9-30.4 106 0 0-9.7-14.9-10.2-22.1-17.4 19.4-46.5 52.3-24.6 64.5 26.6 14.7 108.8-88.6 126.2-142.3 34.6-20.8 55.4-47.3 63.9-65 22 43.5 95.3 94.5 101.1 59z"], + "weibo": [512, 512, [], "f18a", "M407 177.6c7.6-24-13.4-46.8-37.4-41.7-22 4.8-28.8-28.1-7.1-32.8 50.1-10.9 92.3 37.1 76.5 84.8-6.8 21.2-38.8 10.8-32-10.3zM214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6 79.5-33.6 140.5-16.8 114 51.4-3.7 9.4 1.1 10.9 8.3 13.1 135.7 42.3 34.8 215.2-169.7 215.2zm143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116zM347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3 72.3-15.2 134.8 52.8 111.7 124-7.4 24.2 29.1 37 37.4 12 31.9-99.8-55.1-195.9-157.4-174.3zm-78.5 311c-17.1 38.8-66.8 60-109.1 46.3-40.8-13.1-58-53.4-40.3-89.7 17.7-35.4 63.1-55.4 103.4-45.1 42 10.8 63.1 50.2 46 88.5zm-86.3-30c-12.9-5.4-30 .3-38 12.9-8.3 12.9-4.3 28 8.6 34 13.1 6 30.8.3 39.1-12.9 8-13.1 3.7-28.3-9.7-34zm32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4-2.9 5.1-1.4 10.6 3.7 12.9 5.1 2 11.7-.3 14.6-5.4 2.8-5.2 1.1-10.9-4-12.9z"], + "uncharted": [448, 512, [], "e084", "M171.73,232.813A5.381,5.381,0,0,0,176.7,229.5,48.081,48.081,0,0,1,191.6,204.244c1.243-.828,1.657-2.484,1.657-4.141a4.22,4.22,0,0,0-2.071-3.312L74.429,128.473,148.958,85a9.941,9.941,0,0,0,4.968-8.281,9.108,9.108,0,0,0-4.968-8.281L126.6,55.6a9.748,9.748,0,0,0-9.523,0l-100.2,57.966a9.943,9.943,0,0,0-4.969,8.281V236.954a9.109,9.109,0,0,0,4.969,8.281L39.235,258.07a8.829,8.829,0,0,0,4.968,1.242,9.4,9.4,0,0,0,6.625-2.484,10.8,10.8,0,0,0,2.9-7.039V164.5L169.66,232.4A4.5,4.5,0,0,0,171.73,232.813ZM323.272,377.73a12.478,12.478,0,0,0-4.969,1.242l-74.528,43.062V287.882c0-2.9-2.9-5.8-6.211-4.555a53.036,53.036,0,0,1-28.984.414,4.86,4.86,0,0,0-6.21,4.555V421.619l-74.529-43.061a8.83,8.83,0,0,0-4.969-1.242,9.631,9.631,0,0,0-9.523,9.523v26.085a9.107,9.107,0,0,0,4.969,8.281l100.2,57.553A8.829,8.829,0,0,0,223.486,480a11.027,11.027,0,0,0,4.969-1.242l100.2-57.553a9.941,9.941,0,0,0,4.968-8.281V386.839C332.8,382.285,328.24,377.73,323.272,377.73ZM286.007,78a23,23,0,1,0-23-23A23,23,0,0,0,286.007,78Zm63.627-10.086a23,23,0,1,0,23,23A23,23,0,0,0,349.634,67.914ZM412.816,151.6a23,23,0,1,0-23-23A23,23,0,0,0,412.816,151.6Zm-63.182-9.2a23,23,0,1,0,23,23A23,23,0,0,0,349.634,142.4Zm-63.627,83.244a23,23,0,1,0-23-23A23,23,0,0,0,286.007,225.648Zm-62.074,36.358a23,23,0,1,0-23-23A23,23,0,0,0,223.933,262.006Zm188.883-82.358a23,23,0,1,0,23,23A23,23,0,0,0,412.816,179.648Zm0,72.272a23,23,0,1,0,23,23A23,23,0,0,0,412.816,251.92Z"], + "firstdraft": [384, 512, [], "f3a1", "M384 192h-64v128H192v128H0v-25.6h166.4v-128h128v-128H384V192zm-25.6 38.4v128h-128v128H64V512h192V384h128V230.4h-25.6zm25.6 192h-89.6V512H320v-64h64v-25.6zM0 0v384h128V256h128V128h128V0H0z"], + "square-youtube": [448, 512, [61798, "youtube-square"], "f431", "M282 256.2l-95.2-54.1V310.3L282 256.2zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm14.4 136.1c7.6 28.6 7.6 88.2 7.6 88.2s0 59.6-7.6 88.1c-4.2 15.8-16.5 27.7-32.2 31.9C337.9 384 224 384 224 384s-113.9 0-142.2-7.6c-15.7-4.2-28-16.1-32.2-31.9C42 315.9 42 256.3 42 256.3s0-59.7 7.6-88.2c4.2-15.8 16.5-28.2 32.2-32.4C110.1 128 224 128 224 128s113.9 0 142.2 7.7c15.7 4.2 28 16.6 32.2 32.4z"], + "wikipedia-w": [640, 512, [], "f266", "M640 51.2l-.3 12.2c-28.1.8-45 15.8-55.8 40.3-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1-.3.3-15 0-15-.3C172 352.3 122.8 243.4 75.8 133.4 64.4 106.7 26.4 63.4.2 63.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2 21.9 49.7 103.6 240.3 125.6 288.6 15-29.7 57.8-109.2 75.3-142.8-13.9-28.3-58.6-133.9-72.8-160-9.7-17.8-36.1-19.4-55.8-19.7V49.8l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1 18.9 40 30.6 68.1 48.1 104.7 5.6-10.8 34.7-69.4 48.1-100.8 8.9-20.6-3.9-28.6-38.6-29.4.3-3.6 0-10.3.3-13.6 44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7L559.2 91.8c-8.6-23.1-36.4-28.1-47.2-28.3V49.6l127.8 1.1.2.5z"], + "wpressr": [496, 512, ["rendact"], "f3e4", "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5-2.44 5.51-6.89 8.24-12.97 8.24-23.02-.01-46.03.06-69.05-.05-5.12-.03-8.25 1.89-10.34 6.72-10.19 23.56-20.63 47-30.95 70.5-1.54 3.51-4.06 5.29-7.92 5.29-45.94-.01-91.87-.02-137.81 0-3.13 0-5.63-1.15-7.72-3.45-11.21-12.33-22.46-24.63-33.68-36.94-2.69-2.95-2.79-6.18-1.21-9.73 8.66-19.54 17.27-39.1 25.89-58.66 12.93-29.35 25.89-58.69 38.75-88.08 1.7-3.88 4.28-5.68 8.54-5.65 14.24.1 28.48.02 42.72.05 6.24.01 9.2 4.84 6.66 10.59-13.6 30.77-27.17 61.55-40.74 92.33-5.72 12.99-11.42 25.99-17.09 39-3.91 8.95 7.08 11.97 10.95 5.6.23-.37-1.42 4.18 30.01-67.69 1.36-3.1 3.41-4.4 6.77-4.39 15.21.08 30.43.02 45.64.04 5.56.01 7.91 3.64 5.66 8.75-8.33 18.96-16.71 37.9-24.98 56.89-4.98 11.43 8.08 12.49 11.28 5.33.04-.08 27.89-63.33 32.19-73.16 2.02-4.61 5.44-6.51 10.35-6.5 26.43.05 52.86 0 79.29.05 12.44.02 13.93-13.65 3.9-13.64-25.26.03-50.52.02-75.78.02-6.27 0-7.84-2.47-5.27-8.27 5.78-13.06 11.59-26.11 17.3-39.21 1.73-3.96 4.52-5.79 8.84-5.78 23.09.06 25.98.02 130.78.03 6.08-.01 8.03 2.79 5.62 8.27z"], + "angellist": [448, 512, [], "f209", "M347.1 215.4c11.7-32.6 45.4-126.9 45.4-157.1 0-26.6-15.7-48.9-43.7-48.9-44.6 0-84.6 131.7-97.1 163.1C242 144 196.6 0 156.6 0c-31.1 0-45.7 22.9-45.7 51.7 0 35.3 34.2 126.8 46.6 162-6.3-2.3-13.1-4.3-20-4.3-23.4 0-48.3 29.1-48.3 52.6 0 8.9 4.9 21.4 8 29.7-36.9 10-51.1 34.6-51.1 71.7C46 435.6 114.4 512 210.6 512c118 0 191.4-88.6 191.4-202.9 0-43.1-6.9-82-54.9-93.7zM311.7 108c4-12.3 21.1-64.3 37.1-64.3 8.6 0 10.9 8.9 10.9 16 0 19.1-38.6 124.6-47.1 148l-34-6 33.1-93.7zM142.3 48.3c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4-10.9-28.8-45.5-119.7-45.5-148.8zM140 244c29.3 0 67.1 94.6 67.1 107.4 0 5.1-4.9 11.4-10.6 11.4-20.9 0-76.9-76.9-76.9-97.7.1-7.7 12.7-21.1 20.4-21.1zm184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6-59.4 0-106.3-32.6-128.9-88.3-17.1-43.4 3.8-68.3 20.6-68.3 11.4 0 54.3 60.3 54.3 73.1 0 4.9-7.7 8.3-11.7 8.3-16.1 0-22.4-15.5-51.1-51.4-29.7 29.7 20.5 86.9 58.3 86.9 26.1 0 43.1-24.2 38-42 3.7 0 8.3.3 11.7-.6 1.1 27.1 9.1 59.4 41.7 61.7 0-.9 2-7.1 2-7.4 0-17.4-10.6-32.6-10.6-50.3 0-28.3 21.7-55.7 43.7-71.7 8-6 17.7-9.7 27.1-13.1 9.7-3.7 20-8 27.4-15.4-1.1-11.2-5.7-21.1-16.9-21.1-27.7 0-120.6 4-120.6-39.7 0-6.7.1-13.1 17.4-13.1 32.3 0 114.3 8 138.3 29.1 18.1 16.1 24.3 113.2-31 174.7zm-98.6-126c9.7 3.1 19.7 4 29.7 6-7.4 5.4-14 12-20.3 19.1-2.8-8.5-6.2-16.8-9.4-25.1z"], + "galactic-republic": [496, 512, [], "f50c", "M248 504C111.25 504 0 392.75 0 256S111.25 8 248 8s248 111.25 248 248-111.25 248-248 248zm0-479.47C120.37 24.53 16.53 128.37 16.53 256S120.37 487.47 248 487.47 479.47 383.63 479.47 256 375.63 24.53 248 24.53zm27.62 21.81v24.62a185.933 185.933 0 0 1 83.57 34.54l17.39-17.36c-28.75-22.06-63.3-36.89-100.96-41.8zm-55.37.07c-37.64 4.94-72.16 19.8-100.88 41.85l17.28 17.36h.08c24.07-17.84 52.55-30.06 83.52-34.67V46.41zm12.25 50.17v82.87c-10.04 2.03-19.42 5.94-27.67 11.42l-58.62-58.59-21.93 21.93 58.67 58.67c-5.47 8.23-9.45 17.59-11.47 27.62h-82.9v31h82.9c2.02 10.02 6.01 19.31 11.47 27.54l-58.67 58.69 21.93 21.93 58.62-58.62a77.873 77.873 0 0 0 27.67 11.47v82.9h31v-82.9c10.05-2.03 19.37-6.06 27.62-11.55l58.67 58.69 21.93-21.93-58.67-58.69c5.46-8.23 9.47-17.52 11.5-27.54h82.87v-31h-82.87c-2.02-10.02-6.03-19.38-11.5-27.62l58.67-58.67-21.93-21.93-58.67 58.67c-8.25-5.49-17.57-9.47-27.62-11.5V96.58h-31zm183.24 30.72l-17.36 17.36a186.337 186.337 0 0 1 34.67 83.67h24.62c-4.95-37.69-19.83-72.29-41.93-101.03zm-335.55.13c-22.06 28.72-36.91 63.26-41.85 100.91h24.65c4.6-30.96 16.76-59.45 34.59-83.52l-17.39-17.39zM38.34 283.67c4.92 37.64 19.75 72.18 41.8 100.9l17.36-17.39c-17.81-24.07-29.92-52.57-34.51-83.52H38.34zm394.7 0c-4.61 30.99-16.8 59.5-34.67 83.6l17.36 17.36c22.08-28.74 36.98-63.29 41.93-100.96h-24.62zM136.66 406.38l-17.36 17.36c28.73 22.09 63.3 36.98 100.96 41.93v-24.64c-30.99-4.63-59.53-16.79-83.6-34.65zm222.53.05c-24.09 17.84-52.58 30.08-83.57 34.67v24.57c37.67-4.92 72.21-19.79 100.96-41.85l-17.31-17.39h-.08z"], + "nfc-directional": [512, 512, [], "e530", "M211.8 488.6C213.4 491.1 213.9 494.2 213.2 497.1C212.6 500 210.8 502.6 208.3 504.2C205.7 505.8 202.7 506.3 199.7 505.7C138.3 491.8 84.1 455.8 47.53 404.5C10.97 353.2-5.395 290.3 1.57 227.7C8.536 165 38.34 107.2 85.29 65.21C132.2 23.2 193-.0131 256 0C257.5 0 258.1 .2931 260.3 .8627C261.7 1.432 262.1 2.267 264 3.319C265.1 4.371 265.9 5.619 266.5 6.993C267 8.367 267.3 9.839 267.3 11.32V112.3L291.8 86.39C292.8 85.31 294 84.44 295.4 83.84C296.7 83.23 298.2 82.9 299.7 82.86C301.2 82.81 302.6 83.06 304 83.59C305.4 84.12 306.7 84.92 307.8 85.94C308.8 86.96 309.7 88.18 310.3 89.54C310.9 90.89 311.3 92.35 311.3 93.84C311.3 95.32 311.1 96.8 310.6 98.18C310 99.57 309.2 100.8 308.2 101.9L264.2 148.5C263.1 149.6 261.9 150.5 260.5 151.1C259 151.7 257.5 152 255.1 152C254.5 152 252.9 151.7 251.5 151.1C250.1 150.5 248.8 149.6 247.8 148.5L203.7 101.9C201.7 99.74 200.6 96.83 200.7 93.84C200.7 90.84 202 87.1 204.2 85.94C206.4 83.88 209.3 82.77 212.3 82.86C215.3 82.94 218.1 84.21 220.2 86.39L244.7 112.4V22.89C188.3 25.64 134.9 48.73 94.23 87.87C53.58 127 28.49 179.6 23.61 235.8C18.73 292 34.38 348.1 67.68 393.7C100.1 439.2 149.7 471.2 204.7 483.6C207.6 484.3 210.2 486.1 211.8 488.6L211.8 488.6zM171.4 126.1C170.6 127.4 169.5 128.5 168.3 129.3C147.8 143.2 131.1 161.9 119.5 183.8C107.9 205.7 101.8 230.1 101.8 254.9C101.8 279.7 107.9 304.1 119.5 325.1C131.1 347.9 147.8 366.6 168.3 380.5C170.8 382.2 172.5 384.8 173 387.8C173.6 390.7 172.1 393.8 171.3 396.2C169.6 398.7 166.1 400.4 164 400.1C161.1 401.5 158 400.9 155.6 399.2C132 383.2 112.8 361.7 99.46 336.5C86.15 311.4 79.19 283.4 79.19 254.9C79.19 226.5 86.15 198.4 99.46 173.3C112.8 148.1 132 126.6 155.6 110.6C156.8 109.8 158.2 109.2 159.6 108.8C161.1 108.5 162.6 108.5 164.1 108.8C165.5 109 166.9 109.6 168.2 110.4C169.5 111.2 170.5 112.3 171.4 113.5C172.2 114.7 172.8 116.1 173.1 117.6C173.4 119.1 173.4 120.6 173.1 122C172.8 123.5 172.3 124.9 171.4 126.1H171.4zM340.9 383.5C341.7 382.3 342.8 381.2 343.1 380.4V380.3C364.4 366.3 381.1 347.6 392.7 325.7C404.2 303.9 410.2 279.5 410.2 254.8C410.2 230.1 404.2 205.7 392.7 183.8C381.1 161.1 364.4 143.3 343.1 129.3C342.8 128.5 341.7 127.4 340.9 126.2C340.1 124.9 339.5 123.5 339.3 122.1C338.1 120.6 339 119.1 339.3 117.7C339.6 116.2 340.2 114.8 341 113.6C341.9 112.4 342.1 111.3 344.2 110.5C345.4 109.7 346.8 109.2 348.3 108.9C349.8 108.6 351.2 108.6 352.7 108.9C354.2 109.2 355.5 109.8 356.8 110.7C380.2 126.7 399.5 148.2 412.7 173.3C426 198.4 432.1 226.4 432.1 254.8C432.1 283.3 426 311.3 412.7 336.4C399.5 361.5 380.2 383 356.8 399C355.5 399.9 354.2 400.5 352.7 400.8C351.2 401.1 349.8 401.1 348.3 400.8C346.8 400.5 345.4 399.1 344.2 399.2C342.1 398.4 341.9 397.3 341 396.1C340.2 394.9 339.6 393.5 339.3 392C339 390.6 338.1 389.1 339.3 387.6C339.5 386.2 340.1 384.8 340.9 383.5V383.5zM312.3 6.307C368.5 19.04 418.7 50.28 455 95.01C485.4 132.6 504.6 178 510.3 226C515.9 274 507.9 322.7 487.1 366.3C466.2 409.9 433.5 446.8 392.6 472.6C351.7 498.3 304.4 512 256 512C254.5 512 253.1 511.7 251.7 511.1C250.3 510.6 249.1 509.7 248 508.7C246.1 507.6 246.1 506.4 245.6 505C245 503.6 244.7 502.2 244.7 500.7V401.5L220.2 427.5C218.1 429.7 215.3 430.1 212.3 431.1C209.3 431.2 206.4 430 204.2 427.1C202 425.9 200.7 423.1 200.7 420.1C200.6 417.1 201.7 414.2 203.7 412L247.8 365.4C249.1 363.2 252.9 362 255.1 362C259.1 362 262 363.2 264.2 365.4L308.2 412C310.3 414.2 311.4 417.1 311.3 420.1C311.2 423.1 309.9 425.9 307.8 427.1C305.6 430 302.7 431.2 299.7 431.1C296.7 430.1 293.8 429.7 291.8 427.5L267.3 401.6V489.1C323.7 486.3 377.1 463.3 417.8 424.1C458.5 384.1 483.6 332.4 488.5 276.2C493.3 219.1 477.7 163.9 444.4 118.3C411.1 72.75 362.4 40.79 307.4 28.36C305.9 28.03 304.6 27.42 303.3 26.57C302.1 25.71 301.1 24.63 300.3 23.37C299.5 22.12 298.1 20.72 298.7 19.26C298.5 17.8 298.5 16.3 298.8 14.85C299.2 13.41 299.8 12.04 300.6 10.82C301.5 9.61 302.6 8.577 303.8 7.784C305.1 6.99 306.5 6.451 307.9 6.198C309.4 5.945 310.9 5.982 312.3 6.307L312.3 6.307zM353.1 256.1C353.1 287.5 335.6 317.2 303.8 339.6C301.7 341.1 299 341.9 296.4 341.6C293.7 341.4 291.2 340.3 289.4 338.4L219.3 268.6C217.1 266.5 215.1 263.6 215.9 260.6C215.9 257.6 217.1 254.7 219.2 252.6C221.4 250.5 224.2 249.3 227.2 249.3C230.2 249.3 233.1 250.5 235.2 252.6L298.3 315.4C319.1 298.3 330.5 277.5 330.5 256.1C330.5 232.2 316.4 209.1 290.8 191C288.3 189.3 286.7 186.7 286.2 183.7C285.7 180.8 286.3 177.7 288.1 175.3C289.8 172.8 292.4 171.2 295.4 170.7C298.3 170.2 301.4 170.8 303.8 172.6C335.6 195 353.1 224.7 353.1 256.1V256.1zM216.7 341.5C213.7 342 210.7 341.3 208.2 339.6C176.5 317.2 158.1 287.5 158.1 256.1C158.1 224.7 176.5 195 208.2 172.6C210.4 171 213.1 170.3 215.7 170.5C218.4 170.8 220.8 171.9 222.7 173.8L292.8 243.6C294.9 245.7 296.1 248.6 296.1 251.6C296.1 254.6 294.1 257.4 292.8 259.6C290.7 261.7 287.8 262.9 284.9 262.9C281.9 262.9 278.1 261.7 276.9 259.6L213.8 196.7C192.9 214 181.6 234.7 181.6 256.1C181.6 279.1 195.7 303.1 221.3 321.1C223.7 322.9 225.4 325.5 225.9 328.5C226.4 331.4 225.7 334.4 224 336.9C222.3 339.3 219.6 341 216.7 341.5L216.7 341.5z"], + "skype": [448, 512, [], "f17e", "M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z"], + "joget": [496, 512, [], "f3b7", "M378.1 45C337.6 19.9 292.6 8 248.2 8 165 8 83.8 49.9 36.9 125.9c-71.9 116.6-35.6 269.3 81 341.2s269.3 35.6 341.2-80.9c71.9-116.6 35.6-269.4-81-341.2zm51.8 323.2c-40.4 65.5-110.4 101.5-182 101.5-6.8 0-13.6-.4-20.4-1-9-13.6-19.9-33.3-23.7-42.4-5.7-13.7-27.2-45.6 31.2-67.1 51.7-19.1 176.7-16.5 208.8-17.6-4 9-8.6 17.9-13.9 26.6zm-200.8-86.3c-55.5-1.4-81.7-20.8-58.5-48.2s51.1-40.7 68.9-51.2c17.9-10.5 27.3-33.7-23.6-29.7C87.3 161.5 48.6 252.1 37.6 293c-8.8-49.7-.1-102.7 28.5-149.1C128 43.4 259.6 12.2 360.1 74.1c74.8 46.1 111.2 130.9 99.3 212.7-24.9-.5-179.3-3.6-230.3-4.9zm183.8-54.8c-22.7-6-57 11.3-86.7 27.2-29.7 15.8-31.1 8.2-31.1 8.2s40.2-28.1 50.7-34.5 31.9-14 13.4-24.6c-3.2-1.8-6.7-2.7-10.4-2.7-17.8 0-41.5 18.7-67.5 35.6-31.5 20.5-65.3 31.3-65.3 31.3l169.5-1.6 46.5-23.4s3.6-9.5-19.1-15.5z"], + "fedora": [448, 512, [], "f798", "M.0413 255.8C.1219 132.2 100.3 32 224 32C347.7 32 448 132.3 448 256C448 379.7 347.8 479.9 224.1 480H50.93C22.84 480 .0832 457.3 .0416 429.2H0V255.8H.0413zM342.6 192.7C342.6 153 307 124.2 269.4 124.2C234.5 124.2 203.6 150.5 199.3 184.1C199.1 187.9 198.9 189.1 198.9 192.6C198.8 213.7 198.9 235.4 198.1 257C199 283.1 199.1 309.1 198.1 333.6C198.1 360.7 178.7 379.1 153.4 379.1C128.1 379.1 107.6 358.9 107.6 333.6C108.1 305.9 130.2 288.3 156.1 287.5H156.3L182.6 287.3V250L156.3 250.2C109.2 249.8 71.72 286.7 70.36 333.6C70.36 379.2 107.9 416.5 153.4 416.5C196.4 416.5 232.1 382.9 236 340.9L236.2 287.4L268.8 287.1C294.1 287.3 293.8 249.3 268.6 249.8L236.2 250.1C236.2 243.7 236.3 237.3 236.3 230.9C236.4 218.2 236.4 205.5 236.2 192.7C236.3 176.2 252 161.5 269.4 161.5C286.9 161.5 305.3 170.2 305.3 192.7C305.3 195.9 305.2 197.8 305 199C303.1 209.5 310.2 219.4 320.7 220.9C331.3 222.4 340.9 214.8 341.9 204.3C342.5 200.1 342.6 196.4 342.6 192.7H342.6z"], + "stripe-s": [384, 512, [], "f42a", "M155.3 154.6c0-22.3 18.6-30.9 48.4-30.9 43.4 0 98.5 13.3 141.9 36.7V26.1C298.3 7.2 251.1 0 203.8 0 88.1 0 11 60.4 11 161.4c0 157.9 216.8 132.3 216.8 200.4 0 26.4-22.9 34.9-54.7 34.9-47.2 0-108.2-19.5-156.1-45.5v128.5a396.09 396.09 0 0 0 156 32.4c118.6 0 200.3-51 200.3-153.6 0-170.2-218-139.7-218-203.9z"], + "meta": [640, 512, [], "e49b", "M640 317.9C640 409.2 600.6 466.4 529.7 466.4C467.1 466.4 433.9 431.8 372.8 329.8L341.4 277.2C333.1 264.7 326.9 253 320.2 242.2C300.1 276 273.1 325.2 273.1 325.2C206.1 441.8 168.5 466.4 116.2 466.4C43.42 466.4 0 409.1 0 320.5C0 177.5 79.78 42.4 183.9 42.4C234.1 42.4 277.7 67.08 328.7 131.9C365.8 81.8 406.8 42.4 459.3 42.4C558.4 42.4 640 168.1 640 317.9H640zM287.4 192.2C244.5 130.1 216.5 111.7 183 111.7C121.1 111.7 69.22 217.8 69.22 321.7C69.22 370.2 87.7 397.4 118.8 397.4C149 397.4 167.8 378.4 222 293.6C222 293.6 246.7 254.5 287.4 192.2V192.2zM531.2 397.4C563.4 397.4 578.1 369.9 578.1 322.5C578.1 198.3 523.8 97.08 454.9 97.08C421.7 97.08 393.8 123 360 175.1C369.4 188.9 379.1 204.1 389.3 220.5L426.8 282.9C485.5 377 500.3 397.4 531.2 397.4L531.2 397.4z"], + "laravel": [512, 512, [], "f3bd", "M504.4,115.83a5.72,5.72,0,0,0-.28-.68,8.52,8.52,0,0,0-.53-1.25,6,6,0,0,0-.54-.71,9.36,9.36,0,0,0-.72-.94c-.23-.22-.52-.4-.77-.6a8.84,8.84,0,0,0-.9-.68L404.4,55.55a8,8,0,0,0-8,0L300.12,111h0a8.07,8.07,0,0,0-.88.69,7.68,7.68,0,0,0-.78.6,8.23,8.23,0,0,0-.72.93c-.17.24-.39.45-.54.71a9.7,9.7,0,0,0-.52,1.25c-.08.23-.21.44-.28.68a8.08,8.08,0,0,0-.28,2.08V223.18l-80.22,46.19V63.44a7.8,7.8,0,0,0-.28-2.09c-.06-.24-.2-.45-.28-.68a8.35,8.35,0,0,0-.52-1.24c-.14-.26-.37-.47-.54-.72a9.36,9.36,0,0,0-.72-.94,9.46,9.46,0,0,0-.78-.6,9.8,9.8,0,0,0-.88-.68h0L115.61,1.07a8,8,0,0,0-8,0L11.34,56.49h0a6.52,6.52,0,0,0-.88.69,7.81,7.81,0,0,0-.79.6,8.15,8.15,0,0,0-.71.93c-.18.25-.4.46-.55.72a7.88,7.88,0,0,0-.51,1.24,6.46,6.46,0,0,0-.29.67,8.18,8.18,0,0,0-.28,2.1v329.7a8,8,0,0,0,4,6.95l192.5,110.84a8.83,8.83,0,0,0,1.33.54c.21.08.41.2.63.26a7.92,7.92,0,0,0,4.1,0c.2-.05.37-.16.55-.22a8.6,8.6,0,0,0,1.4-.58L404.4,400.09a8,8,0,0,0,4-6.95V287.88l92.24-53.11a8,8,0,0,0,4-7V117.92A8.63,8.63,0,0,0,504.4,115.83ZM111.6,17.28h0l80.19,46.15-80.2,46.18L31.41,63.44Zm88.25,60V278.6l-46.53,26.79-33.69,19.4V123.5l46.53-26.79Zm0,412.78L23.37,388.5V77.32L57.06,96.7l46.52,26.8V338.68a6.94,6.94,0,0,0,.12.9,8,8,0,0,0,.16,1.18h0a5.92,5.92,0,0,0,.38.9,6.38,6.38,0,0,0,.42,1v0a8.54,8.54,0,0,0,.6.78,7.62,7.62,0,0,0,.66.84l0,0c.23.22.52.38.77.58a8.93,8.93,0,0,0,.86.66l0,0,0,0,92.19,52.18Zm8-106.17-80.06-45.32,84.09-48.41,92.26-53.11,80.13,46.13-58.8,33.56Zm184.52,4.57L215.88,490.11V397.8L346.6,323.2l45.77-26.15Zm0-119.13L358.68,250l-46.53-26.79V131.79l33.69,19.4L392.37,178Zm8-105.28-80.2-46.17,80.2-46.16,80.18,46.15Zm8,105.28V178L455,151.19l33.68-19.4v91.39h0Z"], + "hotjar": [512, 512, [], "f3b1", "M361.5 0c0 131.6-80.7 176.8-140.2 209.4c-.6 .3-1.1 .6-1.6 .9c-53.8 30.2-88.7 49.8-89.6 122H32C32 200.8 112.7 155.6 172.2 123C227 93.2 262.5 73 262.5 0h98.9zM301 302.6c54.8-29.8 90.3-50 90.3-123h98c0 131.6-80.7 176.7-140.2 209.4c-54.8 29.8-90.3 50-90.3 123h-98c0-131.6 80.7-176.8 140.2-209.4z"], + "bluetooth-b": [320, 512, [], "f294", "M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z"], + "square-letterboxd": [448, 512, [], "e62e", "M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zM105.1 187C66.4 187 35 218.3 35 257s31.4 70 70.1 70c24.8 0 46.5-12.8 59-32.2l.5-.7-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1c-12.4-19.8-34.4-32.9-59.5-32.9zM224 187c-24.8 0-46.5 12.8-59 32.2l-.5 .7 .4 .6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1C176.9 313.8 198.9 327 224 327c24.8 0 46.5-12.8 59-32.2l.5-.7-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1C271.1 200.2 249.1 187 224 187zm118.9 0c-24.8 0-46.5 12.8-59 32.2l-.5 .7 .4 .6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1c12.4 19.8 34.4 32.9 59.5 32.9c38.7 0 70.1-31.3 70.1-70s-31.4-70-70.1-70z"], + "sticker-mule": [576, 512, [], "f3f7", "M561.7 199.6c-1.3.3.3 0 0 0zm-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9-1.6-6.5-3.6-14.5-6.2-20-4.4-8.7-4.6-7.5-4.6-9.5 0-5.3 30.7-45.3 19-46.9-5.7-.6-12.2 11.6-20.6 17-8.6 4.2-8 5-10.3 5-2.6 0-5.7-3-6.2-5-2-5.7 1.9-25.9-3.6-25.9-3.6 0-12.3 24.8-17 25.8-5.2 1.3-27.9-11.4-75.1 18-25.3 13.2-86.9 65.2-87 65.3-6.7 4.7-20 4.7-35.5 16-44.4 30.1-109.6 9.4-110.7 9-110.6-26.8-128-15.2-159 11.5-20.8 17.9-23.7 36.5-24.2 38.9-4.2 20.4 5.2 48.3 6.7 64.3 1.8 19.3-2.7 17.7 7.7 98.3.5 1 4.1 0 5.1 1.5 0 8.4-3.8 12.1-4.1 13-1.5 4.5-1.5 10.5 0 16 2.3 8.2 8.2 37.2 8.2 46.9 0 41.8.4 44 2.6 49.4 3.9 10 12.5 9.1 17 12 3.1 3.5-.5 8.5 1 12.5.5 2 3.6 4 6.2 5 9.2 3.6 27 .3 29.9-2.5 1.6-1.5.5-4.5 3.1-5 5.1 0 10.8-.5 14.4-2.5 5.1-2.5 4.1-6 1.5-10.5-.4-.8-7-13.3-9.8-16-2.1-2-5.1-3-7.2-4.5-5.8-4.9-10.3-19.4-10.3-19.5-4.6-19.4-10.3-46.3-4.1-66.8 4.6-17.2 39.5-87.7 39.6-87.8 4.1-6.5 17-11.5 27.3-7 6 1.9 19.3 22 65.4 30.9 47.9 8.7 97.4-2 112.2-2 2.8 2-1.9 13-.5 38.9 0 26.4-.4 13.7-4.1 29.9-2.2 9.7 3.4 23.2-1.5 46.9-1.4 9.8-9.9 32.7-8.2 43.4.5 1 1 2 1.5 3.5.5 4.5 1.5 8.5 4.6 10 7.3 3.6 12-3.5 9.8 11.5-.7 3.1-2.6 12 1.5 15 4.4 3.7 30.6 3.4 36.5.5 2.6-1.5 1.6-4.5 6.4-7.4 1.9-.9 11.3-.4 11.3-6.5.3-1.8-9.2-19.9-9.3-20-2.6-3.5-9.2-4.5-11.3-8-6.9-10.1-1.7-52.6.5-59.4 3-11 5.6-22.4 8.7-32.4 11-42.5 10.3-50.6 16.5-68.3.8-1.8 6.4-23.1 10.3-29.9 9.3-17 21.7-32.4 33.5-47.4 18-22.9 34-46.9 52-69.8 6.1-7 8.2-13.7 18-8 10.8 5.7 21.6 7 31.9 17 14.6 12.8 10.2 18.2 11.8 22.9 1.5 5 7.7 10.5 14.9 9.5 10.4-2 13-2.5 13.4-2.5 2.6-.5 5.7-5 7.2-8 3.1-5.5 7.2-9 7.2-16.5 0-7.7-.4-2.8-20.6-52.9z"], + "creative-commons-zero": [496, 512, [], "f4f3", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8 0 65.5 20.6 142.8 102.5 142.8S350.5 321.5 350.5 256c0-65.5-20.6-142.8-102.5-142.8zm0 53.9c3.3 0 6.4.5 9.2 1.2 5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4 0-28.8 2-88.9 44.1-88.9zm40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7 0 28.9-2 88.9-44.1 88.9-13.5 0-32.6-7.7-20.1-26.4l60.9-105.2z"], + "hips": [640, 512, [], "f452", "M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7c-1.8 0-2.7.9-2.7 2.7v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27 48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3zm478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1 7.4-5.5 44.3-13.9 84 6.8 1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6-17.7-6.6-36.1-9.9-55.1-9.9-26.5 0-45.3 5.8-58.5 15.4-.5.4-28.4 20-22.7 53.7 3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2-3.7 9.1-13.2 13.6-36.5 13.6-24.3 0-44.7-8.9-58.4-19.1-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7 15.6 5.5 31.6 8.2 48.2 8.2 12.7 0 25.8-1.2 36.3-4.3.7-.3 36-8.9 45.6-45.8 3.5-13.5 2.4-26.5-3.1-39.1zM376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1 60.5 0 108.7-48.5 108.7-108.7.1-60.3-48.2-108.6-108.6-108.6zm0 170.9c-17.2 0-31.9-6.1-44-18.2-12.2-12.2-18.2-26.8-18.2-44 0-34.5 27.6-62.2 62.2-62.2 34.5 0 62.2 27.6 62.2 62.2.1 34.3-27.3 62.2-62.2 62.2zM228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9 0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9z"], + "behance": [576, 512, [], "f1b4", "M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z"], + "reddit": [512, 512, [], "f1a1", "M0 256C0 114.6 114.6 0 256 0S512 114.6 512 256s-114.6 256-256 256L37.1 512c-13.7 0-20.5-16.5-10.9-26.2L75 437C28.7 390.7 0 326.7 0 256zM349.6 153.6c23.6 0 42.7-19.1 42.7-42.7s-19.1-42.7-42.7-42.7c-20.6 0-37.8 14.6-41.8 34c-34.5 3.7-61.4 33-61.4 68.4l0 .2c-37.5 1.6-71.8 12.3-99 29.1c-10.1-7.8-22.8-12.5-36.5-12.5c-33 0-59.8 26.8-59.8 59.8c0 24 14.1 44.6 34.4 54.1c2 69.4 77.6 125.2 170.6 125.2s168.7-55.9 170.6-125.3c20.2-9.6 34.1-30.2 34.1-54c0-33-26.8-59.8-59.8-59.8c-13.7 0-26.3 4.6-36.4 12.4c-27.4-17-62.1-27.7-100-29.1l0-.2c0-25.4 18.9-46.5 43.4-49.9l0 0c4.4 18.8 21.3 32.8 41.5 32.8zM177.1 246.9c16.7 0 29.5 17.6 28.5 39.3s-13.5 29.6-30.3 29.6s-31.4-8.8-30.4-30.5s15.4-38.3 32.1-38.3zm190.1 38.3c1 21.7-13.7 30.5-30.4 30.5s-29.3-7.9-30.3-29.6c-1-21.7 11.8-39.3 28.5-39.3s31.2 16.6 32.1 38.3zm-48.1 56.7c-10.3 24.6-34.6 41.9-63 41.9s-52.7-17.3-63-41.9c-1.2-2.9 .8-6.2 3.9-6.5c18.4-1.9 38.3-2.9 59.1-2.9s40.7 1 59.1 2.9c3.1 .3 5.1 3.6 3.9 6.5z"], + "discord": [640, 512, [], "f392", "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"], + "chrome": [512, 512, [], "f268", "M0 256C0 209.4 12.47 165.6 34.27 127.1L144.1 318.3C166 357.5 207.9 384 256 384C270.3 384 283.1 381.7 296.8 377.4L220.5 509.6C95.9 492.3 0 385.3 0 256zM365.1 321.6C377.4 302.4 384 279.1 384 256C384 217.8 367.2 183.5 340.7 160H493.4C505.4 189.6 512 222.1 512 256C512 397.4 397.4 511.1 256 512L365.1 321.6zM477.8 128H256C193.1 128 142.3 172.1 130.5 230.7L54.19 98.47C101 38.53 174 0 256 0C350.8 0 433.5 51.48 477.8 128V128zM168 256C168 207.4 207.4 168 256 168C304.6 168 344 207.4 344 256C344 304.6 304.6 344 256 344C207.4 344 168 304.6 168 256z"], + "app-store-ios": [448, 512, [], "f370", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM127 384.5c-5.5 9.6-17.8 12.8-27.3 7.3-9.6-5.5-12.8-17.8-7.3-27.3l14.3-24.7c16.1-4.9 29.3-1.1 39.6 11.4L127 384.5zm138.9-53.9H84c-11 0-20-9-20-20s9-20 20-20h51l65.4-113.2-20.5-35.4c-5.5-9.6-2.2-21.8 7.3-27.3 9.6-5.5 21.8-2.2 27.3 7.3l8.9 15.4 8.9-15.4c5.5-9.6 17.8-12.8 27.3-7.3 9.6 5.5 12.8 17.8 7.3 27.3l-85.8 148.6h62.1c20.2 0 31.5 23.7 22.7 40zm98.1 0h-29l19.6 33.9c5.5 9.6 2.2 21.8-7.3 27.3-9.6 5.5-21.8 2.2-27.3-7.3-32.9-56.9-57.5-99.7-74-128.1-16.7-29-4.8-58 7.1-67.8 13.1 22.7 32.7 56.7 58.9 102h52c11 0 20 9 20 20 0 11.1-9 20-20 20z"], + "cc-discover": [576, 512, [], "f1f2", "M520.4 196.1c0-7.9-5.5-12.1-15.6-12.1h-4.9v24.9h4.7c10.3 0 15.8-4.4 15.8-12.8zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-44.1 138.9c22.6 0 52.9-4.1 52.9 24.4 0 12.6-6.6 20.7-18.7 23.2l25.8 34.4h-19.6l-22.2-32.8h-2.2v32.8h-16zm-55.9.1h45.3v14H444v18.2h28.3V217H444v22.2h29.3V253H428zm-68.7 0l21.9 55.2 22.2-55.2h17.5l-35.5 84.2h-8.6l-35-84.2zm-55.9-3c24.7 0 44.6 20 44.6 44.6 0 24.7-20 44.6-44.6 44.6-24.7 0-44.6-20-44.6-44.6 0-24.7 20-44.6 44.6-44.6zm-49.3 6.1v19c-20.1-20.1-46.8-4.7-46.8 19 0 25 27.5 38.5 46.8 19.2v19c-29.7 14.3-63.3-5.7-63.3-38.2 0-31.2 33.1-53 63.3-38zm-97.2 66.3c11.4 0 22.4-15.3-3.3-24.4-15-5.5-20.2-11.4-20.2-22.7 0-23.2 30.6-31.4 49.7-14.3l-8.4 10.8c-10.4-11.6-24.9-6.2-24.9 2.5 0 4.4 2.7 6.9 12.3 10.3 18.2 6.6 23.6 12.5 23.6 25.6 0 29.5-38.8 37.4-56.6 11.3l10.3-9.9c3.7 7.1 9.9 10.8 17.5 10.8zM55.4 253H32v-82h23.4c26.1 0 44.1 17 44.1 41.1 0 18.5-13.2 40.9-44.1 40.9zm67.5 0h-16v-82h16zM544 433c0 8.2-6.8 15-15 15H128c189.6-35.6 382.7-139.2 416-160zM74.1 191.6c-5.2-4.9-11.6-6.6-21.9-6.6H48v54.2h4.2c10.3 0 17-2 21.9-6.4 5.7-5.2 8.9-12.8 8.9-20.7s-3.2-15.5-8.9-20.5z"], + "wpbeginner": [512, 512, [], "f297", "M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374zm-339.647-82.972h41.529v-58.075h-41.529v58.075zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913zm-150.753-86.072h166.058v-58.075H189.579v58.075z"], + "confluence": [512, 512, [], "f78d", "M2.3 412.2c-4.5 7.6-2.1 17.5 5.5 22.2l105.9 65.2c7.7 4.7 17.7 2.4 22.4-5.3 0-.1.1-.2.1-.2 67.1-112.2 80.5-95.9 280.9-.7 8.1 3.9 17.8.4 21.7-7.7.1-.1.1-.3.2-.4l50.4-114.1c3.6-8.1-.1-17.6-8.1-21.3-22.2-10.4-66.2-31.2-105.9-50.3C127.5 179 44.6 345.3 2.3 412.2zm507.4-312.1c4.5-7.6 2.1-17.5-5.5-22.2L398.4 12.8c-7.5-5-17.6-3.1-22.6 4.4-.2.3-.4.6-.6 1-67.3 112.6-81.1 95.6-280.6.9-8.1-3.9-17.8-.4-21.7 7.7-.1.1-.1.3-.2.4L22.2 141.3c-3.6 8.1.1 17.6 8.1 21.3 22.2 10.4 66.3 31.2 106 50.4 248 120 330.8-45.4 373.4-112.9z"], + "shoelace": [512, 512, [], "e60c", "M404.9 331c2.2-1.1 4.4-2.3 6.5-3.7l8.3-4.8c1.5-1.1 4.4-3.4 8.7-6.7l.5-.5c3.4-3.4 7.2-5 11.3-4.9c1.8 0 3.9 .5 6.4 1.5l31-27.5c.9-.7 1.7-1.3 2.6-1.8h.2c3.3-1.9 6-1.8 8.2 .4c3.9 2.1 4.2 5.6 .9 10.6L456.9 322c.2 .5 .4 1 .4 1.5c.5 2.2 .3 4.4-.5 6.6c-.7 1.5-1.8 2.9-3.1 4.2c-1.4 1.4-2.7 2.8-4.2 4.2l-18.8 13.7c-1.7 1.2-3.4 2.3-5.1 3.3c-2.1 1.3-4.3 2.5-6.6 3.6c-1 .4-1.9 .9-2.9 1.3c-5.9 2.5-11.9 4.2-18.2 5c-2.9 24.5-11.3 47.1-25.1 67.8c-17.5 25.7-41.4 45.4-71.8 58.8c-30.2 13.5-63 20.2-98.2 20.2c-48.6-.5-88-11.4-118.2-32.8C49.5 454.4 32 421.5 32 380.3v-5.6c1.2-28.1 9.5-54.6 24.8-79.8c15.1-24.9 37.1-41.7 66.1-50.5c14.9-4.4 29.9-6.6 45-6.6c15.5 0 31.6 2.9 48.1 8.6s35.2 15.5 55.9 29.5L326 312.2c15.1 9.8 28.8 16.5 41.2 20c-2.6-25.1-11.7-46.6-27.3-64.5c-15.7-18.1-35.6-31.3-59.9-39.7l-23.3-8c-21.4-7.5-37.3-14.9-47.7-22.2c-28.2-19.1-43.8-45.2-47-78.5l-.5-9.8c0-32.1 13-58.9 39-80.5C223.5 9.7 251.1 0 283 0c24 0 45.6 6.9 64.7 20.8c19.2 14 30.1 33.8 32.6 59.4l.5 10c0 18.6-4.8 34.5-14.4 47.7c-9.8 13.2-18.5 19.9-26 19.9c-1.6-.1-3.1-.3-4.5-.6l-34 32c-5.5 3-9.2 2.5-11.1-1.6c-1.9-2.2-1.8-4.9 .5-8.2l.2-.2c.5-.7 1.2-1.5 2-2.4l31.6-30c-.4-1.5-.6-3.1-.6-4.8c0-4.1 1.6-7.6 4.9-10.4c13.8-12.4 20.8-26.7 20.8-42.8c0-16-6.1-29.5-18.2-40.4s-28.7-16.5-49.7-16.8c-26.2 0-47.8 7.9-64.7 23.7S192.3 89.9 192.3 112c0 17.8 6.9 33.9 20.6 48.3c13.6 14.2 34.6 25.4 63 33.5c39.8 11.5 70.2 31 91.3 58.3c18.7 24.2 29.1 51.3 31.3 81.4c2.2-.7 4.3-1.5 6.5-2.6zM294.1 178.7c0 1.1 .6 1.6 1.8 1.6c.1 0 9.7-8.9 28.8-26.6c0-2.4-5.1 .9-15.3 10c-10.2 9.2-15.3 14.2-15.3 14.9zm8 6.4c0-1-.5-1.5-1.5-1.5c-1.1 0-2.1 .5-2.9 1.6c-1.9-.1-3.3 .1-4.2 .7c-.4 .2-.5 .5-.5 .7c0 .7 .5 1.3 1.5 1.6h3.3c2.9-1.1 4.4-2.2 4.4-3.3zm22.6-19.9c0-2.8-1.6-2.8-4.9 0c-1.6 1.5-3.6 3.5-6 6.2c-.8 .6-2.6 2.2-5.3 4.9c-2.8 2.9-4.2 4.7-4.2 5.3l.2 1.3c.7 .2 1.2 .4 1.5 .4c.1 0 3.3-2.9 9.5-8.7s9.3-8.9 9.3-9.3zm159.7 120l-30.6 27c1.8 1 3.2 2.4 4 4.2l30.2-27c.2-1.2 .1-2.2-.5-2.9c-.6-.5-1.6-.9-3.1-1.3zm-1.6-.9l-.7-.7-27 21.9 1.6 2 26-23.1zM366.6 363.9c-8-2.1-15.4-4.6-22.2-7.5c-15.3-6.2-34.3-17-57-32.4L250 298.7c-15.8-10.1-30.2-17.6-43.2-22.6c-13.1-4.9-26-7.3-38.6-7.3h-5.5c-32.2 1.7-57.2 13.8-75 36.2c-16.6 20.8-25 45.3-25 73.6c0 31.8 12.8 56.7 38.2 74.7c25.4 18.1 60.2 27.1 104.4 27.1c34.7 0 64-6.2 87.8-18.6c23.7-12.4 42.1-28.8 55.2-49.2c9.8-15.5 15.9-31.8 18.2-48.8z"], + "mdb": [576, 512, [], "f8ca", "M17.37 160.41L7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43 4.79 77.43H205l-12.79-191.59H146.7L106 277.74 63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46l.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z"], + "dochub": [416, 512, [], "f394", "M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z"], + "accessible-icon": [448, 512, [62107], "f368", "M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z"], + "ebay": [640, 512, [], "f4f4", "M606 189.5l-54.8 109.9-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8 26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4-42.4.9-69.6 10-76.7 34.4 1-5.2 1.5-10.6 1.5-16.2 0-52.1-39.7-76.2-75.4-76.2-21.3 0-43 5.5-58.7 24.2v-80.6h-32.1v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5 13.6 16.6 35.4 24.9 58.7 24.9 36.9 0 64.9-21.9 73.3-54.2-.5 2.8-.7 5.8-.7 9 0 24.1 21.1 45 60.6 45 26.6 0 45.8-5.7 61.9-25.5 0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1-28.5 54.1h35.9L640 189.5zM243.7 313.8c-29.6 0-50.2-21.5-50.2-53.8 0-32.4 20.6-53.8 50.2-53.8 29.8 0 50.2 21.4 50.2 53.8 0 32.3-20.4 53.8-50.2 53.8zm200.9-47.3c0 30-17.9 48.4-51.6 48.4-25.1 0-35-13.4-35-25.8 0-19.1 18.1-24.4 47.2-25.3 13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6h128.8v-8.5c0-51.7-33.1-75.4-78.4-75.4-56.8 0-83 30.8-83 77.6 0 42.5 25.3 74 82.5 74 31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6zm95-21.4H33.3c6.9-56.6 92.1-54.7 94.4 0z"], + "amazon": [448, 512, [], "f270", "M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1zm0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8v40.6zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12zm39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1z"], + "unsplash": [448, 512, [], "e07c", "M448,230.17V480H0V230.17H141.13V355.09H306.87V230.17ZM306.87,32H141.13V156.91H306.87Z"], + "yarn": [496, 512, [], "f7e3", "M393.9 345.2c-39 9.3-48.4 32.1-104 47.4 0 0-2.7 4-10.4 5.8-13.4 3.3-63.9 6-68.5 6.1-12.4.1-19.9-3.2-22-8.2-6.4-15.3 9.2-22 9.2-22-8.1-5-9-9.9-9.8-8.1-2.4 5.8-3.6 20.1-10.1 26.5-8.8 8.9-25.5 5.9-35.3.8-10.8-5.7.8-19.2.8-19.2s-5.8 3.4-10.5-3.6c-6-9.3-17.1-37.3 11.5-62-1.3-10.1-4.6-53.7 40.6-85.6 0 0-20.6-22.8-12.9-43.3 5-13.4 7-13.3 8.6-13.9 5.7-2.2 11.3-4.6 15.4-9.1 20.6-22.2 46.8-18 46.8-18s12.4-37.8 23.9-30.4c3.5 2.3 16.3 30.6 16.3 30.6s13.6-7.9 15.1-5c8.2 16 9.2 46.5 5.6 65.1-6.1 30.6-21.4 47.1-27.6 57.5-1.4 2.4 16.5 10 27.8 41.3 10.4 28.6 1.1 52.7 2.8 55.3.8 1.4 13.7.8 36.4-13.2 12.8-7.9 28.1-16.9 45.4-17 16.7-.5 17.6 19.2 4.9 22.2zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-79.3 75.2c-1.7-13.6-13.2-23-28-22.8-22 .3-40.5 11.7-52.8 19.2-4.8 3-8.9 5.2-12.4 6.8 3.1-44.5-22.5-73.1-28.7-79.4 7.8-11.3 18.4-27.8 23.4-53.2 4.3-21.7 3-55.5-6.9-74.5-1.6-3.1-7.4-11.2-21-7.4-9.7-20-13-22.1-15.6-23.8-1.1-.7-23.6-16.4-41.4 28-12.2.9-31.3 5.3-47.5 22.8-2 2.2-5.9 3.8-10.1 5.4h.1c-8.4 3-12.3 9.9-16.9 22.3-6.5 17.4.2 34.6 6.8 45.7-17.8 15.9-37 39.8-35.7 82.5-34 36-11.8 73-5.6 79.6-1.6 11.1 3.7 19.4 12 23.8 12.6 6.7 30.3 9.6 43.9 2.8 4.9 5.2 13.8 10.1 30 10.1 6.8 0 58-2.9 72.6-6.5 6.8-1.6 11.5-4.5 14.6-7.1 9.8-3.1 36.8-12.3 62.2-28.7 18-11.7 24.2-14.2 37.6-17.4 12.9-3.2 21-15.1 19.4-28.2z"], + "square-steam": [448, 512, ["steam-square"], "f1b7", "M165.6 309.1c18.6 7.7 27.3 28.9 19.6 47.4s-29 27.2-47.6 19.4l-28.5-11.8c5 10.6 13.8 19.4 25.4 24.2c25.2 10.5 54.1-1.4 64.6-26.5c5.1-12.1 5.1-25.5 .1-37.7c-5.1-12.1-14.5-21.6-26.7-26.7c-12.1-5-25-4.8-36.4-.5l29.5 12.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V240.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8c-31.8 0-58.5-22.7-64.5-52.7L0 319.2V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM241.9 196.2a58.4 58.4 0 1 0 116.8 0 58.4 58.4 0 1 0 -116.8 0zm14.6-.1a43.9 43.9 0 1 1 87.8 0 43.9 43.9 0 1 1 -87.8 0z"], + "500px": [448, 512, [], "f26e", "M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z"], + "square-vimeo": [448, 512, ["vimeo-square"], "f194", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM318.5 309.5C275 366 238.2 394.3 208.1 394.3c-18.7 0-34.4-17.2-47.3-51.6c-3.8-13.9-7.3-26.9-10.5-39c-18.2-68.3-28.6-107.4-46.2-107.4c-2.4 0-10.8 5-25.1 15.1L64 192c7-6.1 13.9-12.4 20.6-18.5c29.1-26.3 55.6-50.3 73.5-51.9c24.9-2.4 40.2 14.6 46 51.1c20.5 129.6 29.6 149.2 66.8 90.5c13.4-21.2 20.6-37.2 21.5-48.3c3.4-32.8-25.6-30.6-45.2-22.2c15.7-51.5 45.8-76.5 90.1-75.1c32.9 1 48.4 22.4 46.5 64c-1.4 31.1-23.2 73.8-65.3 127.9z"], + "asymmetrik": [576, 512, [], "f372", "M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z"], + "font-awesome": [512, 512, [62501, 62694, "font-awesome-flag", "font-awesome-logo-full"], "f2b4", "M91.7 96C106.3 86.8 116 70.5 116 52C116 23.3 92.7 0 64 0S12 23.3 12 52c0 16.7 7.8 31.5 20 41l0 3 0 352 0 64 64 0 0-64 373.6 0c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4L91.7 96z"], + "gratipay": [496, 512, [], "f184", "M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm114.6 226.4l-113 152.7-112.7-152.7c-8.7-11.9-19.1-50.4 13.6-72 28.1-18.1 54.6-4.2 68.5 11.9 15.9 17.9 46.6 16.9 61.7 0 13.9-16.1 40.4-30 68.1-11.9 32.9 21.6 22.6 60 13.8 72z"], + "apple": [384, 512, [], "f179", "M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z"], + "hive": [512, 512, [], "e07f", "M260.353,254.878,131.538,33.1a2.208,2.208,0,0,0-3.829.009L.3,254.887A2.234,2.234,0,0,0,.3,257.122L129.116,478.9a2.208,2.208,0,0,0,3.83-.009L260.358,257.113A2.239,2.239,0,0,0,260.353,254.878Zm39.078-25.713a2.19,2.19,0,0,0,1.9,1.111h66.509a2.226,2.226,0,0,0,1.9-3.341L259.115,33.111a2.187,2.187,0,0,0-1.9-1.111H190.707a2.226,2.226,0,0,0-1.9,3.341ZM511.7,254.886,384.9,33.112A2.2,2.2,0,0,0,382.99,32h-66.6a2.226,2.226,0,0,0-1.906,3.34L440.652,256,314.481,476.66a2.226,2.226,0,0,0,1.906,3.34h66.6a2.2,2.2,0,0,0,1.906-1.112L511.7,257.114A2.243,2.243,0,0,0,511.7,254.886ZM366.016,284.917H299.508a2.187,2.187,0,0,0-1.9,1.111l-108.8,190.631a2.226,2.226,0,0,0,1.9,3.341h66.509a2.187,2.187,0,0,0,1.9-1.111l108.8-190.631A2.226,2.226,0,0,0,366.016,284.917Z"], + "gitkraken": [592, 512, [], "f3a6", "M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6-5.7 2.4-8.5 8.9-6.3 14.6 10.9 29 16.9 60.5 16.9 93.3 0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8 0-91.8-50.8-171.8-125.8-213.3-5.7-3.2-13-.9-15.9 5-2.7 5.5-.6 12.2 4.7 15.1 67.9 37.6 113.9 110 113.9 193.2 0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5 0-13.1-6.8-24.4-17.3-30.5 8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9-10.6 6.1-17.3 17.4-17.3 30.5 0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4 0-83.1 46-155.5 113.9-193.2 5.4-3 7.4-9.6 4.7-15.1-2.9-5.9-10.1-8.2-15.9-5-75 41.5-125.8 121.5-125.8 213.3 0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3 2.2-5.8-.6-12.2-6.3-14.6-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4zM365.9 275.5c13 0 23.7 10.5 23.7 23.7 0 13.1-10.6 23.7-23.7 23.7-13 0-23.7-10.5-23.7-23.7 0-13.1 10.6-23.7 23.7-23.7zm-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7 0 13-10.5 23.7-23.7 23.7z"], + "keybase": [448, 512, [], "f4f5", "M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z"], + "apple-pay": [640, 512, [], "f415", "M116.9 158.5c-7.5 8.9-19.5 15.9-31.5 14.9-1.5-12 4.4-24.8 11.3-32.6 7.5-9.1 20.6-15.6 31.3-16.1 1.2 12.4-3.7 24.7-11.1 33.8m10.9 17.2c-17.4-1-32.3 9.9-40.5 9.9-8.4 0-21-9.4-34.8-9.1-17.9.3-34.5 10.4-43.6 26.5-18.8 32.3-4.9 80 13.3 106.3 8.9 13 19.5 27.3 33.5 26.8 13.3-.5 18.5-8.6 34.5-8.6 16.1 0 20.8 8.6 34.8 8.4 14.5-.3 23.6-13 32.5-26 10.1-14.8 14.3-29.1 14.5-29.9-.3-.3-28-10.9-28.3-42.9-.3-26.8 21.9-39.5 22.9-40.3-12.5-18.6-32-20.6-38.8-21.1m100.4-36.2v194.9h30.3v-66.6h41.9c38.3 0 65.1-26.3 65.1-64.3s-26.4-64-64.1-64h-73.2zm30.3 25.5h34.9c26.3 0 41.3 14 41.3 38.6s-15 38.8-41.4 38.8h-34.8V165zm162.2 170.9c19 0 36.6-9.6 44.6-24.9h.6v23.4h28v-97c0-28.1-22.5-46.3-57.1-46.3-32.1 0-55.9 18.4-56.8 43.6h27.3c2.3-12 13.4-19.9 28.6-19.9 18.5 0 28.9 8.6 28.9 24.5v10.8l-37.8 2.3c-35.1 2.1-54.1 16.5-54.1 41.5.1 25.2 19.7 42 47.8 42zm8.2-23.1c-16.1 0-26.4-7.8-26.4-19.6 0-12.3 9.9-19.4 28.8-20.5l33.6-2.1v11c0 18.2-15.5 31.2-36 31.2zm102.5 74.6c29.5 0 43.4-11.3 55.5-45.4L640 193h-30.8l-35.6 115.1h-.6L537.4 193h-31.6L557 334.9l-2.8 8.6c-4.6 14.6-12.1 20.3-25.5 20.3-2.4 0-7-.3-8.9-.5v23.4c1.8.4 9.3.7 11.6.7z"], + "padlet": [640, 512, [], "e4a0", "M297.9 0L298 .001C305.6 .1078 312.4 4.72 315.5 11.78L447.5 320.3L447.8 320.2L448 320.6L445.2 330.6L402.3 488.6C398.6 504.8 382.6 514.9 366.5 511.2L298.1 495.6L229.6 511.2C213.5 514.9 197.5 504.8 193.8 488.6L150.9 330.6L148.2 320.6L148.3 320.2L280.4 11.78C283.4 4.797 290.3 .1837 297.9 .0006L297.9 0zM160.1 322.1L291.1 361.2L298 483.7L305.9 362.2L436.5 322.9L436.7 322.8L305.7 347.9L297.1 27.72L291.9 347.9L160.1 322.1zM426 222.6L520.4 181.6H594.2L437.2 429.2L468.8 320.2L426 222.6zM597.5 181.4L638.9 257.6C642.9 265.1 635 273.5 627.3 269.8L579.7 247.1L597.5 181.4zM127.3 318.5L158.7 430L1.61 154.5C-4.292 144.1 7.128 132.5 17.55 138.3L169.4 222.5L127.3 318.5z"], + "amazon-pay": [640, 512, [], "f42c", "M14 325.3c2.3-4.2 5.2-4.9 9.7-2.5 10.4 5.6 20.6 11.4 31.2 16.7a595.88 595.88 0 0 0 127.4 46.3 616.61 616.61 0 0 0 63.2 11.8 603.33 603.33 0 0 0 95 5.2c17.4-.4 34.8-1.8 52.1-3.8a603.66 603.66 0 0 0 163.3-42.8c2.9-1.2 5.9-2 9.1-1.2 6.7 1.8 9 9 4.1 13.9a70 70 0 0 1-9.6 7.4c-30.7 21.1-64.2 36.4-99.6 47.9a473.31 473.31 0 0 1-75.1 17.6 431 431 0 0 1-53.2 4.8 21.3 21.3 0 0 0-2.5.3H308a21.3 21.3 0 0 0-2.5-.3c-3.6-.2-7.2-.3-10.7-.4a426.3 426.3 0 0 1-50.4-5.3A448.4 448.4 0 0 1 164 420a443.33 443.33 0 0 1-145.6-87c-1.8-1.6-3-3.8-4.4-5.7zM172 65.1l-4.3.6a80.92 80.92 0 0 0-38 15.1c-2.4 1.7-4.6 3.5-7.1 5.4a4.29 4.29 0 0 1-.4-1.4c-.4-2.7-.8-5.5-1.3-8.2-.7-4.6-3-6.6-7.6-6.6h-11.5c-6.9 0-8.2 1.3-8.2 8.2v209.3c0 1 0 2 .1 3 .2 3 2 4.9 4.9 5 7 .1 14.1.1 21.1 0 2.9 0 4.7-2 5-5 .1-1 .1-2 .1-3v-72.4c1.1.9 1.7 1.4 2.2 1.9 17.9 14.9 38.5 19.8 61 15.4 20.4-4 34.6-16.5 43.8-34.9 7-13.9 9.9-28.7 10.3-44.1.5-17.1-1.2-33.9-8.1-49.8-8.5-19.6-22.6-32.5-43.9-36.9-3.2-.7-6.5-1-9.8-1.5-2.8-.1-5.5-.1-8.3-.1zM124.6 107a3.48 3.48 0 0 1 1.7-3.3c13.7-9.5 28.8-14.5 45.6-13.2 14.9 1.1 27.1 8.4 33.5 25.9 3.9 10.7 4.9 21.8 4.9 33 0 10.4-.8 20.6-4 30.6-6.8 21.3-22.4 29.4-42.6 28.5-14-.6-26.2-6-37.4-13.9a3.57 3.57 0 0 1-1.7-3.3c.1-14.1 0-28.1 0-42.2s.1-28 0-42.1zm205.7-41.9c-1 .1-2 .3-2.9.4a148 148 0 0 0-28.9 4.1c-6.1 1.6-12 3.8-17.9 5.8-3.6 1.2-5.4 3.8-5.3 7.7.1 3.3-.1 6.6 0 9.9.1 4.8 2.1 6.1 6.8 4.9 7.8-2 15.6-4.2 23.5-5.7 12.3-2.3 24.7-3.3 37.2-1.4 6.5 1 12.6 2.9 16.8 8.4 3.7 4.8 5.1 10.5 5.3 16.4.3 8.3.2 16.6.3 24.9a7.84 7.84 0 0 1-.2 1.4c-.5-.1-.9 0-1.3-.1a180.56 180.56 0 0 0-32-4.9c-11.3-.6-22.5.1-33.3 3.9-12.9 4.5-23.3 12.3-29.4 24.9-4.7 9.8-5.4 20.2-3.9 30.7 2 14 9 24.8 21.4 31.7 11.9 6.6 24.8 7.4 37.9 5.4 15.1-2.3 28.5-8.7 40.3-18.4a7.36 7.36 0 0 1 1.6-1.1c.6 3.8 1.1 7.4 1.8 11 .6 3.1 2.5 5.1 5.4 5.2 5.4.1 10.9.1 16.3 0a4.84 4.84 0 0 0 4.8-4.7 26.2 26.2 0 0 0 .1-2.8v-106a80 80 0 0 0-.9-12.9c-1.9-12.9-7.4-23.5-19-30.4-6.7-4-14.1-6-21.8-7.1-3.6-.5-7.2-.8-10.8-1.3-3.9.1-7.9.1-11.9.1zm35 127.7a3.33 3.33 0 0 1-1.5 3c-11.2 8.1-23.5 13.5-37.4 14.9-5.7.6-11.4.4-16.8-1.8a20.08 20.08 0 0 1-12.4-13.3 32.9 32.9 0 0 1-.1-19.4c2.5-8.3 8.4-13 16.4-15.6a61.33 61.33 0 0 1 24.8-2.2c8.4.7 16.6 2.3 25 3.4 1.6.2 2.1 1 2.1 2.6-.1 4.8 0 9.5 0 14.3s-.2 9.4-.1 14.1zm259.9 129.4c-1-5-4.8-6.9-9.1-8.3a88.42 88.42 0 0 0-21-3.9 147.32 147.32 0 0 0-39.2 1.9c-14.3 2.7-27.9 7.3-40 15.6a13.75 13.75 0 0 0-3.7 3.5 5.11 5.11 0 0 0-.5 4c.4 1.5 2.1 1.9 3.6 1.8a16.2 16.2 0 0 0 2.2-.1c7.8-.8 15.5-1.7 23.3-2.5 11.4-1.1 22.9-1.8 34.3-.9a71.64 71.64 0 0 1 14.4 2.7c5.1 1.4 7.4 5.2 7.6 10.4.4 8-1.4 15.7-3.5 23.3-4.1 15.4-10 30.3-15.8 45.1a17.6 17.6 0 0 0-1 3c-.5 2.9 1.2 4.8 4.1 4.1a10.56 10.56 0 0 0 4.8-2.5 145.91 145.91 0 0 0 12.7-13.4c12.8-16.4 20.3-35.3 24.7-55.6.8-3.6 1.4-7.3 2.1-10.9v-17.3zM493.1 199q-19.35-53.55-38.7-107.2c-2-5.7-4.2-11.3-6.3-16.9-1.1-2.9-3.2-4.8-6.4-4.8-7.6-.1-15.2-.2-22.9-.1-2.5 0-3.7 2-3.2 4.5a43.1 43.1 0 0 0 1.9 6.1q29.4 72.75 59.1 145.5c1.7 4.1 2.1 7.6.2 11.8-3.3 7.3-5.9 15-9.3 22.3-3 6.5-8 11.4-15.2 13.3a42.13 42.13 0 0 1-15.4 1.1c-2.5-.2-5-.8-7.5-1-3.4-.2-5.1 1.3-5.2 4.8q-.15 5 0 9.9c.1 5.5 2 8 7.4 8.9a108.18 108.18 0 0 0 16.9 2c17.1.4 30.7-6.5 39.5-21.4a131.63 131.63 0 0 0 9.2-18.4q35.55-89.7 70.6-179.6a26.62 26.62 0 0 0 1.6-5.5c.4-2.8-.9-4.4-3.7-4.4-6.6-.1-13.3 0-19.9 0a7.54 7.54 0 0 0-7.7 5.2c-.5 1.4-1.1 2.7-1.6 4.1l-34.8 100c-2.5 7.2-5.1 14.5-7.7 22.2-.4-1.1-.6-1.7-.9-2.4z"], + "square-github": [448, 512, ["github-square"], "f092", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM265.8 407.7c0-1.8 0-6 .1-11.6c.1-11.4 .1-28.8 .1-43.7c0-15.6-5.2-25.5-11.3-30.7c37-4.1 76-9.2 76-73.1c0-18.2-6.5-27.3-17.1-39c1.7-4.3 7.4-22-1.7-45c-13.9-4.3-45.7 17.9-45.7 17.9c-13.2-3.7-27.5-5.6-41.6-5.6s-28.4 1.9-41.6 5.6c0 0-31.8-22.2-45.7-17.9c-9.1 22.9-3.5 40.6-1.7 45c-10.6 11.7-15.6 20.8-15.6 39c0 63.6 37.3 69 74.3 73.1c-4.8 4.3-9.1 11.7-10.6 22.3c-9.5 4.3-33.8 11.7-48.3-13.9c-9.1-15.8-25.5-17.1-25.5-17.1c-16.2-.2-1.1 10.2-1.1 10.2c10.8 5 18.4 24.2 18.4 24.2c9.7 29.7 56.1 19.7 56.1 19.7c0 9 .1 21.7 .1 30.6c0 4.8 .1 8.6 .1 10c0 4.3-3 9.5-11.5 8C106 393.6 59.8 330.8 59.8 257.4c0-91.8 70.2-161.5 162-161.5s166.2 69.7 166.2 161.5c.1 73.4-44.7 136.3-110.7 158.3c-8.4 1.5-11.5-3.7-11.5-8zm-90.5-54.8c-.2-1.5 1.1-2.8 3-3.2c1.9-.2 3.7 .6 3.9 1.9c.3 1.3-1 2.6-3 3c-1.9 .4-3.7-.4-3.9-1.7zm-9.1 3.2c-2.2 .2-3.7-.9-3.7-2.4c0-1.3 1.5-2.4 3.5-2.4c1.9-.2 3.7 .9 3.7 2.4c0 1.3-1.5 2.4-3.5 2.4zm-14.3-2.2c-1.9-.4-3.2-1.9-2.8-3.2s2.4-1.9 4.1-1.5c2 .6 3.3 2.1 2.8 3.4c-.4 1.3-2.4 1.9-4.1 1.3zm-12.5-7.3c-1.5-1.3-1.9-3.2-.9-4.1c.9-1.1 2.8-.9 4.3 .6c1.3 1.3 1.8 3.3 .9 4.1c-.9 1.1-2.8 .9-4.3-.6zm-8.5-10c-1.1-1.5-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3c1.1 1.5 1.1 3.3 0 4.1c-.9 .6-2.6 0-3.7-1.5zm-6.3-8.8c-1.1-1.3-1.3-2.8-.4-3.5c.9-.9 2.4-.4 3.5 .6c1.1 1.3 1.3 2.8 .4 3.5c-.9 .9-2.4 .4-3.5-.6zm-6-6.4c-1.3-.6-1.9-1.7-1.5-2.6c.4-.6 1.5-.9 2.8-.4c1.3 .7 1.9 1.8 1.5 2.6c-.4 .9-1.7 1.1-2.8 .4z"], + "stumbleupon": [512, 512, [], "f1a4", "M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72h85.9zm-224.7-58.2l34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7v30.9z"], + "fedex": [640, 512, [], "f797", "M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z"], + "phoenix-framework": [640, 512, [], "f3dc", "M212.9 344.3c3.8-.1 22.8-1.4 25.6-2.2-2.4-2.6-43.6-1-68-49.6-4.3-8.6-7.5-17.6-6.4-27.6 2.9-25.5 32.9-30 52-18.5 36 21.6 63.3 91.3 113.7 97.5 37 4.5 84.6-17 108.2-45.4-.6-.1-.8-.2-1-.1-.4.1-.8.2-1.1.3-33.3 12.1-94.3 9.7-134.7-14.8-37.6-22.8-53.1-58.7-51.8-74.6 1.8-21.3 22.9-23.2 35.9-19.6 14.4 3.9 24.4 17.6 38.9 27.4 15.6 10.4 32.9 13.7 51.3 10.3 14.9-2.7 34.4-12.3 36.5-14.5-1.1-.1-1.8-.1-2.5-.2-6.2-.6-12.4-.8-18.5-1.7C279.8 194.5 262.1 47.4 138.5 37.9 94.2 34.5 39.1 46 2.2 72.9c-.8.6-1.5 1.2-2.2 1.8.1.2.1.3.2.5.8 0 1.6-.1 2.4-.2 6.3-1 12.5-.8 18.7.3 23.8 4.3 47.7 23.1 55.9 76.5 5.3 34.3-.7 50.8 8 86.1 19 77.1 91 107.6 127.7 106.4zM75.3 64.9c-.9-1-.9-1.2-1.3-2 12.1-2.6 24.2-4.1 36.6-4.8-1.1 14.7-22.2 21.3-35.3 6.8zm196.9 350.5c-42.8 1.2-92-26.7-123.5-61.4-4.6-5-16.8-20.2-18.6-23.4l.4-.4c6.6 4.1 25.7 18.6 54.8 27 24.2 7 48.1 6.3 71.6-3.3 22.7-9.3 41-.5 43.1 2.9-18.5 3.8-20.1 4.4-24 7.9-5.1 4.4-4.6 11.7 7 17.2 26.2 12.4 63-2.8 97.2 25.4 2.4 2 8.1 7.8 10.1 10.7-.1.2-.3.3-.4.5-4.8-1.5-16.4-7.5-40.2-9.3-24.7-2-46.3 5.3-77.5 6.2zm174.8-252c16.4-5.2 41.3-13.4 66.5-3.3 16.1 6.5 26.2 18.7 32.1 34.6 3.5 9.4 5.1 19.7 5.1 28.7-.2 0-.4 0-.6.1-.2-.4-.4-.9-.5-1.3-5-22-29.9-43.8-67.6-29.9-50.2 18.6-130.4 9.7-176.9-48-.7-.9-2.4-1.7-1.3-3.2.1-.2 2.1.6 3 1.3 18.1 13.4 38.3 21.9 60.3 26.2 30.5 6.1 54.6 2.9 79.9-5.2zm102.7 117.5c-32.4.2-33.8 50.1-103.6 64.4-18.2 3.7-38.7 4.6-44.9 4.2v-.4c2.8-1.5 14.7-2.6 29.7-16.6 7.9-7.3 15.3-15.1 22.8-22.9 19.5-20.2 41.4-42.2 81.9-39 23.1 1.8 29.3 8.2 36.1 12.7.3.2.4.5.7.9-.5 0-.7.1-.9 0-7-2.7-14.3-3.3-21.8-3.3zm-12.3-24.1c-.1.2-.1.4-.2.6-28.9-4.4-48-7.9-68.5 4-17 9.9-31.4 20.5-62 24.4-27.1 3.4-45.1 2.4-66.1-8-.3-.2-.6-.4-1-.6 0-.2.1-.3.1-.5 24.9 3.8 36.4 5.1 55.5-5.8 22.3-12.9 40.1-26.6 71.3-31 29.6-4.1 51.3 2.5 70.9 16.9zM268.6 97.3c-.6-.6-1.1-1.2-2.1-2.3 7.6 0 29.7-1.2 53.4 8.4 19.7 8 32.2 21 50.2 32.9 11.1 7.3 23.4 9.3 36.4 8.1 4.3-.4 8.5-1.2 12.8-1.7.4-.1.9 0 1.5.3-.6.4-1.2.9-1.8 1.2-8.1 4-16.7 6.3-25.6 7.1-26.1 2.6-50.3-3.7-73.4-15.4-19.3-9.9-36.4-22.9-51.4-38.6zM640 335.7c-3.5 3.1-22.7 11.6-42.7 5.3-12.3-3.9-19.5-14.9-31.6-24.1-10-7.6-20.9-7.9-28.1-8.4.6-.8.9-1.2 1.2-1.4 14.8-9.2 30.5-12.2 47.3-6.5 12.5 4.2 19.2 13.5 30.4 24.2 10.8 10.4 21 9.9 23.1 10.5.1-.1.2 0 .4.4zm-212.5 137c2.2 1.2 1.6 1.5 1.5 2-18.5-1.4-33.9-7.6-46.8-22.2-21.8-24.7-41.7-27.9-48.6-29.7.5-.2.8-.4 1.1-.4 13.1.1 26.1.7 38.9 3.9 25.3 6.4 35 25.4 41.6 35.3 3.2 4.8 7.3 8.3 12.3 11.1z"], + "shopify": [448, 512, [], "e057", "M388.32,104.1a4.66,4.66,0,0,0-4.4-4c-2,0-37.23-.8-37.23-.8s-21.61-20.82-29.62-28.83V503.2L442.76,472S388.72,106.5,388.32,104.1ZM288.65,70.47a116.67,116.67,0,0,0-7.21-17.61C271,32.85,255.42,22,237,22a15,15,0,0,0-4,.4c-.4-.8-1.2-1.2-1.6-2C223.4,11.63,213,7.63,200.58,8c-24,.8-48,18-67.25,48.83-13.61,21.62-24,48.84-26.82,70.06-27.62,8.4-46.83,14.41-47.23,14.81-14,4.4-14.41,4.8-16,18-1.2,10-38,291.82-38,291.82L307.86,504V65.67a41.66,41.66,0,0,0-4.4.4S297.86,67.67,288.65,70.47ZM233.41,87.69c-16,4.8-33.63,10.4-50.84,15.61,4.8-18.82,14.41-37.63,25.62-50,4.4-4.4,10.41-9.61,17.21-12.81C232.21,54.86,233.81,74.48,233.41,87.69ZM200.58,24.44A27.49,27.49,0,0,1,215,28c-6.4,3.2-12.81,8.41-18.81,14.41-15.21,16.42-26.82,42-31.62,66.45-14.42,4.41-28.83,8.81-42,12.81C131.33,83.28,163.75,25.24,200.58,24.44ZM154.15,244.61c1.6,25.61,69.25,31.22,73.25,91.66,2.8,47.64-25.22,80.06-65.65,82.47-48.83,3.2-75.65-25.62-75.65-25.62l10.4-44s26.82,20.42,48.44,18.82c14-.8,19.22-12.41,18.81-20.42-2-33.62-57.24-31.62-60.84-86.86-3.2-46.44,27.22-93.27,94.47-97.68,26-1.6,39.23,4.81,39.23,4.81L221.4,225.39s-17.21-8-37.63-6.4C154.15,221,153.75,239.8,154.15,244.61ZM249.42,82.88c0-12-1.6-29.22-7.21-43.63,18.42,3.6,27.22,24,31.23,36.43Q262.63,78.68,249.42,82.88Z"], + "neos": [512, 512, [], "f612", "M415.44 512h-95.11L212.12 357.46v91.1L125.69 512H28V29.82L68.47 0h108.05l123.74 176.13V63.45L386.69 0h97.69v461.5zM38.77 35.27V496l72-52.88V194l215.5 307.64h84.79l52.35-38.17h-78.27L69 13zm82.54 466.61l80-58.78v-101l-79.76-114.4v220.94L49 501.89h72.34zM80.63 10.77l310.6 442.57h82.37V10.77h-79.75v317.56L170.91 10.77zM311 191.65l72 102.81V15.93l-72 53v122.72z"], + "square-threads": [448, 512, [], "e619", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM294.2 244.3c19.5 9.3 33.7 23.5 41.2 40.9c10.4 24.3 11.4 63.9-20.2 95.4c-24.2 24.1-53.5 35-95.1 35.3h-.2c-46.8-.3-82.8-16.1-106.9-46.8C91.5 341.8 80.4 303.7 80 256v-.1-.1c.4-47.7 11.5-85.7 33-113.1c24.2-30.7 60.2-46.5 106.9-46.8h.2c46.9 .3 83.3 16 108.2 46.6c12.3 15.1 21.3 33.3 27 54.4l-26.9 7.2c-4.7-17.2-11.9-31.9-21.4-43.6c-19.4-23.9-48.7-36.1-87-36.4c-38 .3-66.8 12.5-85.5 36.2c-17.5 22.3-26.6 54.4-26.9 95.5c.3 41.1 9.4 73.3 26.9 95.5c18.7 23.8 47.4 36 85.5 36.2c34.3-.3 56.9-8.4 75.8-27.3c21.5-21.5 21.1-47.9 14.2-64c-4-9.4-11.4-17.3-21.3-23.3c-2.4 18-7.9 32.2-16.5 43.2c-11.4 14.5-27.7 22.4-48.4 23.5c-15.7 .9-30.8-2.9-42.6-10.7c-13.9-9.2-22-23.2-22.9-39.5c-1.7-32.2 23.8-55.3 63.5-57.6c14.1-.8 27.3-.2 39.5 1.9c-1.6-9.9-4.9-17.7-9.8-23.4c-6.7-7.8-17.1-11.8-30.8-11.9h-.4c-11 0-26 3.1-35.6 17.6l-23-15.8c12.8-19.4 33.6-30.1 58.5-30.1h.6c41.8 .3 66.6 26.3 69.1 71.8c1.4 .6 2.8 1.2 4.2 1.9l.1 .5zm-71.8 67.5c17-.9 36.4-7.6 39.7-48.8c-8.8-1.9-18.6-2.9-29-2.9c-3.2 0-6.4 .1-9.6 .3c-28.6 1.6-38.1 15.5-37.4 27.9c.9 16.7 19 24.5 36.4 23.6l-.1-.1z"], + "hackerrank": [512, 512, [], "f5f7", "M477.5 128C463 103.05 285.13 0 256.16 0S49.25 102.79 34.84 128s-14.49 230.8 0 256 192.38 128 221.32 128S463 409.08 477.49 384s14.51-231 .01-256zM316.13 414.22c-4 0-40.91-35.77-38-38.69.87-.87 6.26-1.48 17.55-1.83 0-26.23.59-68.59.94-86.32 0-2-.44-3.43-.44-5.85h-79.93c0 7.1-.46 36.2 1.37 72.88.23 4.54-1.58 6-5.74 5.94-10.13 0-20.27-.11-30.41-.08-4.1 0-5.87-1.53-5.74-6.11.92-33.44 3-84-.15-212.67v-3.17c-9.67-.35-16.38-1-17.26-1.84-2.92-2.92 34.54-38.69 38.49-38.69s41.17 35.78 38.27 38.69c-.87.87-7.9 1.49-16.77 1.84v3.16c-2.42 25.75-2 79.59-2.63 105.39h80.26c0-4.55.39-34.74-1.2-83.64-.1-3.39.95-5.17 4.21-5.2 11.07-.08 22.15-.13 33.23-.06 3.46 0 4.57 1.72 4.5 5.38C333 354.64 336 341.29 336 373.69c8.87.35 16.82 1 17.69 1.84 2.88 2.91-33.62 38.69-37.58 38.69z"], + "researchgate": [448, 512, [], "f4f8", "M0 32v448h448V32H0zm262.2 334.4c-6.6 3-33.2 6-50-14.2-9.2-10.6-25.3-33.3-42.2-63.6-8.9 0-14.7 0-21.4-.6v46.4c0 23.5 6 21.2 25.8 23.9v8.1c-6.9-.3-23.1-.8-35.6-.8-13.1 0-26.1.6-33.6.8v-8.1c15.5-2.9 22-1.3 22-23.9V225c0-22.6-6.4-21-22-23.9V193c25.8 1 53.1-.6 70.9-.6 31.7 0 55.9 14.4 55.9 45.6 0 21.1-16.7 42.2-39.2 47.5 13.6 24.2 30 45.6 42.2 58.9 7.2 7.8 17.2 14.7 27.2 14.7v7.3zm22.9-135c-23.3 0-32.2-15.7-32.2-32.2V167c0-12.2 8.8-30.4 34-30.4s30.4 17.9 30.4 17.9l-10.7 7.2s-5.5-12.5-19.7-12.5c-7.9 0-19.7 7.3-19.7 19.7v26.8c0 13.4 6.6 23.3 17.9 23.3 14.1 0 21.5-10.9 21.5-26.8h-17.9v-10.7h30.4c0 20.5 4.7 49.9-34 49.9zm-116.5 44.7c-9.4 0-13.6-.3-20-.8v-69.7c6.4-.6 15-.6 22.5-.6 23.3 0 37.2 12.2 37.2 34.5 0 21.9-15 36.6-39.7 36.6z"], + "swift": [448, 512, [], "f8e1", "M448 156.09c0-4.51-.08-9-.2-13.52a196.31 196.31 0 0 0-2.58-29.42 99.62 99.62 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.17 99.17 0 0 0-28-9.22 195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2-2.45.07-4.91.15-7.37.27a171.68 171.68 0 0 0-22.06 2.32 103.06 103.06 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.66 94.66 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.86 93.86 0 0 0 12 85.17a99.45 99.45 0 0 0-9.22 28 196.31 196.31 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196.08 196.08 0 0 0 2.58 29.42 99.3 99.3 0 0 0 9.22 28A94.31 94.31 0 0 0 53.17 468a99.47 99.47 0 0 0 28 9.21 195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2H323.91c4.51 0 9-.08 13.52-.2a196.59 196.59 0 0 0 29.44-2.59 99.57 99.57 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28 194.79 194.79 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05zm-69.88 241c-20-38.93-57.23-29.27-76.31-19.47-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.63 230.63 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0-57-43.85-104.6-101-141.09-147.22a197.09 197.09 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12-52.57-55.49-98.89-123.94-96.72-121.74 82.79 83.42 159.18 130.59 159.18 130.59 2.88 1.58 5 2.85 6.73 4a127.44 127.44 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09 38.52 47.4 28.04 98.17 23.13 88.59z"], + "angular": [448, 512, [], "f420", "M185.7 268.1h76.2l-38.1-91.6-38.1 91.6zM223.8 32L16 106.4l31.8 275.7 176 97.9 176-97.9 31.8-275.7zM354 373.8h-48.6l-26.2-65.4H168.6l-26.2 65.4H93.7L223.8 81.5z"], + "speakap": [448, 512, [], "f3f3", "M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24 72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6-52.33-.91-95.86 28.3-96.77 80-.2 11.33.29 36.72 29.42 54.83 34.46 21.42 86.52 21.51 86 52.26-.37 21.28-26.42 25.81-38.59 25.6-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05 10.23.18 96.42.33 97.84-81 .28-15.81-2.07-39.72-28.86-56.59-34.36-21.64-85-19.45-84.43-49.75.41-23.25 31-25.37 37.53-25.26.43 0 26.62.26 39.62 17.37z"], + "angrycreative": [640, 512, [], "f36e", "M640 238.2l-3.2 28.2-34.5 2.3-2 18.1 34.5-2.3-3.2 28.2-34.4 2.2-2.3 20.1 34.4-2.2-3 26.1-64.7 4.1 12.7-113.2L527 365.2l-31.9 2-23.8-117.8 30.3-2 13.6 79.4 31.7-82.4 93.1-6.2zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9-12.8 120zM162 388.1l-19.4-36-3.5 37.4-28.2 1.7 2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4 37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8 38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6 64.8-4.2-2.7 27.9-36.4 2.4-1.7 17.9 36.4-2.3-2.7 27.9-36.4 2.3-1.9 19.9 36.3-2.3-2.1 20.8 55-117.2 23.8-1.6L370.4 369l8.9-85.6-22.3 1.4 2.9-27.9 75-4.9-3 28-24.3 1.6-9.7 91.9-58 3.7-4.3-15.6-39.4 2.5-8 16.3-126.2 7.7zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3-1.4 16 7.3 32.5 28.7 31.2 12.8-.8 21.3-8.6 28.9-18.9l27-1.7 2.7-29.8zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1zm21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6l22.1 33.4zm135.4-45l-7.9-37.8-15.8 39.3 23.7-1.5zm-170.1-74.6l-4.3-17.5-39.6 2.6-8.1 18.2-31.9 2.1 57-121.9 23.9-1.6 30.7 102 9.9-104.7 27-1.8 37.8 63.6 6.5-66.6 28.5-1.9-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5 40.5-2.8 52.4 29.3 53.4 30.3l3.3-32 39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9 32.2-2.2 12.9 43.2 23-45.7 31-2.2-43.6 78.4-4.8 44.3-28.4 1.9 4.8-44.3-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8-36.4 2.4-19.2-36.8-4 38.3-28.4 1.9 3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3-25 1.6-37.6-63.3-6.3 66.2-56.8 3.7zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3 4.5-2.4 7-6.4 7.6-12.1.6-5.3-.6-8.8-3.4-10.4-3.6-2.1-10.6-2.8-22.9-2l-2.9 28.8zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9 4.7-.3 9.1-1.8 13.3-4.1 5.5-3 10.6-8 15.1-14.3l-34.2 2.3 2.4-23.9 63.1-4.3 1.2-12-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1-4-1.7-8.1-2.8-12.2-2.5-8 .5-15.3 3.6-22 9.2-7.7 6.4-12 14.5-12.9 24.4-1.1 9.6 1.4 17.3 7.2 23.3zm-201.3 8.2l23.8-1.6-8.3-37.6-15.5 39.2z"], + "y-combinator": [448, 512, [], "f23b", "M448 32v448H0V32h448zM236 287.5L313.5 142h-32.7L235 233c-4.7 9.3-9 18.3-12.8 26.8L210 233l-45.2-91h-35l76.7 143.8v94.5H236v-92.8z"], + "empire": [496, 512, [], "f1d1", "M287.6 54.2c-10.8-2.2-22.1-3.3-33.5-3.6V32.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4l4.8-23.9zM53.4 322.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C34 181 24.1 217.5 24.1 256s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1zM213.1 434c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6l4.7-23.8zM93.3 120.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V32.4C163.9 34.6 95.9 76.4 57.4 139l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2zm309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4zM496 256c0 137-111 248-248 248S0 393 0 256 111 8 248 8s248 111 248 248zm-12.2 0c0-130.1-105.7-235.8-235.8-235.8S12.2 125.9 12.2 256 117.9 491.8 248 491.8 483.8 386.1 483.8 256zm-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C462 331 471.9 294.5 471.9 256s-9.9-75-27.1-106.6zm-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8-9.4 0-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8 9.4 0 18.5-1.1 27.1-2.8l-13.3-66.7z"], + "envira": [448, 512, [], "f299", "M0 32c477.6 0 366.6 317.3 367.1 366.3L448 480h-26l-70.4-71.2c-39 4.2-124.4 34.5-214.4-37C47 300.3 52 214.7 0 32zm79.7 46c-49.7-23.5-5.2 9.2-5.2 9.2 45.2 31.2 66 73.7 90.2 119.9 31.5 60.2 79 139.7 144.2 167.7 65 28 34.2 12.5 6-8.5-28.2-21.2-68.2-87-91-130.2-31.7-60-61-118.6-144.2-158.1z"], + "google-scholar": [512, 512, [], "e63b", "M390.9 298.5c0 0 0 .1 .1 .1c9.2 19.4 14.4 41.1 14.4 64C405.3 445.1 338.5 512 256 512s-149.3-66.9-149.3-149.3c0-22.9 5.2-44.6 14.4-64h0c1.7-3.6 3.6-7.2 5.6-10.7c4.4-7.6 9.4-14.7 15-21.3c27.4-32.6 68.5-53.3 114.4-53.3c33.6 0 64.6 11.1 89.6 29.9c9.1 6.9 17.4 14.7 24.8 23.5c5.6 6.6 10.6 13.8 15 21.3c2 3.4 3.8 7 5.5 10.5zm26.4-18.8c-30.1-58.4-91-98.4-161.3-98.4s-131.2 40-161.3 98.4L0 202.7 256 0 512 202.7l-94.7 77.1z"], + "square-gitlab": [448, 512, ["gitlab-square"], "e5ae", "M0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96zm337.5 12.5l44.6 116.4 .4 1.2c5.6 16.8 7.2 35.2 2.3 52.5c-5 17.2-15.4 32.4-29.8 43.3l-.2 .1-68.4 51.2-54.1 40.9c-.5 .2-1.1 .5-1.7 .8c-2 1-4.4 2-6.7 2c-3 0-6.8-1.8-8.3-2.8l-54.2-40.9L93.5 322.3l-.4-.3-.2-.1c-14.3-10.8-24.8-26-29.7-43.3s-4.2-35.7 2.2-52.5l.5-1.2 44.7-116.4c.9-2.3 2.5-4.3 4.5-5.6c1.6-1 3.4-1.6 5.2-1.8c1.3-.7 2.1-.4 3.4 .1c.6 .2 1.2 .5 2 .7c1 .4 1.6 .9 2.4 1.5c.6 .4 1.2 1 2.1 1.5c1.2 1.4 2.2 3 2.7 4.8l29.2 92.2H285l30.2-92.2c.5-1.8 1.4-3.4 2.6-4.8s2.8-2.4 4.5-3.1c1.7-.6 3.6-.9 5.4-.7s3.6 .8 5.2 1.8c2 1.3 3.7 3.3 4.6 5.6z"], + "studiovinari": [512, 512, [], "f3f8", "M480.3 187.7l4.2 28v28l-25.1 44.1-39.8 78.4-56.1 67.5-79.1 37.8-17.7 24.5-7.7 12-9.6 4s17.3-63.6 19.4-63.6c2.1 0 20.3.7 20.3.7l66.7-38.6-92.5 26.1-55.9 36.8-22.8 28-6.6 1.4 20.8-73.6 6.9-5.5 20.7 12.9 88.3-45.2 56.8-51.5 14.8-68.4-125.4 23.3 15.2-18.2-173.4-53.3 81.9-10.5-166-122.9L133.5 108 32.2 0l252.9 126.6-31.5-38L378 163 234.7 64l18.7 38.4-49.6-18.1L158.3 0l194.6 122L310 66.2l108 96.4 12-8.9-21-16.4 4.2-37.8L451 89.1l29.2 24.7 11.5 4.2-7 6.2 8.5 12-13.1 7.4-10.3 20.2 10.5 23.9z"], + "pied-piper": [480, 512, [], "f2ae", "M455.93,23.2C429.23,30,387.79,51.69,341.35,90.66A206,206,0,0,0,240,64C125.13,64,32,157.12,32,272s93.13,208,208,208,208-93.13,208-208a207.25,207.25,0,0,0-58.75-144.81,155.35,155.35,0,0,0-17,27.4A176.16,176.16,0,0,1,417.1,272c0,97.66-79.44,177.11-177.09,177.11a175.81,175.81,0,0,1-87.63-23.4c82.94-107.33,150.79-37.77,184.31-226.65,5.79-32.62,28-94.26,126.23-160.18C471,33.45,465.35,20.8,455.93,23.2ZM125,406.4A176.66,176.66,0,0,1,62.9,272C62.9,174.34,142.35,94.9,240,94.9a174,174,0,0,1,76.63,17.75C250.64,174.76,189.77,265.52,125,406.4Z"], + "wordpress": [512, 512, [], "f19a", "M61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6zm337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8.9 0 1.8.1 2.8.2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7.3 13.7.3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7zm-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9l-65.4-179.2zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1zM504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256 8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248zm-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6z"], + "product-hunt": [512, 512, [], "f288", "M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8z"], + "firefox": [512, 512, [], "f269", "M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z"], + "linode": [448, 512, [], "f2b8", "M366.036,186.867l-59.5,36.871-.838,36.871-29.329-19.273-39.384,24.3c2.238,55.211,2.483,59.271,2.51,59.5l-97.2,65.359L127.214,285.748l108.1-62.01L195.09,197.761l-75.417,38.547L98.723,93.015,227.771,43.574,136.432,0,10.737,39.385,38.39,174.3l41.9,32.681L48.445,222.062,69.394,323.457,98.723,351.11,77.774,363.679l16.76,78.769L160.733,512c-10.8-74.842-11.658-78.641-11.725-78.773l77.925-55.3c16.759-12.57,15.083-10.894,15.083-10.894l.838,24.3,33.519,28.491-.838-77.093,46.927-33.519,26.815-18.435-2.514,36.033,25.139,17.6,6.7-74.579,58.657-43.575Z"], + "goodreads": [448, 512, [], "f3a8", "M299.9 191.2c5.1 37.3-4.7 79-35.9 100.7-22.3 15.5-52.8 14.1-70.8 5.7-37.1-17.3-49.5-58.6-46.8-97.2 4.3-60.9 40.9-87.9 75.3-87.5 46.9-.2 71.8 31.8 78.2 78.3zM448 88v336c0 30.9-25.1 56-56 56H56c-30.9 0-56-25.1-56-56V88c0-30.9 25.1-56 56-56h336c30.9 0 56 25.1 56 56zM330 313.2s-.1-34-.1-217.3h-29v40.3c-.8.3-1.2-.5-1.6-1.2-9.6-20.7-35.9-46.3-76-46-51.9.4-87.2 31.2-100.6 77.8-4.3 14.9-5.8 30.1-5.5 45.6 1.7 77.9 45.1 117.8 112.4 115.2 28.9-1.1 54.5-17 69-45.2.5-1 1.1-1.9 1.7-2.9.2.1.4.1.6.2.3 3.8.2 30.7.1 34.5-.2 14.8-2 29.5-7.2 43.5-7.8 21-22.3 34.7-44.5 39.5-17.8 3.9-35.6 3.8-53.2-1.2-21.5-6.1-36.5-19-41.1-41.8-.3-1.6-1.3-1.3-2.3-1.3h-26.8c.8 10.6 3.2 20.3 8.5 29.2 24.2 40.5 82.7 48.5 128.2 37.4 49.9-12.3 67.3-54.9 67.4-106.3z"], + "square-odnoklassniki": [448, 512, ["odnoklassniki-square"], "f264", "M224 137.1a39.9 39.9 0 1 0 0 79.7 39.9 39.9 0 1 0 0-79.7zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM224 95.9A81 81 0 1 1 224 258a81 81 0 1 1 0-162.1zm59.3 168.3c16.8-13.2 29.5-5.5 34.1 3.6c7.8 16-1.1 23.7-21.5 37c-17.1 10.9-40.7 15.2-56.2 16.8l13 12.9 47.7 47.7c17.4 17.9-11 45.8-28.6 28.6c-12-12.2-29.5-29.7-47.7-47.9l0 0-47.7 47.9c-17.7 17.2-46-11-28.4-28.6c3.7-3.7 7.9-7.9 12.5-12.5c10.4-10.4 22.6-22.7 35.2-35.2l12.9-12.9c-15.4-1.6-39.3-5.7-56.6-16.8c-20.3-13.3-29.3-20.9-21.4-37c4.6-9.1 17.3-16.8 34.1-3.6c0 0 22.7 18 59.3 18s59.3-18 59.3-18z"], + "jsfiddle": [576, 512, [], "f1cc", "M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776-2.352-16.488-3.539-33.619-9.097-49.095-35.895-99.957-153.99-143.386-246.849-91.646-27.37 15.25-48.971 36.369-65.493 63.903-3.184-1.508-5.458-2.71-7.824-3.686-30.102-12.421-59.049-10.121-85.331 9.167-25.531 18.737-36.422 44.548-32.676 76.408.355 3.025-1.967 7.621-4.514 9.545-39.712 29.992-56.031 78.065-41.902 124.615 13.831 45.569 57.514 79.796 105.608 81.433 30.291 1.031 60.637.546 90.959.539 84.041-.021 168.09.531 252.12-.48 52.664-.634 96.108-36.873 108.212-87.293 11.54-48.074-11.144-97.3-56.832-122.634zm21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65-56.874.781-113.767.23-170.652.23 0 .7-163.028.159-163.728.154-43.861-.332-76.739-19.766-95.175-59.995-18.902-41.245-4.004-90.848 34.186-116.106 9.182-6.073 12.505-11.566 10.096-23.136-5.49-26.361 4.453-47.956 26.42-62.981 22.987-15.723 47.422-16.146 72.034-3.083 10.269 5.45 14.607 11.564 22.198-2.527 14.222-26.399 34.557-46.727 60.671-61.294 97.46-54.366 228.37 7.568 230.24 132.697.122 8.15 2.412 12.428 9.848 15.894 57.56 26.829 74.456 96.122 35.142 144.497zm-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095-16.953-.001-32.058-6.545-44.079-17.705-27.697-25.713-71.141-74.98-95.937-93.387-20.056-14.888-41.99-12.333-60.272 3.782-49.996 44.071 15.859 121.775 67.063 77.188 4.548-3.96 7.84-9.543 12.744-12.844 8.184-5.509 20.766-.884 13.168 10.622-17.358 26.284-49.33 38.197-78.863 29.301-28.897-8.704-48.84-35.968-48.626-70.179 1.225-22.485 12.364-43.06 35.414-55.965 22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506 28.83-49.209-34.592-105.016-78.868-63.46-3.989 3.744-6.917 8.932-11.41 11.72-10.975 6.811-17.333-4.113-12.809-10.353 20.703-28.554 50.464-40.44 83.271-28.214 31.429 11.714 49.108 44.366 42.76 78.186z"], + "sith": [448, 512, [], "f512", "M0 32l69.71 118.75-58.86-11.52 69.84 91.03a146.741 146.741 0 0 0 0 51.45l-69.84 91.03 58.86-11.52L0 480l118.75-69.71-11.52 58.86 91.03-69.84c17.02 3.04 34.47 3.04 51.48 0l91.03 69.84-11.52-58.86L448 480l-69.71-118.78 58.86 11.52-69.84-91.03c3.03-17.01 3.04-34.44 0-51.45l69.84-91.03-58.86 11.52L448 32l-118.75 69.71 11.52-58.9-91.06 69.87c-8.5-1.52-17.1-2.29-25.71-2.29s-17.21.78-25.71 2.29l-91.06-69.87 11.52 58.9L0 32zm224 99.78c31.8 0 63.6 12.12 87.85 36.37 48.5 48.5 48.49 127.21 0 175.7s-127.2 48.46-175.7-.03c-48.5-48.5-48.49-127.21 0-175.7 24.24-24.25 56.05-36.34 87.85-36.34zm0 36.66c-22.42 0-44.83 8.52-61.92 25.61-34.18 34.18-34.19 89.68 0 123.87s89.65 34.18 123.84 0c34.18-34.18 34.19-89.68 0-123.87-17.09-17.09-39.5-25.61-61.92-25.61z"], + "themeisle": [512, 512, [], "f2b2", "M208 88.286c0-10 6.286-21.714 17.715-21.714 11.142 0 17.714 11.714 17.714 21.714 0 10.285-6.572 21.714-17.714 21.714C214.286 110 208 98.571 208 88.286zm304 160c0 36.001-11.429 102.286-36.286 129.714-22.858 24.858-87.428 61.143-120.857 70.572l-1.143.286v32.571c0 16.286-12.572 30.571-29.143 30.571-10 0-19.429-5.714-24.572-14.286-5.427 8.572-14.856 14.286-24.856 14.286-10 0-19.429-5.714-24.858-14.286-5.142 8.572-14.571 14.286-24.57 14.286-10.286 0-19.429-5.714-24.858-14.286-5.143 8.572-14.571 14.286-24.571 14.286-18.857 0-29.429-15.714-29.429-32.857-16.286 12.285-35.715 19.428-56.571 19.428-22 0-43.429-8.285-60.286-22.857 10.285-.286 20.571-2.286 30.285-5.714-20.857-5.714-39.428-18.857-52-36.286 21.37 4.645 46.209 1.673 67.143-11.143-22-22-56.571-58.857-68.572-87.428C1.143 321.714 0 303.714 0 289.429c0-49.714 20.286-160 86.286-160 10.571 0 18.857 4.858 23.143 14.857a158.792 158.792 0 0 1 12-15.428c2-2.572 5.714-5.429 7.143-8.286 7.999-12.571 11.714-21.142 21.714-34C182.571 45.428 232 17.143 285.143 17.143c6 0 12 .285 17.714 1.143C313.714 6.571 328.857 0 344.572 0c14.571 0 29.714 6 40 16.286.857.858 1.428 2.286 1.428 3.428 0 3.714-10.285 13.429-12.857 16.286 4.286 1.429 15.714 6.858 15.714 12 0 2.857-2.857 5.143-4.571 7.143 31.429 27.714 49.429 67.143 56.286 108 4.286-5.143 10.285-8.572 17.143-8.572 10.571 0 20.857 7.144 28.571 14.001C507.143 187.143 512 221.714 512 248.286zM188 89.428c0 18.286 12.571 37.143 32.286 37.143 19.714 0 32.285-18.857 32.285-37.143 0-18-12.571-36.857-32.285-36.857-19.715 0-32.286 18.858-32.286 36.857zM237.714 194c0-19.714 3.714-39.143 8.571-58.286-52.039 79.534-13.531 184.571 68.858 184.571 21.428 0 42.571-7.714 60-20 2-7.429 3.714-14.857 3.714-22.572 0-14.286-6.286-21.428-20.572-21.428-4.571 0-9.143.857-13.429 1.714-63.343 12.668-107.142 3.669-107.142-63.999zm-41.142 254.858c0-11.143-8.858-20.857-20.286-20.857-11.429 0-20 9.715-20 20.857v32.571c0 11.143 8.571 21.142 20 21.142 11.428 0 20.286-9.715 20.286-21.142v-32.571zm49.143 0c0-11.143-8.572-20.857-20-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20-10 20-21.142v-32.571zm49.713 0c0-11.143-8.857-20.857-20.285-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20.285-9.715 20.285-21.142v-32.571zm49.715 0c0-11.143-8.857-20.857-20.286-20.857-11.428 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.858 21.142 20.286 21.142 11.429 0 20.286-10 20.286-21.142v-32.571zM421.714 286c-30.857 59.142-90.285 102.572-158.571 102.572-96.571 0-160.571-84.572-160.571-176.572 0-16.857 2-33.429 6-49.714-20 33.715-29.714 72.572-29.714 111.429 0 60.286 24.857 121.715 71.429 160.857 5.143-9.714 14.857-16.286 26-16.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.571-14.286 24.858-14.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.857-14.286 24.858-14.286 10 0 19.428 5.714 24.857 14.286 5.143-8.571 14.571-14.286 24.572-14.286 10.857 0 20.857 6.572 25.714 16 43.427-36.286 68.569-92 71.426-148.286zm10.572-99.714c0-53.714-34.571-105.714-92.572-105.714-30.285 0-58.571 15.143-78.857 36.857C240.862 183.812 233.41 254 302.286 254c28.805 0 97.357-28.538 84.286 36.857 28.857-26 45.714-65.714 45.714-104.571z"], + "page4": [496, 512, [], "f3d7", "M248 504C111 504 0 393 0 256S111 8 248 8c20.9 0 41.3 2.6 60.7 7.5L42.3 392H248v112zm0-143.6V146.8L98.6 360.4H248zm96 31.6v92.7c45.7-19.2 84.5-51.7 111.4-92.7H344zm57.4-138.2l-21.2 8.4 21.2 8.3v-16.7zm-20.3 54.5c-6.7 0-8 6.3-8 12.9v7.7h16.2v-10c0-5.9-2.3-10.6-8.2-10.6zM496 256c0 37.3-8.2 72.7-23 104.4H344V27.3C433.3 64.8 496 153.1 496 256zM360.4 143.6h68.2V96h-13.9v32.6h-13.9V99h-13.9v29.6h-12.7V96h-13.9v47.6zm68.1 185.3H402v-11c0-15.4-5.6-25.2-20.9-25.2-15.4 0-20.7 10.6-20.7 25.9v25.3h68.2v-15zm0-103l-68.2 29.7V268l68.2 29.5v-16.6l-14.4-5.7v-26.5l14.4-5.9v-16.9zm-4.8-68.5h-35.6V184H402v-12.2h11c8.6 15.8 1.3 35.3-18.6 35.3-22.5 0-28.3-25.3-15.5-37.7l-11.6-10.6c-16.2 17.5-12.2 63.9 27.1 63.9 34 0 44.7-35.9 29.3-65.3z"], + "hashnode": [512, 512, [], "e499", "M35.19 171.1C-11.72 217.1-11.72 294 35.19 340.9L171.1 476.8C217.1 523.7 294 523.7 340.9 476.8L476.8 340.9C523.7 294 523.7 217.1 476.8 171.1L340.9 35.19C294-11.72 217.1-11.72 171.1 35.19L35.19 171.1zM315.5 315.5C282.6 348.3 229.4 348.3 196.6 315.5C163.7 282.6 163.7 229.4 196.6 196.6C229.4 163.7 282.6 163.7 315.5 196.6C348.3 229.4 348.3 282.6 315.5 315.5z"], + "react": [512, 512, [], "f41b", "M418.2 177.2c-5.4-1.8-10.8-3.5-16.2-5.1.9-3.7 1.7-7.4 2.5-11.1 12.3-59.6 4.2-107.5-23.1-123.3-26.3-15.1-69.2.6-112.6 38.4-4.3 3.7-8.5 7.6-12.5 11.5-2.7-2.6-5.5-5.2-8.3-7.7-45.5-40.4-91.1-57.4-118.4-41.5-26.2 15.2-34 60.3-23 116.7 1.1 5.6 2.3 11.1 3.7 16.7-6.4 1.8-12.7 3.8-18.6 5.9C38.3 196.2 0 225.4 0 255.6c0 31.2 40.8 62.5 96.3 81.5 4.5 1.5 9 3 13.6 4.3-1.5 6-2.8 11.9-4 18-10.5 55.5-2.3 99.5 23.9 114.6 27 15.6 72.4-.4 116.6-39.1 3.5-3.1 7-6.3 10.5-9.7 4.4 4.3 9 8.4 13.6 12.4 42.8 36.8 85.1 51.7 111.2 36.6 27-15.6 35.8-62.9 24.4-120.5-.9-4.4-1.9-8.9-3-13.5 3.2-.9 6.3-1.9 9.4-2.9 57.7-19.1 99.5-50 99.5-81.7 0-30.3-39.4-59.7-93.8-78.4zM282.9 92.3c37.2-32.4 71.9-45.1 87.7-36 16.9 9.7 23.4 48.9 12.8 100.4-.7 3.4-1.4 6.7-2.3 10-22.2-5-44.7-8.6-67.3-10.6-13-18.6-27.2-36.4-42.6-53.1 3.9-3.7 7.7-7.2 11.7-10.7zM167.2 307.5c5.1 8.7 10.3 17.4 15.8 25.9-15.6-1.7-31.1-4.2-46.4-7.5 4.4-14.4 9.9-29.3 16.3-44.5 4.6 8.8 9.3 17.5 14.3 26.1zm-30.3-120.3c14.4-3.2 29.7-5.8 45.6-7.8-5.3 8.3-10.5 16.8-15.4 25.4-4.9 8.5-9.7 17.2-14.2 26-6.3-14.9-11.6-29.5-16-43.6zm27.4 68.9c6.6-13.8 13.8-27.3 21.4-40.6s15.8-26.2 24.4-38.9c15-1.1 30.3-1.7 45.9-1.7s31 .6 45.9 1.7c8.5 12.6 16.6 25.5 24.3 38.7s14.9 26.7 21.7 40.4c-6.7 13.8-13.9 27.4-21.6 40.8-7.6 13.3-15.7 26.2-24.2 39-14.9 1.1-30.4 1.6-46.1 1.6s-30.9-.5-45.6-1.4c-8.7-12.7-16.9-25.7-24.6-39s-14.8-26.8-21.5-40.6zm180.6 51.2c5.1-8.8 9.9-17.7 14.6-26.7 6.4 14.5 12 29.2 16.9 44.3-15.5 3.5-31.2 6.2-47 8 5.4-8.4 10.5-17 15.5-25.6zm14.4-76.5c-4.7-8.8-9.5-17.6-14.5-26.2-4.9-8.5-10-16.9-15.3-25.2 16.1 2 31.5 4.7 45.9 8-4.6 14.8-10 29.2-16.1 43.4zM256.2 118.3c10.5 11.4 20.4 23.4 29.6 35.8-19.8-.9-39.7-.9-59.5 0 9.8-12.9 19.9-24.9 29.9-35.8zM140.2 57c16.8-9.8 54.1 4.2 93.4 39 2.5 2.2 5 4.6 7.6 7-15.5 16.7-29.8 34.5-42.9 53.1-22.6 2-45 5.5-67.2 10.4-1.3-5.1-2.4-10.3-3.5-15.5-9.4-48.4-3.2-84.9 12.6-94zm-24.5 263.6c-4.2-1.2-8.3-2.5-12.4-3.9-21.3-6.7-45.5-17.3-63-31.2-10.1-7-16.9-17.8-18.8-29.9 0-18.3 31.6-41.7 77.2-57.6 5.7-2 11.5-3.8 17.3-5.5 6.8 21.7 15 43 24.5 63.6-9.6 20.9-17.9 42.5-24.8 64.5zm116.6 98c-16.5 15.1-35.6 27.1-56.4 35.3-11.1 5.3-23.9 5.8-35.3 1.3-15.9-9.2-22.5-44.5-13.5-92 1.1-5.6 2.3-11.2 3.7-16.7 22.4 4.8 45 8.1 67.9 9.8 13.2 18.7 27.7 36.6 43.2 53.4-3.2 3.1-6.4 6.1-9.6 8.9zm24.5-24.3c-10.2-11-20.4-23.2-30.3-36.3 9.6.4 19.5.6 29.5.6 10.3 0 20.4-.2 30.4-.7-9.2 12.7-19.1 24.8-29.6 36.4zm130.7 30c-.9 12.2-6.9 23.6-16.5 31.3-15.9 9.2-49.8-2.8-86.4-34.2-4.2-3.6-8.4-7.5-12.7-11.5 15.3-16.9 29.4-34.8 42.2-53.6 22.9-1.9 45.7-5.4 68.2-10.5 1 4.1 1.9 8.2 2.7 12.2 4.9 21.6 5.7 44.1 2.5 66.3zm18.2-107.5c-2.8.9-5.6 1.8-8.5 2.6-7-21.8-15.6-43.1-25.5-63.8 9.6-20.4 17.7-41.4 24.5-62.9 5.2 1.5 10.2 3.1 15 4.7 46.6 16 79.3 39.8 79.3 58 0 19.6-34.9 44.9-84.8 61.4zm-149.7-15c25.3 0 45.8-20.5 45.8-45.8s-20.5-45.8-45.8-45.8c-25.3 0-45.8 20.5-45.8 45.8s20.5 45.8 45.8 45.8z"], + "cc-paypal": [576, 512, [], "f1f4", "M186.3 258.2c0 12.2-9.7 21.5-22 21.5-9.2 0-16-5.2-16-15 0-12.2 9.5-22 21.7-22 9.3 0 16.3 5.7 16.3 15.5zM80.5 209.7h-4.7c-1.5 0-3 1-3.2 2.7l-4.3 26.7 8.2-.3c11 0 19.5-1.5 21.5-14.2 2.3-13.4-6.2-14.9-17.5-14.9zm284 0H360c-1.8 0-3 1-3.2 2.7l-4.2 26.7 8-.3c13 0 22-3 22-18-.1-10.6-9.6-11.1-18.1-11.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM128.3 215.4c0-21-16.2-28-34.7-28h-40c-2.5 0-5 2-5.2 4.7L32 294.2c-.3 2 1.2 4 3.2 4h19c2.7 0 5.2-2.9 5.5-5.7l4.5-26.6c1-7.2 13.2-4.7 18-4.7 28.6 0 46.1-17 46.1-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.2 8.2-5.8-8.5-14.2-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9 0 20.2-4.9 26.5-11.9-.5 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H200c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm40.5 97.9l63.7-92.6c.5-.5.5-1 .5-1.7 0-1.7-1.5-3.5-3.2-3.5h-19.2c-1.7 0-3.5 1-4.5 2.5l-26.5 39-11-37.5c-.8-2.2-3-4-5.5-4h-18.7c-1.7 0-3.2 1.8-3.2 3.5 0 1.2 19.5 56.8 21.2 62.1-2.7 3.8-20.5 28.6-20.5 31.6 0 1.8 1.5 3.2 3.2 3.2h19.2c1.8-.1 3.5-1.1 4.5-2.6zm159.3-106.7c0-21-16.2-28-34.7-28h-39.7c-2.7 0-5.2 2-5.5 4.7l-16.2 102c-.2 2 1.3 4 3.2 4h20.5c2 0 3.5-1.5 4-3.2l4.5-29c1-7.2 13.2-4.7 18-4.7 28.4 0 45.9-17 45.9-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.3 8.2-5.5-8.5-14-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9.3 0 20.5-4.9 26.5-11.9-.3 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H484c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm47.5-33.3c0-2-1.5-3.5-3.2-3.5h-18.5c-1.5 0-3 1.2-3.2 2.7l-16.2 104-.3.5c0 1.8 1.5 3.5 3.5 3.5h16.5c2.5 0 5-2.9 5.2-5.7L544 191.2v-.3zm-90 51.8c-12.2 0-21.7 9.7-21.7 22 0 9.7 7 15 16.2 15 12 0 21.7-9.2 21.7-21.5.1-9.8-6.9-15.5-16.2-15.5z"], + "squarespace": [512, 512, [], "f5be", "M186.12 343.34c-9.65 9.65-9.65 25.29 0 34.94 9.65 9.65 25.29 9.65 34.94 0L378.24 221.1c19.29-19.29 50.57-19.29 69.86 0s19.29 50.57 0 69.86L293.95 445.1c19.27 19.29 50.53 19.31 69.82.04l.04-.04 119.25-119.24c38.59-38.59 38.59-101.14 0-139.72-38.59-38.59-101.15-38.59-139.72 0l-157.22 157.2zm244.53-104.8c-9.65-9.65-25.29-9.65-34.93 0l-157.2 157.18c-19.27 19.29-50.53 19.31-69.82.05l-.05-.05c-9.64-9.64-25.27-9.65-34.92-.01l-.01.01c-9.65 9.64-9.66 25.28-.02 34.93l.02.02c38.58 38.57 101.14 38.57 139.72 0l157.2-157.2c9.65-9.65 9.65-25.29.01-34.93zm-261.99 87.33l157.18-157.18c9.64-9.65 9.64-25.29 0-34.94-9.64-9.64-25.27-9.64-34.91 0L133.72 290.93c-19.28 19.29-50.56 19.3-69.85.01l-.01-.01c-19.29-19.28-19.31-50.54-.03-69.84l.03-.03L218.03 66.89c-19.28-19.29-50.55-19.3-69.85-.02l-.02.02L28.93 186.14c-38.58 38.59-38.58 101.14 0 139.72 38.6 38.59 101.13 38.59 139.73.01zm-87.33-52.4c9.64 9.64 25.27 9.64 34.91 0l157.21-157.19c19.28-19.29 50.55-19.3 69.84-.02l.02.02c9.65 9.65 25.29 9.65 34.93 0 9.65-9.65 9.65-25.29 0-34.93-38.59-38.59-101.13-38.59-139.72 0L81.33 238.54c-9.65 9.64-9.65 25.28-.01 34.93h.01z"], + "cc-stripe": [576, 512, [], "f1f5", "M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7zM375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7 13.1 0 21.9-14.3 21.9-33.4 0-18.6-9-33.2-21.9-33.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM122.2 281.1c0 25.6-20.3 40.1-49.9 40.3-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3 7.9 0 13.6-2.1 13.6-8.7 0-17-54-10.6-54-49.9 0-25.2 19.2-40.2 48-40.2 11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1-7.5 0-12.1 2.2-12.1 7.7 0 16 54.3 8.4 54.3 50.7zm68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7-21.1 0-36.9-15.5-36.9-36.5l.2-113.9 34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9l-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1 24.9 0 48.4 22.5 48.4 63.8 0 45.1-23.2 65.5-48.6 65.6zm160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5 14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2-34.6 0-58.8-21.7-58.8-64.5 0-36.2 20.5-64.9 54.3-64.9 33.7 0 51.3 28.7 51.3 65.1 0 3.5-.3 10.9-.4 12.9z"], + "creative-commons-share": [496, 512, [], "f4f2", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm101 132.4c7.8 0 13.7 6.1 13.7 13.7v182.5c0 7.7-6.1 13.7-13.7 13.7H214.3c-7.7 0-13.7-6-13.7-13.7v-54h-54c-7.8 0-13.7-6-13.7-13.7V131.1c0-8.2 6.6-12.7 12.4-13.7h136.4c7.7 0 13.7 6 13.7 13.7v54h54zM159.9 300.3h40.7V198.9c0-7.4 5.8-12.6 12-13.7h55.8v-40.3H159.9v155.4zm176.2-88.1H227.6v155.4h108.5V212.2z"], + "bitcoin": [512, 512, [], "f379", "M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038.209 1038.209 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949zm-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956zm8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035z"], + "keycdn": [512, 512, [], "f3ba", "M63.8 409.3l60.5-59c32.1 42.8 71.1 66 126.6 67.4 30.5.7 60.3-7 86.4-22.4 5.1 5.3 18.5 19.5 20.9 22-32.2 20.7-69.6 31.1-108.1 30.2-43.3-1.1-84.6-16.7-117.7-44.4.3-.6-38.2 37.5-38.6 37.9 9.5 29.8-13.1 62.4-46.3 62.4C20.7 503.3 0 481.7 0 454.9c0-34.3 33.1-56.6 63.8-45.6zm354.9-252.4c19.1 31.3 29.6 67.4 28.7 104-1.1 44.8-19 87.5-48.6 121 .3.3 23.8 25.2 24.1 25.5 9.6-1.3 19.2 2 25.9 9.1 11.3 12 10.9 30.9-1.1 42.4-12 11.3-30.9 10.9-42.4-1.1-6.7-7-9.4-16.8-7.6-26.3-24.9-26.6-44.4-47.2-44.4-47.2 42.7-34.1 63.3-79.6 64.4-124.2.7-28.9-7.2-57.2-21.1-82.2l22.1-21zM104 53.1c6.7 7 9.4 16.8 7.6 26.3l45.9 48.1c-4.7 3.8-13.3 10.4-22.8 21.3-25.4 28.5-39.6 64.8-40.7 102.9-.7 28.9 6.1 57.2 20 82.4l-22 21.5C72.7 324 63.1 287.9 64.2 250.9c1-44.6 18.3-87.6 47.5-121.1l-25.3-26.4c-9.6 1.3-19.2-2-25.9-9.1-11.3-12-10.9-30.9 1.1-42.4C73.5 40.7 92.2 41 104 53.1zM464.9 8c26 0 47.1 22.4 47.1 48.3S490.9 104 464.9 104c-6.3.1-14-1.1-15.9-1.8l-62.9 59.7c-32.7-43.6-76.7-65.9-126.9-67.2-30.5-.7-60.3 6.8-86.2 22.4l-21.1-22C184.1 74.3 221.5 64 260 64.9c43.3 1.1 84.6 16.7 117.7 44.6l41.1-38.6c-1.5-4.7-2.2-9.6-2.2-14.5C416.5 29.7 438.9 8 464.9 8zM256.7 113.4c5.5 0 10.9.4 16.4 1.1 78.1 9.8 133.4 81.1 123.8 159.1-9.8 78.1-81.1 133.4-159.1 123.8-78.1-9.8-133.4-81.1-123.8-159.2 9.3-72.4 70.1-124.6 142.7-124.8zm-59 119.4c.6 22.7 12.2 41.8 32.4 52.2l-11 51.7h73.7l-11-51.7c20.1-10.9 32.1-29 32.4-52.2-.4-32.8-25.8-57.5-58.3-58.3-32.1.8-57.3 24.8-58.2 58.3zM256 160"], + "opera": [496, 512, [], "f26a", "M313.9 32.7c-170.2 0-252.6 223.8-147.5 355.1 36.5 45.4 88.6 75.6 147.5 75.6 36.3 0 70.3-11.1 99.4-30.4-43.8 39.2-101.9 63-165.3 63-3.9 0-8 0-11.9-.3C104.6 489.6 0 381.1 0 248 0 111 111 0 248 0h.8c63.1.3 120.7 24.1 164.4 63.1-29-19.4-63.1-30.4-99.3-30.4zm101.8 397.7c-40.9 24.7-90.7 23.6-132-5.8 56.2-20.5 97.7-91.6 97.7-176.6 0-84.7-41.2-155.8-97.4-176.6 41.8-29.2 91.2-30.3 132.9-5 105.9 98.7 105.5 265.7-1.2 364z"], + "itch-io": [512, 512, [], "f83a", "M71.92 34.77C50.2 47.67 7.4 96.84 7 109.73v21.34c0 27.06 25.29 50.84 48.25 50.84 27.57 0 50.54-22.85 50.54-50 0 27.12 22.18 50 49.76 50s49-22.85 49-50c0 27.12 23.59 50 51.16 50h.5c27.57 0 51.16-22.85 51.16-50 0 27.12 21.47 50 49 50s49.76-22.85 49.76-50c0 27.12 23 50 50.54 50 23 0 48.25-23.78 48.25-50.84v-21.34c-.4-12.9-43.2-62.07-64.92-75C372.56 32.4 325.76 32 256 32S91.14 33.1 71.92 34.77zm132.32 134.39c-22 38.4-77.9 38.71-99.85.25-13.17 23.14-43.17 32.07-56 27.66-3.87 40.15-13.67 237.13 17.73 269.15 80 18.67 302.08 18.12 379.76 0 31.65-32.27 21.32-232 17.75-269.15-12.92 4.44-42.88-4.6-56-27.66-22 38.52-77.85 38.1-99.85-.24-7.1 12.49-23.05 28.94-51.76 28.94a57.54 57.54 0 0 1-51.75-28.94zm-41.58 53.77c16.47 0 31.09 0 49.22 19.78a436.91 436.91 0 0 1 88.18 0C318.22 223 332.85 223 349.31 223c52.33 0 65.22 77.53 83.87 144.45 17.26 62.15-5.52 63.67-33.95 63.73-42.15-1.57-65.49-32.18-65.49-62.79-39.25 6.43-101.93 8.79-155.55 0 0 30.61-23.34 61.22-65.49 62.79-28.42-.06-51.2-1.58-33.94-63.73 18.67-67 31.56-144.45 83.88-144.45zM256 270.79s-44.38 40.77-52.35 55.21l29-1.17v25.32c0 1.55 21.34.16 23.33.16 11.65.54 23.31 1 23.31-.16v-25.28l29 1.17c-8-14.48-52.35-55.24-52.35-55.24z"], + "umbraco": [510, 512, [], "f8e8", "M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27 136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8zm145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a224.81 224.81 0 0 1 0-30.71 418.37 418.37 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32 1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5 5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a380.62 380.62 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.64 242.64 0 0 0 57.27-5.16 43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77 5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45 1.82 9.62 3.52 18.78 5.39 32a415.71 415.71 0 0 1 3.61 43.88 228.06 228.06 0 0 1-.04 30.73z"], + "galactic-senate": [512, 512, [], "f50d", "M249.86 33.48v26.07C236.28 80.17 226 168.14 225.39 274.9c11.74-15.62 19.13-33.33 19.13-48.24v-16.88c-.03-5.32.75-10.53 2.19-15.65.65-2.14 1.39-4.08 2.62-5.82 1.23-1.75 3.43-3.79 6.68-3.79 3.24 0 5.45 2.05 6.68 3.79 1.23 1.75 1.97 3.68 2.62 5.82 1.44 5.12 2.22 10.33 2.19 15.65v16.88c0 14.91 7.39 32.62 19.13 48.24-.63-106.76-10.91-194.73-24.49-215.35V33.48h-12.28zm-26.34 147.77c-9.52 2.15-18.7 5.19-27.46 9.08 8.9 16.12 9.76 32.64 1.71 37.29-8 4.62-21.85-4.23-31.36-19.82-11.58 8.79-21.88 19.32-30.56 31.09 14.73 9.62 22.89 22.92 18.32 30.66-4.54 7.7-20.03 7.14-35.47-.96-5.78 13.25-9.75 27.51-11.65 42.42 9.68.18 18.67 2.38 26.18 6.04 17.78-.3 32.77-1.96 40.49-4.22 5.55-26.35 23.02-48.23 46.32-59.51.73-25.55 1.88-49.67 3.48-72.07zm64.96 0c1.59 22.4 2.75 46.52 3.47 72.07 23.29 11.28 40.77 33.16 46.32 59.51 7.72 2.26 22.71 3.92 40.49 4.22 7.51-3.66 16.5-5.85 26.18-6.04-1.9-14.91-5.86-29.17-11.65-42.42-15.44 8.1-30.93 8.66-35.47.96-4.57-7.74 3.6-21.05 18.32-30.66-8.68-11.77-18.98-22.3-30.56-31.09-9.51 15.59-23.36 24.44-31.36 19.82-8.05-4.65-7.19-21.16 1.71-37.29a147.49 147.49 0 0 0-27.45-9.08zm-32.48 8.6c-3.23 0-5.86 8.81-6.09 19.93h-.05v16.88c0 41.42-49.01 95.04-93.49 95.04-52 0-122.75-1.45-156.37 29.17v2.51c9.42 17.12 20.58 33.17 33.18 47.97C45.7 380.26 84.77 360.4 141.2 360c45.68 1.02 79.03 20.33 90.76 40.87.01.01-.01.04 0 .05 7.67 2.14 15.85 3.23 24.04 3.21 8.19.02 16.37-1.07 24.04-3.21.01-.01-.01-.04 0-.05 11.74-20.54 45.08-39.85 90.76-40.87 56.43.39 95.49 20.26 108.02 41.35 12.6-14.8 23.76-30.86 33.18-47.97v-2.51c-33.61-30.62-104.37-29.17-156.37-29.17-44.48 0-93.49-53.62-93.49-95.04v-16.88h-.05c-.23-11.12-2.86-19.93-6.09-19.93zm0 96.59c22.42 0 40.6 18.18 40.6 40.6s-18.18 40.65-40.6 40.65-40.6-18.23-40.6-40.65c0-22.42 18.18-40.6 40.6-40.6zm0 7.64c-18.19 0-32.96 14.77-32.96 32.96S237.81 360 256 360s32.96-14.77 32.96-32.96-14.77-32.96-32.96-32.96zm0 6.14c14.81 0 26.82 12.01 26.82 26.82s-12.01 26.82-26.82 26.82-26.82-12.01-26.82-26.82 12.01-26.82 26.82-26.82zm-114.8 66.67c-10.19.07-21.6.36-30.5 1.66.43 4.42 1.51 18.63 7.11 29.76 9.11-2.56 18.36-3.9 27.62-3.9 41.28.94 71.48 34.35 78.26 74.47l.11 4.7c10.4 1.91 21.19 2.94 32.21 2.94 11.03 0 21.81-1.02 32.21-2.94l.11-4.7c6.78-40.12 36.98-73.53 78.26-74.47 9.26 0 18.51 1.34 27.62 3.9 5.6-11.13 6.68-25.34 7.11-29.76-8.9-1.3-20.32-1.58-30.5-1.66-18.76.42-35.19 4.17-48.61 9.67-12.54 16.03-29.16 30.03-49.58 33.07-.09.02-.17.04-.27.05-.05.01-.11.04-.16.05-5.24 1.07-10.63 1.6-16.19 1.6-5.55 0-10.95-.53-16.19-1.6-.05-.01-.11-.04-.16-.05-.1-.02-.17-.04-.27-.05-20.42-3.03-37.03-17.04-49.58-33.07-13.42-5.49-29.86-9.25-48.61-9.67z"], + "ubuntu": [576, 512, [], "f7df", "M469.2 75A75.6 75.6 0 1 0 317.9 75a75.6 75.6 0 1 0 151.2 0zM154.2 240.7A75.6 75.6 0 1 0 3 240.7a75.6 75.6 0 1 0 151.2 0zM57 346C75.6 392.9 108 433 150 461.1s91.5 42.6 142 41.7c-14.7-18.6-22.9-41.5-23.2-65.2c-6.8-.9-13.3-2.1-19.5-3.4c-26.8-5.7-51.9-17.3-73.6-34s-39.3-38.1-51.7-62.5c-20.9 9.9-44.5 12.8-67.1 8.2zm395.1 89.8a75.6 75.6 0 1 0 -151.2 0 75.6 75.6 0 1 0 151.2 0zM444 351.6c18.5 14.8 31.6 35.2 37.2 58.2c33.3-41.3 52.6-92.2 54.8-145.2s-12.5-105.4-42.2-149.4c-8.6 21.5-24 39.6-43.8 51.6c15.4 28.6 22.9 60.8 21.9 93.2s-10.7 64-28 91.6zM101.1 135.4c12.4 2.7 24.3 7.5 35.1 14.3c16.6-24.2 38.9-44.1 64.8-58S255.8 70.4 285.2 70c.2-5.9 .9-11.9 2-17.7c3.6-16.7 11.1-32.3 21.8-45.5c-47.7-3.8-95.4 6-137.6 28.5S94.3 91.7 70.8 133.4c2.7-.2 5.3-.3 8-.3c7.5 0 15 .8 22.4 2.3z"], + "draft2digital": [480, 512, [], "f396", "M480 398.1l-144-82.2v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3 35.2-62.6 16.1-123.4-12.8-153.3-4.4-4.6-62.2-62.9-166-41.2-59.1 12.4-89.4 43.4-104.3 67.3-13.1 20.9-17 39.8-18.2 47.7-5.5 33 19.4 67.1 56.7 67.1 31.7 0 57.3-25.7 57.3-57.4 0-27.1-19.7-52.1-48-56.8 1.8-7.3 17.7-21.1 26.3-24.7 41.1-17.3 78 5.2 83.3 33.5 8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480zM369.9 371l47.1 27.2-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4 10-22.4 22.4-22.4 22.4 10.1 22.4 22.4zM82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9 35.1-43.1 40.3-82.4 28.4-112.7-7.4-18.8-17.5-30.2-24.3-35.7 45.3 2.1 68 23.4 82.2 38.3 0 0 42.4 48.2 5.8 113.3-37 65.9-110.9 147.5-128.5 166.7z"], + "stripe": [640, 512, [], "f429", "M165 144.7l-43.3 9.2-.2 142.4c0 26.3 19.8 43.3 46.1 43.3 14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V221h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V233.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1zm92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 228.3c0-6.9 5.8-9.6 15.1-9.7 13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1-36 0-60 18.8-60 50.2 0 49.2 67.5 41.2 67.5 62.4 0 8.2-7.1 10.9-17 10.9-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1 36.9 0 62.3-15.8 62.3-47.8 0-52.9-67.9-43.4-67.9-63.4zM640 261.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2 21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9zm-87.9-16.8c0-20 12.3-28.4 23.4-28.4 10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2 31.8 0 60.8-23.2 60.8-79.6.1-51.6-29.3-79.7-60.5-79.7zm-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8 16.2 0 27.4 18.2 27.4 41.4.1 23.9-10.9 41.8-27.4 41.8zm-126.7 33.7h44.6V183.2h-44.6z"], + "houzz": [448, 512, [], "f27c", "M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z"], + "gg": [512, 512, [], "f260", "M179.2 230.4l102.4 102.4-102.4 102.4L0 256 179.2 76.8l44.8 44.8-25.6 25.6-19.2-19.2-128 128 128 128 51.5-51.5-77.1-76.5 25.6-25.6zM332.8 76.8L230.4 179.2l102.4 102.4 25.6-25.6-77.1-76.5 51.5-51.5 128 128-128 128-19.2-19.2-25.6 25.6 44.8 44.8L512 256 332.8 76.8z"], + "dhl": [640, 512, [], "f790", "M238 301.2h58.7L319 271h-58.7L238 301.2zM0 282.9v6.4h81.8l4.7-6.4H0zM172.9 271c-8.7 0-6-3.6-4.6-5.5 2.8-3.8 7.6-10.4 10.4-14.1 2.8-3.7 2.8-5.9-2.8-5.9h-51l-41.1 55.8h100.1c33.1 0 51.5-22.5 57.2-30.3h-68.2zm317.5-6.9l39.3-53.4h-62.2l-39.3 53.4h62.2zM95.3 271H0v6.4h90.6l4.7-6.4zm111-26.6c-2.8 3.8-7.5 10.4-10.3 14.2-1.4 2-4.1 5.5 4.6 5.5h45.6s7.3-10 13.5-18.4c8.4-11.4.7-35-29.2-35H112.6l-20.4 27.8h111.4c5.6 0 5.5 2.2 2.7 5.9zM0 301.2h73.1l4.7-6.4H0v6.4zm323 0h58.7L404 271h-58.7c-.1 0-22.3 30.2-22.3 30.2zm222 .1h95v-6.4h-90.3l-4.7 6.4zm22.3-30.3l-4.7 6.4H640V271h-72.7zm-13.5 18.3H640v-6.4h-81.5l-4.7 6.4zm-164.2-78.6l-22.5 30.6h-26.2l22.5-30.6h-58.7l-39.3 53.4H409l39.3-53.4h-58.7zm33.5 60.3s-4.3 5.9-6.4 8.7c-7.4 10-.9 21.6 23.2 21.6h94.3l22.3-30.3H423.1z"], + "square-pinterest": [448, 512, ["pinterest-square"], "f0d3", "M384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h72.6l-2.2-.8c-5.4-48.1-3.1-57.5 15.7-134.7c3.9-16 8.5-35 13.9-57.9c0 0-7.3-14.8-7.3-36.5c0-70.7 75.5-78 75.5-25c0 13.5-5.4 31.1-11.2 49.8c-3.3 10.6-6.6 21.5-9.1 32c-5.7 24.5 12.3 44.4 36.4 44.4c43.7 0 77.2-46 77.2-112.4c0-58.8-42.3-99.9-102.6-99.9C153 139 112 191.4 112 245.6c0 21.1 8.2 43.7 18.3 56c2 2.4 2.3 4.5 1.7 7c-1.1 4.7-3.1 12.9-4.7 19.2c-1 4-1.8 7.3-2.1 8.6c-1.1 4.5-3.5 5.5-8.2 3.3c-30.6-14.3-49.8-59.1-49.8-95.1C67.2 167.1 123.4 96 229.4 96c85.2 0 151.4 60.7 151.4 141.8c0 84.6-53.3 152.7-127.4 152.7c-24.9 0-48.3-12.9-56.3-28.2c0 0-12.3 46.9-15.3 58.4c-5 19.3-17.6 42.9-27.4 59.3H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z"], + "xing": [384, 512, [], "f168", "M162.7 210c-1.8 3.3-25.2 44.4-70.1 123.5-4.9 8.3-10.8 12.5-17.7 12.5H9.8c-7.7 0-12.1-7.5-8.5-14.4l69-121.3c.2 0 .2-.1 0-.3l-43.9-75.6c-4.3-7.8.3-14.1 8.5-14.1H100c7.3 0 13.3 4.1 18 12.2l44.7 77.5zM382.6 46.1l-144 253v.3L330.2 466c3.9 7.1.2 14.1-8.5 14.1h-65.2c-7.6 0-13.6-4-18-12.2l-92.4-168.5c3.3-5.8 51.5-90.8 144.8-255.2 4.6-8.1 10.4-12.2 17.5-12.2h65.7c8 0 12.3 6.7 8.5 14.1z"], + "blackberry": [512, 512, [], "f37b", "M166 116.9c0 23.4-16.4 49.1-72.5 49.1H23.4l21-88.8h67.8c42.1 0 53.8 23.3 53.8 39.7zm126.2-39.7h-67.8L205.7 166h70.1c53.8 0 70.1-25.7 70.1-49.1.1-16.4-11.6-39.7-53.7-39.7zM88.8 208.1H21L0 296.9h70.1c56.1 0 72.5-23.4 72.5-49.1 0-16.3-11.7-39.7-53.8-39.7zm180.1 0h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1 0-16.3-11.7-39.7-53.7-39.7zm189.3-53.8h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7zm-28 137.9h-67.8L343.7 381h70.1c56.1 0 70.1-23.4 70.1-49.1 0-16.3-11.6-39.7-53.7-39.7zM240.8 346H173l-18.7 88.8h70.1c56.1 0 70.1-25.7 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7z"], + "creative-commons-pd": [496, 512, [], "f4ec", "M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm0 449.5c-139.2 0-235.8-138-190.2-267.9l78.8 35.1c-2.1 10.5-3.3 21.5-3.3 32.9 0 99 73.9 126.9 120.4 126.9 22.9 0 53.5-6.7 79.4-29.5L297 311.1c-5.5 6.3-17.6 16.7-36.3 16.7-37.8 0-53.7-39.9-53.9-71.9 230.4 102.6 216.5 96.5 217.9 96.8-34.3 62.4-100.6 104.8-176.7 104.8zm194.2-150l-224-100c18.8-34 54.9-30.7 74.7-11l40.4-41.6c-27.1-23.3-58-27.5-78.1-27.5-47.4 0-80.9 20.5-100.7 51.6l-74.9-33.4c36.1-54.9 98.1-91.2 168.5-91.2 111.1 0 201.5 90.4 201.5 201.5 0 18-2.4 35.4-6.8 52-.3-.1-.4-.2-.6-.4z"], + "playstation": [576, 512, [], "f3df", "M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8 40.9-4.5 90.9.6 130.2 15.5 44.2 14 49.2 34.7 38 48.9zm-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6zM43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8 19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4 13.9 4.6 39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10z"], + "quinscape": [512, 512, [], "f459", "M313.6 474.6h-1a158.1 158.1 0 0 1 0-316.2c94.9 0 168.2 83.1 157 176.6 4 5.1 8.2 9.6 11.2 15.3 13.4-30.3 20.3-62.4 20.3-97.7C501.1 117.5 391.6 8 256.5 8S12 117.5 12 252.6s109.5 244.6 244.5 244.6a237.36 237.36 0 0 0 70.4-10.1c-5.2-3.5-8.9-8.1-13.3-12.5zm-.1-.1l.4.1zm78.4-168.9a99.2 99.2 0 1 0 99.2 99.2 99.18 99.18 0 0 0-99.2-99.2z"], + "less": [640, 512, [], "f41d", "M612.7 219c0-20.5 3.2-32.6 3.2-54.6 0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1 0 16.3-1.6 32.6-1.6 51.5 0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3 0 18.9 1.6 34.2 1.6 51.5 0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V393h20.5c27.8 0 40.5-11 40.5-45.2 0-22.6-3.2-34.2-3.2-54.6 0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3zm-105.6 32c-15.8-6.3-30.5-10-30.5-20.5 0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8zm-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V119.1H65.2c-28.4 0-41 11-41 45.2 0 22.6 3.2 35.2 3.2 54.6 0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1 0 19.4-3.2 31-3.2 53.6 0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3 0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1H93v150.8c0 32.1 11 53.1 43.1 53.1 10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8zM379.9 251c-16.3-6.3-31-10-31-20.5 0-7.9 6.3-12.6 17.9-12.6 11.6 0 22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51 .1-28.9-22.5-41-43-47.8zm-155-68.8c-38.4 0-75.1 32.1-74.1 82.5 0 52 34.2 82.5 79.3 82.5 18.9 0 39.9-6.8 56.2-17.9l-15.8-27.8c-11.6 6.8-22.6 10-34.2 10-21 0-37.3-10-41.5-34.2H290c.5-3.7 1.6-11 1.6-19.4.6-42.6-22.6-75.7-66.7-75.7zm-30 66.2c3.2-21 15.8-31 30.5-31 18.9 0 26.3 13.1 26.3 31h-56.8z"], + "blogger-b": [448, 512, [], "f37d", "M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z"], + "opencart": [640, 512, [], "f23d", "M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6 20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8zm-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6 45.8-20.3 45.8-45.6-20.5-45.8-45.8-45.8zm291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2 333.3-5 130 86.1 70.8 188.9 186.7-166.7 319.4-233.9 17.2-233.9z"], + "vine": [384, 512, [], "f1ca", "M384 254.7v52.1c-18.4 4.2-36.9 6.1-52.1 6.1-36.9 77.4-103 143.8-125.1 156.2-14 7.9-27.1 8.4-42.7-.8C137 452 34.2 367.7 0 102.7h74.5C93.2 261.8 139 343.4 189.3 404.5c27.9-27.9 54.8-65.1 75.6-106.9-49.8-25.3-80.1-80.9-80.1-145.6 0-65.6 37.7-115.1 102.2-115.1 114.9 0 106.2 127.9 81.6 181.5 0 0-46.4 9.2-63.5-20.5 3.4-11.3 8.2-30.8 8.2-48.5 0-31.3-11.3-46.6-28.4-46.6-18.2 0-30.8 17.1-30.8 50 .1 79.2 59.4 118.7 129.9 101.9z"], + "signal-messenger": [512, 512, [], "e663", "M194.6 7.5l5.8 23.3C177.7 36.3 156 45.3 136 57.4L123.7 36.8c22-13.3 45.9-23.2 70.9-29.3zm122.9 0l-5.8 23.3C334.3 36.3 356 45.3 376 57.4l12.4-20.6c-22-13.3-46-23.2-71-29.3zM36.8 123.7c-13.3 22-23.2 45.9-29.3 70.9l23.3 5.8C36.3 177.7 45.3 156 57.4 136L36.8 123.7zM24 256c0-11.6 .9-23.3 2.6-34.8L2.9 217.6c-3.8 25.4-3.8 51.3 0 76.7l23.7-3.6C24.9 279.3 24 267.6 24 256zM388.3 475.2L376 454.6c-20 12.1-41.6 21-64.2 26.6l5.8 23.3c24.9-6.2 48.8-16 70.8-29.3zM488 256c0 11.6-.9 23.3-2.6 34.8l23.7 3.6c3.8-25.4 3.8-51.3 0-76.7l-23.7 3.6c1.7 11.5 2.6 23.1 2.6 34.8zm16.5 61.4l-23.3-5.8c-5.6 22.7-14.5 44.3-26.6 64.3l20.6 12.4c13.3-22 23.2-46 29.3-71zm-213.8 168c-23 3.5-46.5 3.5-69.5 0l-3.6 23.7c25.4 3.8 51.3 3.8 76.7 0l-3.6-23.7zm152-91.8c-13.8 18.7-30.4 35.3-49.2 49.1l14.2 19.3c20.7-15.2 39-33.4 54.2-54.1l-19.3-14.4zM393.6 69.2c18.8 13.8 35.3 30.4 49.2 49.2L462.1 104C446.9 83.4 428.6 65.1 408 49.9L393.6 69.2zM69.2 118.4c13.8-18.8 30.4-35.3 49.2-49.2L104 49.9C83.4 65.1 65.1 83.4 49.9 104l19.3 14.4zm406 5.3L454.6 136c12.1 20 21 41.6 26.6 64.2l23.3-5.8c-6.2-24.9-16-48.8-29.3-70.8zm-254-97.1c23-3.5 46.5-3.5 69.5 0l3.6-23.7C268.9-1 243.1-1 217.6 2.9l3.6 23.7zM81.6 468.4L32 480l11.6-49.6L20.2 425 8.6 474.5c-.9 4-.8 8.1 .3 12.1s3.2 7.5 6.1 10.4s6.5 5 10.4 6.1s8.1 1.2 12.1 .3L87 492l-5.4-23.6zM25.2 403.6L48.6 409l8-34.4c-11.7-19.6-20.4-40.8-25.8-63L7.5 317.4c5.2 21.2 13.2 41.7 23.6 60.8l-5.9 25.3zm112 52l-34.4 8 5.4 23.4 25.3-5.9c19.2 10.4 39.6 18.4 60.8 23.6l5.8-23.3c-22.1-5.5-43.3-14.3-62.8-26l-.2 .2zM256 48c-37.2 0-73.6 10-105.6 28.9s-58.4 46-76.3 78.6s-26.9 69.3-25.8 106.4s12 73.3 31.8 104.8L60 452l85.3-20c27.3 17.2 58.2 27.8 90.3 31s64.5-1.1 94.6-12.6s57.2-29.8 79-53.6s37.8-52.2 46.8-83.2s10.5-63.6 4.7-95.3s-19-61.6-38.4-87.4s-44.5-46.7-73.4-61S288.3 48 256 48z"], + "paypal": [384, 512, [], "f1ed", "M111.4 295.9c-3.5 19.2-17.4 108.7-21.5 134-.3 1.8-1 2.5-3 2.5H12.3c-7.6 0-13.1-6.6-12.1-13.9L58.8 46.6c1.5-9.6 10.1-16.9 20-16.9 152.3 0 165.1-3.7 204 11.4 60.1 23.3 65.6 79.5 44 140.3-21.5 62.6-72.5 89.5-140.1 90.3-43.4.7-69.5-7-75.3 24.2zM357.1 152c-1.8-1.3-2.5-1.8-3 1.3-2 11.4-5.1 22.5-8.8 33.6-39.9 113.8-150.5 103.9-204.5 103.9-6.1 0-10.1 3.3-10.9 9.4-22.6 140.4-27.1 169.7-27.1 169.7-1 7.1 3.5 12.9 10.6 12.9h63.5c8.6 0 15.7-6.3 17.4-14.9.7-5.4-1.1 6.1 14.4-91.3 4.6-22 14.3-19.7 29.3-19.7 71 0 126.4-28.8 142.9-112.3 6.5-34.8 4.6-71.4-23.8-92.6z"], + "gitlab": [512, 512, [], "f296", "M503.5 204.6L502.8 202.8L433.1 21.02C431.7 17.45 429.2 14.43 425.9 12.38C423.5 10.83 420.8 9.865 417.9 9.57C415 9.275 412.2 9.653 409.5 10.68C406.8 11.7 404.4 13.34 402.4 15.46C400.5 17.58 399.1 20.13 398.3 22.9L351.3 166.9H160.8L113.7 22.9C112.9 20.13 111.5 17.59 109.6 15.47C107.6 13.35 105.2 11.72 102.5 10.7C99.86 9.675 96.98 9.295 94.12 9.587C91.26 9.878 88.51 10.83 86.08 12.38C82.84 14.43 80.33 17.45 78.92 21.02L9.267 202.8L8.543 204.6C-1.484 230.8-2.72 259.6 5.023 286.6C12.77 313.5 29.07 337.3 51.47 354.2L51.74 354.4L52.33 354.8L158.3 434.3L210.9 474L242.9 498.2C246.6 500.1 251.2 502.5 255.9 502.5C260.6 502.5 265.2 500.1 268.9 498.2L300.9 474L353.5 434.3L460.2 354.4L460.5 354.1C482.9 337.2 499.2 313.5 506.1 286.6C514.7 259.6 513.5 230.8 503.5 204.6z"], + "typo3": [448, 512, [], "f42b", "M178.7 78.4c0-24.7 5.4-32.4 13.9-39.4-69.5 8.5-149.3 34-176.3 66.4-5.4 7.7-9.3 20.8-9.3 37.1C7 246 113.8 480 191.1 480c36.3 0 97.3-59.5 146.7-139-7 2.3-11.6 2.3-18.5 2.3-57.2 0-140.6-198.5-140.6-264.9zM301.5 32c-30.1 0-41.7 5.4-41.7 36.3 0 66.4 53.8 198.5 101.7 198.5 26.3 0 78.8-99.7 78.8-182.3 0-40.9-67-52.5-138.8-52.5z"], + "reddit-alien": [512, 512, [], "f281", "M373 138.6c-25.2 0-46.3-17.5-51.9-41l0 0c-30.6 4.3-54.2 30.7-54.2 62.4l0 .2c47.4 1.8 90.6 15.1 124.9 36.3c12.6-9.7 28.4-15.5 45.5-15.5c41.3 0 74.7 33.4 74.7 74.7c0 29.8-17.4 55.5-42.7 67.5c-2.4 86.8-97 156.6-213.2 156.6S45.5 410.1 43 323.4C17.6 311.5 0 285.7 0 255.7c0-41.3 33.4-74.7 74.7-74.7c17.2 0 33 5.8 45.7 15.6c34-21.1 76.8-34.4 123.7-36.4l0-.3c0-44.3 33.7-80.9 76.8-85.5C325.8 50.2 347.2 32 373 32c29.4 0 53.3 23.9 53.3 53.3s-23.9 53.3-53.3 53.3zM157.5 255.3c-20.9 0-38.9 20.8-40.2 47.9s17.1 38.1 38 38.1s36.6-9.8 37.8-36.9s-14.7-49.1-35.7-49.1zM395 303.1c-1.2-27.1-19.2-47.9-40.2-47.9s-36.9 22-35.7 49.1c1.2 27.1 16.9 36.9 37.8 36.9s39.3-11 38-38.1zm-60.1 70.8c1.5-3.6-1-7.7-4.9-8.1c-23-2.3-47.9-3.6-73.8-3.6s-50.8 1.3-73.8 3.6c-3.9 .4-6.4 4.5-4.9 8.1c12.9 30.8 43.3 52.4 78.7 52.4s65.8-21.6 78.7-52.4z"], + "yahoo": [512, 512, [], "f19e", "M223.69,141.06,167,284.23,111,141.06H14.93L120.76,390.19,82.19,480h94.17L317.27,141.06Zm105.4,135.79a58.22,58.22,0,1,0,58.22,58.22A58.22,58.22,0,0,0,329.09,276.85ZM394.65,32l-93,223.47H406.44L499.07,32Z"], + "dailymotion": [448, 512, [], "e052", "M298.93,267a48.4,48.4,0,0,0-24.36-6.21q-19.83,0-33.44,13.27t-13.61,33.42q0,21.16,13.28,34.6t33.43,13.44q20.5,0,34.11-13.78T322,307.47A47.13,47.13,0,0,0,315.9,284,44.13,44.13,0,0,0,298.93,267ZM0,32V480H448V32ZM374.71,405.26h-53.1V381.37h-.67q-15.79,26.2-55.78,26.2-27.56,0-48.89-13.1a88.29,88.29,0,0,1-32.94-35.77q-11.6-22.68-11.59-50.89,0-27.56,11.76-50.22a89.9,89.9,0,0,1,32.93-35.78q21.18-13.09,47.72-13.1a80.87,80.87,0,0,1,29.74,5.21q13.28,5.21,25,17V153l55.79-12.09Z"], + "affiliatetheme": [512, 512, [], "f36b", "M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z"], + "pied-piper-pp": [448, 512, [], "f1a7", "M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2 17.5 0 31.7 16.9 31.7 37.8zm52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7 17.4 0 31.7-16.9 31.7-37.8 0-21.1-14.3-38.1-31.7-38.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM185 255.1c41 0 74.2-35.6 74.2-79.6 0-44-33.2-79.6-74.2-79.6-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8zm158.4 25.3c0-44-33.2-79.6-73.9-79.6-3.2 0-6.4.2-9.6.7-3.7 12.5-10.1 23.8-19.2 33.4-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7 40.8 0 74-35.6 74-79.6z"], + "bootstrap": [576, 512, [], "f836", "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z"], + "odnoklassniki": [320, 512, [], "f263", "M275.1 334c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6L84 503.4c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9s94.9-28.9 94.9-28.9c26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1zM30.3 129.7C30.3 58 88.6 0 160 0s129.7 58 129.7 129.7c0 71.4-58.3 129.4-129.7 129.4s-129.7-58-129.7-129.4zm66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64z"], + "nfc-symbol": [576, 512, [], "e531", "M392.9 32.43C400.6 31.1 408.6 32.89 414.1 37.41C498.2 96.14 544 173.7 544 255.1C544 338.2 498.2 415.9 414.1 474.6C409.3 478.6 402.4 480.5 395.5 479.9C388.5 479.3 382 476.3 377.1 471.4L193.7 288.7C188.1 283.2 185 275.7 184.1 267.8C184.1 260 188.1 252.5 193.6 246.9C199.2 241.4 206.7 238.2 214.5 238.2C222.4 238.2 229.9 241.3 235.4 246.8L400.5 411.2C455.1 366.5 484.8 312 484.8 255.1C484.8 193.5 447.9 132.9 380.9 85.76C374.5 81.24 370.1 74.35 368.8 66.62C367.4 58.89 369.2 50.94 373.8 44.53C378.3 38.12 385.2 33.77 392.9 32.43V32.43zM186.9 479.6C179.2 480.9 171.3 479.1 164.8 474.6C81.67 415.9 35.84 338.2 35.84 255.1C35.84 173.7 81.67 96.14 164.8 37.41C170.5 33.4 177.4 31.53 184.4 32.12C191.3 32.71 197.8 35.72 202.7 40.63L386.1 223.3C391.7 228.8 394.8 236.3 394.8 244.2C394.9 251.1 391.8 259.5 386.2 265.1C380.7 270.6 373.2 273.8 365.3 273.8C357.5 273.8 349.1 270.7 344.4 265.2L179.3 100.7C124.7 145.9 95.03 199.9 95.03 255.1C95.03 318.5 131.9 379.1 198.1 426.2C205.4 430.8 209.7 437.6 211.1 445.4C212.4 453.1 210.6 461.1 206.1 467.5C201.6 473.9 194.7 478.2 186.9 479.6V479.6z"], + "mintbit": [512, 512, [], "e62f", "M73.2 512V438.9H365.7V365.7h73.2V219.4H512V0H292.6V73.1H146.3v73.2H73.2V438.9H0V512H73.2zm73.1-219.4h73.2v73.1H146.3V292.6zm73.2-73.1h73.1v73.1H219.4V219.4zm73.1 0V146.3h73.2v73.1H292.6zM365.7 73.1h73.2v73.2H365.7V73.1z"], + "ethereum": [320, 512, [], "f42e", "M311.9 260.8L160 353.6 8 260.8 160 0l151.9 260.8zM160 383.4L8 290.6 160 512l152-221.4-152 92.8z"], + "speaker-deck": [512, 512, [], "f83c", "M213.86 296H100a100 100 0 0 1 0-200h132.84a40 40 0 0 1 0 80H98c-26.47 0-26.45 40 0 40h113.82a100 100 0 0 1 0 200H40a40 40 0 0 1 0-80h173.86c26.48 0 26.46-40 0-40zM298 416a120.21 120.21 0 0 0 51.11-80h64.55a19.83 19.83 0 0 0 19.66-20V196a19.83 19.83 0 0 0-19.66-20H296.42a60.77 60.77 0 0 0 0-80h136.93c43.44 0 78.65 35.82 78.65 80v160c0 44.18-35.21 80-78.65 80z"], + "creative-commons-nc-eu": [496, 512, [], "f4e9", "M247.7 8C103.6 8 0 124.8 0 256c0 136.3 111.7 248 247.7 248C377.9 504 496 403.1 496 256 496 117 388.4 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-23.2 3.7-45.2 10.9-66l65.7 29.1h-4.7v29.5h23.3c0 6.2-.4 3.2-.4 19.5h-22.8v29.5h27c11.4 67 67.2 101.3 124.6 101.3 26.6 0 50.6-7.9 64.8-15.8l-10-46.1c-8.7 4.6-28.2 10.8-47.3 10.8-28.2 0-58.1-10.9-67.3-50.2h90.3l128.3 56.8c-1.5 2.1-56.2 104.3-178.8 104.3zm-16.7-190.6l-.5-.4.9.4h-.4zm77.2-19.5h3.7v-29.5h-70.3l-28.6-12.6c2.5-5.5 5.4-10.5 8.8-14.3 12.9-15.8 31.1-22.4 51.1-22.4 18.3 0 35.3 5.4 46.1 10l11.6-47.3c-15-6.6-37-12.4-62.3-12.4-39 0-72.2 15.8-95.9 42.3-5.3 6.1-9.8 12.9-13.9 20.1l-81.6-36.1c64.6-96.8 157.7-93.6 170.7-93.6 113 0 203 90.2 203 203.4 0 18.7-2.1 36.3-6.3 52.9l-136.1-60.5z"], + "patreon": [512, 512, [], "f3d9", "M489.7 153.8c-.1-65.4-51-119-110.7-138.3C304.8-8.5 207-5 136.1 28.4C50.3 68.9 23.3 157.7 22.3 246.2C21.5 319 28.7 510.6 136.9 512c80.3 1 92.3-102.5 129.5-152.3c26.4-35.5 60.5-45.5 102.4-55.9c72-17.8 121.1-74.7 121-150z"], + "avianex": [512, 512, [], "f374", "M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8zm-58.2 347.3l-32 13.5-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2-17.9 12.7-40.6-61-52.4-48.1 15.7-15.4 58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8 18.8-28.9 8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4 7.7-6.5 21.5-2.9 30.7 7.9 9 10.5 10.6 24.7 2.7 31.3-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3 94.9 119.4-6.3 7.9z"], + "ello": [496, 512, [], "f5f1", "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm143.84 285.2C375.31 358.51 315.79 404.8 248 404.8s-127.31-46.29-143.84-111.6c-1.65-7.44 2.48-15.71 9.92-17.36 7.44-1.65 15.71 2.48 17.36 9.92 14.05 52.91 62 90.11 116.56 90.11s102.51-37.2 116.56-90.11c1.65-7.44 9.92-12.4 17.36-9.92 7.44 1.65 12.4 9.92 9.92 17.36z"], + "gofore": [400, 512, [], "f3a7", "M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8-73.2 0-132.4-60.2-132.4-134.4 0-74.1 59.2-134.4 132.4-134.4 35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32 98 32 0 132.6 0 256c0 122.5 97 224 220.7 224 63.2 0 124.5-26.2 171-82.5-2-27.6-13.4-77.7-67.7-77.7zm-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2z"], + "bimobject": [448, 512, [], "f378", "M416 32H32C14.4 32 0 46.4 0 64v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-64 257.4c0 49.4-11.4 82.6-103.8 82.6h-16.9c-44.1 0-62.4-14.9-70.4-38.8h-.9V368H96V136h64v74.7h1.1c4.6-30.5 39.7-38.8 69.7-38.8h17.3c92.4 0 103.8 33.1 103.8 82.5v35zm-64-28.9v22.9c0 21.7-3.4 33.8-38.4 33.8h-45.3c-28.9 0-44.1-6.5-44.1-35.7v-19c0-29.3 15.2-35.7 44.1-35.7h45.3c35-.2 38.4 12 38.4 33.7z"], + "brave-reverse": [448, 512, [], "e63d", "M298 0c3 0 5.8 1.3 7.8 3.6l38.1 44c.5-.1 1-.2 1.5-.3c9.2-1.6 18.6-2.2 27.7-1.2c11.6 1.4 21.5 5.4 28.9 12.9c7.7 7.8 15.4 15.8 22.6 23.6c2.5 2.7 4.9 5.2 6.9 7.4c.7 .8 1.4 1.5 1.9 2c3.4 3.7 4.2 8.1 2.7 11.9l-9.8 24.6 13.1 38.1c.7 2 .8 4.1 .2 6.2c-.1 .4-.1 .4-.5 2.1c-.6 2.3-.6 2.3-1.5 5.8c-1.6 6.3-3.5 13.3-5.4 20.9c-5.6 21.6-11.2 43.2-16.4 63.4c-12.9 49.9-21.4 82.7-23.4 90.9c-11.1 44.5-19.9 60-48.3 80.3c-24.9 17.8-76.8 53.6-86.8 60c-1 .6-2 1.3-3.4 2.3c-.5 .4-3.2 2.2-3.9 2.7c-4.9 3.3-8.3 5.5-12.1 7.3c-4.7 2.2-9.3 3.5-13.9 3.5s-9.1-1.2-13.9-3.5c-3.7-1.8-7.2-3.9-12.1-7.3c-.8-.5-3.4-2.4-3.9-2.7c-1.4-1-2.5-1.7-3.4-2.3c-10-6.4-61.9-42.1-86.8-60c-28.4-20.4-37.2-35.8-48.3-80.3c-2-8.2-10.5-41-23.3-90.5c-5.3-20.6-10.9-42.2-16.5-63.8c-2-7.6-3.8-14.6-5.4-20.9c-.9-3.5-.9-3.5-1.5-5.8c-.4-1.7-.4-1.7-.5-2.1c-.5-2-.4-4.2 .2-6.2l13.1-38.1L11.8 104c-1.5-3.8-.7-8.2 2-11.2c1.2-1.3 1.8-2 2.6-2.8c2-2.2 4.4-4.7 6.9-7.4C30.6 74.9 38.3 66.9 46 59.1c7.4-7.5 17.3-11.6 28.9-12.9c9.1-1.1 18.5-.5 27.7 1.2c.5 .1 1 .2 1.5 .3l38.1-44C144.2 1.3 147 0 150 0H298zm-4.7 21.1H154.7L115.6 66.2c-2.6 3-6.7 4.3-10.6 3.2c-.2-.1-.7-.2-1.5-.4c-1.3-.3-2.9-.6-4.5-.9c-7.4-1.3-14.9-1.8-21.7-1C70 68 64.3 70.3 60.7 74c-7.6 7.7-15.2 15.6-22.3 23.3c-1.7 1.8-3.3 3.5-4.8 5.1l8.8 22c1 2.4 1 5 .2 7.5L29.2 170.6c.4 1.4 .5 1.9 1.2 4.8c1.6 6.3 3.5 13.3 5.4 20.9c5.6 21.6 11.2 43.2 16.4 63.4c12.9 50 21.4 82.8 23.4 91C85.7 390.8 92 402 115.8 419c24.6 17.6 76.3 53.2 85.9 59.3c1.2 .8 2.5 1.6 4 2.7c.6 .4 3.2 2.2 3.9 2.7c4 2.8 6.7 4.4 9.2 5.6c2.2 1 3.9 1.5 5.1 1.5s2.9-.5 5.1-1.5c2.5-1.2 5.2-2.8 9.2-5.6c.7-.5 3.3-2.3 3.9-2.7c1.6-1.1 2.8-1.9 4-2.7c9.6-6.1 61.3-41.7 85.9-59.3c23.8-17.1 30.2-28.2 40.1-68.3c2.1-8.3 10.5-41.1 23.3-90.7c5.3-20.6 10.9-42.2 16.5-63.8c2-7.6 3.8-14.6 5.4-20.9c.7-2.9 .9-3.4 1.2-4.8l-13.3-38.8c-.8-2.4-.8-5.1 .2-7.5l8.8-22c-1.5-1.6-3.1-3.3-4.8-5.1c-7.2-7.6-14.7-15.5-22.3-23.3c-3.7-3.7-9.3-6-16.6-6.9c-6.8-.8-14.4-.3-21.7 1c-1.7 .3-3.2 .6-4.5 .9c-.8 .2-1.3 .3-1.5 .4c-3.8 1.1-7.9-.2-10.6-3.2L293.3 21.1zM224 316c2.8 0 20.9 6.5 35.4 14.1s25 13 28.3 15.2s1.3 6.2-1.7 8.4s-44.1 34.6-48.1 38.2s-9.8 9.5-13.8 9.5s-9.8-5.9-13.8-9.5s-45.1-36-48.1-38.2s-5.1-6.2-1.7-8.4s13.9-7.5 28.3-15.2s32.5-14.1 35.4-14.1zm.1-230.7c.7 0 8.8 .2 20.5 4.2c12.3 4.2 25.7 9.4 31.9 9.4s51.9-8.9 51.9-8.9s54.2 66.7 54.2 81s-6.8 18-13.7 25.4s-36.8 39.8-40.7 43.9s-11.9 10.5-7.1 21.8s11.7 25.8 3.9 40.4s-21 24.4-29.4 22.8s-28.4-12.2-35.7-17.1s-30.5-24.3-30.5-31.8s24-20.8 28.4-23.9s24.7-14.8 25.1-19.4s.3-6-5.7-17.4s-16.7-26.7-14.9-36.8s19.1-15.4 31.5-20.2s36.2-13.7 39.2-15.1s2.2-2.7-6.8-3.6s-34.6-4.3-46.1-1.1s-31.2 8.2-32.8 10.9s-3 2.7-1.4 11.8s10.1 52.8 10.9 60.6s2.4 12.9-5.8 14.8s-22.1 5.2-26.8 5.2s-18.6-3.3-26.8-5.2s-6.6-7-5.8-14.8s9.3-51.5 10.9-60.6s.2-9.2-1.4-11.8s-21.3-7.6-32.8-10.9s-37.1 .2-46.1 1.1s-9.8 2.2-6.8 3.6s26.8 10.4 39.2 15.1s29.7 10 31.5 20.2s-9 25.4-14.9 36.8s-6.1 12.8-5.7 17.4s20.6 16.4 25.1 19.4s28.4 16.4 28.4 23.9s-23.2 27-30.5 31.8s-27.2 15.4-35.7 17.1s-21.7-8.2-29.4-22.8s-.8-29.1 3.9-40.4s-3.3-17.7-7.1-21.8s-33.8-36.5-40.7-43.9s-13.7-11.2-13.7-25.4s54.2-81 54.2-81s45.8 8.9 51.9 8.9s19.5-5.2 31.9-9.4s20.6-4.2 20.6-4.2l.1 0z"], + "facebook-f": [320, 512, [], "f39e", "M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"], + "square-google-plus": [448, 512, ["google-plus-square"], "f0d4", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM64 256c0-55.3 44.7-100 100-100c27 0 49.5 9.8 67 26.2l-27.1 26.1c-7.4-7.1-20.3-15.4-39.8-15.4c-34.1 0-61.9 28.2-61.9 63.2c0 34.9 27.8 63.2 61.9 63.2c39.6 0 54.4-28.5 56.8-43.1H164V241.8h94.4c1 5 1.6 10.1 1.6 16.6c0 57.1-38.3 97.6-96 97.6c-55.3 0-100-44.7-100-100zm291 18.2v29H325.8v-29h-29V245h29V216H355v29h29v29.2H355z"], + "web-awesome": [640, 512, [], "e682", "M372.2 52c0 20.9-12.4 39-30.2 47.2L448 192l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1c0-26.5 21.5-48 48-48s48 21.5 48 48c0 26-20.6 47.1-46.4 48L481 442.3c-10.3 23-33.2 37.7-58.4 37.7l-205.2 0c-25.2 0-48-14.8-58.4-37.7L46.4 192C20.6 191.1 0 170 0 144c0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.1-3.1 19.4-8.4 27.1L192 192 298.1 99.1c-17.7-8.3-30-26.3-30-47.1c0-28.7 23.3-52 52-52s52 23.3 52 52z"], + "mandalorian": [448, 512, [], "f50f", "M232.27 511.89c-1-3.26-1.69-15.83-1.39-24.58.55-15.89 1-24.72 1.4-28.76.64-6.2 2.87-20.72 3.28-21.38.6-1 .4-27.87-.24-33.13-.31-2.58-.63-11.9-.69-20.73-.13-16.47-.53-20.12-2.73-24.76-1.1-2.32-1.23-3.84-1-11.43a92.38 92.38 0 0 0-.34-12.71c-2-13-3.46-27.7-3.25-33.9s.43-7.15 2.06-9.67c3.05-4.71 6.51-14 8.62-23.27 2.26-9.86 3.88-17.18 4.59-20.74a109.54 109.54 0 0 1 4.42-15.05c2.27-6.25 2.49-15.39.37-15.39-.3 0-1.38 1.22-2.41 2.71s-4.76 4.8-8.29 7.36c-8.37 6.08-11.7 9.39-12.66 12.58s-1 7.23-.16 7.76c.34.21 1.29 2.4 2.11 4.88a28.83 28.83 0 0 1 .72 15.36c-.39 1.77-1 5.47-1.46 8.23s-1 6.46-1.25 8.22a9.85 9.85 0 0 1-1.55 4.26c-1 1-1.14.91-2.05-.53a14.87 14.87 0 0 1-1.44-4.75c-.25-1.74-1.63-7.11-3.08-11.93-3.28-10.9-3.52-16.15-1-21a14.24 14.24 0 0 0 1.67-4.61c0-2.39-2.2-5.32-7.41-9.89-7-6.18-8.63-7.92-10.23-11.3-1.71-3.6-3.06-4.06-4.54-1.54-1.78 3-2.6 9.11-3 22l-.34 12.19 2 2.25c3.21 3.7 12.07 16.45 13.78 19.83 3.41 6.74 4.34 11.69 4.41 23.56s.95 22.75 2 24.71c.36.66.51 1.35.34 1.52s.41 2.09 1.29 4.27a38.14 38.14 0 0 1 2.06 9 91 91 0 0 0 1.71 10.37c2.23 9.56 2.77 14.08 2.39 20.14-.2 3.27-.53 11.07-.73 17.32-1.31 41.76-1.85 58-2 61.21-.12 2-.39 11.51-.6 21.07-.36 16.3-1.3 27.37-2.42 28.65-.64.73-8.07-4.91-12.52-9.49-3.75-3.87-4-4.79-2.83-9.95.7-3 2.26-18.29 3.33-32.62.36-4.78.81-10.5 1-12.71.83-9.37 1.66-20.35 2.61-34.78.56-8.46 1.33-16.44 1.72-17.73s.89-9.89 1.13-19.11l.43-16.77-2.26-4.3c-1.72-3.28-4.87-6.94-13.22-15.34-6-6.07-11.84-12.3-12.91-13.85l-1.95-2.81.75-10.9c1.09-15.71 1.1-48.57 0-59.06l-.89-8.7-3.28-4.52c-5.86-8.08-5.8-7.75-6.22-33.27-.1-6.07-.38-11.5-.63-12.06-.83-1.87-3.05-2.66-8.54-3.05-8.86-.62-11-1.9-23.85-14.55-6.15-6-12.34-12-13.75-13.19-2.81-2.42-2.79-2-.56-9.63l1.35-4.65-1.69-3a32.22 32.22 0 0 0-2.59-4.07c-1.33-1.51-5.5-10.89-6-13.49a4.24 4.24 0 0 1 .87-3.9c2.23-2.86 3.4-5.68 4.45-10.73 2.33-11.19 7.74-26.09 10.6-29.22 3.18-3.47 7.7-1 9.41 5 1.34 4.79 1.37 9.79.1 18.55a101.2 101.2 0 0 0-1 11.11c0 4 .19 4.69 2.25 7.39 3.33 4.37 7.73 7.41 15.2 10.52a18.67 18.67 0 0 1 4.72 2.85c11.17 10.72 18.62 16.18 22.95 16.85 5.18.8 8 4.54 10 13.39 1.31 5.65 4 11.14 5.46 11.14a9.38 9.38 0 0 0 3.33-1.39c2-1.22 2.25-1.73 2.25-4.18a132.88 132.88 0 0 0-2-17.84c-.37-1.66-.78-4.06-.93-5.35s-.61-3.85-1-5.69c-2.55-11.16-3.65-15.46-4.1-16-1.55-2-4.08-10.2-4.93-15.92-1.64-11.11-4-14.23-12.91-17.39A43.15 43.15 0 0 1 165.24 78c-1.15-1-4-3.22-6.35-5.06s-4.41-3.53-4.6-3.76a22.7 22.7 0 0 0-2.69-2c-6.24-4.22-8.84-7-11.26-12l-2.44-5-.22-13-.22-13 6.91-6.55c3.95-3.75 8.48-7.35 10.59-8.43 3.31-1.69 4.45-1.89 11.37-2 8.53-.19 10.12 0 11.66 1.56s1.36 6.4-.29 8.5a6.66 6.66 0 0 0-1.34 2.32c0 .58-2.61 4.91-5.42 9a30.39 30.39 0 0 0-2.37 6.82c20.44 13.39 21.55 3.77 14.07 29L194 66.92c3.11-8.66 6.47-17.26 8.61-26.22.29-7.63-12-4.19-15.4-8.68-2.33-5.93 3.13-14.18 6.06-19.2 1.6-2.34 6.62-4.7 8.82-4.15.88.22 4.16-.35 7.37-1.28a45.3 45.3 0 0 1 7.55-1.68 29.57 29.57 0 0 0 6-1.29c3.65-1.11 4.5-1.17 6.35-.4a29.54 29.54 0 0 0 5.82 1.36 18.18 18.18 0 0 1 6 1.91 22.67 22.67 0 0 0 5 2.17c2.51.68 3 .57 7.05-1.67l4.35-2.4L268.32 5c10.44-.4 10.81-.47 15.26-2.68L288.16 0l2.46 1.43c1.76 1 3.14 2.73 4.85 6 2.36 4.51 2.38 4.58 1.37 7.37-.88 2.44-.89 3.3-.1 6.39a35.76 35.76 0 0 0 2.1 5.91 13.55 13.55 0 0 1 1.31 4c.31 4.33 0 5.3-2.41 6.92-2.17 1.47-7 7.91-7 9.34a14.77 14.77 0 0 1-1.07 3c-5 11.51-6.76 13.56-14.26 17-9.2 4.2-12.3 5.19-16.21 5.19-3.1 0-4 .25-4.54 1.26a18.33 18.33 0 0 1-4.09 3.71 13.62 13.62 0 0 0-4.38 4.78 5.89 5.89 0 0 1-2.49 2.91 6.88 6.88 0 0 0-2.45 1.71 67.62 67.62 0 0 1-7 5.38c-3.33 2.34-6.87 5-7.87 6A7.27 7.27 0 0 1 224 100a5.76 5.76 0 0 0-2.13 1.65c-1.31 1.39-1.49 2.11-1.14 4.6a36.45 36.45 0 0 0 1.42 5.88c1.32 3.8 1.31 7.86 0 10.57s-.89 6.65 1.35 9.59c2 2.63 2.16 4.56.71 8.84a33.45 33.45 0 0 0-1.06 8.91c0 4.88.22 6.28 1.46 8.38s1.82 2.48 3.24 2.32c2-.23 2.3-1.05 4.71-12.12 2.18-10 3.71-11.92 13.76-17.08 2.94-1.51 7.46-4 10-5.44s6.79-3.69 9.37-4.91a40.09 40.09 0 0 0 15.22-11.67c7.11-8.79 10-16.22 12.85-33.3a18.37 18.37 0 0 1 2.86-7.73 20.39 20.39 0 0 0 2.89-7.31c1-5.3 2.85-9.08 5.58-11.51 4.7-4.18 6-1.09 4.59 10.87-.46 3.86-1.1 10.33-1.44 14.38l-.61 7.36 4.45 4.09 4.45 4.09.11 8.42c.06 4.63.47 9.53.92 10.89l.82 2.47-6.43 6.28c-8.54 8.33-12.88 13.93-16.76 21.61-1.77 3.49-3.74 7.11-4.38 8-2.18 3.11-6.46 13-8.76 20.26l-2.29 7.22-7 6.49c-3.83 3.57-8 7.25-9.17 8.17-3.05 2.32-4.26 5.15-4.26 10a14.62 14.62 0 0 0 1.59 7.26 42 42 0 0 1 2.09 4.83 9.28 9.28 0 0 0 1.57 2.89c1.4 1.59 1.92 16.12.83 23.22-.68 4.48-3.63 12-4.7 12-1.79 0-4.06 9.27-5.07 20.74-.18 2-.62 5.94-1 8.7s-1 10-1.35 16.05c-.77 12.22-.19 18.77 2 23.15 3.41 6.69.52 12.69-11 22.84l-4 3.49.07 5.19a40.81 40.81 0 0 0 1.14 8.87c4.61 16 4.73 16.92 4.38 37.13-.46 26.4-.26 40.27.63 44.15a61.31 61.31 0 0 1 1.08 7c.17 2 .66 5.33 1.08 7.36.47 2.26.78 11 .79 22.74v19.06l-1.81 2.63c-2.71 3.91-15.11 13.54-15.49 12.29zm29.53-45.11c-.18-.3-.33-6.87-.33-14.59 0-14.06-.89-27.54-2.26-34.45-.4-2-.81-9.7-.9-17.06-.15-11.93-1.4-24.37-2.64-26.38-.66-1.07-3-17.66-3-21.3 0-4.23 1-6 5.28-9.13s4.86-3.14 5.48-.72c.28 1.1 1.45 5.62 2.6 10 3.93 15.12 4.14 16.27 4.05 21.74-.1 5.78-.13 6.13-1.74 17.73-1 7.07-1.17 12.39-1 28.43.17 19.4-.64 35.73-2 41.27-.71 2.78-2.8 5.48-3.43 4.43zm-71-37.58a101 101 0 0 1-1.73-10.79 100.5 100.5 0 0 0-1.73-10.79 37.53 37.53 0 0 1-1-6.49c-.31-3.19-.91-7.46-1.33-9.48-1-4.79-3.35-19.35-3.42-21.07 0-.74-.34-4.05-.7-7.36-.67-6.21-.84-27.67-.22-28.29 1-1 6.63 2.76 11.33 7.43l5.28 5.25-.45 6.47c-.25 3.56-.6 10.23-.78 14.83s-.49 9.87-.67 11.71-.61 9.36-.94 16.72c-.79 17.41-1.94 31.29-2.65 32a.62.62 0 0 1-1-.14zm-87.18-266.59c21.07 12.79 17.84 14.15 28.49 17.66 13 4.29 18.87 7.13 23.15 16.87C111.6 233.28 86.25 255 78.55 268c-31 52-6 101.59 62.75 87.21-14.18 29.23-78 28.63-98.68-4.9-24.68-39.95-22.09-118.3 61-187.66zm210.79 179c56.66 6.88 82.32-37.74 46.54-89.23 0 0-26.87-29.34-64.28-68 3-15.45 9.49-32.12 30.57-53.82 89.2 63.51 92 141.61 92.46 149.36 4.3 70.64-78.7 91.18-105.29 61.71z"], + "first-order-alt": [496, 512, [], "f50a", "M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79 488.21 123.34 488.21 256 380.66 496.21 248 496.21zm0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71 467.71 377.34 467.71 256 369.34 36.29 248 36.29zm0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49 459.51 139.19 459.51 256 364.81 467.51 248 467.51zm186.23-162.98a191.613 191.613 0 0 1-20.13 48.69l-74.13-35.88 61.48 54.82a193.515 193.515 0 0 1-37.2 37.29l-54.8-61.57 35.88 74.27a190.944 190.944 0 0 1-48.63 20.23l-27.29-78.47 4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46-27.15 78.03a191.365 191.365 0 0 1-48.65-20.2l35.93-74.34-54.87 61.64a193.85 193.85 0 0 1-37.22-37.28l61.59-54.9-74.26 35.93a191.638 191.638 0 0 1-20.14-48.69l77.84-27.11-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21 0-9 .63-17.84 1.82-26.51l82.38 4.77-77.94-27.16a191.726 191.726 0 0 1 20.23-48.67l74.22 35.92-61.52-54.86a193.85 193.85 0 0 1 37.28-37.22l54.76 61.53-35.83-74.17a191.49 191.49 0 0 1 48.65-20.13l26.87 77.25-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16 27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12 54.72-61.47a193.13 193.13 0 0 1 37.24 37.23l-61.45 54.77 74.12-35.86a191.515 191.515 0 0 1 20.2 48.65l-77.81 27.1 82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49 0 8.88-.61 17.63-1.78 26.19l-82.12-4.75 77.72 27.09z"], + "osi": [512, 512, [], "f41a", "M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1 21.3 118.8-44 230-151.6 274-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8 24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7-5.2 33 11.1 63.7 41.9 77.7 9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5-52.6-20.3-101.4-61-130.8-119-24.9-49.2-25.2-87.7-26.8-108.7zm20.9-1.9c.4 6.6.6 14.3 1.3 22.1 6.3 71.9 49.6 143.5 131 183.1 3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7-31.6-19.9-47.3-48.5-45.6-86 1-21.6 9.3-40.5 23.8-56.3 30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3 35.5-16.6 65.2-40.3 88.1-72 34.8-48.2 49.1-101.9 42.3-161-13.7-117.5-119.4-214.8-255.5-198-106.1 13-195.3 102.5-197.1 225.8z"], + "google-wallet": [448, 512, [], "f1ee", "M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5-8.3 33.8-18.8 66.5-31.3 98.3-13.2-52.3-26.5-101.3-56-148.5 6.5-36.4 2.3-73.6 3-112.3zM109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5-3-4-8-6.5-13-6.5zm47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368H157.1zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3 13.2 46.5 22.3 95.5 26.5 146 48.2 86.2 79.7 178.3 90.6 270.8 15.8-60.5 25.3-133.5 25.3-203 0-73.6-12.1-145.1-31.1-212.6z"], + "d-and-d-beyond": [640, 512, [], "f6ca", "M313.8 241.5c13.8 0 21-10.1 24.8-17.9-1-1.1-5-4.2-7.4-6.6-2.4 4.3-8.2 10.7-13.9 10.7-10.2 0-15.4-14.7-3.2-26.6-.5-.2-4.3-1.8-8 2.4 0-3 1-5.1 2.1-6.6-3.5 1.3-9.8 5.6-11.4 7.9.2-5.8 1.6-7.5.6-9l-.2-.2s-8.5 5.6-9.3 14.7c0 0 1.1-1.6 2.1-1.9.6-.3 1.3 0 .6 1.9-.2.6-5.8 15.7 5.1 26-.6-1.6-1.9-7.6 2.4-1.9-.3.1 5.8 7.1 15.7 7.1zm52.4-21.1c0-4-4.9-4.4-5.6-4.5 2 3.9.9 7.5.2 9 2.5-.4 5.4-1.6 5.4-4.5zm10.3 5.2c0-6.4-6.2-11.4-13.5-10.7 8 1.3 5.6 13.8-5 11.4 3.7-2.6 3.2-9.9-1.3-12.5 1.4 4.2-3 8.2-7.4 4.6-2.4-1.9-8-6.6-10.6-8.6-2.4-2.1-5.5-1-6.6-1.8-1.3-1.1-.5-3.8-2.2-5-1.6-.8-3-.3-4.8-1-1.6-.6-2.7-1.9-2.6-3.5-2.5 4.4 3.4 6.3 4.5 8.5 1 1.9-.8 4.8 4 8.5 14.8 11.6 9.1 8 10.4 18.1.6 4.3 4.2 6.7 6.4 7.4-2.1-1.9-2.9-6.4 0-9.3 0 13.9 19.2 13.3 23.1 6.4-2.4 1.1-7-.2-9-1.9 7.7 1 14.2-4.1 14.6-10.6zm-39.4-18.4c2 .8 1.6.7 6.4 4.5 10.2-24.5 21.7-15.7 22-15.5 2.2-1.9 9.8-3.8 13.8-2.7-2.4-2.7-7.5-6.2-13.3-6.2-4.7 0-7.4 2.2-8 1.3-.8-1.4 3.2-3.4 3.2-3.4-5.4.2-9.6 6.7-11.2 5.9-1.1-.5 1.4-3.7 1.4-3.7-5.1 2.9-9.3 9.1-10.2 13 4.6-5.8 13.8-9.8 19.7-9-10.5.5-19.5 9.7-23.8 15.8zm242.5 51.9c-20.7 0-40 1.3-50.3 2.1l7.4 8.2v77.2l-7.4 8.2c10.4.8 30.9 2.1 51.6 2.1 42.1 0 59.1-20.7 59.1-48.9 0-29.3-23.2-48.9-60.4-48.9zm-15.1 75.6v-53.3c30.1-3.3 46.8 3.8 46.8 26.3 0 25.6-21.4 30.2-46.8 27zM301.6 181c-1-3.4-.2-6.9 1.1-9.4 1 3 2.6 6.4 7.5 9-.5-2.4-.2-5.6.5-8-1.4-5.4 2.1-9.9 6.4-9.9 6.9 0 8.5 8.8 4.7 14.4 2.1 3.2 5.5 5.6 7.7 7.8 3.2-3.7 5.5-9.5 5.5-13.8 0-8.2-5.5-15.9-16.7-16.5-20-.9-20.2 16.6-20 18.9.5 5.2 3.4 7.8 3.3 7.5zm-.4 6c-.5 1.8-7 3.7-10.2 6.9 4.8-1 7-.2 7.8 1.8.5 1.4-.2 3.4-.5 5.6 1.6-1.8 7-5.5 11-6.2-1-.3-3.4-.8-4.3-.8 2.9-3.4 9.3-4.5 12.8-3.7-2.2-.2-6.7 1.1-8.5 2.6 1.6.3 3 .6 4.3 1.1-2.1.8-4.8 3.4-5.8 6.1 7-5 13.1 5.2 7 8.2.8.2 2.7 0 3.5-.5-.3 1.1-1.9 3-3 3.4 2.9 0 7-1.9 8.2-4.6 0 0-1.8.6-2.6-.2s.3-4.3.3-4.3c-2.3 2.9-3.4-1.3-1.3-4.2-1-.3-3.5-.6-4.6-.5 3.2-1.1 10.4-1.8 11.2-.3.6 1.1-1 3.4-1 3.4 4-.5 8.3 1.1 6.7 5.1 2.9-1.4 5.5-5.9 4.8-10.4-.3 1-1.6 2.4-2.9 2.7.2-1.4-1-2.2-1.9-2.6 1.7-9.6-14.6-14.2-14.1-23.9-1 1.3-1.8 5-.8 7.1 2.7 3.2 8.7 6.7 10.1 12.2-2.6-6.4-15.1-11.4-14.6-20.2-1.6 1.6-2.6 7.8-1.3 11 2.4 1.4 4.5 3.8 4.8 6.1-2.2-5.1-11.4-6.1-13.9-12.2-.6 2.2-.3 5 1 6.7 0 0-2.2-.8-7-.6 1.7.6 5.1 3.5 4.8 5.2zm25.9 7.4c-2.7 0-3.5-2.1-4.2-4.3 3.3 1.3 4.2 4.3 4.2 4.3zm38.9 3.7l-1-.6c-1.1-1-2.9-1.4-4.7-1.4-2.9 0-5.8 1.3-7.5 3.4-.8.8-1.4 1.8-2.1 2.6v15.7c3.5 2.6 7.1-2.9 3-7.2 1.5.3 4.6 2.7 5.1 3.2 0 0 2.6-.5 5-.5 2.1 0 3.9.3 5.6 1.1V196c-1.1.5-2.2 1-2.7 1.4zM79.9 305.9c17.2-4.6 16.2-18 16.2-19.9 0-20.6-24.1-25-37-25H3l8.3 8.6v29.5H0l11.4 14.6V346L3 354.6c61.7 0 73.8 1.5 86.4-5.9 6.7-4 9.9-9.8 9.9-17.6 0-5.1 2.6-18.8-19.4-25.2zm-41.3-27.5c20 0 29.6-.8 29.6 9.1v3c0 12.1-19 8.8-29.6 8.8zm0 59.2V315c12.2 0 32.7-2.3 32.7 8.8v4.5h.2c0 11.2-12.5 9.3-32.9 9.3zm101.2-19.3l23.1.2v-.2l14.1-21.2h-37.2v-14.9h52.4l-14.1-21v-.2l-73.5.2 7.4 8.2v77.1l-7.4 8.2h81.2l14.1-21.2-60.1.2zm214.7-60.1c-73.9 0-77.5 99.3-.3 99.3 77.9 0 74.1-99.3.3-99.3zm-.3 77.5c-37.4 0-36.9-55.3.2-55.3 36.8.1 38.8 55.3-.2 55.3zm-91.3-8.3l44.1-66.2h-41.7l6.1 7.2-20.5 37.2h-.3l-21-37.2 6.4-7.2h-44.9l44.1 65.8.2 19.4-7.7 8.2h42.6l-7.2-8.2zm-28.4-151.3c1.6 1.3 2.9 2.4 2.9 6.6v38.8c0 4.2-.8 5.3-2.7 6.4-.1.1-7.5 4.5-7.9 4.6h35.1c10 0 17.4-1.5 26-8.6-.6-5 .2-9.5.8-12 0-.2-1.8 1.4-2.7 3.5 0-5.7 1.6-15.4 9.6-20.5-.1 0-3.7-.8-9 1.1 2-3.1 10-7.9 10.4-7.9-8.2-26-38-22.9-32.2-22.9-30.9 0-32.6.3-39.9-4 .1.8.5 8.2 9.6 14.9zm21.5 5.5c4.6 0 23.1-3.3 23.1 17.3 0 20.7-18.4 17.3-23.1 17.3zm228.9 79.6l7 8.3V312h-.3c-5.4-14.4-42.3-41.5-45.2-50.9h-31.6l7.4 8.5v76.9l-7.2 8.3h39l-7.4-8.2v-47.4h.3c3.7 10.6 44.5 42.9 48.5 55.6h21.3v-85.2l7.4-8.3zm-106.7-96.1c-32.2 0-32.8.2-39.9-4 .1.7.5 8.3 9.6 14.9 3.1 2 2.9 4.3 2.9 9.5 1.8-1.1 3.8-2.2 6.1-3-1.1 1.1-2.7 2.7-3.5 4.5 1-1.1 7.5-5.1 14.6-3.5-1.6.3-4 1.1-6.1 2.9.1 0 2.1-1.1 7.5-.3v-4.3c4.7 0 23.1-3.4 23.1 17.3 0 20.5-18.5 17.3-19.7 17.3 5.7 4.4 5.8 12 2.2 16.3h.3c33.4 0 36.7-27.3 36.7-34 0-3.8-1.1-32-33.8-33.6z"], + "periscope": [448, 512, [], "f3da", "M370 63.6C331.4 22.6 280.5 0 226.6 0 111.9 0 18.5 96.2 18.5 214.4c0 75.1 57.8 159.8 82.7 192.7C137.8 455.5 192.6 512 226.6 512c41.6 0 112.9-94.2 120.9-105 24.6-33.1 82-118.3 82-192.6 0-56.5-21.1-110.1-59.5-150.8zM226.6 493.9c-42.5 0-190-167.3-190-279.4 0-107.4 83.9-196.3 190-196.3 100.8 0 184.7 89 184.7 196.3.1 112.1-147.4 279.4-184.7 279.4zM338 206.8c0 59.1-51.1 109.7-110.8 109.7-100.6 0-150.7-108.2-92.9-181.8v.4c0 24.5 20.1 44.4 44.8 44.4 24.7 0 44.8-19.9 44.8-44.4 0-18.2-11.1-33.8-26.9-40.7 76.6-19.2 141 39.3 141 112.4z"], + "fulcrum": [320, 512, [], "f50b", "M95.75 164.14l-35.38 43.55L25 164.14l35.38-43.55zM144.23 0l-20.54 198.18L72.72 256l51 57.82L144.23 512V300.89L103.15 256l41.08-44.89zm79.67 164.14l35.38 43.55 35.38-43.55-35.38-43.55zm-48.48 47L216.5 256l-41.08 44.89V512L196 313.82 247 256l-51-57.82L175.42 0z"], + "cloudscale": [448, 512, [], "f383", "M318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4-2-56 41.8-97.4 92.6-97.4 24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1-11.1 11-11.1 28.9 0 40 11.1 11 28.9 11 40 0 6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6zm-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0 5.6 14.7 0 20.2zM224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32zm0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160-71.8 160-160 160z"], + "forumbee": [448, 512, [], "f211", "M5.8 309.7C2 292.7 0 275.5 0 258.3 0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7zm392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312 12.5 18.1 28 35.6 45.2 49 43.1-151.3 161.2-271.7 312.3-315.7zm15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8-79.4 42.9-145 110.6-187.6 190.3 30-4.4 58.9-15.3 84.6-31.3 35 13.1 70.9 24.3 107 33.6-9.3-36.5-20.4-74.5-33.5-109.8zm29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7z"], + "mizuni": [496, 512, [], "f3cc", "M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40v223.9zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40v214zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40v271.7z"], + "schlix": [448, 512, [], "f3ea", "M350.5 157.7l-54.2-46.1 73.4-39 78.3 44.2-97.5 40.9zM192 122.1l45.7-28.2 34.7 34.6-55.4 29-25-35.4zm-65.1 6.6l31.9-22.1L176 135l-36.7 22.5-12.4-28.8zm-23.3 88.2l-8.8-34.8 29.6-18.3 13.1 35.3-33.9 17.8zm-21.2-83.7l23.9-18.1 8.9 24-26.7 18.3-6.1-24.2zM59 206.5l-3.6-28.4 22.3-15.5 6.1 28.7L59 206.5zm-30.6 16.6l20.8-12.8 3.3 33.4-22.9 12-1.2-32.6zM1.4 268l19.2-10.2.4 38.2-21 8.8L1.4 268zm59.1 59.3l-28.3 8.3-1.6-46.8 25.1-10.7 4.8 49.2zM99 263.2l-31.1 13-5.2-40.8L90.1 221l8.9 42.2zM123.2 377l-41.6 5.9-8.1-63.5 35.2-10.8 14.5 68.4zm28.5-139.9l21.2 57.1-46.2 13.6-13.7-54.1 38.7-16.6zm85.7 230.5l-70.9-3.3-24.3-95.8 55.2-8.6 40 107.7zm-84.9-279.7l42.2-22.4 28 45.9-50.8 21.3-19.4-44.8zm41 94.9l61.3-18.7 52.8 86.6-79.8 11.3-34.3-79.2zm51.4-85.6l67.3-28.8 65.5 65.4-88.6 26.2-44.2-62.8z"], + "square-xing": [448, 512, ["xing-square"], "f169", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM93.8 320.2c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6 .2-10.1 6-10.1h46.6c5.2 0 9.5 2.9 12.9 8.7l31.9 55.3c-1.3 2.3-18 31.7-50.1 88.2c-3.5 6.2-7.7 9.1-12.6 9.1H93.8zm163.5-33.4v.2l65.5 119c2.8 5.1 .1 10.1-6 10.1H270.2c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3c1.8-3.2 22.9-40.4 63.3-111.6c11.7-20.7 25.1-44.3 40.1-70.8c3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10L257.3 286.8z"], + "bandcamp": [512, 512, [], "f2d5", "M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm48.2,326.1h-181L207.9,178h181Z"], + "wpforms": [448, 512, [], "f298", "M448 75.2v361.7c0 24.3-19 43.2-43.2 43.2H43.2C19.3 480 0 461.4 0 436.8V75.2C0 51.1 18.8 32 43.2 32h361.7c24 0 43.1 18.8 43.1 43.2zm-37.3 361.6V75.2c0-3-2.6-5.8-5.8-5.8h-9.3L285.3 144 224 94.1 162.8 144 52.5 69.3h-9.3c-3.2 0-5.8 2.8-5.8 5.8v361.7c0 3 2.6 5.8 5.8 5.8h361.7c3.2.1 5.8-2.7 5.8-5.8zM150.2 186v37H76.7v-37h73.5zm0 74.4v37.3H76.7v-37.3h73.5zm11.1-147.3l54-43.7H96.8l64.5 43.7zm210 72.9v37h-196v-37h196zm0 74.4v37.3h-196v-37.3h196zm-84.6-147.3l64.5-43.7H232.8l53.9 43.7zM371.3 335v37.3h-99.4V335h99.4z"], + "cloudversify": [616, 512, [], "f385", "M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z"], + "usps": [576, 512, [], "f7e1", "M460.3 241.7c25.8-41.3 15.2-48.8-11.7-48.8h-27c-.1 0-1.5-1.4-10.9 8-11.2 5.6-37.9 6.3-37.9 8.7 0 4.5 70.3-3.1 88.1 0 9.5 1.5-1.5 20.4-4.4 32-.5 4.5 2.4 2.3 3.8.1zm-112.1 22.6c64-21.3 97.3-23.9 102-26.2 4.4-2.9-4.4-6.6-26.2-5.8-51.7 2.2-137.6 37.1-172.6 53.9l-30.7-93.3h196.6c-2.7-28.2-152.9-22.6-337.9-22.6L27 415.8c196.4-97.3 258.9-130.3 321.2-151.5zM94.7 96c253.3 53.7 330 65.7 332.1 85.2 36.4 0 45.9 0 52.4 6.6 21.1 19.7-14.6 67.7-14.6 67.7-4.4 2.9-406.4 160.2-406.4 160.2h423.1L549 96z"], + "megaport": [496, 512, [], "f5a3", "M214.5 209.6v66.2l33.5 33.5 33.3-33.3v-66.4l-33.4-33.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm145.1 414.4L367 441.6l-26-19.2v-65.5l-33.4-33.4-33.4 33.4v65.5L248 441.6l-26.1-19.2v-65.5l-33.4-33.4-33.5 33.4v65.5l-26.1 19.2-26.1-19.2v-87l59.5-59.5V188l59.5-59.5V52.9l26.1-19.2L274 52.9v75.6l59.5 59.5v87.6l59.7 59.7v87.1z"], + "magento": [448, 512, [], "f3c4", "M445.7 127.9V384l-63.4 36.5V164.7L223.8 73.1 65.2 164.7l.4 255.9L2.3 384V128.1L224.2 0l221.5 127.9zM255.6 420.5L224 438.9l-31.8-18.2v-256l-63.3 36.6.1 255.9 94.9 54.9 95.1-54.9v-256l-63.4-36.6v255.9z"], + "spotify": [496, 512, [], "f1bc", "M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z"], + "optin-monster": [576, 512, [], "f23c", "M572.6 421.4c5.6-9.5 4.7-15.2-5.4-11.6-3-4.9-7-9.5-11.1-13.8 2.9-9.7-.7-14.2-10.8-9.2-4.6-3.2-10.3-6.5-15.9-9.2 0-15.1-11.6-11.6-17.6-5.7-10.4-1.5-18.7-.3-26.8 5.7.3-6.5.3-13 .3-19.7 12.6 0 40.2-11 45.9-36.2 1.4-6.8 1.6-13.8-.3-21.9-3-13.5-14.3-21.3-25.1-25.7-.8-5.9-7.6-14.3-14.9-15.9s-12.4 4.9-14.1 10.3c-8.5 0-19.2 2.8-21.1 8.4-5.4-.5-11.1-1.4-16.8-1.9 2.7-1.9 5.4-3.5 8.4-4.6 5.4-9.2 14.6-11.4 25.7-11.6V256c19.5-.5 43-5.9 53.8-18.1 12.7-13.8 14.6-37.3 12.4-55.1-2.4-17.3-9.7-37.6-24.6-48.1-8.4-5.9-21.6-.8-22.7 9.5-2.2 19.6 1.2 30-38.6 25.1-10.3-23.8-24.6-44.6-42.7-60C341 49.6 242.9 55.5 166.4 71.7c19.7 4.6 41.1 8.6 59.7 16.5-26.2 2.4-52.7 11.3-76.2 23.2-32.8 17-44 29.9-56.7 42.4 14.9-2.2 28.9-5.1 43.8-3.8-9.7 5.4-18.4 12.2-26.5 20-25.8.9-23.8-5.3-26.2-25.9-1.1-10.5-14.3-15.4-22.7-9.7-28.1 19.9-33.5 79.9-12.2 103.5 10.8 12.2 35.1 17.3 54.9 17.8-.3 1.1-.3 1.9-.3 2.7 10.8.5 19.5 2.7 24.6 11.6 3 1.1 5.7 2.7 8.1 4.6-5.4.5-11.1 1.4-16.5 1.9-3.3-6.6-13.7-8.1-21.1-8.1-1.6-5.7-6.5-12.2-14.1-10.3-6.8 1.9-14.1 10-14.9 15.9-22.5 9.5-30.1 26.8-25.1 47.6 5.3 24.8 33 36.2 45.9 36.2v19.7c-6.6-5-14.3-7.5-26.8-5.7-5.5-5.5-17.3-10.1-17.3 5.7-5.9 2.7-11.4 5.9-15.9 9.2-9.8-4.9-13.6-1.7-11.1 9.2-4.1 4.3-7.8 8.6-11.1 13.8-10.2-3.7-11 2.2-5.4 11.6-1.1 3.5-1.6 7-1.9 10.8-.5 31.6 44.6 64 73.5 65.1 17.3.5 34.6-8.4 43-23.5 113.2 4.9 226.7 4.1 340.2 0 8.1 15.1 25.4 24.3 42.7 23.5 29.2-1.1 74.3-33.5 73.5-65.1.2-3.7-.7-7.2-1.7-10.7zm-73.8-254c1.1-3 2.4-8.4 2.4-14.6 0-5.9 6.8-8.1 14.1-.8 11.1 11.6 14.9 40.5 13.8 51.1-4.1-13.6-13-29-30.3-35.7zm-4.6 6.7c19.5 6.2 28.6 27.6 29.7 48.9-1.1 2.7-3 5.4-4.9 7.6-5.7 5.9-15.4 10-26.2 12.2 4.3-21.3.3-47.3-12.7-63 4.9-.8 10.9-2.4 14.1-5.7zm-24.1 6.8c13.8 11.9 20 39.2 14.1 63.5-4.1.5-8.1.8-11.6.8-1.9-21.9-6.8-44-14.3-64.6 3.7.3 8.1.3 11.8.3zM47.5 203c-1.1-10.5 2.4-39.5 13.8-51.1 7-7.3 14.1-5.1 14.1.8 0 6.2 1.4 11.6 2.4 14.6-17.3 6.8-26.2 22.2-30.3 35.7zm9.7 27.6c-1.9-2.2-3.5-4.9-4.9-7.6 1.4-21.3 10.3-42.7 29.7-48.9 3.2 3.2 9.2 4.9 14.1 5.7-13 15.7-17 41.6-12.7 63-10.8-2.2-20.5-6-26.2-12.2zm47.9 14.6c-4.1 0-8.1-.3-12.7-.8-4.6-18.6-1.9-38.9 5.4-53v.3l12.2-5.1c4.9-1.9 9.7-3.8 14.9-4.9-10.7 19.7-17.4 41.3-19.8 63.5zm184-162.7c41.9 0 76.2 34 76.2 75.9 0 42.2-34.3 76.2-76.2 76.2s-76.2-34-76.2-76.2c0-41.8 34.3-75.9 76.2-75.9zm115.6 174.3c-.3 17.8-7 48.9-23 57-13.2 6.6-6.5-7.5-16.5-58.1 13.3.3 26.6.3 39.5 1.1zm-54-1.6c.8 4.9 3.8 40.3-1.6 41.9-11.6 3.5-40 4.3-51.1-1.1-4.1-3-4.6-35.9-4.3-41.1v.3c18.9-.3 38.1-.3 57 0zM278.3 309c-13 3.5-41.6 4.1-54.6-1.6-6.5-2.7-3.8-42.4-1.9-51.6 19.2-.5 38.4-.5 57.8-.8v.3c1.1 8.3 3.3 51.2-1.3 53.7zm-106.5-51.1c12.2-.8 24.6-1.4 36.8-1.6-2.4 15.4-3 43.5-4.9 52.2-1.1 6.8-4.3 6.8-9.7 4.3-21.9-9.8-27.6-35.2-22.2-54.9zm-35.4 31.3c7.8-1.1 15.7-1.9 23.5-2.7 1.6 6.2 3.8 11.9 7 17.6 10 17 44 35.7 45.1 7 6.2 14.9 40.8 12.2 54.9 10.8 15.7-1.4 23.8-1.4 26.8-14.3 12.4 4.3 30.8 4.1 44 3 11.3-.8 20.8-.5 24.6-8.9 1.1 5.1 1.9 11.6 4.6 16.8 10.8 21.3 37.3 1.4 46.8-31.6 8.6.8 17.6 1.9 26.5 2.7-.4 1.3-3.8 7.3 7.3 11.6-47.6 47-95.7 87.8-163.2 107-63.2-20.8-112.1-59.5-155.9-106.5 9.6-3.4 10.4-8.8 8-12.5zm-21.6 172.5c-3.8 17.8-21.9 29.7-39.7 28.9-19.2-.8-46.5-17-59.2-36.5-2.7-31.1 43.8-61.3 66.2-54.6 14.9 4.3 27.8 30.8 33.5 54 0 3-.3 5.7-.8 8.2zm-8.7-66c-.5-13.5-.5-27-.3-40.5h.3c2.7-1.6 5.7-3.8 7.8-6.5 6.5-1.6 13-5.1 15.1-9.2 3.3-7.1-7-7.5-5.4-12.4 2.7-1.1 5.7-2.2 7.8-3.5 29.2 29.2 58.6 56.5 97.3 77-36.8 11.3-72.4 27.6-105.9 47-1.2-18.6-7.7-35.9-16.7-51.9zm337.6 64.6c-103 3.5-206.2 4.1-309.4 0 0 .3 0 .3-.3.3v-.3h.3c35.1-21.6 72.2-39.2 112.4-50.8 11.6 5.1 23 9.5 34.9 13.2 2.2.8 2.2.8 4.3 0 14.3-4.1 28.4-9.2 42.2-15.4 41.5 11.7 78.8 31.7 115.6 53zm10.5-12.4c-35.9-19.5-73-35.9-111.9-47.6 38.1-20 71.9-47.3 103.5-76.7 2.2 1.4 4.6 2.4 7.6 3.2 0 .8.3 1.9.5 2.4-4.6 2.7-7.8 6.2-5.9 10.3 2.2 3.8 8.6 7.6 15.1 8.9 2.4 2.7 5.1 5.1 8.1 6.8 0 13.8-.3 27.6-.8 41.3l.3-.3c-9.3 15.9-15.5 37-16.5 51.7zm105.9 6.2c-12.7 19.5-40 35.7-59.2 36.5-19.3.9-40.5-13.2-40.5-37 5.7-23.2 18.9-49.7 33.5-54 22.7-6.9 69.2 23.4 66.2 54.5zM372.9 75.2c-3.8-72.1-100.8-79.7-126-23.5 44.6-24.3 90.3-15.7 126 23.5zM74.8 407.1c-15.7 1.6-49.5 25.4-49.5 43.2 0 11.6 15.7 19.5 32.2 14.9 12.2-3.2 31.1-17.6 35.9-27.3 6-11.6-3.7-32.7-18.6-30.8zm215.9-176.2c28.6 0 51.9-21.6 51.9-48.4 0-36.1-40.5-58.1-72.2-44.3 9.5 3 16.5 11.6 16.5 21.6 0 23.3-33.3 32-46.5 11.3-7.3 34.1 19.4 59.8 50.3 59.8zM68 474.1c.5 6.5 12.2 12.7 21.6 9.5 6.8-2.7 14.6-10.5 17.3-16.2 3-7-1.1-20-9.7-18.4-8.9 1.6-29.7 16.7-29.2 25.1zm433.2-67c-14.9-1.9-24.6 19.2-18.9 30.8 4.9 9.7 24.1 24.1 36.2 27.3 16.5 4.6 32.2-3.2 32.2-14.9 0-17.8-33.8-41.6-49.5-43.2zM478.8 449c-8.4-1.6-12.4 11.3-9.5 18.4 2.4 5.7 10.3 13.5 17.3 16.2 9.2 3.2 21.1-3 21.3-9.5.9-8.4-20.2-23.5-29.1-25.1z"], + "fly": [384, 512, [], "f417", "M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z"], + "aviato": [640, 512, [], "f421", "M107.2 283.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4 62.2 131.4h-17.2zm-45-98.1l-19.6 42.5h39.2l-19.6-42.5zm112.7 102.4l-62.2-131.4h17.1l45.1 96 45.1-96h17l-62.1 131.4zm80.6-4.3V156.4H271v127.1h-15.5zm209.1-115.6v115.6h-17.3V167.9h-41.2v-11.5h99.6v11.5h-41.1zM640 218.8c0 9.2-1.7 17.8-5.1 25.8-3.4 8-8.2 15.1-14.2 21.1-6 6-13.1 10.8-21.1 14.2-8 3.4-16.6 5.1-25.8 5.1s-17.8-1.7-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2-6-6-10.8-13-14.2-21.1-3.4-8-5.1-16.6-5.1-25.8s1.7-17.8 5.1-25.8c3.4-8 8.2-15.1 14.2-21.1 6-6 13-8.4 21.1-11.9 8-3.4 16.6-5.1 25.8-5.1s17.8 1.7 25.8 5.1c8 3.4 15.1 5.8 21.1 11.9 6 6 10.7 13.1 14.2 21.1 3.4 8 5.1 16.6 5.1 25.8zm-15.5 0c0-7.3-1.3-14-3.9-20.3-2.6-6.3-6.2-11.7-10.8-16.3-4.6-4.6-10-8.2-16.2-10.9-6.2-2.7-12.8-4-19.8-4s-13.6 1.3-19.8 4c-6.2 2.7-11.6 6.3-16.2 10.9-4.6 4.6-8.2 10-10.8 16.3-2.6 6.3-3.9 13.1-3.9 20.3 0 7.3 1.3 14 3.9 20.3 2.6 6.3 6.2 11.7 10.8 16.3 4.6 4.6 10 8.2 16.2 10.9 6.2 2.7 12.8 4 19.8 4s13.6-1.3 19.8-4c6.2-2.7 11.6-6.3 16.2-10.9 4.6-4.6 8.2-10 10.8-16.3 2.6-6.3 3.9-13.1 3.9-20.3zm-94.8 96.7v-6.3l88.9-10-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2.3-2 .5-4.2.6-6.5l64.8-8.1-64.9 1.9c0-.4-.1-.7-.1-1.1-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 152l-62.2 131.4h17.1l19-41.8h23.6L345 268s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9 64.8 8.1c.1 2.3.3 4.4.6 6.5.3 2.6.8 5 1.4 7.2L78.4 299.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4 0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V323l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7-5.1.2-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1-5.1-.2-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4-.2-6.3-4.7-11.4-10.7-12.3zm-200.8-87.6l19.6-42.5 19.6 42.5h-17.9l-1.7-40.3-1.7 40.3h-17.9z"], + "itunes": [448, 512, [], "f3b4", "M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.3zm79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8-12.1 2.2-22.2 2.8-31.9-5-11.8-10-12-26.4-1.4-36.8 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 3.2-3.6 2.2-2 2.2-80.8 0-5.6-2.7-7.1-8.4-6.1-4 .7-91.9 17.1-91.9 17.1-5 1.1-6.7 2.6-6.7 8.3 0 116.1.5 110.8-1.2 118.5-2.1 9-7.6 15.8-14.9 19.6-8.3 4.6-23.4 6.6-31.4 5.2-21.4-4-28.9-28.7-14.4-42.9 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 5-5.7.9-127 2.6-133.7.4-2.6 1.5-4.8 3.5-6.4 2.1-1.7 5.8-2.7 6.7-2.7 101-19 113.3-21.4 115.1-21.4 5.7-.4 9 3 9 8.7-.1 170.6.4 161.4-1 167.6zM345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32zM223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444z"], + "cuttlefish": [440, 512, [], "f38c", "M344 305.5c-17.5 31.6-57.4 54.5-96 54.5-56.6 0-104-47.4-104-104s47.4-104 104-104c38.6 0 78.5 22.9 96 54.5 13.7-50.9 41.7-93.3 87-117.8C385.7 39.1 320.5 8 248 8 111 8 0 119 0 256s111 248 248 248c72.5 0 137.7-31.1 183-80.7-45.3-24.5-73.3-66.9-87-117.8z"], + "blogger": [448, 512, [], "f37c", "M162.4 196c4.8-4.9 6.2-5.1 36.4-5.1 27.2 0 28.1.1 32.1 2.1 5.8 2.9 8.3 7 8.3 13.6 0 5.9-2.4 10-7.6 13.4-2.8 1.8-4.5 1.9-31.1 2.1-16.4.1-29.5-.2-31.5-.8-10.3-2.9-14.1-17.7-6.6-25.3zm61.4 94.5c-53.9 0-55.8.2-60.2 4.1-3.5 3.1-5.7 9.4-5.1 13.9.7 4.7 4.8 10.1 9.2 12 2.2 1 14.1 1.7 56.3 1.2l47.9-.6 9.2-1.5c9-5.1 10.5-17.4 3.1-24.4-5.3-4.7-5-4.7-60.4-4.7zm223.4 130.1c-3.5 28.4-23 50.4-51.1 57.5-7.2 1.8-9.7 1.9-172.9 1.8-157.8 0-165.9-.1-172-1.8-8.4-2.2-15.6-5.5-22.3-10-5.6-3.8-13.9-11.8-17-16.4-3.8-5.6-8.2-15.3-10-22C.1 423 0 420.3 0 256.3 0 93.2 0 89.7 1.8 82.6 8.1 57.9 27.7 39 53 33.4c7.3-1.6 332.1-1.9 340-.3 21.2 4.3 37.9 17.1 47.6 36.4 7.7 15.3 7-1.5 7.3 180.6.2 115.8 0 164.5-.7 170.5zm-85.4-185.2c-1.1-5-4.2-9.6-7.7-11.5-1.1-.6-8-1.3-15.5-1.7-12.4-.6-13.8-.8-17.8-3.1-6.2-3.6-7.9-7.6-8-18.3 0-20.4-8.5-39.4-25.3-56.5-12-12.2-25.3-20.5-40.6-25.1-3.6-1.1-11.8-1.5-39.2-1.8-42.9-.5-52.5.4-67.1 6.2-27 10.7-46.3 33.4-53.4 62.4-1.3 5.4-1.6 14.2-1.9 64.3-.4 62.8 0 72.1 4 84.5 9.7 30.7 37.1 53.4 64.6 58.4 9.2 1.7 122.2 2.1 133.7.5 20.1-2.7 35.9-10.8 50.7-25.9 10.7-10.9 17.4-22.8 21.8-38.5 3.2-10.9 2.9-88.4 1.7-93.9z"], + "flickr": [448, 512, [], "f16e", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z"], + "viber": [512, 512, [], "f409", "M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z"], + "soundcloud": [640, 512, [], "f1be", "M639.8 298.6c-1.3 23.1-11.5 44.8-28.4 60.5s-39.2 24.4-62.3 24.1h-218c-4.8 0-9.4-2-12.8-5.4s-5.3-8-5.3-12.8V130.2c-.2-4 .9-8 3.1-11.4s5.3-6.1 9-7.7c0 0 20.1-13.9 62.3-13.9c25.8 0 51.1 6.9 73.3 20.1c17.3 10.2 32.3 23.8 44.1 40.1s20 34.8 24.2 54.4c7.5-2.1 15.3-3.2 23.1-3.2c11.7-.1 23.3 2.2 34.2 6.7S606.8 226.6 615 235s14.6 18.3 18.9 29.3s6.3 22.6 5.9 34.3zm-354-153.5c.1-1 0-2-.3-2.9s-.8-1.8-1.5-2.6s-1.5-1.3-2.4-1.7s-1.9-.6-2.9-.6s-2 .2-2.9 .6s-1.7 1-2.4 1.7s-1.2 1.6-1.5 2.6s-.4 1.9-.3 2.9c-6 78.9-10.6 152.9 0 231.6c.2 1.7 1 3.3 2.3 4.5s3 1.8 4.7 1.8s3.4-.6 4.7-1.8s2.1-2.8 2.3-4.5c11.3-79.4 6.6-152 0-231.6zm-44 27.3c-.2-1.8-1.1-3.5-2.4-4.7s-3.1-1.9-5-1.9s-3.6 .7-5 1.9s-2.2 2.9-2.4 4.7c-7.9 67.9-7.9 136.5 0 204.4c.3 1.8 1.2 3.4 2.5 4.5s3.1 1.8 4.8 1.8s3.5-.6 4.8-1.8s2.2-2.8 2.5-4.5c8.8-67.8 8.8-136.5 .1-204.4zm-44.3-6.9c-.2-1.8-1-3.4-2.3-4.6s-3-1.8-4.8-1.8s-3.5 .7-4.8 1.8s-2.1 2.8-2.3 4.6c-6.7 72-10.2 139.3 0 211.1c0 1.9 .7 3.7 2.1 5s3.1 2.1 5 2.1s3.7-.7 5-2.1s2.1-3.1 2.1-5c10.5-72.8 7.3-138.2 .1-211.1zm-44 20.6c0-1.9-.8-3.8-2.1-5.2s-3.2-2.1-5.2-2.1s-3.8 .8-5.2 2.1s-2.1 3.2-2.1 5.2c-8.1 63.3-8.1 127.5 0 190.8c.2 1.8 1 3.4 2.4 4.6s3.1 1.9 4.8 1.9s3.5-.7 4.8-1.9s2.2-2.8 2.4-4.6c8.8-63.3 8.9-127.5 .3-190.8zM109 233.7c0-1.9-.8-3.8-2.1-5.1s-3.2-2.1-5.1-2.1s-3.8 .8-5.1 2.1s-2.1 3.2-2.1 5.1c-10.5 49.2-5.5 93.9 .4 143.6c.3 1.6 1.1 3.1 2.3 4.2s2.8 1.7 4.5 1.7s3.2-.6 4.5-1.7s2.1-2.5 2.3-4.2c6.6-50.4 11.6-94.1 .4-143.6zm-44.1-7.5c-.2-1.8-1.1-3.5-2.4-4.8s-3.2-1.9-5-1.9s-3.6 .7-5 1.9s-2.2 2.9-2.4 4.8c-9.3 50.2-6.2 94.4 .3 144.5c.7 7.6 13.6 7.5 14.4 0c7.2-50.9 10.5-93.8 .3-144.5zM20.3 250.8c-.2-1.8-1.1-3.5-2.4-4.8s-3.2-1.9-5-1.9s-3.6 .7-5 1.9s-2.3 2.9-2.4 4.8c-8.5 33.7-5.9 61.6 .6 95.4c.2 1.7 1 3.3 2.3 4.4s2.9 1.8 4.7 1.8s3.4-.6 4.7-1.8s2.1-2.7 2.3-4.4c7.5-34.5 11.2-61.8 .4-95.4z"], + "digg": [512, 512, [], "f1a6", "M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z"], + "tencent-weibo": [384, 512, [], "f1d5", "M72.3 495.8c1.4 19.9-27.6 22.2-29.7 2.9C31 368.8 73.7 259.2 144 185.5c-15.6-34 9.2-77.1 50.6-77.1 30.3 0 55.1 24.6 55.1 55.1 0 44-49.5 70.8-86.9 45.1-65.7 71.3-101.4 169.8-90.5 287.2zM192 .1C66.1.1-12.3 134.3 43.7 242.4 52.4 259.8 79 246.9 70 229 23.7 136.4 91 29.8 192 29.8c75.4 0 136.9 61.4 136.9 136.9 0 90.8-86.9 153.9-167.7 133.1-19.1-4.1-25.6 24.4-6.6 29.1 110.7 23.2 204-60 204-162.3C358.6 74.7 284 .1 192 .1z"], + "letterboxd": [640, 512, [], "e62d", "M521.3 128C586.9 128 640 181.1 640 246.6s-53.1 118.6-118.7 118.6c-42.5 0-79.7-22.3-100.7-55.8c11.4-18.2 18-39.7 18-62.8s-6.6-44.6-18-62.8l0 0 .8-1.2c20.8-32.3 56.8-53.9 97.9-54.6l2 0zM320 128c42.5 0 79.7 22.3 100.7 55.8c-11.4 18.2-18 39.7-18 62.8s6.6 44.6 18 62.8l0 0-.8 1.2c-20.8 32.3-56.8 53.9-97.9 54.6l-2 0c-42.5 0-79.7-22.3-100.7-55.8c11.4-18.2 18-39.7 18-62.8s-6.6-44.6-18-62.8l0 0 .8-1.2c20.8-32.3 56.8-53.9 97.9-54.6l2 0zm-201.3 0c42.5 0 79.7 22.3 100.7 55.8c-11.4 18.2-18 39.7-18 62.8s6.6 44.6 18 62.8l0 0-.8 1.2c-20.8 32.3-56.8 53.9-97.9 54.6l-2 0C53.1 365.1 0 312.1 0 246.6S53.1 128 118.7 128z"], + "symfony": [512, 512, [], "f83d", "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87-.27-9.18 6.68-13.44 6.53-18.85-.23-6.55-10.16-6.82-12.87-6.67-39.78 1.29-48.59 57-58.89 113.85 21.43 3.15 36.65-.72 45.14-6.22 12-7.75-3.34-15.72-1.42-24.56 4-18.16 32.55-19 32 5.3-.36 17.86-25.92 41.81-77.6 35.7-10.76 59.52-18.35 115-58.2 161.72-29 34.46-58.4 39.82-71.58 40.26-24.65.85-41-12.31-41.58-29.84-.56-17 14.45-26.26 24.31-26.59 21.89-.75 30.12 25.67 14.88 34-12.09 9.71.11 12.61 2.05 12.55 10.42-.36 17.34-5.51 22.18-9 24-20 33.24-54.86 45.35-118.35 8.19-49.66 17-78 18.23-82-16.93-12.75-27.08-28.55-49.85-34.72-15.61-4.23-25.12-.63-31.81 7.83-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62-5.06 29.93-40.72 52.9-82.88 39.94-36-11.11-42.7-36.56-38.38-50.62 7.51-24.15 42.36-11.72 34.62 13.6-2.79 8.6-4.92 8.68-6.28 13.07-4.56 14.77 41.85 28.4 51-1.39 4.47-14.52-5.3-21.71-22.25-39.85-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53 25.16-.81 44.19 10.59 44.83 28.65.25 7.69-4.17 22.59-19.52 23.13z"], + "maxcdn": [512, 512, [], "f136", "M461.1 442.7h-97.4L415.6 200c2.3-10.2.9-19.5-4.4-25.7-5-6.1-13.7-9.6-24.2-9.6h-49.3l-59.5 278h-97.4l59.5-278h-83.4l-59.5 278H0l59.5-278-44.6-95.4H387c39.4 0 75.3 16.3 98.3 44.9 23.3 28.6 31.8 67.4 23.6 105.9l-47.8 222.6z"], + "etsy": [384, 512, [], "f2d7", "M384 348c-1.75 10.75-13.75 110-15.5 132-117.879-4.299-219.895-4.743-368.5 0v-25.5c45.457-8.948 60.627-8.019 61-35.25 1.793-72.322 3.524-244.143 0-322-1.029-28.46-12.13-26.765-61-36v-25.5c73.886 2.358 255.933 8.551 362.999-3.75-3.5 38.25-7.75 126.5-7.75 126.5H332C320.947 115.665 313.241 68 277.25 68h-137c-10.25 0-10.75 3.5-10.75 9.75V241.5c58 .5 88.5-2.5 88.5-2.5 29.77-.951 27.56-8.502 40.75-65.251h25.75c-4.407 101.351-3.91 61.829-1.75 160.25H257c-9.155-40.086-9.065-61.045-39.501-61.5 0 0-21.5-2-88-2v139c0 26 14.25 38.25 44.25 38.25H263c63.636 0 66.564-24.996 98.751-99.75H384z"], + "facebook-messenger": [512, 512, [], "f39f", "M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8zm149.24 185.13l-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62z"], + "audible": [640, 512, [], "f373", "M640 199.9v54l-320 200L0 254v-54l320 200 320-200.1zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6-72 0-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7 89.7-74.4 219.4-58.1 290.2 36.3zm-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7 34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5-38.9 0-73.4 19.4-94.4 49zM103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1 48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6 9.9-10.5 22.7-23.5 34.2-32.6zm467 32.7z"], + "think-peaks": [576, 512, [], "f731", "M465.4 409.4l87.1-150.2-32-.3-55.1 95L259.2 0 23 407.4l32 .3L259.2 55.6zm-355.3-44.1h32.1l117.4-202.5L463 511.9l32.5.1-235.8-404.6z"], + "bilibili": [512, 512, [], "e3d9", "M488.6 104.1C505.3 122.2 513 143.8 511.9 169.8V372.2C511.5 398.6 502.7 420.3 485.4 437.3C468.2 454.3 446.3 463.2 419.9 464H92.02C65.57 463.2 43.81 454.2 26.74 436.8C9.682 419.4 .7667 396.5 0 368.2V169.8C.7667 143.8 9.682 122.2 26.74 104.1C43.81 87.75 65.57 78.77 92.02 78H121.4L96.05 52.19C90.3 46.46 87.42 39.19 87.42 30.4C87.42 21.6 90.3 14.34 96.05 8.603C101.8 2.868 109.1 0 117.9 0C126.7 0 134 2.868 139.8 8.603L213.1 78H301.1L375.6 8.603C381.7 2.868 389.2 0 398 0C406.8 0 414.1 2.868 419.9 8.603C425.6 14.34 428.5 21.6 428.5 30.4C428.5 39.19 425.6 46.46 419.9 52.19L394.6 78L423.9 78C450.3 78.77 471.9 87.75 488.6 104.1H488.6zM449.8 173.8C449.4 164.2 446.1 156.4 439.1 150.3C433.9 144.2 425.1 140.9 416.4 140.5H96.05C86.46 140.9 78.6 144.2 72.47 150.3C66.33 156.4 63.07 164.2 62.69 173.8V368.2C62.69 377.4 65.95 385.2 72.47 391.7C78.99 398.2 86.85 401.5 96.05 401.5H416.4C425.6 401.5 433.4 398.2 439.7 391.7C446 385.2 449.4 377.4 449.8 368.2L449.8 173.8zM185.5 216.5C191.8 222.8 195.2 230.6 195.6 239.7V273C195.2 282.2 191.9 289.9 185.8 296.2C179.6 302.5 171.8 305.7 162.2 305.7C152.6 305.7 144.7 302.5 138.6 296.2C132.5 289.9 129.2 282.2 128.8 273V239.7C129.2 230.6 132.6 222.8 138.9 216.5C145.2 210.2 152.1 206.9 162.2 206.5C171.4 206.9 179.2 210.2 185.5 216.5H185.5zM377 216.5C383.3 222.8 386.7 230.6 387.1 239.7V273C386.7 282.2 383.4 289.9 377.3 296.2C371.2 302.5 363.3 305.7 353.7 305.7C344.1 305.7 336.3 302.5 330.1 296.2C323.1 289.9 320.7 282.2 320.4 273V239.7C320.7 230.6 324.1 222.8 330.4 216.5C336.7 210.2 344.5 206.9 353.7 206.5C362.9 206.9 370.7 210.2 377 216.5H377z"], + "erlang": [640, 512, [], "f39d", "M87.2 53.5H0v405h100.4c-49.7-52.6-78.8-125.3-78.7-212.1-.1-76.7 24-142.7 65.5-192.9zm238.2 9.7c-45.9.1-85.1 33.5-89.2 83.2h169.9c-1.1-49.7-34.5-83.1-80.7-83.2zm230.7-9.6h.3l-.1-.1zm.3 0c31.4 42.7 48.7 97.5 46.2 162.7.5 6 .5 11.7 0 24.1H230.2c-.2 109.7 38.9 194.9 138.6 195.3 68.5-.3 118-51 151.9-106.1l96.4 48.2c-17.4 30.9-36.5 57.8-57.9 80.8H640v-405z"], + "x-twitter": [512, 512, [], "e61b", "M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"], + "cotton-bureau": [512, 512, [], "f89e", "M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39 62 0 99.2-37.2 99.2-99.21 0-61.37-36.53-98.28-97.38-99.06-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41 48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223 0-141.82 81.35-223.2 223.2-223.2 114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8 105 8 12 101.19 12 255.82 12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67 0 48-26.43 74.41-74.4 74.41-28.61 0-49.33-9.59-61.59-27.33 83.06-16.55 75.59-99.67 71.79-120.75zm-81.68 97.36c-2.46-10.34-16.33-87 56.23-97 2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61-28.36 5.48-49.36 20.59-61.59 43.45-12.23-22.86-33.23-38-61.6-43.45 12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41 0-44.36 22.86-70 64.22-73.67-6.75 37.2-1.38 106.53 71.65 120.75-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.28 80.28 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z"], + "dashcube": [448, 512, [], "f210", "M326.6 104H110.4c-51.1 0-91.2 43.3-91.2 93.5V427c0 50.5 40.1 85 91.2 85h227.2c51.1 0 91.2-34.5 91.2-85V0L326.6 104zM153.9 416.5c-17.7 0-32.4-15.1-32.4-32.8V240.8c0-17.7 14.7-32.5 32.4-32.5h140.7c17.7 0 32 14.8 32 32.5v123.5l51.1 52.3H153.9z"], + "42-group": [640, 512, ["innosoft"], "e080", "M320 96V416C341.011 416 361.818 411.861 381.23 403.821C400.641 395.78 418.28 383.995 433.138 369.138C447.995 354.28 459.78 336.641 467.821 317.23C475.861 297.818 480 277.011 480 256C480 234.989 475.861 214.182 467.821 194.771C459.78 175.359 447.995 157.72 433.138 142.863C418.28 128.005 400.641 116.22 381.23 108.179C361.818 100.139 341.011 96 320 96ZM0 256L160.002 416L320.003 256L160.002 96L0 256ZM480 256C480 277.011 484.138 297.818 492.179 317.23C500.219 336.643 512.005 354.28 526.862 369.138C541.72 383.995 559.357 395.781 578.77 403.821C598.182 411.862 618.989 416 640 416V96C597.565 96 556.869 112.858 526.862 142.863C496.857 172.869 480 213.565 480 256Z"], + "stack-exchange": [448, 512, [], "f18d", "M17.7 332.3h412.7v22c0 37.7-29.3 68-65.3 68h-19L259.3 512v-89.7H83c-36 0-65.3-30.3-65.3-68v-22zm0-23.6h412.7v-85H17.7v85zm0-109.4h412.7v-85H17.7v85zM365 0H83C47 0 17.7 30.3 17.7 67.7V90h412.7V67.7C430.3 30.3 401 0 365 0z"], + "elementor": [512, 512, [], "f430", "M.361 256C.361 397 114 511 255 511C397 511 511 397 511 256C511 116 397 2.05 255 2.05C114 2.05 .361 116 .361 256zM192 150V363H149V150H192zM234 150H362V193H234V150zM362 235V278H234V235H362zM234 320H362V363H234V320z"], + "square-pied-piper": [448, 512, ["pied-piper-square"], "e01e", "M32 419L0 479.2l.8-328C.8 85.3 54 32 120 32h327.2c-93 28.9-189.9 94.2-253.9 168.6C122.7 282 82.6 338 32 419M448 32S305.2 98.8 261.6 199.1c-23.2 53.6-28.9 118.1-71 158.6-28.9 27.8-69.8 38.2-105.3 56.3-23.2 12-66.4 40.5-84.9 66h328.4c66 0 119.3-53.3 119.3-119.2-.1 0-.1-328.8-.1-328.8z"], + "creative-commons-nd": [496, 512, [], "f4eb", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm94 144.3v42.5H162.1V197h180.3zm0 79.8v42.5H162.1v-42.5h180.3z"], + "palfed": [576, 512, [], "f3d8", "M384.9 193.9c0-47.4-55.2-44.2-95.4-29.8-1.3 39.4-2.5 80.7-3 119.8.7 2.8 2.6 6.2 15.1 6.2 36.8 0 83.4-42.8 83.3-96.2zm-194.5 72.2c.2 0 6.5-2.7 11.2-2.7 26.6 0 20.7 44.1-14.4 44.1-21.5 0-37.1-18.1-37.1-43 0-42 42.9-95.6 100.7-126.5 1-12.4 3-22 10.5-28.2 11.2-9 26.6-3.5 29.5 11.1 72.2-22.2 135.2 1 135.2 72 0 77.9-79.3 152.6-140.1 138.2-.1 39.4.9 74.4 2.7 100v.2c.2 3.4.6 12.5-5.3 19.1-9.6 10.6-33.4 10-36.4-22.3-4.1-44.4.2-206.1 1.4-242.5-21.5 15-58.5 50.3-58.5 75.9.2 2.5.4 4 .6 4.6zM8 181.1s-.1 37.4 38.4 37.4h30l22.4 217.2s0 44.3 44.7 44.3h288.9s44.7-.4 44.7-44.3l22.4-217.2h30s38.4 1.2 38.4-37.4c0 0 .1-37.4-38.4-37.4h-30.1c-7.3-25.6-30.2-74.3-119.4-74.3h-28V50.3s-2.7-18.4-21.1-18.4h-85.8s-21.1 0-21.1 18.4v19.1h-28.1s-105 4.2-120.5 74.3h-29S8 142.5 8 181.1z"], + "superpowers": [448, 512, [], "f2dd", "M448 32c-83.3 11-166.8 22-250 33-92 12.5-163.3 86.7-169 180-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33 91.8-12.5 163.3-86.8 168.7-179.8 3.5-55.5-18-109.5-57.7-148.2L448 32zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5-79.5-4.7-140.7-71-136.3-151 4.5-79.2 74.3-139.3 153-134.5 79.3 4.7 140.5 71 136.1 151z"], + "resolving": [496, 512, [], "f3e7", "M281.2 278.2c46-13.3 49.6-23.5 44-43.4L314 195.5c-6.1-20.9-18.4-28.1-71.1-12.8L54.7 236.8l28.6 98.6 197.9-57.2zM248.5 8C131.4 8 33.2 88.7 7.2 197.5l221.9-63.9c34.8-10.2 54.2-11.7 79.3-8.2 36.3 6.1 52.7 25 61.4 55.2l10.7 37.8c8.2 28.1 1 50.6-23.5 73.6-19.4 17.4-31.2 24.5-61.4 33.2L203 351.8l220.4 27.1 9.7 34.2-48.1 13.3-286.8-37.3 23 80.2c36.8 22 80.3 34.7 126.3 34.7 137 0 248.5-111.4 248.5-248.3C497 119.4 385.5 8 248.5 8zM38.3 388.6L0 256.8c0 48.5 14.3 93.4 38.3 131.8z"], + "xbox": [512, 512, [], "f412", "M369.9 318.2c44.3 54.3 64.7 98.8 54.4 118.7-7.9 15.1-56.7 44.6-92.6 55.9-29.6 9.3-68.4 13.3-100.4 10.2-38.2-3.7-76.9-17.4-110.1-39C93.3 445.8 87 438.3 87 423.4c0-29.9 32.9-82.3 89.2-142.1 32-33.9 76.5-73.7 81.4-72.6 9.4 2.1 84.3 75.1 112.3 109.5zM188.6 143.8c-29.7-26.9-58.1-53.9-86.4-63.4-15.2-5.1-16.3-4.8-28.7 8.1-29.2 30.4-53.5 79.7-60.3 122.4-5.4 34.2-6.1 43.8-4.2 60.5 5.6 50.5 17.3 85.4 40.5 120.9 9.5 14.6 12.1 17.3 9.3 9.9-4.2-11-.3-37.5 9.5-64 14.3-39 53.9-112.9 120.3-194.4zm311.6 63.5C483.3 127.3 432.7 77 425.6 77c-7.3 0-24.2 6.5-36 13.9-23.3 14.5-41 31.4-64.3 52.8C367.7 197 427.5 283.1 448.2 346c6.8 20.7 9.7 41.1 7.4 52.3-1.7 8.5-1.7 8.5 1.4 4.6 6.1-7.7 19.9-31.3 25.4-43.5 7.4-16.2 15-40.2 18.6-58.7 4.3-22.5 3.9-70.8-.8-93.4zM141.3 43C189 40.5 251 77.5 255.6 78.4c.7.1 10.4-4.2 21.6-9.7 63.9-31.1 94-25.8 107.4-25.2-63.9-39.3-152.7-50-233.9-11.7-23.4 11.1-24 11.9-9.4 11.2z"], + "square-web-awesome-stroke": [448, 512, [], "e684", "M64 64C46.3 64 32 78.3 32 96l0 320c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm235 81.6L288 224l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24L304.5 349.1c-5.2 11.5-16.6 18.9-29.2 18.9l-102.6 0c-12.6 0-24-7.4-29.2-18.9L87.2 224C74.3 223.6 64 213 64 200c0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L160 224l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6z"], + "searchengin": [460, 512, [], "f3eb", "M220.6 130.3l-67.2 28.2V43.2L98.7 233.5l54.7-24.2v130.3l67.2-209.3zm-83.2-96.7l-1.3 4.7-15.2 52.9C80.6 106.7 52 145.8 52 191.5c0 52.3 34.3 95.9 83.4 105.5v53.6C57.5 340.1 0 272.4 0 191.6c0-80.5 59.8-147.2 137.4-158zm311.4 447.2c-11.2 11.2-23.1 12.3-28.6 10.5-5.4-1.8-27.1-19.9-60.4-44.4-33.3-24.6-33.6-35.7-43-56.7-9.4-20.9-30.4-42.6-57.5-52.4l-9.7-14.7c-24.7 16.9-53 26.9-81.3 28.7l2.1-6.6 15.9-49.5c46.5-11.9 80.9-54 80.9-104.2 0-54.5-38.4-102.1-96-107.1V32.3C254.4 37.4 320 106.8 320 191.6c0 33.6-11.2 64.7-29 90.4l14.6 9.6c9.8 27.1 31.5 48 52.4 57.4s32.2 9.7 56.8 43c24.6 33.2 42.7 54.9 44.5 60.3s.7 17.3-10.5 28.5zm-9.9-17.9c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8z"], + "tiktok": [448, 512, [], "e07b", "M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"], + "square-facebook": [448, 512, ["facebook-square"], "f082", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"], + "renren": [512, 512, [], "f18b", "M214 169.1c0 110.4-61 205.4-147.6 247.4C30 373.2 8 317.7 8 256.6 8 133.9 97.1 32.2 214 12.5v156.6zM255 504c-42.9 0-83.3-11-118.5-30.4C193.7 437.5 239.9 382.9 255 319c15.5 63.9 61.7 118.5 118.8 154.7C338.7 493 298.3 504 255 504zm190.6-87.5C359 374.5 298 279.6 298 169.1V12.5c116.9 19.7 206 121.4 206 244.1 0 61.1-22 116.6-58.4 159.9z"], + "linux": [448, 512, [], "f17c", "M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z"], + "glide": [448, 512, [], "f2a5", "M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4-5.8 27.8-11.6 55.8-17.3 83.6-1.4 6.3-8.3 4.9-13.7 4.9-23.8 0-30.5-26-30.5-45.5 0-29.3 11.2-68.1 38.5-83.1 4.3-2.5 9.2-4.2 14.1-4.2 11.4 0 12.3 8.3 12.3 17.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 187c0-5.1-20.8-37.7-25.5-39.5-2.2-.9-7.2-2.3-9.6-2.3-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4 0-44.6-23.8-62.7-67.5-62.7-71.7 0-108 70.8-108 123.5 0 54.7 32 85 86.3 85 7.5 0 6.9-.6 6.9 2.3-10.5 80.3-56.5 82.9-56.5 58.9 0-24.4 28-36.5 28.3-38-.2-7.6-29.3-17.2-36.7-17.2-21.1 0-32.7 33-32.7 50.6 0 32.3 20.4 54.7 53.3 54.7 48.2 0 83.4-49.7 94.3-91.7 9.4-37.7 7-39.4 12.3-42.1 20-10.1 35.8-16.8 58.4-16.8 11.1 0 19 2.3 36.7 5.2 1.8.1 4.1-1.7 4.1-3.5z"], + "linkedin": [448, 512, [], "f08c", "M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"], + "hubspot": [512, 512, [], "f3b2", "M267.4 211.6c-25.1 23.7-40.8 57.3-40.8 94.6 0 29.3 9.7 56.3 26 78L203.1 434c-4.4-1.6-9.1-2.5-14-2.5-10.8 0-20.9 4.2-28.5 11.8-7.6 7.6-11.8 17.8-11.8 28.6s4.2 20.9 11.8 28.5c7.6 7.6 17.8 11.6 28.5 11.6 10.8 0 20.9-3.9 28.6-11.6 7.6-7.6 11.8-17.8 11.8-28.5 0-4.2-.6-8.2-1.9-12.1l50-50.2c22 16.9 49.4 26.9 79.3 26.9 71.9 0 130-58.3 130-130.2 0-65.2-47.7-119.2-110.2-128.7V116c17.5-7.4 28.2-23.8 28.2-42.9 0-26.1-20.9-47.9-47-47.9S311.2 47 311.2 73.1c0 19.1 10.7 35.5 28.2 42.9v61.2c-15.2 2.1-29.6 6.7-42.7 13.6-27.6-20.9-117.5-85.7-168.9-124.8 1.2-4.4 2-9 2-13.8C129.8 23.4 106.3 0 77.4 0 48.6 0 25.2 23.4 25.2 52.2c0 28.9 23.4 52.3 52.2 52.3 9.8 0 18.9-2.9 26.8-7.6l163.2 114.7zm89.5 163.6c-38.1 0-69-30.9-69-69s30.9-69 69-69 69 30.9 69 69-30.9 69-69 69z"], + "deploydog": [512, 512, [], "f38e", "M382.2 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.6 0-33.2 16.4-33.2 32.6zM188.5 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.7 0-33.2 16.4-33.2 32.6zM448 96c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H64c-17.5 0-32-14.4-32-32V128c0-17.5 14.4-32 32-32h384m0-32H64C28.8 64 0 92.8 0 128v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V128c0-35.2-28.8-64-64-64z"], + "twitch": [512, 512, [], "f1e8", "M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z"], + "flutter": [448, 512, [], "e694", "M429.5 236.3L291.7 374.1 429.5 512H272l-59.1-59.1-78.8-78.8L272 236.3H429.5zM272 0L16 256l78.8 78.8L429.5 0H272z"], + "ravelry": [512, 512, [], "f2d9", "M498.252,234.223c-1.208-10.34-1.7-20.826-3.746-31a310.306,310.306,0,0,0-9.622-36.6,184.068,184.068,0,0,0-30.874-57.5,251.154,251.154,0,0,0-18.818-21.689,237.362,237.362,0,0,0-47.113-36.116A240.8,240.8,0,0,0,331.356,26.65c-11.018-3.1-22.272-5.431-33.515-7.615-6.78-1.314-13.749-1.667-20.627-2.482-.316-.036-.6-.358-.9-.553q-16.143.009-32.288.006c-2.41.389-4.808.925-7.236,1.15a179.331,179.331,0,0,0-34.256,7.1,221.5,221.5,0,0,0-39.768,16.355,281.385,281.385,0,0,0-38.08,24.158c-6.167,4.61-12.268,9.36-17.974,14.518C96.539,88.494,86.34,97.72,76.785,107.555a243.878,243.878,0,0,0-33.648,43.95,206.488,206.488,0,0,0-20.494,44.6,198.2,198.2,0,0,0-7.691,34.759A201.13,201.13,0,0,0,13.4,266.385a299.716,299.716,0,0,0,4.425,40.24,226.865,226.865,0,0,0,16.73,53.3,210.543,210.543,0,0,0,24,39.528,213.589,213.589,0,0,0,26.358,28.416A251.313,251.313,0,0,0,126.7,458.455a287.831,287.831,0,0,0,55.9,25.277,269.5,269.5,0,0,0,40.641,9.835c6.071,1.01,12.275,1.253,18.412,1.873a4.149,4.149,0,0,1,1.19.56h32.289c2.507-.389,5-.937,7.527-1.143,16.336-1.332,32.107-5.335,47.489-10.717A219.992,219.992,0,0,0,379.1,460.322c9.749-6.447,19.395-13.077,28.737-20.1,5.785-4.348,10.988-9.5,16.3-14.457,3.964-3.7,7.764-7.578,11.51-11.5a232.162,232.162,0,0,0,31.427-41.639c9.542-16.045,17.355-32.905,22.3-50.926,2.859-10.413,4.947-21.045,7.017-31.652,1.032-5.279,1.251-10.723,1.87-16.087.036-.317.358-.6.552-.9V236.005A9.757,9.757,0,0,1,498.252,234.223Zm-161.117-1.15s-16.572-2.98-28.47-2.98c-27.2,0-33.57,14.9-33.57,37.04V360.8H201.582V170.062H275.1v31.931c8.924-26.822,26.771-36.189,62.04-36.189Z"], + "mixer": [512, 512, [], "e056", "M114.57,76.07a45.71,45.71,0,0,0-67.51-6.41c-17.58,16.18-19,43.52-4.75,62.77l91.78,123L41.76,379.58c-14.23,19.25-13.11,46.59,4.74,62.77A45.71,45.71,0,0,0,114,435.94L242.89,262.7a12.14,12.14,0,0,0,0-14.23ZM470.24,379.58,377.91,255.45l91.78-123c14.22-19.25,12.83-46.59-4.75-62.77a45.71,45.71,0,0,0-67.51,6.41l-128,172.12a12.14,12.14,0,0,0,0,14.23L398,435.94a45.71,45.71,0,0,0,67.51,6.41C483.35,426.17,484.47,398.83,470.24,379.58Z"], + "square-lastfm": [448, 512, ["lastfm-square"], "f203", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM210.7 280.8c-1.8-5.5-3.4-10.8-5-15.9c-12.9-41.9-21-68.4-58-68.4c-22.4 0-45.1 16.1-45.1 61.2c0 35.2 18 57.2 43.3 57.2c28.6 0 47.6-21.3 47.6-21.3l11.7 31.9s-19.8 19.4-61.2 19.4c-51.3 0-79.9-30.1-79.9-85.8c0-57.9 28.6-92 82.5-92c67.9 0 79.3 35.3 96.4 88.4c1.4 4.4 2.9 8.9 4.4 13.5c8.8 26.8 24.2 46.2 61.2 46.2c24.9 0 38.1-5.5 38.1-19.1c0-17.5-16.9-21.2-40-26.4c-3.2-.7-6.5-1.4-9.9-2.2c-30.4-7.3-42.5-23.1-42.5-48c0-40 32.3-52.4 65.2-52.4c37.4 0 60.1 13.6 63 46.6l-36.7 4.4c-1.5-15.8-11-22.4-28.6-22.4c-16.1 0-26 7.3-26 19.8c0 11 4.8 17.6 20.9 21.3c2.2 .5 4.5 1 6.7 1.4c31.1 6.5 65.1 13.7 65.1 56.1c.1 36.7-30.7 50.6-76.1 50.6c-63.4 0-85.4-28.6-97.1-64.1z"], + "vimeo": [448, 512, [], "f40a", "M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8zM377 180.8c-1.4 31.5-23.4 74.7-66 129.4-44 57.2-81.3 85.8-111.7 85.8-18.9 0-34.8-17.4-47.9-52.3-25.5-93.3-36.4-148-57.4-148-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2 25.2-2.4 40.7 14.8 46.5 51.7 20.7 131.2 29.9 151 67.6 91.6 13.5-21.4 20.8-37.7 21.8-48.9 3.5-33.2-25.9-30.9-45.8-22.4 15.9-52.1 46.3-77.4 91.2-76 33.3.9 49 22.5 47.1 64.7z"], + "mendeley": [640, 512, [], "f7b3", "M624.6 325.2c-12.3-12.4-29.7-19.2-48.4-17.2-43.3-1-49.7-34.9-37.5-98.8 22.8-57.5-14.9-131.5-87.4-130.8-77.4.7-81.7 82-130.9 82-48.1 0-54-81.3-130.9-82-72.9-.8-110.1 73.3-87.4 130.8 12.2 63.9 5.8 97.8-37.5 98.8-21.2-2.3-37 6.5-53 22.5-19.9 19.7-19.3 94.8 42.6 102.6 47.1 5.9 81.6-42.9 61.2-87.8-47.3-103.7 185.9-106.1 146.5-8.2-.1.1-.2.2-.3.4-26.8 42.8 6.8 97.4 58.8 95.2 52.1 2.1 85.4-52.6 58.8-95.2-.1-.2-.2-.3-.3-.4-39.4-97.9 193.8-95.5 146.5 8.2-4.6 10-6.7 21.3-5.7 33 4.9 53.4 68.7 74.1 104.9 35.2 17.8-14.8 23.1-65.6 0-88.3zm-303.9-19.1h-.6c-43.4 0-62.8-37.5-62.8-62.8 0-34.7 28.2-62.8 62.8-62.8h.6c34.7 0 62.8 28.1 62.8 62.8 0 25-19.2 62.8-62.8 62.8z"], + "uniregistry": [384, 512, [], "f404", "M192 480c39.5 0 76.2-11.8 106.8-32.2H85.3C115.8 468.2 152.5 480 192 480zm-89.1-193.1v-12.4H0v12.4c0 2.5 0 5 .1 7.4h103.1c-.2-2.4-.3-4.9-.3-7.4zm20.5 57H8.5c2.6 8.5 5.8 16.8 9.6 24.8h138.3c-12.9-5.7-24.1-14.2-33-24.8zm-17.7-34.7H1.3c.9 7.6 2.2 15 3.9 22.3h109.7c-4-6.9-7.2-14.4-9.2-22.3zm-2.8-69.3H0v17.3h102.9zm0-173.2H0v4.9h102.9zm0-34.7H0v2.5h102.9zm0 69.3H0v7.4h102.9zm0 104H0v14.8h102.9zm0-69.3H0v9.9h102.9zm0 34.6H0V183h102.9zm166.2 160.9h109.7c1.8-7.3 3.1-14.7 3.9-22.3H278.3c-2.1 7.9-5.2 15.4-9.2 22.3zm12-185.7H384V136H281.1zm0 37.2H384v-12.4H281.1zm0-74.3H384v-7.4H281.1zm0-76.7v2.5H384V32zm-203 410.9h227.7c11.8-8.7 22.7-18.6 32.2-29.7H44.9c9.6 11 21.4 21 33.2 29.7zm203-371.3H384v-4.9H281.1zm0 148.5H384v-14.8H281.1zM38.8 405.7h305.3c6.7-8.5 12.6-17.6 17.8-27.2H23c5.2 9.6 9.2 18.7 15.8 27.2zm188.8-37.1H367c3.7-8 5.8-16.2 8.5-24.8h-115c-8.8 10.7-20.1 19.2-32.9 24.8zm53.5-81.7c0 2.5-.1 5-.4 7.4h103.1c.1-2.5.2-4.9.2-7.4v-12.4H281.1zm0-29.7H384v-17.3H281.1z"], + "figma": [384, 512, [], "f799", "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z"], + "creative-commons-remix": [496, 512, [], "f4ee", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm161.7 207.7l4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L361 178.5v61.6l49.1 20.3zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V295l113.8 46.9v-.4l.4.4zm7.5-57.6l39.9-16.4-36.8-15.5-39 16.4 35.9 15.5zm52.3 38.1v-43L355.2 298v43.4l44.3-19z"], + "cc-amazon-pay": [576, 512, [], "f42d", "M124.7 201.8c.1-11.8 0-23.5 0-35.3v-35.3c0-1.3.4-2 1.4-2.7 11.5-8 24.1-12.1 38.2-11.1 12.5.9 22.7 7 28.1 21.7 3.3 8.9 4.1 18.2 4.1 27.7 0 8.7-.7 17.3-3.4 25.6-5.7 17.8-18.7 24.7-35.7 23.9-11.7-.5-21.9-5-31.4-11.7-.9-.8-1.4-1.6-1.3-2.8zm154.9 14.6c4.6 1.8 9.3 2 14.1 1.5 11.6-1.2 21.9-5.7 31.3-12.5.9-.6 1.3-1.3 1.3-2.5-.1-3.9 0-7.9 0-11.8 0-4-.1-8 0-12 0-1.4-.4-2-1.8-2.2-7-.9-13.9-2.2-20.9-2.9-7-.6-14-.3-20.8 1.9-6.7 2.2-11.7 6.2-13.7 13.1-1.6 5.4-1.6 10.8.1 16.2 1.6 5.5 5.2 9.2 10.4 11.2zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zm-207.5 23.9c.4 1.7.9 3.4 1.6 5.1 16.5 40.6 32.9 81.3 49.5 121.9 1.4 3.5 1.7 6.4.2 9.9-2.8 6.2-4.9 12.6-7.8 18.7-2.6 5.5-6.7 9.5-12.7 11.2-4.2 1.1-8.5 1.3-12.9.9-2.1-.2-4.2-.7-6.3-.8-2.8-.2-4.2 1.1-4.3 4-.1 2.8-.1 5.6 0 8.3.1 4.6 1.6 6.7 6.2 7.5 4.7.8 9.4 1.6 14.2 1.7 14.3.3 25.7-5.4 33.1-17.9 2.9-4.9 5.6-10.1 7.7-15.4 19.8-50.1 39.5-100.3 59.2-150.5.6-1.5 1.1-3 1.3-4.6.4-2.4-.7-3.6-3.1-3.7-5.6-.1-11.1 0-16.7 0-3.1 0-5.3 1.4-6.4 4.3-.4 1.1-.9 2.3-1.3 3.4l-29.1 83.7c-2.1 6.1-4.2 12.1-6.5 18.6-.4-.9-.6-1.4-.8-1.9-10.8-29.9-21.6-59.9-32.4-89.8-1.7-4.7-3.5-9.5-5.3-14.2-.9-2.5-2.7-4-5.4-4-6.4-.1-12.8-.2-19.2-.1-2.2 0-3.3 1.6-2.8 3.7zM242.4 206c1.7 11.7 7.6 20.8 18 26.6 9.9 5.5 20.7 6.2 31.7 4.6 12.7-1.9 23.9-7.3 33.8-15.5.4-.3.8-.6 1.4-1 .5 3.2.9 6.2 1.5 9.2.5 2.6 2.1 4.3 4.5 4.4 4.6.1 9.1.1 13.7 0 2.3-.1 3.8-1.6 4-3.9.1-.8.1-1.6.1-2.3v-88.8c0-3.6-.2-7.2-.7-10.8-1.6-10.8-6.2-19.7-15.9-25.4-5.6-3.3-11.8-5-18.2-5.9-3-.4-6-.7-9.1-1.1h-10c-.8.1-1.6.3-2.5.3-8.2.4-16.3 1.4-24.2 3.5-5.1 1.3-10 3.2-15 4.9-3 1-4.5 3.2-4.4 6.5.1 2.8-.1 5.6 0 8.3.1 4.1 1.8 5.2 5.7 4.1 6.5-1.7 13.1-3.5 19.7-4.8 10.3-1.9 20.7-2.7 31.1-1.2 5.4.8 10.5 2.4 14.1 7 3.1 4 4.2 8.8 4.4 13.7.3 6.9.2 13.9.3 20.8 0 .4-.1.7-.2 1.2-.4 0-.8 0-1.1-.1-8.8-2.1-17.7-3.6-26.8-4.1-9.5-.5-18.9.1-27.9 3.2-10.8 3.8-19.5 10.3-24.6 20.8-4.1 8.3-4.6 17-3.4 25.8zM98.7 106.9v175.3c0 .8 0 1.7.1 2.5.2 2.5 1.7 4.1 4.1 4.2 5.9.1 11.8.1 17.7 0 2.5 0 4-1.7 4.1-4.1.1-.8.1-1.7.1-2.5v-60.7c.9.7 1.4 1.2 1.9 1.6 15 12.5 32.2 16.6 51.1 12.9 17.1-3.4 28.9-13.9 36.7-29.2 5.8-11.6 8.3-24.1 8.7-37 .5-14.3-1-28.4-6.8-41.7-7.1-16.4-18.9-27.3-36.7-30.9-2.7-.6-5.5-.8-8.2-1.2h-7c-1.2.2-2.4.3-3.6.5-11.7 1.4-22.3 5.8-31.8 12.7-2 1.4-3.9 3-5.9 4.5-.1-.5-.3-.8-.4-1.2-.4-2.3-.7-4.6-1.1-6.9-.6-3.9-2.5-5.5-6.4-5.6h-9.7c-5.9-.1-6.9 1-6.9 6.8zM493.6 339c-2.7-.7-5.1 0-7.6 1-43.9 18.4-89.5 30.2-136.8 35.8-14.5 1.7-29.1 2.8-43.7 3.2-26.6.7-53.2-.8-79.6-4.3-17.8-2.4-35.5-5.7-53-9.9-37-8.9-72.7-21.7-106.7-38.8-8.8-4.4-17.4-9.3-26.1-14-3.8-2.1-6.2-1.5-8.2 2.1v1.7c1.2 1.6 2.2 3.4 3.7 4.8 36 32.2 76.6 56.5 122 72.9 21.9 7.9 44.4 13.7 67.3 17.5 14 2.3 28 3.8 42.2 4.5 3 .1 6 .2 9 .4.7 0 1.4.2 2.1.3h17.7c.7-.1 1.4-.3 2.1-.3 14.9-.4 29.8-1.8 44.6-4 21.4-3.2 42.4-8.1 62.9-14.7 29.6-9.6 57.7-22.4 83.4-40.1 2.8-1.9 5.7-3.8 8-6.2 4.3-4.4 2.3-10.4-3.3-11.9zm50.4-27.7c-.8-4.2-4-5.8-7.6-7-5.7-1.9-11.6-2.8-17.6-3.3-11-.9-22-.4-32.8 1.6-12 2.2-23.4 6.1-33.5 13.1-1.2.8-2.4 1.8-3.1 3-.6.9-.7 2.3-.5 3.4.3 1.3 1.7 1.6 3 1.5.6 0 1.2 0 1.8-.1l19.5-2.1c9.6-.9 19.2-1.5 28.8-.8 4.1.3 8.1 1.2 12 2.2 4.3 1.1 6.2 4.4 6.4 8.7.3 6.7-1.2 13.1-2.9 19.5-3.5 12.9-8.3 25.4-13.3 37.8-.3.8-.7 1.7-.8 2.5-.4 2.5 1 4 3.4 3.5 1.4-.3 3-1.1 4-2.1 3.7-3.6 7.5-7.2 10.6-11.2 10.7-13.8 17-29.6 20.7-46.6.7-3 1.2-6.1 1.7-9.1.2-4.7.2-9.6.2-14.5z"], + "dropbox": [528, 512, [], "f16b", "M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z"], + "instagram": [448, 512, [], "f16d", "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"], + "cmplid": [640, 512, [], "e360", "M226.119,388.165a3.816,3.816,0,0,0-2.294-3.5,3.946,3.946,0,0,0-1.629-.385L72.6,384.3a19.243,19.243,0,0,1-17.924-26.025L81.585,255.692a35.72,35.72,0,0,1,32.373-26H262.525a7.07,7.07,0,0,0,6.392-5.194l10.769-41.131a3.849,3.849,0,0,0-2.237-4.937,3.755,3.755,0,0,0-1.377-.261c-.063,0-.126,0-.189.005H127.38a106.8,106.8,0,0,0-96.99,77.1L3.483,358.824A57.469,57.469,0,0,0,57.314,436q1.43,0,2.86-.072H208.742a7.131,7.131,0,0,0,6.391-5.193L225.839,389.6A3.82,3.82,0,0,0,226.119,388.165ZM306.658,81.2a3.861,3.861,0,0,0,.251-1.367A3.813,3.813,0,0,0,303.079,76c-.064,0-.128,0-.192,0h-41A7.034,7.034,0,0,0,255.5,81.2l-21.347,80.915h51.131ZM180.364,368.249H231.5L263.452,245.69H212.321ZM511.853,79.723a3.809,3.809,0,0,0-3.8-3.661c-.058,0-.137,0-.23.007h-41a7.1,7.1,0,0,0-6.584,5.129L368.91,430.634a3.54,3.54,0,0,0-.262,1.335,3.873,3.873,0,0,0,3.864,3.863c.056,0,.112,0,.169,0h41a7.068,7.068,0,0,0,6.392-5.193L511.533,81.2A3.624,3.624,0,0,0,511.853,79.723ZM324.649,384.47h-41a7.2,7.2,0,0,0-6.392,5.194L266.52,430.8a3.662,3.662,0,0,0-.268,1.374A3.783,3.783,0,0,0,270.023,436c.06,0,.166,0,.3-.012h40.905a7.036,7.036,0,0,0,6.391-5.193l10.769-41.131a3.75,3.75,0,0,0-3.445-5.208c-.108,0-.217,0-.326.014Zm311.324-308.4h-41a7.066,7.066,0,0,0-6.392,5.129l-91.46,349.436a4.073,4.073,0,0,0-.229,1.347,3.872,3.872,0,0,0,3.863,3.851c.056,0,.112,0,.169,0h40.968a7.1,7.1,0,0,0,6.392-5.193L639.68,81.2a3.624,3.624,0,0,0,.32-1.475,3.841,3.841,0,0,0-3.821-3.564c-.068,0-.137,0-.206.006ZM371.562,225.236l10.8-41.1a4.369,4.369,0,0,0,.227-1.388,3.869,3.869,0,0,0-3.861-3.842c-.057,0-.113,0-.169,0h-41.1a7.292,7.292,0,0,0-6.391,5.226l-10.834,41.1a4.417,4.417,0,0,0-.26,1.493c0,.069,0,.138,0,.206a3.776,3.776,0,0,0,3.757,3.507c.076,0,.18,0,.3-.012h41.129A7.034,7.034,0,0,0,371.562,225.236Z"], + "upwork": [641, 512, [], "e641", "M494.7 295.6c-50.3 0-83.5-38.9-92.8-53.9c11.9-95.3 46.8-125.4 92.8-125.4c45.5 0 80.9 36.4 80.9 89.7s-35.4 89.7-80.9 89.7zm0-237.8c-81.9 0-127.8 53.4-141 108.4c-14.9-28-25.9-65.5-34.5-100.3H206v141c0 51.1-23.3 89-68.8 89s-71.6-37.8-71.6-89l.5-141H.8v141c0 41.1 13.3 78.4 37.6 105.1c25 27.5 59.2 41.8 98.8 41.8c78.8 0 133.8-60.4 133.8-146.9V112.1c8.2 31.2 27.8 91.1 65.3 143.6l-35 199.4h66.4l23.1-141.3c7.6 6.3 15.7 12 24.2 17c22.2 14 47.7 21.9 73.9 22.8c0 0 4 .2 6.1 .2c81.2 0 145.9-62.9 145.9-147.8s-64.8-148.1-146-148.1z"], + "facebook": [512, 512, [62000], "f09a", "M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z"], + "gripfire": [384, 512, [], "f3ac", "M112.5 301.4c0-73.8 105.1-122.5 105.1-203 0-47.1-34-88-39.1-90.4.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3 65.1 46.7 78.1 71.4 78.1 86.6 0 10.1-4.8 17-4.8 22.3 13.1-16.7 17.4-31.9 17.5-46.4 0-29.6-21.7-56.3-44.2-86.5-16-22.3-32.6-42.6-32.6-69.5zm205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1 0 44.7-54.2 111.2-56.6 116.7-2.2 5.1-3.2 10.5-3.2 15.8 0 20.1 15.2 42.1 17.9 42.1 2.4 0 56.6-55.4 58.1-87.7 6.4 11.7 9.1 22.6 9.1 33.4 0 41.2-41.8 96.9-41.8 96.9 0 11.6 31.9 53.2 35.5 53.2 1 0 2.2-1.4 3.2-2.4 37.9-39.3 67.3-85 67.3-136.8 0-8-.7-16.2-2.2-24.6z"], + "jedi-order": [448, 512, [], "f50e", "M398.5 373.6c95.9-122.1 17.2-233.1 17.2-233.1 45.4 85.8-41.4 170.5-41.4 170.5 105-171.5-60.5-271.5-60.5-271.5 96.9 72.7-10.1 190.7-10.1 190.7 85.8 158.4-68.6 230.1-68.6 230.1s-.4-16.9-2.2-85.7c4.3 4.5 34.5 36.2 34.5 36.2l-24.2-47.4 62.6-9.1-62.6-9.1 20.2-55.5-31.4 45.9c-2.2-87.7-7.8-305.1-7.9-306.9v-2.4 1-1 2.4c0 1-5.6 219-7.9 306.9l-31.4-45.9 20.2 55.5-62.6 9.1 62.6 9.1-24.2 47.4 34.5-36.2c-1.8 68.8-2.2 85.7-2.2 85.7s-154.4-71.7-68.6-230.1c0 0-107-118.1-10.1-190.7 0 0-165.5 99.9-60.5 271.5 0 0-86.8-84.8-41.4-170.5 0 0-78.7 111 17.2 233.1 0 0-26.2-16.1-49.4-77.7 0 0 16.9 183.3 222 185.7h4.1c205-2.4 222-185.7 222-185.7-23.6 61.5-49.9 77.7-49.9 77.7z"], + "uikit": [448, 512, [], "f403", "M443.9 128v256L218 512 0 384V169.7l87.6 45.1v117l133.5 75.5 135.8-75.5v-151l-101.1-57.6 87.6-53.1L443.9 128zM308.6 49.1L223.8 0l-88.6 54.8 86 47.3 87.4-53z"], + "fort-awesome-alt": [512, 512, [], "f3a3", "M208 237.4h-22.2c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7H208c2.1 0 3.7-1.6 3.7-3.7v-51.7c0-2.1-1.6-3.7-3.7-3.7zm118.2 0H304c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7h22.2c2.1 0 3.7-1.6 3.7-3.7v-51.7c-.1-2.1-1.7-3.7-3.7-3.7zm132-125.1c-2.3-3.2-4.6-6.4-7.1-9.5-9.8-12.5-20.8-24-32.8-34.4-4.5-3.9-9.1-7.6-13.9-11.2-1.6-1.2-3.2-2.3-4.8-3.5C372 34.1 340.3 20 306 13c-16.2-3.3-32.9-5-50-5s-33.9 1.7-50 5c-34.3 7.1-66 21.2-93.3 40.8-1.6 1.1-3.2 2.3-4.8 3.5-4.8 3.6-9.4 7.3-13.9 11.2-3 2.6-5.9 5.3-8.8 8s-5.7 5.5-8.4 8.4c-5.5 5.7-10.7 11.8-15.6 18-2.4 3.1-4.8 6.3-7.1 9.5C25.2 153 8.3 202.5 8.3 256c0 2 .1 4 .1 6 .1.7.1 1.3.1 2 .1 1.3.1 2.7.2 4 0 .8.1 1.5.1 2.3 0 1.3.1 2.5.2 3.7.1.8.1 1.6.2 2.4.1 1.1.2 2.3.3 3.5 0 .8.1 1.6.2 2.4.1 1.2.3 2.4.4 3.6.1.8.2 1.5.3 2.3.1 1.3.3 2.6.5 3.9.1.6.2 1.3.3 1.9l.9 5.7c.1.6.2 1.1.3 1.7.3 1.3.5 2.7.8 4 .2.8.3 1.6.5 2.4.2 1 .5 2.1.7 3.2.2.9.4 1.7.6 2.6.2 1 .4 2 .7 3 .2.9.5 1.8.7 2.7.3 1 .5 1.9.8 2.9.3.9.5 1.8.8 2.7.2.9.5 1.9.8 2.8s.5 1.8.8 2.7c.3 1 .6 1.9.9 2.8.6 1.6 1.1 3.3 1.7 4.9.4 1 .7 1.9 1 2.8.3 1 .7 2 1.1 3 .3.8.6 1.5.9 2.3l1.2 3c.3.7.6 1.5.9 2.2.4 1 .9 2 1.3 3l.9 2.1c.5 1 .9 2 1.4 3 .3.7.6 1.3.9 2 .5 1 1 2.1 1.5 3.1.2.6.5 1.1.8 1.7.6 1.1 1.1 2.2 1.7 3.3.1.2.2.3.3.5 2.2 4.1 4.4 8.2 6.8 12.2.2.4.5.8.7 1.2.7 1.1 1.3 2.2 2 3.3.3.5.6.9.9 1.4.6 1.1 1.3 2.1 2 3.2.3.5.6.9.9 1.4.7 1.1 1.4 2.1 2.1 3.2.2.4.5.8.8 1.2.7 1.1 1.5 2.2 2.3 3.3.2.2.3.5.5.7 37.5 51.7 94.4 88.5 160 99.4.9.1 1.7.3 2.6.4 1 .2 2.1.4 3.1.5s1.9.3 2.8.4c1 .2 2 .3 3 .4.9.1 1.9.2 2.9.3s1.9.2 2.9.3 2.1.2 3.1.3c.9.1 1.8.1 2.7.2 1.1.1 2.3.1 3.4.2.8 0 1.7.1 2.5.1 1.3 0 2.6.1 3.9.1.7.1 1.4.1 2.1.1 2 .1 4 .1 6 .1s4-.1 6-.1c.7 0 1.4-.1 2.1-.1 1.3 0 2.6 0 3.9-.1.8 0 1.7-.1 2.5-.1 1.1-.1 2.3-.1 3.4-.2.9 0 1.8-.1 2.7-.2 1-.1 2.1-.2 3.1-.3s1.9-.2 2.9-.3c.9-.1 1.9-.2 2.9-.3s2-.3 3-.4 1.9-.3 2.8-.4c1-.2 2.1-.3 3.1-.5.9-.1 1.7-.3 2.6-.4 65.6-11 122.5-47.7 160.1-102.4.2-.2.3-.5.5-.7.8-1.1 1.5-2.2 2.3-3.3.2-.4.5-.8.8-1.2.7-1.1 1.4-2.1 2.1-3.2.3-.5.6-.9.9-1.4.6-1.1 1.3-2.1 2-3.2.3-.5.6-.9.9-1.4.7-1.1 1.3-2.2 2-3.3.2-.4.5-.8.7-1.2 2.4-4 4.6-8.1 6.8-12.2.1-.2.2-.3.3-.5.6-1.1 1.1-2.2 1.7-3.3.2-.6.5-1.1.8-1.7.5-1 1-2.1 1.5-3.1.3-.7.6-1.3.9-2 .5-1 1-2 1.4-3l.9-2.1c.5-1 .9-2 1.3-3 .3-.7.6-1.5.9-2.2l1.2-3c.3-.8.6-1.5.9-2.3.4-1 .7-2 1.1-3s.7-1.9 1-2.8c.6-1.6 1.2-3.3 1.7-4.9.3-1 .6-1.9.9-2.8s.5-1.8.8-2.7c.2-.9.5-1.9.8-2.8s.6-1.8.8-2.7c.3-1 .5-1.9.8-2.9.2-.9.5-1.8.7-2.7.2-1 .5-2 .7-3 .2-.9.4-1.7.6-2.6.2-1 .5-2.1.7-3.2.2-.8.3-1.6.5-2.4.3-1.3.6-2.7.8-4 .1-.6.2-1.1.3-1.7l.9-5.7c.1-.6.2-1.3.3-1.9.1-1.3.3-2.6.5-3.9.1-.8.2-1.5.3-2.3.1-1.2.3-2.4.4-3.6 0-.8.1-1.6.2-2.4.1-1.1.2-2.3.3-3.5.1-.8.1-1.6.2-2.4.1 1.7.1.5.2-.7 0-.8.1-1.5.1-2.3.1-1.3.2-2.7.2-4 .1-.7.1-1.3.1-2 .1-2 .1-4 .1-6 0-53.5-16.9-103-45.8-143.7zM448 371.5c-9.4 15.5-20.6 29.9-33.6 42.9-20.6 20.6-44.5 36.7-71.2 48-13.9 5.8-28.2 10.3-42.9 13.2v-75.8c0-58.6-88.6-58.6-88.6 0v75.8c-14.7-2.9-29-7.3-42.9-13.2-26.7-11.3-50.6-27.4-71.2-48-13-13-24.2-27.4-33.6-42.9v-71.3c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7V326h29.6V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7H208c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-4.8 6.5-3.7 9.5-3.7V88.1c-4.4-2-7.4-6.7-7.4-11.5 0-16.8 25.4-16.8 25.4 0 0 4.8-3 9.4-7.4 11.5V92c6.3-1.4 12.7-2.3 19.2-2.3 9.4 0 18.4 3.5 26.3 3.5 7.2 0 15.2-3.5 19.4-3.5 2.1 0 3.7 1.6 3.7 3.7v48.4c0 5.6-18.7 6.5-22.4 6.5-8.6 0-16.6-3.5-25.4-3.5-7 0-14.1 1.2-20.8 2.8v30.7c3 0 9.5-1.1 9.5 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v144h29.5v-25.8c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7z"], + "phabricator": [496, 512, [], "f3db", "M323 262.1l-.1-13s21.7-19.8 21.1-21.2l-9.5-20c-.6-1.4-29.5-.5-29.5-.5l-9.4-9.3s.2-28.5-1.2-29.1l-20.1-9.2c-1.4-.6-20.7 21-20.7 21l-13.1-.2s-20.5-21.4-21.9-20.8l-20 8.3c-1.4.5.2 28.9.2 28.9l-9.1 9.1s-29.2-.9-29.7.4l-8.1 19.8c-.6 1.4 21 21 21 21l.1 12.9s-21.7 19.8-21.1 21.2l9.5 20c.6 1.4 29.5.5 29.5.5l9.4 9.3s-.2 31.8 1.2 32.3l20.1 8.3c1.4.6 20.7-23.5 20.7-23.5l13.1.2s20.5 23.8 21.8 23.3l20-7.5c1.4-.6-.2-32.1-.2-32.1l9.1-9.1s29.2.9 29.7-.5l8.1-19.8c.7-1.1-20.9-20.7-20.9-20.7zm-44.9-8.7c.7 17.1-12.8 31.6-30.1 32.4-17.3.8-32.1-12.5-32.8-29.6-.7-17.1 12.8-31.6 30.1-32.3 17.3-.8 32.1 12.5 32.8 29.5zm201.2-37.9l-97-97-.1.1c-75.1-73.3-195.4-72.8-269.8 1.6-50.9 51-27.8 27.9-95.7 95.3-22.3 22.3-22.3 58.7 0 81 69.9 69.4 46.4 46 97.4 97l.1-.1c75.1 73.3 195.4 72.9 269.8-1.6 51-50.9 27.9-27.9 95.3-95.3 22.3-22.3 22.3-58.7 0-81zM140.4 363.8c-59.6-59.5-59.6-156 0-215.5 59.5-59.6 156-59.5 215.6 0 59.5 59.5 59.6 156 0 215.6-59.6 59.5-156 59.4-215.6-.1z"], + "ussunnah": [482, 512, [], "f407", "M481.9 268.1A240.9 240.9 0 1 1 .1 268a240.9 240.9 0 1 1 481.9 0zM24.5 268a216.5 216.5 0 1 0 432.9 0A216.5 216.5 0 1 0 24.5 268zm385.9 63.3c-12.7 0-21.6-1.9-26.7-5.9c-5.5-4.3-8.2-12.3-8.2-23.8V205.1c0-6.5-5.2-20.2-15.7-41.2c7 0 17-9.1 30-27.2V284.5c0 11 2.4 19.4 7 25.3c3.7 4.7 10.1 8.9 19 12.6c1.2 .4 2.6 .9 4.1 1.4c2.9 .9 6.3 2.1 10.3 3.5c-1.8 2.7-8.3 4-19.9 4zm-219 0c-1.3 2.4-3.6 5.5-6.8 9.4l-18.5 22.5c-1-6.1-4-13-9.3-20.6s-9.7-11.4-13.4-11.4h-8.3H53.6c3.3-5.3 4.9-8.8 4.9-10.8c0-2-.8-5.3-2.4-9.7c-1.5-4.4-2.4-8.5-2.4-12.4c0-7.4 2.1-13.9 6.3-19.3L80 253.4l-7.1-17.7L89 215.9l6.7 16.8 8-10.3c-1.8 6.4-2.6 12.3-2.6 17.7c0 4.2 2.8 13.3 8.3 27.3l16.2 40.7H135h8 .3c2.8 .4 7.7 5 14.6 13.9c1.8 2.4 4.3 5.8 7.7 10.2c1.4 1.9 2.9 3.9 4.6 6.1c1.3-2.3 2-4.6 2-7.1c0-2-1.3-6.6-4-13.4L163 304.1c-4-10.6-6.1-17.7-6.1-21.3c0-6.3 1.9-12.3 5.8-17.9c.5-.6 1-1.3 1.5-1.9c4.4-5.6 8.8-11.1 13.3-16.5c-1.1 4.6-1.7 8.7-1.7 12c0 3.7 1.7 9.9 5.1 18.8l7.9 20.4c1.9 4.7 3 8.2 3.7 10.3h17.6 8.3l-.9-2.6c-1.4-3.9-4-7-7.7-9.3l15.6-20.1 12.3 32h13.4L245 292.2c-1.5-3.9-4-7-7.7-9.3L253 262.8 270.3 308h13.4l-11.4-29.4c-1.5-3.9-4-7-7.7-9.3l15.6-20L302.6 308h10.3 8.3 7.6c1.5 0 3-1.1 4.5-3.1s2.2-4.1 2.2-6.3V205.1c0-6.5-4.5-20.3-13.7-41.2c5.4 0 14.1-9.1 26.2-27.2V300.2c0 7.2 .6 12 1.7 14.6c1.6 3.4 5.3 6.2 11.1 8.2c-3.9 5.6-8.7 8.5-14.5 8.5H321.1h-8.3H210.5h-19zM93.4 287.3c-2.7-6.7-4-11.7-4-15c-.6 1.2-2.4 3.7-5.4 7.6c-1.4 1.9-2.2 3.7-2.2 5.3c0 2.6 .8 5.7 2.2 9.3l5.6 13.9h0c5 0 9 0 11.9-.1l-8.2-20.9zm13.5-72.4c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm-27.6 0c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm87 27.5c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3z"], + "earlybirds": [480, 512, [], "f39a", "M313.2 47.5c1.2-13 21.3-14 36.6-8.7.9.3 26.2 9.7 19 15.2-27.9-7.4-56.4 18.2-55.6-6.5zm-201 6.9c30.7-8.1 62 20 61.1-7.1-1.3-14.2-23.4-15.3-40.2-9.6-1 .3-28.7 10.5-20.9 16.7zM319.4 160c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-159.7 0c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm318.5 163.2c-9.9 24-40.7 11-63.9-1.2-13.5 69.1-58.1 111.4-126.3 124.2.3.9-2-.1 24 1 33.6 1.4 63.8-3.1 97.4-8-19.8-13.8-11.4-37.1-9.8-38.1 1.4-.9 14.7 1.7 21.6 11.5 8.6-12.5 28.4-14.8 30.2-13.6 1.6 1.1 6.6 20.9-6.9 34.6 4.7-.9 8.2-1.6 9.8-2.1 2.6-.8 17.7 11.3 3.1 13.3-14.3 2.3-22.6 5.1-47.1 10.8-45.9 10.7-85.9 11.8-117.7 12.8l1 11.6c3.8 18.1-23.4 24.3-27.6 6.2.8 17.9-27.1 21.8-28.4-1l-.5 5.3c-.7 18.4-28.4 17.9-28.3-.6-7.5 13.5-28.1 6.8-26.4-8.5l1.2-12.4c-36.7.9-59.7 3.1-61.8 3.1-20.9 0-20.9-31.6 0-31.6 2.4 0 27.7 1.3 63.2 2.8-61.1-15.5-103.7-55-114.9-118.2-25 12.8-57.5 26.8-68.2.8-10.5-25.4 21.5-42.6 66.8-73.4.7-6.6 1.6-13.3 2.7-19.8-14.4-19.6-11.6-36.3-16.1-60.4-16.8 2.4-23.2-9.1-23.6-23.1.3-7.3 2.1-14.9 2.4-15.4 1.1-1.8 10.1-2 12.7-2.6 6-31.7 50.6-33.2 90.9-34.5 19.7-21.8 45.2-41.5 80.9-48.3C203.3 29 215.2 8.5 216.2 8c1.7-.8 21.2 4.3 26.3 23.2 5.2-8.8 18.3-11.4 19.6-10.7 1.1.6 6.4 15-4.9 25.9 40.3 3.5 72.2 24.7 96 50.7 36.1 1.5 71.8 5.9 77.1 34 2.7.6 11.6.8 12.7 2.6.3.5 2.1 8.1 2.4 15.4-.5 13.9-6.8 25.4-23.6 23.1-3.2 17.3-2.7 32.9-8.7 47.7 2.4 11.7 4 23.8 4.8 36.4 37 25.4 70.3 42.5 60.3 66.9zM207.4 159.9c.9-44-37.9-42.2-78.6-40.3-21.7 1-38.9 1.9-45.5 13.9-11.4 20.9 5.9 92.9 23.2 101.2 9.8 4.7 73.4 7.9 86.3-7.1 8.2-9.4 15-49.4 14.6-67.7zm52 58.3c-4.3-12.4-6-30.1-15.3-32.7-2-.5-9-.5-11 0-10 2.8-10.8 22.1-17 37.2 15.4 0 19.3 9.7 23.7 9.7 4.3 0 6.3-11.3 19.6-14.2zm135.7-84.7c-6.6-12.1-24.8-12.9-46.5-13.9-40.2-1.9-78.2-3.8-77.3 40.3-.5 18.3 5 58.3 13.2 67.8 13 14.9 76.6 11.8 86.3 7.1 15.8-7.6 36.5-78.9 24.3-101.3z"], + "trade-federation": [496, 512, [], "f513", "M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z"], + "autoprefixer": [640, 512, [], "f41c", "M318.4 16l-161 480h77.5l25.4-81.4h119.5L405 496h77.5L318.4 16zm-40.3 341.9l41.2-130.4h1.5l40.9 130.4h-83.6zM640 405l-10-31.4L462.1 358l19.4 56.5L640 405zm-462.1-47L10 373.7 0 405l158.5 9.4 19.4-56.4z"], + "whatsapp": [448, 512, [], "f232", "M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"], + "square-upwork": [448, 512, [], "e67c", "M56 32l336 0c30.9 0 56 25.1 56 56l0 336c0 30.9-25.1 56-56 56L56 480c-30.9 0-56-25.1-56-56L0 88C0 57.1 25.1 32 56 32zM270.9 274.2c6.6-52.9 25.9-69.5 51.4-69.5c25.3 0 44.9 20.2 44.9 49.7s-19.7 49.7-44.9 49.7c-27.9 0-46.3-21.5-51.4-29.9zm-26.7-41.8c-8.2-15.5-14.3-36.3-19.2-55.6l-29.7 0-33.2 0 0 78.1c0 28.4-12.9 49.4-38.2 49.4s-39.8-20.9-39.8-49.3l.3-78.1-36.2 0 0 78.1c0 22.8 7.4 43.5 20.9 58.2c13.9 15.2 32.8 23.2 54.8 23.2c43.7 0 74.2-33.5 74.2-81.5l0-52.5c4.6 17.3 15.4 50.5 36.2 79.7L215 392.6l36.8 0 12.8-78.4c4.2 3.5 8.7 6.6 13.4 9.4c12.3 7.8 26.4 12.2 40.9 12.6l.1 0c.5 0 1.1 0 1.6 0c.6 0 1.1 0 1.7 0c45.1 0 80.9-34.9 80.9-81.9s-35.9-82.2-80.9-82.2c-45.4 0-70.9 29.7-78.1 60.1z"], + "slideshare": [512, 512, [], "f1e7", "M187.7 153.7c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7s61.7-26 61.7-57.7c0-32-27.7-57.7-61.7-57.7zm143.4 0c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7 34.3 0 61.7-26 61.7-57.7.1-32-27.4-57.7-61.7-57.7zm156.6 90l-6 4.3V49.7c0-27.4-20.6-49.7-46-49.7H76.6c-25.4 0-46 22.3-46 49.7V248c-2-1.4-4.3-2.9-6.3-4.3-15.1-10.6-25.1 4-16 17.7 18.3 22.6 53.1 50.3 106.3 72C58.3 525.1 252 555.7 248.9 457.5c0-.7.3-56.6.3-96.6 5.1 1.1 9.4 2.3 13.7 3.1 0 39.7.3 92.8.3 93.5-3.1 98.3 190.6 67.7 134.3-124 53.1-21.7 88-49.4 106.3-72 9.1-13.8-.9-28.3-16.1-17.8zm-30.5 19.2c-68.9 37.4-128.3 31.1-160.6 29.7-23.7-.9-32.6 9.1-33.7 24.9-10.3-7.7-18.6-15.5-20.3-17.1-5.1-5.4-13.7-8-27.1-7.7-31.7 1.1-89.7 7.4-157.4-28V72.3c0-34.9 8.9-45.7 40.6-45.7h317.7c30.3 0 40.9 12.9 40.9 45.7v190.6z"], + "google-play": [512, 512, [], "f3ab", "M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z"], + "viadeo": [448, 512, [], "f2a9", "M276.2 150.5v.7C258.3 98.6 233.6 47.8 205.4 0c43.3 29.2 67 100 70.8 150.5zm32.7 121.7c7.6 18.2 11 37.5 11 57 0 77.7-57.8 141-137.8 139.4l3.8-.3c74.2-46.7 109.3-118.6 109.3-205.1 0-38.1-6.5-75.9-18.9-112 1 11.7 1 23.7 1 35.4 0 91.8-18.1 241.6-116.6 280C95 455.2 49.4 398 49.4 329.2c0-75.6 57.4-142.3 135.4-142.3 16.8 0 33.7 3.1 49.1 9.6 1.7-15.1 6.5-29.9 13.4-43.3-19.9-7.2-41.2-10.7-62.5-10.7-161.5 0-238.7 195.9-129.9 313.7 67.9 74.6 192 73.9 259.8 0 56.6-61.3 60.9-142.4 36.4-201-12.7 8-27.1 13.9-42.2 17zM418.1 11.7c-31 66.5-81.3 47.2-115.8 80.1-12.4 12-20.6 34-20.6 50.5 0 14.1 4.5 27.1 12 38.8 47.4-11 98.3-46 118.2-90.7-.7 5.5-4.8 14.4-7.2 19.2-20.3 35.7-64.6 65.6-99.7 84.9 14.8 14.4 33.7 25.8 55 25.8 79 0 110.1-134.6 58.1-208.6z"], + "line": [512, 512, [], "f3c0", "M311 196.8v81.3c0 2.1-1.6 3.7-3.7 3.7h-13c-1.3 0-2.4-.7-3-1.5l-37.3-50.3v48.2c0 2.1-1.6 3.7-3.7 3.7h-13c-2.1 0-3.7-1.6-3.7-3.7V196.9c0-2.1 1.6-3.7 3.7-3.7h12.9c1.1 0 2.4 .6 3 1.6l37.3 50.3V196.9c0-2.1 1.6-3.7 3.7-3.7h13c2.1-.1 3.8 1.6 3.8 3.5zm-93.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 2.1 1.6 3.7 3.7 3.7h13c2.1 0 3.7-1.6 3.7-3.7V196.8c0-1.9-1.6-3.7-3.7-3.7zm-31.4 68.1H150.3V196.8c0-2.1-1.6-3.7-3.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 1 .3 1.8 1 2.5c.7 .6 1.5 1 2.5 1h52.2c2.1 0 3.7-1.6 3.7-3.7v-13c0-1.9-1.6-3.7-3.5-3.7zm193.7-68.1H327.3c-1.9 0-3.7 1.6-3.7 3.7v81.3c0 1.9 1.6 3.7 3.7 3.7h52.2c2.1 0 3.7-1.6 3.7-3.7V265c0-2.1-1.6-3.7-3.7-3.7H344V247.7h35.5c2.1 0 3.7-1.6 3.7-3.7V230.9c0-2.1-1.6-3.7-3.7-3.7H344V213.5h35.5c2.1 0 3.7-1.6 3.7-3.7v-13c-.1-1.9-1.7-3.7-3.7-3.7zM512 93.4V419.4c-.1 51.2-42.1 92.7-93.4 92.6H92.6C41.4 511.9-.1 469.8 0 418.6V92.6C.1 41.4 42.2-.1 93.4 0H419.4c51.2 .1 92.7 42.1 92.6 93.4zM441.6 233.5c0-83.4-83.7-151.3-186.4-151.3s-186.4 67.9-186.4 151.3c0 74.7 66.3 137.4 155.9 149.3c21.8 4.7 19.3 12.7 14.4 42.1c-.8 4.7-3.8 18.4 16.1 10.1s107.3-63.2 146.5-108.2c27-29.7 39.9-59.8 39.9-93.1z"], + "google-drive": [512, 512, [], "f3aa", "M339 314.9L175.4 32h161.2l163.6 282.9H339zm-137.5 23.6L120.9 480h310.5L512 338.5H201.5zM154.1 67.4L0 338.5 80.6 480 237 208.8 154.1 67.4z"], + "servicestack": [496, 512, [], "f3ec", "M88 216c81.7 10.2 273.7 102.3 304 232H0c99.5-8.1 184.5-137 88-232zm32-152c32.3 35.6 47.7 83.9 46.4 133.6C249.3 231.3 373.7 321.3 400 448h96C455.3 231.9 222.8 79.5 120 64z"], + "simplybuilt": [512, 512, [], "f215", "M481.2 64h-106c-14.5 0-26.6 11.8-26.6 26.3v39.6H163.3V90.3c0-14.5-12-26.3-26.6-26.3h-106C16.1 64 4.3 75.8 4.3 90.3v331.4c0 14.5 11.8 26.3 26.6 26.3h450.4c14.8 0 26.6-11.8 26.6-26.3V90.3c-.2-14.5-12-26.3-26.7-26.3zM149.8 355.8c-36.6 0-66.4-29.7-66.4-66.4 0-36.9 29.7-66.6 66.4-66.6 36.9 0 66.6 29.7 66.6 66.6 0 36.7-29.7 66.4-66.6 66.4zm212.4 0c-36.9 0-66.6-29.7-66.6-66.6 0-36.6 29.7-66.4 66.6-66.4 36.6 0 66.4 29.7 66.4 66.4 0 36.9-29.8 66.6-66.4 66.6z"], + "bitbucket": [512, 512, [61810], "f171", "M22.2 32A16 16 0 0 0 6 47.8a26.35 26.35 0 0 0 .2 2.8l67.9 412.1a21.77 21.77 0 0 0 21.3 18.2h325.7a16 16 0 0 0 16-13.4L505 50.7a16 16 0 0 0-13.2-18.3 24.58 24.58 0 0 0-2.8-.2L22.2 32zm285.9 297.8h-104l-28.1-147h157.3l-25.2 147z"], + "imdb": [448, 512, [], "f2d8", "M89.5 323.6H53.93V186.2H89.5V323.6zM156.1 250.5L165.2 186.2H211.5V323.6H180.5V230.9L167.1 323.6H145.8L132.8 232.9L132.7 323.6H101.5V186.2H147.6C148.1 194.5 150.4 204.3 151.9 215.6L156.1 250.5zM223.7 323.6V186.2H250.3C267.3 186.2 277.3 187.1 283.3 188.6C289.4 190.3 294 192.8 297.2 196.5C300.3 199.8 302.3 203.1 303 208.5C303.9 212.9 304.4 221.6 304.4 234.7V282.9C304.4 295.2 303.7 303.4 302.5 307.6C301.4 311.7 299.4 315 296.5 317.3C293.7 319.7 290.1 321.4 285.8 322.3C281.6 323.1 275.2 323.6 266.7 323.6H223.7zM259.2 209.7V299.1C264.3 299.1 267.5 298.1 268.6 296.8C269.7 294.8 270.4 289.2 270.4 280.1V226.8C270.4 220.6 270.3 216.6 269.7 214.8C269.4 213 268.5 211.8 267.1 210.1C265.7 210.1 263 209.7 259.2 209.7V209.7zM316.5 323.6V186.2H350.6V230.1C353.5 227.7 356.7 225.2 360.1 223.5C363.7 222 368.9 221.1 372.9 221.1C377.7 221.1 381.8 221.9 385.2 223.3C388.6 224.8 391.2 226.8 393.2 229.5C394.9 232.1 395.9 234.8 396.3 237.3C396.7 239.9 396.1 245.3 396.1 253.5V292.1C396.1 300.3 396.3 306.4 395.3 310.5C394.2 314.5 391.5 318.1 387.5 320.1C383.4 324 378.6 325.4 372.9 325.4C368.9 325.4 363.7 324.5 360.2 322.9C356.7 321.1 353.5 318.4 350.6 314.9L348.5 323.6L316.5 323.6zM361.6 302.9C362.3 301.1 362.6 296.9 362.6 290.4V255C362.6 249.4 362.3 245.5 361.5 243.8C360.8 241.9 357.8 241.1 355.7 241.1C353.7 241.1 352.3 241.9 351.6 243.4C351 244.9 350.6 248.8 350.6 255V291.4C350.6 297.5 351 301.4 351.8 303C352.4 304.7 353.9 305.5 355.9 305.5C358.1 305.5 360.1 304.7 361.6 302.9L361.6 302.9zM418.4 32.04C434.1 33.27 447.1 47.28 447.1 63.92V448.1C447.1 464.5 435.2 478.5 418.9 479.1C418.6 479.1 418.4 480 418.1 480H29.88C29.6 480 29.32 479.1 29.04 479.9C13.31 478.5 1.093 466.1 0 449.7L.0186 61.78C1.081 45.88 13.82 33.09 30.26 31.1H417.7C417.9 31.1 418.2 32.01 418.4 32.04L418.4 32.04zM30.27 41.26C19 42.01 10.02 51.01 9.257 62.4V449.7C9.63 455.1 11.91 460.2 15.7 464C19.48 467.9 24.51 470.3 29.89 470.7H418.1C429.6 469.7 438.7 459.1 438.7 448.1V63.91C438.7 58.17 436.6 52.65 432.7 48.45C428.8 44.24 423.4 41.67 417.7 41.26L30.27 41.26z"], + "deezer": [576, 512, [], "e077", "M451.46,244.71H576V172H451.46Zm0-173.89v72.67H576V70.82Zm0,275.06H576V273.2H451.46ZM0,447.09H124.54V374.42H0Zm150.47,0H275V374.42H150.47Zm150.52,0H425.53V374.42H301Zm150.47,0H576V374.42H451.46ZM301,345.88H425.53V273.2H301Zm-150.52,0H275V273.2H150.47Zm0-101.17H275V172H150.47Z"], + "raspberry-pi": [407, 512, [], "f7bb", "M372 232.5l-3.7-6.5c.1-46.4-21.4-65.3-46.5-79.7 7.6-2 15.4-3.6 17.6-13.2 13.1-3.3 15.8-9.4 17.1-15.8 3.4-2.3 14.8-8.7 13.6-19.7 6.4-4.4 10-10.1 8.1-18.1 6.9-7.5 8.7-13.7 5.8-19.4 8.3-10.3 4.6-15.6 1.1-20.9 6.2-11.2.7-23.2-16.6-21.2-6.9-10.1-21.9-7.8-24.2-7.8-2.6-3.2-6-6-16.5-4.7-6.8-6.1-14.4-5-22.3-2.1-9.3-7.3-15.5-1.4-22.6.8C271.6.6 269 5.5 263.5 7.6c-12.3-2.6-16.1 3-22 8.9l-6.9-.1c-18.6 10.8-27.8 32.8-31.1 44.1-3.3-11.3-12.5-33.3-31.1-44.1l-6.9.1c-5.9-5.9-9.7-11.5-22-8.9-5.6-2-8.1-7-19.4-3.4-4.6-1.4-8.9-4.4-13.9-4.3-2.6.1-5.5 1-8.7 3.5-7.9-3-15.5-4-22.3 2.1-10.5-1.3-14 1.4-16.5 4.7-2.3 0-17.3-2.3-24.2 7.8C21.2 16 15.8 28 22 39.2c-3.5 5.4-7.2 10.7 1.1 20.9-2.9 5.7-1.1 11.9 5.8 19.4-1.8 8 1.8 13.7 8.1 18.1-1.2 11 10.2 17.4 13.6 19.7 1.3 6.4 4 12.4 17.1 15.8 2.2 9.5 10 11.2 17.6 13.2-25.1 14.4-46.6 33.3-46.5 79.7l-3.7 6.5c-28.8 17.2-54.7 72.7-14.2 117.7 2.6 14.1 7.1 24.2 11 35.4 5.9 45.2 44.5 66.3 54.6 68.8 14.9 11.2 30.8 21.8 52.2 29.2C159 504.2 181 512 203 512h1c22.1 0 44-7.8 64.2-28.4 21.5-7.4 37.3-18 52.2-29.2 10.2-2.5 48.7-23.6 54.6-68.8 3.9-11.2 8.4-21.3 11-35.4 40.6-45.1 14.7-100.5-14-117.7zm-22.2-8c-1.5 18.7-98.9-65.1-82.1-67.9 45.7-7.5 83.6 19.2 82.1 67.9zm-43 93.1c-24.5 15.8-59.8 5.6-78.8-22.8s-14.6-64.2 9.9-80c24.5-15.8 59.8-5.6 78.8 22.8s14.6 64.2-9.9 80zM238.9 29.3c.8 4.2 1.8 6.8 2.9 7.6 5.4-5.8 9.8-11.7 16.8-17.3 0 3.3-1.7 6.8 2.5 9.4 3.7-5 8.8-9.5 15.5-13.3-3.2 5.6-.6 7.3 1.2 9.6 5.1-4.4 10-8.8 19.4-12.3-2.6 3.1-6.2 6.2-2.4 9.8 5.3-3.3 10.6-6.6 23.1-8.9-2.8 3.1-8.7 6.3-5.1 9.4 6.6-2.5 14-4.4 22.1-5.4-3.9 3.2-7.1 6.3-3.9 8.8 7.1-2.2 16.9-5.1 26.4-2.6l-6 6.1c-.7.8 14.1.6 23.9.8-3.6 5-7.2 9.7-9.3 18.2 1 1 5.8.4 10.4 0-4.7 9.9-12.8 12.3-14.7 16.6 2.9 2.2 6.8 1.6 11.2.1-3.4 6.9-10.4 11.7-16 17.3 1.4 1 3.9 1.6 9.7.9-5.2 5.5-11.4 10.5-18.8 15 1.3 1.5 5.8 1.5 10 1.6-6.7 6.5-15.3 9.9-23.4 14.2 4 2.7 6.9 2.1 10 2.1-5.7 4.7-15.4 7.1-24.4 10 1.7 2.7 3.4 3.4 7.1 4.1-9.5 5.3-23.2 2.9-27 5.6.9 2.7 3.6 4.4 6.7 5.8-15.4.9-57.3-.6-65.4-32.3 15.7-17.3 44.4-37.5 93.7-62.6-38.4 12.8-73 30-102 53.5-34.3-15.9-10.8-55.9 5.8-71.8zm-34.4 114.6c24.2-.3 54.1 17.8 54 34.7-.1 15-21 27.1-53.8 26.9-32.1-.4-53.7-15.2-53.6-29.8 0-11.9 26.2-32.5 53.4-31.8zm-123-12.8c3.7-.7 5.4-1.5 7.1-4.1-9-2.8-18.7-5.3-24.4-10 3.1 0 6 .7 10-2.1-8.1-4.3-16.7-7.7-23.4-14.2 4.2-.1 8.7 0 10-1.6-7.4-4.5-13.6-9.5-18.8-15 5.8.7 8.3.1 9.7-.9-5.6-5.6-12.7-10.4-16-17.3 4.3 1.5 8.3 2 11.2-.1-1.9-4.2-10-6.7-14.7-16.6 4.6.4 9.4 1 10.4 0-2.1-8.5-5.8-13.3-9.3-18.2 9.8-.1 24.6 0 23.9-.8l-6-6.1c9.5-2.5 19.3.4 26.4 2.6 3.2-2.5-.1-5.6-3.9-8.8 8.1 1.1 15.4 2.9 22.1 5.4 3.5-3.1-2.3-6.3-5.1-9.4 12.5 2.3 17.8 5.6 23.1 8.9 3.8-3.6.2-6.7-2.4-9.8 9.4 3.4 14.3 7.9 19.4 12.3 1.7-2.3 4.4-4 1.2-9.6 6.7 3.8 11.8 8.3 15.5 13.3 4.1-2.6 2.5-6.2 2.5-9.4 7 5.6 11.4 11.5 16.8 17.3 1.1-.8 2-3.4 2.9-7.6 16.6 15.9 40.1 55.9 6 71.8-29-23.5-63.6-40.7-102-53.5 49.3 25 78 45.3 93.7 62.6-8 31.8-50 33.2-65.4 32.3 3.1-1.4 5.8-3.2 6.7-5.8-4-2.8-17.6-.4-27.2-5.6zm60.1 24.1c16.8 2.8-80.6 86.5-82.1 67.9-1.5-48.7 36.5-75.5 82.1-67.9zM38.2 342c-23.7-18.8-31.3-73.7 12.6-98.3 26.5-7 9 107.8-12.6 98.3zm91 98.2c-13.3 7.9-45.8 4.7-68.8-27.9-15.5-27.4-13.5-55.2-2.6-63.4 16.3-9.8 41.5 3.4 60.9 25.6 16.9 20 24.6 55.3 10.5 65.7zm-26.4-119.7c-24.5-15.8-28.9-51.6-9.9-80s54.3-38.6 78.8-22.8 28.9 51.6 9.9 80c-19.1 28.4-54.4 38.6-78.8 22.8zM205 496c-29.4 1.2-58.2-23.7-57.8-32.3-.4-12.7 35.8-22.6 59.3-22 23.7-1 55.6 7.5 55.7 18.9.5 11-28.8 35.9-57.2 35.4zm58.9-124.9c.2 29.7-26.2 53.8-58.8 54-32.6.2-59.2-23.8-59.4-53.4v-.6c-.2-29.7 26.2-53.8 58.8-54 32.6-.2 59.2 23.8 59.4 53.4v.6zm82.2 42.7c-25.3 34.6-59.6 35.9-72.3 26.3-13.3-12.4-3.2-50.9 15.1-72 20.9-23.3 43.3-38.5 58.9-26.6 10.5 10.3 16.7 49.1-1.7 72.3zm22.9-73.2c-21.5 9.4-39-105.3-12.6-98.3 43.9 24.7 36.3 79.6 12.6 98.3z"], + "jira": [496, 512, [], "f7b1", "M490 241.7C417.1 169 320.6 71.8 248.5 0 83 164.9 6 241.7 6 241.7c-7.9 7.9-7.9 20.7 0 28.7C138.8 402.7 67.8 331.9 248.5 512c379.4-378 15.7-16.7 241.5-241.7 8-7.9 8-20.7 0-28.6zm-241.5 90l-76-75.7 76-75.7 76 75.7-76 75.7z"], + "docker": [640, 512, [], "f395", "M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z"], + "screenpal": [512, 512, [], "e570", "M233.5 22.49C233.5 10.07 243.6 0 256 0C268.4 0 278.5 10.07 278.5 22.49C278.5 34.91 268.4 44.98 256 44.98C243.6 44.98 233.5 34.91 233.5 22.49zM313.4 259C313.4 290.7 287.7 316.4 256 316.4C224.3 316.4 198.6 290.7 198.6 259C198.6 227.3 224.3 201.6 256 201.6C287.7 201.6 313.4 227.3 313.4 259zM337.2 350C359.5 330.1 373.7 302.7 377.1 273H496.6C493.1 334.4 466.2 392.2 421.4 434.4C376.7 476.6 317.5 500.2 256 500.2C194.5 500.2 135.3 476.6 90.56 434.4C45.83 392.2 18.94 334.4 15.39 273H135.1C138.5 302.7 152.7 330.1 175 350C197.3 369.9 226.2 380.9 256.1 380.9C285.1 380.9 314.8 369.9 337.2 350zM73.14 140.3C73.54 152.7 63.81 163.1 51.39 163.5C38.97 163.9 28.59 154.2 28.18 141.8C27.78 129.3 37.52 118.9 49.94 118.5C62.35 118.1 72.74 127.9 73.14 140.3zM438.9 141C438.9 128.6 448.9 118.5 461.4 118.5C473.8 118.5 483.8 128.6 483.8 141C483.8 153.5 473.8 163.5 461.4 163.5C448.9 163.5 438.9 153.5 438.9 141zM317.9 95.27C300.6 109.1 278.7 118.1 256 118.1C233.3 118.1 211.4 109.1 194.1 95.27C176.8 80.55 165.3 60.18 161.7 37.78C176.8 31.37 192.5 26.52 208.6 23.31C208.6 35.88 213.6 47.93 222.5 56.82C231.4 65.7 243.4 70.7 256 70.7C268.6 70.7 280.6 65.7 289.5 56.82C298.4 47.93 303.4 35.88 303.4 23.31C319.5 26.52 335.2 31.37 350.3 37.78C346.7 60.18 335.2 80.55 317.9 95.27H317.9zM82.78 231C61.42 238.6 38.06 238.4 16.86 230.4C18.82 214.1 22.46 198.1 27.71 182.5C33.1 185.6 39.05 187.6 45.22 188.5C51.39 189.3 57.67 188.9 63.68 187.3C69.69 185.6 75.33 182.9 80.27 179.1C85.21 175.3 89.36 170.6 92.47 165.2C95.58 159.8 97.61 153.8 98.42 147.7C99.23 141.5 98.83 135.2 97.22 129.2C95.61 123.2 92.83 117.6 89.04 112.6C85.25 107.7 80.53 103.5 75.14 100.4C85.96 88.11 98.01 76.94 111.1 67.07C128.7 81.42 140.6 101.6 144.7 123.9C148.8 146.2 144.8 169.3 133.5 188.9C122.1 208.5 104.1 223.4 82.78 231V231zM429.2 231.1C407.9 223.5 389.9 208.5 378.5 188.9C367.2 169.3 363.3 146.2 367.4 123.9C371.5 101.7 383.4 81.54 400.9 67.19C414 77.04 426.1 88.21 436.9 100.5C426.2 106.9 418.5 117.2 415.4 129.3C412.2 141.3 413.1 154.1 420.2 164.9C426.4 175.7 436.6 183.6 448.6 186.9C460.6 190.2 473.5 188.6 484.3 182.6C489.6 198.1 493.2 214.2 495.2 230.4C473.1 238.5 450.6 238.7 429.2 231.1L429.2 231.1z"], + "bluetooth": [448, 512, [], "f293", "M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z"], + "gitter": [384, 512, [], "f426", "M66.4 322.5H16V0h50.4v322.5zM166.9 76.1h-50.4V512h50.4V76.1zm100.6 0h-50.4V512h50.4V76.1zM368 76h-50.4v247H368V76z"], + "d-and-d": [576, 512, [], "f38d", "M82.5 98.9c-.6-17.2 2-33.8 12.7-48.2.3 7.4 1.2 14.5 4.2 21.6 5.9-27.5 19.7-49.3 42.3-65.5-1.9 5.9-3.5 11.8-3 17.7 8.7-7.4 18.8-17.8 44.4-22.7 14.7-2.8 29.7-2 42.1 1 38.5 9.3 61 34.3 69.7 72.3 5.3 23.1.7 45-8.3 66.4-5.2 12.4-12 24.4-20.7 35.1-2-1.9-3.9-3.8-5.8-5.6-42.8-40.8-26.8-25.2-37.4-37.4-1.1-1.2-1-2.2-.1-3.6 8.3-13.5 11.8-28.2 10-44-1.1-9.8-4.3-18.9-11.3-26.2-14.5-15.3-39.2-15-53.5.6-11.4 12.5-14.1 27.4-10.9 43.6.2 1.3.4 2.7 0 3.9-3.4 13.7-4.6 27.6-2.5 41.6.1.5.1 1.1.1 1.6 0 .3-.1.5-.2 1.1-21.8-11-36-28.3-43.2-52.2-8.3 17.8-11.1 35.5-6.6 54.1-15.6-15.2-21.3-34.3-22-55.2zm469.6 123.2c-11.6-11.6-25-20.4-40.1-26.6-12.8-5.2-26-7.9-39.9-7.1-10 .6-19.6 3.1-29 6.4-2.5.9-5.1 1.6-7.7 2.2-4.9 1.2-7.3-3.1-4.7-6.8 3.2-4.6 3.4-4.2 15-12 .6-.4 1.2-.8 2.2-1.5h-2.5c-.6 0-1.2.2-1.9.3-19.3 3.3-30.7 15.5-48.9 29.6-10.4 8.1-13.8 3.8-12-.5 1.4-3.5 3.3-6.7 5.1-10 1-1.8 2.3-3.4 3.5-5.1-.2-.2-.5-.3-.7-.5-27 18.3-46.7 42.4-57.7 73.3.3.3.7.6 1 .9.3-.6.5-1.2.9-1.7 10.4-12.1 22.8-21.8 36.6-29.8 18.2-10.6 37.5-18.3 58.7-20.2 4.3-.4 8.7-.1 13.1-.1-1.8.7-3.5.9-5.3 1.1-18.5 2.4-35.5 9-51.5 18.5-30.2 17.9-54.5 42.2-75.1 70.4-.3.4-.4.9-.7 1.3 14.5 5.3 24 17.3 36.1 25.6.2-.1.3-.2.4-.4l1.2-2.7c12.2-26.9 27-52.3 46.7-74.5 16.7-18.8 38-25.3 62.5-20 5.9 1.3 11.4 4.4 17.2 6.8 2.3-1.4 5.1-3.2 8-4.7 8.4-4.3 17.4-7 26.7-9 14.7-3.1 29.5-4.9 44.5-1.3v-.5c-.5-.4-1.2-.8-1.7-1.4zM316.7 397.6c-39.4-33-22.8-19.5-42.7-35.6-.8.9 0-.2-1.9 3-11.2 19.1-25.5 35.3-44 47.6-10.3 6.8-21.5 11.8-34.1 11.8-21.6 0-38.2-9.5-49.4-27.8-12-19.5-13.3-40.7-8.2-62.6 7.8-33.8 30.1-55.2 38.6-64.3-18.7-6.2-33 1.7-46.4 13.9.8-13.9 4.3-26.2 11.8-37.3-24.3 10.6-45.9 25-64.8 43.9-.3-5.8 5.4-43.7 5.6-44.7.3-2.7-.6-5.3-3-7.4-24.2 24.7-44.5 51.8-56.1 84.6 7.4-5.9 14.9-11.4 23.6-16.2-8.3 22.3-19.6 52.8-7.8 101.1 4.6 19 11.9 36.8 24.1 52.3 2.9 3.7 6.3 6.9 9.5 10.3.2-.2.4-.3.6-.5-1.4-7-2.2-14.1-1.5-21.9 2.2 3.2 3.9 6 5.9 8.6 12.6 16 28.7 27.4 47.2 35.6 25 11.3 51.1 13.3 77.9 8.6 54.9-9.7 90.7-48.6 116-98.8 1-1.8.6-2.9-.9-4.2zm172-46.4c-9.5-3.1-22.2-4.2-28.7-2.9 9.9 4 14.1 6.6 18.8 12 12.6 14.4 10.4 34.7-5.4 45.6-11.7 8.1-24.9 10.5-38.9 9.1-1.2-.1-2.3-.4-3-.6 2.8-3.7 6-7 8.1-10.8 9.4-16.8 5.4-42.1-8.7-56.1-2.1-2.1-4.6-3.9-7-5.9-.3 1.3-.1 2.1.1 2.8 4.2 16.6-8.1 32.4-24.8 31.8-7.6-.3-13.9-3.8-19.6-8.5-19.5-16.1-39.1-32.1-58.5-48.3-5.9-4.9-12.5-8.1-20.1-8.7-4.6-.4-9.3-.6-13.9-.9-5.9-.4-8.8-2.8-10.4-8.4-.9-3.4-1.5-6.8-2.2-10.2-1.5-8.1-6.2-13-14.3-14.2-4.4-.7-8.9-1-13.3-1.5-13-1.4-19.8-7.4-22.6-20.3-5 11-1.6 22.4 7.3 29.9 4.5 3.8 9.3 7.3 13.8 11.2 4.6 3.8 7.4 8.7 7.9 14.8.4 4.7.8 9.5 1.8 14.1 2.2 10.6 8.9 18.4 17 25.1 16.5 13.7 33 27.3 49.5 41.1 17.9 15 13.9 32.8 13 56-.9 22.9 12.2 42.9 33.5 51.2 1 .4 2 .6 3.6 1.1-15.7-18.2-10.1-44.1.7-52.3.3 2.2.4 4.3.9 6.4 9.4 44.1 45.4 64.2 85 56.9 16-2.9 30.6-8.9 42.9-19.8 2-1.8 3.7-4.1 5.9-6.5-19.3 4.6-35.8.1-50.9-10.6.7-.3 1.3-.3 1.9-.3 21.3 1.8 40.6-3.4 57-17.4 19.5-16.6 26.6-42.9 17.4-66-8.3-20.1-23.6-32.3-43.8-38.9zM99.4 179.3c-5.3-9.2-13.2-15.6-22.1-21.3 13.7-.5 26.6.2 39.6 3.7-7-12.2-8.5-24.7-5-38.7 5.3 11.9 13.7 20.1 23.6 26.8 19.7 13.2 35.7 19.6 46.7 30.2 3.4 3.3 6.3 7.1 9.6 10.9-.8-2.1-1.4-4.1-2.2-6-5-10.6-13-18.6-22.6-25-1.8-1.2-2.8-2.5-3.4-4.5-3.3-12.5-3-25.1-.7-37.6 1-5.5 2.8-10.9 4.5-16.3.8-2.4 2.3-4.6 4-6.6.6 6.9 0 25.5 19.6 46 10.8 11.3 22.4 21.9 33.9 32.7 9 8.5 18.3 16.7 25.5 26.8 1.1 1.6 2.2 3.3 3.8 4.7-5-13-14.2-24.1-24.2-33.8-9.6-9.3-19.4-18.4-29.2-27.4-3.3-3-4.6-6.7-5.1-10.9-1.2-10.4 0-20.6 4.3-30.2.5-1 1.1-2 1.9-3.3.5 4.2.6 7.9 1.4 11.6 4.8 23.1 20.4 36.3 49.3 63.5 10 9.4 19.3 19.2 25.6 31.6 4.8 9.3 7.3 19 5.7 29.6-.1.6.5 1.7 1.1 2 6.2 2.6 10 6.9 9.7 14.3 7.7-2.6 12.5-8 16.4-14.5 4.2 20.2-9.1 50.3-27.2 58.7.4-4.5 5-23.4-16.5-27.7-6.8-1.3-12.8-1.3-22.9-2.1 4.7-9 10.4-20.6.5-22.4-24.9-4.6-52.8 1.9-57.8 4.6 8.2.4 16.3 1 23.5 3.3-2 6.5-4 12.7-5.8 18.9-1.9 6.5 2.1 14.6 9.3 9.6 1.2-.9 2.3-1.9 3.3-2.7-3.1 17.9-2.9 15.9-2.8 18.3.3 10.2 9.5 7.8 15.7 7.3-2.5 11.8-29.5 27.3-45.4 25.8 7-4.7 12.7-10.3 15.9-17.9-6.5.8-12.9 1.6-19.2 2.4l-.3-.9c4.7-3.4 8-7.8 10.2-13.1 8.7-21.1-3.6-38-25-39.9-9.1-.8-17.8.8-25.9 5.5 6.2-15.6 17.2-26.6 32.6-34.5-15.2-4.3-8.9-2.7-24.6-6.3 14.6-9.3 30.2-13.2 46.5-14.6-5.2-3.2-48.1-3.6-70.2 20.9 7.9 1.4 15.5 2.8 23.2 4.2-23.8 7-44 19.7-62.4 35.6 1.1-4.8 2.7-9.5 3.3-14.3.6-4.5.8-9.2.1-13.6-1.5-9.4-8.9-15.1-19.7-16.3-7.9-.9-15.6.1-23.3 1.3-.9.1-1.7.3-2.9 0 15.8-14.8 36-21.7 53.1-33.5 6-4.5 6.8-8.2 3-14.9zm128.4 26.8c3.3 16 12.6 25.5 23.8 24.3-4.6-11.3-12.1-19.5-23.8-24.3z"], + "microblog": [448, 512, [], "e01a", "M399.36,362.23c29.49-34.69,47.1-78.34,47.1-125.79C446.46,123.49,346.86,32,224,32S1.54,123.49,1.54,236.44,101.14,440.87,224,440.87a239.28,239.28,0,0,0,79.44-13.44,7.18,7.18,0,0,1,8.12,2.56c18.58,25.09,47.61,42.74,79.89,49.92a4.42,4.42,0,0,0,5.22-3.43,4.37,4.37,0,0,0-.85-3.62,87,87,0,0,1,3.69-110.69ZM329.52,212.4l-57.3,43.49L293,324.75a6.5,6.5,0,0,1-9.94,7.22L224,290.92,164.94,332a6.51,6.51,0,0,1-9.95-7.22l20.79-68.86-57.3-43.49a6.5,6.5,0,0,1,3.8-11.68l71.88-1.51,23.66-67.92a6.5,6.5,0,0,1,12.28,0l23.66,67.92,71.88,1.51a6.5,6.5,0,0,1,3.88,11.68Z"], + "cc-diners-club": [576, 512, [], "f24c", "M239.7 79.9c-96.9 0-175.8 78.6-175.8 175.8 0 96.9 78.9 175.8 175.8 175.8 97.2 0 175.8-78.9 175.8-175.8 0-97.2-78.6-175.8-175.8-175.8zm-39.9 279.6c-41.7-15.9-71.4-56.4-71.4-103.8s29.7-87.9 71.4-104.1v207.9zm79.8.3V151.6c41.7 16.2 71.4 56.7 71.4 104.1s-29.7 87.9-71.4 104.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM329.7 448h-90.3c-106.2 0-193.8-85.5-193.8-190.2C45.6 143.2 133.2 64 239.4 64h90.3c105 0 200.7 79.2 200.7 193.8 0 104.7-95.7 190.2-200.7 190.2z"], + "gg-circle": [512, 512, [], "f261", "M257 8C120 8 9 119 9 256s111 248 248 248 248-111 248-248S394 8 257 8zm-49.5 374.8L81.8 257.1l125.7-125.7 35.2 35.4-24.2 24.2-11.1-11.1-77.2 77.2 77.2 77.2 26.6-26.6-53.1-52.9 24.4-24.4 77.2 77.2-75 75.2zm99-2.2l-35.2-35.2 24.1-24.4 11.1 11.1 77.2-77.2-77.2-77.2-26.5 26.5 53.1 52.9-24.4 24.4-77.2-77.2 75-75L432.2 255 306.5 380.6z"], + "pied-piper-hat": [640, 512, [], "f4e5", "M640 24.9c-80.8 53.6-89.4 92.5-96.4 104.4-6.7 12.2-11.7 60.3-23.3 83.6-11.7 23.6-54.2 42.2-66.1 50-11.7 7.8-28.3 38.1-41.9 64.2-108.1-4.4-167.4 38.8-259.2 93.6 29.4-9.7 43.3-16.7 43.3-16.7 94.2-36 139.3-68.3 281.1-49.2 1.1 0 1.9.6 2.8.8 3.9 2.2 5.3 6.9 3.1 10.8l-53.9 95.8c-2.5 4.7-7.8 7.2-13.1 6.1-126.8-23.8-226.9 17.3-318.9 18.6C24.1 488 0 453.4 0 451.8c0-1.1.6-1.7 1.7-1.7 0 0 38.3 0 103.1-15.3C178.4 294.5 244 245.4 315.4 245.4c0 0 71.7 0 90.6 61.9 22.8-39.7 28.3-49.2 28.3-49.2 5.3-9.4 35-77.2 86.4-141.4 51.5-64 90.4-79.9 119.3-91.8z"], + "kickstarter-k": [448, 512, [], "f3bc", "M356.6 256.2l40.8-40.5c42.2-41.9 42.2-110.3 0-152.1s-111-41.9-153.2 0L229.3 78.4C209.6 50.3 177.1 32 140.2 32C80.5 32 32 80.2 32 139.5V372.5C32 431.9 80.5 480 140.2 480c37.1 0 69.3-18.3 89-46.4l14.9 14.7c42.2 41.9 111 41.9 153.2 0s42.2-110.3 0-152.1l-40.8-40z"], + "yandex": [256, 512, [], "f413", "M153.1 315.8L65.7 512H2l96-209.8c-45.1-22.9-75.2-64.4-75.2-141.1C22.7 53.7 90.8 0 171.7 0H254v512h-55.1V315.8h-45.8zm45.8-269.3h-29.4c-44.4 0-87.4 29.4-87.4 114.6 0 82.3 39.4 108.8 87.4 108.8h29.4V46.5z"], + "readme": [576, 512, [], "f4d5", "M528.3 46.5H388.5c-48.1 0-89.9 33.3-100.4 80.3-10.6-47-52.3-80.3-100.4-80.3H48c-26.5 0-48 21.5-48 48v245.8c0 26.5 21.5 48 48 48h89.7c102.2 0 132.7 24.4 147.3 75 .7 2.8 5.2 2.8 6 0 14.7-50.6 45.2-75 147.3-75H528c26.5 0 48-21.5 48-48V94.6c0-26.4-21.3-47.9-47.7-48.1zM242 311.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5V289c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V251zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm259.3 121.7c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5V228c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.8c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V190z"], + "html5": [384, 512, [], "f13b", "M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"], + "sellsy": [640, 512, [], "f213", "M539.71 237.308c3.064-12.257 4.29-24.821 4.29-37.384C544 107.382 468.618 32 376.076 32c-77.22 0-144.634 53.012-163.02 127.781-15.322-13.176-34.934-20.53-55.157-20.53-46.271 0-83.962 37.69-83.962 83.961 0 7.354.92 15.015 3.065 22.369-42.9 20.225-70.785 63.738-70.785 111.234C6.216 424.843 61.68 480 129.401 480h381.198c67.72 0 123.184-55.157 123.184-123.184.001-56.384-38.916-106.025-94.073-119.508zM199.88 401.554c0 8.274-7.048 15.321-15.321 15.321H153.61c-8.274 0-15.321-7.048-15.321-15.321V290.626c0-8.273 7.048-15.321 15.321-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v110.928zm89.477 0c0 8.274-7.048 15.321-15.322 15.321h-30.949c-8.274 0-15.321-7.048-15.321-15.321V270.096c0-8.274 7.048-15.321 15.321-15.321h30.949c8.274 0 15.322 7.048 15.322 15.321v131.458zm89.477 0c0 8.274-7.047 15.321-15.321 15.321h-30.949c-8.274 0-15.322-7.048-15.322-15.321V238.84c0-8.274 7.048-15.321 15.322-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v162.714zm87.027 0c0 8.274-7.048 15.321-15.322 15.321h-28.497c-8.274 0-15.321-7.048-15.321-15.321V176.941c0-8.579 7.047-15.628 15.321-15.628h28.497c8.274 0 15.322 7.048 15.322 15.628v224.613z"], + "square-web-awesome": [448, 512, [], "e683", "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM235 177.6L288 224l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24L304.5 349.1c-5.2 11.5-16.6 18.9-29.2 18.9l-102.6 0c-12.6 0-24-7.4-29.2-18.9L87.2 224C74.3 223.6 64 213 64 200c0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L160 224l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6z"], + "sass": [640, 512, [], "f41e", "M301.84 378.92c-.3.6-.6 1.08 0 0zm249.13-87a131.16 131.16 0 0 0-58 13.5c-5.9-11.9-12-22.3-13-30.1-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.3-6.7-24 2.5-25.29 5.9a122.83 122.83 0 0 0-5.3 19.1c-2.3 11.7-25.79 53.5-39.09 75.3-4.4-8.5-8.1-16-8.9-22-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.29-6.7-24 2.5-25.3 5.9-2.7 11.4-5.3 19.1-33.89 77.3-42.08 95.4c-4.2 9.2-7.8 16.6-10.4 21.6-.4.8-.7 1.3-.9 1.7.3-.5.5-1 .5-.8-2.2 4.3-3.5 6.7-3.5 6.7v.1c-1.7 3.2-3.6 6.1-4.5 6.1-.6 0-1.9-8.4.3-19.9 4.7-24.2 15.8-61.8 15.7-63.1-.1-.7 2.1-7.2-7.3-10.7-9.1-3.3-12.4 2.2-13.2 2.2s-1.4 2-1.4 2 10.1-42.4-19.39-42.4c-18.4 0-44 20.2-56.58 38.5-7.9 4.3-25 13.6-43 23.5-6.9 3.8-14 7.7-20.7 11.4-.5-.5-.9-1-1.4-1.5-35.79-38.2-101.87-65.2-99.07-116.5 1-18.7 7.5-67.8 127.07-127.4 98-48.8 176.35-35.4 189.84-5.6 19.4 42.5-41.89 121.6-143.66 133-38.79 4.3-59.18-10.7-64.28-16.3-5.3-5.9-6.1-6.2-8.1-5.1-3.3 1.8-1.2 7 0 10.1 3 7.9 15.5 21.9 36.79 28.9 18.7 6.1 64.18 9.5 119.17-11.8 61.78-23.8 109.87-90.1 95.77-145.6C386.52 18.32 293-.18 204.57 31.22c-52.69 18.7-109.67 48.1-150.66 86.4-48.69 45.6-56.48 85.3-53.28 101.9 11.39 58.9 92.57 97.3 125.06 125.7-1.6.9-3.1 1.7-4.5 2.5-16.29 8.1-78.18 40.5-93.67 74.7-17.5 38.8 2.9 66.6 16.29 70.4 41.79 11.6 84.58-9.3 107.57-43.6s20.2-79.1 9.6-99.5c-.1-.3-.3-.5-.4-.8 4.2-2.5 8.5-5 12.8-7.5 8.29-4.9 16.39-9.4 23.49-13.3-4 10.8-6.9 23.8-8.4 42.6-1.8 22 7.3 50.5 19.1 61.7 5.2 4.9 11.49 5 15.39 5 13.8 0 20-11.4 26.89-25 8.5-16.6 16-35.9 16-35.9s-9.4 52.2 16.3 52.2c9.39 0 18.79-12.1 23-18.3v.1s.2-.4.7-1.2c1-1.5 1.5-2.4 1.5-2.4v-.3c3.8-6.5 12.1-21.4 24.59-46 16.2-31.8 31.69-71.5 31.69-71.5a201.24 201.24 0 0 0 6.2 25.8c2.8 9.5 8.7 19.9 13.4 30-3.8 5.2-6.1 8.2-6.1 8.2a.31.31 0 0 0 .1.2c-3 4-6.4 8.3-9.9 12.5-12.79 15.2-28 32.6-30 37.6-2.4 5.9-1.8 10.3 2.8 13.7 3.4 2.6 9.4 3 15.69 2.5 11.5-.8 19.6-3.6 23.5-5.4a82.2 82.2 0 0 0 20.19-10.6c12.5-9.2 20.1-22.4 19.4-39.8-.4-9.6-3.5-19.2-7.3-28.2 1.1-1.6 2.3-3.3 3.4-5C434.8 301.72 450.1 270 450.1 270a201.24 201.24 0 0 0 6.2 25.8c2.4 8.1 7.09 17 11.39 25.7-18.59 15.1-30.09 32.6-34.09 44.1-7.4 21.3-1.6 30.9 9.3 33.1 4.9 1 11.9-1.3 17.1-3.5a79.46 79.46 0 0 0 21.59-11.1c12.5-9.2 24.59-22.1 23.79-39.6-.3-7.9-2.5-15.8-5.4-23.4 15.7-6.6 36.09-10.2 62.09-7.2 55.68 6.5 66.58 41.3 64.48 55.8s-13.8 22.6-17.7 25-5.1 3.3-4.8 5.1c.5 2.6 2.3 2.5 5.6 1.9 4.6-.8 29.19-11.8 30.29-38.7 1.6-34-31.09-71.4-89-71.1zm-429.18 144.7c-18.39 20.1-44.19 27.7-55.28 21.3C54.61 451 59.31 421.42 82 400c13.8-13 31.59-25 43.39-32.4 2.7-1.6 6.6-4 11.4-6.9.8-.5 1.2-.7 1.2-.7.9-.6 1.9-1.1 2.9-1.7 8.29 30.4.3 57.2-19.1 78.3zm134.36-91.4c-6.4 15.7-19.89 55.7-28.09 53.6-7-1.8-11.3-32.3-1.4-62.3 5-15.1 15.6-33.1 21.9-40.1 10.09-11.3 21.19-14.9 23.79-10.4 3.5 5.9-12.2 49.4-16.2 59.2zm111 53c-2.7 1.4-5.2 2.3-6.4 1.6-.9-.5 1.1-2.4 1.1-2.4s13.9-14.9 19.4-21.7c3.2-4 6.9-8.7 10.89-13.9 0 .5.1 1 .1 1.6-.13 17.9-17.32 30-25.12 34.8zm85.58-19.5c-2-1.4-1.7-6.1 5-20.7 2.6-5.7 8.59-15.3 19-24.5a36.18 36.18 0 0 1 1.9 10.8c-.1 22.5-16.2 30.9-25.89 34.4z"], + "wirsindhandwerk": [512, 512, ["wsh"], "e2d0", "M50.77161,479.81213h83.36071V367.84741l-83.36071,47.009Zm329.04675,0h82.35022V414.85645l-82.35022-47.009Zm.00568-448V251.568L256.1759,179.1861,134.50378,251.568V31.81213H50.77161V392.60565L256.1759,270.31909,462.16858,392.60565V31.81213Z"], + "buromobelexperte": [448, 512, [], "f37f", "M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z"], + "salesforce": [640, 512, [], "f83b", "M248.89 245.64h-26.35c.69-5.16 3.32-14.12 13.64-14.12 6.75 0 11.97 3.82 12.71 14.12zm136.66-13.88c-.47 0-14.11-1.77-14.11 20s13.63 20 14.11 20c13 0 14.11-13.54 14.11-20 0-21.76-13.66-20-14.11-20zm-243.22 23.76a8.63 8.63 0 0 0-3.29 7.29c0 4.78 2.08 6.05 3.29 7.05 4.7 3.7 15.07 2.12 20.93.95v-16.94c-5.32-1.07-16.73-1.96-20.93 1.65zM640 232c0 87.58-80 154.39-165.36 136.43-18.37 33-70.73 70.75-132.2 41.63-41.16 96.05-177.89 92.18-213.81-5.17C8.91 428.78-50.19 266.52 53.36 205.61 18.61 126.18 76 32 167.67 32a124.24 124.24 0 0 1 98.56 48.7c20.7-21.4 49.4-34.81 81.15-34.81 42.34 0 79 23.52 98.8 58.57C539 63.78 640 132.69 640 232zm-519.55 31.8c0-11.76-11.69-15.17-17.87-17.17-5.27-2.11-13.41-3.51-13.41-8.94 0-9.46 17-6.66 25.17-2.12 0 0 1.17.71 1.64-.47.24-.7 2.36-6.58 2.59-7.29a1.13 1.13 0 0 0-.7-1.41c-12.33-7.63-40.7-8.51-40.7 12.7 0 12.46 11.49 15.44 17.88 17.17 4.72 1.58 13.17 3 13.17 8.7 0 4-3.53 7.06-9.17 7.06a31.76 31.76 0 0 1-19-6.35c-.47-.23-1.42-.71-1.65.71l-2.4 7.47c-.47.94.23 1.18.23 1.41 1.75 1.4 10.3 6.59 22.82 6.59 13.17 0 21.4-7.06 21.4-18.11zm32-42.58c-10.13 0-18.66 3.17-21.4 5.18a1 1 0 0 0-.24 1.41l2.59 7.06a1 1 0 0 0 1.18.7c.65 0 6.8-4 16.93-4 4 0 7.06.71 9.18 2.36 3.6 2.8 3.06 8.29 3.06 10.58-4.79-.3-19.11-3.44-29.41 3.76a16.92 16.92 0 0 0-7.34 14.54c0 5.9 1.51 10.4 6.59 14.35 12.24 8.16 36.28 2 38.1 1.41 1.58-.32 3.53-.66 3.53-1.88v-33.88c.04-4.61.32-21.64-22.78-21.64zM199 200.24a1.11 1.11 0 0 0-1.18-1.18H188a1.11 1.11 0 0 0-1.17 1.18v79a1.11 1.11 0 0 0 1.17 1.18h9.88a1.11 1.11 0 0 0 1.18-1.18zm55.75 28.93c-2.1-2.31-6.79-7.53-17.65-7.53-3.51 0-14.16.23-20.7 8.94-6.35 7.63-6.58 18.11-6.58 21.41 0 3.12.15 14.26 7.06 21.17 2.64 2.91 9.06 8.23 22.81 8.23 10.82 0 16.47-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.35-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.94-16.7h37.17a1.23 1.23 0 0 0 1.17-.94c-.29 0 2.07-14.7-6.09-24.23zm36.69 52.69c13.17 0 21.41-7.06 21.41-18.11 0-11.76-11.7-15.17-17.88-17.17-4.14-1.66-13.41-3.38-13.41-8.94 0-3.76 3.29-6.35 8.47-6.35a38.11 38.11 0 0 1 16.7 4.23s1.18.71 1.65-.47c.23-.7 2.35-6.58 2.58-7.29a1.13 1.13 0 0 0-.7-1.41c-7.91-4.9-16.74-4.94-20.23-4.94-12 0-20.46 7.29-20.46 17.64 0 12.46 11.48 15.44 17.87 17.17 6.11 2 13.17 3.26 13.17 8.7 0 4-3.52 7.06-9.17 7.06a31.8 31.8 0 0 1-19-6.35 1 1 0 0 0-1.65.71l-2.35 7.52c-.47.94.23 1.18.23 1.41 1.72 1.4 10.33 6.59 22.79 6.59zM357.09 224c0-.71-.24-1.18-1.18-1.18h-11.76c0-.14.94-8.94 4.47-12.47 4.16-4.15 11.76-1.64 12-1.64 1.17.47 1.41 0 1.64-.47l2.83-7.77c.7-.94 0-1.17-.24-1.41-5.09-2-17.35-2.87-24.46 4.24-5.48 5.48-7 13.92-8 19.52h-8.47a1.28 1.28 0 0 0-1.17 1.18l-1.42 7.76c0 .7.24 1.17 1.18 1.17h8.23c-8.51 47.9-8.75 50.21-10.35 55.52-1.08 3.62-3.29 6.9-5.88 7.76-.09 0-3.88 1.68-9.64-.24 0 0-.94-.47-1.41.71-.24.71-2.59 6.82-2.83 7.53s0 1.41.47 1.41c5.11 2 13 1.77 17.88 0 6.28-2.28 9.72-7.89 11.53-12.94 2.75-7.71 2.81-9.79 11.76-59.74h12.23a1.29 1.29 0 0 0 1.18-1.18zm53.39 16c-.56-1.68-5.1-18.11-25.17-18.11-15.25 0-23 10-25.16 18.11-1 3-3.18 14 0 23.52.09.3 4.41 18.12 25.16 18.12 14.95 0 22.9-9.61 25.17-18.12 3.21-9.61 1.01-20.52 0-23.52zm45.4-16.7c-5-1.65-16.62-1.9-22.11 5.41v-4.47a1.11 1.11 0 0 0-1.18-1.17h-9.4a1.11 1.11 0 0 0-1.18 1.17v55.28a1.12 1.12 0 0 0 1.18 1.18h9.64a1.12 1.12 0 0 0 1.18-1.18v-27.77c0-2.91.05-11.37 4.46-15.05 4.9-4.9 12-3.36 13.41-3.06a1.57 1.57 0 0 0 1.41-.94 74 74 0 0 0 3.06-8 1.16 1.16 0 0 0-.47-1.41zm46.81 54.1l-2.12-7.29c-.47-1.18-1.41-.71-1.41-.71-4.23 1.82-10.15 1.89-11.29 1.89-4.64 0-17.17-1.13-17.17-19.76 0-6.23 1.85-19.76 16.47-19.76a34.85 34.85 0 0 1 11.52 1.65s.94.47 1.18-.71c.94-2.59 1.64-4.47 2.59-7.53.23-.94-.47-1.17-.71-1.17-11.59-3.87-22.34-2.53-27.76 0-1.59.74-16.23 6.49-16.23 27.52 0 2.9-.58 30.11 28.94 30.11a44.45 44.45 0 0 0 15.52-2.83 1.3 1.3 0 0 0 .47-1.42zm53.87-39.52c-.8-3-5.37-16.23-22.35-16.23-16 0-23.52 10.11-25.64 18.59a38.58 38.58 0 0 0-1.65 11.76c0 25.87 18.84 29.4 29.88 29.4 10.82 0 16.46-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.36-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.93-16.7h37.16a1.25 1.25 0 0 0 1.18-.94c-.24-.01.94-7.07-1.41-15.54zm-23.29-6.35c-10.33 0-13 9-13.64 14.12H546c-.88-11.92-7.62-14.13-12.73-14.13z"], + "octopus-deploy": [512, 512, [], "e082", "M455.6,349.2c-45.891-39.09-36.67-77.877-16.095-128.11C475.16,134.04,415.967,34.14,329.93,8.3,237.04-19.6,134.252,24.341,99.677,117.147a180.862,180.862,0,0,0-10.988,73.544c1.733,29.543,14.717,52.97,24.09,80.3,17.2,50.161-28.1,92.743-66.662,117.582-46.806,30.2-36.319,39.857-8.428,41.858,23.378,1.68,44.478-4.548,65.265-15.045,9.2-4.647,40.687-18.931,45.13-28.588C135.9,413.388,111.122,459.5,126.621,488.9c19.1,36.229,67.112-31.77,76.709-45.812,8.591-12.572,42.963-81.279,63.627-46.926,18.865,31.361,8.6,76.391,35.738,104.622,32.854,34.2,51.155-18.312,51.412-44.221.163-16.411-6.1-95.852,29.9-59.944C405.428,418,436.912,467.8,472.568,463.642c38.736-4.516-22.123-67.967-28.262-78.695,5.393,4.279,53.665,34.128,53.818,9.52C498.234,375.678,468.039,359.8,455.6,349.2Z"], + "medapps": [320, 512, [], "f3c6", "M118.3 238.4c3.5-12.5 6.9-33.6 13.2-33.6 8.3 1.8 9.6 23.4 18.6 36.6 4.6-23.5 5.3-85.1 14.1-86.7 9-.7 19.7 66.5 22 77.5 9.9 4.1 48.9 6.6 48.9 6.6 1.9 7.3-24 7.6-40 7.8-4.6 14.8-5.4 27.7-11.4 28-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3-3.3-.1-62.4-1.6-47.6-7.8l31-5zM228 448c21.2 0 21.2-32 0-32H92c-21.2 0-21.2 32 0 32h136zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32h88zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8 7.9-14.7 16.1-28.1 24-41 24.6-40.4 45.9-75.2 45.9-125.5C320 69.6 248.2 0 160 0S0 69.6 0 155.2c0 50.2 21.3 85.1 45.9 125.5 7.9 12.9 16 26.3 24 41 6.7 12.5 8.7 29.8 11.9 48.9 3.5 21 36.1 15.7 32.6-5.1-3.6-21.7-5.6-40.7-15.3-58.6C66.5 246.5 33 211.3 33 155.2 33 87.3 90 32 160 32s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6-9.7 18-11.7 37.4-15.3 58.6-3.4 20.6 29 26.4 32.6 5.1z"], + "ns8": [640, 512, [], "f3d5", "M104.324,269.172h26.067V242.994H104.324Zm52.466-26.178-.055-26.178v-.941a39.325,39.325,0,0,0-78.644.941v.166h26.4v-.166a12.98,12.98,0,0,1,25.956,0v26.178Zm52.356,25.846a91.1,91.1,0,0,1-91.1,91.1h-.609a91.1,91.1,0,0,1-91.1-91.1H0v.166A117.33,117.33,0,0,0,117.44,386.28h.775A117.331,117.331,0,0,0,235.49,268.84V242.828H209.146Zm-157.233,0a65.362,65.362,0,0,0,130.723,0H156.292a39.023,39.023,0,0,1-78.035,0V242.883H51.968v-26.62A65.42,65.42,0,0,1,182.8,217.48v25.293h26.344V217.48a91.761,91.761,0,0,0-183.522,0v25.4H51.913Zm418.4-71.173c13.67,0,24.573,6.642,30.052,18.264l.719,1.549,23.245-11.511-.609-1.439c-8.025-19.26-28.5-31.27-53.407-31.27-23.134,0-43.611,11.4-50.972,28.447-.123,26.876-.158,23.9,0,24.85,4.7,11.013,14.555,19.37,28.668,24.241a102.033,102.033,0,0,0,19.813,3.984c5.479.72,10.626,1.384,15.829,3.1,6.364,2.1,10.46,5.257,12.84,9.851v9.851c-3.708,7.527-13.781,12.342-25.791,12.342-14.334,0-25.956-6.918-31.933-19.039l-.72-1.494L415.026,280.9l.553,1.439c7.915,19.426,29.609,32.044,55.289,32.044,23.632,0,44.608-11.4,52.3-28.447l.166-25.9-.166-.664c-4.87-11.014-15.219-19.647-28.944-24.241-7.693-2.712-14.335-3.6-20.7-4.427a83.777,83.777,0,0,1-14.832-2.878c-6.31-1.937-10.4-5.092-12.619-9.63v-8.412C449.45,202.427,458.969,197.667,470.315,197.667ZM287.568,311.344h26.067v-68.4H287.568Zm352.266-53.3c-2.933-6.254-8.3-12.01-15.441-16.714A37.99,37.99,0,0,0,637.4,226l.166-25.347-.166-.664C630.038,184,610.667,173.26,589.25,173.26S548.461,184,541.1,199.992l-.166,25.347.166.664a39.643,39.643,0,0,0,13.006,15.331c-7.2,4.7-12.508,10.46-15.441,16.714l-.166,28.889.166.72c7.582,15.994,27.893,26.731,50.585,26.731s43.057-10.737,50.584-26.731l.166-28.89Zm-73.22-50.806c3.6-6.31,12.563-10.516,22.58-10.516s19.038,4.206,22.636,10.516v13.725c-3.542,6.2-12.563,10.349-22.636,10.349s-19.094-4.15-22.58-10.349Zm47.319,72.169c-3.764,6.641-13.338,10.9-24.683,10.9-11.125,0-20.976-4.372-24.684-10.9V263.25c3.708-6.309,13.5-10.515,24.684-10.515,11.345,0,20.919,4.15,24.683,10.515ZM376.4,265.962l-59.827-89.713h-29v40.623h26.51v.387l62.539,94.085H402.3V176.249H376.4Z"], + "pinterest-p": [384, 512, [], "f231", "M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"], + "apper": [640, 512, [], "f371", "M42.1 239.1c22.2 0 29 2.8 33.5 14.6h.8v-22.9c0-11.3-4.8-15.4-17.9-15.4-11.3 0-14.4 2.5-15.1 12.8H4.8c.3-13.9 1.5-19.1 5.8-24.4C17.9 195 29.5 192 56.7 192c33 0 47.1 5 53.9 18.9 2 4.3 4 15.6 4 23.7v76.3H76.3l1.3-19.1h-1c-5.3 15.6-13.6 20.4-35.5 20.4-30.3 0-41.1-10.1-41.1-37.3 0-25.2 12.3-35.8 42.1-35.8zm17.1 48.1c13.1 0 16.9-3 16.9-13.4 0-9.1-4.3-11.6-19.6-11.6-13.1 0-17.9 3-17.9 12.1-.1 10.4 3.7 12.9 20.6 12.9zm77.8-94.9h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.2 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3H137v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm57.9-60.7h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.3 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3h-39.5v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm53.8-3.8c0-25.4 3.3-37.8 12.3-45.8 8.8-8.1 22.2-11.3 45.1-11.3 42.8 0 55.7 12.8 55.7 55.7v11.1h-75.3c-.3 2-.3 4-.3 4.8 0 16.9 4.5 21.9 20.1 21.9 13.9 0 17.9-3 17.9-13.9h37.5v2.3c0 9.8-2.5 18.9-6.8 24.7-7.3 9.8-19.6 13.6-44.3 13.6-27.5 0-41.6-3.3-50.6-12.3-8.5-8.5-11.3-21.3-11.3-50.8zm76.4-11.6c-.3-1.8-.3-3.3-.3-3.8 0-12.3-3.3-14.6-19.6-14.6-14.4 0-17.1 3-18.1 15.1l-.3 3.3h38.3zm55.6-45.3h38.3l-1.8 19.9h.7c6.8-14.9 14.4-20.2 29.7-20.2 10.8 0 19.1 3.3 23.4 9.3 5.3 7.3 6.8 14.4 6.8 34 0 1.5 0 5 .2 9.3h-35c.3-1.8.3-3.3.3-4 0-15.4-2-19.4-10.3-19.4-6.3 0-10.8 3.3-13.1 9.3-1 3-1 4.3-1 12.3v68h-38.3V192.3z"], + "fort-awesome": [512, 512, [], "f286", "M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z"], + "waze": [512, 512, [], "f83f", "M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92-37.21-13.11-72.54-34.87-99.62-70.8-13-17.28-.48-41.8 20.84-41.8 46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67zM373.51 388.28c42-19.18 81.33-56.71 96.29-102.14 40.48-123.09-64.15-228-181.71-228-83.45 0-170.32 55.42-186.07 136-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34 14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42zM205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0zm116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0zm-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07 35.68-.94 59.25-22.21 64.11-42.77 4.46-16.05 28.6-10.36 25.47 6-5.23 22.18-31.21 62-91.46 62.9-42.55 0-80.88-27.84-87.9-64.25z"], + "bluesky": [576, 512, [], "e671", "M407.8 294.7c-3.3-.4-6.7-.8-10-1.3c3.4 .4 6.7 .9 10 1.3zM288 227.1C261.9 176.4 190.9 81.9 124.9 35.3C61.6-9.4 37.5-1.7 21.6 5.5C3.3 13.8 0 41.9 0 58.4S9.1 194 15 213.9c19.5 65.7 89.1 87.9 153.2 80.7c3.3-.5 6.6-.9 10-1.4c-3.3 .5-6.6 1-10 1.4C74.3 308.6-9.1 342.8 100.3 464.5C220.6 589.1 265.1 437.8 288 361.1c22.9 76.7 49.2 222.5 185.6 103.4c102.4-103.4 28.1-156-65.8-169.9c-3.3-.4-6.7-.8-10-1.3c3.4 .4 6.7 .9 10 1.3c64.1 7.1 133.6-15.1 153.2-80.7C566.9 194 576 75 576 58.4s-3.3-44.7-21.6-52.9c-15.8-7.1-40-14.9-103.2 29.8C385.1 81.9 314.1 176.4 288 227.1z"], + "cc-jcb": [576, 512, [], "f24b", "M431.5 244.3V212c41.2 0 38.5.2 38.5.2 7.3 1.3 13.3 7.3 13.3 16 0 8.8-6 14.5-13.3 15.8-1.2.4-3.3.3-38.5.3zm42.8 20.2c-2.8-.7-3.3-.5-42.8-.5v35c39.6 0 40 .2 42.8-.5 7.5-1.5 13.5-8 13.5-17 0-8.7-6-15.5-13.5-17zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM182 192.3h-57c0 67.1 10.7 109.7-35.8 109.7-19.5 0-38.8-5.7-57.2-14.8v28c30 8.3 68 8.3 68 8.3 97.9 0 82-47.7 82-131.2zm178.5 4.5c-63.4-16-165-14.9-165 59.3 0 77.1 108.2 73.6 165 59.2V287C312.9 311.7 253 309 253 256s59.8-55.6 107.5-31.2v-28zM544 286.5c0-18.5-16.5-30.5-38-32v-.8c19.5-2.7 30.3-15.5 30.3-30.2 0-19-15.7-30-37-31 0 0 6.3-.3-120.3-.3v127.5h122.7c24.3.1 42.3-12.9 42.3-33.2z"], + "snapchat": [512, 512, [62124, "snapchat-ghost"], "f2ab", "M496.926,366.6c-3.373-9.176-9.8-14.086-17.112-18.153-1.376-.806-2.641-1.451-3.72-1.947-2.182-1.128-4.414-2.22-6.634-3.373-22.8-12.09-40.609-27.341-52.959-45.42a102.889,102.889,0,0,1-9.089-16.12c-1.054-3.013-1-4.724-.248-6.287a10.221,10.221,0,0,1,2.914-3.038c3.918-2.591,7.96-5.22,10.7-6.993,4.885-3.162,8.754-5.667,11.246-7.44,9.362-6.547,15.909-13.5,20-21.278a42.371,42.371,0,0,0,2.1-35.191c-6.2-16.318-21.613-26.449-40.287-26.449a55.543,55.543,0,0,0-11.718,1.24c-1.029.224-2.059.459-3.063.72.174-11.16-.074-22.94-1.066-34.534-3.522-40.758-17.794-62.123-32.674-79.16A130.167,130.167,0,0,0,332.1,36.443C309.515,23.547,283.91,17,256,17S202.6,23.547,180,36.443a129.735,129.735,0,0,0-33.281,26.783c-14.88,17.038-29.152,38.44-32.673,79.161-.992,11.594-1.24,23.435-1.079,34.533-1-.26-2.021-.5-3.051-.719a55.461,55.461,0,0,0-11.717-1.24c-18.687,0-34.125,10.131-40.3,26.449a42.423,42.423,0,0,0,2.046,35.228c4.105,7.774,10.652,14.731,20.014,21.278,2.48,1.736,6.361,4.24,11.246,7.44,2.641,1.711,6.5,4.216,10.28,6.72a11.054,11.054,0,0,1,3.3,3.311c.794,1.624.818,3.373-.36,6.6a102.02,102.02,0,0,1-8.94,15.785c-12.077,17.669-29.363,32.648-51.434,44.639C32.355,348.608,20.2,352.75,15.069,366.7c-3.868,10.528-1.339,22.506,8.494,32.6a49.137,49.137,0,0,0,12.4,9.387,134.337,134.337,0,0,0,30.342,12.139,20.024,20.024,0,0,1,6.126,2.741c3.583,3.137,3.075,7.861,7.849,14.78a34.468,34.468,0,0,0,8.977,9.127c10.019,6.919,21.278,7.353,33.207,7.811,10.776.41,22.989.881,36.939,5.481,5.778,1.91,11.78,5.605,18.736,9.92C194.842,480.951,217.707,495,255.973,495s61.292-14.123,78.118-24.428c6.907-4.24,12.872-7.9,18.489-9.758,13.949-4.613,26.163-5.072,36.939-5.481,11.928-.459,23.187-.893,33.206-7.812a34.584,34.584,0,0,0,10.218-11.16c3.434-5.84,3.348-9.919,6.572-12.771a18.971,18.971,0,0,1,5.753-2.629A134.893,134.893,0,0,0,476.02,408.71a48.344,48.344,0,0,0,13.019-10.193l.124-.149C498.389,388.5,500.708,376.867,496.926,366.6Zm-34.013,18.277c-20.745,11.458-34.533,10.23-45.259,17.137-9.114,5.865-3.72,18.513-10.342,23.076-8.134,5.617-32.177-.4-63.239,9.858-25.618,8.469-41.961,32.822-88.038,32.822s-62.036-24.3-88.076-32.884c-31-10.255-55.092-4.241-63.239-9.858-6.609-4.563-1.24-17.211-10.341-23.076-10.739-6.907-24.527-5.679-45.26-17.075-13.206-7.291-5.716-11.8-1.314-13.937,75.143-36.381,87.133-92.552,87.666-96.719.645-5.046,1.364-9.014-4.191-14.148-5.369-4.96-29.189-19.7-35.8-24.316-10.937-7.638-15.748-15.264-12.2-24.638,2.48-6.485,8.531-8.928,14.879-8.928a27.643,27.643,0,0,1,5.965.67c12,2.6,23.659,8.617,30.392,10.242a10.749,10.749,0,0,0,2.48.335c3.6,0,4.86-1.811,4.612-5.927-.768-13.132-2.628-38.725-.558-62.644,2.84-32.909,13.442-49.215,26.04-63.636,6.051-6.932,34.484-36.976,88.857-36.976s82.88,29.92,88.931,36.827c12.611,14.421,23.225,30.727,26.04,63.636,2.071,23.919.285,49.525-.558,62.644-.285,4.327,1.017,5.927,4.613,5.927a10.648,10.648,0,0,0,2.48-.335c6.745-1.624,18.4-7.638,30.4-10.242a27.641,27.641,0,0,1,5.964-.67c6.386,0,12.4,2.48,14.88,8.928,3.546,9.374-1.24,17-12.189,24.639-6.609,4.612-30.429,19.343-35.8,24.315-5.568,5.134-4.836,9.1-4.191,14.149.533,4.228,12.511,60.4,87.666,96.718C468.629,373.011,476.119,377.524,462.913,384.877Z"], + "fantasy-flight-games": [512, 512, [], "f6dc", "M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z"], + "rust": [512, 512, [], "e07a", "M508.52,249.75,486.7,236.24c-.17-2-.34-3.93-.55-5.88l18.72-17.5a7.35,7.35,0,0,0-2.44-12.25l-24-9c-.54-1.88-1.08-3.78-1.67-5.64l15-20.83a7.35,7.35,0,0,0-4.79-11.54l-25.42-4.15c-.9-1.73-1.79-3.45-2.73-5.15l10.68-23.42a7.35,7.35,0,0,0-6.95-10.39l-25.82.91q-1.79-2.22-3.61-4.4L439,81.84A7.36,7.36,0,0,0,430.16,73L405,78.93q-2.17-1.83-4.4-3.61l.91-25.82a7.35,7.35,0,0,0-10.39-7L367.7,53.23c-1.7-.94-3.43-1.84-5.15-2.73L358.4,25.08a7.35,7.35,0,0,0-11.54-4.79L326,35.26c-1.86-.59-3.75-1.13-5.64-1.67l-9-24a7.35,7.35,0,0,0-12.25-2.44l-17.5,18.72c-1.95-.21-3.91-.38-5.88-.55L262.25,3.48a7.35,7.35,0,0,0-12.5,0L236.24,25.3c-2,.17-3.93.34-5.88.55L212.86,7.13a7.35,7.35,0,0,0-12.25,2.44l-9,24c-1.89.55-3.79,1.08-5.66,1.68l-20.82-15a7.35,7.35,0,0,0-11.54,4.79l-4.15,25.41c-1.73.9-3.45,1.79-5.16,2.73L120.88,42.55a7.35,7.35,0,0,0-10.39,7l.92,25.81c-1.49,1.19-3,2.39-4.42,3.61L81.84,73A7.36,7.36,0,0,0,73,81.84L78.93,107c-1.23,1.45-2.43,2.93-3.62,4.41l-25.81-.91a7.42,7.42,0,0,0-6.37,3.26,7.35,7.35,0,0,0-.57,7.13l10.66,23.41c-.94,1.7-1.83,3.43-2.73,5.16L25.08,153.6a7.35,7.35,0,0,0-4.79,11.54l15,20.82c-.59,1.87-1.13,3.77-1.68,5.66l-24,9a7.35,7.35,0,0,0-2.44,12.25l18.72,17.5c-.21,1.95-.38,3.91-.55,5.88L3.48,249.75a7.35,7.35,0,0,0,0,12.5L25.3,275.76c.17,2,.34,3.92.55,5.87L7.13,299.13a7.35,7.35,0,0,0,2.44,12.25l24,9c.55,1.89,1.08,3.78,1.68,5.65l-15,20.83a7.35,7.35,0,0,0,4.79,11.54l25.42,4.15c.9,1.72,1.79,3.45,2.73,5.14L42.56,391.12a7.35,7.35,0,0,0,.57,7.13,7.13,7.13,0,0,0,6.37,3.26l25.83-.91q1.77,2.22,3.6,4.4L73,430.16A7.36,7.36,0,0,0,81.84,439L107,433.07q2.18,1.83,4.41,3.61l-.92,25.82a7.35,7.35,0,0,0,10.39,6.95l23.43-10.68c1.69.94,3.42,1.83,5.14,2.73l4.15,25.42a7.34,7.34,0,0,0,11.54,4.78l20.83-15c1.86.6,3.76,1.13,5.65,1.68l9,24a7.36,7.36,0,0,0,12.25,2.44l17.5-18.72c1.95.21,3.92.38,5.88.55l13.51,21.82a7.35,7.35,0,0,0,12.5,0l13.51-21.82c2-.17,3.93-.34,5.88-.56l17.5,18.73a7.36,7.36,0,0,0,12.25-2.44l9-24c1.89-.55,3.78-1.08,5.65-1.68l20.82,15a7.34,7.34,0,0,0,11.54-4.78l4.15-25.42c1.72-.9,3.45-1.79,5.15-2.73l23.42,10.68a7.35,7.35,0,0,0,10.39-6.95l-.91-25.82q2.22-1.79,4.4-3.61L430.16,439a7.36,7.36,0,0,0,8.84-8.84L433.07,405q1.83-2.17,3.61-4.4l25.82.91a7.23,7.23,0,0,0,6.37-3.26,7.35,7.35,0,0,0,.58-7.13L458.77,367.7c.94-1.7,1.83-3.43,2.73-5.15l25.42-4.15a7.35,7.35,0,0,0,4.79-11.54l-15-20.83c.59-1.87,1.13-3.76,1.67-5.65l24-9a7.35,7.35,0,0,0,2.44-12.25l-18.72-17.5c.21-1.95.38-3.91.55-5.87l21.82-13.51a7.35,7.35,0,0,0,0-12.5Zm-151,129.08A13.91,13.91,0,0,0,341,389.51l-7.64,35.67A187.51,187.51,0,0,1,177,424.44l-7.64-35.66a13.87,13.87,0,0,0-16.46-10.68l-31.51,6.76a187.38,187.38,0,0,1-16.26-19.21H258.3c1.72,0,2.89-.29,2.89-1.91V309.55c0-1.57-1.17-1.91-2.89-1.91H213.47l.05-34.35H262c4.41,0,23.66,1.28,29.79,25.87,1.91,7.55,6.17,32.14,9.06,40,2.89,8.82,14.6,26.46,27.1,26.46H407a187.3,187.3,0,0,1-17.34,20.09Zm25.77,34.49A15.24,15.24,0,1,1,368,398.08h.44A15.23,15.23,0,0,1,383.24,413.32Zm-225.62-.68a15.24,15.24,0,1,1-15.25-15.25h.45A15.25,15.25,0,0,1,157.62,412.64ZM69.57,234.15l32.83-14.6a13.88,13.88,0,0,0,7.06-18.33L102.69,186h26.56V305.73H75.65A187.65,187.65,0,0,1,69.57,234.15ZM58.31,198.09a15.24,15.24,0,0,1,15.23-15.25H74a15.24,15.24,0,1,1-15.67,15.24Zm155.16,24.49.05-35.32h63.26c3.28,0,23.07,3.77,23.07,18.62,0,12.29-15.19,16.7-27.68,16.7ZM399,306.71c-9.8,1.13-20.63-4.12-22-10.09-5.78-32.49-15.39-39.4-30.57-51.4,18.86-11.95,38.46-29.64,38.46-53.26,0-25.52-17.49-41.59-29.4-49.48-16.76-11-35.28-13.23-40.27-13.23H116.32A187.49,187.49,0,0,1,221.21,70.06l23.47,24.6a13.82,13.82,0,0,0,19.6.44l26.26-25a187.51,187.51,0,0,1,128.37,91.43l-18,40.57A14,14,0,0,0,408,220.43l34.59,15.33a187.12,187.12,0,0,1,.4,32.54H423.71c-1.91,0-2.69,1.27-2.69,3.13v8.82C421,301,409.31,305.58,399,306.71ZM240,60.21A15.24,15.24,0,0,1,255.21,45h.45A15.24,15.24,0,1,1,240,60.21ZM436.84,214a15.24,15.24,0,1,1,0-30.48h.44a15.24,15.24,0,0,1-.44,30.48Z"], + "wix": [640, 512, [], "f5cf", "M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83-9.52 3.45-15.95 9.66-15.95 9.66 0-31 4.72-42.22 17.4-48.86 9.75-5.11 27.23-4.63 27.23-4.63zm-115.8 35.54l-34.24 132.66-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89 55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57 7.67-30.07 29.11-118.41 31.12-124.7 4.76-14.94 11.09-13.81 15.4 0 1.97 6.3 23.45 94.63 31.12 124.7 8.6 33.73 15.37 39.32 29.59 46.57 10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27zm115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01v-8.98zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47-.47.73-6.25 10.54-13.07 0-29.29-42.23-40.8-60.29-54.18-72.47-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72 6.81-10.52 12.57-.77 13.07 0 29.4 42.38 39.23 58.06 53.14 70.72 17.39 15.83 53.32 11.21 53.32 11.21L556.8 256.52z"], + "square-behance": [448, 512, ["behance-square"], "f1b5", "M155.3 318.4c17.2 0 31.2-6.1 31.2-25.4c0-19.7-11.7-27.4-30.3-27.5h-46v52.9h45.1zm-5.4-129.6H110.3v44.8H153c15.1 0 25.8-6.6 25.8-22.9c0-17.7-13.7-21.9-28.9-21.9zm129.5 74.8h62.2c-1.7-18.5-11.3-29.7-30.5-29.7c-18.3 0-30.5 11.4-31.7 29.7zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM349.5 185H271.7V166.1h77.8V185zM193.7 243.7c23.6 6.7 35 27.5 35 51.6c0 39-32.7 55.7-67.6 55.9H68v-192h90.5c32.9 0 61.4 9.3 61.4 47.5c0 19.3-9 28.8-26.2 37zm118.7-38.6c43.5 0 67.6 34.3 67.6 75.4c0 1.6-.1 3.3-.2 5c0 .8-.1 1.5-.1 2.2H279.5c0 22.2 11.7 35.3 34.1 35.3c11.6 0 26.5-6.2 30.2-18.1h33.7c-10.4 31.9-31.9 46.8-65.1 46.8c-43.8 0-71.1-29.7-71.1-73c0-41.8 28.7-73.6 71.1-73.6z"], + "supple": [640, 512, [], "f3f9", "M640 262.5c0 64.1-109 116.1-243.5 116.1-24.8 0-48.6-1.8-71.1-5 7.7.4 15.5.6 23.4.6 134.5 0 243.5-56.9 243.5-127.1 0-29.4-19.1-56.4-51.2-78 60 21.1 98.9 55.1 98.9 93.4zM47.7 227.9c-.1-70.2 108.8-127.3 243.3-127.6 7.9 0 15.6.2 23.3.5-22.5-3.2-46.3-4.9-71-4.9C108.8 96.3-.1 148.5 0 212.6c.1 38.3 39.1 72.3 99.3 93.3-32.3-21.5-51.5-48.6-51.6-78zm60.2 39.9s10.5 13.2 29.3 13.2c17.9 0 28.4-11.5 28.4-25.1 0-28-40.2-25.1-40.2-39.7 0-5.4 5.3-9.1 12.5-9.1 5.7 0 11.3 2.6 11.3 6.6v3.9h14.2v-7.9c0-12.1-15.4-16.8-25.4-16.8-16.5 0-28.5 10.2-28.5 24.1 0 26.6 40.2 25.4 40.2 39.9 0 6.6-5.8 10.1-12.3 10.1-11.9 0-20.7-10.1-20.7-10.1l-8.8 10.9zm120.8-73.6v54.4c0 11.3-7.1 17.8-17.8 17.8-10.7 0-17.8-6.5-17.8-17.7v-54.5h-15.8v55c0 18.9 13.4 31.9 33.7 31.9 20.1 0 33.4-13 33.4-31.9v-55h-15.7zm34.4 85.4h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.8-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5.1 14.7-14 14.7h-12.6zm57 43h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.7-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5 14.7-14 14.7h-12.6zm57.1 34.8c0 5.8 2.4 8.2 8.2 8.2h37.6c5.8 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-18.6c-1.7 0-2.6-1-2.6-2.6v-61.2c0-5.7-2.4-8.2-8.2-8.2H401v13.4h5.2c1.7 0 2.6 1 2.6 2.6v61.2zm63.4 0c0 5.8 2.4 8.2 8.2 8.2H519c5.7 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-19.7c-1.7 0-2.6-1-2.6-2.6v-20.3h27.7v-13.4H488v-22.4h19.2c1.7 0 2.6 1 2.6 2.6v5.2H524v-13c0-5.7-2.5-8.2-8.2-8.2h-51.6v13.4h7.8v63.9zm58.9-76v5.9h1.6v-5.9h2.7v-1.2h-7v1.2h2.7zm5.7-1.2v7.1h1.5v-5.7l2.3 5.7h1.3l2.3-5.7v5.7h1.5v-7.1h-2.3l-2.1 5.1-2.1-5.1h-2.4z"], + "webflow": [640, 512, [], "e65c", "M640 64L435.8 463.2H244l85.5-165.5h-3.8C255.1 389.3 149.9 449.5 0 463.2V300.1s95.9-5.7 152.3-64.9H0V64H171.1V204.8l3.8 0L244.9 64H374.3V203.9l3.8 0L450.7 64H640z"], + "rebel": [512, 512, [], "f1d0", "M256.5 504C117.2 504 9 387.8 13.2 249.9 16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8-5.8 5.5-111.3 129.8-14.1 226.4 49.8 49.5 90 2.5 90 2.5 38.5-50.1-.6-125.9-.6-125.9-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6 13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9-15.8 28.5-27.1 89.4.6 127.3 32.4 44.6 87.7-2.8 87.7-2.8 102.7-91.9-10.5-225-10.5-225-6.1-5.5.8-2.8.8-2.8 50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504z"], + "css3": [512, 512, [], "f13c", "M480 32l-64 368-223.3 80L0 400l19.6-94.8h82l-8 40.6L210 390.2l134.1-44.4 18.8-97.1H29.5l16-82h333.7l10.5-52.7H56.3l16.3-82H480z"], + "staylinked": [440, 512, [], "f3f5", "M382.7 292.5l2.7 2.7-170-167.3c-3.5-3.5-9.7-3.7-13.8-.5L144.3 171c-4.2 3.2-4.6 8.7-1.1 12.2l68.1 64.3c3.6 3.5 9.9 3.7 14 .5l.1-.1c4.1-3.2 10.4-3 14 .5l84 81.3c3.6 3.5 3.2 9-.9 12.2l-93.2 74c-4.2 3.3-10.5 3.1-14.2-.4L63.2 268c-3.5-3.5-9.7-3.7-13.9-.5L3.5 302.4c-4.2 3.2-4.7 8.7-1.2 12.2L211 510.7s7.4 6.8 17.3-.8l198-163.9c4-3.2 4.4-8.7.7-12.2zm54.5-83.4L226.7 2.5c-1.5-1.2-8-5.5-16.3 1.1L3.6 165.7c-4.2 3.2-4.8 8.7-1.2 12.2l42.3 41.7 171.7 165.1c3.7 3.5 10.1 3.7 14.3.4l50.2-38.8-.3-.3 7.7-6c4.2-3.2 4.6-8.7.9-12.2l-57.1-54.4c-3.6-3.5-10-3.7-14.2-.5l-.1.1c-4.2 3.2-10.5 3.1-14.2-.4L109 180.8c-3.6-3.5-3.1-8.9 1.1-12.2l92.2-71.5c4.1-3.2 10.3-3 13.9.5l160.4 159c3.7 3.5 10 3.7 14.1.5l45.8-35.8c4.1-3.2 4.4-8.7.7-12.2z"], + "kaggle": [320, 512, [], "f5fa", "M304.2 501.5L158.4 320.3 298.2 185c2.6-2.7 1.7-10.5-5.3-10.5h-69.2c-3.5 0-7 1.8-10.5 5.3L80.9 313.5V7.5q0-7.5-7.5-7.5H21.5Q14 0 14 7.5v497q0 7.5 7.5 7.5h51.9q7.5 0 7.5-7.5v-109l30.8-29.3 110.5 140.6c3 3.5 6.5 5.3 10.5 5.3h66.9q5.25 0 6-3z"], + "space-awesome": [512, 512, [], "e5ac", "M96 256H128V512H0V352H32V320H64V288H96V256zM512 352V512H384V256H416V288H448V320H480V352H512zM320 64H352V448H320V416H192V448H160V64H192V32H224V0H288V32H320V64zM288 128H224V192H288V128z"], + "deviantart": [320, 512, [], "f1bd", "M320 93.2l-98.2 179.1 7.4 9.5H320v127.7H159.1l-13.5 9.2-43.7 84c-.3 0-8.6 8.6-9.2 9.2H0v-93.2l93.2-179.4-7.4-9.2H0V102.5h156l13.5-9.2 43.7-84c.3 0 8.6-8.6 9.2-9.2H320v93.1z"], + "cpanel": [640, 512, [], "f388", "M210.3 220.2c-5.6-24.8-26.9-41.2-51-41.2h-37c-7.1 0-12.5 4.5-14.3 10.9L73.1 320l24.7-.1c6.8 0 12.3-4.5 14.2-10.7l25.8-95.7h19.8c8.4 0 16.2 5.6 18.3 14.8 2.5 10.9-5.9 22.6-18.3 22.6h-10.3c-7 0-12.5 4.6-14.3 10.8l-6.4 23.8h32c37.2 0 58.3-36.2 51.7-65.3zm-156.5 28h18.6c6.9 0 12.4-4.4 14.3-10.9l6.2-23.6h-40C30 213.7 9 227.8 1.7 254.8-7 288.6 18.5 320 52 320h12.4l7.1-26.1c1.2-4.4-2.2-8.3-6.4-8.3H53.8c-24.7 0-24.9-37.4 0-37.4zm247.5-34.8h-77.9l-3.5 13.4c-2.4 9.6 4.5 18.5 14.2 18.5h57.5c4 0 2.4 4.3 2.1 5.3l-8.6 31.8c-.4 1.4-.9 5.3-5.5 5.3h-34.9c-5.3 0-5.3-7.9 0-7.9h21.6c6.8 0 12.3-4.6 14.2-10.8l3.5-13.2h-48.4c-39.2 0-43.6 63.8-.7 63.8l57.5.2c11.2 0 20.6-7.2 23.4-17.8l14-51.8c4.8-19.2-9.7-36.8-28.5-36.8zM633.1 179h-18.9c-4.9 0-9.2 3.2-10.4 7.9L568.2 320c20.7 0 39.8-13.8 44.9-34.5l26.5-98.2c1.2-4.3-2-8.3-6.5-8.3zm-236.3 34.7v.1h-48.3l-26.2 98c-1.2 4.4 2.2 8.3 6.4 8.3h18.9c4.8 0 9.2-3 10.4-7.8l17.2-64H395c12.5 0 21.4 11.8 18.1 23.4l-10.6 40c-1.2 4.3 1.9 8.3 6.4 8.3H428c4.6 0 9.1-2.9 10.3-7.8l8.8-33.1c9-33.1-15.9-65.4-50.3-65.4zm98.3 74.6c-3.6 0-6-3.4-5.1-6.7l8-30c.9-3.9 3.7-6 7.8-6h32.9c2.6 0 4.6 2.4 3.9 5.1l-.7 2.6c-.6 2-1.9 3-3.9 3h-21.6c-7 0-12.6 4.6-14.2 10.8l-3.5 13h53.4c10.5 0 20.3-6.6 23.2-17.6l3.2-12c4.9-19.1-9.3-36.8-28.3-36.8h-47.3c-17.9 0-33.8 12-38.6 29.6l-10.8 40c-5 17.7 8.3 36.7 28.3 36.7h66.7c6.8 0 12.3-4.5 14.2-10.7l5.7-21z"], + "goodreads-g": [384, 512, [], "f3a9", "M42.6 403.3h2.8c12.7 0 25.5 0 38.2.1 1.6 0 3.1-.4 3.6 2.1 7.1 34.9 30 54.6 62.9 63.9 26.9 7.6 54.1 7.8 81.3 1.8 33.8-7.4 56-28.3 68-60.4 8-21.5 10.7-43.8 11-66.5.1-5.8.3-47-.2-52.8l-.9-.3c-.8 1.5-1.7 2.9-2.5 4.4-22.1 43.1-61.3 67.4-105.4 69.1-103 4-169.4-57-172-176.2-.5-23.7 1.8-46.9 8.3-69.7C58.3 47.7 112.3.6 191.6 0c61.3-.4 101.5 38.7 116.2 70.3.5 1.1 1.3 2.3 2.4 1.9V10.6h44.3c0 280.3.1 332.2.1 332.2-.1 78.5-26.7 143.7-103 162.2-69.5 16.9-159 4.8-196-57.2-8-13.5-11.8-28.3-13-44.5zM188.9 36.5c-52.5-.5-108.5 40.7-115 133.8-4.1 59 14.8 122.2 71.5 148.6 27.6 12.9 74.3 15 108.3-8.7 47.6-33.2 62.7-97 54.8-154-9.7-71.1-47.8-120-119.6-119.7z"], + "square-git": [448, 512, ["git-square"], "f1d2", "M120.8 335.5c-5.9-.4-12.6-.8-20.2-1.3c-3.3 4.1-6.6 8.4-6.6 13.5c0 18.5 65.5 18.5 65.5-1.5c0-8.3-7.4-8.7-38.8-10.7zm7.8-117.9c-32.3 0-33.7 44.5-.7 44.5c32.5 0 31.7-44.5 .7-44.5zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM243.9 172.2c-14.5 0-22.9-8.4-22.9-22.9c0-14.5 8.4-22.3 22.9-22.3c14.7 0 23.1 7.8 23.1 22.3s-8.4 22.9-23.1 22.9zM149.6 195h49.5l0 21.6-23.4 1.8c4.6 5.8 9.4 14 9.4 25.7c0 48.7-57.2 47.2-74.2 42.4l-8.4 13.4c5 .3 9.8 .6 14.3 .8c56.3 3.2 80.5 4.6 80.5 38.5c0 29.2-25.7 45.7-69.9 45.7c-46 0-63.5-11.6-63.5-31.7c0-11.4 5.1-17.5 14-25.9c-8.4-3.5-11.2-9.9-11.2-16.8c0-9.6 7.4-16.3 23-30.6l.2-.2c-12.4-6.1-21.8-19.3-21.8-38.1c0-51.6 56.6-53.3 81.6-46.8zM270.5 303.1l13 1.8 0 20.1H211.1V304.9c2.7-.4 5-.7 6.9-.9c9.9-1.2 10.1-1.3 10.1-6V223.3c0-4.4-.9-4.7-10.1-7.8c-1.9-.7-4.2-1.4-6.9-2.4l2.8-20.6h52.6V298c0 4.1 .2 4.6 4.1 5.1zm106.6-10.4L384 315c-10.9 5.4-26.9 10.2-41.4 10.2c-30.2 0-41.7-12.2-41.7-40.9V217.7c0-.8 0-1.4-.2-1.8c-.8-1.2-4.2-.7-19.6-.7V192.6c22.3-2.5 31.2-13.7 34-41.4h24.2c0 33.3-.6 38 .7 38.6c.3 .1 .7 0 1.3 0h35.8v25.4H339.3v60.7c0 .2 0 .5 0 .9c-.2 6.3-.9 30.4 37.9 15.9z"], + "square-tumblr": [448, 512, ["tumblr-square"], "f174", "M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM256.8 416c-75.5 0-91.9-55.5-91.9-87.9v-90H135.2c-3.4 0-6.2-2.8-6.2-6.2V189.4c0-4.5 2.8-8.5 7.1-10c38.8-13.7 50.9-47.5 52.7-73.2c.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2H249.1V321c0 21.4 14.8 33.5 42.5 22.4c3-1.2 5.6-2 8-1.4c2.2 .5 3.6 2.1 4.6 4.9L318 387.1c1 3.2 2 6.7-.3 9.1c-8.5 9.1-31.2 19.8-60.9 19.8z"], + "trello": [448, 512, [], "f181", "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z"], + "creative-commons-nc-jp": [496, 512, [], "f4ea", "M247.7 8C103.6 8 0 124.8 0 256c0 136.4 111.8 248 247.7 248C377.9 504 496 403.2 496 256 496 117.2 388.5 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-21.1 3-41.2 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V360h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3zm87.6-137.3h-57.6v-18.7l2.9-5.6 54.7 24.3zm6.5-51.4v-17.8h-38.6l63-116H301l-43.4 96-23-10.2-39.6-85.7h-65.8l27.3 51-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1 112.8 0 203 90 203 203.4 0 21-2.7 40.6-7.9 59l-101-45.1z"], + "get-pocket": [448, 512, [], "f265", "M407.6 64h-367C18.5 64 0 82.5 0 104.6v135.2C0 364.5 99.7 464 224.2 464c124 0 223.8-99.5 223.8-224.2V104.6c0-22.4-17.7-40.6-40.4-40.6zm-162 268.5c-12.4 11.8-31.4 11.1-42.4 0C89.5 223.6 88.3 227.4 88.3 209.3c0-16.9 13.8-30.7 30.7-30.7 17 0 16.1 3.8 105.2 89.3 90.6-86.9 88.6-89.3 105.5-89.3 16.9 0 30.7 13.8 30.7 30.7 0 17.8-2.9 15.7-114.8 123.2z"], + "perbyte": [448, 512, [], "e083", "M305.314,284.578H246.6V383.3h58.711q24.423,0,38.193-13.77t13.77-36.11q0-21.826-14.032-35.335T305.314,284.578ZM149.435,128.7H90.724v98.723h58.711q24.42,0,38.19-13.773t13.77-36.107q0-21.826-14.029-35.338T149.435,128.7ZM366.647,32H81.353A81.445,81.445,0,0,0,0,113.352V398.647A81.445,81.445,0,0,0,81.353,480H366.647A81.445,81.445,0,0,0,448,398.647V113.352A81.445,81.445,0,0,0,366.647,32Zm63.635,366.647a63.706,63.706,0,0,1-63.635,63.635H81.353a63.706,63.706,0,0,1-63.635-63.635V113.352A63.706,63.706,0,0,1,81.353,49.718H366.647a63.706,63.706,0,0,1,63.635,63.634ZM305.314,128.7H246.6v98.723h58.711q24.423,0,38.193-13.773t13.77-36.107q0-21.826-14.032-35.338T305.314,128.7Z"], + "grunt": [384, 512, [], "f3ad", "M61.3 189.3c-1.1 10 5.2 19.1 5.2 19.1.7-7.5 2.2-12.8 4-16.6.4 10.3 3.2 23.5 12.8 34.1 6.9 7.6 35.6 23.3 54.9 6.1 1 2.4 2.1 5.3 3 8.5 2.9 10.3-2.7 25.3-2.7 25.3s15.1-17.1 13.9-32.5c10.8-.5 21.4-8.4 21.1-19.5 0 0-18.9 10.4-35.5-8.8-9.7-11.2-40.9-42-83.1-31.8 4.3 1 8.9 2.4 13.5 4.1h-.1c-4.2 2-6.5 7.1-7 12zm28.3-1.8c19.5 11 37.4 25.7 44.9 37-5.7 3.3-21.7 10.4-38-1.7-10.3-7.6-9.8-26.2-6.9-35.3zm142.1 45.8c-1.2 15.5 13.9 32.5 13.9 32.5s-5.6-15-2.7-25.3c.9-3.2 2-6 3-8.5 19.3 17.3 48 1.5 54.8-6.1 9.6-10.6 12.3-23.8 12.8-34.1 1.8 3.8 3.4 9.1 4 16.6 0 0 6.4-9.1 5.2-19.1-.6-5-2.9-10-7-11.8h-.1c4.6-1.8 9.2-3.2 13.5-4.1-42.3-10.2-73.4 20.6-83.1 31.8-16.7 19.2-35.5 8.8-35.5 8.8-.2 10.9 10.4 18.9 21.2 19.3zm62.7-45.8c3 9.1 3.4 27.7-7 35.4-16.3 12.1-32.2 5-37.9 1.6 7.5-11.4 25.4-26 44.9-37zM160 418.5h-29.4c-5.5 0-8.2 1.6-9.5 2.9-1.9 2-2.2 4.7-.9 8.1 3.5 9.1 11.4 16.5 13.7 18.6 3.1 2.7 7.5 4.3 11.8 4.3 4.4 0 8.3-1.7 11-4.6 7.5-8.2 11.9-17.1 13-19.8.6-1.5 1.3-4.5-.9-6.8-1.8-1.8-4.7-2.7-8.8-2.7zm189.2-101.2c-2.4 17.9-13 33.8-24.6 43.7-3.1-22.7-3.7-55.5-3.7-62.4 0-14.7 9.5-24.5 12.2-26.1 2.5-1.5 5.4-3 8.3-4.6 18-9.6 40.4-21.6 40.4-43.7 0-16.2-9.3-23.2-15.4-27.8-.8-.6-1.5-1.1-2.2-1.7-2.1-1.7-3.7-3-4.3-4.4-4.4-9.8-3.6-34.2-1.7-37.6.6-.6 16.7-20.9 11.8-39.2-2-7.4-6.9-13.3-14.1-17-5.3-2.7-11.9-4.2-19.5-4.5-.1-2-.5-3.9-.9-5.9-.6-2.6-1.1-5.3-.9-8.1.4-4.7.8-9 2.2-11.3 8.4-13.3 28.8-17.6 29-17.6l12.3-2.4-8.1-9.5c-.1-.2-17.3-17.5-46.3-17.5-7.9 0-16 1.3-24.1 3.9-24.2 7.8-42.9 30.5-49.4 39.3-3.1-1-6.3-1.9-9.6-2.7-4.2-15.8 9-38.5 9-38.5s-13.6-3-33.7 15.2c-2.6-6.5-8.1-20.5-1.8-37.2C184.6 10.1 177.2 26 175 40.4c-7.6-5.4-6.7-23.1-7.2-27.6-7.5.9-29.2 21.9-28.2 48.3-2 .5-3.9 1.1-5.9 1.7-6.5-8.8-25.1-31.5-49.4-39.3-7.9-2.2-16-3.5-23.9-3.5-29 0-46.1 17.3-46.3 17.5L6 46.9l12.3 2.4c.2 0 20.6 4.3 29 17.6 1.4 2.2 1.8 6.6 2.2 11.3.2 2.8-.4 5.5-.9 8.1-.4 1.9-.8 3.9-.9 5.9-7.7.3-14.2 1.8-19.5 4.5-7.2 3.7-12.1 9.6-14.1 17-5 18.2 11.2 38.5 11.8 39.2 1.9 3.4 2.7 27.8-1.7 37.6-.6 1.4-2.2 2.7-4.3 4.4-.7.5-1.4 1.1-2.2 1.7-6.1 4.6-15.4 11.7-15.4 27.8 0 22.1 22.4 34.1 40.4 43.7 3 1.6 5.8 3.1 8.3 4.6 2.7 1.6 12.2 11.4 12.2 26.1 0 6.9-.6 39.7-3.7 62.4-11.6-9.9-22.2-25.9-24.6-43.8 0 0-29.2 22.6-20.6 70.8 5.2 29.5 23.2 46.1 47 54.7 8.8 19.1 29.4 45.7 67.3 49.6C143 504.3 163 512 192.2 512h.2c29.1 0 49.1-7.7 63.6-19.5 37.9-3.9 58.5-30.5 67.3-49.6 23.8-8.7 41.7-25.2 47-54.7 8.2-48.4-21.1-70.9-21.1-70.9zM305.7 37.7c5.6-1.8 11.6-2.7 17.7-2.7 11 0 19.9 3 24.7 5-3.1 1.4-6.4 3.2-9.7 5.3-2.4-.4-5.6-.8-9.2-.8-10.5 0-20.5 3.1-28.7 8.9-12.3 8.7-18 16.9-20.7 22.4-2.2-1.3-4.5-2.5-7.1-3.7-1.6-.8-3.1-1.5-4.7-2.2 6.1-9.1 19.9-26.5 37.7-32.2zm21 18.2c-.8 1-1.6 2.1-2.3 3.2-3.3 5.2-3.9 11.6-4.4 17.8-.5 6.4-1.1 12.5-4.4 17-4.2.8-8.1 1.7-11.5 2.7-2.3-3.1-5.6-7-10.5-11.2 1.4-4.8 5.5-16.1 13.5-22.5 5.6-4.3 12.2-6.7 19.6-7zM45.6 45.3c-3.3-2.2-6.6-4-9.7-5.3 4.8-2 13.7-5 24.7-5 6.1 0 12 .9 17.7 2.7 17.8 5.8 31.6 23.2 37.7 32.1-1.6.7-3.2 1.4-4.8 2.2-2.5 1.2-4.9 2.5-7.1 3.7-2.6-5.4-8.3-13.7-20.7-22.4-8.3-5.8-18.2-8.9-28.8-8.9-3.4.1-6.6.5-9 .9zm44.7 40.1c-4.9 4.2-8.3 8-10.5 11.2-3.4-.9-7.3-1.9-11.5-2.7C65 89.5 64.5 83.4 64 77c-.5-6.2-1.1-12.6-4.4-17.8-.7-1.1-1.5-2.2-2.3-3.2 7.4.3 14 2.6 19.5 7 8 6.3 12.1 17.6 13.5 22.4zM58.1 259.9c-2.7-1.6-5.6-3.1-8.4-4.6-14.9-8-30.2-16.3-30.2-30.5 0-11.1 4.3-14.6 8.9-18.2l.5-.4c.7-.6 1.4-1.2 2.2-1.8-.9 7.2-1.9 13.3-2.7 14.9 0 0 12.1-15 15.7-44.3 1.4-11.5-1.1-34.3-5.1-43 .2 4.9 0 9.8-.3 14.4-.4-.8-.8-1.6-1.3-2.2-3.2-4-11.8-17.5-9.4-26.6.9-3.5 3.1-6 6.7-7.8 3.8-1.9 8.8-2.9 15.1-2.9 12.3 0 25.9 3.7 32.9 6 25.1 8 55.4 30.9 64.1 37.7.2.2.4.3.4.3l5.6 3.9-3.5-5.8c-.2-.3-19.1-31.4-53.2-46.5 2-2.9 7.4-8.1 21.6-15.1 21.4-10.5 46.5-15.8 74.3-15.8 27.9 0 52.9 5.3 74.3 15.8 14.2 6.9 19.6 12.2 21.6 15.1-34 15.1-52.9 46.2-53.1 46.5l-3.5 5.8 5.6-3.9s.2-.1.4-.3c8.7-6.8 39-29.8 64.1-37.7 7-2.2 20.6-6 32.9-6 6.3 0 11.3 1 15.1 2.9 3.5 1.8 5.7 4.4 6.7 7.8 2.5 9.1-6.1 22.6-9.4 26.6-.5.6-.9 1.3-1.3 2.2-.3-4.6-.5-9.5-.3-14.4-4 8.8-6.5 31.5-5.1 43 3.6 29.3 15.7 44.3 15.7 44.3-.8-1.6-1.8-7.7-2.7-14.9.7.6 1.5 1.2 2.2 1.8l.5.4c4.6 3.7 8.9 7.1 8.9 18.2 0 14.2-15.4 22.5-30.2 30.5-2.9 1.5-5.7 3.1-8.4 4.6-8.7 5-18 16.7-19.1 34.2-.9 14.6.9 49.9 3.4 75.9-12.4 4.8-26.7 6.4-39.7 6.8-2-4.1-3.9-8.5-5.5-13.1-.7-2-19.6-51.1-26.4-62.2 5.5 39 17.5 73.7 23.5 89.6-3.5-.5-7.3-.7-11.7-.7h-117c-4.4 0-8.3.3-11.7.7 6-15.9 18.1-50.6 23.5-89.6-6.8 11.2-25.7 60.3-26.4 62.2-1.6 4.6-3.5 9-5.5 13.1-13-.4-27.2-2-39.7-6.8 2.5-26 4.3-61.2 3.4-75.9-.9-17.4-10.3-29.2-19-34.2zM34.8 404.6c-12.1-20-8.7-54.1-3.7-59.1 10.9 34.4 47.2 44.3 74.4 45.4-2.7 4.2-5.2 7.6-7 10l-1.4 1.4c-7.2 7.8-8.6 18.5-4.1 31.8-22.7-.1-46.3-9.8-58.2-29.5zm45.7 43.5c6 1.1 12.2 1.9 18.6 2.4 3.5 8 7.4 15.9 12.3 23.1-14.4-5.9-24.4-16-30.9-25.5zM192 498.2c-60.6-.1-78.3-45.8-84.9-64.7-3.7-10.5-3.4-18.2.9-23.1 2.9-3.3 9.5-7.2 24.6-7.2h118.8c15.1 0 21.8 3.9 24.6 7.2 4.2 4.8 4.5 12.6.9 23.1-6.6 18.8-24.3 64.6-84.9 64.7zm80.6-24.6c4.9-7.2 8.8-15.1 12.3-23.1 6.4-.5 12.6-1.3 18.6-2.4-6.5 9.5-16.5 19.6-30.9 25.5zm76.6-69c-12 19.7-35.6 29.3-58.1 29.7 4.5-13.3 3.1-24.1-4.1-31.8-.4-.5-.9-1-1.4-1.5-1.8-2.4-4.3-5.8-7-10 27.2-1.2 63.5-11 74.4-45.4 5 5 8.4 39.1-3.8 59zM191.9 187.7h.2c12.7-.1 27.2-17.8 27.2-17.8-9.9 6-18.8 8.1-27.3 8.3-8.5-.2-17.4-2.3-27.3-8.3 0 0 14.5 17.6 27.2 17.8zm61.7 230.7h-29.4c-4.2 0-7.2.9-8.9 2.7-2.2 2.3-1.5 5.2-.9 6.7 1 2.6 5.5 11.3 13 19.3 2.7 2.9 6.6 4.5 11 4.5s8.7-1.6 11.8-4.2c2.3-2 10.2-9.2 13.7-18.1 1.3-3.3 1-6-.9-7.9-1.3-1.3-4-2.9-9.4-3z"], + "weebly": [512, 512, [], "f5cc", "M425.09 65.83c-39.88 0-73.28 25.73-83.66 64.33-18.16-58.06-65.5-64.33-84.95-64.33-19.78 0-66.8 6.28-85.28 64.33-10.38-38.6-43.45-64.33-83.66-64.33C38.59 65.83 0 99.72 0 143.03c0 28.96 4.18 33.27 77.17 233.48 22.37 60.57 67.77 69.35 92.74 69.35 39.23 0 70.04-19.46 85.93-53.98 15.89 34.83 46.69 54.29 85.93 54.29 24.97 0 70.36-9.1 92.74-69.67 76.55-208.65 77.5-205.58 77.5-227.2.63-48.32-36.01-83.47-86.92-83.47zm26.34 114.81l-65.57 176.44c-7.92 21.49-21.22 37.22-46.24 37.22-23.44 0-37.38-12.41-44.03-33.9l-39.28-117.42h-.95L216.08 360.4c-6.96 21.5-20.9 33.6-44.02 33.6-25.02 0-38.33-15.74-46.24-37.22L60.88 181.55c-5.38-14.83-7.92-23.91-7.92-34.5 0-16.34 15.84-29.36 38.33-29.36 18.69 0 31.99 11.8 36.11 29.05l44.03 139.82h.95l44.66-136.79c6.02-19.67 16.47-32.08 38.96-32.08s32.94 12.11 38.96 32.08l44.66 136.79h.95l44.03-139.82c4.12-17.25 17.42-29.05 36.11-29.05 22.17 0 38.33 13.32 38.33 35.71-.32 7.87-4.12 16.04-7.61 27.24z"], + "connectdevelop": [576, 512, [], "f20e", "M550.5 241l-50.089-86.786c1.071-2.142 1.875-4.553 1.875-7.232 0-8.036-6.696-14.733-14.732-15.001l-55.447-95.893c.536-1.607 1.071-3.214 1.071-4.821 0-8.571-6.964-15.268-15.268-15.268-4.821 0-8.839 2.143-11.786 5.625H299.518C296.839 18.143 292.821 16 288 16s-8.839 2.143-11.518 5.625H170.411C167.464 18.143 163.447 16 158.625 16c-8.303 0-15.268 6.696-15.268 15.268 0 1.607.536 3.482 1.072 4.821l-55.983 97.233c-5.356 2.41-9.107 7.5-9.107 13.661 0 .535.268 1.071.268 1.607l-53.304 92.143c-7.232 1.339-12.59 7.5-12.59 15 0 7.232 5.089 13.393 12.054 15l55.179 95.358c-.536 1.607-.804 2.946-.804 4.821 0 7.232 5.089 13.393 12.054 14.732l51.697 89.732c-.536 1.607-1.071 3.482-1.071 5.357 0 8.571 6.964 15.268 15.268 15.268 4.821 0 8.839-2.143 11.518-5.357h106.875C279.161 493.857 283.447 496 288 496s8.839-2.143 11.518-5.357h107.143c2.678 2.946 6.696 4.821 10.982 4.821 8.571 0 15.268-6.964 15.268-15.268 0-1.607-.267-2.946-.803-4.285l51.697-90.268c6.964-1.339 12.054-7.5 12.054-14.732 0-1.607-.268-3.214-.804-4.821l54.911-95.358c6.964-1.339 12.322-7.5 12.322-15-.002-7.232-5.092-13.393-11.788-14.732zM153.535 450.732l-43.66-75.803h43.66v75.803zm0-83.839h-43.66c-.268-1.071-.804-2.142-1.339-3.214l44.999-47.41v50.624zm0-62.411l-50.357 53.304c-1.339-.536-2.679-1.34-4.018-1.607L43.447 259.75c.535-1.339.535-2.679.535-4.018s0-2.41-.268-3.482l51.965-90c2.679-.268 5.357-1.072 7.768-2.679l50.089 51.965v92.946zm0-102.322l-45.803-47.41c1.339-2.143 2.143-4.821 2.143-7.767 0-.268-.268-.804-.268-1.072l43.928-15.804v72.053zm0-80.625l-43.66 15.804 43.66-75.536v59.732zm326.519 39.108l.804 1.339L445.5 329.125l-63.75-67.232 98.036-101.518.268.268zM291.75 355.107l11.518 11.786H280.5l11.25-11.786zm-.268-11.25l-83.303-85.446 79.553-84.375 83.036 87.589-79.286 82.232zm5.357 5.893l79.286-82.232 67.5 71.25-5.892 28.125H313.714l-16.875-17.143zM410.411 44.393c1.071.536 2.142 1.072 3.482 1.34l57.857 100.714v.536c0 2.946.803 5.624 2.143 7.767L376.393 256l-83.035-87.589L410.411 44.393zm-9.107-2.143L287.732 162.518l-57.054-60.268 166.339-60h4.287zm-123.483 0c2.678 2.678 6.16 4.285 10.179 4.285s7.5-1.607 10.179-4.285h75L224.786 95.821 173.893 42.25h103.928zm-116.249 5.625l1.071-2.142a33.834 33.834 0 0 0 2.679-.804l51.161 53.84-54.911 19.821V47.875zm0 79.286l60.803-21.964 59.732 63.214-79.553 84.107-40.982-42.053v-83.304zm0 92.678L198 257.607l-36.428 38.304v-76.072zm0 87.858l42.053-44.464 82.768 85.982-17.143 17.678H161.572v-59.196zm6.964 162.053c-1.607-1.607-3.482-2.678-5.893-3.482l-1.071-1.607v-89.732h99.91l-91.607 94.821h-1.339zm129.911 0c-2.679-2.41-6.428-4.285-10.447-4.285s-7.767 1.875-10.447 4.285h-96.429l91.607-94.821h38.304l91.607 94.821H298.447zm120-11.786l-4.286 7.5c-1.339.268-2.41.803-3.482 1.339l-89.196-91.875h114.376l-17.412 83.036zm12.856-22.232l12.858-60.803h21.964l-34.822 60.803zm34.822-68.839h-20.357l4.553-21.16 17.143 18.214c-.535.803-1.071 1.874-1.339 2.946zm66.161-107.411l-55.447 96.697c-1.339.535-2.679 1.071-4.018 1.874l-20.625-21.964 34.554-163.928 45.803 79.286c-.267 1.339-.803 2.678-.803 4.285 0 1.339.268 2.411.536 3.75z"], + "leanpub": [576, 512, [], "f212", "M386.539 111.485l15.096 248.955-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997-31.016-19.214-66.424-27.997-102.657-27.997-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115 41.173 0 73.836 13.175 102.657 42.544 27.723-28.271 59.013-41.721 98.539-42.544zM569.07 448c-25.526 0-47.485-5.215-70.542-15.645-34.31-15.645-69.993-24.978-107.871-24.978-38.977 0-74.934 12.901-102.657 40.623-27.723-27.723-63.68-40.623-102.657-40.623-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64 218.83 64 256.984 71.685 288 93.095 319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859L569.07 448zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41-38.428 0-74.385 12.077-102.657 38.702-28.272-26.625-64.228-38.702-102.657-38.702-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486 37.604 0 70.817 9.606 102.657 29.644 31.84-20.038 65.052-29.644 102.657-29.644 52.151 0 87.834 13.999 135.045 33.486z"], + "black-tie": [448, 512, [], "f27e", "M0 32v448h448V32H0zm316.5 325.2L224 445.9l-92.5-88.7 64.5-184-64.5-86.6h184.9L252 173.2l64.5 184z"], + "themeco": [448, 512, [], "f5c6", "M202.9 8.43c9.9-5.73 26-5.82 35.95-.21L430 115.85c10 5.6 18 19.44 18 30.86V364c0 11.44-8.06 25.29-18 31L238.81 503.74c-9.93 5.66-26 5.57-35.85-.21L17.86 395.12C8 389.34 0 375.38 0 364V146.71c0-11.44 8-25.36 17.91-31.08zm-77.4 199.83c-15.94 0-31.89.14-47.83.14v101.45H96.8V280h28.7c49.71 0 49.56-71.74 0-71.74zm140.14 100.29l-30.73-34.64c37-7.51 34.8-65.23-10.87-65.51-16.09 0-32.17-.14-48.26-.14v101.59h19.13v-33.91h18.41l29.56 33.91h22.76zm-41.59-82.32c23.34 0 23.26 32.46 0 32.46h-29.13v-32.46zm-95.56-1.6c21.18 0 21.11 38.85 0 38.85H96.18v-38.84zm192.65-18.25c-68.46 0-71 105.8 0 105.8 69.48-.01 69.41-105.8 0-105.8zm0 17.39c44.12 0 44.8 70.86 0 70.86s-44.43-70.86 0-70.86z"], + "python": [448, 512, [], "f3e2", "M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z"], + "android": [576, 512, [], "f17b", "M420.55,301.93a24,24,0,1,1,24-24,24,24,0,0,1-24,24m-265.1,0a24,24,0,1,1,24-24,24,24,0,0,1-24,24m273.7-144.48,47.94-83a10,10,0,1,0-17.27-10h0l-48.54,84.07a301.25,301.25,0,0,0-246.56,0L116.18,64.45a10,10,0,1,0-17.27,10h0l47.94,83C64.53,202.22,8.24,285.55,0,384H576c-8.24-98.45-64.54-181.78-146.85-226.55"], + "bots": [640, 512, [], "e340", "M86.344,197.834a51.767,51.767,0,0,0-41.57,20.058V156.018a8.19,8.19,0,0,0-8.19-8.19H8.19A8.19,8.19,0,0,0,0,156.018V333.551a8.189,8.189,0,0,0,8.19,8.189H36.584a8.189,8.189,0,0,0,8.19-8.189v-8.088c11.628,13.373,25.874,19.769,41.573,19.769,34.6,0,61.922-26.164,61.922-73.843C148.266,225.452,121.229,197.834,86.344,197.834ZM71.516,305.691c-9.593,0-21.221-4.942-26.745-12.5V250.164c5.528-7.558,17.152-12.791,26.745-12.791,17.734,0,31.107,13.082,31.107,34.013C102.623,292.609,89.25,305.691,71.516,305.691Zm156.372-59.032a17.4,17.4,0,1,0,17.4,17.4A17.4,17.4,0,0,0,227.888,246.659ZM273.956,156.7V112.039a13.308,13.308,0,1,0-10.237,0V156.7a107.49,107.49,0,1,0,10.237,0Zm85.993,107.367c0,30.531-40.792,55.281-91.112,55.281s-91.111-24.75-91.111-55.281,40.792-55.281,91.111-55.281S359.949,233.532,359.949,264.062Zm-50.163,17.4a17.4,17.4,0,1,0-17.4-17.4h0A17.4,17.4,0,0,0,309.786,281.466ZM580.7,250.455c-14.828-2.617-22.387-3.78-22.387-9.885,0-5.523,7.268-9.884,17.735-9.884a65.56,65.56,0,0,1,34.484,10.1,8.171,8.171,0,0,0,11.288-2.468c.07-.11.138-.221.2-.333l8.611-14.886a8.2,8.2,0,0,0-2.867-11.123,99.863,99.863,0,0,0-52.014-14.138c-38.956,0-60.179,21.514-60.179,46.225,0,36.342,33.725,41.864,57.563,45.642,13.373,2.326,24.13,4.361,24.13,11.048,0,6.4-5.523,10.757-18.9,10.757-13.552,0-30.994-6.222-42.623-13.579a8.206,8.206,0,0,0-11.335,2.491c-.035.054-.069.108-.1.164l-10.2,16.891a8.222,8.222,0,0,0,2.491,11.066c15.224,10.3,37.663,16.692,59.441,16.692,40.409,0,63.957-19.769,63.957-46.515C640,260.63,604.537,254.816,580.7,250.455Zm-95.928,60.787a8.211,8.211,0,0,0-9.521-5.938,23.168,23.168,0,0,1-4.155.387c-7.849,0-12.5-6.106-12.5-14.245V240.28h20.349a8.143,8.143,0,0,0,8.141-8.143V209.466a8.143,8.143,0,0,0-8.141-8.143H458.594V171.091a8.143,8.143,0,0,0-8.143-8.143H422.257a8.143,8.143,0,0,0-8.143,8.143h0v30.232H399a8.143,8.143,0,0,0-8.143,8.143h0v22.671A8.143,8.143,0,0,0,399,240.28h15.115v63.667c0,27.037,15.408,41.282,43.9,41.282,12.183,0,21.383-2.2,27.6-5.446a8.161,8.161,0,0,0,4.145-9.278Z"], + "free-code-camp": [576, 512, [], "f2c5", "M97.22,96.21c10.36-10.65,16-17.12,16-21.9,0-2.76-1.92-5.51-3.83-7.42A14.81,14.81,0,0,0,101,64.05c-8.48,0-20.92,8.79-35.84,25.69C23.68,137,2.51,182.81,3.37,250.34s17.47,117,54.06,161.87C76.22,435.86,90.62,448,100.9,448a13.55,13.55,0,0,0,8.37-3.84c1.91-2.76,3.81-5.63,3.81-8.38,0-5.63-3.86-12.2-13.2-20.55-44.45-42.33-67.32-97-67.48-165C32.25,188.8,54,137.83,97.22,96.21ZM239.47,420.07c.58.37.91.55.91.55Zm93.79.55.17-.13C333.24,420.62,333.17,420.67,333.26,420.62Zm3.13-158.18c-16.24-4.15,50.41-82.89-68.05-177.17,0,0,15.54,49.38-62.83,159.57-74.27,104.35,23.46,168.73,34,175.23-6.73-4.35-47.4-35.7,9.55-128.64,11-18.3,25.53-34.87,43.5-72.16,0,0,15.91,22.45,7.6,71.13C287.7,364,354,342.91,355,343.94c22.75,26.78-17.72,73.51-21.58,76.55,5.49-3.65,117.71-78,33-188.1C360.43,238.4,352.62,266.59,336.39,262.44ZM510.88,89.69C496,72.79,483.52,64,475,64a14.81,14.81,0,0,0-8.39,2.84c-1.91,1.91-3.83,4.66-3.83,7.42,0,4.78,5.6,11.26,16,21.9,43.23,41.61,65,92.59,64.82,154.06-.16,68-23,122.63-67.48,165-9.34,8.35-13.18,14.92-13.2,20.55,0,2.75,1.9,5.62,3.81,8.38A13.61,13.61,0,0,0,475.1,448c10.28,0,24.68-12.13,43.47-35.79,36.59-44.85,53.14-94.38,54.06-161.87S552.32,137,510.88,89.69Z"], + "hornbill": [512, 512, [], "f592", "M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53-5.86 43-8.24 91.16-8.24 91.16-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6zm108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29 0 0 48.14 2.38 91.18 8.24 0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54 0 0-2.34 48.13-8.21 91.16 0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49 0 0-48.12-2.34-91.19-8.22 0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14 37.93 37.93 0 1 0 33.89-54.29z"], + "js": [448, 512, [], "f3b8", "M0 32v448h448V32H0zm243.8 349.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z"], + "ideal": [576, 512, [], "e013", "M125.61,165.48a49.07,49.07,0,1,0,49.06,49.06A49.08,49.08,0,0,0,125.61,165.48ZM86.15,425.84h78.94V285.32H86.15Zm151.46-211.6c0-20-10-22.53-18.74-22.53H204.82V237.5h14.05C228.62,237.5,237.61,234.69,237.61,214.24Zm201.69,46V168.93h22.75V237.5h33.69C486.5,113.08,388.61,86.19,299.67,86.19H204.84V169h14c25.6,0,41.5,17.35,41.5,45.26,0,28.81-15.52,46-41.5,46h-14V425.88h94.83c144.61,0,194.94-67.16,196.72-165.64Zm-109.75,0H273.3V169h54.43v22.73H296v10.58h30V225H296V237.5h33.51Zm74.66,0-5.16-17.67H369.31l-5.18,17.67H340.47L368,168.92h32.35l27.53,91.34ZM299.65,32H32V480H299.65c161.85,0,251-79.73,251-224.52C550.62,172,518,32,299.65,32Zm0,426.92H53.07V53.07H299.65c142.1,0,229.9,64.61,229.9,202.41C529.55,389.57,448.55,458.92,299.65,458.92Zm83.86-264.85L376,219.88H392.4l-7.52-25.81Z"], + "git": [512, 512, [], "f1d3", "M216.29 158.39H137C97 147.9 6.51 150.63 6.51 233.18c0 30.09 15 51.23 35 61-25.1 23-37 33.85-37 49.21 0 11 4.47 21.14 17.89 26.81C8.13 383.61 0 393.35 0 411.65c0 32.11 28.05 50.82 101.63 50.82 70.75 0 111.79-26.42 111.79-73.18 0-58.66-45.16-56.5-151.63-63l13.43-21.55c27.27 7.58 118.7 10 118.7-67.89 0-18.7-7.73-31.71-15-41.07l37.41-2.84zm-63.42 241.9c0 32.06-104.89 32.1-104.89 2.43 0-8.14 5.27-15 10.57-21.54 77.71 5.3 94.32 3.37 94.32 19.11zm-50.81-134.58c-52.8 0-50.46-71.16 1.2-71.16 49.54 0 50.82 71.16-1.2 71.16zm133.3 100.51v-32.1c26.75-3.66 27.24-2 27.24-11V203.61c0-8.5-2.05-7.38-27.24-16.26l4.47-32.92H324v168.71c0 6.51.4 7.32 6.51 8.14l20.73 2.84v32.1zm52.45-244.31c-23.17 0-36.59-13.43-36.59-36.61s13.42-35.77 36.59-35.77c23.58 0 37 12.62 37 35.77s-13.42 36.61-37 36.61zM512 350.46c-17.49 8.53-43.1 16.26-66.28 16.26-48.38 0-66.67-19.5-66.67-65.46V194.75c0-5.42 1.05-4.06-31.71-4.06V154.5c35.78-4.07 50-22 54.47-66.27h38.63c0 65.83-1.34 61.81 3.26 61.81H501v40.65h-60.56v97.15c0 6.92-4.92 51.41 60.57 26.84z"], + "dev": [448, 512, [], "f6cc", "M120.12 208.29c-3.88-2.9-7.77-4.35-11.65-4.35H91.03v104.47h17.45c3.88 0 7.77-1.45 11.65-4.35 3.88-2.9 5.82-7.25 5.82-13.06v-69.65c-.01-5.8-1.96-10.16-5.83-13.06zM404.1 32H43.9C19.7 32 .06 51.59 0 75.8v360.4C.06 460.41 19.7 480 43.9 480h360.2c24.21 0 43.84-19.59 43.9-43.8V75.8c-.06-24.21-19.7-43.8-43.9-43.8zM154.2 291.19c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28l.01 70.93zm100.68-88.66H201.6v38.42h32.57v29.57H201.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19l-.01 29.52zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58l-38.46 144.8z"], + "sketch": [512, 512, [], "f7c6", "M27.5 162.2L9 187.1h90.5l6.9-130.7-78.9 105.8zM396.3 45.7L267.7 32l135.7 147.2-7.1-133.5zM112.2 218.3l-11.2-22H9.9L234.8 458zm2-31.2h284l-81.5-88.5L256.3 33zm297.3 9.1L277.6 458l224.8-261.7h-90.9zM415.4 69L406 56.4l.9 17.3 6.1 113.4h90.3zM113.5 93.5l-4.6 85.6L244.7 32 116.1 45.7zm287.7 102.7h-290l42.4 82.9L256.3 480l144.9-283.8z"], + "yandex-international": [320, 512, [], "f414", "M129.5 512V345.9L18.5 48h55.8l81.8 229.7L250.2 0h51.3L180.8 347.8V512h-51.3z"], + "cc-amex": [576, 512, [], "f1f3", "M0 432c0 26.5 21.5 48 48 48H528c26.5 0 48-21.5 48-48v-1.1H514.3l-31.9-35.1-31.9 35.1H246.8V267.1H181L262.7 82.4h78.6l28.1 63.2V82.4h97.2L483.5 130l17-47.6H576V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80V432zm440.4-21.7L482.6 364l42 46.3H576l-68-72.1 68-72.1H525.4l-42 46.7-41.5-46.7H390.5L458 338.6l-67.4 71.6V377.1h-83V354.9h80.9V322.6H307.6V300.2h83V267.1h-122V410.3H440.4zm96.3-72L576 380.2V296.9l-39.3 41.4zm-36.3-92l36.9-100.6V246.3H576V103H515.8l-32.2 89.3L451.7 103H390.5V246.1L327.3 103H276.1L213.7 246.3h43l11.9-28.7h65.9l12 28.7h82.7V146L466 246.3h34.4zM282 185.4l19.5-46.9 19.4 46.9H282z"], + "uber": [448, 512, [], "f402", "M414.1 32H33.9C15.2 32 0 47.2 0 65.9V446c0 18.8 15.2 34 33.9 34H414c18.7 0 33.9-15.2 33.9-33.9V65.9C448 47.2 432.8 32 414.1 32zM237.6 391.1C163 398.6 96.4 344.2 88.9 269.6h94.4V290c0 3.7 3 6.8 6.8 6.8H258c3.7 0 6.8-3 6.8-6.8v-67.9c0-3.7-3-6.8-6.8-6.8h-67.9c-3.7 0-6.8 3-6.8 6.8v20.4H88.9c7-69.4 65.4-122.2 135.1-122.2 69.7 0 128.1 52.8 135.1 122.2 7.5 74.5-46.9 141.1-121.5 148.6z"], + "github": [496, 512, [], "f09b", "M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"], + "php": [640, 512, [], "f457", "M320 104.5c171.4 0 303.2 72.2 303.2 151.5S491.3 407.5 320 407.5c-171.4 0-303.2-72.2-303.2-151.5S148.7 104.5 320 104.5m0-16.8C143.3 87.7 0 163 0 256s143.3 168.3 320 168.3S640 349 640 256 496.7 87.7 320 87.7zM218.2 242.5c-7.9 40.5-35.8 36.3-70.1 36.3l13.7-70.6c38 0 63.8-4.1 56.4 34.3zM97.4 350.3h36.7l8.7-44.8c41.1 0 66.6 3 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7h-70.7L97.4 350.3zm185.7-213.6h36.5l-8.7 44.8c31.5 0 60.7-2.3 74.8 10.7 14.8 13.6 7.7 31-8.3 113.1h-37c15.4-79.4 18.3-86 12.7-92-5.4-5.8-17.7-4.6-47.4-4.6l-18.8 96.6h-36.5l32.7-168.6zM505 242.5c-8 41.1-36.7 36.3-70.1 36.3l13.7-70.6c38.2 0 63.8-4.1 56.4 34.3zM384.2 350.3H421l8.7-44.8c43.2 0 67.1 2.5 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7H417l-32.8 168.7z"], + "alipay": [448, 512, [], "f642", "M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32zM47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58z"], + "youtube": [576, 512, [61802], "f167", "M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"], + "skyatlas": [640, 512, [], "f216", "M640 329.3c0 65.9-52.5 114.4-117.5 114.4-165.9 0-196.6-249.7-359.7-249.7-146.9 0-147.1 212.2 5.6 212.2 42.5 0 90.9-17.8 125.3-42.5 5.6-4.1 16.9-16.3 22.8-16.3s10.9 5 10.9 10.9c0 7.8-13.1 19.1-18.7 24.1-40.9 35.6-100.3 61.2-154.7 61.2-83.4.1-154-59-154-144.9s67.5-149.1 152.8-149.1c185.3 0 222.5 245.9 361.9 245.9 99.9 0 94.8-139.7 3.4-139.7-17.5 0-35 11.6-46.9 11.6-8.4 0-15.9-7.2-15.9-15.6 0-11.6 5.3-23.7 5.3-36.3 0-66.6-50.9-114.7-116.9-114.7-53.1 0-80 36.9-88.8 36.9-6.2 0-11.2-5-11.2-11.2 0-5.6 4.1-10.3 7.8-14.4 25.3-28.8 64.7-43.7 102.8-43.7 79.4 0 139.1 58.4 139.1 137.8 0 6.9-.3 13.7-1.2 20.6 11.9-3.1 24.1-4.7 35.9-4.7 60.7 0 111.9 45.3 111.9 107.2z"], + "firefox-browser": [512, 512, [], "e007", "M130.22 127.548C130.38 127.558 130.3 127.558 130.22 127.548V127.548ZM481.64 172.898C471.03 147.398 449.56 119.898 432.7 111.168C446.42 138.058 454.37 165.048 457.4 185.168C457.405 185.306 457.422 185.443 457.45 185.578C429.87 116.828 383.098 89.1089 344.9 28.7479C329.908 5.05792 333.976 3.51792 331.82 4.08792L331.7 4.15792C284.99 30.1109 256.365 82.5289 249.12 126.898C232.503 127.771 216.219 131.895 201.19 139.035C199.838 139.649 198.736 140.706 198.066 142.031C197.396 143.356 197.199 144.87 197.506 146.323C197.7 147.162 198.068 147.951 198.586 148.639C199.103 149.327 199.76 149.899 200.512 150.318C201.264 150.737 202.096 150.993 202.954 151.071C203.811 151.148 204.676 151.045 205.491 150.768L206.011 150.558C221.511 143.255 238.408 139.393 255.541 139.238C318.369 138.669 352.698 183.262 363.161 201.528C350.161 192.378 326.811 183.338 304.341 187.248C392.081 231.108 368.541 381.784 246.951 376.448C187.487 373.838 149.881 325.467 146.421 285.648C146.421 285.648 157.671 243.698 227.041 243.698C234.541 243.698 255.971 222.778 256.371 216.698C256.281 214.698 213.836 197.822 197.281 181.518C188.434 172.805 184.229 168.611 180.511 165.458C178.499 163.75 176.392 162.158 174.201 160.688C168.638 141.231 168.399 120.638 173.51 101.058C148.45 112.468 128.96 130.508 114.8 146.428H114.68C105.01 134.178 105.68 93.7779 106.25 85.3479C106.13 84.8179 99.022 89.0159 98.1 89.6579C89.5342 95.7103 81.5528 102.55 74.26 110.088C57.969 126.688 30.128 160.242 18.76 211.318C14.224 231.701 12 255.739 12 263.618C12 398.318 121.21 507.508 255.92 507.508C376.56 507.508 478.939 420.281 496.35 304.888C507.922 228.192 481.64 173.82 481.64 172.898Z"], + "replyd": [448, 512, [], "f3e6", "M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128zM193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1-7.2 0-13.5 1.9-18.9 5.6-5.4 3.7-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7c1.5-5.4 4.4-9.8 8.7-13.2 4.3-3.4 9.8-5.1 16.2-5.1 4.6 0 9.8 1 15.6 3.1l4.8-34zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1-6 2.3-12.8 3.5-20.4 3.5-12.2 0-21.1-3-26.5-8.9-5.5-5.9-8.5-14.7-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9.5-4.4.7-8.6.7-12.5 0-10.7-1.6-19.7-4.7-26.9-3.2-7.2-7.3-13-12.5-17.2-5.2-4.3-11.1-7.3-17.8-9.2-6.7-1.8-13.5-2.8-20.6-2.8-21.1 0-37.5 6.1-49.2 18.3s-17.5 30.5-17.5 55c0 22.8 5.2 40.7 15.6 53.7 10.4 13.1 26.8 19.6 49.2 19.6 10.7 0 20.9-1.5 30.4-4.6 9.5-3.1 17.1-6.8 22.6-11.2l-12-23.6zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6 4.5-5.6 11.5-8.5 21-8.5 8.2-.1 14.1 2.6 17.9 8zm79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4s2 11.7 6.1 15.6zm0 100.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4 0 6.6 2 11.7 6.1 15.6z"], + "suse": [640, 512, [], "f7d6", "M593.1 192.6A10.4 10.4 0 1 1 604.5 210a10.4 10.4 0 1 1 -11.4-17.4zm-47.1 12.2a38.5 38.5 0 1 1 75-17.6 38.5 38.5 0 1 1 -75 17.6zM433.7 336.7c3.2 4.6 5.8 9 7.3 13.4c1 3.1 2.4 7.3 5.5 8.9c.2 .1 .3 .2 .5 .2c5.7 2.1 20.3 1.7 20.3 1.7h26.8c2.3 0 22.4 0 21.9-2.3c-2.4-10.8-14.9-12.7-24.4-18.3c-8.7-5.2-17-11.1-20.8-21.3c-2-5.2-.8-17.4 2.6-21.8c2.5-3.2 6.1-5.3 10-6.2c4.3-.9 8.8-.1 13.1 .3c5.3 .5 10.6 1.5 15.9 2.2c10.3 1.3 20.6 1.9 31 1.6c17.1-.5 34.2-3.2 50.4-8.7c11.3-3.8 22.4-8.9 32-16.1c10.9-8.1 8.1-7.4-3-6.2c-13.3 1.4-26.6 1.6-39.9 .8c-12.4-.7-24.7-2.2-35.9-7.9c-8.8-4.6-16.4-9.1-23.4-16.2c-1-1.1-1.7-4.2 .2-6.2c1.9-1.9 5.8-.8 7 .2c12.2 10.2 30.5 18.6 49.3 19.5c10.2 .5 20.1 .7 30.4 .3c5.1-.2 12.8-.2 17.9-.3c2.6 0 9.8 .7 11.2-2.1c.4-.8 .4-1.8 .3-2.7c-1.5-40.9-4.5-86.9-47.3-106.5c-31.9-14.6-79.7-37.2-99.9-46.6c-4.7-2.2-10.2 1.3-10.2 6.5c0 13.6 .7 33.3 .7 51.1c-9.7-9.9-26-16.1-38.4-21.8c-14.1-6.5-28.7-12-43.5-16.6c-29.8-9.2-60.7-14.9-91.7-18c-35.2-3.5-71-1.8-105.7 5.3C147 115.1 90.8 142.6 48.2 182.7C22.1 207.3 1.6 242.4 .2 277.9c-2 50.3 12.1 77.3 38 105.2c41.3 44.4 130.2 50.6 166.2-2c16.2-23.7 19.7-55.8 8-82c-11.8-26.2-38.8-45.1-67.4-46c-22.2-.7-45.9 10.6-54.5 31.1c-6.5 15.7-2.8 35.1 9 47.3c4.6 4.8 10.9 8.7 17.7 7.1c4-.9 7.4-3.9 8-8c.9-6-4.4-9.9-7.6-14.5c-5.8-8.3-4.7-20.9 2.7-27.9c6.2-6 15.3-7.8 23.9-7.7c8 0 16.2 1.4 23.1 5.5c9.7 5.7 16.2 16.2 18.4 27.2c6.7 33-20.2 59.9-56.6 62c-18.6 1.1-37.6-3.8-52.1-15.5C40.1 329.9 31.1 269.4 73.2 237c40-30.7 90.4-22.8 120.2-6.8c23.8 12.8 41.5 33.6 55 56.7c6.7 11.6 12.5 23.7 17.8 36.1c5.1 11.8 9.9 23.8 20.2 32.5c6.8 5.8 15.2 5.6 24.1 5.6h50.8c6.9 0 5.2-4.6 2.2-7.7c-6.7-6.9-16.4-8.4-25.4-10.9c-20.5-5.6-18.4-32.8-12.7-32.8c18.3 0 18.9 .6 34.9 .3c23.2-.3 30.2-1.7 48.3 5c9.7 3.6 19 13.1 25.1 21.7z"], + "jenkins": [512, 512, [], "f3b6", "M487.1 425c-1.4-11.2-19-23.1-28.2-31.9-5.1-5-29-23.1-30.4-29.9-1.4-6.6 9.7-21.5 13.3-28.9 5.1-10.7 8.8-23.7 11.3-32.6 18.8-66.1 20.7-156.9-6.2-211.2-10.2-20.6-38.6-49-56.4-62.5-42-31.7-119.6-35.3-170.1-16.6-14.1 5.2-27.8 9.8-40.1 17.1-33.1 19.4-68.3 32.5-78.1 71.6-24.2 10.8-31.5 41.8-30.3 77.8.2 7 4.1 15.8 2.7 22.4-.7 3.3-5.2 7.6-6.1 9.8-11.6 27.7-2.3 64 11.1 83.7 8.1 11.9 21.5 22.4 39.2 25.2.7 10.6 3.3 19.7 8.2 30.4 3.1 6.8 14.7 19 10.4 27.7-2.2 4.4-21 13.8-27.3 17.6C89 407.2 73.7 415 54.2 429c-12.6 9-32.3 10.2-29.2 31.1 2.1 14.1 10.1 31.6 14.7 45.8.7 2 1.4 4.1 2.1 6h422c4.9-15.3 9.7-30.9 14.6-47.2 3.4-11.4 10.2-27.8 8.7-39.7zM205.9 33.7c1.8-.5 3.4.7 4.9 2.4-.2 5.2-5.4 5.1-8.9 6.8-5.4 6.7-13.4 9.8-20 17.2-6.8 7.5-14.4 27.7-23.4 30-4.5 1.1-9.7-.8-13.6-.5-10.4.7-17.7 6-28.3 7.5 13.6-29.9 56.1-54 89.3-63.4zm-104.8 93.6c13.5-14.9 32.1-24.1 54.8-25.9 11.7 29.7-8.4 65-.9 97.6 2.3 9.9 10.2 25.4-2.4 25.7.3-28.3-34.8-46.3-61.3-29.6-1.8-21.5-4.9-51.7 9.8-67.8zm36.7 200.2c-1-4.1-2.7-12.9-2.3-15.1 1.6-8.7 17.1-12.5 11-24.7-11.3-.1-13.8 10.2-24.1 11.3-26.7 2.6-45.6-35.4-44.4-58.4 1-19.5 17.6-38.2 40.1-35.8 16 1.8 21.4 19.2 24.5 34.7 9.2.5 22.5-.4 26.9-7.6-.6-17.5-8.8-31.6-8.2-47.7 1-30.3 17.5-57.6 4.8-87.4 13.6-30.9 53.5-55.3 83.1-70 36.6-18.3 94.9-3.7 129.3 15.8 19.7 11.1 34.4 32.7 48.3 50.7-19.5-5.8-36.1 4.2-33.1 20.3 16.3-14.9 44.2-.2 52.5 16.4 7.9 15.8 7.8 39.3 9 62.8 2.9 57-10.4 115.9-39.1 157.1-7.7 11-14.1 23-24.9 30.6-26 18.2-65.4 34.7-99.2 23.4-44.7-15-65-44.8-89.5-78.8.7 18.7 13.8 34.1 26.8 48.4 11.3 12.5 25 26.6 39.7 32.4-12.3-2.9-31.1-3.8-36.2 7.2-28.6-1.9-55.1-4.8-68.7-24.2-10.6-15.4-21.4-41.4-26.3-61.4zm222 124.1c4.1-3 11.1-2.9 17.4-3.6-5.4-2.7-13-3.7-19.3-2.2-.1-4.2-2-6.8-3.2-10.2 10.6-3.8 35.5-28.5 49.6-20.3 6.7 3.9 9.5 26.2 10.1 37 .4 9-.8 18-4.5 22.8-18.8-.6-35.8-2.8-50.7-7 .9-6.1-1-12.1.6-16.5zm-17.2-20c-16.8.8-26-1.2-38.3-10.8.2-.8 1.4-.5 1.5-1.4 18 8 40.8-3.3 59-4.9-7.9 5.1-14.6 11.6-22.2 17.1zm-12.1 33.2c-1.6-9.4-3.5-12-2.8-20.2 25-16.6 29.7 28.6 2.8 20.2zM226 438.6c-11.6-.7-48.1-14-38.5-23.7 9.4 6.5 27.5 4.9 41.3 7.3.8 4.4-2.8 10.2-2.8 16.4zM57.7 497.1c-4.3-12.7-9.2-25.1-14.8-36.9 30.8-23.8 65.3-48.9 102.2-63.5 2.8-1.1 23.2 25.4 26.2 27.6 16.5 11.7 37 21 56.2 30.2 1.2 8.8 3.9 20.2 8.7 35.5.7 2.3 1.4 4.7 2.2 7.2H57.7zm240.6 5.7h-.8c.3-.2.5-.4.8-.5v.5zm7.5-5.7c2.1-1.4 4.3-2.8 6.4-4.3 1.1 1.4 2.2 2.8 3.2 4.3h-9.6zm15.1-24.7c-10.8 7.3-20.6 18.3-33.3 25.2-6 3.3-27 11.7-33.4 10.2-3.6-.8-3.9-5.3-5.4-9.5-3.1-9-10.1-23.4-10.8-37-.8-17.2-2.5-46 16-42.4 14.9 2.9 32.3 9.7 43.9 16.1 7.1 3.9 11.1 8.6 21.9 9.5-.1 1.4-.1 2.8-.2 4.3-5.9 3.9-15.3 3.8-21.8 7.1 9.5.4 17 2.7 23.5 5.9-.1 3.4-.3 7-.4 10.6zm53.4 24.7h-14c-.1-3.2-2.8-5.8-6.1-5.8s-5.9 2.6-6.1 5.8h-17.4c-2.8-4.4-5.7-8.6-8.9-12.5 2.1-2.2 4-4.7 6-6.9 9 3.7 14.8-4.9 21.7-4.2 7.9.8 14.2 11.7 25.4 11l-.6 12.6zm8.7 0c.2-4 .4-7.8.6-11.5 15.6-7.3 29 1.3 35.7 11.5H383zm83.4-37c-2.3 11.2-5.8 24-9.9 37.1-.2-.1-.4-.1-.6-.1H428c.6-1.1 1.2-2.2 1.9-3.3-2.6-6.1-9-8.7-10.9-15.5 12.1-22.7 6.5-93.4-24.2-78.5 4.3-6.3 15.6-11.5 20.8-19.3 13 10.4 20.8 20.3 33.2 31.4 6.8 6 20 13.3 21.4 23.1.8 5.5-2.6 18.9-3.8 25.1zM222.2 130.5c5.4-14.9 27.2-34.7 45-32 7.7 1.2 18 8.2 12.2 17.7-30.2-7-45.2 12.6-54.4 33.1-8.1-2-4.9-13.1-2.8-18.8zm184.1 63.1c8.2-3.6 22.4-.7 29.6-5.3-4.2-11.5-10.3-21.4-9.3-37.7.5 0 1 0 1.4.1 6.8 14.2 12.7 29.2 21.4 41.7-5.7 13.5-43.6 25.4-43.1 1.2zm20.4-43zm-117.2 45.7c-6.8-10.9-19-32.5-14.5-45.3 6.5 11.9 8.6 24.4 17.8 33.3 4.1 4 12.2 9 8.2 20.2-.9 2.7-7.8 8.6-11.7 9.7-14.4 4.3-47.9.9-36.6-17.1 11.9.7 27.9 7.8 36.8-.8zm27.3 70c3.8 6.6 1.4 18.7 12.1 20.6 20.2 3.4 43.6-12.3 58.1-17.8 9-15.2-.8-20.7-8.9-30.5-16.6-20-38.8-44.8-38-74.7 6.7-4.9 7.3 7.4 8.2 9.7 8.7 20.3 30.4 46.2 46.3 63.5 3.9 4.3 10.3 8.4 11 11.2 2.1 8.2-5.4 18-4.5 23.5-21.7 13.9-45.8 29.1-81.4 25.6-7.4-6.7-10.3-21.4-2.9-31.1zm-201.3-9.2c-6.8-3.9-8.4-21-16.4-21.4-11.4-.7-9.3 22.2-9.3 35.5-7.8-7.1-9.2-29.1-3.5-40.3-6.6-3.2-9.5 3.6-13.1 5.9 4.7-34.1 49.8-15.8 42.3 20.3zm299.6 28.8c-10.1 19.2-24.4 40.4-54 41-.6-6.2-1.1-15.6 0-19.4 22.7-2.2 36.6-13.7 54-21.6zm-141.9 12.4c18.9 9.9 53.6 11 79.3 10.2 1.4 5.6 1.3 12.6 1.4 19.4-33 1.8-72-6.4-80.7-29.6zm92.2 46.7c-1.7 4.3-5.3 9.3-9.8 11.1-12.1 4.9-45.6 8.7-62.4-.3-10.7-5.7-17.5-18.5-23.4-26-2.8-3.6-16.9-12.9-.2-12.9 13.1 32.7 58 29 95.8 28.1z"], + "twitter": [512, 512, [], "f099", "M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"], + "rockrms": [496, 512, [], "f3e9", "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm157.4 419.5h-90l-112-131.3c-17.9-20.4-3.9-56.1 26.6-56.1h75.3l-84.6-99.3-84.3 98.9h-90L193.5 67.2c14.4-18.4 41.3-17.3 54.5 0l157.7 185.1c19 22.8 2 57.2-27.6 56.1-.6 0-74.2.2-74.2.2l101.5 118.9z"], + "pinterest": [496, 512, [], "f0d2", "M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z"], + "buffer": [448, 512, [], "f837", "M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z"], + "npm": [576, 512, [], "f3d4", "M288 288h-32v-64h32v64zm288-128v192H288v32H160v-32H0V160h576zm-416 32H32v128h64v-96h32v96h32V192zm160 0H192v160h64v-32h64V192zm224 0H352v128h64v-96h32v96h32v-96h32v96h32V192z"], + "yammer": [512, 512, [], "f840", "M500.676,159.486a12.779,12.779,0,0,0-6.4-8.282,13.954,13.954,0,0,0-10.078-1.125L457.8,156.7l-.043-.2-22.3,5.785-1.243.333-.608-2.17A369.037,369.037,0,0,0,347.538,4.289a14.1,14.1,0,0,0-19.784-.463l-102.9,102.747H24.947A24.9,24.9,0,0,0,0,131.417V380.38a24.963,24.963,0,0,0,24.918,24.9H224.986L328.072,508a13.667,13.667,0,0,0,19.327,0c.126-.126.249-.255.37-.385a368.025,368.025,0,0,0,69.577-107.374,403.45,403.45,0,0,0,17.3-50.8v-.028l20.406,5.336.029-.073L483.345,362a20.253,20.253,0,0,0,2.619.5,13.359,13.359,0,0,0,4.139-.072,13.5,13.5,0,0,0,10.515-9.924,415.855,415.855,0,0,0,.058-193.013ZM337.125,24.65l.013.014h-.013Zm-110.2,165.161L174.311,281.1a11.338,11.338,0,0,0-1.489,5.655v46.189a22.04,22.04,0,0,1-22.041,22h-3.4A22.068,22.068,0,0,1,125.3,332.962V287.294a11.532,11.532,0,0,0-1.388-5.51l-51.6-92.2a21.988,21.988,0,0,1,19.264-32.726h3.268a22.059,22.059,0,0,1,19.611,11.916l36.357,70.281,37.515-70.512a22.066,22.066,0,0,1,38.556-.695,21.7,21.7,0,0,1,0,21.967ZM337.145,24.673a348.147,348.147,0,0,1,75.8,141.335l.564,1.952-114.134,29.6V131.417a25.006,25.006,0,0,0-24.947-24.9H255.067Zm60.5,367.305v-.043l-.014.014a347.19,347.19,0,0,1-60.177,95.227l-82.2-81.893h19.177a24.978,24.978,0,0,0,24.947-24.9v-66.2l114.6,29.862A385.191,385.191,0,0,1,397.648,391.978Zm84-52.45.015.014-50.618-13.131L299.379,292.1V219.572l119.746-30.99,4.468-1.157,39.54-10.253,18.511-4.816A393,393,0,0,1,481.644,339.528Z"], + "btc": [384, 512, [], "f15a", "M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z"], + "dribbble": [512, 512, [], "f17d", "M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z"], + "stumbleupon-circle": [496, 512, [], "f1a3", "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1 40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6zm167.6 123.6c0 41.4-33.5 74.9-74.9 74.9-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7 34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4z"], + "internet-explorer": [512, 512, [], "f26b", "M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162zM64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304zm115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871H180.536zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586z"], + "stubber": [448, 512, [], "e5c7", "M136.5 294.2l58.8 22.9c9.1-36.8 25.4-61.1 55-61.1c49.4 0 71.4 63.6 142.4 63.6c15.6 0 35.9-2.8 55.3-13.3V368c0 61.8-50.4 112-112.3 112H0l41.8-56L0 368l41.7-56L0 256.1l41.8-56L0 144.1 41.8 88 0 32H335.7C397.6 32 448 82.3 448 144.1v51.3c-9.2 36.3-25.9 60.6-55 60.6c-49.6 0-71.6-63.5-142.4-63.5c-35.9 0-95.2 14.6-114.1 101.6h0z"], + "telegram": [496, 512, [62462, "telegram-plane"], "f2c6", "M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z"], + "old-republic": [496, 512, [], "f510", "M235.76 10.23c7.5-.31 15-.28 22.5-.09 3.61.14 7.2.4 10.79.73 4.92.27 9.79 1.03 14.67 1.62 2.93.43 5.83.98 8.75 1.46 7.9 1.33 15.67 3.28 23.39 5.4 12.24 3.47 24.19 7.92 35.76 13.21 26.56 12.24 50.94 29.21 71.63 49.88 20.03 20.09 36.72 43.55 48.89 69.19 1.13 2.59 2.44 5.1 3.47 7.74 2.81 6.43 5.39 12.97 7.58 19.63 4.14 12.33 7.34 24.99 9.42 37.83.57 3.14 1.04 6.3 1.4 9.47.55 3.83.94 7.69 1.18 11.56.83 8.34.84 16.73.77 25.1-.07 4.97-.26 9.94-.75 14.89-.24 3.38-.51 6.76-.98 10.12-.39 2.72-.63 5.46-1.11 8.17-.9 5.15-1.7 10.31-2.87 15.41-4.1 18.5-10.3 36.55-18.51 53.63-15.77 32.83-38.83 62.17-67.12 85.12a246.503 246.503 0 0 1-56.91 34.86c-6.21 2.68-12.46 5.25-18.87 7.41-3.51 1.16-7.01 2.38-10.57 3.39-6.62 1.88-13.29 3.64-20.04 5-4.66.91-9.34 1.73-14.03 2.48-5.25.66-10.5 1.44-15.79 1.74-6.69.66-13.41.84-20.12.81-6.82.03-13.65-.12-20.45-.79-3.29-.23-6.57-.5-9.83-.95-2.72-.39-5.46-.63-8.17-1.11-4.12-.72-8.25-1.37-12.35-2.22-4.25-.94-8.49-1.89-12.69-3.02-8.63-2.17-17.08-5.01-25.41-8.13-10.49-4.12-20.79-8.75-30.64-14.25-2.14-1.15-4.28-2.29-6.35-3.57-11.22-6.58-21.86-14.1-31.92-22.34-34.68-28.41-61.41-66.43-76.35-108.7-3.09-8.74-5.71-17.65-7.8-26.68-1.48-6.16-2.52-12.42-3.58-18.66-.4-2.35-.61-4.73-.95-7.09-.6-3.96-.75-7.96-1.17-11.94-.8-9.47-.71-18.99-.51-28.49.14-3.51.34-7.01.7-10.51.31-3.17.46-6.37.92-9.52.41-2.81.65-5.65 1.16-8.44.7-3.94 1.3-7.9 2.12-11.82 3.43-16.52 8.47-32.73 15.26-48.18 1.15-2.92 2.59-5.72 3.86-8.59 8.05-16.71 17.9-32.56 29.49-47.06 20-25.38 45.1-46.68 73.27-62.47 7.5-4.15 15.16-8.05 23.07-11.37 15.82-6.88 32.41-11.95 49.31-15.38 3.51-.67 7.04-1.24 10.56-1.85 2.62-.47 5.28-.7 7.91-1.08 3.53-.53 7.1-.68 10.65-1.04 2.46-.24 4.91-.36 7.36-.51m8.64 24.41c-9.23.1-18.43.99-27.57 2.23-7.3 1.08-14.53 2.6-21.71 4.3-13.91 3.5-27.48 8.34-40.46 14.42-10.46 4.99-20.59 10.7-30.18 17.22-4.18 2.92-8.4 5.8-12.34 9.03-5.08 3.97-9.98 8.17-14.68 12.59-2.51 2.24-4.81 4.7-7.22 7.06-28.22 28.79-48.44 65.39-57.5 104.69-2.04 8.44-3.54 17.02-4.44 25.65-1.1 8.89-1.44 17.85-1.41 26.8.11 7.14.38 14.28 1.22 21.37.62 7.12 1.87 14.16 3.2 21.18 1.07 4.65 2.03 9.32 3.33 13.91 6.29 23.38 16.5 45.7 30.07 65.75 8.64 12.98 18.78 24.93 29.98 35.77 16.28 15.82 35.05 29.04 55.34 39.22 7.28 3.52 14.66 6.87 22.27 9.63 5.04 1.76 10.06 3.57 15.22 4.98 11.26 3.23 22.77 5.6 34.39 7.06 2.91.29 5.81.61 8.72.9 13.82 1.08 27.74 1 41.54-.43 4.45-.6 8.92-.99 13.35-1.78 3.63-.67 7.28-1.25 10.87-2.1 4.13-.98 8.28-1.91 12.36-3.07 26.5-7.34 51.58-19.71 73.58-36.2 15.78-11.82 29.96-25.76 42.12-41.28 3.26-4.02 6.17-8.31 9.13-12.55 3.39-5.06 6.58-10.25 9.6-15.54 2.4-4.44 4.74-8.91 6.95-13.45 5.69-12.05 10.28-24.62 13.75-37.49 2.59-10.01 4.75-20.16 5.9-30.45 1.77-13.47 1.94-27.1 1.29-40.65-.29-3.89-.67-7.77-1-11.66-2.23-19.08-6.79-37.91-13.82-55.8-5.95-15.13-13.53-29.63-22.61-43.13-12.69-18.8-28.24-35.68-45.97-49.83-25.05-20-54.47-34.55-85.65-42.08-7.78-1.93-15.69-3.34-23.63-4.45-3.91-.59-7.85-.82-11.77-1.24-7.39-.57-14.81-.72-22.22-.58zM139.26 83.53c13.3-8.89 28.08-15.38 43.3-20.18-3.17 1.77-6.44 3.38-9.53 5.29-11.21 6.68-21.52 14.9-30.38 24.49-6.8 7.43-12.76 15.73-17.01 24.89-3.29 6.86-5.64 14.19-6.86 21.71-.93 4.85-1.3 9.81-1.17 14.75.13 13.66 4.44 27.08 11.29 38.82 5.92 10.22 13.63 19.33 22.36 27.26 4.85 4.36 10.24 8.09 14.95 12.6 2.26 2.19 4.49 4.42 6.43 6.91 2.62 3.31 4.89 6.99 5.99 11.1.9 3.02.66 6.2.69 9.31.02 4.1-.04 8.2.03 12.3.14 3.54-.02 7.09.11 10.63.08 2.38.02 4.76.05 7.14.16 5.77.06 11.53.15 17.3.11 2.91.02 5.82.13 8.74.03 1.63.13 3.28-.03 4.91-.91.12-1.82.18-2.73.16-10.99 0-21.88-2.63-31.95-6.93-6-2.7-11.81-5.89-17.09-9.83-5.75-4.19-11.09-8.96-15.79-14.31-6.53-7.24-11.98-15.39-16.62-23.95-1.07-2.03-2.24-4.02-3.18-6.12-1.16-2.64-2.62-5.14-3.67-7.82-4.05-9.68-6.57-19.94-8.08-30.31-.49-4.44-1.09-8.88-1.2-13.35-.7-15.73.84-31.55 4.67-46.82 2.12-8.15 4.77-16.18 8.31-23.83 6.32-14.2 15.34-27.18 26.3-38.19 6.28-6.2 13.13-11.84 20.53-16.67zm175.37-20.12c2.74.74 5.41 1.74 8.09 2.68 6.36 2.33 12.68 4.84 18.71 7.96 13.11 6.44 25.31 14.81 35.82 24.97 10.2 9.95 18.74 21.6 25.14 34.34 1.28 2.75 2.64 5.46 3.81 8.26 6.31 15.1 10 31.26 11.23 47.57.41 4.54.44 9.09.45 13.64.07 11.64-1.49 23.25-4.3 34.53-1.97 7.27-4.35 14.49-7.86 21.18-3.18 6.64-6.68 13.16-10.84 19.24-6.94 10.47-15.6 19.87-25.82 27.22-10.48 7.64-22.64 13.02-35.4 15.38-3.51.69-7.08 1.08-10.66 1.21-1.85.06-3.72.16-5.56-.1-.28-2.15 0-4.31-.01-6.46-.03-3.73.14-7.45.1-11.17.19-7.02.02-14.05.21-21.07.03-2.38-.03-4.76.03-7.14.17-5.07-.04-10.14.14-15.21.1-2.99-.24-6.04.51-8.96.66-2.5 1.78-4.86 3.09-7.08 4.46-7.31 11.06-12.96 17.68-18.26 5.38-4.18 10.47-8.77 15.02-13.84 7.68-8.37 14.17-17.88 18.78-28.27 2.5-5.93 4.52-12.1 5.55-18.46.86-4.37 1.06-8.83 1.01-13.27-.02-7.85-1.4-15.65-3.64-23.17-1.75-5.73-4.27-11.18-7.09-16.45-3.87-6.93-8.65-13.31-13.96-19.2-9.94-10.85-21.75-19.94-34.6-27.1-1.85-1.02-3.84-1.82-5.63-2.97zm-100.8 58.45c.98-1.18 1.99-2.33 3.12-3.38-.61.93-1.27 1.81-1.95 2.68-3.1 3.88-5.54 8.31-7.03 13.06-.87 3.27-1.68 6.6-1.73 10-.07 2.52-.08 5.07.32 7.57 1.13 7.63 4.33 14.85 8.77 21.12 2 2.7 4.25 5.27 6.92 7.33 1.62 1.27 3.53 2.09 5.34 3.05 3.11 1.68 6.32 3.23 9.07 5.48 2.67 2.09 4.55 5.33 4.4 8.79-.01 73.67 0 147.34-.01 221.02 0 1.35-.08 2.7.04 4.04.13 1.48.82 2.83 1.47 4.15.86 1.66 1.78 3.34 3.18 4.62.85.77 1.97 1.4 3.15 1.24 1.5-.2 2.66-1.35 3.45-2.57.96-1.51 1.68-3.16 2.28-4.85.76-2.13.44-4.42.54-6.63.14-4.03-.02-8.06.14-12.09.03-5.89.03-11.77.06-17.66.14-3.62.03-7.24.11-10.86.15-4.03-.02-8.06.14-12.09.03-5.99.03-11.98.07-17.97.14-3.62.02-7.24.11-10.86.14-3.93-.02-7.86.14-11.78.03-5.99.03-11.98.06-17.97.16-3.94-.01-7.88.19-11.82.29 1.44.13 2.92.22 4.38.19 3.61.42 7.23.76 10.84.32 3.44.44 6.89.86 10.32.37 3.1.51 6.22.95 9.31.57 4.09.87 8.21 1.54 12.29 1.46 9.04 2.83 18.11 5.09 26.99 1.13 4.82 2.4 9.61 4 14.3 2.54 7.9 5.72 15.67 10.31 22.62 1.73 2.64 3.87 4.98 6.1 7.21.27.25.55.51.88.71.6.25 1.31-.07 1.7-.57.71-.88 1.17-1.94 1.7-2.93 4.05-7.8 8.18-15.56 12.34-23.31.7-1.31 1.44-2.62 2.56-3.61 1.75-1.57 3.84-2.69 5.98-3.63 2.88-1.22 5.9-2.19 9.03-2.42 6.58-.62 13.11.75 19.56 1.85 3.69.58 7.4 1.17 11.13 1.41 3.74.1 7.48.05 11.21-.28 8.55-.92 16.99-2.96 24.94-6.25 5.3-2.24 10.46-4.83 15.31-7.93 11.46-7.21 21.46-16.57 30.04-27.01 1.17-1.42 2.25-2.9 3.46-4.28-1.2 3.24-2.67 6.37-4.16 9.48-1.25 2.9-2.84 5.61-4.27 8.42-5.16 9.63-11.02 18.91-17.75 27.52-4.03 5.21-8.53 10.05-13.33 14.57-6.64 6.05-14.07 11.37-22.43 14.76-8.21 3.37-17.31 4.63-26.09 3.29-3.56-.58-7.01-1.69-10.41-2.88-2.79-.97-5.39-2.38-8.03-3.69-3.43-1.71-6.64-3.81-9.71-6.08 2.71 3.06 5.69 5.86 8.7 8.61 4.27 3.76 8.74 7.31 13.63 10.23 3.98 2.45 8.29 4.4 12.84 5.51 1.46.37 2.96.46 4.45.6-1.25 1.1-2.63 2.04-3.99 2.98-9.61 6.54-20.01 11.86-30.69 16.43-20.86 8.7-43.17 13.97-65.74 15.34-4.66.24-9.32.36-13.98.36-4.98-.11-9.97-.13-14.92-.65-11.2-.76-22.29-2.73-33.17-5.43-10.35-2.71-20.55-6.12-30.3-10.55-8.71-3.86-17.12-8.42-24.99-13.79-1.83-1.31-3.74-2.53-5.37-4.08 6.6-1.19 13.03-3.39 18.99-6.48 5.74-2.86 10.99-6.66 15.63-11.07 2.24-2.19 4.29-4.59 6.19-7.09-3.43 2.13-6.93 4.15-10.62 5.78-4.41 2.16-9.07 3.77-13.81 5.02-5.73 1.52-11.74 1.73-17.61 1.14-8.13-.95-15.86-4.27-22.51-8.98-4.32-2.94-8.22-6.43-11.96-10.06-9.93-10.16-18.2-21.81-25.66-33.86-3.94-6.27-7.53-12.75-11.12-19.22-1.05-2.04-2.15-4.05-3.18-6.1 2.85 2.92 5.57 5.97 8.43 8.88 8.99 8.97 18.56 17.44 29.16 24.48 7.55 4.9 15.67 9.23 24.56 11.03 3.11.73 6.32.47 9.47.81 2.77.28 5.56.2 8.34.3 5.05.06 10.11.04 15.16-.16 3.65-.16 7.27-.66 10.89-1.09 2.07-.25 4.11-.71 6.14-1.2 3.88-.95 8.11-.96 11.83.61 4.76 1.85 8.44 5.64 11.38 9.71 2.16 3.02 4.06 6.22 5.66 9.58 1.16 2.43 2.46 4.79 3.55 7.26 1 2.24 2.15 4.42 3.42 6.52.67 1.02 1.4 2.15 2.62 2.55 1.06-.75 1.71-1.91 2.28-3.03 2.1-4.16 3.42-8.65 4.89-13.05 2.02-6.59 3.78-13.27 5.19-20.02 2.21-9.25 3.25-18.72 4.54-28.13.56-3.98.83-7.99 1.31-11.97.87-10.64 1.9-21.27 2.24-31.94.08-1.86.24-3.71.25-5.57.01-4.35.25-8.69.22-13.03-.01-2.38-.01-4.76 0-7.13.05-5.07-.2-10.14-.22-15.21-.2-6.61-.71-13.2-1.29-19.78-.73-5.88-1.55-11.78-3.12-17.51-2.05-7.75-5.59-15.03-9.8-21.82-3.16-5.07-6.79-9.88-11.09-14.03-3.88-3.86-8.58-7.08-13.94-8.45-1.5-.41-3.06-.45-4.59-.64.07-2.99.7-5.93 1.26-8.85 1.59-7.71 3.8-15.3 6.76-22.6 1.52-4.03 3.41-7.9 5.39-11.72 3.45-6.56 7.62-12.79 12.46-18.46zm31.27 1.7c.35-.06.71-.12 1.07-.19.19 1.79.09 3.58.1 5.37v38.13c-.01 1.74.13 3.49-.15 5.22-.36-.03-.71-.05-1.06-.05-.95-3.75-1.72-7.55-2.62-11.31-.38-1.53-.58-3.09-1.07-4.59-1.7-.24-3.43-.17-5.15-.2-5.06-.01-10.13 0-15.19-.01-1.66-.01-3.32.09-4.98-.03-.03-.39-.26-.91.16-1.18 1.28-.65 2.72-.88 4.06-1.35 3.43-1.14 6.88-2.16 10.31-3.31 1.39-.48 2.9-.72 4.16-1.54.04-.56.02-1.13-.05-1.68-1.23-.55-2.53-.87-3.81-1.28-3.13-1.03-6.29-1.96-9.41-3.02-1.79-.62-3.67-1-5.41-1.79-.03-.37-.07-.73-.11-1.09 5.09-.19 10.2.06 15.3-.12 3.36-.13 6.73.08 10.09-.07.12-.39.26-.77.37-1.16 1.08-4.94 2.33-9.83 3.39-14.75zm5.97-.2c.36.05.72.12 1.08.2.98 3.85 1.73 7.76 2.71 11.61.36 1.42.56 2.88 1.03 4.27 2.53.18 5.07-.01 7.61.05 5.16.12 10.33.12 15.49.07.76-.01 1.52.03 2.28.08-.04.36-.07.72-.1 1.08-1.82.83-3.78 1.25-5.67 1.89-3.73 1.23-7.48 2.39-11.22 3.57-.57.17-1.12.42-1.67.64-.15.55-.18 1.12-.12 1.69.87.48 1.82.81 2.77 1.09 4.88 1.52 9.73 3.14 14.63 4.6.38.13.78.27 1.13.49.4.27.23.79.15 1.18-1.66.13-3.31.03-4.97.04-5.17.01-10.33-.01-15.5.01-1.61.03-3.22-.02-4.82.21-.52 1.67-.72 3.42-1.17 5.11-.94 3.57-1.52 7.24-2.54 10.78-.36.01-.71.02-1.06.06-.29-1.73-.15-3.48-.15-5.22v-38.13c.02-1.78-.08-3.58.11-5.37zM65.05 168.33c1.12-2.15 2.08-4.4 3.37-6.46-1.82 7.56-2.91 15.27-3.62 23-.8 7.71-.85 15.49-.54 23.23 1.05 19.94 5.54 39.83 14.23 57.88 2.99 5.99 6.35 11.83 10.5 17.11 6.12 7.47 12.53 14.76 19.84 21.09 4.8 4.1 9.99 7.78 15.54 10.8 3.27 1.65 6.51 3.39 9.94 4.68 5.01 2.03 10.19 3.61 15.42 4.94 3.83.96 7.78 1.41 11.52 2.71 5 1.57 9.47 4.61 13.03 8.43 4.93 5.23 8.09 11.87 10.2 18.67.99 2.9 1.59 5.91 2.17 8.92.15.75.22 1.52.16 2.29-6.5 2.78-13.26 5.06-20.26 6.18-4.11.78-8.29.99-12.46 1.08-10.25.24-20.47-1.76-30.12-5.12-3.74-1.42-7.49-2.85-11.03-4.72-8.06-3.84-15.64-8.7-22.46-14.46-2.92-2.55-5.83-5.13-8.4-8.03-9.16-9.83-16.3-21.41-21.79-33.65-2.39-5.55-4.61-11.18-6.37-16.96-1.17-3.94-2.36-7.89-3.26-11.91-.75-2.94-1.22-5.95-1.87-8.92-.46-2.14-.69-4.32-1.03-6.48-.85-5.43-1.28-10.93-1.33-16.43.11-6.18.25-12.37 1.07-18.5.4-2.86.67-5.74 1.15-8.6.98-5.7 2.14-11.37 3.71-16.93 3.09-11.65 7.48-22.95 12.69-33.84zm363.73-6.44c1.1 1.66 1.91 3.48 2.78 5.26 2.1 4.45 4.24 8.9 6.02 13.49 7.61 18.76 12.3 38.79 13.04 59.05.02 1.76.07 3.52.11 5.29.13 9.57-1.27 19.09-3.18 28.45-.73 3.59-1.54 7.17-2.58 10.69-4.04 14.72-10 29-18.41 41.78-8.21 12.57-19.01 23.55-31.84 31.41-5.73 3.59-11.79 6.64-18.05 9.19-5.78 2.19-11.71 4.03-17.8 5.11-6.4 1.05-12.91 1.52-19.4 1.23-7.92-.48-15.78-2.07-23.21-4.85-1.94-.8-3.94-1.46-5.84-2.33-.21-1.51.25-2.99.53-4.46 1.16-5.74 3.03-11.36 5.7-16.58 2.37-4.51 5.52-8.65 9.46-11.9 2.43-2.05 5.24-3.61 8.16-4.83 3.58-1.5 7.47-1.97 11.24-2.83 7.23-1.71 14.37-3.93 21.15-7 10.35-4.65 19.71-11.38 27.65-19.46 1.59-1.61 3.23-3.18 4.74-4.87 3.37-3.76 6.71-7.57 9.85-11.53 7.48-10.07 12.82-21.59 16.71-33.48 1.58-5.3 3.21-10.6 4.21-16.05.63-2.87 1.04-5.78 1.52-8.68.87-6.09 1.59-12.22 1.68-18.38.12-6.65.14-13.32-.53-19.94-.73-7.99-1.87-15.96-3.71-23.78z"], + "odysee": [512, 512, [], "e5c6", "M406.7 463c-42.3 30.8-94.4 49-150.7 49C144.9 512 50.3 441.2 14.9 342.2c2.4 1.7 5.9 3.6 7.9 4.4c16.3 7.4 40.1-5.4 62.9-28.7c6.9-6.9 14.4-12.4 22.8-17.3c18.3-11.9 37.6-20.8 58.4-27.2c0 0 22.3 34.2 43.1 74.8s-22.3 54-27.2 54c-.3 0-.8 0-1.5-.1c-11-.5-70-3-56 51.1c14.9 57.4 97.5 36.6 139.6 8.9s31.7-118.3 31.7-118.3c41.1-6.4 54 37.1 57.9 59.4c.8 4.6 1.1 9.9 1.4 15.5c1.1 21.2 2.3 45.6 35.3 46.4c5.3 0 10.6-.8 15.5-2zm-95.3-23.7c-2-.5-3.5-2.5-3-5c1-2.5 3-3.5 5-3s3.5 3 3 5s-2.5 3.5-5 3zm-207-95.6c1.5-.5 3.5 1 4 3c0 2-1 4-3 4c-1.5 .5-3.5-1-4-3c-.5-1.5 1-3.5 3-4zM451.8 421C489.3 376.4 512 318.8 512 256c0-67.5-26.1-128.9-68.8-174.7c-.1 23.5-6.1 48.2-16.8 69.2c-11.9 20.3-49 58.9-69.8 78.7c-.7 .3-1.1 .9-1.5 1.4c-.2 .2-.3 .4-.5 .6c-5 6.9-4 16.8 3 21.8c21.3 15.8 56.4 45.6 59.4 72.8c3.5 34.9 27.9 75.6 34.2 86.2l0 0c.8 1.3 1.3 2.1 1.4 2.4c0 2.2-.4 4.3-.8 6.5zM390.7 251c-.5 3 1 5.9 4 6.4s5.9-1 6.4-4s-1-5.9-4-6.4c-3-1-5.9 1-6.4 4zm61.4-60.9l-11.4 5.4-3 12.9-5.4-11.4-12.9-3 11.4-5.4 3-12.9 5.4 11.4 12.9 3zM395.5 41.3c-16.2 8.2-22.1 32.8-29 61.4l0 0c-.3 1.4-.7 2.8-1 4.2c-9.5 38.5-30.6 37.6-41.7 37.2c-1.1 0-2-.1-2.9-.1c-5.1 0-6-4-8.9-17.1c-2.6-12.1-6.9-32-17.9-63.6C271.4-2.5 211.4 13.9 165.9 41.1C110.6 74.2 131.5 143 146.1 190.5c.7 2.2 1.4 4.4 2 6.6c-4 4-13.8 7.5-26 11.9c-12.1 4.3-26.6 9.5-40.3 16.9C47.9 243.9 11.5 274.9 2 288.5C.7 277.8 0 267 0 256C0 114.6 114.6 0 256 0c51.4 0 99.4 15.2 139.5 41.3zM58.9 189.6c-1.5-2-4.5-3-6.4-1.5s-3 4.5-1.5 6.4s4.5 3 6.4 1.5c2.5-1.5 3-4.5 1.5-6.4zM327.3 64.9c2-1.5 5-.5 6.4 1.5c1.5 2.5 1 5.4-1.5 6.4c-2 1.5-5 .5-6.4-1.5s-.5-5 1.5-6.4zM95.1 105c-.5 1.5 .5 3 2 3c1.5 .5 3-.5 3-2c.5-1.5-.5-3-2-3s-3 .5-3 2zm84.7-.5c-3.5-43.1 37.1-54 37.1-54c44.1-15.4 56 5.9 66.4 37.6s3 42.6-38.6 58.9s-61.9-4.5-64.9-42.6zm89.6 14.9h1c2.5 0 5-2 5-5c2-6.9 1-14.4-2-20.8c-1.5-2-4-3.5-6.4-2.5c-3 1-4.5 4-3.5 6.9c2 4.5 3 9.9 1.5 14.9c-.5 3 1.5 5.9 4.5 6.4zm-9.9-41.6c-2 0-4-1-5-3s-2-3.5-3-5c-2-2-2-5.4 0-7.4s5.4-2 7.4 0c2 2.5 3.5 5 5 7.4s.5 5.9-2.5 7.4c-.6 0-1 .2-1.3 .3c-.2 .1-.4 .2-.6 .2z"], + "square-whatsapp": [448, 512, ["whatsapp-square"], "f40c", "M92.1 254.6c0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6L152 365.2l4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8c0-35.2-15.2-68.3-40.1-93.2c-25-25-58-38.7-93.2-38.7c-72.7 0-131.8 59.1-131.9 131.8zM274.8 330c-12.6 1.9-22.4 .9-47.5-9.9c-36.8-15.9-61.8-51.5-66.9-58.7c-.4-.6-.7-.9-.8-1.1c-2-2.6-16.2-21.5-16.2-41c0-18.4 9-27.9 13.2-32.3c.3-.3 .5-.5 .7-.8c3.6-4 7.9-5 10.6-5c2.6 0 5.3 0 7.6 .1c.3 0 .5 0 .8 0c2.3 0 5.2 0 8.1 6.8c1.2 2.9 3 7.3 4.9 11.8c3.3 8 6.7 16.3 7.3 17.6c1 2 1.7 4.3 .3 6.9c-3.4 6.8-6.9 10.4-9.3 13c-3.1 3.2-4.5 4.7-2.3 8.6c15.3 26.3 30.6 35.4 53.9 47.1c4 2 6.3 1.7 8.6-1c2.3-2.6 9.9-11.6 12.5-15.5c2.6-4 5.3-3.3 8.9-2s23.1 10.9 27.1 12.9c.8 .4 1.5 .7 2.1 1c2.8 1.4 4.7 2.3 5.5 3.6c.9 1.9 .9 9.9-2.4 19.1c-3.3 9.3-19.1 17.7-26.7 18.8zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM148.1 393.9L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5c29.9 30 47.9 69.8 47.9 112.2c0 87.4-72.7 158.5-160.1 158.5c-26.6 0-52.7-6.7-75.8-19.3z"], + "node-js": [448, 512, [], "f3d3", "M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8 12.3-4.3 14.8-5.2 27.9-12.7 1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2zm149.1-210.1c0-39.9-27-50.5-83.7-58-57.4-7.6-63.2-11.5-63.2-24.9 0-11.1 4.9-25.9 47.4-25.9 37.9 0 51.9 8.2 57.7 33.8.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6-52.7 0-84.1 22.2-84.1 59.5 0 40.4 31.3 51.6 81.8 56.6 60.5 5.9 65.2 14.8 65.2 26.7 0 20.6-16.6 29.4-55.5 29.4-48.9 0-59.6-12.3-63.2-36.6-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3 0 31.1 16.9 68.2 97.8 68.2 58.4-.1 92-23.2 92-63.4z"], + "edge-legacy": [512, 512, [], "e078", "M25.71,228.16l.35-.48c0,.16,0,.32-.07.48Zm460.58,15.51c0-44-7.76-84.46-28.81-122.4C416.5,47.88,343.91,8,258.89,8,119,7.72,40.62,113.21,26.06,227.68c42.42-61.31,117.07-121.38,220.37-125,0,0,109.67,0,99.42,105H170c6.37-37.39,18.55-59,34.34-78.93-75.05,34.9-121.85,96.1-120.75,188.32.83,71.45,50.13,144.84,120.75,172,83.35,31.84,192.77,7.2,240.13-21.33V363.31C363.6,419.8,173.6,424.23,172.21,295.74H486.29V243.67Z"], + "slack": [448, 512, [62447, "slack-hash"], "f198", "M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z"], + "medrt": [544, 512, [], "f3c8", "M113.7 256c0 121.8 83.9 222.8 193.5 241.1-18.7 4.5-38.2 6.9-58.2 6.9C111.4 504 0 393 0 256S111.4 8 248.9 8c20.1 0 39.6 2.4 58.2 6.9C197.5 33.2 113.7 134.2 113.7 256m297.4 100.3c-77.7 55.4-179.6 47.5-240.4-14.6 5.5 14.1 12.7 27.7 21.7 40.5 61.6 88.2 182.4 109.3 269.7 47 87.3-62.3 108.1-184.3 46.5-272.6-9-12.9-19.3-24.3-30.5-34.2 37.4 78.8 10.7 178.5-67 233.9m-218.8-244c-1.4 1-2.7 2.1-4 3.1 64.3-17.8 135.9 4 178.9 60.5 35.7 47 42.9 106.6 24.4 158 56.7-56.2 67.6-142.1 22.3-201.8-50-65.5-149.1-74.4-221.6-19.8M296 224c-4.4 0-8-3.6-8-8v-40c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v40c0 4.4-3.6 8-8 8h-40c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h40c4.4 0 8 3.6 8 8v40c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-40z"], + "usb": [640, 512, [], "f287", "M641.5 256c0 3.1-1.7 6.1-4.5 7.5L547.9 317c-1.4.8-2.8 1.4-4.5 1.4-1.4 0-3.1-.3-4.5-1.1-2.8-1.7-4.5-4.5-4.5-7.8v-35.6H295.7c25.3 39.6 40.5 106.9 69.6 106.9H392V354c0-5 3.9-8.9 8.9-8.9H490c5 0 8.9 3.9 8.9 8.9v89.1c0 5-3.9 8.9-8.9 8.9h-89.1c-5 0-8.9-3.9-8.9-8.9v-26.7h-26.7c-75.4 0-81.1-142.5-124.7-142.5H140.3c-8.1 30.6-35.9 53.5-69 53.5C32 327.3 0 295.3 0 256s32-71.3 71.3-71.3c33.1 0 61 22.8 69 53.5 39.1 0 43.9 9.5 74.6-60.4C255 88.7 273 95.7 323.8 95.7c7.5-20.9 27-35.6 50.4-35.6 29.5 0 53.5 23.9 53.5 53.5s-23.9 53.5-53.5 53.5c-23.4 0-42.9-14.8-50.4-35.6H294c-29.1 0-44.3 67.4-69.6 106.9h310.1v-35.6c0-3.3 1.7-6.1 4.5-7.8 2.8-1.7 6.4-1.4 8.9.3l89.1 53.5c2.8 1.1 4.5 4.1 4.5 7.2z"], + "tumblr": [320, 512, [], "f173", "M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z"], + "vaadin": [448, 512, [], "f408", "M224.5 140.7c1.5-17.6 4.9-52.7 49.8-52.7h98.6c20.7 0 32.1-7.8 32.1-21.6V54.1c0-12.2 9.3-22.1 21.5-22.1S448 41.9 448 54.1v36.5c0 42.9-21.5 62-66.8 62H280.7c-30.1 0-33 14.7-33 27.1 0 1.3-.1 2.5-.2 3.7-.7 12.3-10.9 22.2-23.4 22.2s-22.7-9.8-23.4-22.2c-.1-1.2-.2-2.4-.2-3.7 0-12.3-3-27.1-33-27.1H66.8c-45.3 0-66.8-19.1-66.8-62V54.1C0 41.9 9.4 32 21.6 32s21.5 9.9 21.5 22.1v12.3C43.1 80.2 54.5 88 75.2 88h98.6c44.8 0 48.3 35.1 49.8 52.7h.9zM224 456c11.5 0 21.4-7 25.7-16.3 1.1-1.8 97.1-169.6 98.2-171.4 11.9-19.6-3.2-44.3-27.2-44.3-13.9 0-23.3 6.4-29.8 20.3L224 362l-66.9-117.7c-6.4-13.9-15.9-20.3-29.8-20.3-24 0-39.1 24.6-27.2 44.3 1.1 1.9 97.1 169.6 98.2 171.4 4.3 9.3 14.2 16.3 25.7 16.3z"], + "quora": [448, 512, [], "f2c4", "M440.5 386.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8-20.5 0-35.3-14.2-49.5-35.8 44.2-34.2 74.7-87.5 74.7-153C403.5 111.2 306.8 32 205 32 105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3zM297 329.2C277.5 300 253.3 277 205.5 277c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4 35.5 0 53.7 30.8 69.2 61.3-10 3-20.7 4.2-32.7 4.2-75 0-107.5-53-107.5-156.7C97.5 124.5 130 71 205 71c76.2 0 108.7 53.5 108.7 157.7.1 41.8-5.4 75.6-16.7 100.5z"], + "square-x-twitter": [448, 512, [], "e61a", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z"], + "reacteurope": [576, 512, [], "f75d", "M250.6 211.74l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm63.7 0l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.2-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm-91.3 50.5h-3.4c-4.8 0-3.8 4-3.8 12.1 0 4.7-2.3 6.1-5.8 6.1s-5.8-1.4-5.8-6.1v-36.6c0-4.7 2.3-6.1 5.8-6.1s5.8 1.4 5.8 6.1c0 7.2-.7 10.5 3.8 10.5h3.4c4.7-.1 3.8-3.9 3.8-12.3 0-9.9-6.7-14.1-16.8-14.1h-.2c-10.1 0-16.8 4.2-16.8 14.1V276c0 10.4 6.7 14.1 16.8 14.1h.2c10.1 0 16.8-3.8 16.8-14.1 0-9.86 1.1-13.76-3.8-13.76zm-80.7 17.4h-14.7v-19.3H139c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-11.4v-18.3H142c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-21.7c-2.4-.1-3.7 1.3-3.7 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h21.9c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8zm-42-18.5c4.6-2 7.3-6 7.3-12.4v-11.9c0-10.1-6.7-14.1-16.8-14.1H77.4c-2.5 0-3.8 1.3-3.8 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5 0 3.8-1.3 3.8-3.8v-22.9h5.6l7.4 23.5a4.1 4.1 0 0 0 4.3 3.2h3.3c2.8 0 4-1.8 3.2-4.4zm-3.8-14c0 4.8-2.5 6.1-6.1 6.1h-5.8v-20.9h5.8c3.6 0 6.1 1.3 6.1 6.1zM176 226a3.82 3.82 0 0 0-4.2-3.4h-6.9a3.68 3.68 0 0 0-4 3.4l-11 59.2c-.5 2.7.9 4.1 3.4 4.1h3a3.74 3.74 0 0 0 4.1-3.5l1.8-11.3h12.2l1.8 11.3a3.74 3.74 0 0 0 4.1 3.5h3.5c2.6 0 3.9-1.4 3.4-4.1zm-12.3 39.3l4.7-29.7 4.7 29.7zm89.3 20.2v-53.2h7.5c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-25.8c-2.5 0-3.8 1.3-3.8 3.8v2.1c0 2.5 1.3 3.8 3.8 3.8h7.3v53.2c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5.04 3.8-1.3 3.8-3.76zm248-.8h-19.4V258h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9H501a1.81 1.81 0 0 0 2-1.9v-.8a1.84 1.84 0 0 0-2-1.96zm-93.1-62.9h-.8c-10.1 0-15.3 4.7-15.3 14.1V276c0 9.3 5.2 14.1 15.3 14.1h.8c10.1 0 15.3-4.8 15.3-14.1v-40.1c0-9.36-5.2-14.06-15.3-14.06zm10.2 52.4c-.1 8-3 11.1-10.5 11.1s-10.5-3.1-10.5-11.1v-36.6c0-7.9 3-11.1 10.5-11.1s10.5 3.2 10.5 11.1zm-46.5-14.5c6.1-1.6 9.2-6.1 9.2-13.3v-9.7c0-9.4-5.2-14.1-15.3-14.1h-13.7a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.9h11.6l10.4 27.2a2.32 2.32 0 0 0 2.3 1.5h1.5c1.4 0 2-1 1.5-2.3zm-6.4-3.9H355v-28.5h10.2c7.5 0 10.5 3.1 10.5 11.1v6.4c0 7.84-3 11.04-10.5 11.04zm85.9-33.1h-13.7a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.1h10.6c10.1 0 15.3-4.8 15.3-14.1v-10.5c0-9.4-5.2-14.1-15.3-14.1zm10.2 22.8c0 7.9-3 11.1-10.5 11.1h-10.2v-29.2h10.2c7.5-.1 10.5 3.1 10.5 11zM259.5 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm227.6-136.1a364.42 364.42 0 0 0-35.6-11.3c19.6-78 11.6-134.7-22.3-153.9C394.7-12.66 343.3 11 291 61.94q5.1 4.95 10.2 10.2c82.5-80 119.6-53.5 120.9-52.8 22.4 12.7 36 55.8 15.5 137.8a587.83 587.83 0 0 0-84.6-13C281.1 43.64 212.4 2 170.8 2 140 2 127 23 123.2 29.74c-18.1 32-13.3 84.2.1 133.8-70.5 20.3-120.7 54.1-120.3 95 .5 59.6 103.2 87.8 122.1 92.8-20.5 81.9-10.1 135.6 22.3 153.9 28 15.8 75.1 6 138.2-55.2q-5.1-4.95-10.2-10.2c-82.5 80-119.7 53.5-120.9 52.8-22.3-12.6-36-55.6-15.5-137.9 12.4 2.9 41.8 9.5 84.6 13 71.9 100.4 140.6 142 182.1 142 30.8 0 43.8-21 47.6-27.7 18-31.9 13.3-84.1-.1-133.8 152.3-43.8 156.2-130.2 33.9-176.3zM135.9 36.84c2.9-5.1 11.9-20.3 34.9-20.3 36.8 0 98.8 39.6 163.3 126.2a714 714 0 0 0-93.9.9 547.76 547.76 0 0 1 42.2-52.4Q277.3 86 272.2 81a598.25 598.25 0 0 0-50.7 64.2 569.69 569.69 0 0 0-84.4 14.6c-.2-1.4-24.3-82.2-1.2-123zm304.8 438.3c-2.9 5.1-11.8 20.3-34.9 20.3-36.7 0-98.7-39.4-163.3-126.2a695.38 695.38 0 0 0 93.9-.9 547.76 547.76 0 0 1-42.2 52.4q5.1 5.25 10.2 10.2a588.47 588.47 0 0 0 50.7-64.2c47.3-4.7 80.3-13.5 84.4-14.6 22.7 84.4 4.5 117 1.2 123zm9.1-138.6c-3.6-11.9-7.7-24.1-12.4-36.4a12.67 12.67 0 0 1-10.7-5.7l-.1.1a19.61 19.61 0 0 1-5.4 3.6c5.7 14.3 10.6 28.4 14.7 42.2a535.3 535.3 0 0 1-72 13c3.5-5.3 17.2-26.2 32.2-54.2a24.6 24.6 0 0 1-6-3.2c-1.1 1.2-3.6 4.2-10.9 4.2-6.2 11.2-17.4 30.9-33.9 55.2a711.91 711.91 0 0 1-112.4 1c-7.9-11.2-21.5-31.1-36.8-57.8a21 21 0 0 1-3-1.5c-1.9 1.6-3.9 3.2-12.6 3.2 6.3 11.2 17.5 30.7 33.8 54.6a548.81 548.81 0 0 1-72.2-11.7q5.85-21 14.1-42.9c-3.2 0-5.4.2-8.4-1a17.58 17.58 0 0 1-6.9 1c-4.9 13.4-9.1 26.5-12.7 39.4C-31.7 297-12.1 216 126.7 175.64c3.6 11.9 7.7 24.1 12.4 36.4 10.4 0 12.9 3.4 14.4 5.3a12 12 0 0 1 2.3-2.2c-5.8-14.7-10.9-29.2-15.2-43.3 7-1.8 32.4-8.4 72-13-15.9 24.3-26.7 43.9-32.8 55.3a14.22 14.22 0 0 1 6.4 8 23.42 23.42 0 0 1 10.2-8.4c6.5-11.7 17.9-31.9 34.8-56.9a711.72 711.72 0 0 1 112.4-1c31.5 44.6 28.9 48.1 42.5 64.5a21.42 21.42 0 0 1 10.4-7.4c-6.4-11.4-17.6-31-34.3-55.5 40.4 4.1 65 10 72.2 11.7-4 14.4-8.9 29.2-14.6 44.2a20.74 20.74 0 0 1 6.8 4.3l.1.1a12.72 12.72 0 0 1 8.9-5.6c4.9-13.4 9.2-26.6 12.8-39.5a359.71 359.71 0 0 1 34.5 11c106.1 39.9 74 87.9 72.6 90.4-19.8 35.1-80.1 55.2-105.7 62.5zm-114.4-114h-1.2a1.74 1.74 0 0 0-1.9 1.9v49.8c0 7.9-2.6 11.1-10.1 11.1s-10.1-3.1-10.1-11.1v-49.8a1.69 1.69 0 0 0-1.9-1.9H309a1.81 1.81 0 0 0-2 1.9v51.5c0 9.6 5 14.1 15.1 14.1h.4c10.1 0 15.1-4.6 15.1-14.1v-51.5a2 2 0 0 0-2.2-1.9zM321.7 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm-31.1 7.4l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm5.1-30.8h-19.4v-26.7h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h22.5a1.77 1.77 0 0 0 2-1.9v-.8a1.83 1.83 0 0 0-2-2.06zm-7.4-99.4L286 192l-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1z"], + "medium": [640, 512, [62407, "medium-m"], "f23a", "M180.5,74.262C80.813,74.262,0,155.633,0,256S80.819,437.738,180.5,437.738,361,356.373,361,256,280.191,74.262,180.5,74.262Zm288.25,10.646c-49.845,0-90.245,76.619-90.245,171.095s40.406,171.1,90.251,171.1,90.251-76.619,90.251-171.1H559C559,161.5,518.6,84.908,468.752,84.908Zm139.506,17.821c-17.526,0-31.735,68.628-31.735,153.274s14.2,153.274,31.735,153.274S640,340.631,640,256C640,171.351,625.785,102.729,608.258,102.729Z"], + "amilia": [448, 512, [], "f36d", "M240.1 32c-61.9 0-131.5 16.9-184.2 55.4-5.1 3.1-9.1 9.2-7.2 19.4 1.1 5.1 5.1 27.4 10.2 39.6 4.1 10.2 14.2 10.2 20.3 6.1 32.5-22.3 96.5-47.7 152.3-47.7 57.9 0 58.9 28.4 58.9 73.1v38.5C203 227.7 78.2 251 46.7 264.2 11.2 280.5 16.3 357.7 16.3 376s15.2 104 124.9 104c47.8 0 113.7-20.7 153.3-42.1v25.4c0 3 2.1 8.2 6.1 9.1 3.1 1 50.7 2 59.9 2s62.5.3 66.5-.7c4.1-1 5.1-6.1 5.1-9.1V168c-.1-80.3-57.9-136-192-136zm50.2 348c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7 0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5z"], + "mixcloud": [640, 512, [], "f289", "M212.98 346.566H179.789V195.114L185.973 173.47H175.262L137.127 346.566H76.1069L37.7323 173.47H27.276L33.1913 195.114V346.566H0V165H65.6506L102.248 338.096H110.747L147.329 165H212.98L212.98 346.566ZM544.459 283.589L458.434 345.655V307.534L531.329 255.776L458.434 204.017V165.896L544.459 228.231H553.721L640 165.896V204.017L566.866 255.776L640 307.549V345.655L553.721 283.589H544.459ZM430.157 272.311H248.113V239.255H430.157V272.311Z"], + "flipboard": [448, 512, [], "f44d", "M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z"], + "viacoin": [384, 512, [], "f237", "M384 32h-64l-80.7 192h-94.5L64 32H0l48 112H0v48h68.5l13.8 32H0v48h102.8L192 480l89.2-208H384v-48h-82.3l13.8-32H384v-48h-48l48-112zM192 336l-27-64h54l-27 64z"], + "critical-role": [448, 512, [], "f6c9", "M225.82 0c.26.15 216.57 124.51 217.12 124.72 3 1.18 3.7 3.46 3.7 6.56q-.11 125.17 0 250.36a5.88 5.88 0 0 1-3.38 5.78c-21.37 12-207.86 118.29-218.93 124.58h-3C142 466.34 3.08 386.56 2.93 386.48a3.29 3.29 0 0 1-1.88-3.24c0-.87 0-225.94-.05-253.1a5 5 0 0 1 2.93-4.93C27.19 112.11 213.2 6 224.07 0zM215.4 20.42l-.22-.16Q118.06 75.55 21 130.87c0 .12.08.23.13.35l30.86 11.64c-7.71 6-8.32 6-10.65 5.13-.1 0-24.17-9.28-26.8-10v230.43c.88-1.41 64.07-110.91 64.13-111 1.62-2.82 3-1.92 9.12-1.52 1.4.09 1.48.22.78 1.42-41.19 71.33-36.4 63-67.48 116.94-.81 1.4-.61 1.13 1.25 1.13h186.5c1.44 0 1.69-.23 1.7-1.64v-8.88c0-1.34 2.36-.81-18.37-1-7.46-.07-14.14-3.22-21.38-12.7-7.38-9.66-14.62-19.43-21.85-29.21-2.28-3.08-3.45-2.38-16.76-2.38-1.75 0-1.78 0-1.76 1.82.29 26.21.15 25.27 1 32.66.52 4.37 2.16 4.2 9.69 4.81 3.14.26 3.88 4.08.52 4.92-1.57.39-31.6.51-33.67-.1a2.42 2.42 0 0 1 .3-4.73c3.29-.76 6.16.81 6.66-4.44 1.3-13.66 1.17-9 1.1-79.42 0-10.82-.35-12.58-5.36-13.55-1.22-.24-3.54-.16-4.69-.55-2.88-1-2-4.84 1.77-4.85 33.67 0 46.08-1.07 56.06 4.86 7.74 4.61 12 11.48 12.51 20.4.88 14.59-6.51 22.35-15 32.59a1.46 1.46 0 0 0 0 2.22c2.6 3.25 5 6.63 7.71 9.83 27.56 33.23 24.11 30.54 41.28 33.06.89.13 1-.42 1-1.15v-11c0-1 .32-1.43 1.41-1.26a72.37 72.37 0 0 0 23.58-.3c1.08-.15 1.5.2 1.48 1.33 0 .11.88 26.69.87 26.8-.05 1.52.67 1.62 1.89 1.62h186.71Q386.51 304.6 346 234.33c2.26-.66-.4 0 6.69-1.39 2-.39 2.05-.41 3.11 1.44 7.31 12.64 77.31 134 77.37 134.06V138c-1.72.5-103.3 38.72-105.76 39.68-1.08.42-1.55.2-1.91-.88-.63-1.9-1.34-3.76-2.09-5.62-.32-.79-.09-1.13.65-1.39.1 0 95.53-35.85 103-38.77-65.42-37.57-130.56-75-196-112.6l86.82 150.39-.28.33c-9.57-.9-10.46-1.6-11.8-3.94-1-1.69-73.5-127.71-82-142.16-9.1 14.67-83.56 146.21-85.37 146.32-2.93.17-5.88.08-9.25.08q43.25-74.74 86.18-149zm51.93 129.92a37.68 37.68 0 0 0 5.54-.85c1.69-.3 2.53.2 2.6 1.92 0 .11.07 19.06-.86 20.45s-1.88 1.22-2.6-.19c-5-9.69 6.22-9.66-39.12-12-.7 0-1 .23-1 .93 0 .13 3.72 122 3.73 122.11 0 .89.52 1.2 1.21 1.51a83.92 83.92 0 0 1 8.7 4.05c7.31 4.33 11.38 10.84 12.41 19.31 1.44 11.8-2.77 35.77-32.21 37.14-2.75.13-28.26 1.08-34.14-23.25-4.66-19.26 8.26-32.7 19.89-36.4a2.45 2.45 0 0 0 2-2.66c.1-5.63 3-107.1 3.71-121.35.05-1.08-.62-1.16-1.35-1.15-32.35.52-36.75-.34-40.22 8.52-2.42 6.18-4.14 1.32-3.95.23q1.59-9 3.31-18c.4-2.11 1.43-2.61 3.43-1.86 5.59 2.11 6.72 1.7 37.25 1.92 1.73 0 1.78-.08 1.82-1.85.68-27.49.58-22.59 1-29.55a2.69 2.69 0 0 0-1.63-2.8c-5.6-2.91-8.75-7.55-8.9-13.87-.35-14.81 17.72-21.67 27.38-11.51 6.84 7.19 5.8 18.91-2.45 24.15a4.35 4.35 0 0 0-2.22 4.34c0 .59-.11-4.31 1 30.05 0 .9.43 1.12 1.24 1.11.1 0 23-.09 34.47-.37zM68.27 141.7c19.84-4.51 32.68-.56 52.49 1.69 2.76.31 3.74 1.22 3.62 4-.21 5-1.16 22.33-1.24 23.15a2.65 2.65 0 0 1-1.63 2.34c-4.06 1.7-3.61-4.45-4-7.29-3.13-22.43-73.87-32.7-74.63 25.4-.31 23.92 17 53.63 54.08 50.88 27.24-2 19-20.19 24.84-20.47a2.72 2.72 0 0 1 3 3.36c-1.83 10.85-3.42 18.95-3.45 19.15-1.54 9.17-86.7 22.09-93.35-42.06-2.71-25.85 10.44-53.37 40.27-60.15zm80 87.67h-19.49a2.57 2.57 0 0 1-2.66-1.79c2.38-3.75 5.89.92 5.86-6.14-.08-25.75.21-38 .23-40.1 0-3.42-.53-4.65-3.32-4.94-7-.72-3.11-3.37-1.11-3.38 11.84-.1 22.62-.18 30.05.72 8.77 1.07 16.71 12.63 7.93 22.62-2 2.25-4 4.42-6.14 6.73.95 1.15 6.9 8.82 17.28 19.68 2.66 2.78 6.15 3.51 9.88 3.13a2.21 2.21 0 0 0 2.23-2.12c.3-3.42.26 4.73.45-40.58 0-5.65-.34-6.58-3.23-6.83-3.95-.35-4-2.26-.69-3.37l19.09-.09c.32 0 4.49.53 1 3.38 0 .05-.16 0-.24 0-3.61.26-3.94 1-4 4.62-.27 43.93.07 40.23.41 42.82.11.84.27 2.23 5.1 2.14 2.49 0 3.86 3.37 0 3.4-10.37.08-20.74 0-31.11.07-10.67 0-13.47-6.2-24.21-20.82-1.6-2.18-8.31-2.36-8.2-.37.88 16.47 0 17.78 4 17.67 4.75-.1 4.73 3.57.83 3.55zm275-10.15c-1.21 7.13.17 10.38-5.3 10.34-61.55-.42-47.82-.22-50.72-.31a18.4 18.4 0 0 1-3.63-.73c-2.53-.6 1.48-1.23-.38-5.6-1.43-3.37-2.78-6.78-4.11-10.19a1.94 1.94 0 0 0-2-1.44 138 138 0 0 0-14.58.07 2.23 2.23 0 0 0-1.62 1.06c-1.58 3.62-3.07 7.29-4.51 11-1.27 3.23 7.86 1.32 12.19 2.16 3 .57 4.53 3.72.66 3.73H322.9c-2.92 0-3.09-3.15-.74-3.21a6.3 6.3 0 0 0 5.92-3.47c1.5-3 2.8-6 4.11-9.09 18.18-42.14 17.06-40.17 18.42-41.61a1.83 1.83 0 0 1 3 0c2.93 3.34 18.4 44.71 23.62 51.92 2 2.7 5.74 2 6.36 2 3.61.13 4-1.11 4.13-4.29.09-1.87.08 1.17.07-41.24 0-4.46-2.36-3.74-5.55-4.27-.26 0-2.56-.63-.08-3.06.21-.2-.89-.24 21.7-.15 2.32 0 5.32 2.75-1.21 3.45a2.56 2.56 0 0 0-2.66 2.83c-.07 1.63-.19 38.89.29 41.21a3.06 3.06 0 0 0 3.23 2.43c13.25.43 14.92.44 16-3.41 1.67-5.78 4.13-2.52 3.73-.19zm-104.72 64.37c-4.24 0-4.42-3.39-.61-3.41 35.91-.16 28.11.38 37.19-.65 1.68-.19 2.38.24 2.25 1.89-.26 3.39-.64 6.78-1 10.16-.25 2.16-3.2 2.61-3.4-.15-.38-5.31-2.15-4.45-15.63-5.08-1.58-.07-1.64 0-1.64 1.52V304c0 1.65 0 1.6 1.62 1.47 3.12-.25 10.31.34 15.69-1.52.47-.16 3.3-1.79 3.07 1.76 0 .21-.76 10.35-1.18 11.39-.53 1.29-1.88 1.51-2.58.32-1.17-2 0-5.08-3.71-5.3-15.42-.9-12.91-2.55-12.91 6 0 12.25-.76 16.11 3.89 16.24 16.64.48 14.4 0 16.43-5.71.84-2.37 3.5-1.77 3.18.58-.44 3.21-.85 6.43-1.23 9.64 0 .36-.16 2.4-4.66 2.39-37.16-.08-34.54-.19-35.21-.31-2.72-.51-2.2-3 .22-3.45 1.1-.19 4 .54 4.16-2.56 2.44-56.22-.07-51.34-3.91-51.33zm-.41-109.52c2.46.61 3.13 1.76 2.95 4.65-.33 5.3-.34 9-.55 9.69-.66 2.23-3.15 2.12-3.34-.27-.38-4.81-3.05-7.82-7.57-9.15-26.28-7.73-32.81 15.46-27.17 30.22 5.88 15.41 22 15.92 28.86 13.78 5.92-1.85 5.88-6.5 6.91-7.58 1.23-1.3 2.25-1.84 3.12 1.1 0 .1.57 11.89-6 12.75-1.6.21-19.38 3.69-32.68-3.39-21-11.19-16.74-35.47-6.88-45.33 14-14.06 39.91-7.06 42.32-6.47zM289.8 280.14c3.28 0 3.66 3 .16 3.43-2.61.32-5-.42-5 5.46 0 2-.19 29.05.4 41.45.11 2.29 1.15 3.52 3.44 3.65 22 1.21 14.95-1.65 18.79-6.34 1.83-2.24 2.76.84 2.76 1.08.35 13.62-4 12.39-5.19 12.4l-38.16-.19c-1.93-.23-2.06-3-.42-3.38 2-.48 4.94.4 5.13-2.8 1-15.87.57-44.65.34-47.81-.27-3.77-2.8-3.27-5.68-3.71-2.47-.38-2-3.22.34-3.22 1.45-.02 17.97-.03 23.09-.02zm-31.63-57.79c.07 4.08 2.86 3.46 6 3.58 2.61.1 2.53 3.41-.07 3.43-6.48 0-13.7 0-21.61-.06-3.84 0-3.38-3.35 0-3.37 4.49 0 3.24 1.61 3.41-45.54 0-5.08-3.27-3.54-4.72-4.23-2.58-1.23-1.36-3.09.41-3.15 1.29 0 20.19-.41 21.17.21s1.87 1.65-.42 2.86c-1 .52-3.86-.28-4.15 2.47 0 .21-.82 1.63-.07 43.8zm-36.91 274.27a2.93 2.93 0 0 0 3.26 0c17-9.79 182-103.57 197.42-112.51-.14-.43 11.26-.18-181.52-.27-1.22 0-1.57.37-1.53 1.56 0 .1 1.25 44.51 1.22 50.38a28.33 28.33 0 0 1-1.36 7.71c-.55 1.83.38-.5-13.5 32.23-.73 1.72-1 2.21-2-.08-4.19-10.34-8.28-20.72-12.57-31a23.6 23.6 0 0 1-2-10.79c.16-2.46.8-16.12 1.51-48 0-1.95 0-2-2-2h-183c2.58 1.63 178.32 102.57 196 112.76zm-90.9-188.75c0 2.4.36 2.79 2.76 3 11.54 1.17 21 3.74 25.64-7.32 6-14.46 2.66-34.41-12.48-38.84-2-.59-16-2.76-15.94 1.51.05 8.04.01 11.61.02 41.65zm105.75-15.05c0 2.13 1.07 38.68 1.09 39.13.34 9.94-25.58 5.77-25.23-2.59.08-2 1.37-37.42 1.1-39.43-14.1 7.44-14.42 40.21 6.44 48.8a17.9 17.9 0 0 0 22.39-7.07c4.91-7.76 6.84-29.47-5.43-39a2.53 2.53 0 0 1-.36.12zm-12.28-198c-9.83 0-9.73 14.75-.07 14.87s10.1-14.88.07-14.91zm-80.15 103.83c0 1.8.41 2.4 2.17 2.58 13.62 1.39 12.51-11 12.16-13.36-1.69-11.22-14.38-10.2-14.35-7.81.05 4.5-.03 13.68.02 18.59zm212.32 6.4l-6.1-15.84c-2.16 5.48-4.16 10.57-6.23 15.84z"], + "sitrox": [448, 512, [], "e44a", "M212.439 0.00846128V0H448V128H64C64 57.6008 141.755 0.475338 212.439 0.00846128ZM237.256 192V192.007C307.135 192.475 384 249.6 384 320H210.809V319.995C140.915 319.563 64 262.424 64 192H237.256ZM235.565 511.993C306.251 511.521 384 454.399 384 384H0V512H235.565V511.993Z"], + "discourse": [448, 512, [], "f393", "M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z"], + "joomla": [448, 512, [], "f1aa", "M.6 92.1C.6 58.8 27.4 32 60.4 32c30 0 54.5 21.9 59.2 50.2 32.6-7.6 67.1.6 96.5 30l-44.3 44.3c-20.5-20.5-42.6-16.3-55.4-3.5-14.3 14.3-14.3 37.9 0 52.2l99.5 99.5-44 44.3c-87.7-87.2-49.7-49.7-99.8-99.7-26.8-26.5-35-64.8-24.8-98.9C20.4 144.6.6 120.7.6 92.1zm129.5 116.4l44.3 44.3c10-10 89.7-89.7 99.7-99.8 14.3-14.3 37.6-14.3 51.9 0 12.8 12.8 17 35-3.5 55.4l44 44.3c31.2-31.2 38.5-67.6 28.9-101.2 29.2-4.1 51.9-29.2 51.9-59.5 0-33.2-26.8-60.1-59.8-60.1-30.3 0-55.4 22.5-59.5 51.6-33.8-9.9-71.7-1.5-98.3 25.1-18.3 19.1-71.1 71.5-99.6 99.9zm266.3 152.2c8.2-32.7-.9-68.5-26.3-93.9-11.8-12.2 5 4.7-99.5-99.7l-44.3 44.3 99.7 99.7c14.3 14.3 14.3 37.6 0 51.9-12.8 12.8-35 17-55.4-3.5l-44 44.3c27.6 30.2 68 38.8 102.7 28 5.5 27.4 29.7 48.1 58.9 48.1 33 0 59.8-26.8 59.8-60.1 0-30.2-22.5-55-51.6-59.1zm-84.3-53.1l-44-44.3c-87 86.4-50.4 50.4-99.7 99.8-14.3 14.3-37.6 14.3-51.9 0-13.1-13.4-16.9-35.3 3.2-55.4l-44-44.3c-30.2 30.2-38 65.2-29.5 98.3-26.7 6-46.2 29.9-46.2 58.2C0 453.2 26.8 480 59.8 480c28.6 0 52.5-19.8 58.6-46.7 32.7 8.2 68.5-.6 94.2-26 32.1-32 12.2-12.4 99.5-99.7z"], + "mastodon": [448, 512, [], "f4f6", "M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.54 102.54 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5zm-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z"], + "airbnb": [448, 512, [], "f834", "M224 373.12c-25.24-31.67-40.08-59.43-45-83.18-22.55-88 112.61-88 90.06 0-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47 103.9-130.07 46.11-200-18.85-200-54.92 0-85.16 46.51-73.28 100.5 6.93 29.19 25.23 62.39 54.43 99.5-32.53 36.05-60.55 52.69-85.15 54.92-50 7.43-89.11-41.06-71.3-91.09 15.1-39.16 111.72-231.18 115.87-241.56 15.75-30.07 25.56-57.4 59.38-57.4 32.34 0 43.4 25.94 60.37 59.87 36 70.62 89.35 177.48 114.84 239.09 13.17 33.07-1.37 71.29-37.01 86.64zm47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4 58.68 63.78 101.26 62.4 112.37 62.4 62.89.05 114.85-60.86 89.61-130.19.02-3.89-16.82-38.9-16.82-39.58z"], + "wolf-pack-battalion": [512, 512, [], "f514", "M267.73 471.53l10.56 15.84 5.28-12.32 5.28 7V512c21.06-7.92 21.11-66.86 25.51-97.21 4.62-31.89-.88-92.81 81.37-149.11-8.88-23.61-12-49.43-2.64-80.05C421 189 447 196.21 456.43 239.73l-30.35 8.36c11.15 23 17 46.76 13.2 72.14L412 313.18l-6.16 33.43-18.47-7-8.8 33.39-19.35-7 26.39 21.11 8.8-28.15L419 364.2l7-35.63 26.39 14.52c.25-20 7-58.06-8.8-84.45l26.39 5.28c4-22.07-2.38-39.21-7.92-56.74l22.43 9.68c-.44-25.07-29.94-56.79-61.58-58.5-20.22-1.09-56.74-25.17-54.1-51.9 2-19.87 17.45-42.62 43.11-49.7-44 36.51-9.68 67.3 5.28 73.46 4.4-11.44 17.54-69.08 0-130.2-40.39 22.87-89.65 65.1-93.2 147.79l-58 38.71-3.52 93.25L369.78 220l7 7-17.59 3.52-44 38.71-15.84-5.28-28.1 49.25-3.52 119.64 21.11 15.84-32.55 15.84-32.55-15.84 21.11-15.84-3.52-119.64-28.15-49.26-15.84 5.28-44-38.71-17.58-3.51 7-7 107.33 59.82-3.52-93.25-58.06-38.71C185 65.1 135.77 22.87 95.3 0c-17.54 61.12-4.4 118.76 0 130.2 15-6.16 49.26-36.95 5.28-73.46 25.66 7.08 41.15 29.83 43.11 49.7 2.63 26.74-33.88 50.81-54.1 51.9-31.65 1.72-61.15 33.44-61.59 58.51l22.43-9.68c-5.54 17.53-11.91 34.67-7.92 56.74l26.39-5.28c-15.76 26.39-9.05 64.43-8.8 84.45l26.39-14.52 7 35.63 24.63-5.28 8.8 28.15L153.35 366 134 373l-8.8-33.43-18.47 7-6.16-33.43-27.27 7c-3.82-25.38 2-49.1 13.2-72.14l-30.35-8.36c9.4-43.52 35.47-50.77 63.34-54.1 9.36 30.62 6.24 56.45-2.64 80.05 82.25 56.3 76.75 117.23 81.37 149.11 4.4 30.35 4.45 89.29 25.51 97.21v-29.83l5.28-7 5.28 12.32 10.56-15.84 11.44 21.11 11.43-21.1zm79.17-95L331.06 366c7.47-4.36 13.76-8.42 19.35-12.32-.6 7.22-.27 13.84-3.51 22.84zm28.15-49.26c-.4 10.94-.9 21.66-1.76 31.67-7.85-1.86-15.57-3.8-21.11-7 8.24-7.94 15.55-16.32 22.87-24.68zm24.63 5.28c0-13.43-2.05-24.21-5.28-33.43a235 235 0 0 1-18.47 27.27zm3.52-80.94c19.44 12.81 27.8 33.66 29.91 56.3-12.32-4.53-24.63-9.31-36.95-10.56 5.06-12 6.65-28.14 7-45.74zm-1.76-45.74c.81 14.3 1.84 28.82 1.76 42.23 19.22-8.11 29.78-9.72 44-14.08-10.61-18.96-27.2-25.53-45.76-28.16zM165.68 376.52L181.52 366c-7.47-4.36-13.76-8.42-19.35-12.32.6 7.26.27 13.88 3.51 22.88zm-28.15-49.26c.4 10.94.9 21.66 1.76 31.67 7.85-1.86 15.57-3.8 21.11-7-8.24-7.93-15.55-16.31-22.87-24.67zm-24.64 5.28c0-13.43 2-24.21 5.28-33.43a235 235 0 0 0 18.47 27.27zm-3.52-80.94c-19.44 12.81-27.8 33.66-29.91 56.3 12.32-4.53 24.63-9.31 37-10.56-5-12-6.65-28.14-7-45.74zm1.76-45.74c-.81 14.3-1.84 28.82-1.76 42.23-19.22-8.11-29.78-9.72-44-14.08 10.63-18.95 27.23-25.52 45.76-28.15z"], + "buy-n-large": [576, 512, [], "f8a6", "M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32zm-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60.24 60.24 0 0 1-1.5 6.85 77.39 77.39 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65 0 37.14 27.14 68 62.93 74.45-18.24 37.16-56.16 60.92-117.71 61.52zM358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a78.8 78.8 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65 0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65 5.56-22.31-7.99-29.82-24.14-29.82zM233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170z"], + "gulp": [256, 512, [], "f3ae", "M209.8 391.1l-14.1 24.6-4.6 80.2c0 8.9-28.3 16.1-63.1 16.1s-63.1-7.2-63.1-16.1l-5.8-79.4-14.9-25.4c41.2 17.3 126 16.7 165.6 0zm-196-253.3l13.6 125.5c5.9-20 20.8-47 40-55.2 6.3-2.7 12.7-2.7 18.7.9 5.2 3 9.6 9.3 10.1 11.8 1.2 6.5-2 9.1-4.5 9.1-3 0-5.3-4.6-6.8-7.3-4.1-7.3-10.3-7.6-16.9-2.8-6.9 5-12.9 13.4-17.1 20.7-5.1 8.8-9.4 18.5-12 28.2-1.5 5.6-2.9 14.6-.6 19.9 1 2.2 2.5 3.6 4.9 3.6 5 0 12.3-6.6 15.8-10.1 4.5-4.5 10.3-11.5 12.5-16l5.2-15.5c2.6-6.8 9.9-5.6 9.9 0 0 10.2-3.7 13.6-10 34.7-5.8 19.5-7.6 25.8-7.6 25.8-.7 2.8-3.4 7.5-6.3 7.5-1.2 0-2.1-.4-2.6-1.2-1-1.4-.9-5.3-.8-6.3.2-3.2 6.3-22.2 7.3-25.2-2 2.2-4.1 4.4-6.4 6.6-5.4 5.1-14.1 11.8-21.5 11.8-3.4 0-5.6-.9-7.7-2.4l7.6 79.6c2 5 39.2 17.1 88.2 17.1 49.1 0 86.3-12.2 88.2-17.1l10.9-94.6c-5.7 5.2-12.3 11.6-19.6 14.8-5.4 2.3-17.4 3.8-17.4-5.7 0-5.2 9.1-14.8 14.4-21.5 1.4-1.7 4.7-5.9 4.7-8.1 0-2.9-6-2.2-11.7 2.5-3.2 2.7-6.2 6.3-8.7 9.7-4.3 6-6.6 11.2-8.5 15.5-6.2 14.2-4.1 8.6-9.1 22-5 13.3-4.2 11.8-5.2 14-.9 1.9-2.2 3.5-4 4.5-1.9 1-4.5.9-6.1-.3-.9-.6-1.3-1.9-1.3-3.7 0-.9.1-1.8.3-2.7 1.5-6.1 7.8-18.1 15-34.3 1.6-3.7 1-2.6.8-2.3-6.2 6-10.9 8.9-14.4 10.5-5.8 2.6-13 2.6-14.5-4.1-.1-.4-.1-.8-.2-1.2-11.8 9.2-24.3 11.7-20-8.1-4.6 8.2-12.6 14.9-22.4 14.9-4.1 0-7.1-1.4-8.6-5.1-2.3-5.5 1.3-14.9 4.6-23.8 1.7-4.5 4-9.9 7.1-16.2 1.6-3.4 4.2-5.4 7.6-4.5.6.2 1.1.4 1.6.7 2.6 1.8 1.6 4.5.3 7.2-3.8 7.5-7.1 13-9.3 20.8-.9 3.3-2 9 1.5 9 2.4 0 4.7-.8 6.9-2.4 4.6-3.4 8.3-8.5 11.1-13.5 2-3.6 4.4-8.3 5.6-12.3.5-1.7 1.1-3.3 1.8-4.8 1.1-2.5 2.6-5.1 5.2-5.1 1.3 0 2.4.5 3.2 1.5 1.7 2.2 1.3 4.5.4 6.9-2 5.6-4.7 10.6-6.9 16.7-1.3 3.5-2.7 8-2.7 11.7 0 3.4 3.7 2.6 6.8 1.2 2.4-1.1 4.8-2.8 6.8-4.5 1.2-4.9.9-3.8 26.4-68.2 1.3-3.3 3.7-4.7 6.1-4.7 1.2 0 2.2.4 3.2 1.1 1.7 1.3 1.7 4.1 1 6.2-.7 1.9-.6 1.3-4.5 10.5-5.2 12.1-8.6 20.8-13.2 31.9-1.9 4.6-7.7 18.9-8.7 22.3-.6 2.2-1.3 5.8 1 5.8 5.4 0 19.3-13.1 23.1-17 .2-.3.5-.4.9-.6.6-1.9 1.2-3.7 1.7-5.5 1.4-3.8 2.7-8.2 5.3-11.3.8-1 1.7-1.6 2.7-1.6 2.8 0 4.2 1.2 4.2 4 0 1.1-.7 5.1-1.1 6.2 1.4-1.5 2.9-3 4.5-4.5 15-13.9 25.7-6.8 25.7.2 0 7.4-8.9 17.7-13.8 23.4-1.6 1.9-4.9 5.4-5 6.4 0 1.3.9 1.8 2.2 1.8 2 0 6.4-3.5 8-4.7 5-3.9 11.8-9.9 16.6-14.1l14.8-136.8c-30.5 17.1-197.6 17.2-228.3.2zm229.7-8.5c0 21-231.2 21-231.2 0 0-8.8 51.8-15.9 115.6-15.9 9 0 17.8.1 26.3.4l12.6-48.7L228.1.6c1.4-1.4 5.8-.2 9.9 3.5s6.6 7.9 5.3 9.3l-.1.1L185.9 74l-10 40.7c39.9 2.6 67.6 8.1 67.6 14.6zm-69.4 4.6c0-.8-.9-1.5-2.5-2.1l-.2.8c0 1.3-5 2.4-11.1 2.4s-11.1-1.1-11.1-2.4c0-.1 0-.2.1-.3l.2-.7c-1.8.6-3 1.4-3 2.3 0 2.1 6.2 3.7 13.7 3.7 7.7.1 13.9-1.6 13.9-3.7z"], + "creative-commons-sampling-plus": [496, 512, [], "f4f1", "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm107 205.6c-4.7 0-9 2.8-10.7 7.2l-4 9.5-11-92.8c-1.7-13.9-22-13.4-23.1.4l-4.3 51.4-5.2-68.8c-1.1-14.3-22.1-14.2-23.2 0l-3.5 44.9-5.9-94.3c-.9-14.5-22.3-14.4-23.2 0l-5.1 83.7-4.3-66.3c-.9-14.4-22.2-14.4-23.2 0l-5.3 80.2-4.1-57c-1.1-14.3-22-14.3-23.2-.2l-7.7 89.8-1.8-12.2c-1.7-11.4-17.1-13.6-22-3.3l-13.2 27.7H87.5v23.2h51.3c4.4 0 8.4-2.5 10.4-6.4l10.7 73.1c2 13.5 21.9 13 23.1-.7l3.8-43.6 5.7 78.3c1.1 14.4 22.3 14.2 23.2-.1l4.6-70.4 4.8 73.3c.9 14.4 22.3 14.4 23.2-.1l4.9-80.5 4.5 71.8c.9 14.3 22.1 14.5 23.2.2l4.6-58.6 4.9 64.4c1.1 14.3 22 14.2 23.1.1l6.8-83 2.7 22.3c1.4 11.8 17.7 14.1 22.3 3.1l18-43.4h50.5V258l-58.4.3zm-78 5.2h-21.9v21.9c0 4.1-3.3 7.5-7.5 7.5-4.1 0-7.5-3.3-7.5-7.5v-21.9h-21.9c-4.1 0-7.5-3.3-7.5-7.5 0-4.1 3.4-7.5 7.5-7.5h21.9v-21.9c0-4.1 3.4-7.5 7.5-7.5s7.5 3.3 7.5 7.5v21.9h21.9c4.1 0 7.5 3.3 7.5 7.5 0 4.1-3.4 7.5-7.5 7.5z"], + "strava": [384, 512, [], "f428", "M158.4 0L7 292h89.2l62.2-116.1L220.1 292h88.5zm150.2 292l-43.9 88.2-44.6-88.2h-67.6l112.2 220 111.5-220z"], + "ember": [640, 512, [], "f423", "M639.9 254.6c-1.1-10.7-10.7-6.8-10.7-6.8s-15.6 12.1-29.3 10.7c-13.7-1.3-9.4-32-9.4-32s3-28.1-5.1-30.4c-8.1-2.4-18 7.3-18 7.3s-12.4 13.7-18.3 31.2l-1.6.5s1.9-30.6-.3-37.6c-1.6-3.5-16.4-3.2-18.8 3s-14.2 49.2-15 67.2c0 0-23.1 19.6-43.3 22.8s-25-9.4-25-9.4 54.8-15.3 52.9-59.1-44.2-27.6-49-24c-4.6 3.5-29.4 18.4-36.6 59.7-.2 1.4-.7 7.5-.7 7.5s-21.2 14.2-33 18c0 0 33-55.6-7.3-80.9-11.4-6.8-21.3-.5-27.2 5.3 13.6-17.3 46.4-64.2 36.9-105.2-5.8-24.4-18-27.1-29.2-23.1-17 6.7-23.5 16.7-23.5 16.7s-22 32-27.1 79.5-12.6 105.1-12.6 105.1-10.5 10.2-20.2 10.7-5.4-28.7-5.4-28.7 7.5-44.6 7-52.1-1.1-11.6-9.9-14.2c-8.9-2.7-18.5 8.6-18.5 8.6s-25.5 38.7-27.7 44.6l-1.3 2.4-1.3-1.6s18-52.7.8-53.5-28.5 18.8-28.5 18.8-19.6 32.8-20.4 36.5l-1.3-1.6s8.1-38.2 6.4-47.6c-1.6-9.4-10.5-7.5-10.5-7.5s-11.3-1.3-14.2 5.9-13.7 55.3-15 70.7c0 0-28.2 20.2-46.8 20.4-18.5.3-16.7-11.8-16.7-11.8s68-23.3 49.4-69.2c-8.3-11.8-18-15.5-31.7-15.3-13.7.3-30.3 8.6-41.3 33.3-5.3 11.8-6.8 23-7.8 31.5 0 0-12.3 2.4-18.8-2.9s-10 0-10 0-11.2 14-.1 18.3 28.1 6.1 28.1 6.1c1.6 7.5 6.2 19.5 19.6 29.7 20.2 15.3 58.8-1.3 58.8-1.3l15.9-8.8s.5 14.6 12.1 16.7 16.4 1 36.5-47.9c11.8-25 12.6-23.6 12.6-23.6l1.3-.3s-9.1 46.8-5.6 59.7C187.7 319.4 203 318 203 318s8.3 2.4 15-21.2 19.6-49.9 19.6-49.9h1.6s-5.6 48.1 3 63.7 30.9 5.3 30.9 5.3 15.6-7.8 18-10.2c0 0 18.5 15.8 44.6 12.9 58.3-11.5 79.1-25.9 79.1-25.9s10 24.4 41.1 26.7c35.5 2.7 54.8-18.6 54.8-18.6s-.3 13.5 12.1 18.6 20.7-22.8 20.7-22.8l20.7-57.2h1.9s1.1 37.3 21.5 43.2 47-13.7 47-13.7 6.4-3.5 5.3-14.3zm-578 5.3c.8-32 21.8-45.9 29-39 7.3 7 4.6 22-9.1 31.4-13.7 9.5-19.9 7.6-19.9 7.6zm272.8-123.8s19.1-49.7 23.6-25.5-40 96.2-40 96.2c.5-16.2 16.4-70.7 16.4-70.7zm22.8 138.4c-12.6 33-43.3 19.6-43.3 19.6s-3.5-11.8 6.4-44.9 33.3-20.2 33.3-20.2 16.2 12.4 3.6 45.5zm84.6-14.6s-3-10.5 8.1-30.6c11-20.2 19.6-9.1 19.6-9.1s9.4 10.2-1.3 25.5-26.4 14.2-26.4 14.2z"], + "canadian-maple-leaf": [512, 512, [], "f785", "M383.8 351.7c2.5-2.5 105.2-92.4 105.2-92.4l-17.5-7.5c-10-4.9-7.4-11.5-5-17.4 2.4-7.6 20.1-67.3 20.1-67.3s-47.7 10-57.7 12.5c-7.5 2.4-10-2.5-12.5-7.5s-15-32.4-15-32.4-52.6 59.9-55.1 62.3c-10 7.5-20.1 0-17.6-10 0-10 27.6-129.6 27.6-129.6s-30.1 17.4-40.1 22.4c-7.5 5-12.6 5-17.6-5C293.5 72.3 255.9 0 255.9 0s-37.5 72.3-42.5 79.8c-5 10-10 10-17.6 5-10-5-40.1-22.4-40.1-22.4S183.3 182 183.3 192c2.5 10-7.5 17.5-17.6 10-2.5-2.5-55.1-62.3-55.1-62.3S98.1 167 95.6 172s-5 9.9-12.5 7.5C73 177 25.4 167 25.4 167s17.6 59.7 20.1 67.3c2.4 6 5 12.5-5 17.4L23 259.3s102.6 89.9 105.2 92.4c5.1 5 10 7.5 5.1 22.5-5.1 15-10.1 35.1-10.1 35.1s95.2-20.1 105.3-22.6c8.7-.9 18.3 2.5 18.3 12.5S241 512 241 512h30s-5.8-102.7-5.8-112.8 9.5-13.4 18.4-12.5c10 2.5 105.2 22.6 105.2 22.6s-5-20.1-10-35.1 0-17.5 5-22.5z"], + "teamspeak": [576, 512, [], "f4f9", "M152.8 37.2c-32.2 38.1-56.1 82.6-69.9 130.5c0 .2-.1 .3-.1 .5C43.5 184.4 16 223 16 268c0 59.6 48.4 108 108 108s108-48.4 108-108c0-53.5-38.9-97.9-90-106.5c15.7-41.8 40.4-79.6 72.3-110.7c1.8-1.6 4-2.6 6.3-3.1c37.2-11.5 76.7-13.3 114.8-5.2C454.7 67.6 534 180.7 517.1 301.3c-8.4 62.6-38.6 112.7-87.7 151.4c-50.1 39.7-107.5 54.3-170.2 52.2l-24-1c12.4 2.8 25 4.9 37.6 6.3c40.7 4.2 81.4 2.1 120.1-12.5c94-35.5 149.3-102.3 162.9-202.5c4.8-52.6-5.8-105.4-30.8-152C454.6 11.3 290.8-38.4 159 32c-2.4 1.4-4.5 3.1-6.3 5.2zM309.4 433.9c-2.1 11.5-4.2 21.9-14.6 31.3c53.2-1 123.2-29.2 161.8-97.1c39.7-69.9 37.6-139.9-6.3-207.8C413.8 105 360.5 77.9 293.7 73.7c1.5 2.3 3.2 4.4 5.2 6.3l5.2 6.3c25.1 31.3 37.6 67.9 42.8 107.5c2.1 15.7-1 30.3-13.6 41.8c-4.2 3.1-5.2 6.3-4.2 10.4l7.3 17.7L365.7 318c5.2 11.5 4.2 19.8-6.3 28.2c-3.2 2.5-6.7 4.6-10.4 6.3l-18.8 8.4 3.1 13.6c3.1 6.3 1 12.5-3.1 17.7c-2.5 2.4-3.8 5.9-3.1 9.4c2.1 11.5-2.1 19.8-12.5 25.1c-2.1 1-4.2 5.2-5.2 7.3zm-133.6-3.1c16.7 11.5 34.5 20.9 53.2 26.1c24 5.2 41.8-6.3 44.9-30.3c1-8.4 5.2-14.6 12.5-17.7c7.3-4.2 8.4-7.3 2.1-13.6l-9.4-8.4 13.6-4.2c6.3-2.1 7.3-5.2 5.2-11.5c-1.4-3-2.4-6.2-3.1-9.4c-3.1-14.6-2.1-15.7 11.5-18.8c8.4-3.1 15.7-6.3 21.9-12.5c3.1-2.1 3.1-4.2 1-8.4l-16.7-30.3c-1-1.9-2.1-3.8-3.1-5.7c-6.4-11.7-13-23.6-15.7-37.1c-2.1-9.4-1-17.7 8.4-24c5.2-4.2 8.4-9.4 8.4-16.7c-.4-10.1-1.5-20.3-3.1-30.3c-6.3-37.6-23-68.9-51.2-95c-5.2-4.2-9.4-6.3-16.7-4.2L203.9 91.5c2 1.2 4 2.4 6 3.6l0 0c6.3 3.7 12.2 7.3 17 12.1c30.3 26.1 41.8 61.6 45.9 100.2c1 8.4 0 16.7-7.3 21.9c-8.4 5.2-10.4 12.5-7.3 20.9c4.9 13.2 10.4 26 16.7 38.6L291.6 318c-6.3 8.4-13.6 11.5-21.9 14.6c-12.5 3.1-14.6 7.3-10.4 20.9c.6 1.5 1.4 2.8 2.1 4.2c2.1 5.2 1 8.4-4.2 10.4l-12.5 3.1 5.2 4.2 4.2 4.2c4.2 5.2 4.2 8.4-2.1 10.4c-7.3 4.2-11.5 9.4-11.5 17.7c0 12.5-7.3 19.8-18.8 24c-3.8 1-7.6 1.5-11.5 1l-34.5-2.1z"], + "pushed": [432, 512, [], "f3e1", "M407 111.9l-98.5-9 14-33.4c10.4-23.5-10.8-40.4-28.7-37L22.5 76.9c-15.1 2.7-26 18.3-21.4 36.6l105.1 348.3c6.5 21.3 36.7 24.2 47.7 7l35.3-80.8 235.2-231.3c16.4-16.8 4.3-42.9-17.4-44.8zM297.6 53.6c5.1-.7 7.5 2.5 5.2 7.4L286 100.9 108.6 84.6l189-31zM22.7 107.9c-3.1-5.1 1-10 6.1-9.1l248.7 22.7-96.9 230.7L22.7 107.9zM136 456.4c-2.6 4-7.9 3.1-9.4-1.2L43.5 179.7l127.7 197.6c-7 15-35.2 79.1-35.2 79.1zm272.8-314.5L210.1 337.3l89.7-213.7 106.4 9.7c4 1.1 5.7 5.3 2.6 8.6z"], + "wordpress-simple": [512, 512, [], "f411", "M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8zM33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256zm223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4 68.5 187.8c.5 1.1 1 2.1 1.6 3.1-23.1 8.1-48 12.6-74 12.6zm30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-21.9 0-58.7-2.8-58.7-2.8-12-.7-13.4 17.7-1.4 18.4 0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5-1-.1-1.9-.2-2.9-.2-21.9 0-37.4 19.1-37.4 39.6 0 18.4 10.6 33.9 21.9 52.3 8.5 14.8 18.4 33.9 18.4 61.5 0 19.1-7.3 41.2-17 72.1l-22.2 74.3-80.7-239.6zm81.4 297.2l68.1-196.9c12.7-31.8 17-57.2 17-79.9 0-8.2-.5-15.8-1.5-22.9 17.4 31.8 27.3 68.2 27.3 107 0 82.3-44.6 154.1-110.9 192.7z"], + "nutritionix": [400, 512, [], "f3d6", "M88 8.1S221.4-.1 209 112.5c0 0 19.1-74.9 103-40.6 0 0-17.7 74-88 56 0 0 14.6-54.6 66.1-56.6 0 0-39.9-10.3-82.1 48.8 0 0-19.8-94.5-93.6-99.7 0 0 75.2 19.4 77.6 107.5 0 .1-106.4 7-104-119.8zm312 315.6c0 48.5-9.7 95.3-32 132.3-42.2 30.9-105 48-168 48-62.9 0-125.8-17.1-168-48C9.7 419 0 372.2 0 323.7 0 275.3 17.7 229 40 192c42.2-30.9 97.1-48.6 160-48.6 63 0 117.8 17.6 160 48.6 22.3 37 40 83.3 40 131.7zM120 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM192 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM264 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM336 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm24-39.6c-4.8-22.3-7.4-36.9-16-56-38.8-19.9-90.5-32-144-32S94.8 180.1 56 200c-8.8 19.5-11.2 33.9-16 56 42.2-7.9 98.7-14.8 160-14.8s117.8 6.9 160 14.8z"], + "wodu": [640, 512, [], "e088", "M178.414 339.706H141.1L112.166 223.475h-.478L83.228 339.706H45.2L0 168.946H37.548L64.574 285.177h.478L94.707 168.946h35.157l29.178 117.667h.479L187.5 168.946h36.831zM271.4 212.713c38.984 0 64.1 25.828 64.1 65.291 0 39.222-25.111 65.05-64.1 65.05-38.743 0-63.855-25.828-63.855-65.05C207.547 238.541 232.659 212.713 271.4 212.713zm0 104.753c23.2 0 30.133-19.852 30.133-39.462 0-19.852-6.934-39.7-30.133-39.7-27.7 0-29.894 19.85-29.894 39.7C241.508 297.614 248.443 317.466 271.4 317.466zM435.084 323.922h-.478c-7.893 13.392-21.765 19.132-37.548 19.132-37.31 0-55.485-32.045-55.485-66.246 0-33.243 18.415-64.095 54.767-64.095 14.589 0 28.938 6.218 36.831 18.416h.24V168.946h33.96v170.76H435.084zM405.428 238.3c-22.24 0-29.894 19.134-29.894 39.463 0 19.371 8.848 39.7 29.894 39.7 22.482 0 29.178-19.613 29.178-39.94C434.606 257.436 427.432 238.3 405.428 238.3zM592.96 339.706H560.673V322.487h-.718c-8.609 13.87-23.436 20.567-37.786 20.567-36.113 0-45.2-20.328-45.2-50.941V216.061h33.959V285.9c0 20.329 5.979 30.372 21.765 30.372 18.415 0 26.306-10.283 26.306-35.393V216.061H592.96zM602.453 302.876H640v36.83H602.453z"], + "google-pay": [640, 512, [], "e079", "M105.72,215v41.25h57.1a49.66,49.66,0,0,1-21.14,32.6c-9.54,6.55-21.72,10.28-36,10.28-27.6,0-50.93-18.91-59.3-44.22a65.61,65.61,0,0,1,0-41l0,0c8.37-25.46,31.7-44.37,59.3-44.37a56.43,56.43,0,0,1,40.51,16.08L176.47,155a101.24,101.24,0,0,0-70.75-27.84,105.55,105.55,0,0,0-94.38,59.11,107.64,107.64,0,0,0,0,96.18v.15a105.41,105.41,0,0,0,94.38,59c28.47,0,52.55-9.53,70-25.91,20-18.61,31.41-46.15,31.41-78.91A133.76,133.76,0,0,0,205.38,215Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14-22.46,0-39.34,8.34-50.5,24.86l20.85,13.26q11.45-17,31.26-17a34.05,34.05,0,0,1,22.75,8.79A28.14,28.14,0,0,1,487.79,248v5.51c-9.1-5.07-20.55-7.75-34.64-7.75-16.44,0-29.65,3.88-39.49,11.77s-14.82,18.31-14.82,31.56a39.74,39.74,0,0,0,13.94,31.27c9.25,8.34,21,12.51,34.79,12.51,16.29,0,29.21-7.3,39-21.89h1v17.72h22.61V250C510.25,233.45,505.26,220.34,495.13,211ZM475.9,300.3a37.32,37.32,0,0,1-26.57,11.16A28.61,28.61,0,0,1,431,305.21a19.41,19.41,0,0,1-7.77-15.63c0-7,3.22-12.81,9.54-17.42s14.53-7,24.07-7C470,265,480.3,268,487.64,273.94,487.64,284.07,483.68,292.85,475.9,300.3Zm-93.65-142A55.71,55.71,0,0,0,341.74,142H279.07V328.74H302.7V253.1h39c16,0,29.5-5.36,40.51-15.93.88-.89,1.76-1.79,2.65-2.68A54.45,54.45,0,0,0,382.25,158.26Zm-16.58,62.23a30.65,30.65,0,0,1-23.34,9.68H302.7V165h39.63a32,32,0,0,1,22.6,9.23A33.18,33.18,0,0,1,365.67,220.49ZM614.31,201,577.77,292.7h-.45L539.9,201H514.21L566,320.55l-29.35,64.32H561L640,201Z"], + "intercom": [448, 512, [], "f7af", "M392 32H56C25.1 32 0 57.1 0 88v336c0 30.9 25.1 56 56 56h336c30.9 0 56-25.1 56-56V88c0-30.9-25.1-56-56-56zm-108.3 82.1c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zm-74.6-7.5c0-19.8 29.9-19.8 29.9 0v216.5c0 19.8-29.9 19.8-29.9 0V106.6zm-74.7 7.5c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zM59.7 144c0-19.8 29.9-19.8 29.9 0v134.3c0 19.8-29.9 19.8-29.9 0V144zm323.4 227.8c-72.8 63-241.7 65.4-318.1 0-15-12.8 4.4-35.5 19.4-22.7 65.9 55.3 216.1 53.9 279.3 0 14.9-12.9 34.3 9.8 19.4 22.7zm5.2-93.5c0 19.8-29.9 19.8-29.9 0V144c0-19.8 29.9-19.8 29.9 0v134.3z"], + "zhihu": [640, 512, [], "f63f", "M170.54 148.13v217.54l23.43.01 7.71 26.37 42.01-26.37h49.53V148.13H170.54zm97.75 193.93h-27.94l-27.9 17.51-5.08-17.47-11.9-.04V171.75h72.82v170.31zm-118.46-94.39H97.5c1.74-27.1 2.2-51.59 2.2-73.46h51.16s1.97-22.56-8.58-22.31h-88.5c3.49-13.12 7.87-26.66 13.12-40.67 0 0-24.07 0-32.27 21.57-3.39 8.9-13.21 43.14-30.7 78.12 5.89-.64 25.37-1.18 36.84-22.21 2.11-5.89 2.51-6.66 5.14-14.53h28.87c0 10.5-1.2 66.88-1.68 73.44H20.83c-11.74 0-15.56 23.62-15.56 23.62h65.58C66.45 321.1 42.83 363.12 0 396.34c20.49 5.85 40.91-.93 51-9.9 0 0 22.98-20.9 35.59-69.25l53.96 64.94s7.91-26.89-1.24-39.99c-7.58-8.92-28.06-33.06-36.79-41.81L87.9 311.95c4.36-13.98 6.99-27.55 7.87-40.67h61.65s-.09-23.62-7.59-23.62v.01zm412.02-1.6c20.83-25.64 44.98-58.57 44.98-58.57s-18.65-14.8-27.38-4.06c-6 8.15-36.83 48.2-36.83 48.2l19.23 14.43zm-150.09-59.09c-9.01-8.25-25.91 2.13-25.91 2.13s39.52 55.04 41.12 57.45l19.46-13.73s-25.67-37.61-34.66-45.86h-.01zM640 258.35c-19.78 0-130.91.93-131.06.93v-101c4.81 0 12.42-.4 22.85-1.2 40.88-2.41 70.13-4 87.77-4.81 0 0 12.22-27.19-.59-33.44-3.07-1.18-23.17 4.58-23.17 4.58s-165.22 16.49-232.36 18.05c1.6 8.82 7.62 17.08 15.78 19.55 13.31 3.48 22.69 1.7 49.15.89 24.83-1.6 43.68-2.43 56.51-2.43v99.81H351.41s2.82 22.31 25.51 22.85h107.94v70.92c0 13.97-11.19 21.99-24.48 21.12-14.08.11-26.08-1.15-41.69-1.81 1.99 3.97 6.33 14.39 19.31 21.84 9.88 4.81 16.17 6.57 26.02 6.57 29.56 0 45.67-17.28 44.89-45.31v-73.32h122.36c9.68 0 8.7-23.78 8.7-23.78l.03-.01z"], + "korvue": [446, 512, [], "f42f", "M386.5 34h-327C26.8 34 0 60.8 0 93.5v327.1C0 453.2 26.8 480 59.5 480h327.1c33 0 59.5-26.8 59.5-59.5v-327C446 60.8 419.2 34 386.5 34zM87.1 120.8h96v116l61.8-116h110.9l-81.2 132H87.1v-132zm161.8 272.1l-65.7-113.6v113.6h-96V262.1h191.5l88.6 130.8H248.9z"], + "pix": [512, 512, [], "e43a", "M242.4 292.5C247.8 287.1 257.1 287.1 262.5 292.5L339.5 369.5C353.7 383.7 372.6 391.5 392.6 391.5H407.7L310.6 488.6C280.3 518.1 231.1 518.1 200.8 488.6L103.3 391.2H112.6C132.6 391.2 151.5 383.4 165.7 369.2L242.4 292.5zM262.5 218.9C256.1 224.4 247.9 224.5 242.4 218.9L165.7 142.2C151.5 127.1 132.6 120.2 112.6 120.2H103.3L200.7 22.76C231.1-7.586 280.3-7.586 310.6 22.76L407.8 119.9H392.6C372.6 119.9 353.7 127.7 339.5 141.9L262.5 218.9zM112.6 142.7C126.4 142.7 139.1 148.3 149.7 158.1L226.4 234.8C233.6 241.1 243 245.6 252.5 245.6C261.9 245.6 271.3 241.1 278.5 234.8L355.5 157.8C365.3 148.1 378.8 142.5 392.6 142.5H430.3L488.6 200.8C518.9 231.1 518.9 280.3 488.6 310.6L430.3 368.9H392.6C378.8 368.9 365.3 363.3 355.5 353.5L278.5 276.5C264.6 262.6 240.3 262.6 226.4 276.6L149.7 353.2C139.1 363 126.4 368.6 112.6 368.6H80.78L22.76 310.6C-7.586 280.3-7.586 231.1 22.76 200.8L80.78 142.7H112.6z"], + "steam-symbol": [448, 512, [], "f3f6", "M395.5 177.5c0 33.8-27.5 61-61 61-33.8 0-61-27.3-61-61s27.3-61 61-61c33.5 0 61 27.2 61 61zm52.5.2c0 63-51 113.8-113.7 113.8L225 371.3c-4 43-40.5 76.8-84.5 76.8-40.5 0-74.7-28.8-83-67L0 358V250.7L97.2 290c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C397 64 448 115 448 177.7zM203 363c0-34.7-27.8-62.5-62.5-62.5-4.5 0-9 .5-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5-10.2 25.5-39.2 38-64.7 27.5-10.2-4-20.5-8.3-30.7-12.2 10.5 19.7 31.2 33.2 55.2 33.2 34.7 0 62.5-27.8 62.5-62.5zm207.5-185.3c0-42-34.3-76.2-76.2-76.2-42.3 0-76.5 34.2-76.5 76.2 0 42.2 34.3 76.2 76.5 76.2 41.9.1 76.2-33.9 76.2-76.2z"] + }; + + bunker(() => { + defineIcons('fab', icons); + defineIcons('fa-brands', icons); + }); + +}()); diff --git a/lib/fontawesome-free-6.6.0-web/js/brands.min.js b/lib/fontawesome-free-6.6.0-web/js/brands.min.js new file mode 100644 index 0000000..6350996 --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/js/brands.min.js @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +!function(){"use strict";let c={},l={};try{"undefined"!=typeof window&&(c=window),"undefined"!=typeof document&&(l=document)}catch(c){}const{userAgent:z=""}=c.navigator||{};var h=c,a=l,m=(h.document,!a.documentElement||!a.head||"function"!=typeof a.addEventListener||a.createElement,~z.indexOf("MSIE")||z.indexOf("Trident/"),"classic"),C={fak:"kit","fa-kit":"kit"},v={fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"},s={classic:{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands"},sharp:{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"},"sharp-duotone":{fa:"solid",fasds:"solid","fa-solid":"solid"}},M={kit:"fak"},H={"kit-duotone":"fakd"},a="___FONT_AWESOME___";const V=(()=>{try{return!0}catch(c){return!1}})();function L(c){return new Proxy(c,{get(c,l){return l in c?c[l]:c[m]}})}const e={...s};e[m]={...s[m],...C,...v};L(e);const f={classic:{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab"},sharp:{solid:"fass",regular:"fasr",light:"fasl",thin:"fast"},"sharp-duotone":{solid:"fasds"}};f[m]={...f[m],...M,...H};H=L(f);const r={classic:{fab:"fa-brands",fad:"fa-duotone",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"},sharp:{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"},"sharp-duotone":{fasds:"fa-solid"}};r[m]={...r[m],fak:"fa-kit"};L(r);const t={classic:{"fa-brands":"fab","fa-duotone":"fad","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"},sharp:{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"},"sharp-duotone":{"fa-solid":"fasds"}};t[m]={...t[m],"fa-kit":"fak"};L(t),L({classic:{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},sharp:{900:"fass",400:"fasr",300:"fasl",100:"fast"},"sharp-duotone":{900:"fasds"}});const o=new Set;Object.keys(H[m]).map(o.add.bind(o)),Object.keys(H.sharp).map(o.add.bind(o)),Object.keys(H["sharp-duotone"]).map(o.add.bind(o));const i=h||{};i[a]||(i[a]={}),i[a].styles||(i[a].styles={}),i[a].hooks||(i[a].hooks={}),i[a].shims||(i[a].shims=[]);var d=i[a];function n(h){return Object.keys(h).reduce((c,l)=>{var z=h[l];return!!z.icon?c[z.iconName]=z.icon:c[l]=z,c},{})}function u(c,l,z){var{skipHooks:h=!1}=2{u("fab",b),u("fa-brands",b)})}(); \ No newline at end of file diff --git a/lib/fontawesome-free-6.6.0-web/js/conflict-detection.js b/lib/fontawesome-free-6.6.0-web/js/conflict-detection.js new file mode 100644 index 0000000..57444ec --- /dev/null +++ b/lib/fontawesome-free-6.6.0-web/js/conflict-detection.js @@ -0,0 +1,1126 @@ +/*! + * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2024 Fonticons, Inc. + */ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory() : + typeof define === 'function' && define.amd ? define(factory) : + (factory()); +}(this, (function () { 'use strict'; + + let _WINDOW = {}; + let _DOCUMENT = {}; + + try { + if (typeof window !== 'undefined') _WINDOW = window; + if (typeof document !== 'undefined') _DOCUMENT = document; + } catch (e) {} + + const { + userAgent = '' + } = _WINDOW.navigator || {}; + const WINDOW = _WINDOW; + const DOCUMENT = _DOCUMENT; + const IS_BROWSER = !!WINDOW.document; + const IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function'; + const IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/'); + + const functions = []; + + const listener = function () { + DOCUMENT.removeEventListener('DOMContentLoaded', listener); + loaded = 1; + functions.map(fn => fn()); + }; + + let loaded = false; + + if (IS_DOM) { + loaded = (DOCUMENT.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(DOCUMENT.readyState); + if (!loaded) DOCUMENT.addEventListener('DOMContentLoaded', listener); + } + + function domready (fn) { + if (!IS_DOM) return; + loaded ? setTimeout(fn, 0) : functions.push(fn); + } + + function report (_ref) { + let { + nodesTested, + nodesFound + } = _ref; + const timedOutTests = {}; + + for (let key in nodesFound) { + if (!(nodesTested.conflict[key] || nodesTested.noConflict[key])) { + timedOutTests[key] = nodesFound[key]; + } + } + + const conflictsCount = Object.keys(nodesTested.conflict).length; + + if (conflictsCount > 0) { + console.info("%cConflict".concat(conflictsCount > 1 ? 's' : '', " found:"), 'color: darkred; font-size: large'); + const data = {}; + + for (let key in nodesTested.conflict) { + const item = nodesTested.conflict[key]; + data[key] = { + 'tagName': item.tagName, + 'src/href': item.src || item.href || 'n/a', + 'innerText excerpt': item.innerText && item.innerText !== '' ? item.innerText.slice(0, 200) + '...' : '(empty)' + }; + } + + console.table(data); + } + + const noConflictsCount = Object.keys(nodesTested.noConflict).length; + + if (noConflictsCount > 0) { + console.info("%cNo conflict".concat(noConflictsCount > 1 ? 's' : '', " found with ").concat(noConflictsCount === 1 ? 'this' : 'these', ":"), 'color: green; font-size: large'); + const data = {}; + + for (let key in nodesTested.noConflict) { + const item = nodesTested.noConflict[key]; + data[key] = { + 'tagName': item.tagName, + 'src/href': item.src || item.href || 'n/a', + 'innerText excerpt': item.innerText && item.innerText !== '' ? item.innerText.slice(0, 200) + '...' : '(empty)' + }; + } + + console.table(data); + } + + const timeOutCount = Object.keys(timedOutTests).length; + + if (timeOutCount > 0) { + console.info("%cLeftovers--we timed out before collecting test results for ".concat(timeOutCount === 1 ? 'this' : 'these', ":"), 'color: blue; font-size: large'); + const data = {}; + + for (let key in timedOutTests) { + const item = timedOutTests[key]; + data[key] = { + 'tagName': item.tagName, + 'src/href': item.src || item.href || 'n/a', + 'innerText excerpt': item.innerText && item.innerText !== '' ? item.innerText.slice(0, 200) + '...' : '(empty)' + }; + } + + console.table(data); + } + } + + var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; + + function createCommonjsModule(fn, module) { + return module = { exports: {} }, fn(module, module.exports), module.exports; + } + + var md5 = createCommonjsModule(function (module) { + + (function ($) { + /** + * Add integers, wrapping at 2^32. + * This uses 16-bit operations internally to work around bugs in interpreters. + * + * @param {number} x First integer + * @param {number} y Second integer + * @returns {number} Sum + */ + + function safeAdd(x, y) { + var lsw = (x & 0xffff) + (y & 0xffff); + var msw = (x >> 16) + (y >> 16) + (lsw >> 16); + return msw << 16 | lsw & 0xffff; + } + /** + * Bitwise rotate a 32-bit number to the left. + * + * @param {number} num 32-bit number + * @param {number} cnt Rotation count + * @returns {number} Rotated number + */ + + + function bitRotateLeft(num, cnt) { + return num << cnt | num >>> 32 - cnt; + } + /** + * Basic operation the algorithm uses. + * + * @param {number} q q + * @param {number} a a + * @param {number} b b + * @param {number} x x + * @param {number} s s + * @param {number} t t + * @returns {number} Result + */ + + + function md5cmn(q, a, b, x, s, t) { + return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b); + } + /** + * Basic operation the algorithm uses. + * + * @param {number} a a + * @param {number} b b + * @param {number} c c + * @param {number} d d + * @param {number} x x + * @param {number} s s + * @param {number} t t + * @returns {number} Result + */ + + + function md5ff(a, b, c, d, x, s, t) { + return md5cmn(b & c | ~b & d, a, b, x, s, t); + } + /** + * Basic operation the algorithm uses. + * + * @param {number} a a + * @param {number} b b + * @param {number} c c + * @param {number} d d + * @param {number} x x + * @param {number} s s + * @param {number} t t + * @returns {number} Result + */ + + + function md5gg(a, b, c, d, x, s, t) { + return md5cmn(b & d | c & ~d, a, b, x, s, t); + } + /** + * Basic operation the algorithm uses. + * + * @param {number} a a + * @param {number} b b + * @param {number} c c + * @param {number} d d + * @param {number} x x + * @param {number} s s + * @param {number} t t + * @returns {number} Result + */ + + + function md5hh(a, b, c, d, x, s, t) { + return md5cmn(b ^ c ^ d, a, b, x, s, t); + } + /** + * Basic operation the algorithm uses. + * + * @param {number} a a + * @param {number} b b + * @param {number} c c + * @param {number} d d + * @param {number} x x + * @param {number} s s + * @param {number} t t + * @returns {number} Result + */ + + + function md5ii(a, b, c, d, x, s, t) { + return md5cmn(c ^ (b | ~d), a, b, x, s, t); + } + /** + * Calculate the MD5 of an array of little-endian words, and a bit length. + * + * @param {Array} x Array of little-endian words + * @param {number} len Bit length + * @returns {Array} MD5 Array + */ + + + function binlMD5(x, len) { + /* append padding */ + x[len >> 5] |= 0x80 << len % 32; + x[(len + 64 >>> 9 << 4) + 14] = len; + var i; + var olda; + var oldb; + var oldc; + var oldd; + var a = 1732584193; + var b = -271733879; + var c = -1732584194; + var d = 271733878; + + for (i = 0; i < x.length; i += 16) { + olda = a; + oldb = b; + oldc = c; + oldd = d; + a = md5ff(a, b, c, d, x[i], 7, -680876936); + d = md5ff(d, a, b, c, x[i + 1], 12, -389564586); + c = md5ff(c, d, a, b, x[i + 2], 17, 606105819); + b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330); + a = md5ff(a, b, c, d, x[i + 4], 7, -176418897); + d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426); + c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341); + b = md5ff(b, c, d, a, x[i + 7], 22, -45705983); + a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416); + d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417); + c = md5ff(c, d, a, b, x[i + 10], 17, -42063); + b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162); + a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682); + d = md5ff(d, a, b, c, x[i + 13], 12, -40341101); + c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290); + b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329); + a = md5gg(a, b, c, d, x[i + 1], 5, -165796510); + d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632); + c = md5gg(c, d, a, b, x[i + 11], 14, 643717713); + b = md5gg(b, c, d, a, x[i], 20, -373897302); + a = md5gg(a, b, c, d, x[i + 5], 5, -701558691); + d = md5gg(d, a, b, c, x[i + 10], 9, 38016083); + c = md5gg(c, d, a, b, x[i + 15], 14, -660478335); + b = md5gg(b, c, d, a, x[i + 4], 20, -405537848); + a = md5gg(a, b, c, d, x[i + 9], 5, 568446438); + d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690); + c = md5gg(c, d, a, b, x[i + 3], 14, -187363961); + b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501); + a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467); + d = md5gg(d, a, b, c, x[i + 2], 9, -51403784); + c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473); + b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734); + a = md5hh(a, b, c, d, x[i + 5], 4, -378558); + d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463); + c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562); + b = md5hh(b, c, d, a, x[i + 14], 23, -35309556); + a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060); + d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353); + c = md5hh(c, d, a, b, x[i + 7], 16, -155497632); + b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640); + a = md5hh(a, b, c, d, x[i + 13], 4, 681279174); + d = md5hh(d, a, b, c, x[i], 11, -358537222); + c = md5hh(c, d, a, b, x[i + 3], 16, -722521979); + b = md5hh(b, c, d, a, x[i + 6], 23, 76029189); + a = md5hh(a, b, c, d, x[i + 9], 4, -640364487); + d = md5hh(d, a, b, c, x[i + 12], 11, -421815835); + c = md5hh(c, d, a, b, x[i + 15], 16, 530742520); + b = md5hh(b, c, d, a, x[i + 2], 23, -995338651); + a = md5ii(a, b, c, d, x[i], 6, -198630844); + d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415); + c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905); + b = md5ii(b, c, d, a, x[i + 5], 21, -57434055); + a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571); + d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606); + c = md5ii(c, d, a, b, x[i + 10], 15, -1051523); + b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799); + a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359); + d = md5ii(d, a, b, c, x[i + 15], 10, -30611744); + c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380); + b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649); + a = md5ii(a, b, c, d, x[i + 4], 6, -145523070); + d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379); + c = md5ii(c, d, a, b, x[i + 2], 15, 718787259); + b = md5ii(b, c, d, a, x[i + 9], 21, -343485551); + a = safeAdd(a, olda); + b = safeAdd(b, oldb); + c = safeAdd(c, oldc); + d = safeAdd(d, oldd); + } + + return [a, b, c, d]; + } + /** + * Convert an array of little-endian words to a string + * + * @param {Array} input MD5 Array + * @returns {string} MD5 string + */ + + + function binl2rstr(input) { + var i; + var output = ''; + var length32 = input.length * 32; + + for (i = 0; i < length32; i += 8) { + output += String.fromCharCode(input[i >> 5] >>> i % 32 & 0xff); + } + + return output; + } + /** + * Convert a raw string to an array of little-endian words + * Characters >255 have their high-byte silently ignored. + * + * @param {string} input Raw input string + * @returns {Array} Array of little-endian words + */ + + + function rstr2binl(input) { + var i; + var output = []; + output[(input.length >> 2) - 1] = undefined; + + for (i = 0; i < output.length; i += 1) { + output[i] = 0; + } + + var length8 = input.length * 8; + + for (i = 0; i < length8; i += 8) { + output[i >> 5] |= (input.charCodeAt(i / 8) & 0xff) << i % 32; + } + + return output; + } + /** + * Calculate the MD5 of a raw string + * + * @param {string} s Input string + * @returns {string} Raw MD5 string + */ + + + function rstrMD5(s) { + return binl2rstr(binlMD5(rstr2binl(s), s.length * 8)); + } + /** + * Calculates the HMAC-MD5 of a key and some data (raw strings) + * + * @param {string} key HMAC key + * @param {string} data Raw input string + * @returns {string} Raw MD5 string + */ + + + function rstrHMACMD5(key, data) { + var i; + var bkey = rstr2binl(key); + var ipad = []; + var opad = []; + var hash; + ipad[15] = opad[15] = undefined; + + if (bkey.length > 16) { + bkey = binlMD5(bkey, key.length * 8); + } + + for (i = 0; i < 16; i += 1) { + ipad[i] = bkey[i] ^ 0x36363636; + opad[i] = bkey[i] ^ 0x5c5c5c5c; + } + + hash = binlMD5(ipad.concat(rstr2binl(data)), 512 + data.length * 8); + return binl2rstr(binlMD5(opad.concat(hash), 512 + 128)); + } + /** + * Convert a raw string to a hex string + * + * @param {string} input Raw input string + * @returns {string} Hex encoded string + */ + + + function rstr2hex(input) { + var hexTab = '0123456789abcdef'; + var output = ''; + var x; + var i; + + for (i = 0; i < input.length; i += 1) { + x = input.charCodeAt(i); + output += hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f); + } + + return output; + } + /** + * Encode a string as UTF-8 + * + * @param {string} input Input string + * @returns {string} UTF8 string + */ + + + function str2rstrUTF8(input) { + return unescape(encodeURIComponent(input)); + } + /** + * Encodes input string as raw MD5 string + * + * @param {string} s Input string + * @returns {string} Raw MD5 string + */ + + + function rawMD5(s) { + return rstrMD5(str2rstrUTF8(s)); + } + /** + * Encodes input string as Hex encoded string + * + * @param {string} s Input string + * @returns {string} Hex encoded string + */ + + + function hexMD5(s) { + return rstr2hex(rawMD5(s)); + } + /** + * Calculates the raw HMAC-MD5 for the given key and data + * + * @param {string} k HMAC key + * @param {string} d Input string + * @returns {string} Raw MD5 string + */ + + + function rawHMACMD5(k, d) { + return rstrHMACMD5(str2rstrUTF8(k), str2rstrUTF8(d)); + } + /** + * Calculates the Hex encoded HMAC-MD5 for the given key and data + * + * @param {string} k HMAC key + * @param {string} d Input string + * @returns {string} Raw MD5 string + */ + + + function hexHMACMD5(k, d) { + return rstr2hex(rawHMACMD5(k, d)); + } + /** + * Calculates MD5 value for a given string. + * If a key is provided, calculates the HMAC-MD5 value. + * Returns a Hex encoded string unless the raw argument is given. + * + * @param {string} string Input string + * @param {string} [key] HMAC key + * @param {boolean} [raw] Raw output switch + * @returns {string} MD5 output + */ + + + function md5(string, key, raw) { + if (!key) { + if (!raw) { + return hexMD5(string); + } + + return rawMD5(string); + } + + if (!raw) { + return hexHMACMD5(key, string); + } + + return rawHMACMD5(key, string); + } + + if (module.exports) { + module.exports = md5; + } else { + $.md5 = md5; + } + })(commonjsGlobal); + }); + + function md5ForNode(node) { + if (null === node || 'object' !== typeof node) return undefined; + + if (node.src) { + return md5(node.src); + } else if (node.href) { + return md5(node.href); + } else if (node.innerText && '' !== node.innerText) { + // eslint-disable-line yoda + return md5(node.innerText); + } else { + return undefined; + } + } + + const diagScriptId = 'fa-kits-diag'; + const nodeUnderTestId = 'fa-kits-node-under-test'; + const md5Attr = 'data-md5'; + const detectionIgnoreAttr = 'data-fa-detection-ignore'; + const timeoutAttr = 'data-fa-detection-timeout'; + const resultsCollectionMaxWaitAttr = 'data-fa-detection-results-collection-max-wait'; + + const silenceErrors = e => { + e.preventDefault(); + e.stopPropagation(); + }; + + function pollUntil(_ref) { + let { + fn = () => true, + initialDuration = 1, + maxDuration = WINDOW.FontAwesomeDetection.timeout, + showProgress = false, + progressIndicator + } = _ref; + return new Promise(function (resolve, reject) { + // eslint-disable-line compat/compat + function poll(duration, cumulativeDuration) { + setTimeout(function () { + const result = fn(); + + if (showProgress) { + console.info(progressIndicator); + } + + if (!!result) { + // eslint-disable-line no-extra-boolean-cast + resolve(result); + } else { + const nextDuration = 250; + const nextCumulativeDuration = nextDuration + cumulativeDuration; + + if (nextCumulativeDuration <= maxDuration) { + poll(nextDuration, nextCumulativeDuration); + } else { + reject('timeout'); // eslint-disable-line prefer-promise-reject-errors + } + } + }, duration); + } + + poll(initialDuration, 0); + }); + } + + function detectWebfontConflicts() { + const linkTags = Array.from(DOCUMENT.getElementsByTagName('link')).filter(t => !t.hasAttribute(detectionIgnoreAttr)); + const styleTags = Array.from(DOCUMENT.getElementsByTagName('style')).filter(t => { + if (t.hasAttribute(detectionIgnoreAttr)) { + return false; + } // If the browser has loaded the FA5 CSS, let's not test that + + + +
    + + + diff --git a/lib/fullcalendar-6.1.14/examples/daygrid-views.html b/lib/fullcalendar-6.1.14/examples/daygrid-views.html new file mode 100644 index 0000000..9dafe43 --- /dev/null +++ b/lib/fullcalendar-6.1.14/examples/daygrid-views.html @@ -0,0 +1,104 @@ + + + + + + + + + + +
    + + + diff --git a/lib/fullcalendar-6.1.14/examples/external-dragging-2cals.html b/lib/fullcalendar-6.1.14/examples/external-dragging-2cals.html new file mode 100644 index 0000000..066685d --- /dev/null +++ b/lib/fullcalendar-6.1.14/examples/external-dragging-2cals.html @@ -0,0 +1,69 @@ + + + + + + + + + + +
    +
    + + + diff --git a/lib/fullcalendar-6.1.14/examples/external-dragging-builtin.html b/lib/fullcalendar-6.1.14/examples/external-dragging-builtin.html new file mode 100644 index 0000000..78fcd89 --- /dev/null +++ b/lib/fullcalendar-6.1.14/examples/external-dragging-builtin.html @@ -0,0 +1,149 @@ + + + + + + + + + +
    + +
    +

    Draggable Events

    + +
    +
    +
    My Event 1
    +
    +
    +
    My Event 2
    +
    +
    +
    My Event 3
    +
    +
    +
    My Event 4
    +
    +
    +
    My Event 5
    +
    +
    + +

    + + +

    +
    + +
    +
    +
    + +
    + + diff --git a/lib/fullcalendar-6.1.14/examples/full-height.html b/lib/fullcalendar-6.1.14/examples/full-height.html new file mode 100644 index 0000000..18b55f8 --- /dev/null +++ b/lib/fullcalendar-6.1.14/examples/full-height.html @@ -0,0 +1,125 @@ + + + + + + + + + + +
    +
    +
    + + + diff --git a/lib/fullcalendar-6.1.14/examples/list-sticky-header.html b/lib/fullcalendar-6.1.14/examples/list-sticky-header.html new file mode 100644 index 0000000..487af31 --- /dev/null +++ b/lib/fullcalendar-6.1.14/examples/list-sticky-header.html @@ -0,0 +1,76 @@ + + + + + + + + + + +
    + + + diff --git a/lib/fullcalendar-6.1.14/examples/list-views.html b/lib/fullcalendar-6.1.14/examples/list-views.html new file mode 100644 index 0000000..cb219d0 --- /dev/null +++ b/lib/fullcalendar-6.1.14/examples/list-views.html @@ -0,0 +1,114 @@ + + + + + + + + + + +
    + + + diff --git a/lib/fullcalendar-6.1.14/examples/month-view.html b/lib/fullcalendar-6.1.14/examples/month-view.html new file mode 100644 index 0000000..dbd8861 --- /dev/null +++ b/lib/fullcalendar-6.1.14/examples/month-view.html @@ -0,0 +1,100 @@ + + + + + + + + + + +
    + + + diff --git a/lib/fullcalendar-6.1.14/examples/multimonth-view.html b/lib/fullcalendar-6.1.14/examples/multimonth-view.html new file mode 100644 index 0000000..feb9d23 --- /dev/null +++ b/lib/fullcalendar-6.1.14/examples/multimonth-view.html @@ -0,0 +1,110 @@ + + + + + + + + + + +
    + + + diff --git a/lib/fullcalendar-6.1.14/examples/multiweek-view.html b/lib/fullcalendar-6.1.14/examples/multiweek-view.html new file mode 100644 index 0000000..5a175fb --- /dev/null +++ b/lib/fullcalendar-6.1.14/examples/multiweek-view.html @@ -0,0 +1,107 @@ + + + + + + + + + + +
    + + + diff --git a/lib/fullcalendar-6.1.14/examples/natural-height.html b/lib/fullcalendar-6.1.14/examples/natural-height.html new file mode 100644 index 0000000..b62c41d --- /dev/null +++ b/lib/fullcalendar-6.1.14/examples/natural-height.html @@ -0,0 +1,108 @@ + + + + + + + + + + +
    + + + diff --git a/lib/fullcalendar-6.1.14/examples/selectable.html b/lib/fullcalendar-6.1.14/examples/selectable.html new file mode 100644 index 0000000..785e90e --- /dev/null +++ b/lib/fullcalendar-6.1.14/examples/selectable.html @@ -0,0 +1,123 @@ + + + + + + + + + + +
    + + + diff --git a/lib/fullcalendar-6.1.14/examples/timegrid-views-modal.html b/lib/fullcalendar-6.1.14/examples/timegrid-views-modal.html new file mode 100644 index 0000000..3b4a0fc --- /dev/null +++ b/lib/fullcalendar-6.1.14/examples/timegrid-views-modal.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + +
    + + + + + diff --git a/lib/fullcalendar-6.1.14/examples/timegrid-views.html b/lib/fullcalendar-6.1.14/examples/timegrid-views.html new file mode 100644 index 0000000..9cd2527 --- /dev/null +++ b/lib/fullcalendar-6.1.14/examples/timegrid-views.html @@ -0,0 +1,108 @@ + + + + + + + + + + +
    + + + diff --git a/lib/fullcalendar-6.1.14/packages/bootstrap4/index.global.js b/lib/fullcalendar-6.1.14/packages/bootstrap4/index.global.js new file mode 100644 index 0000000..13e3f89 --- /dev/null +++ b/lib/fullcalendar-6.1.14/packages/bootstrap4/index.global.js @@ -0,0 +1,64 @@ +/*! +FullCalendar Bootstrap 4 Plugin v6.1.14 +Docs & License: https://fullcalendar.io/docs/bootstrap4 +(c) 2024 Adam Shaw +*/ +FullCalendar.Bootstrap = (function (exports, core, internal$1) { + 'use strict'; + + class BootstrapTheme extends internal$1.Theme { + } + BootstrapTheme.prototype.classes = { + root: 'fc-theme-bootstrap', + table: 'table-bordered', + tableCellShaded: 'table-active', + buttonGroup: 'btn-group', + button: 'btn btn-primary', + buttonActive: 'active', + popover: 'popover', + popoverHeader: 'popover-header', + popoverContent: 'popover-body', + }; + BootstrapTheme.prototype.baseIconClass = 'fa'; + BootstrapTheme.prototype.iconClasses = { + close: 'fa-times', + prev: 'fa-chevron-left', + next: 'fa-chevron-right', + prevYear: 'fa-angle-double-left', + nextYear: 'fa-angle-double-right', + }; + BootstrapTheme.prototype.rtlIconClasses = { + prev: 'fa-chevron-right', + next: 'fa-chevron-left', + prevYear: 'fa-angle-double-right', + nextYear: 'fa-angle-double-left', + }; + BootstrapTheme.prototype.iconOverrideOption = 'bootstrapFontAwesome'; // TODO: make TS-friendly. move the option-processing into this plugin + BootstrapTheme.prototype.iconOverrideCustomButtonOption = 'bootstrapFontAwesome'; + BootstrapTheme.prototype.iconOverridePrefix = 'fa-'; + + var css_248z = ".fc-theme-bootstrap a:not([href]){color:inherit}.fc-theme-bootstrap .fc-more-link:hover{text-decoration:none}"; + internal$1.injectStyles(css_248z); + + var plugin = core.createPlugin({ + name: '@fullcalendar/bootstrap', + themeClasses: { + bootstrap: BootstrapTheme, + }, + }); + + var internal = { + __proto__: null, + BootstrapTheme: BootstrapTheme + }; + + core.globalPlugins.push(plugin); + + exports.Internal = internal; + exports["default"] = plugin; + + Object.defineProperty(exports, '__esModule', { value: true }); + + return exports; + +})({}, FullCalendar, FullCalendar.Internal); diff --git a/lib/fullcalendar-6.1.14/packages/bootstrap4/index.global.min.js b/lib/fullcalendar-6.1.14/packages/bootstrap4/index.global.min.js new file mode 100644 index 0000000..40de49d --- /dev/null +++ b/lib/fullcalendar-6.1.14/packages/bootstrap4/index.global.min.js @@ -0,0 +1,6 @@ +/*! +FullCalendar Bootstrap 4 Plugin v6.1.14 +Docs & License: https://fullcalendar.io/docs/bootstrap4 +(c) 2024 Adam Shaw +*/ +FullCalendar.Bootstrap=function(e,t,o){"use strict";class r extends o.Theme{}r.prototype.classes={root:"fc-theme-bootstrap",table:"table-bordered",tableCellShaded:"table-active",buttonGroup:"btn-group",button:"btn btn-primary",buttonActive:"active",popover:"popover",popoverHeader:"popover-header",popoverContent:"popover-body"},r.prototype.baseIconClass="fa",r.prototype.iconClasses={close:"fa-times",prev:"fa-chevron-left",next:"fa-chevron-right",prevYear:"fa-angle-double-left",nextYear:"fa-angle-double-right"},r.prototype.rtlIconClasses={prev:"fa-chevron-right",next:"fa-chevron-left",prevYear:"fa-angle-double-right",nextYear:"fa-angle-double-left"},r.prototype.iconOverrideOption="bootstrapFontAwesome",r.prototype.iconOverrideCustomButtonOption="bootstrapFontAwesome",r.prototype.iconOverridePrefix="fa-";o.injectStyles(".fc-theme-bootstrap a:not([href]){color:inherit}.fc-theme-bootstrap .fc-more-link:hover{text-decoration:none}");var a=t.createPlugin({name:"@fullcalendar/bootstrap",themeClasses:{bootstrap:r}}),n={__proto__:null,BootstrapTheme:r};return t.globalPlugins.push(a),e.Internal=n,e.default=a,Object.defineProperty(e,"__esModule",{value:!0}),e}({},FullCalendar,FullCalendar.Internal); \ No newline at end of file diff --git a/lib/fullcalendar-6.1.14/packages/bootstrap5/index.global.js b/lib/fullcalendar-6.1.14/packages/bootstrap5/index.global.js new file mode 100644 index 0000000..d8fea4b --- /dev/null +++ b/lib/fullcalendar-6.1.14/packages/bootstrap5/index.global.js @@ -0,0 +1,64 @@ +/*! +FullCalendar Bootstrap 5 Plugin v6.1.14 +Docs & License: https://fullcalendar.io/docs/bootstrap5 +(c) 2024 Adam Shaw +*/ +FullCalendar.Bootstrap5 = (function (exports, core, internal$1) { + 'use strict'; + + class BootstrapTheme extends internal$1.Theme { + } + BootstrapTheme.prototype.classes = { + root: 'fc-theme-bootstrap5', + tableCellShaded: 'fc-theme-bootstrap5-shaded', + buttonGroup: 'btn-group', + button: 'btn btn-primary', + buttonActive: 'active', + popover: 'popover', + popoverHeader: 'popover-header', + popoverContent: 'popover-body', + }; + BootstrapTheme.prototype.baseIconClass = 'bi'; + BootstrapTheme.prototype.iconClasses = { + close: 'bi-x-lg', + prev: 'bi-chevron-left', + next: 'bi-chevron-right', + prevYear: 'bi-chevron-double-left', + nextYear: 'bi-chevron-double-right', + }; + BootstrapTheme.prototype.rtlIconClasses = { + prev: 'bi-chevron-right', + next: 'bi-chevron-left', + prevYear: 'bi-chevron-double-right', + nextYear: 'bi-chevron-double-left', + }; + // wtf + BootstrapTheme.prototype.iconOverrideOption = 'buttonIcons'; // TODO: make TS-friendly + BootstrapTheme.prototype.iconOverrideCustomButtonOption = 'icon'; + BootstrapTheme.prototype.iconOverridePrefix = 'bi-'; + + var css_248z = ".fc-theme-bootstrap5 a:not([href]){color:inherit;text-decoration:inherit}.fc-theme-bootstrap5 .fc-list,.fc-theme-bootstrap5 .fc-scrollgrid,.fc-theme-bootstrap5 td,.fc-theme-bootstrap5 th{border:1px solid var(--bs-gray-400)}.fc-theme-bootstrap5 .fc-scrollgrid{border-bottom-width:0;border-right-width:0}.fc-theme-bootstrap5-shaded{background-color:var(--bs-gray-200)}"; + internal$1.injectStyles(css_248z); + + var plugin = core.createPlugin({ + name: '@fullcalendar/bootstrap5', + themeClasses: { + bootstrap5: BootstrapTheme, + }, + }); + + var internal = { + __proto__: null, + BootstrapTheme: BootstrapTheme + }; + + core.globalPlugins.push(plugin); + + exports.Internal = internal; + exports["default"] = plugin; + + Object.defineProperty(exports, '__esModule', { value: true }); + + return exports; + +})({}, FullCalendar, FullCalendar.Internal); diff --git a/lib/fullcalendar-6.1.14/packages/bootstrap5/index.global.min.js b/lib/fullcalendar-6.1.14/packages/bootstrap5/index.global.min.js new file mode 100644 index 0000000..45ec30d --- /dev/null +++ b/lib/fullcalendar-6.1.14/packages/bootstrap5/index.global.min.js @@ -0,0 +1,6 @@ +/*! +FullCalendar Bootstrap 5 Plugin v6.1.14 +Docs & License: https://fullcalendar.io/docs/bootstrap5 +(c) 2024 Adam Shaw +*/ +FullCalendar.Bootstrap5=function(e,t,o){"use strict";class r extends o.Theme{}r.prototype.classes={root:"fc-theme-bootstrap5",tableCellShaded:"fc-theme-bootstrap5-shaded",buttonGroup:"btn-group",button:"btn btn-primary",buttonActive:"active",popover:"popover",popoverHeader:"popover-header",popoverContent:"popover-body"},r.prototype.baseIconClass="bi",r.prototype.iconClasses={close:"bi-x-lg",prev:"bi-chevron-left",next:"bi-chevron-right",prevYear:"bi-chevron-double-left",nextYear:"bi-chevron-double-right"},r.prototype.rtlIconClasses={prev:"bi-chevron-right",next:"bi-chevron-left",prevYear:"bi-chevron-double-right",nextYear:"bi-chevron-double-left"},r.prototype.iconOverrideOption="buttonIcons",r.prototype.iconOverrideCustomButtonOption="icon",r.prototype.iconOverridePrefix="bi-";o.injectStyles(".fc-theme-bootstrap5 a:not([href]){color:inherit;text-decoration:inherit}.fc-theme-bootstrap5 .fc-list,.fc-theme-bootstrap5 .fc-scrollgrid,.fc-theme-bootstrap5 td,.fc-theme-bootstrap5 th{border:1px solid var(--bs-gray-400)}.fc-theme-bootstrap5 .fc-scrollgrid{border-bottom-width:0;border-right-width:0}.fc-theme-bootstrap5-shaded{background-color:var(--bs-gray-200)}");var a=t.createPlugin({name:"@fullcalendar/bootstrap5",themeClasses:{bootstrap5:r}}),n={__proto__:null,BootstrapTheme:r};return t.globalPlugins.push(a),e.Internal=n,e.default=a,Object.defineProperty(e,"__esModule",{value:!0}),e}({},FullCalendar,FullCalendar.Internal); \ No newline at end of file diff --git a/lib/fullcalendar-6.1.14/packages/core/index.global.js b/lib/fullcalendar-6.1.14/packages/core/index.global.js new file mode 100644 index 0000000..5a9d3da --- /dev/null +++ b/lib/fullcalendar-6.1.14/packages/core/index.global.js @@ -0,0 +1,9856 @@ +/*! +FullCalendar Core v6.1.14 +Docs & License: https://fullcalendar.io +(c) 2024 Adam Shaw +*/ +var FullCalendar = (function (exports) { + 'use strict'; + + const styleTexts = []; + const styleEls = new Map(); + function injectStyles(styleText) { + styleTexts.push(styleText); + styleEls.forEach((styleEl) => { + appendStylesTo(styleEl, styleText); + }); + } + function ensureElHasStyles(el) { + if (el.isConnected && // sometimes true if SSR system simulates DOM + el.getRootNode // sometimes undefined if SSR system simulates DOM + ) { + registerStylesRoot(el.getRootNode()); + } + } + function registerStylesRoot(rootNode) { + let styleEl = styleEls.get(rootNode); + if (!styleEl || !styleEl.isConnected) { + styleEl = rootNode.querySelector('style[data-fullcalendar]'); + if (!styleEl) { + styleEl = document.createElement('style'); + styleEl.setAttribute('data-fullcalendar', ''); + const nonce = getNonceValue(); + if (nonce) { + styleEl.nonce = nonce; + } + const parentEl = rootNode === document ? document.head : rootNode; + const insertBefore = rootNode === document + ? parentEl.querySelector('script,link[rel=stylesheet],link[as=style],style') + : parentEl.firstChild; + parentEl.insertBefore(styleEl, insertBefore); + } + styleEls.set(rootNode, styleEl); + hydrateStylesRoot(styleEl); + } + } + function hydrateStylesRoot(styleEl) { + for (const styleText of styleTexts) { + appendStylesTo(styleEl, styleText); + } + } + function appendStylesTo(styleEl, styleText) { + const { sheet } = styleEl; + const ruleCnt = sheet.cssRules.length; + styleText.split('}').forEach((styleStr, i) => { + styleStr = styleStr.trim(); + if (styleStr) { + sheet.insertRule(styleStr + '}', ruleCnt + i); + } + }); + } + // nonce + // ------------------------------------------------------------------------------------------------- + let queriedNonceValue; + function getNonceValue() { + if (queriedNonceValue === undefined) { + queriedNonceValue = queryNonceValue(); + } + return queriedNonceValue; + } + /* + TODO: discourage meta tag and instead put nonce attribute on placeholder + + +

    Check the console for results

    + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/api/assets/create-doc-files.js b/lib/video.js-main/docs/legacy-docs/api/assets/create-doc-files.js new file mode 100644 index 0000000..8154a88 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/assets/create-doc-files.js @@ -0,0 +1,68 @@ +/** + * get a subset of objects in array of objects + * based on some property value + * + * @param {array} targetArray - array to search + * @param {string} objProperty - object property to search + * @param {string|number} value - value of the property to search for + * @return {array} array of objects with matching property value + */ +function getSubArray(targetArray, objProperty, value) { + var i, totalItems = targetArray.length, idxArr = []; + for (i = 0; i < totalItems; i++) { + if (targetArray[i][objProperty] === value) { + idxArr.push(targetArray[i]); + } + } + return idxArr; +} + +/** + * create the HTML files for the classes + * @param {array} filenameArray - array of the filenames + */ +function createFiles(filenameArray) { + var i, + iMax = filenameArray.length, + filename, + contentStr = ' '; + for (i = 0; i < iMax; i++) { + filename = filenameArray[i]; + // create file with name=filename and contents=contentStr + } +} + +function createFilenameArray(classData) { + var filenameArray = [], + i, + iMax = classData.length, + item, + str; + // extract the filenames from the class items + for (i = 0; i < iMax; i++) { + item = classData[i]; + str = item.meta.filename; + str = str.substr(str.lastIndexOf('/') + 1); + str = str.replace('.js', '.html'); + filenameArray.push(str); + } + // videojs is special case + filenameArray.push('video.html'); + filenameArray = filenameArray.sort(); + console.log('filenameArray', filenameArray); + // now create the files + createFiles(filenameArray); +} +/** + * extracts class items from doc data + * @param {array} docData JSON output from JSDoc + */ +function getClassData(docData) { + var classData = []; + // extract the class items from the doc data + classData = getSubArray(docData, 'kind', 'class'); + // now create the array of filenames + createFilenameArray(classData); +} + +getClassData(docData); \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/audio-track-button.html b/lib/video.js-main/docs/legacy-docs/api/audio-track-button.html new file mode 100644 index 0000000..2d78fad --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/audio-track-button.html @@ -0,0 +1,150 @@ +AudioTrackButton + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    AudioTrackButton

    The base class for buttons that toggle specific text track types (e.g. subtitles)

    DEFINED IN: audio-track-button.js line number: 9

    EXTENDS: track-button.js

    Constructor

    AudioTrackButton( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    handleClick()

    When you click the button it adds focus, which +will show the menu indefinitely. +So we'll remove focus when the mouse leaves the button. +Focus is needed for tab navigation. +Allow sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 134

    [back to top]

    handleKeyPress( event )

    Handle key press on menu

    Parameters

    nameTypeRequiredDescription
    eventObjectyesKey press event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 155

    [back to top]

    handleSubmenuKeyPress( event )

    Handle key press on submenu

    Parameters

    nameTypeRequiredDescription
    eventObjectyesKey press event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 183

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 67

    [back to top]

    controlText( text, [el] )

    Controls text - both request and localize

    Parameters

    nameTypeRequiredDescription
    textStringyesText for element
    elElementnoElement to set the title on

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 86

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 167

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 843

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 863

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 894

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 281

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1358

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1315

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 244

    [back to top]

    currentDimension( widthOrHeight )

    Get width or height of computed style

    Parameters

    nameTypeRequiredDescription
    widthOrHeightStringyes'width' or 'height'

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1093

    [back to top]

    currentDimensions()

    Get an object which contains width and height values of computed style

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1121

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1017

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 100

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 194

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1237

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1413

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 304

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 294

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1394

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 883

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1000

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 255

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 457

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 268

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 682

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 607

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 730

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 144

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 789

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1377

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 417

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 906

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1334

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1290

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 918

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 770

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 983

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/big-play-button.html b/lib/video.js-main/docs/legacy-docs/api/big-play-button.html new file mode 100644 index 0000000..d1698a2 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/big-play-button.html @@ -0,0 +1,147 @@ +BigPlayButton + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    BigPlayButton

    Initial play button. Shows before the video has played. The hiding of the +big play button is done via CSS and player states.

    DEFINED IN: big-play-button.js line number: 7

    EXTENDS: button.js

    Constructor

    BigPlayButton( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerObjectyesMain Player
    optionsObjectnoObject of option names and values

    Methods

    buildCSSClass()

    Allow sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/big-play-button.js line number: 22

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    createEl( [type], [props], [attributes] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    typeStringnoElement's node type. e.g. 'div'
    propsObjectnoAn object of properties that should be set on the element
    attributesObjectnoAn object of attributes that should be set on the element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 26

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Extend with specific functionality for button

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 74

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/button.html b/lib/video.js-main/docs/legacy-docs/api/button.html new file mode 100644 index 0000000..f1cf6a9 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/button.html @@ -0,0 +1,146 @@ +Button + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    Button

    Base class for all buttons

    DEFINED IN: button.js line number: 12

    EXTENDS: clickable-component.js

    Constructor

    Button( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerObjectyesMain Player
    optionsObjectnoObject of option names and values

    Methods

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    createEl( [type], [props], [attributes] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    typeStringnoElement's node type. e.g. 'div'
    propsObjectnoAn object of properties that should be set on the element
    attributesObjectnoAn object of attributes that should be set on the element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 26

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Extend with specific functionality for button

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 74

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 102

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleClick()

    Handle Click - Override with specific functionality for component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 132

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/caption-settings-menu-item.html b/lib/video.js-main/docs/legacy-docs/api/caption-settings-menu-item.html new file mode 100644 index 0000000..72fe447 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/caption-settings-menu-item.html @@ -0,0 +1,146 @@ +CaptionSettingsMenuItem + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    CaptionSettingsMenuItem

    The menu item for caption track settings menu

    DEFINED IN: caption-settings-menu-item.js line number: 7

    EXTENDS: text-track-menu-item.js

    Constructor

    CaptionSettingsMenuItem( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    createEl( [type], [props] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    typeStringnoDesc
    propsObjectnoDesc

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-item.js line number: 34

    [back to top]

    selected( selected )

    Set this menu item as selected or not

    Parameters

    nameTypeRequiredDescription
    selectedBoolean

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-item.js line number: 59

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Extend with specific functionality for button

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 74

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 102

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/captions-button.html b/lib/video.js-main/docs/legacy-docs/api/captions-button.html new file mode 100644 index 0000000..be35fa9 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/captions-button.html @@ -0,0 +1,150 @@ +CaptionsButton + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    CaptionsButton

    The button component for toggling and selecting captions

    DEFINED IN: captions-button.js line number: 8

    EXTENDS: text-track-button.js

    Constructor

    CaptionsButton( player,[options],[ready] )

    Parameters

    nameTypeRequiredDescription
    playerObjectyesPlayer object
    optionsObjectnoObject of option names and values
    readyfunctionnoReady callback function

    Methods

    handleClick()

    When you click the button it adds focus, which +will show the menu indefinitely. +So we'll remove focus when the mouse leaves the button. +Focus is needed for tab navigation. +Allow sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 130

    [back to top]

    handleKeyPress( event )

    Handle key press on menu

    Parameters

    nameTypeRequiredDescription
    eventObjectyesKey press event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 151

    [back to top]

    handleSubmenuKeyPress( event )

    Handle key press on submenu

    Parameters

    nameTypeRequiredDescription
    eventObjectyesKey press event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 179

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/captions-track.html b/lib/video.js-main/docs/legacy-docs/api/captions-track.html new file mode 100644 index 0000000..142aec3 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/captions-track.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/api/chapters-button.html b/lib/video.js-main/docs/legacy-docs/api/chapters-button.html new file mode 100644 index 0000000..a37aaef --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/chapters-button.html @@ -0,0 +1,152 @@ +ChaptersButton + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    ChaptersButton

    The button component for toggling and selecting chapters +Chapters act much differently than other text tracks +Cues are navigation vs. other tracks of alternative languages

    DEFINED IN: chapters-button.js line number: 14

    EXTENDS: text-track-button.js

    Constructor

    ChaptersButton( player,[options],[ready] )

    Parameters

    nameTypeRequiredDescription
    playerObjectyesPlayer object
    optionsObjectnoObject of option names and values
    readyfunctionnoReady callback function

    Methods

    handleClick()

    When you click the button it adds focus, which +will show the menu indefinitely. +So we'll remove focus when the mouse leaves the button. +Focus is needed for tab navigation. +Allow sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 130

    [back to top]

    handleKeyPress( event )

    Handle key press on menu

    Parameters

    nameTypeRequiredDescription
    eventObjectyesKey press event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 151

    [back to top]

    handleSubmenuKeyPress( event )

    Handle key press on submenu

    Parameters

    nameTypeRequiredDescription
    eventObjectyesKey press event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 179

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/chapters-track-menu-item.html b/lib/video.js-main/docs/legacy-docs/api/chapters-track-menu-item.html new file mode 100644 index 0000000..3c7562c --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/chapters-track-menu-item.html @@ -0,0 +1,146 @@ +ChaptersTrackMenuItem + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    ChaptersTrackMenuItem

    The chapter track menu item

    DEFINED IN: chapters-track-menu-item.js line number: 8

    EXTENDS: menu-item.js

    Constructor

    ChaptersTrackMenuItem( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    createEl( [type], [props] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    typeStringnoDesc
    propsObjectnoDesc

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-item.js line number: 34

    [back to top]

    selected( selected )

    Set this menu item as selected or not

    Parameters

    nameTypeRequiredDescription
    selectedBoolean

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-item.js line number: 59

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Extend with specific functionality for button

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 74

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 102

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/chapters-track.html b/lib/video.js-main/docs/legacy-docs/api/chapters-track.html new file mode 100644 index 0000000..142aec3 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/chapters-track.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/api/clickable-component.html b/lib/video.js-main/docs/legacy-docs/api/clickable-component.html new file mode 100644 index 0000000..7d30fd8 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/clickable-component.html @@ -0,0 +1,146 @@ +ClickableComponent + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    ClickableComponent

    Clickable Component which is clickable or keyboard actionable, but is not a native HTML button

    DEFINED IN: clickable-component.js line number: 12

    EXTENDS: component.js

    Constructor

    ClickableComponent( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerObjectyesMain Player
    optionsObjectnoObject of option names and values

    Methods

    addChild( child, [options] )

    Adds a child component inside this clickable-component

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 112

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 102

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    createEl( [type], [props], [attributes] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    typeStringnoElement's node type. e.g. 'div'
    propsObjectnoAn object of properties that should be set on the element
    attributesObjectnoAn object of attributes that should be set on the element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 33

    [back to top]

    handleClick()

    Handle Click - Override with specific functionality for component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 132

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Trigger click when Space or Enter key is pressed

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 148

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/close-button.html b/lib/video.js-main/docs/legacy-docs/api/close-button.html new file mode 100644 index 0000000..132aee6 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/close-button.html @@ -0,0 +1,11 @@ +CloseButton + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    CloseButton

    The CloseButton component is a button which fires a "close" event +when it is activated.

    DEFINED IN: close-button.js line number: 4

    EXTENDS: button.js

    Constructor

    CloseButton()
    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/component.html b/lib/video.js-main/docs/legacy-docs/api/component.html new file mode 100644 index 0000000..28a6c78 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/component.html @@ -0,0 +1,172 @@ +Component + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    Component

    Base UI Component class +Components are embeddable UI objects that are represented by both a +javascript object and an element in the DOM. They can be children of other +components, and can have many children themselves.

    +
        // adding a button to the player
    +    var button = player.addChild('button');
    +    button.el(); // -> button element
        
    +
    Button
    +

    Components are also event targets.

    +
        button.on('click', function(){
    +      console.log('Button Clicked!');
    +    });
    +    button.trigger('customevent');

    DEFINED IN: component.js line number: 18

    EXTENDS: button.js

    Constructor

    Component( player,[options],[ready] )

    Parameters

    nameTypeRequiredDescription
    playerObjectyesMain Player
    optionsObjectnoObject of option names and values
    readyfunctionnoReady callback function

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    createEl( [tagName], [properties], [attributes] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    tagNameStringnoElement's node type. e.g. 'div'
    propertiesObjectnoAn object of properties that should be set
    attributesObjectnoAn object of attributes that should be set

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 208

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Extend with specific functionality for button

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 74

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleClick()

    Handle Click - Override with specific functionality for component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 132

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/control-bar.html b/lib/video.js-main/docs/legacy-docs/api/control-bar.html new file mode 100644 index 0000000..8339c3e --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/control-bar.html @@ -0,0 +1,160 @@ +ControlBar + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    ControlBar

    Container of main controls

    DEFINED IN: control-bar.js line number: 24

    EXTENDS: component.js

    Constructor

    ControlBar()

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/css/api-docs.css b/lib/video.js-main/docs/legacy-docs/api/css/api-docs.css new file mode 100644 index 0000000..9ee8adc --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/css/api-docs.css @@ -0,0 +1,136 @@ +body { + color: #333; + margin: 6em; + margin-top: 4em; + margin-right: 3em; + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; +} + +@media (max-width: 700px) { + .member-index { + display: none; + } + .side-nav { + float: none; + } +} + +a { + color: #437ABE; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +h1, h2, h3 { + margin-left: -1em; +} + +h1 { + border-bottom: 1px #CCC solid; + font-size: 2.5em; +} +h2 { + border-bottom: 1px #DDD solid; + font-size: 2em; +} + +h3 { + font-size: 1.5em; +} + +#memberIndex h4 { + font-size: 1em; + font-weight: normal; + font-style: italic; +} + +div { + border-bottom: 1px #DDD solid; + font-size: 1em; +} + +pre { + background-color: #F4F3EC; + font-size: .8em; + margin-bottom: 1.3rem; + padding: .5rem; + padding-left: 1rem; + margin-top: 1rem; + border-left: 5px solid rgb(99,99,99); + -webkit-box-shadow: 5px 5px 10px rgba(192, 192, 192, 1.000); + -moz-box-shadow: 5px 5px 10px rgba(192, 192, 192, 1.000); + box-shadow: 5px 5px 10px rgba(192, 192, 192, 1.000); +} +code { + font-size: 1em; + font-family: source-code-pro, Monaco, Consolas, Menlo, "Lucida Console", monospace; + border: none; +} + +table { + border-collapse: collapse; + border: 1px #CCC solid; + padding: 0; +} + + +th { + background-color: #F4F3EC; + border: 1px #CCC solid; + margin: 0; + padding: .5em; +} + +td { + border: 1px #DDD solid; + margin: 0; + padding: .5em; +} + +.side-nav { + float: right; + width: 15%; + padding-left: 3em; + margin-left: 2em; + margin-right: 1em; + border: none; +} +.side-nav div { + border: none; +} + +.side-nav h2, .side-nav h3 { + margin-left: 0; +} +#main { + width: 70%; +} + +div.section { + border: none; +} +.description { + border: none; +} + +.deprecated { + color: #990000; +} + +.legacydocsnote { + background-color: #ffdddd; + border: 2px solid #ff0000; + text-align: center; + margin: 1em auto; + padding: 1em; + width: 80%; +} + +.legacydocsnote::before { + content: "⚠️"; + font-size: 200%; + vertical-align: middle; +} \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/css/api-index.css b/lib/video.js-main/docs/legacy-docs/api/css/api-index.css new file mode 100644 index 0000000..31247d3 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/css/api-index.css @@ -0,0 +1,68 @@ +body { + color: #333; + margin: 6em; + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; +} + +a { + color: #437ABE; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +h1, h2, h3 { + margin-left: -1em; +} + +h1 { + border-bottom: 1px #CCC solid; + font-size: 2.5em; +} +h2 { + font-size: 2em; +} + +h3 { + font-size: 1.5em; +} +#top { + border: none; +} +div.indexColumn { + display: inline-block; + width: 30%; + vertical-align: top; +} + +@media (max-width: 700px) { + div.indexColumn { + display: block; + width: 100%; + vertical-align: top; + } + + +.indexHeader { + padding-left: 3em; +} +div, .section { + border: none; +} + +.legacydocsnote { + background-color: #ffdddd; + border: 2px solid #ff0000; + text-align: center; + margin: 1em auto; + padding: 1em; + width: 80%; +} + +.legacydocsnote::before { + content: "⚠️"; + font-size: 200%; + vertical-align: middle; +} \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/current-time-display.html b/lib/video.js-main/docs/legacy-docs/api/current-time-display.html new file mode 100644 index 0000000..00c772f --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/current-time-display.html @@ -0,0 +1,160 @@ +CurrentTimeDisplay + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    CurrentTimeDisplay

    Displays the current time

    DEFINED IN: current-time-display.js line number: 8

    EXTENDS: component.js

    Constructor

    CurrentTimeDisplay( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/custom-control-spacer.html b/lib/video.js-main/docs/legacy-docs/api/custom-control-spacer.html new file mode 100644 index 0000000..e0521aa --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/custom-control-spacer.html @@ -0,0 +1,160 @@ +CustomControlSpacer + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    CustomControlSpacer

    Spacer specifically meant to be used as an insertion point for new plugins, etc.

    DEFINED IN: custom-control-spacer.js line number: 7

    EXTENDS: spacer.js

    Constructor

    CustomControlSpacer()

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/duration-display.html b/lib/video.js-main/docs/legacy-docs/api/duration-display.html new file mode 100644 index 0000000..784e426 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/duration-display.html @@ -0,0 +1,160 @@ +DurationDisplay + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    DurationDisplay

    Displays the duration

    DEFINED IN: duration-display.js line number: 8

    EXTENDS: component.js

    Constructor

    DurationDisplay( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/error-display.html b/lib/video.js-main/docs/legacy-docs/api/error-display.html new file mode 100644 index 0000000..c4daafe --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/error-display.html @@ -0,0 +1,170 @@ +ErrorDisplay + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    ErrorDisplay

    Display that an error has occurred making the video unplayable.

    DEFINED IN: error-display.js line number: 10

    EXTENDS: modal-dialog.js

    Constructor

    ErrorDisplay()

    Methods

    buildCSSClass() (deprecated)

    Include the old class for backward-compatibility.

    +

    This can be removed in 6.0.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/error-display.js line number: 29

    [back to top]

    closeable( [value] )

    Whether or not the modal is closeable via the UI.

    Parameters

    nameTypeRequiredDescription
    valueBooleannoIf given as a Boolean, it will set the closeable option.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/modal-dialog.js line number: 239

    [back to top]

    content( [value] )

    Gets or sets the modal content, which gets normalized before being +rendered into the DOM.

    +

    This does not update the DOM or fill the modal, but it is called during +that process.

    Parameters

    nameTypeRequiredDescription
    valueMixednoIf defined, sets the internal content value to be used on the + next call(s) to fill. This value is normalized before being + inserted. To "clear" the internal content value, pass null.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/modal-dialog.js line number: 338

    [back to top]

    empty()

    Empties the content element.

    +

    This happens automatically anytime the modal is filled.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/modal-dialog.js line number: 323

    [back to top]

    fill()

    Fill the modal's content element with the modal's "content" option.

    +

    The content element will be emptied before this change takes place.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/modal-dialog.js line number: 275

    [back to top]

    fillWith( [content] )

    Fill the modal's content element with arbitrary content.

    +

    The content element will be emptied before this change takes place.

    Parameters

    nameTypeRequiredDescription
    contentMixednoThe same rules apply to this as apply to the content option.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/modal-dialog.js line number: 287

    [back to top]

    handleKeyPress( e )

    Handles key presses on the document, looking for ESC, which closes +the modal.

    Parameters

    nameTypeRequiredDescription
    eEvent

    Defined in https://github.com/videojs/video.js/blob/master/src/js/modal-dialog.js line number: 111

    [back to top]

    opened( [value] )

    Whether or not the modal is opened currently.

    Parameters

    nameTypeRequiredDescription
    valueBooleannoIf given, it will open (true) or close (false) the modal.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/modal-dialog.js line number: 190

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/flash.html b/lib/video.js-main/docs/legacy-docs/api/flash.html new file mode 100644 index 0000000..56e8432 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/flash.html @@ -0,0 +1,172 @@ +Flash + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    Flash

    Flash Media Controller - Wrapper for fallback SWF API

    DEFINED IN: flash.js line number: 18

    EXTENDS: tech.js

    Constructor

    Flash( [options],[ready] )

    Parameters

    nameTypeRequiredDescription
    optionsObjectnoObject of option names and values
    readyfunctionnoReady callback function

    Methods

    currentTime( [time] )

    Get current time

    Parameters

    nameTypeRequiredDescription
    timeNumbernoCurrent time of video

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/flash.js line number: 203

    [back to top]

    enterFullScreen()

    Request to enter fullscreen +Flash does not allow fullscreen through javascript +so always returns false

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/flash.js line number: 297

    [back to top]

    setCurrentTime( time )

    Set current time

    Parameters

    nameTypeRequiredDescription
    timeNumberyesCurrent time of video

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/flash.js line number: 183

    [back to top]

    setPoster()

    Poster images are not handled by the Flash tech so make this a no-op

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/flash.js line number: 250

    [back to top]

    setSrc( [src] ) (deprecated)

    Set video

    Parameters

    nameTypeRequiredDescription
    srcObjectnoSource object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/flash.js line number: 155

    [back to top]

    src( [src] )

    Get/set video

    Parameters

    nameTypeRequiredDescription
    srcObjectnoSource object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/flash.js line number: 139

    [back to top]

    supportsFullScreen()

    Get fullscreen support - +Flash does not allow fullscreen through javascript +so always returns false

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/flash.js line number: 285

    [back to top]

    addRemoteTextTrack( options )

    Creates a remote text track object and returns a emulated html track element

    Parameters

    nameTypeRequiredDescription
    optionsObjectyesThe object should contain values for +kind, language, label and src (location of the WebVTT file)

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 412

    [back to top]

    addTextTrack( kind, [label], [language] )

    Creates and returns a remote text track object

    Parameters

    nameTypeRequiredDescription
    kindStringyesText track kind (subtitles, captions, descriptions + chapters and metadata)
    labelStringnoLabel to identify the text track
    languageStringnoTwo letter language abbreviation

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 394

    [back to top]

    dispose()

    Turn off any manual progress or timeupdate tracking

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 215

    [back to top]

    error( [err] )

    When invoked without an argument, returns a MediaError object +representing the current error state of the player or null if +there is no error. When invoked with an argument, set the current +error state of the player.

    Parameters

    nameTypeRequiredDescription
    errMediaErrornoOptional an error object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 246

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 509

    [back to top]

    initTextTrackListeners()

    Initialize texttrack listeners

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 293

    [back to top]

    manualTimeUpdatesOff()

    Remove event listeners for on play and pause and tracking current time

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 178

    [back to top]

    manualTimeUpdatesOn()

    Set event listeners for on play and pause and tracking current time

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 166

    [back to top]

    played()

    Return the time ranges that have been played through for the +current source. This implementation is incomplete. It does not +track the played time ranges, only whether the source has played +at all or not.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 267

    [back to top]

    static registerComponent( name, tech )

    Registers a Tech

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the Tech to register
    techObjectyesThe tech to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 488

    [back to top]

    removeRemoteTextTrack( track )

    Remove remote texttrack

    Parameters

    nameTypeRequiredDescription
    trackTextTrackObjectyesTexttrack to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 437

    [back to top]

    reset()

    Reset the tech. Removes all sources and resets readyState.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 239

    [back to top]

    stopTrackingCurrentTime()

    Turn off play progress tracking (when paused or dragging)

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 202

    [back to top]

    stopTrackingProgress()

    Stops tracking progress by clearing progress interval

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 156

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/fullscreen-toggle.html b/lib/video.js-main/docs/legacy-docs/api/fullscreen-toggle.html new file mode 100644 index 0000000..b838a06 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/fullscreen-toggle.html @@ -0,0 +1,146 @@ +FullscreenToggle + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    FullscreenToggle

    Toggle fullscreen video

    DEFINED IN: fullscreen-toggle.js line number: 7

    EXTENDS: button.js

    Constructor

    FullscreenToggle()

    Methods

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    createEl( [type], [props], [attributes] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    typeStringnoElement's node type. e.g. 'div'
    propsObjectnoAn object of properties that should be set on the element
    attributesObjectnoAn object of attributes that should be set on the element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 26

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Extend with specific functionality for button

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 74

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/fullscreen-toggle.json b/lib/video.js-main/docs/legacy-docs/api/fullscreen-toggle.json new file mode 100644 index 0000000..df2dd2a --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/fullscreen-toggle.json @@ -0,0 +1,95 @@ +[ + { + "comment": "/**\n * Toggle fullscreen video\n * @param {Player|Object} player\n * @param {Object=} options\n * @extends Button\n * @class FullScreenToggle\n */", + "meta": { + "range": [ + 0, + 141 + ], + "filename": "fullscreen-toggle.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/jsdoc-tests2", + "code": {} + }, + "description": "

    Toggle fullscreen video

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Button" + ], + "kind": "class", + "name": "FullScreenToggle", + "longname": "FullScreenToggle", + "scope": "global" + }, + { + "comment": "/**\n * Allows sub components to stack CSS class names\n * @return {String}\n * @method buildCSSClass\n */", + "meta": { + "range": [ + 143, + 249 + ], + "filename": "fullscreen-toggle.js", + "lineno": 9, + "path": "/Users/mboles/git/BCL-LearningSamples/jsdoc-tests2", + "code": {} + }, + "description": "

    Allows sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + } + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n * Handles the click\n * @method handleClick\n */", + "meta": { + "range": [ + 251, + 305 + ], + "filename": "fullscreen-toggle.js", + "lineno": 15, + "path": "/Users/mboles/git/BCL-LearningSamples/jsdoc-tests2", + "code": {} + }, + "description": "

    Handles the click

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "kind": "package", + "longname": "package:undefined", + "files": [ + "/Users/mboles/git/BCL-LearningSamples/jsdoc-tests2/fullscreen-toggle.js" + ] + } +] diff --git a/lib/video.js-main/docs/legacy-docs/api/html-track-element.html b/lib/video.js-main/docs/legacy-docs/api/html-track-element.html new file mode 100644 index 0000000..954cb2e --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/html-track-element.html @@ -0,0 +1,23 @@ +HTMLTrackElement + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    HTMLTrackElement

    https://html.spec.whatwg.org/multipage/embedded-content.html#htmltrackelement

    +

    interface HTMLTrackElement : HTMLElement { + attribute DOMString kind; + attribute DOMString src; + attribute DOMString srclang; + attribute DOMString label; + attribute boolean default;

    +

    const unsigned short NONE = 0; + const unsigned short LOADING = 1; + const unsigned short LOADED = 2; + const unsigned short ERROR = 3; + readonly attribute unsigned short readyState;

    +

    readonly attribute TextTrack track; +};

    DEFINED IN: html-track-element.js line number: 15

    EXTENDS: button.js

    Constructor

    HTMLTrackElement( options )

    Parameters

    nameTypeRequiredDescription
    optionsObjectyesTextTrack configuration
    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/html5.html b/lib/video.js-main/docs/legacy-docs/api/html5.html new file mode 100644 index 0000000..c95a093 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/html5.html @@ -0,0 +1,177 @@ +Html5 + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    Html5

    HTML5 Media Controller - Wrapper for HTML5 Media API

    DEFINED IN: html5.js line number: 18

    EXTENDS: tech.js

    Constructor

    Html5( [options],[ready] )

    Parameters

    nameTypeRequiredDescription
    optionsObjectnoObject of option names and values
    readyfunctionnoReady callback function

    Methods

    addRemoteTextTrack( options )

    Creates a remote text track object and returns a html track element

    Parameters

    nameTypeRequiredDescription
    optionsObjectyesThe object should contain values for +kind, language, label and src (location of the WebVTT file)

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 736

    [back to top]

    addTextTrack( kind, [label], [language] )

    Creates and returns a text track object

    Parameters

    nameTypeRequiredDescription
    kindStringyesText track kind (subtitles, captions, descriptions + chapters and metadata)
    labelStringnoLabel to identify the text track
    languageStringnoTwo letter language abbreviation

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 718

    [back to top]

    buffered()

    Get a TimeRange object that represents the intersection +of the time ranges for which the user agent has all +relevant media

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 338

    [back to top]

    defaultMuted()

    Get the value of the muted content attribute +This attribute has no dynamic effect, it only +controls the default state of the element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 629

    [back to top]

    networkState()

    Get the current state of network activity for the element, from +the list below +NETWORK_EMPTY (numeric value 0) +NETWORK_IDLE (numeric value 1) +NETWORK_LOADING (numeric value 2) +NETWORK_NO_SOURCE (numeric value 3)

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 664

    [back to top]

    playbackRate()

    Get desired speed at which the media resource is to play

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 639

    [back to top]

    readyState()

    Get a value that expresses the current state of the element +with respect to rendering the current playback position, from +the codes in the list below +HAVE_NOTHING (numeric value 0) +HAVE_METADATA (numeric value 1) +HAVE_CURRENT_DATA (numeric value 2) +HAVE_FUTURE_DATA (numeric value 3) +HAVE_ENOUGH_DATA (numeric value 4)

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 677

    [back to top]

    removeRemoteTextTrack( track )

    Remove remote text track from TextTrackList object

    Parameters

    nameTypeRequiredDescription
    trackTextTrackObjectyesTexttrack object to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 779

    [back to top]

    reset()

    Reset the tech. Removes all sources and calls load.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 492

    [back to top]

    seekable()

    Get a TimeRanges object that represents the +ranges of the media resource to which it is possible +for the user agent to seek.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 611

    [back to top]

    seeking()

    Get whether or not the player is in the "seeking" state

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 603

    [back to top]

    setAutoplay( val )

    Set autoplay attribute

    Parameters

    nameTypeRequiredDescription
    valStringyesValue for preload attribute

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 555

    [back to top]

    setControls( val )

    Set controls attribute

    Parameters

    nameTypeRequiredDescription
    valStringyesValue for controls attribute

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 571

    [back to top]

    setCurrentTime( seconds )

    Set current time

    Parameters

    nameTypeRequiredDescription
    secondsNumberyesCurrent time of video

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 315

    [back to top]

    setLoop( val )

    Set loop attribute

    Parameters

    nameTypeRequiredDescription
    valStringyesValue for loop attribute

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 587

    [back to top]

    setMuted( If )

    Set muted

    Parameters

    nameTypeRequiredDescription
    IfBooleanyesplayer is to be muted or note

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 372

    [back to top]

    setPlaybackRate( val )

    Set desired speed at which the media resource is to play

    Parameters

    nameTypeRequiredDescription
    valNumberyesSpeed at which the media resource is to play

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 656

    [back to top]

    setPreload( val )

    Set preload attribute

    Parameters

    nameTypeRequiredDescription
    valStringyesValue for preload attribute

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 539

    [back to top]

    setSrc( src ) (deprecated)

    Set video

    Parameters

    nameTypeRequiredDescription
    srcObjectyesSource object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 472

    [back to top]

    setVolume( percentAsDecimal )

    Set volume level

    Parameters

    nameTypeRequiredDescription
    percentAsDecimalNumberyesVolume percent as a decimal

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 356

    [back to top]

    src( [src] )

    Get/set video

    Parameters

    nameTypeRequiredDescription
    srcObjectnoSource object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/html5.js line number: 456

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 509

    [back to top]

    initTextTrackListeners()

    Initialize texttrack listeners

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 293

    [back to top]

    manualTimeUpdatesOff()

    Remove event listeners for on play and pause and tracking current time

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 178

    [back to top]

    manualTimeUpdatesOn()

    Set event listeners for on play and pause and tracking current time

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 166

    [back to top]

    played()

    Return the time ranges that have been played through for the +current source. This implementation is incomplete. It does not +track the played time ranges, only whether the source has played +at all or not.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 267

    [back to top]

    static registerComponent( name, tech )

    Registers a Tech

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the Tech to register
    techObjectyesThe tech to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 488

    [back to top]

    setPoster()

    Provide a default setPoster method for techs +Poster support for techs should be optional, so we don't want techs to +break if they don't have a way to set a poster.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 453

    [back to top]

    stopTrackingCurrentTime()

    Turn off play progress tracking (when paused or dragging)

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 202

    [back to top]

    stopTrackingProgress()

    Stops tracking progress by clearing progress interval

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 156

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/index.html b/lib/video.js-main/docs/legacy-docs/api/index.html new file mode 100644 index 0000000..7df8108 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/index.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/api/js/api-docs.js b/lib/video.js-main/docs/legacy-docs/api/js/api-docs.js new file mode 100644 index 0000000..565ea28 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/js/api-docs.js @@ -0,0 +1,781 @@ +var BCLSVJS = (function (window, document, docData, hljs) { + 'use strict'; + var title = document.getElementsByTagName('title')[0], + // data structures + classes = {thisClass: [], parentClass: []}, + doc_class, + docsPath = 'https://github.com/videojs/video.js/blob/master/src/js/', + doc_data = {}, + // doc path as an array + path = document.location.pathname.split('/'), + // paths + classFilePath, + parentClassFilePath, + // elements + mainContent, + main, + doc_body = document.getElementsByTagName('body')[0], + // functions + isDefined, + isItemInArray, + copyObj, + findObjectInArray, + findObjectsInArray, + getSubArray, + sortArray, + createEl, + bclslog, + findClassObjects, + addHeaderContent, + addIndex, + addMembersContent, + addText, + highlightCode, + init; + /** + * Logging function - safe for IE + * + * @param {string} context - description of the data + * @param {*} message - the data to be logged by the console + */ + bclslog = function (context, message) { + if (window['console'] && console['log']) { + console.log(context, message); + } + }; + /** + * tests for all the ways a variable might be undefined or not have a value + * + * @param {*} x the variable to test + * @return {Boolean} true if variable is defined and has a value + */ + isDefined = function (x) { + if (x === '' || x === null || x === undefined || x === NaN) { + return false; + } + return true; + }; + /** + * determines whether specified item is in an array + * + * @param {array} array to check + * @param {string} item to check for + * @return {boolean} true if item is in the array, else false + */ + isItemInArray = function (arr, item) { + var i, + iMax = arr.length; + for (i = 0; i < iMax; i++) { + if (arr[i] === item) { + return true; + } + } + return false; + }; + /** + * get a copy of (rather than reference to) an object + * + * @param {object} obj - the object you want a copy + * @return {object} the copy + */ + copyObj = function (obj) { + if (isDefined(obj)) { + return JSON.parse(JSON.stringify(obj)); + } + bclslog('no obj passed'); + }; + /** + * find index of an object in array of objects + * based on some property value + * generally useful for finding a unique object + * + * @param {array} targetArray - array to search + * @param {string} objProperty - object property to search + * @param {string|number} value - value of the property to search for + * @return {integer} index of first instance if found, otherwise returns -1 + */ + findObjectInArray = function (targetArray, objProperty, value) { + var i, totalItems = targetArray.length, objFound = false; + for (i = 0; i < totalItems; i++) { + if (targetArray[i][objProperty] === value) { + objFound = true; + return i; + } + } + if (objFound === false) { + return -1; + } + }; + /** + * find indexes of a set of object in array of objects + * based on some property value + * generally useful for finding several objects + * + * @param {array} targetArray - array to search + * @param {string} objProperty - object property to search + * @param {string|number} value - value of the property to search for + * @return {array} array of indexes for matching objects + */ + findObjectsInArray = function (targetArray, objProperty, value) { + var i, totalItems = targetArray.length, newArr = []; + for (i = 0; i < totalItems; i++) { + if (targetArray[i][objProperty] === value) { + newArr.push(i); + } + } + return newArr; + }; + /** + * get a subset of objects in array of objects + * based on some property value + * + * @param {array} targetArray - array to search + * @param {string} objProperty - object property to search + * @param {string|number} value - value of the property to search for + * @return {array} array of objects with matching property value + */ + getSubArray = function (targetArray, objProperty, value) { + var i, totalItems = targetArray.length, idxArr = []; + for (i = 0; i < totalItems; i++) { + if (targetArray[i][objProperty] === value) { + idxArr.push(targetArray[i]); + } + } + return idxArr; + }; + /** + * sort an array of objects based on an object property + * + * @param {array} targetArray - array to sort + * @param {string} objProperty - property whose value to sort on + * @return {array} the sorted array + */ + sortArray = function (targetArray, objProperty) { + targetArray.sort(function (a, b) { + var propA = a[objProperty].toLowerCase(), propB = b[objProperty].toLowerCase(); + // sort ascending; reverse propA and propB to sort descending + if (propA < propB) { + return -1; + } else if (propA > propB) { + return 1; + } + return 0; + }); + return targetArray; + }; + /** + * create an element + * + * @param {string} type - the element type + * @param {object} attributes - attributes to add to the element + * @return {object} the HTML element + */ + createEl = function (type, attributes) { + var el; + if (isDefined(type)) { + el = document.createElement(type); + if (isDefined(attributes)) { + var attr; + for (attr in attributes) { + el.setAttribute(attr, attributes[attr]); + } + } + return el; + } + }; + /** + * creates a text node and adds it to an element + * @param {object|node} el - the node (element) to add the text to + * @param {string} str - the text to add + */ + addText = function (el, str) { + var text = document.createTextNode(str); + el.appendChild(text); + }; + /** + * finds the objects in the doc data for a fileName + * + * @param {array} arr - the array of objects to search + * @param {string} filename - the filename to look for in the meta object + * @return {array} - array of the objects found + */ + findClassObjects = function (arr, filename) { + var i, totalItems = arr.length, newArr = []; + for (i = 0; i < totalItems; i++) { + if (isDefined(arr[i].meta)) { + if (arr[i].meta.filename === filename) { + newArr.push(arr[i]); + } + } + + } + return newArr; + + }; + /** + * add the class header content + */ + addHeaderContent = function () { + var topSection = createEl('section', {id: 'top', class: 'section'}), + headerData = doc_data.thisClass.headerInfo, + header = createEl('h1'), + extendsNode = createEl('p'), + extendsLink, + definedIn = createEl('p'), + definedInLink = createEl('a', {href: docsPath + classFilePath + '#L' + headerData.meta.lineno}), + description = createEl('div', {style: 'border:none', id: 'classDescription'}), + descriptionEl, + constructorHeader = createEl('h3'), + constructorPre = createEl('pre'), + constructorCode = createEl('code'), + constructorParamsHeader = createEl('h4'), + constructorParams = [], + text; + // add main content wrapper + doc_body.appendChild(mainContent); + main = document.getElementById('main'); + // add elements + topSection.appendChild(header); + topSection.appendChild(description); + // source file + topSection.appendChild(definedIn); + addText(definedIn, 'DEFINED IN: '); + definedIn.appendChild(definedInLink); + addText(definedInLink, headerData.meta.filename + ' line number: ' + headerData.meta.lineno); + mainContent.appendChild(topSection); + // page header + addText(header, headerData.name); + // parent info if this class extends another + if (isDefined(doc_data.parentClasses)) { + topSection.appendChild(extendsNode); + addText(extendsNode, 'EXTENDS: '); + extendsLink = createEl('a', {href: parentClassFilePath + doc_data.parentClasses[0].headerInfo.meta.filename}); + extendsNode.appendChild(extendsLink); + addText(extendsLink, doc_data.parentClasses[0].headerInfo.meta.filename); + } + // constructor info - don't add for video.js + if (doc_data.thisClass.headerInfo.name !== 'videojs') { + topSection.appendChild(constructorHeader); + topSection.appendChild(constructorPre); + constructorPre.appendChild(constructorCode); + // create the constructor info + addText(constructorHeader, 'Constructor'); + + // get constructor params if any + if (isDefined(headerData.params)) { + var paramTableHeaders = ['name', 'Type', 'Required', 'Description'], + paramTable = createEl('table'), + paramThead = createEl('thead'), + paramTbody = createEl('tbody'), + paramTheadRow = createEl('tr'), + paramTbodyRow = createEl('tr'), + paramTH, + paramTD, + k, + kMax; + + addText(constructorParamsHeader, 'Parameters'); + paramTable.appendChild(paramThead); + paramTable.appendChild(paramTbody); + paramThead.appendChild(paramTheadRow); + // set the table headers + kMax = paramTableHeaders.length; + for (k = 0; k < kMax; k++) { + paramTH = createEl('th'); + paramTheadRow.appendChild(paramTH); + addText(paramTH, paramTableHeaders[k]); + } + // now the table info + kMax = headerData.params.length; + for (k = 0; k < kMax; k++) { + paramTbodyRow = createEl('tr'); + paramTbody.appendChild(paramTbodyRow); + paramTD = createEl('td'); + addText(paramTD, headerData.params[k].name); + paramTbodyRow.appendChild(paramTD); + paramTD = createEl('td'); + addText(paramTD, headerData.params[k].type.names.join('|')); + paramTbodyRow.appendChild(paramTD); + paramTD = createEl('td'); + if (headerData.params[k].optional) { + text = document.createTextNode('no'); + constructorParams.push('[' + headerData.params[k].name + ']'); + } else { + text = document.createTextNode('yes'); + constructorParams.push(headerData.params[k].name); + } + paramTD.appendChild(text); + if (isDefined(headerData.params[k].description)) { + paramTbodyRow.appendChild(paramTD); + paramTD = createEl('td'); + addText(paramTD, headerData.params[k].description.slice(3, headerData.params[k].description.indexOf('

    '))); + paramTbodyRow.appendChild(paramTD); + } + paramTbody.appendChild(paramTbodyRow); + } + topSection.appendChild(constructorParamsHeader); + topSection.appendChild(paramTable); + } + } + // add constructor params to signature if any + if (constructorParams.length > 0) { + text = document.createTextNode(headerData.name + '( ' + constructorParams.join(',') + ' )'); + } else { + text = document.createTextNode(headerData.name + '()'); + } + constructorCode.appendChild(text); + descriptionEl = document.getElementById('classDescription'); + descriptionEl.innerHTML = headerData.description; + }; + /** + * add the side nav + */ + addIndex = function () { + var section = createEl('section', {id: 'index', class: 'side-nav'}), + navHeader = createEl('h2', {class: 'sideNavHeader'}), + navHeaderLink = createEl('a', {href: 'index.html'}), + memberIndex = createEl('div', {id: 'memberIndex', class: 'member-index'}), + thisMember, + addedMembers = {}, + item, + thisParent, + parentList, + header, + listItem, + listLink, + classHeader, + parentHeader, + i, + iMax, + j, + jMax, + // helper functions + classHasMembers = function (member) { + if (doc_data.thisClass[member].length > 0) { + return true; + } + return false; + }, + parentsHaveMembers = function () { + if (doc_data.parentClasses.length > 0) { + for (i = 0; i < doc_data.parentClasses.length; i++) { + if (doc_data.parentClasses[i][thisMember].length > 0) { + return true; + } + } + return false; + } + }, + makeList = function (classArr, parentArr, member, list) { + thisMember = member.toLowerCase(); + if (classArr.length > 0 || (isDefined(doc_data.parentClass) && parentArr.length > 0)) { + // add member list header + if (classHasMembers(thisMember) || parentsHaveMembers(thisMember)) { + header = createEl('h3'); + addText(header, doc_data.thisClass.headerInfo.name + ' ' + member); + } else { + return; + } + if (classHasMembers(thisMember)) { + classHeader = createEl('h4'); + addText(classHeader, 'Class ' + member); + memberIndex.appendChild(header); + memberIndex.appendChild(classHeader); + // add the list & items + list = createEl('ul', {id: list}); + memberIndex.appendChild(list); + iMax = classArr.length; + for (i = 0; i < iMax; i++) { + item = classArr[i].name; + if (!isItemInArray(addedMembers[member], item)) { + // keep track of added members to remove overridden ones + addedMembers[member].push(item); + listItem = createEl('li'); + listLink = createEl('a', {href: '#' + member + item}); + addText(listLink, item); + listItem.appendChild(listLink); + list.appendChild(listItem); + } + } + } + + // add inherited items if any + if (isDefined(parentArr) && parentArr.length > 0) { + jMax = parentArr.length; + for (j = 0; j < jMax; j++) { + thisParent = parentArr[j]; + if (thisParent[thisMember].length > 0) { + parentHeader = createEl('h4'); + addText(parentHeader, 'Inherited ' + member + ' from ' + thisParent.headerInfo.name); + memberIndex.appendChild(parentHeader); + parentList = createEl('ul'); + memberIndex.appendChild(parentList); + iMax = thisParent[thisMember].length; + for (i = 0; i < iMax; i++) { + item = thisParent[thisMember][i].name; + if (!isItemInArray(addedMembers[member], item)) { + addedMembers[member].push(item); + listItem = createEl('li'); + listLink = createEl('a', {href: '#' + member + item}); + listItem.appendChild(listLink); + addText(listLink, item); + parentList.appendChild(listItem); + } + + } + } + + } + + } + } + }; + // data structure to track members already added + addedMembers.Methods = []; + addedMembers.Properties = []; + addedMembers.Events = []; + + navHeader.appendChild(navHeaderLink); + addText(navHeaderLink, 'API Index'); + // add parent class members if any + if (isDefined(doc_data.parentClasses)) { + makeList(doc_data.thisClass.properties, doc_data.parentClasses, 'Properties', 'propertiesList'); + makeList(doc_data.thisClass.methods, doc_data.parentClasses, 'Methods', 'methodsList'); + makeList(doc_data.thisClass.events, doc_data.parentClasses, 'Events', 'eventsList'); + } else { + makeList(doc_data.thisClass.properties, [], 'Properties', 'propertiesList'); + makeList(doc_data.thisClass.methods, [], 'Methods', 'methodsList'); + makeList(doc_data.thisClass.events, [], 'Events', 'eventsList'); + } + section.appendChild(navHeader); + section.appendChild(memberIndex); + doc_body.appendChild(section); + + }; + /** + * add the member content + */ + addMembersContent = function () { + var members = [{name: 'Properties', data: 'properties'}, {name: 'Methods', data: 'methods'}, {name: 'Events', data: 'events'}], + member, + addedMembers = {}, + section, + header, + headerSuffix, + item, + itemWrapper, + itemHeader, + itemHeaderStr, + itemParams = [], + itemParamsHeader, + itemDescription, + itemDescriptionEl, + itemFooter, + itemFooterLink, + itemFooterContent, + paramTable, + paramThead, + paramTbody, + paramTheadRow, + paramTbodyRow, + paramTH, + paramTD, + paramTableHeaders = ['name', 'Type', 'Required', 'Description'], + text, + i, + iMax, + j, + jMax, + k, + kMax, + m, + mMax, + topLinkP, + topLinkA, + // helper function + createMemberItem = function (classData, member) { + bclslog('member', member); + // create the class member items + jMax = classData[member.data].length; + for (j = 0; j < jMax; j++) { + item = classData[member.data][j]; + if (!isItemInArray(addedMembers[member.name], item.name)) { + addedMembers[member.name].push(item.name); + itemWrapper = createEl('div', {id: member.name + item.name}); + section.appendChild(itemWrapper); + itemHeader = createEl('h3', {id: item.name + 'Header'}); + itemHeaderStr = item.name; + itemWrapper.appendChild(itemHeader); + itemDescription = createEl('div', {id: item.name + 'Description', class: 'description'}); + itemWrapper.appendChild(itemDescription); + itemFooter = createEl('p', {class: 'vjs-only'}); + itemFooterLink = createEl('a', {href: docsPath + item.meta.filename + '#L' + item.meta.lineno}); + itemFooterContent = createEl('em', {id: item.name + 'Footer'}); + itemFooter.appendChild(itemFooterContent); + topLinkP = createEl('p'); + topLinkA = createEl('a', {href: '#top'}); + addText(topLinkA, '[back to top]'); + topLinkP.appendChild(topLinkA); + // for methods only handle params if any + if (member.name === 'Methods' && isDefined(item.params)) { + itemParams = []; + itemParamsHeader = createEl('h4'); + addText(itemParamsHeader, 'Parameters'); + paramTable = createEl('table'); + paramThead = createEl('thead'); + paramTbody = createEl('tbody'); + paramTable.appendChild(paramThead); + paramTable.appendChild(paramTbody); + paramTheadRow = createEl('tr'); + paramThead.appendChild(paramTheadRow); + // set the table headers + kMax = paramTableHeaders.length; + for (k = 0; k < kMax; k++) { + paramTH = createEl('th'); + paramTheadRow.appendChild(paramTH); + addText(paramTH, paramTableHeaders[k]); + } + // now the table info + kMax = item.params.length; + for (k = 0; k < kMax; k++) { + paramTbodyRow = createEl('tr'); + paramTbody.appendChild(paramTbodyRow); + paramTD = createEl('td'); + addText(paramTD, item.params[k].name); + paramTbodyRow.appendChild(paramTD); + paramTD = createEl('td'); + addText(paramTD, item.params[k].type.names.join('|')); + paramTbodyRow.appendChild(paramTD); + paramTD = createEl('td'); + if (item.params[k].optional) { + text = document.createTextNode('no'); + itemParams.push('[' + item.params[k].name + ']'); + } else { + text = document.createTextNode('yes'); + itemParams.push(item.params[k].name); + } + paramTD.appendChild(text); + if (isDefined(item.params[k].description)) { + paramTbodyRow.appendChild(paramTD); + paramTD = createEl('td'); + addText(paramTD, item.params[k].description.slice(3, item.params[k].description.indexOf('

    '))); + paramTbodyRow.appendChild(paramTD); + } + paramTbody.appendChild(paramTbodyRow); + } + itemHeaderStr += '( ' + itemParams.join(', ') + ' )'; + if (item.scope === 'static') { + itemHeaderStr = 'static ' + itemHeaderStr; + } + itemWrapper.appendChild(itemParamsHeader); + itemWrapper.appendChild(paramTable); + } else if (member.name === 'Methods') { + itemHeaderStr += '()'; + } + itemWrapper.appendChild(itemFooter); + itemWrapper.appendChild(topLinkP); + addText(itemHeader, itemHeaderStr); + if (isDefined(item.deprecated)) { + headerSuffix = createEl('em', {class: 'deprecated'}); + text = document.createTextNode(); + addText(headerSuffix, ' (deprecated)'); + itemHeader.appendChild(headerSuffix); + } + itemDescriptionEl = document.getElementById(item.name + 'Description'); + itemDescriptionEl.innerHTML = item.description; + addText(itemFooterContent, 'Defined in '); + itemFooterContent.appendChild(itemFooterLink); + addText(itemFooterLink, 'src/js/' + item.meta.filename + ' line number: ' + item.meta.lineno); + } + } + }; + // data structure to track members already added + addedMembers.Methods = []; + addedMembers.Properties = []; + addedMembers.Events = []; + iMax = members.length; + for (i = 0; i < iMax; i++) { + member = members[i]; + if (doc_data.thisClass[member.data].length > 0) { + // create the member section + section = createEl('section', {id: member.name.toLowerCase(), class: 'section'}); + main.appendChild(section); + header = createEl('h2'); + addText(header, member.name); + section.appendChild(header); + // create the member items + createMemberItem(doc_data.thisClass, member); + if (isDefined(doc_data.parentClasses)) { + mMax = doc_data.parentClasses.length; + for (m = 0; m < mMax; m++) { + if (doc_data.parentClasses[m][member.data].length > 0) { + createMemberItem(doc_data.parentClasses[m], member); + } + } + } + } + } + }; + /** + * use hljs to highlight the syntax in code blocks + */ + highlightCode = function () { + var codeBlocks = document.querySelectorAll('pre code'), + i, + iMax; + if (isDefined(codeBlocks)) { + iMax = codeBlocks.length; + for (i = 0; i < iMax; i++) { + hljs.highlightBlock(codeBlocks[i]); + } + } + }; + /** + * init gets things going + */ + init = function () { + var fileName, + srcFileName, + parent_class_name, + privateItems = [], + idx, + text, + j, + parentCounter = 0, + // helper function to get the chain of parent classes + getAncestorData = function (parent_class) { + // get data objects for the class + classes.parentClasses[parentCounter] = findClassObjects(docData, parent_class + '.js'); + // check to see if there are any parent class items + if (classes.parentClasses[parentCounter].length > 0) { + doc_data.parentClasses[parentCounter] = {}; + // get parent header info + idx = findObjectInArray(classes.parentClasses[parentCounter], 'kind', 'class'); + doc_data.parentClasses[parentCounter].headerInfo = copyObj(classes.parentClasses[parentCounter][idx]); + // get parent class path + idx = findObjectInArray(classes.parentClasses[parentCounter], 'kind', 'file'); + if (idx > -1) { + parentClassFilePath = classes.parentClasses[parentCounter][idx].name; + } else { + parentClassFilePath = doc_data.parentClasses[parentCounter].headerInfo.meta.filename; + } + // remove any private items + privateItems = findObjectsInArray(classes.parentClasses[parentCounter], 'access', 'private'); + j = privateItems.length; + while (j > 0) { + j--; + classes.parentClasses[parentCounter].splice(privateItems[j], 1); + } + // now get the member arrays + doc_data.parentClasses[parentCounter].methods = getSubArray(classes.parentClasses[parentCounter], 'kind', 'function'); + doc_data.parentClasses[parentCounter].methods = sortArray(doc_data.parentClasses[parentCounter].methods, 'name'); + doc_data.parentClasses[parentCounter].events = getSubArray(classes.parentClasses[parentCounter], 'kind', 'event'); + doc_data.parentClasses[parentCounter].events = sortArray(doc_data.parentClasses[parentCounter].events, 'name'); + doc_data.parentClasses[parentCounter].properties = getSubArray(classes.parentClasses[parentCounter], 'kind', 'property'); + doc_data.parentClasses[parentCounter].properties = sortArray(doc_data.parentClasses[parentCounter].properties, 'name'); + } + // get parent class, if any, and anything it inherits + if (isDefined(doc_data.parentClasses[parentCounter].headerInfo.augments)) { + idx = findObjectInArray(docData, 'name', doc_data.parentClasses[parentCounter].headerInfo.augments[0]); + parent_class_name = docData[idx].meta.filename.replace('.js', ''); + parentCounter++; + getAncestorData(parent_class_name); + } + }; + // content wrapper + mainContent = createEl('div', {id: 'main', class: 'section'}); + // get the class name from the file name + fileName = path[path.length - 1]; + doc_class = fileName.substring(0, fileName.indexOf('.')); + srcFileName = doc_class + '.js'; + bclslog('srcFileName', srcFileName); + // video.js is a special case - all others will be the same + if (srcFileName === 'video.js') { + // for doc purposes, treat video like a class, though it's not + // get the data objects for this class + classes.thisClass = findClassObjects(docData, srcFileName); + bclslog('classes', classes); + idx = findObjectInArray(classes.thisClass, 'name', 'videojs'); + doc_data.thisClass = {}; + // get the class overview object + doc_data.thisClass.headerInfo = copyObj(classes.thisClass[idx]); + doc_data.thisClass.headerInfo.name = 'videojs'; + idx = findObjectInArray(classes.thisClass, 'kind', 'file'); + if (idx > -1) { + classFilePath = classes.thisClass[idx].name; + } else { + classFilePath = doc_data.thisClass.headerInfo.meta.filename; + } + // set the doc title + text = document.createTextNode(doc_data.thisClass.headerInfo.name); + title.appendChild(text); + // remove any private items + privateItems = findObjectsInArray(classes.thisClass, 'access', 'private'); + j = privateItems.length; + while (j > 0) { + j--; + classes.thisClass.splice(privateItems[j], 1); + } + // now get the member arrays + doc_data.thisClass.methods = getSubArray(classes.thisClass, 'kind', 'function'); + doc_data.thisClass.methods = sortArray(doc_data.thisClass.methods, 'name'); + doc_data.thisClass.events = getSubArray(classes.thisClass, 'kind', 'event'); + doc_data.thisClass.events = sortArray(doc_data.thisClass.events, 'name'); + doc_data.thisClass.properties = getSubArray(classes.thisClass, 'kind', 'property'); + doc_data.thisClass.properties = sortArray(doc_data.thisClass.properties, 'name'); + bclslog('thisClass', doc_data.thisClass); + } else { + // get the data objects for this class + classes.thisClass = findClassObjects(docData, srcFileName); + bclslog('classes', classes); + idx = findObjectInArray(classes.thisClass, 'kind', 'class'); + doc_data.thisClass = {}; + doc_data.thisClass.headerInfo = copyObj(classes.thisClass[idx]); + // get the file path from @file object + idx = findObjectInArray(classes.thisClass, 'kind', 'file'); + if (idx > -1) { + classFilePath = classes.thisClass[idx].name; + } else { + classFilePath = doc_data.thisClass.headerInfo.meta.filename; + } + // set the doc title + text = document.createTextNode(doc_data.thisClass.headerInfo.name); + title.appendChild(text); + // remove any private items + privateItems = findObjectsInArray(classes.thisClass, 'access', 'private'); + j = privateItems.length; + while (j > 0) { + j--; + classes.thisClass.splice(privateItems[j], 1); + } + // now get the member arrays + doc_data.thisClass.methods = getSubArray(classes.thisClass, 'kind', 'function'); + doc_data.thisClass.methods = sortArray(doc_data.thisClass.methods, 'name'); + doc_data.thisClass.events = getSubArray(classes.thisClass, 'kind', 'event'); + doc_data.thisClass.events = sortArray(doc_data.thisClass.events, 'name'); + doc_data.thisClass.properties = getSubArray(classes.thisClass, 'kind', 'property'); + doc_data.thisClass.properties = sortArray(doc_data.thisClass.properties, 'name'); + bclslog('thisClass', doc_data.thisClass); + // get parent class, if any, and anything it inherits + if (isDefined(doc_data.thisClass.headerInfo.augments)) { + doc_data.parentClass = {}; + doc_data.parentClasses = []; + classes.parentClasses = []; + idx = findObjectInArray(docData, 'name', doc_data.thisClass.headerInfo.augments[0]); + parent_class_name = docData[idx].meta.filename.replace('.js', ''); + getAncestorData(parent_class_name); + } + bclslog('parentClasses', doc_data.parentClasses); + } + // now we're ready to roll + addIndex(); + addHeaderContent(); + addMembersContent(); + highlightCode(); + }; + // initialize + init(); + return { + + }; +})(window, document, docData, hljs); diff --git a/lib/video.js-main/docs/legacy-docs/api/js/api-index.js b/lib/video.js-main/docs/legacy-docs/api/js/api-index.js new file mode 100644 index 0000000..c55bcb6 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/js/api-index.js @@ -0,0 +1,281 @@ +var BCLSVJS = (function (window, document, docData) { + 'use strict'; + var title = document.getElementsByTagName('title')[0], + // data structures + classes = [], + // elements + main, + doc_body = document.getElementsByTagName('body')[0], + // functions + isDefined, + findObjectsInArray, + getSubArray, + sortArray, + createEl, + bclslog, + addHeaderContent, + addIndex, + init; + /** + * Logging function - safe for IE + * @param {string} context - description of the data + * @param {*} message - the data to be logged by the console + * @return {} + */ + bclslog = function (context, message) { + if (window['console'] && console['log']) { + console.log(context, message); + } + return; + }; + /** + * tests for all the ways a variable might be undefined or not have a value + * @param {*} x the variable to test + * @return {Boolean} true if variable is defined and has a value + */ + isDefined = function (x) { + if (x !== '' && x !== null && x !== undefined && x !== NaN) { + return true; + } + return false; + }; + /** + * find indexes of a set of object in array of objects + * based on some property value + * generally useful for finding several objects + * + * @param {array} targetArray - array to search + * @param {string} objProperty - object property to search + * @param {string|number} value - value of the property to search for + * @return {array} array of indexes for matching objects + */ + findObjectsInArray = function (targetArray, objProperty, value) { + var i, totalItems = targetArray.length, newArr = []; + for (i = 0; i < totalItems; i++) { + if (targetArray[i][objProperty] === value) { + newArr.push(i); + } + } + return newArr; + }; + /** + * get a subset of objects in array of objects + * based on some property value + * + * @param {array} targetArray - array to search + * @param {string} objProperty - object property to search + * @param {string|number} value - value of the property to search for + * @return {array} array of objects with matching property value + */ + getSubArray = function (targetArray, objProperty, value) { + var i, totalItems = targetArray.length, idxArr = []; + for (i = 0; i < totalItems; i++) { + if (targetArray[i][objProperty] === value) { + idxArr.push(targetArray[i]); + } + } + return idxArr; + }; + /** + * sort an array of objects based on an object property + * @param {array} targetArray - array to sort + * @param {string} objProperty - property whose value to sort on + * @return {array} the sorted array + */ + sortArray = function (targetArray, objProperty) { + targetArray.sort(function (a, b) { + var propA = a[objProperty].toLowerCase(), propB = b[objProperty].toLowerCase(); + // sort ascending; reverse propA and propB to sort descending + if (propA < propB) { + return -1; + } else if (propA > propB) { + return 1; + } + return 0; + }); + return targetArray; + }; + /** + * create an element + * @param {string} type - the element type + * @param {object} attributes - attributes to add to the element + * @return {object} the HTML element + */ + createEl = function (type, attributes) { + var el; + if (isDefined(type)) { + el = document.createElement(type); + if (isDefined(attributes)) { + var attr; + for (attr in attributes) { + el.setAttribute(attr, attributes[attr]); + } + } + return el; + } + }; + /** + * add the class header content + */ + addHeaderContent = function () { + var doc_body = document.getElementsByTagName('body')[0], + mainContent = createEl('div', {id: 'main'}), + topSection = createEl('section', {id: 'top', class: 'section'}), + mainLink = createEl('a', {href: '//docs.videojs.com/', style: 'float:right;font-weight:bold;margin-top:-3em;background-color:#ECEEF1;padding:2px 4px;'}), + header = createEl('h1'), + text = document.createTextNode('video.js API Documentation Index'), + topP, + topPtext, + topLink, + topLinkStrong; + // add elements + mainLink.appendChild(document.createTextNode('Documentation Home')); + topSection.appendChild(mainLink); + header.appendChild(text); + topSection.appendChild(header); + // add paragraph for videojs function + topP = createEl('p'); + topPtext = document.createTextNode('If you are new to video.js, look first at '); + topP.appendChild(topPtext); + topLink = createEl('a', {href: 'video.html'}); + topP.appendChild(topLink); + topPtext = document.createTextNode('videojs'); + topLinkStrong = createEl('strong'); + topLink.appendChild(topLinkStrong); + topLinkStrong.appendChild(topPtext); + topPtext = document.createTextNode(', which Doubles as the main function for users to create a player instance and also the main library object.'); + topP.appendChild(topPtext); + topSection.appendChild(topP); + // add paragraph for the player class + topP = createEl('p'); + topPtext = document.createTextNode('Next, look at the '); + topP.appendChild(topPtext); + topLink = createEl('a', {href: 'player.html'}); + topP.appendChild(topLink); + topPtext = document.createTextNode('player'); + topLinkStrong = createEl('strong'); + topLink.appendChild(topLinkStrong); + topLinkStrong.appendChild(topPtext); + topPtext = document.createTextNode(' class. An instance of the Player class is created when any of the Video.js setup methods are used to initialize a video. The methods and events of the player object are the most commonly used for managing the player and playback.'); + topP.appendChild(topPtext); + topSection.appendChild(topP); + // add the top section to the document + mainContent.appendChild(topSection); + doc_body.appendChild(mainContent); + main = document.getElementById('main'); + }; + /** + * add the side nav + */ + addIndex = function () { + var section = createEl('section', {id: 'index', class: 'section'}), + sectionHeader = createEl('h2'), + classlists = {}, + alphaArr = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'], + firstLetter, + numberAlphaItems = 0, + itemsPerColumn, + columnDiv, + item, + indexEls = [], + indexListHolder, + indexList, + indexListHeader, + listItem, + listLink, + listText, + text, + i, + iMax, + j, + jMax, + counter = 0; + text = document.createTextNode('Index of classes'); + sectionHeader.appendChild(text); + // create alpha arrays + iMax = classes.length; + for (i = 0; i < iMax; i++) { + item = classes[i]; + firstLetter = item.name.charAt(0).toLowerCase(); + // create alpha array if non-existent, push item + if (isDefined(classlists[firstLetter]) === false) { + classlists[firstLetter] = []; + numberAlphaItems++; + } + classlists[firstLetter].push({name: item.name, filename: item.meta.filename}); + } + itemsPerColumn = Math.ceil(numberAlphaItems / 3); + bclslog('classlists', classlists); + iMax = alphaArr.length; + for (i = 0; i < iMax; i++) { + if (isDefined(classlists[alphaArr[i]])) { + indexListHolder = createEl('div'); + indexListHeader = createEl('h4', {class: 'indexHeader'}); + text = document.createTextNode('~' + alphaArr[i].toUpperCase() + '~'); + indexListHeader.appendChild(text); + indexListHolder.appendChild(indexListHeader); + indexList = createEl('ul'); + indexListHolder.appendChild(indexList); + jMax = classlists[alphaArr[i]].length; + bclslog('jMax', jMax); + for (j = 0; j < jMax; j++) { + bclslog('classlists[alphaArr[i]', classlists[alphaArr[i]]); + listItem = createEl('li'); + indexList.appendChild(listItem); + listLink = createEl('a', {href: classlists[alphaArr[i]][j].filename.replace('.js', '.html')}); + listItem.appendChild(listLink); + listText = document.createTextNode(classlists[alphaArr[i]][j].name); + listLink.appendChild(listText); + } + indexEls.push(indexListHolder); + } + } + section.appendChild(sectionHeader); + iMax = indexEls.length; + for (i = 0; i < iMax; i++) { + if (counter > itemsPerColumn) { + counter = 0; + } + if (counter === 0) { + columnDiv = createEl('div', {class: 'indexColumn'}); + section.appendChild(columnDiv); + } + columnDiv.appendChild(indexEls[i]); + } + main.appendChild(section); + }; + /** + * init gets things going + */ + init = function () { + var privateItems = [], + videojs = {name: 'videojs', meta: {filename: 'video.js'}}, + j; + // get the data objects for all classes + classes = getSubArray(docData, 'kind', 'class'); + // videojs is a special case + classes.push(videojs); + bclslog('classes', classes); + // set the doc title + title.innerHTML = 'API Documentation Index'; + // remove any private items + privateItems = findObjectsInArray(classes, 'access', 'private'); + bclslog('privateItems', privateItems); + j = privateItems.length; + bclslog('j', j); + while (j > 0) { + j--; + classes.splice(privateItems[j], 1); + } + // sort the array + classes = sortArray(classes, 'name'); + bclslog('classes', classes); + // now we're ready to roll + addHeaderContent(); + addIndex(); + }; + init(); + return { + + }; +})(window, document, docData); \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/js/doc-data-full.js b/lib/video.js-main/docs/legacy-docs/api/js/doc-data-full.js new file mode 100644 index 0000000..4946885 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/js/doc-data-full.js @@ -0,0 +1,15068 @@ +var docData = +[ + { + "comment": "/**\n* @file base-styles.js\n*\n* This code injects the required base styles in the head of the document.\n*/", + "meta": { + "range": [ + 0, + 105 + ], + "filename": "base-styles.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "base-styles.js", + "kind": "file", + "description": "

    base-styles.js

    \n

    This code injects the required base styles in the head of the document.

    ", + "preserveName": true, + "longname": "base-styles.js", + "scope": "global" + }, + { + "comment": "/**\n* @file big-play-button.js\n*/", + "meta": { + "range": [ + 0, + 33 + ], + "filename": "big-play-button.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "big-play-button.js", + "kind": "file", + "description": "

    big-play-button.js

    ", + "preserveName": true, + "longname": "big-play-button.js", + "scope": "global" + }, + { + "comment": "/**\n* Initial play button. Shows before the video has played. The hiding of the\n* big play button is done via CSS and player states.\n*\n* @param {Object} player Main Player\n* @param {Object=} options Object of option names and values\n* @extends Button\n* @class BigPlayButton\n*/", + "meta": { + "range": [ + 146, + 423 + ], + "filename": "big-play-button.js", + "lineno": 9, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Initial play button. Shows before the video has played. The hiding of the\nbig play button is done via CSS and player states.

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Main Player

    ", + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Object of option names and values

    ", + "name": "options" + } + ], + "augments": [ + "Button" + ], + "kind": "class", + "name": "BigPlayButton", + "longname": "BigPlayButton", + "scope": "global" + }, + { + "comment": "/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/", + "meta": { + "range": [ + 442, + 568 + ], + "filename": "big-play-button.js", + "lineno": 24, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Allow sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The constructed class name

    " + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n* Handles click for play \n*\n* @method handleClick\n*/", + "meta": { + "range": [ + 581, + 637 + ], + "filename": "big-play-button.js", + "lineno": 34, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Handles click for play

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* @file button.js\n*/", + "meta": { + "range": [ + 0, + 24 + ], + "filename": "button.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "button.js", + "kind": "file", + "description": "

    button.js

    ", + "preserveName": true, + "longname": "button.js", + "scope": "global" + }, + { + "comment": "/**\n* Base class for all buttons\n*\n* @param {Object} player Main Player\n* @param {Object=} options Object of option names and values\n* @extends Component\n* @class Button\n*/", + "meta": { + "range": [ + 169, + 342 + ], + "filename": "button.js", + "lineno": 13, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Base class for all buttons

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Main Player

    ", + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Object of option names and values

    ", + "name": "options" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "Button", + "longname": "Button", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @param {String=} type Element's node type. e.g. 'div'\n* @param {Object=} props An object of element attributes that should be set on the element Tag name \n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 382, + 623 + ], + "filename": "button.js", + "lineno": 34, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "optional": true, + "description": "

    Element's node type. e.g. 'div'

    ", + "name": "type" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    An object of element attributes that should be set on the element Tag name

    ", + "name": "props" + } + ], + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Controls text - both request and localize \n*\n* @param {String} text Text for button\n* @return {String}\n* @method controlText\n*/", + "meta": { + "range": [ + 690, + 823 + ], + "filename": "button.js", + "lineno": 64, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Controls text - both request and localize

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Text for button

    ", + "name": "text" + } + ], + "returns": [ + { + "type": { + "names": [ + "String" + ] + } + } + ], + "kind": "function", + "name": "controlText", + "longname": "controlText", + "scope": "global" + }, + { + "comment": "/**\n* Allows sub components to stack CSS class names\n*\n* @return {String}\n* @method buildCSSClass\n*/", + "meta": { + "range": [ + 851, + 951 + ], + "filename": "button.js", + "lineno": 80, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Allows sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + } + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n* Handle Click - Override with specific functionality for button\n*\n* @method handleClick\n*/", + "meta": { + "range": [ + 964, + 1059 + ], + "filename": "button.js", + "lineno": 90, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Handle Click - Override with specific functionality for button

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* Handle Focus - Add keyboard functionality to element\n*\n* @method handleFocus\n*/", + "meta": { + "range": [ + 1066, + 1151 + ], + "filename": "button.js", + "lineno": 97, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Handle Focus - Add keyboard functionality to element

    ", + "kind": "function", + "name": "handleFocus", + "longname": "handleFocus", + "scope": "global" + }, + { + "comment": "/**\n* Handle KeyPress (document level) - Trigger click when keys are pressed\n*\n* @method handleKeyPress\n*/", + "meta": { + "range": [ + 1164, + 1270 + ], + "filename": "button.js", + "lineno": 106, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Handle KeyPress (document level) - Trigger click when keys are pressed

    ", + "kind": "function", + "name": "handleKeyPress", + "longname": "handleKeyPress", + "scope": "global" + }, + { + "comment": "/**\n* Handle Blur - Remove keyboard triggers\n*\n* @method handleBlur\n*/", + "meta": { + "range": [ + 1295, + 1365 + ], + "filename": "button.js", + "lineno": 119, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Handle Blur - Remove keyboard triggers

    ", + "kind": "function", + "name": "handleBlur", + "longname": "handleBlur", + "scope": "global" + }, + { + "comment": "/**\n* @file component.js\n*\n*Player Component - Base class for all UI objects\n*/", + "meta": { + "range": [ + 0, + 79 + ], + "filename": "component.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "component.js", + "kind": "file", + "description": "

    component.js

    \n

    Player Component - Base class for all UI objects

    ", + "preserveName": true, + "longname": "component.js", + "scope": "global" + }, + { + "comment": "/**\n* Base UI Component class\n* Components are embeddable UI objects that are represented by both a\n* javascript object and an element in the DOM. They can be children of other\n* components, and can have many children themselves.\n* ```js\n* // adding a button to the player\n* var button = player.addChild('button');\n* button.el(); // -> button element\n* ```\n* ```html\n*
    \n*
    Button
    \n*
    \n* ```\n* Components are also event emitters.\n* ```js\n* button.on('click', function(){\n* console.log('Button Clicked!');\n* });\n* button.trigger('customevent');\n* ```\n*\n* @param {Object} player Main Player\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @class Component\n*/", + "meta": { + "range": [ + 116, + 940 + ], + "filename": "component.js", + "lineno": 18, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Base UI Component class\nComponents are embeddable UI objects that are represented by both a\njavascript object and an element in the DOM. They can be children of other\ncomponents, and can have many children themselves.

    \n
        // adding a button to the player\n    var button = player.addChild('button');\n    button.el(); // -> button element
        <div class="video-js">\n      <div class="vjs-button">Button</div>\n    </div>

    Components are also event emitters.

    \n
        button.on('click', function(){\n      console.log('Button Clicked!');\n    });\n    button.trigger('customevent');
    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Main Player

    ", + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Object of option names and values

    ", + "name": "options" + }, + { + "type": { + "names": [ + "function" + ] + }, + "optional": true, + "description": "

    Ready callback function

    ", + "name": "ready" + } + ], + "kind": "class", + "name": "Component", + "longname": "Component", + "scope": "global" + }, + { + "comment": "/**\n* Dispose of the component and all child components\n*\n* @method dispose\n*/", + "meta": { + "range": [ + 1124, + 1202 + ], + "filename": "component.js", + "lineno": 107, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Dispose of the component and all child components

    ", + "kind": "function", + "name": "dispose", + "longname": "dispose", + "scope": "global" + }, + { + "comment": "/**\n* Return the component's player\n*\n* @return {Player}\n* @method player\n*/", + "meta": { + "range": [ + 1290, + 1366 + ], + "filename": "component.js", + "lineno": 141, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Return the component's player

    ", + "returns": [ + { + "type": { + "names": [ + "Player" + ] + } + } + ], + "kind": "function", + "name": "player", + "longname": "player", + "scope": "global" + }, + { + "comment": "/**\n* Deep merge of options objects\n* Whenever a property is an object on both options objects\n* the two properties will be merged using mergeOptions.\n* This is used for merging options for child components. We\n* want it to be easy to override individual options on a child\n* component without having to rewrite all the other default options.\n* ```js\n* Parent.prototype.options_ = {\n* children: {\n* 'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },\n* 'childTwo': {},\n* 'childThree': {}\n* }\n* }\n* newOptions = {\n* children: {\n* 'childOne': { 'foo': 'baz', 'abc': '123' }\n* 'childTwo': null,\n* 'childFour': {}\n* }\n* }\n*\n* this.options(newOptions);\n* ```\n* RESULT\n*```js\n* {\n* children: {\n* 'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },\n* 'childTwo': null, // Disabled. Won't be initialized.\n* 'childThree': {},\n* 'childFour': {}\n* }\n* }\n* ```\n*\n* @param {Object} obj Object of new option values\n* @return {Object} A NEW object of this.options_ and obj merged\n* @method options\n*/", + "meta": { + "range": [ + 1379, + 2515 + ], + "filename": "component.js", + "lineno": 151, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Deep merge of options objects\nWhenever a property is an object on both options objects\nthe two properties will be merged using mergeOptions.\nThis is used for merging options for child components. We\nwant it to be easy to override individual options on a child\ncomponent without having to rewrite all the other default options.

    \n
        Parent.prototype.options_ = {\n      children: {\n        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },\n        'childTwo': {},\n        'childThree': {}\n      }\n    }\n    newOptions = {\n      children: {\n        'childOne': { 'foo': 'baz', 'abc': '123' }\n        'childTwo': null,\n        'childFour': {}\n      }\n    }\n\n    this.options(newOptions);

    RESULT

    \n
        {\n      children: {\n        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },\n        'childTwo': null, // Disabled. Won't be initialized.\n        'childThree': {},\n        'childFour': {}\n      }\n    }
    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Object of new option values

    ", + "name": "obj" + } + ], + "returns": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    A NEW object of this.options_ and obj merged

    " + } + ], + "kind": "function", + "name": "options", + "longname": "options", + "scope": "global" + }, + { + "comment": "/**\n* Get the component's DOM element\n* ```js\n* var domEl = myComponent.el();\n* ```\n*\n* @return {Element}\n* @method el\n*/", + "meta": { + "range": [ + 2549, + 2674 + ], + "filename": "component.js", + "lineno": 203, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get the component's DOM element

    \n
        var domEl = myComponent.el();
    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "el", + "longname": "el", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @param {String=} tagName Element's node type. e.g. 'div'\n* @param {Object=} attributes An object of element attributes that should be set on the element\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 2687, + 2929 + ], + "filename": "component.js", + "lineno": 216, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "optional": true, + "description": "

    Element's node type. e.g. 'div'

    ", + "name": "tagName" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    An object of element attributes that should be set on the element

    ", + "name": "attributes" + } + ], + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Return the component's DOM element where children are inserted.\n* Will either be the same as el() or a new element defined in createEl().\n*\n* @return {Element}\n* @method contentEl\n*/", + "meta": { + "range": [ + 3014, + 3202 + ], + "filename": "component.js", + "lineno": 252, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Return the component's DOM element where children are inserted.\nWill either be the same as el() or a new element defined in createEl().

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "contentEl", + "longname": "contentEl", + "scope": "global" + }, + { + "comment": "/**\n* Get the component's ID\n* ```js\n* var id = myComponent.id();\n* ```\n*\n* @return {String}\n* @method id\n*/", + "meta": { + "range": [ + 3215, + 3327 + ], + "filename": "component.js", + "lineno": 263, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get the component's ID

    \n
        var id = myComponent.id();
    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + } + } + ], + "kind": "function", + "name": "id", + "longname": "id", + "scope": "global" + }, + { + "comment": "/**\n* Get the component's name. The name is often used to reference the component.\n* ```js\n* var name = myComponent.name();\n* ```\n*\n* @return {String}\n* @method name\n*/", + "meta": { + "range": [ + 3340, + 3512 + ], + "filename": "component.js", + "lineno": 276, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get the component's name. The name is often used to reference the component.

    \n
        var name = myComponent.name();
    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + } + } + ], + "kind": "function", + "name": "name", + "longname": "name", + "scope": "global" + }, + { + "comment": "/**\n* Get an array of all child components\n* ```js\n* var kids = myComponent.children();\n* ```\n*\n* @return {Array} The children\n* @method children\n*/", + "meta": { + "range": [ + 3525, + 3677 + ], + "filename": "component.js", + "lineno": 289, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get an array of all child components

    \n
        var kids = myComponent.children();
    ", + "returns": [ + { + "type": { + "names": [ + "Array" + ] + }, + "description": "

    The children

    " + } + ], + "kind": "function", + "name": "children", + "longname": "children", + "scope": "global" + }, + { + "comment": "/**\n* Returns a child component with the provided ID\n*\n* @return {Component}\n* @method getChildById\n*/", + "meta": { + "range": [ + 3690, + 3792 + ], + "filename": "component.js", + "lineno": 302, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Returns a child component with the provided ID

    ", + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "kind": "function", + "name": "getChildById", + "longname": "getChildById", + "scope": "global" + }, + { + "comment": "/**\n* Returns a child component with the provided name\n*\n* @return {Component}\n* @method getChild\n*/", + "meta": { + "range": [ + 3805, + 3905 + ], + "filename": "component.js", + "lineno": 312, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Returns a child component with the provided name

    ", + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "kind": "function", + "name": "getChild", + "longname": "getChild", + "scope": "global" + }, + { + "comment": "/**\n* Adds a child component inside this component\n* ```js\n* myComponent.el();\n* // ->
    \n* myComponent.children();\n* // [empty array]\n*\n* var myButton = myComponent.addChild('MyButton');\n* // ->
    myButton
    \n* // -> myButton === myComonent.children()[0];\n* ```\n* Pass in options for child constructors and options for children of the child\n* ```js\n* var myButton = myComponent.addChild('MyButton', {\n* text: 'Press Me',\n* children: {\n* buttonChildExample: {\n* buttonChildOption: true\n* }\n* }\n* });\n* ```\n*\n* @param {String|Component} child The class name or instance of a child to add\n* @param {Object=} options Options, including options to be passed to children of the child.\n* @return {Component} The child component (created by this process if a string was used)\n* @method addChild\n*/", + "meta": { + "range": [ + 3918, + 4873 + ], + "filename": "component.js", + "lineno": 322, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Adds a child component inside this component

    \n
        myComponent.el();\n    // -> <div class='my-component'></div>\n    myComponent.children();\n    // [empty array]\n\n    var myButton = myComponent.addChild('MyButton');\n    // -> <div class='my-component'><div class="my-button">myButton<div></div>\n    // -> myButton === myComonent.children()[0];

    Pass in options for child constructors and options for children of the child

    \n
        var myButton = myComponent.addChild('MyButton', {\n      text: 'Press Me',\n      children: {\n        buttonChildExample: {\n          buttonChildOption: true\n        }\n      }\n    });
    ", + "params": [ + { + "type": { + "names": [ + "String", + "Component" + ] + }, + "description": "

    The class name or instance of a child to add

    ", + "name": "child" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Options, including options to be passed to children of the child.

    ", + "name": "options" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + }, + "description": "

    The child component (created by this process if a string was used)

    " + } + ], + "kind": "function", + "name": "addChild", + "longname": "addChild", + "scope": "global" + }, + { + "comment": "/**\n* Remove a child component from this component's list of children, and the\n* child component's element from this component's element\n*\n* @param {Component} component Component to remove\n* @method removeChild\n*/", + "meta": { + "range": [ + 5057, + 5272 + ], + "filename": "component.js", + "lineno": 412, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Remove a child component from this component's list of children, and the\nchild component's element from this component's element

    ", + "params": [ + { + "type": { + "names": [ + "Component" + ] + }, + "description": "

    Component to remove

    ", + "name": "component" + } + ], + "kind": "function", + "name": "removeChild", + "longname": "removeChild", + "scope": "global" + }, + { + "comment": "/**\n* Add and initialize default child components from options\n* ```js\n* // when an instance of MyComponent is created, all children in options\n* // will be added to the instance by their name strings and options\n* MyComponent.prototype.options_.children = {\n* myChildComponent: {\n* myChildOption: true\n* }\n* }\n* ```\n* // Or when creating the component\n* ```js\n* var myComp = new MyComponent(player, {\n* children: {\n* myChildComponent: {\n* myChildOption: true\n* }\n* }\n* });\n* ```\n* The children option can also be an Array of child names or\n* child options objects (that also include a 'name' key).\n* ```js\n* var myComp = new MyComponent(player, {\n* children: [\n* 'button',\n* {\n* name: 'button',\n* someOtherOption: true\n* }\n* ]\n* });\n* ```\n*\n* @method initChildren\n*/", + "meta": { + "range": [ + 5372, + 6289 + ], + "filename": "component.js", + "lineno": 452, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Add and initialize default child components from options

    \n
        // when an instance of MyComponent is created, all children in options\n    // will be added to the instance by their name strings and options\n    MyComponent.prototype.options_.children = {\n      myChildComponent: {\n        myChildOption: true\n      }\n    }
    // Or when creating the component
        var myComp = new MyComponent(player, {\n      children: {\n        myChildComponent: {\n          myChildOption: true\n        }\n      }\n    });

    The children option can also be an Array of child names or\nchild options objects (that also include a 'name' key).

    \n
        var myComp = new MyComponent(player, {\n      children: [\n        'button',\n        {\n          name: 'button',\n          someOtherOption: true\n        }\n      ]\n    });
    ", + "kind": "function", + "name": "initChildren", + "longname": "initChildren", + "scope": "global" + }, + { + "comment": "/**\n* Allows sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/", + "meta": { + "range": [ + 6467, + 6594 + ], + "filename": "component.js", + "lineno": 548, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Allows sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The constructed class name

    " + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n* Add an event listener to this component's element\n* ```js\n* var myFunc = function(){\n* var myComponent = this;\n* // Do something when the event is fired\n* };\n*\n* myComponent.on('eventType', myFunc);\n* ```\n* The context of myFunc will be myComponent unless previously bound.\n* Alternatively, you can add a listener to another element or component.\n* ```js\n* myComponent.on(otherElement, 'eventName', myFunc);\n* myComponent.on(otherComponent, 'eventName', myFunc);\n* ```\n* The benefit of using this over `VjsEvents.on(otherElement, 'eventName', myFunc)`\n* and `otherComponent.on('eventName', myFunc)` is that this way the listeners\n* will be automatically cleaned up when either component is disposed.\n* It will also bind myComponent as the context of myFunc.\n* **NOTE**: When using this on elements in the page other than window\n* and document (both permanent), if you remove the element from the DOM\n* you need to call `myComponent.trigger(el, 'dispose')` on it to clean up\n* references to it and allow the browser to garbage collect it.\n*\n* @param {String|Component} first The event type or other component\n* @param {Function|String} second The event handler or event type\n* @param {Function} third The event handler\n* @return {Component} \n* @method on\n*/", + "meta": { + "range": [ + 6613, + 7932 + ], + "filename": "component.js", + "lineno": 560, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Add an event listener to this component's element

    \n
        var myFunc = function(){\n      var myComponent = this;\n      // Do something when the event is fired\n    };\n\n    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound.\nAlternatively, you can add a listener to another element or component.

    \n
        myComponent.on(otherElement, 'eventName', myFunc);\n    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc)\nand otherComponent.on('eventName', myFunc) is that this way the listeners\nwill be automatically cleaned up when either component is disposed.\nIt will also bind myComponent as the context of myFunc.\nNOTE: When using this on elements in the page other than window\nand document (both permanent), if you remove the element from the DOM\nyou need to call myComponent.trigger(el, 'dispose') on it to clean up\nreferences to it and allow the browser to garbage collect it.

    ", + "params": [ + { + "type": { + "names": [ + "String", + "Component" + ] + }, + "description": "

    The event type or other component

    ", + "name": "first" + }, + { + "type": { + "names": [ + "function", + "String" + ] + }, + "description": "

    The event handler or event type

    ", + "name": "second" + }, + { + "type": { + "names": [ + "function" + ] + }, + "description": "

    The event handler

    ", + "name": "third" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "kind": "function", + "name": "on", + "longname": "on", + "scope": "global" + }, + { + "comment": "/**\n* Remove an event listener from this component's element\n* ```js\n* myComponent.off('eventType', myFunc);\n* ```\n* If myFunc is excluded, ALL listeners for the event type will be removed.\n* If eventType is excluded, ALL listeners will be removed from the component.\n* Alternatively you can use `off` to remove listeners that were added to other\n* elements or components using `myComponent.on(otherComponent...`.\n* In this case both the event type and listener function are REQUIRED.\n* ```js\n* myComponent.off(otherElement, 'eventType', myFunc);\n* myComponent.off(otherComponent, 'eventType', myFunc);\n* ```\n*\n* @param {String=|Component} first The event type or other component\n* @param {Function=|String} second The listener function or event type\n* @param {Function=} third The listener for other component\n* @return {Component}\n* @method off\n*/", + "meta": { + "range": [ + 8065, + 8951 + ], + "filename": "component.js", + "lineno": 635, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Remove an event listener from this component's element

    \n
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed.\nIf eventType is excluded, ALL listeners will be removed from the component.\nAlternatively you can use off to remove listeners that were added to other\nelements or components using myComponent.on(otherComponent....\nIn this case both the event type and listener function are REQUIRED.

    \n
        myComponent.off(otherElement, 'eventType', myFunc);\n    myComponent.off(otherComponent, 'eventType', myFunc);
    ", + "params": [ + { + "type": { + "names": [ + "String", + "Component" + ] + }, + "description": "

    The event type or other component

    ", + "name": "first" + }, + { + "type": { + "names": [ + "function", + "String" + ] + }, + "description": "

    The listener function or event type

    ", + "name": "second" + }, + { + "type": { + "names": [ + "function" + ] + }, + "optional": true, + "description": "

    The listener for other component

    ", + "name": "third" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "kind": "function", + "name": "off", + "longname": "off", + "scope": "global" + }, + { + "comment": "/**\n* Add an event listener to be triggered only once and then removed\n* ```js\n* myComponent.one('eventName', myFunc);\n* ```\n* Alternatively you can add a listener to another element or component\n* that will be triggered only once.\n* ```js\n* myComponent.one(otherElement, 'eventName', myFunc);\n* myComponent.one(otherComponent, 'eventName', myFunc);\n* ```\n*\n* @param {String|Component} first The event type or other component\n* @param {Function|String} second The listener function or event type\n* @param {Function=} third The listener function for other component\n* @return {Component}\n* @method one\n*/", + "meta": { + "range": [ + 9033, + 9675 + ], + "filename": "component.js", + "lineno": 683, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Add an event listener to be triggered only once and then removed

    \n
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component\nthat will be triggered only once.

    \n
        myComponent.one(otherElement, 'eventName', myFunc);\n    myComponent.one(otherComponent, 'eventName', myFunc);
    ", + "params": [ + { + "type": { + "names": [ + "String", + "Component" + ] + }, + "description": "

    The event type or other component

    ", + "name": "first" + }, + { + "type": { + "names": [ + "function", + "String" + ] + }, + "description": "

    The listener function or event type

    ", + "name": "second" + }, + { + "type": { + "names": [ + "function" + ] + }, + "optional": true, + "description": "

    The listener function for other component

    ", + "name": "third" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "kind": "function", + "name": "one", + "longname": "one", + "scope": "global" + }, + { + "comment": "/**\n* Trigger an event on an element\n* ```js\n* myComponent.trigger('eventName');\n* myComponent.trigger({'type':'eventName'});\n* myComponent.trigger('eventName', {data: 'some data'});\n* myComponent.trigger({'type':'eventName'}, {data: 'some data'});\n* ```\n*\n* @param {Event|Object|String} event A string (the type) or an event object with a type attribute\n* @param {Object} [hash] data hash to pass along with the event\n* @return {Component} self\n* @method trigger\n*/", + "meta": { + "range": [ + 9742, + 10233 + ], + "filename": "component.js", + "lineno": 723, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Trigger an event on an element

    \n
        myComponent.trigger('eventName');\n    myComponent.trigger({'type':'eventName'});\n    myComponent.trigger('eventName', {data: 'some data'});\n    myComponent.trigger({'type':'eventName'}, {data: 'some data'});
    ", + "params": [ + { + "type": { + "names": [ + "Event", + "Object", + "String" + ] + }, + "description": "

    A string (the type) or an event object with a type attribute

    ", + "name": "event" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    data hash to pass along with the event

    ", + "name": "hash" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + }, + "description": "

    self

    " + } + ], + "kind": "function", + "name": "trigger", + "longname": "trigger", + "scope": "global" + }, + { + "comment": "/**\n* Bind a listener to the component's ready state.\n* Different from event listeners in that if the ready event has already happened\n* it will trigger the function immediately.\n*\n* @param {Function} fn Ready listener\n* @return {Component}\n* @method ready\n*/", + "meta": { + "range": [ + 10249, + 10509 + ], + "filename": "component.js", + "lineno": 742, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Bind a listener to the component's ready state.\nDifferent from event listeners in that if the ready event has already happened\nit will trigger the function immediately.

    ", + "params": [ + { + "type": { + "names": [ + "function" + ] + }, + "description": "

    Ready listener

    ", + "name": "fn" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "kind": "function", + "name": "ready", + "longname": "ready", + "scope": "global" + }, + { + "comment": "/**\n* Trigger the ready listeners\n*\n* @return {Component}\n* @method triggerReady\n*/", + "meta": { + "range": [ + 10549, + 10632 + ], + "filename": "component.js", + "lineno": 764, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Trigger the ready listeners

    ", + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "kind": "function", + "name": "triggerReady", + "longname": "triggerReady", + "scope": "global" + }, + { + "comment": "/**\n* Check if a component's element has a CSS class name\n*\n* @param {String} classToCheck Classname to check\n* @return {Component}\n* @method hasClass\n*/", + "meta": { + "range": [ + 10696, + 10849 + ], + "filename": "component.js", + "lineno": 791, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Check if a component's element has a CSS class name

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Classname to check

    ", + "name": "classToCheck" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "kind": "function", + "name": "hasClass", + "longname": "hasClass", + "scope": "global" + }, + { + "comment": "/**\n* Add a CSS class name to the component's element\n*\n* @param {String} classToAdd Classname to add\n* @return {Component}\n* @method addClass\n*/", + "meta": { + "range": [ + 10862, + 11007 + ], + "filename": "component.js", + "lineno": 802, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Add a CSS class name to the component's element

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Classname to add

    ", + "name": "classToAdd" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "kind": "function", + "name": "addClass", + "longname": "addClass", + "scope": "global" + }, + { + "comment": "/**\n* Remove and return a CSS class name from the component's element\n*\n* @param {String} classToRemove Classname to remove\n* @return {Component}\n* @method removeClass\n*/", + "meta": { + "range": [ + 11023, + 11193 + ], + "filename": "component.js", + "lineno": 814, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Remove and return a CSS class name from the component's element

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Classname to remove

    ", + "name": "classToRemove" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "kind": "function", + "name": "removeClass", + "longname": "removeClass", + "scope": "global" + }, + { + "comment": "/**\n* Show the component element if hidden\n*\n* @return {Component}\n* @method show\n*/", + "meta": { + "range": [ + 11209, + 11293 + ], + "filename": "component.js", + "lineno": 826, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Show the component element if hidden

    ", + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "kind": "function", + "name": "show", + "longname": "show", + "scope": "global" + }, + { + "comment": "/**\n* Hide the component element if currently showing\n*\n* @return {Component}\n* @method hide\n*/", + "meta": { + "range": [ + 11309, + 11404 + ], + "filename": "component.js", + "lineno": 837, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Hide the component element if currently showing

    ", + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "kind": "function", + "name": "hide", + "longname": "hide", + "scope": "global" + }, + { + "comment": "/**\n* Lock an item in its visible state\n* To be used with fadeIn/fadeOut.\n*\n* @return {Component}\n* @private\n* @method lockShowing\n*/", + "meta": { + "range": [ + 11420, + 11553 + ], + "filename": "component.js", + "lineno": 848, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Lock an item in its visible state\nTo be used with fadeIn/fadeOut.

    ", + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "access": "private", + "kind": "function", + "name": "lockShowing", + "longname": "lockShowing", + "scope": "global" + }, + { + "comment": "/**\n* Unlock an item to be hidden\n* To be used with fadeIn/fadeOut.\n*\n* @return {Component}\n* @private\n* @method unlockShowing\n*/", + "meta": { + "range": [ + 11569, + 11698 + ], + "filename": "component.js", + "lineno": 861, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Unlock an item to be hidden\nTo be used with fadeIn/fadeOut.

    ", + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "access": "private", + "kind": "function", + "name": "unlockShowing", + "longname": "unlockShowing", + "scope": "global" + }, + { + "comment": "/**\n* Set or get the width of the component (CSS values)\n* Setting the video tag dimension values only works with values in pixels.\n* Percent values will not work.\n* Some percents can be used, but width()/height() will return the number + %,\n* not the actual computed width/height.\n*\n* @param {Number|String=} num Optional width number\n* @param {Boolean} skipListeners Skip the 'resize' event trigger\n* @return {Component} This component, when setting the width\n* @return {Number|String} The width, when getting\n* @method width\n*/", + "meta": { + "range": [ + 11714, + 12248 + ], + "filename": "component.js", + "lineno": 874, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Set or get the width of the component (CSS values)\nSetting the video tag dimension values only works with values in pixels.\nPercent values will not work.\nSome percents can be used, but width()/height() will return the number + %,\nnot the actual computed width/height.

    ", + "params": [ + { + "type": { + "names": [ + "Number", + "String" + ] + }, + "description": "

    Optional width number

    ", + "name": "num" + }, + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    Skip the 'resize' event trigger

    ", + "name": "skipListeners" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + }, + "description": "

    This component, when setting the width

    " + }, + { + "type": { + "names": [ + "Number", + "String" + ] + }, + "description": "

    The width, when getting

    " + } + ], + "kind": "function", + "name": "width", + "longname": "width", + "scope": "global" + }, + { + "comment": "/**\n* Get or set the height of the component (CSS values)\n* Setting the video tag dimension values only works with values in pixels.\n* Percent values will not work.\n* Some percents can be used, but width()/height() will return the number + %,\n* not the actual computed width/height.\n*\n* @param {Number|String=} num New component height\n* @param {Boolean=} skipListeners Skip the resize event trigger\n* @return {Component} This component, when setting the height\n* @return {Number|String} The height, when getting\n* @method height\n*/", + "meta": { + "range": [ + 12261, + 12799 + ], + "filename": "component.js", + "lineno": 891, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get or set the height of the component (CSS values)\nSetting the video tag dimension values only works with values in pixels.\nPercent values will not work.\nSome percents can be used, but width()/height() will return the number + %,\nnot the actual computed width/height.

    ", + "params": [ + { + "type": { + "names": [ + "Number", + "String" + ] + }, + "description": "

    New component height

    ", + "name": "num" + }, + { + "type": { + "names": [ + "Boolean" + ] + }, + "optional": true, + "description": "

    Skip the resize event trigger

    ", + "name": "skipListeners" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + }, + "description": "

    This component, when setting the height

    " + }, + { + "type": { + "names": [ + "Number", + "String" + ] + }, + "description": "

    The height, when getting

    " + } + ], + "kind": "function", + "name": "height", + "longname": "height", + "scope": "global" + }, + { + "comment": "/**\n* Set both width and height at the same time\n*\n* @param {Number|String} width Width of player\n* @param {Number|String} height Height of player\n* @return {Component} The component\n* @method dimensions\n*/", + "meta": { + "range": [ + 12812, + 13020 + ], + "filename": "component.js", + "lineno": 908, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Set both width and height at the same time

    ", + "params": [ + { + "type": { + "names": [ + "Number", + "String" + ] + }, + "description": "

    Width of player

    ", + "name": "width" + }, + { + "type": { + "names": [ + "Number", + "String" + ] + }, + "description": "

    Height of player

    ", + "name": "height" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + }, + "description": "

    The component

    " + } + ], + "kind": "function", + "name": "dimensions", + "longname": "dimensions", + "scope": "global" + }, + { + "comment": "/**\n* Get or set width or height\n* This is the shared code for the width() and height() methods.\n* All for an integer, integer + 'px' or integer + '%';\n* Known issue: Hidden elements officially have a width of 0. We're defaulting\n* to the style.width value and falling back to computedStyle which has the\n* hidden element issue. Info, but probably not an efficient fix:\n* http://www.foliotek.com/devblog/getting-the-width-of-a-hidden-element-with-jquery-using-width/\n*\n* @param {String} widthOrHeight 'width' or 'height'\n* @param {Number|String=} num New dimension\n* @param {Boolean=} skipListeners Skip resize event trigger\n* @return {Component} The component if a dimension was set\n* @return {Number|String} The dimension if nothing was set\n* @private\n* @method dimension\n*/", + "meta": { + "range": [ + 13036, + 13820 + ], + "filename": "component.js", + "lineno": 921, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get or set width or height\nThis is the shared code for the width() and height() methods.\nAll for an integer, integer + 'px' or integer + '%';\nKnown issue: Hidden elements officially have a width of 0. We're defaulting\nto the style.width value and falling back to computedStyle which has the\nhidden element issue. Info, but probably not an efficient fix:\nhttp://www.foliotek.com/devblog/getting-the-width-of-a-hidden-element-with-jquery-using-width/

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    'width' or 'height'

    ", + "name": "widthOrHeight" + }, + { + "type": { + "names": [ + "Number", + "String" + ] + }, + "description": "

    New dimension

    ", + "name": "num" + }, + { + "type": { + "names": [ + "Boolean" + ] + }, + "optional": true, + "description": "

    Skip resize event trigger

    ", + "name": "skipListeners" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + }, + "description": "

    The component if a dimension was set

    " + }, + { + "type": { + "names": [ + "Number", + "String" + ] + }, + "description": "

    The dimension if nothing was set

    " + } + ], + "access": "private", + "kind": "function", + "name": "dimension", + "longname": "dimension", + "scope": "global" + }, + { + "comment": "/**\n* Emit 'tap' events when touch events are supported\n* This is used to support toggling the controls through a tap on the video.\n* We're requiring them to be enabled because otherwise every component would\n* have this extra overhead unnecessarily, on mobile devices where extra\n* overhead is especially bad.\n*\n* @private\n* @method emitTapEvents\n*/", + "meta": { + "range": [ + 13959, + 14309 + ], + "filename": "component.js", + "lineno": 984, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Emit 'tap' events when touch events are supported\nThis is used to support toggling the controls through a tap on the video.\nWe're requiring them to be enabled because otherwise every component would\nhave this extra overhead unnecessarily, on mobile devices where extra\noverhead is especially bad.

    ", + "access": "private", + "kind": "function", + "name": "emitTapEvents", + "longname": "emitTapEvents", + "scope": "global" + }, + { + "comment": "/**\n* Report user touch activity when touch events occur\n* User activity is used to determine when controls should show/hide. It's\n* relatively simple when it comes to mouse events, because any mouse event\n* should show the controls. So we capture mouse events that bubble up to the\n* player and report activity when that happens.\n* With touch events it isn't as easy. We can't rely on touch events at the\n* player level, because a tap (touchstart + touchend) on the video itself on\n* mobile devices is meant to turn controls off (and on). User activity is\n* checked asynchronously, so what could happen is a tap event on the video\n* turns the controls off, then the touchend event bubbles up to the player,\n* which if it reported user activity, would turn the controls right back on.\n* (We also don't want to completely block touch events from bubbling up)\n* Also a touchmove, touch+hold, and anything other than a tap is not supposed\n* to turn the controls back on on a mobile device.\n* Here we're setting the default component behavior to report user activity\n* whenever touch events happen, and this can be turned off by components that\n* want touch events to act differently.\n*\n* @method enableTouchActivity\n*/", + "meta": { + "range": [ + 14529, + 15744 + ], + "filename": "component.js", + "lineno": 1067, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Report user touch activity when touch events occur\nUser activity is used to determine when controls should show/hide. It's\nrelatively simple when it comes to mouse events, because any mouse event\nshould show the controls. So we capture mouse events that bubble up to the\nplayer and report activity when that happens.\nWith touch events it isn't as easy. We can't rely on touch events at the\nplayer level, because a tap (touchstart + touchend) on the video itself on\nmobile devices is meant to turn controls off (and on). User activity is\nchecked asynchronously, so what could happen is a tap event on the video\nturns the controls off, then the touchend event bubbles up to the player,\nwhich if it reported user activity, would turn the controls right back on.\n(We also don't want to completely block touch events from bubbling up)\nAlso a touchmove, touch+hold, and anything other than a tap is not supposed\nto turn the controls back on on a mobile device.\nHere we're setting the default component behavior to report user activity\nwhenever touch events happen, and this can be turned off by components that\nwant touch events to act differently.

    ", + "kind": "function", + "name": "enableTouchActivity", + "longname": "enableTouchActivity", + "scope": "global" + }, + { + "comment": "/**\n* Creates timeout and sets up disposal automatically.\n*\n* @param {Function} fn The function to run after the timeout.\n* @param {Number} timeout Number of ms to delay before executing specified function.\n* @return {Number} Returns the timeout ID\n* @method setTimeout\n*/", + "meta": { + "range": [ + 15841, + 16113 + ], + "filename": "component.js", + "lineno": 1120, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Creates timeout and sets up disposal automatically.

    ", + "params": [ + { + "type": { + "names": [ + "function" + ] + }, + "description": "

    The function to run after the timeout.

    ", + "name": "fn" + }, + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Number of ms to delay before executing specified function.

    ", + "name": "timeout" + } + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Returns the timeout ID

    " + } + ], + "kind": "function", + "name": "setTimeout", + "longname": "setTimeout", + "scope": "global" + }, + { + "comment": "/**\n* Clears a timeout and removes the associated dispose listener\n*\n* @param {Number} timeoutId The id of the timeout to clear\n* @return {Number} Returns the timeout ID\n* @method clearTimeout\n*/", + "meta": { + "range": [ + 16165, + 16360 + ], + "filename": "component.js", + "lineno": 1145, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Clears a timeout and removes the associated dispose listener

    ", + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    The id of the timeout to clear

    ", + "name": "timeoutId" + } + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Returns the timeout ID

    " + } + ], + "kind": "function", + "name": "clearTimeout", + "longname": "clearTimeout", + "scope": "global" + }, + { + "comment": "/**\n* Creates an interval and sets up disposal automatically.\n*\n* @param {Function} fn The function to run every N seconds.\n* @param {Number} interval Number of ms to delay before executing specified function.\n* @return {Number} Returns the interval ID\n* @method setInterval\n*/", + "meta": { + "range": [ + 16397, + 16674 + ], + "filename": "component.js", + "lineno": 1164, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Creates an interval and sets up disposal automatically.

    ", + "params": [ + { + "type": { + "names": [ + "function" + ] + }, + "description": "

    The function to run every N seconds.

    ", + "name": "fn" + }, + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Number of ms to delay before executing specified function.

    ", + "name": "interval" + } + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Returns the interval ID

    " + } + ], + "kind": "function", + "name": "setInterval", + "longname": "setInterval", + "scope": "global" + }, + { + "comment": "/**\n* Clears an interval and removes the associated dispose listener\n*\n* @param {Number} intervalId The id of the interval to clear\n* @return {Number} Returns the interval ID\n* @method clearInterval\n*/", + "meta": { + "range": [ + 16723, + 16924 + ], + "filename": "component.js", + "lineno": 1188, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Clears an interval and removes the associated dispose listener

    ", + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    The id of the interval to clear

    ", + "name": "intervalId" + } + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Returns the interval ID

    " + } + ], + "kind": "function", + "name": "clearInterval", + "longname": "clearInterval", + "scope": "global" + }, + { + "comment": "/**\n* Registers a component\n*\n* @param {String} name Name of the component to register\n* @param {Object} comp The component to register \n* @static\n* @method registerComponent\n*/", + "meta": { + "range": [ + 16961, + 17139 + ], + "filename": "component.js", + "lineno": 1207, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Registers a component

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Name of the component to register

    ", + "name": "name" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    The component to register

    ", + "name": "comp" + } + ], + "scope": "static", + "kind": "function", + "name": "registerComponent", + "longname": "registerComponent" + }, + { + "comment": "/**\n* Gets a component by name\n*\n* @param {String} name Name of the component to get\n* @return {Component}\n* @static\n* @method getComponent\n*/", + "meta": { + "range": [ + 17167, + 17309 + ], + "filename": "component.js", + "lineno": 1224, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Gets a component by name

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Name of the component to get

    ", + "name": "name" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "scope": "static", + "kind": "function", + "name": "getComponent", + "longname": "getComponent" + }, + { + "comment": "/**\n* Sets up the constructor using the supplied init method\n* or uses the init of the parent object\n*\n* @param {Object} props An object of properties \n* @static\n* @method extend\n*/", + "meta": { + "range": [ + 17343, + 17525 + ], + "filename": "component.js", + "lineno": 1243, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Sets up the constructor using the supplied init method\nor uses the init of the parent object

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    An object of properties

    ", + "name": "props" + } + ], + "scope": "static", + "kind": "function", + "name": "extend", + "longname": "extend" + }, + { + "comment": "/**\n* @file control-bar.js\n*/", + "meta": { + "range": [ + 0, + 29 + ], + "filename": "control-bar.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "name": "control-bar/control-bar.js", + "kind": "file", + "description": "

    control-bar.js

    ", + "preserveName": true, + "longname": "control-bar/control-bar.js", + "scope": "global" + }, + { + "comment": "/**\n* Container of main controls\n*\n* @extends Component\n* @class ControlBar\n*/", + "meta": { + "range": [ + 90, + 168 + ], + "filename": "control-bar.js", + "lineno": 24, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Container of main controls

    ", + "augments": [ + "Component" + ], + "kind": "class", + "name": "ControlBar", + "longname": "ControlBar", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 175, + 259 + ], + "filename": "control-bar.js", + "lineno": 32, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* @file fullscreen-toggle.js\n*/", + "meta": { + "range": [ + 0, + 35 + ], + "filename": "fullscreen-toggle.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "name": "control-bar/fullscreen-toggle.js", + "kind": "file", + "description": "

    fullscreen-toggle.js

    ", + "preserveName": true, + "longname": "control-bar/fullscreen-toggle.js", + "scope": "global" + }, + { + "comment": "/**\n* Toggle fullscreen video\n*\n* @extends Button\n* @class FullscreenToggle\n*/", + "meta": { + "range": [ + 45, + 123 + ], + "filename": "fullscreen-toggle.js", + "lineno": 7, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Toggle fullscreen video

    ", + "augments": [ + "Button" + ], + "kind": "class", + "name": "FullscreenToggle", + "longname": "FullscreenToggle", + "scope": "global" + }, + { + "comment": "/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/", + "meta": { + "range": [ + 130, + 256 + ], + "filename": "fullscreen-toggle.js", + "lineno": 15, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Allow sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The constructed class name

    " + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n* Handles click for full screen\n*\n* @method handleClick\n*/", + "meta": { + "range": [ + 269, + 331 + ], + "filename": "fullscreen-toggle.js", + "lineno": 25, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Handles click for full screen

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* @file live-display.js\n*/", + "meta": { + "range": [ + 0, + 30 + ], + "filename": "live-display.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "name": "control-bar/live-display.js", + "kind": "file", + "description": "

    live-display.js

    ", + "preserveName": true, + "longname": "control-bar/live-display.js", + "scope": "global" + }, + { + "comment": "/**\n* Displays the live indicator\n* TODO - Future make it click to snap to live\n* \n* @extends Component\n* @class LiveDisplay\n*/", + "meta": { + "range": [ + 40, + 167 + ], + "filename": "live-display.js", + "lineno": 7, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Displays the live indicator\nTODO - Future make it click to snap to live

    ", + "augments": [ + "Component" + ], + "kind": "class", + "name": "LiveDisplay", + "longname": "LiveDisplay", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 174, + 258 + ], + "filename": "live-display.js", + "lineno": 16, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* @file mute-toggle.js\n*/", + "meta": { + "range": [ + 0, + 29 + ], + "filename": "mute-toggle.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "name": "control-bar/mute-toggle.js", + "kind": "file", + "description": "

    mute-toggle.js

    ", + "preserveName": true, + "longname": "control-bar/mute-toggle.js", + "scope": "global" + }, + { + "comment": "/**\n* A button component for muting the audio\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Button\n* @class MuteToggle\n*/", + "meta": { + "range": [ + 42, + 189 + ], + "filename": "mute-toggle.js", + "lineno": 8, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    A button component for muting the audio

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Button" + ], + "kind": "class", + "name": "MuteToggle", + "longname": "MuteToggle", + "scope": "global" + }, + { + "comment": "/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/", + "meta": { + "range": [ + 253, + 379 + ], + "filename": "mute-toggle.js", + "lineno": 37, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Allow sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The constructed class name

    " + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n* Handle click on mute\n*\n* @method handleClick\n*/", + "meta": { + "range": [ + 392, + 445 + ], + "filename": "mute-toggle.js", + "lineno": 47, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Handle click on mute

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* Update volume\n*\n* @method update\n*/", + "meta": { + "range": [ + 458, + 499 + ], + "filename": "mute-toggle.js", + "lineno": 56, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Update volume

    ", + "kind": "function", + "name": "update", + "longname": "update", + "scope": "global" + }, + { + "comment": "/**\n* @file play-toggle.js\n*/", + "meta": { + "range": [ + 0, + 29 + ], + "filename": "play-toggle.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "name": "control-bar/play-toggle.js", + "kind": "file", + "description": "

    play-toggle.js

    ", + "preserveName": true, + "longname": "control-bar/play-toggle.js", + "scope": "global" + }, + { + "comment": "/**\n* Button to toggle between play and pause\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Button\n* @class PlayToggle\n*/", + "meta": { + "range": [ + 39, + 186 + ], + "filename": "play-toggle.js", + "lineno": 7, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Button to toggle between play and pause

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Button" + ], + "kind": "class", + "name": "PlayToggle", + "longname": "PlayToggle", + "scope": "global" + }, + { + "comment": "/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/", + "meta": { + "range": [ + 214, + 340 + ], + "filename": "play-toggle.js", + "lineno": 24, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Allow sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The constructed class name

    " + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n* Handle click to toggle between play and pause\n*\n* @method handleClick\n*/", + "meta": { + "range": [ + 353, + 431 + ], + "filename": "play-toggle.js", + "lineno": 34, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Handle click to toggle between play and pause

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* Add the vjs-playing class to the element so it can change appearance\n*\n* @method handlePlay\n*/", + "meta": { + "range": [ + 456, + 556 + ], + "filename": "play-toggle.js", + "lineno": 47, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Add the vjs-playing class to the element so it can change appearance

    ", + "kind": "function", + "name": "handlePlay", + "longname": "handlePlay", + "scope": "global" + }, + { + "comment": "/**\n* Add the vjs-paused class to the element so it can change appearance\n*\n* @method handlePause\n*/", + "meta": { + "range": [ + 575, + 675 + ], + "filename": "play-toggle.js", + "lineno": 58, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Add the vjs-paused class to the element so it can change appearance

    ", + "kind": "function", + "name": "handlePause", + "longname": "handlePause", + "scope": "global" + }, + { + "comment": "/**\n* @file playback-rate-menu-button.js\n*/", + "meta": { + "range": [ + 0, + 43 + ], + "filename": "playback-rate-menu-button.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "name": "control-bar/playback-rate-menu/playback-rate-menu-button.js", + "kind": "file", + "description": "

    playback-rate-menu-button.js

    ", + "preserveName": true, + "longname": "control-bar/playback-rate-menu/playback-rate-menu-button.js", + "scope": "global" + }, + { + "comment": "/**\n* The component for controlling the playback rate\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends MenuButton\n* @class PlaybackRateMenuButton\n*/", + "meta": { + "range": [ + 62, + 233 + ], + "filename": "playback-rate-menu-button.js", + "lineno": 10, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "description": "

    The component for controlling the playback rate

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "MenuButton" + ], + "kind": "class", + "name": "PlaybackRateMenuButton", + "longname": "PlaybackRateMenuButton", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 270, + 354 + ], + "filename": "playback-rate-menu-button.js", + "lineno": 30, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/", + "meta": { + "range": [ + 394, + 520 + ], + "filename": "playback-rate-menu-button.js", + "lineno": 49, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "description": "

    Allow sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The constructed class name

    " + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n* Create the playback rate menu\n*\n* @return {Menu} Menu object populated with items\n* @method createMenu\n*/", + "meta": { + "range": [ + 533, + 644 + ], + "filename": "playback-rate-menu-button.js", + "lineno": 59, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "description": "

    Create the playback rate menu

    ", + "returns": [ + { + "type": { + "names": [ + "Menu" + ] + }, + "description": "

    Menu object populated with items

    " + } + ], + "kind": "function", + "name": "createMenu", + "longname": "createMenu", + "scope": "global" + }, + { + "comment": "/**\n* Updates ARIA accessibility attributes\n*\n* @method updateARIAAttributes\n*/", + "meta": { + "range": [ + 690, + 769 + ], + "filename": "playback-rate-menu-button.js", + "lineno": 80, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "description": "

    Updates ARIA accessibility attributes

    ", + "kind": "function", + "name": "updateARIAAttributes", + "longname": "updateARIAAttributes", + "scope": "global" + }, + { + "comment": "/**\n* Handle menu item click\n*\n* @method handleClick\n*/", + "meta": { + "range": [ + 785, + 840 + ], + "filename": "playback-rate-menu-button.js", + "lineno": 90, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "description": "

    Handle menu item click

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* Get possible playback rates\n*\n* @return {Array} Possible playback rates\n* @method playbackRates\n*/", + "meta": { + "range": [ + 889, + 993 + ], + "filename": "playback-rate-menu-button.js", + "lineno": 111, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "description": "

    Get possible playback rates

    ", + "returns": [ + { + "type": { + "names": [ + "Array" + ] + }, + "description": "

    Possible playback rates

    " + } + ], + "kind": "function", + "name": "playbackRates", + "longname": "playbackRates", + "scope": "global" + }, + { + "comment": "/**\n* Get supported playback rates\n*\n* @return {Array} Supported playback rates\n* @method playbackRateSupported\n*/", + "meta": { + "range": [ + 1006, + 1120 + ], + "filename": "playback-rate-menu-button.js", + "lineno": 121, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "description": "

    Get supported playback rates

    ", + "returns": [ + { + "type": { + "names": [ + "Array" + ] + }, + "description": "

    Supported playback rates

    " + } + ], + "kind": "function", + "name": "playbackRateSupported", + "longname": "playbackRateSupported", + "scope": "global" + }, + { + "comment": "/**\n* Hide playback rate controls when they're no playback rate options to select\n*\n* @method updateVisibility\n*/", + "meta": { + "range": [ + 1145, + 1258 + ], + "filename": "playback-rate-menu-button.js", + "lineno": 135, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "description": "

    Hide playback rate controls when they're no playback rate options to select

    ", + "kind": "function", + "name": "updateVisibility", + "longname": "updateVisibility", + "scope": "global" + }, + { + "comment": "/**\n* Update button label when rate changed\n*\n* @method updateLabel\n*/", + "meta": { + "range": [ + 1283, + 1353 + ], + "filename": "playback-rate-menu-button.js", + "lineno": 148, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "description": "

    Update button label when rate changed

    ", + "kind": "function", + "name": "updateLabel", + "longname": "updateLabel", + "scope": "global" + }, + { + "comment": "/**\n* @file playback-rate-menu-item.js\n*/", + "meta": { + "range": [ + 0, + 41 + ], + "filename": "playback-rate-menu-item.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "name": "control-bar/playback-rate-menu/playback-rate-menu-item.js", + "kind": "file", + "description": "

    playback-rate-menu-item.js

    ", + "preserveName": true, + "longname": "control-bar/playback-rate-menu/playback-rate-menu-item.js", + "scope": "global" + }, + { + "comment": "/**\n* The specific menu item type for selecting a playback rate\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends MenuItem\n* @class PlaybackRateMenuItem\n*/", + "meta": { + "range": [ + 51, + 228 + ], + "filename": "playback-rate-menu-item.js", + "lineno": 7, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "description": "

    The specific menu item type for selecting a playback rate

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "MenuItem" + ], + "kind": "class", + "name": "PlaybackRateMenuItem", + "longname": "PlaybackRateMenuItem", + "scope": "global" + }, + { + "comment": "/**\n* Handle click on menu item\n*\n* @method handleClick\n*/", + "meta": { + "range": [ + 280, + 338 + ], + "filename": "playback-rate-menu-item.js", + "lineno": 32, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "description": "

    Handle click on menu item

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* Update playback rate with selected rate\n*\n* @method update\n*/", + "meta": { + "range": [ + 354, + 421 + ], + "filename": "playback-rate-menu-item.js", + "lineno": 42, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu", + "code": {} + }, + "description": "

    Update playback rate with selected rate

    ", + "kind": "function", + "name": "update", + "longname": "update", + "scope": "global" + }, + { + "comment": "/**\n* @file load-progress-bar.js\n*/", + "meta": { + "range": [ + 0, + 35 + ], + "filename": "load-progress-bar.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "name": "control-bar/progress-control/load-progress-bar.js", + "kind": "file", + "description": "

    load-progress-bar.js

    ", + "preserveName": true, + "longname": "control-bar/progress-control/load-progress-bar.js", + "scope": "global" + }, + { + "comment": "/**\n* Shows load progress\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class LoadProgressBar\n*/", + "meta": { + "range": [ + 45, + 180 + ], + "filename": "load-progress-bar.js", + "lineno": 7, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Shows load progress

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "LoadProgressBar", + "longname": "LoadProgressBar", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 202, + 286 + ], + "filename": "load-progress-bar.js", + "lineno": 22, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Update progress bar\n*\n* @method update\n*/", + "meta": { + "range": [ + 308, + 355 + ], + "filename": "load-progress-bar.js", + "lineno": 35, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Update progress bar

    ", + "kind": "function", + "name": "update", + "longname": "update", + "scope": "global" + }, + { + "comment": "/**\n* @file play-progress-bar.js\n*/", + "meta": { + "range": [ + 0, + 35 + ], + "filename": "play-progress-bar.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "name": "control-bar/progress-control/play-progress-bar.js", + "kind": "file", + "description": "

    play-progress-bar.js

    ", + "preserveName": true, + "longname": "control-bar/progress-control/play-progress-bar.js", + "scope": "global" + }, + { + "comment": "/**\n* Shows play progress\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class PlayProgressBar\n*/", + "meta": { + "range": [ + 42, + 177 + ], + "filename": "play-progress-bar.js", + "lineno": 6, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Shows play progress

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "PlayProgressBar", + "longname": "PlayProgressBar", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 184, + 268 + ], + "filename": "play-progress-bar.js", + "lineno": 16, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* @file progress-control.js\n*/", + "meta": { + "range": [ + 0, + 34 + ], + "filename": "progress-control.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "name": "control-bar/progress-control/progress-control.js", + "kind": "file", + "description": "

    progress-control.js

    ", + "preserveName": true, + "longname": "control-bar/progress-control/progress-control.js", + "scope": "global" + }, + { + "comment": "/**\n* The Progress Control component contains the seek bar, load progress,\n* and play progress\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class ProgressControl\n*/", + "meta": { + "range": [ + 44, + 248 + ], + "filename": "progress-control.js", + "lineno": 7, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    The Progress Control component contains the seek bar, load progress,\nand play progress

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "ProgressControl", + "longname": "ProgressControl", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 255, + 339 + ], + "filename": "progress-control.js", + "lineno": 18, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* @file seek-bar.js\n*/", + "meta": { + "range": [ + 0, + 26 + ], + "filename": "seek-bar.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "name": "control-bar/progress-control/seek-bar.js", + "kind": "file", + "description": "

    seek-bar.js

    ", + "preserveName": true, + "longname": "control-bar/progress-control/seek-bar.js", + "scope": "global" + }, + { + "comment": "/**\n* Seek Bar and holder for the progress bars\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Slider\n* @class SeekBar\n*/", + "meta": { + "range": [ + 51, + 197 + ], + "filename": "seek-bar.js", + "lineno": 12, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Seek Bar and holder for the progress bars

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Slider" + ], + "kind": "class", + "name": "SeekBar", + "longname": "SeekBar", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 222, + 306 + ], + "filename": "seek-bar.js", + "lineno": 28, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Update ARIA accessibility attributes\n*\n* @method updateARIAAttributes\n*/", + "meta": { + "range": [ + 328, + 406 + ], + "filename": "seek-bar.js", + "lineno": 41, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Update ARIA accessibility attributes

    ", + "kind": "function", + "name": "updateARIAAttributes", + "longname": "updateARIAAttributes", + "scope": "global" + }, + { + "comment": "/**\n* Get percentage of video played\n*\n* @return {Number} Percentage played\n* @method getPercent\n*/", + "meta": { + "range": [ + 428, + 527 + ], + "filename": "seek-bar.js", + "lineno": 53, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Get percentage of video played

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Percentage played

    " + } + ], + "kind": "function", + "name": "getPercent", + "longname": "getPercent", + "scope": "global" + }, + { + "comment": "/**\n* Handle mouse down on seek bar\n*\n* @method handleMouseDown\n*/", + "meta": { + "range": [ + 543, + 609 + ], + "filename": "seek-bar.js", + "lineno": 64, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Handle mouse down on seek bar

    ", + "kind": "function", + "name": "handleMouseDown", + "longname": "handleMouseDown", + "scope": "global" + }, + { + "comment": "/**\n* Handle mouse move on seek bar\n*\n* @method handleMouseMove\n*/", + "meta": { + "range": [ + 637, + 703 + ], + "filename": "seek-bar.js", + "lineno": 78, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Handle mouse move on seek bar

    ", + "kind": "function", + "name": "handleMouseMove", + "longname": "handleMouseMove", + "scope": "global" + }, + { + "comment": "/**\n* Handle mouse up on seek bar\n*\n* @method handleMouseUp\n*/", + "meta": { + "range": [ + 734, + 796 + ], + "filename": "seek-bar.js", + "lineno": 93, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Handle mouse up on seek bar

    ", + "kind": "function", + "name": "handleMouseUp", + "longname": "handleMouseUp", + "scope": "global" + }, + { + "comment": "/**\n* Move more quickly fast forward for keyboard-only users\n*\n* @method stepForward\n*/", + "meta": { + "range": [ + 824, + 911 + ], + "filename": "seek-bar.js", + "lineno": 107, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Move more quickly fast forward for keyboard-only users

    ", + "kind": "function", + "name": "stepForward", + "longname": "stepForward", + "scope": "global" + }, + { + "comment": "/**\n* Move more quickly rewind for keyboard-only users\n*\n* @method stepBack\n*/", + "meta": { + "range": [ + 924, + 1002 + ], + "filename": "seek-bar.js", + "lineno": 116, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control", + "code": {} + }, + "description": "

    Move more quickly rewind for keyboard-only users

    ", + "kind": "function", + "name": "stepBack", + "longname": "stepBack", + "scope": "global" + }, + { + "comment": "/**\n* @file custom-control-spacer.js\n*/", + "meta": { + "range": [ + 0, + 39 + ], + "filename": "custom-control-spacer.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/spacer-controls", + "code": {} + }, + "name": "control-bar/spacer-controls/custom-control-spacer.js", + "kind": "file", + "description": "

    custom-control-spacer.js

    ", + "preserveName": true, + "longname": "control-bar/spacer-controls/custom-control-spacer.js", + "scope": "global" + }, + { + "comment": "/**\n* Spacer specifically meant to be used as an insertion point for new plugins, etc.\n*\n* @extends Spacer\n* @class CustomControlSpacer\n*/", + "meta": { + "range": [ + 49, + 187 + ], + "filename": "custom-control-spacer.js", + "lineno": 7, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/spacer-controls", + "code": {} + }, + "description": "

    Spacer specifically meant to be used as an insertion point for new plugins, etc.

    ", + "augments": [ + "Spacer" + ], + "kind": "class", + "name": "CustomControlSpacer", + "longname": "CustomControlSpacer", + "scope": "global" + }, + { + "comment": "/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/", + "meta": { + "range": [ + 194, + 320 + ], + "filename": "custom-control-spacer.js", + "lineno": 15, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/spacer-controls", + "code": {} + }, + "description": "

    Allow sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The constructed class name

    " + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 333, + 417 + ], + "filename": "custom-control-spacer.js", + "lineno": 25, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/spacer-controls", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* @file spacer.js\n*/", + "meta": { + "range": [ + 0, + 24 + ], + "filename": "spacer.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/spacer-controls", + "code": {} + }, + "name": "control-bar/spacer-controls/spacer.js", + "kind": "file", + "description": "

    spacer.js

    ", + "preserveName": true, + "longname": "control-bar/spacer-controls/spacer.js", + "scope": "global" + }, + { + "comment": "/**\n* Just an empty spacer element that can be used as an append point for plugins, etc.\n* Also can be used to create space between elements when necessary.\n*\n* @extends Component\n* @class Spacer\n*/", + "meta": { + "range": [ + 31, + 229 + ], + "filename": "spacer.js", + "lineno": 6, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/spacer-controls", + "code": {} + }, + "description": "

    Just an empty spacer element that can be used as an append point for plugins, etc.\nAlso can be used to create space between elements when necessary.

    ", + "augments": [ + "Component" + ], + "kind": "class", + "name": "Spacer", + "longname": "Spacer", + "scope": "global" + }, + { + "comment": "/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/", + "meta": { + "range": [ + 236, + 362 + ], + "filename": "spacer.js", + "lineno": 15, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/spacer-controls", + "code": {} + }, + "description": "

    Allow sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The constructed class name

    " + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @param {Object} props An object of properties \n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 375, + 509 + ], + "filename": "spacer.js", + "lineno": 25, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/spacer-controls", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    An object of properties

    ", + "name": "props" + } + ], + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* @file caption-settings-menu-item.js\n*/", + "meta": { + "range": [ + 0, + 44 + ], + "filename": "caption-settings-menu-item.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "name": "control-bar/text-track-controls/caption-settings-menu-item.js", + "kind": "file", + "description": "

    caption-settings-menu-item.js

    ", + "preserveName": true, + "longname": "control-bar/text-track-controls/caption-settings-menu-item.js", + "scope": "global" + }, + { + "comment": "/**\n* The menu item for caption track settings menu\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends TextTrackMenuItem\n* @class CaptionSettingsMenuItem\n*/", + "meta": { + "range": [ + 54, + 231 + ], + "filename": "caption-settings-menu-item.js", + "lineno": 7, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    The menu item for caption track settings menu

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "TextTrackMenuItem" + ], + "kind": "class", + "name": "CaptionSettingsMenuItem", + "longname": "CaptionSettingsMenuItem", + "scope": "global" + }, + { + "comment": "/**\n* Handle click on menu item\n*\n* @method handleClick\n*/", + "meta": { + "range": [ + 277, + 335 + ], + "filename": "caption-settings-menu-item.js", + "lineno": 30, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    Handle click on menu item

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* @file captions-button.js\n*/", + "meta": { + "range": [ + 0, + 33 + ], + "filename": "captions-button.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "name": "control-bar/text-track-controls/captions-button.js", + "kind": "file", + "description": "

    captions-button.js

    ", + "preserveName": true, + "longname": "control-bar/text-track-controls/captions-button.js", + "scope": "global" + }, + { + "comment": "/**\n* The button component for toggling and selecting captions\n*\n* @param {Object} player Player object\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends TextTrackButton\n* @class CaptionsButton\n*/", + "meta": { + "range": [ + 46, + 319 + ], + "filename": "captions-button.js", + "lineno": 8, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    The button component for toggling and selecting captions

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Player object

    ", + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Object of option names and values

    ", + "name": "options" + }, + { + "type": { + "names": [ + "function" + ] + }, + "optional": true, + "description": "

    Ready callback function

    ", + "name": "ready" + } + ], + "augments": [ + "TextTrackButton" + ], + "kind": "class", + "name": "CaptionsButton", + "longname": "CaptionsButton", + "scope": "global" + }, + { + "comment": "/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/", + "meta": { + "range": [ + 341, + 467 + ], + "filename": "captions-button.js", + "lineno": 24, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    Allow sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The constructed class name

    " + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n* Update caption menu items\n*\n* @method update\n*/", + "meta": { + "range": [ + 480, + 533 + ], + "filename": "captions-button.js", + "lineno": 34, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    Update caption menu items

    ", + "kind": "function", + "name": "update", + "longname": "update", + "scope": "global" + }, + { + "comment": "/**\n* Create caption menu items\n*\n* @return {Array} Array of menu items\n* @method createItems\n*/", + "meta": { + "range": [ + 582, + 678 + ], + "filename": "captions-button.js", + "lineno": 55, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    Create caption menu items

    ", + "returns": [ + { + "type": { + "names": [ + "Array" + ] + }, + "description": "

    Array of menu items

    " + } + ], + "kind": "function", + "name": "createItems", + "longname": "createItems", + "scope": "global" + }, + { + "comment": "/**\n* @file chapters-button.js\n*/", + "meta": { + "range": [ + 0, + 33 + ], + "filename": "chapters-button.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "name": "control-bar/text-track-controls/chapters-button.js", + "kind": "file", + "description": "

    chapters-button.js

    ", + "preserveName": true, + "longname": "control-bar/text-track-controls/chapters-button.js", + "scope": "global" + }, + { + "comment": "/**\n* The button component for toggling and selecting chapters\n* Chapters act much differently than other text tracks\n* Cues are navigation vs. other tracks of alternative languages\n*\n* @param {Object} player Player object\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends TextTrackButton\n* @class ChaptersButton\n*/", + "meta": { + "range": [ + 64, + 456 + ], + "filename": "chapters-button.js", + "lineno": 14, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    The button component for toggling and selecting chapters\nChapters act much differently than other text tracks\nCues are navigation vs. other tracks of alternative languages

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Player object

    ", + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Object of option names and values

    ", + "name": "options" + }, + { + "type": { + "names": [ + "function" + ] + }, + "optional": true, + "description": "

    Ready callback function

    ", + "name": "ready" + } + ], + "augments": [ + "TextTrackButton" + ], + "kind": "class", + "name": "ChaptersButton", + "longname": "ChaptersButton", + "scope": "global" + }, + { + "comment": "/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/", + "meta": { + "range": [ + 478, + 604 + ], + "filename": "chapters-button.js", + "lineno": 32, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    Allow sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The constructed class name

    " + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n* Create a menu item for each text track\n*\n* @return {Array} Array of menu items\n* @method createItems\n*/", + "meta": { + "range": [ + 617, + 726 + ], + "filename": "chapters-button.js", + "lineno": 42, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    Create a menu item for each text track

    ", + "returns": [ + { + "type": { + "names": [ + "Array" + ] + }, + "description": "

    Array of menu items

    " + } + ], + "kind": "function", + "name": "createItems", + "longname": "createItems", + "scope": "global" + }, + { + "comment": "/**\n* Create menu from chapter buttons\n*\n* @return {Menu} Menu of chapter buttons\n* @method createMenu\n*/", + "meta": { + "range": [ + 790, + 895 + ], + "filename": "chapters-button.js", + "lineno": 69, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    Create menu from chapter buttons

    ", + "returns": [ + { + "type": { + "names": [ + "Menu" + ] + }, + "description": "

    Menu of chapter buttons

    " + } + ], + "kind": "function", + "name": "createMenu", + "longname": "createMenu", + "scope": "global" + }, + { + "comment": "/**\n* @file chapters-track-menu-item.js\n*/", + "meta": { + "range": [ + 0, + 42 + ], + "filename": "chapters-track-menu-item.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "name": "control-bar/text-track-controls/chapters-track-menu-item.js", + "kind": "file", + "description": "

    chapters-track-menu-item.js

    ", + "preserveName": true, + "longname": "control-bar/text-track-controls/chapters-track-menu-item.js", + "scope": "global" + }, + { + "comment": "/**\n* The chapter track menu item\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends MenuItem\n* @class ChaptersTrackMenuItem\n*/", + "meta": { + "range": [ + 55, + 203 + ], + "filename": "chapters-track-menu-item.js", + "lineno": 8, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    The chapter track menu item

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "MenuItem" + ], + "kind": "class", + "name": "ChaptersTrackMenuItem", + "longname": "ChaptersTrackMenuItem", + "scope": "global" + }, + { + "comment": "/**\n* Handle click on menu item\n*\n* @method handleClick\n*/", + "meta": { + "range": [ + 255, + 313 + ], + "filename": "chapters-track-menu-item.js", + "lineno": 33, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    Handle click on menu item

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* Update chapter menu item\n*\n* @method update\n*/", + "meta": { + "range": [ + 332, + 384 + ], + "filename": "chapters-track-menu-item.js", + "lineno": 44, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    Update chapter menu item

    ", + "kind": "function", + "name": "update", + "longname": "update", + "scope": "global" + }, + { + "comment": "/**\n* @file off-text-track-menu-item.js\n*/", + "meta": { + "range": [ + 0, + 42 + ], + "filename": "off-text-track-menu-item.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "name": "control-bar/text-track-controls/off-text-track-menu-item.js", + "kind": "file", + "description": "

    off-text-track-menu-item.js

    ", + "preserveName": true, + "longname": "control-bar/text-track-controls/off-text-track-menu-item.js", + "scope": "global" + }, + { + "comment": "/**\n* A special menu item for turning of a specific type of text track\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends TextTrackMenuItem\n* @class OffTextTrackMenuItem\n*/", + "meta": { + "range": [ + 52, + 245 + ], + "filename": "off-text-track-menu-item.js", + "lineno": 7, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    A special menu item for turning of a specific type of text track

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "TextTrackMenuItem" + ], + "kind": "class", + "name": "OffTextTrackMenuItem", + "longname": "OffTextTrackMenuItem", + "scope": "global" + }, + { + "comment": "/**\n* Handle text track change\n*\n* @param {Object} event Event object\n* @method handleTracksChange\n*/", + "meta": { + "range": [ + 297, + 398 + ], + "filename": "off-text-track-menu-item.js", + "lineno": 32, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    Handle text track change

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Event object

    ", + "name": "event" + } + ], + "kind": "function", + "name": "handleTracksChange", + "longname": "handleTracksChange", + "scope": "global" + }, + { + "comment": "/**\n* @file subtitles-button.js\n*/", + "meta": { + "range": [ + 0, + 34 + ], + "filename": "subtitles-button.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "name": "control-bar/text-track-controls/subtitles-button.js", + "kind": "file", + "description": "

    subtitles-button.js

    ", + "preserveName": true, + "longname": "control-bar/text-track-controls/subtitles-button.js", + "scope": "global" + }, + { + "comment": "/**\n* The button component for toggling and selecting subtitles\n*\n* @param {Object} player Player object\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends TextTrackButton\n* @class SubtitlesButton\n*/", + "meta": { + "range": [ + 44, + 319 + ], + "filename": "subtitles-button.js", + "lineno": 7, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    The button component for toggling and selecting subtitles

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Player object

    ", + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Object of option names and values

    ", + "name": "options" + }, + { + "type": { + "names": [ + "function" + ] + }, + "optional": true, + "description": "

    Ready callback function

    ", + "name": "ready" + } + ], + "augments": [ + "TextTrackButton" + ], + "kind": "class", + "name": "SubtitlesButton", + "longname": "SubtitlesButton", + "scope": "global" + }, + { + "comment": "/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/", + "meta": { + "range": [ + 341, + 467 + ], + "filename": "subtitles-button.js", + "lineno": 23, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    Allow sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The constructed class name

    " + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n* @file text-track-button.js\n*/", + "meta": { + "range": [ + 0, + 35 + ], + "filename": "text-track-button.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "name": "control-bar/text-track-controls/text-track-button.js", + "kind": "file", + "description": "

    text-track-button.js

    ", + "preserveName": true, + "longname": "control-bar/text-track-controls/text-track-button.js", + "scope": "global" + }, + { + "comment": "/**\n* The base class for buttons that toggle specific text track types (e.g. subtitles)\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends MenuButton\n* @class TextTrackButton\n*/", + "meta": { + "range": [ + 54, + 252 + ], + "filename": "text-track-button.js", + "lineno": 10, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    The base class for buttons that toggle specific text track types (e.g. subtitles)

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "MenuButton" + ], + "kind": "class", + "name": "TextTrackButton", + "longname": "TextTrackButton", + "scope": "global" + }, + { + "comment": "/**\n* @file text-track-menu-item.js\n*/", + "meta": { + "range": [ + 0, + 38 + ], + "filename": "text-track-menu-item.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "name": "control-bar/text-track-controls/text-track-menu-item.js", + "kind": "file", + "description": "

    text-track-menu-item.js

    ", + "preserveName": true, + "longname": "control-bar/text-track-controls/text-track-menu-item.js", + "scope": "global" + }, + { + "comment": "/**\n* The specific menu item type for selecting a language within a text track kind\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends MenuItem\n* @class TextTrackMenuItem\n*/", + "meta": { + "range": [ + 57, + 251 + ], + "filename": "text-track-menu-item.js", + "lineno": 10, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    The specific menu item type for selecting a language within a text track kind

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "MenuItem" + ], + "kind": "class", + "name": "TextTrackMenuItem", + "longname": "TextTrackMenuItem", + "scope": "global" + }, + { + "comment": "/**\n* Handle click on text track\n*\n* @method handleClick\n*/", + "meta": { + "range": [ + 399, + 458 + ], + "filename": "text-track-menu-item.js", + "lineno": 67, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    Handle click on text track

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* Handle text track change\n*\n* @method handleTracksChange\n*/", + "meta": { + "range": [ + 528, + 592 + ], + "filename": "text-track-menu-item.js", + "lineno": 95, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls", + "code": {} + }, + "description": "

    Handle text track change

    ", + "kind": "function", + "name": "handleTracksChange", + "longname": "handleTracksChange", + "scope": "global" + }, + { + "comment": "/**\n* @file current-time-display.js\n*/", + "meta": { + "range": [ + 0, + 38 + ], + "filename": "current-time-display.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "name": "control-bar/time-controls/current-time-display.js", + "kind": "file", + "description": "

    current-time-display.js

    ", + "preserveName": true, + "longname": "control-bar/time-controls/current-time-display.js", + "scope": "global" + }, + { + "comment": "/**\n* Displays the current time\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class CurrentTimeDisplay\n*/", + "meta": { + "range": [ + 51, + 195 + ], + "filename": "current-time-display.js", + "lineno": 8, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "description": "

    Displays the current time

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "CurrentTimeDisplay", + "longname": "CurrentTimeDisplay", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 220, + 304 + ], + "filename": "current-time-display.js", + "lineno": 24, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Update current time display \n*\n* @method updateContent\n*/", + "meta": { + "range": [ + 350, + 413 + ], + "filename": "current-time-display.js", + "lineno": 45, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "description": "

    Update current time display

    ", + "kind": "function", + "name": "updateContent", + "longname": "updateContent", + "scope": "global" + }, + { + "comment": "/**\n* @file duration-display.js\n*/", + "meta": { + "range": [ + 0, + 34 + ], + "filename": "duration-display.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "name": "control-bar/time-controls/duration-display.js", + "kind": "file", + "description": "

    duration-display.js

    ", + "preserveName": true, + "longname": "control-bar/time-controls/duration-display.js", + "scope": "global" + }, + { + "comment": "/**\n* Displays the duration\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class DurationDisplay\n*/", + "meta": { + "range": [ + 47, + 184 + ], + "filename": "duration-display.js", + "lineno": 8, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "description": "

    Displays the duration

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "DurationDisplay", + "longname": "DurationDisplay", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 227, + 311 + ], + "filename": "duration-display.js", + "lineno": 30, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Update duration time display \n*\n* @method updateContent\n*/", + "meta": { + "range": [ + 357, + 421 + ], + "filename": "duration-display.js", + "lineno": 51, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "description": "

    Update duration time display

    ", + "kind": "function", + "name": "updateContent", + "longname": "updateContent", + "scope": "global" + }, + { + "comment": "/**\n* @file remaining-time-display.js\n*/", + "meta": { + "range": [ + 0, + 40 + ], + "filename": "remaining-time-display.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "name": "control-bar/time-controls/remaining-time-display.js", + "kind": "file", + "description": "

    remaining-time-display.js

    ", + "preserveName": true, + "longname": "control-bar/time-controls/remaining-time-display.js", + "scope": "global" + }, + { + "comment": "/**\n* Displays the time left in the video\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class RemainingTimeDisplay\n*/", + "meta": { + "range": [ + 53, + 209 + ], + "filename": "remaining-time-display.js", + "lineno": 8, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "description": "

    Displays the time left in the video

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "RemainingTimeDisplay", + "longname": "RemainingTimeDisplay", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 234, + 318 + ], + "filename": "remaining-time-display.js", + "lineno": 24, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Update remaining time display \n*\n* @method updateContent\n*/", + "meta": { + "range": [ + 364, + 429 + ], + "filename": "remaining-time-display.js", + "lineno": 45, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "description": "

    Update remaining time display

    ", + "kind": "function", + "name": "updateContent", + "longname": "updateContent", + "scope": "global" + }, + { + "comment": "/**\n* @file time-divider.js\n*/", + "meta": { + "range": [ + 0, + 30 + ], + "filename": "time-divider.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "name": "control-bar/time-controls/time-divider.js", + "kind": "file", + "description": "

    time-divider.js

    ", + "preserveName": true, + "longname": "control-bar/time-controls/time-divider.js", + "scope": "global" + }, + { + "comment": "/**\n* The separator between the current time and duration.\n* Can be hidden if it's not needed in the design.\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class TimeDivider\n*/", + "meta": { + "range": [ + 37, + 251 + ], + "filename": "time-divider.js", + "lineno": 6, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "description": "

    The separator between the current time and duration.\nCan be hidden if it's not needed in the design.

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "TimeDivider", + "longname": "TimeDivider", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 258, + 342 + ], + "filename": "time-divider.js", + "lineno": 17, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* The bar that contains the volume level and can be clicked on to adjust the level\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Slider\n* @class VolumeBar\n*/", + "meta": { + "range": [ + 24, + 211 + ], + "filename": "volume-bar.js", + "lineno": 9, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-control", + "code": {} + }, + "description": "

    The bar that contains the volume level and can be clicked on to adjust the level

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Slider" + ], + "kind": "class", + "name": "VolumeBar", + "longname": "VolumeBar", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 236, + 320 + ], + "filename": "volume-bar.js", + "lineno": 25, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-control", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Handle mouse move on volume bar\n*\n* @method handleMouseMove\n*/", + "meta": { + "range": [ + 342, + 410 + ], + "filename": "volume-bar.js", + "lineno": 38, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-control", + "code": {} + }, + "description": "

    Handle mouse move on volume bar

    ", + "kind": "function", + "name": "handleMouseMove", + "longname": "handleMouseMove", + "scope": "global" + }, + { + "comment": "/**\n* Get percent of volume level\n*\n* @retun {Number} Volume level percent\n* @method getPercent\n*/", + "meta": { + "range": [ + 435, + 533 + ], + "filename": "volume-bar.js", + "lineno": 51, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-control", + "code": {} + }, + "description": "

    Get percent of volume level

    ", + "tags": [ + { + "originalTitle": "retun", + "title": "retun", + "text": "{Number} Volume level percent", + "value": "{Number} Volume level percent" + } + ], + "kind": "function", + "name": "getPercent", + "longname": "getPercent", + "scope": "global" + }, + { + "comment": "/**\n* Increase volume level for keyboard users\n*\n* @method stepForward\n*/", + "meta": { + "range": [ + 558, + 631 + ], + "filename": "volume-bar.js", + "lineno": 65, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-control", + "code": {} + }, + "description": "

    Increase volume level for keyboard users

    ", + "kind": "function", + "name": "stepForward", + "longname": "stepForward", + "scope": "global" + }, + { + "comment": "/**\n* Decrease volume level for keyboard users\n*\n* @method stepBack\n*/", + "meta": { + "range": [ + 644, + 714 + ], + "filename": "volume-bar.js", + "lineno": 74, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-control", + "code": {} + }, + "description": "

    Decrease volume level for keyboard users

    ", + "kind": "function", + "name": "stepBack", + "longname": "stepBack", + "scope": "global" + }, + { + "comment": "/**\n* Update ARIA accessibility attributes\n*\n* @method updateARIAAttributes\n*/", + "meta": { + "range": [ + 727, + 805 + ], + "filename": "volume-bar.js", + "lineno": 83, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-control", + "code": {} + }, + "description": "

    Update ARIA accessibility attributes

    ", + "kind": "function", + "name": "updateARIAAttributes", + "longname": "updateARIAAttributes", + "scope": "global" + }, + { + "comment": "/**\n* The component for controlling the volume level\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class VolumeControl\n*/", + "meta": { + "range": [ + 15, + 175 + ], + "filename": "volume-control.js", + "lineno": 6, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-control", + "code": {} + }, + "description": "

    The component for controlling the volume level

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "VolumeControl", + "longname": "VolumeControl", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 230, + 314 + ], + "filename": "volume-control.js", + "lineno": 32, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-control", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Shows volume level\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class VolumeLevel\n*/", + "meta": { + "range": [ + 6, + 136 + ], + "filename": "volume-level.js", + "lineno": 3, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-control", + "code": {} + }, + "description": "

    Shows volume level

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "VolumeLevel", + "longname": "VolumeLevel", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 143, + 227 + ], + "filename": "volume-level.js", + "lineno": 13, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-control", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* @file volume-menu-button.js\n*/", + "meta": { + "range": [ + 0, + 36 + ], + "filename": "volume-menu-button.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "name": "control-bar/volume-menu-button.js", + "kind": "file", + "description": "

    volume-menu-button.js

    ", + "preserveName": true, + "longname": "control-bar/volume-menu-button.js", + "scope": "global" + }, + { + "comment": "/**\n* Button for volume menu\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends MenuButton\n* @class VolumeMenuButton\n*/", + "meta": { + "range": [ + 58, + 198 + ], + "filename": "volume-menu-button.js", + "lineno": 11, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Button for volume menu

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "MenuButton" + ], + "kind": "class", + "name": "VolumeMenuButton", + "longname": "VolumeMenuButton", + "scope": "global" + }, + { + "comment": "/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/", + "meta": { + "range": [ + 265, + 391 + ], + "filename": "volume-menu-button.js", + "lineno": 41, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Allow sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The constructed class name

    " + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n* Allow sub components to stack CSS class names\n*\n* @return {Menu} The volume menu button\n* @method createMenu\n*/", + "meta": { + "range": [ + 404, + 521 + ], + "filename": "volume-menu-button.js", + "lineno": 51, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Allow sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "Menu" + ] + }, + "description": "

    The volume menu button

    " + } + ], + "kind": "function", + "name": "createMenu", + "longname": "createMenu", + "scope": "global" + }, + { + "comment": "/**\n* Handle click on volume menu and calls super\n*\n* @method handleClick\n*/", + "meta": { + "range": [ + 585, + 661 + ], + "filename": "volume-menu-button.js", + "lineno": 78, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar", + "code": {} + }, + "description": "

    Handle click on volume menu and calls super

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* @file error-display.js\n*/", + "meta": { + "range": [ + 0, + 31 + ], + "filename": "error-display.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "error-display.js", + "kind": "file", + "description": "

    error-display.js

    ", + "preserveName": true, + "longname": "error-display.js", + "scope": "global" + }, + { + "comment": "/**\n* Display that an error has occurred making the video unplayable\n*\n* @param {Object} player Main Player\n* @param {Object=} options Object of option names and values\n* @extends Component\n* @class ErrorDisplay\n*/", + "meta": { + "range": [ + 41, + 256 + ], + "filename": "error-display.js", + "lineno": 7, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Display that an error has occurred making the video unplayable

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Main Player

    ", + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Object of option names and values

    ", + "name": "options" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "ErrorDisplay", + "longname": "ErrorDisplay", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 284, + 368 + ], + "filename": "error-display.js", + "lineno": 24, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Update the error message in localized language\n*\n* @method update\n*/", + "meta": { + "range": [ + 402, + 476 + ], + "filename": "error-display.js", + "lineno": 41, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Update the error message in localized language

    ", + "kind": "function", + "name": "update", + "longname": "update", + "scope": "global" + }, + { + "comment": "/**\n* @file event-emitter.js\n*/", + "meta": { + "range": [ + 0, + 31 + ], + "filename": "event-emitter.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "event-emitter.js", + "kind": "file", + "description": "

    event-emitter.js

    ", + "preserveName": true, + "longname": "event-emitter.js", + "scope": "global" + }, + { + "comment": "/**\n* @file fullscreen-api.js\n*/", + "meta": { + "range": [ + 0, + 32 + ], + "filename": "fullscreen-api.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "fullscreen-api.js", + "kind": "file", + "description": "

    fullscreen-api.js

    ", + "preserveName": true, + "longname": "fullscreen-api.js", + "scope": "global" + }, + { + "comment": "/**\n* @file global-options.js\n*/", + "meta": { + "range": [ + 0, + 32 + ], + "filename": "global-options.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "global-options.js", + "kind": "file", + "description": "

    global-options.js

    ", + "preserveName": true, + "longname": "global-options.js", + "scope": "global" + }, + { + "comment": "/**\n* @file loading-spinner.js\n*/", + "meta": { + "range": [ + 0, + 33 + ], + "filename": "loading-spinner.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "loading-spinner.js", + "kind": "file", + "description": "

    loading-spinner.js

    ", + "preserveName": true, + "longname": "loading-spinner.js", + "scope": "global" + }, + { + "comment": "/**\n* Loading spinner for waiting events\n*\n* @extends Component\n* @class LoadingSpinner\n*/", + "meta": { + "range": [ + 143, + 233 + ], + "filename": "loading-spinner.js", + "lineno": 8, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Loading spinner for waiting events

    ", + "augments": [ + "Component" + ], + "kind": "class", + "name": "LoadingSpinner", + "longname": "LoadingSpinner", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @method createEl\n*/", + "meta": { + "range": [ + 240, + 304 + ], + "filename": "loading-spinner.js", + "lineno": 16, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* @file media-error.js\n*/", + "meta": { + "range": [ + 0, + 29 + ], + "filename": "media-error.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "media-error.js", + "kind": "file", + "description": "

    media-error.js

    ", + "preserveName": true, + "longname": "media-error.js", + "scope": "global" + }, + { + "comment": "/**\n* @file menu-button.js\n*/", + "meta": { + "range": [ + 0, + 29 + ], + "filename": "menu-button.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "name": "menu/menu-button.js", + "kind": "file", + "description": "

    menu-button.js

    ", + "preserveName": true, + "longname": "menu/menu-button.js", + "scope": "global" + }, + { + "comment": "/**\n* A button class with a popup menu\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Button\n* @class MenuButton\n*/", + "meta": { + "range": [ + 51, + 191 + ], + "filename": "menu-button.js", + "lineno": 11, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    A button class with a popup menu

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Button" + ], + "kind": "class", + "name": "MenuButton", + "longname": "MenuButton", + "scope": "global" + }, + { + "comment": "/**\n* Update menu\n*\n* @method update\n*/", + "meta": { + "range": [ + 228, + 267 + ], + "filename": "menu-button.js", + "lineno": 31, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Update menu

    ", + "kind": "function", + "name": "update", + "longname": "update", + "scope": "global" + }, + { + "comment": "/**\n* Create menu\n*\n* @return {Menu} The constructed menu\n* @method createMenu\n*/", + "meta": { + "range": [ + 400, + 481 + ], + "filename": "menu-button.js", + "lineno": 61, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Create menu

    ", + "returns": [ + { + "type": { + "names": [ + "Menu" + ] + }, + "description": "

    The constructed menu

    " + } + ], + "kind": "function", + "name": "createMenu", + "longname": "createMenu", + "scope": "global" + }, + { + "comment": "/**\n* Create the list of menu items. Specific to each subclass.\n*\n* @method createItems\n*/", + "meta": { + "range": [ + 554, + 644 + ], + "filename": "menu-button.js", + "lineno": 91, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Create the list of menu items. Specific to each subclass.

    ", + "kind": "function", + "name": "createItems", + "longname": "createItems", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 651, + 735 + ], + "filename": "menu-button.js", + "lineno": 98, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/", + "meta": { + "range": [ + 754, + 880 + ], + "filename": "menu-button.js", + "lineno": 110, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Allow sub components to stack CSS class names

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The constructed class name

    " + } + ], + "kind": "function", + "name": "buildCSSClass", + "longname": "buildCSSClass", + "scope": "global" + }, + { + "comment": "/**\n* Focus - Add keyboard functionality to element\n* This function is not needed anymore. Instead, the \n* keyboard functionality is handled by\n* treating the button as triggering a submenu. \n* When the button is pressed, the submenu\n* appears. Pressing the button again makes \n* the submenu disappear.\n*\n* @method handleFocus\n*/", + "meta": { + "range": [ + 893, + 1222 + ], + "filename": "menu-button.js", + "lineno": 120, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Focus - Add keyboard functionality to element\nThis function is not needed anymore. Instead, the \nkeyboard functionality is handled by\ntreating the button as triggering a submenu. \nWhen the button is pressed, the submenu\nappears. Pressing the button again makes \nthe submenu disappear.

    ", + "kind": "function", + "name": "handleFocus", + "longname": "handleFocus", + "scope": "global" + }, + { + "comment": "/**\n* Can't turn off list display that we turned\n* on with focus, because list would go away.\n*\n* @method handleBlur\n*/", + "meta": { + "range": [ + 1229, + 1348 + ], + "filename": "menu-button.js", + "lineno": 133, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Can't turn off list display that we turned\non with focus, because list would go away.

    ", + "kind": "function", + "name": "handleBlur", + "longname": "handleBlur", + "scope": "global" + }, + { + "comment": "/**\n* When you click the button it adds focus, which \n* will show the menu indefinitely.\n* So we'll remove focus when the mouse leaves the button.\n* Focus is needed for tab navigation.\n* Allow sub components to stack CSS class names\n*\n* @method handleClick\n*/", + "meta": { + "range": [ + 1355, + 1614 + ], + "filename": "menu-button.js", + "lineno": 141, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    When you click the button it adds focus, which \nwill show the menu indefinitely.\nSo we'll remove focus when the mouse leaves the button.\nFocus is needed for tab navigation.\nAllow sub components to stack CSS class names

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* Handle key press on menu\n*\n* @param {Object} Key press event\n* @method handleKeyPress\n*/", + "meta": { + "range": [ + 1651, + 1745 + ], + "filename": "menu-button.js", + "lineno": 162, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Handle key press on menu

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    press event

    ", + "name": "Key" + } + ], + "kind": "function", + "name": "handleKeyPress", + "longname": "handleKeyPress", + "scope": "global" + }, + { + "comment": "/**\n* Makes changes based on button pressed\n*\n* @method pressButton\n*/", + "meta": { + "range": [ + 1803, + 1873 + ], + "filename": "menu-button.js", + "lineno": 187, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Makes changes based on button pressed

    ", + "kind": "function", + "name": "pressButton", + "longname": "pressButton", + "scope": "global" + }, + { + "comment": "/**\n* Makes changes based on button unpressed\n*\n* @method unpressButton\n*/", + "meta": { + "range": [ + 1901, + 1975 + ], + "filename": "menu-button.js", + "lineno": 201, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Makes changes based on button unpressed

    ", + "kind": "function", + "name": "unpressButton", + "longname": "unpressButton", + "scope": "global" + }, + { + "comment": "/**\n* @file menu-item.js\n*/", + "meta": { + "range": [ + 0, + 27 + ], + "filename": "menu-item.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "name": "menu/menu-item.js", + "kind": "file", + "description": "

    menu-item.js

    ", + "preserveName": true, + "longname": "menu/menu-item.js", + "scope": "global" + }, + { + "comment": "/**\n* The component for a menu item. `
  • `\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Button\n* @class MenuItem\n*/", + "meta": { + "range": [ + 40, + 183 + ], + "filename": "menu-item.js", + "lineno": 8, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    The component for a menu item. <li>

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Button" + ], + "kind": "class", + "name": "MenuItem", + "longname": "MenuItem", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @param {String=} type Desc\n* @param {Object=} props Desc \n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 205, + 349 + ], + "filename": "menu-item.js", + "lineno": 23, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "optional": true, + "description": "

    Desc

    ", + "name": "type" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Desc

    ", + "name": "props" + } + ], + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Handle a click on the menu item, and set it to selected\n*\n* @method handleClick\n*/", + "meta": { + "range": [ + 371, + 459 + ], + "filename": "menu-item.js", + "lineno": 38, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Handle a click on the menu item, and set it to selected

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* Set this menu item as selected or not\n*\n* @param {Boolean} selected\n* @method selected\n*/", + "meta": { + "range": [ + 472, + 568 + ], + "filename": "menu-item.js", + "lineno": 47, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Set this menu item as selected or not

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "name": "selected" + } + ], + "kind": "function", + "name": "selected", + "longname": "selected", + "scope": "global" + }, + { + "comment": "/**\n* @file menu.js\n*/", + "meta": { + "range": [ + 0, + 22 + ], + "filename": "menu.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "name": "menu/menu.js", + "kind": "file", + "description": "

    menu.js

    ", + "preserveName": true, + "longname": "menu/menu.js", + "scope": "global" + }, + { + "comment": "/**\n* The Menu component is used to build pop up menus, including subtitle and\n* captions selection menus.\n*\n* @extends Component\n* @class Menu\n*/", + "meta": { + "range": [ + 38, + 184 + ], + "filename": "menu.js", + "lineno": 9, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    The Menu component is used to build pop up menus, including subtitle and\ncaptions selection menus.

    ", + "augments": [ + "Component" + ], + "kind": "class", + "name": "Menu", + "longname": "Menu", + "scope": "global" + }, + { + "comment": "/**\n* Add a menu item to the menu\n*\n* @param {Object|String} component Component or component type to add\n* @method addItem\n*/", + "meta": { + "range": [ + 191, + 317 + ], + "filename": "menu.js", + "lineno": 18, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Add a menu item to the menu

    ", + "params": [ + { + "type": { + "names": [ + "Object", + "String" + ] + }, + "description": "

    Component or component type to add

    ", + "name": "component" + } + ], + "kind": "function", + "name": "addItem", + "longname": "addItem", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 339, + 423 + ], + "filename": "menu.js", + "lineno": 31, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* @file player.js\n*/", + "meta": { + "range": [ + 0, + 24 + ], + "filename": "player.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "player.js", + "kind": "file", + "description": "

    player.js

    ", + "preserveName": true, + "longname": "player.js", + "scope": "global" + }, + { + "comment": "/**\n* An instance of the `Player` class is created when any of the Video.js setup methods are used to initialize a video.\n* ```js\n* var myPlayer = videojs('example_video_1');\n* ```\n* In the following example, the `data-setup` attribute tells the Video.js library to create a player instance when the library is ready.\n* ```html\n* \n* ```\n* After an instance has been created it can be accessed globally using `Video('example_video_1')`.\n*\n* @param {Element} tag The original video tag used for configuring options\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends Component\n* @class Player\n*/", + "meta": { + "range": [ + 127, + 918 + ], + "filename": "player.js", + "lineno": 38, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    An instance of the Player class is created when any of the Video.js setup methods are used to initialize a video.

    \n
    var myPlayer = videojs('example_video_1');

    In the following example, the data-setup attribute tells the Video.js library to create a player instance when the library is ready.

    \n
    <video id="example_video_1" data-setup='{}' controls>\n  <source src="my-source.mp4" type="video/mp4">\n</video>

    After an instance has been created it can be accessed globally using Video('example_video_1').

    ", + "params": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    The original video tag used for configuring options

    ", + "name": "tag" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Object of option names and values

    ", + "name": "options" + }, + { + "type": { + "names": [ + "function" + ] + }, + "optional": true, + "description": "

    Ready callback function

    ", + "name": "ready" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "Player", + "longname": "Player", + "scope": "global" + }, + { + "comment": "/**\n* player's constructor function\n*\n* @constructs\n* @method init\n* @param {Element} tag The original video tag used for configuring options\n* @param {Object=} options Player options\n* @param {Function=} ready Ready callback function\n*/", + "meta": { + "range": [ + 925, + 1175 + ], + "filename": "player.js", + "lineno": 59, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    player's constructor function

    ", + "alias": "{@thisClass}", + "kind": "function", + "name": "init", + "params": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    The original video tag used for configuring options

    ", + "name": "tag" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Player options

    ", + "name": "options" + }, + { + "type": { + "names": [ + "function" + ] + }, + "optional": true, + "description": "

    Ready callback function

    ", + "name": "ready" + } + ], + "longname": "init", + "scope": "global" + }, + { + "comment": "/**\n* Destroys the video player and does any necessary cleanup\n* ```js\n* myPlayer.dispose();\n* ```\n* This is especially helpful if you are dynamically adding and removing videos\n* to/from the DOM.\n*\n* @method dispose\n*/", + "meta": { + "range": [ + 1679, + 1902 + ], + "filename": "player.js", + "lineno": 205, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Destroys the video player and does any necessary cleanup

    \n
        myPlayer.dispose();

    This is especially helpful if you are dynamically adding and removing videos\nto/from the DOM.

    ", + "kind": "function", + "name": "dispose", + "longname": "dispose", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 1948, + 2032 + ], + "filename": "player.js", + "lineno": 230, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Get/set player width\n*\n* @param {Number=} value Value for width\n* @return {Number} Width when getting\n* @method width\n*/", + "meta": { + "range": [ + 2213, + 2339 + ], + "filename": "player.js", + "lineno": 296, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get/set player width

    ", + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "optional": true, + "description": "

    Value for width

    ", + "name": "value" + } + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Width when getting

    " + } + ], + "kind": "function", + "name": "width", + "longname": "width", + "scope": "global" + }, + { + "comment": "/**\n* Get/set player height\n*\n* @param {Number=} value Value for height\n* @return {Number} Height when getting\n* @method height\n*/", + "meta": { + "range": [ + 2352, + 2482 + ], + "filename": "player.js", + "lineno": 307, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get/set player height

    ", + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "optional": true, + "description": "

    Value for height

    ", + "name": "value" + } + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Height when getting

    " + } + ], + "kind": "function", + "name": "height", + "longname": "height", + "scope": "global" + }, + { + "comment": "/**\n* Get/set dimension for player\n*\n* @param {String} dimension Either width or height\n* @param {Number=} value Value for dimension\n* @return {Component}\n* @method dimension\n*/", + "meta": { + "range": [ + 2495, + 2672 + ], + "filename": "player.js", + "lineno": 318, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get/set dimension for player

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Either width or height

    ", + "name": "dimension" + }, + { + "type": { + "names": [ + "Number" + ] + }, + "optional": true, + "description": "

    Value for dimension

    ", + "name": "value" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + } + } + ], + "kind": "function", + "name": "dimension", + "longname": "dimension", + "scope": "global" + }, + { + "comment": "/**\n* Add/remove the vjs-fluid class\n*\n* @param {Boolean} bool Value of true adds the class, value of false removes the class \n* @method fluid\n*/", + "meta": { + "range": [ + 2748, + 2893 + ], + "filename": "player.js", + "lineno": 351, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Add/remove the vjs-fluid class

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    Value of true adds the class, value of false removes the class

    ", + "name": "bool" + } + ], + "kind": "function", + "name": "fluid", + "longname": "fluid", + "scope": "global" + }, + { + "comment": "/**\n* Get/Set the aspect ratio\n*\n* @param {String=} ratio Aspect ratio for player\n* @return aspectRatio\n* @method aspectRatio\n*/", + "meta": { + "range": [ + 2936, + 3064 + ], + "filename": "player.js", + "lineno": 371, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get/Set the aspect ratio

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "optional": true, + "description": "

    Aspect ratio for player

    ", + "name": "ratio" + } + ], + "returns": [ + { + "description": "

    aspectRatio

    " + } + ], + "kind": "function", + "name": "aspectRatio", + "longname": "aspectRatio", + "scope": "global" + }, + { + "comment": "/**\n* Update styles of the player element (height, width and aspect ratio)\n*\n* @method updateStyleEl_\n*/", + "meta": { + "range": [ + 3119, + 3223 + ], + "filename": "player.js", + "lineno": 396, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Update styles of the player element (height, width and aspect ratio)

    ", + "kind": "function", + "name": "updateStyleEl_", + "longname": "updateStyleEl_", + "scope": "global" + }, + { + "comment": "/**\n* Load the Media Playback Technology (tech)\n* Load/Create an instance of playback technology including element and API methods\n* And append playback element in player div.\n*\n* @param {String} techName Name of the playback technology\n* @param {String} source Video source\n* @method loadTech\n*/", + "meta": { + "range": [ + 3398, + 3694 + ], + "filename": "player.js", + "lineno": 459, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Load the Media Playback Technology (tech)\nLoad/Create an instance of playback technology including element and API methods\nAnd append playback element in player div.

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Name of the playback technology

    ", + "name": "techName" + }, + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Video source

    ", + "name": "source" + } + ], + "kind": "function", + "name": "loadTech", + "longname": "loadTech", + "scope": "global" + }, + { + "comment": "/**\n* Unload playback technology\n*\n* @method unloadTech\n*/", + "meta": { + "range": [ + 4001, + 4059 + ], + "filename": "player.js", + "lineno": 570, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Unload playback technology

    ", + "kind": "function", + "name": "unloadTech", + "longname": "unloadTech", + "scope": "global" + }, + { + "comment": "/**\n* Add playback technology listeners\n*\n* @method addTechControlsListeners\n*/", + "meta": { + "range": [ + 4093, + 4172 + ], + "filename": "player.js", + "lineno": 586, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Add playback technology listeners

    ", + "kind": "function", + "name": "addTechControlsListeners", + "longname": "addTechControlsListeners", + "scope": "global" + }, + { + "comment": "/**\n* Remove the listeners used for click and tap controls. This is needed for\n* toggling to controls disabled, where a tap/touch should do nothing.\n*\n* @method removeTechControlsListeners\n*/", + "meta": { + "range": [ + 4230, + 4421 + ], + "filename": "player.js", + "lineno": 610, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Remove the listeners used for click and tap controls. This is needed for\ntoggling to controls disabled, where a tap/touch should do nothing.

    ", + "kind": "function", + "name": "removeTechControlsListeners", + "longname": "removeTechControlsListeners", + "scope": "global" + }, + { + "comment": "/**\n* Player waits for the tech to be ready\n*\n* @private\n* @method handleTechReady\n*/", + "meta": { + "range": [ + 4452, + 4537 + ], + "filename": "player.js", + "lineno": 626, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Player waits for the tech to be ready

    ", + "access": "private", + "kind": "function", + "name": "handleTechReady", + "longname": "handleTechReady", + "scope": "global" + }, + { + "comment": "/**\n* Fired when the native controls are used\n*\n* @private\n* @method handleTechUseNativeControls\n*/", + "meta": { + "range": [ + 4577, + 4676 + ], + "filename": "player.js", + "lineno": 645, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired when the native controls are used

    ", + "access": "private", + "kind": "function", + "name": "handleTechUseNativeControls", + "longname": "handleTechUseNativeControls", + "scope": "global" + }, + { + "comment": "/**\n* Fired when the user agent begins looking for media data\n*\n* @event loadstart\n*/", + "meta": { + "range": [ + 4689, + 4774 + ], + "filename": "player.js", + "lineno": 655, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired when the user agent begins looking for media data

    ", + "kind": "event", + "name": "loadstart", + "longname": "event:loadstart", + "scope": "global" + }, + { + "comment": "/**\n* Add/remove the vjs-has-started class\n*\n* @param {Boolean} hasStarted The value of true adds the class the value of false remove the class\n* @return {Boolean} Boolean value if has started\n* @method hasStarted\n*/", + "meta": { + "range": [ + 4838, + 5054 + ], + "filename": "player.js", + "lineno": 681, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Add/remove the vjs-has-started class

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    The value of true adds the class the value of false remove the class

    ", + "name": "hasStarted" + } + ], + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    Boolean value if has started

    " + } + ], + "kind": "function", + "name": "hasStarted", + "longname": "hasStarted", + "scope": "global" + }, + { + "comment": "/**\n* Fired whenever the media begins or resumes playback\n*\n* @event play\n*/", + "meta": { + "range": [ + 5109, + 5185 + ], + "filename": "player.js", + "lineno": 706, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired whenever the media begins or resumes playback

    ", + "kind": "event", + "name": "play", + "longname": "event:play", + "scope": "global" + }, + { + "comment": "/**\n* Fired whenever the media begins waiting\n*\n* @event waiting\n*/", + "meta": { + "range": [ + 5222, + 5289 + ], + "filename": "player.js", + "lineno": 723, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired whenever the media begins waiting

    ", + "kind": "event", + "name": "waiting", + "longname": "event:waiting", + "scope": "global" + }, + { + "comment": "/**\n* A handler for events that signal that waiting has ended\n* which is not consistent between browsers. See #1351\n*\n* @event canplay\n*/", + "meta": { + "range": [ + 5305, + 5442 + ], + "filename": "player.js", + "lineno": 733, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    A handler for events that signal that waiting has ended\nwhich is not consistent between browsers. See #1351

    ", + "kind": "event", + "name": "canplay", + "longname": "event:canplay", + "scope": "global" + }, + { + "comment": "/**\n* A handler for events that signal that waiting has ended\n* which is not consistent between browsers. See #1351\n*\n* @event canplaythrough\n*/", + "meta": { + "range": [ + 5458, + 5602 + ], + "filename": "player.js", + "lineno": 744, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    A handler for events that signal that waiting has ended\nwhich is not consistent between browsers. See #1351

    ", + "kind": "event", + "name": "canplaythrough", + "longname": "event:canplaythrough", + "scope": "global" + }, + { + "comment": "/**\n* A handler for events that signal that waiting has ended\n* which is not consistent between browsers. See #1351\n*\n* @event playing\n*/", + "meta": { + "range": [ + 5618, + 5755 + ], + "filename": "player.js", + "lineno": 755, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    A handler for events that signal that waiting has ended\nwhich is not consistent between browsers. See #1351

    ", + "kind": "event", + "name": "playing", + "longname": "event:playing", + "scope": "global" + }, + { + "comment": "/**\n* Fired whenever the player is jumping to a new time\n*\n* @event seeking\n*/", + "meta": { + "range": [ + 5771, + 5849 + ], + "filename": "player.js", + "lineno": 766, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired whenever the player is jumping to a new time

    ", + "kind": "event", + "name": "seeking", + "longname": "event:seeking", + "scope": "global" + }, + { + "comment": "/**\n* Fired when the player has finished jumping to a new time\n*\n* @event seeked\n*/", + "meta": { + "range": [ + 5865, + 5948 + ], + "filename": "player.js", + "lineno": 776, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired when the player has finished jumping to a new time

    ", + "kind": "event", + "name": "seeked", + "longname": "event:seeked", + "scope": "global" + }, + { + "comment": "/**\n* Fired the first time a video is played\n* Not part of the HLS spec, and we're not sure if this is the best\n* implementation yet, so use sparingly. If you don't have a reason to\n* prevent playback, use `myPlayer.one('play');` instead.\n*\n* @event firstplay\n*/", + "meta": { + "range": [ + 5964, + 6226 + ], + "filename": "player.js", + "lineno": 786, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired the first time a video is played\nNot part of the HLS spec, and we're not sure if this is the best\nimplementation yet, so use sparingly. If you don't have a reason to\nprevent playback, use myPlayer.one('play'); instead.

    ", + "kind": "event", + "name": "firstplay", + "longname": "event:firstplay", + "scope": "global" + }, + { + "comment": "/**\n* Fired whenever the media has been paused\n*\n* @event pause\n*/", + "meta": { + "range": [ + 6260, + 6326 + ], + "filename": "player.js", + "lineno": 805, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired whenever the media has been paused

    ", + "kind": "event", + "name": "pause", + "longname": "event:pause", + "scope": "global" + }, + { + "comment": "/**\n* Fired while the user agent is downloading media data\n*\n* @event progress\n*/", + "meta": { + "range": [ + 6345, + 6426 + ], + "filename": "player.js", + "lineno": 816, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired while the user agent is downloading media data

    ", + "kind": "event", + "name": "progress", + "longname": "event:progress", + "scope": "global" + }, + { + "comment": "/**\n* Fired when the end of the media resource is reached (currentTime == duration)\n*\n* @event ended\n*/", + "meta": { + "range": [ + 6454, + 6557 + ], + "filename": "player.js", + "lineno": 830, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired when the end of the media resource is reached (currentTime == duration)

    ", + "kind": "event", + "name": "ended", + "longname": "event:ended", + "scope": "global" + }, + { + "comment": "/**\n* Fired when the duration of the media resource is first known or changed\n*\n* @event durationchange\n*/", + "meta": { + "range": [ + 6594, + 6700 + ], + "filename": "player.js", + "lineno": 847, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired when the duration of the media resource is first known or changed

    ", + "kind": "event", + "name": "durationchange", + "longname": "event:durationchange", + "scope": "global" + }, + { + "comment": "/**\n* Handle a click on the media element to play/pause\n*\n* @param {Object=} event Event object \n* @method handleTechClick\n*/", + "meta": { + "range": [ + 6716, + 6841 + ], + "filename": "player.js", + "lineno": 857, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Handle a click on the media element to play/pause

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Event object

    ", + "name": "event" + } + ], + "kind": "function", + "name": "handleTechClick", + "longname": "handleTechClick", + "scope": "global" + }, + { + "comment": "/**\n* Handle a tap on the media element. It will toggle the user\n* activity state, which hides and shows the controls.\n*\n* @method handleTechTap\n*/", + "meta": { + "range": [ + 6890, + 7037 + ], + "filename": "player.js", + "lineno": 879, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Handle a tap on the media element. It will toggle the user\nactivity state, which hides and shows the controls.

    ", + "kind": "function", + "name": "handleTechTap", + "longname": "handleTechTap", + "scope": "global" + }, + { + "comment": "/**\n* Handle touch to start\n*\n* @method handleTechTouchStart\n*/", + "meta": { + "range": [ + 7050, + 7113 + ], + "filename": "player.js", + "lineno": 889, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Handle touch to start

    ", + "kind": "function", + "name": "handleTechTouchStart", + "longname": "handleTechTouchStart", + "scope": "global" + }, + { + "comment": "/**\n* Handle touch to move\n*\n* @method handleTechTouchMove\n*/", + "meta": { + "range": [ + 7126, + 7187 + ], + "filename": "player.js", + "lineno": 898, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Handle touch to move

    ", + "kind": "function", + "name": "handleTechTouchMove", + "longname": "handleTechTouchMove", + "scope": "global" + }, + { + "comment": "/**\n* Handle touch to end\n*\n* @method handleTechTouchEnd\n*/", + "meta": { + "range": [ + 7206, + 7265 + ], + "filename": "player.js", + "lineno": 909, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Handle touch to end

    ", + "kind": "function", + "name": "handleTechTouchEnd", + "longname": "handleTechTouchEnd", + "scope": "global" + }, + { + "comment": "/**\n* Update the duration of the player using the tech\n*\n* @private\n* @method updateDuration\n*/", + "meta": { + "range": [ + 7281, + 7376 + ], + "filename": "player.js", + "lineno": 919, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Update the duration of the player using the tech

    ", + "access": "private", + "kind": "function", + "name": "updateDuration", + "longname": "updateDuration", + "scope": "global" + }, + { + "comment": "/**\n* Fired when the player switches in or out of fullscreen mode\n*\n* @event fullscreenchange\n*/", + "meta": { + "range": [ + 7434, + 7530 + ], + "filename": "player.js", + "lineno": 944, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired when the player switches in or out of fullscreen mode

    ", + "kind": "event", + "name": "fullscreenchange", + "longname": "event:fullscreenchange", + "scope": "global" + }, + { + "comment": "/**\n* native click events on the SWF aren't triggered on IE11, Win8.1RT\n* use stageclick events triggered from inside the SWF instead\n*\n* @private\n* @method handleStageClick\n*/", + "meta": { + "range": [ + 7555, + 7731 + ], + "filename": "player.js", + "lineno": 957, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    native click events on the SWF aren't triggered on IE11, Win8.1RT\nuse stageclick events triggered from inside the SWF instead

    ", + "access": "private", + "kind": "function", + "name": "handleStageClick", + "longname": "handleStageClick", + "scope": "global" + }, + { + "comment": "/**\n* Handle Tech Fullscreen Change\n*\n* @method handleTechFullscreenChange\n*/", + "meta": { + "range": [ + 7744, + 7821 + ], + "filename": "player.js", + "lineno": 968, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Handle Tech Fullscreen Change

    ", + "kind": "function", + "name": "handleTechFullscreenChange", + "longname": "handleTechFullscreenChange", + "scope": "global" + }, + { + "comment": "/**\n* Fires when an error occurred during the loading of an audio/video\n*\n* @event error\n*/", + "meta": { + "range": [ + 7834, + 7925 + ], + "filename": "player.js", + "lineno": 977, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fires when an error occurred during the loading of an audio/video

    ", + "kind": "event", + "name": "error", + "longname": "event:error", + "scope": "global" + }, + { + "comment": "/**\n* Fires when the browser is intentionally not getting media data\n*\n* @event suspend\n*/", + "meta": { + "range": [ + 7938, + 8028 + ], + "filename": "player.js", + "lineno": 986, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fires when the browser is intentionally not getting media data

    ", + "kind": "event", + "name": "suspend", + "longname": "event:suspend", + "scope": "global" + }, + { + "comment": "/**\n* Fires when the loading of an audio/video is aborted\n*\n* @event abort\n*/", + "meta": { + "range": [ + 8041, + 8118 + ], + "filename": "player.js", + "lineno": 995, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fires when the loading of an audio/video is aborted

    ", + "kind": "event", + "name": "abort", + "longname": "event:abort", + "scope": "global" + }, + { + "comment": "/**\n* Fires when the current playlist is empty\n*\n* @event emptied\n*/", + "meta": { + "range": [ + 8131, + 8199 + ], + "filename": "player.js", + "lineno": 1004, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fires when the current playlist is empty

    ", + "kind": "event", + "name": "emptied", + "longname": "event:emptied", + "scope": "global" + }, + { + "comment": "/**\n* Fires when the browser is trying to get media data, but data is not available\n*\n* @event stalled\n*/", + "meta": { + "range": [ + 8212, + 8317 + ], + "filename": "player.js", + "lineno": 1013, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fires when the browser is trying to get media data, but data is not available

    ", + "kind": "event", + "name": "stalled", + "longname": "event:stalled", + "scope": "global" + }, + { + "comment": "/**\n* Fires when the browser has loaded meta data for the audio/video\n*\n* @event loadedmetadata\n*/", + "meta": { + "range": [ + 8330, + 8428 + ], + "filename": "player.js", + "lineno": 1022, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fires when the browser has loaded meta data for the audio/video

    ", + "kind": "event", + "name": "loadedmetadata", + "longname": "event:loadedmetadata", + "scope": "global" + }, + { + "comment": "/**\n* Fires when the browser has loaded the current frame of the audio/video\n*\n* @event loaddata\n*/", + "meta": { + "range": [ + 8441, + 8540 + ], + "filename": "player.js", + "lineno": 1031, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fires when the browser has loaded the current frame of the audio/video

    ", + "kind": "event", + "name": "loaddata", + "longname": "event:loaddata", + "scope": "global" + }, + { + "comment": "/**\n* Fires when the current playback position has changed\n*\n* @event timeupdate\n*/", + "meta": { + "range": [ + 8553, + 8636 + ], + "filename": "player.js", + "lineno": 1040, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fires when the current playback position has changed

    ", + "kind": "event", + "name": "timeupdate", + "longname": "event:timeupdate", + "scope": "global" + }, + { + "comment": "/**\n* Fires when the playing speed of the audio/video is changed\n*\n* @event ratechange\n*/", + "meta": { + "range": [ + 8649, + 8738 + ], + "filename": "player.js", + "lineno": 1049, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fires when the playing speed of the audio/video is changed

    ", + "kind": "event", + "name": "ratechange", + "longname": "event:ratechange", + "scope": "global" + }, + { + "comment": "/**\n* Fires when the volume has been changed\n*\n* @event volumechange\n*/", + "meta": { + "range": [ + 8751, + 8822 + ], + "filename": "player.js", + "lineno": 1058, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fires when the volume has been changed

    ", + "kind": "event", + "name": "volumechange", + "longname": "event:volumechange", + "scope": "global" + }, + { + "comment": "/**\n* Fires when the text track has been changed\n*\n* @event texttrackchange\n*/", + "meta": { + "range": [ + 8835, + 8913 + ], + "filename": "player.js", + "lineno": 1067, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fires when the text track has been changed

    ", + "kind": "event", + "name": "texttrackchange", + "longname": "event:texttrackchange", + "scope": "global" + }, + { + "comment": "/**\n* Get object for cached values.\n*\n* @return {Object} \n* @method getCache\n*/", + "meta": { + "range": [ + 8926, + 9005 + ], + "filename": "player.js", + "lineno": 1076, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get object for cached values.

    ", + "returns": [ + { + "type": { + "names": [ + "Object" + ] + } + } + ], + "kind": "function", + "name": "getCache", + "longname": "getCache", + "scope": "global" + }, + { + "comment": "/**\n* Pass values to the playback tech\n*\n* @param {String=} method Method \n* @param {Object=} arg Argument \n* @method techCall\n*/", + "meta": { + "range": [ + 9018, + 9147 + ], + "filename": "player.js", + "lineno": 1086, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Pass values to the playback tech

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "optional": true, + "description": "

    Method

    ", + "name": "method" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Argument

    ", + "name": "arg" + } + ], + "kind": "function", + "name": "techCall", + "longname": "techCall", + "scope": "global" + }, + { + "comment": "/**\n* Get calls can't wait for the tech, and sometimes don't need to.\n*\n* @param {String} method Tech method\n* @return {Method}\n* @method techGet\n*/", + "meta": { + "range": [ + 9202, + 9350 + ], + "filename": "player.js", + "lineno": 1111, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get calls can't wait for the tech, and sometimes don't need to.

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Tech method

    ", + "name": "method" + } + ], + "returns": [ + { + "type": { + "names": [ + "Method" + ] + } + } + ], + "kind": "function", + "name": "techGet", + "longname": "techGet", + "scope": "global" + }, + { + "comment": "/**\n* start media playback\n* ```js\n* myPlayer.play();\n* ```\n*\n* @return {Player} self\n* @method play\n*/", + "meta": { + "range": [ + 9435, + 9542 + ], + "filename": "player.js", + "lineno": 1146, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    start media playback

    \n
        myPlayer.play();
    ", + "returns": [ + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    self

    " + } + ], + "kind": "function", + "name": "play", + "longname": "play", + "scope": "global" + }, + { + "comment": "/**\n* Pause the video playback\n* ```js\n* myPlayer.pause();\n* ```\n*\n* @return {Player} self\n* @method pause\n*/", + "meta": { + "range": [ + 9558, + 9671 + ], + "filename": "player.js", + "lineno": 1160, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Pause the video playback

    \n
        myPlayer.pause();
    ", + "returns": [ + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    self

    " + } + ], + "kind": "function", + "name": "pause", + "longname": "pause", + "scope": "global" + }, + { + "comment": "/**\n* Check if the player is paused\n* ```js\n* var isPaused = myPlayer.paused();\n* var isPlaying = !myPlayer.paused();\n* ```\n*\n* @return {Boolean} false if the media is currently playing, or true otherwise\n* @method paused\n*/", + "meta": { + "range": [ + 9687, + 9919 + ], + "filename": "player.js", + "lineno": 1174, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Check if the player is paused

    \n
        var isPaused = myPlayer.paused();\n    var isPlaying = !myPlayer.paused();
    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    false if the media is currently playing, or true otherwise

    " + } + ], + "kind": "function", + "name": "paused", + "longname": "paused", + "scope": "global" + }, + { + "comment": "/**\n* Returns whether or not the user is \"scrubbing\". Scrubbing is when the user\n* has clicked the progress bar handle and is dragging it along the progress bar.\n*\n* @param {Boolean} isScrubbing True/false the user is scrubbing\n* @return {Boolean} The scrubbing status when getting\n* @return {Object} The player when setting\n* @method scrubbing\n*/", + "meta": { + "range": [ + 9935, + 10314 + ], + "filename": "player.js", + "lineno": 1189, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Returns whether or not the user is "scrubbing". Scrubbing is when the user\nhas clicked the progress bar handle and is dragging it along the progress bar.

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    True/false the user is scrubbing

    ", + "name": "isScrubbing" + } + ], + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    The scrubbing status when getting

    " + }, + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    The player when setting

    " + } + ], + "kind": "function", + "name": "scrubbing", + "longname": "scrubbing", + "scope": "global" + }, + { + "comment": "/**\n* Get or set the current time (in seconds)\n* ```js\n* // get\n* var whereYouAt = myPlayer.currentTime();\n* // set\n* myPlayer.currentTime(120); // 2 minutes into the video\n* ```\n*\n* @param {Number|String=} seconds The time to seek to\n* @return {Number} The time in seconds, when not setting\n* @return {Player} self, when the current time is set\n* @method currentTime\n*/", + "meta": { + "range": [ + 10363, + 10760 + ], + "filename": "player.js", + "lineno": 1214, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get or set the current time (in seconds)

    \n
        // get\n    var whereYouAt = myPlayer.currentTime();\n    // set\n    myPlayer.currentTime(120); // 2 minutes into the video
    ", + "params": [ + { + "type": { + "names": [ + "Number", + "String" + ] + }, + "description": "

    The time to seek to

    ", + "name": "seconds" + } + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    The time in seconds, when not setting

    " + }, + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    self, when the current time is set

    " + } + ], + "kind": "function", + "name": "currentTime", + "longname": "currentTime", + "scope": "global" + }, + { + "comment": "/**\n* Get the length in time of the video in seconds\n* ```js\n* var lengthOfVideo = myPlayer.duration();\n* ```\n* **NOTE**: The video must have started loading before the duration can be\n* known, and in the case of Flash, may not be known until the video starts\n* playing.\n*\n* @param {Number} seconds Duration when setting\n* @return {Number} The duration of the video in seconds when getting\n* @method duration\n*/", + "meta": { + "range": [ + 10812, + 11227 + ], + "filename": "player.js", + "lineno": 1245, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get the length in time of the video in seconds

    \n
        var lengthOfVideo = myPlayer.duration();

    NOTE: The video must have started loading before the duration can be\nknown, and in the case of Flash, may not be known until the video starts\nplaying.

    ", + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Duration when setting

    ", + "name": "seconds" + } + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    The duration of the video in seconds when getting

    " + } + ], + "kind": "function", + "name": "duration", + "longname": "duration", + "scope": "global" + }, + { + "comment": "/**\n* Calculates how much time is left.\n* ```js\n* var timeLeft = myPlayer.remainingTime();\n* ```\n* Not a native video element function, but useful\n*\n* @return {Number} The time remaining in seconds\n* @method remainingTime\n*/", + "meta": { + "range": [ + 11276, + 11504 + ], + "filename": "player.js", + "lineno": 1274, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Calculates how much time is left.

    \n
        var timeLeft = myPlayer.remainingTime();

    Not a native video element function, but useful

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    The time remaining in seconds

    " + } + ], + "kind": "function", + "name": "remainingTime", + "longname": "remainingTime", + "scope": "global" + }, + { + "comment": "/**\n* Get a TimeRange object with the times of the video that have been downloaded\n*\n* If you just want the percent of the video that's been downloaded,\n* use bufferedPercent.\n* ```js\n* // Number of different ranges of time have been buffered. Usually 1.\n* numberOfRanges = bufferedTimeRange.length,\n* // Time in seconds when the first range starts. Usually 0.\n* firstRangeStart = bufferedTimeRange.start(0),\n* // Time in seconds when the first range ends\n* firstRangeEnd = bufferedTimeRange.end(0),\n* // Length in seconds of the first time range\n* firstRangeLength = firstRangeEnd - firstRangeStart;\n* ```\n*\n* @return {Object} A mock TimeRange object (following HTML spec)\n* @method buffered\n*/", + "meta": { + "range": [ + 11529, + 12256 + ], + "filename": "player.js", + "lineno": 1292, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get a TimeRange object with the times of the video that have been downloaded

    \n

    If you just want the percent of the video that's been downloaded,\nuse bufferedPercent.

    \n
        // Number of different ranges of time have been buffered. Usually 1.\n    numberOfRanges = bufferedTimeRange.length,\n    // Time in seconds when the first range starts. Usually 0.\n    firstRangeStart = bufferedTimeRange.start(0),\n    // Time in seconds when the first range ends\n    firstRangeEnd = bufferedTimeRange.end(0),\n    // Length in seconds of the first time range\n    firstRangeLength = firstRangeEnd - firstRangeStart;
    ", + "returns": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    A mock TimeRange object (following HTML spec)

    " + } + ], + "kind": "function", + "name": "buffered", + "longname": "buffered", + "scope": "global" + }, + { + "comment": "/**\n* Get the percent (as a decimal) of the video that's been downloaded\n* ```js\n* var howMuchIsDownloaded = myPlayer.bufferedPercent();\n* ```\n* 0 means none, 1 means all.\n* (This method isn't in the HTML5 spec, but it's very convenient)\n*\n* @return {Number} A decimal between 0 and 1 representing the percent\n* @method bufferedPercent\n*/", + "meta": { + "range": [ + 12287, + 12629 + ], + "filename": "player.js", + "lineno": 1321, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get the percent (as a decimal) of the video that's been downloaded

    \n
        var howMuchIsDownloaded = myPlayer.bufferedPercent();

    0 means none, 1 means all.\n(This method isn't in the HTML5 spec, but it's very convenient)

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    A decimal between 0 and 1 representing the percent

    " + } + ], + "kind": "function", + "name": "bufferedPercent", + "longname": "bufferedPercent", + "scope": "global" + }, + { + "comment": "/**\n* Get the ending time of the last buffered time range\n* This is used in the progress bar to encapsulate all time ranges.\n*\n* @return {Number} The end of the last buffered time range\n* @method bufferedEnd\n*/", + "meta": { + "range": [ + 12642, + 12852 + ], + "filename": "player.js", + "lineno": 1336, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get the ending time of the last buffered time range\nThis is used in the progress bar to encapsulate all time ranges.

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    The end of the last buffered time range

    " + } + ], + "kind": "function", + "name": "bufferedEnd", + "longname": "bufferedEnd", + "scope": "global" + }, + { + "comment": "/**\n* Get or set the current volume of the media\n* ```js\n* // get\n* var howLoudIsIt = myPlayer.volume();\n* // set\n* myPlayer.volume(0.5); // Set volume to half\n* ```\n* 0 is off (muted), 1.0 is all the way up, 0.5 is half way.\n*\n* @param {Number} percentAsDecimal The new volume as a decimal percent\n* @return {Number} The current volume when getting\n* @return {Player} self when setting\n* @method volume\n*/", + "meta": { + "range": [ + 12889, + 13338 + ], + "filename": "player.js", + "lineno": 1355, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get or set the current volume of the media

    \n
        // get\n    var howLoudIsIt = myPlayer.volume();\n    // set\n    myPlayer.volume(0.5); // Set volume to half

    0 is off (muted), 1.0 is all the way up, 0.5 is half way.

    ", + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    The new volume as a decimal percent

    ", + "name": "percentAsDecimal" + } + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    The current volume when getting

    " + }, + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    self when setting

    " + } + ], + "kind": "function", + "name": "volume", + "longname": "volume", + "scope": "global" + }, + { + "comment": "/**\n* Get the current muted state, or turn mute on or off\n* ```js\n* // get\n* var isVolumeMuted = myPlayer.muted();\n* // set\n* myPlayer.muted(true); // mute the volume\n* ```\n*\n* @param {Boolean=} muted True to mute, false to unmute\n* @return {Boolean} True if mute is on, false if not when getting\n* @return {Player} self when setting mute\n* @method muted\n*/", + "meta": { + "range": [ + 13390, + 13764 + ], + "filename": "player.js", + "lineno": 1387, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get the current muted state, or turn mute on or off

    \n
        // get\n    var isVolumeMuted = myPlayer.muted();\n    // set\n    myPlayer.muted(true); // mute the volume
    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "optional": true, + "description": "

    True to mute, false to unmute

    ", + "name": "muted" + } + ], + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    True if mute is on, false if not when getting

    " + }, + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    self when setting mute

    " + } + ], + "kind": "function", + "name": "muted", + "longname": "muted", + "scope": "global" + }, + { + "comment": "/**\n* Check to see if fullscreen is supported\n*\n* @return {Boolean} \n* @method supportsFullScreen\n*/", + "meta": { + "range": [ + 13795, + 13895 + ], + "filename": "player.js", + "lineno": 1411, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Check to see if fullscreen is supported

    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + } + } + ], + "kind": "function", + "name": "supportsFullScreen", + "longname": "supportsFullScreen", + "scope": "global" + }, + { + "comment": "/**\n* Check if the player is in fullscreen mode\n* ```js\n* // get\n* var fullscreenOrNot = myPlayer.isFullscreen();\n* // set\n* myPlayer.isFullscreen(true); // tell the player it's in fullscreen\n* ```\n* NOTE: As of the latest HTML5 spec, isFullscreen is no longer an official\n* property and instead document.fullscreenElement is used. But isFullscreen is\n* still a valuable property for internal player workings.\n*\n* @param {Boolean=} isFS Update the player's fullscreen state\n* @return {Boolean} true if fullscreen false if not when getting\n* @return {Player} self when setting\n* @method isFullscreen\n*/", + "meta": { + "range": [ + 13908, + 14526 + ], + "filename": "player.js", + "lineno": 1421, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Check if the player is in fullscreen mode

    \n
        // get\n    var fullscreenOrNot = myPlayer.isFullscreen();\n    // set\n    myPlayer.isFullscreen(true); // tell the player it's in fullscreen

    NOTE: As of the latest HTML5 spec, isFullscreen is no longer an official\nproperty and instead document.fullscreenElement is used. But isFullscreen is\nstill a valuable property for internal player workings.

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "optional": true, + "description": "

    Update the player's fullscreen state

    ", + "name": "isFS" + } + ], + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    true if fullscreen false if not when getting

    " + }, + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    self when setting

    " + } + ], + "kind": "function", + "name": "isFullscreen", + "longname": "isFullscreen", + "scope": "global" + }, + { + "comment": "/**\n* Old naming for isFullscreen()\n*\n* @param {Boolean=} isFS Update the player's fullscreen state\n* @return {Boolean} true if fullscreen false if not when getting\n* @return {Player} self when setting\n* @deprecated\n* @method isFullScreen\n*/", + "meta": { + "range": [ + 14551, + 14793 + ], + "filename": "player.js", + "lineno": 1446, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Old naming for isFullscreen()

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "optional": true, + "description": "

    Update the player's fullscreen state

    ", + "name": "isFS" + } + ], + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    true if fullscreen false if not when getting

    " + }, + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    self when setting

    " + } + ], + "deprecated": true, + "kind": "function", + "name": "isFullScreen", + "longname": "isFullScreen", + "scope": "global" + }, + { + "comment": "/**\n* Increase the size of the video to full screen\n* ```js\n* myPlayer.requestFullscreen();\n* ```\n* In some browsers, full screen is not supported natively, so it enters\n* \"full window mode\", where the video fills the browser window.\n* In browsers and devices that support native full screen, sometimes the\n* browser's default controls will be shown, and not the Video.js custom skin.\n* This includes most mobile devices (iOS, Android) and older versions of\n* Safari.\n*\n* @return {Player} self\n* @method requestFullscreen\n*/", + "meta": { + "range": [ + 14809, + 15337 + ], + "filename": "player.js", + "lineno": 1460, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Increase the size of the video to full screen

    \n
        myPlayer.requestFullscreen();

    In some browsers, full screen is not supported natively, so it enters\n"full window mode", where the video fills the browser window.\nIn browsers and devices that support native full screen, sometimes the\nbrowser's default controls will be shown, and not the Video.js custom skin.\nThis includes most mobile devices (iOS, Android) and older versions of\nSafari.

    ", + "returns": [ + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    self

    " + } + ], + "kind": "function", + "name": "requestFullscreen", + "longname": "requestFullscreen", + "scope": "global" + }, + { + "comment": "/**\n* Old naming for requestFullscreen\n*\n* @return {Boolean} true if fullscreen false if not when getting\n* @deprecated\n* @method requestFullScreen\n*/", + "meta": { + "range": [ + 15461, + 15611 + ], + "filename": "player.js", + "lineno": 1516, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Old naming for requestFullscreen

    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    true if fullscreen false if not when getting

    " + } + ], + "deprecated": true, + "kind": "function", + "name": "requestFullScreen", + "longname": "requestFullScreen", + "scope": "global" + }, + { + "comment": "/**\n* Return the video to its normal size after having been in full screen mode\n* ```js\n* myPlayer.exitFullscreen();\n* ```\n*\n* @return {Player} self\n* @method exitFullscreen\n*/", + "meta": { + "range": [ + 15627, + 15807 + ], + "filename": "player.js", + "lineno": 1528, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Return the video to its normal size after having been in full screen mode

    \n
        myPlayer.exitFullscreen();
    ", + "returns": [ + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    self

    " + } + ], + "kind": "function", + "name": "exitFullscreen", + "longname": "exitFullscreen", + "scope": "global" + }, + { + "comment": "/**\n* Old naming for exitFullscreen\n*\n* @return {Player} self\n* @deprecated\n* @method cancelFullScreen\n*/", + "meta": { + "range": [ + 15859, + 15964 + ], + "filename": "player.js", + "lineno": 1554, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Old naming for exitFullscreen

    ", + "returns": [ + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    self

    " + } + ], + "deprecated": true, + "kind": "function", + "name": "cancelFullScreen", + "longname": "cancelFullScreen", + "scope": "global" + }, + { + "comment": "/**\n* When fullscreen isn't supported we can stretch the video container to as wide as the browser will let us.\n*\n* @method enterFullWindow\n*/", + "meta": { + "range": [ + 15980, + 16122 + ], + "filename": "player.js", + "lineno": 1566, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    When fullscreen isn't supported we can stretch the video container to as wide as the browser will let us.

    ", + "kind": "function", + "name": "enterFullWindow", + "longname": "enterFullWindow", + "scope": "global" + }, + { + "comment": "/**\n* Check for call to either exit full window or full screen on ESC key\n*\n* @param {String} event Event to check for key press\n* @method fullWindowOnEscKey\n*/", + "meta": { + "range": [ + 16177, + 16337 + ], + "filename": "player.js", + "lineno": 1589, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Check for call to either exit full window or full screen on ESC key

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Event to check for key press

    ", + "name": "event" + } + ], + "kind": "function", + "name": "fullWindowOnEscKey", + "longname": "fullWindowOnEscKey", + "scope": "global" + }, + { + "comment": "/**\n* Exit full window \n*\n* @method exitFullWindow\n*/", + "meta": { + "range": [ + 16368, + 16421 + ], + "filename": "player.js", + "lineno": 1605, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Exit full window

    ", + "kind": "function", + "name": "exitFullWindow", + "longname": "exitFullWindow", + "scope": "global" + }, + { + "comment": "/**\n* Select source based on tech order\n*\n* @param {Array} sources The sources for a media asset\n* @return {Object|Boolean} Object of source and tech order, otherwise false\n* @method selectSource\n*/", + "meta": { + "range": [ + 16467, + 16665 + ], + "filename": "player.js", + "lineno": 1625, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Select source based on tech order

    ", + "params": [ + { + "type": { + "names": [ + "Array" + ] + }, + "description": "

    The sources for a media asset

    ", + "name": "sources" + } + ], + "returns": [ + { + "type": { + "names": [ + "Object", + "Boolean" + ] + }, + "description": "

    Object of source and tech order, otherwise false

    " + } + ], + "kind": "function", + "name": "selectSource", + "longname": "selectSource", + "scope": "global" + }, + { + "comment": "/**\n* The source function updates the video source\n* There are three types of variables you can pass as the argument.\n* **URL String**: A URL to the the video file. Use this method if you are sure\n* the current playback technology (HTML5/Flash) can support the source you\n* provide. Currently only MP4 files can be used in both HTML5 and Flash.\n* ```js\n* myPlayer.src(\"http://www.example.com/path/to/video.mp4\");\n* ```\n* **Source Object (or element):** A javascript object containing information\n* about the source file. Use this method if you want the player to determine if\n* it can support the file using the type information.\n* ```js\n* myPlayer.src({ type: \"video/mp4\", src: \"http://www.example.com/path/to/video.mp4\" });\n* ```\n* **Array of Source Objects:** To provide multiple versions of the source so\n* that it can be played using HTML5 across browsers you can use an array of\n* source objects. Video.js will detect which version is supported and load that\n* file.\n* ```js\n* myPlayer.src([\n* { type: \"video/mp4\", src: \"http://www.example.com/path/to/video.mp4\" },\n* { type: \"video/webm\", src: \"http://www.example.com/path/to/video.webm\" },\n* { type: \"video/ogg\", src: \"http://www.example.com/path/to/video.ogv\" }\n* ]);\n* ```\n*\n* @param {String|Object|Array=} source The source URL, object, or array of sources\n* @return {String} The current video source when getting\n* @return {String} The player when setting\n* @method src\n*/", + "meta": { + "range": [ + 16753, + 18222 + ], + "filename": "player.js", + "lineno": 1661, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    The source function updates the video source\nThere are three types of variables you can pass as the argument.\nURL String: A URL to the the video file. Use this method if you are sure\nthe current playback technology (HTML5/Flash) can support the source you\nprovide. Currently only MP4 files can be used in both HTML5 and Flash.

    \n
        myPlayer.src("http://www.example.com/path/to/video.mp4");

    Source Object (or element): A javascript object containing information\nabout the source file. Use this method if you want the player to determine if\nit can support the file using the type information.

    \n
        myPlayer.src({ type: "video/mp4", src: "http://www.example.com/path/to/video.mp4" });

    Array of Source Objects: To provide multiple versions of the source so\nthat it can be played using HTML5 across browsers you can use an array of\nsource objects. Video.js will detect which version is supported and load that\nfile.

    \n
        myPlayer.src([\n      { type: "video/mp4", src: "http://www.example.com/path/to/video.mp4" },\n      { type: "video/webm", src: "http://www.example.com/path/to/video.webm" },\n      { type: "video/ogg", src: "http://www.example.com/path/to/video.ogv" }\n    ]);
    ", + "params": [ + { + "type": { + "names": [ + "String", + "Object", + "Array" + ] + }, + "description": "

    The source URL, object, or array of sources

    ", + "name": "source" + } + ], + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The current video source when getting

    " + }, + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The player when setting

    " + } + ], + "kind": "function", + "name": "src", + "longname": "src", + "scope": "global" + }, + { + "comment": "/**\n* Handle an array of source objects\n*\n* @param {Array} sources Array of source objects\n* @private\n* @method sourceList_\n*/", + "meta": { + "range": [ + 18388, + 18515 + ], + "filename": "player.js", + "lineno": 1748, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Handle an array of source objects

    ", + "params": [ + { + "type": { + "names": [ + "Array" + ] + }, + "description": "

    Array of source objects

    ", + "name": "sources" + } + ], + "access": "private", + "kind": "function", + "name": "sourceList_", + "longname": "sourceList_", + "scope": "global" + }, + { + "comment": "/**\n* Begin loading the src data.\n*\n* @return {Player} Returns the player\n* @method load\n*/", + "meta": { + "range": [ + 18585, + 18676 + ], + "filename": "player.js", + "lineno": 1778, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Begin loading the src data.

    ", + "returns": [ + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    Returns the player

    " + } + ], + "kind": "function", + "name": "load", + "longname": "load", + "scope": "global" + }, + { + "comment": "/**\n* Returns the fully qualified URL of the current source value e.g. http://mysite.com/video.mp4\n* Can be used in conjuction with `currentType` to assist in rebuilding the current source object.\n*\n* @return {String} The current source\n* @method currentSrc\n*/", + "meta": { + "range": [ + 18692, + 18952 + ], + "filename": "player.js", + "lineno": 1789, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Returns the fully qualified URL of the current source value e.g. http://mysite.com/video.mp4\nCan be used in conjuction with currentType to assist in rebuilding the current source object.

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The current source

    " + } + ], + "kind": "function", + "name": "currentSrc", + "longname": "currentSrc", + "scope": "global" + }, + { + "comment": "/**\n* Get the current source type e.g. video/mp4\n* This can allow you rebuild the current source object so that you could load the same\n* source and tech later\n*\n* @return {String} The source MIME type\n* @method currentType\n*/", + "meta": { + "range": [ + 18965, + 19191 + ], + "filename": "player.js", + "lineno": 1800, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get the current source type e.g. video/mp4\nThis can allow you rebuild the current source object so that you could load the same\nsource and tech later

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The source MIME type

    " + } + ], + "kind": "function", + "name": "currentType", + "longname": "currentType", + "scope": "global" + }, + { + "comment": "/**\n* Get or set the preload attribute\n*\n* @param {Boolean} value Boolean to determine if preload should be used\n* @return {String} The preload attribute value when getting\n* @return {Player} Returns the player when setting\n* @method preload\n*/", + "meta": { + "range": [ + 19204, + 19448 + ], + "filename": "player.js", + "lineno": 1812, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get or set the preload attribute

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    Boolean to determine if preload should be used

    ", + "name": "value" + } + ], + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The preload attribute value when getting

    " + }, + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    Returns the player when setting

    " + } + ], + "kind": "function", + "name": "preload", + "longname": "preload", + "scope": "global" + }, + { + "comment": "/**\n* Get or set the autoplay attribute.\n*\n* @param {Boolean} value Boolean to determine if preload should be used\n* @return {String} The autoplay attribute value when getting\n* @return {Player} Returns the player when setting\n* @method autoplay\n*/", + "meta": { + "range": [ + 19476, + 19724 + ], + "filename": "player.js", + "lineno": 1829, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get or set the autoplay attribute.

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    Boolean to determine if preload should be used

    ", + "name": "value" + } + ], + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The autoplay attribute value when getting

    " + }, + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    Returns the player when setting

    " + } + ], + "kind": "function", + "name": "autoplay", + "longname": "autoplay", + "scope": "global" + }, + { + "comment": "/**\n* Get or set the loop attribute on the video element.\n*\n* @param {Boolean} value Boolean to determine if preload should be used\n* @return {String} The loop attribute value when getting\n* @return {Player} Returns the player when setting\n* @method loop\n*/", + "meta": { + "range": [ + 19752, + 20009 + ], + "filename": "player.js", + "lineno": 1846, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get or set the loop attribute on the video element.

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    Boolean to determine if preload should be used

    ", + "name": "value" + } + ], + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The loop attribute value when getting

    " + }, + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    Returns the player when setting

    " + } + ], + "kind": "function", + "name": "loop", + "longname": "loop", + "scope": "global" + }, + { + "comment": "/**\n* get or set the poster image source url\n* ##### EXAMPLE:\n* ```js\n* // get\n* var currentPoster = myPlayer.poster();\n* // set\n* myPlayer.poster('http://example.com/myImage.jpg');\n* ```\n*\n* @param {String=} src Poster image source URL\n* @return {String} poster URL when getting\n* @return {Player} self when setting\n* @method poster\n*/", + "meta": { + "range": [ + 20037, + 20390 + ], + "filename": "player.js", + "lineno": 1863, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    get or set the poster image source url

    \n
    EXAMPLE:
        // get\n    var currentPoster = myPlayer.poster();\n    // set\n    myPlayer.poster('http://example.com/myImage.jpg');
    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "optional": true, + "description": "

    Poster image source URL

    ", + "name": "src" + } + ], + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    poster URL when getting

    " + }, + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    self when setting

    " + } + ], + "kind": "function", + "name": "poster", + "longname": "poster", + "scope": "global" + }, + { + "comment": "/**\n* Get or set whether or not the controls are showing.\n*\n* @param {Boolean} bool Set controls to showing or not\n* @return {Boolean} Controls are showing\n* @method controls\n*/", + "meta": { + "range": [ + 20460, + 20641 + ], + "filename": "player.js", + "lineno": 1901, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get or set whether or not the controls are showing.

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    Set controls to showing or not

    ", + "name": "bool" + } + ], + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    Controls are showing

    " + } + ], + "kind": "function", + "name": "controls", + "longname": "controls", + "scope": "global" + }, + { + "comment": "/**\n* Toggle native controls on/off. Native controls are the controls built into\n* devices (e.g. default iPhone controls), Flash, or other techs\n* (e.g. Vimeo Controls)\n* **This should only be set by the current tech, because only the tech knows\n* if it can support native controls**\n*\n* @param {Boolean} bool True signals that native controls are on\n* @return {Player} Returns the player\n* @private\n* @method usingNativeControls\n*/", + "meta": { + "range": [ + 20744, + 21185 + ], + "filename": "player.js", + "lineno": 1942, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Toggle native controls on/off. Native controls are the controls built into\ndevices (e.g. default iPhone controls), Flash, or other techs\n(e.g. Vimeo Controls)\nThis should only be set by the current tech, because only the tech knows\nif it can support native controls

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    True signals that native controls are on

    ", + "name": "bool" + } + ], + "returns": [ + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    Returns the player

    " + } + ], + "access": "private", + "kind": "function", + "name": "usingNativeControls", + "longname": "usingNativeControls", + "scope": "global" + }, + { + "comment": "/**\n* player is using the native device controls\n*\n* @event usingnativecontrols\n* @memberof Player\n* @instance\n* @private\n*/", + "meta": { + "range": [ + 21213, + 21337 + ], + "filename": "player.js", + "lineno": 1963, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    player is using the native device controls

    ", + "kind": "event", + "name": "usingnativecontrols", + "memberof": "Player", + "scope": "instance", + "access": "private", + "longname": "Player#event:usingnativecontrols" + }, + { + "comment": "/**\n* player is using the custom HTML controls\n*\n* @event usingcustomcontrols\n* @memberof Player\n* @instance\n* @private\n*/", + "meta": { + "range": [ + 21350, + 21472 + ], + "filename": "player.js", + "lineno": 1975, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    player is using the custom HTML controls

    ", + "kind": "event", + "name": "usingcustomcontrols", + "memberof": "Player", + "scope": "instance", + "access": "private", + "longname": "Player#event:usingcustomcontrols" + }, + { + "comment": "/**\n* Set or get the current MediaError\n*\n* @param {*} err A MediaError or a String/Number to be turned into a MediaError\n* @return {MediaError|null} when getting\n* @return {Player} when setting\n* @method error\n*/", + "meta": { + "range": [ + 21497, + 21728 + ], + "filename": "player.js", + "lineno": 1991, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Set or get the current MediaError

    ", + "params": [ + { + "type": { + "names": [ + "*" + ] + }, + "description": "

    A MediaError or a String/Number to be turned into a MediaError

    ", + "name": "err" + } + ], + "returns": [ + { + "type": { + "names": [ + "MediaError", + "null" + ] + }, + "description": "

    when getting

    " + }, + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    when setting

    " + } + ], + "kind": "function", + "name": "error", + "longname": "error", + "scope": "global" + }, + { + "comment": "/**\n* Returns whether or not the player is in the \"ended\" state.\n*\n* @return {Boolean} True if the player is in the ended state, false if not.\n* @method ended\n*/", + "meta": { + "range": [ + 21825, + 21986 + ], + "filename": "player.js", + "lineno": 2031, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Returns whether or not the player is in the "ended" state.

    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    True if the player is in the ended state, false if not.

    " + } + ], + "kind": "function", + "name": "ended", + "longname": "ended", + "scope": "global" + }, + { + "comment": "/**\n* Returns whether or not the player is in the \"seeking\" state.\n*\n* @return {Boolean} True if the player is in the seeking state, false if not.\n* @method seeking\n*/", + "meta": { + "range": [ + 21993, + 22160 + ], + "filename": "player.js", + "lineno": 2039, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Returns whether or not the player is in the "seeking" state.

    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    True if the player is in the seeking state, false if not.

    " + } + ], + "kind": "function", + "name": "seeking", + "longname": "seeking", + "scope": "global" + }, + { + "comment": "/**\n* Returns the TimeRanges of the media that are currently available\n* for seeking to.\n*\n* @return {TimeRanges} the seekable intervals of the media timeline\n* @method seekable\n*/", + "meta": { + "range": [ + 22167, + 22347 + ], + "filename": "player.js", + "lineno": 2047, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Returns the TimeRanges of the media that are currently available\nfor seeking to.

    ", + "returns": [ + { + "type": { + "names": [ + "TimeRanges" + ] + }, + "description": "

    the seekable intervals of the media timeline

    " + } + ], + "kind": "function", + "name": "seekable", + "longname": "seekable", + "scope": "global" + }, + { + "comment": "/**\n* Report user activity \n*\n* @param {Object} event Event object\n* @method reportUserActivity\n*/", + "meta": { + "range": [ + 22354, + 22452 + ], + "filename": "player.js", + "lineno": 2056, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Report user activity

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Event object

    ", + "name": "event" + } + ], + "kind": "function", + "name": "reportUserActivity", + "longname": "reportUserActivity", + "scope": "global" + }, + { + "comment": "/**\n* Get/set if user is active\n*\n* @param {Boolean} bool Value when setting\n* @return {Boolean} Value if user is active user when getting\n* @method userActive\n*/", + "meta": { + "range": [ + 22465, + 22627 + ], + "filename": "player.js", + "lineno": 2066, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get/set if user is active

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    Value when setting

    ", + "name": "bool" + } + ], + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    Value if user is active user when getting

    " + } + ], + "kind": "function", + "name": "userActive", + "longname": "userActive", + "scope": "global" + }, + { + "comment": "/**\n* Listen for user activity based on timeout value\n*\n* @method listenForUserActivity\n*/", + "meta": { + "range": [ + 22754, + 22844 + ], + "filename": "player.js", + "lineno": 2115, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Listen for user activity based on timeout value

    ", + "kind": "function", + "name": "listenForUserActivity", + "longname": "listenForUserActivity", + "scope": "global" + }, + { + "comment": "/**\n* Gets or sets the current playback rate. A playback rate of\n* 1.0 represents normal speed and 0.5 would indicate half-speed\n* playback, for instance.\n* @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-playbackrate\n*\n* @param {Number} rate New playback rate to set.\n* @return {Number} Returns the new playback rate when setting\n* @return {Number} Returns the current playback rate when getting\n* @method playbackRate\n*/", + "meta": { + "range": [ + 23082, + 23553 + ], + "filename": "player.js", + "lineno": 2199, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Gets or sets the current playback rate. A playback rate of\n1.0 represents normal speed and 0.5 would indicate half-speed\nplayback, for instance.

    ", + "see": [ + "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-playbackrate" + ], + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    New playback rate to set.

    ", + "name": "rate" + } + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Returns the new playback rate when setting

    " + }, + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Returns the current playback rate when getting

    " + } + ], + "kind": "function", + "name": "playbackRate", + "longname": "playbackRate", + "scope": "global" + }, + { + "comment": "/**\n* Gets or sets the audio flag\n*\n* @param {Boolean} bool True signals that this is an audio player.\n* @return {Boolean} Returns true if player is audio, false if not when getting\n* @return {Player} Returns the player if setting\n* @private\n* @method isAudio\n*/", + "meta": { + "range": [ + 23593, + 23872 + ], + "filename": "player.js", + "lineno": 2223, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Gets or sets the audio flag

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    True signals that this is an audio player.

    ", + "name": "bool" + } + ], + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    Returns true if player is audio, false if not when getting

    " + }, + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    Returns the player if setting

    " + } + ], + "access": "private", + "kind": "function", + "name": "isAudio", + "longname": "isAudio", + "scope": "global" + }, + { + "comment": "/**\n* Returns the current state of network activity for the element, from\n* the codes in the list below.\n* - NETWORK_EMPTY (numeric value 0)\n* The element has not yet been initialised. All attributes are in\n* their initial states.\n* - NETWORK_IDLE (numeric value 1)\n* The element's resource selection algorithm is active and has\n* selected a resource, but it is not actually using the network at\n* this time.\n* - NETWORK_LOADING (numeric value 2)\n* The user agent is actively trying to download data.\n* - NETWORK_NO_SOURCE (numeric value 3)\n* The element's resource selection algorithm is active, but it has\n* not yet found a resource to use.\n*\n* @see https://html.spec.whatwg.org/multipage/embedded-content.html#network-states\n* @return {Number} the current network activity state\n* @method networkState\n*/", + "meta": { + "range": [ + 23900, + 24723 + ], + "filename": "player.js", + "lineno": 2241, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Returns the current state of network activity for the element, from\nthe codes in the list below.

    \n
      \n
    • NETWORK_EMPTY (numeric value 0)\nThe element has not yet been initialised. All attributes are in\ntheir initial states.
    • \n
    • NETWORK_IDLE (numeric value 1)\nThe element's resource selection algorithm is active and has\nselected a resource, but it is not actually using the network at\nthis time.
    • \n
    • NETWORK_LOADING (numeric value 2)\nThe user agent is actively trying to download data.
    • \n
    • NETWORK_NO_SOURCE (numeric value 3)\nThe element's resource selection algorithm is active, but it has\nnot yet found a resource to use.
    • \n
    ", + "see": [ + "https://html.spec.whatwg.org/multipage/embedded-content.html#network-states" + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    the current network activity state

    " + } + ], + "kind": "function", + "name": "networkState", + "longname": "networkState", + "scope": "global" + }, + { + "comment": "/**\n* Returns a value that expresses the current state of the element\n* with respect to rendering the current playback position, from the\n* codes in the list below.\n* - HAVE_NOTHING (numeric value 0)\n* No information regarding the media resource is available.\n* - HAVE_METADATA (numeric value 1)\n* Enough of the resource has been obtained that the duration of the\n* resource is available.\n* - HAVE_CURRENT_DATA (numeric value 2)\n* Data for the immediate current playback position is available.\n* - HAVE_FUTURE_DATA (numeric value 3)\n* Data for the immediate current playback position is available, as\n* well as enough data for the user agent to advance the current\n* playback position in the direction of playback.\n* - HAVE_ENOUGH_DATA (numeric value 4)\n* The user agent estimates that enough data is available for\n* playback to proceed uninterrupted.\n*\n* @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-readystate\n* @return {Number} the current playback rendering state\n* @method readyState\n*/", + "meta": { + "range": [ + 24736, + 25776 + ], + "filename": "player.js", + "lineno": 2265, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Returns a value that expresses the current state of the element\nwith respect to rendering the current playback position, from the\ncodes in the list below.

    \n
      \n
    • HAVE_NOTHING (numeric value 0)\nNo information regarding the media resource is available.
    • \n
    • HAVE_METADATA (numeric value 1)\nEnough of the resource has been obtained that the duration of the\nresource is available.
    • \n
    • HAVE_CURRENT_DATA (numeric value 2)\nData for the immediate current playback position is available.
    • \n
    • HAVE_FUTURE_DATA (numeric value 3)\nData for the immediate current playback position is available, as\nwell as enough data for the user agent to advance the current\nplayback position in the direction of playback.
    • \n
    • HAVE_ENOUGH_DATA (numeric value 4)\nThe user agent estimates that enough data is available for\nplayback to proceed uninterrupted.
    • \n
    ", + "see": [ + "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-readystate" + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    the current playback rendering state

    " + } + ], + "kind": "function", + "name": "readyState", + "longname": "readyState", + "scope": "global" + }, + { + "comment": "/**\n* Get an array of associated text tracks. captions, subtitles, chapters, descriptions\n* http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#dom-media-texttracks\n*\n* @return {Array} Array of track objects\n* @method textTracks\n*/", + "meta": { + "range": [ + 26233, + 26491 + ], + "filename": "player.js", + "lineno": 2300, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get an array of associated text tracks. captions, subtitles, chapters, descriptions\nhttp://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#dom-media-texttracks

    ", + "returns": [ + { + "type": { + "names": [ + "Array" + ] + }, + "description": "

    Array of track objects

    " + } + ], + "kind": "function", + "name": "textTracks", + "longname": "textTracks", + "scope": "global" + }, + { + "comment": "/**\n* Get an array of remote text tracks\n*\n* @return {Array}\n* @method remoteTextTracks\n*/", + "meta": { + "range": [ + 26510, + 26600 + ], + "filename": "player.js", + "lineno": 2313, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get an array of remote text tracks

    ", + "returns": [ + { + "type": { + "names": [ + "Array" + ] + } + } + ], + "kind": "function", + "name": "remoteTextTracks", + "longname": "remoteTextTracks", + "scope": "global" + }, + { + "comment": "/**\n* Add a text track\n* In addition to the W3C settings we allow adding additional info through options.\n* http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#dom-media-addtexttrack\n*\n* @param {String} kind Captions, subtitles, chapters, descriptions, or metadata\n* @param {String=} label Optional label\n* @param {String=} language Optional language\n* @method addTextTrack\n*/", + "meta": { + "range": [ + 26613, + 27023 + ], + "filename": "player.js", + "lineno": 2323, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Add a text track\nIn addition to the W3C settings we allow adding additional info through options.\nhttp://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#dom-media-addtexttrack

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Captions, subtitles, chapters, descriptions, or metadata

    ", + "name": "kind" + }, + { + "type": { + "names": [ + "String" + ] + }, + "optional": true, + "description": "

    Optional label

    ", + "name": "label" + }, + { + "type": { + "names": [ + "String" + ] + }, + "optional": true, + "description": "

    Optional language

    ", + "name": "language" + } + ], + "kind": "function", + "name": "addTextTrack", + "longname": "addTextTrack", + "scope": "global" + }, + { + "comment": "/**\n* Add a remote text track\n*\n* @param {Object} options Options for remote text track\n* @method addRemoteTextTrack\n*/", + "meta": { + "range": [ + 27036, + 27158 + ], + "filename": "player.js", + "lineno": 2337, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Add a remote text track

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Options for remote text track

    ", + "name": "options" + } + ], + "kind": "function", + "name": "addRemoteTextTrack", + "longname": "addRemoteTextTrack", + "scope": "global" + }, + { + "comment": "/**\n* Remove a remote text track\n*\n* @param {Object} track Remote text track to remove\n* @method removeRemoteTextTrack\n*/", + "meta": { + "range": [ + 27171, + 27295 + ], + "filename": "player.js", + "lineno": 2347, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Remove a remote text track

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Remote text track to remove

    ", + "name": "track" + } + ], + "kind": "function", + "name": "removeRemoteTextTrack", + "longname": "removeRemoteTextTrack", + "scope": "global" + }, + { + "comment": "/**\n* Get video width\n*\n* @return {Number} Video width\n* @method videoWidth\n*/", + "meta": { + "range": [ + 27308, + 27386 + ], + "filename": "player.js", + "lineno": 2357, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get video width

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Video width

    " + } + ], + "kind": "function", + "name": "videoWidth", + "longname": "videoWidth", + "scope": "global" + }, + { + "comment": "/**\n* Get video height\n*\n* @return {Number} Video height\n* @method videoHeight\n*/", + "meta": { + "range": [ + 27399, + 27480 + ], + "filename": "player.js", + "lineno": 2367, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get video height

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Video height

    " + } + ], + "kind": "function", + "name": "videoHeight", + "longname": "videoHeight", + "scope": "global" + }, + { + "comment": "/**\n* The player's language code\n* NOTE: The language should be set in the player options if you want the\n* the controls to be built with a specific language. Changing the lanugage\n* later will not update controls text.\n*\n* @param {String} code The locale string\n* @return {String} The locale string when getting\n* @return {Player} self when setting\n* @method language\n*/", + "meta": { + "range": [ + 27541, + 27923 + ], + "filename": "player.js", + "lineno": 2393, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    The player's language code\nNOTE: The language should be set in the player options if you want the\nthe controls to be built with a specific language. Changing the lanugage\nlater will not update controls text.

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The locale string

    ", + "name": "code" + } + ], + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The locale string when getting

    " + }, + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    self when setting

    " + } + ], + "kind": "function", + "name": "language", + "longname": "language", + "scope": "global" + }, + { + "comment": "/**\n* Get the player's language dictionary\n* Merge every time, because a newly added plugin might call videojs.addLanguage() at any time\n* Languages specified directly in the player options have precedence\n*\n* @return {Array} Array of languages\n* @method languages\n*/", + "meta": { + "range": [ + 27951, + 28218 + ], + "filename": "player.js", + "lineno": 2413, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get the player's language dictionary\nMerge every time, because a newly added plugin might call videojs.addLanguage() at any time\nLanguages specified directly in the player options have precedence

    ", + "returns": [ + { + "type": { + "names": [ + "Array" + ] + }, + "description": "

    Array of languages

    " + } + ], + "kind": "function", + "name": "languages", + "longname": "languages", + "scope": "global" + }, + { + "comment": "/**\n* Converts track info to JSON\n*\n* @return {Object} JSON object of options\n* @method toJSON\n*/", + "meta": { + "range": [ + 28231, + 28328 + ], + "filename": "player.js", + "lineno": 2425, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Converts track info to JSON

    ", + "returns": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    JSON object of options

    " + } + ], + "kind": "function", + "name": "toJSON", + "longname": "toJSON", + "scope": "global" + }, + { + "comment": "/**\n* Gets tag settings\n*\n* @param {Element} tag The player tag\n* @return {Array} An array of sources and track objects\n* @static\n* @method getTagSettings\n*/", + "meta": { + "range": [ + 28383, + 28540 + ], + "filename": "player.js", + "lineno": 2449, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Gets tag settings

    ", + "params": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    The player tag

    ", + "name": "tag" + } + ], + "returns": [ + { + "type": { + "names": [ + "Array" + ] + }, + "description": "

    An array of sources and track objects

    " + } + ], + "scope": "static", + "kind": "function", + "name": "getTagSettings", + "longname": "getTagSettings" + }, + { + "comment": "/**\n* Fired when the player has initial duration and dimension information\n*\n* @event loadedmetadata\n*/", + "meta": { + "range": [ + 28971, + 29074 + ], + "filename": "player.js", + "lineno": 2519, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired when the player has initial duration and dimension information

    ", + "kind": "event", + "name": "loadedmetadata", + "longname": "event:loadedmetadata", + "scope": "global" + }, + { + "comment": "/**\n* Fired when the player has downloaded data at the current playback position\n*\n* @event loadeddata\n*/", + "meta": { + "range": [ + 29081, + 29186 + ], + "filename": "player.js", + "lineno": 2526, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired when the player has downloaded data at the current playback position

    ", + "kind": "event", + "name": "loadeddata", + "longname": "event:loadeddata", + "scope": "global" + }, + { + "comment": "/**\n* Fired when the player has finished downloading the source data\n*\n* @event loadedalldata\n*/", + "meta": { + "range": [ + 29193, + 29289 + ], + "filename": "player.js", + "lineno": 2533, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired when the player has finished downloading the source data

    ", + "kind": "event", + "name": "loadedalldata", + "longname": "event:loadedalldata", + "scope": "global" + }, + { + "comment": "/**\n* Fired when the user is active, e.g. moves the mouse over the player\n*\n* @event useractive\n*/", + "meta": { + "range": [ + 29296, + 29394 + ], + "filename": "player.js", + "lineno": 2540, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired when the user is active, e.g. moves the mouse over the player

    ", + "kind": "event", + "name": "useractive", + "longname": "event:useractive", + "scope": "global" + }, + { + "comment": "/**\n* Fired when the user is inactive, e.g. a short delay after the last mouse move or control interaction\n*\n* @event userinactive\n*/", + "meta": { + "range": [ + 29401, + 29534 + ], + "filename": "player.js", + "lineno": 2547, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired when the user is inactive, e.g. a short delay after the last mouse move or control interaction

    ", + "kind": "event", + "name": "userinactive", + "longname": "event:userinactive", + "scope": "global" + }, + { + "comment": "/**\n* Fired when the current playback position has changed *\n* During playback this is fired every 15-250 milliseconds, depending on the\n* playback technology in use.\n*\n* @event timeupdate\n*/", + "meta": { + "range": [ + 29541, + 29732 + ], + "filename": "player.js", + "lineno": 2554, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired when the current playback position has changed *\nDuring playback this is fired every 15-250 milliseconds, depending on the\nplayback technology in use.

    ", + "kind": "event", + "name": "timeupdate", + "longname": "event:timeupdate", + "scope": "global" + }, + { + "comment": "/**\n* Fired when the volume changes\n*\n* @event volumechange\n*/", + "meta": { + "range": [ + 29739, + 29801 + ], + "filename": "player.js", + "lineno": 2563, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired when the volume changes

    ", + "kind": "event", + "name": "volumechange", + "longname": "event:volumechange", + "scope": "global" + }, + { + "comment": "/**\n* Fired when an error occurs\n*\n* @event error\n*/", + "meta": { + "range": [ + 29808, + 29860 + ], + "filename": "player.js", + "lineno": 2570, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Fired when an error occurs

    ", + "kind": "event", + "name": "error", + "longname": "event:error", + "scope": "global" + }, + { + "comment": "/**\n* @file plugins.js\n*/", + "meta": { + "range": [ + 0, + 25 + ], + "filename": "plugins.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "plugins.js", + "kind": "file", + "description": "

    plugins.js

    ", + "preserveName": true, + "longname": "plugins.js", + "scope": "global" + }, + { + "comment": "/**\n* The method for registering a video.js plugin\n*\n* @param {String} name The name of the plugin\n* @param {Function} init The function that is run when the player inits\n* @method plugin\n*/", + "meta": { + "range": [ + 32, + 224 + ], + "filename": "plugins.js", + "lineno": 6, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    The method for registering a video.js plugin

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The name of the plugin

    ", + "name": "name" + }, + { + "type": { + "names": [ + "function" + ] + }, + "description": "

    The function that is run when the player inits

    ", + "name": "init" + } + ], + "kind": "function", + "name": "plugin", + "longname": "plugin", + "scope": "global" + }, + { + "comment": "/**\n* @file poster-image.js\n*/", + "meta": { + "range": [ + 0, + 30 + ], + "filename": "poster-image.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "poster-image.js", + "kind": "file", + "description": "

    poster-image.js

    ", + "preserveName": true, + "longname": "poster-image.js", + "scope": "global" + }, + { + "comment": "/**\n* The component that handles showing the poster image.\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Button\n* @class PosterImage\n*/", + "meta": { + "range": [ + 149, + 310 + ], + "filename": "poster-image.js", + "lineno": 12, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    The component that handles showing the poster image.

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Button" + ], + "kind": "class", + "name": "PosterImage", + "longname": "PosterImage", + "scope": "global" + }, + { + "comment": "/**\n* Clean up the poster image\n*\n* @method dispose\n*/", + "meta": { + "range": [ + 338, + 392 + ], + "filename": "poster-image.js", + "lineno": 29, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Clean up the poster image

    ", + "kind": "function", + "name": "dispose", + "longname": "dispose", + "scope": "global" + }, + { + "comment": "/**\n* Create the poster's image element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 408, + 491 + ], + "filename": "poster-image.js", + "lineno": 39, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Create the poster's image element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Event handler for updates to the player's poster source\n*\n* @method update\n*/", + "meta": { + "range": [ + 552, + 635 + ], + "filename": "poster-image.js", + "lineno": 65, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Event handler for updates to the player's poster source

    ", + "kind": "function", + "name": "update", + "longname": "update", + "scope": "global" + }, + { + "comment": "/**\n* Set the poster source depending on the display method\n*\n* @param {String} url The URL to the poster source\n* @method setSrc\n*/", + "meta": { + "range": [ + 678, + 810 + ], + "filename": "poster-image.js", + "lineno": 84, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Set the poster source depending on the display method

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The URL to the poster source

    ", + "name": "url" + } + ], + "kind": "function", + "name": "setSrc", + "longname": "setSrc", + "scope": "global" + }, + { + "comment": "/**\n* Event handler for clicks on the poster image\n* \n* @method handleClick\n*/", + "meta": { + "range": [ + 856, + 934 + ], + "filename": "poster-image.js", + "lineno": 105, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Event handler for clicks on the poster image

    ", + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* @file setup.js\n*\n* Functions for automatically setting up a player\n* based on the data-setup attribute of the video tag\n*/", + "meta": { + "range": [ + 0, + 128 + ], + "filename": "setup.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "setup.js", + "kind": "file", + "description": "

    setup.js

    \n

    Functions for automatically setting up a player\nbased on the data-setup attribute of the video tag

    ", + "preserveName": true, + "longname": "setup.js", + "scope": "global" + }, + { + "comment": "/**\n* @file slider.js\n*/", + "meta": { + "range": [ + 0, + 24 + ], + "filename": "slider.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/slider", + "code": {} + }, + "name": "slider/slider.js", + "kind": "file", + "description": "

    slider.js

    ", + "preserveName": true, + "longname": "slider/slider.js", + "scope": "global" + }, + { + "comment": "/**\n* The base functionality for sliders like the volume bar and seek bar\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class Slider\n*/", + "meta": { + "range": [ + 43, + 217 + ], + "filename": "slider.js", + "lineno": 10, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/slider", + "code": {} + }, + "description": "

    The base functionality for sliders like the volume bar and seek bar

    ", + "params": [ + { + "type": { + "names": [ + "Player", + "Object" + ] + }, + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "name": "options" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "Slider", + "longname": "Slider", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @param {String} type Type of element to create\n* @param {Object=} props List of properties in Object form \n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 284, + 477 + ], + "filename": "slider.js", + "lineno": 40, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/slider", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Type of element to create

    ", + "name": "type" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    List of properties in Object form

    ", + "name": "props" + } + ], + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Handle mouse down on slider\n*\n* @param {Object} event Mouse down event object\n* @method handleMouseDown\n*/", + "meta": { + "range": [ + 520, + 632 + ], + "filename": "slider.js", + "lineno": 62, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/slider", + "code": {} + }, + "description": "

    Handle mouse down on slider

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Mouse down event object

    ", + "name": "event" + } + ], + "kind": "function", + "name": "handleMouseDown", + "longname": "handleMouseDown", + "scope": "global" + }, + { + "comment": "/**\n* To be overridden by a subclass\n*\n* @method handleMouseMove\n*/", + "meta": { + "range": [ + 672, + 739 + ], + "filename": "slider.js", + "lineno": 81, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/slider", + "code": {} + }, + "description": "

    To be overridden by a subclass

    ", + "kind": "function", + "name": "handleMouseMove", + "longname": "handleMouseMove", + "scope": "global" + }, + { + "comment": "/**\n* Handle mouse up on Slider \n*\n* @method handleMouseUp\n*/", + "meta": { + "range": [ + 746, + 807 + ], + "filename": "slider.js", + "lineno": 88, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/slider", + "code": {} + }, + "description": "

    Handle mouse up on Slider

    ", + "kind": "function", + "name": "handleMouseUp", + "longname": "handleMouseUp", + "scope": "global" + }, + { + "comment": "/**\n* Update slider\n*\n* @method update\n*/", + "meta": { + "range": [ + 844, + 885 + ], + "filename": "slider.js", + "lineno": 105, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/slider", + "code": {} + }, + "description": "

    Update slider

    ", + "kind": "function", + "name": "update", + "longname": "update", + "scope": "global" + }, + { + "comment": "/**\n* Calculate distance for slider\n*\n* @param {Object} event Event object\n* @method calculateDistance\n*/", + "meta": { + "range": [ + 985, + 1090 + ], + "filename": "slider.js", + "lineno": 143, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/slider", + "code": {} + }, + "description": "

    Calculate distance for slider

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Event object

    ", + "name": "event" + } + ], + "kind": "function", + "name": "calculateDistance", + "longname": "calculateDistance", + "scope": "global" + }, + { + "comment": "/**\n* Handle on focus for slider\n*\n* @method handleFocus\n*/", + "meta": { + "range": [ + 1241, + 1300 + ], + "filename": "slider.js", + "lineno": 199, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/slider", + "code": {} + }, + "description": "

    Handle on focus for slider

    ", + "kind": "function", + "name": "handleFocus", + "longname": "handleFocus", + "scope": "global" + }, + { + "comment": "/**\n* Handle key press for slider\n*\n* @param {Object} event Event object\n* @method handleKeyPress\n*/", + "meta": { + "range": [ + 1313, + 1413 + ], + "filename": "slider.js", + "lineno": 208, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/slider", + "code": {} + }, + "description": "

    Handle key press for slider

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Event object

    ", + "name": "event" + } + ], + "kind": "function", + "name": "handleKeyPress", + "longname": "handleKeyPress", + "scope": "global" + }, + { + "comment": "/**\n* Handle on blur for slider\n*\n* @method handleBlur\n*/", + "meta": { + "range": [ + 1444, + 1501 + ], + "filename": "slider.js", + "lineno": 224, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/slider", + "code": {} + }, + "description": "

    Handle on blur for slider

    ", + "kind": "function", + "name": "handleBlur", + "longname": "handleBlur", + "scope": "global" + }, + { + "comment": "/**\n* Listener for click events on slider, used to prevent clicks\n* from bubbling up to parent elements like button menus.\n*\n* @param {Object} event Event object\n* @method handleClick\n*/", + "meta": { + "range": [ + 1514, + 1702 + ], + "filename": "slider.js", + "lineno": 233, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/slider", + "code": {} + }, + "description": "

    Listener for click events on slider, used to prevent clicks\n from bubbling up to parent elements like button menus.

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Event object

    ", + "name": "event" + } + ], + "kind": "function", + "name": "handleClick", + "longname": "handleClick", + "scope": "global" + }, + { + "comment": "/**\n* Get/set if slider is horizontal for vertical\n*\n* @param {Boolean} bool True if slider is vertical, false is horizontal\n* @return {Boolean} True if slider is vertical, false is horizontal\n* @method vertical\n*/", + "meta": { + "range": [ + 1718, + 1932 + ], + "filename": "slider.js", + "lineno": 245, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/slider", + "code": {} + }, + "description": "

    Get/set if slider is horizontal for vertical

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    True if slider is vertical, false is horizontal

    ", + "name": "bool" + } + ], + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    True if slider is vertical, false is horizontal

    " + } + ], + "kind": "function", + "name": "vertical", + "longname": "vertical", + "scope": "global" + }, + { + "comment": "/**\n* @file flash-rtmp.js\n*/", + "meta": { + "range": [ + 0, + 28 + ], + "filename": "flash-rtmp.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "name": "tech/flash-rtmp.js", + "kind": "file", + "description": "

    flash-rtmp.js

    ", + "preserveName": true, + "longname": "tech/flash-rtmp.js", + "scope": "global" + }, + { + "comment": "/**\n* @file flash.js \n* VideoJS-SWF - Custom Flash Player with HTML5-ish API\n* https://github.com/zencoder/video-js-swf\n* Not using setupTriggers. Using global onEvent func to distribute events\n*/", + "meta": { + "range": [ + 0, + 196 + ], + "filename": "flash.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "name": "tech/flash.js", + "kind": "file", + "description": "

    flash.js \nVideoJS-SWF - Custom Flash Player with HTML5-ish API\nhttps://github.com/zencoder/video-js-swf\nNot using setupTriggers. Using global onEvent func to distribute events

    ", + "preserveName": true, + "longname": "tech/flash.js", + "scope": "global" + }, + { + "comment": "/**\n* Flash Media Controller - Wrapper for fallback SWF API\n*\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends Tech\n* @class Flash\n*/", + "meta": { + "range": [ + 230, + 437 + ], + "filename": "flash.js", + "lineno": 18, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Flash Media Controller - Wrapper for fallback SWF API

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Object of option names and values

    ", + "name": "options" + }, + { + "type": { + "names": [ + "function" + ] + }, + "optional": true, + "description": "

    Ready callback function

    ", + "name": "ready" + } + ], + "augments": [ + "Tech" + ], + "kind": "class", + "name": "Flash", + "longname": "Flash", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 537, + 621 + ], + "filename": "flash.js", + "lineno": 59, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Play for flash tech\n*\n* @method play\n*/", + "meta": { + "range": [ + 745, + 790 + ], + "filename": "flash.js", + "lineno": 106, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Play for flash tech

    ", + "kind": "function", + "name": "play", + "longname": "play", + "scope": "global" + }, + { + "comment": "/**\n* Pause for flash tech\n*\n* @method pause\n*/", + "meta": { + "range": [ + 803, + 850 + ], + "filename": "flash.js", + "lineno": 115, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Pause for flash tech

    ", + "kind": "function", + "name": "pause", + "longname": "pause", + "scope": "global" + }, + { + "comment": "/**\n* Get/set video\n*\n* @param {Object=} src Source object \n* @return {Object} \n* @method src\n*/", + "meta": { + "range": [ + 863, + 959 + ], + "filename": "flash.js", + "lineno": 124, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get/set video

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Source object

    ", + "name": "src" + } + ], + "returns": [ + { + "type": { + "names": [ + "Object" + ] + } + } + ], + "kind": "function", + "name": "src", + "longname": "src", + "scope": "global" + }, + { + "comment": "/**\n* Set video\n*\n* @param {Object=} src Source object \n* @deprecated\n* @method setSrc\n*/", + "meta": { + "range": [ + 987, + 1076 + ], + "filename": "flash.js", + "lineno": 140, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Set video

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Source object

    ", + "name": "src" + } + ], + "deprecated": true, + "kind": "function", + "name": "setSrc", + "longname": "setSrc", + "scope": "global" + }, + { + "comment": "/**\n* Set current time\n*\n* @param {Number} time Current time of video \n* @method setCurrentTime\n*/", + "meta": { + "range": [ + 1116, + 1214 + ], + "filename": "flash.js", + "lineno": 160, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Set current time

    ", + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Current time of video

    ", + "name": "time" + } + ], + "kind": "function", + "name": "setCurrentTime", + "longname": "setCurrentTime", + "scope": "global" + }, + { + "comment": "/**\n* Get current time\n*\n* @param {Number=} time Current time of video \n* @return {Number} Current time\n* @method currentTime\n*/", + "meta": { + "range": [ + 1233, + 1361 + ], + "filename": "flash.js", + "lineno": 172, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get current time

    ", + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "optional": true, + "description": "

    Current time of video

    ", + "name": "time" + } + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Current time

    " + } + ], + "kind": "function", + "name": "currentTime", + "longname": "currentTime", + "scope": "global" + }, + { + "comment": "/**\n* Get current source\n*\n* @method currentSrc\n*/", + "meta": { + "range": [ + 1389, + 1439 + ], + "filename": "flash.js", + "lineno": 188, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get current source

    ", + "kind": "function", + "name": "currentSrc", + "longname": "currentSrc", + "scope": "global" + }, + { + "comment": "/**\n* Load media into player\n*\n* @method load\n*/", + "meta": { + "range": [ + 1464, + 1512 + ], + "filename": "flash.js", + "lineno": 201, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Load media into player

    ", + "kind": "function", + "name": "load", + "longname": "load", + "scope": "global" + }, + { + "comment": "/**\n* Get poster\n*\n* @method poster\n*/", + "meta": { + "range": [ + 1525, + 1563 + ], + "filename": "flash.js", + "lineno": 210, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get poster

    ", + "kind": "function", + "name": "poster", + "longname": "poster", + "scope": "global" + }, + { + "comment": "/**\n* Poster images are not handled by the Flash tech so make this a no-op\n*\n* @method setPoster\n*/", + "meta": { + "range": [ + 1576, + 1675 + ], + "filename": "flash.js", + "lineno": 219, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Poster images are not handled by the Flash tech so make this a no-op

    ", + "kind": "function", + "name": "setPoster", + "longname": "setPoster", + "scope": "global" + }, + { + "comment": "/**\n* Determine if can seek in media\n*\n* @return {TimeRangeObject}\n* @method seekable\n*/", + "meta": { + "range": [ + 1682, + 1770 + ], + "filename": "flash.js", + "lineno": 226, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Determine if can seek in media

    ", + "returns": [ + { + "type": { + "names": [ + "TimeRangeObject" + ] + } + } + ], + "kind": "function", + "name": "seekable", + "longname": "seekable", + "scope": "global" + }, + { + "comment": "/**\n* Get buffered time range\n*\n* @return {TimeRangeObject} \n* @method buffered\n*/", + "meta": { + "range": [ + 1795, + 1877 + ], + "filename": "flash.js", + "lineno": 240, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get buffered time range

    ", + "returns": [ + { + "type": { + "names": [ + "TimeRangeObject" + ] + } + } + ], + "kind": "function", + "name": "buffered", + "longname": "buffered", + "scope": "global" + }, + { + "comment": "/**\n* Get fullscreen support - \n* Flash does not allow fullscreen through javascript\n* so always returns false\n*\n* @return {Boolean} false \n* @method supportsFullScreen\n*/", + "meta": { + "range": [ + 1890, + 2061 + ], + "filename": "flash.js", + "lineno": 250, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get fullscreen support - \nFlash does not allow fullscreen through javascript\nso always returns false

    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    false

    " + } + ], + "kind": "function", + "name": "supportsFullScreen", + "longname": "supportsFullScreen", + "scope": "global" + }, + { + "comment": "/**\n* Request to enter fullscreen\n* Flash does not allow fullscreen through javascript\n* so always returns false\n*\n* @return {Boolean} false \n* @method enterFullScreen\n*/", + "meta": { + "range": [ + 2074, + 2244 + ], + "filename": "flash.js", + "lineno": 262, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Request to enter fullscreen\nFlash does not allow fullscreen through javascript\nso always returns false

    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    false

    " + } + ], + "kind": "function", + "name": "enterFullScreen", + "longname": "enterFullScreen", + "scope": "global" + }, + { + "comment": "/**\n* @file html5.js \n* HTML5 Media Controller - Wrapper for HTML5 Media API\n*/", + "meta": { + "range": [ + 0, + 79 + ], + "filename": "html5.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "name": "tech/html5.js", + "kind": "file", + "description": "

    html5.js \nHTML5 Media Controller - Wrapper for HTML5 Media API

    ", + "preserveName": true, + "longname": "tech/html5.js", + "scope": "global" + }, + { + "comment": "/**\n* HTML5 Media Controller - Wrapper for HTML5 Media API\n*\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends Tech\n* @class Html5\n*/", + "meta": { + "range": [ + 119, + 325 + ], + "filename": "html5.js", + "lineno": 18, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    HTML5 Media Controller - Wrapper for HTML5 Media API

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Object of option names and values

    ", + "name": "options" + }, + { + "type": { + "names": [ + "function" + ] + }, + "optional": true, + "description": "

    Ready callback function

    ", + "name": "ready" + } + ], + "augments": [ + "Tech" + ], + "kind": "class", + "name": "Html5", + "longname": "Html5", + "scope": "global" + }, + { + "comment": "/**\n* Dispose of html5 media element\n*\n* @method dispose\n*/", + "meta": { + "range": [ + 497, + 556 + ], + "filename": "html5.js", + "lineno": 83, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Dispose of html5 media element

    ", + "kind": "function", + "name": "dispose", + "longname": "dispose", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 572, + 656 + ], + "filename": "html5.js", + "lineno": 93, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Hide captions from text track\n*\n* @method hideCaptions\n*/", + "meta": { + "range": [ + 846, + 909 + ], + "filename": "html5.js", + "lineno": 162, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Hide captions from text track

    ", + "kind": "function", + "name": "hideCaptions", + "longname": "hideCaptions", + "scope": "global" + }, + { + "comment": "/**\n* Play for html5 tech\n*\n* @method play\n*/", + "meta": { + "range": [ + 961, + 1006 + ], + "filename": "html5.js", + "lineno": 184, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Play for html5 tech

    ", + "kind": "function", + "name": "play", + "longname": "play", + "scope": "global" + }, + { + "comment": "/**\n* Pause for html5 tech\n*\n* @method pause\n*/", + "meta": { + "range": [ + 1013, + 1060 + ], + "filename": "html5.js", + "lineno": 191, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Pause for html5 tech

    ", + "kind": "function", + "name": "pause", + "longname": "pause", + "scope": "global" + }, + { + "comment": "/**\n* Paused for html5 tech\n*\n* @return {Boolean} \n* @method paused\n*/", + "meta": { + "range": [ + 1067, + 1137 + ], + "filename": "html5.js", + "lineno": 198, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Paused for html5 tech

    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + } + } + ], + "kind": "function", + "name": "paused", + "longname": "paused", + "scope": "global" + }, + { + "comment": "/**\n* Get current time\n*\n* @return {Number} \n* @method currentTime\n*/", + "meta": { + "range": [ + 1144, + 1213 + ], + "filename": "html5.js", + "lineno": 206, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get current time

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + } + } + ], + "kind": "function", + "name": "currentTime", + "longname": "currentTime", + "scope": "global" + }, + { + "comment": "/**\n* Set current time\n*\n* @param {Number} seconds Current time of video \n* @method setCurrentTime\n*/", + "meta": { + "range": [ + 1220, + 1321 + ], + "filename": "html5.js", + "lineno": 214, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Set current time

    ", + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Current time of video

    ", + "name": "seconds" + } + ], + "kind": "function", + "name": "setCurrentTime", + "longname": "setCurrentTime", + "scope": "global" + }, + { + "comment": "/**\n* Get duration\n*\n* @return {Number}\n* @method duration\n*/", + "meta": { + "range": [ + 1349, + 1410 + ], + "filename": "html5.js", + "lineno": 229, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get duration

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + } + } + ], + "kind": "function", + "name": "duration", + "longname": "duration", + "scope": "global" + }, + { + "comment": "/**\n* Get a TimeRange object that represents the intersection\n* of the time ranges for which the user agent has all\n* relevant media\n*\n* @return {TimeRangeObject}\n* @method buffered\n*/", + "meta": { + "range": [ + 1417, + 1601 + ], + "filename": "html5.js", + "lineno": 237, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get a TimeRange object that represents the intersection\nof the time ranges for which the user agent has all\nrelevant media

    ", + "returns": [ + { + "type": { + "names": [ + "TimeRangeObject" + ] + } + } + ], + "kind": "function", + "name": "buffered", + "longname": "buffered", + "scope": "global" + }, + { + "comment": "/**\n* Get volume level \n*\n* @return {Number}\n* @method volume\n*/", + "meta": { + "range": [ + 1608, + 1672 + ], + "filename": "html5.js", + "lineno": 247, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get volume level

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + } + } + ], + "kind": "function", + "name": "volume", + "longname": "volume", + "scope": "global" + }, + { + "comment": "/**\n* Set volume level \n*\n* @param {Number} percentAsDecimal Volume percent as a decimal\n* @method setVolume\n*/", + "meta": { + "range": [ + 1679, + 1790 + ], + "filename": "html5.js", + "lineno": 255, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Set volume level

    ", + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Volume percent as a decimal

    ", + "name": "percentAsDecimal" + } + ], + "kind": "function", + "name": "setVolume", + "longname": "setVolume", + "scope": "global" + }, + { + "comment": "/**\n* Get if muted \n*\n* @return {Boolean}\n* @method muted\n*/", + "meta": { + "range": [ + 1797, + 1857 + ], + "filename": "html5.js", + "lineno": 263, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get if muted

    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + } + } + ], + "kind": "function", + "name": "muted", + "longname": "muted", + "scope": "global" + }, + { + "comment": "/**\n* Set muted \n*\n* @param {Boolean} If player is to be muted or note\n* @method setMuted\n*/", + "meta": { + "range": [ + 1864, + 1956 + ], + "filename": "html5.js", + "lineno": 271, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Set muted

    ", + "params": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "description": "

    player is to be muted or note

    ", + "name": "If" + } + ], + "kind": "function", + "name": "setMuted", + "longname": "setMuted", + "scope": "global" + }, + { + "comment": "/**\n* Get player width \n*\n* @return {Number}\n* @method width\n*/", + "meta": { + "range": [ + 1963, + 2026 + ], + "filename": "html5.js", + "lineno": 279, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get player width

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + } + } + ], + "kind": "function", + "name": "width", + "longname": "width", + "scope": "global" + }, + { + "comment": "/**\n* Get player height \n*\n* @return {Number}\n* @method height\n*/", + "meta": { + "range": [ + 2033, + 2098 + ], + "filename": "html5.js", + "lineno": 287, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get player height

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + } + } + ], + "kind": "function", + "name": "height", + "longname": "height", + "scope": "global" + }, + { + "comment": "/**\n* Get if there is fullscreen support \n*\n* @return {Boolean} \n* @method supportsFullScreen\n*/", + "meta": { + "range": [ + 2105, + 2201 + ], + "filename": "html5.js", + "lineno": 295, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get if there is fullscreen support

    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + } + } + ], + "kind": "function", + "name": "supportsFullScreen", + "longname": "supportsFullScreen", + "scope": "global" + }, + { + "comment": "/**\n* Request to enter fullscreen\n*\n* @method enterFullScreen\n*/", + "meta": { + "range": [ + 2235, + 2299 + ], + "filename": "html5.js", + "lineno": 312, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Request to enter fullscreen

    ", + "kind": "function", + "name": "enterFullScreen", + "longname": "enterFullScreen", + "scope": "global" + }, + { + "comment": "/**\n* Request to exit fullscreen\n*\n* @method exitFullScreen\n*/", + "meta": { + "range": [ + 2387, + 2449 + ], + "filename": "html5.js", + "lineno": 346, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Request to exit fullscreen

    ", + "kind": "function", + "name": "exitFullScreen", + "longname": "exitFullScreen", + "scope": "global" + }, + { + "comment": "/**\n* Get/set video\n*\n* @param {Object=} src Source object \n* @return {Object} \n* @method src\n*/", + "meta": { + "range": [ + 2462, + 2558 + ], + "filename": "html5.js", + "lineno": 355, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get/set video

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Source object

    ", + "name": "src" + } + ], + "returns": [ + { + "type": { + "names": [ + "Object" + ] + } + } + ], + "kind": "function", + "name": "src", + "longname": "src", + "scope": "global" + }, + { + "comment": "/**\n* Set video\n*\n* @param {Object} src Source object \n* @deprecated\n* @method setSrc\n*/", + "meta": { + "range": [ + 2586, + 2674 + ], + "filename": "html5.js", + "lineno": 371, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Set video

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Source object

    ", + "name": "src" + } + ], + "deprecated": true, + "kind": "function", + "name": "setSrc", + "longname": "setSrc", + "scope": "global" + }, + { + "comment": "/**\n* Load media into player\n*\n* @method load\n*/", + "meta": { + "range": [ + 2681, + 2729 + ], + "filename": "html5.js", + "lineno": 380, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Load media into player

    ", + "kind": "function", + "name": "load", + "longname": "load", + "scope": "global" + }, + { + "comment": "/**\n* Get current source \n*\n* @return {Object} \n* @method currentSrc\n*/", + "meta": { + "range": [ + 2736, + 2807 + ], + "filename": "html5.js", + "lineno": 387, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get current source

    ", + "returns": [ + { + "type": { + "names": [ + "Object" + ] + } + } + ], + "kind": "function", + "name": "currentSrc", + "longname": "currentSrc", + "scope": "global" + }, + { + "comment": "/**\n* Get poster \n*\n* @return {String} \n* @method poster\n*/", + "meta": { + "range": [ + 2814, + 2873 + ], + "filename": "html5.js", + "lineno": 395, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get poster

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + } + } + ], + "kind": "function", + "name": "poster", + "longname": "poster", + "scope": "global" + }, + { + "comment": "/**\n* Get preload attribute \n*\n* @return {String} \n* @method preload\n*/", + "meta": { + "range": [ + 2962, + 3033 + ], + "filename": "html5.js", + "lineno": 411, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get preload attribute

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + } + } + ], + "kind": "function", + "name": "preload", + "longname": "preload", + "scope": "global" + }, + { + "comment": "/**\n* Set preload attribute \n*\n* @param {String} val Value for preload attribute \n* @method setPreload\n*/", + "meta": { + "range": [ + 3040, + 3145 + ], + "filename": "html5.js", + "lineno": 419, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Set preload attribute

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Value for preload attribute

    ", + "name": "val" + } + ], + "kind": "function", + "name": "setPreload", + "longname": "setPreload", + "scope": "global" + }, + { + "comment": "/**\n* Get autoplay attribute \n*\n* @return {String} \n* @method autoplay\n*/", + "meta": { + "range": [ + 3152, + 3225 + ], + "filename": "html5.js", + "lineno": 427, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get autoplay attribute

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + } + } + ], + "kind": "function", + "name": "autoplay", + "longname": "autoplay", + "scope": "global" + }, + { + "comment": "/**\n* Set autoplay attribute \n*\n* @param {String} val Value for preload attribute \n* @method setAutoplay\n*/", + "meta": { + "range": [ + 3232, + 3339 + ], + "filename": "html5.js", + "lineno": 435, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Set autoplay attribute

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Value for preload attribute

    ", + "name": "val" + } + ], + "kind": "function", + "name": "setAutoplay", + "longname": "setAutoplay", + "scope": "global" + }, + { + "comment": "/**\n* Get controls attribute \n*\n* @return {String} \n* @method controls\n*/", + "meta": { + "range": [ + 3346, + 3419 + ], + "filename": "html5.js", + "lineno": 443, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get controls attribute

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + } + } + ], + "kind": "function", + "name": "controls", + "longname": "controls", + "scope": "global" + }, + { + "comment": "/**\n* Set controls attribute \n*\n* @param {String} val Value for controls attribute \n* @method setControls\n*/", + "meta": { + "range": [ + 3426, + 3534 + ], + "filename": "html5.js", + "lineno": 451, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Set controls attribute

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Value for controls attribute

    ", + "name": "val" + } + ], + "kind": "function", + "name": "setControls", + "longname": "setControls", + "scope": "global" + }, + { + "comment": "/**\n* Get loop attribute \n*\n* @return {String} \n* @method loop\n*/", + "meta": { + "range": [ + 3541, + 3606 + ], + "filename": "html5.js", + "lineno": 459, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get loop attribute

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + } + } + ], + "kind": "function", + "name": "loop", + "longname": "loop", + "scope": "global" + }, + { + "comment": "/**\n* Set loop attribute \n*\n* @param {String} val Value for loop attribute \n* @method setLoop\n*/", + "meta": { + "range": [ + 3613, + 3709 + ], + "filename": "html5.js", + "lineno": 467, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Set loop attribute

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Value for loop attribute

    ", + "name": "val" + } + ], + "kind": "function", + "name": "setLoop", + "longname": "setLoop", + "scope": "global" + }, + { + "comment": "/**\n* Get error value \n*\n* @return {String} \n* @method error\n*/", + "meta": { + "range": [ + 3716, + 3779 + ], + "filename": "html5.js", + "lineno": 475, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get error value

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + } + } + ], + "kind": "function", + "name": "error", + "longname": "error", + "scope": "global" + }, + { + "comment": "/**\n* Get whether or not the player is in the \"seeking\" state\n*\n* @return {Boolean} \n* @method seeking\n*/", + "meta": { + "range": [ + 3786, + 3891 + ], + "filename": "html5.js", + "lineno": 483, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get whether or not the player is in the "seeking" state

    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + } + } + ], + "kind": "function", + "name": "seeking", + "longname": "seeking", + "scope": "global" + }, + { + "comment": "/**\n* Get a TimeRanges object that represents the \n* ranges of the media resource to which it is possible \n* for the user agent to seek. \n*\n* @return {TimeRangeObject} \n* @method seekable\n*/", + "meta": { + "range": [ + 3898, + 4088 + ], + "filename": "html5.js", + "lineno": 491, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get a TimeRanges object that represents the \nranges of the media resource to which it is possible \nfor the user agent to seek.

    ", + "returns": [ + { + "type": { + "names": [ + "TimeRangeObject" + ] + } + } + ], + "kind": "function", + "name": "seekable", + "longname": "seekable", + "scope": "global" + }, + { + "comment": "/**\n* Get if video ended \n*\n* @return {Boolean} \n* @method ended\n*/", + "meta": { + "range": [ + 4095, + 4162 + ], + "filename": "html5.js", + "lineno": 501, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get if video ended

    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + } + } + ], + "kind": "function", + "name": "ended", + "longname": "ended", + "scope": "global" + }, + { + "comment": "/**\n* Get the value of the muted content attribute\n* This attribute has no dynamic effect, it only \n* controls the default state of the element\n*\n* @return {Boolean} \n* @method defaultMuted\n*/", + "meta": { + "range": [ + 4169, + 4361 + ], + "filename": "html5.js", + "lineno": 509, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get the value of the muted content attribute\nThis attribute has no dynamic effect, it only \ncontrols the default state of the element

    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + } + } + ], + "kind": "function", + "name": "defaultMuted", + "longname": "defaultMuted", + "scope": "global" + }, + { + "comment": "/**\n* Get desired speed at which the media resource is to play \n*\n* @return {Number}\n* @method playbackRate\n*/", + "meta": { + "range": [ + 4368, + 4478 + ], + "filename": "html5.js", + "lineno": 519, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get desired speed at which the media resource is to play

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + } + } + ], + "kind": "function", + "name": "playbackRate", + "longname": "playbackRate", + "scope": "global" + }, + { + "comment": "/**\n* Set desired speed at which the media resource is to play \n*\n* @param {Number} val Speed at which the media resource is to play\n* @method setPlaybackRate\n*/", + "meta": { + "range": [ + 4485, + 4646 + ], + "filename": "html5.js", + "lineno": 527, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Set desired speed at which the media resource is to play

    ", + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Speed at which the media resource is to play

    ", + "name": "val" + } + ], + "kind": "function", + "name": "setPlaybackRate", + "longname": "setPlaybackRate", + "scope": "global" + }, + { + "comment": "/**\n* Get the current state of network activity for the element, from\n* the list below\n* NETWORK_EMPTY (numeric value 0)\n* NETWORK_IDLE (numeric value 1)\n* NETWORK_LOADING (numeric value 2)\n* NETWORK_NO_SOURCE (numeric value 3)\n*\n* @return {Number}\n* @method networkState\n*/", + "meta": { + "range": [ + 4653, + 4927 + ], + "filename": "html5.js", + "lineno": 535, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get the current state of network activity for the element, from\nthe list below\nNETWORK_EMPTY (numeric value 0)\nNETWORK_IDLE (numeric value 1)\nNETWORK_LOADING (numeric value 2)\nNETWORK_NO_SOURCE (numeric value 3)

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + } + } + ], + "kind": "function", + "name": "networkState", + "longname": "networkState", + "scope": "global" + }, + { + "comment": "/**\n* Get a value that expresses the current state of the element \n* with respect to rendering the current playback position, from \n* the codes in the list below\n* HAVE_NOTHING (numeric value 0)\n* HAVE_METADATA (numeric value 1)\n* HAVE_CURRENT_DATA (numeric value 2)\n* HAVE_FUTURE_DATA (numeric value 3)\n* HAVE_ENOUGH_DATA (numeric value 4)\n* \n* @return {Number}\n* @method readyState\n*/", + "meta": { + "range": [ + 4934, + 5320 + ], + "filename": "html5.js", + "lineno": 548, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get a value that expresses the current state of the element \nwith respect to rendering the current playback position, from \nthe codes in the list below\nHAVE_NOTHING (numeric value 0)\nHAVE_METADATA (numeric value 1)\nHAVE_CURRENT_DATA (numeric value 2)\nHAVE_FUTURE_DATA (numeric value 3)\nHAVE_ENOUGH_DATA (numeric value 4)

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + } + } + ], + "kind": "function", + "name": "readyState", + "longname": "readyState", + "scope": "global" + }, + { + "comment": "/**\n* Get width of video \n*\n* @return {Number}\n* @method videoWidth\n*/", + "meta": { + "range": [ + 5327, + 5397 + ], + "filename": "html5.js", + "lineno": 563, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get width of video

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + } + } + ], + "kind": "function", + "name": "videoWidth", + "longname": "videoWidth", + "scope": "global" + }, + { + "comment": "/**\n* Get height of video \n*\n* @return {Number}\n* @method videoHeight\n*/", + "meta": { + "range": [ + 5404, + 5476 + ], + "filename": "html5.js", + "lineno": 571, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get height of video

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + } + } + ], + "kind": "function", + "name": "videoHeight", + "longname": "videoHeight", + "scope": "global" + }, + { + "comment": "/**\n* Get text tracks \n*\n* @return {TextTrackList} \n* @method textTracks\n*/", + "meta": { + "range": [ + 5483, + 5558 + ], + "filename": "html5.js", + "lineno": 579, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get text tracks

    ", + "returns": [ + { + "type": { + "names": [ + "TextTrackList" + ] + } + } + ], + "kind": "function", + "name": "textTracks", + "longname": "textTracks", + "scope": "global" + }, + { + "comment": "/**\n* Creates and returns a text track object \n*\n* @param {String} kind Text track kind (subtitles, captions, descriptions\n* chapters and metadata)\n* @param {String=} label Label to identify the text track\n* @param {String=} language Two letter language abbreviation\n* @return {TextTrackObject}\n* @method addTextTrack\n*/", + "meta": { + "range": [ + 5583, + 5941 + ], + "filename": "html5.js", + "lineno": 593, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Creates and returns a text track object

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Text track kind (subtitles, captions, descriptions\n chapters and metadata)

    ", + "name": "kind" + }, + { + "type": { + "names": [ + "String" + ] + }, + "optional": true, + "description": "

    Label to identify the text track

    ", + "name": "label" + }, + { + "type": { + "names": [ + "String" + ] + }, + "optional": true, + "description": "

    Two letter language abbreviation

    ", + "name": "language" + } + ], + "returns": [ + { + "type": { + "names": [ + "TextTrackObject" + ] + } + } + ], + "kind": "function", + "name": "addTextTrack", + "longname": "addTextTrack", + "scope": "global" + }, + { + "comment": "/**\n* Creates and returns a remote text track object \n*\n* @param {Object} options The object should contain values for\n* kind, language, label and src (location of the WebVTT file)\n* @return {TextTrackObject}\n* @method addRemoteTextTrack\n*/", + "meta": { + "range": [ + 5966, + 6206 + ], + "filename": "html5.js", + "lineno": 611, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Creates and returns a remote text track object

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    The object should contain values for\nkind, language, label and src (location of the WebVTT file)

    ", + "name": "options" + } + ], + "returns": [ + { + "type": { + "names": [ + "TextTrackObject" + ] + } + } + ], + "kind": "function", + "name": "addRemoteTextTrack", + "longname": "addRemoteTextTrack", + "scope": "global" + }, + { + "comment": "/**\n* Remove remote text track from TextTrackList object \n*\n* @param {TextTrackObject} track Texttrack object to remove\n* @method removeRemoteTextTrack\n*/", + "meta": { + "range": [ + 6360, + 6514 + ], + "filename": "html5.js", + "lineno": 670, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Remove remote text track from TextTrackList object

    ", + "params": [ + { + "type": { + "names": [ + "TextTrackObject" + ] + }, + "description": "

    Texttrack object to remove

    ", + "name": "track" + } + ], + "kind": "function", + "name": "removeRemoteTextTrack", + "longname": "removeRemoteTextTrack", + "scope": "global" + }, + { + "comment": "/**\n* @file loader.js\n*/", + "meta": { + "range": [ + 0, + 24 + ], + "filename": "loader.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "name": "tech/loader.js", + "kind": "file", + "description": "

    loader.js

    ", + "preserveName": true, + "longname": "tech/loader.js", + "scope": "global" + }, + { + "comment": "/**\n* The Media Loader is the component that decides which playback technology to load\n* when the player is initialized.\n*\n* @param {Object} player Main Player\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends Component\n* @class MediaLoader\n*/", + "meta": { + "range": [ + 37, + 357 + ], + "filename": "loader.js", + "lineno": 8, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    The Media Loader is the component that decides which playback technology to load\nwhen the player is initialized.

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Main Player

    ", + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Object of option names and values

    ", + "name": "options" + }, + { + "type": { + "names": [ + "function" + ] + }, + "optional": true, + "description": "

    Ready callback function

    ", + "name": "ready" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "MediaLoader", + "longname": "MediaLoader", + "scope": "global" + }, + { + "comment": "/**\n* @file tech.js\n* Media Technology Controller - Base class for media playback\n* technology controllers like Flash and HTML5\n*/", + "meta": { + "range": [ + 0, + 130 + ], + "filename": "tech.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "name": "tech/tech.js", + "kind": "file", + "description": "

    tech.js\nMedia Technology Controller - Base class for media playback\ntechnology controllers like Flash and HTML5

    ", + "preserveName": true, + "longname": "tech/tech.js", + "scope": "global" + }, + { + "comment": "/**\n* Base class for media (HTML5 Video, Flash) controllers\n*\n* @param {Object=} options Options object\n* @param {Function=} ready Ready callback function\n* @extends Component\n* @class Tech\n*/", + "meta": { + "range": [ + 164, + 356 + ], + "filename": "tech.js", + "lineno": 17, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Base class for media (HTML5 Video, Flash) controllers

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Options object

    ", + "name": "options" + }, + { + "type": { + "names": [ + "function" + ] + }, + "optional": true, + "description": "

    Ready callback function

    ", + "name": "ready" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "Tech", + "longname": "Tech", + "scope": "global" + }, + { + "comment": "/**\n* Set up click and touch listeners for the playback element\n* On desktops, a click on the video itself will toggle playback,\n* on a mobile device a click on the video toggles controls.\n* (toggling controls is done by toggling the user state between active and\n* inactive)\n* A tap can signal that a user has become active, or has become inactive\n* e.g. a quick tap on an iPhone movie should reveal the controls. Another\n* quick tap should hide them again (signaling the user is in an inactive\n* viewing state)\n* In addition to this, we still want the user to be considered inactive after\n* a few seconds of inactivity.\n* Note: the only part of iOS interaction we can't mimic with this setup\n* is a touch and hold on the video element counting as activity in order to\n* keep the controls showing, but that shouldn't be an issue. A touch and hold on\n* any controls will still keep the user active\n*\n* @method initControlsListeners\n*/", + "meta": { + "range": [ + 465, + 1399 + ], + "filename": "tech.js", + "lineno": 61, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Set up click and touch listeners for the playback element\nOn desktops, a click on the video itself will toggle playback,\non a mobile device a click on the video toggles controls.\n(toggling controls is done by toggling the user state between active and\ninactive)\nA tap can signal that a user has become active, or has become inactive\ne.g. a quick tap on an iPhone movie should reveal the controls. Another\nquick tap should hide them again (signaling the user is in an inactive\nviewing state)\nIn addition to this, we still want the user to be considered inactive after\na few seconds of inactivity.\nNote: the only part of iOS interaction we can't mimic with this setup\nis a touch and hold on the video element counting as activity in order to\nkeep the controls showing, but that shouldn't be an issue. A touch and hold on\nany controls will still keep the user active

    ", + "kind": "function", + "name": "initControlsListeners", + "longname": "initControlsListeners", + "scope": "global" + }, + { + "comment": "/**\n* Turn on progress events \n*\n* @method manualProgressOn\n*/", + "meta": { + "range": [ + 1570, + 1632 + ], + "filename": "tech.js", + "lineno": 97, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Turn on progress events

    ", + "kind": "function", + "name": "manualProgressOn", + "longname": "manualProgressOn", + "scope": "global" + }, + { + "comment": "/**\n* Turn off progress events \n*\n* @method manualProgressOff\n*/", + "meta": { + "range": [ + 1660, + 1724 + ], + "filename": "tech.js", + "lineno": 111, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Turn off progress events

    ", + "kind": "function", + "name": "manualProgressOff", + "longname": "manualProgressOff", + "scope": "global" + }, + { + "comment": "/**\n* Track progress \n*\n* @method trackProgress\n*/", + "meta": { + "range": [ + 1746, + 1796 + ], + "filename": "tech.js", + "lineno": 123, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Track progress

    ", + "kind": "function", + "name": "trackProgress", + "longname": "trackProgress", + "scope": "global" + }, + { + "comment": "/**\n* Update duration \n*\n* @method onDurationChange\n*/", + "meta": { + "range": [ + 1851, + 1905 + ], + "filename": "tech.js", + "lineno": 146, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Update duration

    ", + "kind": "function", + "name": "onDurationChange", + "longname": "onDurationChange", + "scope": "global" + }, + { + "comment": "/**\n* Create and get TimeRange object for buffering \n*\n* @return {TimeRangeObject}\n* @method buffered\n*/", + "meta": { + "range": [ + 1918, + 2022 + ], + "filename": "tech.js", + "lineno": 155, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Create and get TimeRange object for buffering

    ", + "returns": [ + { + "type": { + "names": [ + "TimeRangeObject" + ] + } + } + ], + "kind": "function", + "name": "buffered", + "longname": "buffered", + "scope": "global" + }, + { + "comment": "/**\n* Get buffered percent\n*\n* @return {Number}\n* @method bufferedPercent\n*/", + "meta": { + "range": [ + 2035, + 2111 + ], + "filename": "tech.js", + "lineno": 165, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get buffered percent

    ", + "returns": [ + { + "type": { + "names": [ + "Number" + ] + } + } + ], + "kind": "function", + "name": "bufferedPercent", + "longname": "bufferedPercent", + "scope": "global" + }, + { + "comment": "/**\n* Stops tracking progress by clearing progress interval \n*\n* @method stopTrackingProgress\n*/", + "meta": { + "range": [ + 2124, + 2220 + ], + "filename": "tech.js", + "lineno": 175, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Stops tracking progress by clearing progress interval

    ", + "kind": "function", + "name": "stopTrackingProgress", + "longname": "stopTrackingProgress", + "scope": "global" + }, + { + "comment": "/**\n* Set event listeners for on play and pause and tracking current time\n*\n* @method manualTimeUpdatesOn\n*/", + "meta": { + "range": [ + 2317, + 2425 + ], + "filename": "tech.js", + "lineno": 185, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Set event listeners for on play and pause and tracking current time

    ", + "kind": "function", + "name": "manualTimeUpdatesOn", + "longname": "manualTimeUpdatesOn", + "scope": "global" + }, + { + "comment": "/**\n* Remove event listeners for on play and pause and tracking current time\n*\n* @method manualTimeUpdatesOff\n*/", + "meta": { + "range": [ + 2447, + 2559 + ], + "filename": "tech.js", + "lineno": 197, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Remove event listeners for on play and pause and tracking current time

    ", + "kind": "function", + "name": "manualTimeUpdatesOff", + "longname": "manualTimeUpdatesOff", + "scope": "global" + }, + { + "comment": "/**\n* Tracks current time\n*\n* @method trackCurrentTime\n*/", + "meta": { + "range": [ + 2581, + 2638 + ], + "filename": "tech.js", + "lineno": 209, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Tracks current time

    ", + "kind": "function", + "name": "trackCurrentTime", + "longname": "trackCurrentTime", + "scope": "global" + }, + { + "comment": "/**\n* Turn off play progress tracking (when paused or dragging)\n*\n* @method stopTrackingCurrentTime\n*/", + "meta": { + "range": [ + 2660, + 2762 + ], + "filename": "tech.js", + "lineno": 221, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Turn off play progress tracking (when paused or dragging)

    ", + "kind": "function", + "name": "stopTrackingCurrentTime", + "longname": "stopTrackingCurrentTime", + "scope": "global" + }, + { + "comment": "/**\n* Turn off any manual progress or timeupdate tracking\n*\n* @method dispose\n*/", + "meta": { + "range": [ + 2787, + 2867 + ], + "filename": "tech.js", + "lineno": 234, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Turn off any manual progress or timeupdate tracking

    ", + "kind": "function", + "name": "dispose", + "longname": "dispose", + "scope": "global" + }, + { + "comment": "/**\n* Set current time \n*\n* @method setCurrentTime\n*/", + "meta": { + "range": [ + 2895, + 2948 + ], + "filename": "tech.js", + "lineno": 248, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Set current time

    ", + "kind": "function", + "name": "setCurrentTime", + "longname": "setCurrentTime", + "scope": "global" + }, + { + "comment": "/**\n* Initialize texttrack listeners \n*\n* @method initTextTrackListeners\n*/", + "meta": { + "range": [ + 2964, + 3039 + ], + "filename": "tech.js", + "lineno": 258, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Initialize texttrack listeners

    ", + "kind": "function", + "name": "initTextTrackListeners", + "longname": "initTextTrackListeners", + "scope": "global" + }, + { + "comment": "/**\n* Emulate texttracks \n*\n* @method emulateTextTracks\n*/", + "meta": { + "range": [ + 3094, + 3152 + ], + "filename": "tech.js", + "lineno": 281, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Emulate texttracks

    ", + "kind": "function", + "name": "emulateTextTracks", + "longname": "emulateTextTracks", + "scope": "global" + }, + { + "comment": "/**\n* Get texttracks \n*\n* @returns {TextTrackList}\n* @method textTracks\n*/", + "meta": { + "range": [ + 3345, + 3419 + ], + "filename": "tech.js", + "lineno": 328, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get texttracks

    ", + "returns": [ + { + "type": { + "names": [ + "TextTrackList" + ] + } + } + ], + "kind": "function", + "name": "textTracks", + "longname": "textTracks", + "scope": "global" + }, + { + "comment": "/**\n* Get remote texttracks \n*\n* @returns {TextTrackList}\n* @method remoteTextTracks\n*/", + "meta": { + "range": [ + 3435, + 3522 + ], + "filename": "tech.js", + "lineno": 339, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Get remote texttracks

    ", + "returns": [ + { + "type": { + "names": [ + "TextTrackList" + ] + } + } + ], + "kind": "function", + "name": "remoteTextTracks", + "longname": "remoteTextTracks", + "scope": "global" + }, + { + "comment": "/**\n* Creates and returns a remote text track object \n*\n* @param {String} kind Text track kind (subtitles, captions, descriptions\n* chapters and metadata)\n* @param {String=} label Label to identify the text track\n* @param {String=} language Two letter language abbreviation\n* @return {TextTrackObject}\n* @method addTextTrack\n*/", + "meta": { + "range": [ + 3538, + 3903 + ], + "filename": "tech.js", + "lineno": 350, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Creates and returns a remote text track object

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Text track kind (subtitles, captions, descriptions\n chapters and metadata)

    ", + "name": "kind" + }, + { + "type": { + "names": [ + "String" + ] + }, + "optional": true, + "description": "

    Label to identify the text track

    ", + "name": "label" + }, + { + "type": { + "names": [ + "String" + ] + }, + "optional": true, + "description": "

    Two letter language abbreviation

    ", + "name": "language" + } + ], + "returns": [ + { + "type": { + "names": [ + "TextTrackObject" + ] + } + } + ], + "kind": "function", + "name": "addTextTrack", + "longname": "addTextTrack", + "scope": "global" + }, + { + "comment": "/**\n* Creates and returns a remote text track object \n*\n* @param {Object} options The object should contain values for\n* kind, language, label and src (location of the WebVTT file)\n* @return {TextTrackObject}\n* @method addRemoteTextTrack\n*/", + "meta": { + "range": [ + 3928, + 4168 + ], + "filename": "tech.js", + "lineno": 368, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Creates and returns a remote text track object

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    The object should contain values for\nkind, language, label and src (location of the WebVTT file)

    ", + "name": "options" + } + ], + "returns": [ + { + "type": { + "names": [ + "TextTrackObject" + ] + } + } + ], + "kind": "function", + "name": "addRemoteTextTrack", + "longname": "addRemoteTextTrack", + "scope": "global" + }, + { + "comment": "/**\n* Remove remote texttrack \n*\n* @param {TextTrackObject} track Texttrack to remove\n* @method removeRemoteTextTrack\n*/", + "meta": { + "range": [ + 4193, + 4313 + ], + "filename": "tech.js", + "lineno": 384, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Remove remote texttrack

    ", + "params": [ + { + "type": { + "names": [ + "TextTrackObject" + ] + }, + "description": "

    Texttrack to remove

    ", + "name": "track" + } + ], + "kind": "function", + "name": "removeRemoteTextTrack", + "longname": "removeRemoteTextTrack", + "scope": "global" + }, + { + "comment": "/**\n* Provide a default setPoster method for techs\n* Poster support for techs should be optional, so we don't want techs to\n* break if they don't have a way to set a poster.\n*\n* @method setPoster\n*/", + "meta": { + "range": [ + 4329, + 4527 + ], + "filename": "tech.js", + "lineno": 395, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech", + "code": {} + }, + "description": "

    Provide a default setPoster method for techs\nPoster support for techs should be optional, so we don't want techs to\nbreak if they don't have a way to set a poster.

    ", + "kind": "function", + "name": "setPoster", + "longname": "setPoster", + "scope": "global" + }, + { + "comment": "/**\n* @file text-track-cue-list.js\n*/", + "meta": { + "range": [ + 0, + 37 + ], + "filename": "text-track-cue-list.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "name": "tracks/text-track-cue-list.js", + "kind": "file", + "description": "

    text-track-cue-list.js

    ", + "preserveName": true, + "longname": "tracks/text-track-cue-list.js", + "scope": "global" + }, + { + "comment": "/**\n* @file text-track-display.js\n*/", + "meta": { + "range": [ + 0, + 36 + ], + "filename": "text-track-display.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "name": "tracks/text-track-display.js", + "kind": "file", + "description": "

    text-track-display.js

    ", + "preserveName": true, + "longname": "tracks/text-track-display.js", + "scope": "global" + }, + { + "comment": "/**\n* The component for displaying text track cues\n*\n* @param {Object} player Main Player\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends Component\n* @class TextTrackDisplay\n*/", + "meta": { + "range": [ + 106, + 361 + ], + "filename": "text-track-display.js", + "lineno": 27, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    The component for displaying text track cues

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Main Player

    ", + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Object of option names and values

    ", + "name": "options" + }, + { + "type": { + "names": [ + "function" + ] + }, + "optional": true, + "description": "

    Ready callback function

    ", + "name": "ready" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "TextTrackDisplay", + "longname": "TextTrackDisplay", + "scope": "global" + }, + { + "comment": "/**\n* Toggle display texttracks \n*\n* @method toggleDisplay\n*/", + "meta": { + "range": [ + 446, + 507 + ], + "filename": "text-track-display.js", + "lineno": 64, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    Toggle display texttracks

    ", + "kind": "function", + "name": "toggleDisplay", + "longname": "toggleDisplay", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 532, + 616 + ], + "filename": "text-track-display.js", + "lineno": 77, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Clear display texttracks \n*\n* @method clearDisplay\n*/", + "meta": { + "range": [ + 635, + 694 + ], + "filename": "text-track-display.js", + "lineno": 89, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    Clear display texttracks

    ", + "kind": "function", + "name": "clearDisplay", + "longname": "clearDisplay", + "scope": "global" + }, + { + "comment": "/**\n* Update display texttracks \n*\n* @method updateDisplay\n*/", + "meta": { + "range": [ + 713, + 774 + ], + "filename": "text-track-display.js", + "lineno": 100, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    Update display texttracks

    ", + "kind": "function", + "name": "updateDisplay", + "longname": "updateDisplay", + "scope": "global" + }, + { + "comment": "/**\n* Add texttrack to texttrack list \n*\n* @param {TextTrackObject} track Texttrack object to be added to list\n* @method updateForTrack\n*/", + "meta": { + "range": [ + 826, + 964 + ], + "filename": "text-track-display.js", + "lineno": 122, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    Add texttrack to texttrack list

    ", + "params": [ + { + "type": { + "names": [ + "TextTrackObject" + ] + }, + "description": "

    Texttrack object to be added to list

    ", + "name": "track" + } + ], + "kind": "function", + "name": "updateForTrack", + "longname": "updateForTrack", + "scope": "global" + }, + { + "comment": "/**\n* Add cue HTML to display\n*\n* @param {Number} color Hex number for color, like #f0e\n* @param {Number} opacity Value for opacity,0.0 - 1.0\n* @return {RGBAColor} In the form 'rgba(255, 0, 0, 0.3)'\n* @method constructColor\n*/", + "meta": { + "range": [ + 1187, + 1413 + ], + "filename": "text-track-display.js", + "lineno": 202, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    Add cue HTML to display

    ", + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Hex number for color, like #f0e

    ", + "name": "color" + }, + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Value for opacity,0.0 - 1.0

    ", + "name": "opacity" + } + ], + "returns": [ + { + "type": { + "names": [ + "RGBAColor" + ] + }, + "description": "

    In the form 'rgba(255, 0, 0, 0.3)'

    " + } + ], + "kind": "function", + "name": "constructColor", + "longname": "constructColor", + "scope": "global" + }, + { + "comment": "/**\n* Try to update style\n* Some style changes will throw an error, particularly in IE8. Those should be noops.\n*\n* @param {Element} el The element to be styles\n* @param {CSSProperty} style The CSS property to be styled\n* @param {CSSStyle} rule The actual style to be applied to the property\n* @method tryUpdateStyle\n*/", + "meta": { + "range": [ + 1441, + 1760 + ], + "filename": "text-track-display.js", + "lineno": 219, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    Try to update style\nSome style changes will throw an error, particularly in IE8. Those should be noops.

    ", + "params": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    The element to be styles

    ", + "name": "el" + }, + { + "type": { + "names": [ + "CSSProperty" + ] + }, + "description": "

    The CSS property to be styled

    ", + "name": "style" + }, + { + "type": { + "names": [ + "CSSStyle" + ] + }, + "description": "

    The actual style to be applied to the property

    ", + "name": "rule" + } + ], + "kind": "function", + "name": "tryUpdateStyle", + "longname": "tryUpdateStyle", + "scope": "global" + }, + { + "comment": "/**\n* @file text-track-enums.js\n*\n* https://html.spec.whatwg.org/multipage/embedded-content.html#texttrackmode\n*\n* enum TextTrackMode { \"disabled\", \"hidden\", \"showing\" };\n*/", + "meta": { + "range": [ + 0, + 175 + ], + "filename": "text-track-enums.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "name": "tracks/text-track-enums.js", + "kind": "file", + "description": "

    text-track-enums.js

    \n

    https://html.spec.whatwg.org/multipage/embedded-content.html#texttrackmode

    \n

    enum TextTrackMode { "disabled", "hidden", "showing" };

    ", + "preserveName": true, + "longname": "tracks/text-track-enums.js", + "scope": "global" + }, + { + "comment": "/**\n* @file text-track-list.js\n*/", + "meta": { + "range": [ + 0, + 33 + ], + "filename": "text-track-list.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "name": "tracks/text-track-list.js", + "kind": "file", + "description": "

    text-track-list.js

    ", + "preserveName": true, + "longname": "tracks/text-track-list.js", + "scope": "global" + }, + { + "comment": "/**\n* @file text-track-settings.js\n*/", + "meta": { + "range": [ + 0, + 37 + ], + "filename": "text-track-settings.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "name": "tracks/text-track-settings.js", + "kind": "file", + "description": "

    text-track-settings.js

    ", + "preserveName": true, + "longname": "tracks/text-track-settings.js", + "scope": "global" + }, + { + "comment": "/**\n* Manipulate settings of texttracks\n*\n* @param {Object} player Main Player\n* @param {Object=} options Object of option names and values\n* @extends Component\n* @class TextTrackSettings\n*/", + "meta": { + "range": [ + 59, + 250 + ], + "filename": "text-track-settings.js", + "lineno": 11, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    Manipulate settings of texttracks

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Main Player

    ", + "name": "player" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Object of option names and values

    ", + "name": "options" + } + ], + "augments": [ + "Component" + ], + "kind": "class", + "name": "TextTrackSettings", + "longname": "TextTrackSettings", + "scope": "global" + }, + { + "comment": "/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/", + "meta": { + "range": [ + 383, + 467 + ], + "filename": "text-track-settings.js", + "lineno": 63, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    Create the component's DOM element

    ", + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Get texttrack settings \n* Settings are\n* .vjs-edge-style\n* .vjs-font-family\n* .vjs-fg-color\n* .vjs-text-opacity\n* .vjs-bg-color\n* .vjs-bg-opacity\n* .window-color\n* .vjs-window-opacity \n*\n* @return {Object} \n* @method getValues\n*/", + "meta": { + "range": [ + 489, + 724 + ], + "filename": "text-track-settings.js", + "lineno": 76, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    Get texttrack settings \nSettings are\n.vjs-edge-style\n.vjs-font-family\n.vjs-fg-color\n.vjs-text-opacity\n.vjs-bg-color\n.vjs-bg-opacity\n.window-color\n.vjs-window-opacity

    ", + "returns": [ + { + "type": { + "names": [ + "Object" + ] + } + } + ], + "kind": "function", + "name": "getValues", + "longname": "getValues", + "scope": "global" + }, + { + "comment": "/**\n* Set texttrack settings \n* Settings are\n* .vjs-edge-style\n* .vjs-font-family\n* .vjs-fg-color\n* .vjs-text-opacity\n* .vjs-bg-color\n* .vjs-bg-opacity\n* .window-color\n* .vjs-window-opacity \n*\n* @param {Object} values Object with texttrack setting values\n* @method setValues\n*/", + "meta": { + "range": [ + 821, + 1098 + ], + "filename": "text-track-settings.js", + "lineno": 123, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    Set texttrack settings \nSettings are\n.vjs-edge-style\n.vjs-font-family\n.vjs-fg-color\n.vjs-text-opacity\n.vjs-bg-color\n.vjs-bg-opacity\n.window-color\n.vjs-window-opacity

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Object with texttrack setting values

    ", + "name": "values" + } + ], + "kind": "function", + "name": "setValues", + "longname": "setValues", + "scope": "global" + }, + { + "comment": "/**\n* Restore texttrack settings \n*\n* @method restoreSettings\n*/", + "meta": { + "range": [ + 1162, + 1226 + ], + "filename": "text-track-settings.js", + "lineno": 159, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    Restore texttrack settings

    ", + "kind": "function", + "name": "restoreSettings", + "longname": "restoreSettings", + "scope": "global" + }, + { + "comment": "/**\n* Save texttrack settings to local storage \n*\n* @method saveSettings\n*/", + "meta": { + "range": [ + 1263, + 1338 + ], + "filename": "text-track-settings.js", + "lineno": 176, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    Save texttrack settings to local storage

    ", + "kind": "function", + "name": "saveSettings", + "longname": "saveSettings", + "scope": "global" + }, + { + "comment": "/**\n* Update display of texttrack settings \n*\n* @method updateDisplay\n*/", + "meta": { + "range": [ + 1384, + 1457 + ], + "filename": "text-track-settings.js", + "lineno": 196, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "description": "

    Update display of texttrack settings

    ", + "kind": "function", + "name": "updateDisplay", + "longname": "updateDisplay", + "scope": "global" + }, + { + "comment": "/**\n* @file text-track.js\n*/", + "meta": { + "range": [ + 0, + 28 + ], + "filename": "text-track.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks", + "code": {} + }, + "name": "tracks/text-track.js", + "kind": "file", + "description": "

    text-track.js

    ", + "preserveName": true, + "longname": "tracks/text-track.js", + "scope": "global" + }, + { + "comment": "/**\n* @file browser.js\n*/", + "meta": { + "range": [ + 0, + 25 + ], + "filename": "browser.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "name": "utils/browser.js", + "kind": "file", + "description": "

    browser.js

    ", + "preserveName": true, + "longname": "utils/browser.js", + "scope": "global" + }, + { + "comment": "/**\n* @file buffer.js\n*/", + "meta": { + "range": [ + 0, + 24 + ], + "filename": "buffer.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "name": "utils/buffer.js", + "kind": "file", + "description": "

    buffer.js

    ", + "preserveName": true, + "longname": "utils/buffer.js", + "scope": "global" + }, + { + "comment": "/**\n* Compute how much your video has been buffered\n*\n* @param {Object} Buffered object\n* @param {Number} Total duration\n* @return {Number} Percent buffered of the total duration\n* @private\n* @function bufferedPercent\n*/", + "meta": { + "range": [ + 31, + 253 + ], + "filename": "buffer.js", + "lineno": 6, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Compute how much your video has been buffered

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    object

    ", + "name": "Buffered" + }, + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    duration

    ", + "name": "Total" + } + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Percent buffered of the total duration

    " + } + ], + "access": "private", + "kind": "function", + "name": "bufferedPercent", + "longname": "bufferedPercent", + "scope": "global" + }, + { + "comment": "/**\n* @file dom.js\n*/", + "meta": { + "range": [ + 0, + 21 + ], + "filename": "dom.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "name": "utils/dom.js", + "kind": "file", + "description": "

    dom.js

    ", + "preserveName": true, + "longname": "utils/dom.js", + "scope": "global" + }, + { + "comment": "/**\n* Shorthand for document.getElementById()\n* Also allows for CSS (jQuery) ID syntax. But nothing other than IDs.\n*\n* @param {String} id Element ID\n* @return {Element} Element with supplied ID\n* @function getEl\n*/", + "meta": { + "range": [ + 37, + 257 + ], + "filename": "dom.js", + "lineno": 9, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Shorthand for document.getElementById()\nAlso allows for CSS (jQuery) ID syntax. But nothing other than IDs.

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Element ID

    ", + "name": "id" + } + ], + "returns": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    Element with supplied ID

    " + } + ], + "kind": "function", + "name": "getEl", + "longname": "getEl", + "scope": "global" + }, + { + "comment": "/**\n* Creates an element and applies properties.\n*\n* @param {String=} tagName Name of tag to be created.\n* @param {Object=} properties Element properties to be applied.\n* @return {Element}\n* @function createEl\n*/", + "meta": { + "range": [ + 282, + 499 + ], + "filename": "dom.js", + "lineno": 25, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Creates an element and applies properties.

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "optional": true, + "description": "

    Name of tag to be created.

    ", + "name": "tagName" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Element properties to be applied.

    ", + "name": "properties" + } + ], + "returns": [ + { + "type": { + "names": [ + "Element" + ] + } + } + ], + "kind": "function", + "name": "createEl", + "longname": "createEl", + "scope": "global" + }, + { + "comment": "/**\n* Insert an element as the first child node of another\n* \n* @param {Element} child Element to insert\n* @param {Element} parent Element to insert child into\n* @private\n* @function insertElFirst\n*/", + "meta": { + "range": [ + 572, + 775 + ], + "filename": "dom.js", + "lineno": 57, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Insert an element as the first child node of another

    ", + "params": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    Element to insert

    ", + "name": "child" + }, + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    Element to insert child into

    ", + "name": "parent" + } + ], + "access": "private", + "kind": "function", + "name": "insertElFirst", + "longname": "insertElFirst", + "scope": "global" + }, + { + "comment": "/**\n* Returns the cache object where data for an element is stored\n*\n* @param {Element} el Element to store data for.\n* @return {Object}\n* @function getElData\n*/", + "meta": { + "range": [ + 1172, + 1334 + ], + "filename": "dom.js", + "lineno": 92, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Returns the cache object where data for an element is stored

    ", + "params": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    Element to store data for.

    ", + "name": "el" + } + ], + "returns": [ + { + "type": { + "names": [ + "Object" + ] + } + } + ], + "kind": "function", + "name": "getElData", + "longname": "getElData", + "scope": "global" + }, + { + "comment": "/**\n* Returns whether or not an element has cached data\n*\n* @param {Element} el A dom element\n* @return {Boolean}\n* @private\n* @function hasElData\n*/", + "meta": { + "range": [ + 1377, + 1527 + ], + "filename": "dom.js", + "lineno": 113, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Returns whether or not an element has cached data

    ", + "params": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    A dom element

    ", + "name": "el" + } + ], + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + } + } + ], + "access": "private", + "kind": "function", + "name": "hasElData", + "longname": "hasElData", + "scope": "global" + }, + { + "comment": "/**\n* Delete data for the element from the cache and the guid attr from getElementById\n*\n* @param {Element} el Remove data for an element\n* @private\n* @function removeElData\n*/", + "meta": { + "range": [ + 1558, + 1735 + ], + "filename": "dom.js", + "lineno": 131, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Delete data for the element from the cache and the guid attr from getElementById

    ", + "params": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    Remove data for an element

    ", + "name": "el" + } + ], + "access": "private", + "kind": "function", + "name": "removeElData", + "longname": "removeElData", + "scope": "global" + }, + { + "comment": "/**\n* Check if an element has a CSS class\n*\n* @param {Element} element Element to check\n* @param {String} classToCheck Classname to check\n* @function hasElClass\n*/", + "meta": { + "range": [ + 1805, + 1968 + ], + "filename": "dom.js", + "lineno": 161, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Check if an element has a CSS class

    ", + "params": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    Element to check

    ", + "name": "element" + }, + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Classname to check

    ", + "name": "classToCheck" + } + ], + "kind": "function", + "name": "hasElClass", + "longname": "hasElClass", + "scope": "global" + }, + { + "comment": "/**\n* Add a CSS class name to an element\n*\n* @param {Element} element Element to add class name to\n* @param {String} classToAdd Classname to add\n* @function addElClass\n*/", + "meta": { + "range": [ + 1981, + 2154 + ], + "filename": "dom.js", + "lineno": 172, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Add a CSS class name to an element

    ", + "params": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    Element to add class name to

    ", + "name": "element" + }, + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Classname to add

    ", + "name": "classToAdd" + } + ], + "kind": "function", + "name": "addElClass", + "longname": "addElClass", + "scope": "global" + }, + { + "comment": "/**\n* Remove a CSS class name from an element\n*\n* @param {Element} element Element to remove from class name\n* @param {String} classToRemove Classname to remove\n* @function removeElClass\n*/", + "meta": { + "range": [ + 2173, + 2365 + ], + "filename": "dom.js", + "lineno": 185, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Remove a CSS class name from an element

    ", + "params": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    Element to remove from class name

    ", + "name": "element" + }, + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Classname to remove

    ", + "name": "classToRemove" + } + ], + "kind": "function", + "name": "removeElClass", + "longname": "removeElClass", + "scope": "global" + }, + { + "comment": "/**\n* Apply attributes to an HTML element.\n*\n* @param {Element} el Target element.\n* @param {Object=} attributes Element attributes to be applied.\n* @private\n* @function setElAttributes\n*/", + "meta": { + "range": [ + 2411, + 2609 + ], + "filename": "dom.js", + "lineno": 207, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Apply attributes to an HTML element.

    ", + "params": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    Target element.

    ", + "name": "el" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Element attributes to be applied.

    ", + "name": "attributes" + } + ], + "access": "private", + "kind": "function", + "name": "setElAttributes", + "longname": "setElAttributes", + "scope": "global" + }, + { + "comment": "/**\n* Get an element's attribute values, as defined on the HTML tag\n* Attributes are not the same as properties. They're defined on the tag\n* or with setAttribute (which shouldn't be used with HTML)\n* This will return true or false for boolean attributes.\n*\n* @param {Element} tag Element from which to get tag attributes\n* @return {Object}\n* @private\n* @function getElAttributes\n*/", + "meta": { + "range": [ + 2646, + 3029 + ], + "filename": "dom.js", + "lineno": 227, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Get an element's attribute values, as defined on the HTML tag\nAttributes are not the same as properties. They're defined on the tag\nor with setAttribute (which shouldn't be used with HTML)\nThis will return true or false for boolean attributes.

    ", + "params": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    Element from which to get tag attributes

    ", + "name": "tag" + } + ], + "returns": [ + { + "type": { + "names": [ + "Object" + ] + } + } + ], + "access": "private", + "kind": "function", + "name": "getElAttributes", + "longname": "getElAttributes", + "scope": "global" + }, + { + "comment": "/**\n* Attempt to block the ability to select text while dragging controls\n*\n* @return {Boolean} \n* @method blockTextSelection\n*/", + "meta": { + "range": [ + 3129, + 3257 + ], + "filename": "dom.js", + "lineno": 271, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Attempt to block the ability to select text while dragging controls

    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + } + } + ], + "kind": "function", + "name": "blockTextSelection", + "longname": "blockTextSelection", + "scope": "global" + }, + { + "comment": "/**\n* Turn off text selection blocking\n*\n* @return {Boolean} \n* @method unblockTextSelection\n*/", + "meta": { + "range": [ + 3279, + 3374 + ], + "filename": "dom.js", + "lineno": 284, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Turn off text selection blocking

    ", + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + } + } + ], + "kind": "function", + "name": "unblockTextSelection", + "longname": "unblockTextSelection", + "scope": "global" + }, + { + "comment": "/**\n* Offset Left\n* getBoundingClientRect technique from \n* John Resig http://ejohn.org/blog/getboundingclientrect-is-awesome/\n*\n* @param {Element} el Element from which to get offset\n* @return {Object=} \n* @method findElPosition\n*/", + "meta": { + "range": [ + 3393, + 3625 + ], + "filename": "dom.js", + "lineno": 296, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Offset Left\ngetBoundingClientRect technique from \nJohn Resig http://ejohn.org/blog/getboundingclientrect-is-awesome/

    ", + "params": [ + { + "type": { + "names": [ + "Element" + ] + }, + "description": "

    Element from which to get offset

    ", + "name": "el" + } + ], + "returns": [ + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true + } + ], + "kind": "function", + "name": "findElPosition", + "longname": "findElPosition", + "scope": "global" + }, + { + "comment": "/**\n* @file events.js\n*\n* Event System (John Resig - Secrets of a JS Ninja http://jsninja.com/)\n* (Original book version wasn't completely usable, so fixed some things and made Closure Compiler compatible)\n* This should work very similarly to jQuery's events, however it's based off the book version which isn't as\n* robust as jquery's, so there's probably some differences.\n*/", + "meta": { + "range": [ + 0, + 377 + ], + "filename": "events.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "name": "utils/events.js", + "kind": "file", + "description": "

    events.js

    \n

    Event System (John Resig - Secrets of a JS Ninja http://jsninja.com/)\n(Original book version wasn't completely usable, so fixed some things and made Closure Compiler compatible)\nThis should work very similarly to jQuery's events, however it's based off the book version which isn't as\nrobust as jquery's, so there's probably some differences.

    ", + "preserveName": true, + "longname": "utils/events.js", + "scope": "global" + }, + { + "comment": "/**\n* Add an event listener to element\n* It stores the handler function in a separate cache object\n* and adds a generic handler to the element's event,\n* along with a unique id (guid) to the element.\n* \n* @param {Element|Object} elem Element or object to bind listeners to\n* @param {String|Array} type Type of event to bind to.\n* @param {Function} fn Event listener.\n* @method on\n*/", + "meta": { + "range": [ + 396, + 787 + ], + "filename": "events.js", + "lineno": 15, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Add an event listener to element\nIt stores the handler function in a separate cache object\nand adds a generic handler to the element's event,\nalong with a unique id (guid) to the element.

    ", + "params": [ + { + "type": { + "names": [ + "Element", + "Object" + ] + }, + "description": "

    Element or object to bind listeners to

    ", + "name": "elem" + }, + { + "type": { + "names": [ + "String", + "Array" + ] + }, + "description": "

    Type of event to bind to.

    ", + "name": "type" + }, + { + "type": { + "names": [ + "function" + ] + }, + "description": "

    Event listener.

    ", + "name": "fn" + } + ], + "kind": "function", + "name": "on", + "longname": "on", + "scope": "global" + }, + { + "comment": "/**\n* Removes event listeners from an element\n*\n* @param {Element|Object} elem Object to remove listeners from\n* @param {String|Array=} type Type of listener to remove. Don't include to remove all events from element.\n* @param {Function} fn Specific listener to remove. Don't include to remove listeners for an event type.\n* @method off\n*/", + "meta": { + "range": [ + 938, + 1286 + ], + "filename": "events.js", + "lineno": 76, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Removes event listeners from an element

    ", + "params": [ + { + "type": { + "names": [ + "Element", + "Object" + ] + }, + "description": "

    Object to remove listeners from

    ", + "name": "elem" + }, + { + "type": { + "names": [ + "String", + "Array" + ] + }, + "description": "

    Type of listener to remove. Don't include to remove all events from element.

    ", + "name": "type" + }, + { + "type": { + "names": [ + "function" + ] + }, + "description": "

    Specific listener to remove. Don't include to remove listeners for an event type.

    ", + "name": "fn" + } + ], + "kind": "function", + "name": "off", + "longname": "off", + "scope": "global" + }, + { + "comment": "/**\n* Trigger an event for an element\n*\n* @param {Element|Object} elem Element to trigger an event on\n* @param {Event|Object|String} event A string (the type) or an event object with a type attribute\n* @param {Object} [hash] data hash to pass along with the event\n* @return {Boolean=} Returned only if default was prevented\n* @method trigger\n*/", + "meta": { + "range": [ + 1431, + 1784 + ], + "filename": "events.js", + "lineno": 132, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Trigger an event for an element

    ", + "params": [ + { + "type": { + "names": [ + "Element", + "Object" + ] + }, + "description": "

    Element to trigger an event on

    ", + "name": "elem" + }, + { + "type": { + "names": [ + "Event", + "Object", + "String" + ] + }, + "description": "

    A string (the type) or an event object with a type attribute

    ", + "name": "event" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    data hash to pass along with the event

    ", + "name": "hash" + } + ], + "returns": [ + { + "type": { + "names": [ + "Boolean" + ] + }, + "optional": true, + "description": "

    Returned only if default was prevented

    " + } + ], + "kind": "function", + "name": "trigger", + "longname": "trigger", + "scope": "global" + }, + { + "comment": "/**\n* Trigger a listener only once for an event\n*\n* @param {Element|Object} elem Element or object to\n* @param {String|Array} type Name/type of event\n* @param {Function} fn Event handler function\n* @method one\n*/", + "meta": { + "range": [ + 1926, + 2145 + ], + "filename": "events.js", + "lineno": 188, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Trigger a listener only once for an event

    ", + "params": [ + { + "type": { + "names": [ + "Element", + "Object" + ] + }, + "description": "

    Element or object to

    ", + "name": "elem" + }, + { + "type": { + "names": [ + "String", + "Array" + ] + }, + "description": "

    Name/type of event

    ", + "name": "type" + }, + { + "type": { + "names": [ + "function" + ] + }, + "description": "

    Event handler function

    ", + "name": "fn" + } + ], + "kind": "function", + "name": "one", + "longname": "one", + "scope": "global" + }, + { + "comment": "/**\n* Fix a native event to have standard property values\n* \n* @param {Object} event Event object to fix\n* @return {Object}\n* @private\n* @method fixEvent\n*/", + "meta": { + "range": [ + 2185, + 2342 + ], + "filename": "events.js", + "lineno": 209, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Fix a native event to have standard property values

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Event object to fix

    ", + "name": "event" + } + ], + "returns": [ + { + "type": { + "names": [ + "Object" + ] + } + } + ], + "access": "private", + "kind": "function", + "name": "fixEvent", + "longname": "fixEvent", + "scope": "global" + }, + { + "comment": "/**\n* Clean up the listener cache and dispatchers\n*\n* @param {Element|Object} elem Element to clean up\n* @param {String} type Type of event to clean up\n* @private\n* @method _cleanUpEvents\n*/", + "meta": { + "range": [ + 2649, + 2841 + ], + "filename": "events.js", + "lineno": 319, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Clean up the listener cache and dispatchers

    ", + "params": [ + { + "type": { + "names": [ + "Element", + "Object" + ] + }, + "description": "

    Element to clean up

    ", + "name": "elem" + }, + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Type of event to clean up

    ", + "name": "type" + } + ], + "access": "private", + "kind": "function", + "name": "_cleanUpEvents", + "longname": "_cleanUpEvents", + "scope": "global" + }, + { + "comment": "/**\n* Loops through an array of event types and calls the requested method for each type.\n*\n* @param {Function} fn The event method we want to use.\n* @param {Element|Object} elem Element or object to bind listeners to\n* @param {String} type Type of event to bind to.\n* @param {Function} callback Event listener.\n* @private\n* @function _handleMultipleEvents\n*/", + "meta": { + "range": [ + 2932, + 3301 + ], + "filename": "events.js", + "lineno": 357, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Loops through an array of event types and calls the requested method for each type.

    ", + "params": [ + { + "type": { + "names": [ + "function" + ] + }, + "description": "

    The event method we want to use.

    ", + "name": "fn" + }, + { + "type": { + "names": [ + "Element", + "Object" + ] + }, + "description": "

    Element or object to bind listeners to

    ", + "name": "elem" + }, + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Type of event to bind to.

    ", + "name": "type" + }, + { + "type": { + "names": [ + "function" + ] + }, + "description": "

    Event listener.

    ", + "name": "callback" + } + ], + "access": "private", + "kind": "function", + "name": "_handleMultipleEvents", + "longname": "_handleMultipleEvents", + "scope": "global" + }, + { + "comment": "/**\n* @file fn.js\n*/", + "meta": { + "range": [ + 0, + 20 + ], + "filename": "fn.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "name": "utils/fn.js", + "kind": "file", + "description": "

    fn.js

    ", + "preserveName": true, + "longname": "utils/fn.js", + "scope": "global" + }, + { + "comment": "/**\n* Bind (a.k.a proxy or Context). A simple method for changing the context of a function\n* It also stores a unique id on the function so it can be easily removed from events\n*\n* @param {*} context The object to bind as scope\n* @param {Function} fn The function to be bound to a scope\n* @param {Number=} uid An optional unique ID for the function to be set\n* @return {Function}\n* @private\n* @method bind\n*/", + "meta": { + "range": [ + 27, + 451 + ], + "filename": "fn.js", + "lineno": 6, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Bind (a.k.a proxy or Context). A simple method for changing the context of a function\nIt also stores a unique id on the function so it can be easily removed from events

    ", + "params": [ + { + "type": { + "names": [ + "*" + ] + }, + "description": "

    The object to bind as scope

    ", + "name": "context" + }, + { + "type": { + "names": [ + "function" + ] + }, + "description": "

    The function to be bound to a scope

    ", + "name": "fn" + }, + { + "type": { + "names": [ + "Number" + ] + }, + "optional": true, + "description": "

    An optional unique ID for the function to be set

    ", + "name": "uid" + } + ], + "returns": [ + { + "type": { + "names": [ + "function" + ] + } + } + ], + "access": "private", + "kind": "function", + "name": "bind", + "longname": "bind", + "scope": "global" + }, + { + "comment": "/**\n* @file format-time.js\n*\n* Format seconds as a time string, H:MM:SS or M:SS\n* Supplying a guide (in seconds) will force a number of leading zeros\n* to cover the length of the guide\n*\n* @param {Number} seconds Number of seconds to be turned into a string\n* @param {Number} guide Number (in seconds) to model the string after\n* @return {String} Time formatted as H:MM:SS or M:SS\n* @private\n* @function formatTime\n*/", + "meta": { + "range": [ + 0, + 429 + ], + "filename": "format-time.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "name": "formatTime", + "kind": "function", + "description": "

    format-time.js

    \n

    Format seconds as a time string, H:MM:SS or M:SS\nSupplying a guide (in seconds) will force a number of leading zeros\nto cover the length of the guide

    ", + "preserveName": true, + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Number of seconds to be turned into a string

    ", + "name": "seconds" + }, + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Number (in seconds) to model the string after

    ", + "name": "guide" + } + ], + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Time formatted as H:MM:SS or M:SS

    " + } + ], + "access": "private", + "longname": "formatTime", + "scope": "global" + }, + { + "comment": "/**\n* @file guid.js\n*\n* Unique ID for an element or function\n* @type {Number}\n* @private\n*/", + "meta": { + "range": [ + 0, + 91 + ], + "filename": "guid.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "name": "utils/guid.js", + "kind": "file", + "description": "

    guid.js

    \n

    Unique ID for an element or function

    ", + "preserveName": true, + "type": { + "names": [ + "Number" + ] + }, + "access": "private", + "longname": "utils/guid.js", + "scope": "global" + }, + { + "comment": "/**\n* Get the next unique ID\n*\n* @return {String} \n* @function newGUID\n*/", + "meta": { + "range": [ + 98, + 171 + ], + "filename": "guid.js", + "lineno": 10, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Get the next unique ID

    ", + "returns": [ + { + "type": { + "names": [ + "String" + ] + } + } + ], + "kind": "function", + "name": "newGUID", + "longname": "newGUID", + "scope": "global" + }, + { + "comment": "/**\n* @file log.js\n*/", + "meta": { + "range": [ + 0, + 21 + ], + "filename": "log.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "name": "utils/log.js", + "kind": "file", + "description": "

    log.js

    ", + "preserveName": true, + "longname": "utils/log.js", + "scope": "global" + }, + { + "comment": "/**\n* Log messages to the console and history based on the type of message\n*\n* @param {String} type The type of message, or `null` for `log`\n* @param {Object} args The args to be passed to the log\n* @private\n* @method _logType\n*/", + "meta": { + "range": [ + 218, + 449 + ], + "filename": "log.js", + "lineno": 33, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Log messages to the console and history based on the type of message

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The type of message, or null for log

    ", + "name": "type" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    The args to be passed to the log

    ", + "name": "args" + } + ], + "access": "private", + "kind": "function", + "name": "_logType", + "longname": "_logType", + "scope": "global" + }, + { + "comment": "/**\n* @file merge-options.js\n*/", + "meta": { + "range": [ + 0, + 31 + ], + "filename": "merge-options.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "name": "utils/merge-options.js", + "kind": "file", + "description": "

    merge-options.js

    ", + "preserveName": true, + "longname": "utils/merge-options.js", + "scope": "global" + }, + { + "comment": "/**\n* Merge two options objects, recursively merging **only** plain object\n* properties. Previously `deepMerge`.\n*\n* @param {Object} object The destination object\n* @param {...Object} source One or more objects to merge into the first\n* @returns {Object} The updated first object\n* @function mergeOptions\n*/", + "meta": { + "range": [ + 59, + 381 + ], + "filename": "merge-options.js", + "lineno": 13, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Merge two options objects, recursively merging only plain object\nproperties. Previously deepMerge.

    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    The destination object

    ", + "name": "object" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "variable": true, + "description": "

    One or more objects to merge into the first

    ", + "name": "source" + } + ], + "returns": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    The updated first object

    " + } + ], + "kind": "function", + "name": "mergeOptions", + "longname": "mergeOptions", + "scope": "global" + }, + { + "comment": "/**\n* @file round-float.js\n*\n* Should round off a number to a decimal place\n*\n* @param {Number} num Number to round\n* @param {Number} dec Number of decimal places to round to\n* @return {Number} Rounded number\n* @private\n* @method roundFloat\n*/", + "meta": { + "range": [ + 0, + 249 + ], + "filename": "round-float.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "name": "roundFloat", + "kind": "function", + "description": "

    round-float.js

    \n

    Should round off a number to a decimal place

    ", + "preserveName": true, + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Number to round

    ", + "name": "num" + }, + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Number of decimal places to round to

    ", + "name": "dec" + } + ], + "returns": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Rounded number

    " + } + ], + "access": "private", + "longname": "roundFloat", + "scope": "global" + }, + { + "comment": "/**\n* @file time-ranges.js\n*\n* Should create a fake TimeRange object\n* Mimics an HTML5 time range instance, which has functions that\n* return the start and end times for a range\n* TimeRanges are returned by the buffered() method\n*\n* @param {Number} start Start time in seconds\n* @param {Number} end End time in seconds\n* @return {Object} Fake TimeRange object\n* @private\n* @method createTimeRange\n*/", + "meta": { + "range": [ + 0, + 409 + ], + "filename": "time-ranges.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "name": "createTimeRange", + "kind": "function", + "description": "

    time-ranges.js

    \n

    Should create a fake TimeRange object\nMimics an HTML5 time range instance, which has functions that\nreturn the start and end times for a range\nTimeRanges are returned by the buffered() method

    ", + "preserveName": true, + "params": [ + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    Start time in seconds

    ", + "name": "start" + }, + { + "type": { + "names": [ + "Number" + ] + }, + "description": "

    End time in seconds

    ", + "name": "end" + } + ], + "returns": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    Fake TimeRange object

    " + } + ], + "access": "private", + "longname": "createTimeRange", + "scope": "global" + }, + { + "comment": "/**\n* @file to-title-case.js\n*\n* Uppercase the first letter of a string\n*\n* @param {String} string String to be uppercased\n* @return {String}\n* @private\n* @method toTitleCase\n*/", + "meta": { + "range": [ + 0, + 178 + ], + "filename": "to-title-case.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "name": "toTitleCase", + "kind": "function", + "description": "

    to-title-case.js

    \n

    Uppercase the first letter of a string

    ", + "preserveName": true, + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    String to be uppercased

    ", + "name": "string" + } + ], + "returns": [ + { + "type": { + "names": [ + "String" + ] + } + } + ], + "access": "private", + "longname": "toTitleCase", + "scope": "global" + }, + { + "comment": "/**\n* @file url.js\n*/", + "meta": { + "range": [ + 0, + 21 + ], + "filename": "url.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "name": "utils/url.js", + "kind": "file", + "description": "

    url.js

    ", + "preserveName": true, + "longname": "utils/url.js", + "scope": "global" + }, + { + "comment": "/**\n* Resolve and parse the elements of a URL\n*\n* @param {String} url The url to parse\n* @return {Object} An object of url details\n* @method parseUrl\n*/", + "meta": { + "range": [ + 28, + 185 + ], + "filename": "url.js", + "lineno": 6, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Resolve and parse the elements of a URL

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The url to parse

    ", + "name": "url" + } + ], + "returns": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    An object of url details

    " + } + ], + "kind": "function", + "name": "parseUrl", + "longname": "parseUrl", + "scope": "global" + }, + { + "comment": "/**\n* Get absolute version of relative URL. Used to tell flash correct URL.\n* http://stackoverflow.com/questions/470832/getting-an-absolute-url-from-a-relative-one-ie6-issue\n*\n* @param {String} url URL to make absolute\n* @return {String} Absolute URL\n* @private\n* @method getAbsoluteURL\n*/", + "meta": { + "range": [ + 321, + 615 + ], + "filename": "url.js", + "lineno": 58, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Get absolute version of relative URL. Used to tell flash correct URL.\nhttp://stackoverflow.com/questions/470832/getting-an-absolute-url-from-a-relative-one-ie6-issue

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    URL to make absolute

    ", + "name": "url" + } + ], + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    Absolute URL

    " + } + ], + "access": "private", + "kind": "function", + "name": "getAbsoluteURL", + "longname": "getAbsoluteURL", + "scope": "global" + }, + { + "comment": "/**\n* Returns the extension of the passed file name. It will return an empty string if you pass an invalid path\n*\n* @param {String} path The fileName path like '/path/to/file.mp4'\n* @returns {String} The extension in lower case or an empty string if no extension could be found.\n* @method getFileExtension\n*/", + "meta": { + "range": [ + 652, + 975 + ], + "filename": "url.js", + "lineno": 79, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils", + "code": {} + }, + "description": "

    Returns the extension of the passed file name. It will return an empty string if you pass an invalid path

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The fileName path like '/path/to/file.mp4'

    ", + "name": "path" + } + ], + "returns": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The extension in lower case or an empty string if no extension could be found.

    " + } + ], + "kind": "function", + "name": "getFileExtension", + "longname": "getFileExtension", + "scope": "global" + }, + { + "comment": "/**\n* @file video.js\n*/", + "meta": { + "range": [ + 0, + 23 + ], + "filename": "video.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "video.js", + "kind": "file", + "description": "

    video.js

    ", + "preserveName": true, + "longname": "video.js", + "scope": "global" + }, + { + "comment": "/**\n* Doubles as the main function for users to create a player instance and also\n* the main library object.\n* The `videojs` function can be used to initialize or retrieve a player.\n* ```js\n* var myPlayer = videojs('my_video_id');\n* ```\n*\n* @param {String|Element} id Video element or video element ID\n* @param {Object=} options Optional options object for config/settings\n* @param {Function=} ready Optional ready callback\n* @return {Player} A player instance\n* @mixes videojs\n* @method videojs\n*/", + "meta": { + "range": [ + 102, + 642 + ], + "filename": "video.js", + "lineno": 30, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Doubles as the main function for users to create a player instance and also\nthe main library object.\nThe videojs function can be used to initialize or retrieve a player.

    \n
        var myPlayer = videojs('my_video_id');
    ", + "params": [ + { + "type": { + "names": [ + "String", + "Element" + ] + }, + "description": "

    Video element or video element ID

    ", + "name": "id" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "optional": true, + "description": "

    Optional options object for config/settings

    ", + "name": "options" + }, + { + "type": { + "names": [ + "function" + ] + }, + "optional": true, + "description": "

    Optional ready callback

    ", + "name": "ready" + } + ], + "returns": [ + { + "type": { + "names": [ + "Player" + ] + }, + "description": "

    A player instance

    " + } + ], + "mixes": [ + "videojs" + ], + "kind": "function", + "name": "videojs", + "longname": "videojs", + "scope": "global" + }, + { + "comment": "/**\n* Get the global options object\n*\n* @return {Object} The global options object\n* @mixes videojs\n* @method getGlobalOptions\n*/", + "meta": { + "range": [ + 860, + 989 + ], + "filename": "video.js", + "lineno": 102, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get the global options object

    ", + "returns": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    The global options object

    " + } + ], + "mixes": [ + "videojs" + ], + "kind": "function", + "name": "getGlobalOptions", + "longname": "getGlobalOptions", + "scope": "global" + }, + { + "comment": "/**\n* Set options that will apply to every player\n* ```js\n* videojs.setGlobalOptions({\n* autoplay: true\n* });\n* // -> all players will autoplay by default\n* ```\n* NOTE: This will do a deep merge with the new options,\n* not overwrite the entire global options object.\n*\n* @return {Object} The updated global options object\n* @mixes videojs\n* @method setGlobalOptions\n*/", + "meta": { + "range": [ + 996, + 1382 + ], + "filename": "video.js", + "lineno": 111, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Set options that will apply to every player

    \n
        videojs.setGlobalOptions({\n      autoplay: true\n    });\n    // -> all players will autoplay by default

    NOTE: This will do a deep merge with the new options,\nnot overwrite the entire global options object.

    ", + "returns": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    The updated global options object

    " + } + ], + "mixes": [ + "videojs" + ], + "kind": "function", + "name": "setGlobalOptions", + "longname": "setGlobalOptions", + "scope": "global" + }, + { + "comment": "/**\n* Get an object with the currently created players, keyed by player ID\n*\n* @return {Object} The created players\n* @mixes videojs\n* @method getPlayers\n*/", + "meta": { + "range": [ + 1395, + 1551 + ], + "filename": "video.js", + "lineno": 130, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get an object with the currently created players, keyed by player ID

    ", + "returns": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    The created players

    " + } + ], + "mixes": [ + "videojs" + ], + "kind": "function", + "name": "getPlayers", + "longname": "getPlayers", + "scope": "global" + }, + { + "comment": "/**\n* Get a component class object by name\n* ```js\n* var VjsButton = videojs.getComponent('Button');\n* // Create a new instance of the component\n* var myButton = new VjsButton(myPlayer);\n* ```\n*\n* @return {Component} Component identified by name\n* @mixes videojs\n* @method getComponent\n*/", + "meta": { + "range": [ + 1564, + 1864 + ], + "filename": "video.js", + "lineno": 141, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Get a component class object by name

    \n
        var VjsButton = videojs.getComponent('Button');\n    // Create a new instance of the component\n    var myButton = new VjsButton(myPlayer);
    ", + "returns": [ + { + "type": { + "names": [ + "Component" + ] + }, + "description": "

    Component identified by name

    " + } + ], + "mixes": [ + "videojs" + ], + "kind": "function", + "name": "getComponent", + "longname": "getComponent", + "scope": "global" + }, + { + "comment": "/**\n* Register a component so it can referred to by name\n* Used when adding to other\n* components, either through addChild\n* `component.addChild('myComponent')`\n* or through default children options\n* `{ children: ['myComponent'] }`.\n* ```js\n* // Get a component to subclass\n* var VjsButton = videojs.getComponent('Button');\n* // Subclass the component (see 'extends' doc for more info)\n* var MySpecialButton = videojs.extends(VjsButton, {});\n* // Register the new component\n* VjsButton.registerComponent('MySepcialButton', MySepcialButton);\n* // (optionally) add the new component as a default player child\n* myPlayer.addChild('MySepcialButton');\n* ```\n* NOTE: You could also just initialize the component before adding.\n* `component.addChild(new MyComponent());`\n*\n* @param {String} The class name of the component\n* @param {Component} The component class\n* @return {Component} The newly registered component\n* @mixes videojs\n* @method registerComponent\n*/", + "meta": { + "range": [ + 1871, + 2861 + ], + "filename": "video.js", + "lineno": 155, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Register a component so it can referred to by name\nUsed when adding to other\ncomponents, either through addChild\ncomponent.addChild('myComponent')\nor through default children options\n{ children: ['myComponent'] }.

    \n
        // Get a component to subclass\n    var VjsButton = videojs.getComponent('Button');\n    // Subclass the component (see 'extends' doc for more info)\n    var MySpecialButton = videojs.extends(VjsButton, {});\n    // Register the new component\n    VjsButton.registerComponent('MySepcialButton', MySepcialButton);\n    // (optionally) add the new component as a default player child\n    myPlayer.addChild('MySepcialButton');

    NOTE: You could also just initialize the component before adding.\ncomponent.addChild(new MyComponent());

    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    class name of the component

    ", + "name": "The" + }, + { + "type": { + "names": [ + "Component" + ] + }, + "description": "

    component class

    ", + "name": "The" + } + ], + "returns": [ + { + "type": { + "names": [ + "Component" + ] + }, + "description": "

    The newly registered component

    " + } + ], + "mixes": [ + "videojs" + ], + "kind": "function", + "name": "registerComponent", + "longname": "registerComponent", + "scope": "global" + }, + { + "comment": "/**\n* Subclass an existing class\n* Mimics ES6 subclassing with the `extends` keyword\n* ```js\n* // Create a basic javascript 'class'\n* function MyClass(name){\n* // Set a property at initialization\n* this.myName = name;\n* }\n* // Create an instance method\n* MyClass.prototype.sayMyName = function(){\n* alert(this.myName);\n* };\n* // Subclass the exisitng class and change the name\n* // when initializing\n* var MySubClass = videojs.extends(MyClass, {\n* constructor: function(name) {\n* // Call the super class constructor for the subclass\n* MyClass.call(this, name)\n* }\n* });\n* // Create an instance of the new sub class\n* var myInstance = new MySubClass('John');\n* myInstance.sayMyName(); // -> should alert \"John\"\n* ```\n*\n* @param {Function} The Class to subclass\n* @param {Object} An object including instace methods for the new class\n* Optionally including a `constructor` function\n* @return {Function} The newly created subclass\n* @mixes videojs\n* @method extends\n*/", + "meta": { + "range": [ + 2937, + 4018 + ], + "filename": "video.js", + "lineno": 190, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Subclass an existing class\nMimics ES6 subclassing with the extends keyword

    \n
        // Create a basic javascript 'class'\n    function MyClass(name){\n      // Set a property at initialization\n      this.myName = name;\n    }\n    // Create an instance method\n    MyClass.prototype.sayMyName = function(){\n      alert(this.myName);\n    };\n    // Subclass the exisitng class and change the name\n    // when initializing\n    var MySubClass = videojs.extends(MyClass, {\n      constructor: function(name) {\n        // Call the super class constructor for the subclass\n        MyClass.call(this, name)\n      }\n    });\n    // Create an instance of the new sub class\n    var myInstance = new MySubClass('John');\n    myInstance.sayMyName(); // -> should alert "John"
    ", + "params": [ + { + "type": { + "names": [ + "function" + ] + }, + "description": "

    Class to subclass

    ", + "name": "The" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    object including instace methods for the new class\n Optionally including a constructor function

    ", + "name": "An" + } + ], + "returns": [ + { + "type": { + "names": [ + "function" + ] + }, + "description": "

    The newly created subclass

    " + } + ], + "mixes": [ + "videojs" + ], + "kind": "function", + "name": "extends", + "longname": "extends", + "scope": "global" + }, + { + "comment": "/**\n* Merge two options objects recursively\n* Performs a deep merge like lodash.merge but **only merges plain objects**\n* (not arrays, elements, anything else)\n* Other values will be copied directly from the second object.\n* ```js\n* var defaultOptions = {\n* foo: true,\n* bar: {\n* a: true,\n* b: [1,2,3]\n* }\n* };\n* var newOptions = {\n* foo: false,\n* bar: {\n* b: [4,5,6]\n* }\n* };\n* var result = videojs.mergeOptions(defaultOptions, newOptions);\n* // result.foo = false;\n* // result.bar.a = true;\n* // result.bar.b = [4,5,6];\n* ```\n*\n* @param {Object} The options object whose values will be overriden\n* @param {Object} The options object with values to override the first\n* @param {Object} Any number of additional options objects\n*\n* @return {Object} a new object with the merged values\n* @mixes videojs\n* @method mergeOptions\n*/", + "meta": { + "range": [ + 4025, + 4944 + ], + "filename": "video.js", + "lineno": 225, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Merge two options objects recursively\nPerforms a deep merge like lodash.merge but only merges plain objects\n(not arrays, elements, anything else)\nOther values will be copied directly from the second object.

    \n
        var defaultOptions = {\n      foo: true,\n      bar: {\n        a: true,\n        b: [1,2,3]\n      }\n    };\n    var newOptions = {\n      foo: false,\n      bar: {\n        b: [4,5,6]\n      }\n    };\n    var result = videojs.mergeOptions(defaultOptions, newOptions);\n    // result.foo = false;\n    // result.bar.a = true;\n    // result.bar.b = [4,5,6];
    ", + "params": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    options object whose values will be overriden

    ", + "name": "The" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    options object with values to override the first

    ", + "name": "The" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    number of additional options objects

    ", + "name": "Any" + } + ], + "returns": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    a new object with the merged values

    " + } + ], + "mixes": [ + "videojs" + ], + "kind": "function", + "name": "mergeOptions", + "longname": "mergeOptions", + "scope": "global" + }, + { + "comment": "/**\n* Create a Video.js player plugin\n* Plugins are only initialized when options for the plugin are included\n* in the player options, or the plugin function on the player instance is\n* called.\n* **See the plugin guide in the docs for a more detailed example**\n* ```js\n* // Make a plugin that alerts when the player plays\n* videojs.plugin('myPlugin', function(myPluginOptions) {\n* myPluginOptions = myPluginOptions || {};\n*\n* var player = this;\n* var alertText = myPluginOptions.text || 'Player is playing!'\n*\n* player.on('play', function(){\n* alert(alertText);\n* });\n* });\n* // USAGE EXAMPLES\n* // EXAMPLE 1: New player with plugin options, call plugin immediately\n* var player1 = videojs('idOne', {\n* myPlugin: {\n* text: 'Custom text!'\n* }\n* });\n* // Click play\n* // --> Should alert 'Custom text!'\n* // EXAMPLE 3: New player, initialize plugin later\n* var player3 = videojs('idThree');\n* // Click play\n* // --> NO ALERT\n* // Click pause\n* // Initialize plugin using the plugin function on the player instance\n* player3.myPlugin({\n* text: 'Plugin added later!'\n* });\n* // Click play\n* // --> Should alert 'Plugin added later!'\n* ```\n*\n* @param {String} The plugin name\n* @param {Function} The plugin function that will be called with options\n* @mixes videojs\n* @method plugin\n*/", + "meta": { + "range": [ + 4951, + 6371 + ], + "filename": "video.js", + "lineno": 260, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Create a Video.js player plugin\nPlugins are only initialized when options for the plugin are included\nin the player options, or the plugin function on the player instance is\ncalled.\nSee the plugin guide in the docs for a more detailed example

    \n
        // Make a plugin that alerts when the player plays\n    videojs.plugin('myPlugin', function(myPluginOptions) {\n      myPluginOptions = myPluginOptions || {};\n\n      var player = this;\n      var alertText = myPluginOptions.text || 'Player is playing!'\n\n      player.on('play', function(){\n        alert(alertText);\n      });\n    });\n    // USAGE EXAMPLES\n    // EXAMPLE 1: New player with plugin options, call plugin immediately\n    var player1 = videojs('idOne', {\n      myPlugin: {\n        text: 'Custom text!'\n      }\n    });\n    // Click play\n    // --> Should alert 'Custom text!'\n    // EXAMPLE 3: New player, initialize plugin later\n    var player3 = videojs('idThree');\n    // Click play\n    // --> NO ALERT\n    // Click pause\n    // Initialize plugin using the plugin function on the player instance\n    player3.myPlugin({\n      text: 'Plugin added later!'\n    });\n    // Click play\n    // --> Should alert 'Plugin added later!'
    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    plugin name

    ", + "name": "The" + }, + { + "type": { + "names": [ + "function" + ] + }, + "description": "

    plugin function that will be called with options

    ", + "name": "The" + } + ], + "mixes": [ + "videojs" + ], + "kind": "function", + "name": "plugin", + "longname": "plugin", + "scope": "global" + }, + { + "comment": "/**\n* Adding languages so that they're available to all players.\n* ```js\n* videojs.addLanguage('es', { 'Hello': 'Hola' });\n* ```\n*\n* @param {String} code The language code or dictionary property\n* @param {Object} data The data values to be translated\n* @return {Object} The resulting language dictionary object\n* @mixes videojs\n* @method addLanguage\n*/", + "meta": { + "range": [ + 6378, + 6736 + ], + "filename": "video.js", + "lineno": 307, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "description": "

    Adding languages so that they're available to all players.

    \n
        videojs.addLanguage('es', { 'Hello': 'Hola' });
    ", + "params": [ + { + "type": { + "names": [ + "String" + ] + }, + "description": "

    The language code or dictionary property

    ", + "name": "code" + }, + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    The data values to be translated

    ", + "name": "data" + } + ], + "returns": [ + { + "type": { + "names": [ + "Object" + ] + }, + "description": "

    The resulting language dictionary object

    " + } + ], + "mixes": [ + "videojs" + ], + "kind": "function", + "name": "addLanguage", + "longname": "addLanguage", + "scope": "global" + }, + { + "comment": "/**\n* @file xhr.js\n*/", + "meta": { + "range": [ + 0, + 21 + ], + "filename": "xhr.js", + "lineno": 1, + "path": "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src", + "code": {} + }, + "name": "xhr.js", + "kind": "file", + "description": "

    xhr.js

    ", + "preserveName": true, + "longname": "xhr.js", + "scope": "global" + }, + { + "kind": "package", + "longname": "package:undefined", + "files": [ + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/base-styles.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/big-play-button.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/button.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/component.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/control-bar.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/fullscreen-toggle.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/live-display.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/mute-toggle.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/play-toggle.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu/playback-rate-menu-button.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/playback-rate-menu/playback-rate-menu-item.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control/load-progress-bar.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control/play-progress-bar.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control/progress-control.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/progress-control/seek-bar.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/spacer-controls/custom-control-spacer.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/spacer-controls/spacer.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls/caption-settings-menu-item.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls/captions-button.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls/chapters-button.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls/chapters-track-menu-item.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls/off-text-track-menu-item.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls/subtitles-button.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls/text-track-button.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/text-track-controls/text-track-menu-item.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls/current-time-display.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls/duration-display.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls/remaining-time-display.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/time-controls/time-divider.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-control/volume-bar.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-control/volume-control.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-control/volume-level.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/control-bar/volume-menu-button.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/error-display.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/event-emitter.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/extends.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/fullscreen-api.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/global-options.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/loading-spinner.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/media-error.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu/menu-button.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu/menu-item.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/menu/menu.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/player.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/plugins.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/poster-image.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/setup.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/slider/slider.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech/flash-rtmp.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech/flash.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech/html5.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech/loader.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tech/tech.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks/text-track-cue-list.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks/text-track-display.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks/text-track-enums.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks/text-track-list.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks/text-track-settings.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/tracks/text-track.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils/browser.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils/buffer.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils/dom.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils/events.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils/fn.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils/format-time.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils/guid.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils/log.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils/merge-options.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils/round-float.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils/time-ranges.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils/to-title-case.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/utils/url.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/video.js", + "/Users/mboles/git/BCL-LearningSamples/grunt-shell/videojs-src/xhr.js" + ] + } +] + +; \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/js/doc-data.js b/lib/video.js-main/docs/legacy-docs/api/js/doc-data.js new file mode 100644 index 0000000..df176ba --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/js/doc-data.js @@ -0,0 +1,13 @@ +var docData=[{comment:"/**\n* @file base-styles.js\n*\n* This code injects the required base styles in the head of the document.\n*/",meta:{range:[0,105],filename:"base-styles.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"base-styles.js",kind:"file",description:"

    base-styles.js

    \n

    This code injects the required base styles in the head of the document.

    ",preserveName:!0,longname:"base-styles.js",scope:"global"},{comment:"/**\n* @file big-play-button.js\n*/",meta:{range:[0,33],filename:"big-play-button.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"big-play-button.js",kind:"file",description:"

    big-play-button.js

    ",preserveName:!0,longname:"big-play-button.js",scope:"global"},{comment:"/**\n* Initial play button. Shows before the video has played. The hiding of the\n* big play button is done via CSS and player states.\n*\n* @param {Object} player Main Player\n* @param {Object=} options Object of option names and values\n* @extends Button\n* @class BigPlayButton\n*/",meta:{range:[43,320],filename:"big-play-button.js",lineno:7,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Initial play button. Shows before the video has played. The hiding of the\nbig play button is done via CSS and player states.

    ",params:[{type:{names:["Object"]},description:"

    Main Player

    ",name:"player"},{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"}],augments:["Button"],kind:"class",name:"BigPlayButton",longname:"BigPlayButton",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[339,465],filename:"big-play-button.js",lineno:22,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* Handles click for play\n*\n* @method handleClick\n*/",meta:{range:[478,533],filename:"big-play-button.js",lineno:32,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Handles click for play

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* @file button.js\n*/",meta:{range:[0,24],filename:"button.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"button.js",kind:"file",description:"

    button.js

    ",preserveName:!0,longname:"button.js",scope:"global"},{comment:"/**\n* Base class for all buttons\n*\n* @param {Object} player Main Player\n* @param {Object=} options Object of option names and values\n* @extends ClickableComponent\n* @class Button\n*/",meta:{range:[49,231],filename:"button.js",lineno:12,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Base class for all buttons

    ",params:[{type:{names:["Object"]},description:"

    Main Player

    ",name:"player"},{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"}],augments:["ClickableComponent"],kind:"class",name:"Button",longname:"Button",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @param {String=} type Element's node type. e.g. 'div'\n* @param {Object=} props An object of properties that should be set on the element\n* @param {Object=} attributes An object of attributes that should be set on the element\n* @return {Element}\n* @method createEl\n*/",meta:{range:[250,561],filename:"button.js",lineno:26,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Create the component's DOM element

    ",params:[{type:{names:["String"]},optional:!0,description:"

    Element's node type. e.g. 'div'

    ",name:"type"},{type:{names:["Object"]},optional:!0,description:"

    An object of properties that should be set on the element

    ",name:"props"},{type:{names:["Object"]},optional:!0,description:"

    An object of attributes that should be set on the element

    ",name:"attributes"}],returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Adds a child component inside this button\n*\n* @param {String|Component} child The class name or instance of a child to add\n* @param {Object=} options Options, including options to be passed to children of the child.\n* @return {Component} The child component (created by this process if a string was used)\n* @deprecated\n* @method addChild\n*/",meta:{range:[658,1004],filename:"button.js",lineno:67,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Adds a child component inside this button

    ",params:[{type:{names:["String","Component"]},description:"

    The class name or instance of a child to add

    ",name:"child"},{type:{names:["Object"]},optional:!0,description:"

    Options, including options to be passed to children of the child.

    ",name:"options"}],returns:[{type:{names:["Component"]},description:"

    The child component (created by this process if a string was used)

    "}],deprecated:!0,kind:"function",name:"addChild",longname:"addChild",scope:"global"},{comment:"/**\n* Handle KeyPress (document level) - Extend with specific functionality for button\n*\n* @method handleKeyPress\n*/",meta:{range:[1029,1145],filename:"button.js",lineno:84,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Handle KeyPress (document level) - Extend with specific functionality for button

    ",kind:"function",name:"handleKeyPress",longname:"handleKeyPress",scope:"global"},{comment:"/**\n* @file button.js\n*/",meta:{range:[0,24],filename:"clickable-component.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"clickable-component.js",kind:"file",description:"

    button.js

    ",preserveName:!0,longname:"clickable-component.js",scope:"global"},{comment:"/**\n* Clickable Component which is clickable or keyboard actionable, but is not a native HTML button\n*\n* @param {Object} player Main Player\n* @param {Object=} options Object of option names and values\n* @extends Component\n* @class ClickableComponent\n*/",meta:{range:[49,302],filename:"clickable-component.js",lineno:12,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Clickable Component which is clickable or keyboard actionable, but is not a native HTML button

    ",params:[{type:{names:["Object"]},description:"

    Main Player

    ",name:"player"},{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"}],augments:["Component"],kind:"class",name:"ClickableComponent",longname:"ClickableComponent",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @param {String=} type Element's node type. e.g. 'div'\n* @param {Object=} props An object of properties that should be set on the element\n* @param {Object=} attributes An object of attributes that should be set on the element\n* @return {Element}\n* @method createEl\n*/",meta:{range:[342,653],filename:"clickable-component.js",lineno:33,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Create the component's DOM element

    ",params:[{type:{names:["String"]},optional:!0,description:"

    Element's node type. e.g. 'div'

    ",name:"type"},{type:{names:["Object"]},optional:!0,description:"

    An object of properties that should be set on the element

    ",name:"props"},{type:{names:["Object"]},optional:!0,description:"

    An object of attributes that should be set on the element

    ",name:"attributes"}],returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* create control text\n*\n* @param {Element} el Parent element for the control text\n* @return {Element}\n* @method controlText\n*/",meta:{range:[723,853],filename:"clickable-component.js",lineno:65,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    create control text

    ",params:[{type:{names:["Element"]},description:"

    Parent element for the control text

    ",name:"el"}],returns:[{type:{names:["Element"]}}],kind:"function",name:"controlText",longname:"controlText",scope:"global"},{comment:"/**\n* Controls text - both request and localize\n*\n* @param {String} text Text for element\n* @param {Element=} el Element to set the title on\n* @return {String}\n* @method controlText\n*/",meta:{range:[896,1081],filename:"clickable-component.js",lineno:86,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Controls text - both request and localize

    ",params:[{type:{names:["String"]},description:"

    Text for element

    ",name:"text"},{type:{names:["Element"]},optional:!0,description:"

    Element to set the title on

    ",name:"el"}],returns:[{type:{names:["String"]}}],kind:"function",name:"controlText",longname:"controlText",scope:"global"},{comment:"/**\n* Allows sub components to stack CSS class names\n*\n* @return {String}\n* @method buildCSSClass\n*/",meta:{range:[1118,1218],filename:"clickable-component.js",lineno:106,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Allows sub components to stack CSS class names

    ",returns:[{type:{names:["String"]}}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* Adds a child component inside this clickable-component\n*\n* @param {String|Component} child The class name or instance of a child to add\n* @param {Object=} options Options, including options to be passed to children of the child.\n* @return {Component} The child component (created by this process if a string was used)\n* @method addChild\n*/",meta:{range:[1231,1576],filename:"clickable-component.js",lineno:116,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Adds a child component inside this clickable-component

    ",params:[{type:{names:["String","Component"]},description:"

    The class name or instance of a child to add

    ",name:"child"},{type:{names:["Object"]},optional:!0,description:"

    Options, including options to be passed to children of the child.

    ",name:"options"}],returns:[{type:{names:["Component"]},description:"

    The child component (created by this process if a string was used)

    "}],kind:"function",name:"addChild",longname:"addChild",scope:"global"},{comment:"/**\n* Enable the component element\n*\n* @return {Component}\n* @method enable\n*/",meta:{range:[1613,1691],filename:"clickable-component.js",lineno:136,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Enable the component element

    ",returns:[{type:{names:["Component"]}}],kind:"function",name:"enable",longname:"enable",scope:"global"},{comment:"/**\n* Disable the component element\n*\n* @return {Component}\n* @method disable\n*/",meta:{range:[1710,1790],filename:"clickable-component.js",lineno:148,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Disable the component element

    ",returns:[{type:{names:["Component"]}}],kind:"function",name:"disable",longname:"disable",scope:"global"},{comment:"/**\n* Handle Click - Override with specific functionality for component\n*\n* @method handleClick\n*/",meta:{range:[1809,1907],filename:"clickable-component.js",lineno:160,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Handle Click - Override with specific functionality for component

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* Handle Focus - Add keyboard functionality to element\n*\n* @method handleFocus\n*/",meta:{range:[1914,1999],filename:"clickable-component.js",lineno:167,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Handle Focus - Add keyboard functionality to element

    ",kind:"function",name:"handleFocus",longname:"handleFocus",scope:"global"},{comment:"/**\n* Handle KeyPress (document level) - Trigger click when Space or Enter key is pressed\n*\n* @method handleKeyPress\n*/",meta:{range:[2012,2131],filename:"clickable-component.js",lineno:176,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Handle KeyPress (document level) - Trigger click when Space or Enter key is pressed

    ",kind:"function",name:"handleKeyPress",longname:"handleKeyPress",scope:"global"},{comment:"/**\n* Handle Blur - Remove keyboard triggers\n*\n* @method handleBlur\n*/",meta:{range:[2162,2232],filename:"clickable-component.js",lineno:191,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Handle Blur - Remove keyboard triggers

    ",kind:"function",name:"handleBlur",longname:"handleBlur",scope:"global"},{comment:'/**\n* The `CloseButton` component is a button which fires a "close" event\n* when it is activated.\n*\n* @extends Button\n* @class CloseButton\n*/',meta:{range:[9,150],filename:"close-button.js",lineno:4,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    The CloseButton component is a button which fires a "close" event\nwhen it is activated.

    ",augments:["Button"],kind:"class",name:"CloseButton",longname:"CloseButton",scope:"global"},{comment:"/**\n* @file component.js\n*\n* Player Component - Base class for all UI objects\n*/",meta:{range:[0,80],filename:"component.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"component.js",kind:"file",description:"

    component.js

    \n

    Player Component - Base class for all UI objects

    ",preserveName:!0,longname:"component.js",scope:"global"},{comment:"/**\n* Base UI Component class\n* Components are embeddable UI objects that are represented by both a\n* javascript object and an element in the DOM. They can be children of other\n* components, and can have many children themselves.\n* ```js\n* // adding a button to the player\n* var button = player.addChild('button');\n* button.el(); // -> button element\n* ```\n* ```html\n*
    \n*
    Button
    \n*
    \n* ```\n* Components are also event targets.\n* ```js\n* button.on('click', function(){\n* console.log('Button Clicked!');\n* });\n* button.trigger('customevent');\n* ```\n*\n* @param {Object} player Main Player\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @class Component\n*/",meta:{range:[114,937],filename:"component.js",lineno:17,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Base UI Component class\nComponents are embeddable UI objects that are represented by both a\njavascript object and an element in the DOM. They can be children of other\ncomponents, and can have many children themselves.

    \n
        // adding a button to the player\n    var button = player.addChild('button');\n    button.el(); // -> button element
        <div class="video-js">\n      <div class="vjs-button">Button</div>\n    </div>

    Components are also event targets.

    \n
        button.on('click', function(){\n      console.log('Button Clicked!');\n    });\n    button.trigger('customevent');
    ",params:[{type:{names:["Object"]},description:"

    Main Player

    ",name:"player"},{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"},{type:{names:["function"]},optional:!0,description:"

    Ready callback function

    ",name:"ready"}],kind:"class",name:"Component",longname:"Component",scope:"global"},{comment:"/**\n* Dispose of the component and all child components\n*\n* @method dispose\n*/",meta:{range:[1103,1181],filename:"component.js",lineno:100,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Dispose of the component and all child components

    ",kind:"function",name:"dispose",longname:"dispose",scope:"global"},{comment:"/**\n* Return the component's player\n*\n* @return {Player}\n* @method player\n*/",meta:{range:[1269,1345],filename:"component.js",lineno:134,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Return the component's player

    ",returns:[{type:{names:["Player"]}}],kind:"function",name:"player",longname:"player",scope:"global"},{comment:"/**\n* Deep merge of options objects\n* Whenever a property is an object on both options objects\n* the two properties will be merged using mergeOptions.\n*\n* ```js\n* Parent.prototype.options_ = {\n* optionSet: {\n* 'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },\n* 'childTwo': {},\n* 'childThree': {}\n* }\n* }\n* newOptions = {\n* optionSet: {\n* 'childOne': { 'foo': 'baz', 'abc': '123' }\n* 'childTwo': null,\n* 'childFour': {}\n* }\n* }\n*\n* this.options(newOptions);\n* ```\n* RESULT\n* ```js\n* {\n* optionSet: {\n* 'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },\n* 'childTwo': null, // Disabled. Won't be initialized.\n* 'childThree': {},\n* 'childFour': {}\n* }\n* }\n* ```\n*\n* @param {Object} obj Object of new option values\n* @return {Object} A NEW object of this.options_ and obj merged\n* @method options\n*/",meta:{range:[1358,2308],filename:"component.js",lineno:144,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Deep merge of options objects\nWhenever a property is an object on both options objects\nthe two properties will be merged using mergeOptions.

    \n
        Parent.prototype.options_ = {\n      optionSet: {\n        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },\n        'childTwo': {},\n        'childThree': {}\n      }\n    }\n    newOptions = {\n      optionSet: {\n        'childOne': { 'foo': 'baz', 'abc': '123' }\n        'childTwo': null,\n        'childFour': {}\n      }\n    }\n\n    this.options(newOptions);

    RESULT

    \n
        {\n      optionSet: {\n        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },\n        'childTwo': null, // Disabled. Won't be initialized.\n        'childThree': {},\n        'childFour': {}\n      }\n    }
    ",params:[{type:{names:["Object"]},description:"

    Object of new option values

    ",name:"obj"}],returns:[{type:{names:["Object"]},description:"

    A NEW object of this.options_ and obj merged

    "}],kind:"function",name:"options",longname:"options",scope:"global"},{comment:"/**\n* Get the component's DOM element\n* ```js\n* var domEl = myComponent.el();\n* ```\n*\n* @return {Element}\n* @method el\n*/",meta:{range:[2342,2467],filename:"component.js",lineno:194,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Get the component\'s DOM element

    \n
        var domEl = myComponent.el();
    ',returns:[{type:{names:["Element"]}}],kind:"function",name:"el",longname:"el",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @param {String=} tagName Element's node type. e.g. 'div'\n* @param {Object=} properties An object of properties that should be set\n* @param {Object=} attributes An object of attributes that should be set\n* @return {Element}\n* @method createEl\n*/",meta:{range:[2480,2773],filename:"component.js",lineno:207,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Create the component's DOM element

    ",params:[{type:{names:["String"]},optional:!0,description:"

    Element's node type. e.g. 'div'

    ",name:"tagName"},{type:{names:["Object"]},optional:!0,description:"

    An object of properties that should be set

    ",name:"properties"},{type:{names:["Object"]},optional:!0,description:"

    An object of attributes that should be set

    ",name:"attributes"}],returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Return the component's DOM element where children are inserted.\n* Will either be the same as el() or a new element defined in createEl().\n*\n* @return {Element}\n* @method contentEl\n*/",meta:{range:[2858,3046],filename:"component.js",lineno:244,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Return the component's DOM element where children are inserted.\nWill either be the same as el() or a new element defined in createEl().

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"contentEl",longname:"contentEl",scope:"global"},{comment:"/**\n* Get the component's ID\n* ```js\n* var id = myComponent.id();\n* ```\n*\n* @return {String}\n* @method id\n*/",meta:{range:[3059,3171],filename:"component.js",lineno:255,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Get the component\'s ID

    \n
        var id = myComponent.id();
    ',returns:[{type:{names:["String"]}}],kind:"function",name:"id",longname:"id",scope:"global"},{comment:"/**\n* Get the component's name. The name is often used to reference the component.\n* ```js\n* var name = myComponent.name();\n* ```\n*\n* @return {String}\n* @method name\n*/",meta:{range:[3184,3356],filename:"component.js",lineno:268,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Get the component\'s name. The name is often used to reference the component.

    \n
        var name = myComponent.name();
    ',returns:[{type:{names:["String"]}}],kind:"function",name:"name",longname:"name",scope:"global"},{comment:"/**\n* Get an array of all child components\n* ```js\n* var kids = myComponent.children();\n* ```\n*\n* @return {Array} The children\n* @method children\n*/",meta:{range:[3369,3521],filename:"component.js",lineno:281,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Get an array of all child components

    \n
        var kids = myComponent.children();
    ',returns:[{type:{names:["Array"]},description:"

    The children

    "}],kind:"function",name:"children",longname:"children",scope:"global"},{comment:"/**\n* Returns a child component with the provided ID\n*\n* @return {Component}\n* @method getChildById\n*/",meta:{range:[3534,3636],filename:"component.js",lineno:294,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Returns a child component with the provided ID

    ",returns:[{type:{names:["Component"]}}],kind:"function",name:"getChildById",longname:"getChildById",scope:"global"},{comment:"/**\n* Returns a child component with the provided name\n*\n* @return {Component}\n* @method getChild\n*/",meta:{range:[3649,3749],filename:"component.js",lineno:304,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Returns a child component with the provided name

    ",returns:[{type:{names:["Component"]}}],kind:"function",name:"getChild",longname:"getChild",scope:"global"},{comment:"/**\n* Adds a child component inside this component\n* ```js\n* myComponent.el();\n* // ->
    \n* myComponent.children();\n* // [empty array]\n*\n* var myButton = myComponent.addChild('MyButton');\n* // ->
    myButton
    \n* // -> myButton === myComponent.children()[0];\n* ```\n* Pass in options for child constructors and options for children of the child\n* ```js\n* var myButton = myComponent.addChild('MyButton', {\n* text: 'Press Me',\n* buttonChildExample: {\n* buttonChildOption: true\n* }\n* });\n* ```\n*\n* @param {String|Component} child The class name or instance of a child to add\n* @param {Object=} options Options, including options to be passed to children of the child.\n* @param {Number} index into our children array to attempt to add the child\n* @return {Component} The child component (created by this process if a string was used)\n* @method addChild\n*/",meta:{range:[3762,4758],filename:"component.js",lineno:314,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Adds a child component inside this component

    \n
        myComponent.el();\n    // -> <div class='my-component'></div>\n    myComponent.children();\n    // [empty array]\n\n    var myButton = myComponent.addChild('MyButton');\n    // -> <div class='my-component'><div class="my-button">myButton<div></div>\n    // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    \n
        var myButton = myComponent.addChild('MyButton', {\n      text: 'Press Me',\n      buttonChildExample: {\n        buttonChildOption: true\n      }\n    });
    ",params:[{type:{names:["String","Component"]},description:"

    The class name or instance of a child to add

    ",name:"child"},{type:{names:["Object"]},optional:!0,description:"

    Options, including options to be passed to children of the child.

    ",name:"options"},{type:{names:["Number"]},description:"

    into our children array to attempt to add the child

    ",name:"index"}],returns:[{type:{names:["Component"]},description:"

    The child component (created by this process if a string was used)

    "}],kind:"function",name:"addChild",longname:"addChild",scope:"global"},{comment:"/**\n* Remove a child component from this component's list of children, and the\n* child component's element from this component's element\n*\n* @param {Component} component Component to remove\n* @method removeChild\n*/",meta:{range:[4984,5199],filename:"component.js",lineno:417,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Remove a child component from this component's list of children, and the\nchild component's element from this component's element

    ",params:[{type:{names:["Component"]},description:"

    Component to remove

    ",name:"component"}],kind:"function",name:"removeChild",longname:"removeChild",scope:"global"},{comment:"/**\n* Add and initialize default child components from options\n* ```js\n* // when an instance of MyComponent is created, all children in options\n* // will be added to the instance by their name strings and options\n* MyComponent.prototype.options_ = {\n* children: [\n* 'myChildComponent'\n* ],\n* myChildComponent: {\n* myChildOption: true\n* }\n* };\n*\n* // Or when creating the component\n* var myComp = new MyComponent(player, {\n* children: [\n* 'myChildComponent'\n* ],\n* myChildComponent: {\n* myChildOption: true\n* }\n* });\n* ```\n* The children option can also be an array of\n* child options objects (that also include a 'name' key).\n* This can be used if you have two child components of the\n* same type that need different options.\n* ```js\n* var myComp = new MyComponent(player, {\n* children: [\n* 'button',\n* {\n* name: 'button',\n* someOtherOption: true\n* },\n* {\n* name: 'button',\n* someOtherOption: false\n* }\n* ]\n* });\n* ```\n*\n* @method initChildren\n*/",meta:{range:[5299,6453],filename:"component.js",lineno:457,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Add and initialize default child components from options

    \n
        // when an instance of MyComponent is created, all children in options\n    // will be added to the instance by their name strings and options\n    MyComponent.prototype.options_ = {\n      children: [\n        'myChildComponent'\n      ],\n      myChildComponent: {\n        myChildOption: true\n      }\n    };\n\n    // Or when creating the component\n    var myComp = new MyComponent(player, {\n      children: [\n        'myChildComponent'\n      ],\n      myChildComponent: {\n        myChildOption: true\n      }\n    });

    The children option can also be an array of\nchild options objects (that also include a 'name' key).\nThis can be used if you have two child components of the\nsame type that need different options.

    \n
        var myComp = new MyComponent(player, {\n      children: [\n        'button',\n        {\n          name: 'button',\n          someOtherOption: true\n        },\n        {\n          name: 'button',\n          someOtherOption: false\n        }\n      ]\n    });
    ",kind:"function",name:"initChildren",longname:"initChildren",scope:"global"},{comment:"/**\n* Allows sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[6730,6857],filename:"component.js",lineno:595,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Allows sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* Add an event listener to this component's element\n* ```js\n* var myFunc = function(){\n* var myComponent = this;\n* // Do something when the event is fired\n* };\n*\n* myComponent.on('eventType', myFunc);\n* ```\n* The context of myFunc will be myComponent unless previously bound.\n* Alternatively, you can add a listener to another element or component.\n* ```js\n* myComponent.on(otherElement, 'eventName', myFunc);\n* myComponent.on(otherComponent, 'eventName', myFunc);\n* ```\n* The benefit of using this over `VjsEvents.on(otherElement, 'eventName', myFunc)`\n* and `otherComponent.on('eventName', myFunc)` is that this way the listeners\n* will be automatically cleaned up when either component is disposed.\n* It will also bind myComponent as the context of myFunc.\n* **NOTE**: When using this on elements in the page other than window\n* and document (both permanent), if you remove the element from the DOM\n* you need to call `myComponent.trigger(el, 'dispose')` on it to clean up\n* references to it and allow the browser to garbage collect it.\n*\n* @param {String|Component} first The event type or other component\n* @param {Function|String} second The event handler or event type\n* @param {Function} third The event handler\n* @return {Component}\n* @method on\n*/",meta:{range:[6876,8194],filename:"component.js",lineno:607,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Add an event listener to this component's element

    \n
        var myFunc = function(){\n      var myComponent = this;\n      // Do something when the event is fired\n    };\n\n    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound.\nAlternatively, you can add a listener to another element or component.

    \n
        myComponent.on(otherElement, 'eventName', myFunc);\n    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc)\nand otherComponent.on('eventName', myFunc) is that this way the listeners\nwill be automatically cleaned up when either component is disposed.\nIt will also bind myComponent as the context of myFunc.\nNOTE: When using this on elements in the page other than window\nand document (both permanent), if you remove the element from the DOM\nyou need to call myComponent.trigger(el, 'dispose') on it to clean up\nreferences to it and allow the browser to garbage collect it.

    ", +params:[{type:{names:["String","Component"]},description:"

    The event type or other component

    ",name:"first"},{type:{names:["function","String"]},description:"

    The event handler or event type

    ",name:"second"},{type:{names:["function"]},description:"

    The event handler

    ",name:"third"}],returns:[{type:{names:["Component"]}}],kind:"function",name:"on",longname:"on",scope:"global"},{comment:"/**\n* Remove an event listener from this component's element\n* ```js\n* myComponent.off('eventType', myFunc);\n* ```\n* If myFunc is excluded, ALL listeners for the event type will be removed.\n* If eventType is excluded, ALL listeners will be removed from the component.\n* Alternatively you can use `off` to remove listeners that were added to other\n* elements or components using `myComponent.on(otherComponent...`.\n* In this case both the event type and listener function are REQUIRED.\n* ```js\n* myComponent.off(otherElement, 'eventType', myFunc);\n* myComponent.off(otherComponent, 'eventType', myFunc);\n* ```\n*\n* @param {String=|Component} first The event type or other component\n* @param {Function=|String} second The listener function or event type\n* @param {Function=} third The listener for other component\n* @return {Component}\n* @method off\n*/",meta:{range:[8327,9213],filename:"component.js",lineno:682,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Remove an event listener from this component's element

    \n
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed.\nIf eventType is excluded, ALL listeners will be removed from the component.\nAlternatively you can use off to remove listeners that were added to other\nelements or components using myComponent.on(otherComponent....\nIn this case both the event type and listener function are REQUIRED.

    \n
        myComponent.off(otherElement, 'eventType', myFunc);\n    myComponent.off(otherComponent, 'eventType', myFunc);
    ",params:[{type:{names:["String","Component"]},description:"

    The event type or other component

    ",name:"first"},{type:{names:["function","String"]},description:"

    The listener function or event type

    ",name:"second"},{type:{names:["function"]},optional:!0,description:"

    The listener for other component

    ",name:"third"}],returns:[{type:{names:["Component"]}}],kind:"function",name:"off",longname:"off",scope:"global"},{comment:"/**\n* Add an event listener to be triggered only once and then removed\n* ```js\n* myComponent.one('eventName', myFunc);\n* ```\n* Alternatively you can add a listener to another element or component\n* that will be triggered only once.\n* ```js\n* myComponent.one(otherElement, 'eventName', myFunc);\n* myComponent.one(otherComponent, 'eventName', myFunc);\n* ```\n*\n* @param {String|Component} first The event type or other component\n* @param {Function|String} second The listener function or event type\n* @param {Function=} third The listener function for other component\n* @return {Component}\n* @method one\n*/",meta:{range:[9295,9937],filename:"component.js",lineno:730,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Add an event listener to be triggered only once and then removed

    \n
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component\nthat will be triggered only once.

    \n
        myComponent.one(otherElement, 'eventName', myFunc);\n    myComponent.one(otherComponent, 'eventName', myFunc);
    ",params:[{type:{names:["String","Component"]},description:"

    The event type or other component

    ",name:"first"},{type:{names:["function","String"]},description:"

    The listener function or event type

    ",name:"second"},{type:{names:["function"]},optional:!0,description:"

    The listener function for other component

    ",name:"third"}],returns:[{type:{names:["Component"]}}],kind:"function",name:"one",longname:"one",scope:"global"},{comment:"/**\n* Trigger an event on an element\n* ```js\n* myComponent.trigger('eventName');\n* myComponent.trigger({'type':'eventName'});\n* myComponent.trigger('eventName', {data: 'some data'});\n* myComponent.trigger({'type':'eventName'}, {data: 'some data'});\n* ```\n*\n* @param {Event|Object|String} event A string (the type) or an event object with a type attribute\n* @param {Object} [hash] data hash to pass along with the event\n* @return {Component} self\n* @method trigger\n*/",meta:{range:[10004,10495],filename:"component.js",lineno:770,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Trigger an event on an element

    \n
        myComponent.trigger('eventName');\n    myComponent.trigger({'type':'eventName'});\n    myComponent.trigger('eventName', {data: 'some data'});\n    myComponent.trigger({'type':'eventName'}, {data: 'some data'});
    ",params:[{type:{names:["Event","Object","String"]},description:"

    A string (the type) or an event object with a type attribute

    ",name:"event"},{type:{names:["Object"]},optional:!0,description:"

    data hash to pass along with the event

    ",name:"hash"}],returns:[{type:{names:["Component"]},description:"

    self

    "}],kind:"function",name:"trigger",longname:"trigger",scope:"global"},{comment:"/**\n* Bind a listener to the component's ready state.\n* Different from event listeners in that if the ready event has already happened\n* it will trigger the function immediately.\n*\n* @param {Function} fn Ready listener\n* @param {Boolean} sync Exec the listener synchronously if component is ready\n* @return {Component}\n* @method ready\n*/",meta:{range:[10511,10850],filename:"component.js",lineno:789,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Bind a listener to the component's ready state.\nDifferent from event listeners in that if the ready event has already happened\nit will trigger the function immediately.

    ",params:[{type:{names:["function"]},description:"

    Ready listener

    ",name:"fn"},{type:{names:["Boolean"]},description:"

    Exec the listener synchronously if component is ready

    ",name:"sync"}],returns:[{type:{names:["Component"]}}],kind:"function",name:"ready",longname:"ready",scope:"global"},{comment:"/**\n* Trigger the ready listeners\n*\n* @return {Component}\n* @method triggerReady\n*/",meta:{range:[10902,10985],filename:"component.js",lineno:816,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Trigger the ready listeners

    ",returns:[{type:{names:["Component"]}}],kind:"function",name:"triggerReady",longname:"triggerReady",scope:"global"},{comment:"/**\n* Finds a single DOM element matching `selector` within the component's\n* `contentEl` or another custom context.\n*\n* @method $\n* @param {String} selector\n* A valid CSS selector, which will be passed to `querySelector`.\n*\n* @param {Element|String} [context=document]\n* A DOM element within which to query. Can also be a selector\n* string in which case the first matching element will be used\n* as context. If missing (or no element matches selector), falls\n* back to `document`.\n*\n* @return {Element|null}\n*/",meta:{range:[11049,11602],filename:"component.js",lineno:843,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Finds a single DOM element matching selector within the component's\ncontentEl or another custom context.

    ",kind:"function",name:"$",params:[{type:{names:["String"]},description:"

    A valid CSS selector, which will be passed to querySelector.

    ",name:"selector"},{type:{names:["Element","String"]},optional:!0,defaultvalue:"document",description:"

    A DOM element within which to query. Can also be a selector\n string in which case the first matching element will be used\n as context. If missing (or no element matches selector), falls\n back to document.

    ",name:"context"}],returns:[{type:{names:["Element","null"]}}],longname:"$",scope:"global"},{comment:"/**\n* Finds a all DOM elements matching `selector` within the component's\n* `contentEl` or another custom context.\n*\n* @method $$\n* @param {String} selector\n* A valid CSS selector, which will be passed to `querySelectorAll`.\n*\n* @param {Element|String} [context=document]\n* A DOM element within which to query. Can also be a selector\n* string in which case the first matching element will be used\n* as context. If missing (or no element matches selector), falls\n* back to `document`.\n*\n* @return {NodeList}\n*/",meta:{range:[11615,12166],filename:"component.js",lineno:863,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Finds a all DOM elements matching selector within the component's\ncontentEl or another custom context.

    ",kind:"function",name:"$$",params:[{type:{names:["String"]},description:"

    A valid CSS selector, which will be passed to querySelectorAll.

    ",name:"selector"},{type:{names:["Element","String"]},optional:!0,defaultvalue:"document",description:"

    A DOM element within which to query. Can also be a selector\n string in which case the first matching element will be used\n as context. If missing (or no element matches selector), falls\n back to document.

    ",name:"context"}],returns:[{type:{names:["NodeList"]}}],longname:"$$",scope:"global"},{comment:"/**\n* Check if a component's element has a CSS class name\n*\n* @param {String} classToCheck Classname to check\n* @return {Component}\n* @method hasClass\n*/",meta:{range:[12179,12332],filename:"component.js",lineno:883,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Check if a component's element has a CSS class name

    ",params:[{type:{names:["String"]},description:"

    Classname to check

    ",name:"classToCheck"}],returns:[{type:{names:["Component"]}}],kind:"function",name:"hasClass",longname:"hasClass",scope:"global"},{comment:"/**\n* Add a CSS class name to the component's element\n*\n* @param {String} classToAdd Classname to add\n* @return {Component}\n* @method addClass\n*/",meta:{range:[12345,12490],filename:"component.js",lineno:894,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Add a CSS class name to the component's element

    ",params:[{type:{names:["String"]},description:"

    Classname to add

    ",name:"classToAdd"}],returns:[{type:{names:["Component"]}}],kind:"function",name:"addClass",longname:"addClass",scope:"global"},{comment:"/**\n* Remove a CSS class name from the component's element\n*\n* @param {String} classToRemove Classname to remove\n* @return {Component}\n* @method removeClass\n*/",meta:{range:[12506,12665],filename:"component.js",lineno:906,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Remove a CSS class name from the component's element

    ",params:[{type:{names:["String"]},description:"

    Classname to remove

    ",name:"classToRemove"}],returns:[{type:{names:["Component"]}}],kind:"function",name:"removeClass",longname:"removeClass",scope:"global"},{comment:"/**\n* Add or remove a CSS class name from the component's element\n*\n* @param {String} classToToggle\n* @param {Boolean|Function} [predicate]\n* Can be a function that returns a Boolean. If `true`, the class\n* will be added; if `false`, the class will be removed. If not\n* given, the class will be added if not present and vice versa.\n*\n* @return {Component}\n* @method toggleClass\n*/",meta:{range:[12681,13087],filename:"component.js",lineno:918,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Add or remove a CSS class name from the component's element

    ",params:[{type:{names:["String"]},name:"classToToggle"},{type:{names:["Boolean","function"]},optional:!0,description:"

    Can be a function that returns a Boolean. If true, the class\n will be added; if false, the class will be removed. If not\n given, the class will be added if not present and vice versa.

    ",name:"predicate"}],returns:[{type:{names:["Component"]}}],kind:"function",name:"toggleClass",longname:"toggleClass",scope:"global"},{comment:"/**\n* Show the component element if hidden\n*\n* @return {Component}\n* @method show\n*/",meta:{range:[13103,13187],filename:"component.js",lineno:935,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Show the component element if hidden

    ",returns:[{type:{names:["Component"]}}],kind:"function",name:"show",longname:"show",scope:"global"},{comment:"/**\n* Hide the component element if currently showing\n*\n* @return {Component}\n* @method hide\n*/",meta:{range:[13203,13298],filename:"component.js",lineno:946,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Hide the component element if currently showing

    ",returns:[{type:{names:["Component"]}}],kind:"function",name:"hide",longname:"hide",scope:"global"},{comment:"/**\n* Lock an item in its visible state\n* To be used with fadeIn/fadeOut.\n*\n* @return {Component}\n* @private\n* @method lockShowing\n*/",meta:{range:[13314,13447],filename:"component.js",lineno:957,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Lock an item in its visible state\nTo be used with fadeIn/fadeOut.

    ",returns:[{type:{names:["Component"]}}],access:"private",kind:"function",name:"lockShowing",longname:"lockShowing",scope:"global"},{comment:"/**\n* Unlock an item to be hidden\n* To be used with fadeIn/fadeOut.\n*\n* @return {Component}\n* @private\n* @method unlockShowing\n*/",meta:{range:[13463,13592],filename:"component.js",lineno:970,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Unlock an item to be hidden\nTo be used with fadeIn/fadeOut.

    ",returns:[{type:{names:["Component"]}}],access:"private",kind:"function",name:"unlockShowing",longname:"unlockShowing",scope:"global"},{comment:"/**\n* Set or get the width of the component (CSS values)\n* Setting the video tag dimension values only works with values in pixels.\n* Percent values will not work.\n* Some percents can be used, but width()/height() will return the number + %,\n* not the actual computed width/height.\n*\n* @param {Number|String=} num Optional width number\n* @param {Boolean} skipListeners Skip the 'resize' event trigger\n* @return {Component} This component, when setting the width\n* @return {Number|String} The width, when getting\n* @method width\n*/",meta:{range:[13608,14142],filename:"component.js",lineno:983,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Set or get the width of the component (CSS values)\nSetting the video tag dimension values only works with values in pixels.\nPercent values will not work.\nSome percents can be used, but width()/height() will return the number + %,\nnot the actual computed width/height.

    ",params:[{type:{names:["Number","String"]},description:"

    Optional width number

    ",name:"num"},{type:{names:["Boolean"]},description:"

    Skip the 'resize' event trigger

    ",name:"skipListeners"}],returns:[{type:{names:["Component"]},description:"

    This component, when setting the width

    "},{type:{names:["Number","String"]},description:"

    The width, when getting

    "}],kind:"function",name:"width",longname:"width",scope:"global"},{comment:"/**\n* Get or set the height of the component (CSS values)\n* Setting the video tag dimension values only works with values in pixels.\n* Percent values will not work.\n* Some percents can be used, but width()/height() will return the number + %,\n* not the actual computed width/height.\n*\n* @param {Number|String=} num New component height\n* @param {Boolean=} skipListeners Skip the resize event trigger\n* @return {Component} This component, when setting the height\n* @return {Number|String} The height, when getting\n* @method height\n*/",meta:{range:[14155,14693],filename:"component.js",lineno:1e3,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get or set the height of the component (CSS values)\nSetting the video tag dimension values only works with values in pixels.\nPercent values will not work.\nSome percents can be used, but width()/height() will return the number + %,\nnot the actual computed width/height.

    ",params:[{type:{names:["Number","String"]},description:"

    New component height

    ",name:"num"},{type:{names:["Boolean"]},optional:!0,description:"

    Skip the resize event trigger

    ",name:"skipListeners"}],returns:[{type:{names:["Component"]},description:"

    This component, when setting the height

    "},{type:{names:["Number","String"]},description:"

    The height, when getting

    "}],kind:"function",name:"height",longname:"height",scope:"global"},{comment:"/**\n* Set both width and height at the same time\n*\n* @param {Number|String} width Width of player\n* @param {Number|String} height Height of player\n* @return {Component} The component\n* @method dimensions\n*/",meta:{range:[14706,14914],filename:"component.js",lineno:1017,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Set both width and height at the same time

    ",params:[{type:{names:["Number","String"]},description:"

    Width of player

    ",name:"width"},{type:{names:["Number","String"]},description:"

    Height of player

    ",name:"height"}],returns:[{type:{names:["Component"]},description:"

    The component

    "}],kind:"function",name:"dimensions",longname:"dimensions",scope:"global"},{comment:"/**\n* Get or set width or height\n* This is the shared code for the width() and height() methods.\n* All for an integer, integer + 'px' or integer + '%';\n* Known issue: Hidden elements officially have a width of 0. We're defaulting\n* to the style.width value and falling back to computedStyle which has the\n* hidden element issue. Info, but probably not an efficient fix:\n* http://www.foliotek.com/devblog/getting-the-width-of-a-hidden-element-with-jquery-using-width/\n*\n* @param {String} widthOrHeight 'width' or 'height'\n* @param {Number|String=} num New dimension\n* @param {Boolean=} skipListeners Skip resize event trigger\n* @return {Component} The component if a dimension was set\n* @return {Number|String} The dimension if nothing was set\n* @private\n* @method dimension\n*/",meta:{range:[14930,15714],filename:"component.js",lineno:1030,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get or set width or height\nThis is the shared code for the width() and height() methods.\nAll for an integer, integer + 'px' or integer + '%';\nKnown issue: Hidden elements officially have a width of 0. We're defaulting\nto the style.width value and falling back to computedStyle which has the\nhidden element issue. Info, but probably not an efficient fix:\nhttp://www.foliotek.com/devblog/getting-the-width-of-a-hidden-element-with-jquery-using-width/

    ",params:[{type:{names:["String"]},description:"

    'width' or 'height'

    ",name:"widthOrHeight"},{type:{names:["Number","String"]},description:"

    New dimension

    ",name:"num"},{type:{names:["Boolean"]},optional:!0,description:"

    Skip resize event trigger

    ",name:"skipListeners"}],returns:[{type:{names:["Component"]},description:"

    The component if a dimension was set

    "},{type:{names:["Number","String"]},description:"

    The dimension if nothing was set

    "}],access:"private",kind:"function",name:"dimension",longname:"dimension",scope:"global"},{comment:"/**\n* Get width or height of computed style\n* @param {String} widthOrHeight 'width' or 'height'\n* @return {Number|Boolean} The bolean false if nothing was set\n* @method currentDimension\n*/",meta:{range:[15853,16043],filename:"component.js",lineno:1093,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get width or height of computed style

    ",params:[{type:{names:["String"]},description:"

    'width' or 'height'

    ",name:"widthOrHeight"}],returns:[{type:{names:["Number","Boolean"]},description:"

    The bolean false if nothing was set

    "}],kind:"function",name:"currentDimension",longname:"currentDimension",scope:"global"},{comment:"/**\n* Get an object which contains width and height values of computed style\n* @return {Object} The dimensions of element\n* @method currentDimensions\n*/",meta:{range:[16110,16262],filename:"component.js",lineno:1121,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get an object which contains width and height values of computed style

    ",returns:[{type:{names:["Object"]},description:"

    The dimensions of element

    "}],kind:"function",name:"currentDimensions",longname:"currentDimensions",scope:"global"},{comment:"/**\n* Get width of computed style\n* @return {Integer}\n* @method currentWidth\n*/",meta:{range:[16284,16363],filename:"component.js",lineno:1133,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get width of computed style

    ",returns:[{type:{names:["Integer"]}}],kind:"function",name:"currentWidth",longname:"currentWidth",scope:"global"},{comment:"/**\n* Get height of computed style\n* @return {Integer}\n* @method currentHeight\n*/",meta:{range:[16376,16457],filename:"component.js",lineno:1142,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get height of computed style

    ",returns:[{type:{names:["Integer"]}}],kind:"function",name:"currentHeight",longname:"currentHeight",scope:"global"},{comment:"/**\n* Emit 'tap' events when touch events are supported\n* This is used to support toggling the controls through a tap on the video.\n* We're requiring them to be enabled because otherwise every component would\n* have this extra overhead unnecessarily, on mobile devices where extra\n* overhead is especially bad.\n*\n* @private\n* @method emitTapEvents\n*/",meta:{range:[16470,16820],filename:"component.js",lineno:1151,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Emit 'tap' events when touch events are supported\nThis is used to support toggling the controls through a tap on the video.\nWe're requiring them to be enabled because otherwise every component would\nhave this extra overhead unnecessarily, on mobile devices where extra\noverhead is especially bad.

    ",access:"private",kind:"function",name:"emitTapEvents",longname:"emitTapEvents",scope:"global"},{comment:"/**\n* Report user touch activity when touch events occur\n* User activity is used to determine when controls should show/hide. It's\n* relatively simple when it comes to mouse events, because any mouse event\n* should show the controls. So we capture mouse events that bubble up to the\n* player and report activity when that happens.\n* With touch events it isn't as easy. We can't rely on touch events at the\n* player level, because a tap (touchstart + touchend) on the video itself on\n* mobile devices is meant to turn controls off (and on). User activity is\n* checked asynchronously, so what could happen is a tap event on the video\n* turns the controls off, then the touchend event bubbles up to the player,\n* which if it reported user activity, would turn the controls right back on.\n* (We also don't want to completely block touch events from bubbling up)\n* Also a touchmove, touch+hold, and anything other than a tap is not supposed\n* to turn the controls back on on a mobile device.\n* Here we're setting the default component behavior to report user activity\n* whenever touch events happen, and this can be turned off by components that\n* want touch events to act differently.\n*\n* @method enableTouchActivity\n*/",meta:{range:[17049,18264],filename:"component.js",lineno:1237,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Report user touch activity when touch events occur\nUser activity is used to determine when controls should show/hide. It's\nrelatively simple when it comes to mouse events, because any mouse event\nshould show the controls. So we capture mouse events that bubble up to the\nplayer and report activity when that happens.\nWith touch events it isn't as easy. We can't rely on touch events at the\nplayer level, because a tap (touchstart + touchend) on the video itself on\nmobile devices is meant to turn controls off (and on). User activity is\nchecked asynchronously, so what could happen is a tap event on the video\nturns the controls off, then the touchend event bubbles up to the player,\nwhich if it reported user activity, would turn the controls right back on.\n(We also don't want to completely block touch events from bubbling up)\nAlso a touchmove, touch+hold, and anything other than a tap is not supposed\nto turn the controls back on on a mobile device.\nHere we're setting the default component behavior to report user activity\nwhenever touch events happen, and this can be turned off by components that\nwant touch events to act differently.

    ",kind:"function",name:"enableTouchActivity",longname:"enableTouchActivity",scope:"global"},{comment:"/**\n* Creates timeout and sets up disposal automatically.\n*\n* @param {Function} fn The function to run after the timeout.\n* @param {Number} timeout Number of ms to delay before executing specified function.\n* @return {Number} Returns the timeout ID\n* @method setTimeout\n*/",meta:{range:[18361,18633],filename:"component.js",lineno:1290,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Creates timeout and sets up disposal automatically.

    ",params:[{type:{names:["function"]},description:"

    The function to run after the timeout.

    ",name:"fn"},{type:{names:["Number"]},description:"

    Number of ms to delay before executing specified function.

    ",name:"timeout"}],returns:[{type:{names:["Number"]},description:"

    Returns the timeout ID

    "}],kind:"function",name:"setTimeout",longname:"setTimeout",scope:"global"},{comment:"/**\n* Clears a timeout and removes the associated dispose listener\n*\n* @param {Number} timeoutId The id of the timeout to clear\n* @return {Number} Returns the timeout ID\n* @method clearTimeout\n*/",meta:{range:[18685,18880],filename:"component.js",lineno:1315,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Clears a timeout and removes the associated dispose listener

    ",params:[{type:{names:["Number"]},description:"

    The id of the timeout to clear

    ",name:"timeoutId"}],returns:[{type:{names:["Number"]},description:"

    Returns the timeout ID

    "}],kind:"function",name:"clearTimeout",longname:"clearTimeout",scope:"global"},{comment:"/**\n* Creates an interval and sets up disposal automatically.\n*\n* @param {Function} fn The function to run every N seconds.\n* @param {Number} interval Number of ms to delay before executing specified function.\n* @return {Number} Returns the interval ID\n* @method setInterval\n*/",meta:{range:[18917,19194],filename:"component.js",lineno:1334,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Creates an interval and sets up disposal automatically.

    ",params:[{type:{names:["function"]},description:"

    The function to run every N seconds.

    ",name:"fn"},{type:{names:["Number"]},description:"

    Number of ms to delay before executing specified function.

    ",name:"interval"}],returns:[{type:{names:["Number"]},description:"

    Returns the interval ID

    "}],kind:"function",name:"setInterval",longname:"setInterval",scope:"global"},{comment:"/**\n* Clears an interval and removes the associated dispose listener\n*\n* @param {Number} intervalId The id of the interval to clear\n* @return {Number} Returns the interval ID\n* @method clearInterval\n*/",meta:{range:[19243,19444],filename:"component.js",lineno:1358,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Clears an interval and removes the associated dispose listener

    ",params:[{type:{names:["Number"]},description:"

    The id of the interval to clear

    ",name:"intervalId"}],returns:[{type:{names:["Number"]},description:"

    Returns the interval ID

    "}],kind:"function",name:"clearInterval",longname:"clearInterval",scope:"global"},{comment:"/**\n* Registers a component\n*\n* @param {String} name Name of the component to register\n* @param {Object} comp The component to register\n* @static\n* @method registerComponent\n*/",meta:{range:[19481,19657],filename:"component.js",lineno:1377,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Registers a component

    ",params:[{type:{names:["String"]},description:"

    Name of the component to register

    ",name:"name"},{type:{names:["Object"]},description:"

    The component to register

    ",name:"comp"}],scope:"static",kind:"function",name:"registerComponent",longname:"registerComponent"},{comment:"/**\n* Gets a component by name\n*\n* @param {String} name Name of the component to get\n* @return {Component}\n* @static\n* @method getComponent\n*/",meta:{range:[19685,19827],filename:"component.js",lineno:1394,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Gets a component by name

    ",params:[{type:{names:["String"]},description:"

    Name of the component to get

    ",name:"name"}],returns:[{type:{names:["Component"]}}],scope:"static",kind:"function",name:"getComponent",longname:"getComponent"},{comment:"/**\n* Sets up the constructor using the supplied init method\n* or uses the init of the parent object\n*\n* @param {Object} props An object of properties\n* @static\n* @deprecated\n* @method extend\n*/",meta:{range:[19861,20055],filename:"component.js",lineno:1413,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Sets up the constructor using the supplied init method\nor uses the init of the parent object

    ",params:[{type:{names:["Object"]},description:"

    An object of properties

    ",name:"props"}],scope:"static",deprecated:!0,kind:"function",name:"extend",longname:"extend"},{comment:"/**\n* @file audio-track-button.js\n*/",meta:{range:[0,36],filename:"audio-track-button.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/audio-track-controls",code:{}},name:"control-bar/audio-track-controls/audio-track-button.js",kind:"file",description:"

    audio-track-button.js

    ",preserveName:!0,longname:"control-bar/audio-track-controls/audio-track-button.js",scope:"global"},{comment:"/**\n* The base class for buttons that toggle specific text track types (e.g. subtitles)\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends TrackButton\n* @class AudioTrackButton\n*/",meta:{range:[52,252],filename:"audio-track-button.js",lineno:9,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/audio-track-controls",code:{}},description:"

    The base class for buttons that toggle specific text track types (e.g. subtitles)

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["TrackButton"],kind:"class",name:"AudioTrackButton",longname:"AudioTrackButton",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[280,406],filename:"audio-track-button.js",lineno:26,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/audio-track-controls",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* Create a menu item for each audio track\n*\n* @return {Array} Array of menu items\n* @method createItems\n*/", +meta:{range:[419,529],filename:"audio-track-button.js",lineno:36,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/audio-track-controls",code:{}},description:"

    Create a menu item for each audio track

    ",returns:[{type:{names:["Array"]},description:"

    Array of menu items

    "}],kind:"function",name:"createItems",longname:"createItems",scope:"global"},{comment:"/**\n* @file audio-track-menu-item.js\n*/",meta:{range:[0,39],filename:"audio-track-menu-item.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/audio-track-controls",code:{}},name:"control-bar/audio-track-controls/audio-track-menu-item.js",kind:"file",description:"

    audio-track-menu-item.js

    ",preserveName:!0,longname:"control-bar/audio-track-controls/audio-track-menu-item.js",scope:"global"},{comment:"/**\n* The audio track menu item\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends MenuItem\n* @class AudioTrackMenuItem\n*/",meta:{range:[52,195],filename:"audio-track-menu-item.js",lineno:8,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/audio-track-controls",code:{}},description:"

    The audio track menu item

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["MenuItem"],kind:"class",name:"AudioTrackMenuItem",longname:"AudioTrackMenuItem",scope:"global"},{comment:"/**\n* Handle click on audio track\n*\n* @method handleClick\n*/",meta:{range:[265,325],filename:"audio-track-menu-item.js",lineno:39,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/audio-track-controls",code:{}},description:"

    Handle click on audio track

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* Handle audio track change\n*\n* @method handleTracksChange\n*/",meta:{range:[368,433],filename:"audio-track-menu-item.js",lineno:58,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/audio-track-controls",code:{}},description:"

    Handle audio track change

    ",kind:"function",name:"handleTracksChange",longname:"handleTracksChange",scope:"global"},{comment:"/**\n* @file control-bar.js\n*/",meta:{range:[0,29],filename:"control-bar.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},name:"control-bar/control-bar.js",kind:"file",description:"

    control-bar.js

    ",preserveName:!0,longname:"control-bar/control-bar.js",scope:"global"},{comment:"/**\n* Container of main controls\n*\n* @extends Component\n* @class ControlBar\n*/",meta:{range:[96,174],filename:"control-bar.js",lineno:26,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Container of main controls

    ",augments:["Component"],kind:"class",name:"ControlBar",longname:"ControlBar",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[181,265],filename:"control-bar.js",lineno:34,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* @file fullscreen-toggle.js\n*/",meta:{range:[0,35],filename:"fullscreen-toggle.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},name:"control-bar/fullscreen-toggle.js",kind:"file",description:"

    fullscreen-toggle.js

    ",preserveName:!0,longname:"control-bar/fullscreen-toggle.js",scope:"global"},{comment:"/**\n* Toggle fullscreen video\n*\n* @extends Button\n* @class FullscreenToggle\n*/",meta:{range:[45,123],filename:"fullscreen-toggle.js",lineno:7,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Toggle fullscreen video

    ",augments:["Button"],kind:"class",name:"FullscreenToggle",longname:"FullscreenToggle",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[145,271],filename:"fullscreen-toggle.js",lineno:20,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* Handles Fullscreenchange on the component and change control text accordingly\n*\n* @method handleFullscreenChange\n*/",meta:{range:[281,402],filename:"fullscreen-toggle.js",lineno:29,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Handles Fullscreenchange on the component and change control text accordingly

    ",kind:"function",name:"handleFullscreenChange",longname:"handleFullscreenChange",scope:"global"},{comment:"/**\n* Handles click for full screen\n*\n* @method handleClick\n*/",meta:{range:[424,486],filename:"fullscreen-toggle.js",lineno:41,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Handles click for full screen

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* @file live-display.js\n*/",meta:{range:[0,30],filename:"live-display.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},name:"control-bar/live-display.js",kind:"file",description:"

    live-display.js

    ",preserveName:!0,longname:"control-bar/live-display.js",scope:"global"},{comment:"/**\n* Displays the live indicator\n* TODO - Future make it click to snap to live\n*\n* @extends Component\n* @class LiveDisplay\n*/",meta:{range:[40,166],filename:"live-display.js",lineno:7,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Displays the live indicator\nTODO - Future make it click to snap to live

    ",augments:["Component"],kind:"class",name:"LiveDisplay",longname:"LiveDisplay",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[194,278],filename:"live-display.js",lineno:23,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* @file mute-toggle.js\n*/",meta:{range:[0,29],filename:"mute-toggle.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},name:"control-bar/mute-toggle.js",kind:"file",description:"

    mute-toggle.js

    ",preserveName:!0,longname:"control-bar/mute-toggle.js",scope:"global"},{comment:"/**\n* A button component for muting the audio\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Button\n* @class MuteToggle\n*/",meta:{range:[42,189],filename:"mute-toggle.js",lineno:8,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    A button component for muting the audio

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Button"],kind:"class",name:"MuteToggle",longname:"MuteToggle",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[259,385],filename:"mute-toggle.js",lineno:39,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* Handle click on mute\n*\n* @method handleClick\n*/",meta:{range:[398,451],filename:"mute-toggle.js",lineno:49,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Handle click on mute

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* Update volume\n*\n* @method update\n*/",meta:{range:[464,505],filename:"mute-toggle.js",lineno:58,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Update volume

    ",kind:"function",name:"update",longname:"update",scope:"global"},{comment:"/**\n* @file play-toggle.js\n*/",meta:{range:[0,29],filename:"play-toggle.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},name:"control-bar/play-toggle.js",kind:"file",description:"

    play-toggle.js

    ",preserveName:!0,longname:"control-bar/play-toggle.js",scope:"global"},{comment:"/**\n* Button to toggle between play and pause\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Button\n* @class PlayToggle\n*/",meta:{range:[39,186],filename:"play-toggle.js",lineno:7,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Button to toggle between play and pause

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Button"],kind:"class",name:"PlayToggle",longname:"PlayToggle",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[214,340],filename:"play-toggle.js",lineno:24,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* Handle click to toggle between play and pause\n*\n* @method handleClick\n*/",meta:{range:[353,431],filename:"play-toggle.js",lineno:34,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Handle click to toggle between play and pause

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* Add the vjs-playing class to the element so it can change appearance\n*\n* @method handlePlay\n*/",meta:{range:[456,556],filename:"play-toggle.js",lineno:47,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Add the vjs-playing class to the element so it can change appearance

    ",kind:"function",name:"handlePlay",longname:"handlePlay",scope:"global"},{comment:"/**\n* Add the vjs-paused class to the element so it can change appearance\n*\n* @method handlePause\n*/",meta:{range:[575,675],filename:"play-toggle.js",lineno:58,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Add the vjs-paused class to the element so it can change appearance

    ",kind:"function",name:"handlePause",longname:"handlePause",scope:"global"},{comment:"/**\n* @file playback-rate-menu-button.js\n*/",meta:{range:[0,43],filename:"playback-rate-menu-button.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},name:"control-bar/playback-rate-menu/playback-rate-menu-button.js",kind:"file",description:"

    playback-rate-menu-button.js

    ",preserveName:!0,longname:"control-bar/playback-rate-menu/playback-rate-menu-button.js",scope:"global"},{comment:"/**\n* The component for controlling the playback rate\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends MenuButton\n* @class PlaybackRateMenuButton\n*/",meta:{range:[62,233],filename:"playback-rate-menu-button.js",lineno:10,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},description:"

    The component for controlling the playback rate

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["MenuButton"],kind:"class",name:"PlaybackRateMenuButton",longname:"PlaybackRateMenuButton",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[270,354],filename:"playback-rate-menu-button.js",lineno:30,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[394,520],filename:"playback-rate-menu-button.js",lineno:49,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* Create the playback rate menu\n*\n* @return {Menu} Menu object populated with items\n* @method createMenu\n*/",meta:{range:[533,644],filename:"playback-rate-menu-button.js",lineno:59,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},description:"

    Create the playback rate menu

    ",returns:[{type:{names:["Menu"]},description:"

    Menu object populated with items

    "}],kind:"function",name:"createMenu",longname:"createMenu",scope:"global"},{comment:"/**\n* Updates ARIA accessibility attributes\n*\n* @method updateARIAAttributes\n*/",meta:{range:[690,769],filename:"playback-rate-menu-button.js",lineno:80,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},description:"

    Updates ARIA accessibility attributes

    ",kind:"function",name:"updateARIAAttributes",longname:"updateARIAAttributes",scope:"global"},{comment:"/**\n* Handle menu item click\n*\n* @method handleClick\n*/",meta:{range:[785,840],filename:"playback-rate-menu-button.js",lineno:90,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},description:"

    Handle menu item click

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* Get possible playback rates\n*\n* @return {Array} Possible playback rates\n* @method playbackRates\n*/",meta:{range:[889,993],filename:"playback-rate-menu-button.js",lineno:111,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},description:"

    Get possible playback rates

    ",returns:[{type:{names:["Array"]},description:"

    Possible playback rates

    "}],kind:"function",name:"playbackRates",longname:"playbackRates",scope:"global"},{comment:"/**\n* Get whether playback rates is supported by the tech\n* and an array of playback rates exists\n*\n* @return {Boolean} Whether changing playback rate is supported\n* @method playbackRateSupported\n*/",meta:{range:[1006,1204],filename:"playback-rate-menu-button.js",lineno:121,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},description:"

    Get whether playback rates is supported by the tech\nand an array of playback rates exists

    ",returns:[{type:{names:["Boolean"]},description:"

    Whether changing playback rate is supported

    "}],kind:"function",name:"playbackRateSupported",longname:"playbackRateSupported",scope:"global"},{comment:"/**\n* Hide playback rate controls when they're no playback rate options to select\n*\n* @method updateVisibility\n*/",meta:{range:[1229,1342],filename:"playback-rate-menu-button.js",lineno:136,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},description:"

    Hide playback rate controls when they're no playback rate options to select

    ",kind:"function",name:"updateVisibility",longname:"updateVisibility",scope:"global"},{comment:"/**\n* Update button label when rate changed\n*\n* @method updateLabel\n*/",meta:{range:[1367,1437],filename:"playback-rate-menu-button.js",lineno:149,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},description:"

    Update button label when rate changed

    ",kind:"function",name:"updateLabel",longname:"updateLabel",scope:"global"},{comment:"/**\n* @file playback-rate-menu-item.js\n*/",meta:{range:[0,41],filename:"playback-rate-menu-item.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},name:"control-bar/playback-rate-menu/playback-rate-menu-item.js",kind:"file",description:"

    playback-rate-menu-item.js

    ",preserveName:!0,longname:"control-bar/playback-rate-menu/playback-rate-menu-item.js",scope:"global"},{comment:"/**\n* The specific menu item type for selecting a playback rate\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends MenuItem\n* @class PlaybackRateMenuItem\n*/",meta:{range:[51,228],filename:"playback-rate-menu-item.js",lineno:7,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},description:"

    The specific menu item type for selecting a playback rate

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["MenuItem"],kind:"class",name:"PlaybackRateMenuItem",longname:"PlaybackRateMenuItem",scope:"global"},{comment:"/**\n* Handle click on menu item\n*\n* @method handleClick\n*/",meta:{range:[280,338],filename:"playback-rate-menu-item.js",lineno:32,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},description:"

    Handle click on menu item

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* Update playback rate with selected rate\n*\n* @method update\n*/",meta:{range:[354,421],filename:"playback-rate-menu-item.js",lineno:42,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu",code:{}},description:"

    Update playback rate with selected rate

    ",kind:"function",name:"update",longname:"update",scope:"global"},{comment:"/**\n* @file load-progress-bar.js\n*/",meta:{range:[0,35],filename:"load-progress-bar.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},name:"control-bar/progress-control/load-progress-bar.js",kind:"file",description:"

    load-progress-bar.js

    ",preserveName:!0,longname:"control-bar/progress-control/load-progress-bar.js",scope:"global"},{comment:"/**\n* Shows load progress\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class LoadProgressBar\n*/",meta:{range:[45,180],filename:"load-progress-bar.js",lineno:7,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Shows load progress

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Component"],kind:"class",name:"LoadProgressBar",longname:"LoadProgressBar",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[202,286],filename:"load-progress-bar.js",lineno:22,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Update progress bar\n*\n* @method update\n*/",meta:{range:[308,355],filename:"load-progress-bar.js",lineno:35,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Update progress bar

    ",kind:"function",name:"update",longname:"update",scope:"global"},{comment:"/**\n* @file mouse-time-display.js\n*/",meta:{range:[0,36],filename:"mouse-time-display.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},name:"control-bar/progress-control/mouse-time-display.js",kind:"file",description:"

    mouse-time-display.js

    ",preserveName:!0,longname:"control-bar/progress-control/mouse-time-display.js",scope:"global"},{comment:"/**\n* The Mouse Time Display component shows the time you will seek to\n* when hovering over the progress bar\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class MouseTimeDisplay\n*/",meta:{range:[58,277],filename:"mouse-time-display.js",lineno:11,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    The Mouse Time Display component shows the time you will seek to\nwhen hovering over the progress bar

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Component"],kind:"class",name:"MouseTimeDisplay",longname:"MouseTimeDisplay",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[353,437],filename:"mouse-time-display.js",lineno:45,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* This takes in a horizontal position for the bar and returns a clamped position.\n* Clamped position means that it will keep the position greater than half the width\n* of the tooltip and smaller than the player width minus half the width o the tooltip.\n* It will only clamp the position if `keepTooltipsInside` option is set.\n*\n* @param {Number} position the position the bar wants to be\n* @return {Number} newPosition the (potentially) clamped position\n* @method clampPosition_\n*/",meta:{range:[543,1028],filename:"mouse-time-display.js",lineno:86,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    This takes in a horizontal position for the bar and returns a clamped position.\nClamped position means that it will keep the position greater than half the width\nof the tooltip and smaller than the player width minus half the width o the tooltip.\nIt will only clamp the position if keepTooltipsInside option is set.

    ",params:[{type:{names:["Number"]},description:"

    the position the bar wants to be

    ",name:"position"}],returns:[{type:{names:["Number"]},description:"

    newPosition the (potentially) clamped position

    "}],kind:"function",name:"clampPosition_",longname:"clampPosition_",scope:"global"},{comment:"/**\n* @file play-progress-bar.js\n*/",meta:{range:[0,35],filename:"play-progress-bar.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},name:"control-bar/progress-control/play-progress-bar.js",kind:"file",description:"

    play-progress-bar.js

    ",preserveName:!0,longname:"control-bar/progress-control/play-progress-bar.js",scope:"global"},{comment:"/**\n* Shows play progress\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class PlayProgressBar\n*/",meta:{range:[51,186],filename:"play-progress-bar.js",lineno:9,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Shows play progress

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Component"],kind:"class",name:"PlayProgressBar",longname:"PlayProgressBar",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[247,331],filename:"play-progress-bar.js",lineno:37,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* @file progress-control.js\n*/",meta:{range:[0,34],filename:"progress-control.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},name:"control-bar/progress-control/progress-control.js",kind:"file",description:"

    progress-control.js

    ",preserveName:!0,longname:"control-bar/progress-control/progress-control.js",scope:"global"},{comment:"/**\n* The Progress Control component contains the seek bar, load progress,\n* and play progress\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class ProgressControl\n*/",meta:{range:[47,251],filename:"progress-control.js",lineno:8,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    The Progress Control component contains the seek bar, load progress,\nand play progress

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Component"],kind:"class",name:"ProgressControl",longname:"ProgressControl",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[258,342],filename:"progress-control.js",lineno:19,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* @file seek-bar.js\n*/",meta:{range:[0,26],filename:"seek-bar.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},name:"control-bar/progress-control/seek-bar.js",kind:"file",description:"

    seek-bar.js

    ",preserveName:!0,longname:"control-bar/progress-control/seek-bar.js",scope:"global"},{comment:"/**\n* Seek Bar and holder for the progress bars\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Slider\n* @class SeekBar\n*/",meta:{range:[57,203],filename:"seek-bar.js",lineno:14,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Seek Bar and holder for the progress bars

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Slider"],kind:"class",name:"SeekBar",longname:"SeekBar",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[264,348],filename:"seek-bar.js",lineno:42,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Update ARIA accessibility attributes\n*\n* @method updateARIAAttributes\n*/",meta:{range:[373,451],filename:"seek-bar.js",lineno:56,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Update ARIA accessibility attributes

    ",kind:"function",name:"updateARIAAttributes",longname:"updateARIAAttributes",scope:"global"},{comment:"/**\n* Get percentage of video played\n*\n* @return {Number} Percentage played\n* @method getPercent\n*/",meta:{range:[521,620],filename:"seek-bar.js",lineno:84,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Get percentage of video played

    ",returns:[{type:{names:["Number"]},description:"

    Percentage played

    "}],kind:"function",name:"getPercent",longname:"getPercent",scope:"global"},{comment:"/**\n* Handle mouse down on seek bar\n*\n* @method handleMouseDown\n*/",meta:{range:[636,702],filename:"seek-bar.js",lineno:95,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Handle mouse down on seek bar

    ",kind:"function",name:"handleMouseDown",longname:"handleMouseDown",scope:"global"},{comment:"/**\n* Handle mouse move on seek bar\n*\n* @method handleMouseMove\n*/",meta:{range:[730,796],filename:"seek-bar.js",lineno:109,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Handle mouse move on seek bar

    ",kind:"function",name:"handleMouseMove",longname:"handleMouseMove",scope:"global"},{comment:"/**\n* Handle mouse up on seek bar\n*\n* @method handleMouseUp\n*/",meta:{range:[827,889],filename:"seek-bar.js",lineno:124,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Handle mouse up on seek bar

    ",kind:"function",name:"handleMouseUp",longname:"handleMouseUp",scope:"global"},{comment:"/**\n* Move more quickly fast forward for keyboard-only users\n*\n* @method stepForward\n*/",meta:{range:[917,1004],filename:"seek-bar.js",lineno:138,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Move more quickly fast forward for keyboard-only users

    ",kind:"function",name:"stepForward",longname:"stepForward",scope:"global"},{comment:"/**\n* Move more quickly rewind for keyboard-only users\n*\n* @method stepBack\n*/",meta:{range:[1017,1095],filename:"seek-bar.js",lineno:147,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Move more quickly rewind for keyboard-only users

    ",kind:"function",name:"stepBack",longname:"stepBack",scope:"global"},{comment:"/**\n* @file play-progress-bar.js\n*/",meta:{range:[0,35],filename:"tooltip-progress-bar.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},name:"control-bar/progress-control/tooltip-progress-bar.js",kind:"file",description:"

    play-progress-bar.js

    ",preserveName:!0,longname:"control-bar/progress-control/tooltip-progress-bar.js",scope:"global"},{comment:"/**\n* Shows play progress\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class PlayProgressBar\n*/",meta:{range:[51,186],filename:"tooltip-progress-bar.js",lineno:9,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Shows play progress

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Component"],kind:"class",name:"PlayProgressBar",longname:"PlayProgressBar",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[214,298],filename:"tooltip-progress-bar.js",lineno:26,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* @file custom-control-spacer.js\n*/",meta:{range:[0,39],filename:"custom-control-spacer.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/spacer-controls",code:{}},name:"control-bar/spacer-controls/custom-control-spacer.js",kind:"file",description:"

    custom-control-spacer.js

    ",preserveName:!0,longname:"control-bar/spacer-controls/custom-control-spacer.js",scope:"global"},{comment:"/**\n* Spacer specifically meant to be used as an insertion point for new plugins, etc.\n*\n* @extends Spacer\n* @class CustomControlSpacer\n*/",meta:{range:[49,187],filename:"custom-control-spacer.js",lineno:7,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/spacer-controls",code:{}},description:"

    Spacer specifically meant to be used as an insertion point for new plugins, etc.

    ",augments:["Spacer"],kind:"class",name:"CustomControlSpacer",longname:"CustomControlSpacer",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[194,320],filename:"custom-control-spacer.js",lineno:15,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/spacer-controls",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    " +}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[333,417],filename:"custom-control-spacer.js",lineno:25,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/spacer-controls",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* @file spacer.js\n*/",meta:{range:[0,24],filename:"spacer.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/spacer-controls",code:{}},name:"control-bar/spacer-controls/spacer.js",kind:"file",description:"

    spacer.js

    ",preserveName:!0,longname:"control-bar/spacer-controls/spacer.js",scope:"global"},{comment:"/**\n* Just an empty spacer element that can be used as an append point for plugins, etc.\n* Also can be used to create space between elements when necessary.\n*\n* @extends Component\n* @class Spacer\n*/",meta:{range:[31,229],filename:"spacer.js",lineno:6,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/spacer-controls",code:{}},description:"

    Just an empty spacer element that can be used as an append point for plugins, etc.\nAlso can be used to create space between elements when necessary.

    ",augments:["Component"],kind:"class",name:"Spacer",longname:"Spacer",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[236,362],filename:"spacer.js",lineno:15,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/spacer-controls",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[375,459],filename:"spacer.js",lineno:25,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/spacer-controls",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* @file caption-settings-menu-item.js\n*/",meta:{range:[0,44],filename:"caption-settings-menu-item.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},name:"control-bar/text-track-controls/caption-settings-menu-item.js",kind:"file",description:"

    caption-settings-menu-item.js

    ",preserveName:!0,longname:"control-bar/text-track-controls/caption-settings-menu-item.js",scope:"global"},{comment:"/**\n* The menu item for caption track settings menu\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends TextTrackMenuItem\n* @class CaptionSettingsMenuItem\n*/",meta:{range:[54,231],filename:"caption-settings-menu-item.js",lineno:7,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    The menu item for caption track settings menu

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["TextTrackMenuItem"],kind:"class",name:"CaptionSettingsMenuItem",longname:"CaptionSettingsMenuItem",scope:"global"},{comment:"/**\n* Handle click on menu item\n*\n* @method handleClick\n*/",meta:{range:[292,350],filename:"caption-settings-menu-item.js",lineno:35,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Handle click on menu item

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* @file captions-button.js\n*/",meta:{range:[0,33],filename:"captions-button.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},name:"control-bar/text-track-controls/captions-button.js",kind:"file",description:"

    captions-button.js

    ",preserveName:!0,longname:"control-bar/text-track-controls/captions-button.js",scope:"global"},{comment:"/**\n* The button component for toggling and selecting captions\n*\n* @param {Object} player Player object\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends TextTrackButton\n* @class CaptionsButton\n*/",meta:{range:[46,319],filename:"captions-button.js",lineno:8,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    The button component for toggling and selecting captions

    ",params:[{type:{names:["Object"]},description:"

    Player object

    ",name:"player"},{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"},{type:{names:["function"]},optional:!0,description:"

    Ready callback function

    ",name:"ready"}],augments:["TextTrackButton"],kind:"class",name:"CaptionsButton",longname:"CaptionsButton",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[341,467],filename:"captions-button.js",lineno:24,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* Update caption menu items\n*\n* @method update\n*/",meta:{range:[480,533],filename:"captions-button.js",lineno:34,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Update caption menu items

    ",kind:"function",name:"update",longname:"update",scope:"global"},{comment:"/**\n* Create caption menu items\n*\n* @return {Array} Array of menu items\n* @method createItems\n*/",meta:{range:[582,678],filename:"captions-button.js",lineno:55,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Create caption menu items

    ",returns:[{type:{names:["Array"]},description:"

    Array of menu items

    "}],kind:"function",name:"createItems",longname:"createItems",scope:"global"},{comment:"/**\n* @file chapters-button.js\n*/",meta:{range:[0,33],filename:"chapters-button.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},name:"control-bar/text-track-controls/chapters-button.js",kind:"file",description:"

    chapters-button.js

    ",preserveName:!0,longname:"control-bar/text-track-controls/chapters-button.js",scope:"global"},{comment:"/**\n* The button component for toggling and selecting chapters\n* Chapters act much differently than other text tracks\n* Cues are navigation vs. other tracks of alternative languages\n*\n* @param {Object} player Player object\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends TextTrackButton\n* @class ChaptersButton\n*/",meta:{range:[64,456],filename:"chapters-button.js",lineno:14,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    The button component for toggling and selecting chapters\nChapters act much differently than other text tracks\nCues are navigation vs. other tracks of alternative languages

    ",params:[{type:{names:["Object"]},description:"

    Player object

    ",name:"player"},{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"},{type:{names:["function"]},optional:!0,description:"

    Ready callback function

    ",name:"ready"}],augments:["TextTrackButton"],kind:"class",name:"ChaptersButton",longname:"ChaptersButton",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[478,604],filename:"chapters-button.js",lineno:32,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* Create a menu item for each text track\n*\n* @return {Array} Array of menu items\n* @method createItems\n*/",meta:{range:[617,726],filename:"chapters-button.js",lineno:42,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Create a menu item for each text track

    ",returns:[{type:{names:["Array"]},description:"

    Array of menu items

    "}],kind:"function",name:"createItems",longname:"createItems",scope:"global"},{comment:"/**\n* Create menu from chapter buttons\n*\n* @return {Menu} Menu of chapter buttons\n* @method createMenu\n*/",meta:{range:[790,895],filename:"chapters-button.js",lineno:69,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Create menu from chapter buttons

    ",returns:[{type:{names:["Menu"]},description:"

    Menu of chapter buttons

    "}],kind:"function",name:"createMenu",longname:"createMenu",scope:"global"},{comment:"/**\n* @file chapters-track-menu-item.js\n*/",meta:{range:[0,42],filename:"chapters-track-menu-item.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},name:"control-bar/text-track-controls/chapters-track-menu-item.js",kind:"file",description:"

    chapters-track-menu-item.js

    ",preserveName:!0,longname:"control-bar/text-track-controls/chapters-track-menu-item.js",scope:"global"},{comment:"/**\n* The chapter track menu item\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends MenuItem\n* @class ChaptersTrackMenuItem\n*/",meta:{range:[55,203],filename:"chapters-track-menu-item.js",lineno:8,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    The chapter track menu item

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["MenuItem"],kind:"class",name:"ChaptersTrackMenuItem",longname:"ChaptersTrackMenuItem",scope:"global"},{comment:"/**\n* Handle click on menu item\n*\n* @method handleClick\n*/",meta:{range:[255,313],filename:"chapters-track-menu-item.js",lineno:33,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Handle click on menu item

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* Update chapter menu item\n*\n* @method update\n*/",meta:{range:[332,384],filename:"chapters-track-menu-item.js",lineno:44,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Update chapter menu item

    ",kind:"function",name:"update",longname:"update",scope:"global"},{comment:"/**\n* @file descriptions-button.js\n*/",meta:{range:[0,37],filename:"descriptions-button.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},name:"control-bar/text-track-controls/descriptions-button.js",kind:"file",description:"

    descriptions-button.js

    ",preserveName:!0,longname:"control-bar/text-track-controls/descriptions-button.js",scope:"global"},{comment:"/**\n* The button component for toggling and selecting descriptions\n*\n* @param {Object} player Player object\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends TextTrackButton\n* @class DescriptionsButton\n*/",meta:{range:[50,331],filename:"descriptions-button.js",lineno:8,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    The button component for toggling and selecting descriptions

    ",params:[{type:{names:["Object"]},description:"

    Player object

    ",name:"player"},{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"},{type:{names:["function"]},optional:!0,description:"

    Ready callback function

    ",name:"ready"}],augments:["TextTrackButton"],kind:"class",name:"DescriptionsButton",longname:"DescriptionsButton",scope:"global"},{comment:"/**\n* Handle text track change\n*\n* @method handleTracksChange\n*/",meta:{range:[386,450],filename:"descriptions-button.js",lineno:35,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Handle text track change

    ",kind:"function",name:"handleTracksChange",longname:"handleTracksChange",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[514,640],filename:"descriptions-button.js",lineno:61,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* @file off-text-track-menu-item.js\n*/",meta:{range:[0,42],filename:"off-text-track-menu-item.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},name:"control-bar/text-track-controls/off-text-track-menu-item.js",kind:"file",description:"

    off-text-track-menu-item.js

    ",preserveName:!0,longname:"control-bar/text-track-controls/off-text-track-menu-item.js",scope:"global"},{comment:"/**\n* A special menu item for turning of a specific type of text track\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends TextTrackMenuItem\n* @class OffTextTrackMenuItem\n*/",meta:{range:[52,245],filename:"off-text-track-menu-item.js",lineno:7,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    A special menu item for turning of a specific type of text track

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["TextTrackMenuItem"],kind:"class",name:"OffTextTrackMenuItem",longname:"OffTextTrackMenuItem",scope:"global"},{comment:"/**\n* Handle text track change\n*\n* @param {Object} event Event object\n* @method handleTracksChange\n*/",meta:{range:[306,407],filename:"off-text-track-menu-item.js",lineno:35,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Handle text track change

    ",params:[{type:{names:["Object"]},description:"

    Event object

    ",name:"event"}],kind:"function",name:"handleTracksChange",longname:"handleTracksChange",scope:"global"},{comment:"/**\n* @file subtitles-button.js\n*/",meta:{range:[0,34],filename:"subtitles-button.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},name:"control-bar/text-track-controls/subtitles-button.js",kind:"file",description:"

    subtitles-button.js

    ",preserveName:!0,longname:"control-bar/text-track-controls/subtitles-button.js",scope:"global"},{comment:"/**\n* The button component for toggling and selecting subtitles\n*\n* @param {Object} player Player object\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends TextTrackButton\n* @class SubtitlesButton\n*/",meta:{range:[44,319],filename:"subtitles-button.js",lineno:7,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    The button component for toggling and selecting subtitles

    ",params:[{type:{names:["Object"]},description:"

    Player object

    ",name:"player"},{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"},{type:{names:["function"]},optional:!0,description:"

    Ready callback function

    ",name:"ready"}],augments:["TextTrackButton"],kind:"class",name:"SubtitlesButton",longname:"SubtitlesButton",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[341,467],filename:"subtitles-button.js",lineno:23,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* @file text-track-button.js\n*/",meta:{range:[0,35],filename:"text-track-button.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},name:"control-bar/text-track-controls/text-track-button.js",kind:"file",description:"

    text-track-button.js

    ",preserveName:!0,longname:"control-bar/text-track-controls/text-track-button.js",scope:"global"},{comment:"/**\n* The base class for buttons that toggle specific text track types (e.g. subtitles)\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends MenuButton\n* @class TextTrackButton\n*/",meta:{range:[54,252],filename:"text-track-button.js",lineno:10,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    The base class for buttons that toggle specific text track types (e.g. subtitles)

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["MenuButton"],kind:"class",name:"TextTrackButton",longname:"TextTrackButton",scope:"global"},{comment:"/**\n* Create a menu item for each text track\n*\n* @return {Array} Array of menu items\n* @method createItems\n*/",meta:{range:[277,386],filename:"text-track-button.js",lineno:26,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Create a menu item for each text track

    ",returns:[{type:{names:["Array"]},description:"

    Array of menu items

    "}],kind:"function",name:"createItems",longname:"createItems",scope:"global"},{comment:"/**\n* @file text-track-menu-item.js\n*/",meta:{range:[0,38],filename:"text-track-menu-item.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},name:"control-bar/text-track-controls/text-track-menu-item.js",kind:"file",description:"

    text-track-menu-item.js

    ",preserveName:!0,longname:"control-bar/text-track-controls/text-track-menu-item.js",scope:"global"},{comment:"/**\n* The specific menu item type for selecting a language within a text track kind\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends MenuItem\n* @class TextTrackMenuItem\n*/",meta:{range:[57,251],filename:"text-track-menu-item.js",lineno:10,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    The specific menu item type for selecting a language within a text track kind

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["MenuItem"],kind:"class",name:"TextTrackMenuItem",longname:"TextTrackMenuItem",scope:"global"},{comment:"/**\n* Handle click on text track\n*\n* @method handleClick\n*/",meta:{range:[402,461],filename:"text-track-menu-item.js",lineno:68,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Handle click on text track

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* Handle text track change\n*\n* @method handleTracksChange\n*/",meta:{range:[531,595],filename:"text-track-menu-item.js",lineno:96,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls",code:{}},description:"

    Handle text track change

    ",kind:"function",name:"handleTracksChange",longname:"handleTracksChange",scope:"global"},{comment:"/**\n* @file current-time-display.js\n*/",meta:{range:[0,38],filename:"current-time-display.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},name:"control-bar/time-controls/current-time-display.js",kind:"file",description:"

    current-time-display.js

    ",preserveName:!0,longname:"control-bar/time-controls/current-time-display.js",scope:"global"},{comment:"/**\n* Displays the current time\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class CurrentTimeDisplay\n*/",meta:{range:[51,195],filename:"current-time-display.js",lineno:8,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},description:"

    Displays the current time

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Component"],kind:"class",name:"CurrentTimeDisplay",longname:"CurrentTimeDisplay",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[220,304],filename:"current-time-display.js",lineno:24,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Update current time display\n*\n* @method updateContent\n*/",meta:{range:[359,421],filename:"current-time-display.js",lineno:48,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},description:"

    Update current time display

    ",kind:"function",name:"updateContent",longname:"updateContent",scope:"global"},{comment:"/**\n* @file duration-display.js\n*/",meta:{range:[0,34],filename:"duration-display.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},name:"control-bar/time-controls/duration-display.js",kind:"file",description:"

    duration-display.js

    ",preserveName:!0,longname:"control-bar/time-controls/duration-display.js",scope:"global"},{comment:"/**\n* Displays the duration\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class DurationDisplay\n*/",meta:{range:[47,184],filename:"duration-display.js",lineno:8,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},description:"

    Displays the duration

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Component"],kind:"class",name:"DurationDisplay",longname:"DurationDisplay",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[227,311],filename:"duration-display.js",lineno:30,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Update duration time display\n*\n* @method updateContent\n*/",meta:{range:[366,429],filename:"duration-display.js",lineno:54,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},description:"

    Update duration time display

    ",kind:"function",name:"updateContent",longname:"updateContent",scope:"global"},{comment:"/**\n* @file remaining-time-display.js\n*/",meta:{range:[0,40],filename:"remaining-time-display.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},name:"control-bar/time-controls/remaining-time-display.js",kind:"file",description:"

    remaining-time-display.js

    ",preserveName:!0,longname:"control-bar/time-controls/remaining-time-display.js",scope:"global"},{comment:"/**\n* Displays the time left in the video\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class RemainingTimeDisplay\n*/",meta:{range:[53,209],filename:"remaining-time-display.js",lineno:8,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},description:"

    Displays the time left in the video

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Component"],kind:"class",name:"RemainingTimeDisplay",longname:"RemainingTimeDisplay",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[237,321],filename:"remaining-time-display.js",lineno:25,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Update remaining time display\n*\n* @method updateContent\n*/",meta:{range:[376,440],filename:"remaining-time-display.js",lineno:49,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},description:"

    Update remaining time display

    ",kind:"function",name:"updateContent",longname:"updateContent",scope:"global"},{comment:"/**\n* @file time-divider.js\n*/",meta:{range:[0,30],filename:"time-divider.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},name:"control-bar/time-controls/time-divider.js",kind:"file",description:"

    time-divider.js

    ",preserveName:!0,longname:"control-bar/time-controls/time-divider.js",scope:"global"},{comment:"/**\n* The separator between the current time and duration.\n* Can be hidden if it's not needed in the design.\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class TimeDivider\n*/",meta:{range:[37,251],filename:"time-divider.js",lineno:6,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},description:"

    The separator between the current time and duration.\nCan be hidden if it's not needed in the design.

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Component"],kind:"class",name:"TimeDivider",longname:"TimeDivider",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[258,342],filename:"time-divider.js",lineno:17,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* @file track-button.js\n*/",meta:{range:[0,30],filename:"track-button.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},name:"control-bar/track-button.js",kind:"file",description:"

    track-button.js

    ",preserveName:!0,longname:"control-bar/track-button.js",scope:"global"},{comment:"/**\n* The base class for buttons that toggle specific text track types (e.g. subtitles)\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends MenuButton\n* @class TrackButton\n*/",meta:{range:[43,237],filename:"track-button.js",lineno:8,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    The base class for buttons that toggle specific text track types (e.g. subtitles)

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["MenuButton"],kind:"class",name:"TrackButton",longname:"TrackButton",scope:"global"},{comment:"/**\n* @file volume-bar.js\n*/",meta:{range:[0,28],filename:"volume-bar.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control",code:{}},name:"control-bar/volume-control/volume-bar.js",kind:"file",description:"

    volume-bar.js

    ",preserveName:!0,longname:"control-bar/volume-control/volume-bar.js",scope:"global"},{comment:"/**\n* The bar that contains the volume level and can be clicked on to adjust the level\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Slider\n* @class VolumeBar\n*/",meta:{range:[50,237],filename:"volume-bar.js",lineno:11,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control",code:{}},description:"

    The bar that contains the volume level and can be clicked on to adjust the level

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Slider"],kind:"class",name:"VolumeBar",longname:"VolumeBar",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[262,346],filename:"volume-bar.js",lineno:27,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Handle mouse move on volume bar\n*\n* @method handleMouseMove\n*/",meta:{range:[371,439],filename:"volume-bar.js",lineno:41,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control",code:{}},description:"

    Handle mouse move on volume bar

    ",kind:"function",name:"handleMouseMove",longname:"handleMouseMove",scope:"global"},{comment:"/**\n* Get percent of volume level\n*\n* @retun {Number} Volume level percent\n* @method getPercent\n*/",meta:{range:[473,571],filename:"volume-bar.js",lineno:57,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control",code:{}},description:"

    Get percent of volume level

    ",tags:[{originalTitle:"retun",title:"retun",text:"{Number} Volume level percent",value:"{Number} Volume level percent"}],kind:"function",name:"getPercent",longname:"getPercent",scope:"global"},{comment:"/**\n* Increase volume level for keyboard users\n*\n* @method stepForward\n*/",meta:{range:[596,669],filename:"volume-bar.js",lineno:71,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control",code:{}},description:"

    Increase volume level for keyboard users

    ",kind:"function",name:"stepForward",longname:"stepForward",scope:"global"},{comment:"/**\n* Decrease volume level for keyboard users\n*\n* @method stepBack\n*/",meta:{range:[685,755],filename:"volume-bar.js",lineno:81,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control",code:{}},description:"

    Decrease volume level for keyboard users

    ",kind:"function",name:"stepBack",longname:"stepBack",scope:"global"},{comment:"/**\n* Update ARIA accessibility attributes\n*\n* @method updateARIAAttributes\n*/",meta:{range:[771,849],filename:"volume-bar.js",lineno:91,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control",code:{}},description:"

    Update ARIA accessibility attributes

    ",kind:"function",name:"updateARIAAttributes",longname:"updateARIAAttributes",scope:"global"},{comment:"/**\n* @file volume-control.js\n*/",meta:{range:[0,32],filename:"volume-control.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control",code:{}},name:"control-bar/volume-control/volume-control.js",kind:"file",description:"

    volume-control.js

    ",preserveName:!0,longname:"control-bar/volume-control/volume-control.js",scope:"global"},{comment:"/**\n* The component for controlling the volume level\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class VolumeControl\n*/",meta:{range:[48,208],filename:"volume-control.js",lineno:9,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control",code:{}},description:"

    The component for controlling the volume level

    ", +params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Component"],kind:"class",name:"VolumeControl",longname:"VolumeControl",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[263,347],filename:"volume-control.js",lineno:35,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* @file volume-level.js\n*/",meta:{range:[0,30],filename:"volume-level.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control",code:{}},name:"control-bar/volume-control/volume-level.js",kind:"file",description:"

    volume-level.js

    ",preserveName:!0,longname:"control-bar/volume-control/volume-level.js",scope:"global"},{comment:"/**\n* Shows volume level\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class VolumeLevel\n*/",meta:{range:[37,167],filename:"volume-level.js",lineno:6,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control",code:{}},description:"

    Shows volume level

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Component"],kind:"class",name:"VolumeLevel",longname:"VolumeLevel",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[174,258],filename:"volume-level.js",lineno:16,path:"/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* @file volume-menu-button.js\n*/",meta:{range:[0,36],filename:"volume-menu-button.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},name:"control-bar/volume-menu-button.js",kind:"file",description:"

    volume-menu-button.js

    ",preserveName:!0,longname:"control-bar/volume-menu-button.js",scope:"global"},{comment:"/**\n* Button for volume popup\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends PopupButton\n* @class VolumeMenuButton\n*/",meta:{range:[58,200],filename:"volume-menu-button.js",lineno:11,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Button for volume popup

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["PopupButton"],kind:"class",name:"VolumeMenuButton",longname:"VolumeMenuButton",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[378,504],filename:"volume-menu-button.js",lineno:78,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {Popup} The volume popup button\n* @method createPopup\n*/",meta:{range:[538,658],filename:"volume-menu-button.js",lineno:95,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["Popup"]},description:"

    The volume popup button

    "}],kind:"function",name:"createPopup",longname:"createPopup",scope:"global"},{comment:"/**\n* Handle click on volume popup and calls super\n*\n* @method handleClick\n*/",meta:{range:[710,787],filename:"volume-menu-button.js",lineno:118,path:"/Users/mboles/git/docs/video.js/src/js/control-bar",code:{}},description:"

    Handle click on volume popup and calls super

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* @file error-display.js\n*/",meta:{range:[0,31],filename:"error-display.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"error-display.js",kind:"file",description:"

    error-display.js

    ",preserveName:!0,longname:"error-display.js",scope:"global"},{comment:"/**\n* Display that an error has occurred making the video unplayable.\n*\n* @extends ModalDialog\n* @class ErrorDisplay\n*/",meta:{range:[50,169],filename:"error-display.js",lineno:10,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Display that an error has occurred making the video unplayable.

    ",augments:["ModalDialog"],kind:"class",name:"ErrorDisplay",longname:"ErrorDisplay",scope:"global"},{comment:"/**\n* Include the old class for backward-compatibility.\n*\n* This can be removed in 6.0.\n*\n* @method buildCSSClass\n* @deprecated\n* @return {String}\n*/",meta:{range:[294,443],filename:"error-display.js",lineno:29,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Include the old class for backward-compatibility.

    \n

    This can be removed in 6.0.

    ",kind:"function",name:"buildCSSClass",deprecated:!0,returns:[{type:{names:["String"]}}],longname:"buildCSSClass",scope:"global"},{comment:"/**\n* @file event-target.js\n*/",meta:{range:[0,30],filename:"event-target.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"event-target.js",kind:"file",description:"

    event-target.js

    ",preserveName:!0,longname:"event-target.js",scope:"global"},{comment:"/**\n* @file fullscreen-api.js\n*/",meta:{range:[0,32],filename:"fullscreen-api.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"fullscreen-api.js",kind:"file",description:"

    fullscreen-api.js

    ",preserveName:!0,longname:"fullscreen-api.js",scope:"global"},{comment:"/**\n* @file loading-spinner.js\n*/",meta:{range:[0,33],filename:"loading-spinner.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"loading-spinner.js",kind:"file",description:"

    loading-spinner.js

    ",preserveName:!0,longname:"loading-spinner.js",scope:"global"},{comment:"/**\n* Loading spinner for waiting events\n*\n* @extends Component\n* @class LoadingSpinner\n*/",meta:{range:[143,233],filename:"loading-spinner.js",lineno:8,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Loading spinner for waiting events

    ",augments:["Component"],kind:"class",name:"LoadingSpinner",longname:"LoadingSpinner",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @method createEl\n*/",meta:{range:[240,304],filename:"loading-spinner.js",lineno:16,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Create the component's DOM element

    ",kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* @file media-error.js\n*/",meta:{range:[0,29],filename:"media-error.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"media-error.js",kind:"file",description:"

    media-error.js

    ",preserveName:!0,longname:"media-error.js",scope:"global"},{comment:"/**\n* @file menu-button.js\n*/",meta:{range:[0,29],filename:"menu-button.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},name:"menu/menu-button.js",kind:"file",description:"

    menu-button.js

    ",preserveName:!0,longname:"menu/menu-button.js",scope:"global"},{comment:"/**\n* A button class with a popup menu\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Button\n* @class MenuButton\n*/",meta:{range:[51,191],filename:"menu-button.js",lineno:11,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    A button class with a popup menu

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Button"],kind:"class",name:"MenuButton",longname:"MenuButton",scope:"global"},{comment:"/**\n* Update menu\n*\n* @method update\n*/",meta:{range:[234,273],filename:"menu-button.js",lineno:33,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Update menu

    ",kind:"function",name:"update",longname:"update",scope:"global"},{comment:"/**\n* Create menu\n*\n* @return {Menu} The constructed menu\n* @method createMenu\n*/",meta:{range:[409,490],filename:"menu-button.js",lineno:64,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Create menu

    ",returns:[{type:{names:["Menu"]},description:"

    The constructed menu

    "}],kind:"function",name:"createMenu",longname:"createMenu",scope:"global"},{comment:"/**\n* Create the list of menu items. Specific to each subclass.\n*\n* @method createItems\n*/",meta:{range:[569,659],filename:"menu-button.js",lineno:96,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Create the list of menu items. Specific to each subclass.

    ",kind:"function",name:"createItems",longname:"createItems",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[666,750],filename:"menu-button.js",lineno:103,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[769,895],filename:"menu-button.js",lineno:115,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* When you click the button it adds focus, which\n* will show the menu indefinitely.\n* So we'll remove focus when the mouse leaves the button.\n* Focus is needed for tab navigation.\n* Allow sub components to stack CSS class names\n*\n* @method handleClick\n*/",meta:{range:[935,1193],filename:"menu-button.js",lineno:134,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    When you click the button it adds focus, which\nwill show the menu indefinitely.\nSo we'll remove focus when the mouse leaves the button.\nFocus is needed for tab navigation.\nAllow sub components to stack CSS class names

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* Handle key press on menu\n*\n* @param {Object} event Key press event\n* @method handleKeyPress\n*/",meta:{range:[1230,1330],filename:"menu-button.js",lineno:155,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Handle key press on menu

    ",params:[{type:{names:["Object"]},description:"

    Key press event

    ",name:"event"}],kind:"function",name:"handleKeyPress",longname:"handleKeyPress",scope:"global"},{comment:"/**\n* Handle key press on submenu\n*\n* @param {Object} event Key press event\n* @method handleSubmenuKeyPress\n*/",meta:{range:[1397,1507],filename:"menu-button.js",lineno:183,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Handle key press on submenu

    ",params:[{type:{names:["Object"]},description:"

    Key press event

    ",name:"event"}],kind:"function",name:"handleSubmenuKeyPress",longname:"handleSubmenuKeyPress",scope:"global"},{comment:"/**\n* Makes changes based on button pressed\n*\n* @method pressButton\n*/",meta:{range:[1550,1620],filename:"menu-button.js",lineno:203,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Makes changes based on button pressed

    ",kind:"function",name:"pressButton",longname:"pressButton",scope:"global"},{comment:"/**\n* Makes changes based on button unpressed\n*\n* @method unpressButton\n*/",meta:{range:[1648,1722],filename:"menu-button.js",lineno:217,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Makes changes based on button unpressed

    ",kind:"function",name:"unpressButton",longname:"unpressButton",scope:"global"},{comment:"/**\n* Disable the menu button\n*\n* @return {Component}\n* @method disable\n*/",meta:{range:[1750,1824],filename:"menu-button.js",lineno:231,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Disable the menu button

    ",returns:[{type:{names:["Component"]}}],kind:"function",name:"disable",longname:"disable",scope:"global"},{comment:"/**\n* Enable the menu button\n*\n* @return {Component}\n* @method disable\n*/",meta:{range:[1858,1931],filename:"menu-button.js",lineno:248,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Enable the menu button

    ",returns:[{type:{names:["Component"]}}],kind:"function",name:"disable",longname:"disable",scope:"global"},{comment:"/**\n* @file menu-item.js\n*/",meta:{range:[0,27],filename:"menu-item.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},name:"menu/menu-item.js",kind:"file",description:"

    menu-item.js

    ",preserveName:!0,longname:"menu/menu-item.js",scope:"global"},{comment:"/**\n* The component for a menu item. `
  • `\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Button\n* @class MenuItem\n*/",meta:{range:[40,183],filename:"menu-item.js",lineno:8,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    The component for a menu item. <li>

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Button"],kind:"class",name:"MenuItem",longname:"MenuItem",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @param {String=} type Desc\n* @param {Object=} props Desc\n* @return {Element}\n* @method createEl\n*/",meta:{range:[238,381],filename:"menu-item.js",lineno:34,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Create the component's DOM element

    ",params:[{type:{names:["String"]},optional:!0,description:"

    Desc

    ",name:"type"},{type:{names:["Object"]},optional:!0,description:"

    Desc

    ",name:"props"}],returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Handle a click on the menu item, and set it to selected\n*\n* @method handleClick\n*/",meta:{range:[406,494],filename:"menu-item.js",lineno:50,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Handle a click on the menu item, and set it to selected

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* Set this menu item as selected or not\n*\n* @param {Boolean} selected\n* @method selected\n*/",meta:{range:[507,603],filename:"menu-item.js",lineno:59,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Set this menu item as selected or not

    ",params:[{type:{names:["Boolean"]},name:"selected"}],kind:"function",name:"selected",longname:"selected",scope:"global"},{comment:"/**\n* @file menu.js\n*/",meta:{range:[0,22],filename:"menu.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},name:"menu/menu.js",kind:"file",description:"

    menu.js

    ",preserveName:!0,longname:"menu/menu.js",scope:"global"},{comment:"/**\n* The Menu component is used to build pop up menus, including subtitle and\n* captions selection menus.\n*\n* @extends Component\n* @class Menu\n*/",meta:{range:[38,184],filename:"menu.js",lineno:9,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    The Menu component is used to build pop up menus, including subtitle and\ncaptions selection menus.

    ",augments:["Component"],kind:"class",name:"Menu",longname:"Menu",scope:"global"},{comment:"/**\n* Add a menu item to the menu\n*\n* @param {Object|String} component Component or component type to add\n* @method addItem\n*/",meta:{range:[215,341],filename:"menu.js",lineno:26,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Add a menu item to the menu

    ",params:[{type:{names:["Object","String"]},description:"

    Component or component type to add

    ",name:"component"}],kind:"function",name:"addItem",longname:"addItem",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[366,450],filename:"menu.js",lineno:40,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Handle key press for menu\n*\n* @param {Object} event Event object\n* @method handleKeyPress\n*/",meta:{range:[520,618],filename:"menu.js",lineno:69,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Handle key press for menu

    ",params:[{type:{names:["Object"]},description:"

    Event object

    ",name:"event"}],kind:"function",name:"handleKeyPress",longname:"handleKeyPress",scope:"global"},{comment:"/**\n* Move to next (lower) menu item for keyboard users\n*\n* @method stepForward\n*/",meta:{range:[649,731],filename:"menu.js",lineno:85,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Move to next (lower) menu item for keyboard users

    ",kind:"function",name:"stepForward",longname:"stepForward",scope:"global"},{comment:"/**\n* Move to previous (higher) menu item for keyboard users\n*\n* @method stepBack\n*/",meta:{range:[759,843],filename:"menu.js",lineno:99,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Move to previous (higher) menu item for keyboard users

    ",kind:"function",name:"stepBack",longname:"stepBack",scope:"global"},{comment:"/**\n* Set focus on a menu item in the menu\n*\n* @param {Object|String} item Index of child item set focus on\n* @method focus\n*/",meta:{range:[871,997],filename:"menu.js",lineno:113,path:"/Users/mboles/git/docs/video.js/src/js/menu",code:{}},description:"

    Set focus on a menu item in the menu

    ",params:[{type:{names:["Object","String"]},description:"

    Index of child item set focus on

    ",name:"item"}],kind:"function",name:"focus",longname:"focus",scope:"global"},{comment:"/**\n* @file modal-dialog.js\n*/",meta:{range:[0,30],filename:"modal-dialog.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"modal-dialog.js",kind:"file",description:"

    modal-dialog.js

    ",preserveName:!0,longname:"modal-dialog.js",scope:"global"},{comment:'/**\n* The `ModalDialog` displays over the video and its controls, which blocks\n* interaction with the player until it is closed.\n*\n* Modal dialogs include a "Close" button and will close when that button\n* is activated - or when ESC is pressed anywhere.\n*\n* @extends Component\n* @class ModalDialog\n*/',meta:{range:[61,361],filename:"modal-dialog.js",lineno:14,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    The ModalDialog displays over the video and its controls, which blocks\ninteraction with the player until it is closed.

    \n

    Modal dialogs include a "Close" button and will close when that button\nis activated - or when ESC is pressed anywhere.

    ",augments:["Component"],kind:"class",name:"ModalDialog",longname:"ModalDialog",scope:"global"},{comment:"/**\n* Create the modal's DOM element\n*\n* @method createEl\n* @return {Element}\n*/",meta:{range:[1442,1522],filename:"modal-dialog.js",lineno:81,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Create the modal's DOM element

    ",kind:"function",name:"createEl",returns:[{type:{names:["Element"]}}],longname:"createEl",scope:"global"},{comment:"/**\n* Build the modal's CSS class.\n*\n* @method buildCSSClass\n* @return {String}\n*/",meta:{range:[1559,1641],filename:"modal-dialog.js",lineno:99,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Build the modal's CSS class.

    ",kind:"function",name:"buildCSSClass",returns:[{type:{names:["String"]}}],longname:"buildCSSClass",scope:"global"},{comment:"/**\n* Handles key presses on the document, looking for ESC, which closes\n* the modal.\n*\n* @method handleKeyPress\n* @param {Event} e\n*/",meta:{range:[1654,1789],filename:"modal-dialog.js",lineno:109,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Handles key presses on the document, looking for ESC, which closes\nthe modal.

    ",kind:"function",name:"handleKeyPress",params:[{type:{names:["Event"]},name:"e"}],longname:"handleKeyPress",scope:"global"},{comment:"/**\n* Opens the modal.\n*\n* @method open\n* @return {ModalDialog}\n*/",meta:{range:[2071,2137],filename:"modal-dialog.js",lineno:148,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Opens the modal.

    ",kind:"function",name:"open",returns:[{type:{names:["ModalDialog"]}}],longname:"open",scope:"global"},{comment:"/**\n* Whether or not the modal is opened currently.\n*\n* @method opened\n* @param {Boolean} [value]\n* If given, it will open (`true`) or close (`false`) the modal.\n*\n* @return {Boolean}\n*/",meta:{range:[2240,2435],filename:"modal-dialog.js",lineno:188,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Whether or not the modal is opened currently.

    ",kind:"function",name:"opened",params:[{type:{names:["Boolean"]},optional:!0,description:"

    If given, it will open (true) or close (false) the modal.

    ",name:"value"}],returns:[{type:{names:["Boolean"]}}],longname:"opened",scope:"global"},{comment:"/**\n* Closes the modal.\n*\n* @method close\n* @return {ModalDialog}\n*/",meta:{range:[2457,2525],filename:"modal-dialog.js",lineno:204,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Closes the modal.

    ",kind:"function",name:"close",returns:[{type:{names:["ModalDialog"]}}],longname:"close",scope:"global"},{comment:"/**\n* Whether or not the modal is closeable via the UI.\n*\n* @method closeable\n* @param {Boolean} [value]\n* If given as a Boolean, it will set the `closeable` option.\n*\n* @return {Boolean}\n*/",meta:{range:[2607,2806],filename:"modal-dialog.js",lineno:237,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Whether or not the modal is closeable via the UI.

    ",kind:"function",name:"closeable",params:[{type:{names:["Boolean"]},optional:!0,description:"

    If given as a Boolean, it will set the closeable option.

    ",name:"value"}],returns:[{type:{names:["Boolean"]}}],longname:"closeable",scope:"global"},{comment:"/**\n* Fill the modal's content element with the modal's \"content\" option.\n*\n* The content element will be emptied before this change takes place.\n*\n* @method fill\n* @return {ModalDialog}\n*/",meta:{range:[2888,3077],filename:"modal-dialog.js",lineno:273,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fill the modal's content element with the modal's "content" option.

    \n

    The content element will be emptied before this change takes place.

    ",kind:"function",name:"fill",returns:[{type:{names:["ModalDialog"]}}],longname:"fill",scope:"global"},{comment:"/**\n* Fill the modal's content element with arbitrary content.\n*\n* The content element will be emptied before this change takes place.\n*\n* @method fillWith\n* @param {Mixed} [content]\n* The same rules apply to this as apply to the `content` option.\n*\n* @return {ModalDialog}\n*/",meta:{range:[3090,3375],filename:"modal-dialog.js",lineno:285,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fill the modal's content element with arbitrary content.

    \n

    The content element will be emptied before this change takes place.

    ",kind:"function",name:"fillWith",params:[{type:{names:["Mixed"]},optional:!0,description:"

    The same rules apply to this as apply to the content option.

    ",name:"content"}],returns:[{type:{names:["ModalDialog"]}}],longname:"fillWith",scope:"global"},{comment:"/**\n* Empties the content element.\n*\n* This happens automatically anytime the modal is filled.\n*\n* @method empty\n* @return {ModalDialog}\n*/",meta:{range:[3451,3590],filename:"modal-dialog.js",lineno:321,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Empties the content element.

    \n

    This happens automatically anytime the modal is filled.

    ",kind:"function",name:"empty",returns:[{type:{names:["ModalDialog"]}}],longname:"empty",scope:"global"},{comment:'/**\n* Gets or sets the modal content, which gets normalized before being\n* rendered into the DOM.\n*\n* This does not update the DOM or fill the modal, but it is called during\n* that process.\n*\n* @method content\n* @param {Mixed} [value]\n* If defined, sets the internal content value to be used on the\n* next call(s) to `fill`. This value is normalized before being\n* inserted. To "clear" the internal content value, pass `null`.\n*\n* @return {Mixed}\n*/',meta:{range:[3612,4086],filename:"modal-dialog.js",lineno:336,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Gets or sets the modal content, which gets normalized before being\nrendered into the DOM.

    \n

    This does not update the DOM or fill the modal, but it is called during\nthat process.

    ",kind:"function",name:"content",params:[{type:{names:["Mixed"]},optional:!0,description:"

    If defined, sets the internal content value to be used on the\n next call(s) to fill. This value is normalized before being\n inserted. To "clear" the internal content value, pass null.

    ",name:"value"}],returns:[{type:{names:["Mixed"]}}],longname:"content",scope:"global"},{comment:"/**\n* @file player.js\n*/",meta:{range:[0,24],filename:"player.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"player.js",kind:"file",description:"

    player.js

    ",preserveName:!0,longname:"player.js",scope:"global"},{comment:"/**\n* An instance of the `Player` class is created when any of the Video.js setup methods are used to initialize a video.\n* ```js\n* var myPlayer = videojs('example_video_1');\n* ```\n* In the following example, the `data-setup` attribute tells the Video.js library to create a player instance when the library is ready.\n* ```html\n* \n* ```\n* After an instance has been created it can be accessed globally using `Video('example_video_1')`.\n*\n* @param {Element} tag The original video tag used for configuring options\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends Component\n* @class Player\n*/",meta:{range:[142,933],filename:"player.js",lineno:43,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    An instance of the Player class is created when any of the Video.js setup methods are used to initialize a video.

    \n
    var myPlayer = videojs('example_video_1');

    In the following example, the data-setup attribute tells the Video.js library to create a player instance when the library is ready.

    \n
    <video id="example_video_1" data-setup='{}' controls>\n  <source src="my-source.mp4" type="video/mp4">\n</video>

    After an instance has been created it can be accessed globally using Video('example_video_1').

    ",params:[{type:{names:["Element"]},description:"

    The original video tag used for configuring options

    ",name:"tag"},{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"},{type:{names:["function"]},optional:!0,description:"

    Ready callback function

    ",name:"ready"}],augments:["Component"],kind:"class",name:"Player",longname:"Player",scope:"global"},{comment:"/**\n* player's constructor function\n*\n* @constructs\n* @method init\n* @param {Element} tag The original video tag used for configuring options\n* @param {Object=} options Player options\n* @param {Function=} ready Ready callback function\n*/",meta:{range:[940,1190],filename:"player.js",lineno:64,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    player's constructor function

    ",alias:"{@thisClass}",kind:"function",name:"init",params:[{type:{names:["Element"]},description:"

    The original video tag used for configuring options

    ",name:"tag"},{type:{names:["Object"]},optional:!0,description:"

    Player options

    ",name:"options"},{type:{names:["function"]},optional:!0,description:"

    Ready callback function

    ",name:"ready"}],longname:"init",scope:"global"},{comment:"/**\n* Destroys the video player and does any necessary cleanup\n* ```js\n* myPlayer.dispose();\n* ```\n* This is especially helpful if you are dynamically adding and removing videos\n* to/from the DOM.\n*\n* @method dispose\n*/",meta:{range:[1801,2024],filename:"player.js",lineno:246,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Destroys the video player and does any necessary cleanup

    \n
        myPlayer.dispose();

    This is especially helpful if you are dynamically adding and removing videos\nto/from the DOM.

    ',kind:"function",name:"dispose",longname:"dispose",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[2082,2166],filename:"player.js",lineno:275,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Get/set player width\n*\n* @param {Number=} value Value for width\n* @return {Number} Width when getting\n* @method width\n*/",meta:{range:[2401,2527],filename:"player.js",lineno:359,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get/set player width

    ",params:[{type:{names:["Number"]},optional:!0,description:"

    Value for width

    ",name:"value"}],returns:[{type:{names:["Number"]},description:"

    Width when getting

    "}],kind:"function",name:"width",longname:"width",scope:"global"},{comment:"/**\n* Get/set player height\n*\n* @param {Number=} value Value for height\n* @return {Number} Height when getting\n* @method height\n*/",meta:{range:[2540,2670],filename:"player.js",lineno:370,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get/set player height

    ",params:[{type:{names:["Number"]},optional:!0,description:"

    Value for height

    ",name:"value"}],returns:[{type:{names:["Number"]},description:"

    Height when getting

    "}],kind:"function",name:"height",longname:"height",scope:"global"},{comment:"/**\n* Get/set dimension for player\n*\n* @param {String} dimension Either width or height\n* @param {Number=} value Value for dimension\n* @return {Component}\n* @method dimension\n*/",meta:{range:[2683,2860],filename:"player.js",lineno:381,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get/set dimension for player

    ",params:[{type:{names:["String"]},description:"

    Either width or height

    ",name:"dimension"},{type:{names:["Number"]},optional:!0,description:"

    Value for dimension

    ",name:"value"}],returns:[{type:{names:["Component"]}}],kind:"function",name:"dimension",longname:"dimension",scope:"global"},{comment:"/**\n* Add/remove the vjs-fluid class\n*\n* @param {Boolean} bool Value of true adds the class, value of false removes the class\n* @method fluid\n*/", +meta:{range:[2936,3080],filename:"player.js",lineno:414,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Add/remove the vjs-fluid class

    ",params:[{type:{names:["Boolean"]},description:"

    Value of true adds the class, value of false removes the class

    ",name:"bool"}],kind:"function",name:"fluid",longname:"fluid",scope:"global"},{comment:"/**\n* Get/Set the aspect ratio\n*\n* @param {String=} ratio Aspect ratio for player\n* @return aspectRatio\n* @method aspectRatio\n*/",meta:{range:[3123,3251],filename:"player.js",lineno:434,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get/Set the aspect ratio

    ",params:[{type:{names:["String"]},optional:!0,description:"

    Aspect ratio for player

    ",name:"ratio"}],returns:[{description:"

    aspectRatio

    "}],kind:"function",name:"aspectRatio",longname:"aspectRatio",scope:"global"},{comment:"/**\n* Update styles of the player element (height, width and aspect ratio)\n*\n* @method updateStyleEl_\n*/",meta:{range:[3306,3410],filename:"player.js",lineno:459,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Update styles of the player element (height, width and aspect ratio)

    ",kind:"function",name:"updateStyleEl_",longname:"updateStyleEl_",scope:"global"},{comment:"/**\n* Load the Media Playback Technology (tech)\n* Load/Create an instance of playback technology including element and API methods\n* And append playback element in player div.\n*\n* @param {String} techName Name of the playback technology\n* @param {String} source Video source\n* @method loadTech_\n* @private\n*/",meta:{range:[3651,3959],filename:"player.js",lineno:544,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Load the Media Playback Technology (tech)\nLoad/Create an instance of playback technology including element and API methods\nAnd append playback element in player div.

    ",params:[{type:{names:["String"]},description:"

    Name of the playback technology

    ",name:"techName"},{type:{names:["String"]},description:"

    Video source

    ",name:"source"}],kind:"function",name:"loadTech_",access:"private",longname:"loadTech_",scope:"global"},{comment:"/**\n* Unload playback technology\n*\n* @method unloadTech_\n* @private\n*/",meta:{range:[4299,4369],filename:"player.js",lineno:667,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Unload playback technology

    ",kind:"function",name:"unloadTech_",access:"private",longname:"unloadTech_",scope:"global"},{comment:"/**\n* Return a reference to the current tech.\n* It will only return a reference to the tech if given an object with the\n* `IWillNotUseThisInPlugins` property on it. This is try and prevent misuse\n* of techs by plugins.\n*\n* @param {Object}\n* @return {Object} The Tech\n* @method tech\n*/",meta:{range:[4412,4696],filename:"player.js",lineno:687,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Return a reference to the current tech.\nIt will only return a reference to the tech if given an object with the\nIWillNotUseThisInPlugins property on it. This is try and prevent misuse\nof techs by plugins.

    ",params:[{type:{names:["Object"]}}],returns:[{type:{names:["Object"]},description:"

    The Tech

    "}],kind:"function",name:"tech",longname:"tech",scope:"global"},{comment:"/**\n* Set up click and touch listeners for the playback element\n*\n* On desktops, a click on the video itself will toggle playback,\n* on a mobile device a click on the video toggles controls.\n* (toggling controls is done by toggling the user state between active and\n* inactive)\n* A tap can signal that a user has become active, or has become inactive\n* e.g. a quick tap on an iPhone movie should reveal the controls. Another\n* quick tap should hide them again (signaling the user is in an inactive\n* viewing state)\n* In addition to this, we still want the user to be considered inactive after\n* a few seconds of inactivity.\n* Note: the only part of iOS interaction we can't mimic with this setup\n* is a touch and hold on the video element counting as activity in order to\n* keep the controls showing, but that shouldn't be an issue. A touch and hold\n* on any controls will still keep the user active\n*\n* @private\n* @method addTechControlsListeners_\n*/",meta:{range:[4739,5690],filename:"player.js",lineno:711,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Set up click and touch listeners for the playback element

    \n

    On desktops, a click on the video itself will toggle playback,\non a mobile device a click on the video toggles controls.\n(toggling controls is done by toggling the user state between active and\ninactive)\nA tap can signal that a user has become active, or has become inactive\ne.g. a quick tap on an iPhone movie should reveal the controls. Another\nquick tap should hide them again (signaling the user is in an inactive\nviewing state)\nIn addition to this, we still want the user to be considered inactive after\na few seconds of inactivity.\nNote: the only part of iOS interaction we can't mimic with this setup\nis a touch and hold on the video element counting as activity in order to\nkeep the controls showing, but that shouldn't be an issue. A touch and hold\non any controls will still keep the user active

    ",access:"private",kind:"function",name:"addTechControlsListeners_",longname:"addTechControlsListeners_",scope:"global"},{comment:"/**\n* Remove the listeners used for click and tap controls. This is needed for\n* toggling to controls disabled, where a tap/touch should do nothing.\n*\n* @method removeTechControlsListeners_\n* @private\n*/",meta:{range:[5757,5960],filename:"player.js",lineno:754,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Remove the listeners used for click and tap controls. This is needed for\ntoggling to controls disabled, where a tap/touch should do nothing.

    ",kind:"function",name:"removeTechControlsListeners_",access:"private",longname:"removeTechControlsListeners_",scope:"global"},{comment:"/**\n* Player waits for the tech to be ready\n*\n* @method handleTechReady_\n* @private\n*/",meta:{range:[5991,6077],filename:"player.js",lineno:771,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Player waits for the tech to be ready

    ",kind:"function",name:"handleTechReady_",access:"private",longname:"handleTechReady_",scope:"global"},{comment:"/**\n* Fired when the user agent begins looking for media data\n*\n* @private\n* @method handleTechLoadStart_\n*/",meta:{range:[6165,6273],filename:"player.js",lineno:806,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when the user agent begins looking for media data

    ",access:"private",kind:"function",name:"handleTechLoadStart_",longname:"handleTechLoadStart_",scope:"global"},{comment:"/**\n* Add/remove the vjs-has-started class\n*\n* @param {Boolean} hasStarted The value of true adds the class the value of false remove the class\n* @return {Boolean} Boolean value if has started\n* @private\n* @method hasStarted\n*/",meta:{range:[6337,6564],filename:"player.js",lineno:833,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Add/remove the vjs-has-started class

    ",params:[{type:{names:["Boolean"]},description:"

    The value of true adds the class the value of false remove the class

    ",name:"hasStarted"}],returns:[{type:{names:["Boolean"]},description:"

    Boolean value if has started

    "}],access:"private",kind:"function",name:"hasStarted",longname:"hasStarted",scope:"global"},{comment:"/**\n* Fired whenever the media begins or resumes playback\n*\n* @private\n* @method handleTechPlay_\n*/",meta:{range:[6619,6718],filename:"player.js",lineno:859,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired whenever the media begins or resumes playback

    ",access:"private",kind:"function",name:"handleTechPlay_",longname:"handleTechPlay_",scope:"global"},{comment:"/**\n* Fired whenever the media begins waiting\n*\n* @private\n* @method handleTechWaiting_\n*/",meta:{range:[6755,6845],filename:"player.js",lineno:877,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired whenever the media begins waiting

    ",access:"private",kind:"function",name:"handleTechWaiting_",longname:"handleTechWaiting_",scope:"global"},{comment:"/**\n* A handler for events that signal that waiting has ended\n* which is not consistent between browsers. See #1351\n*\n* @private\n* @method handleTechCanPlay_\n*/",meta:{range:[6864,7024],filename:"player.js",lineno:889,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    A handler for events that signal that waiting has ended\nwhich is not consistent between browsers. See #1351

    ",access:"private",kind:"function",name:"handleTechCanPlay_",longname:"handleTechCanPlay_",scope:"global"},{comment:"/**\n* A handler for events that signal that waiting has ended\n* which is not consistent between browsers. See #1351\n*\n* @private\n* @method handleTechCanPlayThrough_\n*/",meta:{range:[7040,7207],filename:"player.js",lineno:901,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    A handler for events that signal that waiting has ended\nwhich is not consistent between browsers. See #1351

    ",access:"private",kind:"function",name:"handleTechCanPlayThrough_",longname:"handleTechCanPlayThrough_",scope:"global"},{comment:"/**\n* A handler for events that signal that waiting has ended\n* which is not consistent between browsers. See #1351\n*\n* @private\n* @method handleTechPlaying_\n*/",meta:{range:[7223,7383],filename:"player.js",lineno:913,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    A handler for events that signal that waiting has ended\nwhich is not consistent between browsers. See #1351

    ",access:"private",kind:"function",name:"handleTechPlaying_",longname:"handleTechPlaying_",scope:"global"},{comment:"/**\n* Fired whenever the player is jumping to a new time\n*\n* @private\n* @method handleTechSeeking_\n*/",meta:{range:[7399,7500],filename:"player.js",lineno:925,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired whenever the player is jumping to a new time

    ",access:"private",kind:"function",name:"handleTechSeeking_",longname:"handleTechSeeking_",scope:"global"},{comment:"/**\n* Fired when the player has finished jumping to a new time\n*\n* @private\n* @method handleTechSeeked_\n*/",meta:{range:[7516,7622],filename:"player.js",lineno:936,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when the player has finished jumping to a new time

    ",access:"private",kind:"function",name:"handleTechSeeked_",longname:"handleTechSeeked_",scope:"global"},{comment:"/**\n* Fired the first time a video is played\n* Not part of the HLS spec, and we're not sure if this is the best\n* implementation yet, so use sparingly. If you don't have a reason to\n* prevent playback, use `myPlayer.one('play');` instead.\n*\n* @private\n* @method handleTechFirstPlay_\n*/",meta:{range:[7638,7923],filename:"player.js",lineno:947,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired the first time a video is played\nNot part of the HLS spec, and we're not sure if this is the best\nimplementation yet, so use sparingly. If you don't have a reason to\nprevent playback, use myPlayer.one('play'); instead.

    ",access:"private",kind:"function",name:"handleTechFirstPlay_",longname:"handleTechFirstPlay_",scope:"global"},{comment:"/**\n* Fired whenever the media has been paused\n*\n* @private\n* @method handleTechPause_\n*/",meta:{range:[7957,8046],filename:"player.js",lineno:967,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired whenever the media has been paused

    ",access:"private",kind:"function",name:"handleTechPause_",longname:"handleTechPause_",scope:"global"},{comment:"/**\n* Fired while the user agent is downloading media data\n*\n* @private\n* @method handleTechProgress_\n*/",meta:{range:[8065,8169],filename:"player.js",lineno:979,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired while the user agent is downloading media data

    ",access:"private",kind:"function",name:"handleTechProgress_",longname:"handleTechProgress_",scope:"global"},{comment:"/**\n* Fired when the end of the media resource is reached (currentTime == duration)\n*\n* @private\n* @method handleTechEnded_\n*/",meta:{range:[8182,8308],filename:"player.js",lineno:989,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when the end of the media resource is reached (currentTime == duration)

    ",access:"private",kind:"function",name:"handleTechEnded_",longname:"handleTechEnded_",scope:"global"},{comment:"/**\n* Fired when the duration of the media resource is first known or changed\n*\n* @private\n* @method handleTechDurationChange_\n*/",meta:{range:[8345,8474],filename:"player.js",lineno:1007,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when the duration of the media resource is first known or changed

    ",access:"private",kind:"function",name:"handleTechDurationChange_",longname:"handleTechDurationChange_",scope:"global"},{comment:"/**\n* Handle a click on the media element to play/pause\n*\n* @param {Object=} event Event object\n* @private\n* @method handleTechClick_\n*/",meta:{range:[8487,8623],filename:"player.js",lineno:1017,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Handle a click on the media element to play/pause

    ",params:[{type:{names:["Object"]},optional:!0,description:"

    Event object

    ",name:"event"}],access:"private",kind:"function",name:"handleTechClick_",longname:"handleTechClick_",scope:"global"},{comment:"/**\n* Handle a tap on the media element. It will toggle the user\n* activity state, which hides and shows the controls.\n*\n* @private\n* @method handleTechTap_\n*/",meta:{range:[8672,8831],filename:"player.js",lineno:1040,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Handle a tap on the media element. It will toggle the user\nactivity state, which hides and shows the controls.

    ",access:"private",kind:"function",name:"handleTechTap_",longname:"handleTechTap_",scope:"global"},{comment:"/**\n* Handle touch to start\n*\n* @private\n* @method handleTechTouchStart_\n*/",meta:{range:[8844,8919],filename:"player.js",lineno:1051,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Handle touch to start

    ",access:"private",kind:"function",name:"handleTechTouchStart_",longname:"handleTechTouchStart_",scope:"global"},{comment:"/**\n* Handle touch to move\n*\n* @private\n* @method handleTechTouchMove_\n*/",meta:{range:[8932,9005],filename:"player.js",lineno:1061,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Handle touch to move

    ",access:"private",kind:"function",name:"handleTechTouchMove_",longname:"handleTechTouchMove_",scope:"global"},{comment:"/**\n* Handle touch to end\n*\n* @private\n* @method handleTechTouchEnd_\n*/",meta:{range:[9024,9095],filename:"player.js",lineno:1073,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Handle touch to end

    ",access:"private",kind:"function",name:"handleTechTouchEnd_",longname:"handleTechTouchEnd_",scope:"global"},{comment:"/**\n* Fired when the player switches in or out of fullscreen mode\n*\n* @private\n* @method handleFullscreenChange_\n*/",meta:{range:[9111,9226],filename:"player.js",lineno:1084,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when the player switches in or out of fullscreen mode

    ",access:"private",kind:"function",name:"handleFullscreenChange_",longname:"handleFullscreenChange_",scope:"global"},{comment:"/**\n* native click events on the SWF aren't triggered on IE11, Win8.1RT\n* use stageclick events triggered from inside the SWF instead\n*\n* @private\n* @method handleStageClick_\n*/",meta:{range:[9251,9428],filename:"player.js",lineno:1098,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    native click events on the SWF aren't triggered on IE11, Win8.1RT\nuse stageclick events triggered from inside the SWF instead

    ",access:"private",kind:"function",name:"handleStageClick_",longname:"handleStageClick_",scope:"global"},{comment:"/**\n* Handle Tech Fullscreen Change\n*\n* @private\n* @method handleTechFullscreenChange_\n*/",meta:{range:[9441,9530],filename:"player.js",lineno:1109,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Handle Tech Fullscreen Change

    ",access:"private",kind:"function",name:"handleTechFullscreenChange_",longname:"handleTechFullscreenChange_",scope:"global"},{comment:"/**\n* Fires when an error occurred during the loading of an audio/video\n*\n* @private\n* @method handleTechError_\n*/",meta:{range:[9552,9666],filename:"player.js",lineno:1122,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fires when an error occurred during the loading of an audio/video

    ",access:"private",kind:"function",name:"handleTechError_",longname:"handleTechError_",scope:"global"},{comment:"/**\n* Fires when the browser is intentionally not getting media data\n*\n* @private\n* @method handleTechSuspend_\n*/",meta:{range:[9682,9795],filename:"player.js",lineno:1133,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fires when the browser is intentionally not getting media data

    ",access:"private",kind:"function",name:"handleTechSuspend_",longname:"handleTechSuspend_",scope:"global"},{comment:"/**\n* Fires when the loading of an audio/video is aborted\n*\n* @private\n* @method handleTechAbort_\n*/",meta:{range:[9808,9908],filename:"player.js",lineno:1143,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fires when the loading of an audio/video is aborted

    ",access:"private",kind:"function",name:"handleTechAbort_",longname:"handleTechAbort_",scope:"global"},{comment:"/**\n* Fires when the current playlist is empty\n*\n* @private\n* @method handleTechEmptied_\n*/",meta:{range:[9921,10012],filename:"player.js",lineno:1153,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fires when the current playlist is empty

    ",access:"private",kind:"function",name:"handleTechEmptied_",longname:"handleTechEmptied_",scope:"global"},{comment:"/**\n* Fires when the browser is trying to get media data, but data is not available\n*\n* @private\n* @method handleTechStalled_\n*/",meta:{range:[10025,10153],filename:"player.js",lineno:1163,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fires when the browser is trying to get media data, but data is not available

    ",access:"private",kind:"function",name:"handleTechStalled_",longname:"handleTechStalled_",scope:"global"},{comment:"/**\n* Fires when the browser has loaded meta data for the audio/video\n*\n* @private\n* @method handleTechLoadedMetaData_\n*/",meta:{range:[10166,10287],filename:"player.js",lineno:1173,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fires when the browser has loaded meta data for the audio/video

    ",access:"private",kind:"function",name:"handleTechLoadedMetaData_",longname:"handleTechLoadedMetaData_",scope:"global"},{comment:"/**\n* Fires when the browser has loaded the current frame of the audio/video\n*\n* @private\n* @method handleTechLoadedData_\n*/",meta:{range:[10324,10448],filename:"player.js",lineno:1191,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fires when the browser has loaded the current frame of the audio/video

    ",access:"private",kind:"function",name:"handleTechLoadedData_",longname:"handleTechLoadedData_",scope:"global"},{comment:"/**\n* Fires when the current playback position has changed\n*\n* @private\n* @method handleTechTimeUpdate_\n*/",meta:{range:[10461,10567],filename:"player.js",lineno:1201,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fires when the current playback position has changed

    ",access:"private",kind:"function",name:"handleTechTimeUpdate_",longname:"handleTechTimeUpdate_",scope:"global"},{comment:"/**\n* Fires when the playing speed of the audio/video is changed\n*\n* @private\n* @method handleTechRateChange_\n*/",meta:{range:[10580,10692],filename:"player.js",lineno:1211,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fires when the playing speed of the audio/video is changed

    ",access:"private",kind:"function",name:"handleTechRateChange_",longname:"handleTechRateChange_",scope:"global"},{comment:"/**\n* Fires when the volume has been changed\n*\n* @private\n* @method handleTechVolumeChange_\n*/",meta:{range:[10705,10799],filename:"player.js",lineno:1221,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fires when the volume has been changed

    ",access:"private",kind:"function",name:"handleTechVolumeChange_",longname:"handleTechVolumeChange_",scope:"global"},{comment:"/**\n* Fires when the text track has been changed\n*\n* @private\n* @method handleTechTextTrackChange_\n*/",meta:{range:[10812,10913],filename:"player.js",lineno:1231,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fires when the text track has been changed

    ",access:"private",kind:"function",name:"handleTechTextTrackChange_",longname:"handleTechTextTrackChange_",scope:"global"},{comment:"/**\n* Get object for cached values.\n*\n* @return {Object}\n* @method getCache\n*/",meta:{range:[10926,11004],filename:"player.js",lineno:1241,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get object for cached values.

    ",returns:[{type:{names:["Object"]}}],kind:"function",name:"getCache",longname:"getCache",scope:"global"},{comment:"/**\n* Pass values to the playback tech\n*\n* @param {String=} method Method\n* @param {Object=} arg Argument\n* @private\n* @method techCall_\n*/",meta:{range:[11017,11156],filename:"player.js",lineno:1251,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Pass values to the playback tech

    ",params:[{type:{names:["String"]},optional:!0,description:"

    Method

    ",name:"method"},{type:{names:["Object"]},optional:!0,description:"

    Argument

    ",name:"arg"}],access:"private",kind:"function",name:"techCall_",longname:"techCall_",scope:"global"},{comment:"/**\n* Get calls can't wait for the tech, and sometimes don't need to.\n*\n* @param {String} method Tech method\n* @return {Method}\n* @private\n* @method techGet_\n*/",meta:{range:[11211,11371],filename:"player.js",lineno:1277,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get calls can't wait for the tech, and sometimes don't need to.

    ",params:[{type:{names:["String"]},description:"

    Tech method

    ",name:"method"}],returns:[{type:{names:["Method"]}}],access:"private",kind:"function",name:"techGet_",longname:"techGet_",scope:"global"},{comment:"/**\n* start media playback\n* ```js\n* myPlayer.play();\n* ```\n*\n* @return {Player} self\n* @method play\n*/",meta:{range:[11456,11563],filename:"player.js",lineno:1313,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    start media playback

    \n
        myPlayer.play();
    ',returns:[{type:{names:["Player"]},description:"

    self

    "}],kind:"function",name:"play",longname:"play",scope:"global"},{comment:"/**\n* Pause the video playback\n* ```js\n* myPlayer.pause();\n* ```\n*\n* @return {Player} self\n* @method pause\n*/",meta:{range:[11603,11716],filename:"player.js",lineno:1335,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Pause the video playback

    \n
        myPlayer.pause();
    ',returns:[{type:{names:["Player"]},description:"

    self

    "}],kind:"function",name:"pause",longname:"pause",scope:"global"},{comment:"/**\n* Check if the player is paused\n* ```js\n* var isPaused = myPlayer.paused();\n* var isPlaying = !myPlayer.paused();\n* ```\n*\n* @return {Boolean} false if the media is currently playing, or true otherwise\n* @method paused\n*/",meta:{range:[11732,11964],filename:"player.js",lineno:1349,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Check if the player is paused

    \n
        var isPaused = myPlayer.paused();\n    var isPlaying = !myPlayer.paused();
    ',returns:[{type:{names:["Boolean"]},description:"

    false if the media is currently playing, or true otherwise

    "}],kind:"function",name:"paused",longname:"paused",scope:"global"},{comment:'/**\n* Returns whether or not the user is "scrubbing". Scrubbing is when the user\n* has clicked the progress bar handle and is dragging it along the progress bar.\n*\n* @param {Boolean} isScrubbing True/false the user is scrubbing\n* @return {Boolean} The scrubbing status when getting\n* @return {Object} The player when setting\n* @method scrubbing\n*/',meta:{range:[11980,12359],filename:"player.js",lineno:1364,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Returns whether or not the user is "scrubbing". Scrubbing is when the user\nhas clicked the progress bar handle and is dragging it along the progress bar.

    ",params:[{type:{names:["Boolean"]},description:"

    True/false the user is scrubbing

    ",name:"isScrubbing"}],returns:[{type:{names:["Boolean"]},description:"

    The scrubbing status when getting

    "},{type:{names:["Object"]},description:"

    The player when setting

    "}],kind:"function",name:"scrubbing",longname:"scrubbing",scope:"global"},{comment:"/**\n* Get or set the current time (in seconds)\n* ```js\n* // get\n* var whereYouAt = myPlayer.currentTime();\n* // set\n* myPlayer.currentTime(120); // 2 minutes into the video\n* ```\n*\n* @param {Number|String=} seconds The time to seek to\n* @return {Number} The time in seconds, when not setting\n* @return {Player} self, when the current time is set\n* @method currentTime\n*/",meta:{range:[12408,12805],filename:"player.js",lineno:1389,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Get or set the current time (in seconds)

    \n
        // get\n    var whereYouAt = myPlayer.currentTime();\n    // set\n    myPlayer.currentTime(120); // 2 minutes into the video
    ',params:[{type:{names:["Number","String"]},description:"

    The time to seek to

    ",name:"seconds"}],returns:[{type:{names:["Number"]},description:"

    The time in seconds, when not setting

    "},{type:{names:["Player"]},description:"

    self, when the current time is set

    "}],kind:"function",name:"currentTime",longname:"currentTime",scope:"global"},{comment:"/**\n* Normally gets the length in time of the video in seconds;\n* in all but the rarest use cases an argument will NOT be passed to the method\n* ```js\n* var lengthOfVideo = myPlayer.duration();\n* ```\n* **NOTE**: The video must have started loading before the duration can be\n* known, and in the case of Flash, may not be known until the video starts\n* playing.\n*\n* @param {Number} seconds Duration when setting\n* @return {Number} The duration of the video in seconds when getting\n* @method duration\n*/",meta:{range:[12857,13362],filename:"player.js",lineno:1420,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Normally gets the length in time of the video in seconds;\nin all but the rarest use cases an argument will NOT be passed to the method

    \n
        var lengthOfVideo = myPlayer.duration();

    NOTE: The video must have started loading before the duration can be\nknown, and in the case of Flash, may not be known until the video starts\nplaying.

    ',params:[{type:{names:["Number"]},description:"

    Duration when setting

    ",name:"seconds"}],returns:[{type:{names:["Number"]},description:"

    The duration of the video in seconds when getting

    "}],kind:"function",name:"duration",longname:"duration",scope:"global"},{comment:"/**\n* Calculates how much time is left.\n* ```js\n* var timeLeft = myPlayer.remainingTime();\n* ```\n* Not a native video element function, but useful\n*\n* @return {Number} The time remaining in seconds\n* @method remainingTime\n*/",meta:{range:[13447,13675],filename:"player.js",lineno:1462,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Calculates how much time is left.

    \n
        var timeLeft = myPlayer.remainingTime();

    Not a native video element function, but useful

    ',returns:[{type:{names:["Number"]},description:"

    The time remaining in seconds

    "}],kind:"function",name:"remainingTime",longname:"remainingTime",scope:"global"},{comment:"/**\n* Get a TimeRange object with the times of the video that have been downloaded\n* If you just want the percent of the video that's been downloaded,\n* use bufferedPercent.\n* ```js\n* // Number of different ranges of time have been buffered. Usually 1.\n* numberOfRanges = bufferedTimeRange.length,\n* // Time in seconds when the first range starts. Usually 0.\n* firstRangeStart = bufferedTimeRange.start(0),\n* // Time in seconds when the first range ends\n* firstRangeEnd = bufferedTimeRange.end(0),\n* // Length in seconds of the first time range\n* firstRangeLength = firstRangeEnd - firstRangeStart;\n* ```\n*\n* @return {Object} A mock TimeRange object (following HTML spec)\n* @method buffered\n*/",meta:{range:[13700,14425],filename:"player.js",lineno:1480,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Get a TimeRange object with the times of the video that have been downloaded\nIf you just want the percent of the video that\'s been downloaded,\nuse bufferedPercent.

    \n
        // Number of different ranges of time have been buffered. Usually 1.\n    numberOfRanges = bufferedTimeRange.length,\n    // Time in seconds when the first range starts. Usually 0.\n    firstRangeStart = bufferedTimeRange.start(0),\n    // Time in seconds when the first range ends\n    firstRangeEnd = bufferedTimeRange.end(0),\n    // Length in seconds of the first time range\n    firstRangeLength = firstRangeEnd - firstRangeStart;
    ',returns:[{type:{names:["Object"]},description:"

    A mock TimeRange object (following HTML spec)

    "}],kind:"function",name:"buffered",longname:"buffered",scope:"global"},{comment:"/**\n* Get the percent (as a decimal) of the video that's been downloaded\n* ```js\n* var howMuchIsDownloaded = myPlayer.bufferedPercent();\n* ```\n* 0 means none, 1 means all.\n* (This method isn't in the HTML5 spec, but it's very convenient)\n*\n* @return {Number} A decimal between 0 and 1 representing the percent\n* @method bufferedPercent\n*/",meta:{range:[14456,14798],filename:"player.js",lineno:1508,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get the percent (as a decimal) of the video that's been downloaded

    \n
        var howMuchIsDownloaded = myPlayer.bufferedPercent();

    0 means none, 1 means all.\n(This method isn't in the HTML5 spec, but it's very convenient)

    ",returns:[{type:{names:["Number"]},description:"

    A decimal between 0 and 1 representing the percent

    "}],kind:"function",name:"bufferedPercent",longname:"bufferedPercent",scope:"global"},{comment:"/**\n* Get the ending time of the last buffered time range\n* This is used in the progress bar to encapsulate all time ranges.\n*\n* @return {Number} The end of the last buffered time range\n* @method bufferedEnd\n*/",meta:{range:[14811,15021],filename:"player.js", +lineno:1523,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get the ending time of the last buffered time range\nThis is used in the progress bar to encapsulate all time ranges.

    ",returns:[{type:{names:["Number"]},description:"

    The end of the last buffered time range

    "}],kind:"function",name:"bufferedEnd",longname:"bufferedEnd",scope:"global"},{comment:"/**\n* Get or set the current volume of the media\n* ```js\n* // get\n* var howLoudIsIt = myPlayer.volume();\n* // set\n* myPlayer.volume(0.5); // Set volume to half\n* ```\n* 0 is off (muted), 1.0 is all the way up, 0.5 is half way.\n*\n* @param {Number} percentAsDecimal The new volume as a decimal percent\n* @return {Number} The current volume when getting\n* @return {Player} self when setting\n* @method volume\n*/",meta:{range:[15058,15507],filename:"player.js",lineno:1542,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Get or set the current volume of the media

    \n
        // get\n    var howLoudIsIt = myPlayer.volume();\n    // set\n    myPlayer.volume(0.5); // Set volume to half

    0 is off (muted), 1.0 is all the way up, 0.5 is half way.

    ',params:[{type:{names:["Number"]},description:"

    The new volume as a decimal percent

    ",name:"percentAsDecimal"}],returns:[{type:{names:["Number"]},description:"

    The current volume when getting

    "},{type:{names:["Player"]},description:"

    self when setting

    "}],kind:"function",name:"volume",longname:"volume",scope:"global"},{comment:"/**\n* Get the current muted state, or turn mute on or off\n* ```js\n* // get\n* var isVolumeMuted = myPlayer.muted();\n* // set\n* myPlayer.muted(true); // mute the volume\n* ```\n*\n* @param {Boolean=} muted True to mute, false to unmute\n* @return {Boolean} True if mute is on, false if not when getting\n* @return {Player} self when setting mute\n* @method muted\n*/",meta:{range:[15559,15933],filename:"player.js",lineno:1574,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Get the current muted state, or turn mute on or off

    \n
        // get\n    var isVolumeMuted = myPlayer.muted();\n    // set\n    myPlayer.muted(true); // mute the volume
    ',params:[{type:{names:["Boolean"]},optional:!0,description:"

    True to mute, false to unmute

    ",name:"muted"}],returns:[{type:{names:["Boolean"]},description:"

    True if mute is on, false if not when getting

    "},{type:{names:["Player"]},description:"

    self when setting mute

    "}],kind:"function",name:"muted",longname:"muted",scope:"global"},{comment:"/**\n* Check to see if fullscreen is supported\n*\n* @return {Boolean}\n* @method supportsFullScreen\n*/",meta:{range:[15964,16063],filename:"player.js",lineno:1598,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Check to see if fullscreen is supported

    ",returns:[{type:{names:["Boolean"]}}],kind:"function",name:"supportsFullScreen",longname:"supportsFullScreen",scope:"global"},{comment:"/**\n* Check if the player is in fullscreen mode\n* ```js\n* // get\n* var fullscreenOrNot = myPlayer.isFullscreen();\n* // set\n* myPlayer.isFullscreen(true); // tell the player it's in fullscreen\n* ```\n* NOTE: As of the latest HTML5 spec, isFullscreen is no longer an official\n* property and instead document.fullscreenElement is used. But isFullscreen is\n* still a valuable property for internal player workings.\n*\n* @param {Boolean=} isFS Update the player's fullscreen state\n* @return {Boolean} true if fullscreen false if not when getting\n* @return {Player} self when setting\n* @method isFullscreen\n*/",meta:{range:[16076,16694],filename:"player.js",lineno:1608,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Check if the player is in fullscreen mode

    \n
        // get\n    var fullscreenOrNot = myPlayer.isFullscreen();\n    // set\n    myPlayer.isFullscreen(true); // tell the player it\'s in fullscreen

    NOTE: As of the latest HTML5 spec, isFullscreen is no longer an official\nproperty and instead document.fullscreenElement is used. But isFullscreen is\nstill a valuable property for internal player workings.

    ',params:[{type:{names:["Boolean"]},optional:!0,description:"

    Update the player's fullscreen state

    ",name:"isFS"}],returns:[{type:{names:["Boolean"]},description:"

    true if fullscreen false if not when getting

    "},{type:{names:["Player"]},description:"

    self when setting

    "}],kind:"function",name:"isFullscreen",longname:"isFullscreen",scope:"global"},{comment:'/**\n* Increase the size of the video to full screen\n* ```js\n* myPlayer.requestFullscreen();\n* ```\n* In some browsers, full screen is not supported natively, so it enters\n* "full window mode", where the video fills the browser window.\n* In browsers and devices that support native full screen, sometimes the\n* browser\'s default controls will be shown, and not the Video.js custom skin.\n* This includes most mobile devices (iOS, Android) and older versions of\n* Safari.\n*\n* @return {Player} self\n* @method requestFullscreen\n*/',meta:{range:[16719,17247],filename:"player.js",lineno:1633,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Increase the size of the video to full screen

    \n
        myPlayer.requestFullscreen();

    In some browsers, full screen is not supported natively, so it enters\n"full window mode", where the video fills the browser window.\nIn browsers and devices that support native full screen, sometimes the\nbrowser\'s default controls will be shown, and not the Video.js custom skin.\nThis includes most mobile devices (iOS, Android) and older versions of\nSafari.

    ',returns:[{type:{names:["Player"]},description:"

    self

    "}],kind:"function",name:"requestFullscreen",longname:"requestFullscreen",scope:"global"},{comment:"/**\n* Return the video to its normal size after having been in full screen mode\n* ```js\n* myPlayer.exitFullscreen();\n* ```\n*\n* @return {Player} self\n* @method exitFullscreen\n*/",meta:{range:[17371,17551],filename:"player.js",lineno:1689,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Return the video to its normal size after having been in full screen mode

    \n
        myPlayer.exitFullscreen();
    ',returns:[{type:{names:["Player"]},description:"

    self

    "}],kind:"function",name:"exitFullscreen",longname:"exitFullscreen",scope:"global"},{comment:"/**\n* When fullscreen isn't supported we can stretch the video container to as wide as the browser will let us.\n*\n* @method enterFullWindow\n*/",meta:{range:[17603,17745],filename:"player.js",lineno:1715,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    When fullscreen isn't supported we can stretch the video container to as wide as the browser will let us.

    ",kind:"function",name:"enterFullWindow",longname:"enterFullWindow",scope:"global"},{comment:"/**\n* Check for call to either exit full window or full screen on ESC key\n*\n* @param {String} event Event to check for key press\n* @method fullWindowOnEscKey\n*/",meta:{range:[17800,17960],filename:"player.js",lineno:1738,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Check for call to either exit full window or full screen on ESC key

    ",params:[{type:{names:["String"]},description:"

    Event to check for key press

    ",name:"event"}],kind:"function",name:"fullWindowOnEscKey",longname:"fullWindowOnEscKey",scope:"global"},{comment:"/**\n* Exit full window\n*\n* @method exitFullWindow\n*/",meta:{range:[17991,18043],filename:"player.js",lineno:1754,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Exit full window

    ",kind:"function",name:"exitFullWindow",longname:"exitFullWindow",scope:"global"},{comment:"/**\n* Check whether the player can play a given mimetype\n*\n* @param {String} type The mimetype to check\n* @return {String} 'probably', 'maybe', or '' (empty string)\n* @method canPlayType\n*/",meta:{range:[18089,18278],filename:"player.js",lineno:1774,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Check whether the player can play a given mimetype

    ",params:[{type:{names:["String"]},description:"

    The mimetype to check

    ",name:"type"}],returns:[{type:{names:["String"]},description:"

    'probably', 'maybe', or '' (empty string)

    "}],kind:"function",name:"canPlayType",longname:"canPlayType",scope:"global"},{comment:"/**\n* Select source based on tech-order or source-order\n* Uses source-order selection if `options.sourceOrder` is truthy. Otherwise,\n* defaults to tech-order selection\n*\n* @param {Array} sources The sources for a media asset\n* @return {Object|Boolean} Object of source and tech order, otherwise false\n* @method selectSource\n*/",meta:{range:[18378,18704],filename:"player.js",lineno:1814,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Select source based on tech-order or source-order\nUses source-order selection if options.sourceOrder is truthy. Otherwise,\ndefaults to tech-order selection

    ",params:[{type:{names:["Array"]},description:"

    The sources for a media asset

    ",name:"sources"}],returns:[{type:{names:["Object","Boolean"]},description:"

    Object of source and tech order, otherwise false

    "}],kind:"function",name:"selectSource",longname:"selectSource",scope:"global"},{comment:'/**\n* The source function updates the video source\n* There are three types of variables you can pass as the argument.\n* **URL String**: A URL to the the video file. Use this method if you are sure\n* the current playback technology (HTML5/Flash) can support the source you\n* provide. Currently only MP4 files can be used in both HTML5 and Flash.\n* ```js\n* myPlayer.src("http://www.example.com/path/to/video.mp4");\n* ```\n* **Source Object (or element):* * A javascript object containing information\n* about the source file. Use this method if you want the player to determine if\n* it can support the file using the type information.\n* ```js\n* myPlayer.src({ type: "video/mp4", src: "http://www.example.com/path/to/video.mp4" });\n* ```\n* **Array of Source Objects:* * To provide multiple versions of the source so\n* that it can be played using HTML5 across browsers you can use an array of\n* source objects. Video.js will detect which version is supported and load that\n* file.\n* ```js\n* myPlayer.src([\n* { type: "video/mp4", src: "http://www.example.com/path/to/video.mp4" },\n* { type: "video/webm", src: "http://www.example.com/path/to/video.webm" },\n* { type: "video/ogg", src: "http://www.example.com/path/to/video.ogv" }\n* ]);\n* ```\n*\n* @param {String|Object|Array=} source The source URL, object, or array of sources\n* @return {String} The current video source when getting\n* @return {String} The player when setting\n* @method src\n*/',meta:{range:[18894,20365],filename:"player.js",lineno:1886,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    The source function updates the video source\nThere are three types of variables you can pass as the argument.\nURL String: A URL to the the video file. Use this method if you are sure\nthe current playback technology (HTML5/Flash) can support the source you\nprovide. Currently only MP4 files can be used in both HTML5 and Flash.

    \n
        myPlayer.src("http://www.example.com/path/to/video.mp4");

    *Source Object (or element): * A javascript object containing information\nabout the source file. Use this method if you want the player to determine if\nit can support the file using the type information.

    \n
        myPlayer.src({ type: "video/mp4", src: "http://www.example.com/path/to/video.mp4" });

    *Array of Source Objects: * To provide multiple versions of the source so\nthat it can be played using HTML5 across browsers you can use an array of\nsource objects. Video.js will detect which version is supported and load that\nfile.

    \n
        myPlayer.src([\n      { type: "video/mp4", src: "http://www.example.com/path/to/video.mp4" },\n      { type: "video/webm", src: "http://www.example.com/path/to/video.webm" },\n      { type: "video/ogg", src: "http://www.example.com/path/to/video.ogv" }\n    ]);
    ',params:[{type:{names:["String","Object","Array"]},description:"

    The source URL, object, or array of sources

    ",name:"source"}],returns:[{type:{names:["String"]},description:"

    The current video source when getting

    "},{type:{names:["String"]},description:"

    The player when setting

    "}],kind:"function",name:"src",longname:"src",scope:"global"},{comment:"/**\n* Handle an array of source objects\n*\n* @param {Array} sources Array of source objects\n* @private\n* @method sourceList_\n*/",meta:{range:[20552,20679],filename:"player.js",lineno:1980,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Handle an array of source objects

    ",params:[{type:{names:["Array"]},description:"

    Array of source objects

    ",name:"sources"}],access:"private",kind:"function",name:"sourceList_",longname:"sourceList_",scope:"global"},{comment:"/**\n* Begin loading the src data.\n*\n* @return {Player} Returns the player\n* @method load\n*/",meta:{range:[20749,20840],filename:"player.js",lineno:2010,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Begin loading the src data.

    ",returns:[{type:{names:["Player"]},description:"

    Returns the player

    "}],kind:"function",name:"load",longname:"load",scope:"global"},{comment:"/**\n* Reset the player. Loads the first tech in the techOrder,\n* and calls `reset` on the tech`.\n*\n* @return {Player} Returns the player\n* @method reset\n*/",meta:{range:[20856,21011],filename:"player.js",lineno:2021,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Reset the player. Loads the first tech in the techOrder,\nand calls reset on the tech`.

    ",returns:[{type:{names:["Player"]},description:"

    Returns the player

    "}],kind:"function",name:"reset",longname:"reset",scope:"global"},{comment:"/**\n* Returns the fully qualified URL of the current source value e.g. http://mysite.com/video.mp4\n* Can be used in conjuction with `currentType` to assist in rebuilding the current source object.\n*\n* @return {String} The current source\n* @method currentSrc\n*/",meta:{range:[21030,21290],filename:"player.js",lineno:2034,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Returns the fully qualified URL of the current source value e.g. http://mysite.com/video.mp4\nCan be used in conjuction with currentType to assist in rebuilding the current source object.

    ",returns:[{type:{names:["String"]},description:"

    The current source

    "}],kind:"function",name:"currentSrc",longname:"currentSrc",scope:"global"},{comment:"/**\n* Get the current source type e.g. video/mp4\n* This can allow you rebuild the current source object so that you could load the same\n* source and tech later\n*\n* @return {String} The source MIME type\n* @method currentType\n*/",meta:{range:[21303,21529],filename:"player.js",lineno:2045,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get the current source type e.g. video/mp4\nThis can allow you rebuild the current source object so that you could load the same\nsource and tech later

    ",returns:[{type:{names:["String"]},description:"

    The source MIME type

    "}],kind:"function",name:"currentType",longname:"currentType",scope:"global"},{comment:"/**\n* Get or set the preload attribute\n*\n* @param {Boolean} value Boolean to determine if preload should be used\n* @return {String} The preload attribute value when getting\n* @return {Player} Returns the player when setting\n* @method preload\n*/",meta:{range:[21542,21786],filename:"player.js",lineno:2057,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get or set the preload attribute

    ",params:[{type:{names:["Boolean"]},description:"

    Boolean to determine if preload should be used

    ",name:"value"}],returns:[{type:{names:["String"]},description:"

    The preload attribute value when getting

    "},{type:{names:["Player"]},description:"

    Returns the player when setting

    "}],kind:"function",name:"preload",longname:"preload",scope:"global"},{comment:"/**\n* Get or set the autoplay attribute.\n*\n* @param {Boolean} value Boolean to determine if video should autoplay\n* @return {String} The autoplay attribute value when getting\n* @return {Player} Returns the player when setting\n* @method autoplay\n*/",meta:{range:[21814,22061],filename:"player.js",lineno:2074,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get or set the autoplay attribute.

    ",params:[{type:{names:["Boolean"]},description:"

    Boolean to determine if video should autoplay

    ",name:"value"}],returns:[{type:{names:["String"]},description:"

    The autoplay attribute value when getting

    "},{type:{names:["Player"]},description:"

    Returns the player when setting

    "}],kind:"function",name:"autoplay",longname:"autoplay",scope:"global"},{comment:"/**\n* Get or set the loop attribute on the video element.\n*\n* @param {Boolean} value Boolean to determine if video should loop\n* @return {String} The loop attribute value when getting\n* @return {Player} Returns the player when setting\n* @method loop\n*/",meta:{range:[22089,22341],filename:"player.js",lineno:2091,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get or set the loop attribute on the video element.

    ",params:[{type:{names:["Boolean"]},description:"

    Boolean to determine if video should loop

    ",name:"value"}],returns:[{type:{names:["String"]},description:"

    The loop attribute value when getting

    "},{type:{names:["Player"]},description:"

    Returns the player when setting

    "}],kind:"function",name:"loop",longname:"loop",scope:"global"},{comment:"/**\n* Get or set the poster image source url\n*\n* ##### EXAMPLE:\n* ```js\n* // get\n* var currentPoster = myPlayer.poster();\n* // set\n* myPlayer.poster('http://example.com/myImage.jpg');\n* ```\n*\n* @param {String=} src Poster image source URL\n* @return {String} poster URL when getting\n* @return {Player} self when setting\n* @method poster\n*/",meta:{range:[22369,22724],filename:"player.js",lineno:2108,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get or set the poster image source url

    \n
    EXAMPLE:
        // get\n    var currentPoster = myPlayer.poster();\n    // set\n    myPlayer.poster('http://example.com/myImage.jpg');
    ",params:[{type:{names:["String"]},optional:!0,description:"

    Poster image source URL

    ",name:"src"}],returns:[{type:{names:["String"]},description:"

    poster URL when getting

    "},{type:{names:["Player"]},description:"

    self when setting

    "}],kind:"function",name:"poster",longname:"poster",scope:"global"},{comment:"/**\n* Some techs (e.g. YouTube) can provide a poster source in an\n* asynchronous way. We want the poster component to use this\n* poster source so that it covers up the tech's controls.\n* (YouTube's play button). However we only want to use this\n* soruce if the player user hasn't set a poster through\n* the normal APIs.\n*\n* @private\n* @method handleTechPosterChange_\n*/",meta:{range:[22794,23163],filename:"player.js",lineno:2147,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Some techs (e.g. YouTube) can provide a poster source in an\nasynchronous way. We want the poster component to use this\nposter source so that it covers up the tech's controls.\n(YouTube's play button). However we only want to use this\nsoruce if the player user hasn't set a poster through\nthe normal APIs.

    ",access:"private",kind:"function",name:"handleTechPosterChange_",longname:"handleTechPosterChange_",scope:"global"},{comment:"/**\n* Get or set whether or not the controls are showing.\n*\n* @param {Boolean} bool Set controls to showing or not\n* @return {Boolean} Controls are showing\n* @method controls\n*/",meta:{range:[23191,23372],filename:"player.js",lineno:2167,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get or set whether or not the controls are showing.

    ",params:[{type:{names:["Boolean"]},description:"

    Set controls to showing or not

    ",name:"bool"}],returns:[{type:{names:["Boolean"]},description:"

    Controls are showing

    "}],kind:"function",name:"controls",longname:"controls",scope:"global"},{comment:"/**\n* Toggle native controls on/off. Native controls are the controls built into\n* devices (e.g. default iPhone controls), Flash, or other techs\n* (e.g. Vimeo Controls)\n* **This should only be set by the current tech, because only the tech knows\n* if it can support native controls**\n*\n* @param {Boolean} bool True signals that native controls are on\n* @return {Player} Returns the player\n* @private\n* @method usingNativeControls\n*/",meta:{range:[23475,23916],filename:"player.js",lineno:2208,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Toggle native controls on/off. Native controls are the controls built into\ndevices (e.g. default iPhone controls), Flash, or other techs\n(e.g. Vimeo Controls)\nThis should only be set by the current tech, because only the tech knows\nif it can support native controls

    ",params:[{type:{names:["Boolean"]},description:"

    True signals that native controls are on

    ",name:"bool"}],returns:[{type:{names:["Player"]},description:"

    Returns the player

    "}],access:"private",kind:"function",name:"usingNativeControls",longname:"usingNativeControls",scope:"global"},{comment:"/**\n* player is using the native device controls\n*\n* @event usingnativecontrols\n* @memberof Player\n* @instance\n* @private\n*/",meta:{range:[23944,24068],filename:"player.js",lineno:2229,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    player is using the native device controls

    ",kind:"event",name:"usingnativecontrols",memberof:"Player",scope:"instance",access:"private",longname:"Player#event:usingnativecontrols"},{comment:"/**\n* player is using the custom HTML controls\n*\n* @event usingcustomcontrols\n* @memberof Player\n* @instance\n* @private\n*/",meta:{range:[24081,24203],filename:"player.js",lineno:2241,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    player is using the custom HTML controls

    ",kind:"event",name:"usingcustomcontrols",memberof:"Player",scope:"instance",access:"private",longname:"Player#event:usingcustomcontrols"},{comment:"/**\n* Set or get the current MediaError\n*\n* @param {*} err A MediaError or a String/Number to be turned into a MediaError\n* @return {MediaError|null} when getting\n* @return {Player} when setting\n* @method error\n*/",meta:{range:[24228,24459],filename:"player.js",lineno:2257,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Set or get the current MediaError

    ",params:[{type:{names:["*"]},description:"

    A MediaError or a String/Number to be turned into a MediaError

    ",name:"err"}],returns:[{type:{names:["MediaError","null"]},description:"

    when getting

    "},{type:{names:["Player"]},description:"

    when setting

    "}],kind:"function",name:"error",longname:"error",scope:"global"},{comment:'/**\n* Returns whether or not the player is in the "ended" state.\n*\n* @return {Boolean} True if the player is in the ended state, false if not.\n* @method ended\n*/',meta:{range:[24550,24711],filename:"player.js",lineno:2295,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Returns whether or not the player is in the "ended" state.

    ",returns:[{type:{names:["Boolean"]},description:"

    True if the player is in the ended state, false if not.

    "}],kind:"function",name:"ended",longname:"ended",scope:"global"},{comment:'/**\n* Returns whether or not the player is in the "seeking" state.\n*\n* @return {Boolean} True if the player is in the seeking state, false if not.\n* @method seeking\n*/',meta:{range:[24718,24885],filename:"player.js",lineno:2303,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Returns whether or not the player is in the "seeking" state.

    ",returns:[{type:{names:["Boolean"]},description:"

    True if the player is in the seeking state, false if not.

    "}],kind:"function",name:"seeking",longname:"seeking",scope:"global"},{comment:"/**\n* Returns the TimeRanges of the media that are currently available\n* for seeking to.\n*\n* @return {TimeRanges} the seekable intervals of the media timeline\n* @method seekable\n*/",meta:{range:[24892,25072],filename:"player.js",lineno:2311,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Returns the TimeRanges of the media that are currently available\nfor seeking to.

    ",returns:[{type:{names:["TimeRanges"]},description:"

    the seekable intervals of the media timeline

    "}],kind:"function",name:"seekable",longname:"seekable",scope:"global"},{comment:"/**\n* Report user activity\n*\n* @param {Object} event Event object\n* @method reportUserActivity\n*/",meta:{range:[25079,25176],filename:"player.js",lineno:2320,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Report user activity

    ",params:[{type:{names:["Object"]},description:"

    Event object

    ",name:"event"}],kind:"function",name:"reportUserActivity",longname:"reportUserActivity",scope:"global"},{comment:"/**\n* Get/set if user is active\n*\n* @param {Boolean} bool Value when setting\n* @return {Boolean} Value if user is active user when getting\n* @method userActive\n*/",meta:{range:[25189,25351],filename:"player.js",lineno:2330,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get/set if user is active

    ",params:[{type:{names:["Boolean"]},description:"

    Value when setting

    ",name:"bool"}],returns:[{type:{names:["Boolean"]},description:"

    Value if user is active user when getting

    "}],kind:"function",name:"userActive",longname:"userActive",scope:"global"},{comment:"/**\n* Listen for user activity based on timeout value\n*\n* @private\n* @method listenForUserActivity_\n*/",meta:{range:[25478,25580],filename:"player.js",lineno:2379,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Listen for user activity based on timeout value

    ",access:"private",kind:"function",name:"listenForUserActivity_",longname:"listenForUserActivity_",scope:"global"},{comment:"/**\n* Gets or sets the current playback rate. A playback rate of\n* 1.0 represents normal speed and 0.5 would indicate half-speed\n* playback, for instance.\n* @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-playbackrate\n*\n* @param {Number} rate New playback rate to set.\n* @return {Number} Returns the new playback rate when setting\n* @return {Number} Returns the current playback rate when getting\n* @method playbackRate\n*/",meta:{range:[25815,26286],filename:"player.js",lineno:2463,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Gets or sets the current playback rate. A playback rate of\n1.0 represents normal speed and 0.5 would indicate half-speed\nplayback, for instance.

    ",see:["https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-playbackrate"],params:[{type:{names:["Number"]},description:"

    New playback rate to set.

    ",name:"rate"}],returns:[{type:{names:["Number"]},description:"

    Returns the new playback rate when setting

    "},{type:{names:["Number"]},description:"

    Returns the current playback rate when getting

    "}],kind:"function",name:"playbackRate",longname:"playbackRate",scope:"global"},{comment:"/**\n* Gets or sets the audio flag\n*\n* @param {Boolean} bool True signals that this is an audio player.\n* @return {Boolean} Returns true if player is audio, false if not when getting\n* @return {Player} Returns the player if setting\n* @private\n* @method isAudio\n*/",meta:{range:[26326,26605],filename:"player.js",lineno:2487,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Gets or sets the audio flag

    ",params:[{type:{names:["Boolean"]},description:"

    True signals that this is an audio player.

    ",name:"bool"}],returns:[{type:{names:["Boolean"]},description:"

    Returns true if player is audio, false if not when getting

    "},{type:{names:["Player"]},description:"

    Returns the player if setting

    "}],access:"private",kind:"function",name:"isAudio",longname:"isAudio",scope:"global"},{comment:"/**\n* Returns the current state of network activity for the element, from\n* the codes in the list below.\n* - NETWORK_EMPTY (numeric value 0)\n* The element has not yet been initialised. All attributes are in\n* their initial states.\n* - NETWORK_IDLE (numeric value 1)\n* The element's resource selection algorithm is active and has\n* selected a resource, but it is not actually using the network at\n* this time.\n* - NETWORK_LOADING (numeric value 2)\n* The user agent is actively trying to download data.\n* - NETWORK_NO_SOURCE (numeric value 3)\n* The element's resource selection algorithm is active, but it has\n* not yet found a resource to use.\n*\n* @see https://html.spec.whatwg.org/multipage/embedded-content.html#network-states\n* @return {Number} the current network activity state\n* @method networkState\n*/",meta:{range:[26633,27456],filename:"player.js",lineno:2505,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Returns the current state of network activity for the element, from\nthe codes in the list below.

    \n
      \n
    • NETWORK_EMPTY (numeric value 0)\nThe element has not yet been initialised. All attributes are in\ntheir initial states.
    • \n
    • NETWORK_IDLE (numeric value 1)\nThe element's resource selection algorithm is active and has\nselected a resource, but it is not actually using the network at\nthis time.
    • \n
    • NETWORK_LOADING (numeric value 2)\nThe user agent is actively trying to download data.
    • \n
    • NETWORK_NO_SOURCE (numeric value 3)\nThe element's resource selection algorithm is active, but it has\nnot yet found a resource to use.
    • \n
    ",see:["https://html.spec.whatwg.org/multipage/embedded-content.html#network-states"],returns:[{type:{names:["Number"]},description:"

    the current network activity state

    "}],kind:"function",name:"networkState",longname:"networkState",scope:"global"},{comment:"/**\n* Returns a value that expresses the current state of the element\n* with respect to rendering the current playback position, from the\n* codes in the list below.\n* - HAVE_NOTHING (numeric value 0)\n* No information regarding the media resource is available.\n* - HAVE_METADATA (numeric value 1)\n* Enough of the resource has been obtained that the duration of the\n* resource is available.\n* - HAVE_CURRENT_DATA (numeric value 2)\n* Data for the immediate current playback position is available.\n* - HAVE_FUTURE_DATA (numeric value 3)\n* Data for the immediate current playback position is available, as\n* well as enough data for the user agent to advance the current\n* playback position in the direction of playback.\n* - HAVE_ENOUGH_DATA (numeric value 4)\n* The user agent estimates that enough data is available for\n* playback to proceed uninterrupted.\n*\n* @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-readystate\n* @return {Number} the current playback rendering state\n* @method readyState\n*/", +meta:{range:[27469,28509],filename:"player.js",lineno:2529,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Returns a value that expresses the current state of the element\nwith respect to rendering the current playback position, from the\ncodes in the list below.

    \n
      \n
    • HAVE_NOTHING (numeric value 0)\nNo information regarding the media resource is available.
    • \n
    • HAVE_METADATA (numeric value 1)\nEnough of the resource has been obtained that the duration of the\nresource is available.
    • \n
    • HAVE_CURRENT_DATA (numeric value 2)\nData for the immediate current playback position is available.
    • \n
    • HAVE_FUTURE_DATA (numeric value 3)\nData for the immediate current playback position is available, as\nwell as enough data for the user agent to advance the current\nplayback position in the direction of playback.
    • \n
    • HAVE_ENOUGH_DATA (numeric value 4)\nThe user agent estimates that enough data is available for\nplayback to proceed uninterrupted.
    • \n
    ",see:["https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-readystate"],returns:[{type:{names:["Number"]},description:"

    the current playback rendering state

    "}],kind:"function",name:"readyState",longname:"readyState",scope:"global"},{comment:"/**\n* Get a video track list\n* @link https://html.spec.whatwg.org/multipage/embedded-content.html#videotracklist\n*\n* @return {VideoTrackList} thes current video track list\n* @method videoTracks\n*/",meta:{range:[28522,28718],filename:"player.js",lineno:2556,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get a video track list

    ",tags:[{originalTitle:"link",title:"link",text:"https://html.spec.whatwg.org/multipage/embedded-content.html#videotracklist",value:"https://html.spec.whatwg.org/multipage/embedded-content.html#videotracklist"}],returns:[{type:{names:["VideoTrackList"]},description:"

    thes current video track list

    "}],kind:"function",name:"videoTracks",longname:"videoTracks",scope:"global"},{comment:"/**\n* Get an audio track list\n* @link https://html.spec.whatwg.org/multipage/embedded-content.html#audiotracklist\n*\n* @return {AudioTrackList} thes current audio track list\n* @method audioTracks\n*/",meta:{range:[28752,28949],filename:"player.js",lineno:2574,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get an audio track list

    ",tags:[{originalTitle:"link",title:"link",text:"https://html.spec.whatwg.org/multipage/embedded-content.html#audiotracklist",value:"https://html.spec.whatwg.org/multipage/embedded-content.html#audiotracklist"}],returns:[{type:{names:["AudioTrackList"]},description:"

    thes current audio track list

    "}],kind:"function",name:"audioTracks",longname:"audioTracks",scope:"global"},{comment:"/**\n* Get an array of associated text tracks. captions, subtitles, chapters, descriptions\n* http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#dom-media-texttracks\n*\n* @return {Array} Array of track objects\n* @method textTracks\n*/",meta:{range:[29427,29685],filename:"player.js",lineno:2600,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get an array of associated text tracks. captions, subtitles, chapters, descriptions\nhttp://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#dom-media-texttracks

    ",returns:[{type:{names:["Array"]},description:"

    Array of track objects

    "}],kind:"function",name:"textTracks",longname:"textTracks",scope:"global"},{comment:"/**\n* Get an array of remote text tracks\n*\n* @return {Array}\n* @method remoteTextTracks\n*/",meta:{range:[29704,29794],filename:"player.js",lineno:2613,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get an array of remote text tracks

    ",returns:[{type:{names:["Array"]}}],kind:"function",name:"remoteTextTracks",longname:"remoteTextTracks",scope:"global"},{comment:"/**\n* Get an array of remote html track elements\n*\n* @return {HTMLTrackElement[]}\n* @method remoteTextTrackEls\n*/",meta:{range:[29807,29920],filename:"player.js",lineno:2623,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get an array of remote html track elements

    ",returns:[{type:{names:["Array."]}}],kind:"function",name:"remoteTextTrackEls",longname:"remoteTextTrackEls",scope:"global"},{comment:"/**\n* Add a text track\n* In addition to the W3C settings we allow adding additional info through options.\n* http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#dom-media-addtexttrack\n*\n* @param {String} kind Captions, subtitles, chapters, descriptions, or metadata\n* @param {String=} label Optional label\n* @param {String=} language Optional language\n* @method addTextTrack\n*/",meta:{range:[29933,30343],filename:"player.js",lineno:2633,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Add a text track\nIn addition to the W3C settings we allow adding additional info through options.\nhttp://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#dom-media-addtexttrack

    ",params:[{type:{names:["String"]},description:"

    Captions, subtitles, chapters, descriptions, or metadata

    ",name:"kind"},{type:{names:["String"]},optional:!0,description:"

    Optional label

    ",name:"label"},{type:{names:["String"]},optional:!0,description:"

    Optional language

    ",name:"language"}],kind:"function",name:"addTextTrack",longname:"addTextTrack",scope:"global"},{comment:"/**\n* Add a remote text track\n*\n* @param {Object} options Options for remote text track\n* @method addRemoteTextTrack\n*/",meta:{range:[30356,30478],filename:"player.js",lineno:2647,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Add a remote text track

    ",params:[{type:{names:["Object"]},description:"

    Options for remote text track

    ",name:"options"}],kind:"function",name:"addRemoteTextTrack",longname:"addRemoteTextTrack",scope:"global"},{comment:"/**\n* Remove a remote text track\n*\n* @param {Object} track Remote text track to remove\n* @method removeRemoteTextTrack\n*/",meta:{range:[30491,30615],filename:"player.js",lineno:2657,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Remove a remote text track

    ",params:[{type:{names:["Object"]},description:"

    Remote text track to remove

    ",name:"track"}],kind:"function",name:"removeRemoteTextTrack",longname:"removeRemoteTextTrack",scope:"global"},{comment:"/**\n* Get video width\n*\n* @return {Number} Video width\n* @method videoWidth\n*/",meta:{range:[30634,30712],filename:"player.js",lineno:2669,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get video width

    ",returns:[{type:{names:["Number"]},description:"

    Video width

    "}],kind:"function",name:"videoWidth",longname:"videoWidth",scope:"global"},{comment:"/**\n* Get video height\n*\n* @return {Number} Video height\n* @method videoHeight\n*/",meta:{range:[30725,30806],filename:"player.js",lineno:2679,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get video height

    ",returns:[{type:{names:["Number"]},description:"

    Video height

    "}],kind:"function",name:"videoHeight",longname:"videoHeight",scope:"global"},{comment:"/**\n* The player's language code\n* NOTE: The language should be set in the player options if you want the\n* the controls to be built with a specific language. Changing the lanugage\n* later will not update controls text.\n*\n* @param {String} code The locale string\n* @return {String} The locale string when getting\n* @return {Player} self when setting\n* @method language\n*/",meta:{range:[30840,31222],filename:"player.js",lineno:2696,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    The player's language code\nNOTE: The language should be set in the player options if you want the\nthe controls to be built with a specific language. Changing the lanugage\nlater will not update controls text.

    ",params:[{type:{names:["String"]},description:"

    The locale string

    ",name:"code"}],returns:[{type:{names:["String"]},description:"

    The locale string when getting

    "},{type:{names:["Player"]},description:"

    self when setting

    "}],kind:"function",name:"language",longname:"language",scope:"global"},{comment:"/**\n* Get the player's language dictionary\n* Merge every time, because a newly added plugin might call videojs.addLanguage() at any time\n* Languages specified directly in the player options have precedence\n*\n* @return {Array} Array of languages\n* @method languages\n*/",meta:{range:[31250,31517],filename:"player.js",lineno:2716,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get the player's language dictionary\nMerge every time, because a newly added plugin might call videojs.addLanguage() at any time\nLanguages specified directly in the player options have precedence

    ",returns:[{type:{names:["Array"]},description:"

    Array of languages

    "}],kind:"function",name:"languages",longname:"languages",scope:"global"},{comment:"/**\n* Converts track info to JSON\n*\n* @return {Object} JSON object of options\n* @method toJSON\n*/",meta:{range:[31530,31627],filename:"player.js",lineno:2728,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Converts track info to JSON

    ",returns:[{type:{names:["Object"]},description:"

    JSON object of options

    "}],kind:"function",name:"toJSON",longname:"toJSON",scope:"global"},{comment:"/**\n* Gets tag settings\n*\n* @param {Element} tag The player tag\n* @return {Array} An array of sources and track objects\n* @static\n* @method getTagSettings\n*/",meta:{range:[32247,32404],filename:"player.js",lineno:2784,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Gets tag settings

    ",params:[{type:{names:["Element"]},description:"

    The player tag

    ",name:"tag"}],returns:[{type:{names:["Array"]},description:"

    An array of sources and track objects

    "}],scope:"static",kind:"function",name:"getTagSettings",longname:"getTagSettings"},{comment:"/**\n* Fired when the user agent begins looking for media data\n*\n* @event loadstart\n*/",meta:{range:[32870,32955],filename:"player.js",lineno:2891,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when the user agent begins looking for media data

    ",kind:"event",name:"loadstart",longname:"event:loadstart",scope:"global"},{comment:"/**\n* Fired when the player has initial duration and dimension information\n*\n* @event loadedmetadata\n*/",meta:{range:[32962,33065],filename:"player.js",lineno:2898,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when the player has initial duration and dimension information

    ",kind:"event",name:"loadedmetadata",longname:"event:loadedmetadata",scope:"global"},{comment:"/**\n* Fired when the player receives text data\n*\n* @event textdata\n*/",meta:{range:[33072,33141],filename:"player.js",lineno:2905,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when the player receives text data

    ",kind:"event",name:"textdata",longname:"event:textdata",scope:"global"},{comment:"/**\n* Fired when the player has downloaded data at the current playback position\n*\n* @event loadeddata\n*/",meta:{range:[33148,33253],filename:"player.js",lineno:2912,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when the player has downloaded data at the current playback position

    ",kind:"event",name:"loadeddata",longname:"event:loadeddata",scope:"global"},{comment:"/**\n* Fired when the user is active, e.g. moves the mouse over the player\n*\n* @event useractive\n*/",meta:{range:[33260,33358],filename:"player.js",lineno:2919,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when the user is active, e.g. moves the mouse over the player

    ",kind:"event",name:"useractive",longname:"event:useractive",scope:"global"},{comment:"/**\n* Fired when the user is inactive, e.g. a short delay after the last mouse move or control interaction\n*\n* @event userinactive\n*/",meta:{range:[33365,33498],filename:"player.js",lineno:2926,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when the user is inactive, e.g. a short delay after the last mouse move or control interaction

    ",kind:"event",name:"userinactive",longname:"event:userinactive",scope:"global"},{comment:"/**\n* Fired when the current playback position has changed *\n* During playback this is fired every 15-250 milliseconds, depending on the\n* playback technology in use.\n*\n* @event timeupdate\n*/",meta:{range:[33505,33696],filename:"player.js",lineno:2933,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when the current playback position has changed *\nDuring playback this is fired every 15-250 milliseconds, depending on the\nplayback technology in use.

    ",kind:"event",name:"timeupdate",longname:"event:timeupdate",scope:"global"},{comment:"/**\n* Fired when video playback ends\n*\n* @event ended\n*/",meta:{range:[33703,33759],filename:"player.js",lineno:2942,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when video playback ends

    ",kind:"event",name:"ended",longname:"event:ended",scope:"global"},{comment:"/**\n* Fired when the volume changes\n*\n* @event volumechange\n*/",meta:{range:[33766,33828],filename:"player.js",lineno:2949,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when the volume changes

    ",kind:"event",name:"volumechange",longname:"event:volumechange",scope:"global"},{comment:"/**\n* Fired when an error occurs\n*\n* @event error\n*/",meta:{range:[33835,33887],filename:"player.js",lineno:2956,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Fired when an error occurs

    ",kind:"event",name:"error",longname:"event:error",scope:"global"},{comment:"/**\n* @file plugins.js\n*/",meta:{range:[0,25],filename:"plugins.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"plugins.js",kind:"file",description:"

    plugins.js

    ",preserveName:!0,longname:"plugins.js",scope:"global"},{comment:"/**\n* The method for registering a video.js plugin\n*\n* @param {String} name The name of the plugin\n* @param {Function} init The function that is run when the player inits\n* @method plugin\n*/",meta:{range:[32,224],filename:"plugins.js",lineno:6,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    The method for registering a video.js plugin

    ",params:[{type:{names:["String"]},description:"

    The name of the plugin

    ",name:"name"},{type:{names:["function"]},description:"

    The function that is run when the player inits

    ",name:"init"}],kind:"function",name:"plugin",longname:"plugin",scope:"global"},{comment:"/**\n* @file popup-button.js\n*/",meta:{range:[0,30],filename:"popup-button.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/popup",code:{}},name:"popup/popup-button.js",kind:"file",description:"

    popup-button.js

    ",preserveName:!0,longname:"popup/popup-button.js",scope:"global"},{comment:"/**\n* A button class with a popup control\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends ClickableComponent\n* @class PopupButton\n*/",meta:{range:[52,208],filename:"popup-button.js",lineno:11,path:"/Users/mboles/git/docs/video.js/src/js/popup",code:{}},description:"

    A button class with a popup control

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["ClickableComponent"],kind:"class",name:"PopupButton",longname:"PopupButton",scope:"global"},{comment:"/**\n* Update popup\n*\n* @method update\n*/",meta:{range:[233,273],filename:"popup-button.js",lineno:27,path:"/Users/mboles/git/docs/video.js/src/js/popup",code:{}},description:"

    Update popup

    ",kind:"function",name:"update",longname:"update",scope:"global"},{comment:"/**\n* Create popup - Override with specific functionality for component\n*\n* @return {Popup} The constructed popup\n* @method createPopup\n*/",meta:{range:[325,463],filename:"popup-button.js",lineno:49,path:"/Users/mboles/git/docs/video.js/src/js/popup",code:{}},description:"

    Create popup - Override with specific functionality for component

    ",returns:[{type:{names:["Popup"]},description:"

    The constructed popup

    "}],kind:"function",name:"createPopup",longname:"createPopup",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[470,554],filename:"popup-button.js",lineno:57,path:"/Users/mboles/git/docs/video.js/src/js/popup",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Allow sub components to stack CSS class names\n*\n* @return {String} The constructed class name\n* @method buildCSSClass\n*/",meta:{range:[573,699],filename:"popup-button.js",lineno:69,path:"/Users/mboles/git/docs/video.js/src/js/popup",code:{}},description:"

    Allow sub components to stack CSS class names

    ",returns:[{type:{names:["String"]},description:"

    The constructed class name

    "}],kind:"function",name:"buildCSSClass",longname:"buildCSSClass",scope:"global"},{comment:"/**\n* @file popup.js\n*/",meta:{range:[0,23],filename:"popup.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/popup",code:{}},name:"popup/popup.js",kind:"file",description:"

    popup.js

    ",preserveName:!0,longname:"popup/popup.js",scope:"global"},{comment:"/**\n* The Popup component is used to build pop up controls.\n*\n* @extends Component\n* @class Popup\n*/",meta:{range:[39,139],filename:"popup.js",lineno:9,path:"/Users/mboles/git/docs/video.js/src/js/popup",code:{}},description:"

    The Popup component is used to build pop up controls.

    ",augments:["Component"],kind:"class",name:"Popup",longname:"Popup",scope:"global"},{comment:"/**\n* Add a popup item to the popup\n*\n* @param {Object|String} component Component or component type to add\n* @method addItem\n*/",meta:{range:[146,274],filename:"popup.js",lineno:17,path:"/Users/mboles/git/docs/video.js/src/js/popup",code:{}},description:"

    Add a popup item to the popup

    ",params:[{type:{names:["Object","String"]},description:"

    Component or component type to add

    ",name:"component"}],kind:"function",name:"addItem",longname:"addItem",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[296,380],filename:"popup.js",lineno:30,path:"/Users/mboles/git/docs/video.js/src/js/popup",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* @file poster-image.js\n*/",meta:{range:[0,30],filename:"poster-image.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"poster-image.js",kind:"file",description:"

    poster-image.js

    ",preserveName:!0,longname:"poster-image.js",scope:"global"},{comment:"/**\n* The component that handles showing the poster image.\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Button\n* @class PosterImage\n*/",meta:{range:[49,210],filename:"poster-image.js",lineno:10,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    The component that handles showing the poster image.

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Button"],kind:"class",name:"PosterImage",longname:"PosterImage",scope:"global"},{comment:"/**\n* Clean up the poster image\n*\n* @method dispose\n*/",meta:{range:[238,292],filename:"poster-image.js",lineno:27,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Clean up the poster image

    ",kind:"function",name:"dispose",longname:"dispose",scope:"global"},{comment:"/**\n* Create the poster's image element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[308,391],filename:"poster-image.js",lineno:37,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Create the poster's image element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Event handler for updates to the player's poster source\n*\n* @method update\n*/",meta:{range:[452,535],filename:"poster-image.js",lineno:63,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Event handler for updates to the player's poster source

    ",kind:"function",name:"update",longname:"update",scope:"global"},{comment:"/**\n* Set the poster source depending on the display method\n*\n* @param {String} url The URL to the poster source\n* @method setSrc\n*/",meta:{range:[578,710],filename:"poster-image.js",lineno:82,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Set the poster source depending on the display method

    ",params:[{type:{names:["String"]},description:"

    The URL to the poster source

    ",name:"url"}],kind:"function",name:"setSrc",longname:"setSrc",scope:"global"},{comment:"/**\n* Event handler for clicks on the poster image\n*\n* @method handleClick\n*/",meta:{range:[756,833],filename:"poster-image.js",lineno:103,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Event handler for clicks on the poster image

    ",kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* @file setup.js\n*\n* Functions for automatically setting up a player\n* based on the data-setup attribute of the video tag\n*/",meta:{range:[0,128],filename:"setup.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"setup.js",kind:"file",description:"

    setup.js

    \n

    Functions for automatically setting up a player\nbased on the data-setup attribute of the video tag

    ",preserveName:!0,longname:"setup.js",scope:"global"},{comment:"/**\n* @file slider.js\n*/",meta:{range:[0,24],filename:"slider.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/slider",code:{}},name:"slider/slider.js",kind:"file",description:"

    slider.js

    ",preserveName:!0,longname:"slider/slider.js",scope:"global"},{comment:"/**\n* The base functionality for sliders like the volume bar and seek bar\n*\n* @param {Player|Object} player\n* @param {Object=} options\n* @extends Component\n* @class Slider\n*/",meta:{range:[37,211],filename:"slider.js",lineno:8,path:"/Users/mboles/git/docs/video.js/src/js/slider",code:{}},description:"

    The base functionality for sliders like the volume bar and seek bar

    ",params:[{type:{names:["Player","Object"]},name:"player"},{type:{names:["Object"]},optional:!0,name:"options"}],augments:["Component"],kind:"class",name:"Slider",longname:"Slider",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @param {String} type Type of element to create\n* @param {Object=} props List of properties in Object form\n* @return {Element}\n* @method createEl\n*/",meta:{range:[275,467],filename:"slider.js",lineno:37,path:"/Users/mboles/git/docs/video.js/src/js/slider",code:{}},description:"

    Create the component's DOM element

    ",params:[{type:{names:["String"]},description:"

    Type of element to create

    ",name:"type"},{type:{names:["Object"]},optional:!0,description:"

    List of properties in Object form

    ",name:"props"}],returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Handle mouse down on slider\n*\n* @param {Object} event Mouse down event object\n* @method handleMouseDown\n*/",meta:{range:[522,634],filename:"slider.js",lineno:63,path:"/Users/mboles/git/docs/video.js/src/js/slider",code:{}},description:"

    Handle mouse down on slider

    ",params:[{type:{names:["Object"]},description:"

    Mouse down event object

    ",name:"event"}],kind:"function",name:"handleMouseDown",longname:"handleMouseDown",scope:"global"},{comment:"/**\n* To be overridden by a subclass\n*\n* @method handleMouseMove\n*/",meta:{range:[686,753],filename:"slider.js",lineno:86,path:"/Users/mboles/git/docs/video.js/src/js/slider",code:{}},description:"

    To be overridden by a subclass

    ",kind:"function",name:"handleMouseMove",longname:"handleMouseMove",scope:"global"},{comment:"/**\n* Handle mouse up on Slider\n*\n* @method handleMouseUp\n*/",meta:{range:[760,820],filename:"slider.js",lineno:93,path:"/Users/mboles/git/docs/video.js/src/js/slider",code:{}},description:"

    Handle mouse up on Slider

    ",kind:"function",name:"handleMouseUp",longname:"handleMouseUp",scope:"global"},{comment:"/**\n* Update slider\n*\n* @method update\n*/",meta:{range:[869,910],filename:"slider.js",lineno:114,path:"/Users/mboles/git/docs/video.js/src/js/slider",code:{}},description:"

    Update slider

    ",kind:"function",name:"update",longname:"update",scope:"global"},{comment:"/**\n* Calculate distance for slider\n*\n* @param {Object} event Event object\n* @method calculateDistance\n*/",meta:{range:[1010,1115],filename:"slider.js",lineno:152,path:"/Users/mboles/git/docs/video.js/src/js/slider",code:{}},description:"

    Calculate distance for slider

    ",params:[{type:{names:["Object"]},description:"

    Event object

    ",name:"event"}],kind:"function",name:"calculateDistance",longname:"calculateDistance",scope:"global"},{comment:"/**\n* Handle on focus for slider\n*\n* @method handleFocus\n*/",meta:{range:[1140,1199],filename:"slider.js",lineno:166,path:"/Users/mboles/git/docs/video.js/src/js/slider",code:{}},description:"

    Handle on focus for slider

    ",kind:"function",name:"handleFocus",longname:"handleFocus",scope:"global"},{comment:"/**\n* Handle key press for slider\n*\n* @param {Object} event Event object\n* @method handleKeyPress\n*/",meta:{range:[1212,1312],filename:"slider.js",lineno:175,path:"/Users/mboles/git/docs/video.js/src/js/slider",code:{}},description:"

    Handle key press for slider

    ",params:[{type:{names:["Object"]},description:"

    Event object

    ",name:"event"}],kind:"function",name:"handleKeyPress",longname:"handleKeyPress",scope:"global"},{comment:"/**\n* Handle on blur for slider\n*\n* @method handleBlur\n*/",meta:{range:[1343,1400],filename:"slider.js",lineno:191,path:"/Users/mboles/git/docs/video.js/src/js/slider",code:{}},description:"

    Handle on blur for slider

    ",kind:"function",name:"handleBlur",longname:"handleBlur",scope:"global"},{comment:"/**\n* Listener for click events on slider, used to prevent clicks\n* from bubbling up to parent elements like button menus.\n*\n* @param {Object} event Event object\n* @method handleClick\n*/",meta:{range:[1413,1601],filename:"slider.js",lineno:200,path:"/Users/mboles/git/docs/video.js/src/js/slider",code:{}},description:"

    Listener for click events on slider, used to prevent clicks\n from bubbling up to parent elements like button menus.

    ",params:[{type:{names:["Object"]},description:"

    Event object

    ",name:"event"}],kind:"function",name:"handleClick",longname:"handleClick",scope:"global"},{comment:"/**\n* Get/set if slider is horizontal for vertical\n*\n* @param {Boolean} bool True if slider is vertical, false is horizontal\n* @return {Boolean} True if slider is vertical, false is horizontal\n* @method vertical\n*/",meta:{range:[1617,1831],filename:"slider.js",lineno:212,path:"/Users/mboles/git/docs/video.js/src/js/slider",code:{}},description:"

    Get/set if slider is horizontal for vertical

    ",params:[{type:{names:["Boolean"]},description:"

    True if slider is vertical, false is horizontal

    ",name:"bool"}],returns:[{type:{names:["Boolean"]},description:"

    True if slider is vertical, false is horizontal

    "}],kind:"function",name:"vertical",longname:"vertical",scope:"global"},{comment:"/**\n* @file flash-rtmp.js\n*/",meta:{range:[0,28],filename:"flash-rtmp.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},name:"tech/flash-rtmp.js",kind:"file",description:"

    flash-rtmp.js

    ",preserveName:!0,longname:"tech/flash-rtmp.js",scope:"global"},{comment:"/**\n* @file flash.js\n* VideoJS-SWF - Custom Flash Player with HTML5-ish API\n* https://github.com/zencoder/video-js-swf\n* Not using setupTriggers. Using global onEvent func to distribute events\n*/",meta:{range:[0,195],filename:"flash.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},name:"tech/flash.js",kind:"file",description:"

    flash.js\nVideoJS-SWF - Custom Flash Player with HTML5-ish API\nhttps://github.com/zencoder/video-js-swf\nNot using setupTriggers. Using global onEvent func to distribute events

    ",preserveName:!0,longname:"tech/flash.js",scope:"global"},{comment:"/**\n* Flash Media Controller - Wrapper for fallback SWF API\n*\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends Tech\n* @class Flash\n*/",meta:{range:[229,436],filename:"flash.js",lineno:18,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Flash Media Controller - Wrapper for fallback SWF API

    ",params:[{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"},{type:{names:["function"]},optional:!0,description:"

    Ready callback function

    ",name:"ready"}],augments:["Tech"],kind:"class",name:"Flash",longname:"Flash",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[548,632],filename:"flash.js",lineno:63,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Play for flash tech\n*\n* @method play\n*/",meta:{range:[780,825],filename:"flash.js",lineno:118,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Play for flash tech

    ",kind:"function",name:"play",longname:"play",scope:"global"},{comment:"/**\n* Pause for flash tech\n*\n* @method pause\n*/",meta:{range:[847,894],filename:"flash.js",lineno:130,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Pause for flash tech

    ",kind:"function",name:"pause",longname:"pause",scope:"global"},{comment:"/**\n* Get/set video\n*\n* @param {Object=} src Source object\n* @return {Object}\n* @method src\n*/",meta:{range:[907,1001],filename:"flash.js",lineno:139,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get/set video

    ",params:[{type:{names:["Object"]},optional:!0,description:"

    Source object

    ",name:"src"}],returns:[{type:{names:["Object"]}}],kind:"function",name:"src",longname:"src",scope:"global"},{comment:"/**\n* Set video\n*\n* @param {Object=} src Source object\n* @deprecated\n* @method setSrc\n*/",meta:{range:[1029,1117],filename:"flash.js",lineno:155,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Set video

    ",params:[{type:{names:["Object"]},optional:!0,description:"

    Source object

    ",name:"src"}],deprecated:!0,kind:"function",name:"setSrc",longname:"setSrc",scope:"global"},{comment:"/**\n* Set current time\n*\n* @param {Number} time Current time of video\n* @method setCurrentTime\n*/",meta:{range:[1261,1358],filename:"flash.js",lineno:183,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Set current time

    ",params:[{type:{names:["Number"]},description:"

    Current time of video

    ",name:"time"}],kind:"function",name:"setCurrentTime",longname:"setCurrentTime",scope:"global"},{comment:"/**\n* Get current time\n*\n* @param {Number=} time Current time of video\n* @return {Number} Current time\n* @method currentTime\n*/",meta:{range:[1401,1528],filename:"flash.js",lineno:203,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get current time

    ", +params:[{type:{names:["Number"]},optional:!0,description:"

    Current time of video

    ",name:"time"}],returns:[{type:{names:["Number"]},description:"

    Current time

    "}],kind:"function",name:"currentTime",longname:"currentTime",scope:"global"},{comment:"/**\n* Get current source\n*\n* @method currentSrc\n*/",meta:{range:[1556,1606],filename:"flash.js",lineno:219,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get current source

    ",kind:"function",name:"currentSrc",longname:"currentSrc",scope:"global"},{comment:"/**\n* Load media into player\n*\n* @method load\n*/",meta:{range:[1723,1771],filename:"flash.js",lineno:246,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Load media into player

    ",kind:"function",name:"load",longname:"load",scope:"global"},{comment:"/**\n* Get poster\n*\n* @method poster\n*/",meta:{range:[1784,1822],filename:"flash.js",lineno:255,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get poster

    ",kind:"function",name:"poster",longname:"poster",scope:"global"},{comment:"/**\n* Poster images are not handled by the Flash tech so make this a no-op\n*\n* @method setPoster\n*/",meta:{range:[1835,1934],filename:"flash.js",lineno:264,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Poster images are not handled by the Flash tech so make this a no-op

    ",kind:"function",name:"setPoster",longname:"setPoster",scope:"global"},{comment:"/**\n* Determine if can seek in media\n*\n* @return {TimeRangeObject}\n* @method seekable\n*/",meta:{range:[1941,2029],filename:"flash.js",lineno:271,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Determine if can seek in media

    ",returns:[{type:{names:["TimeRangeObject"]}}],kind:"function",name:"seekable",longname:"seekable",scope:"global"},{comment:"/**\n* Get buffered time range\n*\n* @return {TimeRangeObject}\n* @method buffered\n*/",meta:{range:[2054,2135],filename:"flash.js",lineno:285,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get buffered time range

    ",returns:[{type:{names:["TimeRangeObject"]}}],kind:"function",name:"buffered",longname:"buffered",scope:"global"},{comment:"/**\n* Get fullscreen support -\n* Flash does not allow fullscreen through javascript\n* so always returns false\n*\n* @return {Boolean} false\n* @method supportsFullScreen\n*/",meta:{range:[2160,2329],filename:"flash.js",lineno:299,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get fullscreen support -\nFlash does not allow fullscreen through javascript\nso always returns false

    ",returns:[{type:{names:["Boolean"]},description:"

    false

    "}],kind:"function",name:"supportsFullScreen",longname:"supportsFullScreen",scope:"global"},{comment:"/**\n* Request to enter fullscreen\n* Flash does not allow fullscreen through javascript\n* so always returns false\n*\n* @return {Boolean} false\n* @method enterFullScreen\n*/",meta:{range:[2342,2511],filename:"flash.js",lineno:311,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Request to enter fullscreen\nFlash does not allow fullscreen through javascript\nso always returns false

    ",returns:[{type:{names:["Boolean"]},description:"

    false

    "}],kind:"function",name:"enterFullScreen",longname:"enterFullScreen",scope:"global"},{comment:"/**\n* @file html5.js\n* HTML5 Media Controller - Wrapper for HTML5 Media API\n*/",meta:{range:[0,78],filename:"html5.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},name:"tech/html5.js",kind:"file",description:"

    html5.js\nHTML5 Media Controller - Wrapper for HTML5 Media API

    ",preserveName:!0,longname:"tech/html5.js",scope:"global"},{comment:"/**\n* HTML5 Media Controller - Wrapper for HTML5 Media API\n*\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends Tech\n* @class Html5\n*/",meta:{range:[127,333],filename:"html5.js",lineno:21,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    HTML5 Media Controller - Wrapper for HTML5 Media API

    ",params:[{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"},{type:{names:["function"]},optional:!0,description:"

    Ready callback function

    ",name:"ready"}],augments:["Tech"],kind:"class",name:"Html5",longname:"Html5",scope:"global"},{comment:"/**\n* Dispose of html5 media element\n*\n* @method dispose\n*/",meta:{range:[628,687],filename:"html5.js",lineno:127,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Dispose of html5 media element

    ",kind:"function",name:"dispose",longname:"dispose",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[757,841],filename:"html5.js",lineno:155,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Play for html5 tech\n*\n* @method play\n*/",meta:{range:[1855,1900],filename:"html5.js",lineno:423,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Play for html5 tech

    ",kind:"function",name:"play",longname:"play",scope:"global"},{comment:"/**\n* Pause for html5 tech\n*\n* @method pause\n*/",meta:{range:[1931,1978],filename:"html5.js",lineno:438,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Pause for html5 tech

    ",kind:"function",name:"pause",longname:"pause",scope:"global"},{comment:"/**\n* Paused for html5 tech\n*\n* @return {Boolean}\n* @method paused\n*/",meta:{range:[1985,2054],filename:"html5.js",lineno:445,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Paused for html5 tech

    ",returns:[{type:{names:["Boolean"]}}],kind:"function",name:"paused",longname:"paused",scope:"global"},{comment:"/**\n* Get current time\n*\n* @return {Number}\n* @method currentTime\n*/",meta:{range:[2061,2129],filename:"html5.js",lineno:453,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get current time

    ",returns:[{type:{names:["Number"]}}],kind:"function",name:"currentTime",longname:"currentTime",scope:"global"},{comment:"/**\n* Set current time\n*\n* @param {Number} seconds Current time of video\n* @method setCurrentTime\n*/",meta:{range:[2136,2236],filename:"html5.js",lineno:461,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Set current time

    ",params:[{type:{names:["Number"]},description:"

    Current time of video

    ",name:"seconds"}],kind:"function",name:"setCurrentTime",longname:"setCurrentTime",scope:"global"},{comment:"/**\n* Get duration\n*\n* @return {Number}\n* @method duration\n*/",meta:{range:[2264,2325],filename:"html5.js",lineno:476,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get duration

    ",returns:[{type:{names:["Number"]}}],kind:"function",name:"duration",longname:"duration",scope:"global"},{comment:"/**\n* Get a TimeRange object that represents the intersection\n* of the time ranges for which the user agent has all\n* relevant media\n*\n* @return {TimeRangeObject}\n* @method buffered\n*/",meta:{range:[2332,2516],filename:"html5.js",lineno:484,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get a TimeRange object that represents the intersection\nof the time ranges for which the user agent has all\nrelevant media

    ",returns:[{type:{names:["TimeRangeObject"]}}],kind:"function",name:"buffered",longname:"buffered",scope:"global"},{comment:"/**\n* Get volume level\n*\n* @return {Number}\n* @method volume\n*/",meta:{range:[2523,2586],filename:"html5.js",lineno:494,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get volume level

    ",returns:[{type:{names:["Number"]}}],kind:"function",name:"volume",longname:"volume",scope:"global"},{comment:"/**\n* Set volume level\n*\n* @param {Number} percentAsDecimal Volume percent as a decimal\n* @method setVolume\n*/",meta:{range:[2593,2703],filename:"html5.js",lineno:502,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Set volume level

    ",params:[{type:{names:["Number"]},description:"

    Volume percent as a decimal

    ",name:"percentAsDecimal"}],kind:"function",name:"setVolume",longname:"setVolume",scope:"global"},{comment:"/**\n* Get if muted\n*\n* @return {Boolean}\n* @method muted\n*/",meta:{range:[2710,2769],filename:"html5.js",lineno:510,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get if muted

    ",returns:[{type:{names:["Boolean"]}}],kind:"function",name:"muted",longname:"muted",scope:"global"},{comment:"/**\n* Set muted\n*\n* @param {Boolean} If player is to be muted or note\n* @method setMuted\n*/",meta:{range:[2776,2867],filename:"html5.js",lineno:518,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Set muted

    ",params:[{type:{names:["Boolean"]},description:"

    player is to be muted or note

    ",name:"If"}],kind:"function",name:"setMuted",longname:"setMuted",scope:"global"},{comment:"/**\n* Get player width\n*\n* @return {Number}\n* @method width\n*/",meta:{range:[2874,2936],filename:"html5.js",lineno:526,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get player width

    ",returns:[{type:{names:["Number"]}}],kind:"function",name:"width",longname:"width",scope:"global"},{comment:"/**\n* Get player height\n*\n* @return {Number}\n* @method height\n*/",meta:{range:[2943,3007],filename:"html5.js",lineno:534,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get player height

    ",returns:[{type:{names:["Number"]}}],kind:"function",name:"height",longname:"height",scope:"global"},{comment:"/**\n* Get if there is fullscreen support\n*\n* @return {Boolean}\n* @method supportsFullScreen\n*/",meta:{range:[3014,3108],filename:"html5.js",lineno:542,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get if there is fullscreen support

    ",returns:[{type:{names:["Boolean"]}}],kind:"function",name:"supportsFullScreen",longname:"supportsFullScreen",scope:"global"},{comment:"/**\n* Request to enter fullscreen\n*\n* @method enterFullScreen\n*/",meta:{range:[3142,3206],filename:"html5.js",lineno:559,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Request to enter fullscreen

    ",kind:"function",name:"enterFullScreen",longname:"enterFullScreen",scope:"global"},{comment:"/**\n* Request to exit fullscreen\n*\n* @method exitFullScreen\n*/",meta:{range:[3294,3356],filename:"html5.js",lineno:593,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Request to exit fullscreen

    ",kind:"function",name:"exitFullScreen",longname:"exitFullScreen",scope:"global"},{comment:"/**\n* Get/set video\n*\n* @param {Object=} src Source object\n* @return {Object}\n* @method src\n*/",meta:{range:[3369,3463],filename:"html5.js",lineno:602,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get/set video

    ",params:[{type:{names:["Object"]},optional:!0,description:"

    Source object

    ",name:"src"}],returns:[{type:{names:["Object"]}}],kind:"function",name:"src",longname:"src",scope:"global"},{comment:"/**\n* Set video\n*\n* @param {Object} src Source object\n* @deprecated\n* @method setSrc\n*/",meta:{range:[3491,3578],filename:"html5.js",lineno:618,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Set video

    ",params:[{type:{names:["Object"]},description:"

    Source object

    ",name:"src"}],deprecated:!0,kind:"function",name:"setSrc",longname:"setSrc",scope:"global"},{comment:"/**\n* Load media into player\n*\n* @method load\n*/",meta:{range:[3591,3639],filename:"html5.js",lineno:629,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Load media into player

    ",kind:"function",name:"load",longname:"load",scope:"global"},{comment:"/**\n* Reset the tech. Removes all sources and calls `load`.\n*\n* @method reset\n*/",meta:{range:[3652,3732],filename:"html5.js",lineno:638,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Reset the tech. Removes all sources and calls load.

    ",kind:"function",name:"reset",longname:"reset",scope:"global"},{comment:"/**\n* Get current source\n*\n* @return {Object}\n* @method currentSrc\n*/",meta:{range:[3745,3814],filename:"html5.js",lineno:647,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get current source

    ",returns:[{type:{names:["Object"]}}],kind:"function",name:"currentSrc",longname:"currentSrc",scope:"global"},{comment:"/**\n* Get poster\n*\n* @return {String}\n* @method poster\n*/",meta:{range:[3839,3896],filename:"html5.js",lineno:661,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get poster

    ",returns:[{type:{names:["String"]}}],kind:"function",name:"poster",longname:"poster",scope:"global"},{comment:"/**\n* Get preload attribute\n*\n* @return {String}\n* @method preload\n*/",meta:{range:[3983,4052],filename:"html5.js",lineno:677,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get preload attribute

    ",returns:[{type:{names:["String"]}}],kind:"function",name:"preload",longname:"preload",scope:"global"},{comment:"/**\n* Set preload attribute\n*\n* @param {String} val Value for preload attribute\n* @method setPreload\n*/",meta:{range:[4059,4162],filename:"html5.js",lineno:685,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Set preload attribute

    ",params:[{type:{names:["String"]},description:"

    Value for preload attribute

    ",name:"val"}],kind:"function",name:"setPreload",longname:"setPreload",scope:"global"},{comment:"/**\n* Get autoplay attribute\n*\n* @return {String}\n* @method autoplay\n*/",meta:{range:[4169,4240],filename:"html5.js",lineno:693,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get autoplay attribute

    ",returns:[{type:{names:["String"]}}],kind:"function",name:"autoplay",longname:"autoplay",scope:"global"},{comment:"/**\n* Set autoplay attribute\n*\n* @param {String} val Value for preload attribute\n* @method setAutoplay\n*/",meta:{range:[4247,4352],filename:"html5.js",lineno:701,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Set autoplay attribute

    ",params:[{type:{names:["String"]},description:"

    Value for preload attribute

    ",name:"val"}],kind:"function",name:"setAutoplay",longname:"setAutoplay",scope:"global"},{comment:"/**\n* Get controls attribute\n*\n* @return {String}\n* @method controls\n*/",meta:{range:[4359,4430],filename:"html5.js",lineno:709,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get controls attribute

    ",returns:[{type:{names:["String"]}}],kind:"function",name:"controls",longname:"controls",scope:"global"},{comment:"/**\n* Set controls attribute\n*\n* @param {String} val Value for controls attribute\n* @method setControls\n*/",meta:{range:[4437,4543],filename:"html5.js",lineno:717,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Set controls attribute

    ",params:[{type:{names:["String"]},description:"

    Value for controls attribute

    ",name:"val"}],kind:"function",name:"setControls",longname:"setControls",scope:"global"},{comment:"/**\n* Get loop attribute\n*\n* @return {String}\n* @method loop\n*/",meta:{range:[4550,4613],filename:"html5.js",lineno:725,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get loop attribute

    ",returns:[{type:{names:["String"]}}],kind:"function",name:"loop",longname:"loop",scope:"global"},{comment:"/**\n* Set loop attribute\n*\n* @param {String} val Value for loop attribute\n* @method setLoop\n*/",meta:{range:[4620,4714],filename:"html5.js",lineno:733,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Set loop attribute

    ",params:[{type:{names:["String"]},description:"

    Value for loop attribute

    ",name:"val"}],kind:"function",name:"setLoop",longname:"setLoop",scope:"global"},{comment:"/**\n* Get error value\n*\n* @return {String}\n* @method error\n*/",meta:{range:[4721,4782],filename:"html5.js",lineno:741,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get error value

    ",returns:[{type:{names:["String"]}}],kind:"function",name:"error",longname:"error",scope:"global"},{comment:'/**\n* Get whether or not the player is in the "seeking" state\n*\n* @return {Boolean}\n* @method seeking\n*/',meta:{range:[4789,4893],filename:"html5.js",lineno:749,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get whether or not the player is in the "seeking" state

    ",returns:[{type:{names:["Boolean"]}}],kind:"function",name:"seeking",longname:"seeking",scope:"global"},{comment:"/**\n* Get a TimeRanges object that represents the\n* ranges of the media resource to which it is possible\n* for the user agent to seek.\n*\n* @return {TimeRangeObject}\n* @method seekable\n*/",meta:{range:[4900,5086],filename:"html5.js",lineno:757,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get a TimeRanges object that represents the\nranges of the media resource to which it is possible\nfor the user agent to seek.

    ",returns:[{type:{names:["TimeRangeObject"]}}],kind:"function",name:"seekable",longname:"seekable",scope:"global"},{comment:"/**\n* Get if video ended\n*\n* @return {Boolean}\n* @method ended\n*/",meta:{range:[5093,5158],filename:"html5.js",lineno:767,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get if video ended

    ",returns:[{type:{names:["Boolean"]}}],kind:"function",name:"ended",longname:"ended",scope:"global"},{comment:"/**\n* Get the value of the muted content attribute\n* This attribute has no dynamic effect, it only\n* controls the default state of the element\n*\n* @return {Boolean}\n* @method defaultMuted\n*/",meta:{range:[5165,5355],filename:"html5.js",lineno:775,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get the value of the muted content attribute\nThis attribute has no dynamic effect, it only\ncontrols the default state of the element

    ",returns:[{type:{names:["Boolean"]}}],kind:"function",name:"defaultMuted",longname:"defaultMuted",scope:"global"},{comment:"/**\n* Get desired speed at which the media resource is to play\n*\n* @return {Number}\n* @method playbackRate\n*/",meta:{range:[5362,5471],filename:"html5.js",lineno:785,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get desired speed at which the media resource is to play

    ",returns:[{type:{names:["Number"]}}],kind:"function",name:"playbackRate",longname:"playbackRate",scope:"global"},{comment:"/**\n* Set desired speed at which the media resource is to play\n*\n* @param {Number} val Speed at which the media resource is to play\n* @method setPlaybackRate\n*/",meta:{range:[5807,5967],filename:"html5.js",lineno:802,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Set desired speed at which the media resource is to play

    ",params:[{type:{names:["Number"]},description:"

    Speed at which the media resource is to play

    ",name:"val"}],kind:"function",name:"setPlaybackRate",longname:"setPlaybackRate",scope:"global"},{comment:"/**\n* Get the current state of network activity for the element, from\n* the list below\n* NETWORK_EMPTY (numeric value 0)\n* NETWORK_IDLE (numeric value 1)\n* NETWORK_LOADING (numeric value 2)\n* NETWORK_NO_SOURCE (numeric value 3)\n*\n* @return {Number}\n* @method networkState\n*/",meta:{range:[5974,6248],filename:"html5.js",lineno:810,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get the current state of network activity for the element, from\nthe list below\nNETWORK_EMPTY (numeric value 0)\nNETWORK_IDLE (numeric value 1)\nNETWORK_LOADING (numeric value 2)\nNETWORK_NO_SOURCE (numeric value 3)

    ",returns:[{type:{names:["Number"]}}],kind:"function",name:"networkState",longname:"networkState",scope:"global"},{comment:"/**\n* Get a value that expresses the current state of the element\n* with respect to rendering the current playback position, from\n* the codes in the list below\n* HAVE_NOTHING (numeric value 0)\n* HAVE_METADATA (numeric value 1)\n* HAVE_CURRENT_DATA (numeric value 2)\n* HAVE_FUTURE_DATA (numeric value 3)\n* HAVE_ENOUGH_DATA (numeric value 4)\n*\n* @return {Number}\n* @method readyState\n*/",meta:{range:[6255,6638],filename:"html5.js",lineno:823,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get a value that expresses the current state of the element\nwith respect to rendering the current playback position, from\nthe codes in the list below\nHAVE_NOTHING (numeric value 0)\nHAVE_METADATA (numeric value 1)\nHAVE_CURRENT_DATA (numeric value 2)\nHAVE_FUTURE_DATA (numeric value 3)\nHAVE_ENOUGH_DATA (numeric value 4)

    ",returns:[{type:{names:["Number"]}}],kind:"function",name:"readyState",longname:"readyState",scope:"global"},{comment:"/**\n* Get width of video\n*\n* @return {Number}\n* @method videoWidth\n*/",meta:{range:[6645,6714],filename:"html5.js",lineno:838,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get width of video

    ",returns:[{type:{names:["Number"]}}],kind:"function",name:"videoWidth",longname:"videoWidth",scope:"global"},{comment:"/**\n* Get height of video\n*\n* @return {Number}\n* @method videoHeight\n*/",meta:{range:[6721,6792],filename:"html5.js",lineno:846,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get height of video

    ",returns:[{type:{names:["Number"]}}],kind:"function",name:"videoHeight",longname:"videoHeight",scope:"global"},{comment:"/**\n* Get text tracks\n*\n* @return {TextTrackList}\n* @method textTracks\n*/",meta:{range:[6799,6872],filename:"html5.js",lineno:854,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get text tracks

    ",returns:[{type:{names:["TextTrackList"]}}],kind:"function",name:"textTracks",longname:"textTracks",scope:"global"},{comment:"/**\n* Creates and returns a text track object\n*\n* @param {String} kind Text track kind (subtitles, captions, descriptions\n* chapters and metadata)\n* @param {String=} label Label to identify the text track\n* @param {String=} language Two letter language abbreviation\n* @return {TextTrackObject}\n* @method addTextTrack\n*/",meta:{range:[6885,7242],filename:"html5.js",lineno:864,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Creates and returns a text track object

    ",params:[{type:{names:["String"]},description:"

    Text track kind (subtitles, captions, descriptions\n chapters and metadata)

    ",name:"kind"},{type:{names:["String"]},optional:!0,description:"

    Label to identify the text track

    ",name:"label"},{type:{names:["String"]},optional:!0,description:"

    Two letter language abbreviation

    ",name:"language"}],returns:[{type:{names:["TextTrackObject"]}}],kind:"function",name:"addTextTrack",longname:"addTextTrack",scope:"global"},{comment:"/**\n* Creates a remote text track object and returns a html track element\n*\n* @param {Object} options The object should contain values for\n* kind, language, label and src (location of the WebVTT file)\n* @return {HTMLTrackElement}\n* @method addRemoteTextTrack\n*/",meta:{range:[7267,7528],filename:"html5.js",lineno:882,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Creates a remote text track object and returns a html track element

    ",params:[{type:{names:["Object"]},description:"

    The object should contain values for\nkind, language, label and src (location of the WebVTT file)

    ",name:"options"}],returns:[{type:{names:["HTMLTrackElement"]}}],kind:"function",name:"addRemoteTextTrack",longname:"addRemoteTextTrack",scope:"global"},{comment:"/**\n* Remove remote text track from TextTrackList object\n*\n* @param {TextTrackObject} track Texttrack object to remove\n* @method removeRemoteTextTrack\n*/",meta:{range:[7634,7787],filename:"html5.js",lineno:925,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Remove remote text track from TextTrackList object

    ",params:[{type:{names:["TextTrackObject"]},description:"

    Texttrack object to remove

    ",name:"track"}],kind:"function",name:"removeRemoteTextTrack",longname:"removeRemoteTextTrack",scope:"global"},{comment:"/**\n* @file loader.js\n*/",meta:{range:[0,24],filename:"loader.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},name:"tech/loader.js",kind:"file",description:"

    loader.js

    ",preserveName:!0,longname:"tech/loader.js",scope:"global"},{comment:"/**\n* The Media Loader is the component that decides which playback technology to load\n* when the player is initialized.\n*\n* @param {Object} player Main Player\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends Component\n* @class MediaLoader\n*/",meta:{range:[40,360],filename:"loader.js",lineno:9,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    The Media Loader is the component that decides which playback technology to load\nwhen the player is initialized.

    ",params:[{type:{names:["Object"]},description:"

    Main Player

    ",name:"player"},{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"},{type:{names:["function"]},optional:!0,description:"

    Ready callback function

    ",name:"ready"}],augments:["Component"],kind:"class",name:"MediaLoader",longname:"MediaLoader",scope:"global"},{comment:"/**\n* @file tech.js\n* Media Technology Controller - Base class for media playback\n* technology controllers like Flash and HTML5\n*/",meta:{range:[0,130],filename:"tech.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},name:"tech/tech.js",kind:"file",description:"

    tech.js\nMedia Technology Controller - Base class for media playback\ntechnology controllers like Flash and HTML5

    ",preserveName:!0,longname:"tech/tech.js",scope:"global"},{comment:"/**\n* Base class for media (HTML5 Video, Flash) controllers\n*\n* @param {Object=} options Options object\n* @param {Function=} ready Ready callback function\n* @extends Component\n* @class Tech\n*/",meta:{range:[188,380],filename:"tech.js",lineno:25,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Base class for media (HTML5 Video, Flash) controllers

    ",params:[{type:{names:["Object"]},optional:!0,description:"

    Options object

    ",name:"options"},{type:{names:["function"]},optional:!0,description:"

    Ready callback function

    ",name:"ready"}],augments:["Component"],kind:"class",name:"Tech",longname:"Tech",scope:"global"},{comment:"/**\n* Turn on progress events\n*\n* @method manualProgressOn\n*/",meta:{range:[653,714],filename:"tech.js",lineno:84,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Turn on progress events

    ",kind:"function",name:"manualProgressOn",longname:"manualProgressOn",scope:"global"},{comment:"/**\n* Turn off progress events\n*\n* @method manualProgressOff\n*/",meta:{range:[742,805],filename:"tech.js",lineno:98,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Turn off progress events

    ",kind:"function",name:"manualProgressOff",longname:"manualProgressOff",scope:"global"},{comment:"/**\n* Track progress\n*\n* @method trackProgress\n*/",meta:{range:[827,876],filename:"tech.js",lineno:110,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Track progress

    ",kind:"function",name:"trackProgress",longname:"trackProgress",scope:"global"},{comment:"/**\n* Update duration\n*\n* @method onDurationChange\n*/",meta:{range:[934,987],filename:"tech.js",lineno:134,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Update duration

    ",kind:"function",name:"onDurationChange",longname:"onDurationChange",scope:"global"},{comment:"/**\n* Create and get TimeRange object for buffering\n*\n* @return {TimeRangeObject}\n* @method buffered\n*/",meta:{range:[1e3,1103],filename:"tech.js",lineno:143,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Create and get TimeRange object for buffering

    ",returns:[{type:{names:["TimeRangeObject"]}}],kind:"function",name:"buffered",longname:"buffered",scope:"global"},{comment:"/**\n* Get buffered percent\n*\n* @return {Number}\n* @method bufferedPercent\n*/",meta:{range:[1116,1192],filename:"tech.js",lineno:153,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get buffered percent

    ",returns:[{type:{names:["Number"]}}],kind:"function",name:"bufferedPercent",longname:"bufferedPercent",scope:"global"},{comment:"/**\n* Stops tracking progress by clearing progress interval\n*\n* @method stopTrackingProgress\n*/",meta:{range:[1205,1300],filename:"tech.js",lineno:163,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Stops tracking progress by clearing progress interval

    ",kind:"function",name:"stopTrackingProgress",longname:"stopTrackingProgress",scope:"global"},{comment:"/**\n* Set event listeners for on play and pause and tracking current time\n*\n* @method manualTimeUpdatesOn\n*/",meta:{range:[1397,1505],filename:"tech.js",lineno:173,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Set event listeners for on play and pause and tracking current time

    ",kind:"function",name:"manualTimeUpdatesOn",longname:"manualTimeUpdatesOn",scope:"global"},{comment:"/**\n* Remove event listeners for on play and pause and tracking current time\n*\n* @method manualTimeUpdatesOff\n*/",meta:{range:[1527,1639],filename:"tech.js",lineno:185,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Remove event listeners for on play and pause and tracking current time

    ",kind:"function",name:"manualTimeUpdatesOff",longname:"manualTimeUpdatesOff",scope:"global"},{comment:"/**\n* Tracks current time\n*\n* @method trackCurrentTime\n*/",meta:{range:[1661,1718],filename:"tech.js",lineno:197,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Tracks current time

    ",kind:"function",name:"trackCurrentTime",longname:"trackCurrentTime",scope:"global"},{comment:"/**\n* Turn off play progress tracking (when paused or dragging)\n*\n* @method stopTrackingCurrentTime\n*/",meta:{range:[1740,1842],filename:"tech.js",lineno:209,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Turn off play progress tracking (when paused or dragging)

    ",kind:"function",name:"stopTrackingCurrentTime",longname:"stopTrackingCurrentTime",scope:"global"},{comment:"/**\n* Turn off any manual progress or timeupdate tracking\n*\n* @method dispose\n*/",meta:{range:[1867,1947],filename:"tech.js",lineno:222,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Turn off any manual progress or timeupdate tracking

    ",kind:"function",name:"dispose",longname:"dispose",scope:"global"},{comment:"/**\n* clear out a track list, or multiple track lists\n*\n* Note: Techs without source handlers should call this between\n* sources for video & audio tracks, as usually you don't want\n* to use them between tracks and we have no automatic way to do\n* it for you\n*\n* @method clearTracks\n* @param {Array|String} types type(s) of track lists to empty\n*/",meta:{range:[1987,2333],filename:"tech.js",lineno:240,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    clear out a track list, or multiple track lists

    \n

    Note: Techs without source handlers should call this between\nsources for video & audio tracks, as usually you don't want\nto use them between tracks and we have no automatic way to do\nit for you

    ", +kind:"function",name:"clearTracks",params:[{type:{names:["Array","String"]},description:"

    type(s) of track lists to empty

    ",name:"types"}],longname:"clearTracks",scope:"global"},{comment:"/**\n* Reset the tech. Removes all sources and resets readyState.\n*\n* @method reset\n*/",meta:{range:[2382,2467],filename:"tech.js",lineno:267,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Reset the tech. Removes all sources and resets readyState.

    ",kind:"function",name:"reset",longname:"reset",scope:"global"},{comment:"/**\n* When invoked without an argument, returns a MediaError object\n* representing the current error state of the player or null if\n* there is no error. When invoked with an argument, set the current\n* error state of the player.\n* @param {MediaError=} err Optional an error object\n* @return {MediaError} the current error object or null\n* @method error\n*/",meta:{range:[2474,2839],filename:"tech.js",lineno:274,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    When invoked without an argument, returns a MediaError object\nrepresenting the current error state of the player or null if\nthere is no error. When invoked with an argument, set the current\nerror state of the player.

    ",params:[{type:{names:["MediaError"]},optional:!0,description:"

    Optional an error object

    ",name:"err"}],returns:[{type:{names:["MediaError"]},description:"

    the current error object or null

    "}],kind:"function",name:"error",longname:"error",scope:"global"},{comment:"/**\n* Return the time ranges that have been played through for the\n* current source. This implementation is incomplete. It does not\n* track the played time ranges, only whether the source has played\n* at all or not.\n* @return {TimeRangeObject} a single time range if this video has\n* played or an empty set of ranges if not.\n* @method played\n*/",meta:{range:[2864,3208],filename:"tech.js",lineno:291,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Return the time ranges that have been played through for the\ncurrent source. This implementation is incomplete. It does not\ntrack the played time ranges, only whether the source has played\nat all or not.

    ",returns:[{type:{names:["TimeRangeObject"]},description:"

    a single time range if this video has\nplayed or an empty set of ranges if not.

    "}],kind:"function",name:"played",longname:"played",scope:"global"},{comment:"/**\n* Set current time\n*\n* @method setCurrentTime\n*/",meta:{range:[3230,3282],filename:"tech.js",lineno:307,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Set current time

    ",kind:"function",name:"setCurrentTime",longname:"setCurrentTime",scope:"global"},{comment:"/**\n* Initialize texttrack listeners\n*\n* @method initTextTrackListeners\n*/",meta:{range:[3298,3372],filename:"tech.js",lineno:317,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Initialize texttrack listeners

    ",kind:"function",name:"initTextTrackListeners",longname:"initTextTrackListeners",scope:"global"},{comment:"/**\n* Initialize audio and video track listeners\n*\n* @method initTrackListeners\n*/",meta:{range:[3430,3512],filename:"tech.js",lineno:341,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Initialize audio and video track listeners

    ",kind:"function",name:"initTrackListeners",longname:"initTrackListeners",scope:"global"},{comment:"/**\n* Emulate texttracks\n*\n* @method emulateTextTracks\n*/",meta:{range:[3573,3630],filename:"tech.js",lineno:366,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Emulate texttracks

    ",kind:"function",name:"emulateTextTracks",longname:"emulateTextTracks",scope:"global"},{comment:"/**\n* Get videotracks\n*\n* @returns {VideoTrackList}\n* @method videoTracks\n*/",meta:{range:[3769,3845],filename:"tech.js",lineno:417,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get videotracks

    ",returns:[{type:{names:["VideoTrackList"]}}],kind:"function",name:"videoTracks",longname:"videoTracks",scope:"global"},{comment:"/**\n* Get audiotracklist\n*\n* @returns {AudioTrackList}\n* @method audioTracks\n*/",meta:{range:[3861,3940],filename:"tech.js",lineno:428,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get audiotracklist

    ",returns:[{type:{names:["AudioTrackList"]}}],kind:"function",name:"audioTracks",longname:"audioTracks",scope:"global"},{comment:"/**\n* Get texttracks\n*\n* @returns {TextTrackList}\n* @method textTracks\n*/",meta:{range:[4040,4113],filename:"tech.js",lineno:445,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get texttracks

    ",returns:[{type:{names:["TextTrackList"]}}],kind:"function",name:"textTracks",longname:"textTracks",scope:"global"},{comment:"/**\n* Get remote texttracks\n*\n* @returns {TextTrackList}\n* @method remoteTextTracks\n*/",meta:{range:[4129,4215],filename:"tech.js",lineno:456,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get remote texttracks

    ",returns:[{type:{names:["TextTrackList"]}}],kind:"function",name:"remoteTextTracks",longname:"remoteTextTracks",scope:"global"},{comment:"/**\n* Get remote htmltrackelements\n*\n* @returns {HTMLTrackElementList}\n* @method remoteTextTrackEls\n*/",meta:{range:[4231,4333],filename:"tech.js",lineno:467,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Get remote htmltrackelements

    ",returns:[{type:{names:["HTMLTrackElementList"]}}],kind:"function",name:"remoteTextTrackEls",longname:"remoteTextTrackEls",scope:"global"},{comment:"/**\n* Creates and returns a remote text track object\n*\n* @param {String} kind Text track kind (subtitles, captions, descriptions\n* chapters and metadata)\n* @param {String=} label Label to identify the text track\n* @param {String=} language Two letter language abbreviation\n* @return {TextTrackObject}\n* @method addTextTrack\n*/",meta:{range:[4349,4713],filename:"tech.js",lineno:478,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Creates and returns a remote text track object

    ",params:[{type:{names:["String"]},description:"

    Text track kind (subtitles, captions, descriptions\n chapters and metadata)

    ",name:"kind"},{type:{names:["String"]},optional:!0,description:"

    Label to identify the text track

    ",name:"label"},{type:{names:["String"]},optional:!0,description:"

    Two letter language abbreviation

    ",name:"language"}],returns:[{type:{names:["TextTrackObject"]}}],kind:"function",name:"addTextTrack",longname:"addTextTrack",scope:"global"},{comment:"/**\n* Creates a remote text track object and returns a emulated html track element\n*\n* @param {Object} options The object should contain values for\n* kind, language, label and src (location of the WebVTT file)\n* @return {HTMLTrackElement}\n* @method addRemoteTextTrack\n*/",meta:{range:[4738,5008],filename:"tech.js",lineno:496,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Creates a remote text track object and returns a emulated html track element

    ",params:[{type:{names:["Object"]},description:"

    The object should contain values for\nkind, language, label and src (location of the WebVTT file)

    ",name:"options"}],returns:[{type:{names:["HTMLTrackElement"]}}],kind:"function",name:"addRemoteTextTrack",longname:"addRemoteTextTrack",scope:"global"},{comment:"/**\n* Remove remote texttrack\n*\n* @param {TextTrackObject} track Texttrack to remove\n* @method removeRemoteTextTrack\n*/",meta:{range:[5060,5179],filename:"tech.js",lineno:521,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Remove remote texttrack

    ",params:[{type:{names:["TextTrackObject"]},description:"

    Texttrack to remove

    ",name:"track"}],kind:"function",name:"removeRemoteTextTrack",longname:"removeRemoteTextTrack",scope:"global"},{comment:"/**\n* Provide a default setPoster method for techs\n* Poster support for techs should be optional, so we don't want techs to\n* break if they don't have a way to set a poster.\n*\n* @method setPoster\n*/",meta:{range:[5210,5408],filename:"tech.js",lineno:537,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Provide a default setPoster method for techs\nPoster support for techs should be optional, so we don't want techs to\nbreak if they don't have a way to set a poster.

    ",kind:"function",name:"setPoster",longname:"setPoster",scope:"global"},{comment:"/**\n* Registers a Tech\n*\n* @param {String} name Name of the Tech to register\n* @param {Object} tech The tech to register\n* @static\n* @method registerComponent\n*/",meta:{range:[5942,6103],filename:"tech.js",lineno:572,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Registers a Tech

    ",params:[{type:{names:["String"]},description:"

    Name of the Tech to register

    ",name:"name"},{type:{names:["Object"]},description:"

    The tech to register

    ",name:"tech"}],scope:"static",kind:"function",name:"registerComponent",longname:"registerComponent"},{comment:"/**\n* Gets a component by name\n*\n* @param {String} name Name of the component to get\n* @return {Component}\n* @static\n* @method getComponent\n*/",meta:{range:[6143,6285],filename:"tech.js",lineno:593,path:"/Users/mboles/git/docs/video.js/src/js/tech",code:{}},description:"

    Gets a component by name

    ",params:[{type:{names:["String"]},description:"

    Name of the component to get

    ",name:"name"}],returns:[{type:{names:["Component"]}}],scope:"static",kind:"function",name:"getComponent",longname:"getComponent"},{comment:"/**\n* @file audio-track-list.js\n*/",meta:{range:[0,34],filename:"audio-track-list.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},name:"tracks/audio-track-list.js",kind:"file",description:"

    audio-track-list.js

    ",preserveName:!0,longname:"tracks/audio-track-list.js",scope:"global"},{comment:"/**\n* A list of possible audio tracks. All functionality is in the\n* base class Tracklist and the spec for AudioTrackList is located at:\n* @link https://html.spec.whatwg.org/multipage/embedded-content.html#audiotracklist\n*\n* interface AudioTrackList : EventTarget {\n* readonly attribute unsigned long length;\n* getter AudioTrack (unsigned long index);\n* AudioTrack? getTrackById(DOMString id);\n*\n* attribute EventHandler onchange;\n* attribute EventHandler onaddtrack;\n* attribute EventHandler onremovetrack;\n* };\n*\n* @param {AudioTrack[]} tracks a list of audio tracks to instantiate the list with\n* @extends TrackList\n* @class AudioTrackList\n*/",meta:{range:[294,951],filename:"audio-track-list.js",lineno:24,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    A list of possible audio tracks. All functionality is in the\nbase class Tracklist and the spec for AudioTrackList is located at:

    ",tags:[{originalTitle:"link",title:"link",text:"https://html.spec.whatwg.org/multipage/embedded-content.html#audiotracklist\n\ninterface AudioTrackList : EventTarget {\n readonly attribute unsigned long length;\n getter AudioTrack (unsigned long index);\n AudioTrack? getTrackById(DOMString id);\n\n attribute EventHandler onchange;\n attribute EventHandler onaddtrack;\n attribute EventHandler onremovetrack;\n};",value:"https://html.spec.whatwg.org/multipage/embedded-content.html#audiotracklist\n\ninterface AudioTrackList : EventTarget {\n readonly attribute unsigned long length;\n getter AudioTrack (unsigned long index);\n AudioTrack? getTrackById(DOMString id);\n\n attribute EventHandler onchange;\n attribute EventHandler onaddtrack;\n attribute EventHandler onremovetrack;\n};"}],params:[{type:{names:["Array."]},description:"

    a list of audio tracks to instantiate the list with

    ",name:"tracks"}],augments:["TrackList"],kind:"class",name:"AudioTrackList",longname:"AudioTrackList",scope:"global"},{comment:"/**\n* A single audio text track as defined in:\n* @link https://html.spec.whatwg.org/multipage/embedded-content.html#audiotrack\n*\n* interface AudioTrack {\n* readonly attribute DOMString id;\n* readonly attribute DOMString kind;\n* readonly attribute DOMString label;\n* readonly attribute DOMString language;\n* attribute boolean enabled;\n* };\n*\n* @param {Object=} options Object of option names and values\n* @class AudioTrack\n*/",meta:{range:[15,449],filename:"audio-track.js",lineno:6,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    A single audio text track as defined in:

    ",tags:[{originalTitle:"link",title:"link",text:"https://html.spec.whatwg.org/multipage/embedded-content.html#audiotrack\n\ninterface AudioTrack {\n readonly attribute DOMString id;\n readonly attribute DOMString kind;\n readonly attribute DOMString label;\n readonly attribute DOMString language;\n attribute boolean enabled;\n};",value:"https://html.spec.whatwg.org/multipage/embedded-content.html#audiotrack\n\ninterface AudioTrack {\n readonly attribute DOMString id;\n readonly attribute DOMString kind;\n readonly attribute DOMString label;\n readonly attribute DOMString language;\n attribute boolean enabled;\n};"}],params:[{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"}],kind:"class",name:"AudioTrack",longname:"AudioTrack",scope:"global"},{comment:"/**\n* @file html-track-element-list.js\n*/",meta:{range:[0,41],filename:"html-track-element-list.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},name:"tracks/html-track-element-list.js",kind:"file",description:"

    html-track-element-list.js

    ",preserveName:!0,longname:"tracks/html-track-element-list.js",scope:"global"},{comment:"/**\n* @file html-track-element.js\n*/",meta:{range:[0,36],filename:"html-track-element.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},name:"tracks/html-track-element.js",kind:"file",description:"

    html-track-element.js

    ",preserveName:!0,longname:"tracks/html-track-element.js",scope:"global"},{comment:"/**\n* https://html.spec.whatwg.org/multipage/embedded-content.html#htmltrackelement\n*\n* interface HTMLTrackElement : HTMLElement {\n* attribute DOMString kind;\n* attribute DOMString src;\n* attribute DOMString srclang;\n* attribute DOMString label;\n* attribute boolean default;\n*\n* const unsigned short NONE = 0;\n* const unsigned short LOADING = 1;\n* const unsigned short LOADED = 2;\n* const unsigned short ERROR = 3;\n* readonly attribute unsigned short readyState;\n*\n* readonly attribute TextTrack track;\n* };\n*\n* @param {Object} options TextTrack configuration\n* @class HTMLTrackElement\n*/",meta:{range:[70,680],filename:"html-track-element.js",lineno:15,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    https://html.spec.whatwg.org/multipage/embedded-content.html#htmltrackelement

    \n

    interface HTMLTrackElement : HTMLElement {\n attribute DOMString kind;\n attribute DOMString src;\n attribute DOMString srclang;\n attribute DOMString label;\n attribute boolean default;

    \n

    const unsigned short NONE = 0;\n const unsigned short LOADING = 1;\n const unsigned short LOADED = 2;\n const unsigned short ERROR = 3;\n readonly attribute unsigned short readyState;

    \n

    readonly attribute TextTrack track;\n};

    ",params:[{type:{names:["Object"]},description:"

    TextTrack configuration

    ",name:"options"}],kind:"class",name:"HTMLTrackElement",longname:"HTMLTrackElement",scope:"global"},{comment:"/**\n* @file text-track-cue-list.js\n*/",meta:{range:[0,37],filename:"text-track-cue-list.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},name:"tracks/text-track-cue-list.js",kind:"file",description:"

    text-track-cue-list.js

    ",preserveName:!0,longname:"tracks/text-track-cue-list.js",scope:"global"},{comment:"/**\n* A List of text track cues as defined in:\n* https://html.spec.whatwg.org/multipage/embedded-content.html#texttrackcuelist\n*\n* interface TextTrackCueList {\n* readonly attribute unsigned long length;\n* getter TextTrackCue (unsigned long index);\n* TextTrackCue? getCueById(DOMString id);\n* };\n*\n* @param {Array} cues A list of cues to be initialized with\n* @class TextTrackCueList\n*/",meta:{range:[47,438],filename:"text-track-cue-list.js",lineno:7,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    A List of text track cues as defined in:\nhttps://html.spec.whatwg.org/multipage/embedded-content.html#texttrackcuelist

    \n

    interface TextTrackCueList {\n readonly attribute unsigned long length;\n getter TextTrackCue (unsigned long index);\n TextTrackCue? getCueById(DOMString id);\n};

    ",params:[{type:{names:["Array"]},description:"

    A list of cues to be initialized with

    ",name:"cues"}],kind:"class",name:"TextTrackCueList",longname:"TextTrackCueList",scope:"global"},{comment:"/**\n* A setter for cues in this list\n*\n* @param {Array} cues an array of cues\n* @method setCues_\n* @private\n*/",meta:{range:[523,633],filename:"text-track-cue-list.js",lineno:48,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    A setter for cues in this list

    ",params:[{type:{names:["Array"]},description:"

    an array of cues

    ",name:"cues"}],kind:"function",name:"setCues_",access:"private",longname:"setCues_",scope:"global"},{comment:"/**\n* Get a cue that is currently in the Cue list by id\n*\n* @param {String} id\n* @method getCueById\n* @return {Object} a single cue\n*/",meta:{range:[715,849],filename:"text-track-cue-list.js",lineno:82,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Get a cue that is currently in the Cue list by id

    ",params:[{type:{names:["String"]},name:"id"}],kind:"function",name:"getCueById",returns:[{type:{names:["Object"]},description:"

    a single cue

    "}],longname:"getCueById",scope:"global"},{comment:"/**\n* @file text-track-display.js\n*/",meta:{range:[0,36],filename:"text-track-display.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},name:"tracks/text-track-display.js",kind:"file",description:"

    text-track-display.js

    ",preserveName:!0,longname:"tracks/text-track-display.js",scope:"global"},{comment:"/**\n* The component for displaying text track cues\n*\n* @param {Object} player Main Player\n* @param {Object=} options Object of option names and values\n* @param {Function=} ready Ready callback function\n* @extends Component\n* @class TextTrackDisplay\n*/",meta:{range:[106,361],filename:"text-track-display.js",lineno:27,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    The component for displaying text track cues

    ",params:[{type:{names:["Object"]},description:"

    Main Player

    ",name:"player"},{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"},{type:{names:["function"]},optional:!0,description:"

    Ready callback function

    ",name:"ready"}],augments:["Component"],kind:"class",name:"TextTrackDisplay",longname:"TextTrackDisplay",scope:"global"},{comment:"/**\n* Toggle display texttracks\n*\n* @method toggleDisplay\n*/",meta:{range:[530,590],filename:"text-track-display.js",lineno:92,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Toggle display texttracks

    ",kind:"function",name:"toggleDisplay",longname:"toggleDisplay",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[615,699],filename:"text-track-display.js",lineno:105,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Clear display texttracks\n*\n* @method clearDisplay\n*/",meta:{range:[727,785],filename:"text-track-display.js",lineno:120,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Clear display texttracks

    ",kind:"function",name:"clearDisplay",longname:"clearDisplay",scope:"global"},{comment:"/**\n* Update display texttracks\n*\n* @method updateDisplay\n*/",meta:{range:[804,864],filename:"text-track-display.js",lineno:131,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Update display texttracks

    ",kind:"function",name:"updateDisplay",longname:"updateDisplay",scope:"global"},{comment:"/**\n* Add texttrack to texttrack list\n*\n* @param {TextTrackObject} track Texttrack object to be added to list\n* @method updateForTrack\n*/",meta:{range:[970,1107],filename:"text-track-display.js",lineno:171,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Add texttrack to texttrack list

    ",params:[{type:{names:["TextTrackObject"]},description:"

    Texttrack object to be added to list

    ",name:"track"}],kind:"function",name:"updateForTrack",longname:"updateForTrack",scope:"global"},{comment:"/**\n* Add cue HTML to display\n*\n* @param {Number} color Hex number for color, like #f0e\n* @param {Number} opacity Value for opacity,0.0 - 1.0\n* @return {RGBAColor} In the form 'rgba(255, 0, 0, 0.3)'\n* @method constructColor\n*/",meta:{range:[1345,1571],filename:"text-track-display.js",lineno:256,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Add cue HTML to display

    ",params:[{type:{names:["Number"]},description:"

    Hex number for color, like #f0e

    ",name:"color"},{type:{names:["Number"]},description:"

    Value for opacity,0.0 - 1.0

    ",name:"opacity"}],returns:[{type:{names:["RGBAColor"]},description:"

    In the form 'rgba(255, 0, 0, 0.3)'

    "}],kind:"function",name:"constructColor",longname:"constructColor",scope:"global"},{comment:"/**\n* Try to update style\n* Some style changes will throw an error, particularly in IE8. Those should be noops.\n*\n* @param {Element} el The element to be styles\n* @param {CSSProperty} style The CSS property to be styled\n* @param {CSSStyle} rule The actual style to be applied to the property\n* @method tryUpdateStyle\n*/",meta:{range:[1599,1918],filename:"text-track-display.js",lineno:273,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Try to update style\nSome style changes will throw an error, particularly in IE8. Those should be noops.

    ",params:[{type:{names:["Element"]},description:"

    The element to be styles

    ",name:"el"},{type:{names:["CSSProperty"]},description:"

    The CSS property to be styled

    ",name:"style"},{type:{names:["CSSStyle"]},description:"

    The actual style to be applied to the property

    ",name:"rule"}],kind:"function",name:"tryUpdateStyle",longname:"tryUpdateStyle",scope:"global"},{comment:"/**\n* Utilities for capturing text track state and re-creating tracks\n* based on a capture.\n*\n* @file text-track-list-converter.js\n*/",meta:{range:[0,133],filename:"text-track-list-converter.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    text-track-list-converter.js

    ",name:"tracks/text-track-list-converter.js",kind:"file",preserveName:!0,longname:"tracks/text-track-list-converter.js",scope:"global"},{comment:"/**\n* Examine a tech and return a JSON-compatible javascript array that\n* represents the state of all text tracks currently configured. The\n* return array is compatible with `jsonToTextTracks`.\n* @param tech {tech} the tech object to query\n* @return {Array} a serializable javascript representation of the\n* @function textTracksToJson\n*/",meta:{range:[467,804],filename:"text-track-list-converter.js",lineno:38,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Examine a tech and return a JSON-compatible javascript array that\nrepresents the state of all text tracks currently configured. The\nreturn array is compatible with jsonToTextTracks.

    ",params:[{type:{names:["tech"]},description:"

    the tech object to query

    ",name:"tech"}],returns:[{type:{names:["Array"]},description:"

    a serializable javascript representation of the

    "}],kind:"function",name:"textTracksToJson",longname:"textTracksToJson",scope:"global"},{comment:"/**\n* Creates a set of remote text tracks on a tech based on an array of\n* javascript text track representations.\n* @param json {Array} an array of text track representation objects,\n* like those that would be produced by `textTracksToJson`\n* @param tech {tech} the tech to create text tracks on\n* @function jsonToTextTracks\n*/",meta:{range:[859,1186],filename:"text-track-list-converter.js",lineno:64,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Creates a set of remote text tracks on a tech based on an array of\njavascript text track representations.

    ",params:[{type:{names:["Array"]},description:"

    an array of text track representation objects,\nlike those that would be produced by textTracksToJson

    ",name:"json"},{type:{names:["tech"]},description:"

    the tech to create text tracks on

    ",name:"tech"}],kind:"function",name:"jsonToTextTracks",longname:"jsonToTextTracks",scope:"global"},{comment:"/**\n* @file text-track-list.js\n*/",meta:{range:[0,33],filename:"text-track-list.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},name:"tracks/text-track-list.js",kind:"file",description:"

    text-track-list.js

    ",preserveName:!0,longname:"tracks/text-track-list.js",scope:"global"},{comment:"/**\n* A list of possible text tracks. All functionality is in the\n* base class TrackList. The spec for TextTrackList is located at:\n* @link https://html.spec.whatwg.org/multipage/embedded-content.html#texttracklist\n*\n* interface TextTrackList : EventTarget {\n* readonly attribute unsigned long length;\n* getter TextTrack (unsigned long index);\n* TextTrack? getTrackById(DOMString id);\n*\n* attribute EventHandler onchange;\n* attribute EventHandler onaddtrack;\n* attribute EventHandler onremovetrack;\n* };\n*\n* @param {TextTrack[]} tracks A list of tracks to initialize the list with\n* @extends TrackList\n* @class TextTrackList\n*/",meta:{range:[49,688],filename:"text-track-list.js",lineno:9,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    A list of possible text tracks. All functionality is in the\nbase class TrackList. The spec for TextTrackList is located at:

    ",tags:[{originalTitle:"link",title:"link",text:"https://html.spec.whatwg.org/multipage/embedded-content.html#texttracklist\n\ninterface TextTrackList : EventTarget {\n readonly attribute unsigned long length;\n getter TextTrack (unsigned long index);\n TextTrack? getTrackById(DOMString id);\n\n attribute EventHandler onchange;\n attribute EventHandler onaddtrack;\n attribute EventHandler onremovetrack;\n};",value:"https://html.spec.whatwg.org/multipage/embedded-content.html#texttracklist\n\ninterface TextTrackList : EventTarget {\n readonly attribute unsigned long length;\n getter TextTrack (unsigned long index);\n TextTrack? getTrackById(DOMString id);\n\n attribute EventHandler onchange;\n attribute EventHandler onaddtrack;\n attribute EventHandler onremovetrack;\n};"}],params:[{type:{names:["Array."]},description:"

    A list of tracks to initialize the list with

    ",name:"tracks"}],augments:["TrackList"],kind:"class",name:"TextTrackList",longname:"TextTrackList",scope:"global"},{comment:"/**\n* Remove TextTrack from TextTrackList\n* NOTE: Be mindful of what is passed in as it may be a HTMLTrackElement\n*\n* @param {TextTrack} rtrack\n* @method removeTrack_\n* @private\n*/",meta:{range:[782,962],filename:"text-track-list.js",lineno:59,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Remove TextTrack from TextTrackList\nNOTE: Be mindful of what is passed in as it may be a HTMLTrackElement

    ",params:[{type:{names:["TextTrack"]},name:"rtrack"}],kind:"function",name:"removeTrack_",access:"private",longname:"removeTrack_",scope:"global"},{comment:"/**\n* Get a TextTrack from TextTrackList by a tracks id\n*\n* @param {String} id - the id of the track to get\n* @method getTrackById\n* @return {TextTrack}\n* @private\n*/",meta:{range:[1041,1207],filename:"text-track-list.js",lineno:93,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Get a TextTrack from TextTrackList by a tracks id

    ",params:[{type:{names:["String"]},description:"

    the id of the track to get

    ",name:"id"}],kind:"function",name:"getTrackById",returns:[{type:{names:["TextTrack"]}}],access:"private",longname:"getTrackById",scope:"global"},{comment:"/**\n* @file text-track-settings.js\n*/",meta:{range:[0,37],filename:"text-track-settings.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},name:"tracks/text-track-settings.js",kind:"file",description:"

    text-track-settings.js

    ",preserveName:!0,longname:"tracks/text-track-settings.js",scope:"global"},{comment:"/**\n* Manipulate settings of texttracks\n*\n* @param {Object} player Main Player\n* @param {Object=} options Object of option names and values\n* @extends Component\n* @class TextTrackSettings\n*/",meta:{range:[59,250],filename:"text-track-settings.js",lineno:11,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Manipulate settings of texttracks

    ",params:[{type:{names:["Object"]},description:"

    Main Player

    ",name:"player"},{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"}],augments:["Component"],kind:"class",name:"TextTrackSettings",longname:"TextTrackSettings",scope:"global"},{comment:"/**\n* Create the component's DOM element\n*\n* @return {Element}\n* @method createEl\n*/",meta:{range:[383,467],filename:"text-track-settings.js",lineno:63,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Create the component's DOM element

    ",returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Get texttrack settings\n* Settings are\n* .vjs-edge-style\n* .vjs-font-family\n* .vjs-fg-color\n* .vjs-text-opacity\n* .vjs-bg-color\n* .vjs-bg-opacity\n* .window-color\n* .vjs-window-opacity\n*\n* @return {Object}\n* @method getValues\n*/",meta:{range:[516,748],filename:"text-track-settings.js",lineno:85,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Get texttrack settings\nSettings are\n.vjs-edge-style\n.vjs-font-family\n.vjs-fg-color\n.vjs-text-opacity\n.vjs-bg-color\n.vjs-bg-opacity\n.window-color\n.vjs-window-opacity

    ",returns:[{type:{names:["Object"]}}],kind:"function",name:"getValues",longname:"getValues",scope:"global"},{comment:"/**\n* Set texttrack settings\n* Settings are\n* .vjs-edge-style\n* .vjs-font-family\n* .vjs-fg-color\n* .vjs-text-opacity\n* .vjs-bg-color\n* .vjs-bg-opacity\n* .window-color\n* .vjs-window-opacity\n*\n* @param {Object} values Object with texttrack setting values\n* @method setValues\n*/",meta:{range:[839,1114],filename:"text-track-settings.js",lineno:130,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Set texttrack settings\nSettings are\n.vjs-edge-style\n.vjs-font-family\n.vjs-fg-color\n.vjs-text-opacity\n.vjs-bg-color\n.vjs-bg-opacity\n.window-color\n.vjs-window-opacity

    ",params:[{type:{names:["Object"]},description:"

    Object with texttrack setting values

    ",name:"values"}],kind:"function",name:"setValues",longname:"setValues",scope:"global"},{comment:"/**\n* Restore texttrack settings\n*\n* @method restoreSettings\n*/",meta:{range:[1172,1235],filename:"text-track-settings.js",lineno:164,path:"/Users/mboles/git/docs/video.js/src/js/tracks", +code:{}},description:"

    Restore texttrack settings

    ",kind:"function",name:"restoreSettings",longname:"restoreSettings",scope:"global"},{comment:"/**\n* Save texttrack settings to local storage\n*\n* @method saveSettings\n*/",meta:{range:[1290,1364],filename:"text-track-settings.js",lineno:187,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Save texttrack settings to local storage

    ",kind:"function",name:"saveSettings",longname:"saveSettings",scope:"global"},{comment:"/**\n* Update display of texttrack settings\n*\n* @method updateDisplay\n*/",meta:{range:[1416,1487],filename:"text-track-settings.js",lineno:209,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Update display of texttrack settings

    ",kind:"function",name:"updateDisplay",longname:"updateDisplay",scope:"global"},{comment:"/**\n* @file text-track.js\n*/",meta:{range:[0,28],filename:"text-track.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},name:"tracks/text-track.js",kind:"file",description:"

    text-track.js

    ",preserveName:!0,longname:"tracks/text-track.js",scope:"global"},{comment:"/**\n* A single text track as defined in:\n* @link https://html.spec.whatwg.org/multipage/embedded-content.html#texttrack\n*\n* interface TextTrack : EventTarget {\n* readonly attribute TextTrackKind kind;\n* readonly attribute DOMString label;\n* readonly attribute DOMString language;\n*\n* readonly attribute DOMString id;\n* readonly attribute DOMString inBandMetadataTrackDispatchType;\n*\n* attribute TextTrackMode mode;\n*\n* readonly attribute TextTrackCueList? cues;\n* readonly attribute TextTrackCueList? activeCues;\n*\n* void addCue(TextTrackCue cue);\n* void removeCue(TextTrackCue cue);\n*\n* attribute EventHandler oncuechange;\n* };\n*\n* @param {Object=} options Object of option names and values\n* @extends Track\n* @class TextTrack\n*/",meta:{range:[568,1320],filename:"text-track.js",lineno:99,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    A single text track as defined in:

    ",tags:[{originalTitle:"link",title:"link",text:"https://html.spec.whatwg.org/multipage/embedded-content.html#texttrack\n\ninterface TextTrack : EventTarget {\n readonly attribute TextTrackKind kind;\n readonly attribute DOMString label;\n readonly attribute DOMString language;\n\n readonly attribute DOMString id;\n readonly attribute DOMString inBandMetadataTrackDispatchType;\n\n attribute TextTrackMode mode;\n\n readonly attribute TextTrackCueList? cues;\n readonly attribute TextTrackCueList? activeCues;\n\n void addCue(TextTrackCue cue);\n void removeCue(TextTrackCue cue);\n\n attribute EventHandler oncuechange;\n};",value:"https://html.spec.whatwg.org/multipage/embedded-content.html#texttrack\n\ninterface TextTrack : EventTarget {\n readonly attribute TextTrackKind kind;\n readonly attribute DOMString label;\n readonly attribute DOMString language;\n\n readonly attribute DOMString id;\n readonly attribute DOMString inBandMetadataTrackDispatchType;\n\n attribute TextTrackMode mode;\n\n readonly attribute TextTrackCueList? cues;\n readonly attribute TextTrackCueList? activeCues;\n\n void addCue(TextTrackCue cue);\n void removeCue(TextTrackCue cue);\n\n attribute EventHandler oncuechange;\n};"}],params:[{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"}],augments:["Track"],kind:"class",name:"TextTrack",longname:"TextTrack",scope:"global"},{comment:"/**\n* add a cue to the internal list of cues\n*\n* @param {Object} cue the cue to add to our internal list\n* @method addCue\n*/",meta:{range:[1732,1856],filename:"text-track.js",lineno:263,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    add a cue to the internal list of cues

    ",params:[{type:{names:["Object"]},description:"

    the cue to add to our internal list

    ",name:"cue"}],kind:"function",name:"addCue",longname:"addCue",scope:"global"},{comment:"/**\n* remvoe a cue from our internal list\n*\n* @param {Object} removeCue the cue to remove from our internal list\n* @method removeCue\n*/",meta:{range:[1902,2037],filename:"text-track.js",lineno:284,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    remvoe a cue from our internal list

    ",params:[{type:{names:["Object"]},description:"

    the cue to remove from our internal list

    ",name:"removeCue"}],kind:"function",name:"removeCue",longname:"removeCue",scope:"global"},{comment:"/**\n* @file track-kinds.js\n*/",meta:{range:[0,29],filename:"track-enums.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},name:"tracks/track-enums.js",kind:"file",description:"

    track-kinds.js

    ",preserveName:!0,longname:"tracks/track-enums.js",scope:"global"},{comment:"/**\n* @file track-list.js\n*/",meta:{range:[0,28],filename:"track-list.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},name:"tracks/track-list.js",kind:"file",description:"

    track-list.js

    ",preserveName:!0,longname:"tracks/track-list.js",scope:"global"},{comment:"/**\n* Common functionaliy between Text, Audio, and Video TrackLists\n* Interfaces defined in the following spec:\n* @link https://html.spec.whatwg.org/multipage/embedded-content.html\n*\n* @param {Track[]} tracks A list of tracks to initialize the list with\n* @param {Object} list the child object with inheritance done manually for ie8\n* @extends EventTarget\n* @class TrackList\n*/",meta:{range:[44,421],filename:"track-list.js",lineno:9,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Common functionaliy between Text, Audio, and Video TrackLists\nInterfaces defined in the following spec:

    ",tags:[{originalTitle:"link",title:"link",text:"https://html.spec.whatwg.org/multipage/embedded-content.html",value:"https://html.spec.whatwg.org/multipage/embedded-content.html"}],params:[{type:{names:["Array."]},description:"

    A list of tracks to initialize the list with

    ",name:"tracks"},{type:{names:["Object"]},description:"

    the child object with inheritance done manually for ie8

    ",name:"list"}],augments:["EventTarget"],kind:"class",name:"TrackList",longname:"TrackList",scope:"global"},{comment:"/**\n* Add a Track from TrackList\n*\n* @param {Mixed} track\n* @method addTrack_\n* @private\n*/",meta:{range:[509,600],filename:"track-list.js",lineno:48,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Add a Track from TrackList

    ",params:[{type:{names:["Mixed"]},name:"track"}],kind:"function",name:"addTrack_",access:"private",longname:"addTrack_",scope:"global"},{comment:"/**\n* Remove a Track from TrackList\n*\n* @param {Track} rtrack track to be removed\n* @method removeTrack_\n* @private\n*/",meta:{range:[664,782],filename:"track-list.js",lineno:76,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Remove a Track from TrackList

    ",params:[{type:{names:["Track"]},description:"

    track to be removed

    ",name:"rtrack"}],kind:"function",name:"removeTrack_",access:"private",longname:"removeTrack_",scope:"global"},{comment:"/**\n* Get a Track from the TrackList by a tracks id\n*\n* @param {String} id - the id of the track to get\n* @method getTrackById\n* @return {Track}\n* @private\n*/",meta:{range:[861,1019],filename:"track-list.js",lineno:109,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    Get a Track from the TrackList by a tracks id

    ",params:[{type:{names:["String"]},description:"

    the id of the track to get

    ",name:"id"}],kind:"function",name:"getTrackById",returns:[{type:{names:["Track"]}}],access:"private",longname:"getTrackById",scope:"global"},{comment:"/**\n* @file track.js\n*/",meta:{range:[0,23],filename:"track.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},name:"tracks/track.js",kind:"file",description:"

    track.js

    ",preserveName:!0,longname:"tracks/track.js",scope:"global"},{comment:"/**\n* setup the common parts of an audio, video, or text track\n* @link https://html.spec.whatwg.org/multipage/embedded-content.html\n*\n* @param {String} type The type of track we are dealing with audio|video|text\n* @param {Object=} options Object of option names and values\n* @extends EventTarget\n* @class Track\n*/",meta:{range:[39,352],filename:"track.js",lineno:9,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    setup the common parts of an audio, video, or text track

    ",tags:[{originalTitle:"link",title:"link",text:"https://html.spec.whatwg.org/multipage/embedded-content.html",value:"https://html.spec.whatwg.org/multipage/embedded-content.html"}],params:[{type:{names:["String"]},description:"

    The type of track we are dealing with audio|video|text

    ",name:"type"},{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"}],augments:["EventTarget"],kind:"class",name:"Track",longname:"Track",scope:"global"},{comment:"/**\n* @file video-track-list.js\n*/",meta:{range:[0,34],filename:"video-track-list.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},name:"tracks/video-track-list.js",kind:"file",description:"

    video-track-list.js

    ",preserveName:!0,longname:"tracks/video-track-list.js",scope:"global"},{comment:"/**\n* A list of possiblee video tracks. Most functionality is in the\n* base class Tracklist and the spec for VideoTrackList is located at:\n* @link https://html.spec.whatwg.org/multipage/embedded-content.html#videotracklist\n*\n* interface VideoTrackList : EventTarget {\n* readonly attribute unsigned long length;\n* getter VideoTrack (unsigned long index);\n* VideoTrack? getTrackById(DOMString id);\n* readonly attribute long selectedIndex;\n*\n* attribute EventHandler onchange;\n* attribute EventHandler onaddtrack;\n* attribute EventHandler onremovetrack;\n* };\n*\n* @param {VideoTrack[]} tracks a list of video tracks to instantiate the list with\n# @extends TrackList\n* @class VideoTrackList\n*/",meta:{range:[243,945],filename:"video-track-list.js",lineno:24,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    A list of possiblee video tracks. Most functionality is in the\nbase class Tracklist and the spec for VideoTrackList is located at:

    ",tags:[{originalTitle:"link",title:"link",text:"https://html.spec.whatwg.org/multipage/embedded-content.html#videotracklist\n\ninterface VideoTrackList : EventTarget {\n readonly attribute unsigned long length;\n getter VideoTrack (unsigned long index);\n VideoTrack? getTrackById(DOMString id);\n readonly attribute long selectedIndex;\n\n attribute EventHandler onchange;\n attribute EventHandler onaddtrack;\n attribute EventHandler onremovetrack;\n};",value:"https://html.spec.whatwg.org/multipage/embedded-content.html#videotracklist\n\ninterface VideoTrackList : EventTarget {\n readonly attribute unsigned long length;\n getter VideoTrack (unsigned long index);\n VideoTrack? getTrackById(DOMString id);\n readonly attribute long selectedIndex;\n\n attribute EventHandler onchange;\n attribute EventHandler onaddtrack;\n attribute EventHandler onremovetrack;\n};"}],params:[{type:{names:["Array."]},description:"

    a list of video tracks to instantiate the list with

    \n

    @extends TrackList

    ",name:"tracks"}],kind:"class",name:"VideoTrackList",longname:"VideoTrackList",scope:"global"},{comment:"/**\n* A single video text track as defined in:\n* @link https://html.spec.whatwg.org/multipage/embedded-content.html#videotrack\n*\n* interface VideoTrack {\n* readonly attribute DOMString id;\n* readonly attribute DOMString kind;\n* readonly attribute DOMString label;\n* readonly attribute DOMString language;\n* attribute boolean selected;\n* };\n*\n* @param {Object=} options Object of option names and values\n* @class VideoTrack\n*/",meta:{range:[15,450],filename:"video-track.js",lineno:6,path:"/Users/mboles/git/docs/video.js/src/js/tracks",code:{}},description:"

    A single video text track as defined in:

    ",tags:[{originalTitle:"link",title:"link",text:"https://html.spec.whatwg.org/multipage/embedded-content.html#videotrack\n\ninterface VideoTrack {\n readonly attribute DOMString id;\n readonly attribute DOMString kind;\n readonly attribute DOMString label;\n readonly attribute DOMString language;\n attribute boolean selected;\n};",value:"https://html.spec.whatwg.org/multipage/embedded-content.html#videotrack\n\ninterface VideoTrack {\n readonly attribute DOMString id;\n readonly attribute DOMString kind;\n readonly attribute DOMString label;\n readonly attribute DOMString language;\n attribute boolean selected;\n};"}],params:[{type:{names:["Object"]},optional:!0,description:"

    Object of option names and values

    ",name:"options"}],kind:"class",name:"VideoTrack",longname:"VideoTrack",scope:"global"},{comment:"/**\n* @file browser.js\n*/",meta:{range:[0,25],filename:"browser.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},name:"utils/browser.js",kind:"file",description:"

    browser.js

    ",preserveName:!0,longname:"utils/browser.js",scope:"global"},{comment:"/**\n* @file buffer.js\n*/",meta:{range:[0,24],filename:"buffer.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},name:"utils/buffer.js",kind:"file",description:"

    buffer.js

    ",preserveName:!0,longname:"utils/buffer.js",scope:"global"},{comment:"/**\n* Compute how much your video has been buffered\n*\n* @param {Object} Buffered object\n* @param {Number} Total duration\n* @return {Number} Percent buffered of the total duration\n* @private\n* @function bufferedPercent\n*/",meta:{range:[31,253],filename:"buffer.js",lineno:6,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Compute how much your video has been buffered

    ",params:[{type:{names:["Object"]},description:"

    object

    ",name:"Buffered"},{type:{names:["Number"]},description:"

    duration

    ",name:"Total"}],returns:[{type:{names:["Number"]},description:"

    Percent buffered of the total duration

    "}],access:"private",kind:"function",name:"bufferedPercent",longname:"bufferedPercent",scope:"global"},{comment:"/**\n* @file dom.js\n*/",meta:{range:[0,21],filename:"dom.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},name:"utils/dom.js",kind:"file",description:"

    dom.js

    ",preserveName:!0,longname:"utils/dom.js",scope:"global"},{comment:"/**\n* Creates functions to query the DOM using a given method.\n*\n* @function createQuerier\n* @private\n* @param {String} method\n* @return {Function}\n*/",meta:{range:[508,659],filename:"dom.js",lineno:43,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Creates functions to query the DOM using a given method.

    ",kind:"function",name:"createQuerier",access:"private",params:[{type:{names:["String"]},name:"method"}],returns:[{type:{names:["function"]}}],longname:"createQuerier",scope:"global"},{comment:"/**\n* Shorthand for document.getElementById()\n* Also allows for CSS (jQuery) ID syntax. But nothing other than IDs.\n*\n* @param {String} id Element ID\n* @return {Element} Element with supplied ID\n* @function getEl\n*/",meta:{range:[696,916],filename:"dom.js",lineno:63,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Shorthand for document.getElementById()\nAlso allows for CSS (jQuery) ID syntax. But nothing other than IDs.

    ",params:[{type:{names:["String"]},description:"

    Element ID

    ",name:"id"}],returns:[{type:{names:["Element"]},description:"

    Element with supplied ID

    "}],kind:"function",name:"getEl",longname:"getEl",scope:"global"},{comment:"/**\n* Creates an element and applies properties.\n*\n* @param {String} [tagName='div'] Name of tag to be created.\n* @param {Object} [properties={}] Element properties to be applied.\n* @param {Object} [attributes={}] Element attributes to be applied.\n* @return {Element}\n* @function createEl\n*/",meta:{range:[941,1235],filename:"dom.js",lineno:79,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Creates an element and applies properties.

    ",params:[{type:{names:["String"]},optional:!0,defaultvalue:"'div'",description:"

    Name of tag to be created.

    ",name:"tagName"},{type:{names:["Object"]},optional:!0,defaultvalue:"{}",description:"

    Element properties to be applied.

    ",name:"properties"},{type:{names:["Object"]},optional:!0,defaultvalue:"{}",description:"

    Element attributes to be applied.

    ",name:"attributes"}],returns:[{type:{names:["Element"]}}],kind:"function",name:"createEl",longname:"createEl",scope:"global"},{comment:"/**\n* Injects text into an element, replacing any existing contents entirely.\n*\n* @param {Element} el\n* @param {String} text\n* @return {Element}\n* @function textContent\n*/",meta:{range:[1317,1490],filename:"dom.js",lineno:115,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Injects text into an element, replacing any existing contents entirely.

    ",params:[{type:{names:["Element"]},name:"el"},{type:{names:["String"]},name:"text"}],returns:[{type:{names:["Element"]}}],kind:"function",name:"textContent",longname:"textContent",scope:"global"},{comment:"/**\n* Insert an element as the first child node of another\n*\n* @param {Element} child Element to insert\n* @param {Element} parent Element to insert child into\n* @private\n* @function insertElFirst\n*/",meta:{range:[1515,1717],filename:"dom.js",lineno:131,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Insert an element as the first child node of another

    ",params:[{type:{names:["Element"]},description:"

    Element to insert

    ",name:"child"},{type:{names:["Element"]},description:"

    Element to insert child into

    ",name:"parent"}],access:"private",kind:"function",name:"insertElFirst",longname:"insertElFirst",scope:"global"},{comment:"/**\n* Returns the cache object where data for an element is stored\n*\n* @param {Element} el Element to store data for.\n* @return {Object}\n* @function getElData\n*/",meta:{range:[2114,2276],filename:"dom.js",lineno:166,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Returns the cache object where data for an element is stored

    ",params:[{type:{names:["Element"]},description:"

    Element to store data for.

    ",name:"el"}],returns:[{type:{names:["Object"]}}],kind:"function",name:"getElData",longname:"getElData",scope:"global"},{comment:"/**\n* Returns whether or not an element has cached data\n*\n* @param {Element} el A dom element\n* @return {Boolean}\n* @private\n* @function hasElData\n*/",meta:{range:[2319,2469],filename:"dom.js",lineno:187,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Returns whether or not an element has cached data

    ",params:[{type:{names:["Element"]},description:"

    A dom element

    ",name:"el"}],returns:[{type:{names:["Boolean"]}}],access:"private",kind:"function",name:"hasElData",longname:"hasElData",scope:"global"},{comment:"/**\n* Delete data for the element from the cache and the guid attr from getElementById\n*\n* @param {Element} el Remove data for an element\n* @private\n* @function removeElData\n*/",meta:{range:[2500,2677],filename:"dom.js",lineno:205,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Delete data for the element from the cache and the guid attr from getElementById

    ",params:[{type:{names:["Element"]},description:"

    Remove data for an element

    ",name:"el"}],access:"private",kind:"function",name:"removeElData",longname:"removeElData",scope:"global"},{comment:"/**\n* Check if an element has a CSS class\n*\n* @function hasElClass\n* @param {Element} element Element to check\n* @param {String} classToCheck Classname to check\n*/",meta:{range:[2747,2910],filename:"dom.js",lineno:235,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Check if an element has a CSS class

    ",kind:"function",name:"hasElClass",params:[{type:{names:["Element"]},description:"

    Element to check

    ",name:"element"},{type:{names:["String"]},description:"

    Classname to check

    ",name:"classToCheck"}],longname:"hasElClass",scope:"global"},{comment:"/**\n* Add a CSS class name to an element\n*\n* @function addElClass\n* @param {Element} element Element to add class name to\n* @param {String} classToAdd Classname to add\n*/",meta:{range:[2938,3111],filename:"dom.js",lineno:251,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Add a CSS class name to an element

    ",kind:"function",name:"addElClass",params:[{type:{names:["Element"]},description:"

    Element to add class name to

    ",name:"element"},{type:{names:["String"]},description:"

    Classname to add

    ",name:"classToAdd"}],longname:"addElClass",scope:"global"},{comment:"/**\n* Remove a CSS class name from an element\n*\n* @function removeElClass\n* @param {Element} element Element to remove from class name\n* @param {String} classToRemove Classname to remove\n*/",meta:{range:[3151,3343],filename:"dom.js",lineno:271,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Remove a CSS class name from an element

    ",kind:"function",name:"removeElClass",params:[{type:{names:["Element"]},description:"

    Element to remove from class name

    ",name:"element"},{type:{names:["String"]},description:"

    Classname to remove

    ",name:"classToRemove"}],longname:"removeElClass",scope:"global"},{comment:"/**\n* Adds or removes a CSS class name on an element depending on an optional\n* condition or the presence/absence of the class name.\n*\n* @function toggleElClass\n* @param {Element} element\n* @param {String} classToToggle\n* @param {Boolean|Function} [predicate]\n* Can be a function that returns a Boolean. If `true`, the class\n* will be added; if `false`, the class will be removed. If not\n* given, the class will be added if not present and vice versa.\n*/",meta:{range:[3383,3876],filename:"dom.js",lineno:291,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Adds or removes a CSS class name on an element depending on an optional\ncondition or the presence/absence of the class name.

    ",kind:"function",name:"toggleElClass",params:[{type:{names:["Element"]},name:"element"},{type:{names:["String"]},name:"classToToggle"},{type:{names:["Boolean","function"]},optional:!0,description:"

    Can be a function that returns a Boolean. If true, the class\n will be added; if false, the class will be removed. If not\n given, the class will be added if not present and vice versa.

    ",name:"predicate"}],longname:"toggleElClass",scope:"global"},{comment:"/**\n* Apply attributes to an HTML element.\n*\n* @param {Element} el Target element.\n* @param {Object=} attributes Element attributes to be applied.\n* @private\n* @function setElAttributes\n*/",meta:{range:[3967,4165],filename:"dom.js",lineno:333,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Apply attributes to an HTML element.

    ",params:[{type:{names:["Element"]},description:"

    Target element.

    ",name:"el"},{type:{names:["Object"]},optional:!0,description:"

    Element attributes to be applied.

    ",name:"attributes"}],access:"private",kind:"function",name:"setElAttributes",longname:"setElAttributes",scope:"global"},{comment:"/**\n* Get an element's attribute values, as defined on the HTML tag\n* Attributes are not the same as properties. They're defined on the tag\n* or with setAttribute (which shouldn't be used with HTML)\n* This will return true or false for boolean attributes.\n*\n* @param {Element} tag Element from which to get tag attributes\n* @return {Object}\n* @private\n* @function getElAttributes\n*/",meta:{range:[4202,4585],filename:"dom.js",lineno:353,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Get an element's attribute values, as defined on the HTML tag\nAttributes are not the same as properties. They're defined on the tag\nor with setAttribute (which shouldn't be used with HTML)\nThis will return true or false for boolean attributes.

    ",params:[{type:{names:["Element"]},description:"

    Element from which to get tag attributes

    ",name:"tag"}],returns:[{type:{names:["Object"]}}],access:"private",kind:"function",name:"getElAttributes",longname:"getElAttributes",scope:"global"},{comment:"/**\n* Attempt to block the ability to select text while dragging controls\n*\n* @return {Boolean}\n* @function blockTextSelection\n*/",meta:{range:[4685,4814],filename:"dom.js",lineno:397,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Attempt to block the ability to select text while dragging controls

    ",returns:[{type:{names:["Boolean"]}}],kind:"function",name:"blockTextSelection",longname:"blockTextSelection",scope:"global"},{comment:"/**\n* Turn off text selection blocking\n*\n* @return {Boolean}\n* @function unblockTextSelection\n*/",meta:{range:[4836,4932],filename:"dom.js",lineno:410,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Turn off text selection blocking

    ",returns:[{type:{names:["Boolean"]}}],kind:"function",name:"unblockTextSelection",longname:"unblockTextSelection",scope:"global"},{comment:"/**\n* Offset Left\n* getBoundingClientRect technique from\n* John Resig http://ejohn.org/blog/getboundingclientrect-is-awesome/\n*\n* @function findElPosition\n* @param {Element} el Element from which to get offset\n* @return {Object}\n*/",meta:{range:[4951,5182],filename:"dom.js",lineno:422,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Offset Left\ngetBoundingClientRect technique from\nJohn Resig http://ejohn.org/blog/getboundingclientrect-is-awesome/

    ",kind:"function",name:"findElPosition",params:[{type:{names:["Element"]},description:"

    Element from which to get offset

    ",name:"el"}],returns:[{type:{names:["Object"]}}],longname:"findElPosition",scope:"global"},{comment:"/**\n* Get pointer position in element\n* Returns an object with x and y coordinates.\n* The base on the coordinates are the bottom left of the element.\n*\n* @function getPointerPosition\n* @param {Element} el Element on which to get the pointer position on\n* @param {Event} event Event object\n* @return {Object} This object will have x and y coordinates corresponding to the mouse position\n*/",meta:{range:[5279,5667],filename:"dom.js",lineno:463,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Get pointer position in element\nReturns an object with x and y coordinates.\nThe base on the coordinates are the bottom left of the element.

    ",kind:"function",name:"getPointerPosition",params:[{type:{names:["Element"]},description:"

    Element on which to get the pointer position on

    ",name:"el"},{type:{names:["Event"]},description:"

    Event object

    ",name:"event"}],returns:[{type:{names:["Object"]},description:"

    This object will have x and y coordinates corresponding to the mouse position

    "}],longname:"getPointerPosition",scope:"global"},{comment:"/**\n* Determines, via duck typing, whether or not a value is a DOM element.\n*\n* @function isEl\n* @param {Mixed} value\n* @return {Boolean}\n*/",meta:{range:[5734,5879],filename:"dom.js",lineno:495,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Determines, via duck typing, whether or not a value is a DOM element.

    ",kind:"function",name:"isEl",params:[{type:{names:["Mixed"]},name:"value"}],returns:[{type:{names:["Boolean"]}}],longname:"isEl",scope:"global"},{comment:"/**\n* Empties the contents of an element.\n*\n* @function emptyEl\n* @param {Element} el\n* @return {Element}\n*/",meta:{range:[6027,6140],filename:"dom.js",lineno:516,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Empties the contents of an element.

    ",kind:"function",name:"emptyEl",params:[{type:{names:["Element"]},name:"el"}],returns:[{type:{names:["Element"]}}],longname:"emptyEl",scope:"global"},{comment:"/**\n* Normalizes content for eventual insertion into the DOM.\n*\n* This allows a wide range of content definition methods, but protects\n* from falling into the trap of simply writing to `innerHTML`, which is\n* an XSS concern.\n*\n* The content for an element can be passed in multiple types and\n* combinations, whose behavior is as follows:\n*\n* - String\n* Normalized into a text node.\n*\n* - Element, TextNode\n* Passed through.\n*\n* - Array\n* A one-dimensional array of strings, elements, nodes, or functions (which\n* return single strings, elements, or nodes).\n*\n* - Function\n* If the sole argument, is expected to produce a string, element,\n* node, or array.\n*\n* @function normalizeContent\n* @param {String|Element|TextNode|Array|Function} content\n* @return {Array}\n*/",meta:{range:[6162,6944],filename:"dom.js",lineno:530,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Normalizes content for eventual insertion into the DOM.

    \n

    This allows a wide range of content definition methods, but protects\nfrom falling into the trap of simply writing to innerHTML, which is\nan XSS concern.

    \n

    The content for an element can be passed in multiple types and\ncombinations, whose behavior is as follows:

    \n
      \n
    • String\nNormalized into a text node.

      \n
    • \n
    • Element, TextNode\nPassed through.

      \n
    • \n
    • Array\nA one-dimensional array of strings, elements, nodes, or functions (which\nreturn single strings, elements, or nodes).

      \n
    • \n
    • Function\nIf the sole argument, is expected to produce a string, element,\nnode, or array.

      \n
    • \n
    ",kind:"function",name:"normalizeContent",params:[{type:{names:["String","Element","TextNode","Array","function"]},name:"content"}],returns:[{type:{names:["Array"]}}],longname:"normalizeContent",scope:"global"},{comment:"/**\n* Normalizes and appends content to an element.\n*\n* @function appendContent\n* @param {Element} el\n* @param {String|Element|TextNode|Array|Function} content\n* See: `normalizeContent`\n* @return {Element}\n*/",meta:{range:[7029,7255],filename:"dom.js",lineno:586,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Normalizes and appends content to an element.

    ",kind:"function",name:"appendContent",params:[{type:{names:["Element"]},name:"el"},{type:{names:["String","Element","TextNode","Array","function"]},description:"

    See: normalizeContent

    ",name:"content"}],returns:[{type:{names:["Element"]}}],longname:"appendContent",scope:"global"},{comment:"/**\n* Normalizes and inserts content into an element; this is identical to\n* `appendContent()`, except it empties the element first.\n*\n* @function insertContent\n* @param {Element} el\n* @param {String|Element|TextNode|Array|Function} content\n* See: `normalizeContent`\n* @return {Element}\n*/",meta:{range:[7271,7578],filename:"dom.js",lineno:600,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Normalizes and inserts content into an element; this is identical to\nappendContent(), except it empties the element first.

    ",kind:"function",name:"insertContent",params:[{type:{names:["Element"]},name:"el"},{type:{names:["String","Element","TextNode","Array","function"]},description:"

    See: normalizeContent

    ",name:"content"}],returns:[{type:{names:["Element"]}}],longname:"insertContent",scope:"global"},{comment:"/**\n* Finds a single DOM element matching `selector` within the optional\n* `context` of another DOM element (defaulting to `document`).\n*\n* @function $\n* @param {String} selector\n* A valid CSS selector, which will be passed to `querySelector`.\n*\n* @param {Element|String} [context=document]\n* A DOM element within which to query. Can also be a selector\n* string in which case the first matching element will be used\n* as context. If missing (or no element matches selector), falls\n* back to `document`.\n*\n* @return {Element|null}\n*/", +meta:{range:[7591,8181],filename:"dom.js",lineno:614,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Finds a single DOM element matching selector within the optional\ncontext of another DOM element (defaulting to document).

    ",kind:"function",name:"$",params:[{type:{names:["String"]},description:"

    A valid CSS selector, which will be passed to querySelector.

    ",name:"selector"},{type:{names:["Element","String"]},optional:!0,defaultvalue:"document",description:"

    A DOM element within which to query. Can also be a selector\n string in which case the first matching element will be used\n as context. If missing (or no element matches selector), falls\n back to document.

    ",name:"context"}],returns:[{type:{names:["Element","null"]}}],longname:"$",scope:"global"},{comment:"/**\n* Finds a all DOM elements matching `selector` within the optional\n* `context` of another DOM element (defaulting to `document`).\n*\n* @function $$\n* @param {String} selector\n* A valid CSS selector, which will be passed to `querySelectorAll`.\n*\n* @param {Element|String} [context=document]\n* A DOM element within which to query. Can also be a selector\n* string in which case the first matching element will be used\n* as context. If missing (or no element matches selector), falls\n* back to `document`.\n*\n* @return {NodeList}\n*/",meta:{range:[8188,8776],filename:"dom.js",lineno:632,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Finds a all DOM elements matching selector within the optional\ncontext of another DOM element (defaulting to document).

    ",kind:"function",name:"$$",params:[{type:{names:["String"]},description:"

    A valid CSS selector, which will be passed to querySelectorAll.

    ",name:"selector"},{type:{names:["Element","String"]},optional:!0,defaultvalue:"document",description:"

    A DOM element within which to query. Can also be a selector\n string in which case the first matching element will be used\n as context. If missing (or no element matches selector), falls\n back to document.

    ",name:"context"}],returns:[{type:{names:["NodeList"]}}],longname:"$$",scope:"global"},{comment:"/**\n* @file events.js\n*\n* Event System (John Resig - Secrets of a JS Ninja http://jsninja.com/)\n* (Original book version wasn't completely usable, so fixed some things and made Closure Compiler compatible)\n* This should work very similarly to jQuery's events, however it's based off the book version which isn't as\n* robust as jquery's, so there's probably some differences.\n*/",meta:{range:[0,377],filename:"events.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},name:"utils/events.js",kind:"file",description:"

    events.js

    \n

    Event System (John Resig - Secrets of a JS Ninja http://jsninja.com/)\n(Original book version wasn't completely usable, so fixed some things and made Closure Compiler compatible)\nThis should work very similarly to jQuery's events, however it's based off the book version which isn't as\nrobust as jquery's, so there's probably some differences.

    ",preserveName:!0,longname:"utils/events.js",scope:"global"},{comment:"/**\n* Add an event listener to element\n* It stores the handler function in a separate cache object\n* and adds a generic handler to the element's event,\n* along with a unique id (guid) to the element.\n*\n* @param {Element|Object} elem Element or object to bind listeners to\n* @param {String|Array} type Type of event to bind to.\n* @param {Function} fn Event listener.\n* @method on\n*/",meta:{range:[399,789],filename:"events.js",lineno:16,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Add an event listener to element\nIt stores the handler function in a separate cache object\nand adds a generic handler to the element's event,\nalong with a unique id (guid) to the element.

    ",params:[{type:{names:["Element","Object"]},description:"

    Element or object to bind listeners to

    ",name:"elem"},{type:{names:["String","Array"]},description:"

    Type of event to bind to.

    ",name:"type"},{type:{names:["function"]},description:"

    Event listener.

    ",name:"fn"}],kind:"function",name:"on",longname:"on",scope:"global"},{comment:"/**\n* Removes event listeners from an element\n*\n* @param {Element|Object} elem Object to remove listeners from\n* @param {String|Array=} type Type of listener to remove. Don't include to remove all events from element.\n* @param {Function} fn Specific listener to remove. Don't include to remove listeners for an event type.\n* @method off\n*/",meta:{range:[952,1300],filename:"events.js",lineno:81,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Removes event listeners from an element

    ",params:[{type:{names:["Element","Object"]},description:"

    Object to remove listeners from

    ",name:"elem"},{type:{names:["String","Array"]},description:"

    Type of listener to remove. Don't include to remove all events from element.

    ",name:"type"},{type:{names:["function"]},description:"

    Specific listener to remove. Don't include to remove listeners for an event type.

    ",name:"fn"}],kind:"function",name:"off",longname:"off",scope:"global"},{comment:"/**\n* Trigger an event for an element\n*\n* @param {Element|Object} elem Element to trigger an event on\n* @param {Event|Object|String} event A string (the type) or an event object with a type attribute\n* @param {Object} [hash] data hash to pass along with the event\n* @return {Boolean=} Returned only if default was prevented\n* @method trigger\n*/",meta:{range:[1445,1798],filename:"events.js",lineno:137,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Trigger an event for an element

    ",params:[{type:{names:["Element","Object"]},description:"

    Element to trigger an event on

    ",name:"elem"},{type:{names:["Event","Object","String"]},description:"

    A string (the type) or an event object with a type attribute

    ",name:"event"},{type:{names:["Object"]},optional:!0,description:"

    data hash to pass along with the event

    ",name:"hash"}],returns:[{type:{names:["Boolean"]},optional:!0,description:"

    Returned only if default was prevented

    "}],kind:"function",name:"trigger",longname:"trigger",scope:"global"},{comment:"/**\n* Trigger a listener only once for an event\n*\n* @param {Element|Object} elem Element or object to\n* @param {String|Array} type Name/type of event\n* @param {Function} fn Event handler function\n* @method one\n*/",meta:{range:[1940,2159],filename:"events.js",lineno:193,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Trigger a listener only once for an event

    ",params:[{type:{names:["Element","Object"]},description:"

    Element or object to

    ",name:"elem"},{type:{names:["String","Array"]},description:"

    Name/type of event

    ",name:"type"},{type:{names:["function"]},description:"

    Event handler function

    ",name:"fn"}],kind:"function",name:"one",longname:"one",scope:"global"},{comment:"/**\n* Fix a native event to have standard property values\n*\n* @param {Object} event Event object to fix\n* @return {Object}\n* @private\n* @method fixEvent\n*/",meta:{range:[2199,2355],filename:"events.js",lineno:214,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Fix a native event to have standard property values

    ",params:[{type:{names:["Object"]},description:"

    Event object to fix

    ",name:"event"}],returns:[{type:{names:["Object"]}}],access:"private",kind:"function",name:"fixEvent",longname:"fixEvent",scope:"global"},{comment:"/**\n* Clean up the listener cache and dispatchers\n*\n* @param {Element|Object} elem Element to clean up\n* @param {String} type Type of event to clean up\n* @private\n* @method _cleanUpEvents\n*/",meta:{range:[2680,2872],filename:"events.js",lineno:330,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Clean up the listener cache and dispatchers

    ",params:[{type:{names:["Element","Object"]},description:"

    Element to clean up

    ",name:"elem"},{type:{names:["String"]},description:"

    Type of event to clean up

    ",name:"type"}],access:"private",kind:"function",name:"_cleanUpEvents",longname:"_cleanUpEvents",scope:"global"},{comment:"/**\n* Loops through an array of event types and calls the requested method for each type.\n*\n* @param {Function} fn The event method we want to use.\n* @param {Element|Object} elem Element or object to bind listeners to\n* @param {String} type Type of event to bind to.\n* @param {Function} callback Event listener.\n* @private\n* @function _handleMultipleEvents\n*/",meta:{range:[2963,3332],filename:"events.js",lineno:368,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Loops through an array of event types and calls the requested method for each type.

    ",params:[{type:{names:["function"]},description:"

    The event method we want to use.

    ",name:"fn"},{type:{names:["Element","Object"]},description:"

    Element or object to bind listeners to

    ",name:"elem"},{type:{names:["String"]},description:"

    Type of event to bind to.

    ",name:"type"},{type:{names:["function"]},description:"

    Event listener.

    ",name:"callback"}],access:"private",kind:"function",name:"_handleMultipleEvents",longname:"_handleMultipleEvents",scope:"global"},{comment:"/**\n* @file fn.js\n*/",meta:{range:[0,20],filename:"fn.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},name:"utils/fn.js",kind:"file",description:"

    fn.js

    ",preserveName:!0,longname:"utils/fn.js",scope:"global"},{comment:"/**\n* Bind (a.k.a proxy or Context). A simple method for changing the context of a function\n* It also stores a unique id on the function so it can be easily removed from events\n*\n* @param {*} context The object to bind as scope\n* @param {Function} fn The function to be bound to a scope\n* @param {Number=} uid An optional unique ID for the function to be set\n* @return {Function}\n* @private\n* @method bind\n*/",meta:{range:[27,451],filename:"fn.js",lineno:6,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Bind (a.k.a proxy or Context). A simple method for changing the context of a function\nIt also stores a unique id on the function so it can be easily removed from events

    ",params:[{type:{names:["*"]},description:"

    The object to bind as scope

    ",name:"context"},{type:{names:["function"]},description:"

    The function to be bound to a scope

    ",name:"fn"},{type:{names:["Number"]},optional:!0,description:"

    An optional unique ID for the function to be set

    ",name:"uid"}],returns:[{type:{names:["function"]}}],access:"private",kind:"function",name:"bind",longname:"bind",scope:"global"},{comment:"/**\n* @file format-time.js\n*\n* Format seconds as a time string, H:MM:SS or M:SS\n* Supplying a guide (in seconds) will force a number of leading zeros\n* to cover the length of the guide\n*\n* @param {Number} seconds Number of seconds to be turned into a string\n* @param {Number} guide Number (in seconds) to model the string after\n* @return {String} Time formatted as H:MM:SS or M:SS\n* @private\n* @function formatTime\n*/",meta:{range:[0,429],filename:"format-time.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},name:"formatTime",kind:"function",description:"

    format-time.js

    \n

    Format seconds as a time string, H:MM:SS or M:SS\nSupplying a guide (in seconds) will force a number of leading zeros\nto cover the length of the guide

    ",preserveName:!0,params:[{type:{names:["Number"]},description:"

    Number of seconds to be turned into a string

    ",name:"seconds"},{type:{names:["Number"]},description:"

    Number (in seconds) to model the string after

    ",name:"guide"}],returns:[{type:{names:["String"]},description:"

    Time formatted as H:MM:SS or M:SS

    "}],access:"private",longname:"formatTime",scope:"global"},{comment:"/**\n* @file guid.js\n*\n* Unique ID for an element or function\n* @type {Number}\n* @private\n*/",meta:{range:[0,91],filename:"guid.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},name:"utils/guid.js",kind:"file",description:"

    guid.js

    \n

    Unique ID for an element or function

    ",preserveName:!0,type:{names:["Number"]},access:"private",longname:"utils/guid.js",scope:"global"},{comment:"/**\n* Get the next unique ID\n*\n* @return {String} \n* @function newGUID\n*/",meta:{range:[98,171],filename:"guid.js",lineno:10,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Get the next unique ID

    ",returns:[{type:{names:["String"]}}],kind:"function",name:"newGUID",longname:"newGUID",scope:"global"},{comment:"/**\n* @file log.js\n*/",meta:{range:[0,21],filename:"log.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},name:"utils/log.js",kind:"file",description:"

    log.js

    ",preserveName:!0,longname:"utils/log.js",scope:"global"},{comment:"/**\n* Log plain debug messages\n*\n* @function log\n*/",meta:{range:[600,651],filename:"log.js",lineno:66,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Log plain debug messages

    ",kind:"function",name:"log",longname:"log",scope:"global"},{comment:"/**\n* Log error messages\n*\n* @method error\n*/",meta:{range:[728,773],filename:"log.js",lineno:82,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Log error messages

    ",kind:"function",name:"error",longname:"error",scope:"global"},{comment:"/**\n* Log warning messages\n*\n* @method warn\n*/",meta:{range:[780,826],filename:"log.js",lineno:89,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Log warning messages

    ",kind:"function",name:"warn",longname:"warn",scope:"global"},{comment:"/**\n* @file merge-options.js\n*/",meta:{range:[0,31],filename:"merge-options.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},name:"utils/merge-options.js",kind:"file",description:"

    merge-options.js

    ",preserveName:!0,longname:"utils/merge-options.js",scope:"global"},{comment:"/**\n* Merge one or more options objects, recursively merging **only**\n* plain object properties. Previously `deepMerge`.\n*\n* @param {...Object} source One or more objects to merge\n* @returns {Object} a new object that is the union of all\n* provided objects\n* @function mergeOptions\n*/",meta:{range:[275,570],filename:"merge-options.js",lineno:35,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Merge one or more options objects, recursively merging only\nplain object properties. Previously deepMerge.

    ",params:[{type:{names:["Object"]},variable:!0,description:"

    One or more objects to merge

    ",name:"source"}],returns:[{type:{names:["Object"]},description:"

    a new object that is the union of all\nprovided objects

    "}],kind:"function",name:"mergeOptions",longname:"mergeOptions",scope:"global"},{comment:"/**\n* @file time-ranges.js\n*\n* Should create a fake TimeRange object\n* Mimics an HTML5 time range instance, which has functions that\n* return the start and end times for a range\n* TimeRanges are returned by the buffered() method\n*\n* @param {(Number|Array)} Start of a single range or an array of ranges\n* @param {Number} End of a single range\n* @private\n* @method createTimeRanges\n*/",meta:{range:[6,391],filename:"time-ranges.js",lineno:3,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},name:"createTimeRanges",kind:"function",description:"

    time-ranges.js

    \n

    Should create a fake TimeRange object\nMimics an HTML5 time range instance, which has functions that\nreturn the start and end times for a range\nTimeRanges are returned by the buffered() method

    ",preserveName:!0,params:[{type:{names:["Number","Array"]},description:"

    of a single range or an array of ranges

    ",name:"Start"},{type:{names:["Number"]},description:"

    of a single range

    ",name:"End"}],access:"private",longname:"createTimeRanges",scope:"global"},{comment:"/**\n* @file to-title-case.js\n*\n* Uppercase the first letter of a string\n*\n* @param {String} string String to be uppercased\n* @return {String}\n* @private\n* @method toTitleCase\n*/",meta:{range:[0,178],filename:"to-title-case.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},name:"toTitleCase",kind:"function",description:"

    to-title-case.js

    \n

    Uppercase the first letter of a string

    ",preserveName:!0,params:[{type:{names:["String"]},description:"

    String to be uppercased

    ",name:"string"}],returns:[{type:{names:["String"]}}],access:"private",longname:"toTitleCase",scope:"global"},{comment:"/**\n* @file url.js\n*/",meta:{range:[0,21],filename:"url.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},name:"utils/url.js",kind:"file",description:"

    url.js

    ",preserveName:!0,longname:"utils/url.js",scope:"global"},{comment:"/**\n* Resolve and parse the elements of a URL\n*\n* @param {String} url The url to parse\n* @return {Object} An object of url details\n* @method parseUrl\n*/",meta:{range:[31,188],filename:"url.js",lineno:7,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Resolve and parse the elements of a URL

    ",params:[{type:{names:["String"]},description:"

    The url to parse

    ",name:"url"}],returns:[{type:{names:["Object"]},description:"

    An object of url details

    "}],kind:"function",name:"parseUrl",longname:"parseUrl",scope:"global"},{comment:"/**\n* Get absolute version of relative URL. Used to tell flash correct URL.\n* http://stackoverflow.com/questions/470832/getting-an-absolute-url-from-a-relative-one-ie6-issue\n*\n* @param {String} url URL to make absolute\n* @return {String} Absolute URL\n* @private\n* @method getAbsoluteURL\n*/",meta:{range:[324,618],filename:"url.js",lineno:59,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Get absolute version of relative URL. Used to tell flash correct URL.\nhttp://stackoverflow.com/questions/470832/getting-an-absolute-url-from-a-relative-one-ie6-issue

    ",params:[{type:{names:["String"]},description:"

    URL to make absolute

    ",name:"url"}],returns:[{type:{names:["String"]},description:"

    Absolute URL

    "}],access:"private",kind:"function",name:"getAbsoluteURL",longname:"getAbsoluteURL",scope:"global"},{comment:"/**\n* Returns the extension of the passed file name. It will return an empty string if you pass an invalid path\n*\n* @param {String} path The fileName path like '/path/to/file.mp4'\n* @returns {String} The extension in lower case or an empty string if no extension could be found.\n* @method getFileExtension\n*/",meta:{range:[655,978],filename:"url.js",lineno:80,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Returns the extension of the passed file name. It will return an empty string if you pass an invalid path

    ",params:[{type:{names:["String"]},description:"

    The fileName path like '/path/to/file.mp4'

    ",name:"path"}],returns:[{type:{names:["String"]},description:"

    The extension in lower case or an empty string if no extension could be found.

    "}],kind:"function",name:"getFileExtension",longname:"getFileExtension",scope:"global"},{comment:"/**\n* Returns whether the url passed is a cross domain request or not.\n*\n* @param {String} url The url to check\n* @return {Boolean} Whether it is a cross domain request or not\n* @method isCrossOrigin\n*/",meta:{range:[1018,1222],filename:"url.js",lineno:100,path:"/Users/mboles/git/docs/video.js/src/js/utils",code:{}},description:"

    Returns whether the url passed is a cross domain request or not.

    ",params:[{type:{names:["String"]},description:"

    The url to check

    ",name:"url"}],returns:[{type:{names:["Boolean"]},description:"

    Whether it is a cross domain request or not

    "}],kind:"function",name:"isCrossOrigin",longname:"isCrossOrigin",scope:"global"},{comment:"/**\n* @file video.js\n*/",meta:{range:[0,23],filename:"video.js",lineno:1,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},name:"video.js",kind:"file",description:"

    video.js

    ",preserveName:!0,longname:"video.js",scope:"global"},{comment:"/**\n* Doubles as the main function for users to create a player instance and also\n* the main library object.\n* The `videojs` function can be used to initialize or retrieve a player.\n* ```js\n* var myPlayer = videojs('my_video_id');\n* ```\n*\n* @param {String|Element} id Video element or video element ID\n* @param {Object=} options Optional options object for config/settings\n* @param {Function=} ready Optional ready callback\n* @return {Player} A player instance\n* @mixes videojs\n* @method videojs\n*/",meta:{range:[135,675],filename:"video.js",lineno:41,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Doubles as the main function for users to create a player instance and also\nthe main library object.\nThe videojs function can be used to initialize or retrieve a player.

    \n
        var myPlayer = videojs('my_video_id');
    ",params:[{type:{names:["String","Element"]},description:"

    Video element or video element ID

    ",name:"id"},{type:{names:["Object"]},optional:!0,description:"

    Optional options object for config/settings

    ",name:"options"},{type:{names:["function"]},optional:!0,description:"

    Optional ready callback

    ",name:"ready"}],returns:[{type:{names:["Player"]},description:"

    A player instance

    "}],mixes:["videojs"],kind:"function",name:"videojs",longname:"videojs",scope:"global"},{comment:"/**\n* Get an object with the currently created players, keyed by player ID\n*\n* @return {Object} The created players\n* @mixes videojs\n* @method getPlayers\n*/",meta:{range:[1220,1376],filename:"video.js",lineno:147,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get an object with the currently created players, keyed by player ID

    ",returns:[{type:{names:["Object"]},description:"

    The created players

    "}],mixes:["videojs"],kind:"function",name:"getPlayers",longname:"getPlayers",scope:"global"},{comment:"/**\n* Get a component class object by name\n* ```js\n* var VjsButton = videojs.getComponent('Button');\n* // Create a new instance of the component\n* var myButton = new VjsButton(myPlayer);\n* ```\n*\n* @return {Component} Component identified by name\n* @mixes videojs\n* @method getComponent\n*/",meta:{range:[1472,1772],filename:"video.js",lineno:164,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get a component class object by name

    \n
        var VjsButton = videojs.getComponent('Button');\n    // Create a new instance of the component\n    var myButton = new VjsButton(myPlayer);
    ",returns:[{type:{names:["Component"]},description:"

    Component identified by name

    "}],mixes:["videojs"],kind:"function",name:"getComponent",longname:"getComponent",scope:"global"},{comment:"/**\n* Register a component so it can referred to by name\n* Used when adding to other\n* components, either through addChild\n* `component.addChild('myComponent')`\n* or through default children options\n* `{ children: ['myComponent'] }`.\n* ```js\n* // Get a component to subclass\n* var VjsButton = videojs.getComponent('Button');\n* // Subclass the component (see 'extend' doc for more info)\n* var MySpecialButton = videojs.extend(VjsButton, {});\n* // Register the new component\n* VjsButton.registerComponent('MySepcialButton', MySepcialButton);\n* // (optionally) add the new component as a default player child\n* myPlayer.addChild('MySepcialButton');\n* ```\n* NOTE: You could also just initialize the component before adding.\n* `component.addChild(new MyComponent());`\n*\n* @param {String} The class name of the component\n* @param {Component} The component class\n* @return {Component} The newly registered component\n* @mixes videojs\n* @method registerComponent\n*/",meta:{range:[1779,2767],filename:"video.js",lineno:178,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Register a component so it can referred to by name\nUsed when adding to other\ncomponents, either through addChild\ncomponent.addChild('myComponent')\nor through default children options\n{ children: ['myComponent'] }.

    \n
        // Get a component to subclass\n    var VjsButton = videojs.getComponent('Button');\n    // Subclass the component (see 'extend' doc for more info)\n    var MySpecialButton = videojs.extend(VjsButton, {});\n    // Register the new component\n    VjsButton.registerComponent('MySepcialButton', MySepcialButton);\n    // (optionally) add the new component as a default player child\n    myPlayer.addChild('MySepcialButton');

    NOTE: You could also just initialize the component before adding.\ncomponent.addChild(new MyComponent());

    ",params:[{type:{names:["String"]},description:"

    class name of the component

    ",name:"The"},{type:{names:["Component"]},description:"

    component class

    ",name:"The"}],returns:[{type:{names:["Component"]},description:"

    The newly registered component

    "}],mixes:["videojs"],kind:"function",name:"registerComponent",longname:"registerComponent",scope:"global"},{comment:"/**\n* Get a Tech class object by name\n* ```js\n* var Html5 = videojs.getTech('Html5');\n* // Create a new instance of the component\n* var html5 = new Html5(options);\n* ```\n*\n* @return {Tech} Tech identified by name\n* @mixes videojs\n* @method getComponent\n*/",meta:{range:[2792,3059],filename:"video.js",lineno:212,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get a Tech class object by name

    \n
        var Html5 = videojs.getTech('Html5');\n    // Create a new instance of the component\n    var html5 = new Html5(options);
    ",returns:[{type:{names:["Tech"]},description:"

    Tech identified by name

    "}],mixes:["videojs"],kind:"function",name:"getComponent",longname:"getComponent",scope:"global"},{comment:"/**\n* Register a Tech so it can referred to by name.\n* This is used in the tech order for the player.\n*\n* ```js\n* // get the Html5 Tech\n* var Html5 = videojs.getTech('Html5');\n* var MyTech = videojs.extend(Html5, {});\n* // Register the new Tech\n* VjsButton.registerTech('Tech', MyTech);\n* var player = videojs('myplayer', {\n* techOrder: ['myTech', 'html5']\n* });\n* ```\n*\n* @param {String} The class name of the tech\n* @param {Tech} The tech class\n* @return {Tech} The newly registered Tech\n* @mixes videojs\n* @method registerTech\n*/",meta:{range:[3066,3632],filename:"video.js",lineno:226,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Register a Tech so it can referred to by name.\nThis is used in the tech order for the player.

    \n
        // get the Html5 Tech\n    var Html5 = videojs.getTech('Html5');\n    var MyTech = videojs.extend(Html5, {});\n    // Register the new Tech\n    VjsButton.registerTech('Tech', MyTech);\n    var player = videojs('myplayer', {\n      techOrder: ['myTech', 'html5']\n    });
    ",params:[{type:{names:["String"]},description:"

    class name of the tech

    ",name:"The"},{type:{names:["Tech"]},description:"

    tech class

    ",name:"The"}],returns:[{type:{names:["Tech"]},description:"

    The newly registered Tech

    "}],mixes:["videojs"],kind:"function",name:"registerTech",longname:"registerTech",scope:"global"},{comment:"/**\n* Subclass an existing class\n* Mimics ES6 subclassing with the `extend` keyword\n* ```js\n* // Create a basic javascript 'class'\n* function MyClass(name){\n* // Set a property at initialization\n* this.myName = name;\n* }\n* // Create an instance method\n* MyClass.prototype.sayMyName = function(){\n* alert(this.myName);\n* };\n* // Subclass the exisitng class and change the name\n* // when initializing\n* var MySubClass = videojs.extend(MyClass, {\n* constructor: function(name) {\n* // Call the super class constructor for the subclass\n* MyClass.call(this, name)\n* }\n* });\n* // Create an instance of the new sub class\n* var myInstance = new MySubClass('John');\n* myInstance.sayMyName(); // -> should alert \"John\"\n* ```\n*\n* @param {Function} The Class to subclass\n* @param {Object} An object including instace methods for the new class\n* Optionally including a `constructor` function\n* @return {Function} The newly created subclass\n* @mixes videojs\n* @method extend\n*/",meta:{range:[3944,5022],filename:"video.js",lineno:267,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Subclass an existing class\nMimics ES6 subclassing with the extend keyword

    \n
        // Create a basic javascript 'class'\n    function MyClass(name){\n      // Set a property at initialization\n      this.myName = name;\n    }\n    // Create an instance method\n    MyClass.prototype.sayMyName = function(){\n      alert(this.myName);\n    };\n    // Subclass the exisitng class and change the name\n    // when initializing\n    var MySubClass = videojs.extend(MyClass, {\n      constructor: function(name) {\n        // Call the super class constructor for the subclass\n        MyClass.call(this, name)\n      }\n    });\n    // Create an instance of the new sub class\n    var myInstance = new MySubClass('John');\n    myInstance.sayMyName(); // -> should alert "John"
    ",params:[{type:{names:["function"]},description:"

    Class to subclass

    ",name:"The"},{type:{names:["Object"]},description:"

    object including instace methods for the new class\n Optionally including a constructor function

    ",name:"An"}],returns:[{type:{names:["function"]},description:"

    The newly created subclass

    "}],mixes:["videojs"],kind:"function",name:"extend",longname:"extend",scope:"global"},{comment:"/**\n* Merge two options objects recursively\n* Performs a deep merge like lodash.merge but **only merges plain objects**\n* (not arrays, elements, anything else)\n* Other values will be copied directly from the second object.\n* ```js\n* var defaultOptions = {\n* foo: true,\n* bar: {\n* a: true,\n* b: [1,2,3]\n* }\n* };\n* var newOptions = {\n* foo: false,\n* bar: {\n* b: [4,5,6]\n* }\n* };\n* var result = videojs.mergeOptions(defaultOptions, newOptions);\n* // result.foo = false;\n* // result.bar.a = true;\n* // result.bar.b = [4,5,6];\n* ```\n*\n* @param {Object} defaults The options object whose values will be overriden\n* @param {Object} overrides The options object with values to override the first\n* @param {Object} etc Any number of additional options objects\n*\n* @return {Object} a new object with the merged values\n* @mixes videojs\n* @method mergeOptions\n*/",meta:{range:[5029,5978],filename:"video.js",lineno:302,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:'

    Merge two options objects recursively\nPerforms a deep merge like lodash.merge but only merges plain objects\n(not arrays, elements, anything else)\nOther values will be copied directly from the second object.

    \n
        var defaultOptions = {\n      foo: true,\n      bar: {\n        a: true,\n        b: [1,2,3]\n      }\n    };\n    var newOptions = {\n      foo: false,\n      bar: {\n        b: [4,5,6]\n      }\n    };\n    var result = videojs.mergeOptions(defaultOptions, newOptions);\n    // result.foo = false;\n    // result.bar.a = true;\n    // result.bar.b = [4,5,6];
    ', +params:[{type:{names:["Object"]},description:"

    The options object whose values will be overriden

    ",name:"defaults"},{type:{names:["Object"]},description:"

    The options object with values to override the first

    ",name:"overrides"},{type:{names:["Object"]},description:"

    Any number of additional options objects

    ",name:"etc"}],returns:[{type:{names:["Object"]},description:"

    a new object with the merged values

    "}],mixes:["videojs"],kind:"function",name:"mergeOptions",longname:"mergeOptions",scope:"global"},{comment:"/**\n* Create a Video.js player plugin\n* Plugins are only initialized when options for the plugin are included\n* in the player options, or the plugin function on the player instance is\n* called.\n* **See the plugin guide in the docs for a more detailed example**\n* ```js\n* // Make a plugin that alerts when the player plays\n* videojs.plugin('myPlugin', function(myPluginOptions) {\n* myPluginOptions = myPluginOptions || {};\n*\n* var player = this;\n* var alertText = myPluginOptions.text || 'Player is playing!'\n*\n* player.on('play', function(){\n* alert(alertText);\n* });\n* });\n* // USAGE EXAMPLES\n* // EXAMPLE 1: New player with plugin options, call plugin immediately\n* var player1 = videojs('idOne', {\n* myPlugin: {\n* text: 'Custom text!'\n* }\n* });\n* // Click play\n* // --> Should alert 'Custom text!'\n* // EXAMPLE 3: New player, initialize plugin later\n* var player3 = videojs('idThree');\n* // Click play\n* // --> NO ALERT\n* // Click pause\n* // Initialize plugin using the plugin function on the player instance\n* player3.myPlugin({\n* text: 'Plugin added later!'\n* });\n* // Click play\n* // --> Should alert 'Plugin added later!'\n* ```\n*\n* @param {String} name The plugin name\n* @param {Function} fn The plugin function that will be called with options\n* @mixes videojs\n* @method plugin\n*/",meta:{range:[6472,7900],filename:"video.js",lineno:354,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Create a Video.js player plugin\nPlugins are only initialized when options for the plugin are included\nin the player options, or the plugin function on the player instance is\ncalled.\nSee the plugin guide in the docs for a more detailed example

    \n
        // Make a plugin that alerts when the player plays\n    videojs.plugin('myPlugin', function(myPluginOptions) {\n      myPluginOptions = myPluginOptions || {};\n\n      var player = this;\n      var alertText = myPluginOptions.text || 'Player is playing!'\n\n      player.on('play', function(){\n        alert(alertText);\n      });\n    });\n    // USAGE EXAMPLES\n    // EXAMPLE 1: New player with plugin options, call plugin immediately\n    var player1 = videojs('idOne', {\n      myPlugin: {\n        text: 'Custom text!'\n      }\n    });\n    // Click play\n    // --> Should alert 'Custom text!'\n    // EXAMPLE 3: New player, initialize plugin later\n    var player3 = videojs('idThree');\n    // Click play\n    // --> NO ALERT\n    // Click pause\n    // Initialize plugin using the plugin function on the player instance\n    player3.myPlugin({\n      text: 'Plugin added later!'\n    });\n    // Click play\n    // --> Should alert 'Plugin added later!'
    ",params:[{type:{names:["String"]},description:"

    The plugin name

    ",name:"name"},{type:{names:["function"]},description:"

    The plugin function that will be called with options

    ",name:"fn"}],mixes:["videojs"],kind:"function",name:"plugin",longname:"plugin",scope:"global"},{comment:"/**\n* Adding languages so that they're available to all players.\n* ```js\n* videojs.addLanguage('es', { 'Hello': 'Hola' });\n* ```\n*\n* @param {String} code The language code or dictionary property\n* @param {Object} data The data values to be translated\n* @return {Object} The resulting language dictionary object\n* @mixes videojs\n* @method addLanguage\n*/",meta:{range:[7907,8265],filename:"video.js",lineno:401,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Adding languages so that they're available to all players.

    \n
        videojs.addLanguage('es', { 'Hello': 'Hola' });
    ",params:[{type:{names:["String"]},description:"

    The language code or dictionary property

    ",name:"code"},{type:{names:["Object"]},description:"

    The data values to be translated

    ",name:"data"}],returns:[{type:{names:["Object"]},description:"

    The resulting language dictionary object

    "}],mixes:["videojs"],kind:"function",name:"addLanguage",longname:"addLanguage",scope:"global"},{comment:"/**\n* Creates an emulated TimeRange object.\n*\n* @param {Number|Array} start Start time in seconds or an array of ranges\n* @param {Number} end End time in seconds\n* @return {Object} Fake TimeRange object\n* @method createTimeRange\n*/",meta:{range:[8376,8617],filename:"video.js",lineno:425,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Creates an emulated TimeRange object.

    ",params:[{type:{names:["Number","Array"]},description:"

    Start time in seconds or an array of ranges

    ",name:"start"},{type:{names:["Number"]},description:"

    End time in seconds

    ",name:"end"}],returns:[{type:{names:["Object"]},description:"

    Fake TimeRange object

    "}],kind:"function",name:"createTimeRange",longname:"createTimeRange",scope:"global"},{comment:"/**\n* Format seconds as a time string, H:MM:SS or M:SS\n* Supplying a guide (in seconds) will force a number of leading zeros\n* to cover the length of the guide\n*\n* @param {Number} seconds Number of seconds to be turned into a string\n* @param {Number} guide Number (in seconds) to model the string after\n* @return {String} Time formatted as H:MM:SS or M:SS\n* @method formatTime\n*/",meta:{range:[8624,9015],filename:"video.js",lineno:435,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Format seconds as a time string, H:MM:SS or M:SS\nSupplying a guide (in seconds) will force a number of leading zeros\nto cover the length of the guide

    ",params:[{type:{names:["Number"]},description:"

    Number of seconds to be turned into a string

    ",name:"seconds"},{type:{names:["Number"]},description:"

    Number (in seconds) to model the string after

    ",name:"guide"}],returns:[{type:{names:["String"]},description:"

    Time formatted as H:MM:SS or M:SS

    "}],kind:"function",name:"formatTime",longname:"formatTime",scope:"global"},{comment:"/**\n* Resolve and parse the elements of a URL\n*\n* @param {String} url The url to parse\n* @return {Object} An object of url details\n* @method parseUrl\n*/",meta:{range:[9022,9179],filename:"video.js",lineno:447,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Resolve and parse the elements of a URL

    ",params:[{type:{names:["String"]},description:"

    The url to parse

    ",name:"url"}],returns:[{type:{names:["Object"]},description:"

    An object of url details

    "}],kind:"function",name:"parseUrl",longname:"parseUrl",scope:"global"},{comment:"/**\n* Returns whether the url passed is a cross domain request or not.\n*\n* @param {String} url The url to check\n* @return {Boolean} Whether it is a cross domain request or not\n* @method isCrossOrigin\n*/",meta:{range:[9186,9390],filename:"video.js",lineno:456,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Returns whether the url passed is a cross domain request or not.

    ",params:[{type:{names:["String"]},description:"

    The url to check

    ",name:"url"}],returns:[{type:{names:["Boolean"]},description:"

    Whether it is a cross domain request or not

    "}],kind:"function",name:"isCrossOrigin",longname:"isCrossOrigin",scope:"global"},{comment:"/**\n* Add an event listener to element\n* It stores the handler function in a separate cache object\n* and adds a generic handler to the element's event,\n* along with a unique id (guid) to the element.\n*\n* @param {Element|Object} elem Element or object to bind listeners to\n* @param {String|Array} type Type of event to bind to.\n* @param {Function} fn Event listener.\n* @method on\n*/",meta:{range:[9453,9843],filename:"video.js",lineno:472,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Add an event listener to element\nIt stores the handler function in a separate cache object\nand adds a generic handler to the element's event,\nalong with a unique id (guid) to the element.

    ",params:[{type:{names:["Element","Object"]},description:"

    Element or object to bind listeners to

    ",name:"elem"},{type:{names:["String","Array"]},description:"

    Type of event to bind to.

    ",name:"type"},{type:{names:["function"]},description:"

    Event listener.

    ",name:"fn"}],kind:"function",name:"on",longname:"on",scope:"global"},{comment:"/**\n* Trigger a listener only once for an event\n*\n* @param {Element|Object} elem Element or object to\n* @param {String|Array} type Name/type of event\n* @param {Function} fn Event handler function\n* @method one\n*/",meta:{range:[9850,10069],filename:"video.js",lineno:485,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Trigger a listener only once for an event

    ",params:[{type:{names:["Element","Object"]},description:"

    Element or object to

    ",name:"elem"},{type:{names:["String","Array"]},description:"

    Name/type of event

    ",name:"type"},{type:{names:["function"]},description:"

    Event handler function

    ",name:"fn"}],kind:"function",name:"one",longname:"one",scope:"global"},{comment:"/**\n* Removes event listeners from an element\n*\n* @param {Element|Object} elem Object to remove listeners from\n* @param {String|Array=} type Type of listener to remove. Don't include to remove all events from element.\n* @param {Function} fn Specific listener to remove. Don't include to remove listeners for an event type.\n* @method off\n*/",meta:{range:[10076,10424],filename:"video.js",lineno:495,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Removes event listeners from an element

    ",params:[{type:{names:["Element","Object"]},description:"

    Object to remove listeners from

    ",name:"elem"},{type:{names:["String","Array"]},description:"

    Type of listener to remove. Don't include to remove all events from element.

    ",name:"type"},{type:{names:["function"]},description:"

    Specific listener to remove. Don't include to remove listeners for an event type.

    ",name:"fn"}],kind:"function",name:"off",longname:"off",scope:"global"},{comment:"/**\n* Trigger an event for an element\n*\n* @param {Element|Object} elem Element to trigger an event on\n* @param {Event|Object|String} event A string (the type) or an event object with a type attribute\n* @param {Object} [hash] data hash to pass along with the event\n* @return {Boolean=} Returned only if default was prevented\n* @method trigger\n*/",meta:{range:[10431,10784],filename:"video.js",lineno:505,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Trigger an event for an element

    ",params:[{type:{names:["Element","Object"]},description:"

    Element to trigger an event on

    ",name:"elem"},{type:{names:["Event","Object","String"]},description:"

    A string (the type) or an event object with a type attribute

    ",name:"event"},{type:{names:["Object"]},optional:!0,description:"

    data hash to pass along with the event

    ",name:"hash"}],returns:[{type:{names:["Boolean"]},optional:!0,description:"

    Returned only if default was prevented

    "}],kind:"function",name:"trigger",longname:"trigger",scope:"global"},{comment:"/**\n* Determines, via duck typing, whether or not a value is a DOM element.\n*\n* @method isEl\n* @param {Mixed} value\n* @return {Boolean}\n*/",meta:{range:[11740,11879],filename:"video.js",lineno:562,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Determines, via duck typing, whether or not a value is a DOM element.

    ",kind:"function",name:"isEl",params:[{type:{names:["Mixed"]},name:"value"}],returns:[{type:{names:["Boolean"]}}],longname:"isEl",scope:"global"},{comment:"/**\n* Determines, via duck typing, whether or not a value is a text node.\n*\n* @method isTextNode\n* @param {Mixed} value\n* @return {Boolean}\n*/",meta:{range:[11886,12029],filename:"video.js",lineno:571,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Determines, via duck typing, whether or not a value is a text node.

    ",kind:"function",name:"isTextNode",params:[{type:{names:["Mixed"]},name:"value"}],returns:[{type:{names:["Boolean"]}}],longname:"isTextNode",scope:"global"},{comment:"/**\n* Creates an element and applies properties.\n*\n* @method createEl\n* @param {String} [tagName='div'] Name of tag to be created.\n* @param {Object} [properties={}] Element properties to be applied.\n* @param {Object} [attributes={}] Element attributes to be applied.\n* @return {Element}\n*/",meta:{range:[12036,12328],filename:"video.js",lineno:580,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Creates an element and applies properties.

    ",kind:"function",name:"createEl",params:[{type:{names:["String"]},optional:!0,defaultvalue:"'div'",description:"

    Name of tag to be created.

    ",name:"tagName"},{type:{names:["Object"]},optional:!0,defaultvalue:"{}",description:"

    Element properties to be applied.

    ",name:"properties"},{type:{names:["Object"]},optional:!0,defaultvalue:"{}",description:"

    Element attributes to be applied.

    ",name:"attributes"}],returns:[{type:{names:["Element"]}}],longname:"createEl",scope:"global"},{comment:"/**\n* Check if an element has a CSS class\n*\n* @method hasClass\n* @param {Element} element Element to check\n* @param {String} classToCheck Classname to check\n*/",meta:{range:[12335,12494],filename:"video.js",lineno:591,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Check if an element has a CSS class

    ",kind:"function",name:"hasClass",params:[{type:{names:["Element"]},description:"

    Element to check

    ",name:"element"},{type:{names:["String"]},description:"

    Classname to check

    ",name:"classToCheck"}],longname:"hasClass",scope:"global"},{comment:"/**\n* Add a CSS class name to an element\n*\n* @method addClass\n* @param {Element} element Element to add class name to\n* @param {String} classToAdd Classname to add\n*/",meta:{range:[12501,12670],filename:"video.js",lineno:600,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Add a CSS class name to an element

    ",kind:"function",name:"addClass",params:[{type:{names:["Element"]},description:"

    Element to add class name to

    ",name:"element"},{type:{names:["String"]},description:"

    Classname to add

    ",name:"classToAdd"}],longname:"addClass",scope:"global"},{comment:"/**\n* Remove a CSS class name from an element\n*\n* @method removeClass\n* @param {Element} element Element to remove from class name\n* @param {String} classToRemove Classname to remove\n*/",meta:{range:[12677,12865],filename:"video.js",lineno:609,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Remove a CSS class name from an element

    ",kind:"function",name:"removeClass",params:[{type:{names:["Element"]},description:"

    Element to remove from class name

    ",name:"element"},{type:{names:["String"]},description:"

    Classname to remove

    ",name:"classToRemove"}],longname:"removeClass",scope:"global"},{comment:"/**\n* Adds or removes a CSS class name on an element depending on an optional\n* condition or the presence/absence of the class name.\n*\n* @method toggleElClass\n* @param {Element} element\n* @param {String} classToToggle\n* @param {Boolean|Function} [predicate]\n* Can be a function that returns a Boolean. If `true`, the class\n* will be added; if `false`, the class will be removed. If not\n* given, the class will be added if not present and vice versa.\n*/",meta:{range:[12872,13351],filename:"video.js",lineno:618,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Adds or removes a CSS class name on an element depending on an optional\ncondition or the presence/absence of the class name.

    ",kind:"function",name:"toggleElClass",params:[{type:{names:["Element"]},name:"element"},{type:{names:["String"]},name:"classToToggle"},{type:{names:["Boolean","function"]},optional:!0,description:"

    Can be a function that returns a Boolean. If true, the class\n will be added; if false, the class will be removed. If not\n given, the class will be added if not present and vice versa.

    ",name:"predicate"}],longname:"toggleElClass",scope:"global"},{comment:"/**\n* Apply attributes to an HTML element.\n*\n* @method setAttributes\n* @param {Element} el Target element.\n* @param {Object=} attributes Element attributes to be applied.\n*/",meta:{range:[13358,13541],filename:"video.js",lineno:632,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Apply attributes to an HTML element.

    ",kind:"function",name:"setAttributes",params:[{type:{names:["Element"]},description:"

    Target element.

    ",name:"el"},{type:{names:["Object"]},optional:!0,description:"

    Element attributes to be applied.

    ",name:"attributes"}],longname:"setAttributes",scope:"global"},{comment:"/**\n* Get an element's attribute values, as defined on the HTML tag\n* Attributes are not the same as properties. They're defined on the tag\n* or with setAttribute (which shouldn't be used with HTML)\n* This will return true or false for boolean attributes.\n*\n* @method getAttributes\n* @param {Element} tag Element from which to get tag attributes\n* @return {Object}\n*/",meta:{range:[13548,13916],filename:"video.js",lineno:641,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Get an element's attribute values, as defined on the HTML tag\nAttributes are not the same as properties. They're defined on the tag\nor with setAttribute (which shouldn't be used with HTML)\nThis will return true or false for boolean attributes.

    ",kind:"function",name:"getAttributes",params:[{type:{names:["Element"]},description:"

    Element from which to get tag attributes

    ",name:"tag"}],returns:[{type:{names:["Object"]}}],longname:"getAttributes",scope:"global"},{comment:"/**\n* Empties the contents of an element.\n*\n* @method emptyEl\n* @param {Element} el\n* @return {Element}\n*/",meta:{range:[13923,14030],filename:"video.js",lineno:653,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Empties the contents of an element.

    ",kind:"function",name:"emptyEl",params:[{type:{names:["Element"]},name:"el"}],returns:[{type:{names:["Element"]}}],longname:"emptyEl",scope:"global"},{comment:"/**\n* Normalizes and appends content to an element.\n*\n* The content for an element can be passed in multiple types and\n* combinations, whose behavior is as follows:\n*\n* - String\n* Normalized into a text node.\n*\n* - Element, TextNode\n* Passed through.\n*\n* - Array\n* A one-dimensional array of strings, elements, nodes, or functions (which\n* return single strings, elements, or nodes).\n*\n* - Function\n* If the sole argument, is expected to produce a string, element,\n* node, or array.\n*\n* @method appendContent\n* @param {Element} el\n* @param {String|Element|TextNode|Array|Function} content\n* @return {Element}\n*/",meta:{range:[14037,14662],filename:"video.js",lineno:662,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Normalizes and appends content to an element.

    \n

    The content for an element can be passed in multiple types and\ncombinations, whose behavior is as follows:

    \n
      \n
    • String\nNormalized into a text node.

      \n
    • \n
    • Element, TextNode\nPassed through.

      \n
    • \n
    • Array\nA one-dimensional array of strings, elements, nodes, or functions (which\nreturn single strings, elements, or nodes).

      \n
    • \n
    • Function\nIf the sole argument, is expected to produce a string, element,\nnode, or array.

      \n
    • \n
    ",kind:"function",name:"appendContent",params:[{type:{names:["Element"]},name:"el"},{type:{names:["String","Element","TextNode","Array","function"]},name:"content"}],returns:[{type:{names:["Element"]}}],longname:"appendContent",scope:"global"},{comment:"/**\n* Normalizes and inserts content into an element; this is identical to\n* `appendContent()`, except it empties the element first.\n*\n* The content for an element can be passed in multiple types and\n* combinations, whose behavior is as follows:\n*\n* - String\n* Normalized into a text node.\n*\n* - Element, TextNode\n* Passed through.\n*\n* - Array\n* A one-dimensional array of strings, elements, nodes, or functions (which\n* return single strings, elements, or nodes).\n*\n* - Function\n* If the sole argument, is expected to produce a string, element,\n* node, or array.\n*\n* @method insertContent\n* @param {Element} el\n* @param {String|Element|TextNode|Array|Function} content\n* @return {Element}\n*/",meta:{range:[14669,15375],filename:"video.js",lineno:689,path:"/Users/mboles/git/docs/video.js/src/js",code:{}},description:"

    Normalizes and inserts content into an element; this is identical to\nappendContent(), except it empties the element first.

    \n

    The content for an element can be passed in multiple types and\ncombinations, whose behavior is as follows:

    \n
      \n
    • String\nNormalized into a text node.

      \n
    • \n
    • Element, TextNode\nPassed through.

      \n
    • \n
    • Array\nA one-dimensional array of strings, elements, nodes, or functions (which\nreturn single strings, elements, or nodes).

      \n
    • \n
    • Function\nIf the sole argument, is expected to produce a string, element,\nnode, or array.

      \n
    • \n
    ",kind:"function",name:"insertContent",params:[{type:{names:["Element"]},name:"el"},{type:{names:["String","Element","TextNode","Array","function"]},name:"content"}],returns:[{type:{names:["Element"]}}],longname:"insertContent",scope:"global"},{kind:"package",longname:"package:undefined",files:["/Users/mboles/git/docs/video.js/src/js/base-styles.js","/Users/mboles/git/docs/video.js/src/js/big-play-button.js","/Users/mboles/git/docs/video.js/src/js/button.js","/Users/mboles/git/docs/video.js/src/js/clickable-component.js","/Users/mboles/git/docs/video.js/src/js/close-button.js","/Users/mboles/git/docs/video.js/src/js/component.js","/Users/mboles/git/docs/video.js/src/js/control-bar/audio-track-controls/audio-track-button.js","/Users/mboles/git/docs/video.js/src/js/control-bar/audio-track-controls/audio-track-menu-item.js","/Users/mboles/git/docs/video.js/src/js/control-bar/control-bar.js","/Users/mboles/git/docs/video.js/src/js/control-bar/fullscreen-toggle.js","/Users/mboles/git/docs/video.js/src/js/control-bar/live-display.js","/Users/mboles/git/docs/video.js/src/js/control-bar/mute-toggle.js","/Users/mboles/git/docs/video.js/src/js/control-bar/play-toggle.js","/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu/playback-rate-menu-button.js","/Users/mboles/git/docs/video.js/src/js/control-bar/playback-rate-menu/playback-rate-menu-item.js","/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control/load-progress-bar.js","/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control/mouse-time-display.js","/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control/play-progress-bar.js","/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control/progress-control.js","/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control/seek-bar.js","/Users/mboles/git/docs/video.js/src/js/control-bar/progress-control/tooltip-progress-bar.js","/Users/mboles/git/docs/video.js/src/js/control-bar/spacer-controls/custom-control-spacer.js","/Users/mboles/git/docs/video.js/src/js/control-bar/spacer-controls/spacer.js","/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls/caption-settings-menu-item.js","/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls/captions-button.js","/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls/chapters-button.js","/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls/chapters-track-menu-item.js","/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls/descriptions-button.js","/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls/off-text-track-menu-item.js","/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls/subtitles-button.js","/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls/text-track-button.js","/Users/mboles/git/docs/video.js/src/js/control-bar/text-track-controls/text-track-menu-item.js","/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls/current-time-display.js","/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls/duration-display.js","/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls/remaining-time-display.js","/Users/mboles/git/docs/video.js/src/js/control-bar/time-controls/time-divider.js","/Users/mboles/git/docs/video.js/src/js/control-bar/track-button.js","/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control/volume-bar.js","/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control/volume-control.js","/Users/mboles/git/docs/video.js/src/js/control-bar/volume-control/volume-level.js","/Users/mboles/git/docs/video.js/src/js/control-bar/volume-menu-button.js","/Users/mboles/git/docs/video.js/src/js/error-display.js","/Users/mboles/git/docs/video.js/src/js/event-target.js","/Users/mboles/git/docs/video.js/src/js/extend.js","/Users/mboles/git/docs/video.js/src/js/fullscreen-api.js","/Users/mboles/git/docs/video.js/src/js/loading-spinner.js","/Users/mboles/git/docs/video.js/src/js/media-error.js","/Users/mboles/git/docs/video.js/src/js/menu/menu-button.js","/Users/mboles/git/docs/video.js/src/js/menu/menu-item.js","/Users/mboles/git/docs/video.js/src/js/menu/menu.js","/Users/mboles/git/docs/video.js/src/js/modal-dialog.js","/Users/mboles/git/docs/video.js/src/js/player.js","/Users/mboles/git/docs/video.js/src/js/plugins.js","/Users/mboles/git/docs/video.js/src/js/popup/popup-button.js","/Users/mboles/git/docs/video.js/src/js/popup/popup.js","/Users/mboles/git/docs/video.js/src/js/poster-image.js","/Users/mboles/git/docs/video.js/src/js/setup.js","/Users/mboles/git/docs/video.js/src/js/slider/slider.js","/Users/mboles/git/docs/video.js/src/js/tech/flash-rtmp.js","/Users/mboles/git/docs/video.js/src/js/tech/flash.js","/Users/mboles/git/docs/video.js/src/js/tech/html5.js","/Users/mboles/git/docs/video.js/src/js/tech/loader.js","/Users/mboles/git/docs/video.js/src/js/tech/tech.js","/Users/mboles/git/docs/video.js/src/js/tracks/audio-track-list.js","/Users/mboles/git/docs/video.js/src/js/tracks/audio-track.js","/Users/mboles/git/docs/video.js/src/js/tracks/html-track-element-list.js","/Users/mboles/git/docs/video.js/src/js/tracks/html-track-element.js","/Users/mboles/git/docs/video.js/src/js/tracks/text-track-cue-list.js","/Users/mboles/git/docs/video.js/src/js/tracks/text-track-display.js","/Users/mboles/git/docs/video.js/src/js/tracks/text-track-list-converter.js","/Users/mboles/git/docs/video.js/src/js/tracks/text-track-list.js","/Users/mboles/git/docs/video.js/src/js/tracks/text-track-settings.js","/Users/mboles/git/docs/video.js/src/js/tracks/text-track.js","/Users/mboles/git/docs/video.js/src/js/tracks/track-enums.js","/Users/mboles/git/docs/video.js/src/js/tracks/track-list.js","/Users/mboles/git/docs/video.js/src/js/tracks/track.js","/Users/mboles/git/docs/video.js/src/js/tracks/video-track-list.js","/Users/mboles/git/docs/video.js/src/js/tracks/video-track.js","/Users/mboles/git/docs/video.js/src/js/utils/browser.js","/Users/mboles/git/docs/video.js/src/js/utils/buffer.js","/Users/mboles/git/docs/video.js/src/js/utils/dom.js","/Users/mboles/git/docs/video.js/src/js/utils/events.js","/Users/mboles/git/docs/video.js/src/js/utils/fn.js","/Users/mboles/git/docs/video.js/src/js/utils/format-time.js","/Users/mboles/git/docs/video.js/src/js/utils/guid.js","/Users/mboles/git/docs/video.js/src/js/utils/log.js","/Users/mboles/git/docs/video.js/src/js/utils/merge-options.js","/Users/mboles/git/docs/video.js/src/js/utils/stylesheet.js","/Users/mboles/git/docs/video.js/src/js/utils/time-ranges.js","/Users/mboles/git/docs/video.js/src/js/utils/to-title-case.js","/Users/mboles/git/docs/video.js/src/js/utils/url.js","/Users/mboles/git/docs/video.js/src/js/video.js"]}]; \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/js/doc-script.js b/lib/video.js-main/docs/legacy-docs/api/js/doc-script.js new file mode 100644 index 0000000..65f64f4 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/js/doc-script.js @@ -0,0 +1,722 @@ +var title, + // data structures + classes = {thisClass: [], parentClass: []}, + // paths + classFilePath, + parentClassFilePath, + // elements + mainContent, + main, + doc_body; + +/** + * tests for all the ways a variable might be undefined or not have a value + * + * @param {*} x - the variable to test + * @return {Boolean} true if variable is defined and has a value + */ +function isDefined(x) { + if (x === '' || x === null || x === undefined || x === NaN) { + return false; + } + return true; +}; +/** + * determines whether specified item is in an array + * + * @param {array} arr - array to check + * @param {string} item - to check for + * @return {boolean} true if item is in the array, else false + */ +function isItemInArray(arr, item) { + var i, + iMax = arr.length; + for (i = 0; i < iMax; i++) { + if (arr[i] === item) { + return true; + } + } + return false; +}; +/** + * get a copy of (rather than reference to) an object + * + * @param {object} obj - the object you want a copy + * @return {object} the copy + */ +function copyObj(obj) { + if (isDefined(obj)) { + return JSON.parse(JSON.stringify(obj)); + } + return null; +}; +/** + * find index of an object in array of objects + * based on some property value + * generally useful for finding a unique object + * + * @param {array} targetArray - array to search + * @param {string} objProperty - object property to search + * @param {string|number} value - value of the property to search for + * @return {integer} index of first instance if found, otherwise returns -1 + */ +function findObjectInArray(targetArray, objProperty, value) { + var i, totalItems = targetArray.length, objFound = false; + for (i = 0; i < totalItems; i++) { + if (targetArray[i][objProperty] === value) { + objFound = true; + return i; + } + } + if (objFound === false) { + return -1; + } +}; +/** + * find indexes of a set of object in array of objects + * based on some property value + * generally useful for finding several objects + * + * @param {array} targetArray - array to search + * @param {string} objProperty - object property to search + * @param {string|number} value - value of the property to search for + * @return {array} array of indexes for matching objects + */ +function findObjectsInArray(targetArray, objProperty, value) { + var i, totalItems = targetArray.length, newArr = []; + for (i = 0; i < totalItems; i++) { + if (targetArray[i][objProperty] === value) { + newArr.push(i); + } + } + return newArr; +}; +/** + * get a subset of objects in array of objects + * based on some property value + * + * @param {array} targetArray - array to search + * @param {string} objProperty - object property to search + * @param {string|number} value - value of the property to search for + * @return {array} array of objects with matching property value + */ +function getSubArray(targetArray, objProperty, value) { + var i, totalItems = targetArray.length, idxArr = []; + for (i = 0; i < totalItems; i++) { + if (targetArray[i][objProperty] === value) { + idxArr.push(targetArray[i]); + } + } + return idxArr; +}; +/** + * sort an array of objects based on an object property + * + * @param {array} targetArray - array to sort + * @param {string} objProperty - property whose value to sort on + * @return {array} the sorted array + */ +function sortArray(targetArray, objProperty) { + targetArray.sort(function (a, b) { + var propA = a[objProperty].toLowerCase(), propB = b[objProperty].toLowerCase(); + // sort ascending; reverse propA and propB to sort descending + if (propA < propB) { + return -1; + } else if (propA > propB) { + return 1; + } + return 0; + }); + return targetArray; +}; +/** + * create an element + * + * @param {string} type - the element type + * @param {object} attributes - attributes to add to the element + * @return {object} the HTML element + */ +function createEl(type, attributes) { + var el; + if (isDefined(type)) { + el = doc.createElement(type); + if (isDefined(attributes)) { + var attr; + for (attr in attributes) { + el.setAttribute(attr, attributes[attr]); + } + } + return el; + } +}; +/** + * creates a text node and adds it to an element + * @param {object|node} el - the node (element) to add the text to + * @param {string} str - the text to add + */ +function addText(el, str) { + var text = doc.createTextNode(str); + el.appendChild(text); +}; +/** + * finds the objects in the doc data for a fileName + * + * @param {array} arr - the array of objects to search + * @param {string} filename - the filename to look for in the meta object + * @return {array} - array of the objects found + */ +function findClassObjects(arr, filename) { + var i, totalItems = arr.length, newArr = []; + for (i = 0; i < totalItems; i++) { + if (isDefined(arr[i].meta)) { + if (arr[i].meta.filename === filename) { + newArr.push(arr[i]); + } + } + + } + return newArr; + +}; +/** + * add the class header content + */ +function addHeaderContent() { + var topSection = createEl('section', {id: 'top', class: 'section'}), + headerData = doc_data.thisClass.headerInfo, + header = createEl('h1'), + extendsNode = createEl('p'), + extendsLink, + definedIn = createEl('p'), + definedInLink = createEl('a', {href: docsPath + classFilePath + '#L' + headerData.meta.lineno}), + description = createEl('div', {style: 'border:none', id: 'classDescription'}), + descriptionEl, + constructorHeader = createEl('h3'), + constructorPre = createEl('pre'), + constructorCode = createEl('code'), + constructorParamsHeader = createEl('h4'), + constructorParams = [], + text; + // add main content wrapper + doc_body.appendChild(mainContent); + main = doc.getElementById('main'); + // add elements + topSection.appendChild(header); + topSection.appendChild(description); + // source file + topSection.appendChild(definedIn); + addText(definedIn, 'DEFINED IN: '); + definedIn.appendChild(definedInLink); + addText(definedInLink, headerData.meta.filename + ' line number: ' + headerData.meta.lineno); + mainContent.appendChild(topSection); + // page header + addText(header, headerData.name); + // parent info if this class extends another + if (isDefined(doc_data.parentClasses)) { + topSection.appendChild(extendsNode); + addText(extendsNode, 'EXTENDS: '); + extendsLink = createEl('a', {href: parentClassFilePath + doc_data.parentClasses[0].headerInfo.meta.filename}); + extendsNode.appendChild(extendsLink); + addText(extendsLink, doc_data.parentClasses[0].headerInfo.meta.filename); + } + // constructor info - don't add for video.js + if (doc_data.thisClass.headerInfo.name !== 'videojs') { + topSection.appendChild(constructorHeader); + topSection.appendChild(constructorPre); + constructorPre.appendChild(constructorCode); + // create the constructor info + addText(constructorHeader, 'Constructor'); + + // get constructor params if any + if (isDefined(headerData.params)) { + var paramTableHeaders = ['name', 'Type', 'Required', 'Description'], + paramTable = createEl('table'), + paramThead = createEl('thead'), + paramTbody = createEl('tbody'), + paramTheadRow = createEl('tr'), + paramTbodyRow = createEl('tr'), + paramTH, + paramTD, + k, + kMax; + + addText(constructorParamsHeader, 'Parameters'); + paramTable.appendChild(paramThead); + paramTable.appendChild(paramTbody); + paramThead.appendChild(paramTheadRow); + // set the table headers + kMax = paramTableHeaders.length; + for (k = 0; k < kMax; k++) { + paramTH = createEl('th'); + paramTheadRow.appendChild(paramTH); + addText(paramTH, paramTableHeaders[k]); + } + // now the table info + kMax = headerData.params.length; + for (k = 0; k < kMax; k++) { + paramTbodyRow = createEl('tr'); + paramTbody.appendChild(paramTbodyRow); + paramTD = createEl('td'); + addText(paramTD, headerData.params[k].name); + paramTbodyRow.appendChild(paramTD); + paramTD = createEl('td'); + addText(paramTD, headerData.params[k].type.names.join('|')); + paramTbodyRow.appendChild(paramTD); + paramTD = createEl('td'); + if (headerData.params[k].optional) { + text = doc.createTextNode('no'); + constructorParams.push('[' + headerData.params[k].name + ']'); + } else { + text = doc.createTextNode('yes'); + constructorParams.push(headerData.params[k].name); + } + paramTD.appendChild(text); + if (isDefined(headerData.params[k].description)) { + paramTbodyRow.appendChild(paramTD); + paramTD = createEl('td'); + addText(paramTD, headerData.params[k].description.slice(3, headerData.params[k].description.indexOf('

    '))); + paramTbodyRow.appendChild(paramTD); + } + paramTbody.appendChild(paramTbodyRow); + } + topSection.appendChild(constructorParamsHeader); + topSection.appendChild(paramTable); + } + } + // add constructor params to signature if any + if (constructorParams.length > 0) { + text = doc.createTextNode(headerData.name + '( ' + constructorParams.join(',') + ' )'); + } else { + text = doc.createTextNode(headerData.name + '()'); + } + constructorCode.appendChild(text); + descriptionEl = doc.getElementById('classDescription'); + descriptionEl.innerHTML = headerData.description; +}; +/** + * add the side nav + */ +function addIndex() { + var section = createEl('section', {id: 'index', class: 'side-nav'}), + navHeader = createEl('h2', {class: 'sideNavHeader'}), + navHeaderLink = createEl('a', {href: 'index.html'}), + memberIndex = createEl('div', {id: 'memberIndex', class: 'member-index'}), + thisMember, + addedMembers = {}, + item, + thisParent, + parentList, + header, + listItem, + listLink, + classHeader, + parentHeader, + i, + iMax, + j, + jMax, + // helper functions + classHasMembers = function (member) { + if (doc_data.thisClass[member].length > 0) { + return true; + } + return false; + }, + parentsHaveMembers = function () { + if (doc_data.parentClasses.length > 0) { + for (i = 0; i < doc_data.parentClasses.length; i++) { + if (doc_data.parentClasses[i][thisMember].length > 0) { + return true; + } + } + return false; + } + }, + makeList = function (classArr, parentArr, member, list) { + thisMember = member.toLowerCase(); + if (classArr.length > 0 || (isDefined(doc_data.parentClass) && parentArr.length > 0)) { + // add member list header + if (classHasMembers(thisMember) || parentsHaveMembers(thisMember)) { + header = createEl('h3'); + addText(header, doc_data.thisClass.headerInfo.name + ' ' + member); + } else { + return; + } + if (classHasMembers(thisMember)) { + classHeader = createEl('h4'); + addText(classHeader, 'Class ' + member); + memberIndex.appendChild(header); + memberIndex.appendChild(classHeader); + // add the list & items + list = createEl('ul', {id: list}); + memberIndex.appendChild(list); + iMax = classArr.length; + for (i = 0; i < iMax; i++) { + item = classArr[i].name; + if (!isItemInArray(addedMembers[member], item)) { + // keep track of added members to remove overridden ones + addedMembers[member].push(item); + listItem = createEl('li'); + listLink = createEl('a', {href: '#' + member + item}); + addText(listLink, item); + listItem.appendChild(listLink); + list.appendChild(listItem); + } + } + } + + // add inherited items if any + if (isDefined(parentArr) && parentArr.length > 0) { + jMax = parentArr.length; + for (j = 0; j < jMax; j++) { + thisParent = parentArr[j]; + if (thisParent[thisMember].length > 0) { + parentHeader = createEl('h4'); + addText(parentHeader, 'Inherited ' + member + ' from ' + thisParent.headerInfo.name); + memberIndex.appendChild(parentHeader); + parentList = createEl('ul'); + memberIndex.appendChild(parentList); + iMax = thisParent[thisMember].length; + for (i = 0; i < iMax; i++) { + item = thisParent[thisMember][i].name; + if (!isItemInArray(addedMembers[member], item)) { + addedMembers[member].push(item); + listItem = createEl('li'); + listLink = createEl('a', {href: '#' + member + item}); + listItem.appendChild(listLink); + addText(listLink, item); + parentList.appendChild(listItem); + } + + } + } + + } + + } + } + }; + // data structure to track members already added + addedMembers.Methods = []; + addedMembers.Properties = []; + addedMembers.Events = []; + + navHeader.appendChild(navHeaderLink); + addText(navHeaderLink, 'API Index'); + // add parent class members if any + if (isDefined(doc_data.parentClasses)) { + makeList(doc_data.thisClass.properties, doc_data.parentClasses, 'Properties', 'propertiesList'); + makeList(doc_data.thisClass.methods, doc_data.parentClasses, 'Methods', 'methodsList'); + makeList(doc_data.thisClass.events, doc_data.parentClasses, 'Events', 'eventsList'); + } else { + makeList(doc_data.thisClass.properties, [], 'Properties', 'propertiesList'); + makeList(doc_data.thisClass.methods, [], 'Methods', 'methodsList'); + makeList(doc_data.thisClass.events, [], 'Events', 'eventsList'); + } + section.appendChild(navHeader); + section.appendChild(memberIndex); + doc_body.appendChild(section); + +}; +/** + * add the member content + */ +function addMembersContent() { + var members = [{name: 'Properties', data: 'properties'}, {name: 'Methods', data: 'methods'}, {name: 'Events', data: 'events'}], + member, + addedMembers = {}, + section, + header, + headerSuffix, + item, + itemWrapper, + itemHeader, + itemHeaderStr, + itemParams = [], + itemParamsHeader, + itemDescription, + itemDescriptionEl, + itemFooter, + itemFooterLink, + itemFooterContent, + paramTable, + paramThead, + paramTbody, + paramTheadRow, + paramTbodyRow, + paramTH, + paramTD, + paramTableHeaders = ['name', 'Type', 'Required', 'Description'], + text, + i, + iMax, + j, + jMax, + k, + kMax, + m, + mMax, + topLinkP, + topLinkA, + // helper function + createMemberItem = function (classData, member) { + // create the class member items + jMax = classData[member.data].length; + for (j = 0; j < jMax; j++) { + item = classData[member.data][j]; + if (!isItemInArray(addedMembers[member.name], item.name)) { + addedMembers[member.name].push(item.name); + itemWrapper = createEl('div', {id: member.name + item.name}); + section.appendChild(itemWrapper); + itemHeader = createEl('h3', {id: item.name + 'Header'}); + itemHeaderStr = item.name; + itemWrapper.appendChild(itemHeader); + itemDescription = createEl('div', {id: item.name + 'Description', class: 'description'}); + itemWrapper.appendChild(itemDescription); + itemFooter = createEl('p', {class: 'vjs-only'}); + itemFooterLink = createEl('a', {href: docsPath + item.meta.filename + '#L' + item.meta.lineno}); + itemFooterContent = createEl('em', {id: item.name + 'Footer'}); + itemFooter.appendChild(itemFooterContent); + topLinkP = createEl('p'); + topLinkA = createEl('a', {href: '#top'}); + addText(topLinkA, '[back to top]'); + topLinkP.appendChild(topLinkA); + // for methods only handle params if any + if (member.name === 'Methods' && isDefined(item.params)) { + itemParams = []; + itemParamsHeader = createEl('h4'); + addText(itemParamsHeader, 'Parameters'); + paramTable = createEl('table'); + paramThead = createEl('thead'); + paramTbody = createEl('tbody'); + paramTable.appendChild(paramThead); + paramTable.appendChild(paramTbody); + paramTheadRow = createEl('tr'); + paramThead.appendChild(paramTheadRow); + // set the table headers + kMax = paramTableHeaders.length; + for (k = 0; k < kMax; k++) { + paramTH = createEl('th'); + paramTheadRow.appendChild(paramTH); + addText(paramTH, paramTableHeaders[k]); + } + // now the table info + kMax = item.params.length; + for (k = 0; k < kMax; k++) { + paramTbodyRow = createEl('tr'); + paramTbody.appendChild(paramTbodyRow); + paramTD = createEl('td'); + addText(paramTD, item.params[k].name); + paramTbodyRow.appendChild(paramTD); + paramTD = createEl('td'); + addText(paramTD, item.params[k].type.names.join('|')); + paramTbodyRow.appendChild(paramTD); + paramTD = createEl('td'); + if (item.params[k].optional) { + text = doc.createTextNode('no'); + itemParams.push('[' + item.params[k].name + ']'); + } else { + text = doc.createTextNode('yes'); + itemParams.push(item.params[k].name); + } + paramTD.appendChild(text); + if (isDefined(item.params[k].description)) { + paramTbodyRow.appendChild(paramTD); + paramTD = createEl('td'); + addText(paramTD, item.params[k].description.slice(3, item.params[k].description.indexOf('

    '))); + paramTbodyRow.appendChild(paramTD); + } + paramTbody.appendChild(paramTbodyRow); + } + itemHeaderStr += '( ' + itemParams.join(', ') + ' )'; + if (item.scope === 'static') { + itemHeaderStr = 'static ' + itemHeaderStr; + } + itemWrapper.appendChild(itemParamsHeader); + itemWrapper.appendChild(paramTable); + } else if (member.name === 'Methods') { + itemHeaderStr += '()'; + } + itemWrapper.appendChild(itemFooter); + itemWrapper.appendChild(topLinkP); + addText(itemHeader, itemHeaderStr); + if (isDefined(item.deprecated)) { + headerSuffix = createEl('em', {class: 'deprecated'}); + text = doc.createTextNode(); + addText(headerSuffix, ' (deprecated)'); + itemHeader.appendChild(headerSuffix); + } + itemDescriptionEl = doc.getElementById(item.name + 'Description'); + itemDescriptionEl.innerHTML = item.description; + addText(itemFooterContent, 'Defined in '); + itemFooterContent.appendChild(itemFooterLink); + addText(itemFooterLink, 'src/js/' + item.meta.filename + ' line number: ' + item.meta.lineno); + } + } + }; + // data structure to track members already added + addedMembers.Methods = []; + addedMembers.Properties = []; + addedMembers.Events = []; + iMax = members.length; + for (i = 0; i < iMax; i++) { + member = members[i]; + if (doc_data.thisClass[member.data].length > 0) { + // create the member section + section = createEl('section', {id: member.name.toLowerCase(), class: 'section'}); + main.appendChild(section); + header = createEl('h2'); + addText(header, member.name); + section.appendChild(header); + // create the member items + createMemberItem(doc_data.thisClass, member); + if (isDefined(doc_data.parentClasses)) { + mMax = doc_data.parentClasses.length; + for (m = 0; m < mMax; m++) { + if (doc_data.parentClasses[m][member.data].length > 0) { + createMemberItem(doc_data.parentClasses[m], member); + } + } + } + } + } +}; + +/** + * gets things going + * @param {string} docFileName - name of the HTML doc we're building + */ +function contentInit(docFileName) { + var fileName, + parent_class_name, + privateItems = [], + srcFileName, + idx, + text, + j, + parentCounter = 0, + // helper function to get the chain of parent classes + getAncestorData = function (parent_class) { + // get data objects for the class + classes.parentClasses[parentCounter] = findClassObjects(docData, parent_class + '.js'); + // check to see if there are any parent class items + if (classes.parentClasses[parentCounter].length > 0) { + doc_data.parentClasses[parentCounter] = {}; + // get parent header info + idx = findObjectInArray(classes.parentClasses[parentCounter], 'kind', 'class'); + doc_data.parentClasses[parentCounter].headerInfo = copyObj(classes.parentClasses[parentCounter][idx]); + // get parent class path + idx = findObjectInArray(classes.parentClasses[parentCounter], 'kind', 'file'); + if (idx > -1) { + parentClassFilePath = classes.parentClasses[parentCounter][idx].name; + } else { + parentClassFilePath = doc_data.parentClasses[parentCounter].headerInfo.meta.filename; + } + // remove any private items + privateItems = findObjectsInArray(classes.parentClasses[parentCounter], 'access', 'private'); + j = privateItems.length; + while (j > 0) { + j--; + classes.parentClasses[parentCounter].splice(privateItems[j], 1); + } + // now get the member arrays + doc_data.parentClasses[parentCounter].methods = getSubArray(classes.parentClasses[parentCounter], 'kind', 'function'); + doc_data.parentClasses[parentCounter].methods = sortArray(doc_data.parentClasses[parentCounter].methods, 'name'); + doc_data.parentClasses[parentCounter].events = getSubArray(classes.parentClasses[parentCounter], 'kind', 'event'); + doc_data.parentClasses[parentCounter].events = sortArray(doc_data.parentClasses[parentCounter].events, 'name'); + doc_data.parentClasses[parentCounter].properties = getSubArray(classes.parentClasses[parentCounter], 'kind', 'property'); + doc_data.parentClasses[parentCounter].properties = sortArray(doc_data.parentClasses[parentCounter].properties, 'name'); + } + // get parent class, if any, and anything it inherits + if (isDefined(doc_data.parentClasses[parentCounter].headerInfo.augments)) { + idx = findObjectInArray(docData, 'name', doc_data.parentClasses[parentCounter].headerInfo.augments[0]); + parent_class_name = docData[idx].meta.filename.replace('.js', ''); + parentCounter++; + getAncestorData(parent_class_name); + } + }; + // get refenence to doc body and title + doc_body = doc.getElementsByTagName('body')[0]; + title = doc.getElementsByTagName('title')[0]; + // content wrapper + mainContent = createEl('div', {id: 'main', class: 'section'}); + // src file is the js file of the same name + srcFileName = docFileName.replace('.html', '.js') + // video.js is a special case - all others will be the same + if (srcFileName === 'video.js') { + // for doc purposes, treat video like a class, though it's not + // get the data objects for this class + classes.thisClass = findClassObjects(docData, srcFileName); + idx = findObjectInArray(classes.thisClass, 'name', 'videojs'); + doc_data.thisClass = {}; + // get the class overview object + doc_data.thisClass.headerInfo = copyObj(classes.thisClass[idx]); + doc_data.thisClass.headerInfo.name = 'videojs'; + idx = findObjectInArray(classes.thisClass, 'kind', 'file'); + if (idx > -1) { + classFilePath = classes.thisClass[idx].name; + } else { + classFilePath = doc_data.thisClass.headerInfo.meta.filename; + } + // set the doc title + text = doc.createTextNode(doc_data.thisClass.headerInfo.name); + title.appendChild(text); + // remove any private items + privateItems = findObjectsInArray(classes.thisClass, 'access', 'private'); + j = privateItems.length; + while (j > 0) { + j--; + classes.thisClass.splice(privateItems[j], 1); + } + // now get the member arrays + doc_data.thisClass.methods = getSubArray(classes.thisClass, 'kind', 'function'); + doc_data.thisClass.methods = sortArray(doc_data.thisClass.methods, 'name'); + doc_data.thisClass.events = getSubArray(classes.thisClass, 'kind', 'event'); + doc_data.thisClass.events = sortArray(doc_data.thisClass.events, 'name'); + doc_data.thisClass.properties = getSubArray(classes.thisClass, 'kind', 'property'); + doc_data.thisClass.properties = sortArray(doc_data.thisClass.properties, 'name'); + } else { + // get the data objects for this class + classes.thisClass = findClassObjects(docData, srcFileName); + idx = findObjectInArray(classes.thisClass, 'kind', 'class'); + doc_data.thisClass = {}; + doc_data.thisClass.headerInfo = copyObj(classes.thisClass[idx]); + // get the file path from @file object + idx = findObjectInArray(classes.thisClass, 'kind', 'file'); + if (idx > -1) { + classFilePath = classes.thisClass[idx].name; + } else { + classFilePath = doc_data.thisClass.headerInfo.meta.filename; + } + // set the doc title + text = doc.createTextNode(doc_data.thisClass.headerInfo.name); + title.appendChild(text); + // remove any private items + privateItems = findObjectsInArray(classes.thisClass, 'access', 'private'); + j = privateItems.length; + while (j > 0) { + j--; + classes.thisClass.splice(privateItems[j], 1); + } + // now get the member arrays + doc_data.thisClass.methods = getSubArray(classes.thisClass, 'kind', 'function'); + doc_data.thisClass.methods = sortArray(doc_data.thisClass.methods, 'name'); + doc_data.thisClass.events = getSubArray(classes.thisClass, 'kind', 'event'); + doc_data.thisClass.events = sortArray(doc_data.thisClass.events, 'name'); + doc_data.thisClass.properties = getSubArray(classes.thisClass, 'kind', 'property'); + doc_data.thisClass.properties = sortArray(doc_data.thisClass.properties, 'name'); + // get parent class, if any, and anything it inherits + if (isDefined(doc_data.thisClass.headerInfo.augments)) { + doc_data.parentClass = {}; + doc_data.parentClasses = []; + classes.parentClasses = []; + idx = findObjectInArray(docData, 'name', doc_data.thisClass.headerInfo.augments[0]); + parent_class_name = docData[idx].meta.filename.replace('.js', ''); + getAncestorData(parent_class_name); + } + } + // now we're ready to roll + addIndex(); + addHeaderContent(); + addMembersContent(); +}; diff --git a/lib/video.js-main/docs/legacy-docs/api/js/highlight-syntax.js b/lib/video.js-main/docs/legacy-docs/api/js/highlight-syntax.js new file mode 100644 index 0000000..2fc9370 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/js/highlight-syntax.js @@ -0,0 +1,31 @@ +BCLSHighlighter = (function(hljs) { + var codeBlocks = document.querySelectorAll('pre>code'), + i, + iMax, + txt, + reLT = new RegExp('<', 'g'), + reGT = new RegExp('>;', 'g'); + + /** + * tests for all the ways a variable might be undefined or not have a value + * @param {*} x the variable to test + * @return {Boolean} true if variable is defined and has a value + */ + function isDefined(x) { + if (x === '' || x === null || x === undefined || x === NaN) { + return false; + } + return true; + }; + + if (isDefined(codeBlocks)) { + iMax = codeBlocks.length; + for (i = 0; i < iMax; i++) { + txt = codeBlocks[i].innerHTML.toString(); + txt = txt.replace(reLT, '<'); + txt = txt.replace(reGT, '>'); + codeBlocks[i].innerHTML = txt; + hljs.highlightBlock(codeBlocks[i]); + } + } +})(hljs); \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/live-display.html b/lib/video.js-main/docs/legacy-docs/api/live-display.html new file mode 100644 index 0000000..1934ede --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/live-display.html @@ -0,0 +1,161 @@ +LiveDisplay + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    LiveDisplay

    Displays the live indicator +TODO - Future make it click to snap to live

    DEFINED IN: live-display.js line number: 7

    EXTENDS: component.js

    Constructor

    LiveDisplay()

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/load-progress-bar.html b/lib/video.js-main/docs/legacy-docs/api/load-progress-bar.html new file mode 100644 index 0000000..5e80b2f --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/load-progress-bar.html @@ -0,0 +1,160 @@ +LoadProgressBar + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    LoadProgressBar

    Shows load progress

    DEFINED IN: load-progress-bar.js line number: 7

    EXTENDS: component.js

    Constructor

    LoadProgressBar( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/loader.html b/lib/video.js-main/docs/legacy-docs/api/loader.html new file mode 100644 index 0000000..5146c73 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/loader.html @@ -0,0 +1,11 @@ +MediaLoader + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    MediaLoader

    The Media Loader is the component that decides which playback technology to load +when the player is initialized.

    DEFINED IN: loader.js line number: 9

    EXTENDS: component.js

    Constructor

    MediaLoader( player,[options],[ready] )

    Parameters

    nameTypeRequiredDescription
    playerObjectyesMain Player
    optionsObjectnoObject of option names and values
    readyfunctionnoReady callback function
    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/loading-spinner.html b/lib/video.js-main/docs/legacy-docs/api/loading-spinner.html new file mode 100644 index 0000000..7f169d5 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/loading-spinner.html @@ -0,0 +1,160 @@ +LoadingSpinner + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    LoadingSpinner

    Loading spinner for waiting events

    DEFINED IN: loading-spinner.js line number: 8

    EXTENDS: component.js

    Constructor

    LoadingSpinner()

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/md.html b/lib/video.js-main/docs/legacy-docs/api/md.html new file mode 100644 index 0000000..3f48189 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/md.html @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/api/menu-button.html b/lib/video.js-main/docs/legacy-docs/api/menu-button.html new file mode 100644 index 0000000..2b0630d --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/menu-button.html @@ -0,0 +1,150 @@ +MenuButton + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    MenuButton

    A button class with a popup menu

    DEFINED IN: menu-button.js line number: 11

    EXTENDS: button.js

    Constructor

    MenuButton( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    buildCSSClass()

    Allow sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 111

    [back to top]

    createItems()

    Create the list of menu items. Specific to each subclass.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 92

    [back to top]

    handleClick()

    When you click the button it adds focus, which +will show the menu indefinitely. +So we'll remove focus when the mouse leaves the button. +Focus is needed for tab navigation. +Allow sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 130

    [back to top]

    handleKeyPress( event )

    Handle key press on menu

    Parameters

    nameTypeRequiredDescription
    eventObjectyesKey press event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 151

    [back to top]

    handleSubmenuKeyPress( event )

    Handle key press on submenu

    Parameters

    nameTypeRequiredDescription
    eventObjectyesKey press event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 179

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/menu-item.html b/lib/video.js-main/docs/legacy-docs/api/menu-item.html new file mode 100644 index 0000000..e2f1655 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/menu-item.html @@ -0,0 +1,146 @@ +MenuItem + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    MenuItem

    The component for a menu item.

    DEFINED IN: menu-item.js line number: 8

    EXTENDS: button.js

    Constructor

    MenuItem( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    createEl( [type], [props] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    typeStringnoDesc
    propsObjectnoDesc

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-item.js line number: 34

    [back to top]

    handleClick()

    Handle a click on the menu item, and set it to selected

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-item.js line number: 50

    [back to top]

    selected( selected )

    Set this menu item as selected or not

    Parameters

    nameTypeRequiredDescription
    selectedBoolean

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-item.js line number: 59

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Extend with specific functionality for button

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 74

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 102

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/menu.html b/lib/video.js-main/docs/legacy-docs/api/menu.html new file mode 100644 index 0000000..f5df438 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/menu.html @@ -0,0 +1,161 @@ +Menu + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    Menu

    The Menu component is used to build pop up menus, including subtitle and +captions selection menus.

    DEFINED IN: menu.js line number: 9

    EXTENDS: component.js

    Constructor

    Menu()

    Methods

    addItem( component )

    Add a menu item to the menu

    Parameters

    nameTypeRequiredDescription
    componentObject|StringyesComponent or component type to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu.js line number: 26

    [back to top]

    focus( item )

    Set focus on a menu item in the menu

    Parameters

    nameTypeRequiredDescription
    itemObject|StringyesIndex of child item set focus on

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu.js line number: 113

    [back to top]

    handleKeyPress( event )

    Handle key press for menu

    Parameters

    nameTypeRequiredDescription
    eventObjectyesEvent object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu.js line number: 69

    [back to top]

    stepBack()

    Move to previous (higher) menu item for keyboard users

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu.js line number: 99

    [back to top]

    stepForward()

    Move to next (lower) menu item for keyboard users

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu.js line number: 85

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/modal-dialog.html b/lib/video.js-main/docs/legacy-docs/api/modal-dialog.html new file mode 100644 index 0000000..201b964 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/modal-dialog.html @@ -0,0 +1,172 @@ +ModalDialog + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    ModalDialog

    The ModalDialog displays over the video and its controls, which blocks +interaction with the player until it is closed.

    +

    Modal dialogs include a "Close" button and will close when that button +is activated - or when ESC is pressed anywhere.

    DEFINED IN: modal-dialog.js line number: 16

    EXTENDS: component.js

    Constructor

    ModalDialog()

    Methods

    closeable( [value] )

    Whether or not the modal is closeable via the UI.

    Parameters

    nameTypeRequiredDescription
    valueBooleannoIf given as a Boolean, it will set the closeable option.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/modal-dialog.js line number: 239

    [back to top]

    content( [value] )

    Gets or sets the modal content, which gets normalized before being +rendered into the DOM.

    +

    This does not update the DOM or fill the modal, but it is called during +that process.

    Parameters

    nameTypeRequiredDescription
    valueMixednoIf defined, sets the internal content value to be used on the + next call(s) to fill. This value is normalized before being + inserted. To "clear" the internal content value, pass null.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/modal-dialog.js line number: 338

    [back to top]

    empty()

    Empties the content element.

    +

    This happens automatically anytime the modal is filled.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/modal-dialog.js line number: 323

    [back to top]

    fill()

    Fill the modal's content element with the modal's "content" option.

    +

    The content element will be emptied before this change takes place.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/modal-dialog.js line number: 275

    [back to top]

    fillWith( [content] )

    Fill the modal's content element with arbitrary content.

    +

    The content element will be emptied before this change takes place.

    Parameters

    nameTypeRequiredDescription
    contentMixednoThe same rules apply to this as apply to the content option.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/modal-dialog.js line number: 287

    [back to top]

    handleKeyPress( e )

    Handles key presses on the document, looking for ESC, which closes +the modal.

    Parameters

    nameTypeRequiredDescription
    eEvent

    Defined in https://github.com/videojs/video.js/blob/master/src/js/modal-dialog.js line number: 111

    [back to top]

    opened( [value] )

    Whether or not the modal is opened currently.

    Parameters

    nameTypeRequiredDescription
    valueBooleannoIf given, it will open (true) or close (false) the modal.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/modal-dialog.js line number: 190

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/mouse-time-display.html b/lib/video.js-main/docs/legacy-docs/api/mouse-time-display.html new file mode 100644 index 0000000..3eca394 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/mouse-time-display.html @@ -0,0 +1,161 @@ +MouseTimeDisplay + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    MouseTimeDisplay

    The Mouse Time Display component shows the time you will seek to +when hovering over the progress bar

    DEFINED IN: mouse-time-display.js line number: 10

    EXTENDS: component.js

    Constructor

    MouseTimeDisplay( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/mute-toggle.html b/lib/video.js-main/docs/legacy-docs/api/mute-toggle.html new file mode 100644 index 0000000..0aa2e27 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/mute-toggle.html @@ -0,0 +1,146 @@ +MuteToggle + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    MuteToggle

    A button component for muting the audio

    DEFINED IN: mute-toggle.js line number: 8

    EXTENDS: button.js

    Constructor

    MuteToggle( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    createEl( [type], [props], [attributes] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    typeStringnoElement's node type. e.g. 'div'
    propsObjectnoAn object of properties that should be set on the element
    attributesObjectnoAn object of attributes that should be set on the element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 26

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Extend with specific functionality for button

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 74

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/off-text-track-menu-item.html b/lib/video.js-main/docs/legacy-docs/api/off-text-track-menu-item.html new file mode 100644 index 0000000..ab343e9 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/off-text-track-menu-item.html @@ -0,0 +1,146 @@ +OffTextTrackMenuItem + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    OffTextTrackMenuItem

    A special menu item for turning of a specific type of text track

    DEFINED IN: off-text-track-menu-item.js line number: 7

    EXTENDS: text-track-menu-item.js

    Constructor

    OffTextTrackMenuItem( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    handleTracksChange( event )

    Handle text track change

    Parameters

    nameTypeRequiredDescription
    eventObjectyesEvent object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/control-bar/text-track-controls/off-text-track-menu-item.js line number: 35

    [back to top]

    createEl( [type], [props] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    typeStringnoDesc
    propsObjectnoDesc

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-item.js line number: 34

    [back to top]

    selected( selected )

    Set this menu item as selected or not

    Parameters

    nameTypeRequiredDescription
    selectedBoolean

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-item.js line number: 59

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Extend with specific functionality for button

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 74

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 102

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/play-progress-bar.html b/lib/video.js-main/docs/legacy-docs/api/play-progress-bar.html new file mode 100644 index 0000000..3dd5495 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/play-progress-bar.html @@ -0,0 +1,160 @@ +PlayProgressBar + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    PlayProgressBar

    Shows play progress

    DEFINED IN: play-progress-bar.js line number: 8

    EXTENDS: component.js

    Constructor

    PlayProgressBar( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/play-toggle.html b/lib/video.js-main/docs/legacy-docs/api/play-toggle.html new file mode 100644 index 0000000..ff7a0f5 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/play-toggle.html @@ -0,0 +1,146 @@ +PlayToggle + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    PlayToggle

    Button to toggle between play and pause

    DEFINED IN: play-toggle.js line number: 7

    EXTENDS: button.js

    Constructor

    PlayToggle( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    handlePause()

    Add the vjs-paused class to the element so it can change appearance

    Defined in https://github.com/videojs/video.js/blob/master/src/js/control-bar/play-toggle.js line number: 58

    [back to top]

    handlePlay()

    Add the vjs-playing class to the element so it can change appearance

    Defined in https://github.com/videojs/video.js/blob/master/src/js/control-bar/play-toggle.js line number: 47

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    createEl( [type], [props], [attributes] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    typeStringnoElement's node type. e.g. 'div'
    propsObjectnoAn object of properties that should be set on the element
    attributesObjectnoAn object of attributes that should be set on the element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 26

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Extend with specific functionality for button

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 74

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/playback-rate-menu-button.html b/lib/video.js-main/docs/legacy-docs/api/playback-rate-menu-button.html new file mode 100644 index 0000000..a875a5f --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/playback-rate-menu-button.html @@ -0,0 +1,146 @@ +PlaybackRateMenuButton + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    PlaybackRateMenuButton

    The component for controlling the playback rate

    DEFINED IN: playback-rate-menu-button.js line number: 10

    EXTENDS: menu-button.js

    Constructor

    PlaybackRateMenuButton( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    updateVisibility()

    Hide playback rate controls when they're no playback rate options to select

    Defined in https://github.com/videojs/video.js/blob/master/src/js/control-bar/playback-rate-menu/playback-rate-menu-button.js line number: 135

    [back to top]

    createItems()

    Create the list of menu items. Specific to each subclass.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 92

    [back to top]

    handleKeyPress( event )

    Handle key press on menu

    Parameters

    nameTypeRequiredDescription
    eventObjectyesKey press event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 151

    [back to top]

    handleSubmenuKeyPress( event )

    Handle key press on submenu

    Parameters

    nameTypeRequiredDescription
    eventObjectyesKey press event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 179

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/playback-rate-menu-item.html b/lib/video.js-main/docs/legacy-docs/api/playback-rate-menu-item.html new file mode 100644 index 0000000..cf00426 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/playback-rate-menu-item.html @@ -0,0 +1,146 @@ +PlaybackRateMenuItem + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    PlaybackRateMenuItem

    The specific menu item type for selecting a playback rate

    DEFINED IN: playback-rate-menu-item.js line number: 7

    EXTENDS: menu-item.js

    Constructor

    PlaybackRateMenuItem( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    createEl( [type], [props] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    typeStringnoDesc
    propsObjectnoDesc

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-item.js line number: 34

    [back to top]

    selected( selected )

    Set this menu item as selected or not

    Parameters

    nameTypeRequiredDescription
    selectedBoolean

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-item.js line number: 59

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Extend with specific functionality for button

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 74

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 102

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/player.html b/lib/video.js-main/docs/legacy-docs/api/player.html new file mode 100644 index 0000000..258099e --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/player.html @@ -0,0 +1,280 @@ +Player + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    Player

    An instance of the Player class is created when any of the Video.js setup methods are used to initialize a video.

    +
    var myPlayer = videojs('example_video_1');

    In the following example, the data-setup attribute tells the Video.js library to create a player instance when the library is ready.

    +

    After an instance has been created it can be accessed globally using Video('example_video_1').

    DEFINED IN: player.js line number: 41

    EXTENDS: component.js

    Constructor

    Player( tag,[options],[ready] )

    Parameters

    nameTypeRequiredDescription
    tagElementyesThe original video tag used for configuring options
    optionsObjectnoObject of option names and values
    readyfunctionnoReady callback function

    Methods

    addRemoteTextTrack( options )

    Add a remote text track

    Parameters

    nameTypeRequiredDescription
    optionsObjectyesOptions for remote text track

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2520

    [back to top]

    addTextTrack( kind, [label], [language] )

    Add a text track +In addition to the W3C settings we allow adding additional info through options. +http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#dom-media-addtexttrack

    Parameters

    nameTypeRequiredDescription
    kindStringyesCaptions, subtitles, chapters, descriptions, or metadata
    labelStringnoOptional label
    languageStringnoOptional language

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2506

    [back to top]

    aspectRatio( [ratio] )

    Get/Set the aspect ratio

    Parameters

    nameTypeRequiredDescription
    ratioStringnoAspect ratio for player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 385

    [back to top]

    autoplay( value )

    Get or set the autoplay attribute.

    Parameters

    nameTypeRequiredDescription
    valueBooleanyesBoolean to determine if video should autoplay

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1980

    [back to top]

    buffered()

    Get a TimeRange object with the times of the video that have been downloaded +If you just want the percent of the video that's been downloaded, +use bufferedPercent.

    +
        // Number of different ranges of time have been buffered. Usually 1.
    +    numberOfRanges = bufferedTimeRange.length,
    +    // Time in seconds when the first range starts. Usually 0.
    +    firstRangeStart = bufferedTimeRange.start(0),
    +    // Time in seconds when the first range ends
    +    firstRangeEnd = bufferedTimeRange.end(0),
    +    // Length in seconds of the first time range
    +    firstRangeLength = firstRangeEnd - firstRangeStart;

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1386

    [back to top]

    bufferedEnd()

    Get the ending time of the last buffered time range +This is used in the progress bar to encapsulate all time ranges.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1429

    [back to top]

    bufferedPercent()

    Get the percent (as a decimal) of the video that's been downloaded

    +
        var howMuchIsDownloaded = myPlayer.bufferedPercent();

    0 means none, 1 means all. +(This method isn't in the HTML5 spec, but it's very convenient)

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1414

    [back to top]

    canPlayType( type )

    Check whether the player can play a given mimetype

    Parameters

    nameTypeRequiredDescription
    typeStringyesThe mimetype to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1680

    [back to top]

    controls( bool )

    Get or set whether or not the controls are showing.

    Parameters

    nameTypeRequiredDescription
    boolBooleanyesSet controls to showing or not

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2073

    [back to top]

    currentSrc()

    Returns the fully qualified URL of the current source value e.g. http://mysite.com/video.mp4 +Can be used in conjuction with currentType to assist in rebuilding the current source object.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1940

    [back to top]

    currentTime( seconds )

    Get or set the current time (in seconds)

    +
        // get
    +    var whereYouAt = myPlayer.currentTime();
    +    // set
    +    myPlayer.currentTime(120); // 2 minutes into the video

    Parameters

    nameTypeRequiredDescription
    secondsNumber|StringyesThe time to seek to

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1296

    [back to top]

    currentType()

    Get the current source type e.g. video/mp4 +This can allow you rebuild the current source object so that you could load the same +source and tech later

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1951

    [back to top]

    dimension( dimension, [value] )

    Get/set dimension for player

    Parameters

    nameTypeRequiredDescription
    dimensionStringyesEither width or height
    valueNumbernoValue for dimension

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 332

    [back to top]

    dispose()

    Destroys the video player and does any necessary cleanup

    +
        myPlayer.dispose();

    This is especially helpful if you are dynamically adding and removing videos +to/from the DOM.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 212

    [back to top]

    duration( seconds )

    Get the length in time of the video in seconds

    +
        var lengthOfVideo = myPlayer.duration();

    NOTE: The video must have started loading before the duration can be +known, and in the case of Flash, may not be known until the video starts +playing.

    Parameters

    nameTypeRequiredDescription
    secondsNumberyesDuration when setting

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1327

    [back to top]

    ended()

    Returns whether or not the player is in the "ended" state.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2204

    [back to top]

    enterFullWindow()

    When fullscreen isn't supported we can stretch the video container to as wide as the browser will let us.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1621

    [back to top]

    error( err )

    Set or get the current MediaError

    Parameters

    nameTypeRequiredDescription
    err*yesA MediaError or a String/Number to be turned into a MediaError

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2163

    [back to top]

    exitFullscreen()

    Return the video to its normal size after having been in full screen mode

    +
        myPlayer.exitFullscreen();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1595

    [back to top]

    fluid( bool )

    Add/remove the vjs-fluid class

    Parameters

    nameTypeRequiredDescription
    boolBooleanyesValue of true adds the class, value of false removes the class

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 365

    [back to top]

    fullWindowOnEscKey( event )

    Check for call to either exit full window or full screen on ESC key

    Parameters

    nameTypeRequiredDescription
    eventStringyesEvent to check for key press

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1644

    [back to top]

    static getTagSettings( tag )

    Gets tag settings

    Parameters

    nameTypeRequiredDescription
    tagElementyesThe player tag

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2657

    [back to top]

    height( [value] )

    Get/set player height

    Parameters

    nameTypeRequiredDescription
    valueNumbernoValue for height

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 321

    [back to top]

    init( tag, [options], [ready] )

    player's constructor function

    Parameters

    nameTypeRequiredDescription
    tagElementyesThe original video tag used for configuring options
    optionsObjectnoPlayer options
    readyfunctionnoReady callback function

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 62

    [back to top]

    isFullscreen( [isFS] )

    Check if the player is in fullscreen mode

    +
        // get
    +    var fullscreenOrNot = myPlayer.isFullscreen();
    +    // set
    +    myPlayer.isFullscreen(true); // tell the player it's in fullscreen

    NOTE: As of the latest HTML5 spec, isFullscreen is no longer an official +property and instead document.fullscreenElement is used. But isFullscreen is +still a valuable property for internal player workings.

    Parameters

    nameTypeRequiredDescription
    isFSBooleannoUpdate the player's fullscreen state

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1514

    [back to top]

    language( code )

    The player's language code +NOTE: The language should be set in the player options if you want the +the controls to be built with a specific language. Changing the lanugage +later will not update controls text.

    Parameters

    nameTypeRequiredDescription
    codeStringyesThe locale string

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2569

    [back to top]

    languages()

    Get the player's language dictionary +Merge every time, because a newly added plugin might call videojs.addLanguage() at any time +Languages specified directly in the player options have precedence

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2589

    [back to top]

    loop( value )

    Get or set the loop attribute on the video element.

    Parameters

    nameTypeRequiredDescription
    valueBooleanyesBoolean to determine if video should loop

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1997

    [back to top]

    muted( [muted] )

    Get the current muted state, or turn mute on or off

    +
        // get
    +    var isVolumeMuted = myPlayer.muted();
    +    // set
    +    myPlayer.muted(true); // mute the volume

    Parameters

    nameTypeRequiredDescription
    mutedBooleannoTrue to mute, false to unmute

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1480

    [back to top]

    networkState()

    Returns the current state of network activity for the element, from +the codes in the list below.

    +
      +
    • NETWORK_EMPTY (numeric value 0) +The element has not yet been initialised. All attributes are in +their initial states.
    • +
    • NETWORK_IDLE (numeric value 1) +The element's resource selection algorithm is active and has +selected a resource, but it is not actually using the network at +this time.
    • +
    • NETWORK_LOADING (numeric value 2) +The user agent is actively trying to download data.
    • +
    • NETWORK_NO_SOURCE (numeric value 3) +The element's resource selection algorithm is active, but it has +not yet found a resource to use.
    • +

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2414

    [back to top]

    paused()

    Check if the player is paused

    +
        var isPaused = myPlayer.paused();
    +    var isPlaying = !myPlayer.paused();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1256

    [back to top]

    playbackRate( rate )

    Gets or sets the current playback rate. A playback rate of +1.0 represents normal speed and 0.5 would indicate half-speed +playback, for instance.

    Parameters

    nameTypeRequiredDescription
    rateNumberyesNew playback rate to set.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2372

    [back to top]

    poster( [src] )

    Get or set the poster image source url

    +
    EXAMPLE:
        // get
    +    var currentPoster = myPlayer.poster();
    +    // set
    +    myPlayer.poster('http://example.com/myImage.jpg');

    Parameters

    nameTypeRequiredDescription
    srcStringnoPoster image source URL

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2014

    [back to top]

    preload( value )

    Get or set the preload attribute

    Parameters

    nameTypeRequiredDescription
    valueBooleanyesBoolean to determine if preload should be used

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1963

    [back to top]

    readyState()

    Returns a value that expresses the current state of the element +with respect to rendering the current playback position, from the +codes in the list below.

    +
      +
    • HAVE_NOTHING (numeric value 0) +No information regarding the media resource is available.
    • +
    • HAVE_METADATA (numeric value 1) +Enough of the resource has been obtained that the duration of the +resource is available.
    • +
    • HAVE_CURRENT_DATA (numeric value 2) +Data for the immediate current playback position is available.
    • +
    • HAVE_FUTURE_DATA (numeric value 3) +Data for the immediate current playback position is available, as +well as enough data for the user agent to advance the current +playback position in the direction of playback.
    • +
    • HAVE_ENOUGH_DATA (numeric value 4) +The user agent estimates that enough data is available for +playback to proceed uninterrupted.
    • +

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2438

    [back to top]

    remainingTime()

    Calculates how much time is left.

    +
        var timeLeft = myPlayer.remainingTime();

    Not a native video element function, but useful

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1368

    [back to top]

    remoteTextTrackEls()

    Get an array of remote html track elements

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2496

    [back to top]

    removeRemoteTextTrack( track )

    Remove a remote text track

    Parameters

    nameTypeRequiredDescription
    trackObjectyesRemote text track to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2530

    [back to top]

    reportUserActivity( event )

    Report user activity

    Parameters

    nameTypeRequiredDescription
    eventObjectyesEvent object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2229

    [back to top]

    requestFullscreen()

    Increase the size of the video to full screen

    +
        myPlayer.requestFullscreen();

    In some browsers, full screen is not supported natively, so it enters +"full window mode", where the video fills the browser window. +In browsers and devices that support native full screen, sometimes the +browser's default controls will be shown, and not the Video.js custom skin. +This includes most mobile devices (iOS, Android) and older versions of +Safari.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1539

    [back to top]

    reset()

    Reset the player. Loads the first tech in the techOrder, +and calls reset on the tech`.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1927

    [back to top]

    scrubbing( isScrubbing )

    Returns whether or not the user is "scrubbing". Scrubbing is when the user +has clicked the progress bar handle and is dragging it along the progress bar.

    Parameters

    nameTypeRequiredDescription
    isScrubbingBooleanyesTrue/false the user is scrubbing

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1271

    [back to top]

    seekable()

    Returns the TimeRanges of the media that are currently available +for seeking to.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2220

    [back to top]

    seeking()

    Returns whether or not the player is in the "seeking" state.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2212

    [back to top]

    selectSource( sources )

    Select source based on tech-order or source-order +Uses source-order selection if options.sourceOrder is truthy. Otherwise, +defaults to tech-order selection

    Parameters

    nameTypeRequiredDescription
    sourcesArrayyesThe sources for a media asset

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1720

    [back to top]

    src( source )

    The source function updates the video source +There are three types of variables you can pass as the argument. +URL String: A URL to the the video file. Use this method if you are sure +the current playback technology (HTML5/Flash) can support the source you +provide. Currently only MP4 files can be used in both HTML5 and Flash.

    +
        myPlayer.src("http://www.example.com/path/to/video.mp4");

    *Source Object (or element): * A javascript object containing information +about the source file. Use this method if you want the player to determine if +it can support the file using the type information.

    +
        myPlayer.src({ type: "video/mp4", src: "http://www.example.com/path/to/video.mp4" });

    *Array of Source Objects: * To provide multiple versions of the source so +that it can be played using HTML5 across browsers you can use an array of +source objects. Video.js will detect which version is supported and load that +file.

    +
        myPlayer.src([
    +      { type: "video/mp4", src: "http://www.example.com/path/to/video.mp4" },
    +      { type: "video/webm", src: "http://www.example.com/path/to/video.webm" },
    +      { type: "video/ogg", src: "http://www.example.com/path/to/video.ogv" }
    +    ]);

    Parameters

    nameTypeRequiredDescription
    sourceString|Object|ArrayyesThe source URL, object, or array of sources

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1792

    [back to top]

    supportsFullScreen()

    Check to see if fullscreen is supported

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1504

    [back to top]

    tech( )

    Return a reference to the current tech. +It will only return a reference to the tech if given an object with the +IWillNotUseThisInPlugins property on it. This is try and prevent misuse +of techs by plugins.

    Parameters

    nameTypeRequiredDescription
    undefinedObject

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 616

    [back to top]

    textTracks()

    Get an array of associated text tracks. captions, subtitles, chapters, descriptions +http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#dom-media-texttracks

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2473

    [back to top]

    updateStyleEl_()

    Update styles of the player element (height, width and aspect ratio)

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 410

    [back to top]

    userActive( bool )

    Get/set if user is active

    Parameters

    nameTypeRequiredDescription
    boolBooleanyesValue when setting

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2239

    [back to top]

    volume( percentAsDecimal )

    Get or set the current volume of the media

    +
        // get
    +    var howLoudIsIt = myPlayer.volume();
    +    // set
    +    myPlayer.volume(0.5); // Set volume to half

    0 is off (muted), 1.0 is all the way up, 0.5 is half way.

    Parameters

    nameTypeRequiredDescription
    percentAsDecimalNumberyesThe new volume as a decimal percent

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 1448

    [back to top]

    width( [value] )

    Get/set player width

    Parameters

    nameTypeRequiredDescription
    valueNumbernoValue for width

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 310

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    Events

    loadeddata

    Fired when the player has downloaded data at the current playback position

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2771

    [back to top]

    loadedmetadata

    Fired when the player has initial duration and dimension information

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2764

    [back to top]

    timeupdate

    Fired when the current playback position has changed * +During playback this is fired every 15-250 milliseconds, depending on the +playback technology in use.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2792

    [back to top]

    useractive

    Fired when the user is active, e.g. moves the mouse over the player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2778

    [back to top]

    userinactive

    Fired when the user is inactive, e.g. a short delay after the last mouse move or control interaction

    Defined in https://github.com/videojs/video.js/blob/master/src/js/player.js line number: 2785

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/popup-button.html b/lib/video.js-main/docs/legacy-docs/api/popup-button.html new file mode 100644 index 0000000..6ce5a57 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/popup-button.html @@ -0,0 +1,146 @@ +PopupButton + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    PopupButton

    A button class with a popup control

    DEFINED IN: popup-button.js line number: 11

    EXTENDS: clickable-component.js

    Constructor

    PopupButton( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    buildCSSClass()

    Allow sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/popup/popup-button.js line number: 69

    [back to top]

    createPopup()

    Create popup - Override with specific functionality for component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/popup/popup-button.js line number: 49

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this clickable-component

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 112

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleClick()

    Handle Click - Override with specific functionality for component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 132

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Trigger click when Space or Enter key is pressed

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 148

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/popup.html b/lib/video.js-main/docs/legacy-docs/api/popup.html new file mode 100644 index 0000000..90306b0 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/popup.html @@ -0,0 +1,160 @@ +Popup + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    Popup

    The Popup component is used to build pop up controls.

    DEFINED IN: popup.js line number: 9

    EXTENDS: component.js

    Constructor

    Popup()

    Methods

    addItem( component )

    Add a popup item to the popup

    Parameters

    nameTypeRequiredDescription
    componentObject|StringyesComponent or component type to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/popup/popup.js line number: 17

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/poster-image.html b/lib/video.js-main/docs/legacy-docs/api/poster-image.html new file mode 100644 index 0000000..b993e93 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/poster-image.html @@ -0,0 +1,146 @@ +PosterImage + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    PosterImage

    The component that handles showing the poster image.

    DEFINED IN: poster-image.js line number: 10

    EXTENDS: button.js

    Constructor

    PosterImage( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    handleClick()

    Event handler for clicks on the poster image

    Defined in https://github.com/videojs/video.js/blob/master/src/js/poster-image.js line number: 103

    [back to top]

    setSrc( url )

    Set the poster source depending on the display method

    Parameters

    nameTypeRequiredDescription
    urlStringyesThe URL to the poster source

    Defined in https://github.com/videojs/video.js/blob/master/src/js/poster-image.js line number: 82

    [back to top]

    update()

    Event handler for updates to the player's poster source

    Defined in https://github.com/videojs/video.js/blob/master/src/js/poster-image.js line number: 63

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Extend with specific functionality for button

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 74

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 102

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/progress-control.html b/lib/video.js-main/docs/legacy-docs/api/progress-control.html new file mode 100644 index 0000000..67e5063 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/progress-control.html @@ -0,0 +1,161 @@ +ProgressControl + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    ProgressControl

    The Progress Control component contains the seek bar, load progress, +and play progress

    DEFINED IN: progress-control.js line number: 8

    EXTENDS: component.js

    Constructor

    ProgressControl( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/remaining-time-display.html b/lib/video.js-main/docs/legacy-docs/api/remaining-time-display.html new file mode 100644 index 0000000..b131ffd --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/remaining-time-display.html @@ -0,0 +1,160 @@ +RemainingTimeDisplay + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    RemainingTimeDisplay

    Displays the time left in the video

    DEFINED IN: remaining-time-display.js line number: 8

    EXTENDS: component.js

    Constructor

    RemainingTimeDisplay( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/seek-bar.html b/lib/video.js-main/docs/legacy-docs/api/seek-bar.html new file mode 100644 index 0000000..2eef907 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/seek-bar.html @@ -0,0 +1,161 @@ +SeekBar + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    SeekBar

    Seek Bar and holder for the progress bars

    DEFINED IN: seek-bar.js line number: 12

    EXTENDS: slider.js

    Constructor

    SeekBar( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    calculateDistance( event )

    Calculate distance for slider

    Parameters

    nameTypeRequiredDescription
    eventObjectyesEvent object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 149

    [back to top]

    handleClick( event )

    Listener for click events on slider, used to prevent clicks + from bubbling up to parent elements like button menus.

    Parameters

    nameTypeRequiredDescription
    eventObjectyesEvent object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 197

    [back to top]

    handleKeyPress( event )

    Handle key press for slider

    Parameters

    nameTypeRequiredDescription
    eventObjectyesEvent object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 172

    [back to top]

    vertical( bool )

    Get/set if slider is horizontal for vertical

    Parameters

    nameTypeRequiredDescription
    boolBooleanyesTrue if slider is vertical, false is horizontal

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 209

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/seekhandle.html b/lib/video.js-main/docs/legacy-docs/api/seekhandle.html new file mode 100644 index 0000000..142aec3 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/seekhandle.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/api/slider.html b/lib/video.js-main/docs/legacy-docs/api/slider.html new file mode 100644 index 0000000..05372b6 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/slider.html @@ -0,0 +1,161 @@ +Slider + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    Slider

    The base functionality for sliders like the volume bar and seek bar

    DEFINED IN: slider.js line number: 9

    EXTENDS: component.js

    Constructor

    Slider( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    calculateDistance( event )

    Calculate distance for slider

    Parameters

    nameTypeRequiredDescription
    eventObjectyesEvent object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 149

    [back to top]

    createEl( type, [props] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    typeStringyesType of element to create
    propsObjectnoList of properties in Object form

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 38

    [back to top]

    handleClick( event )

    Listener for click events on slider, used to prevent clicks + from bubbling up to parent elements like button menus.

    Parameters

    nameTypeRequiredDescription
    eventObjectyesEvent object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 197

    [back to top]

    handleKeyPress( event )

    Handle key press for slider

    Parameters

    nameTypeRequiredDescription
    eventObjectyesEvent object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 172

    [back to top]

    handleMouseDown( event )

    Handle mouse down on slider

    Parameters

    nameTypeRequiredDescription
    eventObjectyesMouse down event object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 64

    [back to top]

    vertical( bool )

    Get/set if slider is horizontal for vertical

    Parameters

    nameTypeRequiredDescription
    boolBooleanyesTrue if slider is vertical, false is horizontal

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 209

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/spacer.html b/lib/video.js-main/docs/legacy-docs/api/spacer.html new file mode 100644 index 0000000..8712eb6 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/spacer.html @@ -0,0 +1,161 @@ +Spacer + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    Spacer

    Just an empty spacer element that can be used as an append point for plugins, etc. +Also can be used to create space between elements when necessary.

    DEFINED IN: spacer.js line number: 6

    EXTENDS: component.js

    Constructor

    Spacer()

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/subtitles-button.html b/lib/video.js-main/docs/legacy-docs/api/subtitles-button.html new file mode 100644 index 0000000..d413906 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/subtitles-button.html @@ -0,0 +1,150 @@ +SubtitlesButton + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    SubtitlesButton

    The button component for toggling and selecting subtitles

    DEFINED IN: subtitles-button.js line number: 7

    EXTENDS: text-track-button.js

    Constructor

    SubtitlesButton( player,[options],[ready] )

    Parameters

    nameTypeRequiredDescription
    playerObjectyesPlayer object
    optionsObjectnoObject of option names and values
    readyfunctionnoReady callback function

    Methods

    createItems()

    Create the list of menu items. Specific to each subclass.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 92

    [back to top]

    handleClick()

    When you click the button it adds focus, which +will show the menu indefinitely. +So we'll remove focus when the mouse leaves the button. +Focus is needed for tab navigation. +Allow sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 130

    [back to top]

    handleKeyPress( event )

    Handle key press on menu

    Parameters

    nameTypeRequiredDescription
    eventObjectyesKey press event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 151

    [back to top]

    handleSubmenuKeyPress( event )

    Handle key press on submenu

    Parameters

    nameTypeRequiredDescription
    eventObjectyesKey press event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-button.js line number: 179

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/subtitlestrack.html b/lib/video.js-main/docs/legacy-docs/api/subtitlestrack.html new file mode 100644 index 0000000..142aec3 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/subtitlestrack.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/api/tech.html b/lib/video.js-main/docs/legacy-docs/api/tech.html new file mode 100644 index 0000000..6615856 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/tech.html @@ -0,0 +1,170 @@ +Tech + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    Tech

    Base class for media (HTML5 Video, Flash) controllers

    DEFINED IN: tech.js line number: 21

    EXTENDS: component.js

    Constructor

    Tech( [options],[ready] )

    Parameters

    nameTypeRequiredDescription
    optionsObjectnoOptions object
    readyfunctionnoReady callback function

    Methods

    addRemoteTextTrack( options )

    Creates a remote text track object and returns a emulated html track element

    Parameters

    nameTypeRequiredDescription
    optionsObjectyesThe object should contain values for +kind, language, label and src (location of the WebVTT file)

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 412

    [back to top]

    addTextTrack( kind, [label], [language] )

    Creates and returns a remote text track object

    Parameters

    nameTypeRequiredDescription
    kindStringyesText track kind (subtitles, captions, descriptions + chapters and metadata)
    labelStringnoLabel to identify the text track
    languageStringnoTwo letter language abbreviation

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 394

    [back to top]

    buffered()

    Create and get TimeRange object for buffering

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 136

    [back to top]

    dispose()

    Turn off any manual progress or timeupdate tracking

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 215

    [back to top]

    error( [err] )

    When invoked without an argument, returns a MediaError object +representing the current error state of the player or null if +there is no error. When invoked with an argument, set the current +error state of the player.

    Parameters

    nameTypeRequiredDescription
    errMediaErrornoOptional an error object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 246

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 509

    [back to top]

    initTextTrackListeners()

    Initialize texttrack listeners

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 293

    [back to top]

    manualTimeUpdatesOff()

    Remove event listeners for on play and pause and tracking current time

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 178

    [back to top]

    manualTimeUpdatesOn()

    Set event listeners for on play and pause and tracking current time

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 166

    [back to top]

    played()

    Return the time ranges that have been played through for the +current source. This implementation is incomplete. It does not +track the played time ranges, only whether the source has played +at all or not.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 267

    [back to top]

    static registerComponent( name, tech )

    Registers a Tech

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the Tech to register
    techObjectyesThe tech to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 488

    [back to top]

    removeRemoteTextTrack( track )

    Remove remote texttrack

    Parameters

    nameTypeRequiredDescription
    trackTextTrackObjectyesTexttrack to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 437

    [back to top]

    reset()

    Reset the tech. Removes all sources and resets readyState.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 239

    [back to top]

    setPoster()

    Provide a default setPoster method for techs +Poster support for techs should be optional, so we don't want techs to +break if they don't have a way to set a poster.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 453

    [back to top]

    stopTrackingCurrentTime()

    Turn off play progress tracking (when paused or dragging)

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 202

    [back to top]

    stopTrackingProgress()

    Stops tracking progress by clearing progress interval

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tech/tech.js line number: 156

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    createEl( [tagName], [properties], [attributes] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    tagNameStringnoElement's node type. e.g. 'div'
    propertiesObjectnoAn object of properties that should be set
    attributesObjectnoAn object of attributes that should be set

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 208

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/text-track-button.html b/lib/video.js-main/docs/legacy-docs/api/text-track-button.html new file mode 100644 index 0000000..7bb0caf --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/text-track-button.html @@ -0,0 +1,10 @@ +TextTrackButton + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    TextTrackButton

    The base class for buttons that toggle specific text track types (e.g. subtitles)

    DEFINED IN: text-track-button.js line number: 10

    EXTENDS: menu-button.js

    Constructor

    TextTrackButton( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject
    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/text-track-display.html b/lib/video.js-main/docs/legacy-docs/api/text-track-display.html new file mode 100644 index 0000000..1d2cfc3 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/text-track-display.html @@ -0,0 +1,161 @@ +TextTrackDisplay + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    TextTrackDisplay

    The component for displaying text track cues

    DEFINED IN: text-track-display.js line number: 27

    EXTENDS: component.js

    Constructor

    TextTrackDisplay( player,[options],[ready] )

    Parameters

    nameTypeRequiredDescription
    playerObjectyesMain Player
    optionsObjectnoObject of option names and values
    readyfunctionnoReady callback function

    Methods

    constructColor( color, opacity )

    Add cue HTML to display

    Parameters

    nameTypeRequiredDescription
    colorNumberyesHex number for color, like #f0e
    opacityNumberyesValue for opacity,0.0 - 1.0

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tracks/text-track-display.js line number: 207

    [back to top]

    tryUpdateStyle( el, style, rule )

    Try to update style +Some style changes will throw an error, particularly in IE8. Those should be noops.

    Parameters

    nameTypeRequiredDescription
    elElementyesThe element to be styles
    styleCSSPropertyyesThe CSS property to be styled
    ruleCSSStyleyesThe actual style to be applied to the property

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tracks/text-track-display.js line number: 224

    [back to top]

    updateForTrack( track )

    Add texttrack to texttrack list

    Parameters

    nameTypeRequiredDescription
    trackTextTrackObjectyesTexttrack object to be added to list

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tracks/text-track-display.js line number: 122

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/text-track-menu-item.html b/lib/video.js-main/docs/legacy-docs/api/text-track-menu-item.html new file mode 100644 index 0000000..b928063 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/text-track-menu-item.html @@ -0,0 +1,146 @@ +TextTrackMenuItem + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    TextTrackMenuItem

    The specific menu item type for selecting a language within a text track kind

    DEFINED IN: text-track-menu-item.js line number: 10

    EXTENDS: menu-item.js

    Constructor

    TextTrackMenuItem( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    createEl( [type], [props] )

    Create the component's DOM element

    Parameters

    nameTypeRequiredDescription
    typeStringnoDesc
    propsObjectnoDesc

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-item.js line number: 34

    [back to top]

    selected( selected )

    Set this menu item as selected or not

    Parameters

    nameTypeRequiredDescription
    selectedBoolean

    Defined in https://github.com/videojs/video.js/blob/master/src/js/menu/menu-item.js line number: 59

    [back to top]

    addChild( child, [options] ) (deprecated)

    Adds a child component inside this button

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 57

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Extend with specific functionality for button

    Defined in https://github.com/videojs/video.js/blob/master/src/js/button.js line number: 74

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 102

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/text-track-settings.html b/lib/video.js-main/docs/legacy-docs/api/text-track-settings.html new file mode 100644 index 0000000..ad5f873 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/text-track-settings.html @@ -0,0 +1,178 @@ +TextTrackSettings + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    TextTrackSettings

    Manipulate settings of texttracks

    DEFINED IN: text-track-settings.js line number: 11

    EXTENDS: component.js

    Constructor

    TextTrackSettings( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerObjectyesMain Player
    optionsObjectnoObject of option names and values

    Methods

    getValues()

    Get texttrack settings +Settings are +.vjs-edge-style +.vjs-font-family +.vjs-fg-color +.vjs-text-opacity +.vjs-bg-color +.vjs-bg-opacity +.window-color +.vjs-window-opacity

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tracks/text-track-settings.js line number: 76

    [back to top]

    setValues( values )

    Set texttrack settings +Settings are +.vjs-edge-style +.vjs-font-family +.vjs-fg-color +.vjs-text-opacity +.vjs-bg-color +.vjs-bg-opacity +.window-color +.vjs-window-opacity

    Parameters

    nameTypeRequiredDescription
    valuesObjectyesObject with texttrack setting values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/tracks/text-track-settings.js line number: 121

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/texttrack.html b/lib/video.js-main/docs/legacy-docs/api/texttrack.html new file mode 100644 index 0000000..df7cfc0 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/texttrack.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/api/time-divider.html b/lib/video.js-main/docs/legacy-docs/api/time-divider.html new file mode 100644 index 0000000..e6f5120 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/time-divider.html @@ -0,0 +1,161 @@ +TimeDivider + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    TimeDivider

    The separator between the current time and duration. +Can be hidden if it's not needed in the design.

    DEFINED IN: time-divider.js line number: 6

    EXTENDS: component.js

    Constructor

    TimeDivider( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/video.html b/lib/video.js-main/docs/legacy-docs/api/video.html new file mode 100644 index 0000000..6249ec4 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/video.html @@ -0,0 +1,286 @@ +videojs + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    videojs

    Doubles as the main function for users to create a player instance and also +the main library object. +The videojs function can be used to initialize or retrieve a player.

    +
        var myPlayer = videojs('my_video_id');

    DEFINED IN: video.js line number: 40

    EXTENDS: component.js

    Methods

    addClass( element, classToAdd )

    Add a CSS class name to an element

    Parameters

    nameTypeRequiredDescription
    elementElementyesElement to add class name to
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 586

    [back to top]

    addLanguage( code, data )

    Adding languages so that they're available to all players.

    +
        videojs.addLanguage('es', { 'Hello': 'Hola' });

    Parameters

    nameTypeRequiredDescription
    codeStringyesThe language code or dictionary property
    dataObjectyesThe data values to be translated

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 403

    [back to top]

    appendContent( el, content )

    Normalizes and appends content to an element.

    +

    The content for an element can be passed in multiple types and +combinations, whose behavior is as follows:

    +
      +
    • String +Normalized into a text node.

      +
    • +
    • Element, TextNode +Passed through.

      +
    • +
    • Array +A one-dimensional array of strings, elements, nodes, or functions (which +return single strings, elements, or nodes).

      +
    • +
    • Function +If the sole argument, is expected to produce a string, element, +node, or array.

      +
    • +

    Parameters

    nameTypeRequiredDescription
    elElement
    contentString|Element|TextNode|Array|function

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 648

    [back to top]

    createEl( [tagName], [properties], [attributes] )

    Creates an element and applies properties.

    Parameters

    nameTypeRequiredDescription
    tagNameStringnoName of tag to be created.
    propertiesObjectnoElement properties to be applied.
    attributesObjectnoElement attributes to be applied.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 566

    [back to top]

    createTimeRange( start, end )

    Creates an emulated TimeRange object.

    Parameters

    nameTypeRequiredDescription
    startNumber|ArrayyesStart time in seconds or an array of ranges
    endNumberyesEnd time in seconds

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 427

    [back to top]

    emptyEl( el )

    Empties the contents of an element.

    Parameters

    nameTypeRequiredDescription
    elElement

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 639

    [back to top]

    extend( The, An )

    Subclass an existing class +Mimics ES6 subclassing with the extend keyword

    +
        // Create a basic javascript 'class'
    +    function MyClass(name){
    +      // Set a property at initialization
    +      this.myName = name;
    +    }
    +    // Create an instance method
    +    MyClass.prototype.sayMyName = function(){
    +      alert(this.myName);
    +    };
    +    // Subclass the exisitng class and change the name
    +    // when initializing
    +    var MySubClass = videojs.extend(MyClass, {
    +      constructor: function(name) {
    +        // Call the super class constructor for the subclass
    +        MyClass.call(this, name)
    +      }
    +    });
    +    // Create an instance of the new sub class
    +    var myInstance = new MySubClass('John');
    +    myInstance.sayMyName(); // -> should alert "John"

    Parameters

    nameTypeRequiredDescription
    ThefunctionyesClass to subclass
    AnObjectyesobject including instace methods for the new class + Optionally including a constructor function

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 269

    [back to top]

    formatTime( seconds, guide )

    Format seconds as a time string, H:MM:SS or M:SS +Supplying a guide (in seconds) will force a number of leading zeros +to cover the length of the guide

    Parameters

    nameTypeRequiredDescription
    secondsNumberyesNumber of seconds to be turned into a string
    guideNumberyesNumber (in seconds) to model the string after

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 437

    [back to top]

    getAttributes( tag )

    Get an element's attribute values, as defined on the HTML tag +Attributes are not the same as properties. They're defined on the tag +or with setAttribute (which shouldn't be used with HTML) +This will return true or false for boolean attributes.

    Parameters

    nameTypeRequiredDescription
    tagElementyesElement from which to get tag attributes

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 627

    [back to top]

    getComponent()

    Get a component class object by name

    +
        var VjsButton = videojs.getComponent('Button');
    +    // Create a new instance of the component
    +    var myButton = new VjsButton(myPlayer);

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 166

    [back to top]

    getPlayers()

    Get an object with the currently created players, keyed by player ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 143

    [back to top]

    hasClass( element, classToCheck )

    Check if an element has a CSS class

    Parameters

    nameTypeRequiredDescription
    elementElementyesElement to check
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 577

    [back to top]

    insertContent( el, content )

    Normalizes and inserts content into an element; this is identical to +appendContent(), except it empties the element first.

    +

    The content for an element can be passed in multiple types and +combinations, whose behavior is as follows:

    +
      +
    • String +Normalized into a text node.

      +
    • +
    • Element, TextNode +Passed through.

      +
    • +
    • Array +A one-dimensional array of strings, elements, nodes, or functions (which +return single strings, elements, or nodes).

      +
    • +
    • Function +If the sole argument, is expected to produce a string, element, +node, or array.

      +
    • +

    Parameters

    nameTypeRequiredDescription
    elElement
    contentString|Element|TextNode|Array|function

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 675

    [back to top]

    isCrossOrigin( url )

    Returns whether the url passed is a cross domain request or not.

    Parameters

    nameTypeRequiredDescription
    urlStringyesThe url to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 458

    [back to top]

    isEl( value )

    Determines, via duck typing, whether or not a value is a DOM element.

    Parameters

    nameTypeRequiredDescription
    valueMixed

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 548

    [back to top]

    isTextNode( value )

    Determines, via duck typing, whether or not a value is a text node.

    Parameters

    nameTypeRequiredDescription
    valueMixed

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 557

    [back to top]

    mergeOptions( defaults, overrides, etc )

    Merge two options objects recursively +Performs a deep merge like lodash.merge but only merges plain objects +(not arrays, elements, anything else) +Other values will be copied directly from the second object.

    +
        var defaultOptions = {
    +      foo: true,
    +      bar: {
    +        a: true,
    +        b: [1,2,3]
    +      }
    +    };
    +    var newOptions = {
    +      foo: false,
    +      bar: {
    +        b: [4,5,6]
    +      }
    +    };
    +    var result = videojs.mergeOptions(defaultOptions, newOptions);
    +    // result.foo = false;
    +    // result.bar.a = true;
    +    // result.bar.b = [4,5,6];

    Parameters

    nameTypeRequiredDescription
    defaultsObjectyesThe options object whose values will be overriden
    overridesObjectyesThe options object with values to override the first
    etcObjectyesAny number of additional options objects

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 304

    [back to top]

    off( elem, type, fn )

    Removes event listeners from an element

    Parameters

    nameTypeRequiredDescription
    elemElement|ObjectyesObject to remove listeners from
    typeString|ArrayyesType of listener to remove. Don't include to remove all events from element.
    fnfunctionyesSpecific listener to remove. Don't include to remove listeners for an event type.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 497

    [back to top]

    on( elem, type, fn )

    Add an event listener to element +It stores the handler function in a separate cache object +and adds a generic handler to the element's event, +along with a unique id (guid) to the element.

    Parameters

    nameTypeRequiredDescription
    elemElement|ObjectyesElement or object to bind listeners to
    typeString|ArrayyesType of event to bind to.
    fnfunctionyesEvent listener.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 474

    [back to top]

    one( elem, type, fn )

    Trigger a listener only once for an event

    Parameters

    nameTypeRequiredDescription
    elemElement|ObjectyesElement or object to
    typeString|ArrayyesName/type of event
    fnfunctionyesEvent handler function

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 487

    [back to top]

    parseUrl( url )

    Resolve and parse the elements of a URL

    Parameters

    nameTypeRequiredDescription
    urlStringyesThe url to parse

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 449

    [back to top]

    plugin( name, fn )

    Create a Video.js player plugin +Plugins are only initialized when options for the plugin are included +in the player options, or the plugin function on the player instance is +called. +See the plugin guide in the docs for a more detailed example

    +
        // Make a plugin that alerts when the player plays
    +    videojs.plugin('myPlugin', function(myPluginOptions) {
    +      myPluginOptions = myPluginOptions || {};
    +
    +      var player = this;
    +      var alertText = myPluginOptions.text || 'Player is playing!'
    +
    +      player.on('play', function(){
    +        alert(alertText);
    +      });
    +    });
    +    // USAGE EXAMPLES
    +    // EXAMPLE 1: New player with plugin options, call plugin immediately
    +    var player1 = videojs('idOne', {
    +      myPlugin: {
    +        text: 'Custom text!'
    +      }
    +    });
    +    // Click play
    +    // --> Should alert 'Custom text!'
    +    // EXAMPLE 3: New player, initialize plugin later
    +    var player3 = videojs('idThree');
    +    // Click play
    +    // --> NO ALERT
    +    // Click pause
    +    // Initialize plugin using the plugin function on the player instance
    +    player3.myPlugin({
    +      text: 'Plugin added later!'
    +    });
    +    // Click play
    +    // --> Should alert 'Plugin added later!'

    Parameters

    nameTypeRequiredDescription
    nameStringyesThe plugin name
    fnfunctionyesThe plugin function that will be called with options

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 356

    [back to top]

    registerComponent( The, The )

    Register a component so it can referred to by name +Used when adding to other +components, either through addChild +component.addChild('myComponent') +or through default children options +{ children: ['myComponent'] }.

    +
        // Get a component to subclass
    +    var VjsButton = videojs.getComponent('Button');
    +    // Subclass the component (see 'extend' doc for more info)
    +    var MySpecialButton = videojs.extend(VjsButton, {});
    +    // Register the new component
    +    VjsButton.registerComponent('MySepcialButton', MySepcialButton);
    +    // (optionally) add the new component as a default player child
    +    myPlayer.addChild('MySepcialButton');

    NOTE: You could also just initialize the component before adding. +component.addChild(new MyComponent());

    Parameters

    nameTypeRequiredDescription
    TheStringyesclass name of the component
    TheComponentyescomponent class

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 180

    [back to top]

    registerTech( The, The )

    Register a Tech so it can referred to by name. +This is used in the tech order for the player.

    +
        // get the Html5 Tech
    +    var Html5 = videojs.getTech('Html5');
    +    var MyTech = videojs.extend(Html5, {});
    +    // Register the new Tech
    +    VjsButton.registerTech('Tech', MyTech);
    +    var player = videojs('myplayer', {
    +      techOrder: ['myTech', 'html5']
    +    });

    Parameters

    nameTypeRequiredDescription
    TheStringyesclass name of the tech
    TheTechyestech class

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 228

    [back to top]

    removeClass( element, classToRemove )

    Remove a CSS class name from an element

    Parameters

    nameTypeRequiredDescription
    elementElementyesElement to remove from class name
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 595

    [back to top]

    setAttributes( el, [attributes] )

    Apply attributes to an HTML element.

    Parameters

    nameTypeRequiredDescription
    elElementyesTarget element.
    attributesObjectnoElement attributes to be applied.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 618

    [back to top]

    toggleElClass( element, classToToggle, [predicate] )

    Adds or removes a CSS class name on an element depending on an optional +condition or the presence/absence of the class name.

    Parameters

    nameTypeRequiredDescription
    elementElement
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 604

    [back to top]

    trigger( elem, event, [hash] )

    Trigger an event for an element

    Parameters

    nameTypeRequiredDescription
    elemElement|ObjectyesElement to trigger an event on
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 507

    [back to top]

    videojs( id, [options], [ready] )

    Doubles as the main function for users to create a player instance and also +the main library object. +The videojs function can be used to initialize or retrieve a player.

    +
        var myPlayer = videojs('my_video_id');

    Parameters

    nameTypeRequiredDescription
    idString|ElementyesVideo element or video element ID
    optionsObjectnoOptional options object for config/settings
    readyfunctionnoOptional ready callback

    Defined in https://github.com/videojs/video.js/blob/master/src/js/video.js line number: 40

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/volume-bar.html b/lib/video.js-main/docs/legacy-docs/api/volume-bar.html new file mode 100644 index 0000000..c70f41d --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/volume-bar.html @@ -0,0 +1,161 @@ +VolumeBar + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    VolumeBar

    The bar that contains the volume level and can be clicked on to adjust the level

    DEFINED IN: volume-bar.js line number: 11

    EXTENDS: slider.js

    Constructor

    VolumeBar( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    calculateDistance( event )

    Calculate distance for slider

    Parameters

    nameTypeRequiredDescription
    eventObjectyesEvent object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 149

    [back to top]

    handleClick( event )

    Listener for click events on slider, used to prevent clicks + from bubbling up to parent elements like button menus.

    Parameters

    nameTypeRequiredDescription
    eventObjectyesEvent object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 197

    [back to top]

    handleKeyPress( event )

    Handle key press for slider

    Parameters

    nameTypeRequiredDescription
    eventObjectyesEvent object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 172

    [back to top]

    handleMouseDown( event )

    Handle mouse down on slider

    Parameters

    nameTypeRequiredDescription
    eventObjectyesMouse down event object

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 64

    [back to top]

    vertical( bool )

    Get/set if slider is horizontal for vertical

    Parameters

    nameTypeRequiredDescription
    boolBooleanyesTrue if slider is vertical, false is horizontal

    Defined in https://github.com/videojs/video.js/blob/master/src/js/slider/slider.js line number: 209

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/volume-control.html b/lib/video.js-main/docs/legacy-docs/api/volume-control.html new file mode 100644 index 0000000..df288b3 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/volume-control.html @@ -0,0 +1,160 @@ +VolumeControl + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    VolumeControl

    The component for controlling the volume level

    DEFINED IN: volume-control.js line number: 9

    EXTENDS: component.js

    Constructor

    VolumeControl( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/volume-level.html b/lib/video.js-main/docs/legacy-docs/api/volume-level.html new file mode 100644 index 0000000..cf2cfad --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/volume-level.html @@ -0,0 +1,160 @@ +VolumeLevel + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    VolumeLevel

    Shows volume level

    DEFINED IN: volume-level.js line number: 6

    EXTENDS: component.js

    Constructor

    VolumeLevel( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addChild( child, [options] )

    Adds a child component inside this component

    +
        myComponent.el();
    +    // -> 
    + myComponent.children(); + // [empty array] + + var myButton = myComponent.addChild('MyButton'); + // ->
    myButton
    + // -> myButton === myComponent.children()[0];

    Pass in options for child constructors and options for children of the child

    +
        var myButton = myComponent.addChild('MyButton', {
    +      text: 'Press Me',
    +      buttonChildExample: {
    +        buttonChildOption: true
    +      }
    +    });

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 315

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    buildCSSClass()

    Allows sub components to stack CSS class names

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 593

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/api/volume-menu-button.html b/lib/video.js-main/docs/legacy-docs/api/volume-menu-button.html new file mode 100644 index 0000000..0cba07c --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/api/volume-menu-button.html @@ -0,0 +1,146 @@ +VolumeMenuButton + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. +

    API Index

    VolumeMenuButton

    Button for volume popup

    DEFINED IN: volume-menu-button.js line number: 12

    EXTENDS: popup-button.js

    Constructor

    VolumeMenuButton( player,[options] )

    Parameters

    nameTypeRequiredDescription
    playerPlayer|Object
    optionsObject

    Methods

    addChild( child, [options] )

    Adds a child component inside this clickable-component

    Parameters

    nameTypeRequiredDescription
    childString|ComponentyesThe class name or instance of a child to add
    optionsObjectnoOptions, including options to be passed to children of the child.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 112

    [back to top]

    controlText( el )

    create control text

    Parameters

    nameTypeRequiredDescription
    elElementyesParent element for the control text

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 65

    [back to top]

    handleFocus()

    Handle Focus - Add keyboard functionality to element

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 139

    [back to top]

    handleKeyPress()

    Handle KeyPress (document level) - Trigger click when Space or Enter key is pressed

    Defined in https://github.com/videojs/video.js/blob/master/src/js/clickable-component.js line number: 148

    [back to top]

    $( selector, [context] )

    Finds a single DOM element matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelector.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 841

    [back to top]

    $$( selector, [context] )

    Finds a all DOM elements matching selector within the component's +contentEl or another custom context.

    Parameters

    nameTypeRequiredDescription
    selectorStringyesA valid CSS selector, which will be passed to querySelectorAll.
    contextElement|StringnoA DOM element within which to query. Can also be a selector + string in which case the first matching element will be used + as context. If missing (or no element matches selector), falls + back to document.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 861

    [back to top]

    addClass( classToAdd )

    Add a CSS class name to the component's element

    Parameters

    nameTypeRequiredDescription
    classToAddStringyesClassname to add

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 892

    [back to top]

    children()

    Get an array of all child components

    +
        var kids = myComponent.children();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 282

    [back to top]

    clearInterval( intervalId )

    Clears an interval and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    intervalIdNumberyesThe id of the interval to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1295

    [back to top]

    clearTimeout( timeoutId )

    Clears a timeout and removes the associated dispose listener

    Parameters

    nameTypeRequiredDescription
    timeoutIdNumberyesThe id of the timeout to clear

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1252

    [back to top]

    contentEl()

    Return the component's DOM element where children are inserted. +Will either be the same as el() or a new element defined in createEl().

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 245

    [back to top]

    dimensions( width, height )

    Set both width and height at the same time

    Parameters

    nameTypeRequiredDescription
    widthNumber|StringyesWidth of player
    heightNumber|StringyesHeight of player

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1015

    [back to top]

    dispose()

    Dispose of the component and all child components

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 101

    [back to top]

    el()

    Get the component's DOM element

    +
        var domEl = myComponent.el();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 195

    [back to top]

    enableTouchActivity()

    Report user touch activity when touch events occur +User activity is used to determine when controls should show/hide. It's +relatively simple when it comes to mouse events, because any mouse event +should show the controls. So we capture mouse events that bubble up to the +player and report activity when that happens. +With touch events it isn't as easy. We can't rely on touch events at the +player level, because a tap (touchstart + touchend) on the video itself on +mobile devices is meant to turn controls off (and on). User activity is +checked asynchronously, so what could happen is a tap event on the video +turns the controls off, then the touchend event bubbles up to the player, +which if it reported user activity, would turn the controls right back on. +(We also don't want to completely block touch events from bubbling up) +Also a touchmove, touch+hold, and anything other than a tap is not supposed +to turn the controls back on on a mobile device. +Here we're setting the default component behavior to report user activity +whenever touch events happen, and this can be turned off by components that +want touch events to act differently.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1174

    [back to top]

    static extend( props ) (deprecated)

    Sets up the constructor using the supplied init method +or uses the init of the parent object

    Parameters

    nameTypeRequiredDescription
    propsObjectyesAn object of properties

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1350

    [back to top]

    getChild()

    Returns a child component with the provided name

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 305

    [back to top]

    getChildById()

    Returns a child component with the provided ID

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 295

    [back to top]

    static getComponent( name )

    Gets a component by name

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to get

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1331

    [back to top]

    hasClass( classToCheck )

    Check if a component's element has a CSS class name

    Parameters

    nameTypeRequiredDescription
    classToCheckStringyesClassname to check

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 881

    [back to top]

    height( num, [skipListeners] )

    Get or set the height of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesNew component height
    skipListenersBooleannoSkip the resize event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 998

    [back to top]

    id()

    Get the component's ID

    +
        var id = myComponent.id();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 256

    [back to top]

    initChildren()

    Add and initialize default child components from options

    +
        // when an instance of MyComponent is created, all children in options
    +    // will be added to the instance by their name strings and options
    +    MyComponent.prototype.options_ = {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    };
    +
    +    // Or when creating the component
    +    var myComp = new MyComponent(player, {
    +      children: [
    +        'myChildComponent'
    +      ],
    +      myChildComponent: {
    +        myChildOption: true
    +      }
    +    });

    The children option can also be an array of +child options objects (that also include a 'name' key). +This can be used if you have two child components of the +same type that need different options.

    +
        var myComp = new MyComponent(player, {
    +      children: [
    +        'button',
    +        {
    +          name: 'button',
    +          someOtherOption: true
    +        },
    +        {
    +          name: 'button',
    +          someOtherOption: false
    +        }
    +      ]
    +    });

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 455

    [back to top]

    name()

    Get the component's name. The name is often used to reference the component.

    +
        var name = myComponent.name();

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 269

    [back to top]

    off( first, second, [third] )

    Remove an event listener from this component's element

    +
        myComponent.off('eventType', myFunc);

    If myFunc is excluded, ALL listeners for the event type will be removed. +If eventType is excluded, ALL listeners will be removed from the component. +Alternatively you can use off to remove listeners that were added to other +elements or components using myComponent.on(otherComponent.... +In this case both the event type and listener function are REQUIRED.

    +
        myComponent.off(otherElement, 'eventType', myFunc);
    +    myComponent.off(otherComponent, 'eventType', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 680

    [back to top]

    on( first, second, third )

    Add an event listener to this component's element

    +
        var myFunc = function(){
    +      var myComponent = this;
    +      // Do something when the event is fired
    +    };
    +
    +    myComponent.on('eventType', myFunc);

    The context of myFunc will be myComponent unless previously bound. +Alternatively, you can add a listener to another element or component.

    +
        myComponent.on(otherElement, 'eventName', myFunc);
    +    myComponent.on(otherComponent, 'eventName', myFunc);

    The benefit of using this over VjsEvents.on(otherElement, 'eventName', myFunc) +and otherComponent.on('eventName', myFunc) is that this way the listeners +will be automatically cleaned up when either component is disposed. +It will also bind myComponent as the context of myFunc. +NOTE: When using this on elements in the page other than window +and document (both permanent), if you remove the element from the DOM +you need to call myComponent.trigger(el, 'dispose') on it to clean up +references to it and allow the browser to garbage collect it.

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe event handler or event type
    thirdfunctionyesThe event handler

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 605

    [back to top]

    one( first, second, [third] )

    Add an event listener to be triggered only once and then removed

    +
        myComponent.one('eventName', myFunc);

    Alternatively you can add a listener to another element or component +that will be triggered only once.

    +
        myComponent.one(otherElement, 'eventName', myFunc);
    +    myComponent.one(otherComponent, 'eventName', myFunc);

    Parameters

    nameTypeRequiredDescription
    firstString|ComponentyesThe event type or other component
    secondfunction|StringyesThe listener function or event type
    thirdfunctionnoThe listener function for other component

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 728

    [back to top]

    options( obj )

    Deep merge of options objects +Whenever a property is an object on both options objects +the two properties will be merged using mergeOptions.

    +
        Parent.prototype.options_ = {
    +      optionSet: {
    +        'childOne': { 'foo': 'bar', 'asdf': 'fdsa' },
    +        'childTwo': {},
    +        'childThree': {}
    +      }
    +    }
    +    newOptions = {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'abc': '123' }
    +        'childTwo': null,
    +        'childFour': {}
    +      }
    +    }
    +
    +    this.options(newOptions);

    RESULT

    +
        {
    +      optionSet: {
    +        'childOne': { 'foo': 'baz', 'asdf': 'fdsa', 'abc': '123' },
    +        'childTwo': null, // Disabled. Won't be initialized.
    +        'childThree': {},
    +        'childFour': {}
    +      }
    +    }

    Parameters

    nameTypeRequiredDescription
    objObjectyesObject of new option values

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 145

    [back to top]

    ready( fn, sync )

    Bind a listener to the component's ready state. +Different from event listeners in that if the ready event has already happened +it will trigger the function immediately.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesReady listener
    syncBooleanyesExec the listener synchronously if component is ready

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 787

    [back to top]

    static registerComponent( name, comp )

    Registers a component

    Parameters

    nameTypeRequiredDescription
    nameStringyesName of the component to register
    compObjectyesThe component to register

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1314

    [back to top]

    removeChild( component )

    Remove a child component from this component's list of children, and the +child component's element from this component's element

    Parameters

    nameTypeRequiredDescription
    componentComponentyesComponent to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 415

    [back to top]

    removeClass( classToRemove )

    Remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToRemoveStringyesClassname to remove

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 904

    [back to top]

    setInterval( fn, interval )

    Creates an interval and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run every N seconds.
    intervalNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1271

    [back to top]

    setTimeout( fn, timeout )

    Creates timeout and sets up disposal automatically.

    Parameters

    nameTypeRequiredDescription
    fnfunctionyesThe function to run after the timeout.
    timeoutNumberyesNumber of ms to delay before executing specified function.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 1227

    [back to top]

    toggleClass( classToToggle, [predicate] )

    Add or remove a CSS class name from the component's element

    Parameters

    nameTypeRequiredDescription
    classToToggleString
    predicateBoolean|functionnoCan be a function that returns a Boolean. If true, the class + will be added; if false, the class will be removed. If not + given, the class will be added if not present and vice versa.

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 916

    [back to top]

    trigger( event, [hash] )

    Trigger an event on an element

    +
        myComponent.trigger('eventName');
    +    myComponent.trigger({'type':'eventName'});
    +    myComponent.trigger('eventName', {data: 'some data'});
    +    myComponent.trigger({'type':'eventName'}, {data: 'some data'});

    Parameters

    nameTypeRequiredDescription
    eventEvent|Object|StringyesA string (the type) or an event object with a type attribute
    hashObjectnodata hash to pass along with the event

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 768

    [back to top]

    width( num, skipListeners )

    Set or get the width of the component (CSS values) +Setting the video tag dimension values only works with values in pixels. +Percent values will not work. +Some percents can be used, but width()/height() will return the number + %, +not the actual computed width/height.

    Parameters

    nameTypeRequiredDescription
    numNumber|StringyesOptional width number
    skipListenersBooleanyesSkip the 'resize' event trigger

    Defined in https://github.com/videojs/video.js/blob/master/src/js/component.js line number: 981

    [back to top]

    \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/css/guides-gh.css b/lib/video.js-main/docs/legacy-docs/css/guides-gh.css new file mode 100644 index 0000000..820f07b --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/css/guides-gh.css @@ -0,0 +1,675 @@ +html, +body { + margin: 0; + padding: 0; +} +body { padding: 4em 6em; } +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +cite, +code, +del, +dfn, +em, +img, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +dd, +dl, +dt, +li, +ol, +ul, +fieldset, +form, +label, +legend, +button, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td { + margin: 0; + padding: 0; + border: 0; + font-weight: normal; + font-style: normal; + font-size: 100%; + line-height: 1; + font-family: inherit; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +ol, +ul { list-style: none } +q:before, +q:after, +blockquote:before, +blockquote:after { content: "" } +html { + overflow-y: scroll; + font-size: 100%; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} +a:focus { outline: thin dotted } +a:hover, +a:active { outline: 0 } +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +nav, +section { display: block } +audio, +canvas, +video { + display: inline-block; + *display: inline; + *zoom: 1; +} +audio:not([controls]) { display: none } +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} +sup { top: -0.5em } +sub { bottom: -0.25em } +img { + border: 0; + -ms-interpolation-mode: bicubic; +} +button, +input, +select, +textarea { + font-size: 100%; + margin: 0; + vertical-align: baseline; + *vertical-align: middle; +} +button, +input { + line-height: normal; + *overflow: visible; +} +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} +button, +input[type="button"], +input[type="reset"], +input[type="submit"] { + cursor: pointer; + -webkit-appearance: button; +} +input[type="search"] { + -webkit-appearance: textfield; + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +input[type="search"]::-webkit-search-decoration { -webkit-appearance: none } +textarea { + overflow: auto; + vertical-align: top; +} +html, +body { background-color: #ffffff } +body { + margin: 0; + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + font-size: 13px; + font-weight: normal; + line-height: 18px; + color: #404040; +} +.container { + width: 940px; + margin-left: auto; + margin-right: auto; + zoom: 1; +} +.container:before, +.container:after { + display: table; + content: ""; + zoom: 1; + *display: inline; +} +.container:after { clear: both } +.container-fluid { + position: relative; + min-width: 940px; + padding-left: 20px; + padding-right: 20px; + zoom: 1; +} +.container-fluid:before, +.container-fluid:after { + display: table; + content: ""; + zoom: 1; + *display: inline; +} +.container-fluid:after { clear: both } +.container-fluid>.sidebar { + float: left; + width: 220px; +} +.container-fluid>.content { margin-left: 240px } +a { + color: #0069d6; + text-decoration: none; + line-height: inherit; + font-weight: inherit; +} +a:hover { + color: #00438a; + text-decoration: underline; +} +.pull-right { float: right } +.pull-left { float: left } +.hide { display: none } +.show { display: block } +.row { + zoom: 1; + margin-left: -20px; +} +.row:before, +.row:after { + display: table; + content: ""; + zoom: 1; + *display: inline; +} +.row:after { clear: both } +p { + font-size: 13px; + font-weight: normal; + line-height: 18px; + margin-bottom: 9px; +} + p small { + font-size: 11px; + color: #bfbfbf; + } +h1, +h2, +h3, +h4, +h5, +h6 { + font-weight: bold; + color: #404040; +} + h1 small, + h2 small, + h3 small, + h4 small, + h5 small, + h6 small { color: #bfbfbf } +h1 { + margin-bottom: 18px; + font-size: 30px; + line-height: 36px; +} + h1 small { font-size: 18px } +h2 { + font-size: 24px; + line-height: 36px; +} + h2 small { font-size: 14px } +h3, +h4, +h5, +h6 { line-height: 36px } +h3 { font-size: 18px } + h3 small { font-size: 14px } +h4 { font-size: 16px } + h4 small { font-size: 12px } +h5 { font-size: 14px } +h6 { + font-size: 13px; + color: #bfbfbf; + text-transform: uppercase; +} +ul, +ol { margin: 0 0 18px 25px } + ul ul, + ul ol, + ol ol, + ol ul { margin-bottom: 0 } +ul { list-style: disc } +ol { list-style: decimal } +li { + line-height: 18px; + color: #808080; +} +ul.unstyled { + list-style: none; + margin-left: 0; +} +dl { margin-bottom: 18px } + dl dt, + dl dd { line-height: 18px } + dl dt { font-weight: bold } + dl dd { margin-left: 9px } +hr { + margin: 20px 0 19px; + border: 0; + border-bottom: 1px solid #eee; +} +strong { + font-style: inherit; + font-weight: bold; +} +em { + font-style: italic; + font-weight: inherit; + line-height: inherit; +} +.muted { color: #bfbfbf } +blockquote { + margin-bottom: 18px; + border-left: 5px solid #eee; + padding-left: 15px; +} + blockquote p { + font-size: 14px; + font-weight: 300; + line-height: 18px; + margin-bottom: 0; + } + blockquote small { + display: block; + font-size: 12px; + font-weight: 300; + line-height: 18px; + color: #bfbfbf; + } + blockquote small:before { content: '\2014 \00A0' } +address { + display: block; + line-height: 18px; + margin-bottom: 18px; +} +code, +pre { + padding: 0 3px 2px; + font-family: Monaco, Andale Mono, Courier New, monospace; + font-size: 12px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} +code { padding: 1px 3px } +pre { + background-color: #f5f5f5; + display: block; + padding: 8.5px; + margin: 0 0 18px; + line-height: 18px; + font-size: 12px; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.15); + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} +form { margin-bottom: 18px } +fieldset { + margin-bottom: 18px; + padding-top: 18px; +} + fieldset legend { + display: block; + padding-left: 150px; + font-size: 19.5px; + line-height: 1; + color: #404040; + *padding: 0 0 5px 145px; + *line-height: 1.5; + } +form .clearfix { + margin-bottom: 18px; + zoom: 1; +} +form .clearfix:before, +form .clearfix:after { + display: table; + content: ""; + zoom: 1; + *display: inline; +} +form .clearfix:after { clear: both } +label, +input, +select, +textarea { + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + font-size: 13px; + font-weight: normal; + line-height: normal; +} +label { + padding-top: 6px; + font-size: 13px; + line-height: 18px; + float: left; + width: 130px; + text-align: right; + color: #404040; +} +form .input { margin-left: 150px } +input[type=checkbox], +input[type=radio] { cursor: pointer } +input, +textarea, +select, +.uneditable-input { + display: inline-block; + width: 210px; + height: 18px; + padding: 4px; + font-size: 13px; + line-height: 18px; + color: #808080; + border: 1px solid #ccc; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} +input[type=checkbox], +input[type=radio] { + width: auto; + height: auto; + padding: 0; + margin: 3px 0; + *margin-top: 0; + line-height: normal; + border: none; +} +input[type=file] { + background-color: #ffffff; + padding: initial; + border: initial; + line-height: initial; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +input[type=button], +input[type=reset], +input[type=submit] { + width: auto; + height: auto; +} +select, +input[type=file] { + height: 27px; + line-height: 27px; + *margin-top: 4px; +} +select[multiple] { height: inherit } +textarea { height: auto } +.uneditable-input { + background-color: #ffffff; + display: block; + border-color: #eee; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); + -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); + cursor: not-allowed; +} +:-moz-placeholder { color: #bfbfbf } +::-webkit-input-placeholder { color: #bfbfbf } +input, +textarea { + -webkit-transition: border linear 0.2s,box-shadow linear 0.2s; + -moz-transition: border linear 0.2s,box-shadow linear 0.2s; + -ms-transition: border linear 0.2s,box-shadow linear 0.2s; + -o-transition: border linear 0.2s,box-shadow linear 0.2s; + transition: border linear 0.2s,box-shadow linear 0.2s; + -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); + -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); +} +input:focus, +textarea:focus { + outline: 0; + border-color: rgba(82, 168, 236, 0.8); + -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6); + -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6); + box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6); +} +input[type=file]:focus, +input[type=checkbox]:focus, +select:focus { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + outline: 1px dotted #666; +} +form div.clearfix.error { + background: #fae5e3; + padding: 10px 0; + margin: -10px 0 10px; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + form div.clearfix.error>label, + form div.clearfix.error span.help-inline, + form div.clearfix.error span.help-block { color: #9d261d } + form div.clearfix.error input, + form div.clearfix.error textarea { + border-color: #c87872; + -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25); + -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25); + box-shadow: 0 0 3px rgba(171, 41, 32, 0.25); + } + form div.clearfix.error input:focus, + form div.clearfix.error textarea:focus { + border-color: #b9554d; + -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5); + -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5); + box-shadow: 0 0 6px rgba(171, 41, 32, 0.5); + } + form div.clearfix.error .input-prepend span.add-on, + form div.clearfix.error .input-append span.add-on { + background: #f4c8c5; + border-color: #c87872; + color: #b9554d; + } +table { + width: 100%; + margin-bottom: 18px; + padding: 0; + border-collapse: separate; + *border-collapse: collapse; + font-size: 13px; + border: 1px solid #ddd; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + table th, + table td { + padding: 10px 10px 9px; + line-height: 18px; + text-align: left; + } + table th { + padding-top: 9px; + font-weight: bold; + vertical-align: middle; + border-bottom: 1px solid #ddd; + } + table td { vertical-align: top } + table th+th, + table td+td { border-left: 1px solid #ddd } + table tr+tr td { border-top: 1px solid #ddd } + table tbody tr:first-child td:first-child { + -webkit-border-radius: 4px 0 0 0; + -moz-border-radius: 4px 0 0 0; + border-radius: 4px 0 0 0; + } + table tbody tr:first-child td:last-child { + -webkit-border-radius: 0 4px 0 0; + -moz-border-radius: 0 4px 0 0; + border-radius: 0 4px 0 0; + } + table tbody tr:last-child td:first-child { + -webkit-border-radius: 0 0 0 4px; + -moz-border-radius: 0 0 0 4px; + border-radius: 0 0 0 4px; + } + table tbody tr:last-child td:last-child { + -webkit-border-radius: 0 0 4px 0; + -moz-border-radius: 0 0 4px 0; + border-radius: 0 0 4px 0; + } +.zebra-striped tbody tr:nth-child(odd) td { background-color: #f9f9f9 } +.zebra-striped tbody tr:hover td { background-color: #f5f5f5 } +.zebra-striped .header { cursor: pointer } +.zebra-striped .header:after { + content: ""; + float: right; + margin-top: 7px; + border-width: 0 4px 4px; + border-style: solid; + border-color: #000 transparent; + visibility: hidden; +} +.zebra-striped .header:hover:after { visibility: visible } +footer { + margin-top: 17px; + padding-top: 17px; + border-top: 1px solid #eee; +} +.page-header { + margin-bottom: 17px; + border-bottom: 1px solid #ddd; + -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); +} + .page-header h1 { margin-bottom: 8px } +.close { + float: right; + color: #000000; + font-size: 20px; + font-weight: bold; + line-height: 13.5px; + text-shadow: 0 1px 0 #ffffff; + filter: alpha(opacity=20); + -khtml-opacity: 0.2; + -moz-opacity: 0.2; + opacity: 0.2; +} +.close:hover { + color: #000000; + text-decoration: none; + filter: alpha(opacity=40); + -khtml-opacity: 0.4; + -moz-opacity: 0.4; + opacity: 0.4; +} +pre { + padding: 0; + margin: 10px 0px 10px; + overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/ + overflow-Y: hidden; /*--Hides vertical scroll created by IE--*/ +} + pre code { + margin: 5px; /*--Left Margin--*/ + padding: 0px; + display: block; + line-height: 18px; + } +.center { text-align: center } +.left { text-align: left } +.right { text-align: right } +body { + font-family: "Geneva", Arial, sans-serif; + font-size: 13px; + margin: 10px; +} +a, +a:visited { color: #09c } +a:hover { + color: #336699; + text-decoration: none; +} +h1 { + margin: 0px 0px 10px; + font-weight: bold; +} +h2 { + border-bottom: 2px dotted #ccc; + margin: 5px 0px 15px; +} +h6 { color: #09c } +blockquote { + font-family: "Georgia", Courier New, courier, sans-serif; + background: #efefef; + padding: 5px 10px; + border: solid 1px #ddd; + margin: 15px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + color: #333; +} +ul, +ol { margin-bottom: 15px } +li { padding: 3px } +code { + background-color: #f1f1f1; + color: #336699; +} +pre { background-color: #f1f1f1 } + pre > code { + margin: 0px; + padding: 5px; + border: 0px; + background-color: #f1f1f1; + } diff --git a/lib/video.js-main/docs/legacy-docs/css/guides.css b/lib/video.js-main/docs/legacy-docs/css/guides.css new file mode 100644 index 0000000..894fe21 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/css/guides.css @@ -0,0 +1,173 @@ +body { + color: #333; + /*margin: 6em;*/ + margin-top: 2em; + margin-right: 3em; + margin-left: 1em; + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + position: relative; +} + +.sidenav { + position: fixed; + height: 100%; + right: 1em; + max-width: 18%; + display: inline-block; + font-size: .7em; + border: none; + border-left: 1px solid #DDD; +} + +.sidenav-list { + list-style-type: none; +} +.sidenav-list>li { + margin-bottom: .6em; +} +.main { + position: absolute; + right: 25%; + padding-bottom: 40px; + display: inline-block; + max-width: 70%; +} +.footer { + bottom: 0; + right: 0; + left: 0; + position: fixed; + width: 100%; + text-align: center; + padding: .2em; + background-color: #EEE; +} + +@media (max-width: 700px) { + .member-index { + display: none; + } + .side-nav { + float: none; + } +} + +a { + color: #437ABE; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +h1, h2, h3 { + margin-left: -1em; +} + +h1 { + border-bottom: 1px #CCC solid; + font-size: 2.5em; +} +h2 { + border-bottom: 1px #DDD solid; + font-size: 1.5em; +} + +h3 { + font-size: 1.5em; +} + +#memberIndex h4 { + font-size: 1em; + font-weight: normal; + font-style: italic; +} + +div { + border-bottom: 1px #DDD solid; + font-size: 1em; +} + +pre { + background-color: #FDF6E3; + font-size: .8em; + margin-bottom: 1.3rem; + padding: .5rem; + padding-left: 1rem; + margin-top: 1rem; + border-left: 5px solid rgb(99,99,99); + -webkit-box-shadow: 5px 5px 10px rgba(192, 192, 192, 1.000); + -moz-box-shadow: 5px 5px 10px rgba(192, 192, 192, 1.000); + box-shadow: 5px 5px 10px rgba(192, 192, 192, 1.000); +} +code { + font-size: 1em; + font-family: source-code-pro, Monaco, Consolas, Menlo, "Lucida Console", monospace; + border: none; +} + +table { + border-collapse: collapse; + border: 1px #CCC solid; + padding: 0; +} + + +th { + background-color: #F4F3EC; + border: 1px #CCC solid; + margin: 0; + padding: .5em; +} + +td { + border: 1px #DDD solid; + margin: 0; + padding: .5em; +} + +.side-nav { + float: right; + width: 15%; + padding-left: 3em; + margin-left: 2em; + margin-right: 1em; + border: none; +} +.side-nav div { + border: none; +} + +.side-nav h2, .side-nav h3 { + margin-left: 0; +} +#main { + width: 70%; +} + +div.section { + border: none; +} +.description { + border: none; +} + +.deprecated { + color: #990001; +} + +.legacydocsnote { + background-color: #ffdddd; + border: 2px solid #ff0000; + text-align: center; + margin: 1em auto; + padding: 1em; + width: 80%; +} + +.legacydocsnote::before { + content: "⚠️"; + font-size: 200%; + vertical-align: middle; +} \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/css/main.css b/lib/video.js-main/docs/legacy-docs/css/main.css new file mode 100644 index 0000000..5744b9d --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/css/main.css @@ -0,0 +1,8 @@ +/*! + * Bootstrap v3.3.5 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1{font-size:2em;margin:0.67em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{-moz-box-sizing:border-box;box-sizing:border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;}a,a:visited{text-decoration:underline;}a[href]:after{content:" (" attr(href) ")";}abbr[title]:after{content:" (" attr(title) ")";}a[href^="#"]:after,a[href^="javascript:"]:after{content:"";}pre,blockquote{border:1px solid #999;page-break-inside:avoid;}thead{display:table-header-group;}tr,img{page-break-inside:avoid;}img{max-width:100% !important;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}.navbar,header nav{display:none;}.btn>.caret,.btn>.button,.dropup>.btn>.caret,.dropup>.btn>.button{border-top-color:#000 !important;}.label{border:1px solid #000;}.table{border-collapse:collapse !important;}.table td,.table th{background-color:#fff !important;}.table-bordered th,.table-bordered td{border:1px solid #ddd !important;}}@at-root{@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/bootstrap/glyphicons-halflings-regular.eot');src:url('../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/bootstrap/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');}}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.glyphicon-asterisk:before{content:"\2a";}.glyphicon-plus:before{content:"\2b";}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac";}.glyphicon-minus:before{content:"\2212";}.glyphicon-cloud:before{content:"\2601";}.glyphicon-envelope:before{content:"\2709";}.glyphicon-pencil:before{content:"\270f";}.glyphicon-glass:before{content:"\e001";}.glyphicon-music:before{content:"\e002";}.glyphicon-search:before{content:"\e003";}.glyphicon-heart:before{content:"\e005";}.glyphicon-star:before{content:"\e006";}.glyphicon-star-empty:before{content:"\e007";}.glyphicon-user:before{content:"\e008";}.glyphicon-film:before{content:"\e009";}.glyphicon-th-large:before{content:"\e010";}.glyphicon-th:before{content:"\e011";}.glyphicon-th-list:before{content:"\e012";}.glyphicon-ok:before{content:"\e013";}.glyphicon-remove:before{content:"\e014";}.glyphicon-zoom-in:before{content:"\e015";}.glyphicon-zoom-out:before{content:"\e016";}.glyphicon-off:before{content:"\e017";}.glyphicon-signal:before{content:"\e018";}.glyphicon-cog:before{content:"\e019";}.glyphicon-trash:before{content:"\e020";}.glyphicon-home:before{content:"\e021";}.glyphicon-file:before{content:"\e022";}.glyphicon-time:before{content:"\e023";}.glyphicon-road:before{content:"\e024";}.glyphicon-download-alt:before{content:"\e025";}.glyphicon-download:before{content:"\e026";}.glyphicon-upload:before{content:"\e027";}.glyphicon-inbox:before{content:"\e028";}.glyphicon-play-circle:before{content:"\e029";}.glyphicon-repeat:before{content:"\e030";}.glyphicon-refresh:before{content:"\e031";}.glyphicon-list-alt:before{content:"\e032";}.glyphicon-lock:before{content:"\e033";}.glyphicon-flag:before{content:"\e034";}.glyphicon-headphones:before{content:"\e035";}.glyphicon-volume-off:before{content:"\e036";}.glyphicon-volume-down:before{content:"\e037";}.glyphicon-volume-up:before{content:"\e038";}.glyphicon-qrcode:before{content:"\e039";}.glyphicon-barcode:before{content:"\e040";}.glyphicon-tag:before{content:"\e041";}.glyphicon-tags:before{content:"\e042";}.glyphicon-book:before{content:"\e043";}.glyphicon-bookmark:before{content:"\e044";}.glyphicon-print:before{content:"\e045";}.glyphicon-camera:before{content:"\e046";}.glyphicon-font:before{content:"\e047";}.glyphicon-bold:before{content:"\e048";}.glyphicon-italic:before{content:"\e049";}.glyphicon-text-height:before{content:"\e050";}.glyphicon-text-width:before{content:"\e051";}.glyphicon-align-left:before{content:"\e052";}.glyphicon-align-center:before{content:"\e053";}.glyphicon-align-right:before{content:"\e054";}.glyphicon-align-justify:before{content:"\e055";}.glyphicon-list:before{content:"\e056";}.glyphicon-indent-left:before{content:"\e057";}.glyphicon-indent-right:before{content:"\e058";}.glyphicon-facetime-video:before{content:"\e059";}.glyphicon-picture:before{content:"\e060";}.glyphicon-map-marker:before{content:"\e062";}.glyphicon-adjust:before{content:"\e063";}.glyphicon-tint:before{content:"\e064";}.glyphicon-edit:before{content:"\e065";}.glyphicon-share:before{content:"\e066";}.glyphicon-check:before{content:"\e067";}.glyphicon-move:before{content:"\e068";}.glyphicon-step-backward:before{content:"\e069";}.glyphicon-fast-backward:before{content:"\e070";}.glyphicon-backward:before{content:"\e071";}.glyphicon-play:before{content:"\e072";}.glyphicon-pause:before{content:"\e073";}.glyphicon-stop:before{content:"\e074";}.glyphicon-forward:before{content:"\e075";}.glyphicon-fast-forward:before{content:"\e076";}.glyphicon-step-forward:before{content:"\e077";}.glyphicon-eject:before{content:"\e078";}.glyphicon-chevron-left:before{content:"\e079";}.glyphicon-chevron-right:before{content:"\e080";}.glyphicon-plus-sign:before{content:"\e081";}.glyphicon-minus-sign:before{content:"\e082";}.glyphicon-remove-sign:before{content:"\e083";}.glyphicon-ok-sign:before{content:"\e084";}.glyphicon-question-sign:before{content:"\e085";}.glyphicon-info-sign:before{content:"\e086";}.glyphicon-screenshot:before{content:"\e087";}.glyphicon-remove-circle:before{content:"\e088";}.glyphicon-ok-circle:before{content:"\e089";}.glyphicon-ban-circle:before{content:"\e090";}.glyphicon-arrow-left:before{content:"\e091";}.glyphicon-arrow-right:before{content:"\e092";}.glyphicon-arrow-up:before{content:"\e093";}.glyphicon-arrow-down:before{content:"\e094";}.glyphicon-share-alt:before{content:"\e095";}.glyphicon-resize-full:before{content:"\e096";}.glyphicon-resize-small:before{content:"\e097";}.glyphicon-exclamation-sign:before{content:"\e101";}.glyphicon-gift:before{content:"\e102";}.glyphicon-leaf:before{content:"\e103";}.glyphicon-fire:before{content:"\e104";}.glyphicon-eye-open:before{content:"\e105";}.glyphicon-eye-close:before{content:"\e106";}.glyphicon-warning-sign:before{content:"\e107";}.glyphicon-plane:before{content:"\e108";}.glyphicon-calendar:before{content:"\e109";}.glyphicon-random:before{content:"\e110";}.glyphicon-comment:before{content:"\e111";}.glyphicon-magnet:before{content:"\e112";}.glyphicon-chevron-up:before{content:"\e113";}.glyphicon-chevron-down:before{content:"\e114";}.glyphicon-retweet:before{content:"\e115";}.glyphicon-shopping-cart:before{content:"\e116";}.glyphicon-folder-close:before{content:"\e117";}.glyphicon-folder-open:before{content:"\e118";}.glyphicon-resize-vertical:before{content:"\e119";}.glyphicon-resize-horizontal:before{content:"\e120";}.glyphicon-hdd:before{content:"\e121";}.glyphicon-bullhorn:before{content:"\e122";}.glyphicon-bell:before{content:"\e123";}.glyphicon-certificate:before{content:"\e124";}.glyphicon-thumbs-up:before{content:"\e125";}.glyphicon-thumbs-down:before{content:"\e126";}.glyphicon-hand-right:before{content:"\e127";}.glyphicon-hand-left:before{content:"\e128";}.glyphicon-hand-up:before{content:"\e129";}.glyphicon-hand-down:before{content:"\e130";}.glyphicon-circle-arrow-right:before{content:"\e131";}.glyphicon-circle-arrow-left:before{content:"\e132";}.glyphicon-circle-arrow-up:before{content:"\e133";}.glyphicon-circle-arrow-down:before{content:"\e134";}.glyphicon-globe:before{content:"\e135";}.glyphicon-wrench:before{content:"\e136";}.glyphicon-tasks:before{content:"\e137";}.glyphicon-filter:before{content:"\e138";}.glyphicon-briefcase:before{content:"\e139";}.glyphicon-fullscreen:before{content:"\e140";}.glyphicon-dashboard:before{content:"\e141";}.glyphicon-paperclip:before{content:"\e142";}.glyphicon-heart-empty:before{content:"\e143";}.glyphicon-link:before{content:"\e144";}.glyphicon-phone:before{content:"\e145";}.glyphicon-pushpin:before{content:"\e146";}.glyphicon-usd:before{content:"\e148";}.glyphicon-gbp:before{content:"\e149";}.glyphicon-sort:before{content:"\e150";}.glyphicon-sort-by-alphabet:before{content:"\e151";}.glyphicon-sort-by-alphabet-alt:before{content:"\e152";}.glyphicon-sort-by-order:before{content:"\e153";}.glyphicon-sort-by-order-alt:before{content:"\e154";}.glyphicon-sort-by-attributes:before{content:"\e155";}.glyphicon-sort-by-attributes-alt:before{content:"\e156";}.glyphicon-unchecked:before{content:"\e157";}.glyphicon-expand:before{content:"\e158";}.glyphicon-collapse-down:before{content:"\e159";}.glyphicon-collapse-up:before{content:"\e160";}.glyphicon-log-in:before{content:"\e161";}.glyphicon-flash:before{content:"\e162";}.glyphicon-log-out:before{content:"\e163";}.glyphicon-new-window:before{content:"\e164";}.glyphicon-record:before{content:"\e165";}.glyphicon-save:before{content:"\e166";}.glyphicon-open:before{content:"\e167";}.glyphicon-saved:before{content:"\e168";}.glyphicon-import:before{content:"\e169";}.glyphicon-export:before{content:"\e170";}.glyphicon-send:before{content:"\e171";}.glyphicon-floppy-disk:before{content:"\e172";}.glyphicon-floppy-saved:before{content:"\e173";}.glyphicon-floppy-remove:before{content:"\e174";}.glyphicon-floppy-save:before{content:"\e175";}.glyphicon-floppy-open:before{content:"\e176";}.glyphicon-credit-card:before{content:"\e177";}.glyphicon-transfer:before{content:"\e178";}.glyphicon-cutlery:before{content:"\e179";}.glyphicon-header:before{content:"\e180";}.glyphicon-compressed:before{content:"\e181";}.glyphicon-earphone:before{content:"\e182";}.glyphicon-phone-alt:before{content:"\e183";}.glyphicon-tower:before{content:"\e184";}.glyphicon-stats:before{content:"\e185";}.glyphicon-sd-video:before{content:"\e186";}.glyphicon-hd-video:before{content:"\e187";}.glyphicon-subtitles:before{content:"\e188";}.glyphicon-sound-stereo:before{content:"\e189";}.glyphicon-sound-dolby:before{content:"\e190";}.glyphicon-sound-5-1:before{content:"\e191";}.glyphicon-sound-6-1:before{content:"\e192";}.glyphicon-sound-7-1:before{content:"\e193";}.glyphicon-copyright-mark:before{content:"\e194";}.glyphicon-registration-mark:before{content:"\e195";}.glyphicon-cloud-download:before{content:"\e197";}.glyphicon-cloud-upload:before{content:"\e198";}.glyphicon-tree-conifer:before{content:"\e199";}.glyphicon-tree-deciduous:before{content:"\e200";}.glyphicon-cd:before{content:"\e201";}.glyphicon-save-file:before{content:"\e202";}.glyphicon-open-file:before{content:"\e203";}.glyphicon-level-up:before{content:"\e204";}.glyphicon-copy:before{content:"\e205";}.glyphicon-paste:before{content:"\e206";}.glyphicon-alert:before{content:"\e209";}.glyphicon-equalizer:before{content:"\e210";}.glyphicon-king:before{content:"\e211";}.glyphicon-queen:before{content:"\e212";}.glyphicon-pawn:before{content:"\e213";}.glyphicon-bishop:before{content:"\e214";}.glyphicon-knight:before{content:"\e215";}.glyphicon-baby-formula:before{content:"\e216";}.glyphicon-tent:before{content:"\26fa";}.glyphicon-blackboard:before{content:"\e218";}.glyphicon-bed:before{content:"\e219";}.glyphicon-apple:before{content:"\f8ff";}.glyphicon-erase:before{content:"\e221";}.glyphicon-hourglass:before{content:"\231b";}.glyphicon-lamp:before{content:"\e223";}.glyphicon-duplicate:before{content:"\e224";}.glyphicon-piggy-bank:before{content:"\e225";}.glyphicon-scissors:before{content:"\e226";}.glyphicon-bitcoin:before{content:"\e227";}.glyphicon-btc:before{content:"\e227";}.glyphicon-xbt:before{content:"\e227";}.glyphicon-yen:before{content:"\00a5";}.glyphicon-jpy:before{content:"\00a5";}.glyphicon-ruble:before{content:"\20bd";}.glyphicon-rub:before{content:"\20bd";}.glyphicon-scale:before{content:"\e230";}.glyphicon-ice-lolly:before{content:"\e231";}.glyphicon-ice-lolly-tasted:before{content:"\e232";}.glyphicon-education:before{content:"\e233";}.glyphicon-option-horizontal:before{content:"\e234";}.glyphicon-option-vertical:before{content:"\e235";}.glyphicon-menu-hamburger:before{content:"\e236";}.glyphicon-modal-window:before{content:"\e237";}.glyphicon-oil:before{content:"\e238";}.glyphicon-grain:before{content:"\e239";}.glyphicon-sunglasses:before{content:"\e240";}.glyphicon-text-size:before{content:"\e241";}.glyphicon-text-color:before{content:"\e242";}.glyphicon-text-background:before{content:"\e243";}.glyphicon-object-align-top:before{content:"\e244";}.glyphicon-object-align-bottom:before{content:"\e245";}.glyphicon-object-align-horizontal:before{content:"\e246";}.glyphicon-object-align-left:before{content:"\e247";}.glyphicon-object-align-vertical:before{content:"\e248";}.glyphicon-object-align-right:before{content:"\e249";}.glyphicon-triangle-right:before{content:"\e250";}.glyphicon-triangle-left:before{content:"\e251";}.glyphicon-triangle-bottom:before{content:"\e252";}.glyphicon-triangle-top:before{content:"\e253";}.glyphicon-console:before{content:"\e254";}.glyphicon-superscript:before{content:"\e255";}.glyphicon-subscript:before{content:"\e256";}.glyphicon-menu-left:before{content:"\e257";}.glyphicon-menu-right:before{content:"\e258";}.glyphicon-menu-down:before{content:"\e259";}.glyphicon-menu-up:before{content:"\e260";}*{-moz-box-sizing:border-box;box-sizing:border-box;}*:before,*:after{-moz-box-sizing:border-box;box-sizing:border-box;}html{font-size:10px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857;color:#333333;background-color:#fff;}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}a{color:#66A8CC;text-decoration:none;}a:hover,a:focus{color:#3984ac;text-decoration:underline;}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}figure{margin:0;}img{vertical-align:middle;}.img-responsive{display:block;max-width:100%;height:auto;}.img-rounded{border-radius:6px;}.img-thumbnail{padding:4px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto;}.img-circle{border-radius:50%;}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee;}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}[role="button"]{cursor:pointer;}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small{font-weight:normal;line-height:1;color:#777777;}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px;}h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small{font-size:65%;}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px;}h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small{font-size:75%;}h1,.h1{font-size:36px;}h2,.h2{font-size:30px;}h3,.h3{font-size:24px;}h4,.h4{font-size:18px;}h5,.h5{font-size:14px;}h6,.h6{font-size:12px;}p{margin:0 0 10px;}.lead,.plugin-readme p:nth-child(2){margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4;}@media (min-width: 768px){.lead{font-size:21px;}}small,.small{font-size:85%;}mark,.mark{background-color:#fcf8e3;padding:0.2em;}.text-left{text-align:left;}.text-right{text-align:right;}.text-center{text-align:center;}.text-justify{text-align:justify;}.text-nowrap{white-space:nowrap;}.text-lowercase{text-transform:lowercase;}.text-uppercase,.initialism{text-transform:uppercase;}.text-capitalize{text-transform:capitalize;}.text-muted{color:#777777;}.text-primary{color:#66A8CC;}a.text-primary:hover,a.text-primary:focus{color:#4093bf;}.text-success{color:#3c763d;}a.text-success:hover,a.text-success:focus{color:#2b542b;}.text-info{color:#31708f;}a.text-info:hover,a.text-info:focus{color:#245369;}.text-warning{color:#8a6d3b;}a.text-warning:hover,a.text-warning:focus{color:#66502c;}.text-danger{color:#a94442;}a.text-danger:hover,a.text-danger:focus{color:#843534;}.bg-primary{color:#fff;}.bg-primary{background-color:#66A8CC;}a.bg-primary:hover,a.bg-primary:focus{background-color:#4093bf;}.bg-success{background-color:#dff0d8;}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3;}.bg-info{background-color:#d9edf7;}a.bg-info:hover,a.bg-info:focus{background-color:#afdaee;}.bg-warning{background-color:#fcf8e3;}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5;}.bg-danger{background-color:#f2dede;}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9;}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee;}ul,ol{margin-top:0;margin-bottom:10px;}ul ul,ul ol,ol ul,ol ol{margin-bottom:0;}.list-unstyled{padding-left:0;list-style:none;}.list-inline{padding-left:0;list-style:none;margin-left:-5px;}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px;}dl{margin-top:0;margin-bottom:20px;}dt,dd{line-height:1.42857;}dt{font-weight:bold;}dd{margin-left:0;}.dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table;}.dl-horizontal dd:after{clear:both;}@media (min-width: 768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.dl-horizontal dd{margin-left:180px;}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777777;}.initialism{font-size:90%;}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee;}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0;}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857;color:#777777;}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0';}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right;}.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before{content:'';}.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014';}address{margin-bottom:20px;font-style:normal;line-height:1.42857;}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px;}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.25);}kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none;}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px;}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0;}.pre-scrollable{max-height:340px;overflow-y:scroll;}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}.container:before,.container:after{content:" ";display:table;}.container:after{clear:both;}@media (min-width: 768px){.container{width:750px;}}@media (min-width: 992px){.container{width:970px;}}@media (min-width: 1200px){.container{width:1170px;}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}.container-fluid:before,.container-fluid:after{content:" ";display:table;}.container-fluid:after{clear:both;}.row{margin-left:-15px;margin-right:-15px;}.row:before,.row:after{content:" ";display:table;}.row:after{clear:both;}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left;}.col-xs-1{width:8.33333%;}.col-xs-2{width:16.66667%;}.col-xs-3{width:25%;}.col-xs-4{width:33.33333%;}.col-xs-5{width:41.66667%;}.col-xs-6{width:50%;}.col-xs-7{width:58.33333%;}.col-xs-8{width:66.66667%;}.col-xs-9{width:75%;}.col-xs-10{width:83.33333%;}.col-xs-11{width:91.66667%;}.col-xs-12{width:100%;}.col-xs-pull-0{right:auto;}.col-xs-pull-1{right:8.33333%;}.col-xs-pull-2{right:16.66667%;}.col-xs-pull-3{right:25%;}.col-xs-pull-4{right:33.33333%;}.col-xs-pull-5{right:41.66667%;}.col-xs-pull-6{right:50%;}.col-xs-pull-7{right:58.33333%;}.col-xs-pull-8{right:66.66667%;}.col-xs-pull-9{right:75%;}.col-xs-pull-10{right:83.33333%;}.col-xs-pull-11{right:91.66667%;}.col-xs-pull-12{right:100%;}.col-xs-push-0{left:auto;}.col-xs-push-1{left:8.33333%;}.col-xs-push-2{left:16.66667%;}.col-xs-push-3{left:25%;}.col-xs-push-4{left:33.33333%;}.col-xs-push-5{left:41.66667%;}.col-xs-push-6{left:50%;}.col-xs-push-7{left:58.33333%;}.col-xs-push-8{left:66.66667%;}.col-xs-push-9{left:75%;}.col-xs-push-10{left:83.33333%;}.col-xs-push-11{left:91.66667%;}.col-xs-push-12{left:100%;}.col-xs-offset-0{margin-left:0%;}.col-xs-offset-1{margin-left:8.33333%;}.col-xs-offset-2{margin-left:16.66667%;}.col-xs-offset-3{margin-left:25%;}.col-xs-offset-4{margin-left:33.33333%;}.col-xs-offset-5{margin-left:41.66667%;}.col-xs-offset-6{margin-left:50%;}.col-xs-offset-7{margin-left:58.33333%;}.col-xs-offset-8{margin-left:66.66667%;}.col-xs-offset-9{margin-left:75%;}.col-xs-offset-10{margin-left:83.33333%;}.col-xs-offset-11{margin-left:91.66667%;}.col-xs-offset-12{margin-left:100%;}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left;}.col-sm-1{width:8.33333%;}.col-sm-2{width:16.66667%;}.col-sm-3{width:25%;}.col-sm-4{width:33.33333%;}.col-sm-5{width:41.66667%;}.col-sm-6{width:50%;}.col-sm-7{width:58.33333%;}.col-sm-8{width:66.66667%;}.col-sm-9{width:75%;}.col-sm-10{width:83.33333%;}.col-sm-11{width:91.66667%;}.col-sm-12{width:100%;}.col-sm-pull-0{right:auto;}.col-sm-pull-1{right:8.33333%;}.col-sm-pull-2{right:16.66667%;}.col-sm-pull-3{right:25%;}.col-sm-pull-4{right:33.33333%;}.col-sm-pull-5{right:41.66667%;}.col-sm-pull-6{right:50%;}.col-sm-pull-7{right:58.33333%;}.col-sm-pull-8{right:66.66667%;}.col-sm-pull-9{right:75%;}.col-sm-pull-10{right:83.33333%;}.col-sm-pull-11{right:91.66667%;}.col-sm-pull-12{right:100%;}.col-sm-push-0{left:auto;}.col-sm-push-1{left:8.33333%;}.col-sm-push-2{left:16.66667%;}.col-sm-push-3{left:25%;}.col-sm-push-4{left:33.33333%;}.col-sm-push-5{left:41.66667%;}.col-sm-push-6{left:50%;}.col-sm-push-7{left:58.33333%;}.col-sm-push-8{left:66.66667%;}.col-sm-push-9{left:75%;}.col-sm-push-10{left:83.33333%;}.col-sm-push-11{left:91.66667%;}.col-sm-push-12{left:100%;}.col-sm-offset-0{margin-left:0%;}.col-sm-offset-1{margin-left:8.33333%;}.col-sm-offset-2{margin-left:16.66667%;}.col-sm-offset-3{margin-left:25%;}.col-sm-offset-4{margin-left:33.33333%;}.col-sm-offset-5{margin-left:41.66667%;}.col-sm-offset-6{margin-left:50%;}.col-sm-offset-7{margin-left:58.33333%;}.col-sm-offset-8{margin-left:66.66667%;}.col-sm-offset-9{margin-left:75%;}.col-sm-offset-10{margin-left:83.33333%;}.col-sm-offset-11{margin-left:91.66667%;}.col-sm-offset-12{margin-left:100%;}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left;}.col-md-1{width:8.33333%;}.col-md-2{width:16.66667%;}.col-md-3{width:25%;}.col-md-4{width:33.33333%;}.col-md-5{width:41.66667%;}.col-md-6{width:50%;}.col-md-7{width:58.33333%;}.col-md-8{width:66.66667%;}.col-md-9{width:75%;}.col-md-10{width:83.33333%;}.col-md-11{width:91.66667%;}.col-md-12{width:100%;}.col-md-pull-0{right:auto;}.col-md-pull-1{right:8.33333%;}.col-md-pull-2{right:16.66667%;}.col-md-pull-3{right:25%;}.col-md-pull-4{right:33.33333%;}.col-md-pull-5{right:41.66667%;}.col-md-pull-6{right:50%;}.col-md-pull-7{right:58.33333%;}.col-md-pull-8{right:66.66667%;}.col-md-pull-9{right:75%;}.col-md-pull-10{right:83.33333%;}.col-md-pull-11{right:91.66667%;}.col-md-pull-12{right:100%;}.col-md-push-0{left:auto;}.col-md-push-1{left:8.33333%;}.col-md-push-2{left:16.66667%;}.col-md-push-3{left:25%;}.col-md-push-4{left:33.33333%;}.col-md-push-5{left:41.66667%;}.col-md-push-6{left:50%;}.col-md-push-7{left:58.33333%;}.col-md-push-8{left:66.66667%;}.col-md-push-9{left:75%;}.col-md-push-10{left:83.33333%;}.col-md-push-11{left:91.66667%;}.col-md-push-12{left:100%;}.col-md-offset-0{margin-left:0%;}.col-md-offset-1{margin-left:8.33333%;}.col-md-offset-2{margin-left:16.66667%;}.col-md-offset-3{margin-left:25%;}.col-md-offset-4{margin-left:33.33333%;}.col-md-offset-5{margin-left:41.66667%;}.col-md-offset-6{margin-left:50%;}.col-md-offset-7{margin-left:58.33333%;}.col-md-offset-8{margin-left:66.66667%;}.col-md-offset-9{margin-left:75%;}.col-md-offset-10{margin-left:83.33333%;}.col-md-offset-11{margin-left:91.66667%;}.col-md-offset-12{margin-left:100%;}}@media (min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left;}.col-lg-1{width:8.33333%;}.col-lg-2{width:16.66667%;}.col-lg-3{width:25%;}.col-lg-4{width:33.33333%;}.col-lg-5{width:41.66667%;}.col-lg-6{width:50%;}.col-lg-7{width:58.33333%;}.col-lg-8{width:66.66667%;}.col-lg-9{width:75%;}.col-lg-10{width:83.33333%;}.col-lg-11{width:91.66667%;}.col-lg-12{width:100%;}.col-lg-pull-0{right:auto;}.col-lg-pull-1{right:8.33333%;}.col-lg-pull-2{right:16.66667%;}.col-lg-pull-3{right:25%;}.col-lg-pull-4{right:33.33333%;}.col-lg-pull-5{right:41.66667%;}.col-lg-pull-6{right:50%;}.col-lg-pull-7{right:58.33333%;}.col-lg-pull-8{right:66.66667%;}.col-lg-pull-9{right:75%;}.col-lg-pull-10{right:83.33333%;}.col-lg-pull-11{right:91.66667%;}.col-lg-pull-12{right:100%;}.col-lg-push-0{left:auto;}.col-lg-push-1{left:8.33333%;}.col-lg-push-2{left:16.66667%;}.col-lg-push-3{left:25%;}.col-lg-push-4{left:33.33333%;}.col-lg-push-5{left:41.66667%;}.col-lg-push-6{left:50%;}.col-lg-push-7{left:58.33333%;}.col-lg-push-8{left:66.66667%;}.col-lg-push-9{left:75%;}.col-lg-push-10{left:83.33333%;}.col-lg-push-11{left:91.66667%;}.col-lg-push-12{left:100%;}.col-lg-offset-0{margin-left:0%;}.col-lg-offset-1{margin-left:8.33333%;}.col-lg-offset-2{margin-left:16.66667%;}.col-lg-offset-3{margin-left:25%;}.col-lg-offset-4{margin-left:33.33333%;}.col-lg-offset-5{margin-left:41.66667%;}.col-lg-offset-6{margin-left:50%;}.col-lg-offset-7{margin-left:58.33333%;}.col-lg-offset-8{margin-left:66.66667%;}.col-lg-offset-9{margin-left:75%;}.col-lg-offset-10{margin-left:83.33333%;}.col-lg-offset-11{margin-left:91.66667%;}.col-lg-offset-12{margin-left:100%;}}table{background-color:transparent;}caption{padding-top:8px;padding-bottom:8px;color:#777777;text-align:left;}th{text-align:left;}.table{width:100%;max-width:100%;margin-bottom:20px;}.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{padding:8px;line-height:1.42857;vertical-align:top;border-top:1px solid #ddd;}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd;}.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td{border-top:0;}.table>tbody+tbody{border-top:2px solid #ddd;}.table .table{background-color:#fff;}.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td{padding:5px;}.table-bordered{border:1px solid #ddd;}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td{border:1px solid #ddd;}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px;}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9;}.table-hover>tbody>tr:hover{background-color:#f5f5f5;}table col[class*="col-"]{position:static;float:none;display:table-column;}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell;}.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th{background-color:#f5f5f5;}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8;}.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th{background-color:#dff0d8;}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6;}.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th{background-color:#d9edf7;}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e4f3;}.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th{background-color:#fcf8e3;}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc;}.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th{background-color:#f2dede;}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc;}.table-responsive{overflow-x:auto;min-height:0.01%;}@media screen and (max-width: 767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;}.table-responsive>.table{margin-bottom:0;}.table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td{white-space:nowrap;}.table-responsive>.table-bordered{border:0;}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0;}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0;}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0;}}fieldset{padding:0;margin:0;border:0;min-width:0;}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold;}input[type="search"]{-moz-box-sizing:border-box;box-sizing:border-box;}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal;}input[type="file"]{display:block;}input[type="range"]{display:block;width:100%;}select[multiple],select[size]{height:auto;}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857;color:#555555;}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857;color:#555555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);}.form-control::-moz-placeholder{color:#999;opacity:1;}.form-control:-ms-input-placeholder{color:#999;}.form-control::-webkit-input-placeholder{color:#999;}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1;}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed;}textarea.form-control{height:auto;}input[type="search"]{-webkit-appearance:none;}@media screen and (-webkit-min-device-pixel-ratio: 0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px;}input[type="date"].input-sm,.input-group-sm>input[type="date"].form-control,.input-group-sm>input[type="date"].input-group-addon,.input-group-sm>.input-group-btn>input[type="date"].btn,input[type="date"].button,.input-group-sm input[type="date"],input[type="time"].input-sm,.input-group-sm>input[type="time"].form-control,.input-group-sm>input[type="time"].input-group-addon,.input-group-sm>.input-group-btn>input[type="time"].btn,input[type="time"].button,.input-group-sm input[type="time"],input[type="datetime-local"].input-sm,.input-group-sm>input[type="datetime-local"].form-control,.input-group-sm>input[type="datetime-local"].input-group-addon,.input-group-sm>.input-group-btn>input[type="datetime-local"].btn,input[type="datetime-local"].button,.input-group-sm input[type="datetime-local"],input[type="month"].input-sm,.input-group-sm>input[type="month"].form-control,.input-group-sm>input[type="month"].input-group-addon,.input-group-sm>.input-group-btn>input[type="month"].btn,input[type="month"].button,.input-group-sm input[type="month"]{line-height:30px;}input[type="date"].input-lg,.input-group-lg>input[type="date"].form-control,.input-group-lg>input[type="date"].input-group-addon,.input-group-lg>.input-group-btn>input[type="date"].btn,input[type="date"].button,.input-group-lg input[type="date"],input[type="time"].input-lg,.input-group-lg>input[type="time"].form-control,.input-group-lg>input[type="time"].input-group-addon,.input-group-lg>.input-group-btn>input[type="time"].btn,input[type="time"].button,.input-group-lg input[type="time"],input[type="datetime-local"].input-lg,.input-group-lg>input[type="datetime-local"].form-control,.input-group-lg>input[type="datetime-local"].input-group-addon,.input-group-lg>.input-group-btn>input[type="datetime-local"].btn,input[type="datetime-local"].button,.input-group-lg input[type="datetime-local"],input[type="month"].input-lg,.input-group-lg>input[type="month"].form-control,.input-group-lg>input[type="month"].input-group-addon,.input-group-lg>.input-group-btn>input[type="month"].btn,input[type="month"].button,.input-group-lg input[type="month"]{line-height:46px;}}.form-group{margin-bottom:15px;}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px;}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer;}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9;}.radio+.radio,.checkbox+.checkbox{margin-top:-5px;}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer;}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px;}input[type="radio"][disabled],input[type="radio"].disabled,fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="checkbox"].disabled,fieldset[disabled] input[type="checkbox"]{cursor:not-allowed;}.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline{cursor:not-allowed;}.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label{cursor:not-allowed;}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px;}.form-control-static.input-lg,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.form-control-static.button,.form-control-static.input-sm,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn,.form-control-static.button{padding-left:0;padding-right:0;}.input-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.button{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}select.input-sm,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.input-group-sm>.input-group-btn>select.btn,select.button{height:30px;line-height:30px;}textarea.input-sm,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,textarea.button,select[multiple].input-sm,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>.input-group-btn>select[multiple].btn,select[multiple].button{height:auto;}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}.form-group-sm select.form-control{height:30px;line-height:30px;}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto;}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5;}.input-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.button{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px;}select.input-lg,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.input-group-lg>.input-group-btn>select.btn,select.button{height:46px;line-height:46px;}textarea.input-lg,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.input-group-lg>.input-group-btn>textarea.btn,textarea.button,select[multiple].input-lg,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>.input-group-btn>select[multiple].btn,select[multiple].button{height:auto;}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px;}.form-group-lg select.form-control{height:46px;line-height:46px;}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto;}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.33333;}.has-feedback{position:relative;}.has-feedback .form-control{padding-right:42.5px;}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none;}.input-lg+.form-control-feedback,.input-lg+.input-group-lg>.form-control,.input-group-lg>.input-lg+.form-control,.input-lg+.input-group-lg>.input-group-addon,.input-group-lg>.input-lg+.input-group-addon,.input-lg+.input-group-lg>.input-group-btn>.btn,.input-group-lg>.input-group-btn>.input-lg+.btn,.input-lg+.button,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px;}.input-sm+.form-control-feedback,.input-sm+.input-group-sm>.form-control,.input-group-sm>.input-sm+.form-control,.input-sm+.input-group-sm>.input-group-addon,.input-group-sm>.input-sm+.input-group-addon,.input-sm+.input-group-sm>.input-group-btn>.btn,.input-group-sm>.input-group-btn>.input-sm+.btn,.input-sm+.button,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px;}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d;}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.has-success .form-control:focus{border-color:#2b542b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #67b168;}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8;}.has-success .form-control-feedback{color:#3c763d;}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b;}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.has-warning .form-control:focus{border-color:#66502c;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #c09f6b;}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3;}.has-warning .form-control-feedback{color:#8a6d3b;}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442;}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #ce8483;}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede;}.has-error .form-control-feedback{color:#a94442;}.has-feedback label ~ .form-control-feedback{top:25px;}.has-feedback label.sr-only ~ .form-control-feedback{top:0;}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373;}@media (min-width: 768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;}.form-inline .form-control-static{display:inline-block;}.form-inline .input-group{display:inline-table;vertical-align:middle;}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto;}.form-inline .input-group>.form-control{width:100%;}.form-inline .control-label{margin-bottom:0;vertical-align:middle;}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle;}.form-inline .radio label,.form-inline .checkbox label{padding-left:0;}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0;}.form-inline .has-feedback .form-control-feedback{top:0;}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px;}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px;}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px;}.form-horizontal .form-group:before,.form-horizontal .form-group:after{content:" ";display:table;}.form-horizontal .form-group:after{clear:both;}@media (min-width: 768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px;}}.form-horizontal .has-feedback .form-control-feedback{right:15px;}@media (min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33333px;font-size:18px;}}@media (min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px;}}.btn,.button{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.btn:focus,.button:focus,.btn.focus,.focus.button,.btn:active:focus,.button:active:focus,.btn:active.focus,.button:active.focus,.btn.active:focus,.active.button:focus,.btn.active.focus,.active.focus.button{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.btn:hover,.button:hover,.btn:focus,.button:focus,.btn.focus,.focus.button{color:#333;text-decoration:none;}.btn:active,.button:active,.btn.active,.active.button{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}.btn.disabled,.disabled.button,.btn[disabled],[disabled].button,fieldset[disabled] .btn,fieldset[disabled] .button{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);box-shadow:none;}a.btn.disabled,a.disabled.button,fieldset[disabled] a.btn,fieldset[disabled] a.button{pointer-events:none;}.btn-default{color:#333;background-color:#fff;border-color:#ccc;}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c;}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad;}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad;}.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c;}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{background-image:none;}.btn-default.disabled,.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled.active,.btn-default[disabled],.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled].active,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc;}.btn-default .badge{color:#fff;background-color:#333;}.btn-primary{color:#fff;background-color:#66A8CC;border-color:#539dc6;}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#4093bf;border-color:#265873;}.btn-primary:hover{color:#fff;background-color:#4093bf;border-color:#377ea4;}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#4093bf;border-color:#377ea4;}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{color:#fff;background-color:#377ea4;border-color:#265873;}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{background-image:none;}.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active{background-color:#66A8CC;border-color:#539dc6;}.btn-primary .badge{color:#66A8CC;background-color:#fff;}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4eae4c;}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#469d44;border-color:#265625;}.btn-success:hover{color:#fff;background-color:#469d44;border-color:#3b8439;}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#469d44;border-color:#3b8439;}.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus{color:#fff;background-color:#3b8439;border-color:#265625;}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{background-image:none;}.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled].active,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4eae4c;}.btn-success .badge{color:#5cb85c;background-color:#fff;}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46bada;}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b2d5;border-color:#1b6e85;}.btn-info:hover{color:#fff;background-color:#31b2d5;border-color:#269cbc;}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b2d5;border-color:#269cbc;}.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus{color:#fff;background-color:#269cbc;border-color:#1b6e85;}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{background-image:none;}.btn-info.disabled,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled].active,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46bada;}.btn-info .badge{color:#5bc0de;background-color:#fff;}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236;}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985c0d;}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58112;}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58112;}.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus{color:#fff;background-color:#d58412;border-color:#985c0d;}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{background-image:none;}.btn-warning.disabled,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236;}.btn-warning .badge{color:#f0ad4e;background-color:#fff;}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43d3a;}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c92e2c;border-color:#761919;}.btn-danger:hover{color:#fff;background-color:#c92e2c;border-color:#ac2525;}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c92e2c;border-color:#ac2525;}.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus{color:#fff;background-color:#ac2725;border-color:#761919;}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{background-image:none;}.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43d3a;}.btn-danger .badge{color:#d9534f;background-color:#fff;}.btn-link{color:#66A8CC;font-weight:normal;border-radius:0;}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none;}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent;}.btn-link:hover,.btn-link:focus{color:#3984ac;text-decoration:underline;background-color:transparent;}.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus{color:#777777;text-decoration:none;}.btn-lg,.btn-group-lg>.btn,.button{padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px;}.btn-sm,.btn-group-sm>.btn,.button{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}.btn-xs,.btn-group-xs>.btn,.button,footer .button{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px;}.btn-block{display:block;width:100%;}.btn-block+.btn-block{margin-top:5px;}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%;}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}.fade.in{opacity:1;}.collapse{display:none;}.collapse.in{display:block;}tr.collapse.in{display:table-row;}tbody.collapse.in{display:table-row-group;}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease;}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent;}.dropup,.dropdown{position:relative;}.dropdown-toggle:focus{outline:0;}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);border-radius:4px;box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857;color:#333333;white-space:nowrap;}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5;}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#66A8CC;}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777777;}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed;}.open>.dropdown-menu{display:block;}.open>a{outline:0;}.dropdown-menu-right{left:auto;right:0;}.dropdown-menu-left{left:0;right:auto;}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857;color:#777777;white-space:nowrap;}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990;}.pull-right>.dropdown-menu{right:0;left:auto;}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:"";}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px;}@media (min-width: 768px){.navbar-right .dropdown-menu{right:0;left:auto;}.navbar-right .dropdown-menu-left{left:0;right:auto;}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;}.btn-group>.btn,.btn-group>.button,.btn-group-vertical>.btn,.btn-group-vertical>.button{position:relative;float:left;}.btn-group>.btn:hover,.btn-group>.button:hover,.btn-group>.btn:focus,.btn-group>.button:focus,.btn-group>.btn:active,.btn-group>.button:active,.btn-group>.btn.active,.btn-group>.active.button,.btn-group-vertical>.btn:hover,.btn-group-vertical>.button:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.button:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.button:active,.btn-group-vertical>.btn.active,.btn-group-vertical>.active.button{z-index:2;}.btn-group .btn+.btn,.btn-group .btn+.button,.btn-group .btn+.button,.btn-group .btn+.btn-group,.btn-group .btn+.button,.btn-group .btn-group+.btn,.btn-group .btn-group+.button,.btn-group .btn-group+.btn-group{margin-left:-1px;}.btn-toolbar{margin-left:-5px;}.btn-toolbar:before,.btn-toolbar:after{content:" ";display:table;}.btn-toolbar:after{clear:both;}.btn-toolbar .btn,.btn-toolbar .button,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left;}.btn-toolbar>.btn,.btn-toolbar>.button,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px;}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group>.button:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0;}.btn-group>.btn:first-child,.btn-group>.button:first-child{margin-left:0;}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.button:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0;}.btn-group>.btn:last-child:not(:first-child),.btn-group>.button:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;}.btn-group>.btn-group{float:left;}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn-group:not(:first-child):not(:last-child)>.button{border-radius:0;}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.button:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0;}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group>.btn-group:last-child:not(:first-child)>.button:first-child{border-bottom-left-radius:0;border-top-left-radius:0;}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}.btn-group>.btn+.dropdown-toggle,.btn-group>.btn+.button{padding-left:8px;padding-right:8px;}.btn-group>.btn-lg+.dropdown-toggle,.btn-group>.btn-lg+.btn-group-lg>.btn,.btn-group-lg>.btn-group>.btn-lg+.btn,.btn-group>.btn-lg+.button{padding-left:12px;padding-right:12px;}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none;}.btn .caret,.btn .button{margin-left:0;}.btn-lg .caret,.btn-lg .btn-group-lg>.btn,.btn-group-lg>.btn-lg .btn,.btn-lg .button{border-width:5px 5px 0;border-bottom-width:0;}.dropup .btn-lg .caret,.dropup .btn-lg .btn-group-lg>.btn,.btn-group-lg>.dropup .btn-lg .btn,.dropup .btn-lg .button{border-width:0 5px 5px;}.btn-group-vertical>.btn,.btn-group-vertical>.button,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn,.btn-group-vertical>.btn-group>.button{display:block;float:none;width:100%;max-width:100%;}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{content:" ";display:table;}.btn-group-vertical>.btn-group:after{clear:both;}.btn-group-vertical>.btn-group>.btn,.btn-group-vertical>.btn-group>.button{float:none;}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.button,.btn-group-vertical>.btn+.button,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn+.button,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.button,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0;}.btn-group-vertical>.btn:not(:first-child):not(:last-child),.btn-group-vertical>.button:not(:first-child):not(:last-child){border-radius:0;}.btn-group-vertical>.btn:first-child:not(:last-child),.btn-group-vertical>.button:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;}.btn-group-vertical>.btn:last-child:not(:first-child),.btn-group-vertical>.button:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0;}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.button{border-radius:0;}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.button:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0;}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group-vertical>.btn-group:last-child:not(:first-child)>.button:first-child{border-top-right-radius:0;border-top-left-radius:0;}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate;}.btn-group-justified>.btn,.btn-group-justified>.button,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%;}.btn-group-justified>.btn-group .btn,.btn-group-justified>.btn-group .button{width:100%;}.btn-group-justified>.btn-group .dropdown-menu{left:auto;}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn .button,[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn .button,[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn .button,[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn .button{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none;}.input-group{position:relative;display:table;border-collapse:separate;}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0;}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0;}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell;}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0;}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle;}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555555;text-align:center;background-color:#eeeeee;border:1px solid #ccc;border-radius:4px;}.input-group-addon.input-sm,.input-group-sm>.input-group-addon.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn,.input-group-addon.button{padding:5px 10px;font-size:12px;border-radius:3px;}.input-group-addon.input-lg,.input-group-lg>.input-group-addon.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn,.input-group-addon.button{padding:10px 16px;font-size:18px;border-radius:6px;}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0;}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.button,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.btn-group>.button,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.button:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn-group:not(:last-child)>.button{border-bottom-right-radius:0;border-top-right-radius:0;}.input-group-addon:first-child{border-right:0;}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.button,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.btn-group>.button,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.button:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn-group:not(:first-child)>.button{border-bottom-left-radius:0;border-top-left-radius:0;}.input-group-addon:last-child{border-left:0;}.input-group-btn{position:relative;font-size:0;white-space:nowrap;}.input-group-btn>.btn,.input-group-btn>.button{position:relative;}.input-group-btn>.btn+.btn,.input-group-btn>.btn+.button,.input-group-btn>.btn+.button{margin-left:-1px;}.input-group-btn>.btn:hover,.input-group-btn>.button:hover,.input-group-btn>.btn:focus,.input-group-btn>.button:focus,.input-group-btn>.btn:active,.input-group-btn>.button:active{z-index:2;}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.button,.input-group-btn:first-child>.btn-group{margin-right:-1px;}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.button,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px;}.nav{margin-bottom:0;padding-left:0;list-style:none;}.nav:before,.nav:after{content:" ";display:table;}.nav:after{clear:both;}.nav>li{position:relative;display:block;}.nav>li>a{position:relative;display:block;padding:10px 15px;}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee;}.nav>li.disabled>a{color:#777777;}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777777;text-decoration:none;background-color:transparent;cursor:not-allowed;}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eeeeee;border-color:#66A8CC;}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}.nav>li>a>img{max-width:none;}.nav-tabs{border-bottom:1px solid #ddd;}.nav-tabs>li{float:left;margin-bottom:-1px;}.nav-tabs>li>a{margin-right:2px;line-height:1.42857;border:1px solid transparent;border-radius:4px 4px 0 0;}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #ddd;}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;}.nav-pills>li{float:left;}.nav-pills>li>a{border-radius:4px;}.nav-pills>li+li{margin-left:2px;}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#66A8CC;}.nav-stacked>li{float:none;}.nav-stacked>li+li{margin-top:2px;margin-left:0;}.nav-justified,.nav-tabs.nav-justified{width:100%;}.nav-justified>li,.nav-justified>.nav-tabs.nav-justified{float:none;}.nav-justified>li>a,.nav-justified>li>.nav-tabs.nav-justified{text-align:center;margin-bottom:5px;}.nav-justified>.dropdown .dropdown-menu,.nav-justified>.dropdown .nav-tabs.nav-justified{top:auto;left:auto;}@media (min-width: 768px){.nav-justified>li,.nav-justified>.nav-tabs.nav-justified{display:table-cell;width:1%;}.nav-justified>li>a,.nav-justified>li>.nav-tabs.nav-justified{margin-bottom:0;}}.nav-tabs-justified,.nav-tabs.nav-justified,.nav-tabs.nav-justified{border-bottom:0;}.nav-tabs-justified>li>a,.nav-tabs-justified>li>.nav-tabs.nav-justified,.nav-tabs-justified>li>.nav-tabs.nav-justified{margin-right:0;border-radius:4px;}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>.nav-tabs.nav-justified,.nav-tabs-justified>.active>.nav-tabs.nav-justified,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>.nav-tabs.nav-justified,.nav-tabs-justified>.active>.nav-tabs.nav-justified,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>.nav-tabs.nav-justified,.nav-tabs-justified>.active>.nav-tabs.nav-justified{border:1px solid #ddd;}@media (min-width: 768px){.nav-tabs-justified>li>a,.nav-tabs-justified>li>.nav-tabs.nav-justified,.nav-tabs-justified>li>.nav-tabs.nav-justified{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0;}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>.nav-tabs.nav-justified,.nav-tabs-justified>.active>.nav-tabs.nav-justified,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>.nav-tabs.nav-justified,.nav-tabs-justified>.active>.nav-tabs.nav-justified,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>.nav-tabs.nav-justified,.nav-tabs-justified>.active>.nav-tabs.nav-justified{border-bottom-color:#fff;}}.tab-content>.tab-pane{display:none;}.tab-content>.active{display:block;}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0;}.navbar,header nav{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent;}.navbar:before,header nav:before,.navbar:after,header nav:after{content:" ";display:table;}.navbar:after,header nav:after{clear:both;}@media (min-width: 768px){.navbar{border-radius:4px;}}.navbar-header:before,.navbar-header:after{content:" ";display:table;}.navbar-header:after{clear:both;}@media (min-width: 768px){.navbar-header{float:left;}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);-webkit-overflow-scrolling:touch;}.navbar-collapse:before,.navbar-collapse:after{content:" ";display:table;}.navbar-collapse:after{clear:both;}.navbar-collapse.in{overflow-y:auto;}@media (min-width: 768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none;}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important;}.navbar-collapse.in{overflow-y:visible;}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0;}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px;}@media (max-device-width: 480px) and (orientation: landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px;}}.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px;}@media (min-width: 768px){.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0;}}.navbar-static-top{z-index:1000;border-width:0 0 1px;}@media (min-width: 768px){.navbar-static-top{border-radius:0;}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;}@media (min-width: 768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0;}}.navbar-fixed-top{top:0;border-width:0 0 1px;}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0;}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px;}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none;}.navbar-brand>img{display:block;}@media (min-width: 768px){.navbar>.container .navbar-brand,.navbar>.container header nav,header .navbar>.container nav,.navbar>.container-fluid .navbar-brand,.navbar>.container-fluid header nav,header .navbar>.container-fluid nav{margin-left:-15px;}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px;}.navbar-toggle:focus{outline:0;}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px;}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px;}@media (min-width: 768px){.navbar-toggle{display:none;}}.navbar-nav{margin:7.5px -15px;}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px;}@media (max-width: 767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none;}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px;}.navbar-nav .open .dropdown-menu>li>a{line-height:20px;}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none;}}@media (min-width: 768px){.navbar-nav{float:left;margin:0;}.navbar-nav>li{float:left;}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px;}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.1);margin-top:8px;margin-bottom:8px;}@media (min-width: 768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle;}.navbar-form .form-control-static{display:inline-block;}.navbar-form .input-group{display:inline-table;vertical-align:middle;}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto;}.navbar-form .input-group>.form-control{width:100%;}.navbar-form .control-label{margin-bottom:0;vertical-align:middle;}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle;}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0;}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0;}.navbar-form .has-feedback .form-control-feedback{top:0;}}@media (max-width: 767px){.navbar-form .form-group{margin-bottom:5px;}.navbar-form .form-group:last-child{margin-bottom:0;}}@media (min-width: 768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;box-shadow:none;}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0;}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;}.navbar-btn{margin-top:8px;margin-bottom:8px;}.navbar-btn.btn-sm,.btn-group-sm>.navbar-btn.btn,.navbar-btn.button{margin-top:10px;margin-bottom:10px;}.navbar-btn.btn-xs,.btn-group-xs>.navbar-btn.btn,.navbar-btn.button,footer .navbar-btn.button{margin-top:14px;margin-bottom:14px;}.navbar-text{margin-top:15px;margin-bottom:15px;}@media (min-width: 768px){.navbar-text{float:left;margin-left:15px;margin-right:15px;}}@media (min-width: 768px){.navbar-left{float:left !important;}.navbar-right{float:right !important;margin-right:-15px;}.navbar-right ~ .navbar-right{margin-right:0;}}.navbar-default,header nav{background-color:#f8f8f8;border-color:#e7e7e7;}.navbar-default .navbar-brand,.navbar-default header nav,header .navbar-default nav{color:#777;}.navbar-default .navbar-brand:hover,.navbar-default header nav,header .navbar-default nav,.navbar-default .navbar-brand:focus,.navbar-default header nav,header .navbar-default nav{color:#5e5e5e;background-color:transparent;}.navbar-default .navbar-text,.navbar-default header nav,header .navbar-default nav{color:#777;}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>header nav,header .navbar-default .navbar-nav>li>nav{color:#777;}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>header nav,header .navbar-default .navbar-nav>li>nav,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>header nav,header .navbar-default .navbar-nav>li>nav{color:#333;background-color:transparent;}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>header nav,header .navbar-default .navbar-nav>.active>nav,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>header nav,header .navbar-default .navbar-nav>.active>nav,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>header nav,header .navbar-default .navbar-nav>.active>nav{color:#555;background-color:#e7e7e7;}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>header nav,header .navbar-default .navbar-nav>.disabled>nav,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>header nav,header .navbar-default .navbar-nav>.disabled>nav,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>header nav,header .navbar-default .navbar-nav>.disabled>nav{color:#ccc;background-color:transparent;}.navbar-default .navbar-toggle,.navbar-default header nav,header .navbar-default nav{border-color:#ddd;}.navbar-default .navbar-toggle:hover,.navbar-default header nav,header .navbar-default nav,.navbar-default .navbar-toggle:focus,.navbar-default header nav,header .navbar-default nav{background-color:#ddd;}.navbar-default .navbar-toggle .icon-bar,.navbar-default .navbar-toggle header nav,header .navbar-default .navbar-toggle nav{background-color:#888;}.navbar-default .navbar-collapse,.navbar-default header nav,header .navbar-default nav,.navbar-default .navbar-form,.navbar-default header nav,header .navbar-default nav{border-color:#e7e7e7;}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>header nav,header .navbar-default .navbar-nav>.open>nav,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>header nav,header .navbar-default .navbar-nav>.open>nav,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>header nav,header .navbar-default .navbar-nav>.open>nav{background-color:#e7e7e7;color:#555;}@media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu>li>header nav,header .navbar-default .navbar-nav .open .dropdown-menu>li>nav{color:#777;}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>header nav,header .navbar-default .navbar-nav .open .dropdown-menu>li>nav,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>header nav,header .navbar-default .navbar-nav .open .dropdown-menu>li>nav{color:#333;background-color:transparent;}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>header nav,header .navbar-default .navbar-nav .open .dropdown-menu>.active>nav,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>header nav,header .navbar-default .navbar-nav .open .dropdown-menu>.active>nav,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>header nav,header .navbar-default .navbar-nav .open .dropdown-menu>.active>nav{color:#555;background-color:#e7e7e7;}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>header nav,header .navbar-default .navbar-nav .open .dropdown-menu>.disabled>nav,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>header nav,header .navbar-default .navbar-nav .open .dropdown-menu>.disabled>nav,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>header nav,header .navbar-default .navbar-nav .open .dropdown-menu>.disabled>nav{color:#ccc;background-color:transparent;}}.navbar-default .navbar-link,.navbar-default header nav,header .navbar-default nav{color:#777;}.navbar-default .navbar-link:hover,.navbar-default header nav,header .navbar-default nav{color:#333;}.navbar-default .btn-link,.navbar-default header nav,header .navbar-default nav{color:#777;}.navbar-default .btn-link:hover,.navbar-default header nav,header .navbar-default nav,.navbar-default .btn-link:focus,.navbar-default header nav,header .navbar-default nav{color:#333;}.navbar-default .btn-link[disabled]:hover,.navbar-default header nav,header .navbar-default nav,.navbar-default .btn-link[disabled]:focus,.navbar-default header nav,header .navbar-default nav,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default header nav,header fieldset[disabled] .navbar-default nav,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default header nav,header fieldset[disabled] .navbar-default nav{color:#ccc;}.navbar-inverse{background-color:#222;border-color:#090909;}.navbar-inverse .navbar-brand{color:#9d9d9d;}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent;}.navbar-inverse .navbar-text{color:#9d9d9d;}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d;}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent;}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#090909;}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent;}.navbar-inverse .navbar-toggle{border-color:#333;}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333;}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff;}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010;}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#090909;color:#fff;}@media (max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909;}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909;}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d;}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent;}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#090909;}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent;}}.navbar-inverse .navbar-link{color:#9d9d9d;}.navbar-inverse .navbar-link:hover{color:#fff;}.navbar-inverse .btn-link{color:#9d9d9d;}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff;}.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444;}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px;}.breadcrumb>li{display:inline-block;}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc;}.breadcrumb>.active{color:#777777;}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}.pagination>li{display:inline;}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#66A8CC;background-color:#fff;border:1px solid #ddd;margin-left:-1px;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px;}.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus{z-index:3;color:#3984ac;background-color:#eeeeee;border-color:#ddd;}.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#66A8CC;border-color:#66A8CC;cursor:default;}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777777;background-color:#fff;border-color:#ddd;cursor:not-allowed;}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.33333;}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px;}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5;}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px;}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center;}.pager:before,.pager:after{content:" ";display:table;}.pager:after{clear:both;}.pager li{display:inline;}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px;}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eeeeee;}.pager .next>a,.pager .next>span{float:right;}.pager .previous>a,.pager .previous>span{float:left;}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777777;background-color:#fff;cursor:not-allowed;}.label{display:inline;padding:0.2em 0.6em 0.3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0.25em;}.label:empty{display:none;}.btn .label,.btn .button{position:relative;top:-1px;}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer;}.label-default{background-color:#777777;}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e;}.label-primary{background-color:#66A8CC;}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#4093bf;}.label-success{background-color:#5cb85c;}.label-success[href]:hover,.label-success[href]:focus{background-color:#469d44;}.label-info{background-color:#5bc0de;}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b2d5;}.label-warning{background-color:#f0ad4e;}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f;}.label-danger{background-color:#d9534f;}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c92e2c;}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777777;border-radius:10px;}.badge:empty{display:none;}.btn .badge,.btn .button{position:relative;top:-1px;}.btn-xs .badge,.btn-xs .btn-group-xs>.btn,.btn-group-xs>.btn-xs .btn,.btn-xs .button,.btn-xs footer .button,footer .btn-xs .button,.btn-group-xs>.btn .badge,.btn-group-xs>.btn .button{top:0;padding:1px 5px;}.list-group-item.active>.badge,.list-group-item.active>.active.plugin-entry,.list-group-item.active>.active.plugin-list-empty,.nav-pills>.active>a>.badge{color:#66A8CC;background-color:#fff;}.list-group-item>.badge,.list-group-item>.plugin-entry,.list-group-item>.plugin-list-empty{float:right;}.list-group-item>.badge+.badge,.list-group-item>.badge+.plugin-entry,.list-group-item>.badge+.plugin-list-empty{margin-right:5px;}.nav-pills>li>a>.badge{margin-left:3px;}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer;}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eeeeee;}.jumbotron h1,.jumbotron .h1{color:inherit;}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200;}.jumbotron>hr{border-top-color:#d5d5d5;}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;}.jumbotron .container{max-width:100%;}@media screen and (min-width: 768px){.jumbotron{padding-top:48px;padding-bottom:48px;}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px;}.jumbotron h1,.jumbotron .h1{font-size:63px;}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border 0.2s ease-in-out;transition:border 0.2s ease-in-out;}.thumbnail>img,.thumbnail a>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto;}.thumbnail .caption{padding:9px;color:#333333;}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#66A8CC;}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;}.alert h4{margin-top:0;color:inherit;}.alert .alert-link{font-weight:bold;}.alert>p,.alert>ul{margin-bottom:0;}.alert>p+p{margin-top:5px;}.alert-dismissable,.alert-dismissible{padding-right:35px;}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit;}.alert-success{background-color:#dff0d8;border-color:#d7e9c6;color:#3c763d;}.alert-success hr{border-top-color:#cae2b3;}.alert-success .alert-link{color:#2b542b;}.alert-info{background-color:#d9edf7;border-color:#bce9f1;color:#31708f;}.alert-info hr{border-top-color:#a6e2ec;}.alert-info .alert-link{color:#245369;}.alert-warning{background-color:#fcf8e3;border-color:#faeacc;color:#8a6d3b;}.alert-warning hr{border-top-color:#f7e0b5;}.alert-warning .alert-link{color:#66502c;}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442;}.alert-danger hr{border-top-color:#e4b9c0;}.alert-danger .alert-link{color:#843534;}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#66A8CC;box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-transition:width 0.6s ease;transition:width 0.6s ease;}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:40px 40px;}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}.progress-bar-success{background-color:#5cb85c;}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-bar-info{background-color:#5bc0de;}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-bar-warning{background-color:#f0ad4e;}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-bar-danger{background-color:#d9534f;}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.media{margin-top:15px;}.media:first-child{margin-top:0;}.media,.media-body{zoom:1;overflow:hidden;}.media-body{width:10000px;}.media-object{display:block;}.media-object.img-thumbnail{max-width:none;}.media-right,.media>.pull-right{padding-left:10px;}.media-left,.media>.pull-left{padding-right:10px;}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top;}.media-middle{vertical-align:middle;}.media-bottom{vertical-align:bottom;}.media-heading{margin-top:0;margin-bottom:5px;}.media-list{padding-left:0;list-style:none;}.list-group,.plugin-list{margin-bottom:20px;padding-left:0;}.list-group-item,.plugin-entry,.plugin-list-empty{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd;}.list-group-item:first-child,.plugin-entry:first-child,.plugin-list-empty:first-child{border-top-right-radius:4px;border-top-left-radius:4px;}.list-group-item:last-child,.plugin-entry:last-child,.plugin-list-empty:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}a.list-group-item,a.plugin-entry,a.plugin-list-empty,button.list-group-item,button.plugin-entry,button.plugin-list-empty{color:#555;}a.list-group-item .list-group-item-heading,a.list-group-item a.plugin-entry,a.list-group-item a.plugin-list-empty,button.list-group-item .list-group-item-heading,button.list-group-item button.plugin-entry,button.list-group-item button.plugin-list-empty{color:#333;}a.list-group-item:hover,a.plugin-entry:hover,a.plugin-list-empty:hover,a.list-group-item:focus,a.plugin-entry:focus,a.plugin-list-empty:focus,button.list-group-item:hover,button.plugin-entry:hover,button.plugin-list-empty:hover,button.list-group-item:focus,button.plugin-entry:focus,button.plugin-list-empty:focus{text-decoration:none;color:#555;background-color:#f5f5f5;}button.list-group-item,button.plugin-entry,button.plugin-list-empty{width:100%;text-align:left;}.list-group-item.disabled,.disabled.plugin-entry,.disabled.plugin-list-empty,.list-group-item.disabled:hover,.disabled.plugin-entry:hover,.disabled.plugin-list-empty:hover,.list-group-item.disabled:focus,.disabled.plugin-entry:focus,.disabled.plugin-list-empty:focus{background-color:#eeeeee;color:#777777;cursor:not-allowed;}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled .disabled.plugin-entry,.list-group-item.disabled .disabled.plugin-list-empty,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:hover .disabled.plugin-entry:hover,.list-group-item.disabled:hover .disabled.plugin-list-empty:hover,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:focus .disabled.plugin-entry:focus,.list-group-item.disabled:focus .disabled.plugin-list-empty:focus{color:inherit;}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled .disabled.plugin-entry,.list-group-item.disabled .disabled.plugin-list-empty,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:hover .disabled.plugin-entry:hover,.list-group-item.disabled:hover .disabled.plugin-list-empty:hover,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:focus .disabled.plugin-entry:focus,.list-group-item.disabled:focus .disabled.plugin-list-empty:focus{color:#777777;}.list-group-item.active,.active.plugin-entry,.active.plugin-list-empty,.list-group-item.active:hover,.active.plugin-entry:hover,.active.plugin-list-empty:hover,.list-group-item.active:focus,.active.plugin-entry:focus,.active.plugin-list-empty:focus{z-index:2;color:#fff;background-color:#66A8CC;border-color:#66A8CC;}.list-group-item.active .list-group-item-heading,.list-group-item.active .active.plugin-entry,.list-group-item.active .active.plugin-list-empty,.list-group-item.active .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.active.plugin-entry,.list-group-item.active .list-group-item-heading>.active.plugin-list-empty,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>.active.plugin-entry,.list-group-item.active .list-group-item-heading>.active.plugin-list-empty,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .active.plugin-entry:hover,.list-group-item.active:hover .active.plugin-list-empty:hover,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>.active.plugin-entry:hover,.list-group-item.active:hover .list-group-item-heading>.active.plugin-list-empty:hover,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.active.plugin-entry:hover,.list-group-item.active:hover .list-group-item-heading>.active.plugin-list-empty:hover,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .active.plugin-entry:focus,.list-group-item.active:focus .active.plugin-list-empty:focus,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>.active.plugin-entry:focus,.list-group-item.active:focus .list-group-item-heading>.active.plugin-list-empty:focus,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.active.plugin-entry:focus,.list-group-item.active:focus .list-group-item-heading>.active.plugin-list-empty:focus{color:inherit;}.list-group-item.active .list-group-item-text,.list-group-item.active .active.plugin-entry,.list-group-item.active .active.plugin-list-empty,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:hover .active.plugin-entry:hover,.list-group-item.active:hover .active.plugin-list-empty:hover,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:focus .active.plugin-entry:focus,.list-group-item.active:focus .active.plugin-list-empty:focus{color:white;}.list-group-item-success{color:#3c763d;background-color:#dff0d8;}a.list-group-item-success,button.list-group-item-success{color:#3c763d;}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit;}a.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:hover,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6;}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active,button.list-group-item-success.active:hover,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d;}.list-group-item-info{color:#31708f;background-color:#d9edf7;}a.list-group-item-info,button.list-group-item-info{color:#31708f;}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit;}a.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:hover,button.list-group-item-info:focus{color:#31708f;background-color:#c4e4f3;}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active,button.list-group-item-info.active:hover,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f;}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3;}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b;}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit;}a.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:hover,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc;}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active,button.list-group-item-warning.active:hover,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b;}.list-group-item-danger{color:#a94442;background-color:#f2dede;}a.list-group-item-danger,button.list-group-item-danger{color:#a94442;}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit;}a.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:hover,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc;}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active,button.list-group-item-danger.active:hover,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442;}.list-group-item-heading{margin-top:0;margin-bottom:5px;}.list-group-item-text{margin-bottom:0;line-height:1.3;}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);}.panel-body,.plugin-info{padding:15px;}.panel-body:before,.plugin-info:before,.panel-body:after,.plugin-info:after{content:" ";display:table;}.panel-body:after,.plugin-info:after{clear:both;}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px;}.panel-heading>.dropdown .dropdown-toggle{color:inherit;}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit;}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit;}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel>.list-group,.panel>.plugin-list,.panel>.panel-collapse>.list-group,.panel>.panel-collapse>.plugin-list{margin-bottom:0;}.panel>.list-group .list-group-item,.panel>.list-group .plugin-list,.panel>.list-group .plugin-entry,.panel>.list-group .plugin-list-empty,.panel>.panel-collapse>.list-group .list-group-item,.panel>.panel-collapse>.list-group .plugin-list,.panel>.panel-collapse>.list-group .plugin-entry,.panel>.panel-collapse>.list-group .plugin-list-empty{border-width:1px 0;border-radius:0;}.panel>.list-group:first-child .list-group-item:first-child,.panel>.list-group:first-child .plugin-list:first-child,.panel>.list-group:first-child .plugin-entry:first-child,.panel>.list-group:first-child .plugin-list-empty:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .plugin-list:first-child,.panel>.panel-collapse>.list-group:first-child .plugin-entry:first-child,.panel>.panel-collapse>.list-group:first-child .plugin-list-empty:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px;}.panel>.list-group:last-child .list-group-item:last-child,.panel>.list-group:last-child .plugin-list:last-child,.panel>.list-group:last-child .plugin-entry:last-child,.panel>.list-group:last-child .plugin-list-empty:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .plugin-list:last-child,.panel>.panel-collapse>.list-group:last-child .plugin-entry:last-child,.panel>.panel-collapse>.list-group:last-child .plugin-list-empty:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child,.panel>.panel-heading+.panel-collapse>.list-group .plugin-list,.panel>.panel-heading+.panel-collapse>.list-group .plugin-entry:first-child,.panel>.panel-heading+.panel-collapse>.list-group .plugin-list-empty:first-child{border-top-right-radius:0;border-top-left-radius:0;}.panel-heading+.list-group .list-group-item:first-child,.panel-heading+.list-group .plugin-list,.panel-heading+.list-group .plugin-entry:first-child,.panel-heading+.list-group .plugin-list-empty:first-child{border-top-width:0;}.list-group+.panel-footer,.list-group+.plugin-list{border-top-width:0;}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0;}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px;}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px;}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px;}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px;}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px;}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px;}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px;}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px;}.panel>.panel-body+.table,.panel>.panel-body+.plugin-info,.panel>.panel-body+.table-responsive,.panel>.panel-body+.plugin-info,.panel>.table+.panel-body,.panel>.table+.plugin-info,.panel>.table-responsive+.panel-body,.panel>.table-responsive+.plugin-info{border-top:1px solid #ddd;}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0;}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0;}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0;}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0;}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0;}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}.panel>.table-responsive{border:0;margin-bottom:0;}.panel-group{margin-bottom:20px;}.panel-group .panel{margin-bottom:0;border-radius:4px;}.panel-group .panel+.panel{margin-top:5px;}.panel-group .panel-heading{border-bottom:0;}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.plugin-info,.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.plugin-list{border-top:1px solid #ddd;}.panel-group .panel-footer{border-top:0;}.panel-group .panel-footer+.panel-collapse .panel-body,.panel-group .panel-footer+.panel-collapse .plugin-info{border-bottom:1px solid #ddd;}.panel-default{border-color:#ddd;}.panel-default>.panel-heading{color:#333333;background-color:#f5f5f5;border-color:#ddd;}.panel-default>.panel-heading+.panel-collapse>.panel-body,.panel-default>.panel-heading+.panel-collapse>.plugin-info{border-top-color:#ddd;}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333333;}.panel-default>.panel-footer+.panel-collapse>.panel-body,.panel-default>.panel-footer+.panel-collapse>.plugin-info{border-bottom-color:#ddd;}.panel-primary{border-color:#66A8CC;}.panel-primary>.panel-heading{color:#fff;background-color:#66A8CC;border-color:#66A8CC;}.panel-primary>.panel-heading+.panel-collapse>.panel-body,.panel-primary>.panel-heading+.panel-collapse>.plugin-info{border-top-color:#66A8CC;}.panel-primary>.panel-heading .badge{color:#66A8CC;background-color:#fff;}.panel-primary>.panel-footer+.panel-collapse>.panel-body,.panel-primary>.panel-footer+.panel-collapse>.plugin-info{border-bottom-color:#66A8CC;}.panel-success{border-color:#d7e9c6;}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d7e9c6;}.panel-success>.panel-heading+.panel-collapse>.panel-body,.panel-success>.panel-heading+.panel-collapse>.plugin-info{border-top-color:#d7e9c6;}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d;}.panel-success>.panel-footer+.panel-collapse>.panel-body,.panel-success>.panel-footer+.panel-collapse>.plugin-info{border-bottom-color:#d7e9c6;}.panel-info{border-color:#bce9f1;}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce9f1;}.panel-info>.panel-heading+.panel-collapse>.panel-body,.panel-info>.panel-heading+.panel-collapse>.plugin-info{border-top-color:#bce9f1;}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f;}.panel-info>.panel-footer+.panel-collapse>.panel-body,.panel-info>.panel-footer+.panel-collapse>.plugin-info{border-bottom-color:#bce9f1;}.panel-warning{border-color:#faeacc;}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faeacc;}.panel-warning>.panel-heading+.panel-collapse>.panel-body,.panel-warning>.panel-heading+.panel-collapse>.plugin-info{border-top-color:#faeacc;}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b;}.panel-warning>.panel-footer+.panel-collapse>.panel-body,.panel-warning>.panel-footer+.panel-collapse>.plugin-info{border-bottom-color:#faeacc;}.panel-danger{border-color:#ebccd1;}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1;}.panel-danger>.panel-heading+.panel-collapse>.panel-body,.panel-danger>.panel-heading+.panel-collapse>.plugin-info{border-top-color:#ebccd1;}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442;}.panel-danger>.panel-footer+.panel-collapse>.panel-body,.panel-danger>.panel-footer+.panel-collapse>.plugin-info{border-bottom-color:#ebccd1;}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden;}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0;}.embed-responsive-16by9{padding-bottom:56.25%;}.embed-responsive-4by3{padding-bottom:75%;}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);}.well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15);}.well-lg{padding:24px;border-radius:6px;}.well-sm{padding:9px;border-radius:3px;}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:0.2;filter:alpha(opacity=20);}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50);}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}.modal-open{overflow:hidden;}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0;}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}.modal-open .modal{overflow-x:hidden;overflow-y:auto;}.modal-dialog{position:relative;width:auto;margin:10px;}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);background-clip:padding-box;outline:0;}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0);}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50);}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857px;}.modal-header .close{margin-top:-2px;}.modal-title{margin:0;line-height:1.42857;}.modal-body{position:relative;padding:15px;}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5;}.modal-footer:before,.modal-footer:after{content:" ";display:table;}.modal-footer:after{clear:both;}.modal-footer .btn+.btn,.modal-footer .btn+.button,.modal-footer .btn+.button{margin-left:5px;margin-bottom:0;}.modal-footer .btn-group .btn+.btn,.modal-footer .btn-group .btn+.button,.modal-footer .btn-group .btn+.button{margin-left:-1px;}.modal-footer .btn-block+.btn-block{margin-left:0;}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll;}@media (min-width: 768px){.modal-dialog{width:600px;margin:30px auto;}.modal-content{box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);}.modal-sm{width:300px;}}@media (min-width: 992px){.modal-lg{width:900px;}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.9;filter:alpha(opacity=90);}.tooltip.top{margin-top:-3px;padding:5px 0;}.tooltip.right{margin-left:3px;padding:0 5px;}.tooltip.bottom{margin-top:3px;padding:5px 0;}.tooltip.left{margin-left:-3px;padding:0 5px;}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px;}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000;}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000;}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000;}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000;}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000;}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000;}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000;}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000;}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);}.popover.top{margin-top:-10px;}.popover.right{margin-left:10px;}.popover.bottom{margin-top:10px;}.popover.left{margin-left:-10px;}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0;}.popover-content{padding:9px 14px;}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;}.popover>.arrow{border-width:11px;}.popover>.arrow:after{border-width:10px;content:"";}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0, 0, 0, 0.25);bottom:-11px;}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff;}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0, 0, 0, 0.25);}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff;}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0, 0, 0, 0.25);top:-11px;}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff;}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0, 0, 0, 0.25);}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px;}.carousel{position:relative;}.carousel-inner{position:relative;overflow:hidden;width:100%;}.carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto;line-height:1;}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0;}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0;}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0;}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block;}.carousel-inner>.active{left:0;}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%;}.carousel-inner>.next{left:100%;}.carousel-inner>.prev{left:-100%;}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0;}.carousel-inner>.active.left{left:-100%;}.carousel-inner>.active.right{left:100%;}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block;}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px;}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px;}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif;}.carousel-control .icon-prev:before{content:'\2039';}.carousel-control .icon-next:before{content:'\203a';}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center;}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0, 0, 0, 0);}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff;}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);}.carousel-caption .btn,.carousel-caption .button{text-shadow:none;}@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px;}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px;}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px;}.carousel-caption{left:20%;right:20%;padding-bottom:30px;}.carousel-indicators{bottom:20px;}}.clearfix:before,.clearfix:after{content:" ";display:table;}.clearfix:after{clear:both;}.center-block{display:block;margin-left:auto;margin-right:auto;}.pull-right{float:right !important;}.pull-left{float:left !important;}.hide{display:none !important;}.show{display:block !important;}.invisible{visibility:hidden;}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}.hidden{display:none !important;}.affix{position:fixed;}@at-root{@-ms-viewport{width:device-width;}}.visible-xs{display:none !important;}.visible-sm{display:none !important;}.visible-md{display:none !important;}.visible-lg{display:none !important;}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important;}@media (max-width: 767px){.visible-xs{display:block !important;}table.visible-xs{display:table !important;}tr.visible-xs{display:table-row !important;}th.visible-xs,td.visible-xs{display:table-cell !important;}}@media (max-width: 767px){.visible-xs-block{display:block !important;}}@media (max-width: 767px){.visible-xs-inline{display:inline !important;}}@media (max-width: 767px){.visible-xs-inline-block{display:inline-block !important;}}@media (min-width: 768px) and (max-width: 991px){.visible-sm{display:block !important;}table.visible-sm{display:table !important;}tr.visible-sm{display:table-row !important;}th.visible-sm,td.visible-sm{display:table-cell !important;}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-block{display:block !important;}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline{display:inline !important;}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline-block{display:inline-block !important;}}@media (min-width: 992px) and (max-width: 1199px){.visible-md{display:block !important;}table.visible-md{display:table !important;}tr.visible-md{display:table-row !important;}th.visible-md,td.visible-md{display:table-cell !important;}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-block{display:block !important;}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline{display:inline !important;}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline-block{display:inline-block !important;}}@media (min-width: 1200px){.visible-lg{display:block !important;}table.visible-lg{display:table !important;}tr.visible-lg{display:table-row !important;}th.visible-lg,td.visible-lg{display:table-cell !important;}}@media (min-width: 1200px){.visible-lg-block{display:block !important;}}@media (min-width: 1200px){.visible-lg-inline{display:inline !important;}}@media (min-width: 1200px){.visible-lg-inline-block{display:inline-block !important;}}@media (max-width: 767px){.hidden-xs{display:none !important;}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important;}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important;}}@media (min-width: 1200px){.hidden-lg{display:none !important;}}.visible-print{display:none !important;}@media print{.visible-print{display:block !important;}table.visible-print{display:table !important;}tr.visible-print{display:table-row !important;}th.visible-print,td.visible-print{display:table-cell !important;}}.visible-print-block{display:none !important;}@media print{.visible-print-block{display:block !important;}}.visible-print-inline{display:none !important;}@media print{.visible-print-inline{display:inline !important;}}.visible-print-inline-block{display:none !important;}@media print{.visible-print-inline-block{display:inline-block !important;}}@media print{.hidden-print{display:none !important;}}/*! + * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.fa-lg{font-size:1.33333em;line-height:0.75em;vertical-align:-15%;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-fw{width:1.28571em;text-align:center;}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none;}.fa-ul>li{position:relative;}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:0.14286em;text-align:center;}.fa-li.fa-lg{left:-1.85714em;}.fa-border{padding:0.2em 0.25em 0.15em;border:solid 0.08em #eee;border-radius:0.1em;}.fa-pull-left{float:left;}.fa-pull-right{float:right;}.fa.fa-pull-left{margin-right:0.3em;}.fa.fa-pull-right{margin-left:0.3em;}.pull-right{float:right;}.pull-left{float:left;}.fa.pull-left{margin-right:0.3em;}.fa.pull-right{margin-left:0.3em;}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1);}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1);}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none;}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center;}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:#fff;}.fa-glass:before{content:"\f000";}.fa-music:before{content:"\f001";}.fa-search:before{content:"\f002";}.fa-envelope-o:before{content:"\f003";}.fa-heart:before{content:"\f004";}.fa-star:before{content:"\f005";}.fa-star-o:before{content:"\f006";}.fa-user:before{content:"\f007";}.fa-film:before{content:"\f008";}.fa-th-large:before{content:"\f009";}.fa-th:before{content:"\f00a";}.fa-th-list:before{content:"\f00b";}.fa-check:before{content:"\f00c";}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d";}.fa-search-plus:before{content:"\f00e";}.fa-search-minus:before{content:"\f010";}.fa-power-off:before{content:"\f011";}.fa-signal:before{content:"\f012";}.fa-gear:before,.fa-cog:before{content:"\f013";}.fa-trash-o:before{content:"\f014";}.fa-home:before{content:"\f015";}.fa-file-o:before{content:"\f016";}.fa-clock-o:before{content:"\f017";}.fa-road:before{content:"\f018";}.fa-download:before{content:"\f019";}.fa-arrow-circle-o-down:before{content:"\f01a";}.fa-arrow-circle-o-up:before{content:"\f01b";}.fa-inbox:before{content:"\f01c";}.fa-play-circle-o:before{content:"\f01d";}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e";}.fa-refresh:before{content:"\f021";}.fa-list-alt:before{content:"\f022";}.fa-lock:before{content:"\f023";}.fa-flag:before{content:"\f024";}.fa-headphones:before{content:"\f025";}.fa-volume-off:before{content:"\f026";}.fa-volume-down:before{content:"\f027";}.fa-volume-up:before{content:"\f028";}.fa-qrcode:before{content:"\f029";}.fa-barcode:before{content:"\f02a";}.fa-tag:before{content:"\f02b";}.fa-tags:before{content:"\f02c";}.fa-book:before{content:"\f02d";}.fa-bookmark:before{content:"\f02e";}.fa-print:before{content:"\f02f";}.fa-camera:before{content:"\f030";}.fa-font:before{content:"\f031";}.fa-bold:before{content:"\f032";}.fa-italic:before{content:"\f033";}.fa-text-height:before{content:"\f034";}.fa-text-width:before{content:"\f035";}.fa-align-left:before{content:"\f036";}.fa-align-center:before{content:"\f037";}.fa-align-right:before{content:"\f038";}.fa-align-justify:before{content:"\f039";}.fa-list:before{content:"\f03a";}.fa-dedent:before,.fa-outdent:before{content:"\f03b";}.fa-indent:before{content:"\f03c";}.fa-video-camera:before{content:"\f03d";}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e";}.fa-pencil:before{content:"\f040";}.fa-map-marker:before{content:"\f041";}.fa-adjust:before{content:"\f042";}.fa-tint:before{content:"\f043";}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044";}.fa-share-square-o:before{content:"\f045";}.fa-check-square-o:before{content:"\f046";}.fa-arrows:before{content:"\f047";}.fa-step-backward:before{content:"\f048";}.fa-fast-backward:before{content:"\f049";}.fa-backward:before{content:"\f04a";}.fa-play:before{content:"\f04b";}.fa-pause:before{content:"\f04c";}.fa-stop:before{content:"\f04d";}.fa-forward:before{content:"\f04e";}.fa-fast-forward:before{content:"\f050";}.fa-step-forward:before{content:"\f051";}.fa-eject:before{content:"\f052";}.fa-chevron-left:before{content:"\f053";}.fa-chevron-right:before{content:"\f054";}.fa-plus-circle:before{content:"\f055";}.fa-minus-circle:before{content:"\f056";}.fa-times-circle:before{content:"\f057";}.fa-check-circle:before{content:"\f058";}.fa-question-circle:before{content:"\f059";}.fa-info-circle:before{content:"\f05a";}.fa-crosshairs:before{content:"\f05b";}.fa-times-circle-o:before{content:"\f05c";}.fa-check-circle-o:before{content:"\f05d";}.fa-ban:before{content:"\f05e";}.fa-arrow-left:before{content:"\f060";}.fa-arrow-right:before{content:"\f061";}.fa-arrow-up:before{content:"\f062";}.fa-arrow-down:before{content:"\f063";}.fa-mail-forward:before,.fa-share:before{content:"\f064";}.fa-expand:before{content:"\f065";}.fa-compress:before{content:"\f066";}.fa-plus:before{content:"\f067";}.fa-minus:before{content:"\f068";}.fa-asterisk:before{content:"\f069";}.fa-exclamation-circle:before{content:"\f06a";}.fa-gift:before{content:"\f06b";}.fa-leaf:before{content:"\f06c";}.fa-fire:before{content:"\f06d";}.fa-eye:before{content:"\f06e";}.fa-eye-slash:before{content:"\f070";}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071";}.fa-plane:before{content:"\f072";}.fa-calendar:before{content:"\f073";}.fa-random:before{content:"\f074";}.fa-comment:before{content:"\f075";}.fa-magnet:before{content:"\f076";}.fa-chevron-up:before{content:"\f077";}.fa-chevron-down:before{content:"\f078";}.fa-retweet:before{content:"\f079";}.fa-shopping-cart:before{content:"\f07a";}.fa-folder:before{content:"\f07b";}.fa-folder-open:before{content:"\f07c";}.fa-arrows-v:before{content:"\f07d";}.fa-arrows-h:before{content:"\f07e";}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080";}.fa-twitter-square:before{content:"\f081";}.fa-facebook-square:before{content:"\f082";}.fa-camera-retro:before{content:"\f083";}.fa-key:before{content:"\f084";}.fa-gears:before,.fa-cogs:before{content:"\f085";}.fa-comments:before{content:"\f086";}.fa-thumbs-o-up:before{content:"\f087";}.fa-thumbs-o-down:before{content:"\f088";}.fa-star-half:before{content:"\f089";}.fa-heart-o:before{content:"\f08a";}.fa-sign-out:before{content:"\f08b";}.fa-linkedin-square:before{content:"\f08c";}.fa-thumb-tack:before{content:"\f08d";}.fa-external-link:before{content:"\f08e";}.fa-sign-in:before{content:"\f090";}.fa-trophy:before{content:"\f091";}.fa-github-square:before{content:"\f092";}.fa-upload:before{content:"\f093";}.fa-lemon-o:before{content:"\f094";}.fa-phone:before{content:"\f095";}.fa-square-o:before{content:"\f096";}.fa-bookmark-o:before{content:"\f097";}.fa-phone-square:before{content:"\f098";}.fa-twitter:before{content:"\f099";}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a";}.fa-github:before{content:"\f09b";}.fa-unlock:before{content:"\f09c";}.fa-credit-card:before{content:"\f09d";}.fa-feed:before,.fa-rss:before{content:"\f09e";}.fa-hdd-o:before{content:"\f0a0";}.fa-bullhorn:before{content:"\f0a1";}.fa-bell:before{content:"\f0f3";}.fa-certificate:before{content:"\f0a3";}.fa-hand-o-right:before{content:"\f0a4";}.fa-hand-o-left:before{content:"\f0a5";}.fa-hand-o-up:before{content:"\f0a6";}.fa-hand-o-down:before{content:"\f0a7";}.fa-arrow-circle-left:before{content:"\f0a8";}.fa-arrow-circle-right:before{content:"\f0a9";}.fa-arrow-circle-up:before{content:"\f0aa";}.fa-arrow-circle-down:before{content:"\f0ab";}.fa-globe:before{content:"\f0ac";}.fa-wrench:before{content:"\f0ad";}.fa-tasks:before{content:"\f0ae";}.fa-filter:before{content:"\f0b0";}.fa-briefcase:before{content:"\f0b1";}.fa-arrows-alt:before{content:"\f0b2";}.fa-group:before,.fa-users:before{content:"\f0c0";}.fa-chain:before,.fa-link:before{content:"\f0c1";}.fa-cloud:before{content:"\f0c2";}.fa-flask:before{content:"\f0c3";}.fa-cut:before,.fa-scissors:before{content:"\f0c4";}.fa-copy:before,.fa-files-o:before{content:"\f0c5";}.fa-paperclip:before{content:"\f0c6";}.fa-save:before,.fa-floppy-o:before{content:"\f0c7";}.fa-square:before{content:"\f0c8";}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9";}.fa-list-ul:before{content:"\f0ca";}.fa-list-ol:before{content:"\f0cb";}.fa-strikethrough:before{content:"\f0cc";}.fa-underline:before{content:"\f0cd";}.fa-table:before{content:"\f0ce";}.fa-magic:before{content:"\f0d0";}.fa-truck:before{content:"\f0d1";}.fa-pinterest:before{content:"\f0d2";}.fa-pinterest-square:before{content:"\f0d3";}.fa-google-plus-square:before{content:"\f0d4";}.fa-google-plus:before{content:"\f0d5";}.fa-money:before{content:"\f0d6";}.fa-caret-down:before{content:"\f0d7";}.fa-caret-up:before{content:"\f0d8";}.fa-caret-left:before{content:"\f0d9";}.fa-caret-right:before{content:"\f0da";}.fa-columns:before{content:"\f0db";}.fa-unsorted:before,.fa-sort:before{content:"\f0dc";}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd";}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de";}.fa-envelope:before{content:"\f0e0";}.fa-linkedin:before{content:"\f0e1";}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2";}.fa-legal:before,.fa-gavel:before{content:"\f0e3";}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4";}.fa-comment-o:before{content:"\f0e5";}.fa-comments-o:before{content:"\f0e6";}.fa-flash:before,.fa-bolt:before{content:"\f0e7";}.fa-sitemap:before{content:"\f0e8";}.fa-umbrella:before{content:"\f0e9";}.fa-paste:before,.fa-clipboard:before{content:"\f0ea";}.fa-lightbulb-o:before{content:"\f0eb";}.fa-exchange:before{content:"\f0ec";}.fa-cloud-download:before{content:"\f0ed";}.fa-cloud-upload:before{content:"\f0ee";}.fa-user-md:before{content:"\f0f0";}.fa-stethoscope:before{content:"\f0f1";}.fa-suitcase:before{content:"\f0f2";}.fa-bell-o:before{content:"\f0a2";}.fa-coffee:before{content:"\f0f4";}.fa-cutlery:before{content:"\f0f5";}.fa-file-text-o:before{content:"\f0f6";}.fa-building-o:before{content:"\f0f7";}.fa-hospital-o:before{content:"\f0f8";}.fa-ambulance:before{content:"\f0f9";}.fa-medkit:before{content:"\f0fa";}.fa-fighter-jet:before{content:"\f0fb";}.fa-beer:before{content:"\f0fc";}.fa-h-square:before{content:"\f0fd";}.fa-plus-square:before{content:"\f0fe";}.fa-angle-double-left:before{content:"\f100";}.fa-angle-double-right:before{content:"\f101";}.fa-angle-double-up:before{content:"\f102";}.fa-angle-double-down:before{content:"\f103";}.fa-angle-left:before{content:"\f104";}.fa-angle-right:before{content:"\f105";}.fa-angle-up:before{content:"\f106";}.fa-angle-down:before{content:"\f107";}.fa-desktop:before{content:"\f108";}.fa-laptop:before{content:"\f109";}.fa-tablet:before{content:"\f10a";}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b";}.fa-circle-o:before{content:"\f10c";}.fa-quote-left:before{content:"\f10d";}.fa-quote-right:before{content:"\f10e";}.fa-spinner:before{content:"\f110";}.fa-circle:before{content:"\f111";}.fa-mail-reply:before,.fa-reply:before{content:"\f112";}.fa-github-alt:before{content:"\f113";}.fa-folder-o:before{content:"\f114";}.fa-folder-open-o:before{content:"\f115";}.fa-smile-o:before{content:"\f118";}.fa-frown-o:before{content:"\f119";}.fa-meh-o:before{content:"\f11a";}.fa-gamepad:before{content:"\f11b";}.fa-keyboard-o:before{content:"\f11c";}.fa-flag-o:before{content:"\f11d";}.fa-flag-checkered:before{content:"\f11e";}.fa-terminal:before{content:"\f120";}.fa-code:before{content:"\f121";}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122";}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123";}.fa-location-arrow:before{content:"\f124";}.fa-crop:before{content:"\f125";}.fa-code-fork:before{content:"\f126";}.fa-unlink:before,.fa-chain-broken:before{content:"\f127";}.fa-question:before{content:"\f128";}.fa-info:before{content:"\f129";}.fa-exclamation:before{content:"\f12a";}.fa-superscript:before{content:"\f12b";}.fa-subscript:before{content:"\f12c";}.fa-eraser:before{content:"\f12d";}.fa-puzzle-piece:before{content:"\f12e";}.fa-microphone:before{content:"\f130";}.fa-microphone-slash:before{content:"\f131";}.fa-shield:before{content:"\f132";}.fa-calendar-o:before{content:"\f133";}.fa-fire-extinguisher:before{content:"\f134";}.fa-rocket:before{content:"\f135";}.fa-maxcdn:before{content:"\f136";}.fa-chevron-circle-left:before{content:"\f137";}.fa-chevron-circle-right:before{content:"\f138";}.fa-chevron-circle-up:before{content:"\f139";}.fa-chevron-circle-down:before{content:"\f13a";}.fa-html5:before{content:"\f13b";}.fa-css3:before{content:"\f13c";}.fa-anchor:before{content:"\f13d";}.fa-unlock-alt:before{content:"\f13e";}.fa-bullseye:before{content:"\f140";}.fa-ellipsis-h:before{content:"\f141";}.fa-ellipsis-v:before{content:"\f142";}.fa-rss-square:before{content:"\f143";}.fa-play-circle:before{content:"\f144";}.fa-ticket:before{content:"\f145";}.fa-minus-square:before{content:"\f146";}.fa-minus-square-o:before{content:"\f147";}.fa-level-up:before{content:"\f148";}.fa-level-down:before{content:"\f149";}.fa-check-square:before{content:"\f14a";}.fa-pencil-square:before{content:"\f14b";}.fa-external-link-square:before{content:"\f14c";}.fa-share-square:before{content:"\f14d";}.fa-compass:before{content:"\f14e";}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150";}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151";}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152";}.fa-euro:before,.fa-eur:before{content:"\f153";}.fa-gbp:before{content:"\f154";}.fa-dollar:before,.fa-usd:before{content:"\f155";}.fa-rupee:before,.fa-inr:before{content:"\f156";}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157";}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158";}.fa-won:before,.fa-krw:before{content:"\f159";}.fa-bitcoin:before,.fa-btc:before{content:"\f15a";}.fa-file:before{content:"\f15b";}.fa-file-text:before{content:"\f15c";}.fa-sort-alpha-asc:before{content:"\f15d";}.fa-sort-alpha-desc:before{content:"\f15e";}.fa-sort-amount-asc:before{content:"\f160";}.fa-sort-amount-desc:before{content:"\f161";}.fa-sort-numeric-asc:before{content:"\f162";}.fa-sort-numeric-desc:before{content:"\f163";}.fa-thumbs-up:before{content:"\f164";}.fa-thumbs-down:before{content:"\f165";}.fa-youtube-square:before{content:"\f166";}.fa-youtube:before{content:"\f167";}.fa-xing:before{content:"\f168";}.fa-xing-square:before{content:"\f169";}.fa-youtube-play:before{content:"\f16a";}.fa-dropbox:before{content:"\f16b";}.fa-stack-overflow:before{content:"\f16c";}.fa-instagram:before{content:"\f16d";}.fa-flickr:before{content:"\f16e";}.fa-adn:before{content:"\f170";}.fa-bitbucket:before{content:"\f171";}.fa-bitbucket-square:before{content:"\f172";}.fa-tumblr:before{content:"\f173";}.fa-tumblr-square:before{content:"\f174";}.fa-long-arrow-down:before{content:"\f175";}.fa-long-arrow-up:before{content:"\f176";}.fa-long-arrow-left:before{content:"\f177";}.fa-long-arrow-right:before{content:"\f178";}.fa-apple:before{content:"\f179";}.fa-windows:before{content:"\f17a";}.fa-android:before{content:"\f17b";}.fa-linux:before{content:"\f17c";}.fa-dribbble:before{content:"\f17d";}.fa-skype:before{content:"\f17e";}.fa-foursquare:before{content:"\f180";}.fa-trello:before{content:"\f181";}.fa-female:before{content:"\f182";}.fa-male:before{content:"\f183";}.fa-gittip:before,.fa-gratipay:before{content:"\f184";}.fa-sun-o:before{content:"\f185";}.fa-moon-o:before{content:"\f186";}.fa-archive:before{content:"\f187";}.fa-bug:before{content:"\f188";}.fa-vk:before{content:"\f189";}.fa-weibo:before{content:"\f18a";}.fa-renren:before{content:"\f18b";}.fa-pagelines:before{content:"\f18c";}.fa-stack-exchange:before{content:"\f18d";}.fa-arrow-circle-o-right:before{content:"\f18e";}.fa-arrow-circle-o-left:before{content:"\f190";}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191";}.fa-dot-circle-o:before{content:"\f192";}.fa-wheelchair:before{content:"\f193";}.fa-vimeo-square:before{content:"\f194";}.fa-turkish-lira:before,.fa-try:before{content:"\f195";}.fa-plus-square-o:before{content:"\f196";}.fa-space-shuttle:before{content:"\f197";}.fa-slack:before{content:"\f198";}.fa-envelope-square:before{content:"\f199";}.fa-wordpress:before{content:"\f19a";}.fa-openid:before{content:"\f19b";}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c";}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d";}.fa-yahoo:before{content:"\f19e";}.fa-google:before{content:"\f1a0";}.fa-reddit:before{content:"\f1a1";}.fa-reddit-square:before{content:"\f1a2";}.fa-stumbleupon-circle:before{content:"\f1a3";}.fa-stumbleupon:before{content:"\f1a4";}.fa-delicious:before{content:"\f1a5";}.fa-digg:before{content:"\f1a6";}.fa-pied-piper:before{content:"\f1a7";}.fa-pied-piper-alt:before{content:"\f1a8";}.fa-drupal:before{content:"\f1a9";}.fa-joomla:before{content:"\f1aa";}.fa-language:before{content:"\f1ab";}.fa-fax:before{content:"\f1ac";}.fa-building:before{content:"\f1ad";}.fa-child:before{content:"\f1ae";}.fa-paw:before{content:"\f1b0";}.fa-spoon:before{content:"\f1b1";}.fa-cube:before{content:"\f1b2";}.fa-cubes:before{content:"\f1b3";}.fa-behance:before{content:"\f1b4";}.fa-behance-square:before{content:"\f1b5";}.fa-steam:before{content:"\f1b6";}.fa-steam-square:before{content:"\f1b7";}.fa-recycle:before{content:"\f1b8";}.fa-automobile:before,.fa-car:before{content:"\f1b9";}.fa-cab:before,.fa-taxi:before{content:"\f1ba";}.fa-tree:before{content:"\f1bb";}.fa-spotify:before{content:"\f1bc";}.fa-deviantart:before{content:"\f1bd";}.fa-soundcloud:before{content:"\f1be";}.fa-database:before{content:"\f1c0";}.fa-file-pdf-o:before{content:"\f1c1";}.fa-file-word-o:before{content:"\f1c2";}.fa-file-excel-o:before{content:"\f1c3";}.fa-file-powerpoint-o:before{content:"\f1c4";}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5";}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6";}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7";}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8";}.fa-file-code-o:before{content:"\f1c9";}.fa-vine:before{content:"\f1ca";}.fa-codepen:before{content:"\f1cb";}.fa-jsfiddle:before{content:"\f1cc";}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd";}.fa-circle-o-notch:before{content:"\f1ce";}.fa-ra:before,.fa-rebel:before{content:"\f1d0";}.fa-ge:before,.fa-empire:before{content:"\f1d1";}.fa-git-square:before{content:"\f1d2";}.fa-git:before{content:"\f1d3";}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4";}.fa-tencent-weibo:before{content:"\f1d5";}.fa-qq:before{content:"\f1d6";}.fa-wechat:before,.fa-weixin:before{content:"\f1d7";}.fa-send:before,.fa-paper-plane:before{content:"\f1d8";}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9";}.fa-history:before{content:"\f1da";}.fa-circle-thin:before{content:"\f1db";}.fa-header:before{content:"\f1dc";}.fa-paragraph:before{content:"\f1dd";}.fa-sliders:before{content:"\f1de";}.fa-share-alt:before{content:"\f1e0";}.fa-share-alt-square:before{content:"\f1e1";}.fa-bomb:before{content:"\f1e2";}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3";}.fa-tty:before{content:"\f1e4";}.fa-binoculars:before{content:"\f1e5";}.fa-plug:before{content:"\f1e6";}.fa-slideshare:before{content:"\f1e7";}.fa-twitch:before{content:"\f1e8";}.fa-yelp:before{content:"\f1e9";}.fa-newspaper-o:before{content:"\f1ea";}.fa-wifi:before{content:"\f1eb";}.fa-calculator:before{content:"\f1ec";}.fa-paypal:before{content:"\f1ed";}.fa-google-wallet:before{content:"\f1ee";}.fa-cc-visa:before{content:"\f1f0";}.fa-cc-mastercard:before{content:"\f1f1";}.fa-cc-discover:before{content:"\f1f2";}.fa-cc-amex:before{content:"\f1f3";}.fa-cc-paypal:before{content:"\f1f4";}.fa-cc-stripe:before{content:"\f1f5";}.fa-bell-slash:before{content:"\f1f6";}.fa-bell-slash-o:before{content:"\f1f7";}.fa-trash:before{content:"\f1f8";}.fa-copyright:before{content:"\f1f9";}.fa-at:before{content:"\f1fa";}.fa-eyedropper:before{content:"\f1fb";}.fa-paint-brush:before{content:"\f1fc";}.fa-birthday-cake:before{content:"\f1fd";}.fa-area-chart:before{content:"\f1fe";}.fa-pie-chart:before{content:"\f200";}.fa-line-chart:before{content:"\f201";}.fa-lastfm:before{content:"\f202";}.fa-lastfm-square:before{content:"\f203";}.fa-toggle-off:before{content:"\f204";}.fa-toggle-on:before{content:"\f205";}.fa-bicycle:before{content:"\f206";}.fa-bus:before{content:"\f207";}.fa-ioxhost:before{content:"\f208";}.fa-angellist:before{content:"\f209";}.fa-cc:before{content:"\f20a";}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b";}.fa-meanpath:before{content:"\f20c";}.fa-buysellads:before{content:"\f20d";}.fa-connectdevelop:before{content:"\f20e";}.fa-dashcube:before{content:"\f210";}.fa-forumbee:before{content:"\f211";}.fa-leanpub:before{content:"\f212";}.fa-sellsy:before{content:"\f213";}.fa-shirtsinbulk:before{content:"\f214";}.fa-simplybuilt:before{content:"\f215";}.fa-skyatlas:before{content:"\f216";}.fa-cart-plus:before{content:"\f217";}.fa-cart-arrow-down:before{content:"\f218";}.fa-diamond:before{content:"\f219";}.fa-ship:before{content:"\f21a";}.fa-user-secret:before{content:"\f21b";}.fa-motorcycle:before{content:"\f21c";}.fa-street-view:before{content:"\f21d";}.fa-heartbeat:before{content:"\f21e";}.fa-venus:before{content:"\f221";}.fa-mars:before{content:"\f222";}.fa-mercury:before{content:"\f223";}.fa-intersex:before,.fa-transgender:before{content:"\f224";}.fa-transgender-alt:before{content:"\f225";}.fa-venus-double:before{content:"\f226";}.fa-mars-double:before{content:"\f227";}.fa-venus-mars:before{content:"\f228";}.fa-mars-stroke:before{content:"\f229";}.fa-mars-stroke-v:before{content:"\f22a";}.fa-mars-stroke-h:before{content:"\f22b";}.fa-neuter:before{content:"\f22c";}.fa-genderless:before{content:"\f22d";}.fa-facebook-official:before{content:"\f230";}.fa-pinterest-p:before{content:"\f231";}.fa-whatsapp:before{content:"\f232";}.fa-server:before{content:"\f233";}.fa-user-plus:before{content:"\f234";}.fa-user-times:before{content:"\f235";}.fa-hotel:before,.fa-bed:before{content:"\f236";}.fa-viacoin:before{content:"\f237";}.fa-train:before{content:"\f238";}.fa-subway:before{content:"\f239";}.fa-medium:before{content:"\f23a";}.fa-yc:before,.fa-y-combinator:before{content:"\f23b";}.fa-optin-monster:before{content:"\f23c";}.fa-opencart:before{content:"\f23d";}.fa-expeditedssl:before{content:"\f23e";}.fa-battery-4:before,.fa-battery-full:before{content:"\f240";}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241";}.fa-battery-2:before,.fa-battery-half:before{content:"\f242";}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243";}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244";}.fa-mouse-pointer:before{content:"\f245";}.fa-i-cursor:before{content:"\f246";}.fa-object-group:before{content:"\f247";}.fa-object-ungroup:before{content:"\f248";}.fa-sticky-note:before{content:"\f249";}.fa-sticky-note-o:before{content:"\f24a";}.fa-cc-jcb:before{content:"\f24b";}.fa-cc-diners-club:before{content:"\f24c";}.fa-clone:before{content:"\f24d";}.fa-balance-scale:before{content:"\f24e";}.fa-hourglass-o:before{content:"\f250";}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251";}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252";}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253";}.fa-hourglass:before{content:"\f254";}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255";}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256";}.fa-hand-scissors-o:before{content:"\f257";}.fa-hand-lizard-o:before{content:"\f258";}.fa-hand-spock-o:before{content:"\f259";}.fa-hand-pointer-o:before{content:"\f25a";}.fa-hand-peace-o:before{content:"\f25b";}.fa-trademark:before{content:"\f25c";}.fa-registered:before{content:"\f25d";}.fa-creative-commons:before{content:"\f25e";}.fa-gg:before{content:"\f260";}.fa-gg-circle:before{content:"\f261";}.fa-tripadvisor:before{content:"\f262";}.fa-odnoklassniki:before{content:"\f263";}.fa-odnoklassniki-square:before{content:"\f264";}.fa-get-pocket:before{content:"\f265";}.fa-wikipedia-w:before{content:"\f266";}.fa-safari:before{content:"\f267";}.fa-chrome:before{content:"\f268";}.fa-firefox:before{content:"\f269";}.fa-opera:before{content:"\f26a";}.fa-internet-explorer:before{content:"\f26b";}.fa-tv:before,.fa-television:before{content:"\f26c";}.fa-contao:before{content:"\f26d";}.fa-500px:before{content:"\f26e";}.fa-amazon:before{content:"\f270";}.fa-calendar-plus-o:before{content:"\f271";}.fa-calendar-minus-o:before{content:"\f272";}.fa-calendar-times-o:before{content:"\f273";}.fa-calendar-check-o:before{content:"\f274";}.fa-industry:before{content:"\f275";}.fa-map-pin:before{content:"\f276";}.fa-map-signs:before{content:"\f277";}.fa-map-o:before{content:"\f278";}.fa-map:before{content:"\f279";}.fa-commenting:before{content:"\f27a";}.fa-commenting-o:before{content:"\f27b";}.fa-houzz:before{content:"\f27c";}.fa-vimeo:before{content:"\f27d";}.fa-black-tie:before{content:"\f27e";}.fa-fonticons:before{content:"\f280";}body{background-color:#FAFCFF;padding-top:40px;color:#868688;font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;}.transparent{opacity:0;}.opaque{opacity:1;}header nav{min-height:40px;background-color:#ECEEF1;border-bottom:2px solid #868688;}header nav.navbar-absolute-top{position:absolute;top:0;left:0;right:0;}header nav a{color:#868688;}header nav a:hover{color:#606062;text-decoration:none;}header nav ul{list-style:none;}header nav .nav-header{position:absolute;top:0;left:0;}header nav .logo{line-height:40px;float:left;height:40px;padding:5px;}header nav .logo h1{height:30px;width:50px;background-image:url('../images/logo.png');background-size:cover;text-indent:-99999px;margin:0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}@media (min-width: 650px){header nav .logo h1:hover{width:214px;}}header nav .nav-links{text-align:center;font-size:1.25em;line-height:40px;}@media (max-width: 320px){header nav .nav-links{text-align:right;padding-right:5px;}}header nav .nav-links ul{margin:0;padding:0;}header nav .nav-links li{display:inline;margin-right:40px;}header nav .nav-links li:last-child{margin-right:0;}@media (max-width: 360px){header nav .nav-links li{margin-right:10px;}}header nav .nav-other{position:absolute;right:0;top:0;font-size:2.5em;line-height:40px;padding-right:5px;}@media (max-width: 320px){header nav .nav-other{display:none;}}.affix{top:0;left:0;}.affixed-sidebar{font-size:1.4em;margin-top:40px;padding:30px;}.affixed-sidebar ul li ul li a{font-size:0.8em;padding-left:2em;}.affixed-sidebar a{display:block;border-left:2px solid #FAFCFF;}.affixed-sidebar .active>a,.affixed-sidebar a:hover{border-left:2px solid #66A8CC;}.button{border-radius:4px;padding:10px 30px;height:auto;}@media (max-width: 360px){.button{width:100%;margin-bottom:5px;}}.button.gray{background-color:#868688;border-color:#606062;color:#FAFCFF;}.button.gray:hover{background-color:#606062;}.button.blue{background-color:#66A8CC;border-color:#3984ac;color:#FAFCFF;}.button.blue:hover{background-color:#3984ac;}.button.white{background-color:#FAFCFF;border-color:#aecfff;color:#868688;}.button.white:hover{background-color:#aecfff;}section{padding:30px;}section .title{margin-top:0;}footer{background-color:#868688;color:#FAFCFF;min-height:40px;height:auto;line-height:20px;padding:10px 20px;}footer:after{content:"";display:table;clear:both;}footer a{color:#ECEEF1;}footer a:hover{color:#cfd4db;}footer .copyright{float:left;width:50%;}footer .other-links{margin:0;padding:0;float:right;}@media (max-width: 360px){footer .other-links{float:none;text-align:center;}}footer .other-links li{display:inline;}.hljs{display:block;overflow-x:auto;padding:0.5em;color:#333;background:#f8f8f8;-webkit-text-size-adjust:none;}.hljs-comment,.diff .hljs-header,.hljs-javadoc{color:#998;font-style:italic;}.hljs-keyword,.css .rule .hljs-keyword,.hljs-winutils,.nginx .hljs-title,.hljs-subst,.hljs-request,.hljs-status{color:#333;font-weight:bold;}.hljs-number,.hljs-hexcolor,.ruby .hljs-constant{color:#008080;}.hljs-string,.hljs-tag .hljs-value,.hljs-phpdoc,.hljs-dartdoc,.tex .hljs-formula{color:#d14;}.hljs-title,.hljs-id,.scss .hljs-preprocessor{color:#900;font-weight:bold;}.hljs-list .hljs-keyword,.hljs-subst{font-weight:normal;}.hljs-class .hljs-title,.hljs-type,.vhdl .hljs-literal,.tex .hljs-command{color:#458;font-weight:bold;}.hljs-tag,.hljs-tag .hljs-title,.hljs-rule .hljs-property,.django .hljs-tag .hljs-keyword{color:#000080;font-weight:normal;}.hljs-attribute,.hljs-variable,.lisp .hljs-body,.hljs-name{color:#008080;}.hljs-regexp{color:#009926;}.hljs-symbol,.ruby .hljs-symbol .hljs-string,.lisp .hljs-keyword,.clojure .hljs-keyword,.scheme .hljs-keyword,.tex .hljs-special,.hljs-prompt{color:#990073;}.hljs-built_in{color:#0086b3;}.hljs-preprocessor,.hljs-pragma,.hljs-pi,.hljs-doctype,.hljs-shebang,.hljs-cdata{color:#999;font-weight:bold;}.hljs-deletion{background:#fdd;}.hljs-addition{background:#dfd;}.diff .hljs-change{background:#0086b3;}.hljs-chunk{color:#aaa;}.main-preview-player{margin:0 auto;text-align:center;max-width:1920px;}.main-preview-player .button{text-transform:uppercase;}#btn-use-now{margin-right:20px;}#preview-player{margin:0 auto 30px;width:100%;padding-top:41.5625%;}.videojs-hero-overlay{position:absolute;text-align:center;top:37.5%;left:0;width:100%;margin:0;padding:0;background-color:rgba(250, 252, 255, 0.95);color:#757A7D;font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;}.videojs-hero-overlay .videojs-hero{margin:3% 2% 1%;}.videojs-hero-overlay .videojs-hero img.logo{width:30%;margin:0 auto;display:block;}.videojs-hero-overlay .videojs-hero .subhead{font-size:1.25vw;margin:1%;vertical-align:middle;line-height:1.5vw;}.videojs-hero-overlay .videojs-hero a{line-height:3.5vw;}.videojs-hero-overlay .videojs-hero img.npm-badge{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Greyscale=1)";-webkit-filter:grayscale(1);-moz-filter:grayscale(1);filter:grayscale(1);height:1.25vw;}.used-by{background-color:#ECEEF1;text-align:center;}.used-by ul{padding:0;margin:0;list-style:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}.used-by li{width:200px;height:150px;margin:10px 10px 0 0;line-height:150px;color:white;font-weight:bold;text-align:center;}.used-by li img{max-width:75%;max-height:70%;-webkit-filter:grayscale(1);filter:grayscale(1);-webkit-transition:all 0.4s;transition:all 0.4s;}.used-by li img:hover{-webkit-filter:grayscale(0);filter:grayscale(0);}.sponsors{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;}.sponsor{background:#fff;padding:20px;margin:10px;-webkit-flex:1 1 200px;-ms-flex:1 1 200px;flex:1 1 200px;}.sponsor h3{margin-top:0;margin-bottom:30px;}.sponsor p{font-size:1.2em;line-height:1.75;}.shepherd{-webkit-flex-grow:4;-ms-flex-positive:4;flex-grow:4;}.shepherd .logo{height:200px;width:auto;float:left;margin:20px 50px 10px 0;}@media (max-width: 480px){.shepherd .logo{width:100%;height:auto;}}.cdn{text-align:center;}.cdn h3{text-align:left;}.cdn .logo{width:80%;}.overview{background-color:#66A8CC;color:#FAFCFF;}.overview h1{font-size:4em;}.overview p{font-size:1.2em;}.overview a{color:#FAFCFF;text-decoration:underline;}.overview a:hover{color:#c7deff;}.gallery-items{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;}.gallery .gallery-item{background:#fff;margin:10px;-webkit-flex:1 1 320px;-ms-flex:1 1 320px;flex:1 1 320px;text-align:center;padding:20px;}.gallery-item .gallery-item-wrapper{position:relative;width:100%;padding-bottom:56.25%;padding-top:25px;height:0;background:transparent;}.gallery-item .gallery-item-wrapper.guardian-fix{padding-bottom:49.25%;margin-bottom:7%;}.gallery-item-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.gallery .gallery-item img{margin-top:25px;max-width:75%;max-height:70%;-webkit-filter:grayscale(1);filter:grayscale(1);-webkit-transition:all 0.4s;transition:all 0.4s;}.gallery .gallery-item img:hover{-webkit-filter:grayscale(0);filter:grayscale(0);}#plugin-container{margin-top:20px;}.plugin .panel-title span{margin-left:10px;}.plugin-nav{border-top:thin solid #868688;}.plugin-list-empty{min-height:200px;}.video-js.plugin-preview-player{margin:0 auto 30px;width:100%;padding-top:41.5625%;}.plugin-info{padding:0;margin:5px;list-style-type:none;}.plugin-readme h1{margin-bottom:20px;}#html5-video-support_index #no-js-support{text-align:center;}#html5-video-support_index .my-browser-support{margin-bottom:20px;}#html5-video-support_index table.html5-support th,#html5-video-support_index table.html5-support td{text-align:center;}#html5-video-support_index table.html5-support th{font-weight:bold;background-color:#eeeeee;}#html5-video-support_index table.html5-support td{width:33.333%;}#html5-video-support_index table.html5-support li{display:inline;}#html5-video-support_index table.html5-support .tooltip-arrow{display:none;}#html5-video-support_index table.html5-support .tooltip-inner{background-color:#3da2d9;} \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.ar.vtt b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.ar.vtt new file mode 100644 index 0000000..a68a442 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.ar.vtt @@ -0,0 +1,330 @@ +WEBVTT + +1 +00:00:15.042 --> 00:00:18.625 +...إلى... إلى الشمال يمكن أن نرى +...يمكن أن نرى الـ + +2 +00:00:18.750 --> 00:00:20.958 +...إلى اليمين يمكن أن نرى الـ + +3 +00:00:21.000 --> 00:00:23.125 +طاحنات الرؤوس... + +4 +00:00:23.208 --> 00:00:25.208 +كل شيئ آمن +آمن كلية + +5 +00:00:26.333 --> 00:00:28.333 +إيمو ؟ + +6 +00:00:28.875 --> 00:00:30.958 +! حذاري + +7 +00:00:47.125 --> 00:00:49.167 +هل أصبت ؟ + +8 +00:00:52.125 --> 00:00:54.833 +...لا أظن ذلك +وأنت ؟ + +9 +00:00:55.625 --> 00:00:57.625 +أنا بخير + +10 +00:00:57.667 --> 00:01:01.667 +،قم يا إيمو +المكان هنا غير آمن + +11 +00:01:02.208 --> 00:01:04.083 +لنذهب + +12 +00:01:04.167 --> 00:01:06.167 +وماذا بعد ؟ + +13 +00:01:06.167 --> 00:01:08.583 +...سترى... سترى + +14 +00:01:16.167 --> 00:01:18.375 +إيمو، من هنا + +15 +00:01:34.958 --> 00:01:37.000 +! إتبعني + +16 +00:02:11.125 --> 00:02:13.625 +! أسرع يا إيمو + +17 +00:02:48.375 --> 00:02:50.375 +! لست منتبها + +18 +00:02:50.750 --> 00:02:54.500 +...أريد فقط أن أجيب الـ +الهاتف... + +19 +00:02:55.000 --> 00:02:58.500 +،إيمو، أنظر +أقصد أنصت + +20 +00:02:59.750 --> 00:03:03.292 +عليك أن تتعلم الإصغاء + +21 +00:03:03.625 --> 00:03:05.917 +هذا ليس ضربا من اللهو + +22 +00:03:06.083 --> 00:03:09.958 +...إنك +أقصد إننا قد نموت بسهولة في هذا المكان + +23 +00:03:10.208 --> 00:03:14.125 +...أنصت +أنصت إلى أصوات الآلة + +24 +00:03:18.333 --> 00:03:20.417 +أنصت إلى نَفَسِك + +25 +00:04:27.208 --> 00:04:29.250 +ألا تمل أبدا من هذا ؟ + +26 +00:04:29.583 --> 00:04:31.583 +أمل ؟!؟ +نعم - + +27 +00:04:31.750 --> 00:04:34.667 +إيمو؛ الآلة في دقتها... مثل الساعة + +28 +00:04:35.500 --> 00:04:37.708 +...حركة ناشزة واحدة قد + +29 +00:04:37.833 --> 00:04:39.875 +تطرحك معجونا + +30 +00:04:41.042 --> 00:04:43.083 +...أو ليست + +31 +00:04:43.125 --> 00:04:46.542 +! عجينة يا إيمو +أ هذا ما تريد ؟ أن تصبح عجينة ؟ + +32 +00:04:48.083 --> 00:04:50.083 +أيمو، أ هذا هدفك في الحياة ؟ + +33 +00:04:50.583 --> 00:04:52.667 +أن تصير عجينة ؟ + +34 +00:05:41.833 --> 00:05:43.875 +إيمو، أغمض عينيك + +35 +00:05:44.917 --> 00:05:47.000 +لماذا ؟ +! الآن - + +36 +00:05:53.750 --> 00:05:56.042 +حسن + +37 +00:05:59.542 --> 00:06:02.792 +ماذا ترى إلى شمالك يا إيمو ؟ + +38 +00:06:04.417 --> 00:06:06.500 +لا شيئ +حقا ؟ - + +39 +00:06:06.542 --> 00:06:08.625 +لا، لا شيئ البتة + +40 +00:06:08.625 --> 00:06:12.417 +وماذا ترى إلى جهتك اليمنى يا إيمو ؟ + +41 +00:06:13.667 --> 00:06:17.833 +،نفس الشيئ يا بروغ +! نفس الشيئ بالضبط؛ لا شيئ + +42 +00:06:17.875 --> 00:06:19.917 +عظيم + +43 +00:06:40.625 --> 00:06:42.958 +أنصت يا بروغ ! هل تسمع ذلك ؟ + +44 +00:06:43.625 --> 00:06:45.625 +هل نستطيع الذهاب إلى هناك ؟ + +45 +00:06:45.708 --> 00:06:47.792 +هناك ؟ +نعم - + +46 +00:06:47.833 --> 00:06:49.833 +إنه غير آمن يا إيمو + +47 +00:06:49.917 --> 00:06:52.500 +صدقني، إنه غير آمن + +48 +00:06:53.292 --> 00:06:55.375 +...لكن لعلي أستطيع + +49 +00:06:55.417 --> 00:06:57.417 +...لكن +! لا - + +50 +00:06:57.667 --> 00:06:59.667 +! لا + +51 +00:07:00.875 --> 00:07:03.750 +هل من أسئلة أخرى يا إيمو ؟ + +52 +00:07:04.250 --> 00:07:06.333 +لا + +53 +00:07:09.458 --> 00:07:11.542 +...إيمو +نعم - + +54 +00:07:11.875 --> 00:07:13.958 +...لماذا يا إيمو... لماذا + +55 +00:07:15.292 --> 00:07:18.792 +لماذا لا تستطيع أن ترى حُسْن هذا المكان + +56 +00:07:18.833 --> 00:07:20.833 +...والطريقة التي يعمل بها + +57 +00:07:20.875 --> 00:07:24.000 +وكيف... وكيف أنه غاية في الكمال + +58 +00:07:24.083 --> 00:07:27.417 +! لا يا بروغ، لا أرى ذلك + +59 +00:07:27.542 --> 00:07:30.333 +لا أرى ذلك لأنه لا يوجد شيئ هناك + +60 +00:07:31.500 --> 00:07:35.333 +ثم لماذا يجب علي أن أسلم حياتي +لشيئ لا وجود له ؟ + +61 +00:07:35.583 --> 00:07:37.625 +هل يمكنك أن تخبرني ؟ + +62 +00:07:37.708 --> 00:07:39.750 +! أجبني + +63 +00:07:43.208 --> 00:07:47.333 +...بروغ +! أنت معتوه يا هذا + +64 +00:07:47.375 --> 00:07:49.417 +! إبعد عني + +65 +00:07:52.583 --> 00:07:55.083 +! لا يا إيمو ! إنه فخ + +66 +00:07:55.833 --> 00:07:57.875 +...إنه فخ + +67 +00:07:57.917 --> 00:08:01.750 +إلى جنبك الأيسر يمكنك أن ترى +حدائق بابل المعلقة + +68 +00:08:02.250 --> 00:08:04.292 +هل تعجبك كفخ ؟ + +69 +00:08:05.458 --> 00:08:07.542 +لا يا أيمو + +70 +00:08:09.417 --> 00:08:12.792 +...إلى جنبك الأيمن يمكنك رؤية +حزر ماذا ؟ + +71 +00:08:13.000 --> 00:08:15.042 +! عملاق رودس + +72 +00:08:15.125 --> 00:08:16.417 +! لا + +73 +00:08:16.458 --> 00:08:20.500 +،عملاق رودس +وهو هنا خصيصا من أجلك يا بروغ + +74 +00:08:20.583 --> 00:08:22.583 +فقط من أجلك + +75 +00:08:51.333 --> 00:08:53.375 +إنه هناك + +76 +00:08:53.417 --> 00:08:55.500 +أنا أؤكد لك... إيمو + +77 +00:08:57.333 --> 00:09:00.000 +...إنه diff --git a/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.en.vtt b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.en.vtt new file mode 100644 index 0000000..8b83d28 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.en.vtt @@ -0,0 +1,334 @@ +WEBVTT + +1 +00:00:15.000 --> 00:00:17.951 +At the left we can see... + +2 +00:00:18.166 --> 00:00:20.083 +At the right we can see the... + +3 +00:00:20.119 --> 00:00:21.962 +...the head-snarlers + +4 +00:00:21.999 --> 00:00:24.368 +Everything is safe. +Perfectly safe. + +5 +00:00:24.582 --> 00:00:27.035 +Emo? + +6 +00:00:28.206 --> 00:00:29.996 +Watch out! + +7 +00:00:47.037 --> 00:00:48.494 +Are you hurt? + +8 +00:00:51.994 --> 00:00:53.949 +I don't think so. +You? + +9 +00:00:55.160 --> 00:00:56.985 +I'm Ok. + +10 +00:00:57.118 --> 00:01:01.111 +Get up. +Emo. it's not safe here. + +11 +00:01:02.034 --> 00:01:03.573 +Let's go. + +12 +00:01:03.610 --> 00:01:05.114 +What's next? + +13 +00:01:05.200 --> 00:01:09.146 +You'll see! + +14 +00:01:16.032 --> 00:01:18.022 +Emo. +This way. + +15 +00:01:34.237 --> 00:01:35.481 +Follow me! + +16 +00:02:11.106 --> 00:02:12.480 +Hurry Emo! + +17 +00:02:48.059 --> 00:02:49.930 +You're not paying attention! + +18 +00:02:50.142 --> 00:02:54.052 +I just want to answer the... +...phone. + +19 +00:02:54.974 --> 00:02:57.972 +Emo. look. +I mean listen. + +20 +00:02:59.140 --> 00:03:02.008 +You have to learn to listen. + +21 +00:03:03.140 --> 00:03:04.965 +This is not some game. + +22 +00:03:05.056 --> 00:03:09.345 +You. I mean we. +we could easily die out here. + +23 +00:03:10.014 --> 00:03:13.959 +Listen. +listen to the sounds of the machine. + +24 +00:03:18.054 --> 00:03:20.009 +Listen to your breathing. + +25 +00:04:27.001 --> 00:04:28.956 +Well. don't you ever get tired of this? + +26 +00:04:29.084 --> 00:04:30.909 +Tired?!? + +27 +00:04:31.126 --> 00:04:34.491 +Emo. the machine is like clockwork. + +28 +00:04:35.083 --> 00:04:37.074 +One move out of place... + +29 +00:04:37.166 --> 00:04:39.121 +...and you're ground to a pulp. + +30 +00:04:40.958 --> 00:04:42.004 +But isn't it - + +31 +00:04:42.041 --> 00:04:46.034 +Pulp. Emo! +Is that what you want. pulp? + +32 +00:04:47.040 --> 00:04:48.995 +Emo. your goal in life... + +33 +00:04:50.081 --> 00:04:51.953 +...pulp? + +34 +00:05:41.156 --> 00:05:43.028 +Emo. close your eyes. + +35 +00:05:44.156 --> 00:05:46.027 +Why? +- Now! + +36 +00:05:51.155 --> 00:05:52.102 +Ok. + +37 +00:05:53.113 --> 00:05:54.688 +Good. + +38 +00:05:59.070 --> 00:06:02.103 +What do you see at your left side. Emo? + +39 +00:06:04.028 --> 00:06:05.899 +Nothing. +- Really? + +40 +00:06:06.027 --> 00:06:07.105 +No. nothing at all. + +41 +00:06:07.944 --> 00:06:11.984 +And at your right. +what do you see at your right side. Emo? + +42 +00:06:13.151 --> 00:06:16.102 +The same Proog. exactly the same... + +43 +00:06:16.942 --> 00:06:19.098 +...nothing! +- Great. + +44 +00:06:40.105 --> 00:06:42.724 +Listen Proog! Do you hear that! + +45 +00:06:43.105 --> 00:06:44.894 +Can we go here? + +46 +00:06:44.979 --> 00:06:47.894 +There? +It isn't safe. Emo. + +47 +00:06:49.145 --> 00:06:52.013 +But... +- Trust me. it's not. + +48 +00:06:53.020 --> 00:06:54.145 +Maybe I could... + +49 +00:06:54.181 --> 00:06:55.969 +No. + +50 +00:06:57.102 --> 00:06:59.934 +NO! + +51 +00:07:00.144 --> 00:07:03.058 +Any further questions. Emo? + +52 +00:07:03.976 --> 00:07:05.090 +No. + +53 +00:07:09.059 --> 00:07:10.089 +Emo? + +54 +00:07:11.142 --> 00:07:13.058 +Emo. why... + +55 +00:07:13.095 --> 00:07:14.022 +Emo... + +56 +00:07:14.058 --> 00:07:18.003 +...why can't you see +the beauty of this place? + +57 +00:07:18.141 --> 00:07:20.048 +The way it works. + +58 +00:07:20.140 --> 00:07:23.895 +How perfect it is. + +59 +00:07:23.932 --> 00:07:26.964 +No. Proog. I don't see. + +60 +00:07:27.056 --> 00:07:29.970 +I don't see because there's nothing there. + +61 +00:07:31.055 --> 00:07:34.965 +And why should I trust my +life to something that isn't there? + +62 +00:07:35.055 --> 00:07:36.926 +Well can you tell me that? + +63 +00:07:37.054 --> 00:07:38.926 +Answer me! + +64 +00:07:42.970 --> 00:07:44.000 +Proog... + +65 +00:07:45.053 --> 00:07:46.985 +...you're a sick man! + +66 +00:07:47.022 --> 00:07:48.918 +Stay away from me! + +67 +00:07:52.052 --> 00:07:54.884 +No! Emo! It's a trap! + +68 +00:07:55.135 --> 00:07:56.931 +Hah. it's a trap. + +69 +00:07:56.968 --> 00:08:01.043 +At the left side you can see +the hanging gardens of Babylon! + +70 +00:08:01.967 --> 00:08:03.957 +How's that for a trap? + +71 +00:08:05.050 --> 00:08:06.922 +No. Emo. + +72 +00:08:09.008 --> 00:08:12.088 +At the right side you can see... +...well guess what... + +73 +00:08:12.924 --> 00:08:14.665 +...the colossus of Rhodes! + +74 +00:08:15.132 --> 00:08:16.053 +No! + +75 +00:08:16.090 --> 00:08:21.919 +The colossus of Rhodes +and it is here just for you Proog. + +76 +00:08:51.001 --> 00:08:52.923 +It is there... + +77 +00:08:52.959 --> 00:08:56.040 +I'm telling you. +Emo... + +78 +00:08:57.000 --> 00:08:59.867 +...it is. \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.ja.vtt b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.ja.vtt new file mode 100644 index 0000000..4058648 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.ja.vtt @@ -0,0 +1,326 @@ +WEBVTT + +1 +00:00:15.042 --> 00:00:18.042 +左に見えるのは… + +2 +00:00:18.750 --> 00:00:20.333 +右に見えるのは… + +3 +00:00:20.417 --> 00:00:21.917 +…首刈り機 + +4 +00:00:22.000 --> 00:00:24.625 +すべて安全 +完璧に安全だ + +5 +00:00:26.333 --> 00:00:27.333 +イーモ? + +6 +00:00:28.875 --> 00:00:30.250 +危ない! + +7 +00:00:47.125 --> 00:00:48.250 +ケガはないか? + +8 +00:00:51.917 --> 00:00:53.917 +ええ、多分… +あなたは? + +9 +00:00:55.625 --> 00:00:57.125 +わしは平気だ + +10 +00:00:57.583 --> 00:01:01.667 +起きてくれイーモ +ここは危ない + +11 +00:01:02.208 --> 00:01:03.667 +行こう + +12 +00:01:03.750 --> 00:01:04.917 +どこに? + +13 +00:01:05.875 --> 00:01:07.875 +すぐにわかるさ! + +14 +00:01:16.167 --> 00:01:18.375 +イーモ、こっちだ + +15 +00:01:34.958 --> 00:01:36.958 +ついて来るんだ! + +16 +00:02:11.583 --> 00:02:12.792 +イーモ、早く! + +17 +00:02:48.375 --> 00:02:50.083 +むやみにさわるな! + +18 +00:02:50.750 --> 00:02:54.500 +僕はただ、電話に +…出ようと + +19 +00:02:55.000 --> 00:02:58.208 +イーモ、見るんだ… +いや、聞いてくれ + +20 +00:02:59.750 --> 00:03:02.292 +君は「聞き方」を知る必要がある + +21 +00:03:03.625 --> 00:03:05.125 +これは遊びじゃない + +22 +00:03:06.167 --> 00:03:10.417 +我々はここでは +たやすく死ぬ + +23 +00:03:11.208 --> 00:03:14.125 +機械の声を聞くんだ + +24 +00:03:18.333 --> 00:03:22.417 +君の息づかいを聞くんだ + +25 +00:04:27.208 --> 00:04:29.250 +そんなことして疲れない? + +26 +00:04:29.583 --> 00:04:31.083 +疲れる?! + +27 +00:04:31.750 --> 00:04:34.667 +この機械は非常に正確で + +28 +00:04:35.500 --> 00:04:37.708 +一つ間違えば… + +29 +00:04:37.833 --> 00:04:40.792 +…地面に落ちてバラバラだ + +30 +00:04:41.042 --> 00:04:42.375 +え、でも― + +31 +00:04:42.417 --> 00:04:46.542 +バラバラだぞ、イーモ! +それでいいのか? + +32 +00:04:48.083 --> 00:04:50.000 +バラバラで死ぬんだぞ? + +33 +00:04:50.583 --> 00:04:52.250 +バラバラだ! + +34 +00:05:41.833 --> 00:05:43.458 +イーモ、目を閉じるんだ + +35 +00:05:44.917 --> 00:05:46.583 +なぜ? +―早く! + +36 +00:05:53.750 --> 00:05:56.042 +それでいい + +37 +00:05:59.542 --> 00:06:03.792 +左に見えるものは何だ、イーモ? + +38 +00:06:04.417 --> 00:06:06.000 +え…何も +―本当か? + +39 +00:06:06.333 --> 00:06:07.917 +全く何も + +40 +00:06:08.042 --> 00:06:12.833 +では右は +何か見えるか、イーモ? + +41 +00:06:13.875 --> 00:06:16.917 +同じだよプルーグ、全く同じ… + +42 +00:06:17.083 --> 00:06:18.583 +何もない! + +43 +00:06:40.625 --> 00:06:43.208 +プルーグ!何か聞こえない? + +44 +00:06:43.625 --> 00:06:45.042 +あそこに行かないか? + +45 +00:06:45.208 --> 00:06:48.042 +あそこ? +…安全じゃない + +46 +00:06:49.917 --> 00:06:52.500 +でも… +―本当に危ないぞ + +47 +00:06:53.292 --> 00:06:54.792 +大丈夫だよ… + +48 +00:06:54.833 --> 00:06:56.333 +だめだ + +49 +00:06:57.667 --> 00:07:00.167 +だめだ! + +50 +00:07:00.875 --> 00:07:03.750 +まだ続ける気か、イーモ? + +51 +00:07:04.250 --> 00:07:05.917 +いいえ… + +52 +00:07:09.458 --> 00:07:10.833 +イーモ? + +53 +00:07:11.875 --> 00:07:13.542 +イーモ、なぜ… + +54 +00:07:13.583 --> 00:07:14.458 +イーモ… + +55 +00:07:14.500 --> 00:07:18.500 +…なぜここの美しさが +見えない? + +56 +00:07:18.833 --> 00:07:20.750 +仕組みがこんなに… + +57 +00:07:20.875 --> 00:07:24.000 +こんなに完全なのに + +58 +00:07:24.083 --> 00:07:27.417 +もういいよ!プルーグ! + +59 +00:07:27.542 --> 00:07:30.333 +そこには何もないんだから + +60 +00:07:31.500 --> 00:07:35.333 +なぜ命を「ない」物に +ゆだねなきゃ? + +61 +00:07:35.583 --> 00:07:37.125 +教えてくれないか? + +62 +00:07:37.500 --> 00:07:39.167 +さあ! + +63 +00:07:43.208 --> 00:07:44.583 +プルーグ… + +64 +00:07:45.500 --> 00:07:47.333 +あなたは病気なんだ + +65 +00:07:47.375 --> 00:07:49.208 +僕から離れてくれ + +66 +00:07:52.583 --> 00:07:55.083 +いかん!イーモ!ワナだ! + +67 +00:07:55.833 --> 00:07:57.167 +ワナだ? ふーん + +68 +00:07:57.208 --> 00:08:01.750 +左に何が見える? +バビロンの空中庭園! + +69 +00:08:02.250 --> 00:08:04.292 +これがワナとでも? + +70 +00:08:05.458 --> 00:08:07.125 +だめだ、イーモ + +71 +00:08:09.417 --> 00:08:12.792 +右にあるのは… +…すごい!… + +72 +00:08:13.000 --> 00:08:14.750 +…ロードス島の巨像だ! + +73 +00:08:15.833 --> 00:08:16.708 +やめろ! + +74 +00:08:16.750 --> 00:08:22.167 +この巨像はあなたの物 +プルーグ、あなたのだよ + +75 +00:08:51.333 --> 00:08:53.167 +いってるじゃないか… + +76 +00:08:53.208 --> 00:08:55.500 +そこにあるって、イーモ… + +77 +00:08:57.333 --> 00:09:00.000 +…あるって \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.ru.vtt b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.ru.vtt new file mode 100644 index 0000000..aee7e49 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.ru.vtt @@ -0,0 +1,356 @@ +WEBVTT + +1 +00:00:14.958 --> 00:00:17.833 +Слева мы видим... + +2 +00:00:18.458 --> 00:00:20.208 +справа мы видим... + +3 +00:00:20.333 --> 00:00:21.875 +...голово-клацов. + +4 +00:00:22.000 --> 00:00:24.583 +всё в порядке. +в полном порядке. + +5 +00:00:26.333 --> 00:00:27.333 +Имо? + +6 +00:00:28.833 --> 00:00:30.250 +Осторожно! + +7 +00:00:47.125 --> 00:00:48.250 +Ты не ранен? + +8 +00:00:51.875 --> 00:00:53.875 +Вроде нет... +а ты? + +9 +00:00:55.583 --> 00:00:57.125 +Я в порядке. + +10 +00:00:57.542 --> 00:01:01.625 +Вставай. +Имо. здесь не безопасно. + +11 +00:01:02.208 --> 00:01:03.625 +Пойдём. + +12 +00:01:03.708 --> 00:01:05.708 +Что дальше? + +13 +00:01:05.833 --> 00:01:07.833 +Ты увидишь! + +14 +00:01:08.000 --> 00:01:08.833 +Ты увидишь... + +15 +00:01:16.167 --> 00:01:18.375 +Имо. сюда. + +16 +00:01:34.917 --> 00:01:35.750 +За мной! + +17 +00:02:11.542 --> 00:02:12.750 +Имо. быстрее! + +18 +00:02:48.375 --> 00:02:50.083 +Ты не обращаешь внимания! + +19 +00:02:50.708 --> 00:02:54.500 +Я только хотел ответить на ... +...звонок. + +20 +00:02:55.000 --> 00:02:58.208 +Имо. смотри. +то есть слушай... + +21 +00:02:59.708 --> 00:03:02.292 +Ты должен учиться слушать. + +22 +00:03:03.250 --> 00:03:05.333 +Это не какая-нибудь игра. + +23 +00:03:06.000 --> 00:03:08.833 +Ты. вернее мы. легко можем погибнуть здесь. + +24 +00:03:10.000 --> 00:03:11.167 +Слушай... + +25 +00:03:11.667 --> 00:03:14.125 +слушай звуки машины. + +26 +00:03:18.333 --> 00:03:20.417 +Слушай своё дыхание. + +27 +00:04:27.208 --> 00:04:29.250 +И не надоест тебе это? + +28 +00:04:29.542 --> 00:04:31.083 +Надоест?!? + +29 +00:04:31.708 --> 00:04:34.625 +Имо! Машина - +она как часовой механизм. + +30 +00:04:35.500 --> 00:04:37.667 +Одно движение не туда... + +31 +00:04:37.792 --> 00:04:39.750 +...и тебя размелют в месиво! + +32 +00:04:41.042 --> 00:04:42.375 +А разве это не - + +33 +00:04:42.417 --> 00:04:46.500 +Месиво. Имо! +ты этого хочешь? месиво? + +34 +00:04:48.083 --> 00:04:50.000 +Имо. твоя цель в жизни? + +35 +00:04:50.542 --> 00:04:52.250 +Месиво! + +36 +00:05:41.792 --> 00:05:43.458 +Имо. закрой глаза. + +37 +00:05:44.875 --> 00:05:46.542 +Зачем? +- Ну же! + +38 +00:05:51.500 --> 00:05:52.333 +Ладно. + +39 +00:05:53.708 --> 00:05:56.042 +Хорошо. + +40 +00:05:59.500 --> 00:06:02.750 +Что ты видишь слева от себя. Имо? + +41 +00:06:04.417 --> 00:06:06.000 +Ничего. +- Точно? + +42 +00:06:06.333 --> 00:06:07.875 +да. совсем ничего. + +43 +00:06:08.042 --> 00:06:12.708 +А справа от себя. +что ты видишь справа от себя. Имо? + +44 +00:06:13.833 --> 00:06:16.875 +Да то же Пруг. в точности то же... + +45 +00:06:17.042 --> 00:06:18.500 +Ничего! + +46 +00:06:18.667 --> 00:06:19.500 +Прекрасно... + +47 +00:06:40.583 --> 00:06:42.917 +Прислушайся. Пруг! Ты слышишь это? + +48 +00:06:43.583 --> 00:06:45.042 +Может. мы пойдём туда? + +49 +00:06:45.208 --> 00:06:48.042 +Туда? +Это не безопасно. Имо. + +50 +00:06:49.875 --> 00:06:52.500 +Но... +- Поверь мне. это так. + +51 +00:06:53.292 --> 00:06:54.750 +Может я бы ... + +52 +00:06:54.792 --> 00:06:56.333 +Нет. + +53 +00:06:57.625 --> 00:06:59.583 +- Но... +- НЕТ! + +54 +00:06:59.708 --> 00:07:00.833 +Нет! + +55 +00:07:00.833 --> 00:07:03.708 +Ещё вопросы. Имо? + +56 +00:07:04.250 --> 00:07:05.875 +Нет. + +57 +00:07:09.458 --> 00:07:10.792 +Имо? + +58 +00:07:11.833 --> 00:07:13.500 +Имо. почему... + +59 +00:07:13.542 --> 00:07:14.458 +Имо... + +60 +00:07:14.500 --> 00:07:18.500 +...почему? почему ты не видишь +красоты этого места? + +61 +00:07:18.792 --> 00:07:20.708 +То как оно работает. + +62 +00:07:20.833 --> 00:07:24.000 +Как совершенно оно. + +63 +00:07:24.083 --> 00:07:27.417 +Нет. Пруг. я не вижу. + +64 +00:07:27.500 --> 00:07:30.333 +Я не вижу. потому что здесь ничего нет. + +65 +00:07:31.375 --> 00:07:35.333 +И почему я должен доверять свою жизнь +чему-то. чего здесь нет? + +66 +00:07:35.542 --> 00:07:37.125 +это ты мне можешь сказать? + +67 +00:07:37.500 --> 00:07:39.167 +Ответь мне! + +68 +00:07:43.208 --> 00:07:44.542 +Пруг... + +69 +00:07:45.500 --> 00:07:47.333 +Ты просто больной! + +70 +00:07:47.375 --> 00:07:48.500 +Отстань от меня. + +71 +00:07:48.625 --> 00:07:49.917 +Имо... + +72 +00:07:52.542 --> 00:07:55.083 +Нет! Имо! Это ловушка! + +73 +00:07:55.792 --> 00:07:57.167 +Это ловушка! + +74 +00:07:57.208 --> 00:08:01.708 +Слева от себя вы можете увидеть +Висящие сады Семирамиды! + +75 +00:08:02.250 --> 00:08:04.292 +Сойдёт за ловушку? + +76 +00:08:05.458 --> 00:08:07.125 +Нет. Имо. + +77 +00:08:09.417 --> 00:08:12.750 +Справа от себя вы можете увидеть... +...угадай кого... + +78 +00:08:13.000 --> 00:08:14.708 +...Колосса Родосского! + +79 +00:08:15.500 --> 00:08:16.625 +Нет! + +80 +00:08:16.667 --> 00:08:21.125 +Колосс Родосский! +И он здесь специально для тебя. Пруг. + +81 +00:08:21.167 --> 00:08:22.208 +Специально для тебя... + +82 +00:08:51.333 --> 00:08:53.167 +Она здесь есть! + +83 +00:08:53.208 --> 00:08:55.500 +Говорю тебе. +Имо... + +84 +00:08:57.333 --> 00:09:00.000 +...она есть... есть... \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.sv.vtt b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.sv.vtt new file mode 100644 index 0000000..6666eed --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/captions.sv.vtt @@ -0,0 +1,349 @@ +WEBVTT + +1 +00:00:15.042 --> 00:00:18.250 +Till vänster kan vi se... +Ser vi... + +2 +00:00:18.708 --> 00:00:20.333 +Till höger ser vi... + +3 +00:00:20.417 --> 00:00:21.958 +...huvudkaparna. + +4 +00:00:22.000 --> 00:00:24.792 +Allt är säkert. +alldeles ofarligt. + +5 +00:00:24.917 --> 00:00:26.833 +Emo? + +6 +00:00:28.750 --> 00:00:30.167 +Se upp! + +7 +00:00:46.708 --> 00:00:48.750 +Är du skadad? + +8 +00:00:51.875 --> 00:00:54.458 +Jag tror inte det... +Är du? + +9 +00:00:55.292 --> 00:00:57.333 +Jag är ok. + +10 +00:00:57.542 --> 00:01:01.625 +Res dig upp Emo. +Det är inte säkert här. + +11 +00:01:02.208 --> 00:01:03.625 +Kom så går vi. + +12 +00:01:03.708 --> 00:01:05.708 +Vad nu då? + +13 +00:01:05.833 --> 00:01:07.833 +Du får se... + +14 +00:01:08.042 --> 00:01:10.417 +Du får se. + +15 +00:01:15.958 --> 00:01:18.375 +Emo. den här vägen. + +16 +00:01:34.417 --> 00:01:36.750 +Följ efter mig! + +17 +00:02:11.250 --> 00:02:13.250 +Skynda dig. Emo! + +18 +00:02:48.375 --> 00:02:50.583 +Du är inte uppmärksam! + +19 +00:02:50.708 --> 00:02:54.500 +Jag vill bara svara... +... i telefonen. + +20 +00:02:54.500 --> 00:02:58.208 +Emo. se här... +Lyssna menar jag. + +21 +00:02:59.708 --> 00:03:02.292 +Du måste lära dig att lyssna. + +22 +00:03:03.292 --> 00:03:05.208 +Det här är ingen lek. + +23 +00:03:05.250 --> 00:03:08.917 +Du... Jag menar vi. +vi skulle kunna dö här ute. + +24 +00:03:09.917 --> 00:03:11.417 +Lyssna... + +25 +00:03:11.708 --> 00:03:14.833 +Lyssna på ljuden från maskinen. + +26 +00:03:18.125 --> 00:03:21.417 +Lyssna på dina andetag. + +27 +00:04:26.625 --> 00:04:29.250 +Tröttnar du aldrig på det här? + +28 +00:04:29.542 --> 00:04:31.083 +Tröttnar!? + +29 +00:04:31.208 --> 00:04:33.458 +Emo. maskinen är som... + +30 +00:04:33.458 --> 00:04:35.333 +Som ett urverk. + +31 +00:04:35.417 --> 00:04:37.167 +Ett felsteg... + +32 +00:04:37.208 --> 00:04:39.750 +...och du blir krossad. + +33 +00:04:41.042 --> 00:04:42.292 +Men är det inte - + +34 +00:04:42.292 --> 00:04:47.000 +Krossad. Emo! +Är det vad du vill bli? Krossad till mos? + +35 +00:04:47.500 --> 00:04:50.542 +Emo. är det ditt mål i livet? + +36 +00:04:50.667 --> 00:04:53.250 +Att bli mos!? + +37 +00:05:41.375 --> 00:05:43.458 +Emo. blunda. + +38 +00:05:44.375 --> 00:05:46.542 +Varför då? +- Blunda! + +39 +00:05:51.292 --> 00:05:55.042 +Ok. +- Bra. + +40 +00:05:59.500 --> 00:06:02.750 +Vad ser du till vänster om dig Emo? + +41 +00:06:04.125 --> 00:06:06.292 +Ingenting. +- Säker? + +42 +00:06:06.333 --> 00:06:07.958 +Ingenting alls. + +43 +00:06:08.042 --> 00:06:12.625 +Jaså. och till höger om dig... +Vad ser du där. Emo? + +44 +00:06:13.750 --> 00:06:15.583 +Samma där Proog... + +45 +00:06:15.583 --> 00:06:18.083 +Exakt samma där. ingenting! + +46 +00:06:18.083 --> 00:06:19.667 +Perfekt. + +47 +00:06:40.500 --> 00:06:42.917 +Lyssna Proog! Hör du? + +48 +00:06:43.500 --> 00:06:45.125 +Kan vi gå dit? + +49 +00:06:45.208 --> 00:06:48.125 +Gå dit? +Det är inte tryggt. + +50 +00:06:49.583 --> 00:06:52.583 +Men. men... +- Tro mig. det inte säkert. + +51 +00:06:53.000 --> 00:06:54.292 +Men kanske om jag - + +52 +00:06:54.292 --> 00:06:56.333 +Nej. + +53 +00:06:57.208 --> 00:07:00.167 +Men - +- Nej. NEJ! + +54 +00:07:00.917 --> 00:07:03.792 +Några fler frågor Emo? + +55 +00:07:04.250 --> 00:07:05.875 +Nej. + +56 +00:07:09.542 --> 00:07:11.375 +Emo? +- Ja? + +57 +00:07:11.542 --> 00:07:15.667 +Emo. varför... + +58 +00:07:15.792 --> 00:07:18.583 +Varför kan du inte se skönheten i det här? + +59 +00:07:18.792 --> 00:07:21.708 +Hur det fungerar. + +60 +00:07:21.833 --> 00:07:24.000 +Hur perfekt det är. + +61 +00:07:24.083 --> 00:07:27.333 +Nej Proog. jag kan inte se det. + +62 +00:07:27.333 --> 00:07:30.333 +Jag ser det inte. för det finns inget där. + +63 +00:07:31.292 --> 00:07:35.333 +Och varför skulle jag lägga mitt liv +i händerna på något som inte finns? + +64 +00:07:35.333 --> 00:07:37.083 +Kan du berätta det för mig? +- Emo... + +65 +00:07:37.083 --> 00:07:39.167 +Svara mig! + +66 +00:07:43.500 --> 00:07:45.208 +Proog... + +67 +00:07:45.208 --> 00:07:47.083 +Du är inte frisk! + +68 +00:07:47.167 --> 00:07:49.292 +Håll dig borta från mig! + +69 +00:07:52.292 --> 00:07:55.083 +Nej! Emo! +Det är en fälla! + +70 +00:07:55.375 --> 00:07:57.208 +Heh. det är en fälla. + +71 +00:07:57.208 --> 00:08:01.708 +På vänster sida ser vi... +Babylons hängande trädgårdar! + +72 +00:08:01.958 --> 00:08:04.000 +Vad sägs om den fällan? + +73 +00:08:05.458 --> 00:08:07.333 +Nej. Emo. + +74 +00:08:08.917 --> 00:08:12.667 +Till höger ser vi... +Gissa! + +75 +00:08:12.750 --> 00:08:15.125 +Rhodos koloss! + +76 +00:08:15.375 --> 00:08:16.500 +Nej! + +77 +00:08:16.500 --> 00:08:20.250 +Kolossen på Rhodos! +Och den är här för din skull. Proog... + +78 +00:08:20.250 --> 00:08:23.250 +Bara för din skull. + +79 +00:08:50.917 --> 00:08:53.250 +Den är där... + +80 +00:08:53.625 --> 00:08:56.417 +Tro mig. +Emo... + +81 +00:08:57.000 --> 00:09:00.000 +Det är den. +Det är den... \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/chapters.en.vtt b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/chapters.en.vtt new file mode 100644 index 0000000..9740a41 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/chapters.en.vtt @@ -0,0 +1,44 @@ +WEBVTT + +NOTE Created by Owen Edwards 2015. http://creativecommons.org/licenses/by/2.5/ +NOTE Based on 'finalbreakdown.rtf', part of the prepoduction notes, which are: +NOTE (c) Copyright 2006, Blender Foundation / +NOTE Netherlands Media Art Institute / +NOTE www.elephantsdream.org + +1 +00:00:00.000 --> 00:00:27.500 +Prologue + +2 +00:00:27.500 --> 00:01:10.000 +Switchboard trap + +3 +00:01:10.000 --> 00:03:25.000 +Telephone/Lecture + +4 +00:03:25.000 --> 00:04:52.000 +Typewriter + +5 +00:04:52.000 --> 00:06:19.500 +Proog shows Emo stuff + +6 +00:06:19.500 --> 00:07:09.000 +Which way + +7 +00:07:09.000 --> 00:07:45.000 +Emo flips out + +8 +00:07:45.000 --> 00:09:25.000 +Emo creates + +9 +00:09:25.000 --> 00:10:53.000 +Closing credits + diff --git a/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/descriptions.en.vtt b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/descriptions.en.vtt new file mode 100644 index 0000000..8835b70 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/descriptions.en.vtt @@ -0,0 +1,280 @@ +WEBVTT +License: CC BY 4.0 http://creativecommons.org/licenses/by/4.0/ +Author: Silvia Pfeiffer + +1 +00:00:00.000 --> 00:00:05.000 +The orange open movie project presents + +2 +00:00:05.010 --> 00:00:12.000 +Introductory titles are showing on the background of a water pool with fishes swimming and mechanical objects lying on a stone floor. + +3 +00:00:12.010 --> 00:00:14.800 +elephants dream + +4 +00:00:26.100 --> 00:00:28.206 +Two people stand on a small bridge. + +5 +00:00:30.010 --> 00:00:40.000 +The old man, Proog, shoves the younger and less experienced Emo on the ground to save him from being mowed down by a barrage of jack plugs that whir back and forth between the two massive switch-board-like walls. + +6 +00:00:40.000 --> 00:00:47.000 +The plugs are oblivious of the two, endlessly channeling streams of bizarre sounds and data. + +7 +00:00:48.494 --> 00:00:51.994 +Emo sits on the bridge and checks his limbs. + +8 +00:01:09.150 --> 00:01:16.030 +After the squealing plugs move on, Proog makes sure that Emo is unharmed and urges him onwards through a crack in one of the plug-walls. + +9 +00:01:18.050 --> 00:01:24.000 +They walk through the narrow hall into a massive room that fades away into blackness on all sides. + +10 +00:01:24.050 --> 00:01:34.200 +Only one path is visible, suspended in mid-air that runs between thousands of dangling electric cables on which sit crowds of robin-like robotic birds. + +11 +00:01:36.000 --> 00:01:40.000 +As Proog and Emo enter the room, the birds begin to wake up and notice them. + +12 +00:01:42.000 --> 00:01:50.000 +Realizing the danger, Proog grabs Emo by the arm. + +13 +00:01:50.050 --> 00:02:00.000 +They run along the increasingly bizarre path as the birds begin to swarm. + +14 +00:02:00.050 --> 00:02:11.000 +All sound is blocked out by the birds which are making the same noises as the jack-plugs, garbled screaming and obscure sentences and static. + +15 +00:02:12.600 --> 00:02:17.000 +The path dead-ends, stopping in the middle of no-where above the infinite drop. + +16 +00:02:17.600 --> 00:02:22.000 +Proog turns around as the birds reach them and begin to dive-bomb at them. + +17 +00:02:22.600 --> 00:02:28.000 +At the last moment, Proog takes out an old candlestick phone and the birds dive into the speaker piece. + +18 +00:02:28.600 --> 00:02:31.000 +The screen cuts to black. + +19 +00:02:31.600 --> 00:02:38.000 +In the next scene, Proog stands at one end of a room, suspiciously watching what is probably the same candlestick phone, which is ringing. + +20 +00:02:38.500 --> 00:02:41.000 +Emo watches from the other side of the room. + +21 +00:02:41.500 --> 00:02:43.000 +The phone continues to ring. + +22 +00:02:43.500 --> 00:02:48.000 +After a while Emo approaches it to answer it, but Proog slaps his hand away. + +23 +00:02:57.972 --> 00:02:59.100 +Proog takes the ear-piece off the hook. + +24 +00:03:13.500 --> 00:03:18.054 +The phone speaker revealed a mass of clawed, fleshy polyps which scream and gibber obscenely. + +25 +00:03:25.000 --> 00:03:33.000 +There is a solemn silence as Emo looks around the room and the technical objects therein. + +26 +00:03:38.000 --> 00:03:44.000 +Emo laughs disbelievingly and Proog walks away. + +27 +00:03:46.000 --> 00:03:54.000 +In the next scene, the two enter another massive black room. + +28 +00:03:54.500 --> 00:04:04.000 +There is no path, the entry platform is the only structure that seems to be there except for another exit, lit distantly at the far side. + +29 +00:04:04.500 --> 00:04:14.000 +Proog takes a step forward into the void, and his feet are suddenly caught by giant typewriter arms that rocket up out of the blackness to catch his feet as he dances across mid-air. + +30 +00:04:14.500 --> 00:04:22.000 +Emo follows Proog with somewhat less enthusiasm as the older man leads the way. + +31 +00:04:52.000 --> 00:04:58.000 +They reach the end of the room and go through a hall into a small compartment. + +32 +00:05:02.000 --> 00:05:06.000 +Proog presses a button, and the door shuts. + +33 +00:05:06.500 --> 00:05:09.000 +It is an elevator. + +34 +00:05:09.500 --> 00:05:24.000 +The elevator lurches suddenly as it is grabbed by a giant mechanical arm and thrown upwards, rushing up through an ever-widening tunnel. + +35 +00:05:26.500 --> 00:05:32.000 +When it begins to slow down, another arm grabs the capsule and throws it even further up. + +36 +00:05:32.500 --> 00:05:40.000 +As it moves up, the walls unlock and fall away, leaving only the floor with the two on it, rushing higher and higher. + +37 +00:05:54.500 --> 00:05:59.000 +They exit the tunnel into a black sky and the platform reaches the peak of its arc. + +38 +00:06:19.500 --> 00:06:26.000 +The elevator begins to drop down another shaft, coming to rest as it slams into the floor of another room and bringing the two to a level stop. + +39 +00:06:26.500 --> 00:06:28.000 +A camera flashes. + +40 +00:06:28.010 --> 00:06:34.000 +They are in a large, dingy room filled with strange, generator-like devices and dotted with boxy holographic projectors. + +41 +00:06:34.500 --> 00:06:38.000 +One of them is projecting a portion of wall with a door in it right beside them. + +42 +00:06:38.500 --> 00:06:40.000 +The door seems harmless enough. + +43 +00:06:42.800 --> 00:06:45.100 +From behind the door comes light music. + +44 +00:06:56.000 --> 00:07:00.100 +Proog presses a button on his cane, which changes the holograph to another wall. + +45 +00:07:05.100 --> 00:07:11.000 +Proog finishes the wall, and boxes them into a Safe Room, out of the view of anything outside. + +46 +00:07:39.000 --> 00:07:42.500 +Proog slaps him, trying to bring him to his senses. + +47 +00:07:45.000 --> 00:07:52.000 +Emo storms away down the length of the room towards a wall he apparently cannot see and the wall begins to move, extending the length of the room. + +48 +00:08:00.000 --> 00:08:07.000 +The walls begin to discolour and mechanical roots start tearing through the walls to his left. + +49 +00:08:07.010 --> 00:08:09.000 +The roots move forwards toward Proog. + +50 +00:08:22.000 --> 00:08:31.000 +The rest of the safety wall crumples away as a pair of massive hands heave out of the ground and begin to attack. + +51 +00:08:31.010 --> 00:08:37.000 +Proog is knocked down by the shockwave, while Emo turns and begins to walk away, waving his finger around his temple in the 'crazy' sign. + +52 +00:08:37.010 --> 00:08:44.000 +In a last effort, Proog extricates himself from the tentacle roots, and cracks Emo over the back of the head with his cane. + +53 +00:08:44.500 --> 00:08:51.000 +As Emo collapses, everything falls away, and Proog and Emo are left in one tiny patch of light in the middle of blackness. + +54 +00:09:00.000 --> 00:09:20.000 +The scene fades to black while panning over a pile of tentacle roots lying on the ground. + +55 +00:09:26.000 --> 00:09:28.000 +Credits begin: + +56 +00:09:28.500 --> 00:09:35.000 +Orange Open Movie Team +Director: Bassum Kurdali +Art Director: Andreas Goralczyk + +57 +00:09:35.500 --> 00:09:39.000 +Music and Sound Design: Jan Morgenstern + +58 +00:09:39.500 --> 00:09:44.000 +Emo: Cas Jansen +Proog: Tygo Gernandt + +59 +00:09:44.500 --> 00:09:50.000 +Screenplay: Pepijn Zwanenberg +Original Concept & Scenario: Andreas Goralczyk, Bassam Kurdali, Ton Roosendaal + +60 +00:09:50.500 --> 00:10:24.000 +More people for +Additional Artwork and Animation +Texture Photography +Software Development +3D Modelling, Animation, Rendering, Compiling Software +Special Thanks to Open Source Projects +Rendering Services Provided +Hardware Sponsored +Casting +Sound FX, Foley, Dialogue Editing, Audio Mix and Post +Voice Recording +HDCam conversion +Netherlands Media Art Institute Staff +Blender Foundation Staff + +61 +00:10:24.500 --> 00:10:30.000 +Many Thanks to our Donation and DVD sponsors + +62 +00:10:30.500 --> 00:10:47.000 +Elephants Dream has been realised with financial support from +The Netherlands Film Fund +Mondriaan Foundation +VSBfonds +Uni-Verse / EU Sixth Framework Programme + +63 +00:10:47.500 --> 00:10:53.000 +Produced By +Ton Roosendaal +Copyright 2006 +Netherlands Media Art Institute / Montevideo +Blender Foundation diff --git a/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/index.html b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/index.html new file mode 100644 index 0000000..cf24c36 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/examples/elephantsdream/index.html @@ -0,0 +1,49 @@ + + + + + Video.js Text Descriptions, Chapters & Captions Example + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    This page demonstrates a text descriptions track (intended primarily for blind and visually impaired consumers of visual media)

    + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/examples/shared/example-captions.vtt b/lib/video.js-main/docs/legacy-docs/examples/shared/example-captions.vtt new file mode 100644 index 0000000..e598be1 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/examples/shared/example-captions.vtt @@ -0,0 +1,41 @@ +WEBVTT + +00:00.700 --> 00:04.110 +Captions describe all relevant audio for the hearing impaired. +[ Heroic music playing for a seagull ] + +00:04.500 --> 00:05.000 +[ Splash!!! ] + +00:05.100 --> 00:06.000 +[ Sploosh!!! ] + +00:08.000 --> 00:09.225 +[ Splash...splash...splash splash splash ] + +00:10.525 --> 00:11.255 +[ Splash, Sploosh again ] + +00:13.500 --> 00:14.984 +Dolphin: eeeEEEEEeeee! + +00:14.984 --> 00:16.984 +Dolphin: Squawk! eeeEEE? + +00:25.000 --> 00:28.284 +[ A whole ton of splashes ] + +00:29.500 --> 00:31.000 +Mine. Mine. Mine. + +00:34.300 --> 00:36.000 +Shark: Chomp + +00:36.800 --> 00:37.900 +Shark: CHOMP!!! + +00:37.861 --> 00:41.193 +EEEEEEOOOOOOOOOOWHALENOISE + +00:42.593 --> 00:45.611 +[ BIG SPLASH ] \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/examples/simple-embed/index.html b/lib/video.js-main/docs/legacy-docs/examples/simple-embed/index.html new file mode 100644 index 0000000..606fefb --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/examples/simple-embed/index.html @@ -0,0 +1,30 @@ + + + + + + Video.js | HTML5 Video Player + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    + + + + diff --git a/lib/video.js-main/docs/legacy-docs/fonts/FontAwesome.otf b/lib/video.js-main/docs/legacy-docs/fonts/FontAwesome.otf new file mode 100644 index 0000000..3ed7f8b Binary files /dev/null and b/lib/video.js-main/docs/legacy-docs/fonts/FontAwesome.otf differ diff --git a/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.eot b/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.eot new file mode 100644 index 0000000..9b6afae Binary files /dev/null and b/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.eot differ diff --git a/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.svg b/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.svg new file mode 100644 index 0000000..d05688e --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.svg @@ -0,0 +1,655 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.ttf b/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000..26dea79 Binary files /dev/null and b/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.ttf differ diff --git a/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.woff b/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.woff new file mode 100644 index 0000000..dc35ce3 Binary files /dev/null and b/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.woff differ diff --git a/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.woff2 b/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.woff2 new file mode 100644 index 0000000..500e517 Binary files /dev/null and b/lib/video.js-main/docs/legacy-docs/fonts/fontawesome-webfont.woff2 differ diff --git a/lib/video.js-main/docs/legacy-docs/guides/api.html b/lib/video.js-main/docs/legacy-docs/guides/api.html new file mode 100644 index 0000000..5018f0c --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/guides/api.html @@ -0,0 +1,49 @@ + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    API

    +

    The Video.js API allows you to interact with the video through JavaScript, whether the browser is playing the video through HTML5 video, Flash, or any other supported playback technologies.

    +

    Referencing the Player

    +

    To use the API functions, you need access to the player object. Luckily this is easy to get. You just need to make sure your video tag has an ID. The example embed code has an ID of "example_video_1". If you have multiple videos on one page, make sure every video tag has a unique ID.

    +
    var myPlayer = videojs('example_video_1');
    +
    +

    (If the player hasn't been initialized yet via the data-setup attribute or another method, this will also initialize the player.)

    +

    Wait Until the Player is Ready

    +

    The time it takes Video.js to set up the video and API will vary depending on the playback technology being used (HTML5 will often be much faster to load than Flash). For that reason we want to use the player's 'ready' function to trigger any code that requires the player's API.

    +
    videojs("example_video_1").ready(function(){
    +  var myPlayer = this;
    +
    +  // EXAMPLE: Start playing the video.
    +  myPlayer.play();
    +
    +});
    +
    +

    API Methods

    +

    Now that you have access to a ready player, you can control the video, get values, or respond to video events. The Video.js API function names follow the HTML5 media API. The main difference is that getter/setter functions are used for video properties.

    +
    
    +// setting a property on a bare HTML5 video element
    +myVideoElement.currentTime = "120";
    +
    +// setting a property on a Video.js player
    +myPlayer.currentTime(120);
    +
    +

    The full list of player API methods and events can be found in the player API docs.

    + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/guides/audio-tracks.html b/lib/video.js-main/docs/legacy-docs/guides/audio-tracks.html new file mode 100644 index 0000000..a1cd187 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/guides/audio-tracks.html @@ -0,0 +1,80 @@ + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    Audio Tracks

    +

    Audio Tracks are a function of HTML5 video for providing alternative audio track selections to the user, so that a track other than the main track can be played. Video.js makes audio tracks work across all browsers. There are currently five types of tracks:

    +
      +
    • Alternative: alternative audio for the main video track
    • +
    • Descriptions: descriptions of what is happening in the video track
    • +
    • Main: the main audio track for this video
    • +
    • Translation: a translation of the main audio track
    • +
    • Commentary: commentary on the video, usually the director of the content talking about design choices
    • +
    +

    Missing Funtionality

    +
      +
    • It is currently impossible to add AudioTracks in a non-programtic way
    • +
    • Literal switching of AudioTracks for playback is not handled by video.js and must be handled by something else. video.js only stores the track representation
    • +
    +

    Adding to Video.js

    +
    +

    Right now adding audio tracks in the HTML is unsupported. Audio Tracks must be added programatically.

    +
    +

    You must add audio tracks programatically for the time being.

    +

    Attributes

    +

    Audio Track propertites and settings

    +

    kind

    +

    One of the five track types listed above. Kind defaults to empty string if no kind is included, or an invalid kind is used.

    +

    label

    +

    The label for the track that will be show to the user, for example in a menu that list the different languages available for audio tracks.

    +

    language

    +

    The two-letter code (valid BCP 47 language tag) for the language of the audio track, for example "en" for English. A list of language codes is available here.

    +

    enabled

    +

    If this track should be playing or not. In video.js we only allow one track to be enabled at a time. so if you enable more than one the last one to be enabled will end up being the only one.

    +

    Interacting with Audio Tracks

    +

    Doing something when a track becomes enabled

    +

    When a new track is enabled (other than the main track) an event is fired on the AudioTrackList called change you can listen to that event and do something with it. +Here's an example:

    +
    // get the current players AudioTrackList object
    +let tracks = player.audioTracks();
    +
    +// listen to the change event
    +tracks.addEventListener('change', function() {
    +
    +  // print the currently enabled AudioTrack label
    +  for (let i = 0; i < tracks.length; i++) {
    +    let track = tracks[i];
    +
    +    if (track.enabled) {
    +      console.log(track.label);
    +      return;
    +    }
    +  }
    +});
    +
    +

    API

    +

    player.audioTracks() -> AudioTrackList

    +

    This is the main interface into the audio tracks of the player. +It returns an AudioTrackList which is an array like object that contains all the AudioTrack on the player.

    +

    player.audioTracks().addTrack(AudioTrack)

    +

    Add an existing AudioTrack to the players internal list of AudioTracks.

    +

    player.audioTracks().removeTrack(AudioTrack)

    +

    Remove a track from the AudioTrackList currently on the player. if no track exists this will do nothing.

    + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/guides/components.html b/lib/video.js-main/docs/legacy-docs/guides/components.html new file mode 100644 index 0000000..e5f07d6 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/guides/components.html @@ -0,0 +1,89 @@ + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    Components

    +

    The Video.js player is built on top of a simple, custom UI components architecture. The player class and all control classes inherit from the Component class, or a subclass of Component.

    +
    videojs.registerComponent('Control', videojs.extends(Component));
    +videojs.registerComponent('Button', videojs.extends(videojs.getComponent('Control')));
    +videojs.registerComponent('PlayToggle', videojs.extends(videojs.getComponent('Button')));
    +
    +

    The UI component architecture makes it easier to add child components to a parent component and build up an entire user interface, like the controls for the Video.js player.

    +
    // Adding a new control to the player
    +myPlayer.addChild('BigPlayButton');
    +
    +

    Every component has an associated DOM element, and when you add a child component, it inserts the element of that child into the element of the parent.

    +
    myPlayer.addChild('BigPlayButton');
    +
    +

    Results in:

    +
        <!-- Player Element -->
    +    <div class="video-js">
    +      <!-- BigPlayButton Element -->
    +      <div class="vjs-big-play-button"></div>
    +    </div>
    +
    +

    The actual default component structure of the Video.js player looks something like this:

    +
    Player
    +    PosterImage
    +    TextTrackDisplay
    +    LoadingSpinner
    +    BigPlayButton
    +    ControlBar
    +        PlayToggle
    +        VolumeMenuButton
    +        CurrentTimeDisplay (Hidden by default)
    +        TimeDivider (Hidden by default)
    +        DurationDisplay (Hidden by default)
    +        ProgressControl
    +            SeekBar
    +              LoadProgressBar
    +              MouseTimeDisplay
    +              PlayProgressBar
    +        LiveDisplay (Hidden by default)
    +        RemainingTimeDisplay
    +        CustomControlsSpacer (No UI)
    +        ChaptersButton (Hidden by default)
    +        SubtitlesButton (Hidden by default)
    +        CaptionsButton (Hidden by default)
    +        PictureInPictureToggle
    +        FullscreenToggle
    +    ErrorDisplay
    +    TextTrackSettings
    +

    Progress Control

    +

    The progress control is made up of the SeekBar. The seekbar contains the load progress bar +and the play progress bar. In addition, it contains the Mouse Time Display which +is used to display the time tooltip that follows the mouse cursor. +The play progress bar also has a time tooltip that show the current time.

    +

    By default, the progress control is sandwiched between the volume menu button and +the remaining time display inside the control bar, but in some cases, a skin would +want to move the progress control above the control bar and have it span the full +width of the player, in those cases, it is less than ideal to have the tooltips +get cut off or leave the bounds of the player. This can be prevented by setting the +keepTooltipsInside option on the progress control. This also makes the tooltips use +a real element instead of pseudo elements so targeting them with css will be different.

    +
    let player = videojs('myplayer', {
    +  controlBar: {
    +    progressControl: {
    +      keepTooltipsInside: true
    +    }
    +  }
    +});
    +
    + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/guides/glossary.html b/lib/video.js-main/docs/legacy-docs/guides/glossary.html new file mode 100644 index 0000000..09ca1fe --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/guides/glossary.html @@ -0,0 +1,45 @@ + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    Glossary

    +

    Terms related to web video.

    +

    DOM (Document Object Model)

    +

    The container of elements on the page that must be loaded before you can interact with the elements with through Javascript. +http://en.wikipedia.org/wiki/Document_Object_Model

    +

    Flash Fallback

    +

    The Flash video player (SWF) used to play a video when HTML5 isn't supported.

    +

    TimeRange

    +

    HTML5 Video

    +

    HTML is the markup language that makes up every page on the web. The newest version, HTML5, includes specifications for a video tag, that is meant to allow website developers to add a video to a page the same way they would add an image. In order for this to work, web browser developers (Mozilla, Apple, Microsoft, Google, Opera, etc.) have to build the video playback functionality into their browsers. The W3C has created directions on how video should work in browsers, and it’s up to browser developers to follow those directions, so that video works the same across all browsers. This doesn’t always happen thanks to technology, legal, and financial choices made by browser developers, but so far no one’s varying too far from the specifications. However the specifications are still being changed and refined, so browsers developers have to keep up with that as well.

    +

    Playing video in a web page may not seem so special since you can already view video on a web page through plugins like Flash Player, Quicktime, Silverlight, and RealPlayer, however this is a big step forward for standardizing video playback across web browsers and devices. The goal is that in the future, developers will only need to use one method for embedding a video, that’s based on open standards (not controlled by one company), and it will work everywhere.

    +

    A prime example of this is the iPhone and iPad. Apple has decided not to support Flash on their mobile devices, but they do support HTML5 video. Since Flash is currently the most common way video is added to web pages, most web video (aside from YouTube who has a special relationship with Apple) can’t be viewed on the iPhone or iPad. These devices are very popular, so many web sites are switching to hybrid HTML5/Flash player setups (like VideoJS).

    +

    Video Tag

    +

    There are a number of great resources that will give you an introduction to the video tag an how it is used including:

    + +

    An if you really want to dig in, you can read the (W3C Spec)[http://www.w3.org/TR/html5/video.html]. (Warning - not for the faint of heart)

    +

    Skin

    +

    "Skin" refers to the design of the player's controls, also sometimes called the chrome. With VideoJS, new skins can be built simply by creating a new stylesheet.

    +

    Content Delivery Network (CDN)

    +

    A network of servers around the world that host copies of a file. When your browser requests one of these files, the CDN automatically determines which server is closest to your location and delivers the file from there. This drastically increases delivery time, especially internationally.

    + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/guides/languages.html b/lib/video.js-main/docs/legacy-docs/guides/languages.html new file mode 100644 index 0000000..e5e956c --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/guides/languages.html @@ -0,0 +1,307 @@ + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    Languages

    +

    Multiple language support allows for users of non-English locales to natively interact with the displayed player. Video.js will compile multiple language files (see below) and instantiate with a global dictionary of language key/value support. Video.js player instances can be created with per-player language support that amends/overrides these default values. Player instances can also hard-set default languages to values other than English as of version 4.7.

    +

    Creating the Language File

    +

    Video.js uses key/value object dictionaries in JSON form.

    +

    An English lang file is at /lang/en.json which should be used as a template for new files. This will be kept up to date with strings in the core player that need localizations.

    +

    A sample dictionary for Spanish ['es'] would look as follows:

    +
    {
    +  "Play": "Reproducción",
    +  "Pause": "Pausa",
    +  "Current Time": "Tiempo reproducido",
    +  "Duration": "Duración total",
    +  "Remaining Time": "Tiempo restante",
    +  "Stream Type": "Tipo de secuencia",
    +  "LIVE": "DIRECTO",
    +  "Loaded": "Cargado",
    +  "Progress": "Progreso",
    +  "Fullscreen": "Pantalla completa",
    +  "Non-Fullscreen": "Pantalla no completa",
    +  "Mute": "Silenciar",
    +  "Unmute": "No silenciado",
    +  "Playback Rate": "Velocidad de reproducción",
    +  "Subtitles": "Subtítulos",
    +  "subtitles off": "Subtítulos desactivados",
    +  "Captions": "Subtítulos especiales",
    +  "captions off": "Subtítulos especiales desactivados",
    +  "Chapters": "Capítulos",
    +  "Close Modal Dialog": "Cerca de diálogo modal",
    +  "You aborted the video playback": "Ha interrumpido la reproducción del vídeo.",
    +  "A network error caused the video download to fail part-way.": "Un error de red ha interrumpido la descarga del vídeo.",
    +  "The video could not be loaded, either because the server or network failed or because the format is not supported.": "No se ha podido cargar el vídeo debido a un fallo de red o del servidor o porque el formato es incompatible.",
    +  "The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "La reproducción de vídeo se ha interrumpido por un problema de corrupción de datos o porque el vídeo precisa funciones que su navegador no ofrece.",
    +  "No compatible source was found for this video.": "No se ha encontrado ninguna fuente compatible con este vídeo."
    +}
    +
    +

    Notes:

    +
      +
    • The file name should always be in the format XX.json, where XX is the language code. This should be a two letter code (for options see the bottom of this document) except for cases where a more specific code with sub-code is appropriate, e.g. zh-CN.lang.
    • +
    • For automatic inclusion at build time, add your language file to the /lang directory (see 'Adding Languages to Video.js below').
    • +
    +

    Adding Languages to Video.js

    +

    Additional language support can be added to Video.js in multiple ways.

    +
      +
    1. Create language scripts out of your JSON objects by using our custom grunt task vjslanguages. This task is automatically run as part of the default grunt task in Video.JS, but can be configured to match your src/dist directories if different. Once these scripts are created, just add them to your DOM like any other script.
    2. +
    +

    NOTE: These need to be added after the core Video.js script.

    +
      +
    1. Add your JSON objects via the videojs.addLanguage API. Preferably in the HEAD element of your DOM or otherwise prior to player instantiation.
    2. +
    +
    <head>
    +<script>
    +  videojs.options.flash.swf = '../node_modules/videojs-swf/dist/video-js.swf';
    +  videojs.addLanguage('es', {
    +    "Play": "Reproducción",
    +    "Pause": "Pausa",
    +    "Current Time": "Tiempo reproducido",
    +    "Duration": "Duración total",
    +    "Remaining Time": "Tiempo restante",
    +    "Stream Type": "Tipo de secuencia",
    +    "LIVE": "DIRECTO",
    +    "Loaded": "Cargado",
    +    "Progress": "Progreso",
    +    "Fullscreen": "Pantalla completa",
    +    "Non-Fullscreen": "Pantalla no completa",
    +    "Mute": "Silenciar",
    +    "Unmute": "No silenciado",
    +    "Playback Rate": "Velocidad de reproducción",
    +    "Subtitles": "Subtítulos",
    +    "subtitles off": "Subtítulos desactivados",
    +    "Captions": "Subtítulos especiales",
    +    "captions off": "Subtítulos especiales desactivados",
    +    "Chapters": "Capítulos",
    +    "Close Modal Dialog": "Cerca de diálogo modal",
    +    "You aborted the video playback": "Ha interrumpido la reproducción del vídeo.",
    +    "A network error caused the video download to fail part-way.": "Un error de red ha interrumpido la descarga del vídeo.",
    +    "The video could not be loaded, either because the server or network failed or because the format is not supported.": "No se ha podido cargar el vídeo debido a un fallo de red o del servidor o porque el formato es incompatible.",
    +    "The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "La reproducción de vídeo se ha interrumpido por un problema de corrupción de datos o porque el vídeo precisa funciones que su navegador no ofrece.",
    +    "No compatible source was found for this video.": "No se ha encontrado ninguna fuente compatible con este vídeo."
    +});
    +</script>
    +</head>
    +
    +
      +
    1. During a Video.js player instantiation. Adding the languages to the configuration object provided in the data-setup attribute.
    2. +
    +
    <video id="example_video_1" class="video-js vjs-default-skin"
    +  controls preload="auto" width="640" height="264"
    +  data-setup='{"languages":{"es":{"Play":"Juego"}}}'>
    + <source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4' />
    + <source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm' />
    + <source src="http://video-js.zencoder.com/oceans-clip.ogv" type='video/ogg' />
    +
    + <track kind="captions" src="http://example.com/path/to/captions.vtt" srclang="en" label="English" default>
    +
    +</video>
    +
    +

    Notes:

    +
      +
    • This will add your language key/values to the Video.js player instances individually. If these values already exist in the global dictionary via the process above, those will be overridden for the player instance in question.
    • +
    +

    Setting Default Language in a Video.js Player

    +

    During a Video.js player instantiation you can force it to localize to a specific language by including the locale value into the configuration object via the data-setup attribute. Valid options listed at the bottom of the page for reference.

    +
    <video id="example_video_1" class="video-js vjs-default-skin"
    +  controls preload="auto" width="640" height="264"
    +  data-setup='{"language":"es"}'>
    + <source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4' />
    + <source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm' />
    + <source src="http://video-js.zencoder.com/oceans-clip.ogv" type='video/ogg' />
    +
    + <track kind="captions" src="http://example.com/path/to/captions.vtt" srclang="en" label="English" default>
    +
    +</video>
    +
    +

    Determining Player Language

    +

    The player language is set to one of the following in descending priority:

    +
      +
    • The language specified in setup options as above
    • +
    • The language specified by the closet element with a lang attribute. This could be the player itself or a parent element. Usually the document language is specified on the html tag.
    • +
    • Browser language preference (the first language if more than one is configured)
    • +
    • 'en'
    • +
    +

    The player language can be change after instantiation with language('fr'). However localizable text will not be modified by doing this, for best results set the language beforehand.

    +

    Language selection

    +
      +
    • Language codes are considered case-insensitively (en-US == en-us).
    • +
    • If there is no match for a language code with a subcode (en-us), a match for the primary code (en) is used if available.
    • +
    +

    Localization in Plugins

    +

    When you're developing a plugin, you can also introduce new localized strings. Simply wrap the string with the player's localize function:

    +
    var details = '<div class="vjs-errors-details">' + player.localize('Technical details') + '</div>';
    +
    +

    Language Codes

    +

    The following is a list of official language codes.

    +

    NOTE: For supported language translations, please see the Languages Folder (/lang) folder located in the project root.

    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    abAbkhazian
    aaAfar
    afAfrikaans
    sqAlbanian
    amAmharic
    arArabic
    anAragonese
    hyArmenian
    asAssamese
    ayAymara
    azAzerbaijani
    baBashkir
    euBasque
    bnBengali (Bangla)
    dzBhutani
    bhBihari
    biBislama
    brBreton
    bgBulgarian
    myBurmese
    beByelorussian (Belarusian)
    kmCambodian
    caCatalan
    zhChinese (Simplified)
    zhChinese (Traditional)
    coCorsican
    hrCroatian
    csCzech
    daDanish
    nlDutch
    enEnglish
    eoEsperanto
    etEstonian
    foFaeroese
    faFarsi
    fjFiji
    fiFinnish
    frFrench
    fyFrisian
    glGalician
    gdGaelic (Scottish)
    gvGaelic (Manx)
    kaGeorgian
    deGerman
    elGreek
    klGreenlandic
    gnGuarani
    guGujarati
    htHaitian Creole
    haHausa
    heHebrew
    hiHindi
    huHungarian
    isIcelandic
    ioIdo
    idIndonesian
    iaInterlingua
    ieInterlingue
    iuInuktitut
    ikInupiak
    gaIrish
    itItalian
    jaJapanese
    jvJavanese
    knKannada
    ksKashmiri
    kkKazakh
    rwKinyarwanda (Ruanda)
    kyKirghiz
    rnKirundi (Rundi)
    koKorean
    kuKurdish
    loLaothian
    laLatin
    lvLatvian (Lettish)
    liLimburgish ( Limburger)
    lnLingala
    ltLithuanian
    mkMacedonian
    mgMalagasy
    msMalay
    mlMalayalam
    mtMaltese
    miMaori
    mrMarathi
    moMoldavian
    mnMongolian
    naNauru
    neNepali
    noNorwegian
    ocOccitan
    orOriya
    omOromo (Afan, Galla)
    psPashto (Pushto)
    plPolish
    ptPortuguese
    paPunjabi
    quQuechua
    rmRhaeto-Romance
    roRomanian
    ruRussian
    smSamoan
    sgSangro
    saSanskrit
    srSerbian
    shSerbo-Croatian
    stSesotho
    tnSetswana
    snShona
    iiSichuan Yi
    sdSindhi
    siSinhalese
    ssSiswati
    skSlovak
    slSlovenian
    soSomali
    esSpanish
    suSundanese
    swSwahili (Kiswahili)
    svSwedish
    tlTagalog
    tgTajik
    taTamil
    ttTatar
    teTelugu
    thThai
    boTibetan
    tiTigrinya
    toTonga
    tsTsonga
    trTurkish
    tkTurkmen
    twTwi
    ugUighur
    ukUkrainian
    urUrdu
    uzUzbek
    viVietnamese
    voVolapük
    waWallon
    cyWelsh
    woWolof
    xhXhosa
    yiYiddish
    yoYoruba
    zuZulu
    + + + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/guides/options.html b/lib/video.js-main/docs/legacy-docs/guides/options.html new file mode 100644 index 0000000..c094f13 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/guides/options.html @@ -0,0 +1,108 @@ + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    Options

    +

    Setting Options

    +

    The Video.js embed code is simply an HTML5 video tag, so for many of the options you can use the standard tag attributes to set the options.

    +
    <video controls autoplay preload="auto" ...>
    +
    +

    Alternatively, you can use the data-setup attribute to provide options in the JSON format. This is also how you would set options that aren't standard to the video tag.

    +
    <video data-setup='{ "controls": true, "autoplay": false, "preload": "auto" }'...>
    +
    +

    Finally, if you're not using the data-setup attribute to trigger the player setup, you can pass in an object with the player options as the second argument in the javascript setup function.

    +
    videojs("example_video_1", { "controls": true, "autoplay": false, "preload": "auto" });
    +
    +

    Individual Options

    +
    +

    Note on Video Tag Attributes

    +

    With HTML5 video tag attributes that can only be true or false (boolean), you simply include the attribute (no equals sign) to turn it on, or exclude it to turn it off. For example, to turn controls on:

    +
    +

    WRONG

    +
    <video controls="true" ...>
    +
    +

    RIGHT

    +
    <video controls ...>
    +
    +
    +

    The biggest issue people run into is trying to set these values to false using false as the value (e.g. controls="false") which actually does the opposite and sets the value to true because the attribute is still included. If you need the attribute to include an equals sign for XHTML validation, you can set the attribute's value to the same as its name (e.g. controls="controls").

    +
    +

    controls

    +

    The controls option sets whether or not the player has controls that the user can interact with. Without controls the only way to start the video playing is with the autoplay attribute or through the API.

    +
    <video controls ...>
    +or
    +{ "controls": true }
    +
    +

    autoplay

    +

    If autoplay is true, the video will start playing as soon as page is loaded (without any interaction from the user). +NOT SUPPORTED BY APPLE iOS DEVICES. Apple blocks the autoplay functionality in an effort to protect it's customers from unwillingly using a lot of their (often expensive) monthly data plans. A user touch/click is required to start the video in this case.

    +
    <video autoplay ...>
    +or
    +{ "autoplay": true }
    +
    +

    preload

    +

    The preload attribute informs the browser whether or not the video data should begin downloading as soon as the video tag is loaded. The options are auto, metadata, and none.

    +

    'auto': Start loading the video immediately (if the browser agrees). Some mobile devices like iPhones and iPads will not preload the video in order to protect their users' bandwidth. This is why the value is called 'auto' and not something more final like 'true'.

    +

    'metadata': Load only the meta data of the video, which includes information like the duration and dimensions of the video.

    +

    'none': Don't preload any of the video data. This will wait until the user clicks play to begin downloading.

    +
    <video preload ...>
    +or
    +{ "preload": "auto" }
    +
    +

    poster

    +

    The poster attribute sets the image that displays before the video begins playing. This is often a frame of the video or a custom title screen. As soon as the user clicks play the image will go away.

    +
    <video poster="myPoster.jpg" ...>
    +or
    +{ "poster": "myPoster.jpg" }
    +
    +

    loop

    +

    The loop attribute causes the video to start over as soon as it ends. This could be used for a visual effect like clouds in the background.

    +
    <video loop ...>
    +or
    +{ "loop": true }
    +
    +

    width

    +

    The width attribute sets the display width of the video.

    +
    <video width="640" ...>
    +or
    +{ "width": 640 }
    +
    +

    height

    +

    The height attribute sets the display height of the video.

    +
    <video height="480" ...>
    +or
    +{ "height": 480 }
    +
    +

    Component Options

    +

    You can set the options for any single player component. For instance, if you wanted to remove the muteToggle button, which +is a child of controlBar, you can just set that component to false:

    +
    var player = videojs('video-id', {
    +  controlBar: {
    +    muteToggle: false
    +  }
    +});
    +
    +

    This also works using the data-setup attribute on the video element, just remember the options need to use proper JSON +notation.

    +
    <video ... data-setup='{ "controlBar": { "muteToggle": false } }'></video>
    +
    +

    The components guide has an excellent breakdown of the structure of a player, you +just need to remember to nest child components in a children array for each level.

    + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/guides/plugins.html b/lib/video.js-main/docs/legacy-docs/guides/plugins.html new file mode 100644 index 0000000..200c687 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/guides/plugins.html @@ -0,0 +1,60 @@ + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    Plugins

    +

    If you've built something cool with Video.js, you can easily share it with the rest of the world by creating a plugin. Although, you can roll your own, you can also use generator-videojs-plugin, a Yeoman generator that provides scaffolding for video.js plugins including:

    +
      +
    • Grunt for build management
    • +
    • npm for dependency management
    • +
    • QUnit for testing
    • +
    +

    Step 1: Write Some Javascript

    +

    You may have already done this step. Code up something interesting and then wrap it in a function. At the most basic level, that's all a video.js plugin is. By convention, plugins take a hash of options as their first argument:

    +
        function examplePlugin(options) {
    +      this.on('play', function(e) {
    +        console.log('playback has started!');
    +      });
    +    };
    +
    +

    When it's activated, this will be the Video.js player your plugin is attached to. You can use anything you'd like in the Video.js API when you're writing a plugin: change the src, mess up the DOM, or listen for and emit your own events.

    +

    Step 2: Registering A Plugin

    +

    It's time to give the rest of the world the opportunity to be awed by your genius. When your plugin is loaded, it needs to let Video.js know this amazing new functionality is now available:

    +
        videojs.plugin('examplePlugin', examplePlugin);
    +
    +

    From this point on, your plugin will be added to the Video.js prototype and will show up as a property on every instance created. Make sure you choose a unique name that doesn't clash with any of the properties already in Video.js. Which leads us to...

    +

    Step 3: Using A Plugin

    +

    There are two ways to initialize a plugin. If you're creating your video tag dynamically, you can specify the plugins you'd like to initialize with it and any options you want to pass to them:

    +
        videojs('vidId', {
    +      plugins: {
    +        examplePlugin: {
    +          exampleOption: true
    +        }
    +      }
    +    });
    +
    +

    If you've already initialized your video tag, you can activate a plugin at any time by calling its setup function directly:

    +
        var video = videojs('cool-vid');
    +    video.examplePlugin({ exampleOption: true });
    +
    +

    That's it. Head on over to the Video.js wiki and add your plugin to the list so everyone else can check it out.

    +

    How should I use the Video.js icons in my plugin?

    +

    If you'd like to use any of the icons available in the Video.js icon set, please target them via the CSS class names instead of codepoints. The codepoints may change between versions of the font, so using the class names ensures that your plugin will stay up to date with any font changes.

    + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/guides/removing-players.html b/lib/video.js-main/docs/legacy-docs/guides/removing-players.html new file mode 100644 index 0000000..3d52c12 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/guides/removing-players.html @@ -0,0 +1,44 @@ + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    Removing Players

    +

    Sometimes, you want to remove players after page load (in single page apps or modals, for instance). It's easy to manage, but there are some simple rules you need to follow.

    +

    Call .dispose()

    +

    To remove the html associated with your videojs player from the page always call the player's dispose() method:

    +
    var oldPlayer = document.getElementById('my-player');
    +videojs(oldPlayer).dispose();
    +
    +

    This method will:

    +
      +
    1. reset the internal state of videojs
    2. +
    3. remove the player's dom from the page
    4. +
    +

    Showing / Hiding a Player

    +

    For instance, if you have a modal that a player appears in, you should create the player when the modal pops up. When the modal hides, dispose the player. If you try to hide the Flash tech, things will go poorly. Even with other tech, calling dispose() on a player that's not needed will free up resources for the browser.

    +

    Why Is This Needed?

    +

    VideoJS internally tracks all players and their associated data by html id attribute. If you plan to create new players with the same id as previously created players, you'll need to call the player's dispose() method to clear VideoJS's internal state before creating the new player.

    +

    Signs You Did It Wrong

    +
    TypeError: this.el_.vjs_getProperty is not a function
    +"VIDEOJS:" "Video.js: buffered unavailable on Hls playback technology element." TypeError: this.el_.vjs_getProperty is not a function
    +Stack trace:
    +...
    +

    If you encounter a console error in the browser similar to the above, you've probably forgotten to dispose() a player before removing it from the dom. This would happen when using the contrib-hls plugin.

    + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/guides/setup.html b/lib/video.js-main/docs/legacy-docs/guides/setup.html new file mode 100644 index 0000000..9e29e7e --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/guides/setup.html @@ -0,0 +1,107 @@ + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    Setup

    +

    Video.js is pretty easy to set up. It can take a matter of seconds to get the player up and working on your web page.

    +

    Step 1: Include the Video.js Javascript and CSS files in the head of your page.

    +

    You can download the Video.js source and host it on your own servers, or use the free CDN hosted version. As of Video.js 5.0, the source is transpiled from ES2015 (formerly known as ES6) to ES5, but IE8 only supports ES3. In order to continue to support IE8, we've bundled an ES5 shim and sham together and hosted it on the CDN.

    +
    <script src="//vjs.zencdn.net/ie8/1.1.1/videojs-ie8.min.js"></script>
    +
    +

    CDN Version

    +
    <link href="//vjs.zencdn.net/5.4.6/video-js.min.css" rel="stylesheet">
    +<script src="//vjs.zencdn.net/5.4.6/video.min.js"></script>
    +
    +

    Alternatively you can always go here to get the latest URL for videojs CDN.

    +

    We include a stripped down Google Analytics pixel that tracks a random percentage (currently 1%) of players loaded from the CDN. This allows us to see (roughly) what browsers are in use in the wild, along with other useful metrics such as OS and device. If you'd like to disable analytics, you can simply include the following global before including Video.js:

    +
    window.HELP_IMPROVE_VIDEOJS = false;
    +
    +

    Install via package manager

    +

    NPM

    +
    $ npm install --save video.js
    +

    Bower

    +
    $ bower install --save video.js
    +

    Self Hosted.

    +

    To entirely self-host, you'll need to pull in the font files and let Video.js know where the swf is located. If you simply copy the dist folder or zip file contents into your project everything +should Just Work™, but the paths can easily be changed by editing the LESS file and re-building, or by modifying the generated CSS file. Additionally include the videojs-vtt.js source, which adds the WebVTT object to the global scope.

    +
    <link href="//example.com/path/to/video-js.min.css" rel="stylesheet">
    +<script src="//example.com/path/to/videojs-vtt.js"></script>
    +<script src="//example.com/path/to/video.min.js"></script>
    +<script>
    +  videojs.options.flash.swf = "http://example.com/path/to/video-js.swf"
    +</script>
    +
    +

    Step 2: Add an HTML5 video tag to your page.

    +

    With Video.js you just use an HTML5 video tag to embed a video. Video.js will then read the tag and make it work in all browsers, not just ones that support HTML5 video. Beyond the basic markup, Video.js needs a few extra pieces.

    +
    +

    Note: The data-setup attribute described here should not be used if you use the alternative setup described in the next section.

    +
    +
      +
    1. The 'data-setup' Attribute tells Video.js to automatically set up the video when the page is ready, and read any options (in JSON format) from the attribute (see options). There are other methods for initializing the player, but this is the easiest.

      +
    2. +
    3. The 'id' Attribute: Should be used and unique for every video on the same page.

      +
    4. +
    5. The 'class' attribute contains two classes:

      +
        +
      • video-js applies styles that are required for Video.js functionality, like fullscreen and subtitles.
      • +
      • vjs-default-skin applies the default skin to the HTML controls, and can be removed or overridden to create your own controls design.
      • +
      +
    6. +
    +

    Otherwise include/exclude attributes, settings, sources, and tracks exactly as you would for HTML5 video.*

    +
    <video id="example_video_1" class="video-js vjs-default-skin"
    +  controls preload="auto" width="640" height="264"
    +  poster="http://video-js.zencoder.com/oceans-clip.png"
    +  data-setup='{"example_option":true}'>
    + <source src="http://video-js.zencoder.com/oceans-clip.mp4" type="video/mp4" />
    + <source src="http://video-js.zencoder.com/oceans-clip.webm" type="video/webm" />
    + <source src="http://video-js.zencoder.com/oceans-clip.ogv" type="video/ogg" />
    + <p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
    +</video>
    +
    +

    By default, the big play button is located in the upper left hand corner so it doesn't cover up the interesting parts of the poster. If you'd prefer to center the big play button, you can add an additional vjs-big-play-centered class to your video element. For example:

    +
    <video id="example_video_1" class="video-js vjs-default-skin vjs-big-play-centered"
    +  controls preload="auto" width="640" height="264"
    +  poster="http://video-js.zencoder.com/oceans-clip.png"
    +  data-setup='{"example_option":true}'>
    +  ...
    +</video>
    +
    +

    Alternative Setup for Dynamically Loaded HTML

    +

    If your web page or application loads the video tag dynamically (ajax, appendChild, etc.), so that it may not exist when the page loads, you'll want to manually set up the player instead of relying on the data-setup attribute. To do this, first remove the data-setup attribute from the tag so there's no confusion around when the player is initialized. Next, run the following javascript some time after the Video.js javascript library has loaded, and after the video tag has been loaded into the DOM.

    +
    videojs("example_video_1", {}, function(){
    +  // Player (this) is initialized and ready.
    +});
    +
    +

    The first argument in the videojs function is the ID of your video tag. Replace it with your own.

    +

    The second argument is an options object. It allows you to set additional options like you can with the data-setup attribute.

    +

    The third argument is a 'ready' callback. Once Video.js has initialized it will call this function.

    +

    Instead of using an element ID, you can also pass a reference to the element itself.

    +
    videojs(document.getElementById('example_video_1'), {}, function() {
    +  // This is functionally the same as the previous example.
    +});
    +
    +
    videojs(document.getElementsByClassName('awesome_video_class')[0], {}, function() {
    +  // You can grab an element by class if you'd like, just make sure
    +  // if it's an array that you pick one (here we chose the first).
    +});
    +
    +

    * If you have trouble playing back content you know is in the correct format, your HTTP server might not be delivering the content with the correct MIME type. Please double check your content's headers before opening an issue.

    + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/guides/skins.html b/lib/video.js-main/docs/legacy-docs/guides/skins.html new file mode 100644 index 0000000..d6a32d8 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/guides/skins.html @@ -0,0 +1,60 @@ + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    Skins

    +

    Base Skin

    +

    The base Video.js skin is made using HTML and CSS (although we use the Sass preprocessor), +and by default these styles are added to the DOM for you! +That means you can build a custom skin by simply taking advantage of the cascading aspect of CSS and overriding +the styles you'd like to change.

    +

    If you don't want Video.js to inject the base styles for you, you can disable it by setting window.VIDEOJS_NO_BASE_THEME = true before Video.js is loaded. +Keep in mind that without these base styles enabled, you'll need to manually include them.

    +

    Video.js does not currently include the base skin automatically yet, so, this option isn't necessary.

    +

    Default style elements

    +

    Video.js uses a couple of style elements dynamically, specifically, there's a default styles element as well as a player dimensions style element. +They are used to provide extra default flexiblity with styling the player. However, in some cases, like if a user has the HEAD tag managed by React, users do not want this. +When window.VIDEOJS_NO_DYNAMIC_STYLE is set to true, video.js will not include these element in the page. +This means that default dimensions and configured player dimensions will not be applied. +For example, the following player will end up having a width and height of 0 when initialized if window.VIDEOJS_NO_DYNAMIC_STYLE === true:

    +
    <video width="600" height="300"></video>
    +
    +

    Player#width and Player#height

    +

    When VIDEOJS_NO_DYNAMIC_STYLE is set, Player#width and Player#height will apply any width and height +that is set directly to the video element (or whatever element the current tech uses).

    +

    Icons

    +

    You can view all of the icons available in the base theme by renaming and viewing +icons.html.example in the sandbox directory.

    +

    Customization

    +

    When you create a new skin, the easiest way to get started is to simply override the base Video.js theme. +You should include a new class matching the name of your theme, then just start overriding!

    +
    .vjs-skin-hotdog-stand { color: #FF0000; }
    +.vjs-skin-hotdog-stand .vjs-control-bar { background: #FFFF00; }
    +.vjs-skin-hotdog-stand .vjs-play-progress { background: #FF0000; }
    +
    +

    This would take care of the major areas of the skin (play progress, the control bar background, and icon colors), +but you can skin any other aspect. +Our suggestion is to use a browser such as Firefox and Chrome, +and use the developer tools to inspect the different elements and see what you'd like to change and what classes +to target when you do so.

    +

    More custom skins will be available for download soon. +If you have one you like you can share it by forking this example on CodePen.io, +and adding a link on the Skins wiki page.

    + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/guides/tech.html b/lib/video.js-main/docs/legacy-docs/guides/tech.html new file mode 100644 index 0000000..3a95040 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/guides/tech.html @@ -0,0 +1,92 @@ + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    Playback Technology ("Tech")

    +

    Playback Technology refers to the specific browser or plugin technology used to play the video or audio. When using HTML5, the playback technology is the video or audio element. When using Flash, the playback technology is the specific Flash player used, e.g. Flowplayer, YouTube Player, video-js.swf, etc. (not just "Flash"). This could also include Silverlight, Quicktime, or any other plugin that will play back video in the browser, as long as there is an API wrapper written for it.

    +

    Essentially we're using HTML5 and plugins only as video decoders, and using HTML and JavaScript to create a consistent API and skinning experience across all of them.

    +

    Building an API Wrapper

    +

    We'll write a more complete guide on writing a wrapper soon, but for now the best resource is the Video.js source where you can see how both the HTML5 and video-js.swf API wrappers were created.

    +

    Required Methods

    +

    canPlayType +play +pause +currentTime +volume +duration +buffered +supportsFullScreen

    +

    Required Events

    +

    loadstart +play +pause +playing +ended +volumechange +durationchange +error

    +

    Optional Events (include if supported)

    +

    timeupdate +progress +enterFullScreen +exitFullScreen

    +

    Adding Playback Technology

    +

    When adding additional Tech to a video player, make sure to add the supported tech to the video object.

    +

    Tag Method:

    +
    <video data-setup='{"techOrder": ["html5", "flash", "other supported tech"]}'
    +

    Object Method:

    +
    videojs("videoID", {
    +  techOrder: ["html5", "flash", "other supported tech"]
    +});
    +

    Technology Ordering

    +

    By default Video.js performs "Tech-first" ordering when it searches for a source/tech combination to play videos. This means that if you have two sources and two techs, video.js will try to play each video with the first tech in the techOrder option property before moving on to try the next playback technology.

    +

    Tech-first ordering can present a problem if you have a sourceHandler that supports both Html5 and Flash techs such as videojs-contrib-hls.

    +

    For example, given the following video element:

    + + +

    There is a good chance that the mp4 source will be selected on platforms that do not have media source extensions. Video.js will try all sources against the first playback technology, in this case Html5, and select the first source that can play - in this case MP4.

    +

    In "Tech-first" mode, the tests run something like this: + Can video.m3u8 play with Html5? No... + Can video.mp4 play with Html5? Yes! Use the second source.

    +

    Video.js now provides another method of selecting the source - "Source-first" ordering. In this mode, Video.js tries the first source against every tech in techOrder before moving onto the next source.

    +

    With a player setup as follows:

    + + +

    The Flash-based HLS support will be tried before falling back to the MP4 source.

    +

    In "Source-first" mode, the tests run something like this: + Can video.m3u8 play with Html5? No... + Can video.m3u8 play with Flash? Yes! Use the first source.

    +

    Flash Technology

    +

    The Flash playback tech is a part of the default techOrder. You may notice undesirable playback behavior in browsers that are subject to using this playback tech, in particular when scrubbing and seeking within a video. This behavior is a result of Flash's progressive video playback.

    +

    Enabling Streaming Playback

    +

    In order to force the Flash tech to choose streaming playback, you need to provide a valid streaming source before other valid Flash video sources. This is necessary because of the source selection algorithm, where playback tech chooses the first possible source object with a valid type. Valid streaming type values include rtmp/mp4 and rtmp/flv. The streaming src value requires valid connection and stream strings, separated by an &. An example of supplying a streaming source through your HTML markup might look like:

    +
    <source src="rtmp://your.streaming.provider.net/cfx/st/&mp4:path/to/video.mp4" type="rtmp/mp4">
    +<source src="http://your.static.provider.net/path/to/video.mp4" type="video/mp4">
    +<source src="http://your.static.provider.net/path/to/video.webm" type="video/webm">
    +

    You may optionally use the last / as the separator between connection and stream strings, for example:

    +
    <source src="rtmp://your.streaming.provider.net/cfx/st/mp4:video.mp4" type="rtmp/mp4">
    +

    All four RTMP protocols are valid in the src (RTMP, RTMPT, RTMPE, and RTMPS).

    + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/guides/text-tracks.html b/lib/video.js-main/docs/legacy-docs/guides/text-tracks.html new file mode 100644 index 0000000..407abf8 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/guides/text-tracks.html @@ -0,0 +1,184 @@ + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    Text Tracks

    +

    Text Tracks are a function of HTML5 video for providing time triggered text to the viewer. Video.js makes tracks work across all browsers. There are currently five types of tracks:

    +
      +
    • Subtitles: Translations of the dialogue in the video for when audio is available but not understood. Subtitles are shown over the video.
    • +
    • Captions: Transcription of the dialogue, sound effects, musical cues, and other audio information for when the viewer is deaf/hard of hearing, or the video is muted. Captions are also shown over the video.
    • +
    • Chapters: Chapter titles that are used to create navigation within the video. Typically they're in the form of a list of chapters that the viewer can click on to go to a specific chapter.
    • +
    • Descriptions: Text descriptions of what's happening in the video for when the video portion isn't available, because the viewer is blind, not using a screen, or driving and about to crash because they're trying to enjoy a video while driving. Descriptions are read by a screen reader or turned into a separate audio track.
    • +
    • Metadata: Tracks that have data meant for javascript to parse and do something with. These aren't shown to the user.
    • +
    +

    Creating the Text File

    +

    Timed text requires a text file in WebVTT format. This format defines a list of "cues" that have a start time, and end time, and text to display. Microsoft has a builder that can help you get started on the file.

    +

    When creating captions, there's also additional [caption formatting techniques] (http://www.theneitherworld.com/mcpoodle/SCC_TOOLS/DOCS/SCC_FORMAT.HTML#style) that would be good to use, like brackets around sound effects: [ sound effect ]. If you'd like a more in depth style guide for captioning, you can reference the Captioning Key, but keep in mind not all features are supported by WebVTT or (more likely) the Video.js WebVTT implementation.

    +

    Adding to Video.js

    +

    Once you have your WebVTT file created, you can add it to Video.js using the track tag. Put your track tag after all the source elements, and before any fallback content.

    +
    <video id="example_video_1" class="video-js"
    +  controls preload="auto" width="640" height="264"
    +  data-setup='{"example_option":true}'>
    + <source src="https://vjs.zencdn.net/v/oceans.mp4" type="video/mp4" />
    + <source src="https://vjs.zencdn.net/v/oceans.webm" type="video/webm" />
    + <source src="https://vjs.zencdn.net/v/oceans.ogv" type="video/ogg" />
    +
    + <track kind="captions" src="http://example.com/path/to/captions.vtt" srclang="en" label="English" default>
    +
    +</video>
    +
    +

    You can also add tracks programatically.

    +

    Subtitles from Another Domain

    +

    Because we're pulling in the text track file via Javascript, the same-origin policy applies. If you'd like to have a player served from one domain, +but the text track served from another, you'll need to enable CORS in order to do so. +In addition to enabling CORS on the server serving the text tracks, you will need to add the crossorigin attribute to the video element itself. This attribute has two values anonymous and use-credentials. Most users will want to use anonymous with cross-origin tracks. +It can be added to the video element like so:

    +
    <video class="video-js" crossorigin="anonymous">
    +  <source src="https://vjs.zencdn.net/v/oceans.mp4" type="video/mp4">
    +  <track src="http://example.com/oceans.vtt" kind="captions" srclang="en" label="English">
    +</video>
    +
    +

    One thing to be aware of is that in this case the video files themselves will also needs CORS headers applied to it. This is because some browsers apply the crossorigin attribute to the video source itself and not just the tracks and is considered a security concern by the spec.

    +

    Track Attributes

    +

    Additional settings for track tags.

    +

    kind

    +

    One of the five track types listed above. Kind defaults to subtitles if no kind is included.

    +

    label

    +

    The label for the track that will be show to the user, for example in a menu that list the different languages available for subtitles.

    +

    default

    +

    The default attribute can be used to have a track default to showing. Otherwise the viewer would need to select their language from the captions or subtitles menu. +NOTE: For chapters, default is required if you want the chapters menu to show.

    +

    srclang

    +

    The two-letter code (valid BCP 47 language tag) for the language of the text track, for example "en" for English. A list of language codes is available here.

    +

    Interacting with Text Tracks

    +

    Showing tracks programmatically

    +

    Some of you would want to turn captions on and off programmatically rather than just forcing the user to do so themselves. This can be easily achieved by modifying the mode of the text tracks. +The mode can be one of three values disabled, hidden, and showing. +When a text track's mode is disabled, the track does not show on screen as the video is playing. +When the mode is set to showing, the track is visible to the viewer and updates while the video is playing. +You can change of a particular track like so:

    +
    let tracks = player.textTracks();
    +
    +for (let i = 0; i < tracks.length; i++) {
    +  let track = tracks[i];
    +
    +  // find the captions track that's in english
    +  if (track.kind === 'captions' && track.language === 'en') {
    +    track.mode = 'showing';
    +  }
    +}
    +
    +

    Doing something when a cue becomes active

    +

    Above, we mentioned that mode can also be hidden, what this means is that the track will update +as the video is playing but it won't be visible to the viewer. This is most useful for metadata text tracks. +One usecase for metadata text tracks is to have something happen when their cues become active, to do so, you listen to the cuechange event on the track. These events fire when the mode is showing as well. +Here's an example:

    +
    let tracks = player.textTracks();
    +let metadataTrack;
    +
    +for (let i = 0; i < tracks.length; i++) {
    +  let track = tracks[i];
    +
    +  // find the metadata track that's labeled ads
    +  if (track.kind === 'captions' && track.label === 'ads') {
    +    track.mode = 'hidden';
    +    // store it for usage outside of the loop
    +    metadataTrack = track;
    +  }
    +}
    +
    +metadataTrack.addEventListener('cuechange', function() {
    +  player.ads.startLinearAdMode();
    +});
    +
    +

    Emulated Text Tracks

    +

    By default, video.js will try and use native text tracks if possible and fall back to emulated text tracks if the native functionality is broken or incomplete or non-existent. +The Flash tech will always use the emulated text track functionality. +The video.js API and TextTrack objects were modeled after the w3c's specification. +video.js uses Mozilla's vtt.js library to parse and display its emulated text tracks.

    +

    If you wanted to disable native text track functionality and force video.js to use emulated text tracks always, you can supply the nativeTextTracks option to the tech like so:

    +
    let player = videojs('myvideo', {
    +  html5: {
    +    nativeTextTracks: false
    +  }
    +});
    +
    +

    Text Track Settings

    +

    When using emulated Text Tracks, captions will have an additional item in the menu called "caption settings". +This allows the viewer of the player to change some styles of how the captions are displayed on screen.

    +

    If you don't want that, you can disable it by turning off the text track settings component and hiding the menu item like so:

    +
    let player = videojs('myvideo', {
    +  // make the text track settings dialog not initialize
    +  textTrackSettings: false
    +});
    +
    +
    /* hide the captions settings item from the captions menu */
    +.vjs-texttrack-settings {
    +  display: none;
    +}
    +
    +

    Text Track Precedence

    +

    In general, the Descriptions tracks is of lower precedence than captions and subtitles. +What this means for you?

    +
      +
    • If you are using the default attribute, videojs will choose the first track that is marked as default and turn it on. If There are multiple tracks marked default, it will try and turn on the first captions or subtitles track before any descriptions tracks.
        +
      • This only applied to the emulated captions support, native text tracks behavior will change depending on the browser
      • +
      +
    • +
    • If you select a given track from the menu, videojs will turn off all the other tracks of the same kind. This may seem like you can have both subtitles and captions turned on at the same time but unfortuantely, at this time we only support one track being displayed at a time.
        +
      • This means that for emulated text tracks, we'll choose the first captions or subtitles track that is enabled to display.
      • +
      • When native text tracks are supported, we will still disable the other tracks of the same kind but it is possible that multiple text tracks are shown.
      • +
      • If a descriptions track is selected and subsequently a subtitles or captions track is selected, the descriptions track is disabled and its menu button is also disabled.
      • +
      +
    • +
    • When enabling a track programmatically, there's not much checking that videojs does.
        +
      • For emulated text tracks, when it's time to display the captions, video.js would choose the first track that's showing, again choosing subtitles or captions over descriptions, if necessary.
      • +
      • For native text tracks, this behavior depends on the browser. Some browsers will let you have multiple text tracks but others will disable all other tracks when a new one is selected.
      • +
      +
    • +
    +

    API

    +

    player.textTracks() -> TextTrackList

    +

    This is the main interface into the text tracks of the player. +It return a TextTrackList which lists all the tracks on the player.

    +

    player.remoteTextTracks() -> TextTrackList

    +

    This is a helper method to get a list of all the tracks that were created from track elements or that were added to the player by the addRemoteTextTrack method. All these tracks are removeable from the player, where-as not all tracks from player.textTracks() are necessarily removeable.

    +

    player.remoteTextTrackEls() -> HTMLTrackElementList

    +

    Another helper method, this is a list of all the track elements associated with the player. Both emulated or otherwise.

    +

    player.addTextTrack(String kind, [String label [, String language]]) -> TextTrack

    +

    This is based on the w3c spec API and when given a kind and an optional label and language, will create a new text track for you to use. +This method is intended for purely programmatic usage of tracks and has one important limitation: +tracks created using this method cannot be removed. The native addTextTrack does not have a corresponding removeTextTrack, so, we actually discourage the usage of this method.

    +

    player.addRemoteTextTrack(Object options) -> HTMLTrackElement

    +

    This function takes an options object that looks pretty similar to the track element and returns a HTMLTrackElement. +This object has a track property on it which is the actual TextTrack object. +This TextTrack object is equivalent to the one that can be returned from player.addTextTrack with the added bonus that it can be removed from the player. +Internally, video.js will either add a <track> element for you, or emulate that depending on whether native text tracks are supported or not. +The options available are:

    +
      +
    • kind
    • +
    • label
    • +
    • language (also srclang)
    • +
    • id
    • +
    • src
    • +
    +

    player.removeRemoteTextTrack(HTMLTrackElement|TextTrack)

    +

    This function takes either an HTMLTrackElement or a TextTrack object and removes it from the player.

    + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/guides/tracks.html b/lib/video.js-main/docs/legacy-docs/guides/tracks.html new file mode 100644 index 0000000..3ef0a8c --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/guides/tracks.html @@ -0,0 +1,29 @@ + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    Tracks

    +

    There are currently three types of tracks

    +
      +
    • AudioTracks - allows the selection of alternative AudioTracks for a video
    • +
    • VideoTracks - allows the selection of an alternative VideoTrack for a video
    • +
    • TextTracks - Text Tracks are used to display subtitles and captions, and add a menu for navigating between chapters in a video.
    • +
    + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/guides/video-tracks.html b/lib/video.js-main/docs/legacy-docs/guides/video-tracks.html new file mode 100644 index 0000000..ab5ba1c --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/guides/video-tracks.html @@ -0,0 +1,80 @@ + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    Video Tracks

    +

    Video Tracks are a function of HTML5 video for providing a selection of alternative video tracks to the user, so that they can change type of video they want to watch. Video.js makes video tracks work across all browsers. There are currently six types of tracks:

    +
      +
    • Alternative: an alternative video representation of the main video track
    • +
    • Captions: The main video track with burned in captions
    • +
    • Main: the main video track
    • +
    • Sign: the main video track with added sign language overlay
    • +
    • Subtitles: the main video track with burned in subtitles
    • +
    • Commentary: the main video track with burned in commentary
    • +
    +

    Missing Funtionality

    +
      +
    • It is currently impossible to add VideoTracks in a non-programtic way
    • +
    • Literal switching of VideoTracks for playback is not handled by video.js and must be handled by something else. video.js only stores the track representation
    • +
    • There is currently no UI implementation of VideoTracks
    • +
    +

    Adding to Video.js

    +
    +

    Right now adding video tracks in the HTML is unsupported. Video Tracks must be added programatically.

    +
    +

    You must add video tracks programatically for the time being.

    +

    Attributes

    +

    Video Track propertites and settings

    +

    kind

    +

    One of the five track types listed above. Kind defaults to empty string if no kind is included, or an invalid kind is used.

    +

    label

    +

    The label for the track that will be show to the user, for example in a menu that list the different languages available for video tracks.

    +

    language

    +

    The two-letter code (valid BCP 47 language tag) for the language of the video track, for example "en" for English. A list of language codes is available here.

    +

    selected

    +

    If this track should be playing or not. Trying to select more than one track will cause other tracks to be deselected.

    +

    Interacting with Video Tracks

    +

    Doing something when a track becomes enabled

    +

    When a new track is enabled (other than the main track) an event is fired on the VideoTrackList called change you can listen to that event and do something with it. +Here's an example:

    +
    // get the current players VideoTrackList object
    +let tracks = player.videoTracks();
    +
    +// listen to the change event
    +tracks.addEventListener('change', function() {
    +  // get the currently selected track
    +  let index = tracks.selectedIndex;
    +  let track = tracks[index];
    +
    +  // print the currently selected track
    +  console.log(track.label);
    +});
    +
    +

    API

    +

    player.videoTracks() -> VideoTrackList

    +

    This is the main interface into the video tracks of the player. +It returns an VideoTrackList which is an array like object that contains all the VideoTrack on the player.

    +

    player.videoTracks().addTrack(VideoTrack)

    +

    Add an existing VideoTrack to the players internal list of VideoTracks.

    +

    player.videoTracks().removeTrack(VideoTrack)

    +

    Remove a track from the VideoTrackList currently on the player. if no track exists this will do nothing.

    +

    player.videoTracks().selectedIndex

    +

    The current index for the selected track

    + + + + + + + diff --git a/lib/video.js-main/docs/legacy-docs/images/logo.png b/lib/video.js-main/docs/legacy-docs/images/logo.png new file mode 100644 index 0000000..5e7215d Binary files /dev/null and b/lib/video.js-main/docs/legacy-docs/images/logo.png differ diff --git a/lib/video.js-main/docs/legacy-docs/index.html b/lib/video.js-main/docs/legacy-docs/index.html new file mode 100644 index 0000000..1395c3b --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/index.html @@ -0,0 +1,51 @@ + + + + + + + + + + + + +

    This documentation is for an outdated version of Video.js. See documentation for the current release. + +

    +
    +

    Videojs Documentation

    + +
    +

    Samples

    +

    Simple Embed

    +

    Shared

    +
    +
    +

    API Reference

    +

    Videojs API

    +
    + + + + + \ No newline at end of file diff --git a/lib/video.js-main/docs/legacy-docs/js/guides.js b/lib/video.js-main/docs/legacy-docs/js/guides.js new file mode 100644 index 0000000..f940512 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/js/guides.js @@ -0,0 +1,122 @@ +var BCLS = ( function () { + var heading = document.getElementsByTagName('h1')[0], + title = document.getElementsByTagName('title')[0], + sections = document.getElementsByTagName('h2'), + links = document.getElementsByTagName('a'), + sidenav = document.getElementById('sidenav'), + navList, + navA, + navItem, + navText, + i, + iMax, + item; + + /** + * tests for all the ways a variable might be undefined or not have a value + * @param {*} x the variable to test + * @return {Boolean} true if variable is defined and has a value + */ + function isDefined (x){ + if ( x === "" || x === null || x === undefined || x === NaN) { + return false; + } + return true; + } + + function buildSideNav() { + if (isDefined(sections)) { + var homeHead = document.createElement('p'), + homeLink = document.createElement('a'); + homeLink.setAttribute('href', '../../index.html'); + homeLink.setAttribute('style', 'font-size:1.4em;font-weight:bold;text-align:right;margin:0;padding-left:1em'); + homeLink.textContent = 'Docs Index'; + homeHead.appendChild(homeLink); + navList = document.createElement('ul'); + navList.setAttribute('class', 'sidenav-list'); + navItem = document.createElement('li'); + navA = document.createElement('a'); + navA.setAttribute('href', '#toc0'); + navText = document.createTextNode('Top'); + navA.appendChild(navText); + navItem.appendChild(navA); + navList.appendChild(navItem); + iMax = sections.length; + for (i = 0; i < iMax; i++) { + item = sections[i]; + navItem = document.createElement('li'); + navA = document.createElement('a'); + navA.setAttribute('href', '#' + item.id ); + navText = document.createTextNode(item.textContent); + navA.appendChild(navText); + navItem.appendChild(navA); + navList.appendChild(navItem); + } + sidenav.appendChild(homeHead); + sidenav.appendChild(navList); + } + } + + /** + * fix link paths to point to html instead of md + */ + function fixLinks() { + var i, + iMax = links.length, + link, + url; + for (i = 0; i < iMax; i += 1) { + link = links[i]; + url = link.getAttribute('href'); + if (isDefined(url)) { + // if CONTRIBUTING.md, don't change + if (url.indexOf('CONTRIBUTING.md' === -1)) { + url.replace('.md', '.html'); + link.setAttribute('href', url); + } + } + } + } + + /** + * set the doc title + */ + function setTitle() { + title.textContent = 'Videojs ' + heading.textContent; + } + + /** + * add the page footer + */ + function addFooter() { + var path = document.location.pathname, + footer = document.createElement('div'), + srcLink = document.createElement('a'), + srcLink2 = document.createElement('a'), + main = document.getElementById('main'), + srcPath, + srcPath2; + // extract file name + if (path.indexOf('#') > 0) { + path = path.substring(0, path.indexOf('#')); + } + path = path.substring(path.lastIndexOf('/') + 1); + srcPath = 'https://github.com/videojs/video.js/blob/master/docs/guides/' + path; + srcPath2 = 'https://github.com/videojs/docs'; + footer.setAttribute('class', 'footer'); + srcLink.setAttribute('href', srcPath); + srcLink.appendChild(document.createTextNode('content source')); + srcLink2.setAttribute('href', srcPath2); + srcLink2.appendChild(document.createTextNode('doc generator')); + footer.innerHTML = 'Want to contribute? Go to the '; + footer.appendChild(srcLink); + footer.innerHTML += ' or the '; + footer.appendChild(srcLink2); + main.appendChild(footer); + } + + setTitle(); + buildSideNav(); + fixLinks(); + addFooter(); +})(); diff --git a/lib/video.js-main/docs/legacy-docs/js/home.js b/lib/video.js-main/docs/legacy-docs/js/home.js new file mode 100644 index 0000000..da8c4c2 --- /dev/null +++ b/lib/video.js-main/docs/legacy-docs/js/home.js @@ -0,0 +1,50 @@ +(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o + * @license MIT + */ + /* eslint-disable no-proto */ + + var base64 = require('base64-js') + var ieee754 = require('ieee754') + var isArray = require('is-array') + exports.Buffer = Buffer + exports.SlowBuffer = SlowBuffer + exports.INSPECT_MAX_BYTES = 50 + Buffer.poolSize = 8192 // not used by this implementation + + var rootParent = {} + + /** + * If `Buffer.TYPED_ARRAY_SUPPORT`: + * === true Use Uint8Array implementation (fastest) + * === false Use Object implementation (most compatible, even IE6) + * + * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+, + * Opera 11.6+, iOS 4.2+. + * + * Due to various browser bugs, sometimes the Object implementation will be used even + * when the browser supports typed arrays. + * + * Note: + * + * - Firefox 4-29 lacks support for adding new properties to `Uint8Array` instances, + * See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438. + * + * - Safari 5-7 lacks support for changing the `Object.prototype.constructor` property + * on objects. + * + * - Chrome 9-10 is missing the `TypedArray.prototype.subarray` function. + * + * - IE10 has a broken `TypedArray.prototype.subarray` function which returns arrays of + * incorrect length in some situations. + + * We detect these buggy browsers and set `Buffer.TYPED_ARRAY_SUPPORT` to `false` so they + * get the Object implementation, which is slower but behaves correctly. + */ + Buffer.TYPED_ARRAY_SUPPORT = global.TYPED_ARRAY_SUPPORT !== undefined + ? global.TYPED_ARRAY_SUPPORT + : (function () { + function Bar () {} + try { + var arr = new Uint8Array(1) + arr.foo = function () { + return 42 + } + arr.constructor = Bar + return arr.foo() === 42 && // typed array instances can be augmented + arr.constructor === Bar && // constructor can be set + typeof arr.subarray === 'function' && // chrome 9-10 lack `subarray` + arr.subarray(1, 1).byteLength === 0 // ie10 has broken `subarray` + } catch (e) { + return false + } + })() + function kMaxLength () { + return Buffer.TYPED_ARRAY_SUPPORT + ? 0x7fffffff + : 0x3fffffff + } + + /** + * Class: Buffer + * ============= + * + * The Buffer constructor returns instances of `Uint8Array` that are augmented + * with function properties for all the node `Buffer` API functions. We use + * `Uint8Array` so that square bracket notation works as expected -- it returns + * a single octet. + * + * By augmenting the instances, we can avoid modifying the `Uint8Array` + * prototype. + */ + function Buffer (arg) { + if (!(this instanceof Buffer)) { + // Avoid going through an ArgumentsAdaptorTrampoline in the common case. + if (arguments.length > 1) + return new Buffer(arg, arguments[1]) + return new Buffer(arg) + } + + this.length = 0 + this.parent = undefined + // Common case. + if (typeof arg === 'number') { + return fromNumber(this, arg) + } + + // Slightly less common case. + if (typeof arg === 'string') { + return fromString(this, arg, arguments.length > 1 ? arguments[1] : 'utf8') + } + + // Unusual. + return fromObject(this, arg) + } + + function fromNumber (that, length) { + that = allocate(that, length < 0 ? 0 : checked(length) | 0) + if (!Buffer.TYPED_ARRAY_SUPPORT) { + for (var i = 0; i < length; i++) { + that[i] = 0 + } + } + return that + } + + function fromString (that, string, encoding) { + if (typeof encoding !== 'string' || encoding === '') + encoding = 'utf8' + // Assumption: byteLength() return value is always < kMaxLength. + var length = byteLength(string, encoding) | 0 + that = allocate(that, length) + that.write(string, encoding) + return that + } + + function fromObject (that, object) { + if (Buffer.isBuffer(object)) + return fromBuffer(that, object) + if (isArray(object)) + return fromArray(that, object) + if (object == null) { + throw new TypeError('must start with number, buffer, array or string') + } + + if (typeof ArrayBuffer !== 'undefined') { + if (object.buffer instanceof ArrayBuffer) { + return fromTypedArray(that, object) + } + if (object instanceof ArrayBuffer) { + return fromArrayBuffer(that, object) + } + } + + if (object.length) + return fromArrayLike(that, object) + return fromJsonObject(that, object) + } + + function fromBuffer (that, buffer) { + var length = checked(buffer.length) | 0 + that = allocate(that, length) + buffer.copy(that, 0, 0, length) + return that + } + + function fromArray (that, array) { + var length = checked(array.length) | 0 + that = allocate(that, length) + for (var i = 0; i < length; i += 1) { + that[i] = array[i] & 255 + } + return that + } + + // Duplicate of fromArray() to keep fromArray() monomorphic. + function fromTypedArray (that, array) { + var length = checked(array.length) | 0 + that = allocate(that, length) + // Truncating the elements is probably not what people expect from typed + // arrays with BYTES_PER_ELEMENT > 1 but it's compatible with the behavior + // of the old Buffer constructor. + for (var i = 0; i < length; i += 1) { + that[i] = array[i] & 255 + } + return that + } + + function fromArrayBuffer (that, array) { + if (Buffer.TYPED_ARRAY_SUPPORT) { + // Return an augmented `Uint8Array` instance, for best performance + array.byteLength + that = Buffer._augment(new Uint8Array(array)) + } else { + // Fallback: Return an object instance of the Buffer class + that = fromTypedArray(that, new Uint8Array(array)) + } + return that + } + + function fromArrayLike (that, array) { + var length = checked(array.length) | 0 + that = allocate(that, length) + for (var i = 0; i < length; i += 1) { + that[i] = array[i] & 255 + } + return that + } + + // Deserialize { type: 'Buffer', data: [1,2,3,...] } into a Buffer object. + // Returns a zero-length buffer for inputs that don't conform to the spec. + function fromJsonObject (that, object) { + var array + var length = 0 + if (object.type === 'Buffer' && isArray(object.data)) { + array = object.data + length = checked(array.length) | 0 + } + that = allocate(that, length) + for (var i = 0; i < length; i += 1) { + that[i] = array[i] & 255 + } + return that + } + + if (Buffer.TYPED_ARRAY_SUPPORT) { + Buffer.prototype.__proto__ = Uint8Array.prototype + Buffer.__proto__ = Uint8Array + } + + function allocate (that, length) { + if (Buffer.TYPED_ARRAY_SUPPORT) { + // Return an augmented `Uint8Array` instance, for best performance + that = Buffer._augment(new Uint8Array(length)) + that.__proto__ = Buffer.prototype + } else { + // Fallback: Return an object instance of the Buffer class + that.length = length + that._isBuffer = true + } + + var fromPool = length !== 0 && length <= Buffer.poolSize >>> 1 + if (fromPool) + that.parent = rootParent + return that + } + + function checked (length) { + // Note: cannot use `length < kMaxLength` here because that fails when + // length is NaN (which is otherwise coerced to zero.) + if (length >= kMaxLength()) { + throw new RangeError('Attempt to allocate Buffer larger than maximum ' + + 'size: 0x' + kMaxLength().toString(16) + ' bytes') + } + return length | 0 + } + + function SlowBuffer (subject, encoding) { + if (!(this instanceof SlowBuffer)) + return new SlowBuffer(subject, encoding) + var buf = new Buffer(subject, encoding) + delete buf.parent + return buf + } + + Buffer.isBuffer = function isBuffer (b) { + return !!(b != null && b._isBuffer) + } + + Buffer.compare = function compare (a, b) { + if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) { + throw new TypeError('Arguments must be Buffers') + } + + if (a === b) + return 0 + var x = a.length + var y = b.length + var i = 0 + var len = Math.min(x, y) + while (i < len) { + if (a[i] !== b[i]) + break + ++i + } + + if (i !== len) { + x = a[i] + y = b[i] + } + + if (x < y) + return - 1 + if (y < x) + return 1 + return 0 + } + + Buffer.isEncoding = function isEncoding (encoding) { + switch (String(encoding).toLowerCase()) { + case 'hex': + case 'utf8': + case 'utf-8': + case 'ascii': + case 'binary': + case 'base64': + case 'raw': + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return true + default: + return false + } + } + + Buffer.concat = function concat (list, length) { + if (!isArray(list)) + throw new TypeError('list argument must be an Array of Buffers.') + if (list.length === 0) { + return new Buffer(0) + } + + var i + if (length === undefined) { + length = 0 + for (i = 0; i < list.length; i++) { + length += list[i].length + } + } + + var buf = new Buffer(length) + var pos = 0 + for (i = 0; i < list.length; i++) { + var item = list[i] + item.copy(buf, pos) + pos += item.length + } + return buf + } + + function byteLength (string, encoding) { + if (typeof string !== 'string') + string = '' + string + var len = string.length + if (len === 0) + return 0 + // Use a for loop to avoid recursion + var loweredCase = false + for (; ;) { + switch (encoding) { + case 'ascii': + case 'binary': + // Deprecated + case 'raw': + case 'raws': + return len + case 'utf8': + case 'utf-8': + return utf8ToBytes(string).length + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return len * 2 + case 'hex': + return len >>> 1 + case 'base64': + return base64ToBytes(string).length + default: + if (loweredCase) + return utf8ToBytes(string).length // assume utf8 + encoding = ('' + encoding).toLowerCase() + loweredCase = true + } + } + } + Buffer.byteLength = byteLength + // pre-set for values that may exist in the future + Buffer.prototype.length = undefined + Buffer.prototype.parent = undefined + function slowToString (encoding, start, end) { + var loweredCase = false + start = start | 0 + end = end === undefined || end === Infinity ? this.length : end | 0 + if (!encoding) + encoding = 'utf8' + if (start < 0) + start = 0 + if (end > this.length) + end = this.length + if (end <= start) + return '' + while (true) { + switch (encoding) { + case 'hex': + return hexSlice(this, start, end) + case 'utf8': + case 'utf-8': + return utf8Slice(this, start, end) + case 'ascii': + return asciiSlice(this, start, end) + case 'binary': + return binarySlice(this, start, end) + case 'base64': + return base64Slice(this, start, end) + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return utf16leSlice(this, start, end) + default: + if (loweredCase) + throw new TypeError('Unknown encoding: ' + encoding) + encoding = (encoding + '').toLowerCase() + loweredCase = true + } + } + } + + Buffer.prototype.toString = function toString () { + var length = this.length | 0 + if (length === 0) + return '' + if (arguments.length === 0) + return utf8Slice(this, 0, length) + return slowToString.apply(this, arguments) + } + + Buffer.prototype.equals = function equals (b) { + if (!Buffer.isBuffer(b)) + throw new TypeError('Argument must be a Buffer') + if (this === b) + return true + return Buffer.compare(this, b) === 0 + } + + Buffer.prototype.inspect = function inspect () { + var str = '' + var max = exports.INSPECT_MAX_BYTES + if (this.length > 0) { + str = this.toString('hex', 0, max).match(/.{2}/g).join(' ') + if (this.length > max) + str += ' ... ' + } + return '' + } + + Buffer.prototype.compare = function compare (b) { + if (!Buffer.isBuffer(b)) + throw new TypeError('Argument must be a Buffer') + if (this === b) + return 0 + return Buffer.compare(this, b) + } + + Buffer.prototype.indexOf = function indexOf (val, byteOffset) { + if (byteOffset > 0x7fffffff) + byteOffset = 0x7fffffff + else if (byteOffset < - 0x80000000) + byteOffset = - 0x80000000 + byteOffset >>= 0 + if (this.length === 0) + return - 1 + if (byteOffset >= this.length) + return - 1 + // Negative offsets start from the end of the buffer + if (byteOffset < 0) + byteOffset = Math.max(this.length + byteOffset, 0) + if (typeof val === 'string') { + if (val.length === 0) + return - 1 // special case: looking for empty string always fails + return String.prototype.indexOf.call(this, val, byteOffset) + } + if (Buffer.isBuffer(val)) { + return arrayIndexOf(this, val, byteOffset) + } + if (typeof val === 'number') { + if (Buffer.TYPED_ARRAY_SUPPORT && Uint8Array.prototype.indexOf === 'function') { + return Uint8Array.prototype.indexOf.call(this, val, byteOffset) + } + return arrayIndexOf(this, [ val ], byteOffset) + } + + function arrayIndexOf (arr, val, byteOffset) { + var foundIndex = - 1 + for (var i = 0; byteOffset + i < arr.length; i++) { + if (arr[byteOffset + i] === val[foundIndex === - 1 ? 0 : i - foundIndex]) { + if (foundIndex === - 1) + foundIndex = i + if (i - foundIndex + 1 === val.length) + return byteOffset + foundIndex + } else { + foundIndex = - 1 + } + } + return - 1 + } + + throw new TypeError('val must be string, number or Buffer') + } + + // `get` is deprecated + Buffer.prototype.get = function get (offset) { + console.log('.get() is deprecated. Access using array indexes instead.') + return this.readUInt8(offset) + } + + // `set` is deprecated + Buffer.prototype.set = function set (v, offset) { + console.log('.set() is deprecated. Access using array indexes instead.') + return this.writeUInt8(v, offset) + } + + function hexWrite (buf, string, offset, length) { + offset = Number(offset) || 0 + var remaining = buf.length - offset + if (!length) { + length = remaining + } else { + length = Number(length) + if (length > remaining) { + length = remaining + } + } + + // must be an even number of digits + var strLen = string.length + if (strLen % 2 !== 0) + throw new Error('Invalid hex string') + if (length > strLen / 2) { + length = strLen / 2 + } + for (var i = 0; i < length; i++) { + var parsed = parseInt(string.substr(i * 2, 2), 16) + if (isNaN(parsed)) + throw new Error('Invalid hex string') + buf[offset + i] = parsed + } + return i + } + + function utf8Write (buf, string, offset, length) { + return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length) + } + + function asciiWrite (buf, string, offset, length) { + return blitBuffer(asciiToBytes(string), buf, offset, length) + } + + function binaryWrite (buf, string, offset, length) { + return asciiWrite(buf, string, offset, length) + } + + function base64Write (buf, string, offset, length) { + return blitBuffer(base64ToBytes(string), buf, offset, length) + } + + function ucs2Write (buf, string, offset, length) { + return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length) + } + + Buffer.prototype.write = function write (string, offset, length, encoding) { + // Buffer#write(string) + if (offset === undefined) { + encoding = 'utf8' + length = this.length + offset = 0 + // Buffer#write(string, encoding) + } else if (length === undefined && typeof offset === 'string') { + encoding = offset + length = this.length + offset = 0 + // Buffer#write(string, offset[, length][, encoding]) + } else if (isFinite(offset)) { + offset = offset | 0 + if (isFinite(length)) { + length = length | 0 + if (encoding === undefined) + encoding = 'utf8' + } else { + encoding = length + length = undefined + } + // legacy write(string, encoding, offset, length) - remove in v0.13 + } else { + var swap = encoding + encoding = offset + offset = length | 0 + length = swap + } + + var remaining = this.length - offset + if (length === undefined || length > remaining) + length = remaining + if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) { + throw new RangeError('attempt to write outside buffer bounds') + } + + if (!encoding) + encoding = 'utf8' + var loweredCase = false + for (; ;) { + switch (encoding) { + case 'hex': + return hexWrite(this, string, offset, length) + case 'utf8': + case 'utf-8': + return utf8Write(this, string, offset, length) + case 'ascii': + return asciiWrite(this, string, offset, length) + case 'binary': + return binaryWrite(this, string, offset, length) + case 'base64': + // Warning: maxLength not taken into account in base64Write + return base64Write(this, string, offset, length) + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return ucs2Write(this, string, offset, length) + default: + if (loweredCase) + throw new TypeError('Unknown encoding: ' + encoding) + encoding = ('' + encoding).toLowerCase() + loweredCase = true + } + } + } + + Buffer.prototype.toJSON = function toJSON () { + return { + type: 'Buffer', + data: Array.prototype.slice.call(this._arr || this, 0) + } + } + + function base64Slice (buf, start, end) { + if (start === 0 && end === buf.length) { + return base64.fromByteArray(buf) + } else { + return base64.fromByteArray(buf.slice(start, end)) + } + } + + function utf8Slice (buf, start, end) { + end = Math.min(buf.length, end) + var res = [] + var i = start + while (i < end) { + var firstByte = buf[i] + var codePoint = null + var bytesPerSequence = (firstByte > 0xEF) ? 4 + : (firstByte > 0xDF) ? 3 + : (firstByte > 0xBF) ? 2 + : 1 + if (i + bytesPerSequence <= end) { + var secondByte, thirdByte, fourthByte, tempCodePoint + switch (bytesPerSequence) { + case 1: + if (firstByte < 0x80) { + codePoint = firstByte + } + break + case 2 : + secondByte = buf[i + 1] + if ((secondByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F) + if (tempCodePoint > 0x7F) { + codePoint = tempCodePoint + } + } + break + case 3 : + secondByte = buf[i + 1] + thirdByte = buf[i + 2] + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F) + if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) { + codePoint = tempCodePoint + } + } + break + case 4 : + secondByte = buf[i + 1] + thirdByte = buf[i + 2] + fourthByte = buf[i + 3] + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F) + if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) { + codePoint = tempCodePoint + } + } + } + } + + if (codePoint === null) { + // we did not generate a valid codePoint so insert a + // replacement char (U+FFFD) and advance only 1 byte + codePoint = 0xFFFD + bytesPerSequence = 1 + } else if (codePoint > 0xFFFF) { + // encode to utf16 (surrogate pair dance) + codePoint -= 0x10000 + res.push(codePoint >>> 10 & 0x3FF | 0xD800) + codePoint = 0xDC00 | codePoint & 0x3FF + } + + res.push(codePoint) + i += bytesPerSequence + } + + return decodeCodePointsArray(res) +} + +// Based on http://stackoverflow.com/a/22747272/680742, the browser with +// the lowest limit is Chrome, with 0x10000 args. +// We go 1 magnitude less, for safety +var MAX_ARGUMENTS_LENGTH = 0x1000 +function decodeCodePointsArray (codePoints) { + var len = codePoints.length + if (len <= MAX_ARGUMENTS_LENGTH) { + return String.fromCharCode.apply(String, codePoints) // avoid extra slice() + } + + // Decode in chunks to avoid "call stack size exceeded". + var res = '' + var i = 0 + while (i < len) { + res += String.fromCharCode.apply( + String, + codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH) + ) + } + return res +} + +function asciiSlice (buf, start, end) { + var ret = '' + end = Math.min(buf.length, end) + for (var i = start; i < end; i++) { + ret += String.fromCharCode(buf[i] & 0x7F) + } + return ret +} + +function binarySlice (buf, start, end) { + var ret = '' + end = Math.min(buf.length, end) + for (var i = start; i < end; i++) { + ret += String.fromCharCode(buf[i]) + } + return ret +} + +function hexSlice (buf, start, end) { + var len = buf.length + if (!start || start < 0) + start = 0 + if (!end || end < 0 || end > len) + end = len + var out = '' + for (var i = start; i < end; i++) { + out += toHex(buf[i]) + } + return out +} + +function utf16leSlice (buf, start, end) { + var bytes = buf.slice(start, end) + var res = '' + for (var i = 0; i < bytes.length; i += 2) { + res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256) + } + return res +} + +Buffer.prototype.slice = function slice (start, end) { + var len = this.length + start = ~~start + end = end === undefined ? len : ~~end + if (start < 0) { + start += len + if (start < 0) + start = 0 + } else if (start > len) { + start = len + } + + if (end < 0) { + end += len + if (end < 0) + end = 0 + } else if (end > len) { + end = len + } + + if (end < start) + end = start + var newBuf + if (Buffer.TYPED_ARRAY_SUPPORT) { + newBuf = Buffer._augment(this.subarray(start, end)) + } else { + var sliceLen = end - start + newBuf = new Buffer(sliceLen, undefined) + for (var i = 0; i < sliceLen; i++) { + newBuf[i] = this[i + start] + } + } + + if (newBuf.length) + newBuf.parent = this.parent || this + return newBuf +} + +/* + * Need to make sure that buffer isn't trying to write out of bounds. + */ +function checkOffset (offset, ext, length) { + if ((offset % 1) !== 0 || offset < 0) + throw new RangeError('offset is not uint') + if (offset + ext > length) + throw new RangeError('Trying to access beyond buffer length') +} + +Buffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) { + offset = offset | 0 + byteLength = byteLength | 0 + if (!noAssert) + checkOffset(offset, byteLength, this.length) + var val = this[offset] + var mul = 1 + var i = 0 + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul + } + + return val +} + +Buffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) { + offset = offset | 0 + byteLength = byteLength | 0 + if (!noAssert) { + checkOffset(offset, byteLength, this.length) + } + + var val = this[offset + --byteLength] + var mul = 1 + while (byteLength > 0 && (mul *= 0x100)) { + val += this[offset + --byteLength] * mul + } + + return val +} + +Buffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) { + if (!noAssert) + checkOffset(offset, 1, this.length) + return this[offset] +} + +Buffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) { + if (!noAssert) + checkOffset(offset, 2, this.length) + return this[offset] | (this[offset + 1] << 8) +} + +Buffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) { + if (!noAssert) + checkOffset(offset, 2, this.length) + return (this[offset] << 8) | this[offset + 1] +} + +Buffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) { + if (!noAssert) + checkOffset(offset, 4, this.length) + return ((this[offset]) | + (this[offset + 1] << 8) | + (this[offset + 2] << 16)) + + (this[offset + 3] * 0x1000000) +} + +Buffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) { + if (!noAssert) + checkOffset(offset, 4, this.length) + return (this[offset] * 0x1000000) + + ((this[offset + 1] << 16) | + (this[offset + 2] << 8) | + this[offset + 3]) +} + +Buffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) { + offset = offset | 0 + byteLength = byteLength | 0 + if (!noAssert) + checkOffset(offset, byteLength, this.length) + var val = this[offset] + var mul = 1 + var i = 0 + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul + } + mul *= 0x80 + if (val >= mul) + val -= Math.pow(2, 8 * byteLength) + return val +} + +Buffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) { + offset = offset | 0 + byteLength = byteLength | 0 + if (!noAssert) + checkOffset(offset, byteLength, this.length) + var i = byteLength + var mul = 1 + var val = this[offset + --i] + while (i > 0 && (mul *= 0x100)) { + val += this[offset + --i] * mul + } + mul *= 0x80 + if (val >= mul) + val -= Math.pow(2, 8 * byteLength) + return val +} + +Buffer.prototype.readInt8 = function readInt8 (offset, noAssert) { + if (!noAssert) + checkOffset(offset, 1, this.length) + if (!(this[offset] & 0x80)) + return (this[offset]) + return ((0xff - this[offset] + 1) * - 1) +} + +Buffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) { + if (!noAssert) + checkOffset(offset, 2, this.length) + var val = this[offset] | (this[offset + 1] << 8) + return (val & 0x8000) ? val | 0xFFFF0000 : val +} + +Buffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) { + if (!noAssert) + checkOffset(offset, 2, this.length) + var val = this[offset + 1] | (this[offset] << 8) + return (val & 0x8000) ? val | 0xFFFF0000 : val +} + +Buffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) { + if (!noAssert) + checkOffset(offset, 4, this.length) + return (this[offset]) | + (this[offset + 1] << 8) | + (this[offset + 2] << 16) | + (this[offset + 3] << 24) +} + +Buffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) { + if (!noAssert) + checkOffset(offset, 4, this.length) + return (this[offset] << 24) | + (this[offset + 1] << 16) | + (this[offset + 2] << 8) | + (this[offset + 3]) +} + +Buffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) { + if (!noAssert) + checkOffset(offset, 4, this.length) + return ieee754.read(this, offset, true, 23, 4) +} + +Buffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) { + if (!noAssert) + checkOffset(offset, 4, this.length) + return ieee754.read(this, offset, false, 23, 4) +} + +Buffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) { + if (!noAssert) + checkOffset(offset, 8, this.length) + return ieee754.read(this, offset, true, 52, 8) +} + +Buffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) { + if (!noAssert) + checkOffset(offset, 8, this.length) + return ieee754.read(this, offset, false, 52, 8) +} + +function checkInt (buf, value, offset, ext, max, min) { + if (!Buffer.isBuffer(buf)) + throw new TypeError('buffer must be a Buffer instance') + if (value > max || value < min) + throw new RangeError('value is out of bounds') + if (offset + ext > buf.length) + throw new RangeError('index out of range') +} + +Buffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) { + value = + value + offset = offset | 0 + byteLength = byteLength | 0 + if (!noAssert) + checkInt(this, value, offset, byteLength, Math.pow(2, 8 * byteLength), 0) + var mul = 1 + var i = 0 + this[offset] = value & 0xFF + while (++i < byteLength && (mul *= 0x100)) { + this[offset + i] = (value / mul) & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) { + value = + value + offset = offset | 0 + byteLength = byteLength | 0 + if (!noAssert) + checkInt(this, value, offset, byteLength, Math.pow(2, 8 * byteLength), 0) + var i = byteLength - 1 + var mul = 1 + this[offset + i] = value & 0xFF + while (--i >= 0 && (mul *= 0x100)) { + this[offset + i] = (value / mul) & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) { + value = + value + offset = offset | 0 + if (!noAssert) + checkInt(this, value, offset, 1, 0xff, 0) + if (!Buffer.TYPED_ARRAY_SUPPORT) + value = Math.floor(value) + this[offset] = value + return offset + 1 +} + +function objectWriteUInt16 (buf, value, offset, littleEndian) { + if (value < 0) + value = 0xffff + value + 1 + for (var i = 0, j = Math.min(buf.length - offset, 2); i < j; i++) { + buf[offset + i] = (value & (0xff << (8 * (littleEndian ? i : 1 - i)))) >>> + (littleEndian ? i : 1 - i) * 8 + } +} + +Buffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) { + value = + value + offset = offset | 0 + if (!noAssert) + checkInt(this, value, offset, 2, 0xffff, 0) + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset] = value + this[offset + 1] = (value >>> 8) + } else { + objectWriteUInt16(this, value, offset, true) + } + return offset + 2 +} + +Buffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) { + value = + value + offset = offset | 0 + if (!noAssert) + checkInt(this, value, offset, 2, 0xffff, 0) + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset] = (value >>> 8) + this[offset + 1] = value + } else { + objectWriteUInt16(this, value, offset, false) + } + return offset + 2 +} + +function objectWriteUInt32 (buf, value, offset, littleEndian) { + if (value < 0) + value = 0xffffffff + value + 1 + for (var i = 0, j = Math.min(buf.length - offset, 4); i < j; i++) { + buf[offset + i] = (value >>> (littleEndian ? i : 3 - i) * 8) & 0xff + } +} + +Buffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) { + value = + value + offset = offset | 0 + if (!noAssert) + checkInt(this, value, offset, 4, 0xffffffff, 0) + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset + 3] = (value >>> 24) + this[offset + 2] = (value >>> 16) + this[offset + 1] = (value >>> 8) + this[offset] = value + } else { + objectWriteUInt32(this, value, offset, true) + } + return offset + 4 +} + +Buffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) { + value = + value + offset = offset | 0 + if (!noAssert) + checkInt(this, value, offset, 4, 0xffffffff, 0) + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset] = (value >>> 24) + this[offset + 1] = (value >>> 16) + this[offset + 2] = (value >>> 8) + this[offset + 3] = value + } else { + objectWriteUInt32(this, value, offset, false) + } + return offset + 4 +} + +Buffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) { + value = + value + offset = offset | 0 + if (!noAssert) { + var limit = Math.pow(2, 8 * byteLength - 1) + checkInt(this, value, offset, byteLength, limit - 1, - limit) + } + + var i = 0 + var mul = 1 + var sub = value < 0 ? 1 : 0 + this[offset] = value & 0xFF + while (++i < byteLength && (mul *= 0x100)) { + this[offset + i] = ((value / mul) >> 0) - sub & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) { + value = + value + offset = offset | 0 + if (!noAssert) { + var limit = Math.pow(2, 8 * byteLength - 1) + checkInt(this, value, offset, byteLength, limit - 1, - limit) + } + + var i = byteLength - 1 + var mul = 1 + var sub = value < 0 ? 1 : 0 + this[offset + i] = value & 0xFF + while (--i >= 0 && (mul *= 0x100)) { + this[offset + i] = ((value / mul) >> 0) - sub & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) { + value = + value + offset = offset | 0 + if (!noAssert) + checkInt(this, value, offset, 1, 0x7f, - 0x80) + if (!Buffer.TYPED_ARRAY_SUPPORT) + value = Math.floor(value) + if (value < 0) + value = 0xff + value + 1 + this[offset] = value + return offset + 1 +} + +Buffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) { + value = + value + offset = offset | 0 + if (!noAssert) + checkInt(this, value, offset, 2, 0x7fff, - 0x8000) + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset] = value + this[offset + 1] = (value >>> 8) + } else { + objectWriteUInt16(this, value, offset, true) + } + return offset + 2 +} + +Buffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) { + value = + value + offset = offset | 0 + if (!noAssert) + checkInt(this, value, offset, 2, 0x7fff, - 0x8000) + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset] = (value >>> 8) + this[offset + 1] = value + } else { + objectWriteUInt16(this, value, offset, false) + } + return offset + 2 +} + +Buffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) { + value = + value + offset = offset | 0 + if (!noAssert) + checkInt(this, value, offset, 4, 0x7fffffff, - 0x80000000) + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset] = value + this[offset + 1] = (value >>> 8) + this[offset + 2] = (value >>> 16) + this[offset + 3] = (value >>> 24) + } else { + objectWriteUInt32(this, value, offset, true) + } + return offset + 4 +} + +Buffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) { + value = + value + offset = offset | 0 + if (!noAssert) + checkInt(this, value, offset, 4, 0x7fffffff, - 0x80000000) + if (value < 0) + value = 0xffffffff + value + 1 + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset] = (value >>> 24) + this[offset + 1] = (value >>> 16) + this[offset + 2] = (value >>> 8) + this[offset + 3] = value + } else { + objectWriteUInt32(this, value, offset, false) + } + return offset + 4 +} + +function checkIEEE754 (buf, value, offset, ext, max, min) { + if (value > max || value < min) + throw new RangeError('value is out of bounds') + if (offset + ext > buf.length) + throw new RangeError('index out of range') + if (offset < 0) + throw new RangeError('index out of range') +} + +function writeFloat (buf, value, offset, littleEndian, noAssert) { + if (!noAssert) { + checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, - 3.4028234663852886e+38) + } + ieee754.write(buf, value, offset, littleEndian, 23, 4) + return offset + 4 +} + +Buffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) { + return writeFloat(this, value, offset, true, noAssert) +} + +Buffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) { + return writeFloat(this, value, offset, false, noAssert) +} + +function writeDouble (buf, value, offset, littleEndian, noAssert) { + if (!noAssert) { + checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, - 1.7976931348623157E+308) + } + ieee754.write(buf, value, offset, littleEndian, 52, 8) + return offset + 8 +} + +Buffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) { + return writeDouble(this, value, offset, true, noAssert) +} + +Buffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) { + return writeDouble(this, value, offset, false, noAssert) +} + +// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length) +Buffer.prototype.copy = function copy (target, targetStart, start, end) { + if (!start) + start = 0 + if (!end && end !== 0) + end = this.length + if (targetStart >= target.length) + targetStart = target.length + if (!targetStart) + targetStart = 0 + if (end > 0 && end < start) + end = start + // Copy 0 bytes; we're done + if (end === start) + return 0 + if (target.length === 0 || this.length === 0) + return 0 + // Fatal error conditions + if (targetStart < 0) { + throw new RangeError('targetStart out of bounds') + } + if (start < 0 || start >= this.length) + throw new RangeError('sourceStart out of bounds') + if (end < 0) + throw new RangeError('sourceEnd out of bounds') + // Are we oob? + if (end > this.length) + end = this.length + if (target.length - targetStart < end - start) { + end = target.length - targetStart + start + } + + var len = end - start + var i + if (this === target && start < targetStart && targetStart < end) { + // descending copy from end + for (i = len - 1; i >= 0; i--) { + target[i + targetStart] = this[i + start] + } + } else if (len < 1000 || !Buffer.TYPED_ARRAY_SUPPORT) { + // ascending copy from start + for (i = 0; i < len; i++) { + target[i + targetStart] = this[i + start] + } + } else { + target._set(this.subarray(start, start + len), targetStart) + } + + return len +} + +// fill(value, start=0, end=buffer.length) +Buffer.prototype.fill = function fill (value, start, end) { + if (!value) + value = 0 + if (!start) + start = 0 + if (!end) + end = this.length + if (end < start) + throw new RangeError('end < start') + // Fill 0 bytes; we're done + if (end === start) + return + if (this.length === 0) return + if (start < 0 || start >= this.length) throw new RangeError('start out of bounds') + if (end < 0 || end > this.length) + throw new RangeError('end out of bounds') + var i + if (typeof value === 'number') { + for (i = start; i < end; i++) { + this[i] = value + } + } else { + var bytes = utf8ToBytes(value.toString()) + var len = bytes.length + for (i = start; i < end; i++) { + this[i] = bytes[i % len] + } + } + + return this +} + +/** + * Creates a new `ArrayBuffer` with the *copied* memory of the buffer instance. + * Added in Node 0.12. Only available in browsers that support ArrayBuffer. + */ +Buffer.prototype.toArrayBuffer = function toArrayBuffer () { + if (typeof Uint8Array !== 'undefined') { + if (Buffer.TYPED_ARRAY_SUPPORT) { + return (new Buffer(this)).buffer + } else { + var buf = new Uint8Array(this.length) + for (var i = 0, len = buf.length; i < len; i += 1) { + buf[i] = this[i] + } + return buf.buffer + } + } else { + throw new TypeError('Buffer.toArrayBuffer not supported in this browser') + } +} + +// HELPER FUNCTIONS +// ================ + +var BP = Buffer.prototype +/** + * Augment a Uint8Array *instance* (not the Uint8Array class!) with Buffer methods + */ +Buffer._augment = function _augment (arr) { + arr.constructor = Buffer + arr._isBuffer = true + // save reference to original Uint8Array set method before overwriting + arr._set = arr.set + // deprecated + arr.get = BP.get + arr.set = BP.set + arr.write = BP.write + arr.toString = BP.toString + arr.toLocaleString = BP.toString + arr.toJSON = BP.toJSON + arr.equals = BP.equals + arr.compare = BP.compare + arr.indexOf = BP.indexOf + arr.copy = BP.copy + arr.slice = BP.slice + arr.readUIntLE = BP.readUIntLE + arr.readUIntBE = BP.readUIntBE + arr.readUInt8 = BP.readUInt8 + arr.readUInt16LE = BP.readUInt16LE + arr.readUInt16BE = BP.readUInt16BE + arr.readUInt32LE = BP.readUInt32LE + arr.readUInt32BE = BP.readUInt32BE + arr.readIntLE = BP.readIntLE + arr.readIntBE = BP.readIntBE + arr.readInt8 = BP.readInt8 + arr.readInt16LE = BP.readInt16LE + arr.readInt16BE = BP.readInt16BE + arr.readInt32LE = BP.readInt32LE + arr.readInt32BE = BP.readInt32BE + arr.readFloatLE = BP.readFloatLE + arr.readFloatBE = BP.readFloatBE + arr.readDoubleLE = BP.readDoubleLE + arr.readDoubleBE = BP.readDoubleBE + arr.writeUInt8 = BP.writeUInt8 + arr.writeUIntLE = BP.writeUIntLE + arr.writeUIntBE = BP.writeUIntBE + arr.writeUInt16LE = BP.writeUInt16LE + arr.writeUInt16BE = BP.writeUInt16BE + arr.writeUInt32LE = BP.writeUInt32LE + arr.writeUInt32BE = BP.writeUInt32BE + arr.writeIntLE = BP.writeIntLE + arr.writeIntBE = BP.writeIntBE + arr.writeInt8 = BP.writeInt8 + arr.writeInt16LE = BP.writeInt16LE + arr.writeInt16BE = BP.writeInt16BE + arr.writeInt32LE = BP.writeInt32LE + arr.writeInt32BE = BP.writeInt32BE + arr.writeFloatLE = BP.writeFloatLE + arr.writeFloatBE = BP.writeFloatBE + arr.writeDoubleLE = BP.writeDoubleLE + arr.writeDoubleBE = BP.writeDoubleBE + arr.fill = BP.fill + arr.inspect = BP.inspect + arr.toArrayBuffer = BP.toArrayBuffer + return arr +} + +var INVALID_BASE64_RE = /[^+\/0-9A-Za-z-_]/g +function base64clean (str) { + // Node strips out invalid characters like \n and \t from the string, base64-js does not + str = stringtrim(str).replace(INVALID_BASE64_RE, '') + // Node converts strings with length < 2 to '' + if (str.length < 2) + return '' + // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not + while (str.length % 4 !== 0) { + str = str + '=' + } + return str +} + +function stringtrim (str) { + if (str.trim) + return str.trim() + return str.replace(/^\s+|\s+$/g, '') +} + +function toHex (n) { + if (n < 16) + return '0' + n.toString(16) + return n.toString(16) +} + +function utf8ToBytes (string, units) { + units = units || Infinity + var codePoint + var length = string.length + var leadSurrogate = null + var bytes = [] + for (var i = 0; i < length; i++) { + codePoint = string.charCodeAt(i) + // is surrogate component + if (codePoint > 0xD7FF && codePoint < 0xE000) { + // last char was a lead + if (!leadSurrogate) { + // no lead yet + if (codePoint > 0xDBFF) { + // unexpected trail + if ((units -= 3) > - 1) + bytes.push(0xEF, 0xBF, 0xBD) + continue + } else if (i + 1 === length) { + // unpaired lead + if ((units -= 3) > - 1) + bytes.push(0xEF, 0xBF, 0xBD) + continue + } + + // valid lead + leadSurrogate = codePoint + continue + } + + // 2 leads in a row + if (codePoint < 0xDC00) { + if ((units -= 3) > - 1) + bytes.push(0xEF, 0xBF, 0xBD) + leadSurrogate = codePoint + continue + } + + // valid surrogate pair + codePoint = leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00 | 0x10000 + } else if (leadSurrogate) { + // valid bmp char, but last char was a lead + if ((units -= 3) > - 1) + bytes.push(0xEF, 0xBF, 0xBD) + } + + leadSurrogate = null + // encode utf8 + if (codePoint < 0x80) { + if ((units -= 1) < 0) + break + bytes.push(codePoint) + } else if (codePoint < 0x800) { + if ((units -= 2) < 0) + break + bytes.push( + codePoint >> 0x6 | 0xC0, + codePoint & 0x3F | 0x80 + ) + } else if (codePoint < 0x10000) { + if ((units -= 3) < 0) + break + bytes.push( + codePoint >> 0xC | 0xE0, + codePoint >> 0x6 & 0x3F | 0x80, + codePoint & 0x3F | 0x80 + ) + } else if (codePoint < 0x110000) { + if ((units -= 4) < 0) + break + bytes.push( + codePoint >> 0x12 | 0xF0, + codePoint >> 0xC & 0x3F | 0x80, + codePoint >> 0x6 & 0x3F | 0x80, + codePoint & 0x3F | 0x80 + ) + } else { + throw new Error('Invalid code point') + } + } + + return bytes +} + +function asciiToBytes (str) { + var byteArray = [] + for (var i = 0; i < str.length; i++) { + // Node's code seems to be doing this and not & 0x7F.. + byteArray.push(str.charCodeAt(i) & 0xFF) + } + return byteArray +} + +function utf16leToBytes (str, units) { + var c, hi, lo + var byteArray = [] + for (var i = 0; i < str.length; i++) { + if ((units -= 2) < 0) + break + c = str.charCodeAt(i) + hi = c >> 8 + lo = c % 256 + byteArray.push(lo) + byteArray.push(hi) + } + + return byteArray +} + +function base64ToBytes (str) { + return base64.toByteArray(base64clean(str)) +} + +function blitBuffer (src, dst, offset, length) { + for (var i = 0; i < length; i++) { + if ((i + offset >= dst.length) || (i >= src.length)) + break + dst[i + offset] = src[i] + } + return i +} + +}).call(this, typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {}) +}, { + "base64-js": 6, + "ieee754": 7, + "is-array": 8 +} +], +6: [function(require, module, exports) { + var lookup = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; +; + (function (exports) { + 'use strict'; + + var Arr = (typeof Uint8Array !== 'undefined') + ? Uint8Array + : Array + var PLUS = '+'.charCodeAt(0) + var SLASH = '/'.charCodeAt(0) + var NUMBER = '0'.charCodeAt(0) + var LOWER = 'a'.charCodeAt(0) + var UPPER = 'A'.charCodeAt(0) + var PLUS_URL_SAFE = '-'.charCodeAt(0) + var SLASH_URL_SAFE = '_'.charCodeAt(0) + function decode (elt) { + var code = elt.charCodeAt(0) + if (code === PLUS || + code === PLUS_URL_SAFE) + return 62 // '+' + if (code === SLASH || + code === SLASH_URL_SAFE) + return 63 // '/' + if (code < NUMBER) + return - 1 //no match + if (code < NUMBER + 10) + return code - NUMBER + 26 + 26 + if (code < UPPER + 26) + return code - UPPER + if (code < LOWER + 26) + return code - LOWER + 26 + } + + function b64ToByteArray (b64) { + var i, j, l, tmp, placeHolders, arr + if (b64.length % 4 > 0) { + throw new Error('Invalid string. Length must be a multiple of 4') + } + + // the number of equal signs (place holders) + // if there are two placeholders, than the two characters before it + // represent one byte + // if there is only one, then the three characters before it represent 2 bytes + // this is just a cheap hack to not do indexOf twice + var len = b64.length + placeHolders = '=' === b64.charAt(len - 2) ? 2 : '=' === b64.charAt(len - 1) ? 1 : 0 + // base64 is 4/3 + up to two characters of the original data + arr = new Arr(b64.length * 3 / 4 - placeHolders) + // if there are placeholders, only get up to the last complete 4 chars + l = placeHolders > 0 ? b64.length - 4 : b64.length + var L = 0 + function push (v) { + arr[L++] = v + } + + for (i = 0, j = 0; i < l; i += 4, j += 3) { + tmp = (decode(b64.charAt(i)) << 18) | (decode(b64.charAt(i + 1)) << 12) | (decode(b64.charAt(i + 2)) << 6) | decode(b64.charAt(i + 3)) + push((tmp & 0xFF0000) >> 16) + push((tmp & 0xFF00) >> 8) + push(tmp & 0xFF) + } + + if (placeHolders === 2) { + tmp = (decode(b64.charAt(i)) << 2) | (decode(b64.charAt(i + 1)) >> 4) + push(tmp & 0xFF) + } else if (placeHolders === 1) { + tmp = (decode(b64.charAt(i)) << 10) | (decode(b64.charAt(i + 1)) << 4) | (decode(b64.charAt(i + 2)) >> 2) + push((tmp >> 8) & 0xFF) + push(tmp & 0xFF) + } + + return arr + } + + function uint8ToBase64 (uint8) { + var i, + extraBytes = uint8.length % 3, // if we have 1 byte left, pad 2 bytes + output = "", + temp, length + function encode (num) { + return lookup.charAt(num) + } + + function tripletToBase64 (num) { + return encode(num >> 18 & 0x3F) + encode(num >> 12 & 0x3F) + encode(num >> 6 & 0x3F) + encode(num & 0x3F) + } + + // go through the array every three bytes, we'll deal with trailing stuff later + for (i = 0, length = uint8.length - extraBytes; i < length; i += 3) { + temp = (uint8[i] << 16) + (uint8[i + 1] << 8) + (uint8[i + 2]) + output += tripletToBase64(temp) + } + + // pad the end with zeros, but make sure to not forget the extra bytes + switch (extraBytes) { + case 1: + temp = uint8[uint8.length - 1] + output += encode(temp >> 2) + output += encode((temp << 4) & 0x3F) + output += '==' + break + case 2 : + temp = (uint8[uint8.length - 2] << 8) + (uint8[uint8.length - 1]) + output += encode(temp >> 10) + output += encode((temp >> 4) & 0x3F) + output += encode((temp << 2) & 0x3F) + output += '=' + break + } + + return output + } + + exports.toByteArray = b64ToByteArray + exports.fromByteArray = uint8ToBase64 +}(typeof exports === 'undefined' ? (this.base64js = {}) : exports)) +}, {} +], +7: [function(require, module, exports) { + exports.read = function (buffer, offset, isLE, mLen, nBytes) { + var e, m + var eLen = nBytes * 8 - mLen - 1 + var eMax = (1 << eLen) - 1 + var eBias = eMax >> 1 + var nBits = - 7 + var i = isLE ? (nBytes - 1) : 0 + var d = isLE ? - 1 : 1 + var s = buffer[offset + i] + i += d + e = s & ((1 << ( - nBits)) - 1) + s >>= ( - nBits) + nBits += eLen + for (; nBits > 0; e = e * 256 + buffer[offset + i], i += d, nBits -= 8) {} + + m = e & ((1 << ( - nBits)) - 1) + e >>= ( - nBits) + nBits += mLen + for (; nBits > 0; m = m * 256 + buffer[offset + i], i += d, nBits -= 8) {} + + if (e === 0) { + e = 1 - eBias + } else if (e === eMax) { + return m ? NaN : ((s ? - 1 : 1) * Infinity) + } else { + m = m + Math.pow(2, mLen) + e = e - eBias + } + return (s ? - 1 : 1) * m * Math.pow(2, e - mLen) + } + + exports.write = function (buffer, value, offset, isLE, mLen, nBytes) { + var e, m, c + var eLen = nBytes * 8 - mLen - 1 + var eMax = (1 << eLen) - 1 + var eBias = eMax >> 1 + var rt = (mLen === 23 ? Math.pow(2, - 24) - Math.pow(2, - 77) : 0) + var i = isLE ? 0 : (nBytes - 1) + var d = isLE ? 1 : - 1 + var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0 + value = Math.abs(value) + if (isNaN(value) || value === Infinity) { + m = isNaN(value) ? 1 : 0 + e = eMax + } else { + e = Math.floor(Math.log(value) / Math.LN2) + if (value * (c = Math.pow(2, - e)) < 1) { + e-- + c *= 2 + } + if (e + eBias >= 1) { + value += rt / c + } else { + value += rt * Math.pow(2, 1 - eBias) + } + if (value * c >= 2) { + e++ + c /= 2 + } + + if (e + eBias >= eMax) { + m = 0 + e = eMax + } else if (e + eBias >= 1) { + m = (value * c - 1) * Math.pow(2, mLen) + e = e + eBias + } else { + m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen) + e = 0 + } + } + + for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {} + + e = (e << mLen) | m + eLen += mLen + for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {} + + buffer[offset + i - d] |= s * 128 + } + +}, {} +], +8: [function(require, module, exports) { + + /** + * isArray + */ + + var isArray = Array.isArray; + + /** + * toString + */ + + var str = Object.prototype.toString; + + /** + * Whether or not the given `val` + * is an array. + * + * example: + * + * isArray([]); + * // > true + * isArray(arguments); + * // > false + * isArray(''); + * // > false + * + * @param {mixed} val + * @return {bool} + */ + + module.exports = isArray || function (val) { + return !! val && '[object Array]' == str.call(val); + }; + +}, {} +], +9: [function(require, module, exports) { + // Copyright Joyent, Inc. and other Node contributors. + // + // Permission is hereby granted, free of charge, to any person obtaining a + // copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to permit + // persons to whom the Software is furnished to do so, subject to the + // following conditions: + // + // The above copyright notice and this permission notice shall be included + // in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + // USE OR OTHER DEALINGS IN THE SOFTWARE. + + function EventEmitter() { + this._events = this._events || {}; + this._maxListeners = this._maxListeners || undefined; + } + module.exports = EventEmitter; + + // Backwards-compat with node 0.10.x + EventEmitter.EventEmitter = EventEmitter; + + EventEmitter.prototype._events = undefined; + EventEmitter.prototype._maxListeners = undefined; + + // By default EventEmitters will print a warning if more than 10 listeners are + // added to it. This is a useful default which helps finding memory leaks. + EventEmitter.defaultMaxListeners = 10; + + // Obviously not all Emitters should be limited to 10. This function allows + // that to be increased. Set to zero for unlimited. + EventEmitter.prototype.setMaxListeners = function(n) { + if (!isNumber(n) || n < 0 || isNaN(n)) + throw TypeError('n must be a positive number'); + this._maxListeners = n; + return this; + }; + + EventEmitter.prototype.emit = function(type) { + var er, handler, len, args, i, listeners; + + if (!this._events) + this._events = {}; + + // If there is no 'error' event listener then throw. + if (type === 'error') { + if (!this._events.error || + (isObject(this._events.error) && !this._events.error.length)) { + er = arguments[1]; + if (er instanceof Error) { + throw er; // Unhandled 'error' event + } + throw TypeError('Uncaught, unspecified "error" event.'); + } + } + + handler = this._events[type]; + + if (isUndefined(handler)) + return false; + + if (isFunction(handler)) { + switch (arguments.length) { + // fast cases + case 1: + handler.call(this); + break; + case 2: + handler.call(this, arguments[1]); + break; + case 3: + handler.call(this, arguments[1], arguments[2]); + break; + // slower + default: + len = arguments.length; + args = new Array(len - 1); + for (i = 1; i < len; i++) + args[i - 1] = arguments[i]; + handler.apply(this, args); + } + } else if (isObject(handler)) { + len = arguments.length; + args = new Array(len - 1); + for (i = 1; i < len; i++) + args[i - 1] = arguments[i]; + + listeners = handler.slice(); + len = listeners.length; + for (i = 0; i < len; i++) + listeners[i].apply(this, args); + } + + return true; + }; + + EventEmitter.prototype.addListener = function(type, listener) { + var m; + + if (!isFunction(listener)) + throw TypeError('listener must be a function'); + + if (!this._events) + this._events = {}; + + // To avoid recursion in the case that type === "newListener"! Before + // adding it to the listeners, first emit "newListener". + if (this._events.newListener) + this.emit('newListener', type, + isFunction(listener.listener) ? + listener.listener : listener); + + if (!this._events[type]) + // Optimize the case of one listener. Don't need the extra array object. + this._events[type] = listener; + else if (isObject(this._events[type])) + // If we've already got an array, just append. + this._events[type].push(listener); + else + // Adding the second element, need to change to array. + this._events[type] = [this._events[type], listener]; + + // Check for listener leak + if (isObject(this._events[type]) && !this._events[type].warned) { + var m; + if (!isUndefined(this._maxListeners)) { + m = this._maxListeners; + } else { + m = EventEmitter.defaultMaxListeners; + } + + if (m && m > 0 && this._events[type].length > m) { + this._events[type].warned = true; + console.error('(node) warning: possible EventEmitter memory ' + + 'leak detected. %d listeners added. ' + + 'Use emitter.setMaxListeners() to increase limit.', + this._events[type].length); + if (typeof console.trace === 'function') { + // not supported in IE 10 + console.trace(); + } + } + } + + return this; + }; + + EventEmitter.prototype.on = EventEmitter.prototype.addListener; + + EventEmitter.prototype.once = function(type, listener) { + if (!isFunction(listener)) + throw TypeError('listener must be a function'); + + var fired = false; + + function g() { + this.removeListener(type, g); + + if (!fired) { + fired = true; + listener.apply(this, arguments); + } + } + + g.listener = listener; + this.on(type, g); + + return this; + }; + + // emits a 'removeListener' event iff the listener was removed + EventEmitter.prototype.removeListener = function(type, listener) { + var list, position, length, i; + + if (!isFunction(listener)) + throw TypeError('listener must be a function'); + + if (!this._events || !this._events[type]) + return this; + + list = this._events[type]; + length = list.length; + position = - 1; + + if (list === listener || + (isFunction(list.listener) && list.listener === listener)) { + delete this._events[type]; + if (this._events.removeListener) + this.emit('removeListener', type, listener); + + } else if (isObject(list)) { + for (i = length; i-- > 0;) { + if (list[i] === listener || + (list[i].listener && list[i].listener === listener)) { + position = i; + break; + } + } + + if (position < 0) + return this; + + if (list.length === 1) { + list.length = 0; + delete this._events[type]; + } else { + list.splice(position, 1); + } + + if (this._events.removeListener) + this.emit('removeListener', type, listener); + } + + return this; + }; + + EventEmitter.prototype.removeAllListeners = function(type) { + var key, listeners; + + if (!this._events) + return this; + + // not listening for removeListener, no need to emit + if (!this._events.removeListener) { + if (arguments.length === 0) + this._events = {}; + else if (this._events[type]) + delete this._events[type]; + return this; + } + + // emit removeListener for all listeners on all events + if (arguments.length === 0) { + for (key in this._events) { + if (key === 'removeListener') + continue; + this.removeAllListeners(key); + } + this.removeAllListeners('removeListener'); + this._events = {}; + return this; + } + + listeners = this._events[type]; + + if (isFunction(listeners)) { + this.removeListener(type, listeners); + } else { + // LIFO order + while (listeners.length) + this.removeListener(type, listeners[listeners.length - 1]); + } + delete this._events[type]; + + return this; + }; + + EventEmitter.prototype.listeners = function(type) { + var ret; + if (!this._events || !this._events[type]) + ret = []; + else if (isFunction(this._events[type])) + ret = [this._events[type]]; + else + ret = this._events[type].slice(); + return ret; + }; + + EventEmitter.listenerCount = function(emitter, type) { + var ret; + if (!emitter._events || !emitter._events[type]) + ret = 0; + else if (isFunction(emitter._events[type])) + ret = 1; + else + ret = emitter._events[type].length; + return ret; + }; + + function isFunction(arg) { + return typeof arg === 'function'; + } + + function isNumber(arg) { + return typeof arg === 'number'; + } + + function isObject(arg) { + return typeof arg === 'object' && arg !== null; + } + + function isUndefined(arg) { + return arg === void 0; + } + +}, {} +], +10: [function(require, module, exports) { + var http = module.exports; + var EventEmitter = require('events').EventEmitter; + var Request = require('./lib/request'); + var url = require('url') + http.request = function (params, cb) { + if (typeof params === 'string') { + params = url.parse(params) + } + if (!params) + params = {}; + if (!params.host && !params.port) { + params.port = parseInt(window.location.port, 10); + } + if (!params.host && params.hostname) { + params.host = params.hostname; + } + + if (!params.protocol) { + if (params.scheme) { + params.protocol = params.scheme + ':'; + } else { + params.protocol = window.location.protocol; + } + } + + if (!params.host) { + params.host = window.location.hostname || window.location.host; + } + if (/:/.test(params.host)) { + if (!params.port) { + params.port = params.host.split(':')[1]; + } + params.host = params.host.split(':')[0]; + } + if (!params.port) + params.port = params.protocol == 'https:' ? 443 : 80; + + var req = new Request(new xhrHttp, params); + if (cb) + req.on('response', cb); + return req; + }; + + http.get = function (params, cb) { + params.method = 'GET'; + var req = http.request(params, cb); + req.end(); + return req; + }; + + http.Agent = function () {}; + http.Agent.defaultMaxSockets = 4; + + var xhrHttp = (function () { + if (typeof window === 'undefined') { + throw new Error('no window object present'); + } else if (window.XMLHttpRequest) { + return window.XMLHttpRequest; + } else if (window.ActiveXObject) { + var axs = [ + 'Msxml2.XMLHTTP.6.0', + 'Msxml2.XMLHTTP.3.0', + 'Microsoft.XMLHTTP' + ]; + for (var i = 0; i < axs.length; i++) { + try { + var ax = new (window.ActiveXObject)(axs[i]); + return function () { + if (ax) { + var ax_ = ax; + ax = null; + return ax_; + } else { + return new (window.ActiveXObject)(axs[i]); + } + }; + } catch (e) {} + } + throw new Error('ajax not supported in this browser') + } else { + throw new Error('ajax not supported in this browser'); + } + })(); + + http.STATUS_CODES = { + 100 : 'Continue', + 101 : 'Switching Protocols', + 102 : 'Processing', + // RFC 2518, obsoleted by RFC 4918 + 200 : 'OK', + 201 : 'Created', + 202 : 'Accepted', + 203 : 'Non-Authoritative Information', + 204 : 'No Content', + 205 : 'Reset Content', + 206 : 'Partial Content', + 207 : 'Multi-Status', + // RFC 4918 + 300 : 'Multiple Choices', + 301 : 'Moved Permanently', + 302 : 'Moved Temporarily', + 303 : 'See Other', + 304 : 'Not Modified', + 305 : 'Use Proxy', + 307 : 'Temporary Redirect', + 400 : 'Bad Request', + 401 : 'Unauthorized', + 402 : 'Payment Required', + 403 : 'Forbidden', + 404 : 'Not Found', + 405 : 'Method Not Allowed', + 406 : 'Not Acceptable', + 407 : 'Proxy Authentication Required', + 408 : 'Request Time-out', + 409 : 'Conflict', + 410 : 'Gone', + 411 : 'Length Required', + 412 : 'Precondition Failed', + 413 : 'Request Entity Too Large', + 414 : 'Request-URI Too Large', + 415 : 'Unsupported Media Type', + 416 : 'Requested Range Not Satisfiable', + 417 : 'Expectation Failed', + 418 : 'I\'m a teapot', + // RFC 2324 + 422 : 'Unprocessable Entity', + // RFC 4918 + 423 : 'Locked', + // RFC 4918 + 424 : 'Failed Dependency', + // RFC 4918 + 425 : 'Unordered Collection', + // RFC 4918 + 426 : 'Upgrade Required', + // RFC 2817 + 428 : 'Precondition Required', + // RFC 6585 + 429 : 'Too Many Requests', + // RFC 6585 + 431 : 'Request Header Fields Too Large', + // RFC 6585 + 500 : 'Internal Server Error', + 501 : 'Not Implemented', + 502 : 'Bad Gateway', + 503 : 'Service Unavailable', + 504 : 'Gateway Time-out', + 505 : 'HTTP Version Not Supported', + 506 : 'Variant Also Negotiates', + // RFC 2295 + 507 : 'Insufficient Storage', + // RFC 4918 + 509 : 'Bandwidth Limit Exceeded', + 510 : 'Not Extended', + // RFC 2774 + 511 : 'Network Authentication Required' // RFC 6585 + }; +}, { + "./lib/request": 11, + "events": 9, + "url": 35 +} +], +11: [function(require, module, exports) { + var Stream = require('stream'); + var Response = require('./response'); + var Base64 = require('Base64'); + var inherits = require('inherits'); + + var Request = module.exports = function (xhr, params) { + var self = this; + self.writable = true; + self.xhr = xhr; + self.body = []; + + self.uri = (params.protocol || 'http:') + '//' + + params.host + + (params.port ? ':' + params.port : '') + + (params.path || '/') + ; + + if (typeof params.withCredentials === 'undefined') { + params.withCredentials = true; + } + + try { + xhr.withCredentials = params.withCredentials + } catch (e) {} + + if (params.responseType) + try { + xhr.responseType = params.responseType + } catch (e) {} + + xhr.open( + params.method || 'GET', + self.uri, + true + ); + + xhr.onerror = function(event) { + self.emit('error', new Error('Network error')); + }; + + self._headers = {}; + + if (params.headers) { + var keys = objectKeys(params.headers); + for (var i = 0; i < keys.length; i++) { + var key = keys[i]; + if (!self.isSafeRequestHeader(key)) + continue; + var value = params.headers[key]; + self.setHeader(key, value); + } + } + + if (params.auth) { + //basic auth + this.setHeader('Authorization', 'Basic ' + Base64.btoa(params.auth)); + } + + var res = new Response; + res.on('close', function () { + self.emit('close'); + }); + + res.on('ready', function () { + self.emit('response', res); + }); + + res.on('error', function (err) { + self.emit('error', err); + }); + + xhr.onreadystatechange = function () { + // Fix for IE9 bug + // SCRIPT575: Could not complete the operation due to error c00c023f + // It happens when a request is aborted, calling the success callback anyway with readyState === 4 + if (xhr.__aborted) + return; + res.handle(xhr); + }; + }; + + inherits(Request, Stream); + + Request.prototype.setHeader = function (key, value) { + this._headers[key.toLowerCase()] = value + }; + + Request.prototype.getHeader = function (key) { + return this._headers[key.toLowerCase()] + }; + + Request.prototype.removeHeader = function (key) { + delete this._headers[key.toLowerCase()] + }; + + Request.prototype.write = function (s) { + this.body.push(s); + }; + + Request.prototype.destroy = function (s) { + this.xhr.__aborted = true; + this.xhr.abort(); + this.emit('close'); + }; + + Request.prototype.end = function (s) { + if (s !== undefined) + this.body.push(s); + + var keys = objectKeys(this._headers); + for (var i = 0; i < keys.length; i++) { + var key = keys[i]; + var value = this._headers[key]; + if (isArray(value)) { + for (var j = 0; j < value.length; j++) { + this.xhr.setRequestHeader(key, value[j]); + } + } else + this.xhr.setRequestHeader(key, value) + } + + if (this.body.length === 0) { + this.xhr.send(''); + } else if (typeof this.body[0] === 'string') { + this.xhr.send(this.body.join('')); + } else if (isArray(this.body[0])) { + var body = []; + for (var i = 0; i < this.body.length; i++) { + body.push.apply(body, this.body[i]); + } + this.xhr.send(body); + } else if (/Array/.test(Object.prototype.toString.call(this.body[0]))) { + var len = 0; + for (var i = 0; i < this.body.length; i++) { + len += this.body[i].length; + } + var body = new (this.body[0].constructor)(len); + var k = 0; + + for (var i = 0; i < this.body.length; i++) { + var b = this.body[i]; + for (var j = 0; j < b.length; j++) { + body[k++] = b[j]; + } + } + this.xhr.send(body); + } else if (isXHR2Compatible(this.body[0])) { + this.xhr.send(this.body[0]); + } else { + var body = ''; + for (var i = 0; i < this.body.length; i++) { + body += this.body[i].toString(); + } + this.xhr.send(body); + } + }; + + // Taken from http://dxr.mozilla.org/mozilla/mozilla-central/content/base/src/nsXMLHttpRequest.cpp.html + Request.unsafeHeaders = [ + "accept-charset", + "accept-encoding", + "access-control-request-headers", + "access-control-request-method", + "connection", + "content-length", + "cookie", + "cookie2", + "content-transfer-encoding", + "date", + "expect", + "host", + "keep-alive", + "origin", + "referer", + "te", + "trailer", + "transfer-encoding", + "upgrade", + "user-agent", + "via" + ]; + + Request.prototype.isSafeRequestHeader = function (headerName) { + if (!headerName) + return false; + return indexOf(Request.unsafeHeaders, headerName.toLowerCase()) === - 1; + }; + + var objectKeys = Object.keys || function (obj) { + var keys = []; + for (var key in obj) + keys.push(key); + return keys; + }; + + var isArray = Array.isArray || function (xs) { + return Object.prototype.toString.call(xs) === '[object Array]'; + }; + + var indexOf = function (xs, x) { + if (xs.indexOf) + return xs.indexOf(x); + for (var i = 0; i < xs.length; i++) { + if (xs[i] === x) + return i; + } + return - 1; + }; + + var isXHR2Compatible = function (obj) { + if (typeof Blob !== 'undefined' && obj instanceof Blob) + return true; + if (typeof ArrayBuffer !== 'undefined' && obj instanceof ArrayBuffer) + return true; + if (typeof FormData !== 'undefined' && obj instanceof FormData) + return true; + }; + +}, { + "./response": 12, + "Base64": 13, + "inherits": 14, + "stream": 33 +} +], +12: [function(require, module, exports) { + var Stream = require('stream'); + var util = require('util'); + + var Response = module.exports = function (res) { + this.offset = 0; + this.readable = true; + }; + + util.inherits(Response, Stream); + + var capable = { + streaming : true, + status2 : true + }; + + function parseHeaders (res) { + var lines = res.getAllResponseHeaders().split(/\r?\n/); + var headers = {}; + for (var i = 0; i < lines.length; i++) { + var line = lines[i]; + if (line === '') + continue; + + var m = line.match(/^([^:]+):\s*(.*)/); + if (m) { + var key = m[1].toLowerCase(), value = m[2]; + + if (headers[key] !== undefined) { + + if (isArray(headers[key])) { + headers[key].push(value); + } else { + headers[key] = [ headers[key], value ]; + } + } else { + headers[key] = value; + } + } else { + headers[line] = true; + } + } + return headers; + } + + Response.prototype.getResponse = function (xhr) { + var respType = String(xhr.responseType).toLowerCase(); + if (respType === 'blob') + return xhr.responseBlob || xhr.response; + if (respType === 'arraybuffer') + return xhr.response; + return xhr.responseText; + } + + Response.prototype.getHeader = function (key) { + return this.headers[key.toLowerCase()]; + }; + + Response.prototype.handle = function (res) { + if (res.readyState === 2 && capable.status2) { + try { + this.statusCode = res.status; + this.headers = parseHeaders(res); + } catch (err) { + capable.status2 = false; + } + + if (capable.status2) { + this.emit('ready'); + } + } else if (capable.streaming && res.readyState === 3) { + try { + if (!this.statusCode) { + this.statusCode = res.status; + this.headers = parseHeaders(res); + this.emit('ready'); + } + } catch (err) {} + + try { + this._emitData(res); + } catch (err) { + capable.streaming = false; + } + } else if (res.readyState === 4) { + if (!this.statusCode) { + this.statusCode = res.status; + this.emit('ready'); + } + this._emitData(res); + + if (res.error) { + this.emit('error', this.getResponse(res)); + } else + this.emit('end'); + + this.emit('close'); + } + }; + + Response.prototype._emitData = function (res) { + var respBody = this.getResponse(res); + if (respBody.toString().match(/ArrayBuffer/)) { + this.emit('data', new Uint8Array(respBody, this.offset)); + this.offset = respBody.byteLength; + return; + } + if (respBody.length > this.offset) { + this.emit('data', respBody.slice(this.offset)); + this.offset = respBody.length; + } + }; + + var isArray = Array.isArray || function (xs) { + return Object.prototype.toString.call(xs) === '[object Array]'; + }; + +}, { + "stream": 33, + "util": 37 +} +], +13: [function(require, module, exports) { + ; + (function () { + + var object = typeof exports != 'undefined' ? exports : this; // #8: web workers + var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; + + function InvalidCharacterError(message) { + this.message = message; + } + InvalidCharacterError.prototype = new Error; + InvalidCharacterError.prototype.name = 'InvalidCharacterError'; + + // encoder + // [https://gist.github.com/999166] by [https://github.com/nignag] + object.btoa || ( + object.btoa = function (input) { + for ( + // initialize result and counter + var block, charCode, idx = 0, map = chars, output = ''; + // if the next input index does not exist: + // change the mapping table to "=" + // check if d has no fractional digits + input.charAt(idx | 0) || (map = '=', idx % 1); + // "8 - idx % 1 * 8" generates the sequence 2, 4, 6, 8 + output += map.charAt(63 & block >> 8 - idx % 1 * 8) + ) { + charCode = input.charCodeAt(idx += 3 / 4); + if (charCode > 0xFF) { + throw new InvalidCharacterError("'btoa' failed: The string to be encoded contains characters outside of the Latin1 range."); + } + block = block << 8 | charCode; + } + return output; + }); + + // decoder + // [https://gist.github.com/1020396] by [https://github.com/atk] + object.atob || ( + object.atob = function (input) { + input = input.replace(/=+$/, ''); + if (input.length % 4 == 1) { + throw new InvalidCharacterError("'atob' failed: The string to be decoded is not correctly encoded."); + } + for ( + // initialize result and counters + var bc = 0, bs, buffer, idx = 0, output = ''; + // get next character + buffer = input.charAt(idx++); + // character found in table? initialize bit storage and add its ascii value; + ~buffer && (bs = bc % 4 ? bs * 64 + buffer : buffer, + // and if not first of each 4 characters, + // convert the first 8 bits to one ascii character + bc++ % 4) ? output += String.fromCharCode(255 & bs >> ( - 2 * bc & 6)) : 0 + ) { + // try to find character in table (0-63, not found => -1) + buffer = chars.indexOf(buffer); + } + return output; + }); + + }()); + +}, {} +], +14: [function(require, module, exports) { + if (typeof Object.create === 'function') { + // implementation from standard node.js 'util' module + module.exports = function inherits(ctor, superCtor) { + ctor.super_ = superCtor + ctor.prototype = Object.create(superCtor.prototype, { + constructor: { + value: ctor, + enumerable: false, + writable: true, + configurable: true + } + }); + }; + } else { + // old school shim for old browsers + module.exports = function inherits(ctor, superCtor) { + ctor.super_ = superCtor + var TempCtor = function () {} + TempCtor.prototype = superCtor.prototype + ctor.prototype = new TempCtor() + ctor.prototype.constructor = ctor + } + } + +}, {} +], +15: [function(require, module, exports) { + /** + * Determine if an object is Buffer + * + * Author: Feross Aboukhadijeh + * License: MIT + * + * `npm install is-buffer` + */ + + module.exports = function (obj) { + return !!(obj != null && + (obj._isBuffer || // For Safari 5-7 (missing Object.prototype.constructor) + (obj.constructor && + typeof obj.constructor.isBuffer === 'function' && + obj.constructor.isBuffer(obj)) + )) + } + +}, {} +], +16: [function(require, module, exports) { + module.exports = Array.isArray || function (arr) { + return Object.prototype.toString.call(arr) == '[object Array]'; + }; + +}, {} +], +17: [function(require, module, exports) { + // shim for using process in browser + + var process = module.exports = {}; + var queue = []; + var draining = false; + var currentQueue; + var queueIndex = - 1; + + function cleanUpNextTick() { + draining = false; + if (currentQueue.length) { + queue = currentQueue.concat(queue); + } else { + queueIndex = - 1; + } + if (queue.length) { + drainQueue(); + } + } + + function drainQueue() { + if (draining) { + return; + } + var timeout = setTimeout(cleanUpNextTick); + draining = true; + + var len = queue.length; + while (len) { + currentQueue = queue; + queue = []; + while (++queueIndex < len) { + if (currentQueue) { + currentQueue[queueIndex].run(); + } + } + queueIndex = - 1; + len = queue.length; + } + currentQueue = null; + draining = false; + clearTimeout(timeout); + } + + process.nextTick = function (fun) { + var args = new Array(arguments.length - 1); + if (arguments.length > 1) { + for (var i = 1; i < arguments.length; i++) { + args[i - 1] = arguments[i]; + } + } + queue.push(new Item(fun, args)); + if (queue.length === 1 && !draining) { + setTimeout(drainQueue, 0); + } + }; + + // v8 likes predictible objects + function Item(fun, array) { + this.fun = fun; + this.array = array; + } + Item.prototype.run = function () { + this.fun.apply(null, this.array); + }; + process.title = 'browser'; + process.browser = true; + process.env = {}; + process.argv = []; + process.version = ''; // empty string to avoid regexp issues + process.versions = {}; + + function noop() {} + + process.on = noop; + process.addListener = noop; + process.once = noop; + process.off = noop; + process.removeListener = noop; + process.removeAllListeners = noop; + process.emit = noop; + + process.binding = function (name) { + throw new Error('process.binding is not supported'); + }; + + process.cwd = function () { + return '/' + }; + process.chdir = function (dir) { + throw new Error('process.chdir is not supported'); + }; + process.umask = function() { + return 0; + }; + +}, {} +], +18: [function(require, module, exports) { + (function (global) { + /*! https://mths.be/punycode v1.3.2 by @mathias */ + ; + (function(root) { + + /** Detect free variables */ + var freeExports = typeof exports == 'object' && exports && + !exports.nodeType && exports; + var freeModule = typeof module == 'object' && module && + !module.nodeType && module; + var freeGlobal = typeof global == 'object' && global; + if ( + freeGlobal.global === freeGlobal || + freeGlobal.window === freeGlobal || + freeGlobal.self === freeGlobal + ) { + root = freeGlobal; + } + + /** + * The `punycode` object. + * @name punycode + * @type Object + */ + var punycode, + /** Highest positive signed 32-bit float value */ + maxInt = 2147483647, // aka. 0x7FFFFFFF or 2^31-1 + + /** Bootstring parameters */ + base = 36, + tMin = 1, + tMax = 26, + skew = 38, + damp = 700, + initialBias = 72, + initialN = 128, // 0x80 + delimiter = '-', // '\x2D' + + /** Regular expressions */ + regexPunycode = /^xn--/, + regexNonASCII = /[^\x20-\x7E]/, // unprintable ASCII chars + non-ASCII chars + regexSeparators = /[\x2E\u3002\uFF0E\uFF61]/g, // RFC 3490 separators + + /** Error messages */ + errors = { + 'overflow': 'Overflow: input needs wider integers to process', + 'not-basic': 'Illegal input >= 0x80 (not a basic code point)', + 'invalid-input': 'Invalid input' + }, + /** Convenience shortcuts */ + baseMinusTMin = base - tMin, + floor = Math.floor, + stringFromCharCode = String.fromCharCode, + /** Temporary variable */ + key; + + /*--------------------------------------------------------------------------*/ + + /** + * A generic error utility function. + * @private + * @param {String} type The error type. + * @returns {Error} Throws a `RangeError` with the applicable error message. + */ + function error(type) { + throw RangeError(errors[type]); + } + + /** + * A generic `Array#map` utility function. + * @private + * @param {Array} array The array to iterate over. + * @param {Function} callback The function that gets called for every array + * item. + * @returns {Array} A new array of values returned by the callback function. + */ + function map(array, fn) { + var length = array.length; + var result = []; + while (length--) { + result[length] = fn(array[length]); + } + return result; + } + + /** + * A simple `Array#map`-like wrapper to work with domain name strings or email + * addresses. + * @private + * @param {String} domain The domain name or email address. + * @param {Function} callback The function that gets called for every + * character. + * @returns {Array} A new string of characters returned by the callback + * function. + */ + function mapDomain(string, fn) { + var parts = string.split('@'); + var result = ''; + if (parts.length > 1) { + // In email addresses, only the domain name should be punycoded. Leave + // the local part (i.e. everything up to `@`) intact. + result = parts[0] + '@'; + string = parts[1]; + } + // Avoid `split(regex)` for IE8 compatibility. See #17. + string = string.replace(regexSeparators, '\x2E'); + var labels = string.split('.'); + var encoded = map(labels, fn).join('.'); + return result + encoded; + } + + /** + * Creates an array containing the numeric code points of each Unicode + * character in the string. While JavaScript uses UCS-2 internally, + * this function will convert a pair of surrogate halves (each of which + * UCS-2 exposes as separate characters) into a single code point, + * matching UTF-16. + * @see `punycode.ucs2.encode` + * @see + * @memberOf punycode.ucs2 + * @name decode + * @param {String} string The Unicode input string (UCS-2). + * @returns {Array} The new array of code points. + */ + function ucs2decode(string) { + var output = [], + counter = 0, + length = string.length, + value, + extra; + while (counter < length) { + value = string.charCodeAt(counter++); + if (value >= 0xD800 && value <= 0xDBFF && counter < length) { + // high surrogate, and there is a next character + extra = string.charCodeAt(counter++); + if ((extra & 0xFC00) == 0xDC00) { + // low surrogate + output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000); + } else { + // unmatched surrogate; only append this code unit, in case the next + // code unit is the high surrogate of a surrogate pair + output.push(value); + counter--; + } + } else { + output.push(value); + } + } + return output; + } + + /** + * Creates a string based on an array of numeric code points. + * @see `punycode.ucs2.decode` + * @memberOf punycode.ucs2 + * @name encode + * @param {Array} codePoints The array of numeric code points. + * @returns {String} The new Unicode string (UCS-2). + */ + function ucs2encode(array) { + return map(array, function(value) { + var output = ''; + if (value > 0xFFFF) { + value -= 0x10000; + output += stringFromCharCode(value >>> 10 & 0x3FF | 0xD800); + value = 0xDC00 | value & 0x3FF; + } + output += stringFromCharCode(value); + return output; + }).join(''); + } + + /** + * Converts a basic code point into a digit/integer. + * @see `digitToBasic()` + * @private + * @param {Number} codePoint The basic numeric code point value. + * @returns {Number} The numeric value of a basic code point (for use in + * representing integers) in the range `0` to `base - 1`, or `base` if + * the code point does not represent a value. + */ + function basicToDigit(codePoint) { + if (codePoint - 48 < 10) { + return codePoint - 22; + } + if (codePoint - 65 < 26) { + return codePoint - 65; + } + if (codePoint - 97 < 26) { + return codePoint - 97; + } + return base; + } + + /** + * Converts a digit/integer into a basic code point. + * @see `basicToDigit()` + * @private + * @param {Number} digit The numeric value of a basic code point. + * @returns {Number} The basic code point whose value (when used for + * representing integers) is `digit`, which needs to be in the range + * `0` to `base - 1`. If `flag` is non-zero, the uppercase form is + * used; else, the lowercase form is used. The behavior is undefined + * if `flag` is non-zero and `digit` has no uppercase form. + */ + function digitToBasic(digit, flag) { + // 0..25 map to ASCII a..z or A..Z + // 26..35 map to ASCII 0..9 + return digit + 22 + 75 * (digit < 26) - ((flag != 0) << 5); + } + + /** + * Bias adaptation function as per section 3.4 of RFC 3492. + * http://tools.ietf.org/html/rfc3492#section-3.4 + * @private + */ + function adapt(delta, numPoints, firstTime) { + var k = 0; + delta = firstTime ? floor(delta / damp) : delta >> 1; + delta += floor(delta / numPoints); + for ( /* no initialization */ + ; delta > baseMinusTMin * tMax >> 1; k += base) { + delta = floor(delta / baseMinusTMin); + } + return floor(k + (baseMinusTMin + 1) * delta / (delta + skew)); + } + + /** + * Converts a Punycode string of ASCII-only symbols to a string of Unicode + * symbols. + * @memberOf punycode + * @param {String} input The Punycode string of ASCII-only symbols. + * @returns {String} The resulting string of Unicode symbols. + */ + function decode(input) { + // Don't use UCS-2 + var output = [], + inputLength = input.length, + out, + i = 0, + n = initialN, + bias = initialBias, + basic, + j, + index, + oldi, + w, + k, + digit, + t, + /** Cached calculation results */ + baseMinusT; + + // Handle the basic code points: let `basic` be the number of input code + // points before the last delimiter, or `0` if there is none, then copy + // the first basic code points to the output. + + basic = input.lastIndexOf(delimiter); + if (basic < 0) { + basic = 0; + } + + for (j = 0; j < basic; ++j) { + // if it's not a basic code point + if (input.charCodeAt(j) >= 0x80) { + error('not-basic'); + } + output.push(input.charCodeAt(j)); + } + + // Main decoding loop: start just after the last delimiter if any basic code + // points were copied; start at the beginning otherwise. + + for (index = basic > 0 ? basic + 1 : 0; index < inputLength; /* no final expression */ + ) { + + // `index` is the index of the next character to be consumed. + // Decode a generalized variable-length integer into `delta`, + // which gets added to `i`. The overflow checking is easier + // if we increase `i` as we go, then subtract off its starting + // value at the end to obtain `delta`. + for (oldi = i, w = 1, k = base; /* no condition */ + ; k += base) { + + if (index >= inputLength) { + error('invalid-input'); + } + + digit = basicToDigit(input.charCodeAt(index++)); + + if (digit >= base || digit > floor((maxInt - i) / w)) { + error('overflow'); + } + + i += digit * w; + t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias); + + if (digit < t) { + break; + } + + baseMinusT = base - t; + if (w > floor(maxInt / baseMinusT)) { + error('overflow'); + } + + w *= baseMinusT; + + } + + out = output.length + 1; + bias = adapt(i - oldi, out, oldi == 0); + + // `i` was supposed to wrap around from `out` to `0`, + // incrementing `n` each time, so we'll fix that now: + if (floor(i / out) > maxInt - n) { + error('overflow'); + } + + n += floor(i / out); + i %= out; + + // Insert `n` at position `i` of the output + output.splice(i++, 0, n); + + } + + return ucs2encode(output); + } + + /** + * Converts a string of Unicode symbols (e.g. a domain name label) to a + * Punycode string of ASCII-only symbols. + * @memberOf punycode + * @param {String} input The string of Unicode symbols. + * @returns {String} The resulting Punycode string of ASCII-only symbols. + */ + function encode(input) { + var n, + delta, + handledCPCount, + basicLength, + bias, + j, + m, + q, + k, + t, + currentValue, + output = [], + /** `inputLength` will hold the number of code points in `input`. */ + inputLength, + /** Cached calculation results */ + handledCPCountPlusOne, + baseMinusT, + qMinusT; + + // Convert the input in UCS-2 to Unicode + input = ucs2decode(input); + + // Cache the length + inputLength = input.length; + + // Initialize the state + n = initialN; + delta = 0; + bias = initialBias; + + // Handle the basic code points + for (j = 0; j < inputLength; ++j) { + currentValue = input[j]; + if (currentValue < 0x80) { + output.push(stringFromCharCode(currentValue)); + } + } + + handledCPCount = basicLength = output.length; + + // `handledCPCount` is the number of code points that have been handled; + // `basicLength` is the number of basic code points. + + // Finish the basic string - if it is not empty - with a delimiter + if (basicLength) { + output.push(delimiter); + } + + // Main encoding loop: + while (handledCPCount < inputLength) { + + // All non-basic code points < n have been handled already. Find the next + // larger one: + for (m = maxInt, j = 0; j < inputLength; ++j) { + currentValue = input[j]; + if (currentValue >= n && currentValue < m) { + m = currentValue; + } + } + + // Increase `delta` enough to advance the decoder's state to , + // but guard against overflow + handledCPCountPlusOne = handledCPCount + 1; + if (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) { + error('overflow'); + } + + delta += (m - n) * handledCPCountPlusOne; + n = m; + + for (j = 0; j < inputLength; ++j) { + currentValue = input[j]; + + if (currentValue < n && ++delta > maxInt) { + error('overflow'); + } + + if (currentValue == n) { + // Represent delta as a generalized variable-length integer + for (q = delta, k = base; /* no condition */ + ; k += base) { + t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias); + if (q < t) { + break; + } + qMinusT = q - t; + baseMinusT = base - t; + output.push( + stringFromCharCode(digitToBasic(t + qMinusT % baseMinusT, 0)) + ); + q = floor(qMinusT / baseMinusT); + } + + output.push(stringFromCharCode(digitToBasic(q, 0))); + bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength); + delta = 0; + ++handledCPCount; + } + } + + ++delta; + ++n; + + } + return output.join(''); + } + + /** + * Converts a Punycode string representing a domain name or an email address + * to Unicode. Only the Punycoded parts of the input will be converted, i.e. + * it doesn't matter if you call it on a string that has already been + * converted to Unicode. + * @memberOf punycode + * @param {String} input The Punycoded domain name or email address to + * convert to Unicode. + * @returns {String} The Unicode representation of the given Punycode + * string. + */ + function toUnicode(input) { + return mapDomain(input, function(string) { + return regexPunycode.test(string) + ? decode(string.slice(4).toLowerCase()) + : string; + }); + } + + /** + * Converts a Unicode string representing a domain name or an email address to + * Punycode. Only the non-ASCII parts of the domain name will be converted, + * i.e. it doesn't matter if you call it with a domain that's already in + * ASCII. + * @memberOf punycode + * @param {String} input The domain name or email address to convert, as a + * Unicode string. + * @returns {String} The Punycode representation of the given domain name or + * email address. + */ + function toASCII(input) { + return mapDomain(input, function(string) { + return regexNonASCII.test(string) + ? 'xn--' + encode(string) + : string; + }); + } + + /*--------------------------------------------------------------------------*/ + + /** Define the public API */ + punycode = { + /** + * A string representing the current Punycode.js version number. + * @memberOf punycode + * @type String + */ + 'version': '1.3.2', + /** + * An object of methods to convert from JavaScript's internal character + * representation (UCS-2) to Unicode code points, and back. + * @see + * @memberOf punycode + * @type Object + */ + 'ucs2': { + 'decode': ucs2decode, + 'encode': ucs2encode + }, + 'decode': decode, + 'encode': encode, + 'toASCII': toASCII, + 'toUnicode': toUnicode + }; + + /** Expose `punycode` */ + // Some AMD build optimizers, like r.js, check for specific condition patterns + // like the following: + if ( + typeof define == 'function' && + typeof define.amd == 'object' && + define.amd + ) { + define('punycode', function() { + return punycode; + }); + } else if (freeExports && freeModule) { + if (module.exports == freeExports) { + // in Node.js or RingoJS v0.8.0+ + freeModule.exports = punycode; + } else { + // in Narwhal or RingoJS v0.7.0- + for (key in punycode) { + punycode.hasOwnProperty(key) && (freeExports[key] = punycode[key]); + } + } + } else { + // in Rhino or a web browser + root.punycode = punycode; + } + + }(this)); + + }).call(this, typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {}) +}, {} +], +19: [function(require, module, exports) { + // Copyright Joyent, Inc. and other Node contributors. + // + // Permission is hereby granted, free of charge, to any person obtaining a + // copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to permit + // persons to whom the Software is furnished to do so, subject to the + // following conditions: + // + // The above copyright notice and this permission notice shall be included + // in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + // USE OR OTHER DEALINGS IN THE SOFTWARE. + + 'use strict'; + + // If obj.hasOwnProperty has been overridden, then calling + // obj.hasOwnProperty(prop) will break. + // See: https://github.com/joyent/node/issues/1707 + function hasOwnProperty(obj, prop) { + return Object.prototype.hasOwnProperty.call(obj, prop); + } + + module.exports = function(qs, sep, eq, options) { + sep = sep || '&'; + eq = eq || '='; + var obj = {}; + + if (typeof qs !== 'string' || qs.length === 0) { + return obj; + } + + var regexp = /\+/g; + qs = qs.split(sep); + + var maxKeys = 1000; + if (options && typeof options.maxKeys === 'number') { + maxKeys = options.maxKeys; + } + + var len = qs.length; + // maxKeys <= 0 means that we should not limit keys count + if (maxKeys > 0 && len > maxKeys) { + len = maxKeys; + } + + for (var i = 0; i < len; ++i) { + var x = qs[i].replace(regexp, '%20'), + idx = x.indexOf(eq), + kstr, vstr, k, v; + + if (idx >= 0) { + kstr = x.substr(0, idx); + vstr = x.substr(idx + 1); + } else { + kstr = x; + vstr = ''; + } + + k = decodeURIComponent(kstr); + v = decodeURIComponent(vstr); + + if (!hasOwnProperty(obj, k)) { + obj[k] = v; + } else if (isArray(obj[k])) { + obj[k].push(v); + } else { + obj[k] = [obj[k], v]; + } + } + + return obj; + }; + + var isArray = Array.isArray || function (xs) { + return Object.prototype.toString.call(xs) === '[object Array]'; + }; + +}, {} +], +20: [function(require, module, exports) { + // Copyright Joyent, Inc. and other Node contributors. + // + // Permission is hereby granted, free of charge, to any person obtaining a + // copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to permit + // persons to whom the Software is furnished to do so, subject to the + // following conditions: + // + // The above copyright notice and this permission notice shall be included + // in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + // USE OR OTHER DEALINGS IN THE SOFTWARE. + + 'use strict'; + + var stringifyPrimitive = function(v) { + switch (typeof v) { + case 'string': + return v; + + case 'boolean': + return v ? 'true' : 'false'; + + case 'number': + return isFinite(v) ? v : ''; + + default: + return ''; + } + }; + + module.exports = function(obj, sep, eq, name) { + sep = sep || '&'; + eq = eq || '='; + if (obj === null) { + obj = undefined; + } + + if (typeof obj === 'object') { + return map(objectKeys(obj), function(k) { + var ks = encodeURIComponent(stringifyPrimitive(k)) + eq; + if (isArray(obj[k])) { + return map(obj[k], function(v) { + return ks + encodeURIComponent(stringifyPrimitive(v)); + }).join(sep); + } else { + return ks + encodeURIComponent(stringifyPrimitive(obj[k])); + } + }).join(sep); + + } + + if (!name) + return ''; + return encodeURIComponent(stringifyPrimitive(name)) + eq + + encodeURIComponent(stringifyPrimitive(obj)); + }; + + var isArray = Array.isArray || function (xs) { + return Object.prototype.toString.call(xs) === '[object Array]'; + }; + + function map (xs, f) { + if (xs.map) + return xs.map(f); + var res = []; + for (var i = 0; i < xs.length; i++) { + res.push(f(xs[i], i)); + } + return res; + } + + var objectKeys = Object.keys || function (obj) { + var res = []; + for (var key in obj) { + if (Object.prototype.hasOwnProperty.call(obj, key)) + res.push(key); + } + return res; + }; + +}, {} +], +21: [function(require, module, exports) { + 'use strict'; + + exports.decode = exports.parse = require('./decode'); + exports.encode = exports.stringify = require('./encode'); + +}, { + "./decode": 19, + "./encode": 20 +} +], +22: [function(require, module, exports) { + module.exports = require("./lib/_stream_duplex.js") +}, { + "./lib/_stream_duplex.js": 23 +} +], +23: [function(require, module, exports) { + (function (process) { + // Copyright Joyent, Inc. and other Node contributors. + // + // Permission is hereby granted, free of charge, to any person obtaining a + // copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to permit + // persons to whom the Software is furnished to do so, subject to the + // following conditions: + // + // The above copyright notice and this permission notice shall be included + // in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + // USE OR OTHER DEALINGS IN THE SOFTWARE. + + // a duplex stream is just a stream that is both readable and writable. + // Since JS doesn't have multiple prototypal inheritance, this class + // prototypally inherits from Readable, and then parasitically from + // Writable. + + module.exports = Duplex; + + /**/ + var objectKeys = Object.keys || function (obj) { + var keys = []; + for (var key in obj) + keys.push(key); + return keys; + } + /**/ + + + /**/ + var util = require('core-util-is'); + util.inherits = require('inherits'); + /**/ + + var Readable = require('./_stream_readable'); + var Writable = require('./_stream_writable'); + + util.inherits(Duplex, Readable); + + forEach(objectKeys(Writable.prototype), function(method) { + if (!Duplex.prototype[method]) + Duplex.prototype[method] = Writable.prototype[method]; + }); + + function Duplex(options) { + if (!(this instanceof Duplex)) + return new Duplex(options); + + Readable.call(this, options); + Writable.call(this, options); + + if (options && options.readable === false) + this.readable = false; + + if (options && options.writable === false) + this.writable = false; + + this.allowHalfOpen = true; + if (options && options.allowHalfOpen === false) + this.allowHalfOpen = false; + + this.once('end', onend); + } + + // the no-half-open enforcer + function onend() { + // if we allow half-open state, or if the writable side ended, + // then we're ok. + if (this.allowHalfOpen || this._writableState.ended) + return; + + // no more data can be written. + // But allow more writes to happen in this tick. + process.nextTick(this.end.bind(this)); + } + + function forEach (xs, f) { + for (var i = 0, l = xs.length; i < l; i++) { + f(xs[i], i); + } + } + + }).call(this, require('_process')) +}, { + "./_stream_readable": 25, + "./_stream_writable": 27, + "_process": 17, + "core-util-is": 28, + "inherits": 14 +} +], +24: [function(require, module, exports) { + // Copyright Joyent, Inc. and other Node contributors. + // + // Permission is hereby granted, free of charge, to any person obtaining a + // copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to permit + // persons to whom the Software is furnished to do so, subject to the + // following conditions: + // + // The above copyright notice and this permission notice shall be included + // in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + // USE OR OTHER DEALINGS IN THE SOFTWARE. + + // a passthrough stream. + // basically just the most minimal sort of Transform stream. + // Every written chunk gets output as-is. + + module.exports = PassThrough; + + var Transform = require('./_stream_transform'); + + /**/ + var util = require('core-util-is'); + util.inherits = require('inherits'); + /**/ + + util.inherits(PassThrough, Transform); + + function PassThrough(options) { + if (!(this instanceof PassThrough)) + return new PassThrough(options); + + Transform.call(this, options); + } + + PassThrough.prototype._transform = function(chunk, encoding, cb) { + cb(null, chunk); + }; + +}, { + "./_stream_transform": 26, + "core-util-is": 28, + "inherits": 14 +} +], +25: [function(require, module, exports) { + (function (process) { + // Copyright Joyent, Inc. and other Node contributors. + // + // Permission is hereby granted, free of charge, to any person obtaining a + // copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to permit + // persons to whom the Software is furnished to do so, subject to the + // following conditions: + // + // The above copyright notice and this permission notice shall be included + // in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + // USE OR OTHER DEALINGS IN THE SOFTWARE. + + module.exports = Readable; + + /**/ + var isArray = require('isarray'); + /**/ + + + /**/ + var Buffer = require('buffer').Buffer; + /**/ + + Readable.ReadableState = ReadableState; + + var EE = require('events').EventEmitter; + + /**/ + if (!EE.listenerCount) + EE.listenerCount = function(emitter, type) { + return emitter.listeners(type).length; + }; + /**/ + + var Stream = require('stream'); + + /**/ + var util = require('core-util-is'); + util.inherits = require('inherits'); + /**/ + + var StringDecoder; + + + /**/ + var debug = require('util'); + if (debug && debug.debuglog) { + debug = debug.debuglog('stream'); + } else { + debug = function () {}; + } + /**/ + + + util.inherits(Readable, Stream); + + function ReadableState(options, stream) { + var Duplex = require('./_stream_duplex'); + + options = options || {}; + + // the point at which it stops calling _read() to fill the buffer + // Note: 0 is a valid value, means "don't call _read preemptively ever" + var hwm = options.highWaterMark; + var defaultHwm = options.objectMode ? 16 : 16 * 1024; + this.highWaterMark = (hwm || hwm === 0) ? hwm : defaultHwm; + + // cast to ints. + this.highWaterMark = ~~this.highWaterMark; + + this.buffer = []; + this.length = 0; + this.pipes = null; + this.pipesCount = 0; + this.flowing = null; + this.ended = false; + this.endEmitted = false; + this.reading = false; + + // a flag to be able to tell if the onwrite cb is called immediately, + // or on a later tick. We set this to true at first, because any + // actions that shouldn't happen until "later" should generally also + // not happen before the first write call. + this.sync = true; + + // whenever we return null, then we set a flag to say + // that we're awaiting a 'readable' event emission. + this.needReadable = false; + this.emittedReadable = false; + this.readableListening = false; + + + // object stream flag. Used to make read(n) ignore n and to + // make all the buffer merging and length checks go away + this.objectMode = !!options.objectMode; + + if (stream instanceof Duplex) + this.objectMode = this.objectMode || !!options.readableObjectMode; + + // Crypto is kind of old and crusty. Historically, its default string + // encoding is 'binary' so we have to make this configurable. + // Everything else in the universe uses 'utf8', though. + this.defaultEncoding = options.defaultEncoding || 'utf8'; + + // when piping, we only care about 'readable' events that happen + // after read()ing all the bytes and not getting any pushback. + this.ranOut = false; + + // the number of writers that are awaiting a drain event in .pipe()s + this.awaitDrain = 0; + + // if true, a maybeReadMore has been scheduled + this.readingMore = false; + + this.decoder = null; + this.encoding = null; + if (options.encoding) { + if (!StringDecoder) + StringDecoder = require('string_decoder/').StringDecoder; + this.decoder = new StringDecoder(options.encoding); + this.encoding = options.encoding; + } + } + + function Readable(options) { + var Duplex = require('./_stream_duplex'); + + if (!(this instanceof Readable)) + return new Readable(options); + + this._readableState = new ReadableState(options, this); + + // legacy + this.readable = true; + + Stream.call(this); + } + + // Manually shove something into the read() buffer. + // This returns true if the highWaterMark has not been hit yet, + // similar to how Writable.write() returns true if you should + // write() some more. + Readable.prototype.push = function(chunk, encoding) { + var state = this._readableState; + + if (util.isString(chunk) && !state.objectMode) { + encoding = encoding || state.defaultEncoding; + if (encoding !== state.encoding) { + chunk = new Buffer(chunk, encoding); + encoding = ''; + } + } + + return readableAddChunk(this, state, chunk, encoding, false); + }; + + // Unshift should *always* be something directly out of read() + Readable.prototype.unshift = function(chunk) { + var state = this._readableState; + return readableAddChunk(this, state, chunk, '', true); + }; + + function readableAddChunk(stream, state, chunk, encoding, addToFront) { + var er = chunkInvalid(state, chunk); + if (er) { + stream.emit('error', er); + } else if (util.isNullOrUndefined(chunk)) { + state.reading = false; + if (!state.ended) + onEofChunk(stream, state); + } else if (state.objectMode || chunk && chunk.length > 0) { + if (state.ended && !addToFront) { + var e = new Error('stream.push() after EOF'); + stream.emit('error', e); + } else if (state.endEmitted && addToFront) { + var e = new Error('stream.unshift() after end event'); + stream.emit('error', e); + } else { + if (state.decoder && !addToFront && !encoding) + chunk = state.decoder.write(chunk); + + if (!addToFront) + state.reading = false; + + // if we want the data now, just emit it. + if (state.flowing && state.length === 0 && !state.sync) { + stream.emit('data', chunk); + stream.read(0); + } else { + // update the buffer info. + state.length += state.objectMode ? 1 : chunk.length; + if (addToFront) + state.buffer.unshift(chunk); + else + state.buffer.push(chunk); + + if (state.needReadable) + emitReadable(stream); + } + + maybeReadMore(stream, state); + } + } else if (!addToFront) { + state.reading = false; + } + + return needMoreData(state); + } + + + + // if it's past the high water mark, we can push in some more. + // Also, if we have no data yet, we can stand some + // more bytes. This is to work around cases where hwm=0, + // such as the repl. Also, if the push() triggered a + // readable event, and the user called read(largeNumber) such that + // needReadable was set, then we ought to push more, so that another + // 'readable' event will be triggered. + function needMoreData(state) { + return !state.ended && + (state.needReadable || + state.length < state.highWaterMark || + state.length === 0); + } + + // backwards compatibility. + Readable.prototype.setEncoding = function(enc) { + if (!StringDecoder) + StringDecoder = require('string_decoder/').StringDecoder; + this._readableState.decoder = new StringDecoder(enc); + this._readableState.encoding = enc; + return this; + }; + + // Don't raise the hwm > 128MB + var MAX_HWM = 0x800000; + function roundUpToNextPowerOf2(n) { + if (n >= MAX_HWM) { + n = MAX_HWM; + } else { + // Get the next highest power of 2 + n--; + for (var p = 1; p < 32; p <<= 1) + n |= n >> p; + n++; + } + return n; + } + + function howMuchToRead(n, state) { + if (state.length === 0 && state.ended) + return 0; + + if (state.objectMode) + return n === 0 ? 0 : 1; + + if (isNaN(n) || util.isNull(n)) { + // only flow one buffer at a time + if (state.flowing && state.buffer.length) + return state.buffer[0].length; + else + return state.length; + } + + if (n <= 0) + return 0; + + // If we're asking for more than the target buffer level, + // then raise the water mark. Bump up to the next highest + // power of 2, to prevent increasing it excessively in tiny + // amounts. + if (n > state.highWaterMark) + state.highWaterMark = roundUpToNextPowerOf2(n); + + // don't have that much. return null, unless we've ended. + if (n > state.length) { + if (!state.ended) { + state.needReadable = true; + return 0; + } else + return state.length; + } + + return n; + } + + // you can override either this method, or the async _read(n) below. + Readable.prototype.read = function(n) { + debug('read', n); + var state = this._readableState; + var nOrig = n; + + if (!util.isNumber(n) || n > 0) + state.emittedReadable = false; + + // if we're doing read(0) to trigger a readable event, but we + // already have a bunch of data in the buffer, then just trigger + // the 'readable' event and move on. + if (n === 0 && + state.needReadable && + (state.length >= state.highWaterMark || state.ended)) { + debug('read: emitReadable', state.length, state.ended); + if (state.length === 0 && state.ended) + endReadable(this); + else + emitReadable(this); + return null; + } + + n = howMuchToRead(n, state); + + // if we've ended, and we're now clear, then finish it up. + if (n === 0 && state.ended) { + if (state.length === 0) + endReadable(this); + return null; + } + + // All the actual chunk generation logic needs to be + // *below* the call to _read. The reason is that in certain + // synthetic stream cases, such as passthrough streams, _read + // may be a completely synchronous operation which may change + // the state of the read buffer, providing enough data when + // before there was *not* enough. + // + // So, the steps are: + // 1. Figure out what the state of things will be after we do + // a read from the buffer. + // + // 2. If that resulting state will trigger a _read, then call _read. + // Note that this may be asynchronous, or synchronous. Yes, it is + // deeply ugly to write APIs this way, but that still doesn't mean + // that the Readable class should behave improperly, as streams are + // designed to be sync/async agnostic. + // Take note if the _read call is sync or async (ie, if the read call + // has returned yet), so that we know whether or not it's safe to emit + // 'readable' etc. + // + // 3. Actually pull the requested chunks out of the buffer and return. + + // if we need a readable event, then we need to do some reading. + var doRead = state.needReadable; + debug('need readable', doRead); + + // if we currently have less than the highWaterMark, then also read some + if (state.length === 0 || state.length - n < state.highWaterMark) { + doRead = true; + debug('length less than watermark', doRead); + } + + // however, if we've ended, then there's no point, and if we're already + // reading, then it's unnecessary. + if (state.ended || state.reading) { + doRead = false; + debug('reading or ended', doRead); + } + + if (doRead) { + debug('do read'); + state.reading = true; + state.sync = true; + // if the length is currently zero, then we *need* a readable event. + if (state.length === 0) + state.needReadable = true; + // call internal read method + this._read(state.highWaterMark); + state.sync = false; + } + + // If _read pushed data synchronously, then `reading` will be false, + // and we need to re-evaluate how much data we can return to the user. + if (doRead && !state.reading) + n = howMuchToRead(nOrig, state); + + var ret; + if (n > 0) + ret = fromList(n, state); + else + ret = null; + + if (util.isNull(ret)) { + state.needReadable = true; + n = 0; + } + + state.length -= n; + + // If we have nothing in the buffer, then we want to know + // as soon as we *do* get something into the buffer. + if (state.length === 0 && !state.ended) + state.needReadable = true; + + // If we tried to read() past the EOF, then emit end on the next tick. + if (nOrig !== n && state.ended && state.length === 0) + endReadable(this); + + if (!util.isNull(ret)) + this.emit('data', ret); + + return ret; + }; + + function chunkInvalid(state, chunk) { + var er = null; + if (!util.isBuffer(chunk) && + !util.isString(chunk) && + !util.isNullOrUndefined(chunk) && + !state.objectMode) { + er = new TypeError('Invalid non-string/buffer chunk'); + } + return er; + } + + + function onEofChunk(stream, state) { + if (state.decoder && !state.ended) { + var chunk = state.decoder.end(); + if (chunk && chunk.length) { + state.buffer.push(chunk); + state.length += state.objectMode ? 1 : chunk.length; + } + } + state.ended = true; + + // emit 'readable' now to make sure it gets picked up. + emitReadable(stream); + } + + // Don't emit readable right away in sync mode, because this can trigger + // another read() call => stack overflow. This way, it might trigger + // a nextTick recursion warning, but that's not so bad. + function emitReadable(stream) { + var state = stream._readableState; + state.needReadable = false; + if (!state.emittedReadable) { + debug('emitReadable', state.flowing); + state.emittedReadable = true; + if (state.sync) + process.nextTick(function() { + emitReadable_(stream); + }); + else + emitReadable_(stream); + } + } + + function emitReadable_(stream) { + debug('emit readable'); + stream.emit('readable'); + flow(stream); + } + + + // at this point, the user has presumably seen the 'readable' event, + // and called read() to consume some data. that may have triggered + // in turn another _read(n) call, in which case reading = true if + // it's in progress. + // However, if we're not ended, or reading, and the length < hwm, + // then go ahead and try to read some more preemptively. + function maybeReadMore(stream, state) { + if (!state.readingMore) { + state.readingMore = true; + process.nextTick(function() { + maybeReadMore_(stream, state); + }); + } + } + + function maybeReadMore_(stream, state) { + var len = state.length; + while (!state.reading && !state.flowing && !state.ended && + state.length < state.highWaterMark) { + debug('maybeReadMore read 0'); + stream.read(0); + if (len === state.length) + // didn't get any data, stop spinning. + break; + else + len = state.length; + } + state.readingMore = false; + } + + // abstract method. to be overridden in specific implementation classes. + // call cb(er, data) where data is <= n in length. + // for virtual (non-string, non-buffer) streams, "length" is somewhat + // arbitrary, and perhaps not very meaningful. + Readable.prototype._read = function(n) { + this.emit('error', new Error('not implemented')); + }; + + Readable.prototype.pipe = function(dest, pipeOpts) { + var src = this; + var state = this._readableState; + + switch (state.pipesCount) { + case 0: + state.pipes = dest; + break; + case 1: + state.pipes = [state.pipes, dest]; + break; + default: + state.pipes.push(dest); + break; + } + state.pipesCount += 1; + debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts); + + var doEnd = (!pipeOpts || pipeOpts.end !== false) && + dest !== process.stdout && + dest !== process.stderr; + + var endFn = doEnd ? onend : cleanup; + if (state.endEmitted) + process.nextTick(endFn); + else + src.once('end', endFn); + + dest.on('unpipe', onunpipe); + function onunpipe(readable) { + debug('onunpipe'); + if (readable === src) { + cleanup(); + } + } + + function onend() { + debug('onend'); + dest.end(); + } + + // when the dest drains, it reduces the awaitDrain counter + // on the source. This would be more elegant with a .once() + // handler in flow(), but adding and removing repeatedly is + // too slow. + var ondrain = pipeOnDrain(src); + dest.on('drain', ondrain); + + function cleanup() { + debug('cleanup'); + // cleanup event handlers once the pipe is broken + dest.removeListener('close', onclose); + dest.removeListener('finish', onfinish); + dest.removeListener('drain', ondrain); + dest.removeListener('error', onerror); + dest.removeListener('unpipe', onunpipe); + src.removeListener('end', onend); + src.removeListener('end', cleanup); + src.removeListener('data', ondata); + + // if the reader is waiting for a drain event from this + // specific writer, then it would cause it to never start + // flowing again. + // So, if this is awaiting a drain, then we just call it now. + // If we don't know, then assume that we are waiting for one. + if (state.awaitDrain && + (!dest._writableState || dest._writableState.needDrain)) + ondrain(); + } + + src.on('data', ondata); + function ondata(chunk) { + debug('ondata'); + var ret = dest.write(chunk); + if (false === ret) { + debug('false write response, pause', + src._readableState.awaitDrain); + src._readableState.awaitDrain++; + src.pause(); + } + } + + // if the dest has an error, then stop piping into it. + // however, don't suppress the throwing behavior for this. + function onerror(er) { + debug('onerror', er); + unpipe(); + dest.removeListener('error', onerror); + if (EE.listenerCount(dest, 'error') === 0) + dest.emit('error', er); + } + // This is a brutally ugly hack to make sure that our error handler + // is attached before any userland ones. NEVER DO THIS. + if (!dest._events || !dest._events.error) + dest.on('error', onerror); + else if (isArray(dest._events.error)) + dest._events.error.unshift(onerror); + else + dest._events.error = [onerror, dest._events.error]; + + + + // Both close and finish should trigger unpipe, but only once. + function onclose() { + dest.removeListener('finish', onfinish); + unpipe(); + } + dest.once('close', onclose); + function onfinish() { + debug('onfinish'); + dest.removeListener('close', onclose); + unpipe(); + } + dest.once('finish', onfinish); + + function unpipe() { + debug('unpipe'); + src.unpipe(dest); + } + + // tell the dest that it's being piped to + dest.emit('pipe', src); + + // start the flow if it hasn't been started already. + if (!state.flowing) { + debug('pipe resume'); + src.resume(); + } + + return dest; + }; + + function pipeOnDrain(src) { + return function() { + var state = src._readableState; + debug('pipeOnDrain', state.awaitDrain); + if (state.awaitDrain) + state.awaitDrain--; + if (state.awaitDrain === 0 && EE.listenerCount(src, 'data')) { + state.flowing = true; + flow(src); + } + }; + } + + + Readable.prototype.unpipe = function(dest) { + var state = this._readableState; + + // if we're not piping anywhere, then do nothing. + if (state.pipesCount === 0) + return this; + + // just one destination. most common case. + if (state.pipesCount === 1) { + // passed in one, but it's not the right one. + if (dest && dest !== state.pipes) + return this; + + if (!dest) + dest = state.pipes; + + // got a match. + state.pipes = null; + state.pipesCount = 0; + state.flowing = false; + if (dest) + dest.emit('unpipe', this); + return this; + } + + // slow case. multiple pipe destinations. + + if (!dest) { + // remove all. + var dests = state.pipes; + var len = state.pipesCount; + state.pipes = null; + state.pipesCount = 0; + state.flowing = false; + + for (var i = 0; i < len; i++) + dests[i].emit('unpipe', this); + return this; + } + + // try to find the right one. + var i = indexOf(state.pipes, dest); + if (i === - 1) + return this; + + state.pipes.splice(i, 1); + state.pipesCount -= 1; + if (state.pipesCount === 1) + state.pipes = state.pipes[0]; + + dest.emit('unpipe', this); + + return this; + }; + + // set up data events if they are asked for + // Ensure readable listeners eventually get something + Readable.prototype.on = function(ev, fn) { + var res = Stream.prototype.on.call(this, ev, fn); + + // If listening to data, and it has not explicitly been paused, + // then call resume to start the flow of data on the next tick. + if (ev === 'data' && false !== this._readableState.flowing) { + this.resume(); + } + + if (ev === 'readable' && this.readable) { + var state = this._readableState; + if (!state.readableListening) { + state.readableListening = true; + state.emittedReadable = false; + state.needReadable = true; + if (!state.reading) { + var self = this; + process.nextTick(function() { + debug('readable nexttick read 0'); + self.read(0); + }); + } else if (state.length) { + emitReadable(this, state); + } + } + } + + return res; + }; + Readable.prototype.addListener = Readable.prototype.on; + + // pause() and resume() are remnants of the legacy readable stream API + // If the user uses them, then switch into old mode. + Readable.prototype.resume = function() { + var state = this._readableState; + if (!state.flowing) { + debug('resume'); + state.flowing = true; + if (!state.reading) { + debug('resume read 0'); + this.read(0); + } + resume(this, state); + } + return this; + }; + + function resume(stream, state) { + if (!state.resumeScheduled) { + state.resumeScheduled = true; + process.nextTick(function() { + resume_(stream, state); + }); + } + } + + function resume_(stream, state) { + state.resumeScheduled = false; + stream.emit('resume'); + flow(stream); + if (state.flowing && !state.reading) + stream.read(0); + } + + Readable.prototype.pause = function() { + debug('call pause flowing=%j', this._readableState.flowing); + if (false !== this._readableState.flowing) { + debug('pause'); + this._readableState.flowing = false; + this.emit('pause'); + } + return this; + }; + + function flow(stream) { + var state = stream._readableState; + debug('flow', state.flowing); + if (state.flowing) { + do { + var chunk = stream.read(); + } + while (null !== chunk && state.flowing); + } + } + + // wrap an old-style stream as the async data source. + // This is *not* part of the readable stream interface. + // It is an ugly unfortunate mess of history. + Readable.prototype.wrap = function(stream) { + var state = this._readableState; + var paused = false; + + var self = this; + stream.on('end', function() { + debug('wrapped end'); + if (state.decoder && !state.ended) { + var chunk = state.decoder.end(); + if (chunk && chunk.length) + self.push(chunk); + } + + self.push(null); + }); + + stream.on('data', function(chunk) { + debug('wrapped data'); + if (state.decoder) + chunk = state.decoder.write(chunk); + if (!chunk || !state.objectMode && !chunk.length) + return; + + var ret = self.push(chunk); + if (!ret) { + paused = true; + stream.pause(); + } + }); + + // proxy all the other methods. + // important when wrapping filters and duplexes. + for (var i in stream) { + if (util.isFunction(stream[i]) && util.isUndefined(this[i])) { + this[i] = function(method) { + return function() { + return stream[method].apply(stream, arguments); + } + }(i); + } + } + + // proxy certain important events. + var events = ['error', 'close', 'destroy', 'pause', 'resume']; + forEach(events, function(ev) { + stream.on(ev, self.emit.bind(self, ev)); + }); + + // when we try to consume some more bytes, simply unpause the + // underlying stream. + self._read = function(n) { + debug('wrapped _read', n); + if (paused) { + paused = false; + stream.resume(); + } + }; + + return self; + }; + + + + // exposed for testing purposes only. + Readable._fromList = fromList; + + // Pluck off n bytes from an array of buffers. + // Length is the combined lengths of all the buffers in the list. + function fromList(n, state) { + var list = state.buffer; + var length = state.length; + var stringMode = !!state.decoder; + var objectMode = !!state.objectMode; + var ret; + + // nothing in the list, definitely empty. + if (list.length === 0) + return null; + + if (length === 0) + ret = null; + else if (objectMode) + ret = list.shift(); + else if (!n || n >= length) { + // read it all, truncate the array. + if (stringMode) + ret = list.join(''); + else + ret = Buffer.concat(list, length); + list.length = 0; + } else { + // read just some of it. + if (n < list[0].length) { + // just take a part of the first list item. + // slice is the same for buffers and strings. + var buf = list[0]; + ret = buf.slice(0, n); + list[0] = buf.slice(n); + } else if (n === list[0].length) { + // first list is a perfect match + ret = list.shift(); + } else { + // complex case. + // we have enough to cover it, but it spans past the first buffer. + if (stringMode) + ret = ''; + else + ret = new Buffer(n); + + var c = 0; + for (var i = 0, l = list.length; i < l && c < n; i++) { + var buf = list[0]; + var cpy = Math.min(n - c, buf.length); + + if (stringMode) + ret += buf.slice(0, cpy); + else + buf.copy(ret, c, 0, cpy); + + if (cpy < buf.length) + list[0] = buf.slice(cpy); + else + list.shift(); + + c += cpy; + } + } + } + + return ret; + } + + function endReadable(stream) { + var state = stream._readableState; + + // If we get here before consuming all the bytes, then that is a + // bug in node. Should never happen. + if (state.length > 0) + throw new Error('endReadable called on non-empty stream'); + + if (!state.endEmitted) { + state.ended = true; + process.nextTick(function() { + // Check that we didn't get one last unshift. + if (!state.endEmitted && state.length === 0) { + state.endEmitted = true; + stream.readable = false; + stream.emit('end'); + } + }); + } + } + + function forEach (xs, f) { + for (var i = 0, l = xs.length; i < l; i++) { + f(xs[i], i); + } + } + + function indexOf (xs, x) { + for (var i = 0, l = xs.length; i < l; i++) { + if (xs[i] === x) + return i; + } + return - 1; + } + + }).call(this, require('_process')) +}, { + "./_stream_duplex": 23, + "_process": 17, + "buffer": 5, + "core-util-is": 28, + "events": 9, + "inherits": 14, + "isarray": 16, + "stream": 33, + "string_decoder/": 34, + "util": 4 +} +], +26: [function(require, module, exports) { + // Copyright Joyent, Inc. and other Node contributors. + // + // Permission is hereby granted, free of charge, to any person obtaining a + // copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to permit + // persons to whom the Software is furnished to do so, subject to the + // following conditions: + // + // The above copyright notice and this permission notice shall be included + // in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + // USE OR OTHER DEALINGS IN THE SOFTWARE. + + + // a transform stream is a readable/writable stream where you do + // something with the data. Sometimes it's called a "filter", + // but that's not a great name for it, since that implies a thing where + // some bits pass through, and others are simply ignored. (That would + // be a valid example of a transform, of course.) + // + // While the output is causally related to the input, it's not a + // necessarily symmetric or synchronous transformation. For example, + // a zlib stream might take multiple plain-text writes(), and then + // emit a single compressed chunk some time in the future. + // + // Here's how this works: + // + // The Transform stream has all the aspects of the readable and writable + // stream classes. When you write(chunk), that calls _write(chunk,cb) + // internally, and returns false if there's a lot of pending writes + // buffered up. When you call read(), that calls _read(n) until + // there's enough pending readable data buffered up. + // + // In a transform stream, the written data is placed in a buffer. When + // _read(n) is called, it transforms the queued up data, calling the + // buffered _write cb's as it consumes chunks. If consuming a single + // written chunk would result in multiple output chunks, then the first + // outputted bit calls the readcb, and subsequent chunks just go into + // the read buffer, and will cause it to emit 'readable' if necessary. + // + // This way, back-pressure is actually determined by the reading side, + // since _read has to be called to start processing a new chunk. However, + // a pathological inflate type of transform can cause excessive buffering + // here. For example, imagine a stream where every byte of input is + // interpreted as an integer from 0-255, and then results in that many + // bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in + // 1kb of data being output. In this case, you could write a very small + // amount of input, and end up with a very large amount of output. In + // such a pathological inflating mechanism, there'd be no way to tell + // the system to stop doing the transform. A single 4MB write could + // cause the system to run out of memory. + // + // However, even in such a pathological case, only a single written chunk + // would be consumed, and then the rest would wait (un-transformed) until + // the results of the previous transformed chunk were consumed. + + module.exports = Transform; + + var Duplex = require('./_stream_duplex'); + + /**/ + var util = require('core-util-is'); + util.inherits = require('inherits'); + /**/ + + util.inherits(Transform, Duplex); + + + function TransformState(options, stream) { + this.afterTransform = function(er, data) { + return afterTransform(stream, er, data); + }; + + this.needTransform = false; + this.transforming = false; + this.writecb = null; + this.writechunk = null; + } + + function afterTransform(stream, er, data) { + var ts = stream._transformState; + ts.transforming = false; + + var cb = ts.writecb; + + if (!cb) + return stream.emit('error', new Error('no writecb in Transform class')); + + ts.writechunk = null; + ts.writecb = null; + + if (!util.isNullOrUndefined(data)) + stream.push(data); + + if (cb) + cb(er); + + var rs = stream._readableState; + rs.reading = false; + if (rs.needReadable || rs.length < rs.highWaterMark) { + stream._read(rs.highWaterMark); + } + } + + + function Transform(options) { + if (!(this instanceof Transform)) + return new Transform(options); + + Duplex.call(this, options); + + this._transformState = new TransformState(options, this); + + // when the writable side finishes, then flush out anything remaining. + var stream = this; + + // start out asking for a readable event once data is transformed. + this._readableState.needReadable = true; + + // we have implemented the _read method, and done the other things + // that Readable wants before the first _read call, so unset the + // sync guard flag. + this._readableState.sync = false; + + this.once('prefinish', function() { + if (util.isFunction(this._flush)) + this._flush(function(er) { + done(stream, er); + }); + else + done(stream); + }); + } + + Transform.prototype.push = function(chunk, encoding) { + this._transformState.needTransform = false; + return Duplex.prototype.push.call(this, chunk, encoding); + }; + + // This is the part where you do stuff! + // override this function in implementation classes. + // 'chunk' is an input chunk. + // + // Call `push(newChunk)` to pass along transformed output + // to the readable side. You may call 'push' zero or more times. + // + // Call `cb(err)` when you are done with this chunk. If you pass + // an error, then that'll put the hurt on the whole operation. If you + // never call cb(), then you'll never get another chunk. + Transform.prototype._transform = function(chunk, encoding, cb) { + throw new Error('not implemented'); + }; + + Transform.prototype._write = function(chunk, encoding, cb) { + var ts = this._transformState; + ts.writecb = cb; + ts.writechunk = chunk; + ts.writeencoding = encoding; + if (!ts.transforming) { + var rs = this._readableState; + if (ts.needTransform || + rs.needReadable || + rs.length < rs.highWaterMark) + this._read(rs.highWaterMark); + } + }; + + // Doesn't matter what the args are here. + // _transform does all the work. + // That we got here means that the readable side wants more data. + Transform.prototype._read = function(n) { + var ts = this._transformState; + + if (!util.isNull(ts.writechunk) && ts.writecb && !ts.transforming) { + ts.transforming = true; + this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform); + } else { + // mark that we need a transform, so that any data that comes in + // will get processed, now that we've asked for it. + ts.needTransform = true; + } + }; + + + function done(stream, er) { + if (er) + return stream.emit('error', er); + + // if there's nothing in the write buffer, then that means + // that nothing more will ever be provided + var ws = stream._writableState; + var ts = stream._transformState; + + if (ws.length) + throw new Error('calling transform done when ws.length != 0'); + + if (ts.transforming) + throw new Error('calling transform done when still transforming'); + + return stream.push(null); + } + +}, { + "./_stream_duplex": 23, + "core-util-is": 28, + "inherits": 14 +} +], +27: [function(require, module, exports) { + (function (process) { + // Copyright Joyent, Inc. and other Node contributors. + // + // Permission is hereby granted, free of charge, to any person obtaining a + // copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to permit + // persons to whom the Software is furnished to do so, subject to the + // following conditions: + // + // The above copyright notice and this permission notice shall be included + // in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + // USE OR OTHER DEALINGS IN THE SOFTWARE. + + // A bit simpler than readable streams. + // Implement an async ._write(chunk, cb), and it'll handle all + // the drain event emission and buffering. + + module.exports = Writable; + + /**/ + var Buffer = require('buffer').Buffer; + /**/ + + Writable.WritableState = WritableState; + + + /**/ + var util = require('core-util-is'); + util.inherits = require('inherits'); + /**/ + + var Stream = require('stream'); + + util.inherits(Writable, Stream); + + function WriteReq(chunk, encoding, cb) { + this.chunk = chunk; + this.encoding = encoding; + this.callback = cb; + } + + function WritableState(options, stream) { + var Duplex = require('./_stream_duplex'); + + options = options || {}; + + // the point at which write() starts returning false + // Note: 0 is a valid value, means that we always return false if + // the entire buffer is not flushed immediately on write() + var hwm = options.highWaterMark; + var defaultHwm = options.objectMode ? 16 : 16 * 1024; + this.highWaterMark = (hwm || hwm === 0) ? hwm : defaultHwm; + + // object stream flag to indicate whether or not this stream + // contains buffers or objects. + this.objectMode = !!options.objectMode; + + if (stream instanceof Duplex) + this.objectMode = this.objectMode || !!options.writableObjectMode; + + // cast to ints. + this.highWaterMark = ~~this.highWaterMark; + + this.needDrain = false; + // at the start of calling end() + this.ending = false; + // when end() has been called, and returned + this.ended = false; + // when 'finish' is emitted + this.finished = false; + + // should we decode strings into buffers before passing to _write? + // this is here so that some node-core streams can optimize string + // handling at a lower level. + var noDecode = options.decodeStrings === false; + this.decodeStrings = !noDecode; + + // Crypto is kind of old and crusty. Historically, its default string + // encoding is 'binary' so we have to make this configurable. + // Everything else in the universe uses 'utf8', though. + this.defaultEncoding = options.defaultEncoding || 'utf8'; + + // not an actual buffer we keep track of, but a measurement + // of how much we're waiting to get pushed to some underlying + // socket or file. + this.length = 0; + + // a flag to see when we're in the middle of a write. + this.writing = false; + + // when true all writes will be buffered until .uncork() call + this.corked = 0; + + // a flag to be able to tell if the onwrite cb is called immediately, + // or on a later tick. We set this to true at first, because any + // actions that shouldn't happen until "later" should generally also + // not happen before the first write call. + this.sync = true; + + // a flag to know if we're processing previously buffered items, which + // may call the _write() callback in the same tick, so that we don't + // end up in an overlapped onwrite situation. + this.bufferProcessing = false; + + // the callback that's passed to _write(chunk,cb) + this.onwrite = function(er) { + onwrite(stream, er); + }; + + // the callback that the user supplies to write(chunk,encoding,cb) + this.writecb = null; + + // the amount that is being written when _write is called. + this.writelen = 0; + + this.buffer = []; + + // number of pending user-supplied write callbacks + // this must be 0 before 'finish' can be emitted + this.pendingcb = 0; + + // emit prefinish if the only thing we're waiting for is _write cbs + // This is relevant for synchronous Transform streams + this.prefinished = false; + + // True if the error was already emitted and should not be thrown again + this.errorEmitted = false; + } + + function Writable(options) { + var Duplex = require('./_stream_duplex'); + + // Writable ctor is applied to Duplexes, though they're not + // instanceof Writable, they're instanceof Readable. + if (!(this instanceof Writable) && !(this instanceof Duplex)) + return new Writable(options); + + this._writableState = new WritableState(options, this); + + // legacy. + this.writable = true; + + Stream.call(this); + } + + // Otherwise people can pipe Writable streams, which is just wrong. + Writable.prototype.pipe = function() { + this.emit('error', new Error('Cannot pipe. Not readable.')); + }; + + + function writeAfterEnd(stream, state, cb) { + var er = new Error('write after end'); + // TODO: defer error events consistently everywhere, not just the cb + stream.emit('error', er); + process.nextTick(function() { + cb(er); + }); + } + + // If we get something that is not a buffer, string, null, or undefined, + // and we're not in objectMode, then that's an error. + // Otherwise stream chunks are all considered to be of length=1, and the + // watermarks determine how many objects to keep in the buffer, rather than + // how many bytes or characters. + function validChunk(stream, state, chunk, cb) { + var valid = true; + if (!util.isBuffer(chunk) && + !util.isString(chunk) && + !util.isNullOrUndefined(chunk) && + !state.objectMode) { + var er = new TypeError('Invalid non-string/buffer chunk'); + stream.emit('error', er); + process.nextTick(function() { + cb(er); + }); + valid = false; + } + return valid; + } + + Writable.prototype.write = function(chunk, encoding, cb) { + var state = this._writableState; + var ret = false; + + if (util.isFunction(encoding)) { + cb = encoding; + encoding = null; + } + + if (util.isBuffer(chunk)) + encoding = 'buffer'; + else if (!encoding) + encoding = state.defaultEncoding; + + if (!util.isFunction(cb)) + cb = function() {}; + + if (state.ended) + writeAfterEnd(this, state, cb); + else if (validChunk(this, state, chunk, cb)) { + state.pendingcb++; + ret = writeOrBuffer(this, state, chunk, encoding, cb); + } + + return ret; + }; + + Writable.prototype.cork = function() { + var state = this._writableState; + + state.corked++; + }; + + Writable.prototype.uncork = function() { + var state = this._writableState; + + if (state.corked) { + state.corked--; + + if (!state.writing && + !state.corked && + !state.finished && + !state.bufferProcessing && + state.buffer.length) + clearBuffer(this, state); + } + }; + + function decodeChunk(state, chunk, encoding) { + if (!state.objectMode && + state.decodeStrings !== false && + util.isString(chunk)) { + chunk = new Buffer(chunk, encoding); + } + return chunk; + } + + // if we're already writing something, then just put this + // in the queue, and wait our turn. Otherwise, call _write + // If we return false, then we need a drain event, so set that flag. + function writeOrBuffer(stream, state, chunk, encoding, cb) { + chunk = decodeChunk(state, chunk, encoding); + if (util.isBuffer(chunk)) + encoding = 'buffer'; + var len = state.objectMode ? 1 : chunk.length; + + state.length += len; + + var ret = state.length < state.highWaterMark; + // we must ensure that previous needDrain will not be reset to false. + if (!ret) + state.needDrain = true; + + if (state.writing || state.corked) + state.buffer.push(new WriteReq(chunk, encoding, cb)); + else + doWrite(stream, state, false, len, chunk, encoding, cb); + + return ret; + } + + function doWrite(stream, state, writev, len, chunk, encoding, cb) { + state.writelen = len; + state.writecb = cb; + state.writing = true; + state.sync = true; + if (writev) + stream._writev(chunk, state.onwrite); + else + stream._write(chunk, encoding, state.onwrite); + state.sync = false; + } + + function onwriteError(stream, state, sync, er, cb) { + if (sync) + process.nextTick(function() { + state.pendingcb--; + cb(er); + }); + else { + state.pendingcb--; + cb(er); + } + + stream._writableState.errorEmitted = true; + stream.emit('error', er); + } + + function onwriteStateUpdate(state) { + state.writing = false; + state.writecb = null; + state.length -= state.writelen; + state.writelen = 0; + } + + function onwrite(stream, er) { + var state = stream._writableState; + var sync = state.sync; + var cb = state.writecb; + + onwriteStateUpdate(state); + + if (er) + onwriteError(stream, state, sync, er, cb); + else { + // Check if we're actually ready to finish, but don't emit yet + var finished = needFinish(stream, state); + + if (!finished && + !state.corked && + !state.bufferProcessing && + state.buffer.length) { + clearBuffer(stream, state); + } + + if (sync) { + process.nextTick(function() { + afterWrite(stream, state, finished, cb); + }); + } else { + afterWrite(stream, state, finished, cb); + } + } + } + + function afterWrite(stream, state, finished, cb) { + if (!finished) + onwriteDrain(stream, state); + state.pendingcb--; + cb(); + finishMaybe(stream, state); + } + + // Must force callback to be called on nextTick, so that we don't + // emit 'drain' before the write() consumer gets the 'false' return + // value, and has a chance to attach a 'drain' listener. + function onwriteDrain(stream, state) { + if (state.length === 0 && state.needDrain) { + state.needDrain = false; + stream.emit('drain'); + } + } + + + // if there's something in the buffer waiting, then process it + function clearBuffer(stream, state) { + state.bufferProcessing = true; + + if (stream._writev && state.buffer.length > 1) { + // Fast case, write everything using _writev() + var cbs = []; + for (var c = 0; c < state.buffer.length; c++) + cbs.push(state.buffer[c].callback); + + // count the one we are adding, as well. + // TODO(isaacs) clean this up + state.pendingcb++; + doWrite(stream, state, true, state.length, state.buffer, '', function(err) { + for (var i = 0; i < cbs.length; i++) { + state.pendingcb--; + cbs[i](err); + } + }); + + // Clear buffer + state.buffer = []; + } else { + // Slow case, write chunks one-by-one + for (var c = 0; c < state.buffer.length; c++) { + var entry = state.buffer[c]; + var chunk = entry.chunk; + var encoding = entry.encoding; + var cb = entry.callback; + var len = state.objectMode ? 1 : chunk.length; + + doWrite(stream, state, false, len, chunk, encoding, cb); + + // if we didn't call the onwrite immediately, then + // it means that we need to wait until it does. + // also, that means that the chunk and cb are currently + // being processed, so move the buffer counter past them. + if (state.writing) { + c++; + break; + } + } + + if (c < state.buffer.length) + state.buffer = state.buffer.slice(c); + else + state.buffer.length = 0; + } + + state.bufferProcessing = false; + } + + Writable.prototype._write = function(chunk, encoding, cb) { + cb(new Error('not implemented')); + + }; + + Writable.prototype._writev = null; + + Writable.prototype.end = function(chunk, encoding, cb) { + var state = this._writableState; + + if (util.isFunction(chunk)) { + cb = chunk; + chunk = null; + encoding = null; + } else if (util.isFunction(encoding)) { + cb = encoding; + encoding = null; + } + + if (!util.isNullOrUndefined(chunk)) + this.write(chunk, encoding); + + // .end() fully uncorks + if (state.corked) { + state.corked = 1; + this.uncork(); + } + + // ignore unnecessary end() calls. + if (!state.ending && !state.finished) + endWritable(this, state, cb); + }; + + + function needFinish(stream, state) { + return (state.ending && + state.length === 0 && + !state.finished && + !state.writing); + } + + function prefinish(stream, state) { + if (!state.prefinished) { + state.prefinished = true; + stream.emit('prefinish'); + } + } + + function finishMaybe(stream, state) { + var need = needFinish(stream, state); + if (need) { + if (state.pendingcb === 0) { + prefinish(stream, state); + state.finished = true; + stream.emit('finish'); + } else + prefinish(stream, state); + } + return need; + } + + function endWritable(stream, state, cb) { + state.ending = true; + finishMaybe(stream, state); + if (cb) { + if (state.finished) + process.nextTick(cb); + else + stream.once('finish', cb); + } + state.ended = true; + } + + }).call(this, require('_process')) +}, { + "./_stream_duplex": 23, + "_process": 17, + "buffer": 5, + "core-util-is": 28, + "inherits": 14, + "stream": 33 +} +], +28: [function(require, module, exports) { + (function (Buffer) { + // Copyright Joyent, Inc. and other Node contributors. + // + // Permission is hereby granted, free of charge, to any person obtaining a + // copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to permit + // persons to whom the Software is furnished to do so, subject to the + // following conditions: + // + // The above copyright notice and this permission notice shall be included + // in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + // USE OR OTHER DEALINGS IN THE SOFTWARE. + + // NOTE: These type checking functions intentionally don't use `instanceof` + // because it is fragile and can be easily faked with `Object.create()`. + function isArray(ar) { + return Array.isArray(ar); + } + exports.isArray = isArray; + + function isBoolean(arg) { + return typeof arg === 'boolean'; + } + exports.isBoolean = isBoolean; + + function isNull(arg) { + return arg === null; + } + exports.isNull = isNull; + + function isNullOrUndefined(arg) { + return arg == null; + } + exports.isNullOrUndefined = isNullOrUndefined; + + function isNumber(arg) { + return typeof arg === 'number'; + } + exports.isNumber = isNumber; + + function isString(arg) { + return typeof arg === 'string'; + } + exports.isString = isString; + + function isSymbol(arg) { + return typeof arg === 'symbol'; + } + exports.isSymbol = isSymbol; + + function isUndefined(arg) { + return arg === void 0; + } + exports.isUndefined = isUndefined; + + function isRegExp(re) { + return isObject(re) && objectToString(re) === '[object RegExp]'; + } + exports.isRegExp = isRegExp; + + function isObject(arg) { + return typeof arg === 'object' && arg !== null; + } + exports.isObject = isObject; + + function isDate(d) { + return isObject(d) && objectToString(d) === '[object Date]'; + } + exports.isDate = isDate; + + function isError(e) { + return isObject(e) && + (objectToString(e) === '[object Error]' || e instanceof Error); + } + exports.isError = isError; + + function isFunction(arg) { + return typeof arg === 'function'; + } + exports.isFunction = isFunction; + + function isPrimitive(arg) { + return arg === null || + typeof arg === 'boolean' || + typeof arg === 'number' || + typeof arg === 'string' || + typeof arg === 'symbol' || // ES6 symbol + typeof arg === 'undefined'; + } + exports.isPrimitive = isPrimitive; + + function isBuffer(arg) { + return Buffer.isBuffer(arg); + } + exports.isBuffer = isBuffer; + + function objectToString(o) { + return Object.prototype.toString.call(o); + } + }).call(this, { + "isBuffer": require("/Users/sheffernan/Code/videojs.com/node_modules/grunt-browserify/node_modules/browserify/node_modules/insert-module-globals/node_modules/is-buffer/index.js") + }) +}, { + "/Users/sheffernan/Code/videojs.com/node_modules/grunt-browserify/node_modules/browserify/node_modules/insert-module-globals/node_modules/is-buffer/index.js": 15 +} +], +29: [function(require, module, exports) { + module.exports = require("./lib/_stream_passthrough.js") +}, { + "./lib/_stream_passthrough.js": 24 +} +], +30: [function(require, module, exports) { + exports = module.exports = require('./lib/_stream_readable.js'); + exports.Stream = require('stream'); + exports.Readable = exports; + exports.Writable = require('./lib/_stream_writable.js'); + exports.Duplex = require('./lib/_stream_duplex.js'); + exports.Transform = require('./lib/_stream_transform.js'); + exports.PassThrough = require('./lib/_stream_passthrough.js'); + +}, { + "./lib/_stream_duplex.js": 23, + "./lib/_stream_passthrough.js": 24, + "./lib/_stream_readable.js": 25, + "./lib/_stream_transform.js": 26, + "./lib/_stream_writable.js": 27, + "stream": 33 +} +], +31: [function(require, module, exports) { + module.exports = require("./lib/_stream_transform.js") +}, { + "./lib/_stream_transform.js": 26 +} +], +32: [function(require, module, exports) { + module.exports = require("./lib/_stream_writable.js") +}, { + "./lib/_stream_writable.js": 27 +} +], +33: [function(require, module, exports) { + // Copyright Joyent, Inc. and other Node contributors. + // + // Permission is hereby granted, free of charge, to any person obtaining a + // copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to permit + // persons to whom the Software is furnished to do so, subject to the + // following conditions: + // + // The above copyright notice and this permission notice shall be included + // in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + // USE OR OTHER DEALINGS IN THE SOFTWARE. + + module.exports = Stream; + + var EE = require('events').EventEmitter; + var inherits = require('inherits'); + + inherits(Stream, EE); + Stream.Readable = require('readable-stream/readable.js'); + Stream.Writable = require('readable-stream/writable.js'); + Stream.Duplex = require('readable-stream/duplex.js'); + Stream.Transform = require('readable-stream/transform.js'); + Stream.PassThrough = require('readable-stream/passthrough.js'); + + // Backwards-compat with node 0.4.x + Stream.Stream = Stream; + + + + // old-style streams. Note that the pipe method (the only relevant + // part of this class) is overridden in the Readable class. + + function Stream() { + EE.call(this); + } + + Stream.prototype.pipe = function(dest, options) { + var source = this; + + function ondata(chunk) { + if (dest.writable) { + if (false === dest.write(chunk) && source.pause) { + source.pause(); + } + } + } + + source.on('data', ondata); + + function ondrain() { + if (source.readable && source.resume) { + source.resume(); + } + } + + dest.on('drain', ondrain); + + // If the 'end' option is not supplied, dest.end() will be called when + // source gets the 'end' or 'close' events. Only dest.end() once. + if (!dest._isStdio && (!options || options.end !== false)) { + source.on('end', onend); + source.on('close', onclose); + } + + var didOnEnd = false; + function onend() { + if (didOnEnd) + return; + didOnEnd = true; + + dest.end(); + } + + + function onclose() { + if (didOnEnd) + return; + didOnEnd = true; + + if (typeof dest.destroy === 'function') + dest.destroy(); + } + + // don't leave dangling pipes when there are errors. + function onerror(er) { + cleanup(); + if (EE.listenerCount(this, 'error') === 0) { + throw er; // Unhandled stream error in pipe. + } + } + + source.on('error', onerror); + dest.on('error', onerror); + + // remove all the event listeners that were added. + function cleanup() { + source.removeListener('data', ondata); + dest.removeListener('drain', ondrain); + + source.removeListener('end', onend); + source.removeListener('close', onclose); + + source.removeListener('error', onerror); + dest.removeListener('error', onerror); + + source.removeListener('end', cleanup); + source.removeListener('close', cleanup); + + dest.removeListener('close', cleanup); + } + + source.on('end', cleanup); + source.on('close', cleanup); + + dest.on('close', cleanup); + + dest.emit('pipe', source); + + // Allow for unix-like usage: A.pipe(B).pipe(C) + return dest; + }; + +}, { + "events": 9, + "inherits": 14, + "readable-stream/duplex.js": 22, + "readable-stream/passthrough.js": 29, + "readable-stream/readable.js": 30, + "readable-stream/transform.js": 31, + "readable-stream/writable.js": 32 +} +], +34: [function(require, module, exports) { + // Copyright Joyent, Inc. and other Node contributors. + // + // Permission is hereby granted, free of charge, to any person obtaining a + // copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to permit + // persons to whom the Software is furnished to do so, subject to the + // following conditions: + // + // The above copyright notice and this permission notice shall be included + // in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + // USE OR OTHER DEALINGS IN THE SOFTWARE. + + var Buffer = require('buffer').Buffer; + + var isBufferEncoding = Buffer.isEncoding + || function(encoding) { + switch (encoding && encoding.toLowerCase()) { + case 'hex': + case 'utf8': + case 'utf-8': + case 'ascii': + case 'binary': + case 'base64': + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + case 'raw': + return true; + default: + return false; + } + } + + + function assertEncoding(encoding) { + if (encoding && !isBufferEncoding(encoding)) { + throw new Error('Unknown encoding: ' + encoding); + } + } + + // StringDecoder provides an interface for efficiently splitting a series of + // buffers into a series of JS strings without breaking apart multi-byte + // characters. CESU-8 is handled as part of the UTF-8 encoding. + // + // @TODO Handling all encodings inside a single object makes it very difficult + // to reason about this code, so it should be split up in the future. + // @TODO There should be a utf8-strict encoding that rejects invalid UTF-8 code + // points as used by CESU-8. + var StringDecoder = exports.StringDecoder = function(encoding) { + this.encoding = (encoding || 'utf8').toLowerCase().replace(/[-_]/, ''); + assertEncoding(encoding); + switch (this.encoding) { + case 'utf8': + // CESU-8 represents each of Surrogate Pair by 3-bytes + this.surrogateSize = 3; + break; + case 'ucs2': + case 'utf16le': + // UTF-16 represents each of Surrogate Pair by 2-bytes + this.surrogateSize = 2; + this.detectIncompleteChar = utf16DetectIncompleteChar; + break; + case 'base64': + // Base-64 stores 3 bytes in 4 chars, and pads the remainder. + this.surrogateSize = 3; + this.detectIncompleteChar = base64DetectIncompleteChar; + break; + default: + this.write = passThroughWrite; + return; + } + + // Enough space to store all bytes of a single character. UTF-8 needs 4 + // bytes, but CESU-8 may require up to 6 (3 bytes per surrogate). + this.charBuffer = new Buffer(6); + // Number of bytes received for the current incomplete multi-byte character. + this.charReceived = 0; + // Number of bytes expected for the current incomplete multi-byte character. + this.charLength = 0; + }; + + + // write decodes the given buffer and returns it as JS string that is + // guaranteed to not contain any partial multi-byte characters. Any partial + // character found at the end of the buffer is buffered up, and will be + // returned when calling write again with the remaining bytes. + // + // Note: Converting a Buffer containing an orphan surrogate to a String + // currently works, but converting a String to a Buffer (via `new Buffer`, or + // Buffer#write) will replace incomplete surrogates with the unicode + // replacement character. See https://codereview.chromium.org/121173009/ . + StringDecoder.prototype.write = function(buffer) { + var charStr = ''; + // if our last write ended with an incomplete multibyte character + while (this.charLength) { + // determine how many remaining bytes this buffer has to offer for this char + var available = (buffer.length >= this.charLength - this.charReceived) ? + this.charLength - this.charReceived : + buffer.length; + + // add the new bytes to the char buffer + buffer.copy(this.charBuffer, this.charReceived, 0, available); + this.charReceived += available; + + if (this.charReceived < this.charLength) { + // still not enough chars in this buffer? wait for more ... + return ''; + } + + // remove bytes belonging to the current character from the buffer + buffer = buffer.slice(available, buffer.length); + + // get the character that was split + charStr = this.charBuffer.slice(0, this.charLength).toString(this.encoding); + + // CESU-8: lead surrogate (D800-DBFF) is also the incomplete character + var charCode = charStr.charCodeAt(charStr.length - 1); + if (charCode >= 0xD800 && charCode <= 0xDBFF) { + this.charLength += this.surrogateSize; + charStr = ''; + continue; + } + this.charReceived = this.charLength = 0; + + // if there are no more bytes in this buffer, just emit our char + if (buffer.length === 0) { + return charStr; + } + break; + } + + // determine and set charLength / charReceived + this.detectIncompleteChar(buffer); + + var end = buffer.length; + if (this.charLength) { + // buffer the incomplete character bytes we got + buffer.copy(this.charBuffer, 0, buffer.length - this.charReceived, end); + end -= this.charReceived; + } + + charStr += buffer.toString(this.encoding, 0, end); + + var end = charStr.length - 1; + var charCode = charStr.charCodeAt(end); + // CESU-8: lead surrogate (D800-DBFF) is also the incomplete character + if (charCode >= 0xD800 && charCode <= 0xDBFF) { + var size = this.surrogateSize; + this.charLength += size; + this.charReceived += size; + this.charBuffer.copy(this.charBuffer, size, 0, size); + buffer.copy(this.charBuffer, 0, 0, size); + return charStr.substring(0, end); + } + + // or just emit the charStr + return charStr; + }; + + // detectIncompleteChar determines if there is an incomplete UTF-8 character at + // the end of the given buffer. If so, it sets this.charLength to the byte + // length that character, and sets this.charReceived to the number of bytes + // that are available for this character. + StringDecoder.prototype.detectIncompleteChar = function(buffer) { + // determine how many bytes we have to check at the end of this buffer + var i = (buffer.length >= 3) ? 3 : buffer.length; + + // Figure out if one of the last i bytes of our buffer announces an + // incomplete char. + for (; i > 0; i--) { + var c = buffer[buffer.length - i]; + + // See http://en.wikipedia.org/wiki/UTF-8#Description + + // 110XXXXX + if (i == 1 && c >> 5 == 0x06) { + this.charLength = 2; + break; + } + + // 1110XXXX + if (i <= 2 && c >> 4 == 0x0E) { + this.charLength = 3; + break; + } + + // 11110XXX + if (i <= 3 && c >> 3 == 0x1E) { + this.charLength = 4; + break; + } + } + this.charReceived = i; + }; + + StringDecoder.prototype.end = function(buffer) { + var res = ''; + if (buffer && buffer.length) + res = this.write(buffer); + + if (this.charReceived) { + var cr = this.charReceived; + var buf = this.charBuffer; + var enc = this.encoding; + res += buf.slice(0, cr).toString(enc); + } + + return res; + }; + + function passThroughWrite(buffer) { + return buffer.toString(this.encoding); + } + + function utf16DetectIncompleteChar(buffer) { + this.charReceived = buffer.length % 2; + this.charLength = this.charReceived ? 2 : 0; + } + + function base64DetectIncompleteChar(buffer) { + this.charReceived = buffer.length % 3; + this.charLength = this.charReceived ? 3 : 0; + } + +}, { + "buffer": 5 +} +], +35: [function(require, module, exports) { + // Copyright Joyent, Inc. and other Node contributors. + // + // Permission is hereby granted, free of charge, to any person obtaining a + // copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to permit + // persons to whom the Software is furnished to do so, subject to the + // following conditions: + // + // The above copyright notice and this permission notice shall be included + // in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + // USE OR OTHER DEALINGS IN THE SOFTWARE. + + var punycode = require('punycode'); + + exports.parse = urlParse; + exports.resolve = urlResolve; + exports.resolveObject = urlResolveObject; + exports.format = urlFormat; + + exports.Url = Url; + + function Url() { + this.protocol = null; + this.slashes = null; + this.auth = null; + this.host = null; + this.port = null; + this.hostname = null; + this.hash = null; + this.search = null; + this.query = null; + this.pathname = null; + this.path = null; + this.href = null; + } + + // Reference: RFC 3986, RFC 1808, RFC 2396 + + // define these here so at least they only have to be + // compiled once on the first module load. + var protocolPattern = /^([a-z0-9.+-]+:)/i, + portPattern = /:[0-9]*$/, + // RFC 2396: characters reserved for delimiting URLs. + // We actually just auto-escape these. + delims = ['<', '>', '"', '`', ' ', '\r', '\n', '\t'], + // RFC 2396: characters not allowed for various reasons. + unwise = ['{', '}', '|', '\\', '^', '`'].concat(delims), + // Allowed by RFCs, but cause of XSS attacks. Always escape these. + autoEscape = ['\''].concat(unwise), + // Characters that are never ever allowed in a hostname. + // Note that any invalid chars are also handled, but these + // are the ones that are *expected* to be seen, so we fast-path + // them. + nonHostChars = ['%', '/', '?', ';', '#'].concat(autoEscape), + hostEndingChars = ['/', '?', '#'], + hostnameMaxLen = 255, + hostnamePartPattern = /^[a-z0-9A-Z_-]{0,63}$/, + hostnamePartStart = /^([a-z0-9A-Z_-]{0,63})(.*)$/, + // protocols that can allow "unsafe" and "unwise" chars. + unsafeProtocol = { + 'javascript': true, + 'javascript:': true + }, + // protocols that never have a hostname. + hostlessProtocol = { + 'javascript': true, + 'javascript:': true + }, + // protocols that always contain a // bit. + slashedProtocol = { + 'http': true, + 'https': true, + 'ftp': true, + 'gopher': true, + 'file': true, + 'http:': true, + 'https:': true, + 'ftp:': true, + 'gopher:': true, + 'file:': true + }, + querystring = require('querystring'); + + function urlParse(url, parseQueryString, slashesDenoteHost) { + if (url && isObject(url) && url instanceof Url) + return url; + + var u = new Url; + u.parse(url, parseQueryString, slashesDenoteHost); + return u; + } + + Url.prototype.parse = function(url, parseQueryString, slashesDenoteHost) { + if (!isString(url)) { + throw new TypeError("Parameter 'url' must be a string, not " + typeof url); + } + + var rest = url; + + // trim before proceeding. + // This is to support parse stuff like " http://foo.com \n" + rest = rest.trim(); + + var proto = protocolPattern.exec(rest); + if (proto) { + proto = proto[0]; + var lowerProto = proto.toLowerCase(); + this.protocol = lowerProto; + rest = rest.substr(proto.length); + } + + // figure out if it's got a host + // user@server is *always* interpreted as a hostname, and url + // resolution will treat //foo/bar as host=foo,path=bar because that's + // how the browser resolves relative URLs. + if (slashesDenoteHost || proto || rest.match(/^\/\/[^@\/]+@[^@\/]+/)) { + var slashes = rest.substr(0, 2) === '//'; + if (slashes && !(proto && hostlessProtocol[proto])) { + rest = rest.substr(2); + this.slashes = true; + } + } + + if (!hostlessProtocol[proto] && + (slashes || (proto && !slashedProtocol[proto]))) { + + // there's a hostname. + // the first instance of /, ?, ;, or # ends the host. + // + // If there is an @ in the hostname, then non-host chars *are* allowed + // to the left of the last @ sign, unless some host-ending character + // comes *before* the @-sign. + // URLs are obnoxious. + // + // ex: + // http://a@b@c/ => user:a@b host:c + // http://a@b?@c => user:a host:c path:/?@c + + // v0.12 TODO(isaacs): This is not quite how Chrome does things. + // Review our test case against browsers more comprehensively. + + // find the first instance of any hostEndingChars + var hostEnd = - 1; + for (var i = 0; i < hostEndingChars.length; i++) { + var hec = rest.indexOf(hostEndingChars[i]); + if (hec !== - 1 && (hostEnd === - 1 || hec < hostEnd)) + hostEnd = hec; + } + + // at this point, either we have an explicit point where the + // auth portion cannot go past, or the last @ char is the decider. + var auth, atSign; + if (hostEnd === - 1) { + // atSign can be anywhere. + atSign = rest.lastIndexOf('@'); + } else { + // atSign must be in auth portion. + // http://a@b/c@d => host:b auth:a path:/c@d + atSign = rest.lastIndexOf('@', hostEnd); + } + + // Now we have a portion which is definitely the auth. + // Pull that off. + if (atSign !== - 1) { + auth = rest.slice(0, atSign); + rest = rest.slice(atSign + 1); + this.auth = decodeURIComponent(auth); + } + + // the host is the remaining to the left of the first non-host char + hostEnd = - 1; + for (var i = 0; i < nonHostChars.length; i++) { + var hec = rest.indexOf(nonHostChars[i]); + if (hec !== - 1 && (hostEnd === - 1 || hec < hostEnd)) + hostEnd = hec; + } + // if we still have not hit it, then the entire thing is a host. + if (hostEnd === - 1) + hostEnd = rest.length; + + this.host = rest.slice(0, hostEnd); + rest = rest.slice(hostEnd); + + // pull out port. + this.parseHost(); + + // we've indicated that there is a hostname, + // so even if it's empty, it has to be present. + this.hostname = this.hostname || ''; + + // if hostname begins with [ and ends with ] + // assume that it's an IPv6 address. + var ipv6Hostname = this.hostname[0] === '[' && + this.hostname[this.hostname.length - 1] === ']'; + + // validate a little. + if (!ipv6Hostname) { + var hostparts = this.hostname.split(/\./); + for (var i = 0, l = hostparts.length; i < l; i++) { + var part = hostparts[i]; + if (!part) + continue; + if (!part.match(hostnamePartPattern)) { + var newpart = ''; + for (var j = 0, k = part.length; j < k; j++) { + if (part.charCodeAt(j) > 127) { + // we replace non-ASCII char with a temporary placeholder + // we need this to make sure size of hostname is not + // broken by replacing non-ASCII by nothing + newpart += 'x'; + } else { + newpart += part[j]; + } + } + // we test again with ASCII char only + if (!newpart.match(hostnamePartPattern)) { + var validParts = hostparts.slice(0, i); + var notHost = hostparts.slice(i + 1); + var bit = part.match(hostnamePartStart); + if (bit) { + validParts.push(bit[1]); + notHost.unshift(bit[2]); + } + if (notHost.length) { + rest = '/' + notHost.join('.') + rest; + } + this.hostname = validParts.join('.'); + break; + } + } + } + } + + if (this.hostname.length > hostnameMaxLen) { + this.hostname = ''; + } else { + // hostnames are always lower case. + this.hostname = this.hostname.toLowerCase(); + } + + if (!ipv6Hostname) { + // IDNA Support: Returns a puny coded representation of "domain". + // It only converts the part of the domain name that + // has non ASCII characters. I.e. it dosent matter if + // you call it with a domain that already is in ASCII. + var domainArray = this.hostname.split('.'); + var newOut = []; + for (var i = 0; i < domainArray.length; ++i) { + var s = domainArray[i]; + newOut.push(s.match(/[^A-Za-z0-9_-]/) ? + 'xn--' + punycode.encode(s) : s); + } + this.hostname = newOut.join('.'); + } + + var p = this.port ? ':' + this.port : ''; + var h = this.hostname || ''; + this.host = h + p; + this.href += this.host; + + // strip [ and ] from the hostname + // the host field still retains them, though + if (ipv6Hostname) { + this.hostname = this.hostname.substr(1, this.hostname.length - 2); + if (rest[0] !== '/') { + rest = '/' + rest; + } + } + } + + // now rest is set to the post-host stuff. + // chop off any delim chars. + if (!unsafeProtocol[lowerProto]) { + + // First, make 100% sure that any "autoEscape" chars get + // escaped, even if encodeURIComponent doesn't think they + // need to be. + for (var i = 0, l = autoEscape.length; i < l; i++) { + var ae = autoEscape[i]; + var esc = encodeURIComponent(ae); + if (esc === ae) { + esc = escape(ae); + } + rest = rest.split(ae).join(esc); + } + } + + + // chop off from the tail first. + var hash = rest.indexOf('#'); + if (hash !== - 1) { + // got a fragment string. + this.hash = rest.substr(hash); + rest = rest.slice(0, hash); + } + var qm = rest.indexOf('?'); + if (qm !== - 1) { + this.search = rest.substr(qm); + this.query = rest.substr(qm + 1); + if (parseQueryString) { + this.query = querystring.parse(this.query); + } + rest = rest.slice(0, qm); + } else if (parseQueryString) { + // no query string, but parseQueryString still requested + this.search = ''; + this.query = {}; + } + if (rest) + this.pathname = rest; + if (slashedProtocol[lowerProto] && + this.hostname && !this.pathname) { + this.pathname = '/'; + } + + //to support http.request + if (this.pathname || this.search) { + var p = this.pathname || ''; + var s = this.search || ''; + this.path = p + s; + } + + // finally, reconstruct the href based on what has been validated. + this.href = this.format(); + return this; + }; + + // format a parsed object into a url string + function urlFormat(obj) { + // ensure it's an object, and not a string url. + // If it's an obj, this is a no-op. + // this way, you can call url_format() on strings + // to clean up potentially wonky urls. + if (isString(obj)) + obj = urlParse(obj); + if (!(obj instanceof Url)) + return Url.prototype.format.call(obj); + return obj.format(); + } + + Url.prototype.format = function() { + var auth = this.auth || ''; + if (auth) { + auth = encodeURIComponent(auth); + auth = auth.replace(/%3A/i, ':'); + auth += '@'; + } + + var protocol = this.protocol || '', + pathname = this.pathname || '', + hash = this.hash || '', + host = false, + query = ''; + + if (this.host) { + host = auth + this.host; + } else if (this.hostname) { + host = auth + (this.hostname.indexOf(':') === - 1 ? + this.hostname : + '[' + this.hostname + ']'); + if (this.port) { + host += ':' + this.port; + } + } + + if (this.query && + isObject(this.query) && + Object.keys(this.query).length) { + query = querystring.stringify(this.query); + } + + var search = this.search || (query && ('?' + query)) || ''; + + if (protocol && protocol.substr( - 1) !== ':') + protocol += ':'; + + // only the slashedProtocols get the //. Not mailto:, xmpp:, etc. + // unless they had them to begin with. + if (this.slashes || + (!protocol || slashedProtocol[protocol]) && host !== false) { + host = '//' + (host || ''); + if (pathname && pathname.charAt(0) !== '/') + pathname = '/' + pathname; + } else if (!host) { + host = ''; + } + + if (hash && hash.charAt(0) !== '#') + hash = '#' + hash; + if (search && search.charAt(0) !== '?') + search = '?' + search; + + pathname = pathname.replace(/[?#]/g, function(match) { + return encodeURIComponent(match); + }); + search = search.replace('#', '%23'); + + return protocol + host + pathname + search + hash; + }; + + function urlResolve(source, relative) { + return urlParse(source, false, true).resolve(relative); + } + + Url.prototype.resolve = function(relative) { + return this.resolveObject(urlParse(relative, false, true)).format(); + }; + + function urlResolveObject(source, relative) { + if (!source) + return relative; + return urlParse(source, false, true).resolveObject(relative); + } + + Url.prototype.resolveObject = function(relative) { + if (isString(relative)) { + var rel = new Url(); + rel.parse(relative, false, true); + relative = rel; + } + + var result = new Url(); + Object.keys(this).forEach(function(k) { + result[k] = this[k]; + }, this); + + // hash is always overridden, no matter what. + // even href="" will remove it. + result.hash = relative.hash; + + // if the relative url is empty, then there's nothing left to do here. + if (relative.href === '') { + result.href = result.format(); + return result; + } + + // hrefs like //foo/bar always cut to the protocol. + if (relative.slashes && !relative.protocol) { + // take everything except the protocol from relative + Object.keys(relative).forEach(function(k) { + if (k !== 'protocol') + result[k] = relative[k]; + }); + + //urlParse appends trailing / to urls like http://www.example.com + if (slashedProtocol[result.protocol] && + result.hostname && !result.pathname) { + result.path = result.pathname = '/'; + } + + result.href = result.format(); + return result; + } + + if (relative.protocol && relative.protocol !== result.protocol) { + // if it's a known url protocol, then changing + // the protocol does weird things + // first, if it's not file:, then we MUST have a host, + // and if there was a path + // to begin with, then we MUST have a path. + // if it is file:, then the host is dropped, + // because that's known to be hostless. + // anything else is assumed to be absolute. + if (!slashedProtocol[relative.protocol]) { + Object.keys(relative).forEach(function(k) { + result[k] = relative[k]; + }); + result.href = result.format(); + return result; + } + + result.protocol = relative.protocol; + if (!relative.host && !hostlessProtocol[relative.protocol]) { + var relPath = (relative.pathname || '').split('/'); + while (relPath.length && !(relative.host = relPath.shift())); + if (!relative.host) + relative.host = ''; + if (!relative.hostname) + relative.hostname = ''; + if (relPath[0] !== '') + relPath.unshift(''); + if (relPath.length < 2) + relPath.unshift(''); + result.pathname = relPath.join('/'); + } else { + result.pathname = relative.pathname; + } + result.search = relative.search; + result.query = relative.query; + result.host = relative.host || ''; + result.auth = relative.auth; + result.hostname = relative.hostname || relative.host; + result.port = relative.port; + // to support http.request + if (result.pathname || result.search) { + var p = result.pathname || ''; + var s = result.search || ''; + result.path = p + s; + } + result.slashes = result.slashes || relative.slashes; + result.href = result.format(); + return result; + } + + var isSourceAbs = (result.pathname && result.pathname.charAt(0) === '/'), + isRelAbs = ( + relative.host || + relative.pathname && relative.pathname.charAt(0) === '/' + ), + mustEndAbs = (isRelAbs || isSourceAbs || + (result.host && relative.pathname)), + removeAllDots = mustEndAbs, + srcPath = result.pathname && result.pathname.split('/') || [], + relPath = relative.pathname && relative.pathname.split('/') || [], + psychotic = result.protocol && !slashedProtocol[result.protocol]; + + // if the url is a non-slashed url, then relative + // links like ../.. should be able + // to crawl up to the hostname, as well. This is strange. + // result.protocol has already been set by now. + // Later on, put the first path part into the host field. + if (psychotic) { + result.hostname = ''; + result.port = null; + if (result.host) { + if (srcPath[0] === '') + srcPath[0] = result.host; + else + srcPath.unshift(result.host); + } + result.host = ''; + if (relative.protocol) { + relative.hostname = null; + relative.port = null; + if (relative.host) { + if (relPath[0] === '') + relPath[0] = relative.host; + else + relPath.unshift(relative.host); + } + relative.host = null; + } + mustEndAbs = mustEndAbs && (relPath[0] === '' || srcPath[0] === ''); + } + + if (isRelAbs) { + // it's absolute. + result.host = (relative.host || relative.host === '') ? + relative.host : result.host; + result.hostname = (relative.hostname || relative.hostname === '') ? + relative.hostname : result.hostname; + result.search = relative.search; + result.query = relative.query; + srcPath = relPath; + // fall through to the dot-handling below. + } else if (relPath.length) { + // it's relative + // throw away the existing file, and take the new path instead. + if (!srcPath) + srcPath = []; + srcPath.pop(); + srcPath = srcPath.concat(relPath); + result.search = relative.search; + result.query = relative.query; + } else if (!isNullOrUndefined(relative.search)) { + // just pull out the search. + // like href='?foo'. + // Put this after the other two cases because it simplifies the booleans + if (psychotic) { + result.hostname = result.host = srcPath.shift(); + //occationaly the auth can get stuck only in host + //this especialy happens in cases like + //url.resolveObject('mailto:local1@domain1', 'local2@domain2') + var authInHost = result.host && result.host.indexOf('@') > 0 ? + result.host.split('@') : false; + if (authInHost) { + result.auth = authInHost.shift(); + result.host = result.hostname = authInHost.shift(); + } + } + result.search = relative.search; + result.query = relative.query; + //to support http.request + if (!isNull(result.pathname) || !isNull(result.search)) { + result.path = (result.pathname ? result.pathname : '') + + (result.search ? result.search : ''); + } + result.href = result.format(); + return result; + } + + if (!srcPath.length) { + // no path at all. easy. + // we've already handled the other stuff above. + result.pathname = null; + //to support http.request + if (result.search) { + result.path = '/' + result.search; + } else { + result.path = null; + } + result.href = result.format(); + return result; + } + + // if a url ENDs in . or .., then it must get a trailing slash. + // however, if it ends in anything else non-slashy, + // then it must NOT get a trailing slash. + var last = srcPath.slice( - 1)[0]; + var hasTrailingSlash = ( + (result.host || relative.host) && (last === '.' || last === '..') || + last === ''); + + // strip single dots, resolve double dots to parent dir + // if the path tries to go above the root, `up` ends up > 0 + var up = 0; + for (var i = srcPath.length; i >= 0; i--) { + last = srcPath[i]; + if (last == '.') { + srcPath.splice(i, 1); + } else if (last === '..') { + srcPath.splice(i, 1); + up++; + } else if (up) { + srcPath.splice(i, 1); + up--; + } + } + + // if the path is allowed to go above the root, restore leading ..s + if (!mustEndAbs && !removeAllDots) { + for (; up--; up) { + srcPath.unshift('..'); + } + } + + if (mustEndAbs && srcPath[0] !== '' && + (!srcPath[0] || srcPath[0].charAt(0) !== '/')) { + srcPath.unshift(''); + } + + if (hasTrailingSlash && (srcPath.join('/').substr( - 1) !== '/')) { + srcPath.push(''); + } + + var isAbsolute = srcPath[0] === '' || + (srcPath[0] && srcPath[0].charAt(0) === '/'); + + // put the host back + if (psychotic) { + result.hostname = result.host = isAbsolute ? '' : + srcPath.length ? srcPath.shift() : ''; + //occationaly the auth can get stuck only in host + //this especialy happens in cases like + //url.resolveObject('mailto:local1@domain1', 'local2@domain2') + var authInHost = result.host && result.host.indexOf('@') > 0 ? + result.host.split('@') : false; + if (authInHost) { + result.auth = authInHost.shift(); + result.host = result.hostname = authInHost.shift(); + } + } + + mustEndAbs = mustEndAbs || (result.host && srcPath.length); + + if (mustEndAbs && !isAbsolute) { + srcPath.unshift(''); + } + + if (!srcPath.length) { + result.pathname = null; + result.path = null; + } else { + result.pathname = srcPath.join('/'); + } + + //to support request.http + if (!isNull(result.pathname) || !isNull(result.search)) { + result.path = (result.pathname ? result.pathname : '') + + (result.search ? result.search : ''); + } + result.auth = relative.auth || result.auth; + result.slashes = result.slashes || relative.slashes; + result.href = result.format(); + return result; + }; + + Url.prototype.parseHost = function() { + var host = this.host; + var port = portPattern.exec(host); + if (port) { + port = port[0]; + if (port !== ':') { + this.port = port.substr(1); + } + host = host.substr(0, host.length - port.length); + } + if (host) + this.hostname = host; + }; + + function isString(arg) { + return typeof arg === "string"; + } + + function isObject(arg) { + return typeof arg === 'object' && arg !== null; + } + + function isNull(arg) { + return arg === null; + } + function isNullOrUndefined(arg) { + return arg == null; + } + +}, { + "punycode": 18, + "querystring": 21 +} +], +36: [function(require, module, exports) { + module.exports = function isBuffer(arg) { + return arg && typeof arg === 'object' + && typeof arg.copy === 'function' + && typeof arg.fill === 'function' + && typeof arg.readUInt8 === 'function'; + } +}, {} +], +37: [function(require, module, exports) { + (function (process, global) { + // Copyright Joyent, Inc. and other Node contributors. + // + // Permission is hereby granted, free of charge, to any person obtaining a + // copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to permit + // persons to whom the Software is furnished to do so, subject to the + // following conditions: + // + // The above copyright notice and this permission notice shall be included + // in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + // USE OR OTHER DEALINGS IN THE SOFTWARE. + + var formatRegExp = /%[sdj%]/g; + exports.format = function(f) { + if (!isString(f)) { + var objects = []; + for (var i = 0; i < arguments.length; i++) { + objects.push(inspect(arguments[i])); + } + return objects.join(' '); + } + + var i = 1; + var args = arguments; + var len = args.length; + var str = String(f).replace(formatRegExp, function(x) { + if (x === '%%') + return '%'; + if (i >= len) + return x; + switch (x) { + case '%s': + return String(args[i++]); + case '%d': + return Number(args[i++]); + case '%j': + try { + return JSON.stringify(args[i++]); + } catch (_) { + return '[Circular]'; + } + default: + return x; + } + }); + for (var x = args[i]; i < len; x = args[++i]) { + if (isNull(x) || !isObject(x)) { + str += ' ' + x; + } else { + str += ' ' + inspect(x); + } + } + return str; + }; + + + // Mark that a method should not be used. + // Returns a modified function which warns once by default. + // If --no-deprecation is set, then it is a no-op. + exports.deprecate = function(fn, msg) { + // Allow for deprecating things in the process of starting up. + if (isUndefined(global.process)) { + return function() { + return exports.deprecate(fn, msg).apply(this, arguments); + }; + } + + if (process.noDeprecation === true) { + return fn; + } + + var warned = false; + function deprecated() { + if (!warned) { + if (process.throwDeprecation) { + throw new Error(msg); + } else if (process.traceDeprecation) { + console.trace(msg); + } else { + console.error(msg); + } + warned = true; + } + return fn.apply(this, arguments); + } + + return deprecated; + }; + + + var debugs = {}; + var debugEnviron; + exports.debuglog = function(set) { + if (isUndefined(debugEnviron)) + debugEnviron = process.env.NODE_DEBUG || ''; + set = set.toUpperCase(); + if (!debugs[set]) { + if (new RegExp('\\b' + set + '\\b', 'i').test(debugEnviron)) { + var pid = process.pid; + debugs[set] = function() { + var msg = exports.format.apply(exports, arguments); + console.error('%s %d: %s', set, pid, msg); + }; + } else { + debugs[set] = function() {}; + } + } + return debugs[set]; + }; + + + /** + * Echos the value of a value. Trys to print the value out + * in the best way possible given the different types. + * + * @param {Object} obj The object to print out. + * @param {Object} opts Optional options object that alters the output. + */ + /* legacy: obj, showHidden, depth, colors*/ + function inspect(obj, opts) { + // default options + var ctx = { + seen: [], + stylize: stylizeNoColor + }; + // legacy... + if (arguments.length >= 3) + ctx.depth = arguments[2]; + if (arguments.length >= 4) + ctx.colors = arguments[3]; + if (isBoolean(opts)) { + // legacy... + ctx.showHidden = opts; + } else if (opts) { + // got an "options" object + exports._extend(ctx, opts); + } + // set default options + if (isUndefined(ctx.showHidden)) + ctx.showHidden = false; + if (isUndefined(ctx.depth)) + ctx.depth = 2; + if (isUndefined(ctx.colors)) + ctx.colors = false; + if (isUndefined(ctx.customInspect)) + ctx.customInspect = true; + if (ctx.colors) + ctx.stylize = stylizeWithColor; + return formatValue(ctx, obj, ctx.depth); + } + exports.inspect = inspect; + + + // http://en.wikipedia.org/wiki/ANSI_escape_code#graphics + inspect.colors = { + 'bold' : [1, 22], + 'italic' : [3, 23], + 'underline' : [4, 24], + 'inverse' : [7, 27], + 'white' : [37, 39], + 'grey' : [90, 39], + 'black' : [30, 39], + 'blue' : [34, 39], + 'cyan' : [36, 39], + 'green' : [32, 39], + 'magenta' : [35, 39], + 'red' : [31, 39], + 'yellow' : [33, 39] + }; + + // Don't use 'blue' not visible on cmd.exe + inspect.styles = { + 'special': 'cyan', + 'number': 'yellow', + 'boolean': 'yellow', + 'undefined': 'grey', + 'null': 'bold', + 'string': 'green', + 'date': 'magenta', + // "name": intentionally not styling + 'regexp': 'red' + }; + + + function stylizeWithColor(str, styleType) { + var style = inspect.styles[styleType]; + + if (style) { + return '\u001b[' + inspect.colors[style][0] + 'm' + str + + '\u001b[' + inspect.colors[style][1] + 'm'; + } else { + return str; + } + } + + + function stylizeNoColor(str, styleType) { + return str; + } + + + function arrayToHash(array) { + var hash = {}; + + array.forEach(function(val, idx) { + hash[val] = true; + }); + + return hash; + } + + + function formatValue(ctx, value, recurseTimes) { + // Provide a hook for user-specified inspect functions. + // Check that value is an object with an inspect function on it + if (ctx.customInspect && + value && + isFunction(value.inspect) && + // Filter out the util module, it's inspect function is special + value.inspect !== exports.inspect && + // Also filter out any prototype objects using the circular check. + !(value.constructor && value.constructor.prototype === value)) { + var ret = value.inspect(recurseTimes, ctx); + if (!isString(ret)) { + ret = formatValue(ctx, ret, recurseTimes); + } + return ret; + } + + // Primitive types cannot have properties + var primitive = formatPrimitive(ctx, value); + if (primitive) { + return primitive; + } + + // Look up the keys of the object. + var keys = Object.keys(value); + var visibleKeys = arrayToHash(keys); + + if (ctx.showHidden) { + keys = Object.getOwnPropertyNames(value); + } + + // IE doesn't make error fields non-enumerable + // http://msdn.microsoft.com/en-us/library/ie/dww52sbt(v=vs.94).aspx + if (isError(value) + && (keys.indexOf('message') >= 0 || keys.indexOf('description') >= 0)) { + return formatError(value); + } + + // Some type of object without properties can be shortcutted. + if (keys.length === 0) { + if (isFunction(value)) { + var name = value.name ? ': ' + value.name : ''; + return ctx.stylize('[Function' + name + ']', 'special'); + } + if (isRegExp(value)) { + return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp'); + } + if (isDate(value)) { + return ctx.stylize(Date.prototype.toString.call(value), 'date'); + } + if (isError(value)) { + return formatError(value); + } + } + + var base = '', array = false, braces = ['{', '}']; + + // Make Array say that they are Array + if (isArray(value)) { + array = true; + braces = ['[', ']']; + } + + // Make functions say that they are functions + if (isFunction(value)) { + var n = value.name ? ': ' + value.name : ''; + base = ' [Function' + n + ']'; + } + + // Make RegExps say that they are RegExps + if (isRegExp(value)) { + base = ' ' + RegExp.prototype.toString.call(value); + } + + // Make dates with properties first say the date + if (isDate(value)) { + base = ' ' + Date.prototype.toUTCString.call(value); + } + + // Make error with message first say the error + if (isError(value)) { + base = ' ' + formatError(value); + } + + if (keys.length === 0 && (!array || value.length == 0)) { + return braces[0] + base + braces[1]; + } + + if (recurseTimes < 0) { + if (isRegExp(value)) { + return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp'); + } else { + return ctx.stylize('[Object]', 'special'); + } + } + + ctx.seen.push(value); + + var output; + if (array) { + output = formatArray(ctx, value, recurseTimes, visibleKeys, keys); + } else { + output = keys.map(function(key) { + return formatProperty(ctx, value, recurseTimes, visibleKeys, key, array); + }); + } + + ctx.seen.pop(); + + return reduceToSingleString(output, base, braces); + } + + + function formatPrimitive(ctx, value) { + if (isUndefined(value)) + return ctx.stylize('undefined', 'undefined'); + if (isString(value)) { + var simple = '\'' + JSON.stringify(value).replace(/^"|"$/g, '') + .replace(/'/g, "\\'") + .replace(/\\"/g, '"') + '\''; + return ctx.stylize(simple, 'string'); + } + if (isNumber(value)) + return ctx.stylize('' + value, 'number'); + if (isBoolean(value)) + return ctx.stylize('' + value, 'boolean'); + // For some reason typeof null is "object", so special case here. + if (isNull(value)) + return ctx.stylize('null', 'null'); + } + + + function formatError(value) { + return '[' + Error.prototype.toString.call(value) + ']'; + } + + + function formatArray(ctx, value, recurseTimes, visibleKeys, keys) { + var output = []; + for (var i = 0, l = value.length; i < l; ++i) { + if (hasOwnProperty(value, String(i))) { + output.push(formatProperty(ctx, value, recurseTimes, visibleKeys, + String(i), true)); + } else { + output.push(''); + } + } + keys.forEach(function(key) { + if (!key.match(/^\d+$/)) { + output.push(formatProperty(ctx, value, recurseTimes, visibleKeys, + key, true)); + } + }); + return output; + } + + + function formatProperty(ctx, value, recurseTimes, visibleKeys, key, array) { + var name, str, desc; + desc = Object.getOwnPropertyDescriptor(value, key) || { + value: value[key] + }; + if (desc.get) { + if (desc.set) { + str = ctx.stylize('[Getter/Setter]', 'special'); + } else { + str = ctx.stylize('[Getter]', 'special'); + } + } else { + if (desc.set) { + str = ctx.stylize('[Setter]', 'special'); + } + } + if (!hasOwnProperty(visibleKeys, key)) { + name = '[' + key + ']'; + } + if (!str) { + if (ctx.seen.indexOf(desc.value) < 0) { + if (isNull(recurseTimes)) { + str = formatValue(ctx, desc.value, null); + } else { + str = formatValue(ctx, desc.value, recurseTimes - 1); + } + if (str.indexOf('\n') > - 1) { + if (array) { + str = str.split('\n').map(function(line) { + return ' ' + line; + }).join('\n').substr(2); + } else { + str = '\n' + str.split('\n').map(function(line) { + return ' ' + line; + }).join('\n'); + } + } + } else { + str = ctx.stylize('[Circular]', 'special'); + } + } + if (isUndefined(name)) { + if (array && key.match(/^\d+$/)) { + return str; + } + name = JSON.stringify('' + key); + if (name.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)) { + name = name.substr(1, name.length - 2); + name = ctx.stylize(name, 'name'); + } else { + name = name.replace(/'/g, "\\'") + .replace(/\\"/g, '"') + .replace(/(^"|"$)/g, "'"); + name = ctx.stylize(name, 'string'); + } + } + + return name + ': ' + str; + } + + + function reduceToSingleString(output, base, braces) { + var numLinesEst = 0; + var length = output.reduce(function(prev, cur) { + numLinesEst++; + if (cur.indexOf('\n') >= 0) + numLinesEst++; + return prev + cur.replace(/\u001b\[\d\d?m/g, '').length + 1; + }, 0); + + if (length > 60) { + return braces[0] + + (base === '' ? '' : base + '\n ') + + ' ' + + output.join(',\n ') + + ' ' + + braces[1]; + } + + return braces[0] + base + ' ' + output.join(', ') + ' ' + braces[1]; + } + + + // NOTE: These type checking functions intentionally don't use `instanceof` + // because it is fragile and can be easily faked with `Object.create()`. + function isArray(ar) { + return Array.isArray(ar); + } + exports.isArray = isArray; + + function isBoolean(arg) { + return typeof arg === 'boolean'; + } + exports.isBoolean = isBoolean; + + function isNull(arg) { + return arg === null; + } + exports.isNull = isNull; + + function isNullOrUndefined(arg) { + return arg == null; + } + exports.isNullOrUndefined = isNullOrUndefined; + + function isNumber(arg) { + return typeof arg === 'number'; + } + exports.isNumber = isNumber; + + function isString(arg) { + return typeof arg === 'string'; + } + exports.isString = isString; + + function isSymbol(arg) { + return typeof arg === 'symbol'; + } + exports.isSymbol = isSymbol; + + function isUndefined(arg) { + return arg === void 0; + } + exports.isUndefined = isUndefined; + + function isRegExp(re) { + return isObject(re) && objectToString(re) === '[object RegExp]'; + } + exports.isRegExp = isRegExp; + + function isObject(arg) { + return typeof arg === 'object' && arg !== null; + } + exports.isObject = isObject; + + function isDate(d) { + return isObject(d) && objectToString(d) === '[object Date]'; + } + exports.isDate = isDate; + + function isError(e) { + return isObject(e) && + (objectToString(e) === '[object Error]' || e instanceof Error); + } + exports.isError = isError; + + function isFunction(arg) { + return typeof arg === 'function'; + } + exports.isFunction = isFunction; + + function isPrimitive(arg) { + return arg === null || + typeof arg === 'boolean' || + typeof arg === 'number' || + typeof arg === 'string' || + typeof arg === 'symbol' || // ES6 symbol + typeof arg === 'undefined'; + } + exports.isPrimitive = isPrimitive; + + exports.isBuffer = require('./support/isBuffer'); + + function objectToString(o) { + return Object.prototype.toString.call(o); + } + + + function pad(n) { + return n < 10 ? '0' + n.toString(10) : n.toString(10); + } + + + var months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', + 'Oct', 'Nov', 'Dec']; + + // 26 Feb 16:19:34 + function timestamp() { + var d = new Date(); + var time = [pad(d.getHours()), + pad(d.getMinutes()), + pad(d.getSeconds())].join(':'); + return [d.getDate(), months[d.getMonth()], time].join(' '); + } + + + // log is just a thin wrapper to console.log that prepends a timestamp + exports.log = function() { + console.log('%s - %s', timestamp(), exports.format.apply(exports, arguments)); + }; + + + /** + * Inherit the prototype methods from one constructor into another. + * + * The Function.prototype.inherits from lang.js rewritten as a standalone + * function (not on Function.prototype). NOTE: If this file is to be loaded + * during bootstrapping this function needs to be rewritten using some native + * functions as prototype setup using normal JavaScript does not work as + * expected during bootstrapping (see mirror.js in r114903). + * + * @param {function} ctor Constructor function which needs to inherit the + * prototype. + * @param {function} superCtor Constructor function to inherit prototype from. + */ + exports.inherits = require('inherits'); + + exports._extend = function(origin, add) { + // Don't do anything if add isn't an object + if (!add || !isObject(add)) + return origin; + + var keys = Object.keys(add); + var i = keys.length; + while (i--) { + origin[keys[i]] = add[keys[i]]; + } + return origin; + }; + + function hasOwnProperty(obj, prop) { + return Object.prototype.hasOwnProperty.call(obj, prop); + } + + }).call(this, require('_process'), typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {}) +}, { + "./support/isBuffer": 36, + "_process": 17, + "inherits": 14 +} +], +38: [function(require, module, exports) { + /* + Syntax highlighting with language autodetection. + https://highlightjs.org/ + */ + + (function(factory) { + + // Setup highlight.js for different environments. First is Node.js or + // CommonJS. + if (typeof exports !== 'undefined') { + factory(exports); + } else { + // Export hljs globally even when using AMD for cases when this script + // is loaded with others that may still expect a global hljs. + window.hljs = factory({}); + + // Finally register the global hljs with AMD. + if (typeof define === 'function' && define.amd) { + define('hljs', [], function() { + return window.hljs; + }); + } + } + + }(function(hljs) { + + /* Utility functions */ + + function escape(value) { + return value.replace(/&/gm, '&').replace(//gm, '>'); + } + + function tag(node) { + return node.nodeName.toLowerCase(); + } + + function testRe(re, lexeme) { + var match = re && re.exec(lexeme); + return match && match.index == 0; + } + + function isNotHighlighted(language) { + return (/^(no-?highlight|plain|text)$/i).test(language); + } + + function blockLanguage(block) { + var i, match, length, + classes = block.className + ' '; + + classes += block.parentNode ? block.parentNode.className : ''; + + // language-* takes precedence over non-prefixed class names + match = (/\blang(?:uage)?-([\w-]+)\b/i).exec(classes); + if (match) { + return getLanguage(match[1]) ? match[1] : 'no-highlight'; + } + + classes = classes.split(/\s+/); + for (i = 0, length = classes.length; i < length; i++) { + if (getLanguage(classes[i]) || isNotHighlighted(classes[i])) { + return classes[i]; + } + } + } + + function inherit(parent, obj) { + var result = {}, key; + for (key in parent) + result[key] = parent[key]; + if (obj) + for (key in obj) + result[key] = obj[key]; + return result; + } + + /* Stream merging */ + + function nodeStream(node) { + var result = []; + (function _nodeStream(node, offset) { + for (var child = node.firstChild; child; child = child.nextSibling) { + if (child.nodeType == 3) + offset += child.nodeValue.length; + else if (child.nodeType == 1) { + result.push({ + event: 'start', + offset: offset, + node: child + }); + offset = _nodeStream(child, offset); + // Prevent void elements from having an end tag that would actually + // double them in the output. There are more void elements in HTML + // but we list only those realistically expected in code display. + if (!tag(child).match(/br|hr|img|input/)) { + result.push({ + event: 'stop', + offset: offset, + node: child + }); + } + } + } + return offset; + })(node, 0); + return result; + } + + function mergeStreams(original, highlighted, value) { + var processed = 0; + var result = ''; + var nodeStack = []; + + function selectStream() { + if (!original.length || !highlighted.length) { + return original.length ? original : highlighted; + } + if (original[0].offset != highlighted[0].offset) { + return (original[0].offset < highlighted[0].offset) ? original : highlighted; + } + + /* + To avoid starting the stream just before it should stop the order is + ensured that original always starts first and closes last: + + if (event1 == 'start' && event2 == 'start') + return original; + if (event1 == 'start' && event2 == 'stop') + return highlighted; + if (event1 == 'stop' && event2 == 'start') + return original; + if (event1 == 'stop' && event2 == 'stop') + return highlighted; + + ... which is collapsed to: + */ + return highlighted[0].event == 'start' ? original : highlighted; + } + + function open(node) { + function attr_str(a) { + return ' ' + a.nodeName + '="' + escape(a.value) + '"'; + } + result += '<' + tag(node) + Array.prototype.map.call(node.attributes, attr_str).join('') + '>'; + } + + function close(node) { + result += ''; + } + + function render(event) { + (event.event == 'start' ? open : close)(event.node); + } + + while (original.length || highlighted.length) { + var stream = selectStream(); + result += escape(value.substr(processed, stream[0].offset - processed)); + processed = stream[0].offset; + if (stream == original) { + /* + On any opening or closing tag of the original markup we first close + the entire highlighted node stack, then render the original tag along + with all the following original tags at the same offset and then + reopen all the tags on the highlighted stack. + */ + nodeStack.reverse().forEach(close); + do { + render(stream.splice(0, 1)[0]); + stream = selectStream(); + } + while (stream == original && stream.length && stream[0].offset == processed); + nodeStack.reverse().forEach(open); + } else { + if (stream[0].event == 'start') { + nodeStack.push(stream[0].node); + } else { + nodeStack.pop(); + } + render(stream.splice(0, 1)[0]); + } + } + return result + escape(value.substr(processed)); + } + + /* Initialization */ + + function compileLanguage(language) { + + function reStr(re) { + return (re && re.source) || re; + } + + function langRe(value, global) { + return new RegExp( + reStr(value), + 'm' + (language.case_insensitive ? 'i' : '') + (global ? 'g' : '') + ); + } + + function compileMode(mode, parent) { + if (mode.compiled) + return; + mode.compiled = true; + + mode.keywords = mode.keywords || mode.beginKeywords; + if (mode.keywords) { + var compiled_keywords = {}; + + var flatten = function(className, str) { + if (language.case_insensitive) { + str = str.toLowerCase(); + } + str.split(' ').forEach(function(kw) { + var pair = kw.split('|'); + compiled_keywords[pair[0]] = [className, pair[1] ? Number(pair[1]) : 1]; + }); + }; + + if (typeof mode.keywords == 'string') { + // string + flatten('keyword', mode.keywords); + } else { + Object.keys(mode.keywords).forEach(function (className) { + flatten(className, mode.keywords[className]); + }); + } + mode.keywords = compiled_keywords; + } + mode.lexemesRe = langRe(mode.lexemes || /\b\w+\b/, true); + + if (parent) { + if (mode.beginKeywords) { + mode.begin = '\\b(' + mode.beginKeywords.split(' ').join('|') + ')\\b'; + } + if (!mode.begin) + mode.begin = /\B|\b/; + mode.beginRe = langRe(mode.begin); + if (!mode.end && !mode.endsWithParent) + mode.end = /\B|\b/; + if (mode.end) + mode.endRe = langRe(mode.end); + mode.terminator_end = reStr(mode.end) || ''; + if (mode.endsWithParent && parent.terminator_end) + mode.terminator_end += (mode.end ? '|' : '') + parent.terminator_end; + } + if (mode.illegal) + mode.illegalRe = langRe(mode.illegal); + if (mode.relevance === undefined) + mode.relevance = 1; + if (!mode.contains) { + mode.contains = []; + } + var expanded_contains = []; + mode.contains.forEach(function(c) { + if (c.variants) { + c.variants.forEach(function(v) { + expanded_contains.push(inherit(c, v)); + }); + } else { + expanded_contains.push(c == 'self' ? mode : c); + } + }); + mode.contains = expanded_contains; + mode.contains.forEach(function(c) { + compileMode(c, mode); + }); + + if (mode.starts) { + compileMode(mode.starts, parent); + } + + var terminators = + mode.contains.map(function(c) { + return c.beginKeywords ? '\\.?(' + c.begin + ')\\.?' : c.begin; + }) + .concat([mode.terminator_end, mode.illegal]) + .map(reStr) + .filter(Boolean); + mode.terminators = terminators.length ? langRe(terminators.join('|'), true) : { + exec: function( /*s*/ + ) { + return null; + } + }; + } + + compileMode(language); + } + + /* + Core highlighting function. Accepts a language name, or an alias, and a + string with the code to highlight. Returns an object with the following + properties: + + - relevance (int) + - value (an HTML string with highlighting markup) + + */ + function highlight(name, value, ignore_illegals, continuation) { + + function subMode(lexeme, mode) { + for (var i = 0; i < mode.contains.length; i++) { + if (testRe(mode.contains[i].beginRe, lexeme)) { + return mode.contains[i]; + } + } + } + + function endOfMode(mode, lexeme) { + if (testRe(mode.endRe, lexeme)) { + while (mode.endsParent && mode.parent) { + mode = mode.parent; + } + return mode; + } + if (mode.endsWithParent) { + return endOfMode(mode.parent, lexeme); + } + } + + function isIllegal(lexeme, mode) { + return !ignore_illegals && testRe(mode.illegalRe, lexeme); + } + + function keywordMatch(mode, match) { + var match_str = language.case_insensitive ? match[0].toLowerCase() : match[0]; + return mode.keywords.hasOwnProperty(match_str) && mode.keywords[match_str]; + } + + function buildSpan(classname, insideSpan, leaveOpen, noPrefix) { + var classPrefix = noPrefix ? '' : options.classPrefix, + openSpan = ''; + + return openSpan + insideSpan + closeSpan; + } + + function processKeywords() { + if (!top.keywords) + return escape(mode_buffer); + var result = ''; + var last_index = 0; + top.lexemesRe.lastIndex = 0; + var match = top.lexemesRe.exec(mode_buffer); + while (match) { + result += escape(mode_buffer.substr(last_index, match.index - last_index)); + var keyword_match = keywordMatch(top, match); + if (keyword_match) { + relevance += keyword_match[1]; + result += buildSpan(keyword_match[0], escape(match[0])); + } else { + result += escape(match[0]); + } + last_index = top.lexemesRe.lastIndex; + match = top.lexemesRe.exec(mode_buffer); + } + return result + escape(mode_buffer.substr(last_index)); + } + + function processSubLanguage() { + var explicit = typeof top.subLanguage == 'string'; + if (explicit && !languages[top.subLanguage]) { + return escape(mode_buffer); + } + + var result = explicit ? + highlight(top.subLanguage, mode_buffer, true, continuations[top.subLanguage]) : + highlightAuto(mode_buffer, top.subLanguage.length ? top.subLanguage : undefined); + + // Counting embedded language score towards the host language may be disabled + // with zeroing the containing mode relevance. Usecase in point is Markdown that + // allows XML everywhere and makes every XML snippet to have a much larger Markdown + // score. + if (top.relevance > 0) { + relevance += result.relevance; + } + if (explicit) { + continuations[top.subLanguage] = result.top; + } + return buildSpan(result.language, result.value, false, true); + } + + function processBuffer() { + return top.subLanguage !== undefined ? processSubLanguage() : processKeywords(); + } + + function startNewMode(mode, lexeme) { + var markup = mode.className ? buildSpan(mode.className, '', true): ''; + if (mode.returnBegin) { + result += markup; + mode_buffer = ''; + } else if (mode.excludeBegin) { + result += escape(lexeme) + markup; + mode_buffer = ''; + } else { + result += markup; + mode_buffer = lexeme; + } + top = Object.create(mode, { + parent: { + value: top + } + }); + } + + function processLexeme(buffer, lexeme) { + + mode_buffer += buffer; + if (lexeme === undefined) { + result += processBuffer(); + return 0; + } + + var new_mode = subMode(lexeme, top); + if (new_mode) { + result += processBuffer(); + startNewMode(new_mode, lexeme); + return new_mode.returnBegin ? 0 : lexeme.length; + } + + var end_mode = endOfMode(top, lexeme); + if (end_mode) { + var origin = top; + if (!(origin.returnEnd || origin.excludeEnd)) { + mode_buffer += lexeme; + } + result += processBuffer(); + do { + if (top.className) { + result += ''; + } + relevance += top.relevance; + top = top.parent; + } + while (top != end_mode.parent); + if (origin.excludeEnd) { + result += escape(lexeme); + } + mode_buffer = ''; + if (end_mode.starts) { + startNewMode(end_mode.starts, ''); + } + return origin.returnEnd ? 0 : lexeme.length; + } + + if (isIllegal(lexeme, top)) + throw new Error('Illegal lexeme "' + lexeme + '" for mode "' + (top.className || '') + '"'); + + /* + Parser should not reach this point as all types of lexemes should be caught + earlier, but if it does due to some bug make sure it advances at least one + character forward to prevent infinite looping. + */ + mode_buffer += lexeme; + return lexeme.length || 1; + } + + var language = getLanguage(name); + if (!language) { + throw new Error('Unknown language: "' + name + '"'); + } + + compileLanguage(language); + var top = continuation || language; + var continuations = {}; // keep continuations for sub-languages + var result = '', current; + for (current = top; current != language; current = current.parent) { + if (current.className) { + result = buildSpan(current.className, '', true) + result; + } + } + var mode_buffer = ''; + var relevance = 0; + try { + var match, count, index = 0; + while (true) { + top.terminators.lastIndex = index; + match = top.terminators.exec(value); + if (!match) + break; + count = processLexeme(value.substr(index, match.index - index), match[0]); + index = match.index + count; + } + processLexeme(value.substr(index)); + for (current = top; current.parent; current = current.parent) { + // close dangling modes + if (current.className) { + result += ''; + } + } + return { + relevance: relevance, + value: result, + language: name, + top: top + }; + } catch (e) { + if (e.message.indexOf('Illegal') != - 1) { + return { + relevance: 0, + value: escape(value) + }; + } else { + throw e; + } + } + } + + /* + Highlighting with language detection. Accepts a string with the code to + highlight. Returns an object with the following properties: + + - language (detected language) + - relevance (int) + - value (an HTML string with highlighting markup) + - second_best (object with the same structure for second-best heuristically + detected language, may be absent) + + */ + function highlightAuto(text, languageSubset) { + languageSubset = languageSubset || options.languages || Object.keys(languages); + var result = { + relevance: 0, + value: escape(text) + }; + var second_best = result; + languageSubset.forEach(function(name) { + if (!getLanguage(name)) { + return; + } + var current = highlight(name, text, false); + current.language = name; + if (current.relevance > second_best.relevance) { + second_best = current; + } + if (current.relevance > result.relevance) { + second_best = result; + result = current; + } + }); + if (second_best.language) { + result.second_best = second_best; + } + return result; + } + + /* + Post-processing of the highlighted markup: + + - replace TABs with something more useful + - replace real line-breaks with '
    ' for non-pre containers + + */ + function fixMarkup(value) { + if (options.tabReplace) { + value = value.replace(/^((<[^>]+>|\t)+)/gm, function(match, p1 /*..., offset, s*/ + ) { + return p1.replace(/\t/g, options.tabReplace); + }); + } + if (options.useBR) { + value = value.replace(/\n/g, '
    '); + } + return value; + } + + function buildClassName(prevClassName, currentLang, resultLang) { + var language = currentLang ? aliases[currentLang] : resultLang, + result = [prevClassName.trim()]; + + if (!prevClassName.match(/\bhljs\b/)) { + result.push('hljs'); + } + + if (prevClassName.indexOf(language) === - 1) { + result.push(language); + } + + return result.join(' ').trim(); + } + + /* + Applies highlighting to a DOM node containing code. Accepts a DOM node and + two optional parameters for fixMarkup. + */ + function highlightBlock(block) { + var language = blockLanguage(block); + if (isNotHighlighted(language)) + return; + + var node; + if (options.useBR) { + node = document.createElementNS('http://www.w3.org/1999/xhtml', 'div'); + node.innerHTML = block.innerHTML.replace(/\n/g, '').replace(//g, '\n'); + } else { + node = block; + } + var text = node.textContent; + var result = language ? highlight(language, text, true) : highlightAuto(text); + + var originalStream = nodeStream(node); + if (originalStream.length) { + var resultNode = document.createElementNS('http://www.w3.org/1999/xhtml', 'div'); + resultNode.innerHTML = result.value; + result.value = mergeStreams(originalStream, nodeStream(resultNode), text); + } + result.value = fixMarkup(result.value); + + block.innerHTML = result.value; + block.className = buildClassName(block.className, language, result.language); + block.result = { + language: result.language, + re: result.relevance + }; + if (result.second_best) { + block.second_best = { + language: result.second_best.language, + re: result.second_best.relevance + }; + } + } + + var options = { + classPrefix: 'hljs-', + tabReplace: null, + useBR: false, + languages: undefined + }; + + /* + Updates highlight.js global options with values passed in the form of an object + */ + function configure(user_options) { + options = inherit(options, user_options); + } + + /* + Applies highlighting to all
    ..
    blocks on a page. + */ + function initHighlighting() { + if (initHighlighting.called) + return; + initHighlighting.called = true; + + var blocks = document.querySelectorAll('pre code'); + Array.prototype.forEach.call(blocks, highlightBlock); + } + + /* + Attaches highlighting to the page load event. + */ + function initHighlightingOnLoad() { + addEventListener('DOMContentLoaded', initHighlighting, false); + addEventListener('load', initHighlighting, false); + } + + var languages = {}; + var aliases = {}; + + function registerLanguage(name, language) { + var lang = languages[name] = language(hljs); + if (lang.aliases) { + lang.aliases.forEach(function(alias) { + aliases[alias] = name; + }); + } + } + + function listLanguages() { + return Object.keys(languages); + } + + function getLanguage(name) { + name = name.toLowerCase(); + return languages[name] || languages[aliases[name]]; + } + + /* Interface definition */ + + hljs.highlight = highlight; + hljs.highlightAuto = highlightAuto; + hljs.fixMarkup = fixMarkup; + hljs.highlightBlock = highlightBlock; + hljs.configure = configure; + hljs.initHighlighting = initHighlighting; + hljs.initHighlightingOnLoad = initHighlightingOnLoad; + hljs.registerLanguage = registerLanguage; + hljs.listLanguages = listLanguages; + hljs.getLanguage = getLanguage; + hljs.inherit = inherit; + + // Common regexps + hljs.IDENT_RE = '[a-zA-Z]\\w*'; + hljs.UNDERSCORE_IDENT_RE = '[a-zA-Z_]\\w*'; + hljs.NUMBER_RE = '\\b\\d+(\\.\\d+)?'; + hljs.C_NUMBER_RE = '(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)'; // 0x..., 0..., decimal, float + hljs.BINARY_NUMBER_RE = '\\b(0b[01]+)'; // 0b... + hljs.RE_STARTERS_RE = '!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~'; + + // Common modes + hljs.BACKSLASH_ESCAPE = { + begin: '\\\\[\\s\\S]', + relevance: 0 + }; + hljs.APOS_STRING_MODE = { + className: 'string', + begin: '\'', + end: '\'', + illegal: '\\n', + contains: [hljs.BACKSLASH_ESCAPE] + }; + hljs.QUOTE_STRING_MODE = { + className: 'string', + begin: '"', + end: '"', + illegal: '\\n', + contains: [hljs.BACKSLASH_ESCAPE] + }; + hljs.PHRASAL_WORDS_MODE = { + begin: /\b(a|an|the|are|I|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such)\b/ + }; + hljs.COMMENT = function (begin, end, inherits) { + var mode = hljs.inherit( + { + className: 'comment', + begin: begin, + end: end, + contains: [] + }, + inherits || {}); + mode.contains.push(hljs.PHRASAL_WORDS_MODE); + mode.contains.push({ + className: 'doctag', + begin: "(?:TODO|FIXME|NOTE|BUG|XXX):", + relevance: 0 + }); + return mode; + }; + hljs.C_LINE_COMMENT_MODE = hljs.COMMENT('//', '$'); + hljs.C_BLOCK_COMMENT_MODE = hljs.COMMENT('/\\*', '\\*/'); + hljs.HASH_COMMENT_MODE = hljs.COMMENT('#', '$'); + hljs.NUMBER_MODE = { + className: 'number', + begin: hljs.NUMBER_RE, + relevance: 0 + }; + hljs.C_NUMBER_MODE = { + className: 'number', + begin: hljs.C_NUMBER_RE, + relevance: 0 + }; + hljs.BINARY_NUMBER_MODE = { + className: 'number', + begin: hljs.BINARY_NUMBER_RE, + relevance: 0 + }; + hljs.CSS_NUMBER_MODE = { + className: 'number', + begin: hljs.NUMBER_RE + '(' + + '%|em|ex|ch|rem' + + '|vw|vh|vmin|vmax' + + '|cm|mm|in|pt|pc|px' + + '|deg|grad|rad|turn' + + '|s|ms' + + '|Hz|kHz' + + '|dpi|dpcm|dppx' + + ')?', + relevance: 0 + }; + hljs.REGEXP_MODE = { + className: 'regexp', + begin: /\//, + end: /\/[gimuy]*/, + illegal: /\n/, + contains: [ + hljs.BACKSLASH_ESCAPE, + { + begin: /\[/, + end: /\]/, + relevance: 0, + contains: [hljs.BACKSLASH_ESCAPE] + } + ] + }; + hljs.TITLE_MODE = { + className: 'title', + begin: hljs.IDENT_RE, + relevance: 0 + }; + hljs.UNDERSCORE_TITLE_MODE = { + className: 'title', + begin: hljs.UNDERSCORE_IDENT_RE, + relevance: 0 + }; + + return hljs; + })); + +}, {} +], +39: [function(require, module, exports) { + var hljs = require('./highlight'); + + hljs.registerLanguage('1c', require('./languages/1c')); + hljs.registerLanguage('accesslog', require('./languages/accesslog')); + hljs.registerLanguage('actionscript', require('./languages/actionscript')); + hljs.registerLanguage('apache', require('./languages/apache')); + hljs.registerLanguage('applescript', require('./languages/applescript')); + hljs.registerLanguage('armasm', require('./languages/armasm')); + hljs.registerLanguage('xml', require('./languages/xml')); + hljs.registerLanguage('asciidoc', require('./languages/asciidoc')); + hljs.registerLanguage('aspectj', require('./languages/aspectj')); + hljs.registerLanguage('autohotkey', require('./languages/autohotkey')); + hljs.registerLanguage('autoit', require('./languages/autoit')); + hljs.registerLanguage('avrasm', require('./languages/avrasm')); + hljs.registerLanguage('axapta', require('./languages/axapta')); + hljs.registerLanguage('bash', require('./languages/bash')); + hljs.registerLanguage('brainfuck', require('./languages/brainfuck')); + hljs.registerLanguage('cal', require('./languages/cal')); + hljs.registerLanguage('capnproto', require('./languages/capnproto')); + hljs.registerLanguage('ceylon', require('./languages/ceylon')); + hljs.registerLanguage('clojure', require('./languages/clojure')); + hljs.registerLanguage('clojure-repl', require('./languages/clojure-repl')); + hljs.registerLanguage('cmake', require('./languages/cmake')); + hljs.registerLanguage('coffeescript', require('./languages/coffeescript')); + hljs.registerLanguage('cpp', require('./languages/cpp')); + hljs.registerLanguage('crystal', require('./languages/crystal')); + hljs.registerLanguage('cs', require('./languages/cs')); + hljs.registerLanguage('css', require('./languages/css')); + hljs.registerLanguage('d', require('./languages/d')); + hljs.registerLanguage('markdown', require('./languages/markdown')); + hljs.registerLanguage('dart', require('./languages/dart')); + hljs.registerLanguage('delphi', require('./languages/delphi')); + hljs.registerLanguage('diff', require('./languages/diff')); + hljs.registerLanguage('django', require('./languages/django')); + hljs.registerLanguage('dns', require('./languages/dns')); + hljs.registerLanguage('dockerfile', require('./languages/dockerfile')); + hljs.registerLanguage('dos', require('./languages/dos')); + hljs.registerLanguage('dust', require('./languages/dust')); + hljs.registerLanguage('elixir', require('./languages/elixir')); + hljs.registerLanguage('elm', require('./languages/elm')); + hljs.registerLanguage('ruby', require('./languages/ruby')); + hljs.registerLanguage('erb', require('./languages/erb')); + hljs.registerLanguage('erlang-repl', require('./languages/erlang-repl')); + hljs.registerLanguage('erlang', require('./languages/erlang')); + hljs.registerLanguage('fix', require('./languages/fix')); + hljs.registerLanguage('fortran', require('./languages/fortran')); + hljs.registerLanguage('fsharp', require('./languages/fsharp')); + hljs.registerLanguage('gams', require('./languages/gams')); + hljs.registerLanguage('gcode', require('./languages/gcode')); + hljs.registerLanguage('gherkin', require('./languages/gherkin')); + hljs.registerLanguage('glsl', require('./languages/glsl')); + hljs.registerLanguage('go', require('./languages/go')); + hljs.registerLanguage('golo', require('./languages/golo')); + hljs.registerLanguage('gradle', require('./languages/gradle')); + hljs.registerLanguage('groovy', require('./languages/groovy')); + hljs.registerLanguage('haml', require('./languages/haml')); + hljs.registerLanguage('handlebars', require('./languages/handlebars')); + hljs.registerLanguage('haskell', require('./languages/haskell')); + hljs.registerLanguage('haxe', require('./languages/haxe')); + hljs.registerLanguage('http', require('./languages/http')); + hljs.registerLanguage('inform7', require('./languages/inform7')); + hljs.registerLanguage('ini', require('./languages/ini')); + hljs.registerLanguage('irpf90', require('./languages/irpf90')); + hljs.registerLanguage('java', require('./languages/java')); + hljs.registerLanguage('javascript', require('./languages/javascript')); + hljs.registerLanguage('json', require('./languages/json')); + hljs.registerLanguage('julia', require('./languages/julia')); + hljs.registerLanguage('kotlin', require('./languages/kotlin')); + hljs.registerLanguage('lasso', require('./languages/lasso')); + hljs.registerLanguage('less', require('./languages/less')); + hljs.registerLanguage('lisp', require('./languages/lisp')); + hljs.registerLanguage('livecodeserver', require('./languages/livecodeserver')); + hljs.registerLanguage('livescript', require('./languages/livescript')); + hljs.registerLanguage('lua', require('./languages/lua')); + hljs.registerLanguage('makefile', require('./languages/makefile')); + hljs.registerLanguage('mathematica', require('./languages/mathematica')); + hljs.registerLanguage('matlab', require('./languages/matlab')); + hljs.registerLanguage('mel', require('./languages/mel')); + hljs.registerLanguage('mercury', require('./languages/mercury')); + hljs.registerLanguage('mizar', require('./languages/mizar')); + hljs.registerLanguage('perl', require('./languages/perl')); + hljs.registerLanguage('mojolicious', require('./languages/mojolicious')); + hljs.registerLanguage('monkey', require('./languages/monkey')); + hljs.registerLanguage('nginx', require('./languages/nginx')); + hljs.registerLanguage('nimrod', require('./languages/nimrod')); + hljs.registerLanguage('nix', require('./languages/nix')); + hljs.registerLanguage('nsis', require('./languages/nsis')); + hljs.registerLanguage('objectivec', require('./languages/objectivec')); + hljs.registerLanguage('ocaml', require('./languages/ocaml')); + hljs.registerLanguage('openscad', require('./languages/openscad')); + hljs.registerLanguage('oxygene', require('./languages/oxygene')); + hljs.registerLanguage('parser3', require('./languages/parser3')); + hljs.registerLanguage('pf', require('./languages/pf')); + hljs.registerLanguage('php', require('./languages/php')); + hljs.registerLanguage('powershell', require('./languages/powershell')); + hljs.registerLanguage('processing', require('./languages/processing')); + hljs.registerLanguage('profile', require('./languages/profile')); + hljs.registerLanguage('prolog', require('./languages/prolog')); + hljs.registerLanguage('protobuf', require('./languages/protobuf')); + hljs.registerLanguage('puppet', require('./languages/puppet')); + hljs.registerLanguage('python', require('./languages/python')); + hljs.registerLanguage('q', require('./languages/q')); + hljs.registerLanguage('r', require('./languages/r')); + hljs.registerLanguage('rib', require('./languages/rib')); + hljs.registerLanguage('roboconf', require('./languages/roboconf')); + hljs.registerLanguage('rsl', require('./languages/rsl')); + hljs.registerLanguage('ruleslanguage', require('./languages/ruleslanguage')); + hljs.registerLanguage('rust', require('./languages/rust')); + hljs.registerLanguage('scala', require('./languages/scala')); + hljs.registerLanguage('scheme', require('./languages/scheme')); + hljs.registerLanguage('scilab', require('./languages/scilab')); + hljs.registerLanguage('scss', require('./languages/scss')); + hljs.registerLanguage('smali', require('./languages/smali')); + hljs.registerLanguage('smalltalk', require('./languages/smalltalk')); + hljs.registerLanguage('sml', require('./languages/sml')); + hljs.registerLanguage('sql', require('./languages/sql')); + hljs.registerLanguage('stata', require('./languages/stata')); + hljs.registerLanguage('step21', require('./languages/step21')); + hljs.registerLanguage('stylus', require('./languages/stylus')); + hljs.registerLanguage('swift', require('./languages/swift')); + hljs.registerLanguage('tcl', require('./languages/tcl')); + hljs.registerLanguage('tex', require('./languages/tex')); + hljs.registerLanguage('thrift', require('./languages/thrift')); + hljs.registerLanguage('tp', require('./languages/tp')); + hljs.registerLanguage('twig', require('./languages/twig')); + hljs.registerLanguage('typescript', require('./languages/typescript')); + hljs.registerLanguage('vala', require('./languages/vala')); + hljs.registerLanguage('vbnet', require('./languages/vbnet')); + hljs.registerLanguage('vbscript', require('./languages/vbscript')); + hljs.registerLanguage('vbscript-html', require('./languages/vbscript-html')); + hljs.registerLanguage('verilog', require('./languages/verilog')); + hljs.registerLanguage('vhdl', require('./languages/vhdl')); + hljs.registerLanguage('vim', require('./languages/vim')); + hljs.registerLanguage('x86asm', require('./languages/x86asm')); + hljs.registerLanguage('xl', require('./languages/xl')); + hljs.registerLanguage('xquery', require('./languages/xquery')); + hljs.registerLanguage('zephir', require('./languages/zephir')); + + module.exports = hljs; +}, { + "./highlight": 38, + "./languages/1c": 40, + "./languages/accesslog": 41, + "./languages/actionscript": 42, + "./languages/apache": 43, + "./languages/applescript": 44, + "./languages/armasm": 45, + "./languages/asciidoc": 46, + "./languages/aspectj": 47, + "./languages/autohotkey": 48, + "./languages/autoit": 49, + "./languages/avrasm": 50, + "./languages/axapta": 51, + "./languages/bash": 52, + "./languages/brainfuck": 53, + "./languages/cal": 54, + "./languages/capnproto": 55, + "./languages/ceylon": 56, + "./languages/clojure": 58, + "./languages/clojure-repl": 57, + "./languages/cmake": 59, + "./languages/coffeescript": 60, + "./languages/cpp": 61, + "./languages/crystal": 62, + "./languages/cs": 63, + "./languages/css": 64, + "./languages/d": 65, + "./languages/dart": 66, + "./languages/delphi": 67, + "./languages/diff": 68, + "./languages/django": 69, + "./languages/dns": 70, + "./languages/dockerfile": 71, + "./languages/dos": 72, + "./languages/dust": 73, + "./languages/elixir": 74, + "./languages/elm": 75, + "./languages/erb": 76, + "./languages/erlang": 78, + "./languages/erlang-repl": 77, + "./languages/fix": 79, + "./languages/fortran": 80, + "./languages/fsharp": 81, + "./languages/gams": 82, + "./languages/gcode": 83, + "./languages/gherkin": 84, + "./languages/glsl": 85, + "./languages/go": 86, + "./languages/golo": 87, + "./languages/gradle": 88, + "./languages/groovy": 89, + "./languages/haml": 90, + "./languages/handlebars": 91, + "./languages/haskell": 92, + "./languages/haxe": 93, + "./languages/http": 94, + "./languages/inform7": 95, + "./languages/ini": 96, + "./languages/irpf90": 97, + "./languages/java": 98, + "./languages/javascript": 99, + "./languages/json": 100, + "./languages/julia": 101, + "./languages/kotlin": 102, + "./languages/lasso": 103, + "./languages/less": 104, + "./languages/lisp": 105, + "./languages/livecodeserver": 106, + "./languages/livescript": 107, + "./languages/lua": 108, + "./languages/makefile": 109, + "./languages/markdown": 110, + "./languages/mathematica": 111, + "./languages/matlab": 112, + "./languages/mel": 113, + "./languages/mercury": 114, + "./languages/mizar": 115, + "./languages/mojolicious": 116, + "./languages/monkey": 117, + "./languages/nginx": 118, + "./languages/nimrod": 119, + "./languages/nix": 120, + "./languages/nsis": 121, + "./languages/objectivec": 122, + "./languages/ocaml": 123, + "./languages/openscad": 124, + "./languages/oxygene": 125, + "./languages/parser3": 126, + "./languages/perl": 127, + "./languages/pf": 128, + "./languages/php": 129, + "./languages/powershell": 130, + "./languages/processing": 131, + "./languages/profile": 132, + "./languages/prolog": 133, + "./languages/protobuf": 134, + "./languages/puppet": 135, + "./languages/python": 136, + "./languages/q": 137, + "./languages/r": 138, + "./languages/rib": 139, + "./languages/roboconf": 140, + "./languages/rsl": 141, + "./languages/ruby": 142, + "./languages/ruleslanguage": 143, + "./languages/rust": 144, + "./languages/scala": 145, + "./languages/scheme": 146, + "./languages/scilab": 147, + "./languages/scss": 148, + "./languages/smali": 149, + "./languages/smalltalk": 150, + "./languages/sml": 151, + "./languages/sql": 152, + "./languages/stata": 153, + "./languages/step21": 154, + "./languages/stylus": 155, + "./languages/swift": 156, + "./languages/tcl": 157, + "./languages/tex": 158, + "./languages/thrift": 159, + "./languages/tp": 160, + "./languages/twig": 161, + "./languages/typescript": 162, + "./languages/vala": 163, + "./languages/vbnet": 164, + "./languages/vbscript": 166, + "./languages/vbscript-html": 165, + "./languages/verilog": 167, + "./languages/vhdl": 168, + "./languages/vim": 169, + "./languages/x86asm": 170, + "./languages/xl": 171, + "./languages/xml": 172, + "./languages/xquery": 173, + "./languages/zephir": 174 +} +], +40: [function(require, module, exports) { + module.exports = function(hljs) { + var IDENT_RE_RU = '[a-zA-Zа-яА-Я][a-zA-Z0-9_а-яА-Я]*'; + var OneS_KEYWORDS = 'возврат дата для если и или иначе иначеесли исключение конецесли ' + + 'конецпопытки конецпроцедуры конецфункции конеццикла константа не перейти перем ' + + 'перечисление по пока попытка прервать продолжить процедура строка тогда фс функция цикл ' + + 'число экспорт'; + var OneS_BUILT_IN = 'ansitooem oemtoansi ввестивидсубконто ввестидату ввестизначение ' + + 'ввестиперечисление ввестипериод ввестиплансчетов ввестистроку ввестичисло вопрос ' + + 'восстановитьзначение врег выбранныйплансчетов вызватьисключение датагод датамесяц ' + + 'датачисло добавитьмесяц завершитьработусистемы заголовоксистемы записьжурналарегистрации ' + + 'запуститьприложение зафиксироватьтранзакцию значениевстроку значениевстрокувнутр ' + + 'значениевфайл значениеизстроки значениеизстрокивнутр значениеизфайла имякомпьютера ' + + 'имяпользователя каталогвременныхфайлов каталогиб каталогпользователя каталогпрограммы ' + + 'кодсимв командасистемы конгода конецпериодаби конецрассчитанногопериодаби ' + + 'конецстандартногоинтервала конквартала конмесяца коннедели лев лог лог10 макс ' + + 'максимальноеколичествосубконто мин монопольныйрежим названиеинтерфейса названиенабораправ ' + + 'назначитьвид назначитьсчет найти найтипомеченныенаудаление найтиссылки началопериодаби ' + + 'началостандартногоинтервала начатьтранзакцию начгода начквартала начмесяца начнедели ' + + 'номерднягода номерднянедели номернеделигода нрег обработкаожидания окр описаниеошибки ' + + 'основнойжурналрасчетов основнойплансчетов основнойязык открытьформу открытьформумодально ' + + 'отменитьтранзакцию очиститьокносообщений периодстр полноеимяпользователя получитьвремята ' + + 'получитьдатута получитьдокументта получитьзначенияотбора получитьпозициюта ' + + 'получитьпустоезначение получитьта прав праводоступа предупреждение префиксавтонумерации ' + + 'пустаястрока пустоезначение рабочаядаттьпустоезначение рабочаядата разделительстраниц ' + + 'разделительстрок разм разобратьпозициюдокумента рассчитатьрегистрына ' + + 'рассчитатьрегистрыпо сигнал симв символтабуляции создатьобъект сокрл сокрлп сокрп ' + + 'сообщить состояние сохранитьзначение сред статусвозврата стрдлина стрзаменить ' + + 'стрколичествострок стрполучитьстроку стрчисловхождений сформироватьпозициюдокумента ' + + 'счетпокоду текущаядата текущеевремя типзначения типзначениястр удалитьобъекты ' + + 'установитьтана установитьтапо фиксшаблон формат цел шаблон'; + var DQUOTE = { + className: 'dquote', + begin: '""' + }; + var STR_START = { + className: 'string', + begin: '"', + end: '"|$', + contains: [DQUOTE] + }; + var STR_CONT = { + className: 'string', + begin: '\\|', + end: '"|$', + contains: [DQUOTE] + }; + + return { + case_insensitive: true, + lexemes: IDENT_RE_RU, + keywords: { + keyword: OneS_KEYWORDS, + built_in: OneS_BUILT_IN + }, + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.NUMBER_MODE, + STR_START, STR_CONT, + { + className: 'function', + begin: '(процедура|функция)', + end: '$', + lexemes: IDENT_RE_RU, + keywords: 'процедура функция', + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + begin: IDENT_RE_RU + }), + { + className: 'tail', + endsWithParent: true, + contains: [ + { + className: 'params', + begin: '\\(', + end: '\\)', + lexemes: IDENT_RE_RU, + keywords: 'знач', + contains: [STR_START, STR_CONT] + }, + { + className: 'export', + begin: 'экспорт', + endsWithParent: true, + lexemes: IDENT_RE_RU, + keywords: 'экспорт', + contains: [hljs.C_LINE_COMMENT_MODE] + } + ] + }, + hljs.C_LINE_COMMENT_MODE + ] + }, + { + className: 'preprocessor', + begin: '#', + end: '$' + }, + { + className: 'date', + begin: '\'\\d{2}\\.\\d{2}\\.(\\d{2}|\\d{4})\'' + } + ] + }; + }; +}, {} +], +41: [function(require, module, exports) { + module.exports = function(hljs) { + return { + contains: [ + // IP + { + className: 'number', + begin: '\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b' + }, + // Other numbers + { + className: 'number', + begin: '\\b\\d+\\b', + relevance: 0 + }, + // Requests + { + className: 'string', + begin: '"(GET|POST|HEAD|PUT|DELETE|CONNECT|OPTIONS|PATCH|TRACE)', + end: '"', + keywords: 'GET POST HEAD PUT DELETE CONNECT OPTIONS PATCH TRACE', + illegal: '\\n', + relevance: 10 + }, + // Dates + { + className: 'string', + begin: /\[/, + end: /\]/, + illegal: '\\n' + }, + // Strings + { + className: 'string', + begin: '"', + end: '"', + illegal: '\\n' + } + ] + }; + }; +}, {} +], +42: [function(require, module, exports) { + module.exports = function(hljs) { + var IDENT_RE = '[a-zA-Z_$][a-zA-Z0-9_$]*'; + var IDENT_FUNC_RETURN_TYPE_RE = '([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)'; + + var AS3_REST_ARG_MODE = { + className: 'rest_arg', + begin: '[.]{3}', + end: IDENT_RE, + relevance: 10 + }; + + return { + aliases: ['as'], + keywords: { + keyword: 'as break case catch class const continue default delete do dynamic each ' + + 'else extends final finally for function get if implements import in include ' + + 'instanceof interface internal is namespace native new override package private ' + + 'protected public return set static super switch this throw try typeof use var void ' + + 'while with', + literal: 'true false null undefined' + }, + contains: [ + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + hljs.C_NUMBER_MODE, + { + className: 'package', + beginKeywords: 'package', + end: '{', + contains: [hljs.TITLE_MODE] + }, + { + className: 'class', + beginKeywords: 'class interface', + end: '{', + excludeEnd: true, + contains: [ + { + beginKeywords: 'extends implements' + }, + hljs.TITLE_MODE + ] + }, + { + className: 'preprocessor', + beginKeywords: 'import include', + end: ';' + }, + { + className: 'function', + beginKeywords: 'function', + end: '[{;]', + excludeEnd: true, + illegal: '\\S', + contains: [ + hljs.TITLE_MODE, + { + className: 'params', + begin: '\\(', + end: '\\)', + contains: [ + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + AS3_REST_ARG_MODE + ] + }, + { + className: 'type', + begin: ':', + end: IDENT_FUNC_RETURN_TYPE_RE, + relevance: 10 + } + ] + } + ], + illegal: /#/ + }; + }; +}, {} +], +43: [function(require, module, exports) { + module.exports = function(hljs) { + var NUMBER = { + className: 'number', + begin: '[\\$%]\\d+' + }; + return { + aliases: ['apacheconf'], + case_insensitive: true, + contains: [ + hljs.HASH_COMMENT_MODE, + { + className: 'tag', + begin: '' + }, + { + className: 'keyword', + begin: /\w+/, + relevance: 0, + // keywords aren’t needed for highlighting per se, they only boost relevance + // for a very generally defined mode (starts with a word, ends with line-end + keywords: { + common: + 'order deny allow setenv rewriterule rewriteengine rewritecond documentroot ' + + 'sethandler errordocument loadmodule options header listen serverroot ' + + 'servername' + }, + starts: { + end: /$/, + relevance: 0, + keywords: { + literal: 'on off all' + }, + contains: [ + { + className: 'sqbracket', + begin: '\\s\\[', + end: '\\]$' + }, + { + className: 'cbracket', + begin: '[\\$%]\\{', + end: '\\}', + contains: ['self', NUMBER] + }, + NUMBER, + hljs.QUOTE_STRING_MODE + ] + } + } + ], + illegal: /\S/ + }; + }; +}, {} +], +44: [function(require, module, exports) { + module.exports = function(hljs) { + var STRING = hljs.inherit(hljs.QUOTE_STRING_MODE, { + illegal: '' + }); + var PARAMS = { + className: 'params', + begin: '\\(', + end: '\\)', + contains: ['self', hljs.C_NUMBER_MODE, STRING] + }; + var COMMENT_MODE_1 = hljs.COMMENT('--', '$'); + var COMMENT_MODE_2 = hljs.COMMENT( + '\\(\\*', + '\\*\\)', + { + contains: ['self', COMMENT_MODE_1] //allow nesting + }); + var COMMENTS = [ + COMMENT_MODE_1, + COMMENT_MODE_2, + hljs.HASH_COMMENT_MODE + ]; + + return { + aliases: ['osascript'], + keywords: { + keyword: + 'about above after against and around as at back before beginning ' + + 'behind below beneath beside between but by considering ' + + 'contain contains continue copy div does eighth else end equal ' + + 'equals error every exit fifth first for fourth from front ' + + 'get given global if ignoring in into is it its last local me ' + + 'middle mod my ninth not of on onto or over prop property put ref ' + + 'reference repeat returning script second set seventh since ' + + 'sixth some tell tenth that the|0 then third through thru ' + + 'timeout times to transaction try until where while whose with ' + + 'without', + constant: + 'AppleScript false linefeed return pi quote result space tab true', + type: + 'alias application boolean class constant date file integer list ' + + 'number real record string text', + command: + 'activate beep count delay launch log offset read round ' + + 'run say summarize write', + property: + 'character characters contents day frontmost id item length ' + + 'month name paragraph paragraphs rest reverse running time version ' + + 'weekday word words year' + }, + contains: [ + STRING, + hljs.C_NUMBER_MODE, + { + className: 'type', + begin: '\\bPOSIX file\\b' + }, + { + className: 'command', + begin: + '\\b(clipboard info|the clipboard|info for|list (disks|folder)|' + + 'mount volume|path to|(close|open for) access|(get|set) eof|' + + 'current date|do shell script|get volume settings|random number|' + + 'set volume|system attribute|system info|time to GMT|' + + '(load|run|store) script|scripting components|' + + 'ASCII (character|number)|localized string|' + + 'choose (application|color|file|file name|' + + 'folder|from list|remote application|URL)|' + + 'display (alert|dialog))\\b|^\\s*return\\b' + }, + { + className: 'constant', + begin: + '\\b(text item delimiters|current application|missing value)\\b' + }, + { + className: 'keyword', + begin: + '\\b(apart from|aside from|instead of|out of|greater than|' + + "isn't|(doesn't|does not) (equal|come before|come after|contain)|" + + '(greater|less) than( or equal)?|(starts?|ends|begins?) with|' + + 'contained by|comes (before|after)|a (ref|reference))\\b' + }, + { + className: 'property', + begin: + '\\b(POSIX path|(date|time) string|quoted form)\\b' + }, + { + className: 'function_start', + beginKeywords: 'on', + illegal: '[${=;\\n]', + contains: [hljs.UNDERSCORE_TITLE_MODE, PARAMS] + } + ].concat(COMMENTS), + illegal: '//|->|=>|\\[\\[' + }; + }; +}, {} +], +45: [function(require, module, exports) { + module.exports = function(hljs) { + //local labels: %?[FB]?[AT]?\d{1,2}\w+ + return { + case_insensitive: true, + aliases: ['arm'], + lexemes: '\\.?' + hljs.IDENT_RE, + keywords: { + literal: + 'r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 ' + //standard registers + 'pc lr sp ip sl sb fp ' + //typical regs plus backward compatibility + 'a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 ' + //more regs and fp + 'p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 ' + //coprocessor regs + 'c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 ' + //more coproc + 'q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 ' + //advanced SIMD NEON regs + + //program status registers + 'cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf ' + + 'spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf ' + + //NEON and VFP registers + 's0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 ' + + 's16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 ' + + 'd0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 ' + + 'd16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 ', + preprocessor: + //GNU preprocs + '.2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ' + + //ARM directives + 'ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ', + built_in: + '{PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @ ' + }, + contains: [ + { + className: 'keyword', + begin: '\\b(' + //mnemonics + 'adc|' + + '(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|' + + 'and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|' + + 'bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|' + + 'setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|' + + 'ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|' + + 'mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|' + + 'mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|' + + 'mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|' + + 'rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|' + + 'stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|' + + '[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|' + + 'wfe|wfi|yield' + + ')' + + '(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?' + //condition codes + '[sptrx]?' , + //legal postfixes + end: '\\s' + }, + hljs.COMMENT('[;@]', '$', { + relevance: 0 + }), + hljs.C_BLOCK_COMMENT_MODE, + hljs.QUOTE_STRING_MODE, + { + className: 'string', + begin: '\'', + end: '[^\\\\]\'', + relevance: 0 + }, + { + className: 'title', + begin: '\\|', + end: '\\|', + illegal: '\\n', + relevance: 0 + }, + { + className: 'number', + variants: [ + { + begin: '[#$=]?0x[0-9a-f]+' + }, //hex + { + begin: '[#$=]?0b[01]+' + }, //bin + { + begin: '[#$=]\\d+' + }, //literal + { + begin: '\\b\\d+' + } + //bare number + ], + relevance: 0 + }, + { + className: 'label', + variants: [ + { + begin: '^[a-z_\\.\\$][a-z0-9_\\.\\$]+' + }, //ARM syntax + { + begin: '^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:' + }, //GNU ARM syntax + { + begin: '[=#]\\w+' + } + //label reference + ], + relevance: 0 + } + ] + }; + }; +}, {} +], +46: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['adoc'], + contains: [ + // block comment + hljs.COMMENT( + '^/{4,}\\n', + '\\n/{4,}$', + // can also be done as... + //'^/{4,}$', + //'^/{4,}$', + { + relevance: 10 + }), + // line comment + hljs.COMMENT( + '^//', + '$', + { + relevance: 0 + }), + // title + { + className: 'title', + begin: '^\\.\\w.*$' + }, + // example, admonition & sidebar blocks + { + begin: '^[=\\*]{4,}\\n', + end: '\\n^[=\\*]{4,}$', + relevance: 10 + }, + // headings + { + className: 'header', + begin: '^(={1,5}) .+?( \\1)?$', + relevance: 10 + }, + { + className: 'header', + begin: '^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$', + relevance: 10 + }, + // document attributes + { + className: 'attribute', + begin: '^:.+?:', + end: '\\s', + excludeEnd: true, + relevance: 10 + }, + // block attributes + { + className: 'attribute', + begin: '^\\[.+?\\]$', + relevance: 0 + }, + // quoteblocks + { + className: 'blockquote', + begin: '^_{4,}\\n', + end: '\\n_{4,}$', + relevance: 10 + }, + // listing and literal blocks + { + className: 'code', + begin: '^[\\-\\.]{4,}\\n', + end: '\\n[\\-\\.]{4,}$', + relevance: 10 + }, + // passthrough blocks + { + begin: '^\\+{4,}\\n', + end: '\\n\\+{4,}$', + contains: [ + { + begin: '<', + end: '>', + subLanguage: 'xml', + relevance: 0 + } + ], + relevance: 10 + }, + // lists (can only capture indicators) + { + className: 'bullet', + begin: '^(\\*+|\\-+|\\.+|[^\\n]+?::)\\s+' + }, + // admonition + { + className: 'label', + begin: '^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+', + relevance: 10 + }, + // inline strong + { + className: 'strong', + // must not follow a word character or be followed by an asterisk or space + begin: '\\B\\*(?![\\*\\s])', + end: '(\\n{2}|\\*)', + // allow escaped asterisk followed by word char + contains: [ + { + begin: '\\\\*\\w', + relevance: 0 + } + ] + }, + // inline emphasis + { + className: 'emphasis', + // must not follow a word character or be followed by a single quote or space + begin: '\\B\'(?![\'\\s])', + end: '(\\n{2}|\')', + // allow escaped single quote followed by word char + contains: [ + { + begin: '\\\\\'\\w', + relevance: 0 + } + ], + relevance: 0 + }, + // inline emphasis (alt) + { + className: 'emphasis', + // must not follow a word character or be followed by an underline or space + begin: '_(?![_\\s])', + end: '(\\n{2}|_)', + relevance: 0 + }, + // inline smart quotes + { + className: 'smartquote', + variants: [ + { + begin: "``.+?''" + }, + { + begin: "`.+?'" + } + ] + }, + // inline code snippets (TODO should get same treatment as strong and emphasis) + { + className: 'code', + begin: '(`.+?`|\\+.+?\\+)', + relevance: 0 + }, + // indented literal block + { + className: 'code', + begin: '^[ \\t]', + end: '$', + relevance: 0 + }, + // horizontal rules + { + className: 'horizontal_rule', + begin: '^\'{3,}[ \\t]*$', + relevance: 10 + }, + // images and links + { + begin: '(link:)?(http|https|ftp|file|irc|image:?):\\S+\\[.*?\\]', + returnBegin: true, + contains: [ + { + //className: 'macro', + begin: '(link|image:?):', + relevance: 0 + }, + { + className: 'link_url', + begin: '\\w', + end: '[^\\[]+', + relevance: 0 + }, + { + className: 'link_label', + begin: '\\[', + end: '\\]', + excludeBegin: true, + excludeEnd: true, + relevance: 0 + } + ], + relevance: 10 + } + ] + }; + }; +}, {} +], +47: [function(require, module, exports) { + module.exports = function (hljs) { + var KEYWORDS = + 'false synchronized int abstract float private char boolean static null if const ' + + 'for true while long throw strictfp finally protected import native final return void ' + + 'enum else extends implements break transient new catch instanceof byte super volatile case ' + + 'assert short package default double public try this switch continue throws privileged ' + + 'aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization ' + + 'staticinitialization withincode target within execution getWithinTypeName handler ' + + 'thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents ' + + 'warning error soft precedence thisAspectInstance'; + var SHORTKEYS = 'get set args call'; + return { + keywords : KEYWORDS, + illegal : /<\/|#/, + contains : [ + hljs.COMMENT( + '/\\*\\*', + '\\*/', + { + relevance : 0, + contains : [{ + className : 'doctag', + begin : '@[A-Za-z]+' + } + ] + }), + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + { + className : 'aspect', + beginKeywords : 'aspect', + end : /[{;=]/, + excludeEnd : true, + illegal : /[:;"\[\]]/, + contains : [ + { + beginKeywords : 'extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton' + }, + hljs.UNDERSCORE_TITLE_MODE, + { + begin : /\([^\)]*/, + end : /[)]+/, + keywords : KEYWORDS + ' ' + SHORTKEYS, + excludeEnd : false + } + ] + }, + { + className : 'class', + beginKeywords : 'class interface', + end : /[{;=]/, + excludeEnd : true, + relevance: 0, + keywords : 'class interface', + illegal : /[:"\[\]]/, + contains : [ + { + beginKeywords : 'extends implements' + }, + hljs.UNDERSCORE_TITLE_MODE + ] + }, + { + // AspectJ Constructs + beginKeywords : 'pointcut after before around throwing returning', + end : /[)]/, + excludeEnd : false, + illegal : /["\[\]]/, + contains : [ + { + begin : hljs.UNDERSCORE_IDENT_RE + '\\s*\\(', + returnBegin : true, + contains : [hljs.UNDERSCORE_TITLE_MODE] + } + ] + }, + { + begin : /[:]/, + returnBegin : true, + end : /[{;]/, + relevance: 0, + excludeEnd : false, + keywords : KEYWORDS, + illegal : /["\[\]]/, + contains : [ + { + begin : hljs.UNDERSCORE_IDENT_RE + '\\s*\\(', + keywords : KEYWORDS + ' ' + SHORTKEYS + }, + hljs.QUOTE_STRING_MODE + ] + }, + { + // this prevents 'new Name(...), or throw ...' from being recognized as a function definition + beginKeywords : 'new throw', + relevance : 0 + }, + { + // the function class is a bit different for AspectJ compared to the Java language + className : 'function', + begin : /\w+ +\w+(\.)?\w+\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/, + returnBegin : true, + end : /[{;=]/, + keywords : KEYWORDS, + excludeEnd : true, + contains : [ + { + begin : hljs.UNDERSCORE_IDENT_RE + '\\s*\\(', + returnBegin : true, + relevance: 0, + contains : [hljs.UNDERSCORE_TITLE_MODE] + }, + { + className : 'params', + begin : /\(/, + end : /\)/, + relevance: 0, + keywords : KEYWORDS, + contains : [ + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_NUMBER_MODE, + hljs.C_BLOCK_COMMENT_MODE + ] + }, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE + ] + }, + hljs.C_NUMBER_MODE, + { + // annotation is also used in this language + className : 'annotation', + begin : '@[A-Za-z]+' + } + ] + }; + }; +}, {} +], +48: [function(require, module, exports) { + module.exports = function(hljs) { + var BACKTICK_ESCAPE = { + className: 'escape', + begin: '`[\\s\\S]' + }; + var COMMENTS = hljs.COMMENT( + ';', + '$', + { + relevance: 0 + }); + var BUILT_IN = [ + { + className: 'built_in', + begin: 'A_[a-zA-Z0-9]+' + }, + { + className: 'built_in', + beginKeywords: 'ComSpec Clipboard ClipboardAll ErrorLevel' + } + ]; + + return { + case_insensitive: true, + keywords: { + keyword: 'Break Continue Else Gosub If Loop Return While', + literal: 'A true false NOT AND OR' + }, + contains: BUILT_IN.concat([ + BACKTICK_ESCAPE, + hljs.inherit(hljs.QUOTE_STRING_MODE, { + contains: [BACKTICK_ESCAPE] + }), + COMMENTS, + { + className: 'number', + begin: hljs.NUMBER_RE, + relevance: 0 + }, + { + className: 'var_expand', + // FIXME + begin: '%', + end: '%', + illegal: '\\n', + contains: [BACKTICK_ESCAPE] + }, + { + className: 'label', + contains: [BACKTICK_ESCAPE], + variants: [ + { + begin: '^[^\\n";]+::(?!=)' + }, + { + begin: '^[^\\n";]+:(?!=)', + relevance: 0 + } + // zero relevance as it catches a lot of things + // followed by a single ':' in many languages + ] + }, + { + // consecutive commas, not for highlighting but just for relevance + begin: ',\\s*,', + relevance: 10 + } + ]) + } + }; +}, {} +], +49: [function(require, module, exports) { + module.exports = function(hljs) { + var KEYWORDS = 'ByRef Case Const ContinueCase ContinueLoop ' + + 'Default Dim Do Else ElseIf EndFunc EndIf EndSelect ' + + 'EndSwitch EndWith Enum Exit ExitLoop For Func ' + + 'Global If In Local Next ReDim Return Select Static ' + + 'Step Switch Then To Until Volatile WEnd While With', + LITERAL = 'True False And Null Not Or', + BUILT_IN = 'Abs ACos AdlibRegister AdlibUnRegister Asc AscW ASin ' + + 'Assign ATan AutoItSetOption AutoItWinGetTitle ' + + 'AutoItWinSetTitle Beep Binary BinaryLen BinaryMid ' + + 'BinaryToString BitAND BitNOT BitOR BitRotate BitShift ' + + 'BitXOR BlockInput Break Call CDTray Ceiling Chr ' + + 'ChrW ClipGet ClipPut ConsoleRead ConsoleWrite ' + + 'ConsoleWriteError ControlClick ControlCommand ' + + 'ControlDisable ControlEnable ControlFocus ControlGetFocus ' + + 'ControlGetHandle ControlGetPos ControlGetText ControlHide ' + + 'ControlListView ControlMove ControlSend ControlSetText ' + + 'ControlShow ControlTreeView Cos Dec DirCopy DirCreate ' + + 'DirGetSize DirMove DirRemove DllCall DllCallAddress ' + + 'DllCallbackFree DllCallbackGetPtr DllCallbackRegister ' + + 'DllClose DllOpen DllStructCreate DllStructGetData ' + + 'DllStructGetPtr DllStructGetSize DllStructSetData ' + + 'DriveGetDrive DriveGetFileSystem DriveGetLabel ' + + 'DriveGetSerial DriveGetType DriveMapAdd DriveMapDel ' + + 'DriveMapGet DriveSetLabel DriveSpaceFree DriveSpaceTotal ' + + 'DriveStatus EnvGet EnvSet EnvUpdate Eval Execute Exp ' + + 'FileChangeDir FileClose FileCopy FileCreateNTFSLink ' + + 'FileCreateShortcut FileDelete FileExists FileFindFirstFile ' + + 'FileFindNextFile FileFlush FileGetAttrib FileGetEncoding ' + + 'FileGetLongName FileGetPos FileGetShortcut FileGetShortName ' + + 'FileGetSize FileGetTime FileGetVersion FileInstall ' + + 'FileMove FileOpen FileOpenDialog FileRead FileReadLine ' + + 'FileReadToArray FileRecycle FileRecycleEmpty FileSaveDialog ' + + 'FileSelectFolder FileSetAttrib FileSetEnd FileSetPos ' + + 'FileSetTime FileWrite FileWriteLine Floor FtpSetProxy ' + + 'FuncName GUICreate GUICtrlCreateAvi GUICtrlCreateButton ' + + 'GUICtrlCreateCheckbox GUICtrlCreateCombo ' + + 'GUICtrlCreateContextMenu GUICtrlCreateDate GUICtrlCreateDummy ' + + 'GUICtrlCreateEdit GUICtrlCreateGraphic GUICtrlCreateGroup ' + + 'GUICtrlCreateIcon GUICtrlCreateInput GUICtrlCreateLabel ' + + 'GUICtrlCreateList GUICtrlCreateListView ' + + 'GUICtrlCreateListViewItem GUICtrlCreateMenu ' + + 'GUICtrlCreateMenuItem GUICtrlCreateMonthCal GUICtrlCreateObj ' + + 'GUICtrlCreatePic GUICtrlCreateProgress GUICtrlCreateRadio ' + + 'GUICtrlCreateSlider GUICtrlCreateTab GUICtrlCreateTabItem ' + + 'GUICtrlCreateTreeView GUICtrlCreateTreeViewItem ' + + 'GUICtrlCreateUpdown GUICtrlDelete GUICtrlGetHandle ' + + 'GUICtrlGetState GUICtrlRead GUICtrlRecvMsg ' + + 'GUICtrlRegisterListViewSort GUICtrlSendMsg GUICtrlSendToDummy ' + + 'GUICtrlSetBkColor GUICtrlSetColor GUICtrlSetCursor ' + + 'GUICtrlSetData GUICtrlSetDefBkColor GUICtrlSetDefColor ' + + 'GUICtrlSetFont GUICtrlSetGraphic GUICtrlSetImage ' + + 'GUICtrlSetLimit GUICtrlSetOnEvent GUICtrlSetPos ' + + 'GUICtrlSetResizing GUICtrlSetState GUICtrlSetStyle ' + + 'GUICtrlSetTip GUIDelete GUIGetCursorInfo GUIGetMsg ' + + 'GUIGetStyle GUIRegisterMsg GUISetAccelerators GUISetBkColor ' + + 'GUISetCoord GUISetCursor GUISetFont GUISetHelp GUISetIcon ' + + 'GUISetOnEvent GUISetState GUISetStyle GUIStartGroup ' + + 'GUISwitch Hex HotKeySet HttpSetProxy HttpSetUserAgent ' + + 'HWnd InetClose InetGet InetGetInfo InetGetSize InetRead ' + + 'IniDelete IniRead IniReadSection IniReadSectionNames ' + + 'IniRenameSection IniWrite IniWriteSection InputBox Int ' + + 'IsAdmin IsArray IsBinary IsBool IsDeclared IsDllStruct ' + + 'IsFloat IsFunc IsHWnd IsInt IsKeyword IsNumber IsObj ' + + 'IsPtr IsString Log MemGetStats Mod MouseClick ' + + 'MouseClickDrag MouseDown MouseGetCursor MouseGetPos ' + + 'MouseMove MouseUp MouseWheel MsgBox Number ObjCreate ' + + 'ObjCreateInterface ObjEvent ObjGet ObjName ' + + 'OnAutoItExitRegister OnAutoItExitUnRegister Opt Ping ' + + 'PixelChecksum PixelGetColor PixelSearch ProcessClose ' + + 'ProcessExists ProcessGetStats ProcessList ' + + 'ProcessSetPriority ProcessWait ProcessWaitClose ProgressOff ' + + 'ProgressOn ProgressSet Ptr Random RegDelete RegEnumKey ' + + 'RegEnumVal RegRead RegWrite Round Run RunAs RunAsWait ' + + 'RunWait Send SendKeepActive SetError SetExtended ' + + 'ShellExecute ShellExecuteWait Shutdown Sin Sleep ' + + 'SoundPlay SoundSetWaveVolume SplashImageOn SplashOff ' + + 'SplashTextOn Sqrt SRandom StatusbarGetText StderrRead ' + + 'StdinWrite StdioClose StdoutRead String StringAddCR ' + + 'StringCompare StringFormat StringFromASCIIArray StringInStr ' + + 'StringIsAlNum StringIsAlpha StringIsASCII StringIsDigit ' + + 'StringIsFloat StringIsInt StringIsLower StringIsSpace ' + + 'StringIsUpper StringIsXDigit StringLeft StringLen ' + + 'StringLower StringMid StringRegExp StringRegExpReplace ' + + 'StringReplace StringReverse StringRight StringSplit ' + + 'StringStripCR StringStripWS StringToASCIIArray ' + + 'StringToBinary StringTrimLeft StringTrimRight StringUpper ' + + 'Tan TCPAccept TCPCloseSocket TCPConnect TCPListen ' + + 'TCPNameToIP TCPRecv TCPSend TCPShutdown TCPStartup ' + + 'TimerDiff TimerInit ToolTip TrayCreateItem TrayCreateMenu ' + + 'TrayGetMsg TrayItemDelete TrayItemGetHandle ' + + 'TrayItemGetState TrayItemGetText TrayItemSetOnEvent ' + + 'TrayItemSetState TrayItemSetText TraySetClick TraySetIcon ' + + 'TraySetOnEvent TraySetPauseIcon TraySetState TraySetToolTip ' + + 'TrayTip UBound UDPBind UDPCloseSocket UDPOpen UDPRecv ' + + 'UDPSend UDPShutdown UDPStartup VarGetType WinActivate ' + + 'WinActive WinClose WinExists WinFlash WinGetCaretPos ' + + 'WinGetClassList WinGetClientSize WinGetHandle WinGetPos ' + + 'WinGetProcess WinGetState WinGetText WinGetTitle WinKill ' + + 'WinList WinMenuSelectItem WinMinimizeAll WinMinimizeAllUndo ' + + 'WinMove WinSetOnTop WinSetState WinSetTitle WinSetTrans ' + + 'WinWait WinWaitActive WinWaitClose WinWaitNotActive ' + + 'Array1DToHistogram ArrayAdd ArrayBinarySearch ' + + 'ArrayColDelete ArrayColInsert ArrayCombinations ' + + 'ArrayConcatenate ArrayDelete ArrayDisplay ArrayExtract ' + + 'ArrayFindAll ArrayInsert ArrayMax ArrayMaxIndex ArrayMin ' + + 'ArrayMinIndex ArrayPermute ArrayPop ArrayPush ' + + 'ArrayReverse ArraySearch ArrayShuffle ArraySort ArraySwap ' + + 'ArrayToClip ArrayToString ArrayTranspose ArrayTrim ' + + 'ArrayUnique Assert ChooseColor ChooseFont ' + + 'ClipBoard_ChangeChain ClipBoard_Close ClipBoard_CountFormats ' + + 'ClipBoard_Empty ClipBoard_EnumFormats ClipBoard_FormatStr ' + + 'ClipBoard_GetData ClipBoard_GetDataEx ClipBoard_GetFormatName ' + + 'ClipBoard_GetOpenWindow ClipBoard_GetOwner ' + + 'ClipBoard_GetPriorityFormat ClipBoard_GetSequenceNumber ' + + 'ClipBoard_GetViewer ClipBoard_IsFormatAvailable ' + + 'ClipBoard_Open ClipBoard_RegisterFormat ClipBoard_SetData ' + + 'ClipBoard_SetDataEx ClipBoard_SetViewer ClipPutFile ' + + 'ColorConvertHSLtoRGB ColorConvertRGBtoHSL ColorGetBlue ' + + 'ColorGetCOLORREF ColorGetGreen ColorGetRed ColorGetRGB ' + + 'ColorSetCOLORREF ColorSetRGB Crypt_DecryptData ' + + 'Crypt_DecryptFile Crypt_DeriveKey Crypt_DestroyKey ' + + 'Crypt_EncryptData Crypt_EncryptFile Crypt_GenRandom ' + + 'Crypt_HashData Crypt_HashFile Crypt_Shutdown Crypt_Startup ' + + 'DateAdd DateDayOfWeek DateDaysInMonth DateDiff ' + + 'DateIsLeapYear DateIsValid DateTimeFormat DateTimeSplit ' + + 'DateToDayOfWeek DateToDayOfWeekISO DateToDayValue ' + + 'DateToMonth Date_Time_CompareFileTime ' + + 'Date_Time_DOSDateTimeToArray Date_Time_DOSDateTimeToFileTime ' + + 'Date_Time_DOSDateTimeToStr Date_Time_DOSDateToArray ' + + 'Date_Time_DOSDateToStr Date_Time_DOSTimeToArray ' + + 'Date_Time_DOSTimeToStr Date_Time_EncodeFileTime ' + + 'Date_Time_EncodeSystemTime Date_Time_FileTimeToArray ' + + 'Date_Time_FileTimeToDOSDateTime ' + + 'Date_Time_FileTimeToLocalFileTime Date_Time_FileTimeToStr ' + + 'Date_Time_FileTimeToSystemTime Date_Time_GetFileTime ' + + 'Date_Time_GetLocalTime Date_Time_GetSystemTime ' + + 'Date_Time_GetSystemTimeAdjustment ' + + 'Date_Time_GetSystemTimeAsFileTime Date_Time_GetSystemTimes ' + + 'Date_Time_GetTickCount Date_Time_GetTimeZoneInformation ' + + 'Date_Time_LocalFileTimeToFileTime Date_Time_SetFileTime ' + + 'Date_Time_SetLocalTime Date_Time_SetSystemTime ' + + 'Date_Time_SetSystemTimeAdjustment ' + + 'Date_Time_SetTimeZoneInformation Date_Time_SystemTimeToArray ' + + 'Date_Time_SystemTimeToDateStr Date_Time_SystemTimeToDateTimeStr ' + + 'Date_Time_SystemTimeToFileTime Date_Time_SystemTimeToTimeStr ' + + 'Date_Time_SystemTimeToTzSpecificLocalTime ' + + 'Date_Time_TzSpecificLocalTimeToSystemTime DayValueToDate ' + + 'DebugBugReportEnv DebugCOMError DebugOut DebugReport ' + + 'DebugReportEx DebugReportVar DebugSetup Degree ' + + 'EventLog__Backup EventLog__Clear EventLog__Close ' + + 'EventLog__Count EventLog__DeregisterSource EventLog__Full ' + + 'EventLog__Notify EventLog__Oldest EventLog__Open ' + + 'EventLog__OpenBackup EventLog__Read EventLog__RegisterSource ' + + 'EventLog__Report Excel_BookAttach Excel_BookClose ' + + 'Excel_BookList Excel_BookNew Excel_BookOpen ' + + 'Excel_BookOpenText Excel_BookSave Excel_BookSaveAs ' + + 'Excel_Close Excel_ColumnToLetter Excel_ColumnToNumber ' + + 'Excel_ConvertFormula Excel_Export Excel_FilterGet ' + + 'Excel_FilterSet Excel_Open Excel_PictureAdd Excel_Print ' + + 'Excel_RangeCopyPaste Excel_RangeDelete Excel_RangeFind ' + + 'Excel_RangeInsert Excel_RangeLinkAddRemove Excel_RangeRead ' + + 'Excel_RangeReplace Excel_RangeSort Excel_RangeValidate ' + + 'Excel_RangeWrite Excel_SheetAdd Excel_SheetCopyMove ' + + 'Excel_SheetDelete Excel_SheetList FileCountLines FileCreate ' + + 'FileListToArray FileListToArrayRec FilePrint ' + + 'FileReadToArray FileWriteFromArray FileWriteLog ' + + 'FileWriteToLine FTP_Close FTP_Command FTP_Connect ' + + 'FTP_DecodeInternetStatus FTP_DirCreate FTP_DirDelete ' + + 'FTP_DirGetCurrent FTP_DirPutContents FTP_DirSetCurrent ' + + 'FTP_FileClose FTP_FileDelete FTP_FileGet FTP_FileGetSize ' + + 'FTP_FileOpen FTP_FilePut FTP_FileRead FTP_FileRename ' + + 'FTP_FileTimeLoHiToStr FTP_FindFileClose FTP_FindFileFirst ' + + 'FTP_FindFileNext FTP_GetLastResponseInfo FTP_ListToArray ' + + 'FTP_ListToArray2D FTP_ListToArrayEx FTP_Open ' + + 'FTP_ProgressDownload FTP_ProgressUpload FTP_SetStatusCallback ' + + 'GDIPlus_ArrowCapCreate GDIPlus_ArrowCapDispose ' + + 'GDIPlus_ArrowCapGetFillState GDIPlus_ArrowCapGetHeight ' + + 'GDIPlus_ArrowCapGetMiddleInset GDIPlus_ArrowCapGetWidth ' + + 'GDIPlus_ArrowCapSetFillState GDIPlus_ArrowCapSetHeight ' + + 'GDIPlus_ArrowCapSetMiddleInset GDIPlus_ArrowCapSetWidth ' + + 'GDIPlus_BitmapApplyEffect GDIPlus_BitmapApplyEffectEx ' + + 'GDIPlus_BitmapCloneArea GDIPlus_BitmapConvertFormat ' + + 'GDIPlus_BitmapCreateApplyEffect ' + + 'GDIPlus_BitmapCreateApplyEffectEx ' + + 'GDIPlus_BitmapCreateDIBFromBitmap GDIPlus_BitmapCreateFromFile ' + + 'GDIPlus_BitmapCreateFromGraphics ' + + 'GDIPlus_BitmapCreateFromHBITMAP GDIPlus_BitmapCreateFromHICON ' + + 'GDIPlus_BitmapCreateFromHICON32 GDIPlus_BitmapCreateFromMemory ' + + 'GDIPlus_BitmapCreateFromResource GDIPlus_BitmapCreateFromScan0 ' + + 'GDIPlus_BitmapCreateFromStream ' + + 'GDIPlus_BitmapCreateHBITMAPFromBitmap GDIPlus_BitmapDispose ' + + 'GDIPlus_BitmapGetHistogram GDIPlus_BitmapGetHistogramEx ' + + 'GDIPlus_BitmapGetHistogramSize GDIPlus_BitmapGetPixel ' + + 'GDIPlus_BitmapLockBits GDIPlus_BitmapSetPixel ' + + 'GDIPlus_BitmapUnlockBits GDIPlus_BrushClone ' + + 'GDIPlus_BrushCreateSolid GDIPlus_BrushDispose ' + + 'GDIPlus_BrushGetSolidColor GDIPlus_BrushGetType ' + + 'GDIPlus_BrushSetSolidColor GDIPlus_ColorMatrixCreate ' + + 'GDIPlus_ColorMatrixCreateGrayScale ' + + 'GDIPlus_ColorMatrixCreateNegative ' + + 'GDIPlus_ColorMatrixCreateSaturation ' + + 'GDIPlus_ColorMatrixCreateScale ' + + 'GDIPlus_ColorMatrixCreateTranslate GDIPlus_CustomLineCapClone ' + + 'GDIPlus_CustomLineCapCreate GDIPlus_CustomLineCapDispose ' + + 'GDIPlus_CustomLineCapGetStrokeCaps ' + + 'GDIPlus_CustomLineCapSetStrokeCaps GDIPlus_Decoders ' + + 'GDIPlus_DecodersGetCount GDIPlus_DecodersGetSize ' + + 'GDIPlus_DrawImageFX GDIPlus_DrawImageFXEx ' + + 'GDIPlus_DrawImagePoints GDIPlus_EffectCreate ' + + 'GDIPlus_EffectCreateBlur GDIPlus_EffectCreateBrightnessContrast ' + + 'GDIPlus_EffectCreateColorBalance GDIPlus_EffectCreateColorCurve ' + + 'GDIPlus_EffectCreateColorLUT GDIPlus_EffectCreateColorMatrix ' + + 'GDIPlus_EffectCreateHueSaturationLightness ' + + 'GDIPlus_EffectCreateLevels GDIPlus_EffectCreateRedEyeCorrection ' + + 'GDIPlus_EffectCreateSharpen GDIPlus_EffectCreateTint ' + + 'GDIPlus_EffectDispose GDIPlus_EffectGetParameters ' + + 'GDIPlus_EffectSetParameters GDIPlus_Encoders ' + + 'GDIPlus_EncodersGetCLSID GDIPlus_EncodersGetCount ' + + 'GDIPlus_EncodersGetParamList GDIPlus_EncodersGetParamListSize ' + + 'GDIPlus_EncodersGetSize GDIPlus_FontCreate ' + + 'GDIPlus_FontDispose GDIPlus_FontFamilyCreate ' + + 'GDIPlus_FontFamilyCreateFromCollection ' + + 'GDIPlus_FontFamilyDispose GDIPlus_FontFamilyGetCellAscent ' + + 'GDIPlus_FontFamilyGetCellDescent GDIPlus_FontFamilyGetEmHeight ' + + 'GDIPlus_FontFamilyGetLineSpacing GDIPlus_FontGetHeight ' + + 'GDIPlus_FontPrivateAddFont GDIPlus_FontPrivateAddMemoryFont ' + + 'GDIPlus_FontPrivateCollectionDispose ' + + 'GDIPlus_FontPrivateCreateCollection GDIPlus_GraphicsClear ' + + 'GDIPlus_GraphicsCreateFromHDC GDIPlus_GraphicsCreateFromHWND ' + + 'GDIPlus_GraphicsDispose GDIPlus_GraphicsDrawArc ' + + 'GDIPlus_GraphicsDrawBezier GDIPlus_GraphicsDrawClosedCurve ' + + 'GDIPlus_GraphicsDrawClosedCurve2 GDIPlus_GraphicsDrawCurve ' + + 'GDIPlus_GraphicsDrawCurve2 GDIPlus_GraphicsDrawEllipse ' + + 'GDIPlus_GraphicsDrawImage GDIPlus_GraphicsDrawImagePointsRect ' + + 'GDIPlus_GraphicsDrawImageRect GDIPlus_GraphicsDrawImageRectRect ' + + 'GDIPlus_GraphicsDrawLine GDIPlus_GraphicsDrawPath ' + + 'GDIPlus_GraphicsDrawPie GDIPlus_GraphicsDrawPolygon ' + + 'GDIPlus_GraphicsDrawRect GDIPlus_GraphicsDrawString ' + + 'GDIPlus_GraphicsDrawStringEx GDIPlus_GraphicsFillClosedCurve ' + + 'GDIPlus_GraphicsFillClosedCurve2 GDIPlus_GraphicsFillEllipse ' + + 'GDIPlus_GraphicsFillPath GDIPlus_GraphicsFillPie ' + + 'GDIPlus_GraphicsFillPolygon GDIPlus_GraphicsFillRect ' + + 'GDIPlus_GraphicsFillRegion GDIPlus_GraphicsGetCompositingMode ' + + 'GDIPlus_GraphicsGetCompositingQuality GDIPlus_GraphicsGetDC ' + + 'GDIPlus_GraphicsGetInterpolationMode ' + + 'GDIPlus_GraphicsGetSmoothingMode GDIPlus_GraphicsGetTransform ' + + 'GDIPlus_GraphicsMeasureCharacterRanges ' + + 'GDIPlus_GraphicsMeasureString GDIPlus_GraphicsReleaseDC ' + + 'GDIPlus_GraphicsResetClip GDIPlus_GraphicsResetTransform ' + + 'GDIPlus_GraphicsRestore GDIPlus_GraphicsRotateTransform ' + + 'GDIPlus_GraphicsSave GDIPlus_GraphicsScaleTransform ' + + 'GDIPlus_GraphicsSetClipPath GDIPlus_GraphicsSetClipRect ' + + 'GDIPlus_GraphicsSetClipRegion ' + + 'GDIPlus_GraphicsSetCompositingMode ' + + 'GDIPlus_GraphicsSetCompositingQuality ' + + 'GDIPlus_GraphicsSetInterpolationMode ' + + 'GDIPlus_GraphicsSetPixelOffsetMode ' + + 'GDIPlus_GraphicsSetSmoothingMode ' + + 'GDIPlus_GraphicsSetTextRenderingHint ' + + 'GDIPlus_GraphicsSetTransform GDIPlus_GraphicsTransformPoints ' + + 'GDIPlus_GraphicsTranslateTransform GDIPlus_HatchBrushCreate ' + + 'GDIPlus_HICONCreateFromBitmap GDIPlus_ImageAttributesCreate ' + + 'GDIPlus_ImageAttributesDispose ' + + 'GDIPlus_ImageAttributesSetColorKeys ' + + 'GDIPlus_ImageAttributesSetColorMatrix GDIPlus_ImageDispose ' + + 'GDIPlus_ImageGetDimension GDIPlus_ImageGetFlags ' + + 'GDIPlus_ImageGetGraphicsContext GDIPlus_ImageGetHeight ' + + 'GDIPlus_ImageGetHorizontalResolution ' + + 'GDIPlus_ImageGetPixelFormat GDIPlus_ImageGetRawFormat ' + + 'GDIPlus_ImageGetThumbnail GDIPlus_ImageGetType ' + + 'GDIPlus_ImageGetVerticalResolution GDIPlus_ImageGetWidth ' + + 'GDIPlus_ImageLoadFromFile GDIPlus_ImageLoadFromStream ' + + 'GDIPlus_ImageResize GDIPlus_ImageRotateFlip ' + + 'GDIPlus_ImageSaveToFile GDIPlus_ImageSaveToFileEx ' + + 'GDIPlus_ImageSaveToStream GDIPlus_ImageScale ' + + 'GDIPlus_LineBrushCreate GDIPlus_LineBrushCreateFromRect ' + + 'GDIPlus_LineBrushCreateFromRectWithAngle ' + + 'GDIPlus_LineBrushGetColors GDIPlus_LineBrushGetRect ' + + 'GDIPlus_LineBrushMultiplyTransform ' + + 'GDIPlus_LineBrushResetTransform GDIPlus_LineBrushSetBlend ' + + 'GDIPlus_LineBrushSetColors GDIPlus_LineBrushSetGammaCorrection ' + + 'GDIPlus_LineBrushSetLinearBlend GDIPlus_LineBrushSetPresetBlend ' + + 'GDIPlus_LineBrushSetSigmaBlend GDIPlus_LineBrushSetTransform ' + + 'GDIPlus_MatrixClone GDIPlus_MatrixCreate ' + + 'GDIPlus_MatrixDispose GDIPlus_MatrixGetElements ' + + 'GDIPlus_MatrixInvert GDIPlus_MatrixMultiply ' + + 'GDIPlus_MatrixRotate GDIPlus_MatrixScale ' + + 'GDIPlus_MatrixSetElements GDIPlus_MatrixShear ' + + 'GDIPlus_MatrixTransformPoints GDIPlus_MatrixTranslate ' + + 'GDIPlus_PaletteInitialize GDIPlus_ParamAdd GDIPlus_ParamInit ' + + 'GDIPlus_ParamSize GDIPlus_PathAddArc GDIPlus_PathAddBezier ' + + 'GDIPlus_PathAddClosedCurve GDIPlus_PathAddClosedCurve2 ' + + 'GDIPlus_PathAddCurve GDIPlus_PathAddCurve2 ' + + 'GDIPlus_PathAddCurve3 GDIPlus_PathAddEllipse ' + + 'GDIPlus_PathAddLine GDIPlus_PathAddLine2 GDIPlus_PathAddPath ' + + 'GDIPlus_PathAddPie GDIPlus_PathAddPolygon ' + + 'GDIPlus_PathAddRectangle GDIPlus_PathAddString ' + + 'GDIPlus_PathBrushCreate GDIPlus_PathBrushCreateFromPath ' + + 'GDIPlus_PathBrushGetCenterPoint GDIPlus_PathBrushGetFocusScales ' + + 'GDIPlus_PathBrushGetPointCount GDIPlus_PathBrushGetRect ' + + 'GDIPlus_PathBrushGetWrapMode GDIPlus_PathBrushMultiplyTransform ' + + 'GDIPlus_PathBrushResetTransform GDIPlus_PathBrushSetBlend ' + + 'GDIPlus_PathBrushSetCenterColor GDIPlus_PathBrushSetCenterPoint ' + + 'GDIPlus_PathBrushSetFocusScales ' + + 'GDIPlus_PathBrushSetGammaCorrection ' + + 'GDIPlus_PathBrushSetLinearBlend GDIPlus_PathBrushSetPresetBlend ' + + 'GDIPlus_PathBrushSetSigmaBlend ' + + 'GDIPlus_PathBrushSetSurroundColor ' + + 'GDIPlus_PathBrushSetSurroundColorsWithCount ' + + 'GDIPlus_PathBrushSetTransform GDIPlus_PathBrushSetWrapMode ' + + 'GDIPlus_PathClone GDIPlus_PathCloseFigure GDIPlus_PathCreate ' + + 'GDIPlus_PathCreate2 GDIPlus_PathDispose GDIPlus_PathFlatten ' + + 'GDIPlus_PathGetData GDIPlus_PathGetFillMode ' + + 'GDIPlus_PathGetLastPoint GDIPlus_PathGetPointCount ' + + 'GDIPlus_PathGetPoints GDIPlus_PathGetWorldBounds ' + + 'GDIPlus_PathIsOutlineVisiblePoint GDIPlus_PathIsVisiblePoint ' + + 'GDIPlus_PathIterCreate GDIPlus_PathIterDispose ' + + 'GDIPlus_PathIterGetSubpathCount GDIPlus_PathIterNextMarkerPath ' + + 'GDIPlus_PathIterNextSubpathPath GDIPlus_PathIterRewind ' + + 'GDIPlus_PathReset GDIPlus_PathReverse GDIPlus_PathSetFillMode ' + + 'GDIPlus_PathSetMarker GDIPlus_PathStartFigure ' + + 'GDIPlus_PathTransform GDIPlus_PathWarp GDIPlus_PathWiden ' + + 'GDIPlus_PathWindingModeOutline GDIPlus_PenCreate ' + + 'GDIPlus_PenCreate2 GDIPlus_PenDispose GDIPlus_PenGetAlignment ' + + 'GDIPlus_PenGetColor GDIPlus_PenGetCustomEndCap ' + + 'GDIPlus_PenGetDashCap GDIPlus_PenGetDashStyle ' + + 'GDIPlus_PenGetEndCap GDIPlus_PenGetMiterLimit ' + + 'GDIPlus_PenGetWidth GDIPlus_PenSetAlignment ' + + 'GDIPlus_PenSetColor GDIPlus_PenSetCustomEndCap ' + + 'GDIPlus_PenSetDashCap GDIPlus_PenSetDashStyle ' + + 'GDIPlus_PenSetEndCap GDIPlus_PenSetLineCap ' + + 'GDIPlus_PenSetLineJoin GDIPlus_PenSetMiterLimit ' + + 'GDIPlus_PenSetStartCap GDIPlus_PenSetWidth ' + + 'GDIPlus_RectFCreate GDIPlus_RegionClone ' + + 'GDIPlus_RegionCombinePath GDIPlus_RegionCombineRect ' + + 'GDIPlus_RegionCombineRegion GDIPlus_RegionCreate ' + + 'GDIPlus_RegionCreateFromPath GDIPlus_RegionCreateFromRect ' + + 'GDIPlus_RegionDispose GDIPlus_RegionGetBounds ' + + 'GDIPlus_RegionGetHRgn GDIPlus_RegionTransform ' + + 'GDIPlus_RegionTranslate GDIPlus_Shutdown GDIPlus_Startup ' + + 'GDIPlus_StringFormatCreate GDIPlus_StringFormatDispose ' + + 'GDIPlus_StringFormatGetMeasurableCharacterRangeCount ' + + 'GDIPlus_StringFormatSetAlign GDIPlus_StringFormatSetLineAlign ' + + 'GDIPlus_StringFormatSetMeasurableCharacterRanges ' + + 'GDIPlus_TextureCreate GDIPlus_TextureCreate2 ' + + 'GDIPlus_TextureCreateIA GetIP GUICtrlAVI_Close ' + + 'GUICtrlAVI_Create GUICtrlAVI_Destroy GUICtrlAVI_IsPlaying ' + + 'GUICtrlAVI_Open GUICtrlAVI_OpenEx GUICtrlAVI_Play ' + + 'GUICtrlAVI_Seek GUICtrlAVI_Show GUICtrlAVI_Stop ' + + 'GUICtrlButton_Click GUICtrlButton_Create ' + + 'GUICtrlButton_Destroy GUICtrlButton_Enable ' + + 'GUICtrlButton_GetCheck GUICtrlButton_GetFocus ' + + 'GUICtrlButton_GetIdealSize GUICtrlButton_GetImage ' + + 'GUICtrlButton_GetImageList GUICtrlButton_GetNote ' + + 'GUICtrlButton_GetNoteLength GUICtrlButton_GetSplitInfo ' + + 'GUICtrlButton_GetState GUICtrlButton_GetText ' + + 'GUICtrlButton_GetTextMargin GUICtrlButton_SetCheck ' + + 'GUICtrlButton_SetDontClick GUICtrlButton_SetFocus ' + + 'GUICtrlButton_SetImage GUICtrlButton_SetImageList ' + + 'GUICtrlButton_SetNote GUICtrlButton_SetShield ' + + 'GUICtrlButton_SetSize GUICtrlButton_SetSplitInfo ' + + 'GUICtrlButton_SetState GUICtrlButton_SetStyle ' + + 'GUICtrlButton_SetText GUICtrlButton_SetTextMargin ' + + 'GUICtrlButton_Show GUICtrlComboBoxEx_AddDir ' + + 'GUICtrlComboBoxEx_AddString GUICtrlComboBoxEx_BeginUpdate ' + + 'GUICtrlComboBoxEx_Create GUICtrlComboBoxEx_CreateSolidBitMap ' + + 'GUICtrlComboBoxEx_DeleteString GUICtrlComboBoxEx_Destroy ' + + 'GUICtrlComboBoxEx_EndUpdate GUICtrlComboBoxEx_FindStringExact ' + + 'GUICtrlComboBoxEx_GetComboBoxInfo ' + + 'GUICtrlComboBoxEx_GetComboControl GUICtrlComboBoxEx_GetCount ' + + 'GUICtrlComboBoxEx_GetCurSel ' + + 'GUICtrlComboBoxEx_GetDroppedControlRect ' + + 'GUICtrlComboBoxEx_GetDroppedControlRectEx ' + + 'GUICtrlComboBoxEx_GetDroppedState ' + + 'GUICtrlComboBoxEx_GetDroppedWidth ' + + 'GUICtrlComboBoxEx_GetEditControl GUICtrlComboBoxEx_GetEditSel ' + + 'GUICtrlComboBoxEx_GetEditText ' + + 'GUICtrlComboBoxEx_GetExtendedStyle ' + + 'GUICtrlComboBoxEx_GetExtendedUI GUICtrlComboBoxEx_GetImageList ' + + 'GUICtrlComboBoxEx_GetItem GUICtrlComboBoxEx_GetItemEx ' + + 'GUICtrlComboBoxEx_GetItemHeight GUICtrlComboBoxEx_GetItemImage ' + + 'GUICtrlComboBoxEx_GetItemIndent ' + + 'GUICtrlComboBoxEx_GetItemOverlayImage ' + + 'GUICtrlComboBoxEx_GetItemParam ' + + 'GUICtrlComboBoxEx_GetItemSelectedImage ' + + 'GUICtrlComboBoxEx_GetItemText GUICtrlComboBoxEx_GetItemTextLen ' + + 'GUICtrlComboBoxEx_GetList GUICtrlComboBoxEx_GetListArray ' + + 'GUICtrlComboBoxEx_GetLocale GUICtrlComboBoxEx_GetLocaleCountry ' + + 'GUICtrlComboBoxEx_GetLocaleLang ' + + 'GUICtrlComboBoxEx_GetLocalePrimLang ' + + 'GUICtrlComboBoxEx_GetLocaleSubLang ' + + 'GUICtrlComboBoxEx_GetMinVisible GUICtrlComboBoxEx_GetTopIndex ' + + 'GUICtrlComboBoxEx_GetUnicode GUICtrlComboBoxEx_InitStorage ' + + 'GUICtrlComboBoxEx_InsertString GUICtrlComboBoxEx_LimitText ' + + 'GUICtrlComboBoxEx_ReplaceEditSel GUICtrlComboBoxEx_ResetContent ' + + 'GUICtrlComboBoxEx_SetCurSel GUICtrlComboBoxEx_SetDroppedWidth ' + + 'GUICtrlComboBoxEx_SetEditSel GUICtrlComboBoxEx_SetEditText ' + + 'GUICtrlComboBoxEx_SetExtendedStyle ' + + 'GUICtrlComboBoxEx_SetExtendedUI GUICtrlComboBoxEx_SetImageList ' + + 'GUICtrlComboBoxEx_SetItem GUICtrlComboBoxEx_SetItemEx ' + + 'GUICtrlComboBoxEx_SetItemHeight GUICtrlComboBoxEx_SetItemImage ' + + 'GUICtrlComboBoxEx_SetItemIndent ' + + 'GUICtrlComboBoxEx_SetItemOverlayImage ' + + 'GUICtrlComboBoxEx_SetItemParam ' + + 'GUICtrlComboBoxEx_SetItemSelectedImage ' + + 'GUICtrlComboBoxEx_SetMinVisible GUICtrlComboBoxEx_SetTopIndex ' + + 'GUICtrlComboBoxEx_SetUnicode GUICtrlComboBoxEx_ShowDropDown ' + + 'GUICtrlComboBox_AddDir GUICtrlComboBox_AddString ' + + 'GUICtrlComboBox_AutoComplete GUICtrlComboBox_BeginUpdate ' + + 'GUICtrlComboBox_Create GUICtrlComboBox_DeleteString ' + + 'GUICtrlComboBox_Destroy GUICtrlComboBox_EndUpdate ' + + 'GUICtrlComboBox_FindString GUICtrlComboBox_FindStringExact ' + + 'GUICtrlComboBox_GetComboBoxInfo GUICtrlComboBox_GetCount ' + + 'GUICtrlComboBox_GetCueBanner GUICtrlComboBox_GetCurSel ' + + 'GUICtrlComboBox_GetDroppedControlRect ' + + 'GUICtrlComboBox_GetDroppedControlRectEx ' + + 'GUICtrlComboBox_GetDroppedState GUICtrlComboBox_GetDroppedWidth ' + + 'GUICtrlComboBox_GetEditSel GUICtrlComboBox_GetEditText ' + + 'GUICtrlComboBox_GetExtendedUI ' + + 'GUICtrlComboBox_GetHorizontalExtent ' + + 'GUICtrlComboBox_GetItemHeight GUICtrlComboBox_GetLBText ' + + 'GUICtrlComboBox_GetLBTextLen GUICtrlComboBox_GetList ' + + 'GUICtrlComboBox_GetListArray GUICtrlComboBox_GetLocale ' + + 'GUICtrlComboBox_GetLocaleCountry GUICtrlComboBox_GetLocaleLang ' + + 'GUICtrlComboBox_GetLocalePrimLang ' + + 'GUICtrlComboBox_GetLocaleSubLang GUICtrlComboBox_GetMinVisible ' + + 'GUICtrlComboBox_GetTopIndex GUICtrlComboBox_InitStorage ' + + 'GUICtrlComboBox_InsertString GUICtrlComboBox_LimitText ' + + 'GUICtrlComboBox_ReplaceEditSel GUICtrlComboBox_ResetContent ' + + 'GUICtrlComboBox_SelectString GUICtrlComboBox_SetCueBanner ' + + 'GUICtrlComboBox_SetCurSel GUICtrlComboBox_SetDroppedWidth ' + + 'GUICtrlComboBox_SetEditSel GUICtrlComboBox_SetEditText ' + + 'GUICtrlComboBox_SetExtendedUI ' + + 'GUICtrlComboBox_SetHorizontalExtent ' + + 'GUICtrlComboBox_SetItemHeight GUICtrlComboBox_SetMinVisible ' + + 'GUICtrlComboBox_SetTopIndex GUICtrlComboBox_ShowDropDown ' + + 'GUICtrlDTP_Create GUICtrlDTP_Destroy GUICtrlDTP_GetMCColor ' + + 'GUICtrlDTP_GetMCFont GUICtrlDTP_GetMonthCal ' + + 'GUICtrlDTP_GetRange GUICtrlDTP_GetRangeEx ' + + 'GUICtrlDTP_GetSystemTime GUICtrlDTP_GetSystemTimeEx ' + + 'GUICtrlDTP_SetFormat GUICtrlDTP_SetMCColor ' + + 'GUICtrlDTP_SetMCFont GUICtrlDTP_SetRange ' + + 'GUICtrlDTP_SetRangeEx GUICtrlDTP_SetSystemTime ' + + 'GUICtrlDTP_SetSystemTimeEx GUICtrlEdit_AppendText ' + + 'GUICtrlEdit_BeginUpdate GUICtrlEdit_CanUndo ' + + 'GUICtrlEdit_CharFromPos GUICtrlEdit_Create ' + + 'GUICtrlEdit_Destroy GUICtrlEdit_EmptyUndoBuffer ' + + 'GUICtrlEdit_EndUpdate GUICtrlEdit_Find GUICtrlEdit_FmtLines ' + + 'GUICtrlEdit_GetCueBanner GUICtrlEdit_GetFirstVisibleLine ' + + 'GUICtrlEdit_GetLimitText GUICtrlEdit_GetLine ' + + 'GUICtrlEdit_GetLineCount GUICtrlEdit_GetMargins ' + + 'GUICtrlEdit_GetModify GUICtrlEdit_GetPasswordChar ' + + 'GUICtrlEdit_GetRECT GUICtrlEdit_GetRECTEx GUICtrlEdit_GetSel ' + + 'GUICtrlEdit_GetText GUICtrlEdit_GetTextLen ' + + 'GUICtrlEdit_HideBalloonTip GUICtrlEdit_InsertText ' + + 'GUICtrlEdit_LineFromChar GUICtrlEdit_LineIndex ' + + 'GUICtrlEdit_LineLength GUICtrlEdit_LineScroll ' + + 'GUICtrlEdit_PosFromChar GUICtrlEdit_ReplaceSel ' + + 'GUICtrlEdit_Scroll GUICtrlEdit_SetCueBanner ' + + 'GUICtrlEdit_SetLimitText GUICtrlEdit_SetMargins ' + + 'GUICtrlEdit_SetModify GUICtrlEdit_SetPasswordChar ' + + 'GUICtrlEdit_SetReadOnly GUICtrlEdit_SetRECT ' + + 'GUICtrlEdit_SetRECTEx GUICtrlEdit_SetRECTNP ' + + 'GUICtrlEdit_SetRectNPEx GUICtrlEdit_SetSel ' + + 'GUICtrlEdit_SetTabStops GUICtrlEdit_SetText ' + + 'GUICtrlEdit_ShowBalloonTip GUICtrlEdit_Undo ' + + 'GUICtrlHeader_AddItem GUICtrlHeader_ClearFilter ' + + 'GUICtrlHeader_ClearFilterAll GUICtrlHeader_Create ' + + 'GUICtrlHeader_CreateDragImage GUICtrlHeader_DeleteItem ' + + 'GUICtrlHeader_Destroy GUICtrlHeader_EditFilter ' + + 'GUICtrlHeader_GetBitmapMargin GUICtrlHeader_GetImageList ' + + 'GUICtrlHeader_GetItem GUICtrlHeader_GetItemAlign ' + + 'GUICtrlHeader_GetItemBitmap GUICtrlHeader_GetItemCount ' + + 'GUICtrlHeader_GetItemDisplay GUICtrlHeader_GetItemFlags ' + + 'GUICtrlHeader_GetItemFormat GUICtrlHeader_GetItemImage ' + + 'GUICtrlHeader_GetItemOrder GUICtrlHeader_GetItemParam ' + + 'GUICtrlHeader_GetItemRect GUICtrlHeader_GetItemRectEx ' + + 'GUICtrlHeader_GetItemText GUICtrlHeader_GetItemWidth ' + + 'GUICtrlHeader_GetOrderArray GUICtrlHeader_GetUnicodeFormat ' + + 'GUICtrlHeader_HitTest GUICtrlHeader_InsertItem ' + + 'GUICtrlHeader_Layout GUICtrlHeader_OrderToIndex ' + + 'GUICtrlHeader_SetBitmapMargin ' + + 'GUICtrlHeader_SetFilterChangeTimeout ' + + 'GUICtrlHeader_SetHotDivider GUICtrlHeader_SetImageList ' + + 'GUICtrlHeader_SetItem GUICtrlHeader_SetItemAlign ' + + 'GUICtrlHeader_SetItemBitmap GUICtrlHeader_SetItemDisplay ' + + 'GUICtrlHeader_SetItemFlags GUICtrlHeader_SetItemFormat ' + + 'GUICtrlHeader_SetItemImage GUICtrlHeader_SetItemOrder ' + + 'GUICtrlHeader_SetItemParam GUICtrlHeader_SetItemText ' + + 'GUICtrlHeader_SetItemWidth GUICtrlHeader_SetOrderArray ' + + 'GUICtrlHeader_SetUnicodeFormat GUICtrlIpAddress_ClearAddress ' + + 'GUICtrlIpAddress_Create GUICtrlIpAddress_Destroy ' + + 'GUICtrlIpAddress_Get GUICtrlIpAddress_GetArray ' + + 'GUICtrlIpAddress_GetEx GUICtrlIpAddress_IsBlank ' + + 'GUICtrlIpAddress_Set GUICtrlIpAddress_SetArray ' + + 'GUICtrlIpAddress_SetEx GUICtrlIpAddress_SetFocus ' + + 'GUICtrlIpAddress_SetFont GUICtrlIpAddress_SetRange ' + + 'GUICtrlIpAddress_ShowHide GUICtrlListBox_AddFile ' + + 'GUICtrlListBox_AddString GUICtrlListBox_BeginUpdate ' + + 'GUICtrlListBox_ClickItem GUICtrlListBox_Create ' + + 'GUICtrlListBox_DeleteString GUICtrlListBox_Destroy ' + + 'GUICtrlListBox_Dir GUICtrlListBox_EndUpdate ' + + 'GUICtrlListBox_FindInText GUICtrlListBox_FindString ' + + 'GUICtrlListBox_GetAnchorIndex GUICtrlListBox_GetCaretIndex ' + + 'GUICtrlListBox_GetCount GUICtrlListBox_GetCurSel ' + + 'GUICtrlListBox_GetHorizontalExtent GUICtrlListBox_GetItemData ' + + 'GUICtrlListBox_GetItemHeight GUICtrlListBox_GetItemRect ' + + 'GUICtrlListBox_GetItemRectEx GUICtrlListBox_GetListBoxInfo ' + + 'GUICtrlListBox_GetLocale GUICtrlListBox_GetLocaleCountry ' + + 'GUICtrlListBox_GetLocaleLang GUICtrlListBox_GetLocalePrimLang ' + + 'GUICtrlListBox_GetLocaleSubLang GUICtrlListBox_GetSel ' + + 'GUICtrlListBox_GetSelCount GUICtrlListBox_GetSelItems ' + + 'GUICtrlListBox_GetSelItemsText GUICtrlListBox_GetText ' + + 'GUICtrlListBox_GetTextLen GUICtrlListBox_GetTopIndex ' + + 'GUICtrlListBox_InitStorage GUICtrlListBox_InsertString ' + + 'GUICtrlListBox_ItemFromPoint GUICtrlListBox_ReplaceString ' + + 'GUICtrlListBox_ResetContent GUICtrlListBox_SelectString ' + + 'GUICtrlListBox_SelItemRange GUICtrlListBox_SelItemRangeEx ' + + 'GUICtrlListBox_SetAnchorIndex GUICtrlListBox_SetCaretIndex ' + + 'GUICtrlListBox_SetColumnWidth GUICtrlListBox_SetCurSel ' + + 'GUICtrlListBox_SetHorizontalExtent GUICtrlListBox_SetItemData ' + + 'GUICtrlListBox_SetItemHeight GUICtrlListBox_SetLocale ' + + 'GUICtrlListBox_SetSel GUICtrlListBox_SetTabStops ' + + 'GUICtrlListBox_SetTopIndex GUICtrlListBox_Sort ' + + 'GUICtrlListBox_SwapString GUICtrlListBox_UpdateHScroll ' + + 'GUICtrlListView_AddArray GUICtrlListView_AddColumn ' + + 'GUICtrlListView_AddItem GUICtrlListView_AddSubItem ' + + 'GUICtrlListView_ApproximateViewHeight ' + + 'GUICtrlListView_ApproximateViewRect ' + + 'GUICtrlListView_ApproximateViewWidth GUICtrlListView_Arrange ' + + 'GUICtrlListView_BeginUpdate GUICtrlListView_CancelEditLabel ' + + 'GUICtrlListView_ClickItem GUICtrlListView_CopyItems ' + + 'GUICtrlListView_Create GUICtrlListView_CreateDragImage ' + + 'GUICtrlListView_CreateSolidBitMap ' + + 'GUICtrlListView_DeleteAllItems GUICtrlListView_DeleteColumn ' + + 'GUICtrlListView_DeleteItem GUICtrlListView_DeleteItemsSelected ' + + 'GUICtrlListView_Destroy GUICtrlListView_DrawDragImage ' + + 'GUICtrlListView_EditLabel GUICtrlListView_EnableGroupView ' + + 'GUICtrlListView_EndUpdate GUICtrlListView_EnsureVisible ' + + 'GUICtrlListView_FindInText GUICtrlListView_FindItem ' + + 'GUICtrlListView_FindNearest GUICtrlListView_FindParam ' + + 'GUICtrlListView_FindText GUICtrlListView_GetBkColor ' + + 'GUICtrlListView_GetBkImage GUICtrlListView_GetCallbackMask ' + + 'GUICtrlListView_GetColumn GUICtrlListView_GetColumnCount ' + + 'GUICtrlListView_GetColumnOrder ' + + 'GUICtrlListView_GetColumnOrderArray ' + + 'GUICtrlListView_GetColumnWidth GUICtrlListView_GetCounterPage ' + + 'GUICtrlListView_GetEditControl ' + + 'GUICtrlListView_GetExtendedListViewStyle ' + + 'GUICtrlListView_GetFocusedGroup GUICtrlListView_GetGroupCount ' + + 'GUICtrlListView_GetGroupInfo ' + + 'GUICtrlListView_GetGroupInfoByIndex ' + + 'GUICtrlListView_GetGroupRect ' + + 'GUICtrlListView_GetGroupViewEnabled GUICtrlListView_GetHeader ' + + 'GUICtrlListView_GetHotCursor GUICtrlListView_GetHotItem ' + + 'GUICtrlListView_GetHoverTime GUICtrlListView_GetImageList ' + + 'GUICtrlListView_GetISearchString GUICtrlListView_GetItem ' + + 'GUICtrlListView_GetItemChecked GUICtrlListView_GetItemCount ' + + 'GUICtrlListView_GetItemCut GUICtrlListView_GetItemDropHilited ' + + 'GUICtrlListView_GetItemEx GUICtrlListView_GetItemFocused ' + + 'GUICtrlListView_GetItemGroupID GUICtrlListView_GetItemImage ' + + 'GUICtrlListView_GetItemIndent GUICtrlListView_GetItemParam ' + + 'GUICtrlListView_GetItemPosition ' + + 'GUICtrlListView_GetItemPositionX ' + + 'GUICtrlListView_GetItemPositionY GUICtrlListView_GetItemRect ' + + 'GUICtrlListView_GetItemRectEx GUICtrlListView_GetItemSelected ' + + 'GUICtrlListView_GetItemSpacing GUICtrlListView_GetItemSpacingX ' + + 'GUICtrlListView_GetItemSpacingY GUICtrlListView_GetItemState ' + + 'GUICtrlListView_GetItemStateImage GUICtrlListView_GetItemText ' + + 'GUICtrlListView_GetItemTextArray ' + + 'GUICtrlListView_GetItemTextString GUICtrlListView_GetNextItem ' + + 'GUICtrlListView_GetNumberOfWorkAreas GUICtrlListView_GetOrigin ' + + 'GUICtrlListView_GetOriginX GUICtrlListView_GetOriginY ' + + 'GUICtrlListView_GetOutlineColor ' + + 'GUICtrlListView_GetSelectedColumn ' + + 'GUICtrlListView_GetSelectedCount ' + + 'GUICtrlListView_GetSelectedIndices ' + + 'GUICtrlListView_GetSelectionMark GUICtrlListView_GetStringWidth ' + + 'GUICtrlListView_GetSubItemRect GUICtrlListView_GetTextBkColor ' + + 'GUICtrlListView_GetTextColor GUICtrlListView_GetToolTips ' + + 'GUICtrlListView_GetTopIndex GUICtrlListView_GetUnicodeFormat ' + + 'GUICtrlListView_GetView GUICtrlListView_GetViewDetails ' + + 'GUICtrlListView_GetViewLarge GUICtrlListView_GetViewList ' + + 'GUICtrlListView_GetViewRect GUICtrlListView_GetViewSmall ' + + 'GUICtrlListView_GetViewTile GUICtrlListView_HideColumn ' + + 'GUICtrlListView_HitTest GUICtrlListView_InsertColumn ' + + 'GUICtrlListView_InsertGroup GUICtrlListView_InsertItem ' + + 'GUICtrlListView_JustifyColumn GUICtrlListView_MapIDToIndex ' + + 'GUICtrlListView_MapIndexToID GUICtrlListView_RedrawItems ' + + 'GUICtrlListView_RegisterSortCallBack ' + + 'GUICtrlListView_RemoveAllGroups GUICtrlListView_RemoveGroup ' + + 'GUICtrlListView_Scroll GUICtrlListView_SetBkColor ' + + 'GUICtrlListView_SetBkImage GUICtrlListView_SetCallBackMask ' + + 'GUICtrlListView_SetColumn GUICtrlListView_SetColumnOrder ' + + 'GUICtrlListView_SetColumnOrderArray ' + + 'GUICtrlListView_SetColumnWidth ' + + 'GUICtrlListView_SetExtendedListViewStyle ' + + 'GUICtrlListView_SetGroupInfo GUICtrlListView_SetHotItem ' + + 'GUICtrlListView_SetHoverTime GUICtrlListView_SetIconSpacing ' + + 'GUICtrlListView_SetImageList GUICtrlListView_SetItem ' + + 'GUICtrlListView_SetItemChecked GUICtrlListView_SetItemCount ' + + 'GUICtrlListView_SetItemCut GUICtrlListView_SetItemDropHilited ' + + 'GUICtrlListView_SetItemEx GUICtrlListView_SetItemFocused ' + + 'GUICtrlListView_SetItemGroupID GUICtrlListView_SetItemImage ' + + 'GUICtrlListView_SetItemIndent GUICtrlListView_SetItemParam ' + + 'GUICtrlListView_SetItemPosition ' + + 'GUICtrlListView_SetItemPosition32 ' + + 'GUICtrlListView_SetItemSelected GUICtrlListView_SetItemState ' + + 'GUICtrlListView_SetItemStateImage GUICtrlListView_SetItemText ' + + 'GUICtrlListView_SetOutlineColor ' + + 'GUICtrlListView_SetSelectedColumn ' + + 'GUICtrlListView_SetSelectionMark GUICtrlListView_SetTextBkColor ' + + 'GUICtrlListView_SetTextColor GUICtrlListView_SetToolTips ' + + 'GUICtrlListView_SetUnicodeFormat GUICtrlListView_SetView ' + + 'GUICtrlListView_SetWorkAreas GUICtrlListView_SimpleSort ' + + 'GUICtrlListView_SortItems GUICtrlListView_SubItemHitTest ' + + 'GUICtrlListView_UnRegisterSortCallBack GUICtrlMenu_AddMenuItem ' + + 'GUICtrlMenu_AppendMenu GUICtrlMenu_CalculatePopupWindowPosition ' + + 'GUICtrlMenu_CheckMenuItem GUICtrlMenu_CheckRadioItem ' + + 'GUICtrlMenu_CreateMenu GUICtrlMenu_CreatePopup ' + + 'GUICtrlMenu_DeleteMenu GUICtrlMenu_DestroyMenu ' + + 'GUICtrlMenu_DrawMenuBar GUICtrlMenu_EnableMenuItem ' + + 'GUICtrlMenu_FindItem GUICtrlMenu_FindParent ' + + 'GUICtrlMenu_GetItemBmp GUICtrlMenu_GetItemBmpChecked ' + + 'GUICtrlMenu_GetItemBmpUnchecked GUICtrlMenu_GetItemChecked ' + + 'GUICtrlMenu_GetItemCount GUICtrlMenu_GetItemData ' + + 'GUICtrlMenu_GetItemDefault GUICtrlMenu_GetItemDisabled ' + + 'GUICtrlMenu_GetItemEnabled GUICtrlMenu_GetItemGrayed ' + + 'GUICtrlMenu_GetItemHighlighted GUICtrlMenu_GetItemID ' + + 'GUICtrlMenu_GetItemInfo GUICtrlMenu_GetItemRect ' + + 'GUICtrlMenu_GetItemRectEx GUICtrlMenu_GetItemState ' + + 'GUICtrlMenu_GetItemStateEx GUICtrlMenu_GetItemSubMenu ' + + 'GUICtrlMenu_GetItemText GUICtrlMenu_GetItemType ' + + 'GUICtrlMenu_GetMenu GUICtrlMenu_GetMenuBackground ' + + 'GUICtrlMenu_GetMenuBarInfo GUICtrlMenu_GetMenuContextHelpID ' + + 'GUICtrlMenu_GetMenuData GUICtrlMenu_GetMenuDefaultItem ' + + 'GUICtrlMenu_GetMenuHeight GUICtrlMenu_GetMenuInfo ' + + 'GUICtrlMenu_GetMenuStyle GUICtrlMenu_GetSystemMenu ' + + 'GUICtrlMenu_InsertMenuItem GUICtrlMenu_InsertMenuItemEx ' + + 'GUICtrlMenu_IsMenu GUICtrlMenu_LoadMenu ' + + 'GUICtrlMenu_MapAccelerator GUICtrlMenu_MenuItemFromPoint ' + + 'GUICtrlMenu_RemoveMenu GUICtrlMenu_SetItemBitmaps ' + + 'GUICtrlMenu_SetItemBmp GUICtrlMenu_SetItemBmpChecked ' + + 'GUICtrlMenu_SetItemBmpUnchecked GUICtrlMenu_SetItemChecked ' + + 'GUICtrlMenu_SetItemData GUICtrlMenu_SetItemDefault ' + + 'GUICtrlMenu_SetItemDisabled GUICtrlMenu_SetItemEnabled ' + + 'GUICtrlMenu_SetItemGrayed GUICtrlMenu_SetItemHighlighted ' + + 'GUICtrlMenu_SetItemID GUICtrlMenu_SetItemInfo ' + + 'GUICtrlMenu_SetItemState GUICtrlMenu_SetItemSubMenu ' + + 'GUICtrlMenu_SetItemText GUICtrlMenu_SetItemType ' + + 'GUICtrlMenu_SetMenu GUICtrlMenu_SetMenuBackground ' + + 'GUICtrlMenu_SetMenuContextHelpID GUICtrlMenu_SetMenuData ' + + 'GUICtrlMenu_SetMenuDefaultItem GUICtrlMenu_SetMenuHeight ' + + 'GUICtrlMenu_SetMenuInfo GUICtrlMenu_SetMenuStyle ' + + 'GUICtrlMenu_TrackPopupMenu GUICtrlMonthCal_Create ' + + 'GUICtrlMonthCal_Destroy GUICtrlMonthCal_GetCalendarBorder ' + + 'GUICtrlMonthCal_GetCalendarCount GUICtrlMonthCal_GetColor ' + + 'GUICtrlMonthCal_GetColorArray GUICtrlMonthCal_GetCurSel ' + + 'GUICtrlMonthCal_GetCurSelStr GUICtrlMonthCal_GetFirstDOW ' + + 'GUICtrlMonthCal_GetFirstDOWStr GUICtrlMonthCal_GetMaxSelCount ' + + 'GUICtrlMonthCal_GetMaxTodayWidth ' + + 'GUICtrlMonthCal_GetMinReqHeight GUICtrlMonthCal_GetMinReqRect ' + + 'GUICtrlMonthCal_GetMinReqRectArray ' + + 'GUICtrlMonthCal_GetMinReqWidth GUICtrlMonthCal_GetMonthDelta ' + + 'GUICtrlMonthCal_GetMonthRange GUICtrlMonthCal_GetMonthRangeMax ' + + 'GUICtrlMonthCal_GetMonthRangeMaxStr ' + + 'GUICtrlMonthCal_GetMonthRangeMin ' + + 'GUICtrlMonthCal_GetMonthRangeMinStr ' + + 'GUICtrlMonthCal_GetMonthRangeSpan GUICtrlMonthCal_GetRange ' + + 'GUICtrlMonthCal_GetRangeMax GUICtrlMonthCal_GetRangeMaxStr ' + + 'GUICtrlMonthCal_GetRangeMin GUICtrlMonthCal_GetRangeMinStr ' + + 'GUICtrlMonthCal_GetSelRange GUICtrlMonthCal_GetSelRangeMax ' + + 'GUICtrlMonthCal_GetSelRangeMaxStr ' + + 'GUICtrlMonthCal_GetSelRangeMin ' + + 'GUICtrlMonthCal_GetSelRangeMinStr GUICtrlMonthCal_GetToday ' + + 'GUICtrlMonthCal_GetTodayStr GUICtrlMonthCal_GetUnicodeFormat ' + + 'GUICtrlMonthCal_HitTest GUICtrlMonthCal_SetCalendarBorder ' + + 'GUICtrlMonthCal_SetColor GUICtrlMonthCal_SetCurSel ' + + 'GUICtrlMonthCal_SetDayState GUICtrlMonthCal_SetFirstDOW ' + + 'GUICtrlMonthCal_SetMaxSelCount GUICtrlMonthCal_SetMonthDelta ' + + 'GUICtrlMonthCal_SetRange GUICtrlMonthCal_SetSelRange ' + + 'GUICtrlMonthCal_SetToday GUICtrlMonthCal_SetUnicodeFormat ' + + 'GUICtrlRebar_AddBand GUICtrlRebar_AddToolBarBand ' + + 'GUICtrlRebar_BeginDrag GUICtrlRebar_Create ' + + 'GUICtrlRebar_DeleteBand GUICtrlRebar_Destroy ' + + 'GUICtrlRebar_DragMove GUICtrlRebar_EndDrag ' + + 'GUICtrlRebar_GetBandBackColor GUICtrlRebar_GetBandBorders ' + + 'GUICtrlRebar_GetBandBordersEx GUICtrlRebar_GetBandChildHandle ' + + 'GUICtrlRebar_GetBandChildSize GUICtrlRebar_GetBandCount ' + + 'GUICtrlRebar_GetBandForeColor GUICtrlRebar_GetBandHeaderSize ' + + 'GUICtrlRebar_GetBandID GUICtrlRebar_GetBandIdealSize ' + + 'GUICtrlRebar_GetBandLength GUICtrlRebar_GetBandLParam ' + + 'GUICtrlRebar_GetBandMargins GUICtrlRebar_GetBandMarginsEx ' + + 'GUICtrlRebar_GetBandRect GUICtrlRebar_GetBandRectEx ' + + 'GUICtrlRebar_GetBandStyle GUICtrlRebar_GetBandStyleBreak ' + + 'GUICtrlRebar_GetBandStyleChildEdge ' + + 'GUICtrlRebar_GetBandStyleFixedBMP ' + + 'GUICtrlRebar_GetBandStyleFixedSize ' + + 'GUICtrlRebar_GetBandStyleGripperAlways ' + + 'GUICtrlRebar_GetBandStyleHidden ' + + 'GUICtrlRebar_GetBandStyleHideTitle ' + + 'GUICtrlRebar_GetBandStyleNoGripper ' + + 'GUICtrlRebar_GetBandStyleTopAlign ' + + 'GUICtrlRebar_GetBandStyleUseChevron ' + + 'GUICtrlRebar_GetBandStyleVariableHeight ' + + 'GUICtrlRebar_GetBandText GUICtrlRebar_GetBarHeight ' + + 'GUICtrlRebar_GetBarInfo GUICtrlRebar_GetBKColor ' + + 'GUICtrlRebar_GetColorScheme GUICtrlRebar_GetRowCount ' + + 'GUICtrlRebar_GetRowHeight GUICtrlRebar_GetTextColor ' + + 'GUICtrlRebar_GetToolTips GUICtrlRebar_GetUnicodeFormat ' + + 'GUICtrlRebar_HitTest GUICtrlRebar_IDToIndex ' + + 'GUICtrlRebar_MaximizeBand GUICtrlRebar_MinimizeBand ' + + 'GUICtrlRebar_MoveBand GUICtrlRebar_SetBandBackColor ' + + 'GUICtrlRebar_SetBandForeColor GUICtrlRebar_SetBandHeaderSize ' + + 'GUICtrlRebar_SetBandID GUICtrlRebar_SetBandIdealSize ' + + 'GUICtrlRebar_SetBandLength GUICtrlRebar_SetBandLParam ' + + 'GUICtrlRebar_SetBandStyle GUICtrlRebar_SetBandStyleBreak ' + + 'GUICtrlRebar_SetBandStyleChildEdge ' + + 'GUICtrlRebar_SetBandStyleFixedBMP ' + + 'GUICtrlRebar_SetBandStyleFixedSize ' + + 'GUICtrlRebar_SetBandStyleGripperAlways ' + + 'GUICtrlRebar_SetBandStyleHidden ' + + 'GUICtrlRebar_SetBandStyleHideTitle ' + + 'GUICtrlRebar_SetBandStyleNoGripper ' + + 'GUICtrlRebar_SetBandStyleTopAlign ' + + 'GUICtrlRebar_SetBandStyleUseChevron ' + + 'GUICtrlRebar_SetBandStyleVariableHeight ' + + 'GUICtrlRebar_SetBandText GUICtrlRebar_SetBarInfo ' + + 'GUICtrlRebar_SetBKColor GUICtrlRebar_SetColorScheme ' + + 'GUICtrlRebar_SetTextColor GUICtrlRebar_SetToolTips ' + + 'GUICtrlRebar_SetUnicodeFormat GUICtrlRebar_ShowBand ' + + 'GUICtrlRichEdit_AppendText GUICtrlRichEdit_AutoDetectURL ' + + 'GUICtrlRichEdit_CanPaste GUICtrlRichEdit_CanPasteSpecial ' + + 'GUICtrlRichEdit_CanRedo GUICtrlRichEdit_CanUndo ' + + 'GUICtrlRichEdit_ChangeFontSize GUICtrlRichEdit_Copy ' + + 'GUICtrlRichEdit_Create GUICtrlRichEdit_Cut ' + + 'GUICtrlRichEdit_Deselect GUICtrlRichEdit_Destroy ' + + 'GUICtrlRichEdit_EmptyUndoBuffer GUICtrlRichEdit_FindText ' + + 'GUICtrlRichEdit_FindTextInRange GUICtrlRichEdit_GetBkColor ' + + 'GUICtrlRichEdit_GetCharAttributes ' + + 'GUICtrlRichEdit_GetCharBkColor GUICtrlRichEdit_GetCharColor ' + + 'GUICtrlRichEdit_GetCharPosFromXY ' + + 'GUICtrlRichEdit_GetCharPosOfNextWord ' + + 'GUICtrlRichEdit_GetCharPosOfPreviousWord ' + + 'GUICtrlRichEdit_GetCharWordBreakInfo ' + + 'GUICtrlRichEdit_GetFirstCharPosOnLine GUICtrlRichEdit_GetFont ' + + 'GUICtrlRichEdit_GetLineCount GUICtrlRichEdit_GetLineLength ' + + 'GUICtrlRichEdit_GetLineNumberFromCharPos ' + + 'GUICtrlRichEdit_GetNextRedo GUICtrlRichEdit_GetNextUndo ' + + 'GUICtrlRichEdit_GetNumberOfFirstVisibleLine ' + + 'GUICtrlRichEdit_GetParaAlignment ' + + 'GUICtrlRichEdit_GetParaAttributes GUICtrlRichEdit_GetParaBorder ' + + 'GUICtrlRichEdit_GetParaIndents GUICtrlRichEdit_GetParaNumbering ' + + 'GUICtrlRichEdit_GetParaShading GUICtrlRichEdit_GetParaSpacing ' + + 'GUICtrlRichEdit_GetParaTabStops GUICtrlRichEdit_GetPasswordChar ' + + 'GUICtrlRichEdit_GetRECT GUICtrlRichEdit_GetScrollPos ' + + 'GUICtrlRichEdit_GetSel GUICtrlRichEdit_GetSelAA ' + + 'GUICtrlRichEdit_GetSelText GUICtrlRichEdit_GetSpaceUnit ' + + 'GUICtrlRichEdit_GetText GUICtrlRichEdit_GetTextInLine ' + + 'GUICtrlRichEdit_GetTextInRange GUICtrlRichEdit_GetTextLength ' + + 'GUICtrlRichEdit_GetVersion GUICtrlRichEdit_GetXYFromCharPos ' + + 'GUICtrlRichEdit_GetZoom GUICtrlRichEdit_GotoCharPos ' + + 'GUICtrlRichEdit_HideSelection GUICtrlRichEdit_InsertText ' + + 'GUICtrlRichEdit_IsModified GUICtrlRichEdit_IsTextSelected ' + + 'GUICtrlRichEdit_Paste GUICtrlRichEdit_PasteSpecial ' + + 'GUICtrlRichEdit_PauseRedraw GUICtrlRichEdit_Redo ' + + 'GUICtrlRichEdit_ReplaceText GUICtrlRichEdit_ResumeRedraw ' + + 'GUICtrlRichEdit_ScrollLineOrPage GUICtrlRichEdit_ScrollLines ' + + 'GUICtrlRichEdit_ScrollToCaret GUICtrlRichEdit_SetBkColor ' + + 'GUICtrlRichEdit_SetCharAttributes ' + + 'GUICtrlRichEdit_SetCharBkColor GUICtrlRichEdit_SetCharColor ' + + 'GUICtrlRichEdit_SetEventMask GUICtrlRichEdit_SetFont ' + + 'GUICtrlRichEdit_SetLimitOnText GUICtrlRichEdit_SetModified ' + + 'GUICtrlRichEdit_SetParaAlignment ' + + 'GUICtrlRichEdit_SetParaAttributes GUICtrlRichEdit_SetParaBorder ' + + 'GUICtrlRichEdit_SetParaIndents GUICtrlRichEdit_SetParaNumbering ' + + 'GUICtrlRichEdit_SetParaShading GUICtrlRichEdit_SetParaSpacing ' + + 'GUICtrlRichEdit_SetParaTabStops GUICtrlRichEdit_SetPasswordChar ' + + 'GUICtrlRichEdit_SetReadOnly GUICtrlRichEdit_SetRECT ' + + 'GUICtrlRichEdit_SetScrollPos GUICtrlRichEdit_SetSel ' + + 'GUICtrlRichEdit_SetSpaceUnit GUICtrlRichEdit_SetTabStops ' + + 'GUICtrlRichEdit_SetText GUICtrlRichEdit_SetUndoLimit ' + + 'GUICtrlRichEdit_SetZoom GUICtrlRichEdit_StreamFromFile ' + + 'GUICtrlRichEdit_StreamFromVar GUICtrlRichEdit_StreamToFile ' + + 'GUICtrlRichEdit_StreamToVar GUICtrlRichEdit_Undo ' + + 'GUICtrlSlider_ClearSel GUICtrlSlider_ClearTics ' + + 'GUICtrlSlider_Create GUICtrlSlider_Destroy ' + + 'GUICtrlSlider_GetBuddy GUICtrlSlider_GetChannelRect ' + + 'GUICtrlSlider_GetChannelRectEx GUICtrlSlider_GetLineSize ' + + 'GUICtrlSlider_GetLogicalTics GUICtrlSlider_GetNumTics ' + + 'GUICtrlSlider_GetPageSize GUICtrlSlider_GetPos ' + + 'GUICtrlSlider_GetRange GUICtrlSlider_GetRangeMax ' + + 'GUICtrlSlider_GetRangeMin GUICtrlSlider_GetSel ' + + 'GUICtrlSlider_GetSelEnd GUICtrlSlider_GetSelStart ' + + 'GUICtrlSlider_GetThumbLength GUICtrlSlider_GetThumbRect ' + + 'GUICtrlSlider_GetThumbRectEx GUICtrlSlider_GetTic ' + + 'GUICtrlSlider_GetTicPos GUICtrlSlider_GetToolTips ' + + 'GUICtrlSlider_GetUnicodeFormat GUICtrlSlider_SetBuddy ' + + 'GUICtrlSlider_SetLineSize GUICtrlSlider_SetPageSize ' + + 'GUICtrlSlider_SetPos GUICtrlSlider_SetRange ' + + 'GUICtrlSlider_SetRangeMax GUICtrlSlider_SetRangeMin ' + + 'GUICtrlSlider_SetSel GUICtrlSlider_SetSelEnd ' + + 'GUICtrlSlider_SetSelStart GUICtrlSlider_SetThumbLength ' + + 'GUICtrlSlider_SetTic GUICtrlSlider_SetTicFreq ' + + 'GUICtrlSlider_SetTipSide GUICtrlSlider_SetToolTips ' + + 'GUICtrlSlider_SetUnicodeFormat GUICtrlStatusBar_Create ' + + 'GUICtrlStatusBar_Destroy GUICtrlStatusBar_EmbedControl ' + + 'GUICtrlStatusBar_GetBorders GUICtrlStatusBar_GetBordersHorz ' + + 'GUICtrlStatusBar_GetBordersRect GUICtrlStatusBar_GetBordersVert ' + + 'GUICtrlStatusBar_GetCount GUICtrlStatusBar_GetHeight ' + + 'GUICtrlStatusBar_GetIcon GUICtrlStatusBar_GetParts ' + + 'GUICtrlStatusBar_GetRect GUICtrlStatusBar_GetRectEx ' + + 'GUICtrlStatusBar_GetText GUICtrlStatusBar_GetTextFlags ' + + 'GUICtrlStatusBar_GetTextLength GUICtrlStatusBar_GetTextLengthEx ' + + 'GUICtrlStatusBar_GetTipText GUICtrlStatusBar_GetUnicodeFormat ' + + 'GUICtrlStatusBar_GetWidth GUICtrlStatusBar_IsSimple ' + + 'GUICtrlStatusBar_Resize GUICtrlStatusBar_SetBkColor ' + + 'GUICtrlStatusBar_SetIcon GUICtrlStatusBar_SetMinHeight ' + + 'GUICtrlStatusBar_SetParts GUICtrlStatusBar_SetSimple ' + + 'GUICtrlStatusBar_SetText GUICtrlStatusBar_SetTipText ' + + 'GUICtrlStatusBar_SetUnicodeFormat GUICtrlStatusBar_ShowHide ' + + 'GUICtrlTab_ActivateTab GUICtrlTab_ClickTab GUICtrlTab_Create ' + + 'GUICtrlTab_DeleteAllItems GUICtrlTab_DeleteItem ' + + 'GUICtrlTab_DeselectAll GUICtrlTab_Destroy GUICtrlTab_FindTab ' + + 'GUICtrlTab_GetCurFocus GUICtrlTab_GetCurSel ' + + 'GUICtrlTab_GetDisplayRect GUICtrlTab_GetDisplayRectEx ' + + 'GUICtrlTab_GetExtendedStyle GUICtrlTab_GetImageList ' + + 'GUICtrlTab_GetItem GUICtrlTab_GetItemCount ' + + 'GUICtrlTab_GetItemImage GUICtrlTab_GetItemParam ' + + 'GUICtrlTab_GetItemRect GUICtrlTab_GetItemRectEx ' + + 'GUICtrlTab_GetItemState GUICtrlTab_GetItemText ' + + 'GUICtrlTab_GetRowCount GUICtrlTab_GetToolTips ' + + 'GUICtrlTab_GetUnicodeFormat GUICtrlTab_HighlightItem ' + + 'GUICtrlTab_HitTest GUICtrlTab_InsertItem ' + + 'GUICtrlTab_RemoveImage GUICtrlTab_SetCurFocus ' + + 'GUICtrlTab_SetCurSel GUICtrlTab_SetExtendedStyle ' + + 'GUICtrlTab_SetImageList GUICtrlTab_SetItem ' + + 'GUICtrlTab_SetItemImage GUICtrlTab_SetItemParam ' + + 'GUICtrlTab_SetItemSize GUICtrlTab_SetItemState ' + + 'GUICtrlTab_SetItemText GUICtrlTab_SetMinTabWidth ' + + 'GUICtrlTab_SetPadding GUICtrlTab_SetToolTips ' + + 'GUICtrlTab_SetUnicodeFormat GUICtrlToolbar_AddBitmap ' + + 'GUICtrlToolbar_AddButton GUICtrlToolbar_AddButtonSep ' + + 'GUICtrlToolbar_AddString GUICtrlToolbar_ButtonCount ' + + 'GUICtrlToolbar_CheckButton GUICtrlToolbar_ClickAccel ' + + 'GUICtrlToolbar_ClickButton GUICtrlToolbar_ClickIndex ' + + 'GUICtrlToolbar_CommandToIndex GUICtrlToolbar_Create ' + + 'GUICtrlToolbar_Customize GUICtrlToolbar_DeleteButton ' + + 'GUICtrlToolbar_Destroy GUICtrlToolbar_EnableButton ' + + 'GUICtrlToolbar_FindToolbar GUICtrlToolbar_GetAnchorHighlight ' + + 'GUICtrlToolbar_GetBitmapFlags GUICtrlToolbar_GetButtonBitmap ' + + 'GUICtrlToolbar_GetButtonInfo GUICtrlToolbar_GetButtonInfoEx ' + + 'GUICtrlToolbar_GetButtonParam GUICtrlToolbar_GetButtonRect ' + + 'GUICtrlToolbar_GetButtonRectEx GUICtrlToolbar_GetButtonSize ' + + 'GUICtrlToolbar_GetButtonState GUICtrlToolbar_GetButtonStyle ' + + 'GUICtrlToolbar_GetButtonText GUICtrlToolbar_GetColorScheme ' + + 'GUICtrlToolbar_GetDisabledImageList ' + + 'GUICtrlToolbar_GetExtendedStyle GUICtrlToolbar_GetHotImageList ' + + 'GUICtrlToolbar_GetHotItem GUICtrlToolbar_GetImageList ' + + 'GUICtrlToolbar_GetInsertMark GUICtrlToolbar_GetInsertMarkColor ' + + 'GUICtrlToolbar_GetMaxSize GUICtrlToolbar_GetMetrics ' + + 'GUICtrlToolbar_GetPadding GUICtrlToolbar_GetRows ' + + 'GUICtrlToolbar_GetString GUICtrlToolbar_GetStyle ' + + 'GUICtrlToolbar_GetStyleAltDrag ' + + 'GUICtrlToolbar_GetStyleCustomErase GUICtrlToolbar_GetStyleFlat ' + + 'GUICtrlToolbar_GetStyleList GUICtrlToolbar_GetStyleRegisterDrop ' + + 'GUICtrlToolbar_GetStyleToolTips ' + + 'GUICtrlToolbar_GetStyleTransparent ' + + 'GUICtrlToolbar_GetStyleWrapable GUICtrlToolbar_GetTextRows ' + + 'GUICtrlToolbar_GetToolTips GUICtrlToolbar_GetUnicodeFormat ' + + 'GUICtrlToolbar_HideButton GUICtrlToolbar_HighlightButton ' + + 'GUICtrlToolbar_HitTest GUICtrlToolbar_IndexToCommand ' + + 'GUICtrlToolbar_InsertButton GUICtrlToolbar_InsertMarkHitTest ' + + 'GUICtrlToolbar_IsButtonChecked GUICtrlToolbar_IsButtonEnabled ' + + 'GUICtrlToolbar_IsButtonHidden ' + + 'GUICtrlToolbar_IsButtonHighlighted ' + + 'GUICtrlToolbar_IsButtonIndeterminate ' + + 'GUICtrlToolbar_IsButtonPressed GUICtrlToolbar_LoadBitmap ' + + 'GUICtrlToolbar_LoadImages GUICtrlToolbar_MapAccelerator ' + + 'GUICtrlToolbar_MoveButton GUICtrlToolbar_PressButton ' + + 'GUICtrlToolbar_SetAnchorHighlight GUICtrlToolbar_SetBitmapSize ' + + 'GUICtrlToolbar_SetButtonBitMap GUICtrlToolbar_SetButtonInfo ' + + 'GUICtrlToolbar_SetButtonInfoEx GUICtrlToolbar_SetButtonParam ' + + 'GUICtrlToolbar_SetButtonSize GUICtrlToolbar_SetButtonState ' + + 'GUICtrlToolbar_SetButtonStyle GUICtrlToolbar_SetButtonText ' + + 'GUICtrlToolbar_SetButtonWidth GUICtrlToolbar_SetCmdID ' + + 'GUICtrlToolbar_SetColorScheme ' + + 'GUICtrlToolbar_SetDisabledImageList ' + + 'GUICtrlToolbar_SetDrawTextFlags GUICtrlToolbar_SetExtendedStyle ' + + 'GUICtrlToolbar_SetHotImageList GUICtrlToolbar_SetHotItem ' + + 'GUICtrlToolbar_SetImageList GUICtrlToolbar_SetIndent ' + + 'GUICtrlToolbar_SetIndeterminate GUICtrlToolbar_SetInsertMark ' + + 'GUICtrlToolbar_SetInsertMarkColor GUICtrlToolbar_SetMaxTextRows ' + + 'GUICtrlToolbar_SetMetrics GUICtrlToolbar_SetPadding ' + + 'GUICtrlToolbar_SetParent GUICtrlToolbar_SetRows ' + + 'GUICtrlToolbar_SetStyle GUICtrlToolbar_SetStyleAltDrag ' + + 'GUICtrlToolbar_SetStyleCustomErase GUICtrlToolbar_SetStyleFlat ' + + 'GUICtrlToolbar_SetStyleList GUICtrlToolbar_SetStyleRegisterDrop ' + + 'GUICtrlToolbar_SetStyleToolTips ' + + 'GUICtrlToolbar_SetStyleTransparent ' + + 'GUICtrlToolbar_SetStyleWrapable GUICtrlToolbar_SetToolTips ' + + 'GUICtrlToolbar_SetUnicodeFormat GUICtrlToolbar_SetWindowTheme ' + + 'GUICtrlTreeView_Add GUICtrlTreeView_AddChild ' + + 'GUICtrlTreeView_AddChildFirst GUICtrlTreeView_AddFirst ' + + 'GUICtrlTreeView_BeginUpdate GUICtrlTreeView_ClickItem ' + + 'GUICtrlTreeView_Create GUICtrlTreeView_CreateDragImage ' + + 'GUICtrlTreeView_CreateSolidBitMap GUICtrlTreeView_Delete ' + + 'GUICtrlTreeView_DeleteAll GUICtrlTreeView_DeleteChildren ' + + 'GUICtrlTreeView_Destroy GUICtrlTreeView_DisplayRect ' + + 'GUICtrlTreeView_DisplayRectEx GUICtrlTreeView_EditText ' + + 'GUICtrlTreeView_EndEdit GUICtrlTreeView_EndUpdate ' + + 'GUICtrlTreeView_EnsureVisible GUICtrlTreeView_Expand ' + + 'GUICtrlTreeView_ExpandedOnce GUICtrlTreeView_FindItem ' + + 'GUICtrlTreeView_FindItemEx GUICtrlTreeView_GetBkColor ' + + 'GUICtrlTreeView_GetBold GUICtrlTreeView_GetChecked ' + + 'GUICtrlTreeView_GetChildCount GUICtrlTreeView_GetChildren ' + + 'GUICtrlTreeView_GetCount GUICtrlTreeView_GetCut ' + + 'GUICtrlTreeView_GetDropTarget GUICtrlTreeView_GetEditControl ' + + 'GUICtrlTreeView_GetExpanded GUICtrlTreeView_GetFirstChild ' + + 'GUICtrlTreeView_GetFirstItem GUICtrlTreeView_GetFirstVisible ' + + 'GUICtrlTreeView_GetFocused GUICtrlTreeView_GetHeight ' + + 'GUICtrlTreeView_GetImageIndex ' + + 'GUICtrlTreeView_GetImageListIconHandle ' + + 'GUICtrlTreeView_GetIndent GUICtrlTreeView_GetInsertMarkColor ' + + 'GUICtrlTreeView_GetISearchString GUICtrlTreeView_GetItemByIndex ' + + 'GUICtrlTreeView_GetItemHandle GUICtrlTreeView_GetItemParam ' + + 'GUICtrlTreeView_GetLastChild GUICtrlTreeView_GetLineColor ' + + 'GUICtrlTreeView_GetNext GUICtrlTreeView_GetNextChild ' + + 'GUICtrlTreeView_GetNextSibling GUICtrlTreeView_GetNextVisible ' + + 'GUICtrlTreeView_GetNormalImageList ' + + 'GUICtrlTreeView_GetParentHandle GUICtrlTreeView_GetParentParam ' + + 'GUICtrlTreeView_GetPrev GUICtrlTreeView_GetPrevChild ' + + 'GUICtrlTreeView_GetPrevSibling GUICtrlTreeView_GetPrevVisible ' + + 'GUICtrlTreeView_GetScrollTime GUICtrlTreeView_GetSelected ' + + 'GUICtrlTreeView_GetSelectedImageIndex ' + + 'GUICtrlTreeView_GetSelection GUICtrlTreeView_GetSiblingCount ' + + 'GUICtrlTreeView_GetState GUICtrlTreeView_GetStateImageIndex ' + + 'GUICtrlTreeView_GetStateImageList GUICtrlTreeView_GetText ' + + 'GUICtrlTreeView_GetTextColor GUICtrlTreeView_GetToolTips ' + + 'GUICtrlTreeView_GetTree GUICtrlTreeView_GetUnicodeFormat ' + + 'GUICtrlTreeView_GetVisible GUICtrlTreeView_GetVisibleCount ' + + 'GUICtrlTreeView_HitTest GUICtrlTreeView_HitTestEx ' + + 'GUICtrlTreeView_HitTestItem GUICtrlTreeView_Index ' + + 'GUICtrlTreeView_InsertItem GUICtrlTreeView_IsFirstItem ' + + 'GUICtrlTreeView_IsParent GUICtrlTreeView_Level ' + + 'GUICtrlTreeView_SelectItem GUICtrlTreeView_SelectItemByIndex ' + + 'GUICtrlTreeView_SetBkColor GUICtrlTreeView_SetBold ' + + 'GUICtrlTreeView_SetChecked GUICtrlTreeView_SetCheckedByIndex ' + + 'GUICtrlTreeView_SetChildren GUICtrlTreeView_SetCut ' + + 'GUICtrlTreeView_SetDropTarget GUICtrlTreeView_SetFocused ' + + 'GUICtrlTreeView_SetHeight GUICtrlTreeView_SetIcon ' + + 'GUICtrlTreeView_SetImageIndex GUICtrlTreeView_SetIndent ' + + 'GUICtrlTreeView_SetInsertMark ' + + 'GUICtrlTreeView_SetInsertMarkColor ' + + 'GUICtrlTreeView_SetItemHeight GUICtrlTreeView_SetItemParam ' + + 'GUICtrlTreeView_SetLineColor GUICtrlTreeView_SetNormalImageList ' + + 'GUICtrlTreeView_SetScrollTime GUICtrlTreeView_SetSelected ' + + 'GUICtrlTreeView_SetSelectedImageIndex GUICtrlTreeView_SetState ' + + 'GUICtrlTreeView_SetStateImageIndex ' + + 'GUICtrlTreeView_SetStateImageList GUICtrlTreeView_SetText ' + + 'GUICtrlTreeView_SetTextColor GUICtrlTreeView_SetToolTips ' + + 'GUICtrlTreeView_SetUnicodeFormat GUICtrlTreeView_Sort ' + + 'GUIImageList_Add GUIImageList_AddBitmap GUIImageList_AddIcon ' + + 'GUIImageList_AddMasked GUIImageList_BeginDrag ' + + 'GUIImageList_Copy GUIImageList_Create GUIImageList_Destroy ' + + 'GUIImageList_DestroyIcon GUIImageList_DragEnter ' + + 'GUIImageList_DragLeave GUIImageList_DragMove ' + + 'GUIImageList_Draw GUIImageList_DrawEx GUIImageList_Duplicate ' + + 'GUIImageList_EndDrag GUIImageList_GetBkColor ' + + 'GUIImageList_GetIcon GUIImageList_GetIconHeight ' + + 'GUIImageList_GetIconSize GUIImageList_GetIconSizeEx ' + + 'GUIImageList_GetIconWidth GUIImageList_GetImageCount ' + + 'GUIImageList_GetImageInfoEx GUIImageList_Remove ' + + 'GUIImageList_ReplaceIcon GUIImageList_SetBkColor ' + + 'GUIImageList_SetIconSize GUIImageList_SetImageCount ' + + 'GUIImageList_Swap GUIScrollBars_EnableScrollBar ' + + 'GUIScrollBars_GetScrollBarInfoEx GUIScrollBars_GetScrollBarRect ' + + 'GUIScrollBars_GetScrollBarRGState ' + + 'GUIScrollBars_GetScrollBarXYLineButton ' + + 'GUIScrollBars_GetScrollBarXYThumbBottom ' + + 'GUIScrollBars_GetScrollBarXYThumbTop ' + + 'GUIScrollBars_GetScrollInfo GUIScrollBars_GetScrollInfoEx ' + + 'GUIScrollBars_GetScrollInfoMax GUIScrollBars_GetScrollInfoMin ' + + 'GUIScrollBars_GetScrollInfoPage GUIScrollBars_GetScrollInfoPos ' + + 'GUIScrollBars_GetScrollInfoTrackPos GUIScrollBars_GetScrollPos ' + + 'GUIScrollBars_GetScrollRange GUIScrollBars_Init ' + + 'GUIScrollBars_ScrollWindow GUIScrollBars_SetScrollInfo ' + + 'GUIScrollBars_SetScrollInfoMax GUIScrollBars_SetScrollInfoMin ' + + 'GUIScrollBars_SetScrollInfoPage GUIScrollBars_SetScrollInfoPos ' + + 'GUIScrollBars_SetScrollRange GUIScrollBars_ShowScrollBar ' + + 'GUIToolTip_Activate GUIToolTip_AddTool GUIToolTip_AdjustRect ' + + 'GUIToolTip_BitsToTTF GUIToolTip_Create GUIToolTip_Deactivate ' + + 'GUIToolTip_DelTool GUIToolTip_Destroy GUIToolTip_EnumTools ' + + 'GUIToolTip_GetBubbleHeight GUIToolTip_GetBubbleSize ' + + 'GUIToolTip_GetBubbleWidth GUIToolTip_GetCurrentTool ' + + 'GUIToolTip_GetDelayTime GUIToolTip_GetMargin ' + + 'GUIToolTip_GetMarginEx GUIToolTip_GetMaxTipWidth ' + + 'GUIToolTip_GetText GUIToolTip_GetTipBkColor ' + + 'GUIToolTip_GetTipTextColor GUIToolTip_GetTitleBitMap ' + + 'GUIToolTip_GetTitleText GUIToolTip_GetToolCount ' + + 'GUIToolTip_GetToolInfo GUIToolTip_HitTest ' + + 'GUIToolTip_NewToolRect GUIToolTip_Pop GUIToolTip_PopUp ' + + 'GUIToolTip_SetDelayTime GUIToolTip_SetMargin ' + + 'GUIToolTip_SetMaxTipWidth GUIToolTip_SetTipBkColor ' + + 'GUIToolTip_SetTipTextColor GUIToolTip_SetTitle ' + + 'GUIToolTip_SetToolInfo GUIToolTip_SetWindowTheme ' + + 'GUIToolTip_ToolExists GUIToolTip_ToolToArray ' + + 'GUIToolTip_TrackActivate GUIToolTip_TrackPosition ' + + 'GUIToolTip_Update GUIToolTip_UpdateTipText HexToString ' + + 'IEAction IEAttach IEBodyReadHTML IEBodyReadText ' + + 'IEBodyWriteHTML IECreate IECreateEmbedded IEDocGetObj ' + + 'IEDocInsertHTML IEDocInsertText IEDocReadHTML ' + + 'IEDocWriteHTML IEErrorNotify IEFormElementCheckBoxSelect ' + + 'IEFormElementGetCollection IEFormElementGetObjByName ' + + 'IEFormElementGetValue IEFormElementOptionSelect ' + + 'IEFormElementRadioSelect IEFormElementSetValue ' + + 'IEFormGetCollection IEFormGetObjByName IEFormImageClick ' + + 'IEFormReset IEFormSubmit IEFrameGetCollection ' + + 'IEFrameGetObjByName IEGetObjById IEGetObjByName ' + + 'IEHeadInsertEventScript IEImgClick IEImgGetCollection ' + + 'IEIsFrameSet IELinkClickByIndex IELinkClickByText ' + + 'IELinkGetCollection IELoadWait IELoadWaitTimeout IENavigate ' + + 'IEPropertyGet IEPropertySet IEQuit IETableGetCollection ' + + 'IETableWriteToArray IETagNameAllGetCollection ' + + 'IETagNameGetCollection IE_Example IE_Introduction ' + + 'IE_VersionInfo INetExplorerCapable INetGetSource INetMail ' + + 'INetSmtpMail IsPressed MathCheckDiv Max MemGlobalAlloc ' + + 'MemGlobalFree MemGlobalLock MemGlobalSize MemGlobalUnlock ' + + 'MemMoveMemory MemVirtualAlloc MemVirtualAllocEx ' + + 'MemVirtualFree MemVirtualFreeEx Min MouseTrap ' + + 'NamedPipes_CallNamedPipe NamedPipes_ConnectNamedPipe ' + + 'NamedPipes_CreateNamedPipe NamedPipes_CreatePipe ' + + 'NamedPipes_DisconnectNamedPipe ' + + 'NamedPipes_GetNamedPipeHandleState NamedPipes_GetNamedPipeInfo ' + + 'NamedPipes_PeekNamedPipe NamedPipes_SetNamedPipeHandleState ' + + 'NamedPipes_TransactNamedPipe NamedPipes_WaitNamedPipe ' + + 'Net_Share_ConnectionEnum Net_Share_FileClose ' + + 'Net_Share_FileEnum Net_Share_FileGetInfo Net_Share_PermStr ' + + 'Net_Share_ResourceStr Net_Share_SessionDel ' + + 'Net_Share_SessionEnum Net_Share_SessionGetInfo ' + + 'Net_Share_ShareAdd Net_Share_ShareCheck Net_Share_ShareDel ' + + 'Net_Share_ShareEnum Net_Share_ShareGetInfo ' + + 'Net_Share_ShareSetInfo Net_Share_StatisticsGetSvr ' + + 'Net_Share_StatisticsGetWrk Now NowCalc NowCalcDate ' + + 'NowDate NowTime PathFull PathGetRelative PathMake ' + + 'PathSplit ProcessGetName ProcessGetPriority Radian ' + + 'ReplaceStringInFile RunDos ScreenCapture_Capture ' + + 'ScreenCapture_CaptureWnd ScreenCapture_SaveImage ' + + 'ScreenCapture_SetBMPFormat ScreenCapture_SetJPGQuality ' + + 'ScreenCapture_SetTIFColorDepth ScreenCapture_SetTIFCompression ' + + 'Security__AdjustTokenPrivileges ' + + 'Security__CreateProcessWithToken Security__DuplicateTokenEx ' + + 'Security__GetAccountSid Security__GetLengthSid ' + + 'Security__GetTokenInformation Security__ImpersonateSelf ' + + 'Security__IsValidSid Security__LookupAccountName ' + + 'Security__LookupAccountSid Security__LookupPrivilegeValue ' + + 'Security__OpenProcessToken Security__OpenThreadToken ' + + 'Security__OpenThreadTokenEx Security__SetPrivilege ' + + 'Security__SetTokenInformation Security__SidToStringSid ' + + 'Security__SidTypeStr Security__StringSidToSid SendMessage ' + + 'SendMessageA SetDate SetTime Singleton SoundClose ' + + 'SoundLength SoundOpen SoundPause SoundPlay SoundPos ' + + 'SoundResume SoundSeek SoundStatus SoundStop ' + + 'SQLite_Changes SQLite_Close SQLite_Display2DResult ' + + 'SQLite_Encode SQLite_ErrCode SQLite_ErrMsg SQLite_Escape ' + + 'SQLite_Exec SQLite_FastEncode SQLite_FastEscape ' + + 'SQLite_FetchData SQLite_FetchNames SQLite_GetTable ' + + 'SQLite_GetTable2d SQLite_LastInsertRowID SQLite_LibVersion ' + + 'SQLite_Open SQLite_Query SQLite_QueryFinalize ' + + 'SQLite_QueryReset SQLite_QuerySingleRow SQLite_SafeMode ' + + 'SQLite_SetTimeout SQLite_Shutdown SQLite_SQLiteExe ' + + 'SQLite_Startup SQLite_TotalChanges StringBetween ' + + 'StringExplode StringInsert StringProper StringRepeat ' + + 'StringTitleCase StringToHex TCPIpToName TempFile ' + + 'TicksToTime Timer_Diff Timer_GetIdleTime Timer_GetTimerID ' + + 'Timer_Init Timer_KillAllTimers Timer_KillTimer ' + + 'Timer_SetTimer TimeToTicks VersionCompare viClose ' + + 'viExecCommand viFindGpib viGpibBusReset viGTL ' + + 'viInteractiveControl viOpen viSetAttribute viSetTimeout ' + + 'WeekNumberISO WinAPI_AbortPath WinAPI_ActivateKeyboardLayout ' + + 'WinAPI_AddClipboardFormatListener WinAPI_AddFontMemResourceEx ' + + 'WinAPI_AddFontResourceEx WinAPI_AddIconOverlay ' + + 'WinAPI_AddIconTransparency WinAPI_AddMRUString ' + + 'WinAPI_AdjustBitmap WinAPI_AdjustTokenPrivileges ' + + 'WinAPI_AdjustWindowRectEx WinAPI_AlphaBlend WinAPI_AngleArc ' + + 'WinAPI_AnimateWindow WinAPI_Arc WinAPI_ArcTo ' + + 'WinAPI_ArrayToStruct WinAPI_AssignProcessToJobObject ' + + 'WinAPI_AssocGetPerceivedType WinAPI_AssocQueryString ' + + 'WinAPI_AttachConsole WinAPI_AttachThreadInput ' + + 'WinAPI_BackupRead WinAPI_BackupReadAbort WinAPI_BackupSeek ' + + 'WinAPI_BackupWrite WinAPI_BackupWriteAbort WinAPI_Beep ' + + 'WinAPI_BeginBufferedPaint WinAPI_BeginDeferWindowPos ' + + 'WinAPI_BeginPaint WinAPI_BeginPath WinAPI_BeginUpdateResource ' + + 'WinAPI_BitBlt WinAPI_BringWindowToTop ' + + 'WinAPI_BroadcastSystemMessage WinAPI_BrowseForFolderDlg ' + + 'WinAPI_BufferedPaintClear WinAPI_BufferedPaintInit ' + + 'WinAPI_BufferedPaintSetAlpha WinAPI_BufferedPaintUnInit ' + + 'WinAPI_CallNextHookEx WinAPI_CallWindowProc ' + + 'WinAPI_CallWindowProcW WinAPI_CascadeWindows ' + + 'WinAPI_ChangeWindowMessageFilterEx WinAPI_CharToOem ' + + 'WinAPI_ChildWindowFromPointEx WinAPI_ClientToScreen ' + + 'WinAPI_ClipCursor WinAPI_CloseDesktop WinAPI_CloseEnhMetaFile ' + + 'WinAPI_CloseFigure WinAPI_CloseHandle WinAPI_CloseThemeData ' + + 'WinAPI_CloseWindow WinAPI_CloseWindowStation ' + + 'WinAPI_CLSIDFromProgID WinAPI_CoInitialize ' + + 'WinAPI_ColorAdjustLuma WinAPI_ColorHLSToRGB ' + + 'WinAPI_ColorRGBToHLS WinAPI_CombineRgn ' + + 'WinAPI_CombineTransform WinAPI_CommandLineToArgv ' + + 'WinAPI_CommDlgExtendedError WinAPI_CommDlgExtendedErrorEx ' + + 'WinAPI_CompareString WinAPI_CompressBitmapBits ' + + 'WinAPI_CompressBuffer WinAPI_ComputeCrc32 ' + + 'WinAPI_ConfirmCredentials WinAPI_CopyBitmap WinAPI_CopyCursor ' + + 'WinAPI_CopyEnhMetaFile WinAPI_CopyFileEx WinAPI_CopyIcon ' + + 'WinAPI_CopyImage WinAPI_CopyRect WinAPI_CopyStruct ' + + 'WinAPI_CoTaskMemAlloc WinAPI_CoTaskMemFree ' + + 'WinAPI_CoTaskMemRealloc WinAPI_CoUninitialize ' + + 'WinAPI_Create32BitHBITMAP WinAPI_Create32BitHICON ' + + 'WinAPI_CreateANDBitmap WinAPI_CreateBitmap ' + + 'WinAPI_CreateBitmapIndirect WinAPI_CreateBrushIndirect ' + + 'WinAPI_CreateBuffer WinAPI_CreateBufferFromStruct ' + + 'WinAPI_CreateCaret WinAPI_CreateColorAdjustment ' + + 'WinAPI_CreateCompatibleBitmap WinAPI_CreateCompatibleBitmapEx ' + + 'WinAPI_CreateCompatibleDC WinAPI_CreateDesktop ' + + 'WinAPI_CreateDIB WinAPI_CreateDIBColorTable ' + + 'WinAPI_CreateDIBitmap WinAPI_CreateDIBSection ' + + 'WinAPI_CreateDirectory WinAPI_CreateDirectoryEx ' + + 'WinAPI_CreateEllipticRgn WinAPI_CreateEmptyIcon ' + + 'WinAPI_CreateEnhMetaFile WinAPI_CreateEvent WinAPI_CreateFile ' + + 'WinAPI_CreateFileEx WinAPI_CreateFileMapping ' + + 'WinAPI_CreateFont WinAPI_CreateFontEx ' + + 'WinAPI_CreateFontIndirect WinAPI_CreateGUID ' + + 'WinAPI_CreateHardLink WinAPI_CreateIcon ' + + 'WinAPI_CreateIconFromResourceEx WinAPI_CreateIconIndirect ' + + 'WinAPI_CreateJobObject WinAPI_CreateMargins ' + + 'WinAPI_CreateMRUList WinAPI_CreateMutex WinAPI_CreateNullRgn ' + + 'WinAPI_CreateNumberFormatInfo WinAPI_CreateObjectID ' + + 'WinAPI_CreatePen WinAPI_CreatePoint WinAPI_CreatePolygonRgn ' + + 'WinAPI_CreateProcess WinAPI_CreateProcessWithToken ' + + 'WinAPI_CreateRect WinAPI_CreateRectEx WinAPI_CreateRectRgn ' + + 'WinAPI_CreateRectRgnIndirect WinAPI_CreateRoundRectRgn ' + + 'WinAPI_CreateSemaphore WinAPI_CreateSize ' + + 'WinAPI_CreateSolidBitmap WinAPI_CreateSolidBrush ' + + 'WinAPI_CreateStreamOnHGlobal WinAPI_CreateString ' + + 'WinAPI_CreateSymbolicLink WinAPI_CreateTransform ' + + 'WinAPI_CreateWindowEx WinAPI_CreateWindowStation ' + + 'WinAPI_DecompressBuffer WinAPI_DecryptFile ' + + 'WinAPI_DeferWindowPos WinAPI_DefineDosDevice ' + + 'WinAPI_DefRawInputProc WinAPI_DefSubclassProc ' + + 'WinAPI_DefWindowProc WinAPI_DefWindowProcW WinAPI_DeleteDC ' + + 'WinAPI_DeleteEnhMetaFile WinAPI_DeleteFile ' + + 'WinAPI_DeleteObject WinAPI_DeleteObjectID ' + + 'WinAPI_DeleteVolumeMountPoint WinAPI_DeregisterShellHookWindow ' + + 'WinAPI_DestroyCaret WinAPI_DestroyCursor WinAPI_DestroyIcon ' + + 'WinAPI_DestroyWindow WinAPI_DeviceIoControl ' + + 'WinAPI_DisplayStruct WinAPI_DllGetVersion WinAPI_DllInstall ' + + 'WinAPI_DllUninstall WinAPI_DPtoLP WinAPI_DragAcceptFiles ' + + 'WinAPI_DragFinish WinAPI_DragQueryFileEx ' + + 'WinAPI_DragQueryPoint WinAPI_DrawAnimatedRects ' + + 'WinAPI_DrawBitmap WinAPI_DrawEdge WinAPI_DrawFocusRect ' + + 'WinAPI_DrawFrameControl WinAPI_DrawIcon WinAPI_DrawIconEx ' + + 'WinAPI_DrawLine WinAPI_DrawShadowText WinAPI_DrawText ' + + 'WinAPI_DrawThemeBackground WinAPI_DrawThemeEdge ' + + 'WinAPI_DrawThemeIcon WinAPI_DrawThemeParentBackground ' + + 'WinAPI_DrawThemeText WinAPI_DrawThemeTextEx ' + + 'WinAPI_DuplicateEncryptionInfoFile WinAPI_DuplicateHandle ' + + 'WinAPI_DuplicateTokenEx WinAPI_DwmDefWindowProc ' + + 'WinAPI_DwmEnableBlurBehindWindow WinAPI_DwmEnableComposition ' + + 'WinAPI_DwmExtendFrameIntoClientArea ' + + 'WinAPI_DwmGetColorizationColor ' + + 'WinAPI_DwmGetColorizationParameters ' + + 'WinAPI_DwmGetWindowAttribute WinAPI_DwmInvalidateIconicBitmaps ' + + 'WinAPI_DwmIsCompositionEnabled ' + + 'WinAPI_DwmQueryThumbnailSourceSize WinAPI_DwmRegisterThumbnail ' + + 'WinAPI_DwmSetColorizationParameters ' + + 'WinAPI_DwmSetIconicLivePreviewBitmap ' + + 'WinAPI_DwmSetIconicThumbnail WinAPI_DwmSetWindowAttribute ' + + 'WinAPI_DwmUnregisterThumbnail ' + + 'WinAPI_DwmUpdateThumbnailProperties WinAPI_DWordToFloat ' + + 'WinAPI_DWordToInt WinAPI_EjectMedia WinAPI_Ellipse ' + + 'WinAPI_EmptyWorkingSet WinAPI_EnableWindow WinAPI_EncryptFile ' + + 'WinAPI_EncryptionDisable WinAPI_EndBufferedPaint ' + + 'WinAPI_EndDeferWindowPos WinAPI_EndPaint WinAPI_EndPath ' + + 'WinAPI_EndUpdateResource WinAPI_EnumChildProcess ' + + 'WinAPI_EnumChildWindows WinAPI_EnumDesktops ' + + 'WinAPI_EnumDesktopWindows WinAPI_EnumDeviceDrivers ' + + 'WinAPI_EnumDisplayDevices WinAPI_EnumDisplayMonitors ' + + 'WinAPI_EnumDisplaySettings WinAPI_EnumDllProc ' + + 'WinAPI_EnumFiles WinAPI_EnumFileStreams ' + + 'WinAPI_EnumFontFamilies WinAPI_EnumHardLinks ' + + 'WinAPI_EnumMRUList WinAPI_EnumPageFiles ' + + 'WinAPI_EnumProcessHandles WinAPI_EnumProcessModules ' + + 'WinAPI_EnumProcessThreads WinAPI_EnumProcessWindows ' + + 'WinAPI_EnumRawInputDevices WinAPI_EnumResourceLanguages ' + + 'WinAPI_EnumResourceNames WinAPI_EnumResourceTypes ' + + 'WinAPI_EnumSystemGeoID WinAPI_EnumSystemLocales ' + + 'WinAPI_EnumUILanguages WinAPI_EnumWindows ' + + 'WinAPI_EnumWindowsPopup WinAPI_EnumWindowStations ' + + 'WinAPI_EnumWindowsTop WinAPI_EqualMemory WinAPI_EqualRect ' + + 'WinAPI_EqualRgn WinAPI_ExcludeClipRect ' + + 'WinAPI_ExpandEnvironmentStrings WinAPI_ExtCreatePen ' + + 'WinAPI_ExtCreateRegion WinAPI_ExtFloodFill WinAPI_ExtractIcon ' + + 'WinAPI_ExtractIconEx WinAPI_ExtSelectClipRgn ' + + 'WinAPI_FatalAppExit WinAPI_FatalExit ' + + 'WinAPI_FileEncryptionStatus WinAPI_FileExists ' + + 'WinAPI_FileIconInit WinAPI_FileInUse WinAPI_FillMemory ' + + 'WinAPI_FillPath WinAPI_FillRect WinAPI_FillRgn ' + + 'WinAPI_FindClose WinAPI_FindCloseChangeNotification ' + + 'WinAPI_FindExecutable WinAPI_FindFirstChangeNotification ' + + 'WinAPI_FindFirstFile WinAPI_FindFirstFileName ' + + 'WinAPI_FindFirstStream WinAPI_FindNextChangeNotification ' + + 'WinAPI_FindNextFile WinAPI_FindNextFileName ' + + 'WinAPI_FindNextStream WinAPI_FindResource ' + + 'WinAPI_FindResourceEx WinAPI_FindTextDlg WinAPI_FindWindow ' + + 'WinAPI_FlashWindow WinAPI_FlashWindowEx WinAPI_FlattenPath ' + + 'WinAPI_FloatToDWord WinAPI_FloatToInt WinAPI_FlushFileBuffers ' + + 'WinAPI_FlushFRBuffer WinAPI_FlushViewOfFile ' + + 'WinAPI_FormatDriveDlg WinAPI_FormatMessage WinAPI_FrameRect ' + + 'WinAPI_FrameRgn WinAPI_FreeLibrary WinAPI_FreeMemory ' + + 'WinAPI_FreeMRUList WinAPI_FreeResource WinAPI_GdiComment ' + + 'WinAPI_GetActiveWindow WinAPI_GetAllUsersProfileDirectory ' + + 'WinAPI_GetAncestor WinAPI_GetApplicationRestartSettings ' + + 'WinAPI_GetArcDirection WinAPI_GetAsyncKeyState ' + + 'WinAPI_GetBinaryType WinAPI_GetBitmapBits ' + + 'WinAPI_GetBitmapDimension WinAPI_GetBitmapDimensionEx ' + + 'WinAPI_GetBkColor WinAPI_GetBkMode WinAPI_GetBoundsRect ' + + 'WinAPI_GetBrushOrg WinAPI_GetBufferedPaintBits ' + + 'WinAPI_GetBufferedPaintDC WinAPI_GetBufferedPaintTargetDC ' + + 'WinAPI_GetBufferedPaintTargetRect WinAPI_GetBValue ' + + 'WinAPI_GetCaretBlinkTime WinAPI_GetCaretPos WinAPI_GetCDType ' + + 'WinAPI_GetClassInfoEx WinAPI_GetClassLongEx ' + + 'WinAPI_GetClassName WinAPI_GetClientHeight ' + + 'WinAPI_GetClientRect WinAPI_GetClientWidth ' + + 'WinAPI_GetClipboardSequenceNumber WinAPI_GetClipBox ' + + 'WinAPI_GetClipCursor WinAPI_GetClipRgn ' + + 'WinAPI_GetColorAdjustment WinAPI_GetCompressedFileSize ' + + 'WinAPI_GetCompression WinAPI_GetConnectedDlg ' + + 'WinAPI_GetCurrentDirectory WinAPI_GetCurrentHwProfile ' + + 'WinAPI_GetCurrentObject WinAPI_GetCurrentPosition ' + + 'WinAPI_GetCurrentProcess ' + + 'WinAPI_GetCurrentProcessExplicitAppUserModelID ' + + 'WinAPI_GetCurrentProcessID WinAPI_GetCurrentThemeName ' + + 'WinAPI_GetCurrentThread WinAPI_GetCurrentThreadId ' + + 'WinAPI_GetCursor WinAPI_GetCursorInfo WinAPI_GetDateFormat ' + + 'WinAPI_GetDC WinAPI_GetDCEx WinAPI_GetDefaultPrinter ' + + 'WinAPI_GetDefaultUserProfileDirectory WinAPI_GetDesktopWindow ' + + 'WinAPI_GetDeviceCaps WinAPI_GetDeviceDriverBaseName ' + + 'WinAPI_GetDeviceDriverFileName WinAPI_GetDeviceGammaRamp ' + + 'WinAPI_GetDIBColorTable WinAPI_GetDIBits ' + + 'WinAPI_GetDiskFreeSpaceEx WinAPI_GetDlgCtrlID ' + + 'WinAPI_GetDlgItem WinAPI_GetDllDirectory ' + + 'WinAPI_GetDriveBusType WinAPI_GetDriveGeometryEx ' + + 'WinAPI_GetDriveNumber WinAPI_GetDriveType ' + + 'WinAPI_GetDurationFormat WinAPI_GetEffectiveClientRect ' + + 'WinAPI_GetEnhMetaFile WinAPI_GetEnhMetaFileBits ' + + 'WinAPI_GetEnhMetaFileDescription WinAPI_GetEnhMetaFileDimension ' + + 'WinAPI_GetEnhMetaFileHeader WinAPI_GetErrorMessage ' + + 'WinAPI_GetErrorMode WinAPI_GetExitCodeProcess ' + + 'WinAPI_GetExtended WinAPI_GetFileAttributes WinAPI_GetFileID ' + + 'WinAPI_GetFileInformationByHandle ' + + 'WinAPI_GetFileInformationByHandleEx WinAPI_GetFilePointerEx ' + + 'WinAPI_GetFileSizeEx WinAPI_GetFileSizeOnDisk ' + + 'WinAPI_GetFileTitle WinAPI_GetFileType ' + + 'WinAPI_GetFileVersionInfo WinAPI_GetFinalPathNameByHandle ' + + 'WinAPI_GetFinalPathNameByHandleEx WinAPI_GetFocus ' + + 'WinAPI_GetFontMemoryResourceInfo WinAPI_GetFontName ' + + 'WinAPI_GetFontResourceInfo WinAPI_GetForegroundWindow ' + + 'WinAPI_GetFRBuffer WinAPI_GetFullPathName WinAPI_GetGeoInfo ' + + 'WinAPI_GetGlyphOutline WinAPI_GetGraphicsMode ' + + 'WinAPI_GetGuiResources WinAPI_GetGUIThreadInfo ' + + 'WinAPI_GetGValue WinAPI_GetHandleInformation ' + + 'WinAPI_GetHGlobalFromStream WinAPI_GetIconDimension ' + + 'WinAPI_GetIconInfo WinAPI_GetIconInfoEx WinAPI_GetIdleTime ' + + 'WinAPI_GetKeyboardLayout WinAPI_GetKeyboardLayoutList ' + + 'WinAPI_GetKeyboardState WinAPI_GetKeyboardType ' + + 'WinAPI_GetKeyNameText WinAPI_GetKeyState ' + + 'WinAPI_GetLastActivePopup WinAPI_GetLastError ' + + 'WinAPI_GetLastErrorMessage WinAPI_GetLayeredWindowAttributes ' + + 'WinAPI_GetLocaleInfo WinAPI_GetLogicalDrives ' + + 'WinAPI_GetMapMode WinAPI_GetMemorySize ' + + 'WinAPI_GetMessageExtraInfo WinAPI_GetModuleFileNameEx ' + + 'WinAPI_GetModuleHandle WinAPI_GetModuleHandleEx ' + + 'WinAPI_GetModuleInformation WinAPI_GetMonitorInfo ' + + 'WinAPI_GetMousePos WinAPI_GetMousePosX WinAPI_GetMousePosY ' + + 'WinAPI_GetMUILanguage WinAPI_GetNumberFormat WinAPI_GetObject ' + + 'WinAPI_GetObjectID WinAPI_GetObjectInfoByHandle ' + + 'WinAPI_GetObjectNameByHandle WinAPI_GetObjectType ' + + 'WinAPI_GetOpenFileName WinAPI_GetOutlineTextMetrics ' + + 'WinAPI_GetOverlappedResult WinAPI_GetParent ' + + 'WinAPI_GetParentProcess WinAPI_GetPerformanceInfo ' + + 'WinAPI_GetPEType WinAPI_GetPhysicallyInstalledSystemMemory ' + + 'WinAPI_GetPixel WinAPI_GetPolyFillMode WinAPI_GetPosFromRect ' + + 'WinAPI_GetPriorityClass WinAPI_GetProcAddress ' + + 'WinAPI_GetProcessAffinityMask WinAPI_GetProcessCommandLine ' + + 'WinAPI_GetProcessFileName WinAPI_GetProcessHandleCount ' + + 'WinAPI_GetProcessID WinAPI_GetProcessIoCounters ' + + 'WinAPI_GetProcessMemoryInfo WinAPI_GetProcessName ' + + 'WinAPI_GetProcessShutdownParameters WinAPI_GetProcessTimes ' + + 'WinAPI_GetProcessUser WinAPI_GetProcessWindowStation ' + + 'WinAPI_GetProcessWorkingDirectory WinAPI_GetProfilesDirectory ' + + 'WinAPI_GetPwrCapabilities WinAPI_GetRawInputBuffer ' + + 'WinAPI_GetRawInputBufferLength WinAPI_GetRawInputData ' + + 'WinAPI_GetRawInputDeviceInfo WinAPI_GetRegionData ' + + 'WinAPI_GetRegisteredRawInputDevices ' + + 'WinAPI_GetRegKeyNameByHandle WinAPI_GetRgnBox WinAPI_GetROP2 ' + + 'WinAPI_GetRValue WinAPI_GetSaveFileName WinAPI_GetShellWindow ' + + 'WinAPI_GetStartupInfo WinAPI_GetStdHandle ' + + 'WinAPI_GetStockObject WinAPI_GetStretchBltMode ' + + 'WinAPI_GetString WinAPI_GetSysColor WinAPI_GetSysColorBrush ' + + 'WinAPI_GetSystemDefaultLangID WinAPI_GetSystemDefaultLCID ' + + 'WinAPI_GetSystemDefaultUILanguage WinAPI_GetSystemDEPPolicy ' + + 'WinAPI_GetSystemInfo WinAPI_GetSystemMetrics ' + + 'WinAPI_GetSystemPowerStatus WinAPI_GetSystemTimes ' + + 'WinAPI_GetSystemWow64Directory WinAPI_GetTabbedTextExtent ' + + 'WinAPI_GetTempFileName WinAPI_GetTextAlign ' + + 'WinAPI_GetTextCharacterExtra WinAPI_GetTextColor ' + + 'WinAPI_GetTextExtentPoint32 WinAPI_GetTextFace ' + + 'WinAPI_GetTextMetrics WinAPI_GetThemeAppProperties ' + + 'WinAPI_GetThemeBackgroundContentRect ' + + 'WinAPI_GetThemeBackgroundExtent WinAPI_GetThemeBackgroundRegion ' + + 'WinAPI_GetThemeBitmap WinAPI_GetThemeBool ' + + 'WinAPI_GetThemeColor WinAPI_GetThemeDocumentationProperty ' + + 'WinAPI_GetThemeEnumValue WinAPI_GetThemeFilename ' + + 'WinAPI_GetThemeFont WinAPI_GetThemeInt WinAPI_GetThemeMargins ' + + 'WinAPI_GetThemeMetric WinAPI_GetThemePartSize ' + + 'WinAPI_GetThemePosition WinAPI_GetThemePropertyOrigin ' + + 'WinAPI_GetThemeRect WinAPI_GetThemeString ' + + 'WinAPI_GetThemeSysBool WinAPI_GetThemeSysColor ' + + 'WinAPI_GetThemeSysColorBrush WinAPI_GetThemeSysFont ' + + 'WinAPI_GetThemeSysInt WinAPI_GetThemeSysSize ' + + 'WinAPI_GetThemeSysString WinAPI_GetThemeTextExtent ' + + 'WinAPI_GetThemeTextMetrics WinAPI_GetThemeTransitionDuration ' + + 'WinAPI_GetThreadDesktop WinAPI_GetThreadErrorMode ' + + 'WinAPI_GetThreadLocale WinAPI_GetThreadUILanguage ' + + 'WinAPI_GetTickCount WinAPI_GetTickCount64 ' + + 'WinAPI_GetTimeFormat WinAPI_GetTopWindow ' + + 'WinAPI_GetUDFColorMode WinAPI_GetUpdateRect ' + + 'WinAPI_GetUpdateRgn WinAPI_GetUserDefaultLangID ' + + 'WinAPI_GetUserDefaultLCID WinAPI_GetUserDefaultUILanguage ' + + 'WinAPI_GetUserGeoID WinAPI_GetUserObjectInformation ' + + 'WinAPI_GetVersion WinAPI_GetVersionEx ' + + 'WinAPI_GetVolumeInformation WinAPI_GetVolumeInformationByHandle ' + + 'WinAPI_GetVolumeNameForVolumeMountPoint WinAPI_GetWindow ' + + 'WinAPI_GetWindowDC WinAPI_GetWindowDisplayAffinity ' + + 'WinAPI_GetWindowExt WinAPI_GetWindowFileName ' + + 'WinAPI_GetWindowHeight WinAPI_GetWindowInfo ' + + 'WinAPI_GetWindowLong WinAPI_GetWindowOrg ' + + 'WinAPI_GetWindowPlacement WinAPI_GetWindowRect ' + + 'WinAPI_GetWindowRgn WinAPI_GetWindowRgnBox ' + + 'WinAPI_GetWindowSubclass WinAPI_GetWindowText ' + + 'WinAPI_GetWindowTheme WinAPI_GetWindowThreadProcessId ' + + 'WinAPI_GetWindowWidth WinAPI_GetWorkArea ' + + 'WinAPI_GetWorldTransform WinAPI_GetXYFromPoint ' + + 'WinAPI_GlobalMemoryStatus WinAPI_GradientFill ' + + 'WinAPI_GUIDFromString WinAPI_GUIDFromStringEx WinAPI_HashData ' + + 'WinAPI_HashString WinAPI_HiByte WinAPI_HideCaret ' + + 'WinAPI_HiDWord WinAPI_HiWord WinAPI_InflateRect ' + + 'WinAPI_InitMUILanguage WinAPI_InProcess ' + + 'WinAPI_IntersectClipRect WinAPI_IntersectRect ' + + 'WinAPI_IntToDWord WinAPI_IntToFloat WinAPI_InvalidateRect ' + + 'WinAPI_InvalidateRgn WinAPI_InvertANDBitmap ' + + 'WinAPI_InvertColor WinAPI_InvertRect WinAPI_InvertRgn ' + + 'WinAPI_IOCTL WinAPI_IsAlphaBitmap WinAPI_IsBadCodePtr ' + + 'WinAPI_IsBadReadPtr WinAPI_IsBadStringPtr ' + + 'WinAPI_IsBadWritePtr WinAPI_IsChild WinAPI_IsClassName ' + + 'WinAPI_IsDoorOpen WinAPI_IsElevated WinAPI_IsHungAppWindow ' + + 'WinAPI_IsIconic WinAPI_IsInternetConnected ' + + 'WinAPI_IsLoadKBLayout WinAPI_IsMemory ' + + 'WinAPI_IsNameInExpression WinAPI_IsNetworkAlive ' + + 'WinAPI_IsPathShared WinAPI_IsProcessInJob ' + + 'WinAPI_IsProcessorFeaturePresent WinAPI_IsRectEmpty ' + + 'WinAPI_IsThemeActive ' + + 'WinAPI_IsThemeBackgroundPartiallyTransparent ' + + 'WinAPI_IsThemePartDefined WinAPI_IsValidLocale ' + + 'WinAPI_IsWindow WinAPI_IsWindowEnabled WinAPI_IsWindowUnicode ' + + 'WinAPI_IsWindowVisible WinAPI_IsWow64Process ' + + 'WinAPI_IsWritable WinAPI_IsZoomed WinAPI_Keybd_Event ' + + 'WinAPI_KillTimer WinAPI_LineDDA WinAPI_LineTo ' + + 'WinAPI_LoadBitmap WinAPI_LoadCursor WinAPI_LoadCursorFromFile ' + + 'WinAPI_LoadIcon WinAPI_LoadIconMetric ' + + 'WinAPI_LoadIconWithScaleDown WinAPI_LoadImage ' + + 'WinAPI_LoadIndirectString WinAPI_LoadKeyboardLayout ' + + 'WinAPI_LoadLibrary WinAPI_LoadLibraryEx WinAPI_LoadMedia ' + + 'WinAPI_LoadResource WinAPI_LoadShell32Icon WinAPI_LoadString ' + + 'WinAPI_LoadStringEx WinAPI_LoByte WinAPI_LocalFree ' + + 'WinAPI_LockDevice WinAPI_LockFile WinAPI_LockResource ' + + 'WinAPI_LockWindowUpdate WinAPI_LockWorkStation WinAPI_LoDWord ' + + 'WinAPI_LongMid WinAPI_LookupIconIdFromDirectoryEx ' + + 'WinAPI_LoWord WinAPI_LPtoDP WinAPI_MAKELANGID ' + + 'WinAPI_MAKELCID WinAPI_MakeLong WinAPI_MakeQWord ' + + 'WinAPI_MakeWord WinAPI_MapViewOfFile WinAPI_MapVirtualKey ' + + 'WinAPI_MaskBlt WinAPI_MessageBeep WinAPI_MessageBoxCheck ' + + 'WinAPI_MessageBoxIndirect WinAPI_MirrorIcon ' + + 'WinAPI_ModifyWorldTransform WinAPI_MonitorFromPoint ' + + 'WinAPI_MonitorFromRect WinAPI_MonitorFromWindow ' + + 'WinAPI_Mouse_Event WinAPI_MoveFileEx WinAPI_MoveMemory ' + + 'WinAPI_MoveTo WinAPI_MoveToEx WinAPI_MoveWindow ' + + 'WinAPI_MsgBox WinAPI_MulDiv WinAPI_MultiByteToWideChar ' + + 'WinAPI_MultiByteToWideCharEx WinAPI_NtStatusToDosError ' + + 'WinAPI_OemToChar WinAPI_OffsetClipRgn WinAPI_OffsetPoints ' + + 'WinAPI_OffsetRect WinAPI_OffsetRgn WinAPI_OffsetWindowOrg ' + + 'WinAPI_OpenDesktop WinAPI_OpenFileById WinAPI_OpenFileDlg ' + + 'WinAPI_OpenFileMapping WinAPI_OpenIcon ' + + 'WinAPI_OpenInputDesktop WinAPI_OpenJobObject WinAPI_OpenMutex ' + + 'WinAPI_OpenProcess WinAPI_OpenProcessToken ' + + 'WinAPI_OpenSemaphore WinAPI_OpenThemeData ' + + 'WinAPI_OpenWindowStation WinAPI_PageSetupDlg ' + + 'WinAPI_PaintDesktop WinAPI_PaintRgn WinAPI_ParseURL ' + + 'WinAPI_ParseUserName WinAPI_PatBlt WinAPI_PathAddBackslash ' + + 'WinAPI_PathAddExtension WinAPI_PathAppend ' + + 'WinAPI_PathBuildRoot WinAPI_PathCanonicalize ' + + 'WinAPI_PathCommonPrefix WinAPI_PathCompactPath ' + + 'WinAPI_PathCompactPathEx WinAPI_PathCreateFromUrl ' + + 'WinAPI_PathFindExtension WinAPI_PathFindFileName ' + + 'WinAPI_PathFindNextComponent WinAPI_PathFindOnPath ' + + 'WinAPI_PathGetArgs WinAPI_PathGetCharType ' + + 'WinAPI_PathGetDriveNumber WinAPI_PathIsContentType ' + + 'WinAPI_PathIsDirectory WinAPI_PathIsDirectoryEmpty ' + + 'WinAPI_PathIsExe WinAPI_PathIsFileSpec ' + + 'WinAPI_PathIsLFNFileSpec WinAPI_PathIsRelative ' + + 'WinAPI_PathIsRoot WinAPI_PathIsSameRoot ' + + 'WinAPI_PathIsSystemFolder WinAPI_PathIsUNC ' + + 'WinAPI_PathIsUNCServer WinAPI_PathIsUNCServerShare ' + + 'WinAPI_PathMakeSystemFolder WinAPI_PathMatchSpec ' + + 'WinAPI_PathParseIconLocation WinAPI_PathRelativePathTo ' + + 'WinAPI_PathRemoveArgs WinAPI_PathRemoveBackslash ' + + 'WinAPI_PathRemoveExtension WinAPI_PathRemoveFileSpec ' + + 'WinAPI_PathRenameExtension WinAPI_PathSearchAndQualify ' + + 'WinAPI_PathSkipRoot WinAPI_PathStripPath ' + + 'WinAPI_PathStripToRoot WinAPI_PathToRegion ' + + 'WinAPI_PathUndecorate WinAPI_PathUnExpandEnvStrings ' + + 'WinAPI_PathUnmakeSystemFolder WinAPI_PathUnquoteSpaces ' + + 'WinAPI_PathYetAnotherMakeUniqueName WinAPI_PickIconDlg ' + + 'WinAPI_PlayEnhMetaFile WinAPI_PlaySound WinAPI_PlgBlt ' + + 'WinAPI_PointFromRect WinAPI_PolyBezier WinAPI_PolyBezierTo ' + + 'WinAPI_PolyDraw WinAPI_Polygon WinAPI_PostMessage ' + + 'WinAPI_PrimaryLangId WinAPI_PrintDlg WinAPI_PrintDlgEx ' + + 'WinAPI_PrintWindow WinAPI_ProgIDFromCLSID WinAPI_PtInRect ' + + 'WinAPI_PtInRectEx WinAPI_PtInRegion WinAPI_PtVisible ' + + 'WinAPI_QueryDosDevice WinAPI_QueryInformationJobObject ' + + 'WinAPI_QueryPerformanceCounter WinAPI_QueryPerformanceFrequency ' + + 'WinAPI_RadialGradientFill WinAPI_ReadDirectoryChanges ' + + 'WinAPI_ReadFile WinAPI_ReadProcessMemory WinAPI_Rectangle ' + + 'WinAPI_RectInRegion WinAPI_RectIsEmpty WinAPI_RectVisible ' + + 'WinAPI_RedrawWindow WinAPI_RegCloseKey ' + + 'WinAPI_RegConnectRegistry WinAPI_RegCopyTree ' + + 'WinAPI_RegCopyTreeEx WinAPI_RegCreateKey ' + + 'WinAPI_RegDeleteEmptyKey WinAPI_RegDeleteKey ' + + 'WinAPI_RegDeleteKeyValue WinAPI_RegDeleteTree ' + + 'WinAPI_RegDeleteTreeEx WinAPI_RegDeleteValue ' + + 'WinAPI_RegDisableReflectionKey WinAPI_RegDuplicateHKey ' + + 'WinAPI_RegEnableReflectionKey WinAPI_RegEnumKey ' + + 'WinAPI_RegEnumValue WinAPI_RegFlushKey ' + + 'WinAPI_RegisterApplicationRestart WinAPI_RegisterClass ' + + 'WinAPI_RegisterClassEx WinAPI_RegisterHotKey ' + + 'WinAPI_RegisterPowerSettingNotification ' + + 'WinAPI_RegisterRawInputDevices WinAPI_RegisterShellHookWindow ' + + 'WinAPI_RegisterWindowMessage WinAPI_RegLoadMUIString ' + + 'WinAPI_RegNotifyChangeKeyValue WinAPI_RegOpenKey ' + + 'WinAPI_RegQueryInfoKey WinAPI_RegQueryLastWriteTime ' + + 'WinAPI_RegQueryMultipleValues WinAPI_RegQueryReflectionKey ' + + 'WinAPI_RegQueryValue WinAPI_RegRestoreKey WinAPI_RegSaveKey ' + + 'WinAPI_RegSetValue WinAPI_ReleaseCapture WinAPI_ReleaseDC ' + + 'WinAPI_ReleaseMutex WinAPI_ReleaseSemaphore ' + + 'WinAPI_ReleaseStream WinAPI_RemoveClipboardFormatListener ' + + 'WinAPI_RemoveDirectory WinAPI_RemoveFontMemResourceEx ' + + 'WinAPI_RemoveFontResourceEx WinAPI_RemoveWindowSubclass ' + + 'WinAPI_ReOpenFile WinAPI_ReplaceFile WinAPI_ReplaceTextDlg ' + + 'WinAPI_ResetEvent WinAPI_RestartDlg WinAPI_RestoreDC ' + + 'WinAPI_RGB WinAPI_RotatePoints WinAPI_RoundRect ' + + 'WinAPI_SaveDC WinAPI_SaveFileDlg WinAPI_SaveHBITMAPToFile ' + + 'WinAPI_SaveHICONToFile WinAPI_ScaleWindowExt ' + + 'WinAPI_ScreenToClient WinAPI_SearchPath WinAPI_SelectClipPath ' + + 'WinAPI_SelectClipRgn WinAPI_SelectObject ' + + 'WinAPI_SendMessageTimeout WinAPI_SetActiveWindow ' + + 'WinAPI_SetArcDirection WinAPI_SetBitmapBits ' + + 'WinAPI_SetBitmapDimensionEx WinAPI_SetBkColor ' + + 'WinAPI_SetBkMode WinAPI_SetBoundsRect WinAPI_SetBrushOrg ' + + 'WinAPI_SetCapture WinAPI_SetCaretBlinkTime WinAPI_SetCaretPos ' + + 'WinAPI_SetClassLongEx WinAPI_SetColorAdjustment ' + + 'WinAPI_SetCompression WinAPI_SetCurrentDirectory ' + + 'WinAPI_SetCurrentProcessExplicitAppUserModelID WinAPI_SetCursor ' + + 'WinAPI_SetDCBrushColor WinAPI_SetDCPenColor ' + + 'WinAPI_SetDefaultPrinter WinAPI_SetDeviceGammaRamp ' + + 'WinAPI_SetDIBColorTable WinAPI_SetDIBits ' + + 'WinAPI_SetDIBitsToDevice WinAPI_SetDllDirectory ' + + 'WinAPI_SetEndOfFile WinAPI_SetEnhMetaFileBits ' + + 'WinAPI_SetErrorMode WinAPI_SetEvent WinAPI_SetFileAttributes ' + + 'WinAPI_SetFileInformationByHandleEx WinAPI_SetFilePointer ' + + 'WinAPI_SetFilePointerEx WinAPI_SetFileShortName ' + + 'WinAPI_SetFileValidData WinAPI_SetFocus WinAPI_SetFont ' + + 'WinAPI_SetForegroundWindow WinAPI_SetFRBuffer ' + + 'WinAPI_SetGraphicsMode WinAPI_SetHandleInformation ' + + 'WinAPI_SetInformationJobObject WinAPI_SetKeyboardLayout ' + + 'WinAPI_SetKeyboardState WinAPI_SetLastError ' + + 'WinAPI_SetLayeredWindowAttributes WinAPI_SetLocaleInfo ' + + 'WinAPI_SetMapMode WinAPI_SetMessageExtraInfo WinAPI_SetParent ' + + 'WinAPI_SetPixel WinAPI_SetPolyFillMode ' + + 'WinAPI_SetPriorityClass WinAPI_SetProcessAffinityMask ' + + 'WinAPI_SetProcessShutdownParameters ' + + 'WinAPI_SetProcessWindowStation WinAPI_SetRectRgn ' + + 'WinAPI_SetROP2 WinAPI_SetSearchPathMode ' + + 'WinAPI_SetStretchBltMode WinAPI_SetSysColors ' + + 'WinAPI_SetSystemCursor WinAPI_SetTextAlign ' + + 'WinAPI_SetTextCharacterExtra WinAPI_SetTextColor ' + + 'WinAPI_SetTextJustification WinAPI_SetThemeAppProperties ' + + 'WinAPI_SetThreadDesktop WinAPI_SetThreadErrorMode ' + + 'WinAPI_SetThreadExecutionState WinAPI_SetThreadLocale ' + + 'WinAPI_SetThreadUILanguage WinAPI_SetTimer ' + + 'WinAPI_SetUDFColorMode WinAPI_SetUserGeoID ' + + 'WinAPI_SetUserObjectInformation WinAPI_SetVolumeMountPoint ' + + 'WinAPI_SetWindowDisplayAffinity WinAPI_SetWindowExt ' + + 'WinAPI_SetWindowLong WinAPI_SetWindowOrg ' + + 'WinAPI_SetWindowPlacement WinAPI_SetWindowPos ' + + 'WinAPI_SetWindowRgn WinAPI_SetWindowsHookEx ' + + 'WinAPI_SetWindowSubclass WinAPI_SetWindowText ' + + 'WinAPI_SetWindowTheme WinAPI_SetWinEventHook ' + + 'WinAPI_SetWorldTransform WinAPI_SfcIsFileProtected ' + + 'WinAPI_SfcIsKeyProtected WinAPI_ShellAboutDlg ' + + 'WinAPI_ShellAddToRecentDocs WinAPI_ShellChangeNotify ' + + 'WinAPI_ShellChangeNotifyDeregister ' + + 'WinAPI_ShellChangeNotifyRegister WinAPI_ShellCreateDirectory ' + + 'WinAPI_ShellEmptyRecycleBin WinAPI_ShellExecute ' + + 'WinAPI_ShellExecuteEx WinAPI_ShellExtractAssociatedIcon ' + + 'WinAPI_ShellExtractIcon WinAPI_ShellFileOperation ' + + 'WinAPI_ShellFlushSFCache WinAPI_ShellGetFileInfo ' + + 'WinAPI_ShellGetIconOverlayIndex WinAPI_ShellGetImageList ' + + 'WinAPI_ShellGetKnownFolderIDList WinAPI_ShellGetKnownFolderPath ' + + 'WinAPI_ShellGetLocalizedName WinAPI_ShellGetPathFromIDList ' + + 'WinAPI_ShellGetSetFolderCustomSettings WinAPI_ShellGetSettings ' + + 'WinAPI_ShellGetSpecialFolderLocation ' + + 'WinAPI_ShellGetSpecialFolderPath WinAPI_ShellGetStockIconInfo ' + + 'WinAPI_ShellILCreateFromPath WinAPI_ShellNotifyIcon ' + + 'WinAPI_ShellNotifyIconGetRect WinAPI_ShellObjectProperties ' + + 'WinAPI_ShellOpenFolderAndSelectItems WinAPI_ShellOpenWithDlg ' + + 'WinAPI_ShellQueryRecycleBin ' + + 'WinAPI_ShellQueryUserNotificationState ' + + 'WinAPI_ShellRemoveLocalizedName WinAPI_ShellRestricted ' + + 'WinAPI_ShellSetKnownFolderPath WinAPI_ShellSetLocalizedName ' + + 'WinAPI_ShellSetSettings WinAPI_ShellStartNetConnectionDlg ' + + 'WinAPI_ShellUpdateImage WinAPI_ShellUserAuthenticationDlg ' + + 'WinAPI_ShellUserAuthenticationDlgEx WinAPI_ShortToWord ' + + 'WinAPI_ShowCaret WinAPI_ShowCursor WinAPI_ShowError ' + + 'WinAPI_ShowLastError WinAPI_ShowMsg WinAPI_ShowOwnedPopups ' + + 'WinAPI_ShowWindow WinAPI_ShutdownBlockReasonCreate ' + + 'WinAPI_ShutdownBlockReasonDestroy ' + + 'WinAPI_ShutdownBlockReasonQuery WinAPI_SizeOfResource ' + + 'WinAPI_StretchBlt WinAPI_StretchDIBits ' + + 'WinAPI_StrFormatByteSize WinAPI_StrFormatByteSizeEx ' + + 'WinAPI_StrFormatKBSize WinAPI_StrFromTimeInterval ' + + 'WinAPI_StringFromGUID WinAPI_StringLenA WinAPI_StringLenW ' + + 'WinAPI_StrLen WinAPI_StrokeAndFillPath WinAPI_StrokePath ' + + 'WinAPI_StructToArray WinAPI_SubLangId WinAPI_SubtractRect ' + + 'WinAPI_SwapDWord WinAPI_SwapQWord WinAPI_SwapWord ' + + 'WinAPI_SwitchColor WinAPI_SwitchDesktop ' + + 'WinAPI_SwitchToThisWindow WinAPI_SystemParametersInfo ' + + 'WinAPI_TabbedTextOut WinAPI_TerminateJobObject ' + + 'WinAPI_TerminateProcess WinAPI_TextOut WinAPI_TileWindows ' + + 'WinAPI_TrackMouseEvent WinAPI_TransparentBlt ' + + 'WinAPI_TwipsPerPixelX WinAPI_TwipsPerPixelY ' + + 'WinAPI_UnhookWindowsHookEx WinAPI_UnhookWinEvent ' + + 'WinAPI_UnionRect WinAPI_UnionStruct WinAPI_UniqueHardwareID ' + + 'WinAPI_UnloadKeyboardLayout WinAPI_UnlockFile ' + + 'WinAPI_UnmapViewOfFile WinAPI_UnregisterApplicationRestart ' + + 'WinAPI_UnregisterClass WinAPI_UnregisterHotKey ' + + 'WinAPI_UnregisterPowerSettingNotification ' + + 'WinAPI_UpdateLayeredWindow WinAPI_UpdateLayeredWindowEx ' + + 'WinAPI_UpdateLayeredWindowIndirect WinAPI_UpdateResource ' + + 'WinAPI_UpdateWindow WinAPI_UrlApplyScheme ' + + 'WinAPI_UrlCanonicalize WinAPI_UrlCombine WinAPI_UrlCompare ' + + 'WinAPI_UrlCreateFromPath WinAPI_UrlFixup WinAPI_UrlGetPart ' + + 'WinAPI_UrlHash WinAPI_UrlIs WinAPI_UserHandleGrantAccess ' + + 'WinAPI_ValidateRect WinAPI_ValidateRgn WinAPI_VerQueryRoot ' + + 'WinAPI_VerQueryValue WinAPI_VerQueryValueEx ' + + 'WinAPI_WaitForInputIdle WinAPI_WaitForMultipleObjects ' + + 'WinAPI_WaitForSingleObject WinAPI_WideCharToMultiByte ' + + 'WinAPI_WidenPath WinAPI_WindowFromDC WinAPI_WindowFromPoint ' + + 'WinAPI_WordToShort WinAPI_Wow64EnableWow64FsRedirection ' + + 'WinAPI_WriteConsole WinAPI_WriteFile ' + + 'WinAPI_WriteProcessMemory WinAPI_ZeroMemory ' + + 'WinNet_AddConnection WinNet_AddConnection2 ' + + 'WinNet_AddConnection3 WinNet_CancelConnection ' + + 'WinNet_CancelConnection2 WinNet_CloseEnum ' + + 'WinNet_ConnectionDialog WinNet_ConnectionDialog1 ' + + 'WinNet_DisconnectDialog WinNet_DisconnectDialog1 ' + + 'WinNet_EnumResource WinNet_GetConnection ' + + 'WinNet_GetConnectionPerformance WinNet_GetLastError ' + + 'WinNet_GetNetworkInformation WinNet_GetProviderName ' + + 'WinNet_GetResourceInformation WinNet_GetResourceParent ' + + 'WinNet_GetUniversalName WinNet_GetUser WinNet_OpenEnum ' + + 'WinNet_RestoreConnection WinNet_UseConnection Word_Create ' + + 'Word_DocAdd Word_DocAttach Word_DocClose Word_DocExport ' + + 'Word_DocFind Word_DocFindReplace Word_DocGet ' + + 'Word_DocLinkAdd Word_DocLinkGet Word_DocOpen ' + + 'Word_DocPictureAdd Word_DocPrint Word_DocRangeSet ' + + 'Word_DocSave Word_DocSaveAs Word_DocTableRead ' + + 'Word_DocTableWrite Word_Quit', + COMMENT = { + variants: [ + hljs.COMMENT(';', '$', { + relevance: 0 + }), + hljs.COMMENT('#cs', '#ce'), + hljs.COMMENT('#comments-start', '#comments-end') + ] + }, + VARIABLE = { + className: 'variable', + begin: '\\$[A-z0-9_]+' + }, + STRING = { + className: 'string', + variants: [{ + begin: /"/, + end: /"/, + contains: [{ + begin: /""/, + relevance: 0 + } + ] + }, { + begin: /'/, + end: /'/, + contains: [{ + begin: /''/, + relevance: 0 + } + ] + } + ] + }, + NUMBER = { + variants: [hljs.BINARY_NUMBER_MODE, hljs.C_NUMBER_MODE] + }, + PREPROCESSOR = { + className: 'preprocessor', + begin: '#', + end: '$', + keywords: 'include include-once NoTrayIcon OnAutoItStartRegister RequireAdmin pragma ' + + 'Au3Stripper_Ignore_Funcs Au3Stripper_Ignore_Variables ' + + 'Au3Stripper_Off Au3Stripper_On Au3Stripper_Parameters ' + + 'AutoIt3Wrapper_Add_Constants AutoIt3Wrapper_Au3Check_Parameters ' + + 'AutoIt3Wrapper_Au3Check_Stop_OnWarning AutoIt3Wrapper_Aut2Exe ' + + 'AutoIt3Wrapper_AutoIt3 AutoIt3Wrapper_AutoIt3Dir ' + + 'AutoIt3Wrapper_Change2CUI AutoIt3Wrapper_Compile_Both ' + + 'AutoIt3Wrapper_Compression AutoIt3Wrapper_EndIf ' + + 'AutoIt3Wrapper_Icon AutoIt3Wrapper_If_Compile ' + + 'AutoIt3Wrapper_If_Run AutoIt3Wrapper_Jump_To_First_Error ' + + 'AutoIt3Wrapper_OutFile AutoIt3Wrapper_OutFile_Type ' + + 'AutoIt3Wrapper_OutFile_X64 AutoIt3Wrapper_PlugIn_Funcs ' + + 'AutoIt3Wrapper_Res_Comment Autoit3Wrapper_Res_Compatibility ' + + 'AutoIt3Wrapper_Res_Description AutoIt3Wrapper_Res_Field ' + + 'AutoIt3Wrapper_Res_File_Add AutoIt3Wrapper_Res_FileVersion ' + + 'AutoIt3Wrapper_Res_FileVersion_AutoIncrement ' + + 'AutoIt3Wrapper_Res_Icon_Add AutoIt3Wrapper_Res_Language ' + + 'AutoIt3Wrapper_Res_LegalCopyright ' + + 'AutoIt3Wrapper_Res_ProductVersion ' + + 'AutoIt3Wrapper_Res_requestedExecutionLevel ' + + 'AutoIt3Wrapper_Res_SaveSource AutoIt3Wrapper_Run_After ' + + 'AutoIt3Wrapper_Run_Au3Check AutoIt3Wrapper_Run_Au3Stripper ' + + 'AutoIt3Wrapper_Run_Before AutoIt3Wrapper_Run_Debug_Mode ' + + 'AutoIt3Wrapper_Run_SciTE_Minimized ' + + 'AutoIt3Wrapper_Run_SciTE_OutputPane_Minimized ' + + 'AutoIt3Wrapper_Run_Tidy AutoIt3Wrapper_ShowProgress ' + + 'AutoIt3Wrapper_Testing AutoIt3Wrapper_Tidy_Stop_OnError ' + + 'AutoIt3Wrapper_UPX_Parameters AutoIt3Wrapper_UseUPX ' + + 'AutoIt3Wrapper_UseX64 AutoIt3Wrapper_Version ' + + 'AutoIt3Wrapper_Versioning AutoIt3Wrapper_Versioning_Parameters ' + + 'Tidy_Off Tidy_On Tidy_Parameters EndRegion Region', + contains: [{ + begin: /\\\n/, + relevance: 0 + }, { + beginKeywords: 'include', + end: '$', + contains: [ + STRING, { + className: 'string', + variants: [{ + begin: '<', + end: '>' + }, { + begin: /"/, + end: /"/, + contains: [{ + begin: /""/, + relevance: 0 + } + ] + }, { + begin: /'/, + end: /'/, + contains: [{ + begin: /''/, + relevance: 0 + } + ] + } + ] + } + ] + }, + STRING, + COMMENT + ] + }, + CONSTANT = { + className: 'constant', + // begin: '@', + // end: '$', + // keywords: 'AppDataCommonDir AppDataDir AutoItExe AutoItPID AutoItVersion AutoItX64 COM_EventObj CommonFilesDir Compiled ComputerName ComSpec CPUArch CR CRLF DesktopCommonDir DesktopDepth DesktopDir DesktopHeight DesktopRefresh DesktopWidth DocumentsCommonDir error exitCode exitMethod extended FavoritesCommonDir FavoritesDir GUI_CtrlHandle GUI_CtrlId GUI_DragFile GUI_DragId GUI_DropId GUI_WinHandle HomeDrive HomePath HomeShare HotKeyPressed HOUR IPAddress1 IPAddress2 IPAddress3 IPAddress4 KBLayout LF LocalAppDataDir LogonDNSDomain LogonDomain LogonServer MDAY MIN MON MSEC MUILang MyDocumentsDir NumParams OSArch OSBuild OSLang OSServicePack OSType OSVersion ProgramFilesDir ProgramsCommonDir ProgramsDir ScriptDir ScriptFullPath ScriptLineNumber ScriptName SEC StartMenuCommonDir StartMenuDir StartupCommonDir StartupDir SW_DISABLE SW_ENABLE SW_HIDE SW_LOCK SW_MAXIMIZE SW_MINIMIZE SW_RESTORE SW_SHOW SW_SHOWDEFAULT SW_SHOWMAXIMIZED SW_SHOWMINIMIZED SW_SHOWMINNOACTIVE SW_SHOWNA SW_SHOWNOACTIVATE SW_SHOWNORMAL SW_UNLOCK SystemDir TAB TempDir TRAY_ID TrayIconFlashing TrayIconVisible UserName UserProfileDir WDAY WindowsDir WorkingDir YDAY YEAR', + // relevance: 5 + begin: '@[A-z0-9_]+' + }, + FUNCTION = { + className: 'function', + beginKeywords: 'Func', + end: '$', + excludeEnd: true, + illegal: '\\$|\\[|%', + contains: [ + hljs.UNDERSCORE_TITLE_MODE, { + className: 'params', + begin: '\\(', + end: '\\)', + contains: [ + VARIABLE, + STRING, + NUMBER + ] + } + ] + }; + + return { + case_insensitive: true, + keywords: { + keyword: KEYWORDS, + built_in: BUILT_IN, + literal: LITERAL + }, + contains: [ + COMMENT, + VARIABLE, + STRING, + NUMBER, + PREPROCESSOR, + CONSTANT, + FUNCTION + ] + } + }; +}, {} +], +50: [function(require, module, exports) { + module.exports = function(hljs) { + return { + case_insensitive: true, + lexemes: '\\.?' + hljs.IDENT_RE, + keywords: { + keyword: + /* mnemonic */ + 'adc add adiw and andi asr bclr bld brbc brbs brcc brcs break breq brge brhc brhs ' + + 'brid brie brlo brlt brmi brne brpl brsh brtc brts brvc brvs bset bst call cbi cbr ' + + 'clc clh cli cln clr cls clt clv clz com cp cpc cpi cpse dec eicall eijmp elpm eor ' + + 'fmul fmuls fmulsu icall ijmp in inc jmp ld ldd ldi lds lpm lsl lsr mov movw mul ' + + 'muls mulsu neg nop or ori out pop push rcall ret reti rjmp rol ror sbc sbr sbrc sbrs ' + + 'sec seh sbi sbci sbic sbis sbiw sei sen ser ses set sev sez sleep spm st std sts sub ' + + 'subi swap tst wdr', + built_in: + /* general purpose registers */ + 'r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 ' + + 'r23 r24 r25 r26 r27 r28 r29 r30 r31 x|0 xh xl y|0 yh yl z|0 zh zl ' + + /* IO Registers (ATMega128) */ + 'ucsr1c udr1 ucsr1a ucsr1b ubrr1l ubrr1h ucsr0c ubrr0h tccr3c tccr3a tccr3b tcnt3h ' + + 'tcnt3l ocr3ah ocr3al ocr3bh ocr3bl ocr3ch ocr3cl icr3h icr3l etimsk etifr tccr1c ' + + 'ocr1ch ocr1cl twcr twdr twar twsr twbr osccal xmcra xmcrb eicra spmcsr spmcr portg ' + + 'ddrg ping portf ddrf sreg sph spl xdiv rampz eicrb eimsk gimsk gicr eifr gifr timsk ' + + 'tifr mcucr mcucsr tccr0 tcnt0 ocr0 assr tccr1a tccr1b tcnt1h tcnt1l ocr1ah ocr1al ' + + 'ocr1bh ocr1bl icr1h icr1l tccr2 tcnt2 ocr2 ocdr wdtcr sfior eearh eearl eedr eecr ' + + 'porta ddra pina portb ddrb pinb portc ddrc pinc portd ddrd pind spdr spsr spcr udr0 ' + + 'ucsr0a ucsr0b ubrr0l acsr admux adcsr adch adcl porte ddre pine pinf', + preprocessor: + '.byte .cseg .db .def .device .dseg .dw .endmacro .equ .eseg .exit .include .list ' + + '.listmac .macro .nolist .org .set' + }, + contains: [ + hljs.C_BLOCK_COMMENT_MODE, + hljs.COMMENT( + ';', + '$', + { + relevance: 0 + }), + hljs.C_NUMBER_MODE, // 0x..., decimal, float + hljs.BINARY_NUMBER_MODE, // 0b... + { + className: 'number', + begin: '\\b(\\$[a-zA-Z0-9]+|0o[0-7]+)' // $..., 0o... + }, + hljs.QUOTE_STRING_MODE, + { + className: 'string', + begin: '\'', + end: '[^\\\\]\'', + illegal: '[^\\\\][^\']' + }, + { + className: 'label', + begin: '^[A-Za-z0-9_.$]+:' + }, + { + className: 'preprocessor', + begin: '#', + end: '$' + }, + { + // подстановка в «.macro» + className: 'localvars', + begin: '@[0-9]+' + } + ] + }; + }; +}, {} +], +51: [function(require, module, exports) { + module.exports = function(hljs) { + return { + keywords: 'false int abstract private char boolean static null if for true ' + + 'while long throw finally protected final return void enum else ' + + 'break new catch byte super case short default double public try this switch ' + + 'continue reverse firstfast firstonly forupdate nofetch sum avg minof maxof count ' + + 'order group by asc desc index hint like dispaly edit client server ttsbegin ' + + 'ttscommit str real date container anytype common div mod', + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_NUMBER_MODE, + { + className: 'preprocessor', + begin: '#', + end: '$' + }, + { + className: 'class', + beginKeywords: 'class interface', + end: '{', + excludeEnd: true, + illegal: ':', + contains: [ + { + beginKeywords: 'extends implements' + }, + hljs.UNDERSCORE_TITLE_MODE + ] + } + ] + }; + }; +}, {} +], +52: [function(require, module, exports) { + module.exports = function(hljs) { + var VAR = { + className: 'variable', + variants: [ + { + begin: /\$[\w\d#@][\w\d_]*/ + }, + { + begin: /\$\{(.*?)}/ + } + ] + }; + var QUOTE_STRING = { + className: 'string', + begin: /"/, + end: /"/, + contains: [ + hljs.BACKSLASH_ESCAPE, + VAR, + { + className: 'variable', + begin: /\$\(/, + end: /\)/, + contains: [hljs.BACKSLASH_ESCAPE] + } + ] + }; + var APOS_STRING = { + className: 'string', + begin: /'/, + end: /'/ + }; + + return { + aliases: ['sh', 'zsh'], + lexemes: /-?[a-z\.]+/, + keywords: { + keyword: + 'if then else elif fi for while in do done case esac function', + literal: + 'true false', + built_in: + // Shell built-ins + // http://www.gnu.org/software/bash/manual/html_node/Shell-Builtin-Commands.html + 'break cd continue eval exec exit export getopts hash pwd readonly return shift test times ' + + 'trap umask unset ' + + // Bash built-ins + 'alias bind builtin caller command declare echo enable help let local logout mapfile printf ' + + 'read readarray source type typeset ulimit unalias ' + + // Shell modifiers + 'set shopt ' + + // Zsh built-ins + 'autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles ' + + 'compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate ' + + 'fc fg float functions getcap getln history integer jobs kill limit log noglob popd print ' + + 'pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit ' + + 'unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof ' + + 'zpty zregexparse zsocket zstyle ztcp', + operator: + '-ne -eq -lt -gt -f -d -e -s -l -a' // relevance booster + }, + contains: [ + { + className: 'shebang', + begin: /^#![^\n]+sh\s*$/, + relevance: 10 + }, + { + className: 'function', + begin: /\w[\w\d_]*\s*\(\s*\)\s*\{/, + returnBegin: true, + contains: [hljs.inherit(hljs.TITLE_MODE, { + begin: /\w[\w\d_]*/ + })], + relevance: 0 + }, + hljs.HASH_COMMENT_MODE, + hljs.NUMBER_MODE, + QUOTE_STRING, + APOS_STRING, + VAR + ] + }; + }; +}, {} +], +53: [function(require, module, exports) { + module.exports = function(hljs) { + var LITERAL = { + className: 'literal', + begin: '[\\+\\-]', + relevance: 0 + }; + return { + aliases: ['bf'], + contains: [ + hljs.COMMENT( + '[^\\[\\]\\.,\\+\\-<> \r\n]', + '[\\[\\]\\.,\\+\\-<> \r\n]', + { + returnEnd: true, + relevance: 0 + }), + { + className: 'title', + begin: '[\\[\\]]', + relevance: 0 + }, + { + className: 'string', + begin: '[\\.,]', + relevance: 0 + }, + { + // this mode works as the only relevance counter + begin: /\+\+|\-\-/, + returnBegin: true, + contains: [LITERAL] + }, + LITERAL + ] + }; + }; +}, {} +], +54: [function(require, module, exports) { + module.exports = function(hljs) { + var KEYWORDS = + 'div mod in and or not xor asserterror begin case do downto else end exit for if of repeat then to ' + + 'until while with var'; + var LITERALS = 'false true'; + var COMMENT_MODES = [ + hljs.C_LINE_COMMENT_MODE, + hljs.COMMENT( + /\{/, + /\}/, + { + relevance: 0 + }), + hljs.COMMENT( + /\(\*/, + /\*\)/, + { + relevance: 10 + }) + ]; + var STRING = { + className: 'string', + begin: /'/, + end: /'/, + contains: [{ + begin: /''/ + } + ] + }; + var CHAR_STRING = { + className: 'string', + begin: /(#\d+)+/ + }; + var DATE = { + className: 'date', + begin: '\\b\\d+(\\.\\d+)?(DT|D|T)', + relevance: 0 + }; + var DBL_QUOTED_VARIABLE = { + className: 'variable', + begin: '"', + end: '"' + }; + + var PROCEDURE = { + className: 'function', + beginKeywords: 'procedure', + end: /[:;]/, + keywords: 'procedure|10', + contains: [ + hljs.TITLE_MODE, + { + className: 'params', + begin: /\(/, + end: /\)/, + keywords: KEYWORDS, + contains: [STRING, CHAR_STRING] + } + ].concat(COMMENT_MODES) + }; + + var OBJECT = { + className: 'class', + begin: 'OBJECT (Table|Form|Report|Dataport|Codeunit|XMLport|MenuSuite|Page|Query) (\\d+) ([^\\r\\n]+)', + returnBegin: true, + contains: [ + hljs.TITLE_MODE, + PROCEDURE + ] + }; + + return { + case_insensitive: true, + keywords: { + keyword: KEYWORDS, + literal: LITERALS + }, + contains: [ + STRING, CHAR_STRING, + DATE, DBL_QUOTED_VARIABLE, + hljs.NUMBER_MODE, + OBJECT, + PROCEDURE + ] + }; + }; +}, {} +], +55: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['capnp'], + keywords: { + keyword: + 'struct enum interface union group import using const annotation extends in of on as with from fixed', + built_in: + 'Void Bool Int8 Int16 Int32 Int64 UInt8 UInt16 UInt32 UInt64 Float32 Float64 ' + + 'Text Data AnyPointer AnyStruct Capability List', + literal: + 'true false' + }, + contains: [ + hljs.QUOTE_STRING_MODE, + hljs.NUMBER_MODE, + hljs.HASH_COMMENT_MODE, + { + className: 'shebang', + begin: /@0x[\w\d]{16};/, + illegal: /\n/ + }, + { + className: 'number', + begin: /@\d+\b/ + }, + { + className: 'class', + beginKeywords: 'struct enum', + end: /\{/, + illegal: /\n/, + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + starts: { + endsWithParent: true, + excludeEnd: true + } + // hack: eating everything after the first title + }) + ] + }, + { + className: 'class', + beginKeywords: 'interface', + end: /\{/, + illegal: /\n/, + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + starts: { + endsWithParent: true, + excludeEnd: true + } + // hack: eating everything after the first title + }) + ] + } + ] + }; + }; +}, {} +], +56: [function(require, module, exports) { + module.exports = function(hljs) { + // 2.3. Identifiers and keywords + var KEYWORDS = + 'assembly module package import alias class interface object given value ' + + 'assign void function new of extends satisfies abstracts in out return ' + + 'break continue throw assert dynamic if else switch case for while try ' + + 'catch finally then let this outer super is exists nonempty'; + // 7.4.1 Declaration Modifiers + var DECLARATION_MODIFIERS = + 'shared abstract formal default actual variable late native deprecated' + + 'final sealed annotation suppressWarnings small'; + // 7.4.2 Documentation + var DOCUMENTATION = + 'doc by license see throws tagged'; + var LANGUAGE_ANNOTATIONS = DECLARATION_MODIFIERS + ' ' + DOCUMENTATION; + var SUBST = { + className: 'subst', + excludeBegin: true, + excludeEnd: true, + begin: /``/, + end: /``/, + keywords: KEYWORDS, + relevance: 10 + }; + var EXPRESSIONS = [ + { + // verbatim string + className: 'string', + begin: '"""', + end: '"""', + relevance: 10 + }, + { + // string literal or template + className: 'string', + begin: '"', + end: '"', + contains: [SUBST] + }, + { + // character literal + className: 'string', + begin: "'", + end: "'" + }, + { + // numeric literal + className: 'number', + begin: '#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?', + relevance: 0 + } + ]; + SUBST.contains = EXPRESSIONS; + + return { + keywords: { + keyword: KEYWORDS, + annotation: LANGUAGE_ANNOTATIONS + }, + illegal: '\\$[^01]|#[^0-9a-fA-F]', + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.COMMENT('/\\*', '\\*/', { + contains: ['self'] + }), + { + // compiler annotation + className: 'annotation', + begin: '@[a-z]\\w*(?:\\:\"[^\"]*\")?' + } + ].concat(EXPRESSIONS) + }; + }; +}, {} +], +57: [function(require, module, exports) { + module.exports = function(hljs) { + return { + contains: [ + { + className: 'prompt', + begin: /^([\w.-]+|\s*#_)=>/, + starts: { + end: /$/, + subLanguage: 'clojure' + } + } + ] + } + }; +}, {} +], +58: [function(require, module, exports) { + module.exports = function(hljs) { + var keywords = { + built_in: + // Clojure keywords + 'def defonce cond apply if-not if-let if not not= = < > <= >= == + / * - rem ' + + 'quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? ' + + 'set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? ' + + 'class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? ' + + 'string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . ' + + 'inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last ' + + 'drop-while while intern condp case reduced cycle split-at split-with repeat replicate ' + + 'iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext ' + + 'nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends ' + + 'add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler ' + + 'set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter ' + + 'monitor-exit defmacro defn defn- macroexpand macroexpand-1 for dosync and or ' + + 'when when-not when-let comp juxt partial sequence memoize constantly complement identity assert ' + + 'peek pop doto proxy defstruct first rest cons defprotocol cast coll deftype defrecord last butlast ' + + 'sigs reify second ffirst fnext nfirst nnext defmulti defmethod meta with-meta ns in-ns create-ns import ' + + 'refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! ' + + 'assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger ' + + 'bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline ' + + 'flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking ' + + 'assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! ' + + 'reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! ' + + 'new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty ' + + 'hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list ' + + 'disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer ' + + 'chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate ' + + 'unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta ' + + 'lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize' + }; + + var SYMBOLSTART = 'a-zA-Z_\\-!.?+*=<>&#\''; + var SYMBOL_RE = '[' + SYMBOLSTART + '][' + SYMBOLSTART + '0-9/;:]*'; + var SIMPLE_NUMBER_RE = '[-+]?\\d+(\\.\\d+)?'; + + var SYMBOL = { + begin: SYMBOL_RE, + relevance: 0 + }; + var NUMBER = { + className: 'number', + begin: SIMPLE_NUMBER_RE, + relevance: 0 + }; + var STRING = hljs.inherit(hljs.QUOTE_STRING_MODE, { + illegal: null + }); + var COMMENT = hljs.COMMENT( + ';', + '$', + { + relevance: 0 + }); + var LITERAL = { + className: 'literal', + begin: /\b(true|false|nil)\b/ + }; + var COLLECTION = { + className: 'collection', + begin: '[\\[\\{]', + end: '[\\]\\}]' + }; + var HINT = { + className: 'comment', + begin: '\\^' + SYMBOL_RE + }; + var HINT_COL = hljs.COMMENT('\\^\\{', '\\}'); + var KEY = { + className: 'attribute', + begin: '[:]' + SYMBOL_RE + }; + var LIST = { + className: 'list', + begin: '\\(', + end: '\\)' + }; + var BODY = { + endsWithParent: true, + relevance: 0 + }; + var NAME = { + keywords: keywords, + lexemes: SYMBOL_RE, + className: 'keyword', + begin: SYMBOL_RE, + starts: BODY + }; + var DEFAULT_CONTAINS = [LIST, STRING, HINT, HINT_COL, COMMENT, KEY, COLLECTION, NUMBER, LITERAL, SYMBOL]; + + LIST.contains = [hljs.COMMENT('comment', ''), NAME, BODY]; + BODY.contains = DEFAULT_CONTAINS; + COLLECTION.contains = DEFAULT_CONTAINS; + + return { + aliases: ['clj'], + illegal: /\S/, + contains: [LIST, STRING, HINT, HINT_COL, COMMENT, KEY, COLLECTION, NUMBER, LITERAL] + } + }; +}, {} +], +59: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['cmake.in'], + case_insensitive: true, + keywords: { + keyword: + 'add_custom_command add_custom_target add_definitions add_dependencies ' + + 'add_executable add_library add_subdirectory add_test aux_source_directory ' + + 'break build_command cmake_minimum_required cmake_policy configure_file ' + + 'create_test_sourcelist define_property else elseif enable_language enable_testing ' + + 'endforeach endfunction endif endmacro endwhile execute_process export find_file ' + + 'find_library find_package find_path find_program fltk_wrap_ui foreach function ' + + 'get_cmake_property get_directory_property get_filename_component get_property ' + + 'get_source_file_property get_target_property get_test_property if include ' + + 'include_directories include_external_msproject include_regular_expression install ' + + 'link_directories load_cache load_command macro mark_as_advanced message option ' + + 'output_required_files project qt_wrap_cpp qt_wrap_ui remove_definitions return ' + + 'separate_arguments set set_directory_properties set_property ' + + 'set_source_files_properties set_target_properties set_tests_properties site_name ' + + 'source_group string target_link_libraries try_compile try_run unset variable_watch ' + + 'while build_name exec_program export_library_dependencies install_files ' + + 'install_programs install_targets link_libraries make_directory remove subdir_depends ' + + 'subdirs use_mangled_mesa utility_source variable_requires write_file ' + + 'qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or', + operator: + 'equal less greater strless strgreater strequal matches' + }, + contains: [ + { + className: 'envvar', + begin: '\\${', + end: '}' + }, + hljs.HASH_COMMENT_MODE, + hljs.QUOTE_STRING_MODE, + hljs.NUMBER_MODE + ] + }; + }; +}, {} +], +60: [function(require, module, exports) { + module.exports = function(hljs) { + var KEYWORDS = { + keyword: + // JS keywords + 'in if for while finally new do return else break catch instanceof throw try this ' + + 'switch continue typeof delete debugger super ' + + // Coffee keywords + 'then unless until loop of by when and or is isnt not', + literal: + // JS literals + 'true false null undefined ' + + // Coffee literals + 'yes no on off', + built_in: + 'npm require console print module global window document' + }; + var JS_IDENT_RE = '[A-Za-z$_][0-9A-Za-z$_]*'; + var SUBST = { + className: 'subst', + begin: /#\{/, + end: /}/, + keywords: KEYWORDS + }; + var EXPRESSIONS = [ + hljs.BINARY_NUMBER_MODE, + hljs.inherit(hljs.C_NUMBER_MODE, { + starts: { + end: '(\\s*/)?', + relevance: 0 + } + }), // a number tries to eat the following slash to prevent treating it as a regexp + { + className: 'string', + variants: [ + { + begin: /'''/, + end: /'''/, + contains: [hljs.BACKSLASH_ESCAPE] + }, + { + begin: /'/, + end: /'/, + contains: [hljs.BACKSLASH_ESCAPE] + }, + { + begin: /"""/, + end: /"""/, + contains: [hljs.BACKSLASH_ESCAPE, SUBST] + }, + { + begin: /"/, + end: /"/, + contains: [hljs.BACKSLASH_ESCAPE, SUBST] + } + ] + }, + { + className: 'regexp', + variants: [ + { + begin: '///', + end: '///', + contains: [SUBST, hljs.HASH_COMMENT_MODE] + }, + { + begin: '//[gim]*', + relevance: 0 + }, + { + // regex can't start with space to parse x / 2 / 3 as two divisions + // regex can't start with *, and it supports an "illegal" in the main mode + begin: /\/(?![ *])(\\\/|.)*?\/[gim]*(?=\W|$)/ + } + ] + }, + { + className: 'property', + begin: '@' + JS_IDENT_RE + }, + { + begin: '`', + end: '`', + excludeBegin: true, + excludeEnd: true, + subLanguage: 'javascript' + } + ]; + SUBST.contains = EXPRESSIONS; + + var TITLE = hljs.inherit(hljs.TITLE_MODE, { + begin: JS_IDENT_RE + }); + var PARAMS_RE = '(\\(.*\\))?\\s*\\B[-=]>'; + var PARAMS = { + className: 'params', + begin: '\\([^\\(]', + returnBegin: true, + /* We need another contained nameless mode to not have every nested + pair of parens to be called "params" */ + contains: [{ + begin: /\(/, + end: /\)/, + keywords: KEYWORDS, + contains: ['self'].concat(EXPRESSIONS) + } + ] + }; + + return { + aliases: ['coffee', 'cson', 'iced'], + keywords: KEYWORDS, + illegal: /\/\*/, + contains: EXPRESSIONS.concat([ + hljs.COMMENT('###', '###'), + hljs.HASH_COMMENT_MODE, + { + className: 'function', + begin: '^\\s*' + JS_IDENT_RE + '\\s*=\\s*' + PARAMS_RE, + end: '[-=]>', + returnBegin: true, + contains: [TITLE, PARAMS] + }, + { + // anonymous function start + begin: /[:\(,=]\s*/, + relevance: 0, + contains: [ + { + className: 'function', + begin: PARAMS_RE, + end: '[-=]>', + returnBegin: true, + contains: [PARAMS] + } + ] + }, + { + className: 'class', + beginKeywords: 'class', + end: '$', + illegal: /[:="\[\]]/, + contains: [ + { + beginKeywords: 'extends', + endsWithParent: true, + illegal: /[:="\[\]]/, + contains: [TITLE] + }, + TITLE + ] + }, + { + className: 'attribute', + begin: JS_IDENT_RE + ':', + end: ':', + returnBegin: true, + returnEnd: true, + relevance: 0 + } + ]) + }; + }; +}, {} +], +61: [function(require, module, exports) { + module.exports = function(hljs) { + var CPP_PRIMATIVE_TYPES = { + className: 'keyword', + begin: '\\b[a-z\\d_]*_t\\b' + }; + + var STRINGS = { + className: 'string', + variants: [ + hljs.inherit(hljs.QUOTE_STRING_MODE, { + begin: '((u8?|U)|L)?"' + }), + { + begin: '(u8?|U)?R"', + end: '"', + contains: [hljs.BACKSLASH_ESCAPE] + }, + { + begin: '\'\\\\?.', + end: '\'', + illegal: '.' + } + ] + }; + + var NUMBERS = { + className: 'number', + variants: [ + { + begin: '\\b(\\d+(\\.\\d*)?|\\.\\d+)(u|U|l|L|ul|UL|f|F)' + }, + { + begin: hljs.C_NUMBER_RE + } + ] + }; + + var PREPROCESSOR = { + className: 'preprocessor', + begin: '#', + end: '$', + keywords: 'if else elif endif define undef warning error line ' + + 'pragma ifdef ifndef', + contains: [ + { + begin: /\\\n/, + relevance: 0 + }, + { + beginKeywords: 'include', + end: '$', + contains: [ + STRINGS, + { + className: 'string', + begin: '<', + end: '>', + illegal: '\\n', + } + ] + }, + STRINGS, + NUMBERS, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE + ] + }; + + var FUNCTION_TITLE = hljs.IDENT_RE + '\\s*\\('; + + var CPP_KEYWORDS = { + keyword: 'int float while private char catch export virtual operator sizeof ' + + 'dynamic_cast|10 typedef const_cast|10 const struct for static_cast|10 union namespace ' + + 'unsigned long volatile static protected bool template mutable if public friend ' + + 'do goto auto void enum else break extern using class asm case typeid ' + + 'short reinterpret_cast|10 default double register explicit signed typename try this ' + + 'switch continue inline delete alignof constexpr decltype ' + + 'noexcept static_assert thread_local restrict _Bool complex _Complex _Imaginary ' + + 'atomic_bool atomic_char atomic_schar ' + + 'atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong ' + + 'atomic_ullong', + built_in: 'std string cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream ' + + 'auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set ' + + 'unordered_map unordered_multiset unordered_multimap array shared_ptr abort abs acos ' + + 'asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp ' + + 'fscanf isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper ' + + 'isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow ' + + 'printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp ' + + 'strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan ' + + 'vfprintf vprintf vsprintf', + literal: 'true false nullptr NULL' + }; + + return { + aliases: ['c', 'cc', 'h', 'c++', 'h++', 'hpp'], + keywords: CPP_KEYWORDS, + illegal: '', + keywords: CPP_KEYWORDS, + contains: ['self', CPP_PRIMATIVE_TYPES] + }, + { + begin: hljs.IDENT_RE + '::', + keywords: CPP_KEYWORDS + }, + { + // Expression keywords prevent 'keyword Name(...) or else if(...)' from + // being recognized as a function definition + beginKeywords: 'new throw return else', + relevance: 0 + }, + { + className: 'function', + begin: '(' + hljs.IDENT_RE + '[\\*&\\s]+)+' + FUNCTION_TITLE, + returnBegin: true, + end: /[{;=]/, + excludeEnd: true, + keywords: CPP_KEYWORDS, + illegal: /[^\w\s\*&]/, + contains: [ + { + begin: FUNCTION_TITLE, + returnBegin: true, + contains: [hljs.TITLE_MODE], + relevance: 0 + }, + { + className: 'params', + begin: /\(/, + end: /\)/, + keywords: CPP_KEYWORDS, + relevance: 0, + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + STRINGS, + NUMBERS + ] + }, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + PREPROCESSOR + ] + } + ] + }; + }; +}, {} +], +62: [function(require, module, exports) { + module.exports = function(hljs) { + var NUM_SUFFIX = '(_[uif](8|16|32|64))?'; + var CRYSTAL_IDENT_RE = '[a-zA-Z_]\\w*[!?=]?'; + var CRYSTAL_METHOD_RE = '[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\][=?]?'; + var CRYSTAL_KEYWORDS = { + keyword: + 'abstract alias asm begin break case class def do else elsif end ensure enum extend for fun if ifdef ' + + 'include instance_sizeof is_a? lib macro module next of out pointerof private protected rescue responds_to? ' + + 'return require self sizeof struct super then type undef union unless until when while with yield ' + + '__DIR__ __FILE__ __LINE__', + literal: 'false nil true' + }; + var SUBST = { + className: 'subst', + begin: '#\\{', + end: '}', + keywords: CRYSTAL_KEYWORDS + }; + var EXPANSION = { + className: 'expansion', + variants: [ + { + begin: '\\{\\{', + end: '\\}\\}' + }, + { + begin: '\\{%', + end: '%\\}' + } + ], + keywords: CRYSTAL_KEYWORDS, + relevance: 10 + }; + var + STRING = { + className: 'string', + contains: [hljs.BACKSLASH_ESCAPE, SUBST], + variants: [ + { + begin: /'/, + end: /'/ + }, + { + begin: /"/, + end: /"/ + }, + { + begin: /`/, + end: /`/ + }, + { + begin: '%w?\\(', + end: '\\)' + }, + { + begin: '%w?\\[', + end: '\\]' + }, + { + begin: '%w?{', + end: '}' + }, + { + begin: '%w?<', + end: '>' + }, + { + begin: '%w?/', + end: '/' + }, + { + begin: '%w?%', + end: '%' + }, + { + begin: '%w?-', + end: '-' + }, + { + begin: '%w?\\|', + end: '\\|' + }, + ], + relevance: 0, + }; + var CRYSTAL_DEFAULT_CONTAINS = [ + EXPANSION, + STRING, + hljs.HASH_COMMENT_MODE, + { + className: 'class', + beginKeywords: 'class module struct', end: '$|;', + illegal: /=/, + contains: [ + hljs.HASH_COMMENT_MODE, + hljs.inherit(hljs.TITLE_MODE, { + begin: '[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?' + }), + { + className: 'inheritance', + begin: '<\\s*', + contains: [{ + className: 'parent', + begin: '(' + hljs.IDENT_RE + '::)?' + hljs.IDENT_RE + } + ] + } + ] + }, + { + className: 'class', + beginKeywords: 'lib enum union', + end: '$|;', + illegal: /=/, + contains: [ + hljs.HASH_COMMENT_MODE, + hljs.inherit(hljs.TITLE_MODE, { + begin: '[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?' + }), + ], + relevance: 10 + }, + { + className: 'function', + beginKeywords: 'def', end: /\B\b/, + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + begin: CRYSTAL_METHOD_RE, + endsParent: true + }) + ] + }, + { + className: 'function', + beginKeywords: 'fun macro', + end: /\B\b/, + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + begin: CRYSTAL_METHOD_RE, + endsParent: true + }) + ], + relevance: 5 + }, + { + className: 'constant', + begin: '(::)?(\\b[A-Z]\\w*(::)?)+', + relevance: 0 + }, + { + className: 'symbol', + begin: hljs.UNDERSCORE_IDENT_RE + '(\\!|\\?)?:', + relevance: 0 + }, + { + className: 'symbol', + begin: ':', + contains: [STRING, { + begin: CRYSTAL_METHOD_RE + } + ], + relevance: 0 + }, + { + className: 'number', + variants: [ + { + begin: '\\b0b([01_]+)' + NUM_SUFFIX + }, + { + begin: '\\b0o([0-7_]+)' + NUM_SUFFIX + }, + { + begin: '\\b0x([A-Fa-f0-9_]+)' + NUM_SUFFIX + }, + { + begin: '\\b(\\d[\\d_]*(\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)' + NUM_SUFFIX + } + ], + relevance: 0 + }, + { + className: 'variable', + begin: '(\\$\\W)|((\\$|\\@\\@?|%)(\\w+))' + }, + { + // regexp container + begin: '(' + hljs.RE_STARTERS_RE + ')\\s*', + contains: [ + hljs.HASH_COMMENT_MODE, + { + className: 'regexp', + contains: [hljs.BACKSLASH_ESCAPE, SUBST], + variants: [ + { + begin: '/', + end: '/[a-z]*' + }, + ] + } + ], + relevance: 0 + } + ]; + SUBST.contains = CRYSTAL_DEFAULT_CONTAINS; + EXPANSION.contains = CRYSTAL_DEFAULT_CONTAINS.slice(1); // without EXPANSION + + return { + aliases: ['cr'], + lexemes: CRYSTAL_IDENT_RE, + keywords: CRYSTAL_KEYWORDS, + contains: CRYSTAL_DEFAULT_CONTAINS + }; + }; +}, {} +], +63: [function(require, module, exports) { + module.exports = function(hljs) { + var KEYWORDS = + // Normal keywords. + 'abstract as base bool break byte case catch char checked const continue decimal dynamic ' + + 'default delegate do double else enum event explicit extern false finally fixed float ' + + 'for foreach goto if implicit in int interface internal is lock long null when ' + + 'object operator out override params private protected public readonly ref sbyte ' + + 'sealed short sizeof stackalloc static string struct switch this true try typeof ' + + 'uint ulong unchecked unsafe ushort using virtual volatile void while async ' + + 'protected public private internal ' + + // Contextual keywords. + 'ascending descending from get group into join let orderby partial select set value var ' + + 'where yield'; + var GENERIC_IDENT_RE = hljs.IDENT_RE + '(<' + hljs.IDENT_RE + '>)?'; + return { + aliases: ['csharp'], + keywords: KEYWORDS, + illegal: /::/, + contains: [ + hljs.COMMENT( + '///', + '$', + { + returnBegin: true, + contains: [ + { + className: 'xmlDocTag', + variants: [ + { + begin: '///', + relevance: 0 + }, + { + begin: '' + }, + { + begin: '' + } + ] + } + ] + }), + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + { + className: 'preprocessor', + begin: '#', + end: '$', + keywords: 'if else elif endif define undef warning error line region endregion pragma checksum' + }, + { + className: 'string', + begin: '@"', + end: '"', + contains: [{ + begin: '""' + } + ] + }, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_NUMBER_MODE, + { + beginKeywords: 'class interface', + end: /[{;=]/, + illegal: /[^\s:]/, + contains: [ + hljs.TITLE_MODE, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE + ] + }, + { + beginKeywords: 'namespace', + end: /[{;=]/, + illegal: /[^\s:]/, + contains: [ + { + // Customization of hljs.TITLE_MODE that allows '.' + className: 'title', + begin: '[a-zA-Z](\\.?\\w)*', + relevance: 0 + }, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE + ] + }, + { + // Expression keywords prevent 'keyword Name(...)' from being + // recognized as a function definition + beginKeywords: 'new return throw await', + relevance: 0 + }, + { + className: 'function', + begin: '(' + GENERIC_IDENT_RE + '\\s+)+' + hljs.IDENT_RE + '\\s*\\(', + returnBegin: true, + end: /[{;=]/, + excludeEnd: true, + keywords: KEYWORDS, + contains: [ + { + begin: hljs.IDENT_RE + '\\s*\\(', + returnBegin: true, + contains: [hljs.TITLE_MODE], + relevance: 0 + }, + { + className: 'params', + begin: /\(/, + end: /\)/, + excludeBegin: true, + excludeEnd: true, + keywords: KEYWORDS, + relevance: 0, + contains: [ + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_NUMBER_MODE, + hljs.C_BLOCK_COMMENT_MODE + ] + }, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE + ] + } + ] + }; + }; +}, {} +], +64: [function(require, module, exports) { + module.exports = function(hljs) { + var IDENT_RE = '[a-zA-Z-][a-zA-Z0-9_-]*'; + var FUNCTION = { + className: 'function', + begin: IDENT_RE + '\\(', + returnBegin: true, + excludeEnd: true, + end: '\\(' + }; + var RULE = { + className: 'rule', + begin: /[A-Z\_\.\-]+\s*:/, + returnBegin: true, + end: ';', + endsWithParent: true, + contains: [ + { + className: 'attribute', + begin: /\S/, + end: ':', + excludeEnd: true, + starts: { + className: 'value', + endsWithParent: true, + excludeEnd: true, + contains: [ + FUNCTION, + hljs.CSS_NUMBER_MODE, + hljs.QUOTE_STRING_MODE, + hljs.APOS_STRING_MODE, + hljs.C_BLOCK_COMMENT_MODE, + { + className: 'hexcolor', + begin: '#[0-9A-Fa-f]+' + }, + { + className: 'important', + begin: '!important' + } + ] + } + } + ] + }; + + return { + case_insensitive: true, + illegal: /[=\/|'\$]/, + contains: [ + hljs.C_BLOCK_COMMENT_MODE, + RULE, + { + className: 'id', + begin: /\#[A-Za-z0-9_-]+/ + }, + { + className: 'class', + begin: /\.[A-Za-z0-9_-]+/ + }, + { + className: 'attr_selector', + begin: /\[/, + end: /\]/, + illegal: '$' + }, + { + className: 'pseudo', + begin: /:(:)?[a-zA-Z0-9\_\-\+\(\)"']+/ + }, + { + className: 'at_rule', + begin: '@(font-face|page)', + lexemes: '[a-z-]+', + keywords: 'font-face page' + }, + { + className: 'at_rule', + begin: '@', + end: '[{;]', + // at_rule eating first "{" is a good thing + // because it doesn’t let it to be parsed as + // a rule set but instead drops parser into + // the default mode which is how it should be. + contains: [ + { + className: 'keyword', + begin: /\S+/ + }, + { + begin: /\s/, + endsWithParent: true, + excludeEnd: true, + relevance: 0, + contains: [ + FUNCTION, + hljs.APOS_STRING_MODE, hljs.QUOTE_STRING_MODE, + hljs.CSS_NUMBER_MODE + ] + } + ] + }, + { + className: 'tag', + begin: IDENT_RE, + relevance: 0 + }, + { + className: 'rules', + begin: '{', + end: '}', + illegal: /\S/, + contains: [ + hljs.C_BLOCK_COMMENT_MODE, + RULE, + ] + } + ] + }; + }; +}, {} +], +65: [function(require, module, exports) { + module.exports = /** + * Known issues: + * + * - invalid hex string literals will be recognized as a double quoted strings + * but 'x' at the beginning of string will not be matched + * + * - delimited string literals are not checked for matching end delimiter + * (not possible to do with js regexp) + * + * - content of token string is colored as a string (i.e. no keyword coloring inside a token string) + * also, content of token string is not validated to contain only valid D tokens + * + * - special token sequence rule is not strictly following D grammar (anything following #line + * up to the end of line is matched as special token sequence) + */ + + function(hljs) { + /** + * Language keywords + * + * @type {Object} + */ + var D_KEYWORDS = { + keyword: + 'abstract alias align asm assert auto body break byte case cast catch class ' + + 'const continue debug default delete deprecated do else enum export extern final ' + + 'finally for foreach foreach_reverse|10 goto if immutable import in inout int ' + + 'interface invariant is lazy macro mixin module new nothrow out override package ' + + 'pragma private protected public pure ref return scope shared static struct ' + + 'super switch synchronized template this throw try typedef typeid typeof union ' + + 'unittest version void volatile while with __FILE__ __LINE__ __gshared|10 ' + + '__thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__', + built_in: + 'bool cdouble cent cfloat char creal dchar delegate double dstring float function ' + + 'idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar ' + + 'wstring', + literal: + 'false null true' + }; + + /** + * Number literal regexps + * + * @type {String} + */ + var decimal_integer_re = '(0|[1-9][\\d_]*)', + decimal_integer_nosus_re = '(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)', + binary_integer_re = '0[bB][01_]+', + hexadecimal_digits_re = '([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)', + hexadecimal_integer_re = '0[xX]' + hexadecimal_digits_re, + decimal_exponent_re = '([eE][+-]?' + decimal_integer_nosus_re + ')', + decimal_float_re = '(' + decimal_integer_nosus_re + '(\\.\\d*|' + decimal_exponent_re + ')|' + + '\\d+\\.' + decimal_integer_nosus_re + decimal_integer_nosus_re + '|' + + '\\.' + decimal_integer_re + decimal_exponent_re + '?' + + ')', + hexadecimal_float_re = '(0[xX](' + + hexadecimal_digits_re + '\\.' + hexadecimal_digits_re + '|' + + '\\.?' + hexadecimal_digits_re + + ')[pP][+-]?' + decimal_integer_nosus_re + ')', + integer_re = '(' + + decimal_integer_re + '|' + + binary_integer_re + '|' + + hexadecimal_integer_re + + ')', + float_re = '(' + + hexadecimal_float_re + '|' + + decimal_float_re + + ')'; + + /** + * Escape sequence supported in D string and character literals + * + * @type {String} + */ + var escape_sequence_re = '\\\\(' + + '[\'"\\?\\\\abfnrtv]|' + // common escapes + 'u[\\dA-Fa-f]{4}|' + // four hex digit unicode codepoint + '[0-7]{1,3}|' + // one to three octal digit ascii char code + 'x[\\dA-Fa-f]{2}|' + // two hex digit ascii char code + 'U[\\dA-Fa-f]{8}' + // eight hex digit unicode codepoint + ')|' + + '&[a-zA-Z\\d]{2,};'; // named character entity + + /** + * D integer number literals + * + * @type {Object} + */ + var D_INTEGER_MODE = { + className: 'number', + begin: '\\b' + integer_re + '(L|u|U|Lu|LU|uL|UL)?', + relevance: 0 + }; + + /** + * [D_FLOAT_MODE description] + * @type {Object} + */ + var D_FLOAT_MODE = { + className: 'number', + begin: '\\b(' + + float_re + '([fF]|L|i|[fF]i|Li)?|' + + integer_re + '(i|[fF]i|Li)' + + ')', + relevance: 0 + }; + + /** + * D character literal + * + * @type {Object} + */ + var D_CHARACTER_MODE = { + className: 'string', + begin: '\'(' + escape_sequence_re + '|.)', + end: '\'', + illegal: '.' + }; + + /** + * D string escape sequence + * + * @type {Object} + */ + var D_ESCAPE_SEQUENCE = { + begin: escape_sequence_re, + relevance: 0 + }; + + /** + * D double quoted string literal + * + * @type {Object} + */ + var D_STRING_MODE = { + className: 'string', + begin: '"', + contains: [D_ESCAPE_SEQUENCE], + end: '"[cwd]?' + }; + + /** + * D wysiwyg and delimited string literals + * + * @type {Object} + */ + var D_WYSIWYG_DELIMITED_STRING_MODE = { + className: 'string', + begin: '[rq]"', + end: '"[cwd]?', + relevance: 5 + }; + + /** + * D alternate wysiwyg string literal + * + * @type {Object} + */ + var D_ALTERNATE_WYSIWYG_STRING_MODE = { + className: 'string', + begin: '`', + end: '`[cwd]?' + }; + + /** + * D hexadecimal string literal + * + * @type {Object} + */ + var D_HEX_STRING_MODE = { + className: 'string', + begin: 'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?', + relevance: 10 + }; + + /** + * D delimited string literal + * + * @type {Object} + */ + var D_TOKEN_STRING_MODE = { + className: 'string', + begin: 'q"\\{', + end: '\\}"' + }; + + /** + * Hashbang support + * + * @type {Object} + */ + var D_HASHBANG_MODE = { + className: 'shebang', + begin: '^#!', + end: '$', + relevance: 5 + }; + + /** + * D special token sequence + * + * @type {Object} + */ + var D_SPECIAL_TOKEN_SEQUENCE_MODE = { + className: 'preprocessor', + begin: '#(line)', + end: '$', + relevance: 5 + }; + + /** + * D attributes + * + * @type {Object} + */ + var D_ATTRIBUTE_MODE = { + className: 'keyword', + begin: '@[a-zA-Z_][a-zA-Z_\\d]*' + }; + + /** + * D nesting comment + * + * @type {Object} + */ + var D_NESTING_COMMENT_MODE = hljs.COMMENT( + '\\/\\+', + '\\+\\/', + { + contains: ['self'], + relevance: 10 + }); + + return { + lexemes: hljs.UNDERSCORE_IDENT_RE, + keywords: D_KEYWORDS, + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + D_NESTING_COMMENT_MODE, + D_HEX_STRING_MODE, + D_STRING_MODE, + D_WYSIWYG_DELIMITED_STRING_MODE, + D_ALTERNATE_WYSIWYG_STRING_MODE, + D_TOKEN_STRING_MODE, + D_FLOAT_MODE, + D_INTEGER_MODE, + D_CHARACTER_MODE, + D_HASHBANG_MODE, + D_SPECIAL_TOKEN_SEQUENCE_MODE, + D_ATTRIBUTE_MODE + ] + }; + }; +}, {} +], +66: [function(require, module, exports) { + module.exports = function (hljs) { + var SUBST = { + className: 'subst', + begin: '\\$\\{', + end: '}', + keywords: 'true false null this is new super' + }; + + var STRING = { + className: 'string', + variants: [ + { + begin: 'r\'\'\'', + end: '\'\'\'' + }, + { + begin: 'r"""', + end: '"""' + }, + { + begin: 'r\'', + end: '\'', + illegal: '\\n' + }, + { + begin: 'r"', + end: '"', + illegal: '\\n' + }, + { + begin: '\'\'\'', + end: '\'\'\'', + contains: [hljs.BACKSLASH_ESCAPE, SUBST] + }, + { + begin: '"""', + end: '"""', + contains: [hljs.BACKSLASH_ESCAPE, SUBST] + }, + { + begin: '\'', + end: '\'', + illegal: '\\n', + contains: [hljs.BACKSLASH_ESCAPE, SUBST] + }, + { + begin: '"', + end: '"', + illegal: '\\n', + contains: [hljs.BACKSLASH_ESCAPE, SUBST] + } + ] + }; + SUBST.contains = [ + hljs.C_NUMBER_MODE, STRING + ]; + + var KEYWORDS = { + keyword: 'assert break case catch class const continue default do else enum extends false final finally for if ' + + 'in is new null rethrow return super switch this throw true try var void while with', + literal: 'abstract as dynamic export external factory get implements import library operator part set static typedef', + built_in: + // dart:core + 'print Comparable DateTime Duration Function Iterable Iterator List Map Match Null Object Pattern RegExp Set ' + + 'Stopwatch String StringBuffer StringSink Symbol Type Uri bool double int num ' + + // dart:html + 'document window querySelector querySelectorAll Element ElementList' + }; + + return { + keywords: KEYWORDS, + contains: [ + STRING, + hljs.COMMENT( + '/\\*\\*', + '\\*/', + { + subLanguage: 'markdown' + }), + hljs.COMMENT( + '///', + '$', + { + subLanguage: 'markdown' + }), + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + { + className: 'class', + beginKeywords: 'class interface', + end: '{', + excludeEnd: true, + contains: [ + { + beginKeywords: 'extends implements' + }, + hljs.UNDERSCORE_TITLE_MODE + ] + }, + hljs.C_NUMBER_MODE, + { + className: 'annotation', + begin: '@[A-Za-z]+' + }, + { + begin: '=>' // No markup, just a relevance booster + } + ] + } + }; +}, {} +], +67: [function(require, module, exports) { + module.exports = function(hljs) { + var KEYWORDS = + 'exports register file shl array record property for mod while set ally label uses raise not ' + + 'stored class safecall var interface or private static exit index inherited to else stdcall ' + + 'override shr asm far resourcestring finalization packed virtual out and protected library do ' + + 'xorwrite goto near function end div overload object unit begin string on inline repeat until ' + + 'destructor write message program with read initialization except default nil if case cdecl in ' + + 'downto threadvar of try pascal const external constructor type public then implementation ' + + 'finally published procedure'; + var COMMENT_MODES = [ + hljs.C_LINE_COMMENT_MODE, + hljs.COMMENT( + /\{/, + /\}/, + { + relevance: 0 + }), + hljs.COMMENT( + /\(\*/, + /\*\)/, + { + relevance: 10 + }) + ]; + var STRING = { + className: 'string', + begin: /'/, + end: /'/, + contains: [{ + begin: /''/ + } + ] + }; + var CHAR_STRING = { + className: 'string', + begin: /(#\d+)+/ + }; + var CLASS = { + begin: hljs.IDENT_RE + '\\s*=\\s*class\\s*\\(', + returnBegin: true, + contains: [ + hljs.TITLE_MODE + ] + }; + var FUNCTION = { + className: 'function', + beginKeywords: 'function constructor destructor procedure', + end: /[:;]/, + keywords: 'function constructor|10 destructor|10 procedure|10', + contains: [ + hljs.TITLE_MODE, + { + className: 'params', + begin: /\(/, + end: /\)/, + keywords: KEYWORDS, + contains: [STRING, CHAR_STRING] + } + ].concat(COMMENT_MODES) + }; + return { + case_insensitive: true, + keywords: KEYWORDS, + illegal: /"|\$[G-Zg-z]|\/\*|<\/|\|/, + contains: [ + STRING, CHAR_STRING, + hljs.NUMBER_MODE, + CLASS, + FUNCTION + ].concat(COMMENT_MODES) + }; + }; +}, {} +], +68: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['patch'], + contains: [ + { + className: 'chunk', + relevance: 10, + variants: [ + { + begin: /^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/ + }, + { + begin: /^\*\*\* +\d+,\d+ +\*\*\*\*$/ + }, + { + begin: /^\-\-\- +\d+,\d+ +\-\-\-\-$/ + } + ] + }, + { + className: 'header', + variants: [ + { + begin: /Index: /, + end: /$/ + }, + { + begin: /=====/, + end: /=====$/ + }, + { + begin: /^\-\-\-/, + end: /$/ + }, + { + begin: /^\*{3} /, + end: /$/ + }, + { + begin: /^\+\+\+/, + end: /$/ + }, + { + begin: /\*{5}/, + end: /\*{5}$/ + } + ] + }, + { + className: 'addition', + begin: '^\\+', + end: '$' + }, + { + className: 'deletion', + begin: '^\\-', + end: '$' + }, + { + className: 'change', + begin: '^\\!', + end: '$' + } + ] + }; + }; +}, {} +], +69: [function(require, module, exports) { + module.exports = function(hljs) { + var FILTER = { + className: 'filter', + begin: /\|[A-Za-z]+:?/, + keywords: + 'truncatewords removetags linebreaksbr yesno get_digit timesince random striptags ' + + 'filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands ' + + 'title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode ' + + 'timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort ' + + 'dictsortreversed default_if_none pluralize lower join center default ' + + 'truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first ' + + 'escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize ' + + 'localtime utc timezone', + contains: [ + { + className: 'argument', + begin: /"/, + end: /"/ + }, + { + className: 'argument', + begin: /'/, + end: /'/ + } + ] + }; + + return { + aliases: ['jinja'], + case_insensitive: true, + subLanguage: 'xml', + contains: [ + hljs.COMMENT(/\{%\s*comment\s*%}/, /\{%\s*endcomment\s*%}/), + hljs.COMMENT(/\{#/, /#}/), + { + className: 'template_tag', + begin: /\{%/, + end: /%}/, + keywords: + 'comment endcomment load templatetag ifchanged endifchanged if endif firstof for ' + + 'endfor in ifnotequal endifnotequal widthratio extends include spaceless ' + + 'endspaceless regroup by as ifequal endifequal ssi now with cycle url filter ' + + 'endfilter debug block endblock else autoescape endautoescape csrf_token empty elif ' + + 'endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix ' + + 'plural get_current_language language get_available_languages ' + + 'get_current_language_bidi get_language_info get_language_info_list localize ' + + 'endlocalize localtime endlocaltime timezone endtimezone get_current_timezone ' + + 'verbatim', + contains: [FILTER] + }, + { + className: 'variable', + begin: /\{\{/, + end: /}}/, + contains: [FILTER] + } + ] + }; + }; +}, {} +], +70: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['bind', 'zone'], + keywords: { + keyword: + 'IN A AAAA AFSDB APL CAA CDNSKEY CDS CERT CNAME DHCID DLV DNAME DNSKEY DS HIP IPSECKEY KEY KX ' + + 'LOC MX NAPTR NS NSEC NSEC3 NSEC3PARAM PTR RRSIG RP SIG SOA SRV SSHFP TA TKEY TLSA TSIG TXT' + }, + contains: [ + hljs.COMMENT(';', '$'), + { + className: 'operator', + beginKeywords: '$TTL $GENERATE $INCLUDE $ORIGIN' + }, + // IPv6 + { + className: 'number', + begin: '((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))' + }, + // IPv4 + { + className: 'number', + begin: '((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])' + } + ] + }; + }; +}, {} +], +71: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['docker'], + case_insensitive: true, + keywords: { + built_ins: 'from maintainer cmd expose add copy entrypoint volume user workdir onbuild run env' + }, + contains: [ + hljs.HASH_COMMENT_MODE, + { + keywords : { + built_in: 'run cmd entrypoint volume add copy workdir onbuild' + }, + begin: /^ *(onbuild +)?(run|cmd|entrypoint|volume|add|copy|workdir) +/, + starts: { + end: /[^\\]\n/, + subLanguage: 'bash' + } + }, + { + keywords: { + built_in: 'from maintainer expose env user onbuild' + }, + begin: /^ *(onbuild +)?(from|maintainer|expose|env|user|onbuild) +/, + end: /[^\\]\n/, + contains: [ + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.NUMBER_MODE, + hljs.HASH_COMMENT_MODE + ] + } + ] + } + }; +}, {} +], +72: [function(require, module, exports) { + module.exports = function(hljs) { + var COMMENT = hljs.COMMENT( + /@?rem\b/, /$/, + { + relevance: 10 + }); + var LABEL = { + className: 'label', + begin: '^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)', + relevance: 0 + }; + return { + aliases: ['bat', 'cmd'], + case_insensitive: true, + keywords: { + flow: 'if else goto for in do call exit not exist errorlevel defined', + operator: 'equ neq lss leq gtr geq', + keyword: 'shift cd dir echo setlocal endlocal set pause copy', + stream: 'prn nul lpt3 lpt2 lpt1 con com4 com3 com2 com1 aux', + winutils: 'ping net ipconfig taskkill xcopy ren del', + built_in: 'append assoc at attrib break cacls cd chcp chdir chkdsk chkntfs cls cmd color ' + + 'comp compact convert date dir diskcomp diskcopy doskey erase fs ' + + 'find findstr format ftype graftabl help keyb label md mkdir mode more move path ' + + 'pause print popd pushd promt rd recover rem rename replace restore rmdir shift' + + 'sort start subst time title tree type ver verify vol' + }, + contains: [ + { + className: 'envvar', + begin: /%%[^ ]|%[^ ]+?%|![^ ]+?!/ + }, + { + className: 'function', + begin: LABEL.begin, + end: 'goto:eof', + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + begin: '([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*' + }), + COMMENT + ] + }, + { + className: 'number', + begin: '\\b\\d+', + relevance: 0 + }, + COMMENT + ] + }; + }; +}, {} +], +73: [function(require, module, exports) { + module.exports = function(hljs) { + var EXPRESSION_KEYWORDS = 'if eq ne lt lte gt gte select default math sep'; + return { + aliases: ['dst'], + case_insensitive: true, + subLanguage: 'xml', + contains: [ + { + className: 'expression', + begin: '{', + end: '}', + relevance: 0, + contains: [ + { + className: 'begin-block', + begin: '\#[a-zA-Z\-\ \.]+', + keywords: EXPRESSION_KEYWORDS + }, + { + className: 'string', + begin: '"', + end: '"' + }, + { + className: 'end-block', + begin: '\\\/[a-zA-Z\-\ \.]+', + keywords: EXPRESSION_KEYWORDS + }, + { + className: 'variable', + begin: '[a-zA-Z\-\.]+', + keywords: EXPRESSION_KEYWORDS, + relevance: 0 + } + ] + } + ] + }; + }; +}, {} +], +74: [function(require, module, exports) { + module.exports = function(hljs) { + var ELIXIR_IDENT_RE = '[a-zA-Z_][a-zA-Z0-9_]*(\\!|\\?)?'; + var ELIXIR_METHOD_RE = '[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?'; + var ELIXIR_KEYWORDS = + 'and false then defined module in return redo retry end for true self when ' + + 'next until do begin unless nil break not case cond alias while ensure or ' + + 'include use alias fn quote'; + var SUBST = { + className: 'subst', + begin: '#\\{', + end: '}', + lexemes: ELIXIR_IDENT_RE, + keywords: ELIXIR_KEYWORDS + }; + var STRING = { + className: 'string', + contains: [hljs.BACKSLASH_ESCAPE, SUBST], + variants: [ + { + begin: /'/, + end: /'/ + }, + { + begin: /"/, + end: /"/ + } + ] + }; + var FUNCTION = { + className: 'function', + beginKeywords: 'def defp defmacro', + end: /\B\b/, + // the mode is ended by the title + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + begin: ELIXIR_IDENT_RE, + endsParent: true + }) + ] + }; + var CLASS = hljs.inherit(FUNCTION, { + className: 'class', + beginKeywords: 'defmodule defrecord', + end: /\bdo\b|$|;/ + }); + var ELIXIR_DEFAULT_CONTAINS = [ + STRING, + hljs.HASH_COMMENT_MODE, + CLASS, + FUNCTION, + { + className: 'constant', + begin: '(\\b[A-Z_]\\w*(.)?)+', + relevance: 0 + }, + { + className: 'symbol', + begin: ':', + contains: [STRING, { + begin: ELIXIR_METHOD_RE + } + ], + relevance: 0 + }, + { + className: 'symbol', + begin: ELIXIR_IDENT_RE + ':', + relevance: 0 + }, + { + className: 'number', + begin: '(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b', + relevance: 0 + }, + { + className: 'variable', + begin: '(\\$\\W)|((\\$|\\@\\@?)(\\w+))' + }, + { + begin: '->' + }, + { + // regexp container + begin: '(' + hljs.RE_STARTERS_RE + ')\\s*', + contains: [ + hljs.HASH_COMMENT_MODE, + { + className: 'regexp', + illegal: '\\n', + contains: [hljs.BACKSLASH_ESCAPE, SUBST], + variants: [ + { + begin: '/', + end: '/[a-z]*' + }, + { + begin: '%r\\[', + end: '\\][a-z]*' + } + ] + } + ], + relevance: 0 + } + ]; + SUBST.contains = ELIXIR_DEFAULT_CONTAINS; + + return { + lexemes: ELIXIR_IDENT_RE, + keywords: ELIXIR_KEYWORDS, + contains: ELIXIR_DEFAULT_CONTAINS + }; + }; +}, {} +], +75: [function(require, module, exports) { + module.exports = function(hljs) { + var COMMENT_MODES = [ + hljs.COMMENT('--', '$'), + hljs.COMMENT( + '{-', + '-}', + { + contains: ['self'] + }) + ]; + + var CONSTRUCTOR = { + className: 'type', + begin: '\\b[A-Z][\\w\']*', + // TODO: other constructors (build-in, infix). + relevance: 0 + }; + + var LIST = { + className: 'container', + begin: '\\(', + end: '\\)', + illegal: '"', + contains: [ + { + className: 'type', + begin: '\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?' + } + ].concat(COMMENT_MODES) + }; + + var RECORD = { + className: 'container', + begin: '{', + end: '}', + contains: LIST.contains + }; + + return { + keywords: + 'let in if then else case of where module import exposing ' + + 'type alias as infix infixl infixr port', + contains: [ + // Top-level constructions. + + { + className: 'module', + begin: '\\bmodule\\b', + end: 'where', + keywords: 'module where', + contains: [LIST].concat(COMMENT_MODES), + illegal: '\\W\\.|;' + }, + { + className: 'import', + begin: '\\bimport\\b', + end: '$', + keywords: 'import|0 as exposing', + contains: [LIST].concat(COMMENT_MODES), + illegal: '\\W\\.|;' + }, + { + className: 'typedef', + begin: '\\btype\\b', + end: '$', + keywords: 'type alias', + contains: [CONSTRUCTOR, LIST, RECORD].concat(COMMENT_MODES) + }, + { + className: 'infix', + beginKeywords: 'infix infixl infixr', + end: '$', + contains: [hljs.C_NUMBER_MODE].concat(COMMENT_MODES) + }, + { + className: 'foreign', + begin: '\\bport\\b', + end: '$', + keywords: 'port', + contains: COMMENT_MODES + }, + // Literals and names. + + // TODO: characters. + hljs.QUOTE_STRING_MODE, + hljs.C_NUMBER_MODE, + CONSTRUCTOR, + hljs.inherit(hljs.TITLE_MODE, { + begin: '^[_a-z][\\w\']*' + }), + { + begin: '->|<-' + } + // No markup, relevance booster + ].concat(COMMENT_MODES) + }; + }; +}, {} +], +76: [function(require, module, exports) { + module.exports = function(hljs) { + return { + subLanguage: 'xml', + contains: [ + hljs.COMMENT('<%#', '%>'), + { + begin: '<%[%=-]?', + end: '[%-]?%>', + subLanguage: 'ruby', + excludeBegin: true, + excludeEnd: true + } + ] + }; + }; +}, {} +], +77: [function(require, module, exports) { + module.exports = function(hljs) { + return { + keywords: { + special_functions: + 'spawn spawn_link self', + reserved: + 'after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if ' + + 'let not of or orelse|10 query receive rem try when xor' + }, + contains: [ + { + className: 'prompt', + begin: '^[0-9]+> ', + relevance: 10 + }, + hljs.COMMENT('%', '$'), + { + className: 'number', + begin: '\\b(\\d+#[a-fA-F0-9]+|\\d+(\\.\\d+)?([eE][-+]?\\d+)?)', + relevance: 0 + }, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + { + className: 'constant', + begin: '\\?(::)?([A-Z]\\w*(::)?)+' + }, + { + className: 'arrow', + begin: '->' + }, + { + className: 'ok', + begin: 'ok' + }, + { + className: 'exclamation_mark', + begin: '!' + }, + { + className: 'function_or_atom', + begin: '(\\b[a-z\'][a-zA-Z0-9_\']*:[a-z\'][a-zA-Z0-9_\']*)|(\\b[a-z\'][a-zA-Z0-9_\']*)', + relevance: 0 + }, + { + className: 'variable', + begin: '[A-Z][a-zA-Z0-9_\']*', + relevance: 0 + } + ] + }; + }; +}, {} +], +78: [function(require, module, exports) { + module.exports = function(hljs) { + var BASIC_ATOM_RE = '[a-z\'][a-zA-Z0-9_\']*'; + var FUNCTION_NAME_RE = '(' + BASIC_ATOM_RE + ':' + BASIC_ATOM_RE + '|' + BASIC_ATOM_RE + ')'; + var ERLANG_RESERVED = { + keyword: + 'after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if ' + + 'let not of orelse|10 query receive rem try when xor', + literal: + 'false true' + }; + + var COMMENT = hljs.COMMENT('%', '$'); + var NUMBER = { + className: 'number', + begin: '\\b(\\d+#[a-fA-F0-9]+|\\d+(\\.\\d+)?([eE][-+]?\\d+)?)', + relevance: 0 + }; + var NAMED_FUN = { + begin: 'fun\\s+' + BASIC_ATOM_RE + '/\\d+' + }; + var FUNCTION_CALL = { + begin: FUNCTION_NAME_RE + '\\(', + end: '\\)', + returnBegin: true, + relevance: 0, + contains: [ + { + className: 'function_name', + begin: FUNCTION_NAME_RE, + relevance: 0 + }, + { + begin: '\\(', + end: '\\)', + endsWithParent: true, + returnEnd: true, + relevance: 0 + // "contains" defined later + } + ] + }; + var TUPLE = { + className: 'tuple', + begin: '{', + end: '}', + relevance: 0 + // "contains" defined later + }; + var VAR1 = { + className: 'variable', + begin: '\\b_([A-Z][A-Za-z0-9_]*)?', + relevance: 0 + }; + var VAR2 = { + className: 'variable', + begin: '[A-Z][a-zA-Z0-9_]*', + relevance: 0 + }; + var RECORD_ACCESS = { + begin: '#' + hljs.UNDERSCORE_IDENT_RE, + relevance: 0, + returnBegin: true, + contains: [ + { + className: 'record_name', + begin: '#' + hljs.UNDERSCORE_IDENT_RE, + relevance: 0 + }, + { + begin: '{', + end: '}', + relevance: 0 + // "contains" defined later + } + ] + }; + + var BLOCK_STATEMENTS = { + beginKeywords: 'fun receive if try case', + end: 'end', + keywords: ERLANG_RESERVED + }; + BLOCK_STATEMENTS.contains = [ + COMMENT, + NAMED_FUN, + hljs.inherit(hljs.APOS_STRING_MODE, { + className: '' + }), + BLOCK_STATEMENTS, + FUNCTION_CALL, + hljs.QUOTE_STRING_MODE, + NUMBER, + TUPLE, + VAR1, VAR2, + RECORD_ACCESS + ]; + + var BASIC_MODES = [ + COMMENT, + NAMED_FUN, + BLOCK_STATEMENTS, + FUNCTION_CALL, + hljs.QUOTE_STRING_MODE, + NUMBER, + TUPLE, + VAR1, VAR2, + RECORD_ACCESS + ]; + FUNCTION_CALL.contains[1].contains = BASIC_MODES; + TUPLE.contains = BASIC_MODES; + RECORD_ACCESS.contains[1].contains = BASIC_MODES; + + var PARAMS = { + className: 'params', + begin: '\\(', + end: '\\)', + contains: BASIC_MODES + }; + return { + aliases: ['erl'], + keywords: ERLANG_RESERVED, + illegal: '(', + returnBegin: true, + illegal: '\\(|#|//|/\\*|\\\\|:|;', + contains: [ + PARAMS, + hljs.inherit(hljs.TITLE_MODE, { + begin: BASIC_ATOM_RE + }) + ], + starts: { + end: ';|\\.', + keywords: ERLANG_RESERVED, + contains: BASIC_MODES + } + }, + COMMENT, + { + className: 'pp', + begin: '^-', + end: '\\.', + relevance: 0, + excludeEnd: true, + returnBegin: true, + lexemes: '-' + hljs.IDENT_RE, + keywords: + '-module -record -undef -export -ifdef -ifndef -author -copyright -doc -vsn ' + + '-import -include -include_lib -compile -define -else -endif -file -behaviour ' + + '-behavior -spec', + contains: [PARAMS] + }, + NUMBER, + hljs.QUOTE_STRING_MODE, + RECORD_ACCESS, + VAR1, VAR2, + TUPLE, + { + begin: /\.$/ + } + // relevance booster + ] + }; + }; +}, {} +], +79: [function(require, module, exports) { + module.exports = function(hljs) { + return { + contains: [ + { + begin: /[^\u2401\u0001]+/, + end: /[\u2401\u0001]/, + excludeEnd: true, + returnBegin: true, + returnEnd: false, + contains: [ + { + begin: /([^\u2401\u0001=]+)/, + end: /=([^\u2401\u0001=]+)/, + returnEnd: true, + returnBegin: false, + className: 'attribute' + }, + { + begin: /=/, + end: /([\u2401\u0001])/, + excludeEnd: true, + excludeBegin: true, + className: 'string' + } + ] + } + ], + case_insensitive: true + }; + }; +}, {} +], +80: [function(require, module, exports) { + module.exports = function(hljs) { + var PARAMS = { + className: 'params', + begin: '\\(', + end: '\\)' + }; + + var F_KEYWORDS = { + constant: '.False. .True.', + type: 'integer real character complex logical dimension allocatable|10 parameter ' + + 'external implicit|10 none double precision assign intent optional pointer ' + + 'target in out common equivalence data', + keyword: 'kind do while private call intrinsic where elsewhere ' + + 'type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then ' + + 'public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. ' + + 'goto save else use module select case ' + + 'access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit ' + + 'continue format pause cycle exit ' + + 'c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg ' + + 'synchronous nopass non_overridable pass protected volatile abstract extends import ' + + 'non_intrinsic value deferred generic final enumerator class associate bind enum ' + + 'c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t ' + + 'c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double ' + + 'c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr ' + + 'c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer ' + + 'c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor ' + + 'numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ' + + 'ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive ' + + 'pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure', + built_in: 'alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint ' + + 'dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl ' + + 'algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama ' + + 'iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod ' + + 'qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log ' + + 'log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate ' + + 'adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product ' + + 'eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul ' + + 'maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product ' + + 'radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind ' + + 'set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer ' + + 'dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ' + + 'ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode ' + + 'is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_of' + + 'acosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 ' + + 'atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits ' + + 'bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr ' + + 'num_images parity popcnt poppar shifta shiftl shiftr this_image' + }; + return { + case_insensitive: true, + aliases: ['f90', 'f95'], + keywords: F_KEYWORDS, + contains: [ + hljs.inherit(hljs.APOS_STRING_MODE, { + className: 'string', + relevance: 0 + }), + hljs.inherit(hljs.QUOTE_STRING_MODE, { + className: 'string', + relevance: 0 + }), + { + className: 'function', + beginKeywords: 'subroutine function program', + illegal: '[${=\\n]', + contains: [hljs.UNDERSCORE_TITLE_MODE, PARAMS] + }, + hljs.COMMENT('!', '$', { + relevance: 0 + }), + { + className: 'number', + begin: '(?=\\b|\\+|\\-|\\.)(?=\\.\\d|\\d)(?:\\d+)?(?:\\.?\\d*)(?:[de][+-]?\\d+)?\\b\\.?', + relevance: 0 + } + ] + }; + }; +}, {} +], +81: [function(require, module, exports) { + module.exports = function(hljs) { + var TYPEPARAM = { + begin: '<', + end: '>', + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + begin: /'[a-zA-Z0-9_]+/ + }) + ] + }; + + return { + aliases: ['fs'], + keywords: + 'abstract and as assert base begin class default delegate do done ' + + 'downcast downto elif else end exception extern false finally for ' + + 'fun function global if in inherit inline interface internal lazy let ' + + 'match member module mutable namespace new null of open or ' + + 'override private public rec return sig static struct then to ' + + 'true try type upcast use val void when while with yield', + contains: [ + { + // monad builder keywords (matches before non-bang kws) + className: 'keyword', + begin: /\b(yield|return|let|do)!/ + }, + { + className: 'string', + begin: '@"', + end: '"', + contains: [{ + begin: '""' + } + ] + }, + { + className: 'string', + begin: '"""', + end: '"""' + }, + hljs.COMMENT('\\(\\*', '\\*\\)'), + { + className: 'class', + beginKeywords: 'type', + end: '\\(|=|$', + excludeEnd: true, + contains: [ + hljs.UNDERSCORE_TITLE_MODE, + TYPEPARAM + ] + }, + { + className: 'annotation', + begin: '\\[<', + end: '>\\]', + relevance: 10 + }, + { + className: 'attribute', + begin: '\\B(\'[A-Za-z])\\b', + contains: [hljs.BACKSLASH_ESCAPE] + }, + hljs.C_LINE_COMMENT_MODE, + hljs.inherit(hljs.QUOTE_STRING_MODE, { + illegal: null + }), + hljs.C_NUMBER_MODE + ] + }; + }; +}, {} +], +82: [function(require, module, exports) { + module.exports = function (hljs) { + var KEYWORDS = + 'abort acronym acronyms alias all and assign binary card diag display else1 eps eq equation equations file files ' + + 'for1 free ge gt if inf integer le loop lt maximizing minimizing model models na ne negative no not option ' + + 'options or ord parameter parameters positive prod putpage puttl repeat sameas scalar scalars semicont semiint ' + + 'set1 sets smax smin solve sos1 sos2 sum system table then until using variable variables while1 xor yes'; + + return { + aliases: ['gms'], + case_insensitive: true, + keywords: KEYWORDS, + contains: [ + { + className: 'section', + beginKeywords: 'sets parameters variables equations', + end: ';', + contains: [ + { + begin: '/', + end: '/', + contains: [hljs.NUMBER_MODE] + } + ] + }, + { + className: 'string', + begin: '\\*{3}', + end: '\\*{3}' + }, + hljs.NUMBER_MODE, + { + className: 'number', + begin: '\\$[a-zA-Z0-9]+' + } + ] + }; + }; +}, {} +], +83: [function(require, module, exports) { + module.exports = function(hljs) { + var GCODE_IDENT_RE = '[A-Z_][A-Z0-9_.]*'; + var GCODE_CLOSE_RE = '\\%'; + var GCODE_KEYWORDS = { + literal: + '', + built_in: + '', + keyword: + 'IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT ' + + 'EQ LT GT NE GE LE OR XOR' + }; + var GCODE_START = { + className: 'preprocessor', + begin: '([O])([0-9]+)' + }; + var GCODE_CODE = [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + hljs.COMMENT(/\(/, /\)/), + hljs.inherit(hljs.C_NUMBER_MODE, { + begin: '([-+]?([0-9]*\\.?[0-9]+\\.?))|' + hljs.C_NUMBER_RE + }), + hljs.inherit(hljs.APOS_STRING_MODE, { + illegal: null + }), + hljs.inherit(hljs.QUOTE_STRING_MODE, { + illegal: null + }), + { + className: 'keyword', + begin: '([G])([0-9]+\\.?[0-9]?)' + }, + { + className: 'title', + begin: '([M])([0-9]+\\.?[0-9]?)' + }, + { + className: 'title', + begin: '(VC|VS|#)', + end: '(\\d+)' + }, + { + className: 'title', + begin: '(VZOFX|VZOFY|VZOFZ)' + }, + { + className: 'built_in', + begin: '(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)', + end: '([-+]?([0-9]*\\.?[0-9]+\\.?))(\\])' + }, + { + className: 'label', + variants: [ + { + begin: 'N', + end: '\\d+', + illegal: '\\W' + } + ] + } + ]; + + return { + aliases: ['nc'], + // Some implementations (CNC controls) of G-code are interoperable with uppercase and lowercase letters seamlessly. + // However, most prefer all uppercase and uppercase is customary. + case_insensitive: true, + lexemes: GCODE_IDENT_RE, + keywords: GCODE_KEYWORDS, + contains: [ + { + className: 'preprocessor', + begin: GCODE_CLOSE_RE + }, + GCODE_START + ].concat(GCODE_CODE) + }; + }; +}, {} +], +84: [function(require, module, exports) { + module.exports = function (hljs) { + return { + aliases: ['feature'], + keywords: 'Feature Background Ability Business\ Need Scenario Scenarios Scenario\ Outline Scenario\ Template Examples Given And Then But When', + contains: [ + { + className: 'keyword', + begin: '\\*' + }, + hljs.COMMENT('@[^@\r\n\t ]+', '$'), + { + begin: '\\|', + end: '\\|\\w*$', + contains: [ + { + className: 'string', + begin: '[^|]+' + } + ] + }, + { + className: 'variable', + begin: '<', + end: '>' + }, + hljs.HASH_COMMENT_MODE, + { + className: 'string', + begin: '"""', + end: '"""' + }, + hljs.QUOTE_STRING_MODE + ] + }; + }; +}, {} +], +85: [function(require, module, exports) { + module.exports = function(hljs) { + return { + keywords: { + keyword: + 'atomic_uint attribute bool break bvec2 bvec3 bvec4 case centroid coherent const continue default ' + + 'discard dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 dmat3x4 dmat4 dmat4x2 dmat4x3 ' + + 'dmat4x4 do double dvec2 dvec3 dvec4 else flat float for highp if iimage1D iimage1DArray ' + + 'iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBuffer iimageCube ' + + 'iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray image2DRect ' + + 'image3D imageBuffer imageCube imageCubeArray in inout int invariant isampler1D isampler1DArray ' + + 'isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D isamplerBuffer ' + + 'isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 layout lowp mat2 mat2x2 mat2x3 mat2x4 mat3 mat3x2 ' + + 'mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 mediump noperspective out patch precision readonly restrict ' + + 'return sample sampler1D sampler1DArray sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray ' + + 'sampler2DArrayShadow sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow ' + + 'sampler3D samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow smooth ' + + 'struct subroutine switch uimage1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray ' + + 'uimage2DRect uimage3D uimageBuffer uimageCube uimageCubeArray uint uniform usampler1D usampler1DArray ' + + 'usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D usamplerBuffer ' + + 'usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 varying vec2 vec3 vec4 void volatile while writeonly', + built_in: + 'gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial ' + + 'gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color ' + + 'gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord ' + + 'gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor ' + + 'gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial ' + + 'gl_FrontSecondaryColor gl_InstanceID gl_InvocationID gl_Layer gl_LightModel ' + + 'gl_LightSource gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize ' + + 'gl_MaxClipDistances gl_MaxClipPlanes gl_MaxCombinedAtomicCounterBuffers ' + + 'gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms gl_MaxCombinedImageUnitsAndFragmentOutputs ' + + 'gl_MaxCombinedTextureImageUnits gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers ' + + 'gl_MaxFragmentAtomicCounters gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents ' + + 'gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers ' + + 'gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents ' + + 'gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits ' + + 'gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents ' + + 'gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset ' + + 'gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms ' + + 'gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits ' + + 'gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents ' + + 'gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters ' + + 'gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents ' + + 'gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents ' + + 'gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits ' + + 'gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors ' + + 'gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs ' + + 'gl_MaxVertexImageUniforms gl_MaxVertexOutputComponents gl_MaxVertexTextureImageUnits ' + + 'gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset' + + 'gl_ModelViewMatrix gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose ' + + 'gl_ModelViewMatrixTranspose gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse ' + + 'gl_ModelViewProjectionMatrixInverseTranspose gl_ModelViewProjectionMatrixTranspose ' + + 'gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 gl_MultiTexCoord4 ' + + 'gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 gl_Normal gl_NormalMatrix ' + + 'gl_NormalScale gl_ObjectPlaneQ gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn ' + + 'gl_PerVertex gl_Point gl_PointCoord gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn ' + + 'gl_ProjectionMatrix gl_ProjectionMatrixInverse gl_ProjectionMatrixInverseTranspose ' + + 'gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask gl_SampleMaskIn gl_SamplePosition ' + + 'gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter gl_TexCoord gl_TextureEnvColor ' + + 'gl_TextureMatrixInverseTranspose gl_TextureMatrixTranspose gl_Vertex gl_VertexID ' + + 'gl_ViewportIndex gl_in gl_out EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive ' + + 'abs acos acosh all any asin asinh atan atanh atomicCounter atomicCounterDecrement ' + + 'atomicCounterIncrement barrier bitCount bitfieldExtract bitfieldInsert bitfieldReverse ' + + 'ceil clamp cos cosh cross dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward ' + + 'findLSB findMSB floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan ' + + 'greaterThanEqual imageAtomicAdd imageAtomicAnd imageAtomicCompSwap imageAtomicExchange ' + + 'imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad imageStore imulExtended ' + + 'intBitsToFloat interpolateAtCentroid interpolateAtOffset interpolateAtSample inverse inversesqrt ' + + 'isinf isnan ldexp length lessThan lessThanEqual log log2 matrixCompMult max memoryBarrier ' + + 'min mix mod modf noise1 noise2 noise3 noise4 normalize not notEqual outerProduct packDouble2x32 ' + + 'packHalf2x16 packSnorm2x16 packSnorm4x8 packUnorm2x16 packUnorm4x8 pow radians reflect refract ' + + 'round roundEven shadow1D shadow1DLod shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj ' + + 'shadow2DProjLod sign sin sinh smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture ' + + 'texture1D texture1DLod texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj ' + + 'texture2DProjLod texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod ' + + 'textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset textureLod ' + + 'textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset textureProjLod ' + + 'textureProjLodOffset textureProjOffset textureQueryLod textureSize transpose trunc uaddCarry ' + + 'uintBitsToFloat umulExtended unpackDouble2x32 unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 ' + + 'unpackUnorm2x16 unpackUnorm4x8 usubBorrow gl_TextureMatrix gl_TextureMatrixInverse', + literal: 'true false' + }, + illegal: '"', + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + hljs.C_NUMBER_MODE, + { + className: 'preprocessor', + begin: '#', + end: '$' + } + ] + }; + }; +}, {} +], +86: [function(require, module, exports) { + module.exports = function(hljs) { + var GO_KEYWORDS = { + keyword: + 'break default func interface select case map struct chan else goto package switch ' + + 'const fallthrough if range type continue for import return var go defer', + constant: + 'true false iota nil', + typename: + 'bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 ' + + 'uint16 uint32 uint64 int uint uintptr rune', + built_in: + 'append cap close complex copy imag len make new panic print println real recover delete' + }; + return { + aliases: ["golang"], + keywords: GO_KEYWORDS, + illegal: '', + end: ',\\s+', + returnBegin: true, + endsWithParent: true, + contains: [ + { + className: 'symbol', + begin: ':\\w+' + }, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + { + begin: '\\w+', + relevance: 0 + } + ] + } + ] + }, + { + begin: '\\(\\s*', + end: '\\s*\\)', + excludeEnd: true, + contains: [ + { + //className: 'attribute', + begin: '\\w+\\s*=', + end: '\\s+', + returnBegin: true, + endsWithParent: true, + contains: [ + { + className: 'attribute', + begin: '\\w+', + relevance: 0 + }, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + { + begin: '\\w+', + relevance: 0 + } + ] + } + ] + } + ] + }, + { + className: 'bullet', + begin: '^\\s*[=~]\\s*', + relevance: 0 + }, + { + begin: '#{', + starts: { + end: '}', + subLanguage: 'ruby' + } + } + ] + }; + }; +}, {} +], +91: [function(require, module, exports) { + module.exports = function(hljs) { + var EXPRESSION_KEYWORDS = 'each in with if else unless bindattr action collection debugger log outlet template unbound view yield'; + return { + aliases: ['hbs', 'html.hbs', 'html.handlebars'], + case_insensitive: true, + subLanguage: 'xml', + contains: [ + { + className: 'expression', + begin: '{{', + end: '}}', + contains: [ + { + className: 'begin-block', + begin: '\#[a-zA-Z\-\ \.]+', + keywords: EXPRESSION_KEYWORDS + }, + { + className: 'string', + begin: '"', + end: '"' + }, + { + className: 'end-block', + begin: '\\\/[a-zA-Z\-\ \.]+', + keywords: EXPRESSION_KEYWORDS + }, + { + className: 'variable', + begin: '[a-zA-Z\-\.]+', + keywords: EXPRESSION_KEYWORDS + } + ] + } + ] + }; + }; +}, {} +], +92: [function(require, module, exports) { + module.exports = function(hljs) { + var COMMENT_MODES = [ + hljs.COMMENT('--', '$'), + hljs.COMMENT( + '{-', + '-}', + { + contains: ['self'] + }) + ]; + + var PRAGMA = { + className: 'pragma', + begin: '{-#', + end: '#-}' + }; + + var PREPROCESSOR = { + className: 'preprocessor', + begin: '^#', + end: '$' + }; + + var CONSTRUCTOR = { + className: 'type', + begin: '\\b[A-Z][\\w\']*', + // TODO: other constructors (build-in, infix). + relevance: 0 + }; + + var LIST = { + className: 'container', + begin: '\\(', + end: '\\)', + illegal: '"', + contains: [ + PRAGMA, + PREPROCESSOR, + { + className: 'type', + begin: '\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?' + }, + hljs.inherit(hljs.TITLE_MODE, { + begin: '[_a-z][\\w\']*' + }) + ].concat(COMMENT_MODES) + }; + + var RECORD = { + className: 'container', + begin: '{', + end: '}', + contains: LIST.contains + }; + + return { + aliases: ['hs'], + keywords: + 'let in if then else case of where do module import hiding ' + + 'qualified type data newtype deriving class instance as default ' + + 'infix infixl infixr foreign export ccall stdcall cplusplus ' + + 'jvm dotnet safe unsafe family forall mdo proc rec', + contains: [ + // Top-level constructions. + + { + className: 'module', + begin: '\\bmodule\\b', + end: 'where', + keywords: 'module where', + contains: [LIST].concat(COMMENT_MODES), + illegal: '\\W\\.|;' + }, + { + className: 'import', + begin: '\\bimport\\b', + end: '$', + keywords: 'import|0 qualified as hiding', + contains: [LIST].concat(COMMENT_MODES), + illegal: '\\W\\.|;' + }, + { + className: 'class', + begin: '^(\\s*)?(class|instance)\\b', + end: 'where', + keywords: 'class family instance where', + contains: [CONSTRUCTOR, LIST].concat(COMMENT_MODES) + }, + { + className: 'typedef', + begin: '\\b(data|(new)?type)\\b', + end: '$', + keywords: 'data family type newtype deriving', + contains: [PRAGMA, CONSTRUCTOR, LIST, RECORD].concat(COMMENT_MODES) + }, + { + className: 'default', + beginKeywords: 'default', + end: '$', + contains: [CONSTRUCTOR, LIST].concat(COMMENT_MODES) + }, + { + className: 'infix', + beginKeywords: 'infix infixl infixr', + end: '$', + contains: [hljs.C_NUMBER_MODE].concat(COMMENT_MODES) + }, + { + className: 'foreign', + begin: '\\bforeign\\b', + end: '$', + keywords: 'foreign import export ccall stdcall cplusplus jvm ' + + 'dotnet safe unsafe', + contains: [CONSTRUCTOR, hljs.QUOTE_STRING_MODE].concat(COMMENT_MODES) + }, + { + className: 'shebang', + begin: '#!\\/usr\\/bin\\/env\ runhaskell', + end: '$' + }, + // "Whitespaces". + + PRAGMA, + PREPROCESSOR, + // Literals and names. + + // TODO: characters. + hljs.QUOTE_STRING_MODE, + hljs.C_NUMBER_MODE, + CONSTRUCTOR, + hljs.inherit(hljs.TITLE_MODE, { + begin: '^[_a-z][\\w\']*' + }), + { + begin: '->|<-' + } + // No markup, relevance booster + ].concat(COMMENT_MODES) + }; + }; +}, {} +], +93: [function(require, module, exports) { + module.exports = function(hljs) { + var IDENT_RE = '[a-zA-Z_$][a-zA-Z0-9_$]*'; + var IDENT_FUNC_RETURN_TYPE_RE = '([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)'; + + return { + aliases: ['hx'], + keywords: { + keyword: 'break callback case cast catch class continue default do dynamic else enum extends extern ' + + 'for function here if implements import in inline interface never new override package private ' + + 'public return static super switch this throw trace try typedef untyped using var while', + literal: 'true false null' + }, + contains: [ + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + hljs.C_NUMBER_MODE, + { + className: 'class', + beginKeywords: 'class interface', + end: '{', + excludeEnd: true, + contains: [ + { + beginKeywords: 'extends implements' + }, + hljs.TITLE_MODE + ] + }, + { + className: 'preprocessor', + begin: '#', + end: '$', + keywords: 'if else elseif end error' + }, + { + className: 'function', + beginKeywords: 'function', + end: '[{;]', + excludeEnd: true, + illegal: '\\S', + contains: [ + hljs.TITLE_MODE, + { + className: 'params', + begin: '\\(', + end: '\\)', + contains: [ + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE + ] + }, + { + className: 'type', + begin: ':', + end: IDENT_FUNC_RETURN_TYPE_RE, + relevance: 10 + } + ] + } + ] + }; + }; +}, {} +], +94: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['https'], + illegal: '\\S', + contains: [ + { + className: 'status', + begin: '^HTTP/[0-9\\.]+', + end: '$', + contains: [{ + className: 'number', + begin: '\\b\\d{3}\\b' + } + ] + }, + { + className: 'request', + begin: '^[A-Z]+ (.*?) HTTP/[0-9\\.]+$', + returnBegin: true, + end: '$', + contains: [ + { + className: 'string', + begin: ' ', + end: ' ', + excludeBegin: true, + excludeEnd: true + } + ] + }, + { + className: 'attribute', + begin: '^\\w', + end: ': ', + excludeEnd: true, + illegal: '\\n|\\s|=', + starts: { + className: 'string', + end: '$' + } + }, + { + begin: '\\n\\n', + starts: { + subLanguage: [], + endsWithParent: true + } + } + ] + }; + }; +}, {} +], +95: [function(require, module, exports) { + module.exports = function(hljs) { + var START_BRACKET = '\\['; + var END_BRACKET = '\\]'; + return { + aliases: ['i7'], + case_insensitive: true, + keywords: { + // Some keywords more or less unique to I7, for relevance. + keyword: + // kind: + 'thing room person man woman animal container ' + + 'supporter backdrop door ' + + // characteristic: + 'scenery open closed locked inside gender ' + + // verb: + 'is are say understand ' + + // misc keyword: + 'kind of rule' + }, + contains: [ + { + className: 'string', + begin: '"', + end: '"', + relevance: 0, + contains: [ + { + className: 'subst', + begin: START_BRACKET, + end: END_BRACKET + } + ] + }, + { + className: 'title', + begin: /^(Volume|Book|Part|Chapter|Section|Table)\b/, + end: '$' + }, + { + // Rule definition + // This is here for relevance. + begin: /^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\b/, + end: ':', + contains: [ + { + //Rule name + begin: '\\b\\(This', + end: '\\)' + } + ] + }, + { + className: 'comment', + begin: START_BRACKET, + end: END_BRACKET, + contains: ['self'] + } + ] + }; + }; +}, {} +], +96: [function(require, module, exports) { + module.exports = function(hljs) { + var STRING = { + className: "string", + contains: [hljs.BACKSLASH_ESCAPE], + variants: [ + { + begin: "'''", + end: "'''", + relevance: 10 + }, { + begin: '"""', + end: '"""', + relevance: 10 + }, { + begin: '"', + end: '"' + }, { + begin: "'", + end: "'" + } + ] + }; + return { + aliases: ['toml'], + case_insensitive: true, + illegal: /\S/, + contains: [ + hljs.COMMENT(';', '$'), + hljs.HASH_COMMENT_MODE, + { + className: 'title', + begin: /^\s*\[+/, + end: /\]+/ + }, + { + className: 'setting', + begin: /^[a-z0-9\[\]_-]+\s*=\s*/, + end: '$', + contains: [ + { + className: 'value', + endsWithParent: true, + keywords: 'on off true false yes no', + contains: [ + { + className: 'variable', + variants: [ + { + begin: /\$[\w\d"][\w\d_]*/ + }, + { + begin: /\$\{(.*?)}/ + } + ] + }, + STRING, + { + className: 'number', + begin: /([\+\-]+)?[\d]+_[\d_]+/ + }, + hljs.NUMBER_MODE + ], + relevance: 0 + } + ] + } + ] + }; + }; +}, {} +], +97: [function(require, module, exports) { + module.exports = function(hljs) { + var PARAMS = { + className: 'params', + begin: '\\(', + end: '\\)' + }; + + var F_KEYWORDS = { + constant: '.False. .True.', + type: 'integer real character complex logical dimension allocatable|10 parameter ' + + 'external implicit|10 none double precision assign intent optional pointer ' + + 'target in out common equivalence data', + keyword: 'kind do while private call intrinsic where elsewhere ' + + 'type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then ' + + 'public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. ' + + 'goto save else use module select case ' + + 'access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit ' + + 'continue format pause cycle exit ' + + 'c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg ' + + 'synchronous nopass non_overridable pass protected volatile abstract extends import ' + + 'non_intrinsic value deferred generic final enumerator class associate bind enum ' + + 'c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t ' + + 'c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double ' + + 'c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr ' + + 'c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer ' + + 'c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor ' + + 'numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ' + + 'ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive ' + + 'pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure ' + + // IRPF90 special keywords + 'begin_provider &begin_provider end_provider begin_shell end_shell begin_template end_template subst assert touch ' + + 'soft_touch provide no_dep free irp_if irp_else irp_endif irp_write irp_read', + built_in: 'alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint ' + + 'dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl ' + + 'algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama ' + + 'iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod ' + + 'qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log ' + + 'log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate ' + + 'adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product ' + + 'eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul ' + + 'maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product ' + + 'radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind ' + + 'set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer ' + + 'dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ' + + 'ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode ' + + 'is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_of' + + 'acosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 ' + + 'atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits ' + + 'bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr ' + + 'num_images parity popcnt poppar shifta shiftl shiftr this_image ' + + // IRPF90 special built_ins + 'IRP_ALIGN irp_here' + }; + return { + case_insensitive: true, + keywords: F_KEYWORDS, + contains: [ + hljs.inherit(hljs.APOS_STRING_MODE, { + className: 'string', + relevance: 0 + }), + hljs.inherit(hljs.QUOTE_STRING_MODE, { + className: 'string', + relevance: 0 + }), + { + className: 'function', + beginKeywords: 'subroutine function program', + illegal: '[${=\\n]', + contains: [hljs.UNDERSCORE_TITLE_MODE, PARAMS] + }, + hljs.COMMENT('!', '$', { + relevance: 0 + }), + hljs.COMMENT('begin_doc', 'end_doc', { + relevance: 10 + }), + { + className: 'number', + begin: '(?=\\b|\\+|\\-|\\.)(?=\\.\\d|\\d)(?:\\d+)?(?:\\.?\\d*)(?:[de][+-]?\\d+)?\\b\\.?', + relevance: 0 + } + ] + }; + }; +}, {} +], +98: [function(require, module, exports) { + module.exports = function(hljs) { + var GENERIC_IDENT_RE = hljs.UNDERSCORE_IDENT_RE + '(<' + hljs.UNDERSCORE_IDENT_RE + '>)?'; + var KEYWORDS = + 'false synchronized int abstract float private char boolean static null if const ' + + 'for true while long strictfp finally protected import native final void ' + + 'enum else break transient catch instanceof byte super volatile case assert short ' + + 'package default double public try this switch continue throws protected public private'; + + // https://docs.oracle.com/javase/7/docs/technotes/guides/language/underscores-literals.html + var JAVA_NUMBER_RE = '\\b' + + '(' + + '0[bB]([01]+[01_]+[01]+|[01]+)' + // 0b... + '|' + + '0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)' + // 0x... + '|' + + '(' + + '([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?' + + '|' + + '\\.([\\d]+[\\d_]+[\\d]+|[\\d]+)' + + ')' + + '([eE][-+]?\\d+)?' + // octal, decimal, float + ')' + + '[lLfF]?'; + var JAVA_NUMBER_MODE = { + className: 'number', + begin: JAVA_NUMBER_RE, + relevance: 0 + }; + + return { + aliases: ['jsp'], + keywords: KEYWORDS, + illegal: /<\/|#/, + contains: [ + hljs.COMMENT( + '/\\*\\*', + '\\*/', + { + relevance : 0, + contains : [{ + className : 'doctag', + begin : '@[A-Za-z]+' + } + ] + }), + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + { + className: 'class', + beginKeywords: 'class interface', + end: /[{;=]/, + excludeEnd: true, + keywords: 'class interface', + illegal: /[:"\[\]]/, + contains: [ + { + beginKeywords: 'extends implements' + }, + hljs.UNDERSCORE_TITLE_MODE + ] + }, + { + // Expression keywords prevent 'keyword Name(...)' from being + // recognized as a function definition + beginKeywords: 'new throw return else', + relevance: 0 + }, + { + className: 'function', + begin: '(' + GENERIC_IDENT_RE + '\\s+)+' + hljs.UNDERSCORE_IDENT_RE + '\\s*\\(', + returnBegin: true, + end: /[{;=]/, + excludeEnd: true, + keywords: KEYWORDS, + contains: [ + { + begin: hljs.UNDERSCORE_IDENT_RE + '\\s*\\(', + returnBegin: true, + relevance: 0, + contains: [hljs.UNDERSCORE_TITLE_MODE] + }, + { + className: 'params', + begin: /\(/, + end: /\)/, + keywords: KEYWORDS, + relevance: 0, + contains: [ + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_NUMBER_MODE, + hljs.C_BLOCK_COMMENT_MODE + ] + }, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE + ] + }, + JAVA_NUMBER_MODE, + { + className: 'annotation', + begin: '@[A-Za-z]+' + } + ] + }; + }; +}, {} +], +99: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['js'], + keywords: { + keyword: + 'in of if for while finally var new function do return void else break catch ' + + 'instanceof with throw case default try this switch continue typeof delete ' + + 'let yield const export super debugger as async await', + literal: + 'true false null undefined NaN Infinity', + built_in: + 'eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent ' + + 'encodeURI encodeURIComponent escape unescape Object Function Boolean Error ' + + 'EvalError InternalError RangeError ReferenceError StopIteration SyntaxError ' + + 'TypeError URIError Number Math Date String RegExp Array Float32Array ' + + 'Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array ' + + 'Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require ' + + 'module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect ' + + 'Promise' + }, + contains: [ + { + className: 'pi', + relevance: 10, + begin: /^\s*['"]use (strict|asm)['"]/ + }, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + { + // template string + className: 'string', + begin: '`', + end: '`', + contains: [ + hljs.BACKSLASH_ESCAPE, + { + className: 'subst', + begin: '\\$\\{', + end: '\\}' + } + ] + }, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + { + className: 'number', + variants: [ + { + begin: '\\b(0[bB][01]+)' + }, + { + begin: '\\b(0[oO][0-7]+)' + }, + { + begin: hljs.C_NUMBER_RE + } + ], + relevance: 0 + }, + { + // "value" container + begin: '(' + hljs.RE_STARTERS_RE + '|\\b(case|return|throw)\\b)\\s*', + keywords: 'return throw case', + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + hljs.REGEXP_MODE, + { + // E4X / JSX + begin: /\s*[);\]]/, + relevance: 0, + subLanguage: 'xml' + } + ], + relevance: 0 + }, + { + className: 'function', + beginKeywords: 'function', + end: /\{/, + excludeEnd: true, + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + begin: /[A-Za-z$_][0-9A-Za-z$_]*/ + }), + { + className: 'params', + begin: /\(/, + end: /\)/, + excludeBegin: true, + excludeEnd: true, + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE + ] + } + ], + illegal: /\[|%/ + }, + { + begin: /\$[(.]/ // relevance booster for a pattern common to JS libs: `$(something)` and `$.something` + }, + { + begin: '\\.' + hljs.IDENT_RE, + relevance: 0 // hack: prevents detection of keywords after dots + }, + // ECMAScript 6 modules import + { + beginKeywords: 'import', + end: '[;$]', + keywords: 'import from as', + contains: [ + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE + ] + }, + { + // ES6 class + className: 'class', + beginKeywords: 'class', + end: /[{;=]/, + excludeEnd: true, + illegal: /[:"\[\]]/, + contains: [ + { + beginKeywords: 'extends' + }, + hljs.UNDERSCORE_TITLE_MODE + ] + } + ], + illegal: /#/ + }; + }; +}, {} +], +100: [function(require, module, exports) { + module.exports = function(hljs) { + var LITERALS = { + literal: 'true false null' + }; + var TYPES = [ + hljs.QUOTE_STRING_MODE, + hljs.C_NUMBER_MODE + ]; + var VALUE_CONTAINER = { + className: 'value', + end: ',', + endsWithParent: true, + excludeEnd: true, + contains: TYPES, + keywords: LITERALS + }; + var OBJECT = { + begin: '{', + end: '}', + contains: [ + { + className: 'attribute', + begin: '\\s*"', + end: '"\\s*:\\s*', + excludeBegin: true, + excludeEnd: true, + contains: [hljs.BACKSLASH_ESCAPE], + illegal: '\\n', + starts: VALUE_CONTAINER + } + ], + illegal: '\\S' + }; + var ARRAY = { + begin: '\\[', + end: '\\]', + contains: [hljs.inherit(VALUE_CONTAINER, { + className: null + })], + // inherit is also a workaround for a bug that makes shared modes with endsWithParent compile only the ending of one of the parents + illegal: '\\S' + }; + TYPES.splice(TYPES.length, 0, OBJECT, ARRAY); + return { + contains: TYPES, + keywords: LITERALS, + illegal: '\\S' + }; + }; +}, {} +], +101: [function(require, module, exports) { + module.exports = function(hljs) { + // Since there are numerous special names in Julia, it is too much trouble + // to maintain them by hand. Hence these names (i.e. keywords, literals and + // built-ins) are automatically generated from Julia (v0.3.0) itself through + // following scripts for each. + + var KEYWORDS = { + // # keyword generator + // println("\"in\",") + // for kw in Base.REPLCompletions.complete_keyword("") + // println("\"$kw\",") + // end + keyword: + 'in abstract baremodule begin bitstype break catch ccall const continue do else elseif end export ' + + 'finally for function global if immutable import importall let local macro module quote return try type ' + + 'typealias using while', + + // # literal generator + // println("\"true\",\n\"false\"") + // for name in Base.REPLCompletions.completions("", 0)[1] + // try + // s = symbol(name) + // v = eval(s) + // if !isa(v, Function) && + // !isa(v, DataType) && + // !issubtype(typeof(v), Tuple) && + // !isa(v, UnionType) && + // !isa(v, Module) && + // !isa(v, TypeConstructor) && + // !isa(v, Colon) + // println("\"$name\",") + // end + // end + // end + literal: + 'true false ANY ARGS CPU_CORES C_NULL DL_LOAD_PATH DevNull ENDIAN_BOM ENV I|0 Inf Inf16 Inf32 ' + + 'InsertionSort JULIA_HOME LOAD_PATH MS_ASYNC MS_INVALIDATE MS_SYNC MergeSort NaN NaN16 NaN32 OS_NAME QuickSort ' + + 'RTLD_DEEPBIND RTLD_FIRST RTLD_GLOBAL RTLD_LAZY RTLD_LOCAL RTLD_NODELETE RTLD_NOLOAD RTLD_NOW RoundDown ' + + 'RoundFromZero RoundNearest RoundToZero RoundUp STDERR STDIN STDOUT VERSION WORD_SIZE catalan cglobal e|0 eu|0 ' + + 'eulergamma golden im nothing pi γ π φ', + + // # built_in generator: + // for name in Base.REPLCompletions.completions("", 0)[1] + // try + // v = eval(symbol(name)) + // if isa(v, DataType) + // println("\"$name\",") + // end + // end + // end + built_in: + 'ASCIIString AbstractArray AbstractRNG AbstractSparseArray Any ArgumentError Array Associative Base64Pipe ' + + 'Bidiagonal BigFloat BigInt BitArray BitMatrix BitVector Bool BoundsError Box CFILE Cchar Cdouble Cfloat Char ' + + 'CharString Cint Clong Clonglong ClusterManager Cmd Coff_t Colon Complex Complex128 Complex32 Complex64 ' + + 'Condition Cptrdiff_t Cshort Csize_t Cssize_t Cuchar Cuint Culong Culonglong Cushort Cwchar_t DArray DataType ' + + 'DenseArray Diagonal Dict DimensionMismatch DirectIndexString Display DivideError DomainError EOFError ' + + 'EachLine Enumerate ErrorException Exception Expr Factorization FileMonitor FileOffset Filter Float16 Float32 ' + + 'Float64 FloatRange FloatingPoint Function GetfieldNode GotoNode Hermitian IO IOBuffer IOStream IPv4 IPv6 ' + + 'InexactError Int Int128 Int16 Int32 Int64 Int8 IntSet Integer InterruptException IntrinsicFunction KeyError ' + + 'LabelNode LambdaStaticData LineNumberNode LoadError LocalProcess MIME MathConst MemoryError MersenneTwister ' + + 'Method MethodError MethodTable Module NTuple NewvarNode Nothing Number ObjectIdDict OrdinalRange ' + + 'OverflowError ParseError PollingFileWatcher ProcessExitedException ProcessGroup Ptr QuoteNode Range Range1 ' + + 'Ranges Rational RawFD Real Regex RegexMatch RemoteRef RepString RevString RopeString RoundingMode Set ' + + 'SharedArray Signed SparseMatrixCSC StackOverflowError Stat StatStruct StepRange String SubArray SubString ' + + 'SymTridiagonal Symbol SymbolNode Symmetric SystemError Task TextDisplay Timer TmStruct TopNode Triangular ' + + 'Tridiagonal Type TypeConstructor TypeError TypeName TypeVar UTF16String UTF32String UTF8String UdpSocket ' + + 'Uint Uint128 Uint16 Uint32 Uint64 Uint8 UndefRefError UndefVarError UniformScaling UnionType UnitRange ' + + 'Unsigned Vararg VersionNumber WString WeakKeyDict WeakRef Woodbury Zip' + }; + + // ref: http://julia.readthedocs.org/en/latest/manual/variables/#allowed-variable-names + var VARIABLE_NAME_RE = "[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*"; + + // placeholder for recursive self-reference + var DEFAULT = { + lexemes: VARIABLE_NAME_RE, + keywords: KEYWORDS + }; + + var TYPE_ANNOTATION = { + className: "type-annotation", + begin: /::/ + }; + + var SUBTYPE = { + className: "subtype", + begin: /<:/ + }; + + // ref: http://julia.readthedocs.org/en/latest/manual/integers-and-floating-point-numbers/ + var NUMBER = { + className: "number", + // supported numeric literals: + // * binary literal (e.g. 0x10) + // * octal literal (e.g. 0o76543210) + // * hexadecimal literal (e.g. 0xfedcba876543210) + // * hexadecimal floating point literal (e.g. 0x1p0, 0x1.2p2) + // * decimal literal (e.g. 9876543210, 100_000_000) + // * floating pointe literal (e.g. 1.2, 1.2f, .2, 1., 1.2e10, 1.2e-10) + begin: /(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/, + relevance: 0 + }; + + var CHAR = { + className: "char", + begin: /'(.|\\[xXuU][a-zA-Z0-9]+)'/ + }; + + var INTERPOLATION = { + className: 'subst', + begin: /\$\(/, + end: /\)/, + keywords: KEYWORDS + }; + + var INTERPOLATED_VARIABLE = { + className: 'variable', + begin: "\\$" + VARIABLE_NAME_RE + }; + + // TODO: neatly escape normal code in string literal + var STRING = { + className: "string", + contains: [hljs.BACKSLASH_ESCAPE, INTERPOLATION, INTERPOLATED_VARIABLE], + variants: [ + { + begin: /\w*"/, + end: /"\w*/ + }, + { + begin: /\w*"""/, + end: /"""\w*/ + } + ] + }; + + var COMMAND = { + className: "string", + contains: [hljs.BACKSLASH_ESCAPE, INTERPOLATION, INTERPOLATED_VARIABLE], + begin: '`', + end: '`' + }; + + var MACROCALL = { + className: "macrocall", + begin: "@" + VARIABLE_NAME_RE + }; + + var COMMENT = { + className: "comment", + variants: [ + { + begin: "#=", + end: "=#", + relevance: 10 + }, + { + begin: '#', + end: '$' + } + ] + }; + + DEFAULT.contains = [ + NUMBER, + CHAR, + TYPE_ANNOTATION, + SUBTYPE, + STRING, + COMMAND, + MACROCALL, + COMMENT, + hljs.HASH_COMMENT_MODE + ]; + INTERPOLATION.contains = DEFAULT.contains; + + return DEFAULT; + }; +}, {} +], +102: [function(require, module, exports) { + module.exports = function (hljs) { + var KEYWORDS = 'val var get set class trait object public open private protected ' + + 'final enum if else do while for when break continue throw try catch finally ' + + 'import package is as in return fun override default companion reified inline volatile transient native'; + + return { + keywords: { + typename: 'Byte Short Char Int Long Boolean Float Double Void Unit Nothing', + literal: 'true false null', + keyword: KEYWORDS + }, + contains : [ + hljs.COMMENT( + '/\\*\\*', + '\\*/', + { + relevance : 0, + contains : [{ + className : 'doctag', + begin : '@[A-Za-z]+' + } + ] + }), + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + { + className: 'type', + begin: //, + returnBegin: true, + excludeEnd: false, + relevance: 0 + }, + { + className: 'function', + beginKeywords: 'fun', + end: '[(]|$', + returnBegin: true, + excludeEnd: true, + keywords: KEYWORDS, + illegal: /fun\s+(<.*>)?[^\s\(]+(\s+[^\s\(]+)\s*=/, + relevance: 5, + contains: [ + { + begin: hljs.UNDERSCORE_IDENT_RE + '\\s*\\(', + returnBegin: true, + relevance: 0, + contains: [hljs.UNDERSCORE_TITLE_MODE] + }, + { + className: 'type', + begin: //, + keywords: 'reified', + relevance: 0 + }, + { + className: 'params', + begin: /\(/, + end: /\)/, + keywords: KEYWORDS, + relevance: 0, + illegal: /\([^\(,\s:]+,/, + contains: [ + { + className: 'typename', + begin: /:\s*/, + end: /\s*[=\)]/, + excludeBegin: true, + returnEnd: true, + relevance: 0 + } + ] + }, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE + ] + }, + { + className: 'class', + beginKeywords: 'class trait', + end: /[:\{(]|$/, + excludeEnd: true, + illegal: 'extends implements', + contains: [ + hljs.UNDERSCORE_TITLE_MODE, + { + className: 'type', + begin: //, + excludeBegin: true, + excludeEnd: true, + relevance: 0 + }, + { + className: 'typename', + begin: /[,:]\s*/, + end: /[<\(,]|$/, + excludeBegin: true, + returnEnd: true + } + ] + }, + { + className: 'variable', + beginKeywords: 'var val', + end: /\s*[=:$]/, + excludeEnd: true + }, + hljs.QUOTE_STRING_MODE, + { + className: 'shebang', + begin: "^#!/usr/bin/env", + end: '$', + illegal: '\n' + }, + hljs.C_NUMBER_MODE + ] + }; + }; +}, {} +], +103: [function(require, module, exports) { + module.exports = function(hljs) { + var LASSO_IDENT_RE = '[a-zA-Z_][a-zA-Z0-9_.]*'; + var LASSO_ANGLE_RE = '<\\?(lasso(script)?|=)'; + var LASSO_CLOSE_RE = '\\]|\\?>'; + var LASSO_KEYWORDS = { + literal: + 'true false none minimal full all void ' + + 'bw nbw ew new cn ncn lt lte gt gte eq neq rx nrx ft', + built_in: + 'array date decimal duration integer map pair string tag xml null ' + + 'boolean bytes keyword list locale queue set stack staticarray ' + + 'local var variable global data self inherited currentcapture givenblock', + keyword: + 'error_code error_msg error_pop error_push error_reset cache ' + + 'database_names database_schemanames database_tablenames define_tag ' + + 'define_type email_batch encode_set html_comment handle handle_error ' + + 'header if inline iterate ljax_target link link_currentaction ' + + 'link_currentgroup link_currentrecord link_detail link_firstgroup ' + + 'link_firstrecord link_lastgroup link_lastrecord link_nextgroup ' + + 'link_nextrecord link_prevgroup link_prevrecord log loop ' + + 'namespace_using output_none portal private protect records referer ' + + 'referrer repeating resultset rows search_args search_arguments ' + + 'select sort_args sort_arguments thread_atomic value_list while ' + + 'abort case else if_empty if_false if_null if_true loop_abort ' + + 'loop_continue loop_count params params_up return return_value ' + + 'run_children soap_definetag soap_lastrequest soap_lastresponse ' + + 'tag_name ascending average by define descending do equals ' + + 'frozen group handle_failure import in into join let match max ' + + 'min on order parent protected provide public require returnhome ' + + 'skip split_thread sum take thread to trait type where with ' + + 'yield yieldhome' + }; + var HTML_COMMENT = hljs.COMMENT( + '', + { + relevance: 0 + }); + var LASSO_NOPROCESS = { + className: 'preprocessor', + begin: '\\[noprocess\\]', + starts: { + className: 'markup', + end: '\\[/noprocess\\]', + returnEnd: true, + contains: [HTML_COMMENT] + } + }; + var LASSO_START = { + className: 'preprocessor', + begin: '\\[/noprocess|' + LASSO_ANGLE_RE + }; + var LASSO_DATAMEMBER = { + className: 'variable', + begin: '\'' + LASSO_IDENT_RE + '\'' + }; + var LASSO_CODE = [ + hljs.COMMENT( + '/\\*\\*!', + '\\*/' + ), + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + hljs.inherit(hljs.C_NUMBER_MODE, { + begin: hljs.C_NUMBER_RE + '|(infinity|nan)\\b' + }), + hljs.inherit(hljs.APOS_STRING_MODE, { + illegal: null + }), + hljs.inherit(hljs.QUOTE_STRING_MODE, { + illegal: null + }), + { + className: 'string', + begin: '`', + end: '`' + }, + { + className: 'variable', + variants: [ + { + begin: '[#$]' + LASSO_IDENT_RE + }, + { + begin: '#', + end: '\\d+', + illegal: '\\W' + } + ] + }, + { + className: 'tag', + begin: '::\\s*', + end: LASSO_IDENT_RE, + illegal: '\\W' + }, + { + className: 'attribute', + variants: [ + { + begin: '-(?!infinity)' + hljs.UNDERSCORE_IDENT_RE, + relevance: 0 + }, + { + begin: '(\\.\\.\\.)' + } + ] + }, + { + className: 'subst', + variants: [ + { + begin: '->\\s*', + contains: [LASSO_DATAMEMBER] + }, + { + begin: '->|\\\\|&&?|\\|\\||!(?!=|>)|(and|or|not)\\b', + relevance: 0 + } + ] + }, + { + className: 'built_in', + begin: '\\.\\.?\\s*', + relevance: 0, + contains: [LASSO_DATAMEMBER] + }, + { + className: 'class', + beginKeywords: 'define', + returnEnd: true, + end: '\\(|=>', + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + begin: hljs.UNDERSCORE_IDENT_RE + '(=(?!>))?' + }) + ] + } + ]; + return { + aliases: ['ls', 'lassoscript'], + case_insensitive: true, + lexemes: LASSO_IDENT_RE + '|&[lg]t;', + keywords: LASSO_KEYWORDS, + contains: [ + { + className: 'preprocessor', + begin: LASSO_CLOSE_RE, + relevance: 0, + starts: { + className: 'markup', + end: '\\[|' + LASSO_ANGLE_RE, + returnEnd: true, + relevance: 0, + contains: [HTML_COMMENT] + } + }, + LASSO_NOPROCESS, + LASSO_START, + { + className: 'preprocessor', + begin: '\\[no_square_brackets', + starts: { + end: '\\[/no_square_brackets\\]', + // not implemented in the language + lexemes: LASSO_IDENT_RE + '|&[lg]t;', + keywords: LASSO_KEYWORDS, + contains: [ + { + className: 'preprocessor', + begin: LASSO_CLOSE_RE, + relevance: 0, + starts: { + className: 'markup', + end: '\\[noprocess\\]|' + LASSO_ANGLE_RE, + returnEnd: true, + contains: [HTML_COMMENT] + } + }, + LASSO_NOPROCESS, + LASSO_START + ].concat(LASSO_CODE) + } + }, + { + className: 'preprocessor', + begin: '\\[', + relevance: 0 + }, + { + className: 'shebang', + begin: '^#!.+lasso9\\b', + relevance: 10 + } + ].concat(LASSO_CODE) + }; + }; +}, {} +], +104: [function(require, module, exports) { + module.exports = function(hljs) { + var IDENT_RE = '[\\w-]+'; // yes, Less identifiers may begin with a digit + var INTERP_IDENT_RE = '(' + IDENT_RE + '|@{' + IDENT_RE + '})'; + + /* Generic Modes */ + + var RULES = [], VALUE = []; // forward def. for recursive modes + + var STRING_MODE = function(c) { + return { + // Less strings are not multiline (also include '~' for more consistent coloring of "escaped" strings) + className: 'string', + begin: '~?' + c + '.*?' + c + }; + }; + + var IDENT_MODE = function(name, begin, relevance) { + return { + className: name, + begin: begin, + relevance: relevance + }; + }; + + var FUNCT_MODE = function(name, ident, obj) { + return hljs.inherit({ + className: name, + begin: ident + '\\(', + end: '\\(', + returnBegin: true, + excludeEnd: true, + relevance: 0 + }, obj); + }; + + var PARENS_MODE = { + // used only to properly balance nested parens inside mixin call, def. arg list + begin: '\\(', + end: '\\)', + contains: VALUE, + relevance: 0 + }; + + // generic Less highlighter (used almost everywhere except selectors): + VALUE.push( + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + STRING_MODE("'"), + STRING_MODE('"'), + hljs.CSS_NUMBER_MODE, // fixme: it does not include dot for numbers like .5em :( + IDENT_MODE('hexcolor', '#[0-9A-Fa-f]+\\b'), + FUNCT_MODE('function', '(url|data-uri)', { + starts: { + className: 'string', + end: '[\\)\\n]', + excludeEnd: true + } + }), + FUNCT_MODE('function', IDENT_RE), + PARENS_MODE, + IDENT_MODE('variable', '@@?' + IDENT_RE, 10), + IDENT_MODE('variable', '@{' + IDENT_RE + '}'), + IDENT_MODE('built_in', '~?`[^`]*?`'), // inline javascript (or whatever host language) *multiline* string + { + // @media features (it’s here to not duplicate things in AT_RULE_MODE with extra PARENS_MODE overriding): + className: 'attribute', + begin: IDENT_RE + '\\s*:', + end: ':', + returnBegin: true, + excludeEnd: true + }); + + var VALUE_WITH_RULESETS = VALUE.concat({ + begin: '{', + end: '}', + contains: RULES + }); + + var MIXIN_GUARD_MODE = { + beginKeywords: 'when', + endsWithParent: true, + contains: [{ + beginKeywords: 'and not' + } + ].concat(VALUE) // using this form to override VALUE’s 'function' match + }; + + /* Rule-Level Modes */ + + var RULE_MODE = { + className: 'attribute', + begin: INTERP_IDENT_RE, + end: ':', + excludeEnd: true, + contains: [hljs.C_LINE_COMMENT_MODE, hljs.C_BLOCK_COMMENT_MODE], + illegal: /\S/, + starts: { + end: '[;}]', + returnEnd: true, + contains: VALUE, + illegal: '[<=$]' + } + }; + + var AT_RULE_MODE = { + className: 'at_rule', + // highlight only at-rule keyword + begin: '@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b', + starts: { + end: '[;{}]', + returnEnd: true, + contains: VALUE, + relevance: 0 + } + }; + + // variable definitions and calls + var VAR_RULE_MODE = { + className: 'variable', + variants: [ + // using more strict pattern for higher relevance to increase chances of Less detection. + // this is *the only* Less specific statement used in most of the sources, so... + // (we’ll still often loose to the css-parser unless there's '//' comment, + // simply because 1 variable just can't beat 99 properties :) + { + begin: '@' + IDENT_RE + '\\s*:', + relevance: 15 + }, + { + begin: '@' + IDENT_RE + } + ], + starts: { + end: '[;}]', + returnEnd: true, + contains: VALUE_WITH_RULESETS + } + }; + + var SELECTOR_MODE = { + // first parse unambiguous selectors (i.e. those not starting with tag) + // then fall into the scary lookahead-discriminator variant. + // this mode also handles mixin definitions and calls + variants: [{ + begin: '[\\.#:&\\[]', + end: '[;{}]' // mixin calls end with ';' + }, { + begin: INTERP_IDENT_RE + '[^;]*{', + end: '{' + } + ], + returnBegin: true, + returnEnd: true, + illegal: '[<=\'$"]', + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + MIXIN_GUARD_MODE, + IDENT_MODE('keyword', 'all\\b'), + IDENT_MODE('variable', '@{' + IDENT_RE + '}'), // otherwise it’s identified as tag + IDENT_MODE('tag', INTERP_IDENT_RE + '%?', 0), // '%' for more consistent coloring of @keyframes "tags" + IDENT_MODE('id', '#' + INTERP_IDENT_RE), + IDENT_MODE('class', '\\.' + INTERP_IDENT_RE, 0), + IDENT_MODE('keyword', '&', 0), + FUNCT_MODE('pseudo', ':not'), + FUNCT_MODE('keyword', ':extend'), + IDENT_MODE('pseudo', '::?' + INTERP_IDENT_RE), + { + className: 'attr_selector', + begin: '\\[', + end: '\\]' + }, + { + begin: '\\(', + end: '\\)', + contains: VALUE_WITH_RULESETS + }, // argument list of parametric mixins + { + begin: '!important' + } + // eat !important after mixin call or it will be colored as tag + ] + }; + + RULES.push( + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + AT_RULE_MODE, + VAR_RULE_MODE, + SELECTOR_MODE, + RULE_MODE + ); + + return { + case_insensitive: true, + illegal: '[=>\'/<($"]', + contains: RULES + }; + }; +}, {} +], +105: [function(require, module, exports) { + module.exports = function(hljs) { + var LISP_IDENT_RE = '[a-zA-Z_\\-\\+\\*\\/\\<\\=\\>\\&\\#][a-zA-Z0-9_\\-\\+\\*\\/\\<\\=\\>\\&\\#!]*'; + var MEC_RE = '\\|[^]*?\\|'; + var LISP_SIMPLE_NUMBER_RE = '(\\-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|\\-)?\\d+)?'; + var SHEBANG = { + className: 'shebang', + begin: '^#!', + end: '$' + }; + var LITERAL = { + className: 'literal', + begin: '\\b(t{1}|nil)\\b' + }; + var NUMBER = { + className: 'number', + variants: [ + { + begin: LISP_SIMPLE_NUMBER_RE, + relevance: 0 + }, + { + begin: '#(b|B)[0-1]+(/[0-1]+)?' + }, + { + begin: '#(o|O)[0-7]+(/[0-7]+)?' + }, + { + begin: '#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?' + }, + { + begin: '#(c|C)\\(' + LISP_SIMPLE_NUMBER_RE + ' +' + LISP_SIMPLE_NUMBER_RE, + end: '\\)' + } + ] + }; + var STRING = hljs.inherit(hljs.QUOTE_STRING_MODE, { + illegal: null + }); + var COMMENT = hljs.COMMENT( + ';', '$', + { + relevance: 0 + }); + var VARIABLE = { + className: 'variable', + begin: '\\*', + end: '\\*' + }; + var KEYWORD = { + className: 'keyword', + begin: '[:&]' + LISP_IDENT_RE + }; + var IDENT = { + begin: LISP_IDENT_RE, + relevance: 0 + }; + var MEC = { + begin: MEC_RE + }; + var QUOTED_LIST = { + begin: '\\(', + end: '\\)', + contains: ['self', LITERAL, STRING, NUMBER, IDENT] + }; + var QUOTED = { + className: 'quoted', + contains: [NUMBER, STRING, VARIABLE, KEYWORD, QUOTED_LIST, IDENT], + variants: [ + { + begin: '[\'`]\\(', + end: '\\)' + }, + { + begin: '\\(quote ', + end: '\\)', + keywords: 'quote' + }, + { + begin: '\'' + MEC_RE + } + ] + }; + var QUOTED_ATOM = { + className: 'quoted', + variants: [ + { + begin: '\'' + LISP_IDENT_RE + }, + { + begin: '#\'' + LISP_IDENT_RE + '(::' + LISP_IDENT_RE + ')*' + } + ] + }; + var LIST = { + className: 'list', + begin: '\\(\\s*', + end: '\\)' + }; + var BODY = { + endsWithParent: true, + relevance: 0 + }; + LIST.contains = [ + { + className: 'keyword', + variants: [ + { + begin: LISP_IDENT_RE + }, + { + begin: MEC_RE + } + ] + }, + BODY + ]; + BODY.contains = [QUOTED, QUOTED_ATOM, LIST, LITERAL, NUMBER, STRING, COMMENT, VARIABLE, KEYWORD, MEC, IDENT]; + + return { + illegal: /\S/, + contains: [ + NUMBER, + SHEBANG, + LITERAL, + STRING, + COMMENT, + QUOTED, + QUOTED_ATOM, + LIST, + IDENT + ] + }; + }; +}, {} +], +106: [function(require, module, exports) { + module.exports = function(hljs) { + var VARIABLE = { + className: 'variable', + begin: '\\b[gtps][A-Z]+[A-Za-z0-9_\\-]*\\b|\\$_[A-Z]+', + relevance: 0 + }; + var COMMENT_MODES = [ + hljs.C_BLOCK_COMMENT_MODE, + hljs.HASH_COMMENT_MODE, + hljs.COMMENT('--', '$'), + hljs.COMMENT('[^:]//', '$') + ]; + var TITLE1 = hljs.inherit(hljs.TITLE_MODE, { + variants: [ + { + begin: '\\b_*rig[A-Z]+[A-Za-z0-9_\\-]*' + }, + { + begin: '\\b_[a-z0-9\\-]+' + } + ] + }); + var TITLE2 = hljs.inherit(hljs.TITLE_MODE, { + begin: '\\b([A-Za-z0-9_\\-]+)\\b' + }); + return { + case_insensitive: false, + keywords: { + keyword: + '$_COOKIE $_FILES $_GET $_GET_BINARY $_GET_RAW $_POST $_POST_BINARY $_POST_RAW $_SESSION $_SERVER ' + + 'codepoint codepoints segment segments codeunit codeunits sentence sentences trueWord trueWords paragraph ' + + 'after byte bytes english the until http forever descending using line real8 with seventh ' + + 'for stdout finally element word words fourth before black ninth sixth characters chars stderr ' + + 'uInt1 uInt1s uInt2 uInt2s stdin string lines relative rel any fifth items from middle mid ' + + 'at else of catch then third it file milliseconds seconds second secs sec int1 int1s int4 ' + + 'int4s internet int2 int2s normal text item last long detailed effective uInt4 uInt4s repeat ' + + 'end repeat URL in try into switch to words https token binfile each tenth as ticks tick ' + + 'system real4 by dateItems without char character ascending eighth whole dateTime numeric short ' + + 'first ftp integer abbreviated abbr abbrev private case while if', + constant: + 'SIX TEN FORMFEED NINE ZERO NONE SPACE FOUR FALSE COLON CRLF PI COMMA ENDOFFILE EOF EIGHT FIVE ' + + 'QUOTE EMPTY ONE TRUE RETURN CR LINEFEED RIGHT BACKSLASH NULL SEVEN TAB THREE TWO ' + + 'six ten formfeed nine zero none space four false colon crlf pi comma endoffile eof eight five ' + + 'quote empty one true return cr linefeed right backslash null seven tab three two ' + + 'RIVERSION RISTATE FILE_READ_MODE FILE_WRITE_MODE FILE_WRITE_MODE DIR_WRITE_MODE FILE_READ_UMASK ' + + 'FILE_WRITE_UMASK DIR_READ_UMASK DIR_WRITE_UMASK', + operator: + 'div mod wrap and or bitAnd bitNot bitOr bitXor among not in a an within ' + + 'contains ends with begins the keys of keys', + built_in: + 'put abs acos aliasReference annuity arrayDecode arrayEncode asin atan atan2 average avg avgDev base64Decode ' + + 'base64Encode baseConvert binaryDecode binaryEncode byteOffset byteToNum cachedURL cachedURLs charToNum ' + + 'cipherNames codepointOffset codepointProperty codepointToNum codeunitOffset commandNames compound compress ' + + 'constantNames cos date dateFormat decompress directories ' + + 'diskSpace DNSServers exp exp1 exp2 exp10 extents files flushEvents folders format functionNames geometricMean global ' + + 'globals hasMemory harmonicMean hostAddress hostAddressToName hostName hostNameToAddress isNumber ISOToMac itemOffset ' + + 'keys len length libURLErrorData libUrlFormData libURLftpCommand libURLLastHTTPHeaders libURLLastRHHeaders ' + + 'libUrlMultipartFormAddPart libUrlMultipartFormData libURLVersion lineOffset ln ln1 localNames log log2 log10 ' + + 'longFilePath lower macToISO matchChunk matchText matrixMultiply max md5Digest median merge millisec ' + + 'millisecs millisecond milliseconds min monthNames nativeCharToNum normalizeText num number numToByte numToChar ' + + 'numToCodepoint numToNativeChar offset open openfiles openProcesses openProcessIDs openSockets ' + + 'paragraphOffset paramCount param params peerAddress pendingMessages platform popStdDev populationStandardDeviation ' + + 'populationVariance popVariance processID random randomBytes replaceText result revCreateXMLTree revCreateXMLTreeFromFile ' + + 'revCurrentRecord revCurrentRecordIsFirst revCurrentRecordIsLast revDatabaseColumnCount revDatabaseColumnIsNull ' + + 'revDatabaseColumnLengths revDatabaseColumnNames revDatabaseColumnNamed revDatabaseColumnNumbered ' + + 'revDatabaseColumnTypes revDatabaseConnectResult revDatabaseCursors revDatabaseID revDatabaseTableNames ' + + 'revDatabaseType revDataFromQuery revdb_closeCursor revdb_columnbynumber revdb_columncount revdb_columnisnull ' + + 'revdb_columnlengths revdb_columnnames revdb_columntypes revdb_commit revdb_connect revdb_connections ' + + 'revdb_connectionerr revdb_currentrecord revdb_cursorconnection revdb_cursorerr revdb_cursors revdb_dbtype ' + + 'revdb_disconnect revdb_execute revdb_iseof revdb_isbof revdb_movefirst revdb_movelast revdb_movenext ' + + 'revdb_moveprev revdb_query revdb_querylist revdb_recordcount revdb_rollback revdb_tablenames ' + + 'revGetDatabaseDriverPath revNumberOfRecords revOpenDatabase revOpenDatabases revQueryDatabase ' + + 'revQueryDatabaseBlob revQueryResult revQueryIsAtStart revQueryIsAtEnd revUnixFromMacPath revXMLAttribute ' + + 'revXMLAttributes revXMLAttributeValues revXMLChildContents revXMLChildNames revXMLCreateTreeFromFileWithNamespaces ' + + 'revXMLCreateTreeWithNamespaces revXMLDataFromXPathQuery revXMLEvaluateXPath revXMLFirstChild revXMLMatchingNode ' + + 'revXMLNextSibling revXMLNodeContents revXMLNumberOfChildren revXMLParent revXMLPreviousSibling ' + + 'revXMLRootNode revXMLRPC_CreateRequest revXMLRPC_Documents revXMLRPC_Error ' + + 'revXMLRPC_GetHost revXMLRPC_GetMethod revXMLRPC_GetParam revXMLText revXMLRPC_Execute ' + + 'revXMLRPC_GetParamCount revXMLRPC_GetParamNode revXMLRPC_GetParamType revXMLRPC_GetPath revXMLRPC_GetPort ' + + 'revXMLRPC_GetProtocol revXMLRPC_GetRequest revXMLRPC_GetResponse revXMLRPC_GetSocket revXMLTree ' + + 'revXMLTrees revXMLValidateDTD revZipDescribeItem revZipEnumerateItems revZipOpenArchives round sampVariance ' + + 'sec secs seconds sentenceOffset sha1Digest shell shortFilePath sin specialFolderPath sqrt standardDeviation statRound ' + + 'stdDev sum sysError systemVersion tan tempName textDecode textEncode tick ticks time to tokenOffset toLower toUpper ' + + 'transpose truewordOffset trunc uniDecode uniEncode upper URLDecode URLEncode URLStatus uuid value variableNames ' + + 'variance version waitDepth weekdayNames wordOffset xsltApplyStylesheet xsltApplyStylesheetFromFile xsltLoadStylesheet ' + + 'xsltLoadStylesheetFromFile add breakpoint cancel clear local variable file word line folder directory URL close socket process ' + + 'combine constant convert create new alias folder directory decrypt delete variable word line folder ' + + 'directory URL dispatch divide do encrypt filter get include intersect kill libURLDownloadToFile ' + + 'libURLFollowHttpRedirects libURLftpUpload libURLftpUploadFile libURLresetAll libUrlSetAuthCallback ' + + 'libURLSetCustomHTTPHeaders libUrlSetExpect100 libURLSetFTPListCommand libURLSetFTPMode libURLSetFTPStopTime ' + + 'libURLSetStatusCallback load multiply socket prepare process post seek rel relative read from process rename ' + + 'replace require resetAll resolve revAddXMLNode revAppendXML revCloseCursor revCloseDatabase revCommitDatabase ' + + 'revCopyFile revCopyFolder revCopyXMLNode revDeleteFolder revDeleteXMLNode revDeleteAllXMLTrees ' + + 'revDeleteXMLTree revExecuteSQL revGoURL revInsertXMLNode revMoveFolder revMoveToFirstRecord revMoveToLastRecord ' + + 'revMoveToNextRecord revMoveToPreviousRecord revMoveToRecord revMoveXMLNode revPutIntoXMLNode revRollBackDatabase ' + + 'revSetDatabaseDriverPath revSetXMLAttribute revXMLRPC_AddParam revXMLRPC_DeleteAllDocuments revXMLAddDTD ' + + 'revXMLRPC_Free revXMLRPC_FreeAll revXMLRPC_DeleteDocument revXMLRPC_DeleteParam revXMLRPC_SetHost ' + + 'revXMLRPC_SetMethod revXMLRPC_SetPort revXMLRPC_SetProtocol revXMLRPC_SetSocket revZipAddItemWithData ' + + 'revZipAddItemWithFile revZipAddUncompressedItemWithData revZipAddUncompressedItemWithFile revZipCancel ' + + 'revZipCloseArchive revZipDeleteItem revZipExtractItemToFile revZipExtractItemToVariable revZipSetProgressCallback ' + + 'revZipRenameItem revZipReplaceItemWithData revZipReplaceItemWithFile revZipOpenArchive send set sort split start stop ' + + 'subtract union unload wait write' + }, + contains: [ + VARIABLE, + { + className: 'keyword', + begin: '\\bend\\sif\\b' + }, + { + className: 'function', + beginKeywords: 'function', + end: '$', + contains: [ + VARIABLE, + TITLE2, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.BINARY_NUMBER_MODE, + hljs.C_NUMBER_MODE, + TITLE1 + ] + }, + { + className: 'function', + begin: '\\bend\\s+', + end: '$', + keywords: 'end', + contains: [ + TITLE2, + TITLE1 + ] + }, + { + className: 'command', + beginKeywords: 'command on', + end: '$', + contains: [ + VARIABLE, + TITLE2, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.BINARY_NUMBER_MODE, + hljs.C_NUMBER_MODE, + TITLE1 + ] + }, + { + className: 'preprocessor', + variants: [ + { + begin: '<\\?(rev|lc|livecode)', + relevance: 10 + }, + { + begin: '<\\?' + }, + { + begin: '\\?>' + } + ] + }, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.BINARY_NUMBER_MODE, + hljs.C_NUMBER_MODE, + TITLE1 + ].concat(COMMENT_MODES), + illegal: ';$|^\\[|^=' + }; + }; +}, {} +], +107: [function(require, module, exports) { + module.exports = function(hljs) { + var KEYWORDS = { + keyword: + // JS keywords + 'in if for while finally new do return else break catch instanceof throw try this ' + + 'switch continue typeof delete debugger case default function var with ' + + // LiveScript keywords + 'then unless until loop of by when and or is isnt not it that otherwise from to til fallthrough super ' + + 'case default function var void const let enum export import native ' + + '__hasProp __extends __slice __bind __indexOf', + literal: + // JS literals + 'true false null undefined ' + + // LiveScript literals + 'yes no on off it that void', + built_in: + 'npm require console print module global window document' + }; + var JS_IDENT_RE = '[A-Za-z$_](?:\-[0-9A-Za-z$_]|[0-9A-Za-z$_])*'; + var TITLE = hljs.inherit(hljs.TITLE_MODE, { + begin: JS_IDENT_RE + }); + var SUBST = { + className: 'subst', + begin: /#\{/, + end: /}/, + keywords: KEYWORDS + }; + var SUBST_SIMPLE = { + className: 'subst', + begin: /#[A-Za-z$_]/, + end: /(?:\-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/, + keywords: KEYWORDS + }; + var EXPRESSIONS = [ + hljs.BINARY_NUMBER_MODE, + { + className: 'number', + begin: '(\\b0[xX][a-fA-F0-9_]+)|(\\b\\d(\\d|_\\d)*(\\.(\\d(\\d|_\\d)*)?)?(_*[eE]([-+]\\d(_\\d|\\d)*)?)?[_a-z]*)', + relevance: 0, + starts: { + end: '(\\s*/)?', + relevance: 0 + } + // a number tries to eat the following slash to prevent treating it as a regexp + }, + { + className: 'string', + variants: [ + { + begin: /'''/, + end: /'''/, + contains: [hljs.BACKSLASH_ESCAPE] + }, + { + begin: /'/, + end: /'/, + contains: [hljs.BACKSLASH_ESCAPE] + }, + { + begin: /"""/, + end: /"""/, + contains: [hljs.BACKSLASH_ESCAPE, SUBST, SUBST_SIMPLE] + }, + { + begin: /"/, + end: /"/, + contains: [hljs.BACKSLASH_ESCAPE, SUBST, SUBST_SIMPLE] + }, + { + begin: /\\/, + end: /(\s|$)/, + excludeEnd: true + } + ] + }, + { + className: 'pi', + variants: [ + { + begin: '//', + end: '//[gim]*', + contains: [SUBST, hljs.HASH_COMMENT_MODE] + }, + { + // regex can't start with space to parse x / 2 / 3 as two divisions + // regex can't start with *, and it supports an "illegal" in the main mode + begin: /\/(?![ *])(\\\/|.)*?\/[gim]*(?=\W|$)/ + } + ] + }, + { + className: 'property', + begin: '@' + JS_IDENT_RE + }, + { + begin: '``', + end: '``', + excludeBegin: true, + excludeEnd: true, + subLanguage: 'javascript' + } + ]; + SUBST.contains = EXPRESSIONS; + + var PARAMS = { + className: 'params', + begin: '\\(', + returnBegin: true, + /* We need another contained nameless mode to not have every nested + pair of parens to be called "params" */ + contains: [ + { + begin: /\(/, + end: /\)/, + keywords: KEYWORDS, + contains: ['self'].concat(EXPRESSIONS) + } + ] + }; + + return { + aliases: ['ls'], + keywords: KEYWORDS, + illegal: /\/\*/, + contains: EXPRESSIONS.concat([ + hljs.COMMENT('\\/\\*', '\\*\\/'), + hljs.HASH_COMMENT_MODE, + { + className: 'function', + contains: [TITLE, PARAMS], + returnBegin: true, + variants: [ + { + begin: '(' + JS_IDENT_RE + '\\s*(?:=|:=)\\s*)?(\\(.*\\))?\\s*\\B\\->\\*?', + end: '\\->\\*?' + }, + { + begin: '(' + JS_IDENT_RE + '\\s*(?:=|:=)\\s*)?!?(\\(.*\\))?\\s*\\B[-~]{1,2}>\\*?', + end: '[-~]{1,2}>\\*?' + }, + { + begin: '(' + JS_IDENT_RE + '\\s*(?:=|:=)\\s*)?(\\(.*\\))?\\s*\\B!?[-~]{1,2}>\\*?', + end: '!?[-~]{1,2}>\\*?' + } + ] + }, + { + className: 'class', + beginKeywords: 'class', + end: '$', + illegal: /[:="\[\]]/, + contains: [ + { + beginKeywords: 'extends', + endsWithParent: true, + illegal: /[:="\[\]]/, + contains: [TITLE] + }, + TITLE + ] + }, + { + className: 'attribute', + begin: JS_IDENT_RE + ':', + end: ':', + returnBegin: true, + returnEnd: true, + relevance: 0 + } + ]) + }; + }; +}, {} +], +108: [function(require, module, exports) { + module.exports = function(hljs) { + var OPENING_LONG_BRACKET = '\\[=*\\['; + var CLOSING_LONG_BRACKET = '\\]=*\\]'; + var LONG_BRACKETS = { + begin: OPENING_LONG_BRACKET, + end: CLOSING_LONG_BRACKET, + contains: ['self'] + }; + var COMMENTS = [ + hljs.COMMENT('--(?!' + OPENING_LONG_BRACKET + ')', '$'), + hljs.COMMENT( + '--' + OPENING_LONG_BRACKET, + CLOSING_LONG_BRACKET, + { + contains: [LONG_BRACKETS], + relevance: 10 + }) + ]; + return { + lexemes: hljs.UNDERSCORE_IDENT_RE, + keywords: { + keyword: + 'and break do else elseif end false for if in local nil not or repeat return then ' + + 'true until while', + built_in: + '_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load ' + + 'loadfile loadstring module next pairs pcall print rawequal rawget rawset require ' + + 'select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug ' + + 'io math os package string table' + }, + contains: COMMENTS.concat([ + { + className: 'function', + beginKeywords: 'function', + end: '\\)', + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + begin: '([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*' + }), + { + className: 'params', + begin: '\\(', + endsWithParent: true, + contains: COMMENTS + } + ].concat(COMMENTS) + }, + hljs.C_NUMBER_MODE, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + { + className: 'string', + begin: OPENING_LONG_BRACKET, + end: CLOSING_LONG_BRACKET, + contains: [LONG_BRACKETS], + relevance: 5 + } + ]) + }; + }; +}, {} +], +109: [function(require, module, exports) { + module.exports = function(hljs) { + var VARIABLE = { + className: 'variable', + begin: /\$\(/, + end: /\)/, + contains: [hljs.BACKSLASH_ESCAPE] + }; + return { + aliases: ['mk', 'mak'], + contains: [ + hljs.HASH_COMMENT_MODE, + { + begin: /^\w+\s*\W*=/, + returnBegin: true, + relevance: 0, + starts: { + className: 'constant', + end: /\s*\W*=/, + excludeEnd: true, + starts: { + end: /$/, + relevance: 0, + contains: [ + VARIABLE + ] + } + } + }, + { + className: 'title', + begin: /^[\w]+:\s*$/ + }, + { + className: 'phony', + begin: /^\.PHONY:/, + end: /$/, + keywords: '.PHONY', + lexemes: /[\.\w]+/ + }, + { + begin: /^\t+/, + end: /$/, + relevance: 0, + contains: [ + hljs.QUOTE_STRING_MODE, + VARIABLE + ] + } + ] + }; + }; +}, {} +], +110: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['md', 'mkdown', 'mkd'], + contains: [ + // highlight headers + { + className: 'header', + variants: [ + { + begin: '^#{1,6}', + end: '$' + }, + { + begin: '^.+?\\n[=-]{2,}$' + } + ] + }, + // inline html + { + begin: '<', + end: '>', + subLanguage: 'xml', + relevance: 0 + }, + // lists (indicators only) + { + className: 'bullet', + begin: '^([*+-]|(\\d+\\.))\\s+' + }, + // strong segments + { + className: 'strong', + begin: '[*_]{2}.+?[*_]{2}' + }, + // emphasis segments + { + className: 'emphasis', + variants: [ + { + begin: '\\*.+?\\*' + }, + { + begin: '_.+?_' + , + relevance: 0 + } + ] + }, + // blockquotes + { + className: 'blockquote', + begin: '^>\\s+', + end: '$' + }, + // code snippets + { + className: 'code', + variants: [ + { + begin: '`.+?`' + }, + { + begin: '^( {4}|\t)', + end: '$' + , + relevance: 0 + } + ] + }, + // horizontal rules + { + className: 'horizontal_rule', + begin: '^[-\\*]{3,}', + end: '$' + }, + // using links - title and link + { + begin: '\\[.+?\\][\\(\\[].*?[\\)\\]]', + returnBegin: true, + contains: [ + { + className: 'link_label', + begin: '\\[', + end: '\\]', + excludeBegin: true, + returnEnd: true, + relevance: 0 + }, + { + className: 'link_url', + begin: '\\]\\(', + end: '\\)', + excludeBegin: true, + excludeEnd: true + }, + { + className: 'link_reference', + begin: '\\]\\[', + end: '\\]', + excludeBegin: true, + excludeEnd: true + } + ], + relevance: 10 + }, + { + begin: '^\\[\.+\\]:', + returnBegin: true, + contains: [ + { + className: 'link_reference', + begin: '\\[', + end: '\\]:', + excludeBegin: true, + excludeEnd: true, + starts: { + className: 'link_url', + end: '$' + } + } + ] + } + ] + }; + }; +}, {} +], +111: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['mma'], + lexemes: '(\\$|\\b)' + hljs.IDENT_RE + '\\b', + keywords: 'AbelianGroup Abort AbortKernels AbortProtect Above Abs Absolute AbsoluteCorrelation AbsoluteCorrelationFunction AbsoluteCurrentValue AbsoluteDashing AbsoluteFileName AbsoluteOptions AbsolutePointSize AbsoluteThickness AbsoluteTime AbsoluteTiming AccountingForm Accumulate Accuracy AccuracyGoal ActionDelay ActionMenu ActionMenuBox ActionMenuBoxOptions Active ActiveItem ActiveStyle AcyclicGraphQ AddOnHelpPath AddTo AdjacencyGraph AdjacencyList AdjacencyMatrix AdjustmentBox AdjustmentBoxOptions AdjustTimeSeriesForecast AffineTransform After AiryAi AiryAiPrime AiryAiZero AiryBi AiryBiPrime AiryBiZero AlgebraicIntegerQ AlgebraicNumber AlgebraicNumberDenominator AlgebraicNumberNorm AlgebraicNumberPolynomial AlgebraicNumberTrace AlgebraicRules AlgebraicRulesData Algebraics AlgebraicUnitQ Alignment AlignmentMarker AlignmentPoint All AllowedDimensions AllowGroupClose AllowInlineCells AllowKernelInitialization AllowReverseGroupClose AllowScriptLevelChange AlphaChannel AlternatingGroup AlternativeHypothesis Alternatives AmbientLight Analytic AnchoredSearch And AndersonDarlingTest AngerJ AngleBracket AngularGauge Animate AnimationCycleOffset AnimationCycleRepetitions AnimationDirection AnimationDisplayTime AnimationRate AnimationRepetitions AnimationRunning Animator AnimatorBox AnimatorBoxOptions AnimatorElements Annotation Annuity AnnuityDue Antialiasing Antisymmetric Apart ApartSquareFree Appearance AppearanceElements AppellF1 Append AppendTo Apply ArcCos ArcCosh ArcCot ArcCoth ArcCsc ArcCsch ArcSec ArcSech ArcSin ArcSinDistribution ArcSinh ArcTan ArcTanh Arg ArgMax ArgMin ArgumentCountQ ARIMAProcess ArithmeticGeometricMean ARMAProcess ARProcess Array ArrayComponents ArrayDepth ArrayFlatten ArrayPad ArrayPlot ArrayQ ArrayReshape ArrayRules Arrays Arrow Arrow3DBox ArrowBox Arrowheads AspectRatio AspectRatioFixed Assert Assuming Assumptions AstronomicalData Asynchronous AsynchronousTaskObject AsynchronousTasks AtomQ Attributes AugmentedSymmetricPolynomial AutoAction AutoDelete AutoEvaluateEvents AutoGeneratedPackage AutoIndent AutoIndentSpacings AutoItalicWords AutoloadPath AutoMatch Automatic AutomaticImageSize AutoMultiplicationSymbol AutoNumberFormatting AutoOpenNotebooks AutoOpenPalettes AutorunSequencing AutoScaling AutoScroll AutoSpacing AutoStyleOptions AutoStyleWords Axes AxesEdge AxesLabel AxesOrigin AxesStyle Axis ' + + 'BabyMonsterGroupB Back Background BackgroundTasksSettings Backslash Backsubstitution Backward Band BandpassFilter BandstopFilter BarabasiAlbertGraphDistribution BarChart BarChart3D BarLegend BarlowProschanImportance BarnesG BarOrigin BarSpacing BartlettHannWindow BartlettWindow BaseForm Baseline BaselinePosition BaseStyle BatesDistribution BattleLemarieWavelet Because BeckmannDistribution Beep Before Begin BeginDialogPacket BeginFrontEndInteractionPacket BeginPackage BellB BellY Below BenfordDistribution BeniniDistribution BenktanderGibratDistribution BenktanderWeibullDistribution BernoulliB BernoulliDistribution BernoulliGraphDistribution BernoulliProcess BernsteinBasis BesselFilterModel BesselI BesselJ BesselJZero BesselK BesselY BesselYZero Beta BetaBinomialDistribution BetaDistribution BetaNegativeBinomialDistribution BetaPrimeDistribution BetaRegularized BetweennessCentrality BezierCurve BezierCurve3DBox BezierCurve3DBoxOptions BezierCurveBox BezierCurveBoxOptions BezierFunction BilateralFilter Binarize BinaryFormat BinaryImageQ BinaryRead BinaryReadList BinaryWrite BinCounts BinLists Binomial BinomialDistribution BinomialProcess BinormalDistribution BiorthogonalSplineWavelet BipartiteGraphQ BirnbaumImportance BirnbaumSaundersDistribution BitAnd BitClear BitGet BitLength BitNot BitOr BitSet BitShiftLeft BitShiftRight BitXor Black BlackmanHarrisWindow BlackmanNuttallWindow BlackmanWindow Blank BlankForm BlankNullSequence BlankSequence Blend Block BlockRandom BlomqvistBeta BlomqvistBetaTest Blue Blur BodePlot BohmanWindow Bold Bookmarks Boole BooleanConsecutiveFunction BooleanConvert BooleanCountingFunction BooleanFunction BooleanGraph BooleanMaxterms BooleanMinimize BooleanMinterms Booleans BooleanTable BooleanVariables BorderDimensions BorelTannerDistribution Bottom BottomHatTransform BoundaryStyle Bounds Box BoxBaselineShift BoxData BoxDimensions Boxed Boxes BoxForm BoxFormFormatTypes BoxFrame BoxID BoxMargins BoxMatrix BoxRatios BoxRotation BoxRotationPoint BoxStyle BoxWhiskerChart Bra BracketingBar BraKet BrayCurtisDistance BreadthFirstScan Break Brown BrownForsytheTest BrownianBridgeProcess BrowserCategory BSplineBasis BSplineCurve BSplineCurve3DBox BSplineCurveBox BSplineCurveBoxOptions BSplineFunction BSplineSurface BSplineSurface3DBox BubbleChart BubbleChart3D BubbleScale BubbleSizes BulletGauge BusinessDayQ ButterflyGraph ButterworthFilterModel Button ButtonBar ButtonBox ButtonBoxOptions ButtonCell ButtonContents ButtonData ButtonEvaluator ButtonExpandable ButtonFrame ButtonFunction ButtonMargins ButtonMinHeight ButtonNote ButtonNotebook ButtonSource ButtonStyle ButtonStyleMenuListing Byte ByteCount ByteOrdering ' + + 'C CachedValue CacheGraphics CalendarData CalendarType CallPacket CanberraDistance Cancel CancelButton CandlestickChart Cap CapForm CapitalDifferentialD CardinalBSplineBasis CarmichaelLambda Cases Cashflow Casoratian Catalan CatalanNumber Catch CauchyDistribution CauchyWindow CayleyGraph CDF CDFDeploy CDFInformation CDFWavelet Ceiling Cell CellAutoOverwrite CellBaseline CellBoundingBox CellBracketOptions CellChangeTimes CellContents CellContext CellDingbat CellDynamicExpression CellEditDuplicate CellElementsBoundingBox CellElementSpacings CellEpilog CellEvaluationDuplicate CellEvaluationFunction CellEventActions CellFrame CellFrameColor CellFrameLabelMargins CellFrameLabels CellFrameMargins CellGroup CellGroupData CellGrouping CellGroupingRules CellHorizontalScrolling CellID CellLabel CellLabelAutoDelete CellLabelMargins CellLabelPositioning CellMargins CellObject CellOpen CellPrint CellProlog Cells CellSize CellStyle CellTags CellularAutomaton CensoredDistribution Censoring Center CenterDot CentralMoment CentralMomentGeneratingFunction CForm ChampernowneNumber ChanVeseBinarize Character CharacterEncoding CharacterEncodingsPath CharacteristicFunction CharacteristicPolynomial CharacterRange Characters ChartBaseStyle ChartElementData ChartElementDataFunction ChartElementFunction ChartElements ChartLabels ChartLayout ChartLegends ChartStyle Chebyshev1FilterModel Chebyshev2FilterModel ChebyshevDistance ChebyshevT ChebyshevU Check CheckAbort CheckAll Checkbox CheckboxBar CheckboxBox CheckboxBoxOptions ChemicalData ChessboardDistance ChiDistribution ChineseRemainder ChiSquareDistribution ChoiceButtons ChoiceDialog CholeskyDecomposition Chop Circle CircleBox CircleDot CircleMinus CirclePlus CircleTimes CirculantGraph CityData Clear ClearAll ClearAttributes ClearSystemCache ClebschGordan ClickPane Clip ClipboardNotebook ClipFill ClippingStyle ClipPlanes ClipRange Clock ClockGauge ClockwiseContourIntegral Close Closed CloseKernels ClosenessCentrality Closing ClosingAutoSave ClosingEvent ClusteringComponents CMYKColor Coarse Coefficient CoefficientArrays CoefficientDomain CoefficientList CoefficientRules CoifletWavelet Collect Colon ColonForm ColorCombine ColorConvert ColorData ColorDataFunction ColorFunction ColorFunctionScaling Colorize ColorNegate ColorOutput ColorProfileData ColorQuantize ColorReplace ColorRules ColorSelectorSettings ColorSeparate ColorSetter ColorSetterBox ColorSetterBoxOptions ColorSlider ColorSpace Column ColumnAlignments ColumnBackgrounds ColumnForm ColumnLines ColumnsEqual ColumnSpacings ColumnWidths CommonDefaultFormatTypes Commonest CommonestFilter CommonUnits CommunityBoundaryStyle CommunityGraphPlot CommunityLabels CommunityRegionStyle CompatibleUnitQ CompilationOptions CompilationTarget Compile Compiled CompiledFunction Complement CompleteGraph CompleteGraphQ CompleteKaryTree CompletionsListPacket Complex Complexes ComplexExpand ComplexInfinity ComplexityFunction ComponentMeasurements ' + + 'ComponentwiseContextMenu Compose ComposeList ComposeSeries Composition CompoundExpression CompoundPoissonDistribution CompoundPoissonProcess CompoundRenewalProcess Compress CompressedData Condition ConditionalExpression Conditioned Cone ConeBox ConfidenceLevel ConfidenceRange ConfidenceTransform ConfigurationPath Congruent Conjugate ConjugateTranspose Conjunction Connect ConnectedComponents ConnectedGraphQ ConnesWindow ConoverTest ConsoleMessage ConsoleMessagePacket ConsolePrint Constant ConstantArray Constants ConstrainedMax ConstrainedMin ContentPadding ContentsBoundingBox ContentSelectable ContentSize Context ContextMenu Contexts ContextToFilename ContextToFileName Continuation Continue ContinuedFraction ContinuedFractionK ContinuousAction ContinuousMarkovProcess ContinuousTimeModelQ ContinuousWaveletData ContinuousWaveletTransform ContourDetect ContourGraphics ContourIntegral ContourLabels ContourLines ContourPlot ContourPlot3D Contours ContourShading ContourSmoothing ContourStyle ContraharmonicMean Control ControlActive ControlAlignment ControllabilityGramian ControllabilityMatrix ControllableDecomposition ControllableModelQ ControllerDuration ControllerInformation ControllerInformationData ControllerLinking ControllerManipulate ControllerMethod ControllerPath ControllerState ControlPlacement ControlsRendering ControlType Convergents ConversionOptions ConversionRules ConvertToBitmapPacket ConvertToPostScript ConvertToPostScriptPacket Convolve ConwayGroupCo1 ConwayGroupCo2 ConwayGroupCo3 CoordinateChartData CoordinatesToolOptions CoordinateTransform CoordinateTransformData CoprimeQ Coproduct CopulaDistribution Copyable CopyDirectory CopyFile CopyTag CopyToClipboard CornerFilter CornerNeighbors Correlation CorrelationDistance CorrelationFunction CorrelationTest Cos Cosh CoshIntegral CosineDistance CosineWindow CosIntegral Cot Coth Count CounterAssignments CounterBox CounterBoxOptions CounterClockwiseContourIntegral CounterEvaluator CounterFunction CounterIncrements CounterStyle CounterStyleMenuListing CountRoots CountryData Covariance CovarianceEstimatorFunction CovarianceFunction CoxianDistribution CoxIngersollRossProcess CoxModel CoxModelFit CramerVonMisesTest CreateArchive CreateDialog CreateDirectory CreateDocument CreateIntermediateDirectories CreatePalette CreatePalettePacket CreateScheduledTask CreateTemporary CreateWindow CriticalityFailureImportance CriticalitySuccessImportance CriticalSection Cross CrossingDetect CrossMatrix Csc Csch CubeRoot Cubics Cuboid CuboidBox Cumulant CumulantGeneratingFunction Cup CupCap Curl CurlyDoubleQuote CurlyQuote CurrentImage CurrentlySpeakingPacket CurrentValue CurvatureFlowFilter CurveClosed Cyan CycleGraph CycleIndexPolynomial Cycles CyclicGroup Cyclotomic Cylinder CylinderBox CylindricalDecomposition ' + + 'D DagumDistribution DamerauLevenshteinDistance DampingFactor Darker Dashed Dashing DataCompression DataDistribution DataRange DataReversed Date DateDelimiters DateDifference DateFunction DateList DateListLogPlot DateListPlot DatePattern DatePlus DateRange DateString DateTicksFormat DaubechiesWavelet DavisDistribution DawsonF DayCount DayCountConvention DayMatchQ DayName DayPlus DayRange DayRound DeBruijnGraph Debug DebugTag Decimal DeclareKnownSymbols DeclarePackage Decompose Decrement DedekindEta Default DefaultAxesStyle DefaultBaseStyle DefaultBoxStyle DefaultButton DefaultColor DefaultControlPlacement DefaultDuplicateCellStyle DefaultDuration DefaultElement DefaultFaceGridsStyle DefaultFieldHintStyle DefaultFont DefaultFontProperties DefaultFormatType DefaultFormatTypeForStyle DefaultFrameStyle DefaultFrameTicksStyle DefaultGridLinesStyle DefaultInlineFormatType DefaultInputFormatType DefaultLabelStyle DefaultMenuStyle DefaultNaturalLanguage DefaultNewCellStyle DefaultNewInlineCellStyle DefaultNotebook DefaultOptions DefaultOutputFormatType DefaultStyle DefaultStyleDefinitions DefaultTextFormatType DefaultTextInlineFormatType DefaultTicksStyle DefaultTooltipStyle DefaultValues Defer DefineExternal DefineInputStreamMethod DefineOutputStreamMethod Definition Degree DegreeCentrality DegreeGraphDistribution DegreeLexicographic DegreeReverseLexicographic Deinitialization Del Deletable Delete DeleteBorderComponents DeleteCases DeleteContents DeleteDirectory DeleteDuplicates DeleteFile DeleteSmallComponents DeleteWithContents DeletionWarning Delimiter DelimiterFlashTime DelimiterMatching Delimiters Denominator DensityGraphics DensityHistogram DensityPlot DependentVariables Deploy Deployed Depth DepthFirstScan Derivative DerivativeFilter DescriptorStateSpace DesignMatrix Det DGaussianWavelet DiacriticalPositioning Diagonal DiagonalMatrix Dialog DialogIndent DialogInput DialogLevel DialogNotebook DialogProlog DialogReturn DialogSymbols Diamond DiamondMatrix DiceDissimilarity DictionaryLookup DifferenceDelta DifferenceOrder DifferenceRoot DifferenceRootReduce Differences DifferentialD DifferentialRoot DifferentialRootReduce DifferentiatorFilter DigitBlock DigitBlockMinimum DigitCharacter DigitCount DigitQ DihedralGroup Dilation Dimensions DiracComb DiracDelta DirectedEdge DirectedEdges DirectedGraph DirectedGraphQ DirectedInfinity Direction Directive Directory DirectoryName DirectoryQ DirectoryStack DirichletCharacter DirichletConvolve DirichletDistribution DirichletL DirichletTransform DirichletWindow DisableConsolePrintPacket DiscreteChirpZTransform DiscreteConvolve DiscreteDelta DiscreteHadamardTransform DiscreteIndicator DiscreteLQEstimatorGains DiscreteLQRegulatorGains DiscreteLyapunovSolve DiscreteMarkovProcess DiscretePlot DiscretePlot3D DiscreteRatio DiscreteRiccatiSolve DiscreteShift DiscreteTimeModelQ DiscreteUniformDistribution DiscreteVariables DiscreteWaveletData DiscreteWaveletPacketTransform ' + + 'DiscreteWaveletTransform Discriminant Disjunction Disk DiskBox DiskMatrix Dispatch DispersionEstimatorFunction Display DisplayAllSteps DisplayEndPacket DisplayFlushImagePacket DisplayForm DisplayFunction DisplayPacket DisplayRules DisplaySetSizePacket DisplayString DisplayTemporary DisplayWith DisplayWithRef DisplayWithVariable DistanceFunction DistanceTransform Distribute Distributed DistributedContexts DistributeDefinitions DistributionChart DistributionDomain DistributionFitTest DistributionParameterAssumptions DistributionParameterQ Dithering Div Divergence Divide DivideBy Dividers Divisible Divisors DivisorSigma DivisorSum DMSList DMSString Do DockedCells DocumentNotebook DominantColors DOSTextFormat Dot DotDashed DotEqual Dotted DoubleBracketingBar DoubleContourIntegral DoubleDownArrow DoubleLeftArrow DoubleLeftRightArrow DoubleLeftTee DoubleLongLeftArrow DoubleLongLeftRightArrow DoubleLongRightArrow DoubleRightArrow DoubleRightTee DoubleUpArrow DoubleUpDownArrow DoubleVerticalBar DoublyInfinite Down DownArrow DownArrowBar DownArrowUpArrow DownLeftRightVector DownLeftTeeVector DownLeftVector DownLeftVectorBar DownRightTeeVector DownRightVector DownRightVectorBar Downsample DownTee DownTeeArrow DownValues DragAndDrop DrawEdges DrawFrontFaces DrawHighlighted Drop DSolve Dt DualLinearProgramming DualSystemsModel DumpGet DumpSave DuplicateFreeQ Dynamic DynamicBox DynamicBoxOptions DynamicEvaluationTimeout DynamicLocation DynamicModule DynamicModuleBox DynamicModuleBoxOptions DynamicModuleParent DynamicModuleValues DynamicName DynamicNamespace DynamicReference DynamicSetting DynamicUpdating DynamicWrapper DynamicWrapperBox DynamicWrapperBoxOptions ' + + 'E EccentricityCentrality EdgeAdd EdgeBetweennessCentrality EdgeCapacity EdgeCapForm EdgeColor EdgeConnectivity EdgeCost EdgeCount EdgeCoverQ EdgeDashing EdgeDelete EdgeDetect EdgeForm EdgeIndex EdgeJoinForm EdgeLabeling EdgeLabels EdgeLabelStyle EdgeList EdgeOpacity EdgeQ EdgeRenderingFunction EdgeRules EdgeShapeFunction EdgeStyle EdgeThickness EdgeWeight Editable EditButtonSettings EditCellTagsSettings EditDistance EffectiveInterest Eigensystem Eigenvalues EigenvectorCentrality Eigenvectors Element ElementData Eliminate EliminationOrder EllipticE EllipticExp EllipticExpPrime EllipticF EllipticFilterModel EllipticK EllipticLog EllipticNomeQ EllipticPi EllipticReducedHalfPeriods EllipticTheta EllipticThetaPrime EmitSound EmphasizeSyntaxErrors EmpiricalDistribution Empty EmptyGraphQ EnableConsolePrintPacket Enabled Encode End EndAdd EndDialogPacket EndFrontEndInteractionPacket EndOfFile EndOfLine EndOfString EndPackage EngineeringForm Enter EnterExpressionPacket EnterTextPacket Entropy EntropyFilter Environment Epilog Equal EqualColumns EqualRows EqualTilde EquatedTo Equilibrium EquirippleFilterKernel Equivalent Erf Erfc Erfi ErlangB ErlangC ErlangDistribution Erosion ErrorBox ErrorBoxOptions ErrorNorm ErrorPacket ErrorsDialogSettings EstimatedDistribution EstimatedProcess EstimatorGains EstimatorRegulator EuclideanDistance EulerE EulerGamma EulerianGraphQ EulerPhi Evaluatable Evaluate Evaluated EvaluatePacket EvaluationCell EvaluationCompletionAction EvaluationElements EvaluationMode EvaluationMonitor EvaluationNotebook EvaluationObject EvaluationOrder Evaluator EvaluatorNames EvenQ EventData EventEvaluator EventHandler EventHandlerTag EventLabels ExactBlackmanWindow ExactNumberQ ExactRootIsolation ExampleData Except ExcludedForms ExcludePods Exclusions ExclusionsStyle Exists Exit ExitDialog Exp Expand ExpandAll ExpandDenominator ExpandFileName ExpandNumerator Expectation ExpectationE ExpectedValue ExpGammaDistribution ExpIntegralE ExpIntegralEi Exponent ExponentFunction ExponentialDistribution ExponentialFamily ExponentialGeneratingFunction ExponentialMovingAverage ExponentialPowerDistribution ExponentPosition ExponentStep Export ExportAutoReplacements ExportPacket ExportString Expression ExpressionCell ExpressionPacket ExpToTrig ExtendedGCD Extension ExtentElementFunction ExtentMarkers ExtentSize ExternalCall ExternalDataCharacterEncoding Extract ExtractArchive ExtremeValueDistribution ' + + 'FaceForm FaceGrids FaceGridsStyle Factor FactorComplete Factorial Factorial2 FactorialMoment FactorialMomentGeneratingFunction FactorialPower FactorInteger FactorList FactorSquareFree FactorSquareFreeList FactorTerms FactorTermsList Fail FailureDistribution False FARIMAProcess FEDisableConsolePrintPacket FeedbackSector FeedbackSectorStyle FeedbackType FEEnableConsolePrintPacket Fibonacci FieldHint FieldHintStyle FieldMasked FieldSize File FileBaseName FileByteCount FileDate FileExistsQ FileExtension FileFormat FileHash FileInformation FileName FileNameDepth FileNameDialogSettings FileNameDrop FileNameJoin FileNames FileNameSetter FileNameSplit FileNameTake FilePrint FileType FilledCurve FilledCurveBox Filling FillingStyle FillingTransform FilterRules FinancialBond FinancialData FinancialDerivative FinancialIndicator Find FindArgMax FindArgMin FindClique FindClusters FindCurvePath FindDistributionParameters FindDivisions FindEdgeCover FindEdgeCut FindEulerianCycle FindFaces FindFile FindFit FindGeneratingFunction FindGeoLocation FindGeometricTransform FindGraphCommunities FindGraphIsomorphism FindGraphPartition FindHamiltonianCycle FindIndependentEdgeSet FindIndependentVertexSet FindInstance FindIntegerNullVector FindKClan FindKClique FindKClub FindKPlex FindLibrary FindLinearRecurrence FindList FindMaximum FindMaximumFlow FindMaxValue FindMinimum FindMinimumCostFlow FindMinimumCut FindMinValue FindPermutation FindPostmanTour FindProcessParameters FindRoot FindSequenceFunction FindSettings FindShortestPath FindShortestTour FindThreshold FindVertexCover FindVertexCut Fine FinishDynamic FiniteAbelianGroupCount FiniteGroupCount FiniteGroupData First FirstPassageTimeDistribution FischerGroupFi22 FischerGroupFi23 FischerGroupFi24Prime FisherHypergeometricDistribution FisherRatioTest FisherZDistribution Fit FitAll FittedModel FixedPoint FixedPointList FlashSelection Flat Flatten FlattenAt FlatTopWindow FlipView Floor FlushPrintOutputPacket Fold FoldList Font FontColor FontFamily FontForm FontName FontOpacity FontPostScriptName FontProperties FontReencoding FontSize FontSlant FontSubstitutions FontTracking FontVariations FontWeight For ForAll Format FormatRules FormatType FormatTypeAutoConvert FormatValues FormBox FormBoxOptions FortranForm Forward ForwardBackward Fourier FourierCoefficient FourierCosCoefficient FourierCosSeries FourierCosTransform FourierDCT FourierDCTFilter FourierDCTMatrix FourierDST FourierDSTMatrix FourierMatrix FourierParameters FourierSequenceTransform FourierSeries FourierSinCoefficient FourierSinSeries FourierSinTransform FourierTransform FourierTrigSeries FractionalBrownianMotionProcess FractionalPart FractionBox FractionBoxOptions FractionLine Frame FrameBox FrameBoxOptions Framed FrameInset FrameLabel Frameless FrameMargins FrameStyle FrameTicks FrameTicksStyle FRatioDistribution FrechetDistribution FreeQ FrequencySamplingFilterKernel FresnelC FresnelS Friday FrobeniusNumber FrobeniusSolve ' + + 'FromCharacterCode FromCoefficientRules FromContinuedFraction FromDate FromDigits FromDMS Front FrontEndDynamicExpression FrontEndEventActions FrontEndExecute FrontEndObject FrontEndResource FrontEndResourceString FrontEndStackSize FrontEndToken FrontEndTokenExecute FrontEndValueCache FrontEndVersion FrontFaceColor FrontFaceOpacity Full FullAxes FullDefinition FullForm FullGraphics FullOptions FullSimplify Function FunctionExpand FunctionInterpolation FunctionSpace FussellVeselyImportance ' + + 'GaborFilter GaborMatrix GaborWavelet GainMargins GainPhaseMargins Gamma GammaDistribution GammaRegularized GapPenalty Gather GatherBy GaugeFaceElementFunction GaugeFaceStyle GaugeFrameElementFunction GaugeFrameSize GaugeFrameStyle GaugeLabels GaugeMarkers GaugeStyle GaussianFilter GaussianIntegers GaussianMatrix GaussianWindow GCD GegenbauerC General GeneralizedLinearModelFit GenerateConditions GeneratedCell GeneratedParameters GeneratingFunction Generic GenericCylindricalDecomposition GenomeData GenomeLookup GeodesicClosing GeodesicDilation GeodesicErosion GeodesicOpening GeoDestination GeodesyData GeoDirection GeoDistance GeoGridPosition GeometricBrownianMotionProcess GeometricDistribution GeometricMean GeometricMeanFilter GeometricTransformation GeometricTransformation3DBox GeometricTransformation3DBoxOptions GeometricTransformationBox GeometricTransformationBoxOptions GeoPosition GeoPositionENU GeoPositionXYZ GeoProjectionData GestureHandler GestureHandlerTag Get GetBoundingBoxSizePacket GetContext GetEnvironment GetFileName GetFrontEndOptionsDataPacket GetLinebreakInformationPacket GetMenusPacket GetPageBreakInformationPacket Glaisher GlobalClusteringCoefficient GlobalPreferences GlobalSession Glow GoldenRatio GompertzMakehamDistribution GoodmanKruskalGamma GoodmanKruskalGammaTest Goto Grad Gradient GradientFilter GradientOrientationFilter Graph GraphAssortativity GraphCenter GraphComplement GraphData GraphDensity GraphDiameter GraphDifference GraphDisjointUnion ' + + 'GraphDistance GraphDistanceMatrix GraphElementData GraphEmbedding GraphHighlight GraphHighlightStyle GraphHub Graphics Graphics3D Graphics3DBox Graphics3DBoxOptions GraphicsArray GraphicsBaseline GraphicsBox GraphicsBoxOptions GraphicsColor GraphicsColumn GraphicsComplex GraphicsComplex3DBox GraphicsComplex3DBoxOptions GraphicsComplexBox GraphicsComplexBoxOptions GraphicsContents GraphicsData GraphicsGrid GraphicsGridBox GraphicsGroup GraphicsGroup3DBox GraphicsGroup3DBoxOptions GraphicsGroupBox GraphicsGroupBoxOptions GraphicsGrouping GraphicsHighlightColor GraphicsRow GraphicsSpacing GraphicsStyle GraphIntersection GraphLayout GraphLinkEfficiency GraphPeriphery GraphPlot GraphPlot3D GraphPower GraphPropertyDistribution GraphQ GraphRadius GraphReciprocity GraphRoot GraphStyle GraphUnion Gray GrayLevel GreatCircleDistance Greater GreaterEqual GreaterEqualLess GreaterFullEqual GreaterGreater GreaterLess GreaterSlantEqual GreaterTilde Green Grid GridBaseline GridBox GridBoxAlignment GridBoxBackground GridBoxDividers GridBoxFrame GridBoxItemSize GridBoxItemStyle GridBoxOptions GridBoxSpacings GridCreationSettings GridDefaultElement GridElementStyleOptions GridFrame GridFrameMargins GridGraph GridLines GridLinesStyle GroebnerBasis GroupActionBase GroupCentralizer GroupElementFromWord GroupElementPosition GroupElementQ GroupElements GroupElementToWord GroupGenerators GroupMultiplicationTable GroupOrbits GroupOrder GroupPageBreakWithin GroupSetwiseStabilizer GroupStabilizer GroupStabilizerChain Gudermannian GumbelDistribution ' + + 'HaarWavelet HadamardMatrix HalfNormalDistribution HamiltonianGraphQ HammingDistance HammingWindow HankelH1 HankelH2 HankelMatrix HannPoissonWindow HannWindow HaradaNortonGroupHN HararyGraph HarmonicMean HarmonicMeanFilter HarmonicNumber Hash HashTable Haversine HazardFunction Head HeadCompose Heads HeavisideLambda HeavisidePi HeavisideTheta HeldGroupHe HeldPart HelpBrowserLookup HelpBrowserNotebook HelpBrowserSettings HermiteDecomposition HermiteH HermitianMatrixQ HessenbergDecomposition Hessian HexadecimalCharacter Hexahedron HexahedronBox HexahedronBoxOptions HiddenSurface HighlightGraph HighlightImage HighpassFilter HigmanSimsGroupHS HilbertFilter HilbertMatrix Histogram Histogram3D HistogramDistribution HistogramList HistogramTransform HistogramTransformInterpolation HitMissTransform HITSCentrality HodgeDual HoeffdingD HoeffdingDTest Hold HoldAll HoldAllComplete HoldComplete HoldFirst HoldForm HoldPattern HoldRest HolidayCalendar HomeDirectory HomePage Horizontal HorizontalForm HorizontalGauge HorizontalScrollPosition HornerForm HotellingTSquareDistribution HoytDistribution HTMLSave Hue HumpDownHump HumpEqual HurwitzLerchPhi HurwitzZeta HyperbolicDistribution HypercubeGraph HyperexponentialDistribution Hyperfactorial Hypergeometric0F1 Hypergeometric0F1Regularized Hypergeometric1F1 Hypergeometric1F1Regularized Hypergeometric2F1 Hypergeometric2F1Regularized HypergeometricDistribution HypergeometricPFQ HypergeometricPFQRegularized HypergeometricU Hyperlink HyperlinkCreationSettings Hyphenation HyphenationOptions HypoexponentialDistribution HypothesisTestData ' + + 'I Identity IdentityMatrix If IgnoreCase Im Image Image3D Image3DSlices ImageAccumulate ImageAdd ImageAdjust ImageAlign ImageApply ImageAspectRatio ImageAssemble ImageCache ImageCacheValid ImageCapture ImageChannels ImageClip ImageColorSpace ImageCompose ImageConvolve ImageCooccurrence ImageCorners ImageCorrelate ImageCorrespondingPoints ImageCrop ImageData ImageDataPacket ImageDeconvolve ImageDemosaic ImageDifference ImageDimensions ImageDistance ImageEffect ImageFeatureTrack ImageFileApply ImageFileFilter ImageFileScan ImageFilter ImageForestingComponents ImageForwardTransformation ImageHistogram ImageKeypoints ImageLevels ImageLines ImageMargins ImageMarkers ImageMeasurements ImageMultiply ImageOffset ImagePad ImagePadding ImagePartition ImagePeriodogram ImagePerspectiveTransformation ImageQ ImageRangeCache ImageReflect ImageRegion ImageResize ImageResolution ImageRotate ImageRotated ImageScaled ImageScan ImageSize ImageSizeAction ImageSizeCache ImageSizeMultipliers ImageSizeRaw ImageSubtract ImageTake ImageTransformation ImageTrim ImageType ImageValue ImageValuePositions Implies Import ImportAutoReplacements ImportString ImprovementImportance In IncidenceGraph IncidenceList IncidenceMatrix IncludeConstantBasis IncludeFileExtension IncludePods IncludeSingularTerm Increment Indent IndentingNewlineSpacings IndentMaxFraction IndependenceTest IndependentEdgeSetQ IndependentUnit IndependentVertexSetQ Indeterminate IndexCreationOptions Indexed IndexGraph IndexTag Inequality InexactNumberQ InexactNumbers Infinity Infix Information Inherited InheritScope Initialization InitializationCell InitializationCellEvaluation InitializationCellWarning InlineCounterAssignments InlineCounterIncrements InlineRules Inner Inpaint Input InputAliases InputAssumptions InputAutoReplacements InputField InputFieldBox InputFieldBoxOptions InputForm InputGrouping InputNamePacket InputNotebook InputPacket InputSettings InputStream InputString InputStringPacket InputToBoxFormPacket Insert InsertionPointObject InsertResults Inset Inset3DBox Inset3DBoxOptions InsetBox InsetBoxOptions Install InstallService InString Integer IntegerDigits IntegerExponent IntegerLength IntegerPart IntegerPartitions IntegerQ Integers IntegerString Integral Integrate Interactive InteractiveTradingChart Interlaced Interleaving InternallyBalancedDecomposition InterpolatingFunction InterpolatingPolynomial Interpolation InterpolationOrder InterpolationPoints InterpolationPrecision Interpretation InterpretationBox InterpretationBoxOptions InterpretationFunction ' + + 'InterpretTemplate InterquartileRange Interrupt InterruptSettings Intersection Interval IntervalIntersection IntervalMemberQ IntervalUnion Inverse InverseBetaRegularized InverseCDF InverseChiSquareDistribution InverseContinuousWaveletTransform InverseDistanceTransform InverseEllipticNomeQ InverseErf InverseErfc InverseFourier InverseFourierCosTransform InverseFourierSequenceTransform InverseFourierSinTransform InverseFourierTransform InverseFunction InverseFunctions InverseGammaDistribution InverseGammaRegularized InverseGaussianDistribution InverseGudermannian InverseHaversine InverseJacobiCD InverseJacobiCN InverseJacobiCS InverseJacobiDC InverseJacobiDN InverseJacobiDS InverseJacobiNC InverseJacobiND InverseJacobiNS InverseJacobiSC InverseJacobiSD InverseJacobiSN InverseLaplaceTransform InversePermutation InverseRadon InverseSeries InverseSurvivalFunction InverseWaveletTransform InverseWeierstrassP InverseZTransform Invisible InvisibleApplication InvisibleTimes IrreduciblePolynomialQ IsolatingInterval IsomorphicGraphQ IsotopeData Italic Item ItemBox ItemBoxOptions ItemSize ItemStyle ItoProcess ' + + 'JaccardDissimilarity JacobiAmplitude Jacobian JacobiCD JacobiCN JacobiCS JacobiDC JacobiDN JacobiDS JacobiNC JacobiND JacobiNS JacobiP JacobiSC JacobiSD JacobiSN JacobiSymbol JacobiZeta JankoGroupJ1 JankoGroupJ2 JankoGroupJ3 JankoGroupJ4 JarqueBeraALMTest JohnsonDistribution Join Joined JoinedCurve JoinedCurveBox JoinForm JordanDecomposition JordanModelDecomposition ' + + 'K KagiChart KaiserBesselWindow KaiserWindow KalmanEstimator KalmanFilter KarhunenLoeveDecomposition KaryTree KatzCentrality KCoreComponents KDistribution KelvinBei KelvinBer KelvinKei KelvinKer KendallTau KendallTauTest KernelExecute KernelMixtureDistribution KernelObject Kernels Ket Khinchin KirchhoffGraph KirchhoffMatrix KleinInvariantJ KnightTourGraph KnotData KnownUnitQ KolmogorovSmirnovTest KroneckerDelta KroneckerModelDecomposition KroneckerProduct KroneckerSymbol KuiperTest KumaraswamyDistribution Kurtosis KuwaharaFilter ' + + 'Label Labeled LabeledSlider LabelingFunction LabelStyle LaguerreL LambdaComponents LambertW LanczosWindow LandauDistribution Language LanguageCategory LaplaceDistribution LaplaceTransform Laplacian LaplacianFilter LaplacianGaussianFilter Large Larger Last Latitude LatitudeLongitude LatticeData LatticeReduce Launch LaunchKernels LayeredGraphPlot LayerSizeFunction LayoutInformation LCM LeafCount LeapYearQ LeastSquares LeastSquaresFilterKernel Left LeftArrow LeftArrowBar LeftArrowRightArrow LeftDownTeeVector LeftDownVector LeftDownVectorBar LeftRightArrow LeftRightVector LeftTee LeftTeeArrow LeftTeeVector LeftTriangle LeftTriangleBar LeftTriangleEqual LeftUpDownVector LeftUpTeeVector LeftUpVector LeftUpVectorBar LeftVector LeftVectorBar LegendAppearance Legended LegendFunction LegendLabel LegendLayout LegendMargins LegendMarkers LegendMarkerSize LegendreP LegendreQ LegendreType Length LengthWhile LerchPhi Less LessEqual LessEqualGreater LessFullEqual LessGreater LessLess LessSlantEqual LessTilde LetterCharacter LetterQ Level LeveneTest LeviCivitaTensor LevyDistribution Lexicographic LibraryFunction LibraryFunctionError LibraryFunctionInformation LibraryFunctionLoad LibraryFunctionUnload LibraryLoad LibraryUnload LicenseID LiftingFilterData LiftingWaveletTransform LightBlue LightBrown LightCyan Lighter LightGray LightGreen Lighting LightingAngle LightMagenta LightOrange LightPink LightPurple LightRed LightSources LightYellow Likelihood Limit LimitsPositioning LimitsPositioningTokens LindleyDistribution Line Line3DBox LinearFilter LinearFractionalTransform LinearModelFit LinearOffsetFunction LinearProgramming LinearRecurrence LinearSolve LinearSolveFunction LineBox LineBreak LinebreakAdjustments LineBreakChart LineBreakWithin LineColor LineForm LineGraph LineIndent LineIndentMaxFraction LineIntegralConvolutionPlot LineIntegralConvolutionScale LineLegend LineOpacity LineSpacing LineWrapParts LinkActivate LinkClose LinkConnect LinkConnectedQ LinkCreate LinkError LinkFlush LinkFunction LinkHost LinkInterrupt LinkLaunch LinkMode LinkObject LinkOpen LinkOptions LinkPatterns LinkProtocol LinkRead LinkReadHeld LinkReadyQ Links LinkWrite LinkWriteHeld LiouvilleLambda List Listable ListAnimate ListContourPlot ListContourPlot3D ListConvolve ListCorrelate ListCurvePathPlot ListDeconvolve ListDensityPlot Listen ListFourierSequenceTransform ListInterpolation ListLineIntegralConvolutionPlot ListLinePlot ListLogLinearPlot ListLogLogPlot ListLogPlot ListPicker ListPickerBox ListPickerBoxBackground ListPickerBoxOptions ListPlay ListPlot ListPlot3D ListPointPlot3D ListPolarPlot ListQ ListStreamDensityPlot ListStreamPlot ListSurfacePlot3D ListVectorDensityPlot ListVectorPlot ListVectorPlot3D ListZTransform Literal LiteralSearch LocalClusteringCoefficient LocalizeVariables LocationEquivalenceTest LocationTest Locator LocatorAutoCreate LocatorBox LocatorBoxOptions LocatorCentering LocatorPane LocatorPaneBox LocatorPaneBoxOptions ' + + 'LocatorRegion Locked Log Log10 Log2 LogBarnesG LogGamma LogGammaDistribution LogicalExpand LogIntegral LogisticDistribution LogitModelFit LogLikelihood LogLinearPlot LogLogisticDistribution LogLogPlot LogMultinormalDistribution LogNormalDistribution LogPlot LogRankTest LogSeriesDistribution LongEqual Longest LongestAscendingSequence LongestCommonSequence LongestCommonSequencePositions LongestCommonSubsequence LongestCommonSubsequencePositions LongestMatch LongForm Longitude LongLeftArrow LongLeftRightArrow LongRightArrow Loopback LoopFreeGraphQ LowerCaseQ LowerLeftArrow LowerRightArrow LowerTriangularize LowpassFilter LQEstimatorGains LQGRegulator LQOutputRegulatorGains LQRegulatorGains LUBackSubstitution LucasL LuccioSamiComponents LUDecomposition LyapunovSolve LyonsGroupLy ' + + 'MachineID MachineName MachineNumberQ MachinePrecision MacintoshSystemPageSetup Magenta Magnification Magnify MainSolve MaintainDynamicCaches Majority MakeBoxes MakeExpression MakeRules MangoldtLambda ManhattanDistance Manipulate Manipulator MannWhitneyTest MantissaExponent Manual Map MapAll MapAt MapIndexed MAProcess MapThread MarcumQ MardiaCombinedTest MardiaKurtosisTest MardiaSkewnessTest MarginalDistribution MarkovProcessProperties Masking MatchingDissimilarity MatchLocalNameQ MatchLocalNames MatchQ Material MathematicaNotation MathieuC MathieuCharacteristicA MathieuCharacteristicB MathieuCharacteristicExponent MathieuCPrime MathieuGroupM11 MathieuGroupM12 MathieuGroupM22 MathieuGroupM23 MathieuGroupM24 MathieuS MathieuSPrime MathMLForm MathMLText Matrices MatrixExp MatrixForm MatrixFunction MatrixLog MatrixPlot MatrixPower MatrixQ MatrixRank Max MaxBend MaxDetect MaxExtraBandwidths MaxExtraConditions MaxFeatures MaxFilter Maximize MaxIterations MaxMemoryUsed MaxMixtureKernels MaxPlotPoints MaxPoints MaxRecursion MaxStableDistribution MaxStepFraction MaxSteps MaxStepSize MaxValue MaxwellDistribution McLaughlinGroupMcL Mean MeanClusteringCoefficient MeanDegreeConnectivity MeanDeviation MeanFilter MeanGraphDistance MeanNeighborDegree MeanShift MeanShiftFilter Median MedianDeviation MedianFilter Medium MeijerG MeixnerDistribution MemberQ MemoryConstrained MemoryInUse Menu MenuAppearance MenuCommandKey MenuEvaluator MenuItem MenuPacket MenuSortingValue MenuStyle MenuView MergeDifferences Mesh MeshFunctions MeshRange MeshShading MeshStyle Message MessageDialog MessageList MessageName MessageOptions MessagePacket Messages MessagesNotebook MetaCharacters MetaInformation Method MethodOptions MexicanHatWavelet MeyerWavelet Min MinDetect MinFilter MinimalPolynomial MinimalStateSpaceModel Minimize Minors MinRecursion MinSize MinStableDistribution Minus MinusPlus MinValue Missing MissingDataMethod MittagLefflerE MixedRadix MixedRadixQuantity MixtureDistribution Mod Modal Mode Modular ModularLambda Module Modulus MoebiusMu Moment Momentary MomentConvert MomentEvaluate MomentGeneratingFunction Monday Monitor MonomialList MonomialOrder MonsterGroupM MorletWavelet MorphologicalBinarize MorphologicalBranchPoints MorphologicalComponents MorphologicalEulerNumber MorphologicalGraph MorphologicalPerimeter MorphologicalTransform Most MouseAnnotation MouseAppearance MouseAppearanceTag MouseButtons Mouseover MousePointerNote MousePosition MovingAverage MovingMedian MoyalDistribution MultiedgeStyle MultilaunchWarning MultiLetterItalics MultiLetterStyle MultilineFunction Multinomial MultinomialDistribution MultinormalDistribution MultiplicativeOrder Multiplicity Multiselection MultivariateHypergeometricDistribution MultivariatePoissonDistribution MultivariateTDistribution ' + + 'N NakagamiDistribution NameQ Names NamespaceBox Nand NArgMax NArgMin NBernoulliB NCache NDSolve NDSolveValue Nearest NearestFunction NeedCurrentFrontEndPackagePacket NeedCurrentFrontEndSymbolsPacket NeedlemanWunschSimilarity Needs Negative NegativeBinomialDistribution NegativeMultinomialDistribution NeighborhoodGraph Nest NestedGreaterGreater NestedLessLess NestedScriptRules NestList NestWhile NestWhileList NevilleThetaC NevilleThetaD NevilleThetaN NevilleThetaS NewPrimitiveStyle NExpectation Next NextPrime NHoldAll NHoldFirst NHoldRest NicholsGridLines NicholsPlot NIntegrate NMaximize NMaxValue NMinimize NMinValue NominalVariables NonAssociative NoncentralBetaDistribution NoncentralChiSquareDistribution NoncentralFRatioDistribution NoncentralStudentTDistribution NonCommutativeMultiply NonConstants None NonlinearModelFit NonlocalMeansFilter NonNegative NonPositive Nor NorlundB Norm Normal NormalDistribution NormalGrouping Normalize NormalizedSquaredEuclideanDistance NormalsFunction NormFunction Not NotCongruent NotCupCap NotDoubleVerticalBar Notebook NotebookApply NotebookAutoSave NotebookClose NotebookConvertSettings NotebookCreate NotebookCreateReturnObject NotebookDefault NotebookDelete NotebookDirectory NotebookDynamicExpression NotebookEvaluate NotebookEventActions NotebookFileName NotebookFind NotebookFindReturnObject NotebookGet NotebookGetLayoutInformationPacket NotebookGetMisspellingsPacket NotebookInformation NotebookInterfaceObject NotebookLocate NotebookObject NotebookOpen NotebookOpenReturnObject NotebookPath NotebookPrint NotebookPut NotebookPutReturnObject NotebookRead NotebookResetGeneratedCells Notebooks NotebookSave NotebookSaveAs NotebookSelection NotebookSetupLayoutInformationPacket NotebooksMenu NotebookWrite NotElement NotEqualTilde NotExists NotGreater NotGreaterEqual NotGreaterFullEqual NotGreaterGreater NotGreaterLess NotGreaterSlantEqual NotGreaterTilde NotHumpDownHump NotHumpEqual NotLeftTriangle NotLeftTriangleBar NotLeftTriangleEqual NotLess NotLessEqual NotLessFullEqual NotLessGreater NotLessLess NotLessSlantEqual NotLessTilde NotNestedGreaterGreater NotNestedLessLess NotPrecedes NotPrecedesEqual NotPrecedesSlantEqual NotPrecedesTilde NotReverseElement NotRightTriangle NotRightTriangleBar NotRightTriangleEqual NotSquareSubset NotSquareSubsetEqual NotSquareSuperset NotSquareSupersetEqual NotSubset NotSubsetEqual NotSucceeds NotSucceedsEqual NotSucceedsSlantEqual NotSucceedsTilde NotSuperset NotSupersetEqual NotTilde NotTildeEqual NotTildeFullEqual NotTildeTilde NotVerticalBar NProbability NProduct NProductFactors NRoots NSolve NSum NSumTerms Null NullRecords NullSpace NullWords Number NumberFieldClassNumber NumberFieldDiscriminant NumberFieldFundamentalUnits NumberFieldIntegralBasis NumberFieldNormRepresentatives NumberFieldRegulator NumberFieldRootsOfUnity NumberFieldSignature NumberForm NumberFormat NumberMarks NumberMultiplier NumberPadding NumberPoint NumberQ NumberSeparator ' + + 'NumberSigns NumberString Numerator NumericFunction NumericQ NuttallWindow NValues NyquistGridLines NyquistPlot ' + + 'O ObservabilityGramian ObservabilityMatrix ObservableDecomposition ObservableModelQ OddQ Off Offset OLEData On ONanGroupON OneIdentity Opacity Open OpenAppend Opener OpenerBox OpenerBoxOptions OpenerView OpenFunctionInspectorPacket Opening OpenRead OpenSpecialOptions OpenTemporary OpenWrite Operate OperatingSystem OptimumFlowData Optional OptionInspectorSettings OptionQ Options OptionsPacket OptionsPattern OptionValue OptionValueBox OptionValueBoxOptions Or Orange Order OrderDistribution OrderedQ Ordering Orderless OrnsteinUhlenbeckProcess Orthogonalize Out Outer OutputAutoOverwrite OutputControllabilityMatrix OutputControllableModelQ OutputForm OutputFormData OutputGrouping OutputMathEditExpression OutputNamePacket OutputResponse OutputSizeLimit OutputStream Over OverBar OverDot Overflow OverHat Overlaps Overlay OverlayBox OverlayBoxOptions Overscript OverscriptBox OverscriptBoxOptions OverTilde OverVector OwenT OwnValues ' + + 'PackingMethod PaddedForm Padding PadeApproximant PadLeft PadRight PageBreakAbove PageBreakBelow PageBreakWithin PageFooterLines PageFooters PageHeaderLines PageHeaders PageHeight PageRankCentrality PageWidth PairedBarChart PairedHistogram PairedSmoothHistogram PairedTTest PairedZTest PaletteNotebook PalettePath Pane PaneBox PaneBoxOptions Panel PanelBox PanelBoxOptions Paneled PaneSelector PaneSelectorBox PaneSelectorBoxOptions PaperWidth ParabolicCylinderD ParagraphIndent ParagraphSpacing ParallelArray ParallelCombine ParallelDo ParallelEvaluate Parallelization Parallelize ParallelMap ParallelNeeds ParallelProduct ParallelSubmit ParallelSum ParallelTable ParallelTry Parameter ParameterEstimator ParameterMixtureDistribution ParameterVariables ParametricFunction ParametricNDSolve ParametricNDSolveValue ParametricPlot ParametricPlot3D ParentConnect ParentDirectory ParentForm Parenthesize ParentList ParetoDistribution Part PartialCorrelationFunction PartialD ParticleData Partition PartitionsP PartitionsQ ParzenWindow PascalDistribution PassEventsDown PassEventsUp Paste PasteBoxFormInlineCells PasteButton Path PathGraph PathGraphQ Pattern PatternSequence PatternTest PauliMatrix PaulWavelet Pause PausedTime PDF PearsonChiSquareTest PearsonCorrelationTest PearsonDistribution PerformanceGoal PeriodicInterpolation Periodogram PeriodogramArray PermutationCycles PermutationCyclesQ PermutationGroup PermutationLength PermutationList PermutationListQ PermutationMax PermutationMin PermutationOrder PermutationPower PermutationProduct PermutationReplace Permutations PermutationSupport Permute PeronaMalikFilter Perpendicular PERTDistribution PetersenGraph PhaseMargins Pi Pick PIDData PIDDerivativeFilter PIDFeedforward PIDTune Piecewise PiecewiseExpand PieChart PieChart3D PillaiTrace PillaiTraceTest Pink Pivoting PixelConstrained PixelValue PixelValuePositions Placed Placeholder PlaceholderReplace Plain PlanarGraphQ Play PlayRange Plot Plot3D Plot3Matrix PlotDivision PlotJoined PlotLabel PlotLayout PlotLegends PlotMarkers PlotPoints PlotRange PlotRangeClipping PlotRangePadding PlotRegion PlotStyle Plus PlusMinus Pochhammer PodStates PodWidth Point Point3DBox PointBox PointFigureChart PointForm PointLegend PointSize PoissonConsulDistribution PoissonDistribution PoissonProcess PoissonWindow PolarAxes PolarAxesOrigin PolarGridLines PolarPlot PolarTicks PoleZeroMarkers PolyaAeppliDistribution PolyGamma Polygon Polygon3DBox Polygon3DBoxOptions PolygonBox PolygonBoxOptions PolygonHoleScale PolygonIntersections PolygonScale PolyhedronData PolyLog PolynomialExtendedGCD PolynomialForm PolynomialGCD PolynomialLCM PolynomialMod PolynomialQ PolynomialQuotient PolynomialQuotientRemainder PolynomialReduce PolynomialRemainder Polynomials PopupMenu PopupMenuBox PopupMenuBoxOptions PopupView PopupWindow Position Positive PositiveDefiniteMatrixQ PossibleZeroQ Postfix PostScript Power PowerDistribution PowerExpand PowerMod PowerModList ' + + 'PowerSpectralDensity PowersRepresentations PowerSymmetricPolynomial Precedence PrecedenceForm Precedes PrecedesEqual PrecedesSlantEqual PrecedesTilde Precision PrecisionGoal PreDecrement PredictionRoot PreemptProtect PreferencesPath Prefix PreIncrement Prepend PrependTo PreserveImageOptions Previous PriceGraphDistribution PrimaryPlaceholder Prime PrimeNu PrimeOmega PrimePi PrimePowerQ PrimeQ Primes PrimeZetaP PrimitiveRoot PrincipalComponents PrincipalValue Print PrintAction PrintForm PrintingCopies PrintingOptions PrintingPageRange PrintingStartingPageNumber PrintingStyleEnvironment PrintPrecision PrintTemporary Prism PrismBox PrismBoxOptions PrivateCellOptions PrivateEvaluationOptions PrivateFontOptions PrivateFrontEndOptions PrivateNotebookOptions PrivatePaths Probability ProbabilityDistribution ProbabilityPlot ProbabilityPr ProbabilityScalePlot ProbitModelFit ProcessEstimator ProcessParameterAssumptions ProcessParameterQ ProcessStateDomain ProcessTimeDomain Product ProductDistribution ProductLog ProgressIndicator ProgressIndicatorBox ProgressIndicatorBoxOptions Projection Prolog PromptForm Properties Property PropertyList PropertyValue Proportion Proportional Protect Protected ProteinData Pruning PseudoInverse Purple Put PutAppend Pyramid PyramidBox PyramidBoxOptions ' + + 'QBinomial QFactorial QGamma QHypergeometricPFQ QPochhammer QPolyGamma QRDecomposition QuadraticIrrationalQ Quantile QuantilePlot Quantity QuantityForm QuantityMagnitude QuantityQ QuantityUnit Quartics QuartileDeviation Quartiles QuartileSkewness QueueingNetworkProcess QueueingProcess QueueProperties Quiet Quit Quotient QuotientRemainder ' + + 'RadialityCentrality RadicalBox RadicalBoxOptions RadioButton RadioButtonBar RadioButtonBox RadioButtonBoxOptions Radon RamanujanTau RamanujanTauL RamanujanTauTheta RamanujanTauZ Random RandomChoice RandomComplex RandomFunction RandomGraph RandomImage RandomInteger RandomPermutation RandomPrime RandomReal RandomSample RandomSeed RandomVariate RandomWalkProcess Range RangeFilter RangeSpecification RankedMax RankedMin Raster Raster3D Raster3DBox Raster3DBoxOptions RasterArray RasterBox RasterBoxOptions Rasterize RasterSize Rational RationalFunctions Rationalize Rationals Ratios Raw RawArray RawBoxes RawData RawMedium RayleighDistribution Re Read ReadList ReadProtected Real RealBlockDiagonalForm RealDigits RealExponent Reals Reap Record RecordLists RecordSeparators Rectangle RectangleBox RectangleBoxOptions RectangleChart RectangleChart3D RecurrenceFilter RecurrenceTable RecurringDigitsForm Red Reduce RefBox ReferenceLineStyle ReferenceMarkers ReferenceMarkerStyle Refine ReflectionMatrix ReflectionTransform Refresh RefreshRate RegionBinarize RegionFunction RegionPlot RegionPlot3D RegularExpression Regularization Reinstall Release ReleaseHold ReliabilityDistribution ReliefImage ReliefPlot Remove RemoveAlphaChannel RemoveAsynchronousTask Removed RemoveInputStreamMethod RemoveOutputStreamMethod RemoveProperty RemoveScheduledTask RenameDirectory RenameFile RenderAll RenderingOptions RenewalProcess RenkoChart Repeated RepeatedNull RepeatedString Replace ReplaceAll ReplaceHeldPart ReplaceImageValue ReplaceList ReplacePart ReplacePixelValue ReplaceRepeated Resampling Rescale RescalingTransform ResetDirectory ResetMenusPacket ResetScheduledTask Residue Resolve Rest Resultant ResumePacket Return ReturnExpressionPacket ReturnInputFormPacket ReturnPacket ReturnTextPacket Reverse ReverseBiorthogonalSplineWavelet ReverseElement ReverseEquilibrium ReverseGraph ReverseUpEquilibrium RevolutionAxis RevolutionPlot3D RGBColor RiccatiSolve RiceDistribution RidgeFilter RiemannR RiemannSiegelTheta RiemannSiegelZ Riffle Right RightArrow RightArrowBar RightArrowLeftArrow RightCosetRepresentative RightDownTeeVector RightDownVector RightDownVectorBar RightTee RightTeeArrow RightTeeVector RightTriangle RightTriangleBar RightTriangleEqual RightUpDownVector RightUpTeeVector RightUpVector RightUpVectorBar RightVector RightVectorBar RiskAchievementImportance RiskReductionImportance RogersTanimotoDissimilarity Root RootApproximant RootIntervals RootLocusPlot RootMeanSquare RootOfUnityQ RootReduce Roots RootSum Rotate RotateLabel RotateLeft RotateRight RotationAction RotationBox RotationBoxOptions RotationMatrix RotationTransform Round RoundImplies RoundingRadius Row RowAlignments RowBackgrounds RowBox RowHeights RowLines RowMinHeight RowReduce RowsEqual RowSpacings RSolve RudvalisGroupRu Rule RuleCondition RuleDelayed RuleForm RulerUnits Run RunScheduledTask RunThrough RuntimeAttributes RuntimeOptions RussellRaoDissimilarity ' + + 'SameQ SameTest SampleDepth SampledSoundFunction SampledSoundList SampleRate SamplingPeriod SARIMAProcess SARMAProcess SatisfiabilityCount SatisfiabilityInstances SatisfiableQ Saturday Save Saveable SaveAutoDelete SaveDefinitions SawtoothWave Scale Scaled ScaleDivisions ScaledMousePosition ScaleOrigin ScalePadding ScaleRanges ScaleRangeStyle ScalingFunctions ScalingMatrix ScalingTransform Scan ScheduledTaskActiveQ ScheduledTaskData ScheduledTaskObject ScheduledTasks SchurDecomposition ScientificForm ScreenRectangle ScreenStyleEnvironment ScriptBaselineShifts ScriptLevel ScriptMinSize ScriptRules ScriptSizeMultipliers Scrollbars ScrollingOptions ScrollPosition Sec Sech SechDistribution SectionGrouping SectorChart SectorChart3D SectorOrigin SectorSpacing SeedRandom Select Selectable SelectComponents SelectedCells SelectedNotebook Selection SelectionAnimate SelectionCell SelectionCellCreateCell SelectionCellDefaultStyle SelectionCellParentStyle SelectionCreateCell SelectionDebuggerTag SelectionDuplicateCell SelectionEvaluate SelectionEvaluateCreateCell SelectionMove SelectionPlaceholder SelectionSetStyle SelectWithContents SelfLoops SelfLoopStyle SemialgebraicComponentInstances SendMail Sequence SequenceAlignment SequenceForm SequenceHold SequenceLimit Series SeriesCoefficient SeriesData SessionTime Set SetAccuracy SetAlphaChannel SetAttributes Setbacks SetBoxFormNamesPacket SetDelayed SetDirectory SetEnvironment SetEvaluationNotebook SetFileDate SetFileLoadingContext SetNotebookStatusLine SetOptions SetOptionsPacket SetPrecision SetProperty SetSelectedNotebook SetSharedFunction SetSharedVariable SetSpeechParametersPacket SetStreamPosition SetSystemOptions Setter SetterBar SetterBox SetterBoxOptions Setting SetValue Shading Shallow ShannonWavelet ShapiroWilkTest Share Sharpen ShearingMatrix ShearingTransform ShenCastanMatrix Short ShortDownArrow Shortest ShortestMatch ShortestPathFunction ShortLeftArrow ShortRightArrow ShortUpArrow Show ShowAutoStyles ShowCellBracket ShowCellLabel ShowCellTags ShowClosedCellArea ShowContents ShowControls ShowCursorTracker ShowGroupOpenCloseIcon ShowGroupOpener ShowInvisibleCharacters ShowPageBreaks ShowPredictiveInterface ShowSelection ShowShortBoxForm ShowSpecialCharacters ShowStringCharacters ShowSyntaxStyles ShrinkingDelay ShrinkWrapBoundingBox SiegelTheta SiegelTukeyTest Sign Signature SignedRankTest SignificanceLevel SignPadding SignTest SimilarityRules SimpleGraph SimpleGraphQ Simplify Sin Sinc SinghMaddalaDistribution SingleEvaluation SingleLetterItalics SingleLetterStyle SingularValueDecomposition SingularValueList SingularValuePlot SingularValues Sinh SinhIntegral SinIntegral SixJSymbol Skeleton SkeletonTransform SkellamDistribution Skewness SkewNormalDistribution Skip SliceDistribution Slider Slider2D Slider2DBox Slider2DBoxOptions SliderBox SliderBoxOptions SlideView Slot SlotSequence Small SmallCircle Smaller SmithDelayCompensator SmithWatermanSimilarity ' + + 'SmoothDensityHistogram SmoothHistogram SmoothHistogram3D SmoothKernelDistribution SocialMediaData Socket SokalSneathDissimilarity Solve SolveAlways SolveDelayed Sort SortBy Sound SoundAndGraphics SoundNote SoundVolume Sow Space SpaceForm Spacer Spacings Span SpanAdjustments SpanCharacterRounding SpanFromAbove SpanFromBoth SpanFromLeft SpanLineThickness SpanMaxSize SpanMinSize SpanningCharacters SpanSymmetric SparseArray SpatialGraphDistribution Speak SpeakTextPacket SpearmanRankTest SpearmanRho Spectrogram SpectrogramArray Specularity SpellingCorrection SpellingDictionaries SpellingDictionariesPath SpellingOptions SpellingSuggestionsPacket Sphere SphereBox SphericalBesselJ SphericalBesselY SphericalHankelH1 SphericalHankelH2 SphericalHarmonicY SphericalPlot3D SphericalRegion SpheroidalEigenvalue SpheroidalJoiningFactor SpheroidalPS SpheroidalPSPrime SpheroidalQS SpheroidalQSPrime SpheroidalRadialFactor SpheroidalS1 SpheroidalS1Prime SpheroidalS2 SpheroidalS2Prime Splice SplicedDistribution SplineClosed SplineDegree SplineKnots SplineWeights Split SplitBy SpokenString Sqrt SqrtBox SqrtBoxOptions Square SquaredEuclideanDistance SquareFreeQ SquareIntersection SquaresR SquareSubset SquareSubsetEqual SquareSuperset SquareSupersetEqual SquareUnion SquareWave StabilityMargins StabilityMarginsStyle StableDistribution Stack StackBegin StackComplete StackInhibit StandardDeviation StandardDeviationFilter StandardForm Standardize StandbyDistribution Star StarGraph StartAsynchronousTask StartingStepSize StartOfLine StartOfString StartScheduledTask StartupSound StateDimensions StateFeedbackGains StateOutputEstimator StateResponse StateSpaceModel StateSpaceRealization StateSpaceTransform StationaryDistribution StationaryWaveletPacketTransform StationaryWaveletTransform StatusArea StatusCentrality StepMonitor StieltjesGamma StirlingS1 StirlingS2 StopAsynchronousTask StopScheduledTask StrataVariables StratonovichProcess StreamColorFunction StreamColorFunctionScaling StreamDensityPlot StreamPlot StreamPoints StreamPosition Streams StreamScale StreamStyle String StringBreak StringByteCount StringCases StringCount StringDrop StringExpression StringForm StringFormat StringFreeQ StringInsert StringJoin StringLength StringMatchQ StringPosition StringQ StringReplace StringReplaceList StringReplacePart StringReverse StringRotateLeft StringRotateRight StringSkeleton StringSplit StringTake StringToStream StringTrim StripBoxes StripOnInput StripWrapperBoxes StrokeForm StructuralImportance StructuredArray StructuredSelection StruveH StruveL Stub StudentTDistribution Style StyleBox StyleBoxAutoDelete StyleBoxOptions StyleData StyleDefinitions StyleForm StyleKeyMapping StyleMenuListing StyleNameDialogSettings StyleNames StylePrint StyleSheetPath Subfactorial Subgraph SubMinus SubPlus SubresultantPolynomialRemainders ' + + 'SubresultantPolynomials Subresultants Subscript SubscriptBox SubscriptBoxOptions Subscripted Subset SubsetEqual Subsets SubStar Subsuperscript SubsuperscriptBox SubsuperscriptBoxOptions Subtract SubtractFrom SubValues Succeeds SucceedsEqual SucceedsSlantEqual SucceedsTilde SuchThat Sum SumConvergence Sunday SuperDagger SuperMinus SuperPlus Superscript SuperscriptBox SuperscriptBoxOptions Superset SupersetEqual SuperStar Surd SurdForm SurfaceColor SurfaceGraphics SurvivalDistribution SurvivalFunction SurvivalModel SurvivalModelFit SuspendPacket SuzukiDistribution SuzukiGroupSuz SwatchLegend Switch Symbol SymbolName SymletWavelet Symmetric SymmetricGroup SymmetricMatrixQ SymmetricPolynomial SymmetricReduction Symmetrize SymmetrizedArray SymmetrizedArrayRules SymmetrizedDependentComponents SymmetrizedIndependentComponents SymmetrizedReplacePart SynchronousInitialization SynchronousUpdating Syntax SyntaxForm SyntaxInformation SyntaxLength SyntaxPacket SyntaxQ SystemDialogInput SystemException SystemHelpPath SystemInformation SystemInformationData SystemOpen SystemOptions SystemsModelDelay SystemsModelDelayApproximate SystemsModelDelete SystemsModelDimensions SystemsModelExtract SystemsModelFeedbackConnect SystemsModelLabels SystemsModelOrder SystemsModelParallelConnect SystemsModelSeriesConnect SystemsModelStateFeedbackConnect SystemStub ' + + 'Tab TabFilling Table TableAlignments TableDepth TableDirections TableForm TableHeadings TableSpacing TableView TableViewBox TabSpacings TabView TabViewBox TabViewBoxOptions TagBox TagBoxNote TagBoxOptions TaggingRules TagSet TagSetDelayed TagStyle TagUnset Take TakeWhile Tally Tan Tanh TargetFunctions TargetUnits TautologyQ TelegraphProcess TemplateBox TemplateBoxOptions TemplateSlotSequence TemporalData Temporary TemporaryVariable TensorContract TensorDimensions TensorExpand TensorProduct TensorQ TensorRank TensorReduce TensorSymmetry TensorTranspose TensorWedge Tetrahedron TetrahedronBox TetrahedronBoxOptions TeXForm TeXSave Text Text3DBox Text3DBoxOptions TextAlignment TextBand TextBoundingBox TextBox TextCell TextClipboardType TextData TextForm TextJustification TextLine TextPacket TextParagraph TextRecognize TextRendering TextStyle Texture TextureCoordinateFunction TextureCoordinateScaling Therefore ThermometerGauge Thick Thickness Thin Thinning ThisLink ThompsonGroupTh Thread ThreeJSymbol Threshold Through Throw Thumbnail Thursday Ticks TicksStyle Tilde TildeEqual TildeFullEqual TildeTilde TimeConstrained TimeConstraint Times TimesBy TimeSeriesForecast TimeSeriesInvertibility TimeUsed TimeValue TimeZone Timing Tiny TitleGrouping TitsGroupT ToBoxes ToCharacterCode ToColor ToContinuousTimeModel ToDate ToDiscreteTimeModel ToeplitzMatrix ToExpression ToFileName Together Toggle ToggleFalse Toggler TogglerBar TogglerBox TogglerBoxOptions ToHeldExpression ToInvertibleTimeSeries TokenWords Tolerance ToLowerCase ToNumberField TooBig Tooltip TooltipBox TooltipBoxOptions TooltipDelay TooltipStyle Top TopHatTransform TopologicalSort ToRadicals ToRules ToString Total TotalHeight TotalVariationFilter TotalWidth TouchscreenAutoZoom TouchscreenControlPlacement ToUpperCase Tr Trace TraceAbove TraceAction TraceBackward TraceDepth TraceDialog TraceForward TraceInternal TraceLevel TraceOff TraceOn TraceOriginal TracePrint TraceScan TrackedSymbols TradingChart TraditionalForm TraditionalFunctionNotation TraditionalNotation TraditionalOrder TransferFunctionCancel TransferFunctionExpand TransferFunctionFactor TransferFunctionModel TransferFunctionPoles TransferFunctionTransform TransferFunctionZeros TransformationFunction TransformationFunctions TransformationMatrix TransformedDistribution TransformedField Translate TranslationTransform TransparentColor Transpose TreeForm TreeGraph TreeGraphQ TreePlot TrendStyle TriangleWave TriangularDistribution Trig TrigExpand TrigFactor TrigFactorList Trigger TrigReduce TrigToExp TrimmedMean True TrueQ TruncatedDistribution TsallisQExponentialDistribution TsallisQGaussianDistribution TTest Tube TubeBezierCurveBox TubeBezierCurveBoxOptions TubeBox TubeBSplineCurveBox TubeBSplineCurveBoxOptions Tuesday TukeyLambdaDistribution TukeyWindow Tuples TuranGraph TuringMachine ' + + 'Transparent ' + + 'UnateQ Uncompress Undefined UnderBar Underflow Underlined Underoverscript UnderoverscriptBox UnderoverscriptBoxOptions Underscript UnderscriptBox UnderscriptBoxOptions UndirectedEdge UndirectedGraph UndirectedGraphQ UndocumentedTestFEParserPacket UndocumentedTestGetSelectionPacket Unequal Unevaluated UniformDistribution UniformGraphDistribution UniformSumDistribution Uninstall Union UnionPlus Unique UnitBox UnitConvert UnitDimensions Unitize UnitRootTest UnitSimplify UnitStep UnitTriangle UnitVector Unprotect UnsameQ UnsavedVariables Unset UnsetShared UntrackedVariables Up UpArrow UpArrowBar UpArrowDownArrow Update UpdateDynamicObjects UpdateDynamicObjectsSynchronous UpdateInterval UpDownArrow UpEquilibrium UpperCaseQ UpperLeftArrow UpperRightArrow UpperTriangularize Upsample UpSet UpSetDelayed UpTee UpTeeArrow UpValues URL URLFetch URLFetchAsynchronous URLSave URLSaveAsynchronous UseGraphicsRange Using UsingFrontEnd ' + + 'V2Get ValidationLength Value ValueBox ValueBoxOptions ValueForm ValueQ ValuesData Variables Variance VarianceEquivalenceTest VarianceEstimatorFunction VarianceGammaDistribution VarianceTest VectorAngle VectorColorFunction VectorColorFunctionScaling VectorDensityPlot VectorGlyphData VectorPlot VectorPlot3D VectorPoints VectorQ Vectors VectorScale VectorStyle Vee Verbatim Verbose VerboseConvertToPostScriptPacket VerifyConvergence VerifySolutions VerifyTestAssumptions Version VersionNumber VertexAdd VertexCapacity VertexColors VertexComponent VertexConnectivity VertexCoordinateRules VertexCoordinates VertexCorrelationSimilarity VertexCosineSimilarity VertexCount VertexCoverQ VertexDataCoordinates VertexDegree VertexDelete VertexDiceSimilarity VertexEccentricity VertexInComponent VertexInDegree VertexIndex VertexJaccardSimilarity VertexLabeling VertexLabels VertexLabelStyle VertexList VertexNormals VertexOutComponent VertexOutDegree VertexQ VertexRenderingFunction VertexReplace VertexShape VertexShapeFunction VertexSize VertexStyle VertexTextureCoordinates VertexWeight Vertical VerticalBar VerticalForm VerticalGauge VerticalSeparator VerticalSlider VerticalTilde ViewAngle ViewCenter ViewMatrix ViewPoint ViewPointSelectorSettings ViewPort ViewRange ViewVector ViewVertical VirtualGroupData Visible VisibleCell VoigtDistribution VonMisesDistribution ' + + 'WaitAll WaitAsynchronousTask WaitNext WaitUntil WakebyDistribution WalleniusHypergeometricDistribution WaringYuleDistribution WatershedComponents WatsonUSquareTest WattsStrogatzGraphDistribution WaveletBestBasis WaveletFilterCoefficients WaveletImagePlot WaveletListPlot WaveletMapIndexed WaveletMatrixPlot WaveletPhi WaveletPsi WaveletScale WaveletScalogram WaveletThreshold WeaklyConnectedComponents WeaklyConnectedGraphQ WeakStationarity WeatherData WeberE Wedge Wednesday WeibullDistribution WeierstrassHalfPeriods WeierstrassInvariants WeierstrassP WeierstrassPPrime WeierstrassSigma WeierstrassZeta WeightedAdjacencyGraph WeightedAdjacencyMatrix WeightedData WeightedGraphQ Weights WelchWindow WheelGraph WhenEvent Which While White Whitespace WhitespaceCharacter WhittakerM WhittakerW WienerFilter WienerProcess WignerD WignerSemicircleDistribution WilksW WilksWTest WindowClickSelect WindowElements WindowFloating WindowFrame WindowFrameElements WindowMargins WindowMovable WindowOpacity WindowSelected WindowSize WindowStatusArea WindowTitle WindowToolbars WindowWidth With WolframAlpha WolframAlphaDate WolframAlphaQuantity WolframAlphaResult Word WordBoundary WordCharacter WordData WordSearch WordSeparators WorkingPrecision Write WriteString Wronskian ' + + 'XMLElement XMLObject Xnor Xor ' + + 'Yellow YuleDissimilarity ' + + 'ZernikeR ZeroSymmetric ZeroTest ZeroWidthTimes Zeta ZetaZero ZipfDistribution ZTest ZTransform ' + + '$Aborted $ActivationGroupID $ActivationKey $ActivationUserRegistered $AddOnsDirectory $AssertFunction $Assumptions $AsynchronousTask $BaseDirectory $BatchInput $BatchOutput $BoxForms $ByteOrdering $Canceled $CharacterEncoding $CharacterEncodings $CommandLine $CompilationTarget $ConditionHold $ConfiguredKernels $Context $ContextPath $ControlActiveSetting $CreationDate $CurrentLink $DateStringFormat $DefaultFont $DefaultFrontEnd $DefaultImagingDevice $DefaultPath $Display $DisplayFunction $DistributedContexts $DynamicEvaluation $Echo $Epilog $ExportFormats $Failed $FinancialDataSource $FormatType $FrontEnd $FrontEndSession $GeoLocation $HistoryLength $HomeDirectory $HTTPCookies $IgnoreEOF $ImagingDevices $ImportFormats $InitialDirectory $Input $InputFileName $InputStreamMethods $Inspector $InstallationDate $InstallationDirectory $InterfaceEnvironment $IterationLimit $KernelCount $KernelID $Language $LaunchDirectory $LibraryPath $LicenseExpirationDate $LicenseID $LicenseProcesses $LicenseServer $LicenseSubprocesses $LicenseType $Line $Linked $LinkSupported $LoadedFiles $MachineAddresses $MachineDomain $MachineDomains $MachineEpsilon $MachineID $MachineName $MachinePrecision $MachineType $MaxExtraPrecision $MaxLicenseProcesses $MaxLicenseSubprocesses $MaxMachineNumber $MaxNumber $MaxPiecewiseCases $MaxPrecision $MaxRootDegree $MessageGroups $MessageList $MessagePrePrint $Messages $MinMachineNumber $MinNumber $MinorReleaseNumber $MinPrecision $ModuleNumber $NetworkLicense $NewMessage $NewSymbol $Notebooks $NumberMarks $Off $OperatingSystem $Output $OutputForms $OutputSizeLimit $OutputStreamMethods $Packages $ParentLink $ParentProcessID $PasswordFile $PatchLevelID $Path $PathnameSeparator $PerformanceGoal $PipeSupported $Post $Pre $PreferencesDirectory $PrePrint $PreRead $PrintForms $PrintLiteral $ProcessID $ProcessorCount $ProcessorType $ProductInformation $ProgramName $RandomState $RecursionLimit $ReleaseNumber $RootDirectory $ScheduledTask $ScriptCommandLine $SessionID $SetParentLink $SharedFunctions $SharedVariables $SoundDisplay $SoundDisplayFunction $SuppressInputFormHeads $SynchronousEvaluation $SyntaxHandler $System $SystemCharacterEncoding $SystemID $SystemWordLength $TemporaryDirectory $TemporaryPrefix $TextStyle $TimedOut $TimeUnit $TimeZone $TopDirectory $TraceOff $TraceOn $TracePattern $TracePostAction $TracePreAction $Urgent $UserAddOnsDirectory $UserBaseDirectory $UserDocumentsDirectory $UserName $Version $VersionNumber', + contains: [ + { + className: "comment", + begin: /\(\*/, + end: /\*\)/ + }, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_NUMBER_MODE, + { + className: 'list', + begin: /\{/, + end: /\}/, + illegal: /:/ + } + ] + }; + }; +}, {} +], +112: [function(require, module, exports) { + module.exports = function(hljs) { + var COMMON_CONTAINS = [ + hljs.C_NUMBER_MODE, + { + className: 'string', + begin: '\'', + end: '\'', + contains: [hljs.BACKSLASH_ESCAPE, { + begin: '\'\'' + } + ] + } + ]; + var TRANSPOSE = { + relevance: 0, + contains: [ + { + className: 'operator', + begin: /'['\.]*/ + } + ] + }; + + return { + keywords: { + keyword: + 'break case catch classdef continue else elseif end enumerated events for function ' + + 'global if methods otherwise parfor persistent properties return spmd switch try while', + built_in: + 'sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan ' + + 'atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot ' + + 'cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog ' + + 'realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal ' + + 'cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli ' + + 'besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma ' + + 'gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms ' + + 'nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones ' + + 'eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ' + + 'ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril ' + + 'triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute ' + + 'shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i inf nan ' + + 'isnan isinf isfinite j why compan gallery hadamard hankel hilb invhilb magic pascal ' + + 'rosser toeplitz vander wilkinson' + }, + illegal: '(//|"|#|/\\*|\\s+/\\w+)', + contains: [ + { + className: 'function', + beginKeywords: 'function', + end: '$', + contains: [ + hljs.UNDERSCORE_TITLE_MODE, + { + className: 'params', + begin: '\\(', + end: '\\)' + }, + { + className: 'params', + begin: '\\[', + end: '\\]' + } + ] + }, + { + begin: /[a-zA-Z_][a-zA-Z_0-9]*'['\.]*/, + returnBegin: true, + relevance: 0, + contains: [ + { + begin: /[a-zA-Z_][a-zA-Z_0-9]*/, + relevance: 0 + }, + TRANSPOSE.contains[0] + ] + }, + { + className: 'matrix', + begin: '\\[', + end: '\\]', + contains: COMMON_CONTAINS, + relevance: 0, + starts: TRANSPOSE + }, + { + className: 'cell', + begin: '\\{', + end: /}/, + contains: COMMON_CONTAINS, + relevance: 0, + starts: TRANSPOSE + }, + { + // transpose operators at the end of a function call + begin: /\)/, + relevance: 0, + starts: TRANSPOSE + }, + hljs.COMMENT('^\\s*\\%\\{\\s*$', '^\\s*\\%\\}\\s*$'), + hljs.COMMENT('\\%', '$') + ].concat(COMMON_CONTAINS) + }; + }; +}, {} +], +113: [function(require, module, exports) { + module.exports = function(hljs) { + return { + keywords: + 'int float string vector matrix if else switch case default while do for in break ' + + 'continue global proc return about abs addAttr addAttributeEditorNodeHelp addDynamic ' + + 'addNewShelfTab addPP addPanelCategory addPrefixToName advanceToNextDrivenKey ' + + 'affectedNet affects aimConstraint air alias aliasAttr align alignCtx alignCurve ' + + 'alignSurface allViewFit ambientLight angle angleBetween animCone animCurveEditor ' + + 'animDisplay animView annotate appendStringArray applicationName applyAttrPreset ' + + 'applyTake arcLenDimContext arcLengthDimension arclen arrayMapper art3dPaintCtx ' + + 'artAttrCtx artAttrPaintVertexCtx artAttrSkinPaintCtx artAttrTool artBuildPaintMenu ' + + 'artFluidAttrCtx artPuttyCtx artSelectCtx artSetPaintCtx artUserPaintCtx assignCommand ' + + 'assignInputDevice assignViewportFactories attachCurve attachDeviceAttr attachSurface ' + + 'attrColorSliderGrp attrCompatibility attrControlGrp attrEnumOptionMenu ' + + 'attrEnumOptionMenuGrp attrFieldGrp attrFieldSliderGrp attrNavigationControlGrp ' + + 'attrPresetEditWin attributeExists attributeInfo attributeMenu attributeQuery ' + + 'autoKeyframe autoPlace bakeClip bakeFluidShading bakePartialHistory bakeResults ' + + 'bakeSimulation basename basenameEx batchRender bessel bevel bevelPlus binMembership ' + + 'bindSkin blend2 blendShape blendShapeEditor blendShapePanel blendTwoAttr blindDataType ' + + 'boneLattice boundary boxDollyCtx boxZoomCtx bufferCurve buildBookmarkMenu ' + + 'buildKeyframeMenu button buttonManip CBG cacheFile cacheFileCombine cacheFileMerge ' + + 'cacheFileTrack camera cameraView canCreateManip canvas capitalizeString catch ' + + 'catchQuiet ceil changeSubdivComponentDisplayLevel changeSubdivRegion channelBox ' + + 'character characterMap characterOutlineEditor characterize chdir checkBox checkBoxGrp ' + + 'checkDefaultRenderGlobals choice circle circularFillet clamp clear clearCache clip ' + + 'clipEditor clipEditorCurrentTimeCtx clipSchedule clipSchedulerOutliner clipTrimBefore ' + + 'closeCurve closeSurface cluster cmdFileOutput cmdScrollFieldExecuter ' + + 'cmdScrollFieldReporter cmdShell coarsenSubdivSelectionList collision color ' + + 'colorAtPoint colorEditor colorIndex colorIndexSliderGrp colorSliderButtonGrp ' + + 'colorSliderGrp columnLayout commandEcho commandLine commandPort compactHairSystem ' + + 'componentEditor compositingInterop computePolysetVolume condition cone confirmDialog ' + + 'connectAttr connectControl connectDynamic connectJoint connectionInfo constrain ' + + 'constrainValue constructionHistory container containsMultibyte contextInfo control ' + + 'convertFromOldLayers convertIffToPsd convertLightmap convertSolidTx convertTessellation ' + + 'convertUnit copyArray copyFlexor copyKey copySkinWeights cos cpButton cpCache ' + + 'cpClothSet cpCollision cpConstraint cpConvClothToMesh cpForces cpGetSolverAttr cpPanel ' + + 'cpProperty cpRigidCollisionFilter cpSeam cpSetEdit cpSetSolverAttr cpSolver ' + + 'cpSolverTypes cpTool cpUpdateClothUVs createDisplayLayer createDrawCtx createEditor ' + + 'createLayeredPsdFile createMotionField createNewShelf createNode createRenderLayer ' + + 'createSubdivRegion cross crossProduct ctxAbort ctxCompletion ctxEditMode ctxTraverse ' + + 'currentCtx currentTime currentTimeCtx currentUnit curve curveAddPtCtx ' + + 'curveCVCtx curveEPCtx curveEditorCtx curveIntersect curveMoveEPCtx curveOnSurface ' + + 'curveSketchCtx cutKey cycleCheck cylinder dagPose date defaultLightListCheckBox ' + + 'defaultNavigation defineDataServer defineVirtualDevice deformer deg_to_rad delete ' + + 'deleteAttr deleteShadingGroupsAndMaterials deleteShelfTab deleteUI deleteUnusedBrushes ' + + 'delrandstr detachCurve detachDeviceAttr detachSurface deviceEditor devicePanel dgInfo ' + + 'dgdirty dgeval dgtimer dimWhen directKeyCtx directionalLight dirmap dirname disable ' + + 'disconnectAttr disconnectJoint diskCache displacementToPoly displayAffected ' + + 'displayColor displayCull displayLevelOfDetail displayPref displayRGBColor ' + + 'displaySmoothness displayStats displayString displaySurface distanceDimContext ' + + 'distanceDimension doBlur dolly dollyCtx dopeSheetEditor dot dotProduct ' + + 'doubleProfileBirailSurface drag dragAttrContext draggerContext dropoffLocator ' + + 'duplicate duplicateCurve duplicateSurface dynCache dynControl dynExport dynExpression ' + + 'dynGlobals dynPaintEditor dynParticleCtx dynPref dynRelEdPanel dynRelEditor ' + + 'dynamicLoad editAttrLimits editDisplayLayerGlobals editDisplayLayerMembers ' + + 'editRenderLayerAdjustment editRenderLayerGlobals editRenderLayerMembers editor ' + + 'editorTemplate effector emit emitter enableDevice encodeString endString endsWith env ' + + 'equivalent equivalentTol erf error eval evalDeferred evalEcho event ' + + 'exactWorldBoundingBox exclusiveLightCheckBox exec executeForEachObject exists exp ' + + 'expression expressionEditorListen extendCurve extendSurface extrude fcheck fclose feof ' + + 'fflush fgetline fgetword file fileBrowserDialog fileDialog fileExtension fileInfo ' + + 'filetest filletCurve filter filterCurve filterExpand filterStudioImport ' + + 'findAllIntersections findAnimCurves findKeyframe findMenuItem findRelatedSkinCluster ' + + 'finder firstParentOf fitBspline flexor floatEq floatField floatFieldGrp floatScrollBar ' + + 'floatSlider floatSlider2 floatSliderButtonGrp floatSliderGrp floor flow fluidCacheInfo ' + + 'fluidEmitter fluidVoxelInfo flushUndo fmod fontDialog fopen formLayout format fprint ' + + 'frameLayout fread freeFormFillet frewind fromNativePath fwrite gamma gauss ' + + 'geometryConstraint getApplicationVersionAsFloat getAttr getClassification ' + + 'getDefaultBrush getFileList getFluidAttr getInputDeviceRange getMayaPanelTypes ' + + 'getModifiers getPanel getParticleAttr getPluginResource getenv getpid glRender ' + + 'glRenderEditor globalStitch gmatch goal gotoBindPose grabColor gradientControl ' + + 'gradientControlNoAttr graphDollyCtx graphSelectContext graphTrackCtx gravity grid ' + + 'gridLayout group groupObjectsByName HfAddAttractorToAS HfAssignAS HfBuildEqualMap ' + + 'HfBuildFurFiles HfBuildFurImages HfCancelAFR HfConnectASToHF HfCreateAttractor ' + + 'HfDeleteAS HfEditAS HfPerformCreateAS HfRemoveAttractorFromAS HfSelectAttached ' + + 'HfSelectAttractors HfUnAssignAS hardenPointCurve hardware hardwareRenderPanel ' + + 'headsUpDisplay headsUpMessage help helpLine hermite hide hilite hitTest hotBox hotkey ' + + 'hotkeyCheck hsv_to_rgb hudButton hudSlider hudSliderButton hwReflectionMap hwRender ' + + 'hwRenderLoad hyperGraph hyperPanel hyperShade hypot iconTextButton iconTextCheckBox ' + + 'iconTextRadioButton iconTextRadioCollection iconTextScrollList iconTextStaticLabel ' + + 'ikHandle ikHandleCtx ikHandleDisplayScale ikSolver ikSplineHandleCtx ikSystem ' + + 'ikSystemInfo ikfkDisplayMethod illustratorCurves image imfPlugins inheritTransform ' + + 'insertJoint insertJointCtx insertKeyCtx insertKnotCurve insertKnotSurface instance ' + + 'instanceable instancer intField intFieldGrp intScrollBar intSlider intSliderGrp ' + + 'interToUI internalVar intersect iprEngine isAnimCurve isConnected isDirty isParentOf ' + + 'isSameObject isTrue isValidObjectName isValidString isValidUiName isolateSelect ' + + 'itemFilter itemFilterAttr itemFilterRender itemFilterType joint jointCluster jointCtx ' + + 'jointDisplayScale jointLattice keyTangent keyframe keyframeOutliner ' + + 'keyframeRegionCurrentTimeCtx keyframeRegionDirectKeyCtx keyframeRegionDollyCtx ' + + 'keyframeRegionInsertKeyCtx keyframeRegionMoveKeyCtx keyframeRegionScaleKeyCtx ' + + 'keyframeRegionSelectKeyCtx keyframeRegionSetKeyCtx keyframeRegionTrackCtx ' + + 'keyframeStats lassoContext lattice latticeDeformKeyCtx launch launchImageEditor ' + + 'layerButton layeredShaderPort layeredTexturePort layout layoutDialog lightList ' + + 'lightListEditor lightListPanel lightlink lineIntersection linearPrecision linstep ' + + 'listAnimatable listAttr listCameras listConnections listDeviceAttachments listHistory ' + + 'listInputDeviceAxes listInputDeviceButtons listInputDevices listMenuAnnotation ' + + 'listNodeTypes listPanelCategories listRelatives listSets listTransforms ' + + 'listUnselected listerEditor loadFluid loadNewShelf loadPlugin ' + + 'loadPluginLanguageResources loadPrefObjects localizedPanelLabel lockNode loft log ' + + 'longNameOf lookThru ls lsThroughFilter lsType lsUI Mayatomr mag makeIdentity makeLive ' + + 'makePaintable makeRoll makeSingleSurface makeTubeOn makebot manipMoveContext ' + + 'manipMoveLimitsCtx manipOptions manipRotateContext manipRotateLimitsCtx ' + + 'manipScaleContext manipScaleLimitsCtx marker match max memory menu menuBarLayout ' + + 'menuEditor menuItem menuItemToShelf menuSet menuSetPref messageLine min minimizeApp ' + + 'mirrorJoint modelCurrentTimeCtx modelEditor modelPanel mouse movIn movOut move ' + + 'moveIKtoFK moveKeyCtx moveVertexAlongDirection multiProfileBirailSurface mute ' + + 'nParticle nameCommand nameField namespace namespaceInfo newPanelItems newton nodeCast ' + + 'nodeIconButton nodeOutliner nodePreset nodeType noise nonLinear normalConstraint ' + + 'normalize nurbsBoolean nurbsCopyUVSet nurbsCube nurbsEditUV nurbsPlane nurbsSelect ' + + 'nurbsSquare nurbsToPoly nurbsToPolygonsPref nurbsToSubdiv nurbsToSubdivPref ' + + 'nurbsUVSet nurbsViewDirectionVector objExists objectCenter objectLayer objectType ' + + 'objectTypeUI obsoleteProc oceanNurbsPreviewPlane offsetCurve offsetCurveOnSurface ' + + 'offsetSurface openGLExtension openMayaPref optionMenu optionMenuGrp optionVar orbit ' + + 'orbitCtx orientConstraint outlinerEditor outlinerPanel overrideModifier ' + + 'paintEffectsDisplay pairBlend palettePort paneLayout panel panelConfiguration ' + + 'panelHistory paramDimContext paramDimension paramLocator parent parentConstraint ' + + 'particle particleExists particleInstancer particleRenderInfo partition pasteKey ' + + 'pathAnimation pause pclose percent performanceOptions pfxstrokes pickWalk picture ' + + 'pixelMove planarSrf plane play playbackOptions playblast plugAttr plugNode pluginInfo ' + + 'pluginResourceUtil pointConstraint pointCurveConstraint pointLight pointMatrixMult ' + + 'pointOnCurve pointOnSurface pointPosition poleVectorConstraint polyAppend ' + + 'polyAppendFacetCtx polyAppendVertex polyAutoProjection polyAverageNormal ' + + 'polyAverageVertex polyBevel polyBlendColor polyBlindData polyBoolOp polyBridgeEdge ' + + 'polyCacheMonitor polyCheck polyChipOff polyClipboard polyCloseBorder polyCollapseEdge ' + + 'polyCollapseFacet polyColorBlindData polyColorDel polyColorPerVertex polyColorSet ' + + 'polyCompare polyCone polyCopyUV polyCrease polyCreaseCtx polyCreateFacet ' + + 'polyCreateFacetCtx polyCube polyCut polyCutCtx polyCylinder polyCylindricalProjection ' + + 'polyDelEdge polyDelFacet polyDelVertex polyDuplicateAndConnect polyDuplicateEdge ' + + 'polyEditUV polyEditUVShell polyEvaluate polyExtrudeEdge polyExtrudeFacet ' + + 'polyExtrudeVertex polyFlipEdge polyFlipUV polyForceUV polyGeoSampler polyHelix ' + + 'polyInfo polyInstallAction polyLayoutUV polyListComponentConversion polyMapCut ' + + 'polyMapDel polyMapSew polyMapSewMove polyMergeEdge polyMergeEdgeCtx polyMergeFacet ' + + 'polyMergeFacetCtx polyMergeUV polyMergeVertex polyMirrorFace polyMoveEdge ' + + 'polyMoveFacet polyMoveFacetUV polyMoveUV polyMoveVertex polyNormal polyNormalPerVertex ' + + 'polyNormalizeUV polyOptUvs polyOptions polyOutput polyPipe polyPlanarProjection ' + + 'polyPlane polyPlatonicSolid polyPoke polyPrimitive polyPrism polyProjection ' + + 'polyPyramid polyQuad polyQueryBlindData polyReduce polySelect polySelectConstraint ' + + 'polySelectConstraintMonitor polySelectCtx polySelectEditCtx polySeparate ' + + 'polySetToFaceNormal polySewEdge polyShortestPathCtx polySmooth polySoftEdge ' + + 'polySphere polySphericalProjection polySplit polySplitCtx polySplitEdge polySplitRing ' + + 'polySplitVertex polyStraightenUVBorder polySubdivideEdge polySubdivideFacet ' + + 'polyToSubdiv polyTorus polyTransfer polyTriangulate polyUVSet polyUnite polyWedgeFace ' + + 'popen popupMenu pose pow preloadRefEd print progressBar progressWindow projFileViewer ' + + 'projectCurve projectTangent projectionContext projectionManip promptDialog propModCtx ' + + 'propMove psdChannelOutliner psdEditTextureFile psdExport psdTextureFile putenv pwd ' + + 'python querySubdiv quit rad_to_deg radial radioButton radioButtonGrp radioCollection ' + + 'radioMenuItemCollection rampColorPort rand randomizeFollicles randstate rangeControl ' + + 'readTake rebuildCurve rebuildSurface recordAttr recordDevice redo reference ' + + 'referenceEdit referenceQuery refineSubdivSelectionList refresh refreshAE ' + + 'registerPluginResource rehash reloadImage removeJoint removeMultiInstance ' + + 'removePanelCategory rename renameAttr renameSelectionList renameUI render ' + + 'renderGlobalsNode renderInfo renderLayerButton renderLayerParent ' + + 'renderLayerPostProcess renderLayerUnparent renderManip renderPartition ' + + 'renderQualityNode renderSettings renderThumbnailUpdate renderWindowEditor ' + + 'renderWindowSelectContext renderer reorder reorderDeformers requires reroot ' + + 'resampleFluid resetAE resetPfxToPolyCamera resetTool resolutionNode retarget ' + + 'reverseCurve reverseSurface revolve rgb_to_hsv rigidBody rigidSolver roll rollCtx ' + + 'rootOf rot rotate rotationInterpolation roundConstantRadius rowColumnLayout rowLayout ' + + 'runTimeCommand runup sampleImage saveAllShelves saveAttrPreset saveFluid saveImage ' + + 'saveInitialState saveMenu savePrefObjects savePrefs saveShelf saveToolSettings scale ' + + 'scaleBrushBrightness scaleComponents scaleConstraint scaleKey scaleKeyCtx sceneEditor ' + + 'sceneUIReplacement scmh scriptCtx scriptEditorInfo scriptJob scriptNode scriptTable ' + + 'scriptToShelf scriptedPanel scriptedPanelType scrollField scrollLayout sculpt ' + + 'searchPathArray seed selLoadSettings select selectContext selectCurveCV selectKey ' + + 'selectKeyCtx selectKeyframeRegionCtx selectMode selectPref selectPriority selectType ' + + 'selectedNodes selectionConnection separator setAttr setAttrEnumResource ' + + 'setAttrMapping setAttrNiceNameResource setConstraintRestPosition ' + + 'setDefaultShadingGroup setDrivenKeyframe setDynamic setEditCtx setEditor setFluidAttr ' + + 'setFocus setInfinity setInputDeviceMapping setKeyCtx setKeyPath setKeyframe ' + + 'setKeyframeBlendshapeTargetWts setMenuMode setNodeNiceNameResource setNodeTypeFlag ' + + 'setParent setParticleAttr setPfxToPolyCamera setPluginResource setProject ' + + 'setStampDensity setStartupMessage setState setToolTo setUITemplate setXformManip sets ' + + 'shadingConnection shadingGeometryRelCtx shadingLightRelCtx shadingNetworkCompare ' + + 'shadingNode shapeCompare shelfButton shelfLayout shelfTabLayout shellField ' + + 'shortNameOf showHelp showHidden showManipCtx showSelectionInTitle ' + + 'showShadingGroupAttrEditor showWindow sign simplify sin singleProfileBirailSurface ' + + 'size sizeBytes skinCluster skinPercent smoothCurve smoothTangentSurface smoothstep ' + + 'snap2to2 snapKey snapMode snapTogetherCtx snapshot soft softMod softModCtx sort sound ' + + 'soundControl source spaceLocator sphere sphrand spotLight spotLightPreviewPort ' + + 'spreadSheetEditor spring sqrt squareSurface srtContext stackTrace startString ' + + 'startsWith stitchAndExplodeShell stitchSurface stitchSurfacePoints strcmp ' + + 'stringArrayCatenate stringArrayContains stringArrayCount stringArrayInsertAtIndex ' + + 'stringArrayIntersector stringArrayRemove stringArrayRemoveAtIndex ' + + 'stringArrayRemoveDuplicates stringArrayRemoveExact stringArrayToString ' + + 'stringToStringArray strip stripPrefixFromName stroke subdAutoProjection ' + + 'subdCleanTopology subdCollapse subdDuplicateAndConnect subdEditUV ' + + 'subdListComponentConversion subdMapCut subdMapSewMove subdMatchTopology subdMirror ' + + 'subdToBlind subdToPoly subdTransferUVsToCache subdiv subdivCrease ' + + 'subdivDisplaySmoothness substitute substituteAllString substituteGeometry substring ' + + 'surface surfaceSampler surfaceShaderList swatchDisplayPort switchTable symbolButton ' + + 'symbolCheckBox sysFile system tabLayout tan tangentConstraint texLatticeDeformContext ' + + 'texManipContext texMoveContext texMoveUVShellContext texRotateContext texScaleContext ' + + 'texSelectContext texSelectShortestPathCtx texSmudgeUVContext texWinToolCtx text ' + + 'textCurves textField textFieldButtonGrp textFieldGrp textManip textScrollList ' + + 'textToShelf textureDisplacePlane textureHairColor texturePlacementContext ' + + 'textureWindow threadCount threePointArcCtx timeControl timePort timerX toNativePath ' + + 'toggle toggleAxis toggleWindowVisibility tokenize tokenizeList tolerance tolower ' + + 'toolButton toolCollection toolDropped toolHasOptions toolPropertyWindow torus toupper ' + + 'trace track trackCtx transferAttributes transformCompare transformLimits translator ' + + 'trim trunc truncateFluidCache truncateHairCache tumble tumbleCtx turbulence ' + + 'twoPointArcCtx uiRes uiTemplate unassignInputDevice undo undoInfo ungroup uniform unit ' + + 'unloadPlugin untangleUV untitledFileName untrim upAxis updateAE userCtx uvLink ' + + 'uvSnapshot validateShelfName vectorize view2dToolCtx viewCamera viewClipPlane ' + + 'viewFit viewHeadOn viewLookAt viewManip viewPlace viewSet visor volumeAxis vortex ' + + 'waitCursor warning webBrowser webBrowserPrefs whatIs window windowPref wire ' + + 'wireContext workspace wrinkle wrinkleContext writeTake xbmLangPathList xform', + illegal: '' + }, + { + begin: '<=', + relevance: 0 + }, + { + begin: '=>', + relevance: 0 + }, + { + begin: '/\\\\' + }, + { + begin: '\\\\/' + } + ] + }; + + var HEAD_BODY_CONJUNCTION = { + className: 'built_in', + variants: [ + { + begin: ':-\\|-->' + }, + { + begin: '=', + relevance: 0 + } + ] + }; + + return { + aliases: ['m', 'moo'], + keywords: KEYWORDS, + contains: [ + IMPLICATION, + HEAD_BODY_CONJUNCTION, + COMMENT, + CCOMMENT, + NUMCODE, + hljs.NUMBER_MODE, + ATOM, + STRING, + { + begin: /:-/ + } + // relevance booster + ] + }; + }; +}, {} +], +115: [function(require, module, exports) { + module.exports = function(hljs) { + return { + keywords: + 'environ vocabularies notations constructors definitions ' + + 'registrations theorems schemes requirements begin end definition ' + + 'registration cluster existence pred func defpred deffunc theorem ' + + 'proof let take assume then thus hence ex for st holds consider ' + + 'reconsider such that and in provided of as from be being by means ' + + 'equals implies iff redefine define now not or attr is mode ' + + 'suppose per cases set thesis contradiction scheme reserve struct ' + + 'correctness compatibility coherence symmetry assymetry ' + + 'reflexivity irreflexivity connectedness uniqueness commutativity ' + + 'idempotence involutiveness projectivity', + contains: [ + hljs.COMMENT('::', '$') + ] + }; + }; +}, {} +], +116: [function(require, module, exports) { + module.exports = function(hljs) { + return { + subLanguage: 'xml', + contains: [ + { + className: 'preprocessor', + begin: '^__(END|DATA)__$' + }, + // mojolicious line + { + begin: "^\\s*%{1,2}={0,2}", + end: '$', + subLanguage: 'perl' + }, + // mojolicious block + { + begin: "<%{1,2}={0,2}", + end: "={0,1}%>", + subLanguage: 'perl', + excludeBegin: true, + excludeEnd: true + } + ] + }; + }; +}, {} +], +117: [function(require, module, exports) { + module.exports = function(hljs) { + var NUMBER = { + className: 'number', + relevance: 0, + variants: [ + { + begin: '[$][a-fA-F0-9]+' + }, + hljs.NUMBER_MODE + ] + }; + + return { + case_insensitive: true, + keywords: { + keyword: 'public private property continue exit extern new try catch ' + + 'eachin not abstract final select case default const local global field ' + + 'end if then else elseif endif while wend repeat until forever for to step next return module inline throw', + + built_in: 'DebugLog DebugStop Error Print ACos ACosr ASin ASinr ATan ATan2 ATan2r ATanr Abs Abs Ceil ' + + 'Clamp Clamp Cos Cosr Exp Floor Log Max Max Min Min Pow Sgn Sgn Sin Sinr Sqrt Tan Tanr Seed PI HALFPI TWOPI', + + literal: 'true false null and or shl shr mod' + }, + contains: [ + hljs.COMMENT('#rem', '#end'), + hljs.COMMENT( + "'", + '$', + { + relevance: 0 + }), + { + className: 'function', + beginKeywords: 'function method', + end: '[(=:]|$', + illegal: /\n/, + contains: [ + hljs.UNDERSCORE_TITLE_MODE + ] + }, + { + className: 'class', + beginKeywords: 'class interface', + end: '$', + contains: [ + { + beginKeywords: 'extends implements' + }, + hljs.UNDERSCORE_TITLE_MODE + ] + }, + { + className: 'variable', + begin: '\\b(self|super)\\b' + }, + { + className: 'preprocessor', + beginKeywords: 'import', + end: '$' + }, + { + className: 'preprocessor', + begin: '\\s*#', + end: '$', + keywords: 'if else elseif endif end then' + }, + { + className: 'pi', + begin: '^\\s*strict\\b' + }, + { + beginKeywords: 'alias', + end: '=', + contains: [hljs.UNDERSCORE_TITLE_MODE] + }, + hljs.QUOTE_STRING_MODE, + NUMBER + ] + } + }; +}, {} +], +118: [function(require, module, exports) { + module.exports = function(hljs) { + var VAR = { + className: 'variable', + variants: [ + { + begin: /\$\d+/ + }, + { + begin: /\$\{/, + end: /}/ + }, + { + begin: '[\\$\\@]' + hljs.UNDERSCORE_IDENT_RE + } + ] + }; + var DEFAULT = { + endsWithParent: true, + lexemes: '[a-z/_]+', + keywords: { + built_in: + 'on off yes no true false none blocked debug info notice warn error crit ' + + 'select break last permanent redirect kqueue rtsig epoll poll /dev/poll' + }, + relevance: 0, + illegal: '=>', + contains: [ + hljs.HASH_COMMENT_MODE, + { + className: 'string', + contains: [hljs.BACKSLASH_ESCAPE, VAR], + variants: [ + { + begin: /"/, + end: /"/ + }, + { + begin: /'/, + end: /'/ + } + ] + }, + { + className: 'url', + begin: '([a-z]+):/', + end: '\\s', + endsWithParent: true, + excludeEnd: true, + contains: [VAR] + }, + { + className: 'regexp', + contains: [hljs.BACKSLASH_ESCAPE, VAR], + variants: [ + { + begin: "\\s\\^", + end: "\\s|{|;", + returnEnd: true + }, + // regexp locations (~, ~*) + { + begin: "~\\*?\\s+", + end: "\\s|{|;", + returnEnd: true + }, + // *.example.com + { + begin: "\\*(\\.[a-z\\-]+)+" + }, + // sub.example.* + { + begin: "([a-z\\-]+\\.)+\\*" + } + ] + }, + // IP + { + className: 'number', + begin: '\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b' + }, + // units + { + className: 'number', + begin: '\\b\\d+[kKmMgGdshdwy]*\\b', + relevance: 0 + }, + VAR + ] + }; + + return { + aliases: ['nginxconf'], + contains: [ + hljs.HASH_COMMENT_MODE, + { + begin: hljs.UNDERSCORE_IDENT_RE + '\\s', + end: ';|{', + returnBegin: true, + contains: [ + { + className: 'title', + begin: hljs.UNDERSCORE_IDENT_RE, + starts: DEFAULT + } + ], + relevance: 0 + } + ], + illegal: '[^\\s\\}]' + }; + }; +}, {} +], +119: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['nim'], + keywords: { + keyword: 'addr and as asm bind block break|0 case|0 cast const|0 continue|0 converter discard distinct|10 div do elif else|0 end|0 enum|0 except export finally for from generic if|0 import|0 in include|0 interface is isnot|10 iterator|10 let|0 macro method|10 mixin mod nil not notin|10 object|0 of or out proc|10 ptr raise ref|10 return shl shr static template try|0 tuple type|0 using|0 var|0 when while|0 with without xor yield', + literal: 'shared guarded stdin stdout stderr result|10 true false' + }, + contains: [ { + className: 'decorator', + // Actually pragma + begin: /{\./, + end: /\.}/, + relevance: 10 + }, { + className: 'string', + begin: /[a-zA-Z]\w*"/, + end: /"/, + contains: [{ + begin: /""/ + } + ] + }, { + className: 'string', + begin: /([a-zA-Z]\w*)?"""/, + end: /"""/ + }, + hljs.QUOTE_STRING_MODE, + { + className: 'type', + begin: /\b[A-Z]\w+\b/, + relevance: 0 + }, { + className: 'type', + begin: /\b(int|int8|int16|int32|int64|uint|uint8|uint16|uint32|uint64|float|float32|float64|bool|char|string|cstring|pointer|expr|stmt|void|auto|any|range|array|openarray|varargs|seq|set|clong|culong|cchar|cschar|cshort|cint|csize|clonglong|cfloat|cdouble|clongdouble|cuchar|cushort|cuint|culonglong|cstringarray|semistatic)\b/ + }, { + className: 'number', + begin: /\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/, + relevance: 0 + }, { + className: 'number', + begin: /\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/, + relevance: 0 + }, { + className: 'number', + begin: /\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/, + relevance: 0 + }, { + className: 'number', + begin: /\b(\d[_\d]*)('?[iIuUfF](8|16|32|64))?/, + relevance: 0 + }, + hljs.HASH_COMMENT_MODE + ] + } + }; +}, {} +], +120: [function(require, module, exports) { + module.exports = function(hljs) { + var NIX_KEYWORDS = { + keyword: 'rec with let in inherit assert if else then', + constant: 'true false or and null', + built_in: + 'import abort baseNameOf dirOf isNull builtins map removeAttrs throw toString derivation' + }; + var ANTIQUOTE = { + className: 'subst', + begin: /\$\{/, + end: /}/, + keywords: NIX_KEYWORDS + }; + var ATTRS = { + className: 'variable', + // TODO: we have to figure out a way how to exclude \s*= + begin: /[a-zA-Z0-9-_]+(\s*=)/, + relevance: 0 + }; + var SINGLE_QUOTE = { + className: 'string', + begin: "''", + end: "''", + contains: [ + ANTIQUOTE + ] + }; + var DOUBLE_QUOTE = { + className: 'string', + begin: '"', + end: '"', + contains: [ + ANTIQUOTE + ] + }; + var EXPRESSIONS = [ + hljs.NUMBER_MODE, + hljs.HASH_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + SINGLE_QUOTE, + DOUBLE_QUOTE, + ATTRS + ]; + ANTIQUOTE.contains = EXPRESSIONS; + return { + aliases: ["nixos"], + keywords: NIX_KEYWORDS, + contains: EXPRESSIONS + }; + }; +}, {} +], +121: [function(require, module, exports) { + module.exports = function(hljs) { + var CONSTANTS = { + className: 'symbol', + begin: '\\$(ADMINTOOLS|APPDATA|CDBURN_AREA|CMDLINE|COMMONFILES32|COMMONFILES64|COMMONFILES|COOKIES|DESKTOP|DOCUMENTS|EXEDIR|EXEFILE|EXEPATH|FAVORITES|FONTS|HISTORY|HWNDPARENT|INSTDIR|INTERNET_CACHE|LANGUAGE|LOCALAPPDATA|MUSIC|NETHOOD|OUTDIR|PICTURES|PLUGINSDIR|PRINTHOOD|PROFILE|PROGRAMFILES32|PROGRAMFILES64|PROGRAMFILES|QUICKLAUNCH|RECENT|RESOURCES_LOCALIZED|RESOURCES|SENDTO|SMPROGRAMS|SMSTARTUP|STARTMENU|SYSDIR|TEMP|TEMPLATES|VIDEOS|WINDIR)' + }; + + var DEFINES = { + // ${defines} + className: 'constant', + begin: '\\$+{[a-zA-Z0-9_]+}' + }; + + var VARIABLES = { + // $variables + className: 'variable', + begin: '\\$+[a-zA-Z0-9_]+', + illegal: '\\(\\){}' + }; + + var LANGUAGES = { + // $(language_strings) + className: 'constant', + begin: '\\$+\\([a-zA-Z0-9_]+\\)' + }; + + var PARAMETERS = { + // command parameters + className: 'params', + begin: '(ARCHIVE|FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_NORMAL|FILE_ATTRIBUTE_OFFLINE|FILE_ATTRIBUTE_READONLY|FILE_ATTRIBUTE_SYSTEM|FILE_ATTRIBUTE_TEMPORARY|HKCR|HKCU|HKDD|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_DYN_DATA|HKEY_LOCAL_MACHINE|HKEY_PERFORMANCE_DATA|HKEY_USERS|HKLM|HKPD|HKU|IDABORT|IDCANCEL|IDIGNORE|IDNO|IDOK|IDRETRY|IDYES|MB_ABORTRETRYIGNORE|MB_DEFBUTTON1|MB_DEFBUTTON2|MB_DEFBUTTON3|MB_DEFBUTTON4|MB_ICONEXCLAMATION|MB_ICONINFORMATION|MB_ICONQUESTION|MB_ICONSTOP|MB_OK|MB_OKCANCEL|MB_RETRYCANCEL|MB_RIGHT|MB_RTLREADING|MB_SETFOREGROUND|MB_TOPMOST|MB_USERICON|MB_YESNO|NORMAL|OFFLINE|READONLY|SHCTX|SHELL_CONTEXT|SYSTEM|TEMPORARY)' + }; + + var COMPILER = { + // !compiler_flags + className: 'constant', + begin: '\\!(addincludedir|addplugindir|appendfile|cd|define|delfile|echo|else|endif|error|execute|finalize|getdllversionsystem|ifdef|ifmacrodef|ifmacrondef|ifndef|if|include|insertmacro|macroend|macro|makensis|packhdr|searchparse|searchreplace|tempfile|undef|verbose|warning)' + }; + + return { + case_insensitive: false, + keywords: { + keyword: + 'Abort AddBrandingImage AddSize AllowRootDirInstall AllowSkipFiles AutoCloseWindow BGFont BGGradient BrandingText BringToFront Call CallInstDLL Caption ChangeUI CheckBitmap ClearErrors CompletedText ComponentText CopyFiles CRCCheck CreateDirectory CreateFont CreateShortCut Delete DeleteINISec DeleteINIStr DeleteRegKey DeleteRegValue DetailPrint DetailsButtonText DirText DirVar DirVerify EnableWindow EnumRegKey EnumRegValue Exch Exec ExecShell ExecWait ExpandEnvStrings File FileBufSize FileClose FileErrorText FileOpen FileRead FileReadByte FileReadUTF16LE FileReadWord FileSeek FileWrite FileWriteByte FileWriteUTF16LE FileWriteWord FindClose FindFirst FindNext FindWindow FlushINI FunctionEnd GetCurInstType GetCurrentAddress GetDlgItem GetDLLVersion GetDLLVersionLocal GetErrorLevel GetFileTime GetFileTimeLocal GetFullPathName GetFunctionAddress GetInstDirError GetLabelAddress GetTempFileName Goto HideWindow Icon IfAbort IfErrors IfFileExists IfRebootFlag IfSilent InitPluginsDir InstallButtonText InstallColors InstallDir InstallDirRegKey InstProgressFlags InstType InstTypeGetText InstTypeSetText IntCmp IntCmpU IntFmt IntOp IsWindow LangString LicenseBkColor LicenseData LicenseForceSelection LicenseLangString LicenseText LoadLanguageFile LockWindow LogSet LogText ManifestDPIAware ManifestSupportedOS MessageBox MiscButtonText Name Nop OutFile Page PageCallbacks PageExEnd Pop Push Quit ReadEnvStr ReadINIStr ReadRegDWORD ReadRegStr Reboot RegDLL Rename RequestExecutionLevel ReserveFile Return RMDir SearchPath SectionEnd SectionGetFlags SectionGetInstTypes SectionGetSize SectionGetText SectionGroupEnd SectionIn SectionSetFlags SectionSetInstTypes SectionSetSize SectionSetText SendMessage SetAutoClose SetBrandingImage SetCompress SetCompressor SetCompressorDictSize SetCtlColors SetCurInstType SetDatablockOptimize SetDateSave SetDetailsPrint SetDetailsView SetErrorLevel SetErrors SetFileAttributes SetFont SetOutPath SetOverwrite SetPluginUnload SetRebootFlag SetRegView SetShellVarContext SetSilent ShowInstDetails ShowUninstDetails ShowWindow SilentInstall SilentUnInstall Sleep SpaceTexts StrCmp StrCmpS StrCpy StrLen SubCaption SubSectionEnd Unicode UninstallButtonText UninstallCaption UninstallIcon UninstallSubCaption UninstallText UninstPage UnRegDLL Var VIAddVersionKey VIFileVersion VIProductVersion WindowIcon WriteINIStr WriteRegBin WriteRegDWORD WriteRegExpandStr WriteRegStr WriteUninstaller XPStyle', + literal: + 'admin all auto both colored current false force hide highest lastused leave listonly none normal notset off on open print show silent silentlog smooth textonly true user ' + }, + contains: [ + hljs.HASH_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + { + className: 'string', + begin: '"', + end: '"', + illegal: '\\n', + contains: [ + { + // $\n, $\r, $\t, $$ + className: 'symbol', + begin: '\\$(\\\\(n|r|t)|\\$)' + }, + CONSTANTS, + DEFINES, + VARIABLES, + LANGUAGES + ] + }, + hljs.COMMENT( + ';', + '$', + { + relevance: 0 + }), + { + className: 'function', + beginKeywords: 'Function PageEx Section SectionGroup SubSection', + end: '$' + }, + COMPILER, + DEFINES, + VARIABLES, + LANGUAGES, + PARAMETERS, + hljs.NUMBER_MODE, + { + // plug::ins + className: 'literal', + begin: hljs.IDENT_RE + '::' + hljs.IDENT_RE + } + ] + }; + }; +}, {} +], +122: [function(require, module, exports) { + module.exports = function(hljs) { + var API_CLASS = { + className: 'built_in', + begin: '(AV|CA|CF|CG|CI|MK|MP|NS|UI)\\w+', + }; + var OBJC_KEYWORDS = { + keyword: + 'int float while char export sizeof typedef const struct for union ' + + 'unsigned long volatile static bool mutable if do return goto void ' + + 'enum else break extern asm case short default double register explicit ' + + 'signed typename this switch continue wchar_t inline readonly assign ' + + 'readwrite self @synchronized id typeof ' + + 'nonatomic super unichar IBOutlet IBAction strong weak copy ' + + 'in out inout bycopy byref oneway __strong __weak __block __autoreleasing ' + + '@private @protected @public @try @property @end @throw @catch @finally ' + + '@autoreleasepool @synthesize @dynamic @selector @optional @required', + literal: + 'false true FALSE TRUE nil YES NO NULL', + built_in: + 'BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once' + }; + var LEXEMES = /[a-zA-Z@][a-zA-Z0-9_]*/; + var CLASS_KEYWORDS = '@interface @class @protocol @implementation'; + return { + aliases: ['mm', 'objc', 'obj-c'], + keywords: OBJC_KEYWORDS, + lexemes: LEXEMES, + illegal: '' + } + ] + } + ] + }, + { + className: 'class', + begin: '(' + CLASS_KEYWORDS.split(' ').join('|') + ')\\b', + end: '({|$)', + excludeEnd: true, + keywords: CLASS_KEYWORDS, + lexemes: LEXEMES, + contains: [ + hljs.UNDERSCORE_TITLE_MODE + ] + }, + { + className: 'variable', + begin: '\\.' + hljs.UNDERSCORE_IDENT_RE, + relevance: 0 + } + ] + }; + }; +}, {} +], +123: [function(require, module, exports) { + module.exports = function(hljs) { + /* missing support for heredoc-like string (OCaml 4.0.2+) */ + return { + aliases: ['ml'], + keywords: { + keyword: + 'and as assert asr begin class constraint do done downto else end ' + + 'exception external for fun function functor if in include ' + + 'inherit! inherit initializer land lazy let lor lsl lsr lxor match method!|10 method ' + + 'mod module mutable new object of open! open or private rec sig struct ' + + 'then to try type val! val virtual when while with ' + + /* camlp4 */ + 'parser value', + built_in: + /* built-in types */ + 'array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 string unit ' + + /* (some) types in Pervasives */ + 'in_channel out_channel ref', + literal: + 'true false' + }, + illegal: /\/\/|>>/, + lexemes: '[a-z_]\\w*!?', + contains: [ + { + className: 'literal', + begin: '\\[(\\|\\|)?\\]|\\(\\)', + relevance: 0 + }, + hljs.COMMENT( + '\\(\\*', + '\\*\\)', + { + contains: ['self'] + }), + { + /* type variable */ + className: 'symbol', + begin: '\'[A-Za-z_](?!\')[\\w\']*' + /* the grammar is ambiguous on how 'a'b should be interpreted but not the compiler */ + }, + { + /* polymorphic variant */ + className: 'tag', + begin: '`[A-Z][\\w\']*' + }, + { + /* module or constructor */ + className: 'type', + begin: '\\b[A-Z][\\w\']*', + relevance: 0 + }, + { + /* don't color identifiers, but safely catch all identifiers with '*/ + begin: '[a-z_]\\w*\'[\\w\']*' + }, + hljs.inherit(hljs.APOS_STRING_MODE, { + className: 'char', + relevance: 0 + }), + hljs.inherit(hljs.QUOTE_STRING_MODE, { + illegal: null + }), + { + className: 'number', + begin: + '\\b(0[xX][a-fA-F0-9_]+[Lln]?|' + + '0[oO][0-7_]+[Lln]?|' + + '0[bB][01_]+[Lln]?|' + + '[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)', + relevance: 0 + }, + { + begin: /[-=]>/ // relevance booster + } + ] + } + }; +}, {} +], +124: [function(require, module, exports) { + module.exports = function(hljs) { + var SPECIAL_VARS = { + className: 'keyword', + begin: '\\$(f[asn]|t|vp[rtd]|children)' + }, + LITERALS = { + className: 'literal', + begin: 'false|true|PI|undef' + }, + NUMBERS = { + className: 'number', + begin: '\\b\\d+(\\.\\d+)?(e-?\\d+)?', + //adds 1e5, 1e-10 + relevance: 0 + }, + STRING = hljs.inherit(hljs.QUOTE_STRING_MODE, { + illegal: null + }), + PREPRO = { + className: 'preprocessor', + keywords: 'include use', + begin: 'include|use <', + end: '>' + }, + PARAMS = { + className: 'params', + begin: '\\(', + end: '\\)', + contains: ['self', NUMBERS, STRING, SPECIAL_VARS, LITERALS] + }, + MODIFIERS = { + className: 'built_in', + begin: '[*!#%]', + relevance: 0 + }, + FUNCTIONS = { + className: 'function', + beginKeywords: 'module function', + end: '\\=|\\{', + contains: [PARAMS, hljs.UNDERSCORE_TITLE_MODE] + }; + + return { + aliases: ['scad'], + keywords: { + keyword: 'function module include use for intersection_for if else \\%', + literal: 'false true PI undef', + built_in: 'circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign' + }, + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + NUMBERS, + PREPRO, + STRING, + SPECIAL_VARS, + MODIFIERS, + FUNCTIONS + ] + } + }; +}, {} +], +125: [function(require, module, exports) { + module.exports = function(hljs) { + var OXYGENE_KEYWORDS = 'abstract add and array as asc aspect assembly async begin break block by case class concat const copy constructor continue ' + + 'create default delegate desc distinct div do downto dynamic each else empty end ensure enum equals event except exit extension external false ' + + 'final finalize finalizer finally flags for forward from function future global group has if implementation implements implies in index inherited ' + + 'inline interface into invariants is iterator join locked locking loop matching method mod module namespace nested new nil not notify nullable of ' + + 'old on operator or order out override parallel params partial pinned private procedure property protected public queryable raise read readonly ' + + 'record reintroduce remove repeat require result reverse sealed select self sequence set shl shr skip static step soft take then to true try tuple ' + + 'type union unit unsafe until uses using var virtual raises volatile where while with write xor yield await mapped deprecated stdcall cdecl pascal ' + + 'register safecall overload library platform reference packed strict published autoreleasepool selector strong weak unretained'; + var CURLY_COMMENT = hljs.COMMENT( + '{', + '}', + { + relevance: 0 + }); + var PAREN_COMMENT = hljs.COMMENT( + '\\(\\*', + '\\*\\)', + { + relevance: 10 + }); + var STRING = { + className: 'string', + begin: '\'', + end: '\'', + contains: [{ + begin: '\'\'' + } + ] + }; + var CHAR_STRING = { + className: 'string', + begin: '(#\\d+)+' + }; + var FUNCTION = { + className: 'function', + beginKeywords: 'function constructor destructor procedure method', + end: '[:;]', + keywords: 'function constructor|10 destructor|10 procedure|10 method|10', + contains: [ + hljs.TITLE_MODE, + { + className: 'params', + begin: '\\(', + end: '\\)', + keywords: OXYGENE_KEYWORDS, + contains: [STRING, CHAR_STRING] + }, + CURLY_COMMENT, PAREN_COMMENT + ] + }; + return { + case_insensitive: true, + keywords: OXYGENE_KEYWORDS, + illegal: '("|\\$[G-Zg-z]|\\/\\*||->)', + contains: [ + CURLY_COMMENT, PAREN_COMMENT, hljs.C_LINE_COMMENT_MODE, + STRING, CHAR_STRING, + hljs.NUMBER_MODE, + FUNCTION, + { + className: 'class', + begin: '=\\bclass\\b', + end: 'end;', + keywords: OXYGENE_KEYWORDS, + contains: [ + STRING, CHAR_STRING, + CURLY_COMMENT, PAREN_COMMENT, hljs.C_LINE_COMMENT_MODE, + FUNCTION + ] + } + ] + }; + }; +}, {} +], +126: [function(require, module, exports) { + module.exports = function(hljs) { + var CURLY_SUBCOMMENT = hljs.COMMENT( + '{', + '}', + { + contains: ['self'] + }); + return { + subLanguage: 'xml', + relevance: 0, + contains: [ + hljs.COMMENT('^#', '$'), + hljs.COMMENT( + '\\^rem{', + '}', + { + relevance: 10, + contains: [ + CURLY_SUBCOMMENT + ] + }), + { + className: 'preprocessor', + begin: '^@(?:BASE|USE|CLASS|OPTIONS)$', + relevance: 10 + }, + { + className: 'title', + begin: '@[\\w\\-]+\\[[\\w^;\\-]*\\](?:\\[[\\w^;\\-]*\\])?(?:.*)$' + }, + { + className: 'variable', + begin: '\\$\\{?[\\w\\-\\.\\:]+\\}?' + }, + { + className: 'keyword', + begin: '\\^[\\w\\-\\.\\:]+' + }, + { + className: 'number', + begin: '\\^#[0-9a-fA-F]+' + }, + hljs.C_NUMBER_MODE + ] + }; + }; +}, {} +], +127: [function(require, module, exports) { + module.exports = function(hljs) { + var PERL_KEYWORDS = 'getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ' + + 'ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime ' + + 'readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qq' + + 'fileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent ' + + 'shutdown dump chomp connect getsockname die socketpair close flock exists index shmget' + + 'sub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr ' + + 'unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 ' + + 'getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline ' + + 'endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand ' + + 'mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink ' + + 'getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr ' + + 'untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link ' + + 'getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller ' + + 'lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and ' + + 'sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 ' + + 'chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach ' + + 'tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedir' + + 'ioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe ' + + 'atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when'; + var SUBST = { + className: 'subst', + begin: '[$@]\\{', + end: '\\}', + keywords: PERL_KEYWORDS + }; + var METHOD = { + begin: '->{', + end: '}' + // contains defined later + }; + var VAR = { + className: 'variable', + variants: [ + { + begin: /\$\d/ + }, + { + begin: /[\$%@](\^\w\b|#\w+(::\w+)*|{\w+}|\w+(::\w*)*)/ + }, + { + begin: /[\$%@][^\s\w{]/, + relevance: 0 + } + ] + }; + var STRING_CONTAINS = [hljs.BACKSLASH_ESCAPE, SUBST, VAR]; + var PERL_DEFAULT_CONTAINS = [ + VAR, + hljs.HASH_COMMENT_MODE, + hljs.COMMENT( + '^\\=\\w', + '\\=cut', + { + endsWithParent: true + }), + METHOD, + { + className: 'string', + contains: STRING_CONTAINS, + variants: [ + { + begin: 'q[qwxr]?\\s*\\(', + end: '\\)', + relevance: 5 + }, + { + begin: 'q[qwxr]?\\s*\\[', + end: '\\]', + relevance: 5 + }, + { + begin: 'q[qwxr]?\\s*\\{', + end: '\\}', + relevance: 5 + }, + { + begin: 'q[qwxr]?\\s*\\|', + end: '\\|', + relevance: 5 + }, + { + begin: 'q[qwxr]?\\s*\\<', + end: '\\>', + relevance: 5 + }, + { + begin: 'qw\\s+q', + end: 'q', + relevance: 5 + }, + { + begin: '\'', + end: '\'', + contains: [hljs.BACKSLASH_ESCAPE] + }, + { + begin: '"', + end: '"' + }, + { + begin: '`', + end: '`', + contains: [hljs.BACKSLASH_ESCAPE] + }, + { + begin: '{\\w+}', + contains: [], + relevance: 0 + }, + { + begin: '\-?\\w+\\s*\\=\\>', + contains: [], + relevance: 0 + } + ] + }, + { + className: 'number', + begin: '(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b', + relevance: 0 + }, + { + // regexp container + begin: '(\\/\\/|' + hljs.RE_STARTERS_RE + '|\\b(split|return|print|reverse|grep)\\b)\\s*', + keywords: 'split return print reverse grep', + relevance: 0, + contains: [ + hljs.HASH_COMMENT_MODE, + { + className: 'regexp', + begin: '(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*', + relevance: 10 + }, + { + className: 'regexp', + begin: '(m|qr)?/', + end: '/[a-z]*', + contains: [hljs.BACKSLASH_ESCAPE], + relevance: 0 // allows empty "//" which is a common comment delimiter in other languages + } + ] + }, + { + className: 'sub', + beginKeywords: 'sub', + end: '(\\s*\\(.*?\\))?[;{]', + relevance: 5 + }, + { + className: 'operator', + begin: '-\\w\\b', + relevance: 0 + }, + { + begin: "^__DATA__$", + end: "^__END__$", + subLanguage: 'mojolicious', + contains: [ + { + begin: "^@@.*", + end: "$", + className: "comment" + } + ] + } + ]; + SUBST.contains = PERL_DEFAULT_CONTAINS; + METHOD.contains = PERL_DEFAULT_CONTAINS; + + return { + aliases: ['pl'], + keywords: PERL_KEYWORDS, + contains: PERL_DEFAULT_CONTAINS + }; + }; +}, {} +], +128: [function(require, module, exports) { + module.exports = function(hljs) { + var MACRO = { + className: 'variable', + begin: /\$[\w\d#@][\w\d_]*/ + }; + var TABLE = { + className: 'variable', + begin: // + }; + var QUOTE_STRING = { + className: 'string', + begin: /"/, + end: /"/ + }; + + return { + aliases: ['pf.conf'], + lexemes: /[a-z0-9_<>-]+/, + keywords: { + built_in: /* block match pass are "actions" in pf.conf(5), the rest are + * lexically similar top-level commands. + */ + 'block match pass load anchor|5 antispoof|10 set table', + keyword: + 'in out log quick on rdomain inet inet6 proto from port os to route' + + 'allow-opts divert-packet divert-reply divert-to flags group icmp-type' + + 'icmp6-type label once probability recieved-on rtable prio queue' + + 'tos tag tagged user keep fragment for os drop' + + 'af-to|10 binat-to|10 nat-to|10 rdr-to|10 bitmask least-stats random round-robin' + + 'source-hash static-port' + + 'dup-to reply-to route-to' + + 'parent bandwidth default min max qlimit' + + 'block-policy debug fingerprints hostid limit loginterface optimization' + + 'reassemble ruleset-optimization basic none profile skip state-defaults' + + 'state-policy timeout' + + 'const counters persist' + + 'no modulate synproxy state|5 floating if-bound no-sync pflow|10 sloppy' + + 'source-track global rule max-src-nodes max-src-states max-src-conn' + + 'max-src-conn-rate overload flush' + + 'scrub|5 max-mss min-ttl no-df|10 random-id', + literal: + 'all any no-route self urpf-failed egress|5 unknown' + }, + contains: [ + hljs.HASH_COMMENT_MODE, + hljs.NUMBER_MODE, + hljs.QUOTE_STRING_MODE, + MACRO, + TABLE + ] + }; + }; +}, {} +], +129: [function(require, module, exports) { + module.exports = function(hljs) { + var VARIABLE = { + className: 'variable', + begin: '\\$+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*' + }; + var PREPROCESSOR = { + className: 'preprocessor', + begin: /<\?(php)?|\?>/ + }; + var STRING = { + className: 'string', + contains: [hljs.BACKSLASH_ESCAPE, PREPROCESSOR], + variants: [ + { + begin: 'b"', + end: '"' + }, + { + begin: 'b\'', + end: '\'' + }, + hljs.inherit(hljs.APOS_STRING_MODE, { + illegal: null + }), + hljs.inherit(hljs.QUOTE_STRING_MODE, { + illegal: null + }) + ] + }; + var NUMBER = { + variants: [hljs.BINARY_NUMBER_MODE, hljs.C_NUMBER_MODE] + }; + return { + aliases: ['php3', 'php4', 'php5', 'php6'], + case_insensitive: true, + keywords: + 'and include_once list abstract global private echo interface as static endswitch ' + + 'array null if endwhile or const for endforeach self var while isset public ' + + 'protected exit foreach throw elseif include __FILE__ empty require_once do xor ' + + 'return parent clone use __CLASS__ __LINE__ else break print eval new ' + + 'catch __METHOD__ case exception default die require __FUNCTION__ ' + + 'enddeclare final try switch continue endfor endif declare unset true false ' + + 'trait goto instanceof insteadof __DIR__ __NAMESPACE__ ' + + 'yield finally', + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.HASH_COMMENT_MODE, + hljs.COMMENT( + '/\\*', + '\\*/', + { + contains: [ + { + className: 'doctag', + begin: '@[A-Za-z]+' + }, + PREPROCESSOR + ] + }), + hljs.COMMENT( + '__halt_compiler.+?;', + false, + { + endsWithParent: true, + keywords: '__halt_compiler', + lexemes: hljs.UNDERSCORE_IDENT_RE + }), + { + className: 'string', + begin: /<<<['"]?\w+['"]?$/, + end: /^\w+;?$/, + contains: [ + hljs.BACKSLASH_ESCAPE, + { + className: 'subst', + variants: [ + { + begin: /\$\w+/ + }, + { + begin: /\{\$/, + end: /\}/ + } + ] + } + ] + }, + PREPROCESSOR, + VARIABLE, + { + // swallow composed identifiers to avoid parsing them as keywords + begin: /(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/ + }, + { + className: 'function', + beginKeywords: 'function', + end: /[;{]/, + excludeEnd: true, + illegal: '\\$|\\[|%', + contains: [ + hljs.UNDERSCORE_TITLE_MODE, + { + className: 'params', + begin: '\\(', + end: '\\)', + contains: [ + 'self', + VARIABLE, + hljs.C_BLOCK_COMMENT_MODE, + STRING, + NUMBER + ] + } + ] + }, + { + className: 'class', + beginKeywords: 'class interface', + end: '{', + excludeEnd: true, + illegal: /[:\(\$"]/, + contains: [ + { + beginKeywords: 'extends implements' + }, + hljs.UNDERSCORE_TITLE_MODE + ] + }, + { + beginKeywords: 'namespace', + end: ';', + illegal: /[\.']/, + contains: [hljs.UNDERSCORE_TITLE_MODE] + }, + { + beginKeywords: 'use', + end: ';', + contains: [hljs.UNDERSCORE_TITLE_MODE] + }, + { + begin: '=>' // No markup, just a relevance booster + }, + STRING, + NUMBER + ] + }; + }; +}, {} +], +130: [function(require, module, exports) { + module.exports = function(hljs) { + var backtickEscape = { + begin: '`[\\s\\S]', + relevance: 0 + }; + var VAR = { + className: 'variable', + variants: [ + { + begin: /\$[\w\d][\w\d_:]*/ + } + ] + }; + var QUOTE_STRING = { + className: 'string', + begin: /"/, + end: /"/, + contains: [ + backtickEscape, + VAR, + { + className: 'variable', + begin: /\$[A-z]/, + end: /[^A-z]/ + } + ] + }; + var APOS_STRING = { + className: 'string', + begin: /'/, + end: /'/ + }; + + return { + aliases: ['ps'], + lexemes: /-?[A-z\.\-]+/, + case_insensitive: true, + keywords: { + keyword: 'if else foreach return function do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch', + literal: '$null $true $false', + built_in: 'Add-Content Add-History Add-Member Add-PSSnapin Clear-Content Clear-Item Clear-Item Property Clear-Variable Compare-Object ConvertFrom-SecureString Convert-Path ConvertTo-Html ConvertTo-SecureString Copy-Item Copy-ItemProperty Export-Alias Export-Clixml Export-Console Export-Csv ForEach-Object Format-Custom Format-List Format-Table Format-Wide Get-Acl Get-Alias Get-AuthenticodeSignature Get-ChildItem Get-Command Get-Content Get-Credential Get-Culture Get-Date Get-EventLog Get-ExecutionPolicy Get-Help Get-History Get-Host Get-Item Get-ItemProperty Get-Location Get-Member Get-PfxCertificate Get-Process Get-PSDrive Get-PSProvider Get-PSSnapin Get-Service Get-TraceSource Get-UICulture Get-Unique Get-Variable Get-WmiObject Group-Object Import-Alias Import-Clixml Import-Csv Invoke-Expression Invoke-History Invoke-Item Join-Path Measure-Command Measure-Object Move-Item Move-ItemProperty New-Alias New-Item New-ItemProperty New-Object New-PSDrive New-Service New-TimeSpan New-Variable Out-Default Out-File Out-Host Out-Null Out-Printer Out-String Pop-Location Push-Location Read-Host Remove-Item Remove-ItemProperty Remove-PSDrive Remove-PSSnapin Remove-Variable Rename-Item Rename-ItemProperty Resolve-Path Restart-Service Resume-Service Select-Object Select-String Set-Acl Set-Alias Set-AuthenticodeSignature Set-Content Set-Date Set-ExecutionPolicy Set-Item Set-ItemProperty Set-Location Set-PSDebug Set-Service Set-TraceSource Set-Variable Sort-Object Split-Path Start-Service Start-Sleep Start-Transcript Stop-Process Stop-Service Stop-Transcript Suspend-Service Tee-Object Test-Path Trace-Command Update-FormatData Update-TypeData Where-Object Write-Debug Write-Error Write-Host Write-Output Write-Progress Write-Verbose Write-Warning', + operator: '-ne -eq -lt -gt -ge -le -not -like -notlike -match -notmatch -contains -notcontains -in -notin -replace' + }, + contains: [ + hljs.HASH_COMMENT_MODE, + hljs.NUMBER_MODE, + QUOTE_STRING, + APOS_STRING, + VAR + ] + }; + }; +}, {} +], +131: [function(require, module, exports) { + module.exports = function(hljs) { + return { + keywords: { + keyword: 'BufferedReader PVector PFont PImage PGraphics HashMap boolean byte char color ' + + 'double float int long String Array FloatDict FloatList IntDict IntList JSONArray JSONObject ' + + 'Object StringDict StringList Table TableRow XML ' + + // Java keywords + 'false synchronized int abstract float private char boolean static null if const ' + + 'for true while long throw strictfp finally protected import native final return void ' + + 'enum else break transient new catch instanceof byte super volatile case assert short ' + + 'package default double public try this switch continue throws protected public private', + constant: 'P2D P3D HALF_PI PI QUARTER_PI TAU TWO_PI', + variable: 'displayHeight displayWidth mouseY mouseX mousePressed pmouseX pmouseY key ' + + 'keyCode pixels focused frameCount frameRate height width', + title: 'setup draw', + built_in: 'size createGraphics beginDraw createShape loadShape PShape arc ellipse line point ' + + 'quad rect triangle bezier bezierDetail bezierPoint bezierTangent curve curveDetail curvePoint ' + + 'curveTangent curveTightness shape shapeMode beginContour beginShape bezierVertex curveVertex ' + + 'endContour endShape quadraticVertex vertex ellipseMode noSmooth rectMode smooth strokeCap ' + + 'strokeJoin strokeWeight mouseClicked mouseDragged mouseMoved mousePressed mouseReleased ' + + 'mouseWheel keyPressed keyPressedkeyReleased keyTyped print println save saveFrame day hour ' + + 'millis minute month second year background clear colorMode fill noFill noStroke stroke alpha ' + + 'blue brightness color green hue lerpColor red saturation modelX modelY modelZ screenX screenY ' + + 'screenZ ambient emissive shininess specular add createImage beginCamera camera endCamera frustum ' + + 'ortho perspective printCamera printProjection cursor frameRate noCursor exit loop noLoop popStyle ' + + 'pushStyle redraw binary boolean byte char float hex int str unbinary unhex join match matchAll nf ' + + 'nfc nfp nfs split splitTokens trim append arrayCopy concat expand reverse shorten sort splice subset ' + + 'box sphere sphereDetail createInput createReader loadBytes loadJSONArray loadJSONObject loadStrings ' + + 'loadTable loadXML open parseXML saveTable selectFolder selectInput beginRaw beginRecord createOutput ' + + 'createWriter endRaw endRecord PrintWritersaveBytes saveJSONArray saveJSONObject saveStream saveStrings ' + + 'saveXML selectOutput popMatrix printMatrix pushMatrix resetMatrix rotate rotateX rotateY rotateZ scale ' + + 'shearX shearY translate ambientLight directionalLight lightFalloff lights lightSpecular noLights normal ' + + 'pointLight spotLight image imageMode loadImage noTint requestImage tint texture textureMode textureWrap ' + + 'blend copy filter get loadPixels set updatePixels blendMode loadShader PShaderresetShader shader createFont ' + + 'loadFont text textFont textAlign textLeading textMode textSize textWidth textAscent textDescent abs ceil ' + + 'constrain dist exp floor lerp log mag map max min norm pow round sq sqrt acos asin atan atan2 cos degrees ' + + 'radians sin tan noise noiseDetail noiseSeed random randomGaussian randomSeed' + }, + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_NUMBER_MODE + ] + }; + }; +}, {} +], +132: [function(require, module, exports) { + module.exports = function(hljs) { + return { + contains: [ + hljs.C_NUMBER_MODE, + { + className: 'built_in', + begin: '{', + end: '}$', + excludeBegin: true, + excludeEnd: true, + contains: [hljs.APOS_STRING_MODE, hljs.QUOTE_STRING_MODE], + relevance: 0 + }, + { + className: 'filename', + begin: '[a-zA-Z_][\\da-zA-Z_]+\\.[\\da-zA-Z_]{1,3}', + end: ':', + excludeEnd: true + }, + { + className: 'header', + begin: '(ncalls|tottime|cumtime)', + end: '$', + keywords: 'ncalls tottime|10 cumtime|10 filename', + relevance: 10 + }, + { + className: 'summary', + begin: 'function calls', + end: '$', + contains: [hljs.C_NUMBER_MODE], + relevance: 10 + }, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + { + className: 'function', + begin: '\\(', + end: '\\)$', + contains: [ + hljs.UNDERSCORE_TITLE_MODE + ], + relevance: 0 + } + ] + }; + }; +}, {} +], +133: [function(require, module, exports) { + module.exports = function(hljs) { + + var ATOM = { + + className: 'atom', + begin: /[a-z][A-Za-z0-9_]*/, + relevance: 0 + }; + + var VAR = { + + className: 'name', + variants: [ + { + begin: /[A-Z][a-zA-Z0-9_]*/ + }, + { + begin: /_[A-Za-z0-9_]*/ + }, + ], + relevance: 0 + }; + + var PARENTED = { + + begin: /\(/, + end: /\)/, + relevance: 0 + }; + + var LIST = { + + begin: /\[/, + end: /\]/ + }; + + var LINE_COMMENT = { + + className: 'comment', + begin: /%/, end: /$/, + contains: [hljs.PHRASAL_WORDS_MODE] + }; + + var BACKTICK_STRING = { + + className: 'string', + begin: /`/, + end: /`/, + contains: [hljs.BACKSLASH_ESCAPE] + }; + + var CHAR_CODE = { + + className: 'string', + // 0'a etc. + begin: /0\'(\\\'|.)/ + }; + + var SPACE_CODE = { + + className: 'string', + begin: /0\'\\s/ // 0'\s + }; + + var PRED_OP = { + // relevance booster + begin: /:-/ + }; + + var inner = [ + ATOM, + VAR, + PARENTED, + PRED_OP, + LIST, + LINE_COMMENT, + hljs.C_BLOCK_COMMENT_MODE, + hljs.QUOTE_STRING_MODE, + hljs.APOS_STRING_MODE, + BACKTICK_STRING, + CHAR_CODE, + SPACE_CODE, + hljs.C_NUMBER_MODE + ]; + + PARENTED.contains = inner; + LIST.contains = inner; + + return { + contains: inner.concat([ + { + begin: /\.$/ + } + // relevance booster + ]) + }; + }; +}, {} +], +134: [function(require, module, exports) { + module.exports = function(hljs) { + return { + keywords: { + keyword: 'package import option optional required repeated group', + built_in: 'double float int32 int64 uint32 uint64 sint32 sint64 ' + + 'fixed32 fixed64 sfixed32 sfixed64 bool string bytes', + literal: 'true false' + }, + contains: [ + hljs.QUOTE_STRING_MODE, + hljs.NUMBER_MODE, + hljs.C_LINE_COMMENT_MODE, + { + className: 'class', + beginKeywords: 'message enum service', + end: /\{/, + illegal: /\n/, + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + starts: { + endsWithParent: true, + excludeEnd: true + } + // hack: eating everything after the first title + }) + ] + }, + { + className: 'function', + beginKeywords: 'rpc', + end: /;/, + excludeEnd: true, + keywords: 'rpc returns' + }, + { + className: 'constant', + begin: /^\s*[A-Z_]+/, + end: /\s*=/, + excludeEnd: true + } + ] + }; + }; +}, {} +], +135: [function(require, module, exports) { + module.exports = function(hljs) { + + var PUPPET_KEYWORDS = { + keyword: + /* language keywords */ + 'and case default else elsif false if in import enherits node or true undef unless main settings $string ', + literal: + /* metaparameters */ + 'alias audit before loglevel noop require subscribe tag ' + + /* normal attributes */ + 'owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check ' + + 'en_address ip_address realname command environment hour monute month monthday special target weekday ' + + 'creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore ' + + 'links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source ' + + 'souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid ' + + 'ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel ' + + 'native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options ' + + 'device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use ' + + 'message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform ' + + 'responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running ' + + 'start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age ' + + 'password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled ' + + 'enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist ' + + 'priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey ' + + 'sslverify mounted', + built_in: + /* core facts */ + 'architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers ' + + 'domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces ' + + 'ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion ' + + 'kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease ' + + 'lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major ' + + 'macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease ' + + 'operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion ' + + 'rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced ' + + 'selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime ' + + 'uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version' + }; + + var COMMENT = hljs.COMMENT('#', '$'); + + var IDENT_RE = '([A-Za-z_]|::)(\\w|::)*'; + + var TITLE = hljs.inherit(hljs.TITLE_MODE, { + begin: IDENT_RE + }); + + var VARIABLE = { + className: 'variable', + begin: '\\$' + IDENT_RE + }; + + var STRING = { + className: 'string', + contains: [hljs.BACKSLASH_ESCAPE, VARIABLE], + variants: [ + { + begin: /'/, + end: /'/ + }, + { + begin: /"/, + end: /"/ + } + ] + }; + + return { + aliases: ['pp'], + contains: [ + COMMENT, + VARIABLE, + STRING, + { + beginKeywords: 'class', + end: '\\{|;', + illegal: /=/, + contains: [TITLE, COMMENT] + }, + { + beginKeywords: 'define', + end: /\{/, + contains: [ + { + className: 'title', + begin: hljs.IDENT_RE, + endsParent: true + } + ] + }, + { + begin: hljs.IDENT_RE + '\\s+\\{', + returnBegin: true, + end: /\S/, + contains: [ + { + className: 'name', + begin: hljs.IDENT_RE + }, + { + begin: /\{/, + end: /\}/, + keywords: PUPPET_KEYWORDS, + relevance: 0, + contains: [ + STRING, + COMMENT, + { + begin: '[a-zA-Z_]+\\s*=>' + }, + { + className: 'number', + begin: '(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b', + relevance: 0 + }, + VARIABLE + ] + } + ], + relevance: 0 + } + ] + } + }; +}, {} +], +136: [function(require, module, exports) { + module.exports = function(hljs) { + var PROMPT = { + className: 'prompt', + begin: /^(>>>|\.\.\.) / + }; + var STRING = { + className: 'string', + contains: [hljs.BACKSLASH_ESCAPE], + variants: [ + { + begin: /(u|b)?r?'''/, + end: /'''/, + contains: [PROMPT], + relevance: 10 + }, + { + begin: /(u|b)?r?"""/, + end: /"""/, + contains: [PROMPT], + relevance: 10 + }, + { + begin: /(u|r|ur)'/, + end: /'/, + relevance: 10 + }, + { + begin: /(u|r|ur)"/, + end: /"/, + relevance: 10 + }, + { + begin: /(b|br)'/, + end: /'/ + }, + { + begin: /(b|br)"/, + end: /"/ + }, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE + ] + }; + var NUMBER = { + className: 'number', + relevance: 0, + variants: [ + { + begin: hljs.BINARY_NUMBER_RE + '[lLjJ]?' + }, + { + begin: '\\b(0o[0-7]+)[lLjJ]?' + }, + { + begin: hljs.C_NUMBER_RE + '[lLjJ]?' + } + ] + }; + var PARAMS = { + className: 'params', + begin: /\(/, + end: /\)/, + contains: ['self', PROMPT, NUMBER, STRING] + }; + return { + aliases: ['py', 'gyp'], + keywords: { + keyword: + 'and elif is global as in if from raise for except finally print import pass return ' + + 'exec else break not with class assert yield try while continue del or def lambda ' + + 'async await nonlocal|10 None True False', + built_in: + 'Ellipsis NotImplemented' + }, + illegal: /(<\/|->|\?)/, + contains: [ + PROMPT, + NUMBER, + STRING, + hljs.HASH_COMMENT_MODE, + { + variants: [ + { + className: 'function', + beginKeywords: 'def', + relevance: 10 + }, + { + className: 'class', + beginKeywords: 'class' + } + ], + end: /:/, + illegal: /[${=;\n,]/, + contains: [hljs.UNDERSCORE_TITLE_MODE, PARAMS] + }, + { + className: 'decorator', + begin: /^[\t ]*@/, + end: /$/ + }, + { + begin: /\b(print|exec)\(/ // don’t highlight keywords-turned-functions in Python 3 + } + ] + }; + }; +}, {} +], +137: [function(require, module, exports) { + module.exports = function(hljs) { + var Q_KEYWORDS = { + keyword: + 'do while select delete by update from', + constant: + '0b 1b', + built_in: + 'neg not null string reciprocal floor ceiling signum mod xbar xlog and or each scan over prior mmu lsq inv md5 ltime gtime count first var dev med cov cor all any rand sums prds mins maxs fills deltas ratios avgs differ prev next rank reverse iasc idesc asc desc msum mcount mavg mdev xrank mmin mmax xprev rotate distinct group where flip type key til get value attr cut set upsert raze union inter except cross sv vs sublist enlist read0 read1 hopen hclose hdel hsym hcount peach system ltrim rtrim trim lower upper ssr view tables views cols xcols keys xkey xcol xasc xdesc fkeys meta lj aj aj0 ij pj asof uj ww wj wj1 fby xgroup ungroup ej save load rsave rload show csv parse eval min max avg wavg wsum sin cos tan sum', + typename: + '`float `double int `timestamp `timespan `datetime `time `boolean `symbol `char `byte `short `long `real `month `date `minute `second `guid' + }; + return { + aliases: ['k', 'kdb'], + keywords: Q_KEYWORDS, + lexemes: /\b(`?)[A-Za-z0-9_]+\b/, + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_NUMBER_MODE + ] + }; + }; +}, {} +], +138: [function(require, module, exports) { + module.exports = function(hljs) { + var IDENT_RE = '([a-zA-Z]|\\.[a-zA-Z.])[a-zA-Z0-9._]*'; + + return { + contains: [ + hljs.HASH_COMMENT_MODE, + { + begin: IDENT_RE, + lexemes: IDENT_RE, + keywords: { + keyword: + 'function if in break next repeat else for return switch while try tryCatch ' + + 'stop warning require library attach detach source setMethod setGeneric ' + + 'setGroupGeneric setClass ...', + literal: + 'NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 ' + + 'NA_complex_|10' + }, + relevance: 0 + }, + { + // hex value + className: 'number', + begin: "0[xX][0-9a-fA-F]+[Li]?\\b", + relevance: 0 + }, + { + // explicit integer + className: 'number', + begin: "\\d+(?:[eE][+\\-]?\\d*)?L\\b", + relevance: 0 + }, + { + // number with trailing decimal + className: 'number', + begin: "\\d+\\.(?!\\d)(?:i\\b)?", + relevance: 0 + }, + { + // number + className: 'number', + begin: "\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b", + relevance: 0 + }, + { + // number with leading decimal + className: 'number', + begin: "\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b", + relevance: 0 + }, + { + // escaped identifier + begin: '`', + end: '`', + relevance: 0 + }, + { + className: 'string', + contains: [hljs.BACKSLASH_ESCAPE], + variants: [ + { + begin: '"', + end: '"' + }, + { + begin: "'", + end: "'" + } + ] + } + ] + }; + }; +}, {} +], +139: [function(require, module, exports) { + module.exports = function(hljs) { + return { + keywords: + 'ArchiveRecord AreaLightSource Atmosphere Attribute AttributeBegin AttributeEnd Basis ' + + 'Begin Blobby Bound Clipping ClippingPlane Color ColorSamples ConcatTransform Cone ' + + 'CoordinateSystem CoordSysTransform CropWindow Curves Cylinder DepthOfField Detail ' + + 'DetailRange Disk Displacement Display End ErrorHandler Exposure Exterior Format ' + + 'FrameAspectRatio FrameBegin FrameEnd GeneralPolygon GeometricApproximation Geometry ' + + 'Hider Hyperboloid Identity Illuminate Imager Interior LightSource ' + + 'MakeCubeFaceEnvironment MakeLatLongEnvironment MakeShadow MakeTexture Matte ' + + 'MotionBegin MotionEnd NuPatch ObjectBegin ObjectEnd ObjectInstance Opacity Option ' + + 'Orientation Paraboloid Patch PatchMesh Perspective PixelFilter PixelSamples ' + + 'PixelVariance Points PointsGeneralPolygons PointsPolygons Polygon Procedural Projection ' + + 'Quantize ReadArchive RelativeDetail ReverseOrientation Rotate Scale ScreenWindow ' + + 'ShadingInterpolation ShadingRate Shutter Sides Skew SolidBegin SolidEnd Sphere ' + + 'SubdivisionMesh Surface TextureCoordinates Torus Transform TransformBegin TransformEnd ' + + 'TransformPoints Translate TrimCurve WorldBegin WorldEnd', + illegal: '>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?'; + var RUBY_KEYWORDS = + 'and false then defined module in return redo if BEGIN retry end for true self when ' + + 'next until do begin unless END rescue nil else break undef not super class case ' + + 'require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor'; + var YARDOCTAG = { + className: 'doctag', + begin: '@[A-Za-z]+' + }; + var IRB_OBJECT = { + className: 'value', + begin: '#<', + end: '>' + }; + var COMMENT_MODES = [ + hljs.COMMENT( + '#', + '$', + { + contains: [YARDOCTAG] + }), + hljs.COMMENT( + '^\\=begin', + '^\\=end', + { + contains: [YARDOCTAG], + relevance: 10 + }), + hljs.COMMENT('^__END__', '\\n$') + ]; + var SUBST = { + className: 'subst', + begin: '#\\{', + end: '}', + keywords: RUBY_KEYWORDS + }; + var STRING = { + className: 'string', + contains: [hljs.BACKSLASH_ESCAPE, SUBST], + variants: [ + { + begin: /'/, + end: /'/ + }, + { + begin: /"/, + end: /"/ + }, + { + begin: /`/, + end: /`/ + }, + { + begin: '%[qQwWx]?\\(', + end: '\\)' + }, + { + begin: '%[qQwWx]?\\[', + end: '\\]' + }, + { + begin: '%[qQwWx]?{', + end: '}' + }, + { + begin: '%[qQwWx]?<', + end: '>' + }, + { + begin: '%[qQwWx]?/', + end: '/' + }, + { + begin: '%[qQwWx]?%', + end: '%' + }, + { + begin: '%[qQwWx]?-', + end: '-' + }, + { + begin: '%[qQwWx]?\\|', + end: '\\|' + }, + { + // \B in the beginning suppresses recognition of ?-sequences where ? + // is the last character of a preceding identifier, as in: `func?4` + begin: /\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/ + } + ] + }; + var PARAMS = { + className: 'params', + begin: '\\(', + end: '\\)', + keywords: RUBY_KEYWORDS + }; + + var RUBY_DEFAULT_CONTAINS = [ + STRING, + IRB_OBJECT, + { + className: 'class', + beginKeywords: 'class module', + end: '$|;', + illegal: /=/, + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + begin: '[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?' + }), + { + className: 'inheritance', + begin: '<\\s*', + contains: [{ + className: 'parent', + begin: '(' + hljs.IDENT_RE + '::)?' + hljs.IDENT_RE + } + ] + } + ].concat(COMMENT_MODES) + }, + { + className: 'function', + beginKeywords: 'def', + end: '$|;', + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + begin: RUBY_METHOD_RE + }), + PARAMS + ].concat(COMMENT_MODES) + }, + { + className: 'constant', + begin: '(::)?(\\b[A-Z]\\w*(::)?)+', + relevance: 0 + }, + { + className: 'symbol', + begin: hljs.UNDERSCORE_IDENT_RE + '(\\!|\\?)?:', + relevance: 0 + }, + { + className: 'symbol', + begin: ':', + contains: [STRING, { + begin: RUBY_METHOD_RE + } + ], + relevance: 0 + }, + { + className: 'number', + begin: '(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b', + relevance: 0 + }, + { + className: 'variable', + begin: '(\\$\\W)|((\\$|\\@\\@?)(\\w+))' + }, + { + // regexp container + begin: '(' + hljs.RE_STARTERS_RE + ')\\s*', + contains: [ + IRB_OBJECT, + { + className: 'regexp', + contains: [hljs.BACKSLASH_ESCAPE, SUBST], + illegal: /\n/, + variants: [ + { + begin: '/', + end: '/[a-z]*' + }, + { + begin: '%r{', + end: '}[a-z]*' + }, + { + begin: '%r\\(', + end: '\\)[a-z]*' + }, + { + begin: '%r!', + end: '![a-z]*' + }, + { + begin: '%r\\[', + end: '\\][a-z]*' + } + ] + } + ].concat(COMMENT_MODES), + relevance: 0 + } + ].concat(COMMENT_MODES); + + SUBST.contains = RUBY_DEFAULT_CONTAINS; + PARAMS.contains = RUBY_DEFAULT_CONTAINS; + + var SIMPLE_PROMPT = "[>?]>"; + var DEFAULT_PROMPT = "[\\w#]+\\(\\w+\\):\\d+:\\d+>"; + var RVM_PROMPT = "(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>"; + + var IRB_DEFAULT = [ + { + begin: /^\s*=>/, + className: 'status', + starts: { + end: '$', + contains: RUBY_DEFAULT_CONTAINS + } + }, + { + className: 'prompt', + begin: '^(' + SIMPLE_PROMPT + "|" + DEFAULT_PROMPT + '|' + RVM_PROMPT + ')', + starts: { + end: '$', + contains: RUBY_DEFAULT_CONTAINS + } + } + ]; + + return { + aliases: ['rb', 'gemspec', 'podspec', 'thor', 'irb'], + keywords: RUBY_KEYWORDS, + contains: COMMENT_MODES.concat(IRB_DEFAULT).concat(RUBY_DEFAULT_CONTAINS) + }; + }; +}, {} +], +143: [function(require, module, exports) { + module.exports = function(hljs) { + return { + keywords: { + keyword: 'BILL_PERIOD BILL_START BILL_STOP RS_EFFECTIVE_START RS_EFFECTIVE_STOP RS_JURIS_CODE RS_OPCO_CODE ' + + 'INTDADDATTRIBUTE|5 INTDADDVMSG|5 INTDBLOCKOP|5 INTDBLOCKOPNA|5 INTDCLOSE|5 INTDCOUNT|5 ' + + 'INTDCOUNTSTATUSCODE|5 INTDCREATEMASK|5 INTDCREATEDAYMASK|5 INTDCREATEFACTORMASK|5 ' + + 'INTDCREATEHANDLE|5 INTDCREATEOVERRIDEDAYMASK|5 INTDCREATEOVERRIDEMASK|5 ' + + 'INTDCREATESTATUSCODEMASK|5 INTDCREATETOUPERIOD|5 INTDDELETE|5 INTDDIPTEST|5 INTDEXPORT|5 ' + + 'INTDGETERRORCODE|5 INTDGETERRORMESSAGE|5 INTDISEQUAL|5 INTDJOIN|5 INTDLOAD|5 INTDLOADACTUALCUT|5 ' + + 'INTDLOADDATES|5 INTDLOADHIST|5 INTDLOADLIST|5 INTDLOADLISTDATES|5 INTDLOADLISTENERGY|5 ' + + 'INTDLOADLISTHIST|5 INTDLOADRELATEDCHANNEL|5 INTDLOADSP|5 INTDLOADSTAGING|5 INTDLOADUOM|5 ' + + 'INTDLOADUOMDATES|5 INTDLOADUOMHIST|5 INTDLOADVERSION|5 INTDOPEN|5 INTDREADFIRST|5 INTDREADNEXT|5 ' + + 'INTDRECCOUNT|5 INTDRELEASE|5 INTDREPLACE|5 INTDROLLAVG|5 INTDROLLPEAK|5 INTDSCALAROP|5 INTDSCALE|5 ' + + 'INTDSETATTRIBUTE|5 INTDSETDSTPARTICIPANT|5 INTDSETSTRING|5 INTDSETVALUE|5 INTDSETVALUESTATUS|5 ' + + 'INTDSHIFTSTARTTIME|5 INTDSMOOTH|5 INTDSORT|5 INTDSPIKETEST|5 INTDSUBSET|5 INTDTOU|5 ' + + 'INTDTOURELEASE|5 INTDTOUVALUE|5 INTDUPDATESTATS|5 INTDVALUE|5 STDEV INTDDELETEEX|5 ' + + 'INTDLOADEXACTUAL|5 INTDLOADEXCUT|5 INTDLOADEXDATES|5 INTDLOADEX|5 INTDLOADEXRELATEDCHANNEL|5 ' + + 'INTDSAVEEX|5 MVLOAD|5 MVLOADACCT|5 MVLOADACCTDATES|5 MVLOADACCTHIST|5 MVLOADDATES|5 MVLOADHIST|5 ' + + 'MVLOADLIST|5 MVLOADLISTDATES|5 MVLOADLISTHIST|5 IF FOR NEXT DONE SELECT END CALL ABORT CLEAR CHANNEL FACTOR LIST NUMBER ' + + 'OVERRIDE SET WEEK DISTRIBUTIONNODE ELSE WHEN THEN OTHERWISE IENUM CSV INCLUDE LEAVE RIDER SAVE DELETE ' + + 'NOVALUE SECTION WARN SAVE_UPDATE DETERMINANT LABEL REPORT REVENUE EACH ' + + 'IN FROM TOTAL CHARGE BLOCK AND OR CSV_FILE RATE_CODE AUXILIARY_DEMAND ' + + 'UIDACCOUNT RS BILL_PERIOD_SELECT HOURS_PER_MONTH INTD_ERROR_STOP SEASON_SCHEDULE_NAME ' + + 'ACCOUNTFACTOR ARRAYUPPERBOUND CALLSTOREDPROC GETADOCONNECTION GETCONNECT GETDATASOURCE ' + + 'GETQUALIFIER GETUSERID HASVALUE LISTCOUNT LISTOP LISTUPDATE LISTVALUE PRORATEFACTOR RSPRORATE ' + + 'SETBINPATH SETDBMONITOR WQ_OPEN BILLINGHOURS DATE DATEFROMFLOAT DATETIMEFROMSTRING ' + + 'DATETIMETOSTRING DATETOFLOAT DAY DAYDIFF DAYNAME DBDATETIME HOUR MINUTE MONTH MONTHDIFF ' + + 'MONTHHOURS MONTHNAME ROUNDDATE SAMEWEEKDAYLASTYEAR SECOND WEEKDAY WEEKDIFF YEAR YEARDAY ' + + 'YEARSTR COMPSUM HISTCOUNT HISTMAX HISTMIN HISTMINNZ HISTVALUE MAXNRANGE MAXRANGE MINRANGE ' + + 'COMPIKVA COMPKVA COMPKVARFROMKQKW COMPLF IDATTR FLAG LF2KW LF2KWH MAXKW POWERFACTOR ' + + 'READING2USAGE AVGSEASON MAXSEASON MONTHLYMERGE SEASONVALUE SUMSEASON ACCTREADDATES ' + + 'ACCTTABLELOAD CONFIGADD CONFIGGET CREATEOBJECT CREATEREPORT EMAILCLIENT EXPBLKMDMUSAGE ' + + 'EXPMDMUSAGE EXPORT_USAGE FACTORINEFFECT GETUSERSPECIFIEDSTOP INEFFECT ISHOLIDAY RUNRATE ' + + 'SAVE_PROFILE SETREPORTTITLE USEREXIT WATFORRUNRATE TO TABLE ACOS ASIN ATAN ATAN2 BITAND CEIL ' + + 'COS COSECANT COSH COTANGENT DIVQUOT DIVREM EXP FABS FLOOR FMOD FREPM FREXPN LOG LOG10 MAX MAXN ' + + 'MIN MINNZ MODF POW ROUND ROUND2VALUE ROUNDINT SECANT SIN SINH SQROOT TAN TANH FLOAT2STRING ' + + 'FLOAT2STRINGNC INSTR LEFT LEN LTRIM MID RIGHT RTRIM STRING STRINGNC TOLOWER TOUPPER TRIM ' + + 'NUMDAYS READ_DATE STAGING', + built_in: 'IDENTIFIER OPTIONS XML_ELEMENT XML_OP XML_ELEMENT_OF DOMDOCCREATE DOMDOCLOADFILE DOMDOCLOADXML ' + + 'DOMDOCSAVEFILE DOMDOCGETROOT DOMDOCADDPI DOMNODEGETNAME DOMNODEGETTYPE DOMNODEGETVALUE DOMNODEGETCHILDCT ' + + 'DOMNODEGETFIRSTCHILD DOMNODEGETSIBLING DOMNODECREATECHILDELEMENT DOMNODESETATTRIBUTE ' + + 'DOMNODEGETCHILDELEMENTCT DOMNODEGETFIRSTCHILDELEMENT DOMNODEGETSIBLINGELEMENT DOMNODEGETATTRIBUTECT ' + + 'DOMNODEGETATTRIBUTEI DOMNODEGETATTRIBUTEBYNAME DOMNODEGETBYNAME' + }, + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_NUMBER_MODE, + { + className: 'array', + variants: [ + { + begin: '#\\s+[a-zA-Z\\ \\.]*', + relevance: 0 + }, // looks like #-comment + { + begin: '#[a-zA-Z\\ \\.]+' + } + ] + } + ] + }; + }; +}, {} +], +144: [function(require, module, exports) { + module.exports = function(hljs) { + var NUM_SUFFIX = '([uif](8|16|32|64|size))\?'; + var BLOCK_COMMENT = hljs.inherit(hljs.C_BLOCK_COMMENT_MODE); + BLOCK_COMMENT.contains.push('self'); + return { + aliases: ['rs'], + keywords: { + keyword: + 'alignof as be box break const continue crate do else enum extern ' + + 'false fn for if impl in let loop match mod mut offsetof once priv ' + + 'proc pub pure ref return self Self sizeof static struct super trait true ' + + 'type typeof unsafe unsized use virtual while where yield ' + + 'int i8 i16 i32 i64 ' + + 'uint u8 u32 u64 ' + + 'float f32 f64 ' + + 'str char bool', + built_in: + // prelude + 'Copy Send Sized Sync Drop Fn FnMut FnOnce drop Box ToOwned Clone ' + + 'PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator ' + + 'Extend IntoIterator DoubleEndedIterator ExactSizeIterator Option ' + + 'Some None Result Ok Err SliceConcatExt String ToString Vec ' + + // macros + 'assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! ' + + 'debug_assert! debug_assert_eq! env! panic! file! format! format_args! ' + + 'include_bin! include_str! line! local_data_key! module_path! ' + + 'option_env! print! println! select! stringify! try! unimplemented! ' + + 'unreachable! vec! write! writeln!' + }, + lexemes: hljs.IDENT_RE + '!?', + illegal: '' + } + ] + }; + }; +}, {} +], +145: [function(require, module, exports) { + module.exports = function(hljs) { + + var ANNOTATION = { + className: 'annotation', + begin: '@[A-Za-z]+' + }; + + var STRING = { + className: 'string', + begin: 'u?r?"""', + end: '"""', + relevance: 10 + }; + + var SYMBOL = { + className: 'symbol', + begin: '\'\\w[\\w\\d_]*(?!\')' + }; + + var TYPE = { + className: 'type', + begin: '\\b[A-Z][A-Za-z0-9_]*', + relevance: 0 + }; + + var NAME = { + className: 'title', + begin: /[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/, + relevance: 0 + }; + + var CLASS = { + className: 'class', + beginKeywords: 'class object trait type', + end: /[:={\[(\n;]/, + contains: [{ + className: 'keyword', + beginKeywords: 'extends with', + relevance: 10 + }, NAME] + }; + + var METHOD = { + className: 'function', + beginKeywords: 'def val', + end: /[:={\[(\n;]/, + contains: [NAME] + }; + + return { + keywords: { + literal: 'true false null', + keyword: 'type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit' + }, + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + STRING, + hljs.QUOTE_STRING_MODE, + SYMBOL, + TYPE, + METHOD, + CLASS, + hljs.C_NUMBER_MODE, + ANNOTATION + ] + }; + }; +}, {} +], +146: [function(require, module, exports) { + module.exports = function(hljs) { + var SCHEME_IDENT_RE = '[^\\(\\)\\[\\]\\{\\}",\'`;#|\\\\\\s]+'; + var SCHEME_SIMPLE_NUMBER_RE = '(\\-|\\+)?\\d+([./]\\d+)?'; + var SCHEME_COMPLEX_NUMBER_RE = SCHEME_SIMPLE_NUMBER_RE + '[+\\-]' + SCHEME_SIMPLE_NUMBER_RE + 'i'; + var BUILTINS = { + built_in: + 'case-lambda call/cc class define-class exit-handler field import ' + + 'inherit init-field interface let*-values let-values let/ec mixin ' + + 'opt-lambda override protect provide public rename require ' + + 'require-for-syntax syntax syntax-case syntax-error unit/sig unless ' + + 'when with-syntax and begin call-with-current-continuation ' + + 'call-with-input-file call-with-output-file case cond define ' + + 'define-syntax delay do dynamic-wind else for-each if lambda let let* ' + + 'let-syntax letrec letrec-syntax map or syntax-rules \' * + , ,@ - ... / ' + + '; < <= = => > >= ` abs acos angle append apply asin assoc assq assv atan ' + + 'boolean? caar cadr call-with-input-file call-with-output-file ' + + 'call-with-values car cdddar cddddr cdr ceiling char->integer ' + + 'char-alphabetic? char-ci<=? char-ci=? char-ci>? ' + + 'char-downcase char-lower-case? char-numeric? char-ready? char-upcase ' + + 'char-upper-case? char-whitespace? char<=? char=? char>? ' + + 'char? close-input-port close-output-port complex? cons cos ' + + 'current-input-port current-output-port denominator display eof-object? ' + + 'eq? equal? eqv? eval even? exact->inexact exact? exp expt floor ' + + 'force gcd imag-part inexact->exact inexact? input-port? integer->char ' + + 'integer? interaction-environment lcm length list list->string ' + + 'list->vector list-ref list-tail list? load log magnitude make-polar ' + + 'make-rectangular make-string make-vector max member memq memv min ' + + 'modulo negative? newline not null-environment null? number->string ' + + 'number? numerator odd? open-input-file open-output-file output-port? ' + + 'pair? peek-char port? positive? procedure? quasiquote quote quotient ' + + 'rational? rationalize read read-char real-part real? remainder reverse ' + + 'round scheme-report-environment set! set-car! set-cdr! sin sqrt string ' + + 'string->list string->number string->symbol string-append string-ci<=? ' + + 'string-ci=? string-ci>? string-copy ' + + 'string-fill! string-length string-ref string-set! string<=? string=? string>? string? substring symbol->string symbol? ' + + 'tan transcript-off transcript-on truncate values vector ' + + 'vector->list vector-fill! vector-length vector-ref vector-set! ' + + 'with-input-from-file with-output-to-file write write-char zero?' + }; + + var SHEBANG = { + className: 'shebang', + begin: '^#!', + end: '$' + }; + + var LITERAL = { + className: 'literal', + begin: '(#t|#f|#\\\\' + SCHEME_IDENT_RE + '|#\\\\.)' + }; + + var NUMBER = { + className: 'number', + variants: [ + { + begin: SCHEME_SIMPLE_NUMBER_RE, + relevance: 0 + }, + { + begin: SCHEME_COMPLEX_NUMBER_RE, + relevance: 0 + }, + { + begin: '#b[0-1]+(/[0-1]+)?' + }, + { + begin: '#o[0-7]+(/[0-7]+)?' + }, + { + begin: '#x[0-9a-f]+(/[0-9a-f]+)?' + } + ] + }; + + var STRING = hljs.QUOTE_STRING_MODE; + + var REGULAR_EXPRESSION = { + className: 'regexp', + begin: '#[pr]x"', + end: '[^\\\\]"' + }; + + var COMMENT_MODES = [ + hljs.COMMENT( + ';', + '$', + { + relevance: 0 + }), + hljs.COMMENT('#\\|', '\\|#') + ]; + + var IDENT = { + begin: SCHEME_IDENT_RE, + relevance: 0 + }; + + var QUOTED_IDENT = { + className: 'variable', + begin: '\'' + SCHEME_IDENT_RE + }; + + var BODY = { + endsWithParent: true, + relevance: 0 + }; + + var LIST = { + className: 'list', + variants: [ + { + begin: '\\(', + end: '\\)' + }, + { + begin: '\\[', + end: '\\]' + } + ], + contains: [ + { + className: 'keyword', + begin: SCHEME_IDENT_RE, + lexemes: SCHEME_IDENT_RE, + keywords: BUILTINS + }, + BODY + ] + }; + + BODY.contains = [LITERAL, NUMBER, STRING, IDENT, QUOTED_IDENT, LIST].concat(COMMENT_MODES); + + return { + illegal: /\S/, + contains: [SHEBANG, NUMBER, STRING, QUOTED_IDENT, LIST].concat(COMMENT_MODES) + }; + }; +}, {} +], +147: [function(require, module, exports) { + module.exports = function(hljs) { + + var COMMON_CONTAINS = [ + hljs.C_NUMBER_MODE, + { + className: 'string', + begin: '\'|\"', + end: '\'|\"', + contains: [hljs.BACKSLASH_ESCAPE, { + begin: '\'\'' + } + ] + } + ]; + + return { + aliases: ['sci'], + keywords: { + keyword: 'abort break case clear catch continue do elseif else endfunction end for function' + + 'global if pause return resume select try then while' + + '%f %F %t %T %pi %eps %inf %nan %e %i %z %s', + built_in: // Scilab has more than 2000 functions. Just list the most commons + 'abs and acos asin atan ceil cd chdir clearglobal cosh cos cumprod deff disp error' + + 'exec execstr exists exp eye gettext floor fprintf fread fsolve imag isdef isempty' + + 'isinfisnan isvector lasterror length load linspace list listfiles log10 log2 log' + + 'max min msprintf mclose mopen ones or pathconvert poly printf prod pwd rand real' + + 'round sinh sin size gsort sprintf sqrt strcat strcmps tring sum system tanh tan' + + 'type typename warning zeros matrix' + }, + illegal: '("|#|/\\*|\\s+/\\w+)', + contains: [ + { + className: 'function', + beginKeywords: 'function endfunction', + end: '$', + keywords: 'function endfunction|10', + contains: [ + hljs.UNDERSCORE_TITLE_MODE, + { + className: 'params', + begin: '\\(', + end: '\\)' + } + ] + }, + { + className: 'transposed_variable', + begin: '[a-zA-Z_][a-zA-Z_0-9]*(\'+[\\.\']*|[\\.\']+)', + end: '', + relevance: 0 + }, + { + className: 'matrix', + begin: '\\[', + end: '\\]\'*[\\.\']*', + relevance: 0, + contains: COMMON_CONTAINS + }, + hljs.COMMENT('//', '$') + ].concat(COMMON_CONTAINS) + }; + }; +}, {} +], +148: [function(require, module, exports) { + module.exports = function(hljs) { + var IDENT_RE = '[a-zA-Z-][a-zA-Z0-9_-]*'; + var VARIABLE = { + className: 'variable', + begin: '(\\$' + IDENT_RE + ')\\b' + }; + var FUNCTION = { + className: 'function', + begin: IDENT_RE + '\\(', + returnBegin: true, + excludeEnd: true, + end: '\\(' + }; + var HEXCOLOR = { + className: 'hexcolor', + begin: '#[0-9A-Fa-f]+' + }; + var DEF_INTERNALS = { + className: 'attribute', + begin: '[A-Z\\_\\.\\-]+', + end: ':', + excludeEnd: true, + illegal: '[^\\s]', + starts: { + className: 'value', + endsWithParent: true, + excludeEnd: true, + contains: [ + FUNCTION, + HEXCOLOR, + hljs.CSS_NUMBER_MODE, + hljs.QUOTE_STRING_MODE, + hljs.APOS_STRING_MODE, + hljs.C_BLOCK_COMMENT_MODE, + { + className: 'important', + begin: '!important' + } + ] + } + }; + return { + case_insensitive: true, + illegal: '[=/|\']', + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + FUNCTION, + { + className: 'id', + begin: '\\#[A-Za-z0-9_-]+', + relevance: 0 + }, + { + className: 'class', + begin: '\\.[A-Za-z0-9_-]+', + relevance: 0 + }, + { + className: 'attr_selector', + begin: '\\[', + end: '\\]', + illegal: '$' + }, + { + className: 'tag', + // begin: IDENT_RE, end: '[,|\\s]' + begin: '\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b', + relevance: 0 + }, + { + className: 'pseudo', + begin: ':(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)' + }, + { + className: 'pseudo', + begin: '::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)' + }, + VARIABLE, + { + className: 'attribute', + begin: '\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b', + illegal: '[^\\s]' + }, + { + className: 'value', + begin: '\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b' + }, + { + className: 'value', + begin: ':', + end: ';', + contains: [ + FUNCTION, + VARIABLE, + HEXCOLOR, + hljs.CSS_NUMBER_MODE, + hljs.QUOTE_STRING_MODE, + hljs.APOS_STRING_MODE, + { + className: 'important', + begin: '!important' + } + ] + }, + { + className: 'at_rule', + begin: '@', + end: '[{;]', + keywords: 'mixin include extend for if else each while charset import debug media page content font-face namespace warn', + contains: [ + FUNCTION, + VARIABLE, + hljs.QUOTE_STRING_MODE, + hljs.APOS_STRING_MODE, + HEXCOLOR, + hljs.CSS_NUMBER_MODE, + { + className: 'preprocessor', + begin: '\\s[A-Za-z0-9_.-]+', + relevance: 0 + } + ] + } + ] + }; + }; +}, {} +], +149: [function(require, module, exports) { + module.exports = function(hljs) { + var smali_instr_low_prio = ['add', 'and', 'cmp', 'cmpg', 'cmpl', 'const', 'div', 'double', 'float', 'goto', 'if', 'int', 'long', 'move', 'mul', 'neg', 'new', 'nop', 'not', 'or', 'rem', 'return', 'shl', 'shr', 'sput', 'sub', 'throw', 'ushr', 'xor']; + var smali_instr_high_prio = ['aget', 'aput', 'array', 'check', 'execute', 'fill', 'filled', 'goto/16', 'goto/32', 'iget', 'instance', 'invoke', 'iput', 'monitor', 'packed', 'sget', 'sparse']; + var smali_keywords = ['transient', 'constructor', 'abstract', 'final', 'synthetic', 'public', 'private', 'protected', 'static', 'bridge', 'system']; + return { + aliases: ['smali'], + contains: [ + { + className: 'string', + begin: '"', + end: '"', + relevance: 0 + }, + hljs.COMMENT( + '#', + '$', + { + relevance: 0 + }), + { + className: 'keyword', + begin: '\\s*\\.end\\s[a-zA-Z0-9]*', + relevance: 1 + }, + { + className: 'keyword', + begin: '^[ ]*\\.[a-zA-Z]*', + relevance: 0 + }, + { + className: 'keyword', + begin: '\\s:[a-zA-Z_0-9]*', + relevance: 0 + }, + { + className: 'keyword', + begin: '\\s(' + smali_keywords.join('|') + ')', + relevance: 1 + }, + { + className: 'keyword', + begin: '\\[', + relevance: 0 + }, + { + className: 'instruction', + begin: '\\s(' + smali_instr_low_prio.join('|') + ')\\s', + relevance: 1 + }, + { + className: 'instruction', + begin: '\\s(' + smali_instr_low_prio.join('|') + ')((\\-|/)[a-zA-Z0-9]+)+\\s', + relevance: 10 + }, + { + className: 'instruction', + begin: '\\s(' + smali_instr_high_prio.join('|') + ')((\\-|/)[a-zA-Z0-9]+)*\\s', + relevance: 10 + }, + { + className: 'class', + begin: 'L[^\(;:\n]*;', + relevance: 0 + }, + { + className: 'function', + begin: '( |->)[^(\n ;"]*\\(', + relevance: 0 + }, + { + className: 'function', + begin: '\\)', + relevance: 0 + }, + { + className: 'variable', + begin: '[vp][0-9]+', + relevance: 0 + } + ] + }; + }; +}, {} +], +150: [function(require, module, exports) { + module.exports = function(hljs) { + var VAR_IDENT_RE = '[a-z][a-zA-Z0-9_]*'; + var CHAR = { + className: 'char', + begin: '\\$.{1}' + }; + var SYMBOL = { + className: 'symbol', + begin: '#' + hljs.UNDERSCORE_IDENT_RE + }; + return { + aliases: ['st'], + keywords: 'self super nil true false thisContext', + // only 6 + contains: [ + hljs.COMMENT('"', '"'), + hljs.APOS_STRING_MODE, + { + className: 'class', + begin: '\\b[A-Z][A-Za-z0-9_]*', + relevance: 0 + }, + { + className: 'method', + begin: VAR_IDENT_RE + ':', + relevance: 0 + }, + hljs.C_NUMBER_MODE, + SYMBOL, + CHAR, + { + className: 'localvars', + // This looks more complicated than needed to avoid combinatorial + // explosion under V8. It effectively means `| var1 var2 ... |` with + // whitespace adjacent to `|` being optional. + begin: '\\|[ ]*' + VAR_IDENT_RE + '([ ]+' + VAR_IDENT_RE + ')*[ ]*\\|', + returnBegin: true, + end: /\|/, + illegal: /\S/, + contains: [{ + begin: '(\\|[ ]*)?' + VAR_IDENT_RE + } + ] + }, + { + className: 'array', + begin: '\\#\\(', + end: '\\)', + contains: [ + hljs.APOS_STRING_MODE, + CHAR, + hljs.C_NUMBER_MODE, + SYMBOL + ] + } + ] + }; + }; +}, {} +], +151: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['ml'], + keywords: { + keyword: + /* according to Definition of Standard ML 97 */ + 'abstype and andalso as case datatype do else end eqtype ' + + 'exception fn fun functor handle if in include infix infixr ' + + 'let local nonfix of op open orelse raise rec sharing sig ' + + 'signature struct structure then type val with withtype where while', + built_in: + /* built-in types according to basis library */ + 'array bool char exn int list option order real ref string substring vector unit word', + literal: + 'true false NONE SOME LESS EQUAL GREATER nil' + }, + illegal: /\/\/|>>/, + lexemes: '[a-z_]\\w*!?', + contains: [ + { + className: 'literal', + begin: '\\[(\\|\\|)?\\]|\\(\\)' + }, + hljs.COMMENT( + '\\(\\*', + '\\*\\)', + { + contains: ['self'] + }), + { + /* type variable */ + className: 'symbol', + begin: '\'[A-Za-z_](?!\')[\\w\']*' + /* the grammar is ambiguous on how 'a'b should be interpreted but not the compiler */ + }, + { + /* polymorphic variant */ + className: 'tag', + begin: '`[A-Z][\\w\']*' + }, + { + /* module or constructor */ + className: 'type', + begin: '\\b[A-Z][\\w\']*', + relevance: 0 + }, + { + /* don't color identifiers, but safely catch all identifiers with '*/ + begin: '[a-z_]\\w*\'[\\w\']*' + }, + hljs.inherit(hljs.APOS_STRING_MODE, { + className: 'char', + relevance: 0 + }), + hljs.inherit(hljs.QUOTE_STRING_MODE, { + illegal: null + }), + { + className: 'number', + begin: + '\\b(0[xX][a-fA-F0-9_]+[Lln]?|' + + '0[oO][0-7_]+[Lln]?|' + + '0[bB][01_]+[Lln]?|' + + '[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)', + relevance: 0 + }, + { + begin: /[-=]>/ // relevance booster + } + ] + }; + }; +}, {} +], +152: [function(require, module, exports) { + module.exports = function(hljs) { + var COMMENT_MODE = hljs.COMMENT('--', '$'); + return { + case_insensitive: true, + illegal: /[<>{}*]/, + contains: [ + { + className: 'operator', + beginKeywords: + 'begin end start commit rollback savepoint lock alter create drop rename call ' + + 'delete do handler insert load replace select truncate update set show pragma grant ' + + 'merge describe use explain help declare prepare execute deallocate release ' + + 'unlock purge reset change stop analyze cache flush optimize repair kill ' + + 'install uninstall checksum restore check backup revoke', + end: /;/, + endsWithParent: true, + keywords: { + keyword: + 'abort abs absolute acc acce accep accept access accessed accessible account acos action activate add ' + + 'addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias ' + + 'allocate allow alter always analyze ancillary and any anydata anydataset anyschema anytype apply ' + + 'archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan ' + + 'atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid ' + + 'authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile ' + + 'before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float ' + + 'binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound ' + + 'buffer_cache buffer_pool build bulk by byte byteordermark bytes c cache caching call calling cancel ' + + 'capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base ' + + 'char_length character_length characters characterset charindex charset charsetform charsetid check ' + + 'checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close ' + + 'cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation ' + + 'collect colu colum column column_value columns columns_updated comment commit compact compatibility ' + + 'compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn ' + + 'connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection ' + + 'consider consistent constant constraint constraints constructor container content contents context ' + + 'contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost ' + + 'count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation ' + + 'critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user ' + + 'cursor curtime customdatum cycle d data database databases datafile datafiles datalength date_add ' + + 'date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts ' + + 'day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate ' + + 'declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults ' + + 'deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank ' + + 'depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor ' + + 'deterministic diagnostics difference dimension direct_load directory disable disable_all ' + + 'disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div ' + + 'do document domain dotnet double downgrade drop dumpfile duplicate duration e each edition editionable ' + + 'editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt ' + + 'end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors ' + + 'escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding ' + + 'execu execut execute exempt exists exit exp expire explain export export_set extended extent external ' + + 'external_1 external_2 externally extract f failed failed_login_attempts failover failure far fast ' + + 'feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final ' + + 'finish first first_value fixed flash_cache flashback floor flush following follows for forall force ' + + 'form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ' + + 'ftp full function g general generated get get_format get_lock getdate getutcdate global global_name ' + + 'globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups ' + + 'gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex ' + + 'hierarchy high high_priority hosts hour http i id ident_current ident_incr ident_seed identified ' + + 'identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment ' + + 'index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile ' + + 'initial initialized initially initrans inmemory inner innodb input insert install instance instantiable ' + + 'instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat ' + + 'is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists ' + + 'k keep keep_duplicates key keys kill l language large last last_day last_insert_id last_value lax lcase ' + + 'lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit ' + + 'lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate ' + + 'locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call ' + + 'logoff logon logs long loop low low_priority lower lpad lrtrim ltrim m main make_set makedate maketime ' + + 'managed management manual map mapping mask master master_pos_wait match matched materialized max ' + + 'maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans ' + + 'md5 measures median medium member memcompress memory merge microsecond mid migration min minextents ' + + 'minimum mining minus minute minvalue missing mod mode model modification modify module monitoring month ' + + 'months mount move movement multiset mutex n name name_const names nan national native natural nav nchar ' + + 'nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile ' + + 'nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile ' + + 'nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder ' + + 'nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck ' + + 'noswitch not nothing notice notrim novalidate now nowait nth_value nullif nulls num numb numbe ' + + 'nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ' + + 'ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old ' + + 'on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date ' + + 'oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary ' + + 'out outer outfile outline output over overflow overriding p package pad parallel parallel_enable ' + + 'parameters parent parse partial partition partitions pascal passing password password_grace_time ' + + 'password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex ' + + 'pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc ' + + 'performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin ' + + 'policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction ' + + 'prediction_cost prediction_details prediction_probability prediction_set prepare present preserve ' + + 'prior priority private private_sga privileges procedural procedure procedure_analyze processlist ' + + 'profiles project prompt protection public publishingservername purge quarter query quick quiesce quota ' + + 'quotename radians raise rand range rank raw read reads readsize rebuild record records ' + + 'recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh ' + + 'regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy ' + + 'reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename ' + + 'repair repeat replace replicate replication required reset resetlogs resize resource respect restore ' + + 'restricted result result_cache resumable resume retention return returning returns reuse reverse revoke ' + + 'right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows ' + + 'rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll ' + + 'sdo_georaster sdo_topo_geometry search sec_to_time second section securefile security seed segment select ' + + 'self sequence sequential serializable server servererror session session_user sessions_per_user set ' + + 'sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor ' + + 'si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin ' + + 'size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex ' + + 'source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows ' + + 'sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone ' + + 'standby start starting startup statement static statistics stats_binomial_test stats_crosstab ' + + 'stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep ' + + 'stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev ' + + 'stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate ' + + 'subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum ' + + 'suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate ' + + 'sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime t table tables tablespace tan tdo ' + + 'template temporary terminated tertiary_weights test than then thread through tier ties time time_format ' + + 'time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr ' + + 'timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking ' + + 'transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate ' + + 'try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress ' + + 'under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unpivot ' + + 'unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert ' + + 'url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date ' + + 'utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var ' + + 'var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray ' + + 'verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear ' + + 'wellformed when whene whenev wheneve whenever where while whitespace with within without work wrapped ' + + 'xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces ' + + 'xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek', + literal: + 'true false null', + built_in: + 'array bigint binary bit blob boolean char character date dec decimal float int int8 integer interval number ' + + 'numeric real record serial serial8 smallint text varchar varying void' + }, + contains: [ + { + className: 'string', + begin: '\'', + end: '\'', + contains: [hljs.BACKSLASH_ESCAPE, { + begin: '\'\'' + } + ] + }, + { + className: 'string', + begin: '"', + end: '"', + contains: [hljs.BACKSLASH_ESCAPE, { + begin: '""' + } + ] + }, + { + className: 'string', + begin: '`', + end: '`', + contains: [hljs.BACKSLASH_ESCAPE] + }, + hljs.C_NUMBER_MODE, + hljs.C_BLOCK_COMMENT_MODE, + COMMENT_MODE + ] + }, + hljs.C_BLOCK_COMMENT_MODE, + COMMENT_MODE + ] + }; + }; +}, {} +], +153: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['do', 'ado'], + case_insensitive: true, + keywords: 'if else in foreach for forv forva forval forvalu forvalue forvalues by bys bysort xi quietly qui capture about ac ac_7 acprplot acprplot_7 adjust ado adopath adoupdate alpha ameans an ano anov anova anova_estat anova_terms anovadef aorder ap app appe appen append arch arch_dr arch_estat arch_p archlm areg areg_p args arima arima_dr arima_estat arima_p as asmprobit asmprobit_estat asmprobit_lf asmprobit_mfx__dlg asmprobit_p ass asse asser assert avplot avplot_7 avplots avplots_7 bcskew0 bgodfrey binreg bip0_lf biplot bipp_lf bipr_lf bipr_p biprobit bitest bitesti bitowt blogit bmemsize boot bootsamp bootstrap bootstrap_8 boxco_l boxco_p boxcox boxcox_6 boxcox_p bprobit br break brier bro brow brows browse brr brrstat bs bs_7 bsampl_w bsample bsample_7 bsqreg bstat bstat_7 bstat_8 bstrap bstrap_7 ca ca_estat ca_p cabiplot camat canon canon_8 canon_8_p canon_estat canon_p cap caprojection capt captu captur capture cat cc cchart cchart_7 cci cd censobs_table centile cf char chdir checkdlgfiles checkestimationsample checkhlpfiles checksum chelp ci cii cl class classutil clear cli clis clist clo clog clog_lf clog_p clogi clogi_sw clogit clogit_lf clogit_p clogitp clogl_sw cloglog clonevar clslistarray cluster cluster_measures cluster_stop cluster_tree cluster_tree_8 clustermat cmdlog cnr cnre cnreg cnreg_p cnreg_sw cnsreg codebook collaps4 collapse colormult_nb colormult_nw compare compress conf confi confir confirm conren cons const constr constra constrai constrain constraint continue contract copy copyright copysource cor corc corr corr2data corr_anti corr_kmo corr_smc corre correl correla correlat correlate corrgram cou coun count cox cox_p cox_sw coxbase coxhaz coxvar cprplot cprplot_7 crc cret cretu cretur creturn cross cs cscript cscript_log csi ct ct_is ctset ctst_5 ctst_st cttost cumsp cumsp_7 cumul cusum cusum_7 cutil d datasig datasign datasigna datasignat datasignatu datasignatur datasignature datetof db dbeta de dec deco decod decode deff des desc descr descri describ describe destring dfbeta dfgls dfuller di di_g dir dirstats dis discard disp disp_res disp_s displ displa display distinct do doe doed doedi doedit dotplot dotplot_7 dprobit drawnorm drop ds ds_util dstdize duplicates durbina dwstat dydx e ed edi edit egen eivreg emdef en enc enco encod encode eq erase ereg ereg_lf ereg_p ereg_sw ereghet ereghet_glf ereghet_glf_sh ereghet_gp ereghet_ilf ereghet_ilf_sh ereghet_ip eret eretu eretur ereturn err erro error est est_cfexist est_cfname est_clickable est_expand est_hold est_table est_unhold est_unholdok estat estat_default estat_summ estat_vce_only esti estimates etodow etof etomdy ex exi exit expand expandcl fac fact facto factor factor_estat factor_p factor_pca_rotated factor_rotate factormat fcast fcast_compute fcast_graph fdades fdadesc fdadescr fdadescri fdadescrib fdadescribe fdasav fdasave fdause fh_st file open file read file close file filefilter fillin find_hlp_file findfile findit findit_7 fit fl fli flis flist for5_0 form forma format fpredict frac_154 frac_adj frac_chk frac_cox frac_ddp frac_dis frac_dv frac_in frac_mun frac_pp frac_pq frac_pv frac_wgt frac_xo fracgen fracplot fracplot_7 fracpoly fracpred fron_ex fron_hn fron_p fron_tn fron_tn2 frontier ftodate ftoe ftomdy ftowdate g gamhet_glf gamhet_gp gamhet_ilf gamhet_ip gamma gamma_d2 gamma_p gamma_sw gammahet gdi_hexagon gdi_spokes ge gen gene gener genera generat generate genrank genstd genvmean gettoken gl gladder gladder_7 glim_l01 glim_l02 glim_l03 glim_l04 glim_l05 glim_l06 glim_l07 glim_l08 glim_l09 glim_l10 glim_l11 glim_l12 glim_lf glim_mu glim_nw1 glim_nw2 glim_nw3 glim_p glim_v1 glim_v2 glim_v3 glim_v4 glim_v5 glim_v6 glim_v7 glm glm_6 glm_p glm_sw glmpred glo glob globa global glogit glogit_8 glogit_p gmeans gnbre_lf gnbreg gnbreg_5 gnbreg_p gomp_lf gompe_sw gomper_p gompertz gompertzhet gomphet_glf gomphet_glf_sh gomphet_gp gomphet_ilf gomphet_ilf_sh gomphet_ip gphdot gphpen gphprint gprefs gprobi_p gprobit gprobit_8 gr gr7 gr_copy gr_current gr_db gr_describe gr_dir gr_draw gr_draw_replay gr_drop gr_edit gr_editviewopts gr_example gr_example2 gr_export gr_print gr_qscheme gr_query gr_read gr_rename gr_replay gr_save gr_set gr_setscheme gr_table gr_undo gr_use graph graph7 grebar greigen greigen_7 greigen_8 grmeanby grmeanby_7 gs_fileinfo gs_filetype gs_graphinfo gs_stat gsort gwood h hadimvo hareg hausman haver he heck_d2 heckma_p heckman heckp_lf heckpr_p heckprob hel help hereg hetpr_lf hetpr_p hetprob hettest hexdump hilite hist hist_7 histogram hlogit hlu hmeans hotel hotelling hprobit hreg hsearch icd9 icd9_ff icd9p iis impute imtest inbase include inf infi infil infile infix inp inpu input ins insheet insp inspe inspec inspect integ inten intreg intreg_7 intreg_p intrg2_ll intrg_ll intrg_ll2 ipolate iqreg ir irf irf_create irfm iri is_svy is_svysum isid istdize ivprob_1_lf ivprob_lf ivprobit ivprobit_p ivreg ivreg_footnote ivtob_1_lf ivtob_lf ivtobit ivtobit_p jackknife jacknife jknife jknife_6 jknife_8 jkstat joinby kalarma1 kap kap_3 kapmeier kappa kapwgt kdensity kdensity_7 keep ksm ksmirnov ktau kwallis l la lab labe label labelbook ladder levels levelsof leverage lfit lfit_p li lincom line linktest lis list lloghet_glf lloghet_glf_sh lloghet_gp lloghet_ilf lloghet_ilf_sh lloghet_ip llogi_sw llogis_p llogist llogistic llogistichet lnorm_lf lnorm_sw lnorma_p lnormal lnormalhet lnormhet_glf lnormhet_glf_sh lnormhet_gp lnormhet_ilf lnormhet_ilf_sh lnormhet_ip lnskew0 loadingplot loc loca local log logi logis_lf logistic logistic_p logit logit_estat logit_p loglogs logrank loneway lookfor lookup lowess lowess_7 lpredict lrecomp lroc lroc_7 lrtest ls lsens lsens_7 lsens_x lstat ltable ltable_7 ltriang lv lvr2plot lvr2plot_7 m ma mac macr macro makecns man manova manova_estat manova_p manovatest mantel mark markin markout marksample mat mat_capp mat_order mat_put_rr mat_rapp mata mata_clear mata_describe mata_drop mata_matdescribe mata_matsave mata_matuse mata_memory mata_mlib mata_mosave mata_rename mata_which matalabel matcproc matlist matname matr matri matrix matrix_input__dlg matstrik mcc mcci md0_ md1_ md1debug_ md2_ md2debug_ mds mds_estat mds_p mdsconfig mdslong mdsmat mdsshepard mdytoe mdytof me_derd mean means median memory memsize meqparse mer merg merge mfp mfx mhelp mhodds minbound mixed_ll mixed_ll_reparm mkassert mkdir mkmat mkspline ml ml_5 ml_adjs ml_bhhhs ml_c_d ml_check ml_clear ml_cnt ml_debug ml_defd ml_e0 ml_e0_bfgs ml_e0_cycle ml_e0_dfp ml_e0i ml_e1 ml_e1_bfgs ml_e1_bhhh ml_e1_cycle ml_e1_dfp ml_e2 ml_e2_cycle ml_ebfg0 ml_ebfr0 ml_ebfr1 ml_ebh0q ml_ebhh0 ml_ebhr0 ml_ebr0i ml_ecr0i ml_edfp0 ml_edfr0 ml_edfr1 ml_edr0i ml_eds ml_eer0i ml_egr0i ml_elf ml_elf_bfgs ml_elf_bhhh ml_elf_cycle ml_elf_dfp ml_elfi ml_elfs ml_enr0i ml_enrr0 ml_erdu0 ml_erdu0_bfgs ml_erdu0_bhhh ml_erdu0_bhhhq ml_erdu0_cycle ml_erdu0_dfp ml_erdu0_nrbfgs ml_exde ml_footnote ml_geqnr ml_grad0 ml_graph ml_hbhhh ml_hd0 ml_hold ml_init ml_inv ml_log ml_max ml_mlout ml_mlout_8 ml_model ml_nb0 ml_opt ml_p ml_plot ml_query ml_rdgrd ml_repor ml_s_e ml_score ml_searc ml_technique ml_unhold mleval mlf_ mlmatbysum mlmatsum mlog mlogi mlogit mlogit_footnote mlogit_p mlopts mlsum mlvecsum mnl0_ mor more mov move mprobit mprobit_lf mprobit_p mrdu0_ mrdu1_ mvdecode mvencode mvreg mvreg_estat n nbreg nbreg_al nbreg_lf nbreg_p nbreg_sw nestreg net newey newey_7 newey_p news nl nl_7 nl_9 nl_9_p nl_p nl_p_7 nlcom nlcom_p nlexp2 nlexp2_7 nlexp2a nlexp2a_7 nlexp3 nlexp3_7 nlgom3 nlgom3_7 nlgom4 nlgom4_7 nlinit nllog3 nllog3_7 nllog4 nllog4_7 nlog_rd nlogit nlogit_p nlogitgen nlogittree nlpred no nobreak noi nois noisi noisil noisily note notes notes_dlg nptrend numlabel numlist odbc old_ver olo olog ologi ologi_sw ologit ologit_p ologitp on one onew onewa oneway op_colnm op_comp op_diff op_inv op_str opr opro oprob oprob_sw oprobi oprobi_p oprobit oprobitp opts_exclusive order orthog orthpoly ou out outf outfi outfil outfile outs outsh outshe outshee outsheet ovtest pac pac_7 palette parse parse_dissim pause pca pca_8 pca_display pca_estat pca_p pca_rotate pcamat pchart pchart_7 pchi pchi_7 pcorr pctile pentium pergram pergram_7 permute permute_8 personal peto_st pkcollapse pkcross pkequiv pkexamine pkexamine_7 pkshape pksumm pksumm_7 pl plo plot plugin pnorm pnorm_7 poisgof poiss_lf poiss_sw poisso_p poisson poisson_estat post postclose postfile postutil pperron pr prais prais_e prais_e2 prais_p predict predictnl preserve print pro prob probi probit probit_estat probit_p proc_time procoverlay procrustes procrustes_estat procrustes_p profiler prog progr progra program prop proportion prtest prtesti pwcorr pwd q\\s qby qbys qchi qchi_7 qladder qladder_7 qnorm qnorm_7 qqplot qqplot_7 qreg qreg_c qreg_p qreg_sw qu quadchk quantile quantile_7 que quer query range ranksum ratio rchart rchart_7 rcof recast reclink recode reg reg3 reg3_p regdw regr regre regre_p2 regres regres_p regress regress_estat regriv_p remap ren rena renam rename renpfix repeat replace report reshape restore ret retu retur return rm rmdir robvar roccomp roccomp_7 roccomp_8 rocf_lf rocfit rocfit_8 rocgold rocplot rocplot_7 roctab roctab_7 rolling rologit rologit_p rot rota rotat rotate rotatemat rreg rreg_p ru run runtest rvfplot rvfplot_7 rvpplot rvpplot_7 sa safesum sample sampsi sav save savedresults saveold sc sca scal scala scalar scatter scm_mine sco scob_lf scob_p scobi_sw scobit scor score scoreplot scoreplot_help scree screeplot screeplot_help sdtest sdtesti se search separate seperate serrbar serrbar_7 serset set set_defaults sfrancia sh she shel shell shewhart shewhart_7 signestimationsample signrank signtest simul simul_7 simulate simulate_8 sktest sleep slogit slogit_d2 slogit_p smooth snapspan so sor sort spearman spikeplot spikeplot_7 spikeplt spline_x split sqreg sqreg_p sret sretu sretur sreturn ssc st st_ct st_hc st_hcd st_hcd_sh st_is st_issys st_note st_promo st_set st_show st_smpl st_subid stack statsby statsby_8 stbase stci stci_7 stcox stcox_estat stcox_fr stcox_fr_ll stcox_p stcox_sw stcoxkm stcoxkm_7 stcstat stcurv stcurve stcurve_7 stdes stem stepwise stereg stfill stgen stir stjoin stmc stmh stphplot stphplot_7 stphtest stphtest_7 stptime strate strate_7 streg streg_sw streset sts sts_7 stset stsplit stsum sttocc sttoct stvary stweib su suest suest_8 sum summ summa summar summari summariz summarize sunflower sureg survcurv survsum svar svar_p svmat svy svy_disp svy_dreg svy_est svy_est_7 svy_estat svy_get svy_gnbreg_p svy_head svy_header svy_heckman_p svy_heckprob_p svy_intreg_p svy_ivreg_p svy_logistic_p svy_logit_p svy_mlogit_p svy_nbreg_p svy_ologit_p svy_oprobit_p svy_poisson_p svy_probit_p svy_regress_p svy_sub svy_sub_7 svy_x svy_x_7 svy_x_p svydes svydes_8 svygen svygnbreg svyheckman svyheckprob svyintreg svyintreg_7 svyintrg svyivreg svylc svylog_p svylogit svymarkout svymarkout_8 svymean svymlog svymlogit svynbreg svyolog svyologit svyoprob svyoprobit svyopts svypois svypois_7 svypoisson svyprobit svyprobt svyprop svyprop_7 svyratio svyreg svyreg_p svyregress svyset svyset_7 svyset_8 svytab svytab_7 svytest svytotal sw sw_8 swcnreg swcox swereg swilk swlogis swlogit swologit swoprbt swpois swprobit swqreg swtobit swweib symmetry symmi symplot symplot_7 syntax sysdescribe sysdir sysuse szroeter ta tab tab1 tab2 tab_or tabd tabdi tabdis tabdisp tabi table tabodds tabodds_7 tabstat tabu tabul tabula tabulat tabulate te tempfile tempname tempvar tes test testnl testparm teststd tetrachoric time_it timer tis tob tobi tobit tobit_p tobit_sw token tokeni tokeniz tokenize tostring total translate translator transmap treat_ll treatr_p treatreg trim trnb_cons trnb_mean trpoiss_d2 trunc_ll truncr_p truncreg tsappend tset tsfill tsline tsline_ex tsreport tsrevar tsrline tsset tssmooth tsunab ttest ttesti tut_chk tut_wait tutorial tw tware_st two twoway twoway__fpfit_serset twoway__function_gen twoway__histogram_gen twoway__ipoint_serset twoway__ipoints_serset twoway__kdensity_gen twoway__lfit_serset twoway__normgen_gen twoway__pci_serset twoway__qfit_serset twoway__scatteri_serset twoway__sunflower_gen twoway_ksm_serset ty typ type typeof u unab unabbrev unabcmd update us use uselabel var var_mkcompanion var_p varbasic varfcast vargranger varirf varirf_add varirf_cgraph varirf_create varirf_ctable varirf_describe varirf_dir varirf_drop varirf_erase varirf_graph varirf_ograph varirf_rename varirf_set varirf_table varlist varlmar varnorm varsoc varstable varstable_w varstable_w2 varwle vce vec vec_fevd vec_mkphi vec_p vec_p_w vecirf_create veclmar veclmar_w vecnorm vecnorm_w vecrank vecstable verinst vers versi versio version view viewsource vif vwls wdatetof webdescribe webseek webuse weib1_lf weib2_lf weib_lf weib_lf0 weibhet_glf weibhet_glf_sh weibhet_glfa weibhet_glfa_sh weibhet_gp weibhet_ilf weibhet_ilf_sh weibhet_ilfa weibhet_ilfa_sh weibhet_ip weibu_sw weibul_p weibull weibull_c weibull_s weibullhet wh whelp whi which whil while wilc_st wilcoxon win wind windo window winexec wntestb wntestb_7 wntestq xchart xchart_7 xcorr xcorr_7 xi xi_6 xmlsav xmlsave xmluse xpose xsh xshe xshel xshell xt_iis xt_tis xtab_p xtabond xtbin_p xtclog xtcloglog xtcloglog_8 xtcloglog_d2 xtcloglog_pa_p xtcloglog_re_p xtcnt_p xtcorr xtdata xtdes xtfront_p xtfrontier xtgee xtgee_elink xtgee_estat xtgee_makeivar xtgee_p xtgee_plink xtgls xtgls_p xthaus xthausman xtht_p xthtaylor xtile xtint_p xtintreg xtintreg_8 xtintreg_d2 xtintreg_p xtivp_1 xtivp_2 xtivreg xtline xtline_ex xtlogit xtlogit_8 xtlogit_d2 xtlogit_fe_p xtlogit_pa_p xtlogit_re_p xtmixed xtmixed_estat xtmixed_p xtnb_fe xtnb_lf xtnbreg xtnbreg_pa_p xtnbreg_refe_p xtpcse xtpcse_p xtpois xtpoisson xtpoisson_d2 xtpoisson_pa_p xtpoisson_refe_p xtpred xtprobit xtprobit_8 xtprobit_d2 xtprobit_re_p xtps_fe xtps_lf xtps_ren xtps_ren_8 xtrar_p xtrc xtrc_p xtrchh xtrefe_p xtreg xtreg_be xtreg_fe xtreg_ml xtreg_pa_p xtreg_re xtregar xtrere_p xtset xtsf_ll xtsf_llti xtsum xttab xttest0 xttobit xttobit_8 xttobit_p xttrans yx yxview__barlike_draw yxview_area_draw yxview_bar_draw yxview_dot_draw yxview_dropline_draw yxview_function_draw yxview_iarrow_draw yxview_ilabels_draw yxview_normal_draw yxview_pcarrow_draw yxview_pcbarrow_draw yxview_pccapsym_draw yxview_pcscatter_draw yxview_pcspike_draw yxview_rarea_draw yxview_rbar_draw yxview_rbarm_draw yxview_rcap_draw yxview_rcapsym_draw yxview_rconnected_draw yxview_rline_draw yxview_rscatter_draw yxview_rspike_draw yxview_spike_draw yxview_sunflower_draw zap_s zinb zinb_llf zinb_plf zip zip_llf zip_p zip_plf zt_ct_5 zt_hc_5 zt_hcd_5 zt_is_5 zt_iss_5 zt_sho_5 zt_smp_5 ztbase_5 ztcox_5 ztdes_5 ztereg_5 ztfill_5 ztgen_5 ztir_5 ztjoin_5 ztnb ztnb_p ztp ztp_p zts_5 ztset_5 ztspli_5 ztsum_5 zttoct_5 ztvary_5 ztweib_5', + contains: [ + { + className: 'label', + variants: [ + { + begin: "\\$\\{?[a-zA-Z0-9_]+\\}?" + }, + { + begin: "`[a-zA-Z0-9_]+'" + } + + ] + }, + { + className: 'string', + variants: [ + { + begin: '`"[^\r\n]*?"\'' + }, + { + begin: '"[^\r\n"]*"' + } + ] + }, + { + className: 'literal', + variants: [ + { + begin: '\\b(abs|acos|asin|atan|atan2|atanh|ceil|cloglog|comb|cos|digamma|exp|floor|invcloglog|invlogit|ln|lnfact|lnfactorial|lngamma|log|log10|max|min|mod|reldif|round|sign|sin|sqrt|sum|tan|tanh|trigamma|trunc|betaden|Binomial|binorm|binormal|chi2|chi2tail|dgammapda|dgammapdada|dgammapdadx|dgammapdx|dgammapdxdx|F|Fden|Ftail|gammaden|gammap|ibeta|invbinomial|invchi2|invchi2tail|invF|invFtail|invgammap|invibeta|invnchi2|invnFtail|invnibeta|invnorm|invnormal|invttail|nbetaden|nchi2|nFden|nFtail|nibeta|norm|normal|normalden|normd|npnchi2|tden|ttail|uniform|abbrev|char|index|indexnot|length|lower|ltrim|match|plural|proper|real|regexm|regexr|regexs|reverse|rtrim|string|strlen|strlower|strltrim|strmatch|strofreal|strpos|strproper|strreverse|strrtrim|strtrim|strupper|subinstr|subinword|substr|trim|upper|word|wordcount|_caller|autocode|byteorder|chop|clip|cond|e|epsdouble|epsfloat|group|inlist|inrange|irecode|matrix|maxbyte|maxdouble|maxfloat|maxint|maxlong|mi|minbyte|mindouble|minfloat|minint|minlong|missing|r|recode|replay|return|s|scalar|d|date|day|dow|doy|halfyear|mdy|month|quarter|week|year|d|daily|dofd|dofh|dofm|dofq|dofw|dofy|h|halfyearly|hofd|m|mofd|monthly|q|qofd|quarterly|tin|twithin|w|weekly|wofd|y|yearly|yh|ym|yofd|yq|yw|cholesky|colnumb|colsof|corr|det|diag|diag0cnt|el|get|hadamard|I|inv|invsym|issym|issymmetric|J|matmissing|matuniform|mreldif|nullmat|rownumb|rowsof|sweep|syminv|trace|vec|vecdiag)(?=\\(|$)' + } + ] + }, + hljs.COMMENT('^[ \t]*\\*.*$', false), + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE + ] + }; + }; +}, {} +], +154: [function(require, module, exports) { + module.exports = function(hljs) { + var STEP21_IDENT_RE = '[A-Z_][A-Z0-9_.]*'; + var STEP21_CLOSE_RE = 'END-ISO-10303-21;'; + var STEP21_KEYWORDS = { + literal: '', + built_in: '', + keyword: + 'HEADER ENDSEC DATA' + }; + var STEP21_START = { + className: 'preprocessor', + begin: 'ISO-10303-21;', + relevance: 10 + }; + var STEP21_CODE = [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + hljs.COMMENT('/\\*\\*!', '\\*/'), + hljs.C_NUMBER_MODE, + hljs.inherit(hljs.APOS_STRING_MODE, { + illegal: null + }), + hljs.inherit(hljs.QUOTE_STRING_MODE, { + illegal: null + }), + { + className: 'string', + begin: "'", + end: "'" + }, + { + className: 'label', + variants: [ + { + begin: '#', + end: '\\d+', + illegal: '\\W' + } + ] + } + ]; + + return { + aliases: ['p21', 'step', 'stp'], + case_insensitive: true, + // STEP 21 is case insensitive in theory, in practice all non-comments are capitalized. + lexemes: STEP21_IDENT_RE, + keywords: STEP21_KEYWORDS, + contains: [ + { + className: 'preprocessor', + begin: STEP21_CLOSE_RE, + relevance: 10 + }, + STEP21_START + ].concat(STEP21_CODE) + }; + }; +}, {} +], +155: [function(require, module, exports) { + module.exports = function(hljs) { + + var VARIABLE = { + className: 'variable', + begin: '\\$' + hljs.IDENT_RE + }; + + var HEX_COLOR = { + className: 'hexcolor', + begin: '#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})', + relevance: 10 + }; + + var AT_KEYWORDS = [ + 'charset', + 'css', + 'debug', + 'extend', + 'font-face', + 'for', + 'import', + 'include', + 'media', + 'mixin', + 'page', + 'warn', + 'while' + ]; + + var PSEUDO_SELECTORS = [ + 'after', + 'before', + 'first-letter', + 'first-line', + 'active', + 'first-child', + 'focus', + 'hover', + 'lang', + 'link', + 'visited' + ]; + + var TAGS = [ + 'a', + 'abbr', + 'address', + 'article', + 'aside', + 'audio', + 'b', + 'blockquote', + 'body', + 'button', + 'canvas', + 'caption', + 'cite', + 'code', + 'dd', + 'del', + 'details', + 'dfn', + 'div', + 'dl', + 'dt', + 'em', + 'fieldset', + 'figcaption', + 'figure', + 'footer', + 'form', + 'h1', + 'h2', + 'h3', + 'h4', + 'h5', + 'h6', + 'header', + 'hgroup', + 'html', + 'i', + 'iframe', + 'img', + 'input', + 'ins', + 'kbd', + 'label', + 'legend', + 'li', + 'mark', + 'menu', + 'nav', + 'object', + 'ol', + 'p', + 'q', + 'quote', + 'samp', + 'section', + 'span', + 'strong', + 'summary', + 'sup', + 'table', + 'tbody', + 'td', + 'textarea', + 'tfoot', + 'th', + 'thead', + 'time', + 'tr', + 'ul', + 'var', + 'video' + ]; + + var TAG_END = '[\\.\\s\\n\\[\\:,]'; + + var ATTRIBUTES = [ + 'align-content', + 'align-items', + 'align-self', + 'animation', + 'animation-delay', + 'animation-direction', + 'animation-duration', + 'animation-fill-mode', + 'animation-iteration-count', + 'animation-name', + 'animation-play-state', + 'animation-timing-function', + 'auto', + 'backface-visibility', + 'background', + 'background-attachment', + 'background-clip', + 'background-color', + 'background-image', + 'background-origin', + 'background-position', + 'background-repeat', + 'background-size', + 'border', + 'border-bottom', + 'border-bottom-color', + 'border-bottom-left-radius', + 'border-bottom-right-radius', + 'border-bottom-style', + 'border-bottom-width', + 'border-collapse', + 'border-color', + 'border-image', + 'border-image-outset', + 'border-image-repeat', + 'border-image-slice', + 'border-image-source', + 'border-image-width', + 'border-left', + 'border-left-color', + 'border-left-style', + 'border-left-width', + 'border-radius', + 'border-right', + 'border-right-color', + 'border-right-style', + 'border-right-width', + 'border-spacing', + 'border-style', + 'border-top', + 'border-top-color', + 'border-top-left-radius', + 'border-top-right-radius', + 'border-top-style', + 'border-top-width', + 'border-width', + 'bottom', + 'box-decoration-break', + 'box-shadow', + 'box-sizing', + 'break-after', + 'break-before', + 'break-inside', + 'caption-side', + 'clear', + 'clip', + 'clip-path', + 'color', + 'column-count', + 'column-fill', + 'column-gap', + 'column-rule', + 'column-rule-color', + 'column-rule-style', + 'column-rule-width', + 'column-span', + 'column-width', + 'columns', + 'content', + 'counter-increment', + 'counter-reset', + 'cursor', + 'direction', + 'display', + 'empty-cells', + 'filter', + 'flex', + 'flex-basis', + 'flex-direction', + 'flex-flow', + 'flex-grow', + 'flex-shrink', + 'flex-wrap', + 'float', + 'font', + 'font-family', + 'font-feature-settings', + 'font-kerning', + 'font-language-override', + 'font-size', + 'font-size-adjust', + 'font-stretch', + 'font-style', + 'font-variant', + 'font-variant-ligatures', + 'font-weight', + 'height', + 'hyphens', + 'icon', + 'image-orientation', + 'image-rendering', + 'image-resolution', + 'ime-mode', + 'inherit', + 'initial', + 'justify-content', + 'left', + 'letter-spacing', + 'line-height', + 'list-style', + 'list-style-image', + 'list-style-position', + 'list-style-type', + 'margin', + 'margin-bottom', + 'margin-left', + 'margin-right', + 'margin-top', + 'marks', + 'mask', + 'max-height', + 'max-width', + 'min-height', + 'min-width', + 'nav-down', + 'nav-index', + 'nav-left', + 'nav-right', + 'nav-up', + 'none', + 'normal', + 'object-fit', + 'object-position', + 'opacity', + 'order', + 'orphans', + 'outline', + 'outline-color', + 'outline-offset', + 'outline-style', + 'outline-width', + 'overflow', + 'overflow-wrap', + 'overflow-x', + 'overflow-y', + 'padding', + 'padding-bottom', + 'padding-left', + 'padding-right', + 'padding-top', + 'page-break-after', + 'page-break-before', + 'page-break-inside', + 'perspective', + 'perspective-origin', + 'pointer-events', + 'position', + 'quotes', + 'resize', + 'right', + 'tab-size', + 'table-layout', + 'text-align', + 'text-align-last', + 'text-decoration', + 'text-decoration-color', + 'text-decoration-line', + 'text-decoration-style', + 'text-indent', + 'text-overflow', + 'text-rendering', + 'text-shadow', + 'text-transform', + 'text-underline-position', + 'top', + 'transform', + 'transform-origin', + 'transform-style', + 'transition', + 'transition-delay', + 'transition-duration', + 'transition-property', + 'transition-timing-function', + 'unicode-bidi', + 'vertical-align', + 'visibility', + 'white-space', + 'widows', + 'width', + 'word-break', + 'word-spacing', + 'word-wrap', + 'z-index' + ]; + + // illegals + var ILLEGAL = [ + '\\{', + '\\}', + '\\?', + '(\\bReturn\\b)', // monkey + '(\\bEnd\\b)', // monkey + '(\\bend\\b)', // vbscript + ';', // sql + '#\\s', // markdown + '\\*\\s', // markdown + '===\\s', // markdown + '\\|', + '%', // prolog + ]; + + return { + aliases: ['styl'], + case_insensitive : false, + illegal : '(' + ILLEGAL.join('|') + ')', + keywords : 'if else for in', + contains : [ + // strings + hljs.QUOTE_STRING_MODE, + hljs.APOS_STRING_MODE, + // comments + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + // hex colors + HEX_COLOR, + // class tag + { + begin: '\\.[a-zA-Z][a-zA-Z0-9_-]*' + TAG_END, + returnBegin: true, + contains: [ + { + className: 'class', + begin: '\\.[a-zA-Z][a-zA-Z0-9_-]*' + } + ] + }, + // id tag + { + begin: '\\#[a-zA-Z][a-zA-Z0-9_-]*' + TAG_END, + returnBegin: true, + contains: [ + { + className: 'id', + begin: '\\#[a-zA-Z][a-zA-Z0-9_-]*' + } + ] + }, + // tags + { + begin: '\\b(' + TAGS.join('|') + ')' + TAG_END, + returnBegin: true, + contains: [ + { + className: 'tag', + begin: '\\b[a-zA-Z][a-zA-Z0-9_-]*' + } + ] + }, + // psuedo selectors + { + className: 'pseudo', + begin: '&?:?:\\b(' + PSEUDO_SELECTORS.join('|') + ')' + TAG_END + }, + // @ keywords + { + className: 'at_rule', + begin: '\@(' + AT_KEYWORDS.join('|') + ')\\b' + }, + // variables + VARIABLE, + // dimension + hljs.CSS_NUMBER_MODE, + // number + hljs.NUMBER_MODE, + // functions + // - only from beginning of line + whitespace + { + className: 'function', + begin: '\\b[a-zA-Z][a-zA-Z0-9_\-]*\\(.*\\)', + illegal: '[\\n]', + returnBegin: true, + contains: [ + { + className: 'title', + begin: '\\b[a-zA-Z][a-zA-Z0-9_\-]*' + }, + { + className: 'params', + begin: /\(/, + end: /\)/, + contains: [ + HEX_COLOR, + VARIABLE, + hljs.APOS_STRING_MODE, + hljs.CSS_NUMBER_MODE, + hljs.NUMBER_MODE, + hljs.QUOTE_STRING_MODE + ] + } + ] + }, + // attributes + // - only from beginning of line + whitespace + // - must have whitespace after it + { + className: 'attribute', + begin: '\\b(' + ATTRIBUTES.reverse().join('|') + ')\\b' + } + ] + }; + }; +}, {} +], +156: [function(require, module, exports) { + module.exports = function(hljs) { + var SWIFT_KEYWORDS = { + keyword: 'class deinit enum extension func init let protocol static ' + + 'struct subscript typealias var break case continue default do ' + + 'else fallthrough if in for return switch where while as dynamicType ' + + 'is new super self Self Type __COLUMN__ __FILE__ __FUNCTION__ ' + + '__LINE__ associativity didSet get infix inout left mutating none ' + + 'nonmutating operator override postfix precedence prefix right set ' + + 'unowned unowned safe unsafe weak willSet', + literal: 'true false nil', + built_in: 'abs advance alignof alignofValue assert bridgeFromObjectiveC ' + + 'bridgeFromObjectiveCUnconditional bridgeToObjectiveC ' + + 'bridgeToObjectiveCUnconditional c contains count countElements ' + + 'countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump ' + + 'encodeBitsAsWords enumerate equal filter find getBridgedObjectiveCType ' + + 'getVaList indices insertionSort isBridgedToObjectiveC ' + + 'isBridgedVerbatimToObjectiveC isUniquelyReferenced join ' + + 'lexicographicalCompare map max maxElement min minElement numericCast ' + + 'partition posix print println quickSort reduce reflect reinterpretCast ' + + 'reverse roundUpToAlignment sizeof sizeofValue sort split startsWith strideof ' + + 'strideofValue swap swift toString transcode underestimateCount ' + + 'unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer ' + + 'withUnsafePointerToObject withUnsafePointers withVaList' + }; + + var TYPE = { + className: 'type', + begin: '\\b[A-Z][\\w\']*', + relevance: 0 + }; + var BLOCK_COMMENT = hljs.COMMENT( + '/\\*', + '\\*/', + { + contains: ['self'] + }); + var SUBST = { + className: 'subst', + begin: /\\\(/, + end: '\\)', + keywords: SWIFT_KEYWORDS, + contains: [] // assigned later + }; + var NUMBERS = { + className: 'number', + begin: '\\b([\\d_]+(\\.[\\deE_]+)?|0x[a-fA-F0-9_]+(\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\b', + relevance: 0 + }; + var QUOTE_STRING_MODE = hljs.inherit(hljs.QUOTE_STRING_MODE, { + contains: [SUBST, hljs.BACKSLASH_ESCAPE] + }); + SUBST.contains = [NUMBERS]; + + return { + keywords: SWIFT_KEYWORDS, + contains: [ + QUOTE_STRING_MODE, + hljs.C_LINE_COMMENT_MODE, + BLOCK_COMMENT, + TYPE, + NUMBERS, + { + className: 'func', + beginKeywords: 'func', + end: '{', + excludeEnd: true, + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + begin: /[A-Za-z$_][0-9A-Za-z$_]*/, + illegal: /\(/ + }), + { + className: 'generics', + begin: //, + illegal: />/ + }, + { + className: 'params', + begin: /\(/, + end: /\)/, + endsParent: true, + keywords: SWIFT_KEYWORDS, + contains: [ + 'self', + NUMBERS, + QUOTE_STRING_MODE, + hljs.C_BLOCK_COMMENT_MODE, + { + begin: ':' + } + // relevance booster + ], + illegal: /["']/ + } + ], + illegal: /\[|%/ + }, + { + className: 'class', + beginKeywords: 'struct protocol class extension enum', + keywords: SWIFT_KEYWORDS, + end: '\\{', + excludeEnd: true, + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + begin: /[A-Za-z$_][0-9A-Za-z$_]*/ + }) + ] + }, + { + className: 'preprocessor', + // @attributes + begin: '(@assignment|@class_protocol|@exported|@final|@lazy|@noreturn|' + + '@NSCopying|@NSManaged|@objc|@optional|@required|@auto_closure|' + + '@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|' + + '@infix|@prefix|@postfix)' + }, + { + beginKeywords: 'import', + end: /$/, + contains: [hljs.C_LINE_COMMENT_MODE, BLOCK_COMMENT] + } + ] + }; + }; +}, {} +], +157: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['tk'], + keywords: 'after append apply array auto_execok auto_import auto_load auto_mkindex ' + + 'auto_mkindex_old auto_qualify auto_reset bgerror binary break catch cd chan clock ' + + 'close concat continue dde dict encoding eof error eval exec exit expr fblocked ' + + 'fconfigure fcopy file fileevent filename flush for foreach format gets glob global ' + + 'history http if incr info interp join lappend|10 lassign|10 lindex|10 linsert|10 list ' + + 'llength|10 load lrange|10 lrepeat|10 lreplace|10 lreverse|10 lsearch|10 lset|10 lsort|10 ' + + 'mathfunc mathop memory msgcat namespace open package parray pid pkg::create pkg_mkIndex ' + + 'platform platform::shell proc puts pwd read refchan regexp registry regsub|10 rename ' + + 'return safe scan seek set socket source split string subst switch tcl_endOfWord ' + + 'tcl_findLibrary tcl_startOfNextWord tcl_startOfPreviousWord tcl_wordBreakAfter ' + + 'tcl_wordBreakBefore tcltest tclvars tell time tm trace unknown unload unset update ' + + 'uplevel upvar variable vwait while', + contains: [ + hljs.COMMENT(';[ \\t]*#', '$'), + hljs.COMMENT('^[ \\t]*#', '$'), + { + beginKeywords: 'proc', + end: '[\\{]', + excludeEnd: true, + contains: [ + { + className: 'symbol', + begin: '[ \\t\\n\\r]+(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*', + end: '[ \\t\\n\\r]', + endsWithParent: true, + excludeEnd: true + } + ] + }, + { + className: 'variable', + excludeEnd: true, + variants: [ + { + begin: '\\$(\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*\\(([a-zA-Z0-9_])*\\)', + end: '[^a-zA-Z0-9_\\}\\$]' + }, + { + begin: '\\$(\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*', + end: '(\\))?[^a-zA-Z0-9_\\}\\$]' + } + ] + }, + { + className: 'string', + contains: [hljs.BACKSLASH_ESCAPE], + variants: [ + hljs.inherit(hljs.APOS_STRING_MODE, { + illegal: null + }), + hljs.inherit(hljs.QUOTE_STRING_MODE, { + illegal: null + }) + ] + }, + { + className: 'number', + variants: [hljs.BINARY_NUMBER_MODE, hljs.C_NUMBER_MODE] + } + ] + } + }; +}, {} +], +158: [function(require, module, exports) { + module.exports = function(hljs) { + var COMMAND1 = { + className: 'command', + begin: '\\\\[a-zA-Zа-яА-я]+[\\*]?' + }; + var COMMAND2 = { + className: 'command', + begin: '\\\\[^a-zA-Zа-яА-я0-9]' + }; + var SPECIAL = { + className: 'special', + begin: '[{}\\[\\]\\&#~]', + relevance: 0 + }; + + return { + contains: [ + { + // parameter + begin: '\\\\[a-zA-Zа-яА-я]+[\\*]? *= *-?\\d*\\.?\\d+(pt|pc|mm|cm|in|dd|cc|ex|em)?', + returnBegin: true, + contains: [ + COMMAND1, COMMAND2, + { + className: 'number', + begin: ' *=', + end: '-?\\d*\\.?\\d+(pt|pc|mm|cm|in|dd|cc|ex|em)?', + excludeBegin: true + } + ], + relevance: 10 + }, + COMMAND1, COMMAND2, + SPECIAL, + { + className: 'formula', + begin: '\\$\\$', + end: '\\$\\$', + contains: [COMMAND1, COMMAND2, SPECIAL], + relevance: 0 + }, + { + className: 'formula', + begin: '\\$', + end: '\\$', + contains: [COMMAND1, COMMAND2, SPECIAL], + relevance: 0 + }, + hljs.COMMENT( + '%', + '$', + { + relevance: 0 + }) + ] + }; + }; +}, {} +], +159: [function(require, module, exports) { + module.exports = function(hljs) { + var BUILT_IN_TYPES = 'bool byte i16 i32 i64 double string binary'; + return { + keywords: { + keyword: + 'namespace const typedef struct enum service exception void oneway set list map required optional', + built_in: + BUILT_IN_TYPES, + literal: + 'true false' + }, + contains: [ + hljs.QUOTE_STRING_MODE, + hljs.NUMBER_MODE, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + { + className: 'class', + beginKeywords: 'struct enum service exception', + end: /\{/, + illegal: /\n/, + contains: [ + hljs.inherit(hljs.TITLE_MODE, { + starts: { + endsWithParent: true, + excludeEnd: true + } + // hack: eating everything after the first title + }) + ] + }, + { + begin: '\\b(set|list|map)\\s*<', + end: '>', + keywords: BUILT_IN_TYPES, + contains: ['self'] + } + ] + }; + }; +}, {} +], +160: [function(require, module, exports) { + module.exports = function(hljs) { + var TPID = { + className: 'number', + begin: '[1-9][0-9]*', + /* no leading zeros */ + relevance: 0 + }; + var TPLABEL = { + className: 'comment', + begin: ':[^\\]]+' + }; + var TPDATA = { + className: 'built_in', + begin: '(AR|P|PAYLOAD|PR|R|SR|RSR|LBL|VR|UALM|MESSAGE|UTOOL|UFRAME|TIMER|\ + TIMER_OVERFLOW|JOINT_MAX_SPEED|RESUME_PROG|DIAG_REC)\\[', + end: '\\]', + contains: [ + 'self', + TPID, + TPLABEL + ] + }; + var TPIO = { + className: 'built_in', + begin: '(AI|AO|DI|DO|F|RI|RO|UI|UO|GI|GO|SI|SO)\\[', + end: '\\]', + contains: [ + 'self', + TPID, + hljs.QUOTE_STRING_MODE, /* for pos section at bottom */ + TPLABEL + ] + }; + + return { + keywords: { + keyword: + 'ABORT ACC ADJUST AND AP_LD BREAK CALL CNT COL CONDITION CONFIG DA DB ' + + 'DIV DETECT ELSE END ENDFOR ERR_NUM ERROR_PROG FINE FOR GP GUARD INC ' + + 'IF JMP LINEAR_MAX_SPEED LOCK MOD MONITOR OFFSET Offset OR OVERRIDE ' + + 'PAUSE PREG PTH RT_LD RUN SELECT SKIP Skip TA TB TO TOOL_OFFSET ' + + 'Tool_Offset UF UT UFRAME_NUM UTOOL_NUM UNLOCK WAIT X Y Z W P R STRLEN ' + + 'SUBSTR FINDSTR VOFFSET', + constant: + 'ON OFF max_speed LPOS JPOS ENABLE DISABLE START STOP RESET' + }, + contains: [ + TPDATA, + TPIO, + { + className: 'keyword', + begin: '/(PROG|ATTR|MN|POS|END)\\b' + }, + { + /* this is for cases like ,CALL */ + className: 'keyword', + begin: '(CALL|RUN|POINT_LOGIC|LBL)\\b' + }, + { + /* this is for cases like CNT100 where the default lexemes do not + * separate the keyword and the number */ + className: 'keyword', + begin: '\\b(ACC|CNT|Skip|Offset|PSPD|RT_LD|AP_LD|Tool_Offset)' + }, + { + /* to catch numbers that do not have a word boundary on the left */ + className: 'number', + begin: '\\d+(sec|msec|mm/sec|cm/min|inch/min|deg/sec|mm|in|cm)?\\b', + relevance: 0 + }, + hljs.COMMENT('//', '[;$]'), + hljs.COMMENT('!', '[;$]'), + hljs.COMMENT('--eg:', '$'), + hljs.QUOTE_STRING_MODE, + { + className: 'string', + begin: '\'', + end: '\'' + }, + hljs.C_NUMBER_MODE, + { + className: 'variable', + begin: '\\$[A-Za-z0-9_]+' + } + ] + }; + }; +}, {} +], +161: [function(require, module, exports) { + module.exports = function(hljs) { + var PARAMS = { + className: 'params', + begin: '\\(', + end: '\\)' + }; + + var FUNCTION_NAMES = 'attribute block constant cycle date dump include ' + + 'max min parent random range source template_from_string'; + + var FUNCTIONS = { + className: 'function', + beginKeywords: FUNCTION_NAMES, + relevance: 0, + contains: [ + PARAMS + ] + }; + + var FILTER = { + className: 'filter', + begin: /\|[A-Za-z_]+:?/, + keywords: + 'abs batch capitalize convert_encoding date date_modify default ' + + 'escape first format join json_encode keys last length lower ' + + 'merge nl2br number_format raw replace reverse round slice sort split ' + + 'striptags title trim upper url_encode', + contains: [ + FUNCTIONS + ] + }; + + var TAGS = 'autoescape block do embed extends filter flush for ' + + 'if import include macro sandbox set spaceless use verbatim'; + + TAGS = TAGS + ' ' + TAGS.split(' ').map(function(t) { + return 'end' + t + }).join(' '); + + return { + aliases: ['craftcms'], + case_insensitive: true, + subLanguage: 'xml', + contains: [ + hljs.COMMENT(/\{#/, /#}/), + { + className: 'template_tag', + begin: /\{%/, + end: /%}/, + keywords: TAGS, + contains: [FILTER, FUNCTIONS] + }, + { + className: 'variable', + begin: /\{\{/, + end: /}}/, + contains: [FILTER, FUNCTIONS] + } + ] + }; + }; +}, {} +], +162: [function(require, module, exports) { + module.exports = function(hljs) { + var KEYWORDS = { + keyword: + 'in if for while finally var new function|0 do return void else break catch ' + + 'instanceof with throw case default try this switch continue typeof delete ' + + 'let yield const class public private get set super ' + + 'static implements enum export import declare type protected', + literal: + 'true false null undefined NaN Infinity', + built_in: + 'eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent ' + + 'encodeURI encodeURIComponent escape unescape Object Function Boolean Error ' + + 'EvalError InternalError RangeError ReferenceError StopIteration SyntaxError ' + + 'TypeError URIError Number Math Date String RegExp Array Float32Array ' + + 'Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array ' + + 'Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require ' + + 'module console window document any number boolean string void' + }; + + return { + aliases: ['ts'], + keywords: KEYWORDS, + contains: [ + { + className: 'pi', + begin: /^\s*['"]use strict['"]/, + relevance: 0 + }, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + { + className: 'number', + variants: [ + { + begin: '\\b(0[bB][01]+)' + }, + { + begin: '\\b(0[oO][0-7]+)' + }, + { + begin: hljs.C_NUMBER_RE + } + ], + relevance: 0 + }, + { + // "value" container + begin: '(' + hljs.RE_STARTERS_RE + '|\\b(case|return|throw)\\b)\\s*', + keywords: 'return throw case', + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + hljs.REGEXP_MODE + ], + relevance: 0 + }, + { + className: 'function', + begin: 'function', + end: /[\{;]/, + excludeEnd: true, + keywords: KEYWORDS, + contains: [ + 'self', + hljs.inherit(hljs.TITLE_MODE, { + begin: /[A-Za-z$_][0-9A-Za-z$_]*/ + }), + { + className: 'params', + begin: /\(/, + end: /\)/, + excludeBegin: true, + excludeEnd: true, + keywords: KEYWORDS, + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE + ], + illegal: /["'\(]/ + } + ], + illegal: /\[|%/, + relevance: 0 // () => {} is more typical in TypeScript + }, + { + className: 'constructor', + beginKeywords: 'constructor', + end: /\{/, + excludeEnd: true, + relevance: 10 + }, + { + className: 'module', + beginKeywords: 'module', + end: /\{/, + excludeEnd: true + }, + { + className: 'interface', + beginKeywords: 'interface', + end: /\{/, + excludeEnd: true, + keywords: 'interface extends' + }, + { + begin: /\$[(.]/ // relevance booster for a pattern common to JS libs: `$(something)` and `$.something` + }, + { + begin: '\\.' + hljs.IDENT_RE, + relevance: 0 // hack: prevents detection of keywords after dots + } + ] + }; + }; +}, {} +], +163: [function(require, module, exports) { + module.exports = function(hljs) { + return { + keywords: { + keyword: + // Value types + 'char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 ' + + 'uint16 uint32 uint64 float double bool struct enum string void ' + + // Reference types + 'weak unowned owned ' + + // Modifiers + 'async signal static abstract interface override ' + + // Control Structures + 'while do for foreach else switch case break default return try catch ' + + // Visibility + 'public private protected internal ' + + // Other + 'using new this get set const stdout stdin stderr var', + built_in: + 'DBus GLib CCode Gee Object', + literal: + 'false true null' + }, + contains: [ + { + className: 'class', + beginKeywords: 'class interface delegate namespace', + end: '{', + excludeEnd: true, + illegal: '[^,:\\n\\s\\.]', + contains: [ + hljs.UNDERSCORE_TITLE_MODE + ] + }, + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + { + className: 'string', + begin: '"""', + end: '"""', + relevance: 5 + }, + hljs.APOS_STRING_MODE, + hljs.QUOTE_STRING_MODE, + hljs.C_NUMBER_MODE, + { + className: 'preprocessor', + begin: '^#', + end: '$', + relevance: 2 + }, + { + className: 'constant', + begin: ' [A-Z_]+ ', + relevance: 0 + } + ] + }; + }; +}, {} +], +164: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['vb'], + case_insensitive: true, + keywords: { + keyword: + 'addhandler addressof alias and andalso aggregate ansi as assembly auto binary by byref byval ' + /* a-b */ + 'call case catch class compare const continue custom declare default delegate dim distinct do ' + /* c-d */ + 'each equals else elseif end enum erase error event exit explicit finally for friend from function ' + /* e-f */ + 'get global goto group handles if implements imports in inherits interface into is isfalse isnot istrue ' + /* g-i */ + 'join key let lib like loop me mid mod module mustinherit mustoverride mybase myclass ' + /* j-m */ + 'namespace narrowing new next not notinheritable notoverridable ' + /* n */ + 'of off on operator option optional or order orelse overloads overridable overrides ' + /* o */ + 'paramarray partial preserve private property protected public ' + /* p */ + 'raiseevent readonly redim rem removehandler resume return ' + /* r */ + 'select set shadows shared skip static step stop structure strict sub synclock ' + /* s */ + 'take text then throw to try unicode until using when where while widening with withevents writeonly xor', + /* t-x */ + built_in: + 'boolean byte cbool cbyte cchar cdate cdec cdbl char cint clng cobj csbyte cshort csng cstr ctype ' + /* b-c */ + 'date decimal directcast double gettype getxmlnamespace iif integer long object ' + /* d-o */ + 'sbyte short single string trycast typeof uinteger ulong ushort', + /* s-u */ + literal: + 'true false nothing' + }, + illegal: '//|{|}|endif|gosub|variant|wend', + /* reserved deprecated keywords */ + contains: [ + hljs.inherit(hljs.QUOTE_STRING_MODE, { + contains: [{ + begin: '""' + } + ] + }), + hljs.COMMENT( + '\'', + '$', + { + returnBegin: true, + contains: [ + { + className: 'xmlDocTag', + begin: '\'\'\'|', + contains: [hljs.PHRASAL_WORDS_MODE] + }, + { + className: 'xmlDocTag', + begin: '', + contains: [hljs.PHRASAL_WORDS_MODE] + } + ] + }), + hljs.C_NUMBER_MODE, + { + className: 'preprocessor', + begin: '#', + end: '$', + keywords: 'if else elseif end region externalsource' + } + ] + }; + }; +}, {} +], +165: [function(require, module, exports) { + module.exports = function(hljs) { + return { + subLanguage: 'xml', + contains: [ + { + begin: '<%', + end: '%>', + subLanguage: 'vbscript' + } + ] + }; + }; +}, {} +], +166: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['vbs'], + case_insensitive: true, + keywords: { + keyword: + 'call class const dim do loop erase execute executeglobal exit for each next function ' + + 'if then else on error option explicit new private property let get public randomize ' + + 'redim rem select case set stop sub while wend with end to elseif is or xor and not ' + + 'class_initialize class_terminate default preserve in me byval byref step resume goto', + built_in: + 'lcase month vartype instrrev ubound setlocale getobject rgb getref string ' + + 'weekdayname rnd dateadd monthname now day minute isarray cbool round formatcurrency ' + + 'conversions csng timevalue second year space abs clng timeserial fixs len asc ' + + 'isempty maths dateserial atn timer isobject filter weekday datevalue ccur isdate ' + + 'instr datediff formatdatetime replace isnull right sgn array snumeric log cdbl hex ' + + 'chr lbound msgbox ucase getlocale cos cdate cbyte rtrim join hour oct typename trim ' + + 'strcomp int createobject loadpicture tan formatnumber mid scriptenginebuildversion ' + + 'scriptengine split scriptengineminorversion cint sin datepart ltrim sqr ' + + 'scriptenginemajorversion time derived eval date formatpercent exp inputbox left ascw ' + + 'chrw regexp server response request cstr err', + literal: + 'true false null nothing empty' + }, + illegal: '//', + contains: [ + hljs.inherit(hljs.QUOTE_STRING_MODE, { + contains: [{ + begin: '""' + } + ] + }), + hljs.COMMENT( + /'/, + /$/, + { + relevance: 0 + }), + hljs.C_NUMBER_MODE + ] + }; + }; +}, {} +], +167: [function(require, module, exports) { + module.exports = function(hljs) { + return { + aliases: ['v'], + case_insensitive: true, + keywords: { + keyword: + 'always and assign begin buf bufif0 bufif1 case casex casez cmos deassign ' + + 'default defparam disable edge else end endcase endfunction endmodule ' + + 'endprimitive endspecify endtable endtask event for force forever fork ' + + 'function if ifnone initial inout input join macromodule module nand ' + + 'negedge nmos nor not notif0 notif1 or output parameter pmos posedge ' + + 'primitive pulldown pullup rcmos release repeat rnmos rpmos rtran ' + + 'rtranif0 rtranif1 specify specparam table task timescale tran ' + + 'tranif0 tranif1 wait while xnor xor', + typename: + 'highz0 highz1 integer large medium pull0 pull1 real realtime reg ' + + 'scalared signed small strong0 strong1 supply0 supply0 supply1 supply1 ' + + 'time tri tri0 tri1 triand trior trireg vectored wand weak0 weak1 wire wor' + }, + contains: [ + hljs.C_BLOCK_COMMENT_MODE, + hljs.C_LINE_COMMENT_MODE, + hljs.QUOTE_STRING_MODE, + { + className: 'number', + begin: '\\b(\\d+\'(b|h|o|d|B|H|O|D))?[0-9xzXZ]+', + contains: [hljs.BACKSLASH_ESCAPE], + relevance: 0 + }, + /* ports in instances */ + { + className: 'typename', + begin: '\\.\\w+', + relevance: 0 + }, + /* parameters to instances */ + { + className: 'value', + begin: '#\\((?!parameter).+\\)' + }, + /* operators */ + { + className: 'keyword', + begin: '\\+|-|\\*|/|%|<|>|=|#|`|\\!|&|\\||@|:|\\^|~|\\{|\\}', + relevance: 0 + } + ] + }; // return + }; +}, {} +], +168: [function(require, module, exports) { + module.exports = function(hljs) { + // Regular expression for VHDL numeric literals. + + // Decimal literal: + var INTEGER_RE = '\\d(_|\\d)*'; + var EXPONENT_RE = '[eE][-+]?' + INTEGER_RE; + var DECIMAL_LITERAL_RE = INTEGER_RE + '(\\.' + INTEGER_RE + ')?' + '(' + EXPONENT_RE + ')?'; + // Based literal: + var BASED_INTEGER_RE = '\\w+'; + var BASED_LITERAL_RE = INTEGER_RE + '#' + BASED_INTEGER_RE + '(\\.' + BASED_INTEGER_RE + ')?' + '#' + '(' + EXPONENT_RE + ')?'; + + var NUMBER_RE = '\\b(' + BASED_LITERAL_RE + '|' + DECIMAL_LITERAL_RE + ')'; + + return { + case_insensitive: true, + keywords: { + keyword: + 'abs access after alias all and architecture array assert attribute begin block ' + + 'body buffer bus case component configuration constant context cover disconnect ' + + 'downto default else elsif end entity exit fairness file for force function generate ' + + 'generic group guarded if impure in inertial inout is label library linkage literal ' + + 'loop map mod nand new next nor not null of on open or others out package port ' + + 'postponed procedure process property protected pure range record register reject ' + + 'release rem report restrict restrict_guarantee return rol ror select sequence ' + + 'severity shared signal sla sll sra srl strong subtype then to transport type ' + + 'unaffected units until use variable vmode vprop vunit wait when while with xnor xor', + typename: + 'boolean bit character severity_level integer time delay_length natural positive ' + + 'string bit_vector file_open_kind file_open_status std_ulogic std_ulogic_vector ' + + 'std_logic std_logic_vector unsigned signed boolean_vector integer_vector ' + + 'real_vector time_vector' + }, + illegal: '{', + contains: [ + hljs.C_BLOCK_COMMENT_MODE, // VHDL-2008 block commenting. + hljs.COMMENT('--', '$'), + hljs.QUOTE_STRING_MODE, + { + className: 'number', + begin: NUMBER_RE, + relevance: 0 + }, + { + className: 'literal', + begin: '\'(U|X|0|1|Z|W|L|H|-)\'', + contains: [hljs.BACKSLASH_ESCAPE] + }, + { + className: 'attribute', + begin: '\'[A-Za-z](_?[A-Za-z0-9])*', + contains: [hljs.BACKSLASH_ESCAPE] + } + ] + }; + }; +}, {} +], +169: [function(require, module, exports) { + module.exports = function(hljs) { + return { + lexemes: /[!#@\w]+/, + keywords: { + keyword: //ex command + // express version except: ! & * < = > !! # @ @@ + 'N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope ' + + 'cp cpf cq cr cs cst cu cuna cunme cw d|0 delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu g|0 go gr grepa gu gv ha h|0 helpf helpg helpt hi hid his i|0 ia iabc if ij il im imapc ' + + 'ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs n|0 new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 ' + + 'profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf q|0 quita qa r|0 rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv s|0 sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor ' + + 'so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync t|0 tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew ' + + 'tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up v|0 ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ ' + + // full version + 'Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload ' + + 'bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap ' + + 'cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor ' + + 'endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap ' + + 'imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview ' + + 'lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap ' + + 'nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext ' + + 'ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding ' + + 'scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace ' + + 'startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious ' + 'trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew ' + + 'vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank', + built_in: //built in func + 'abs acos add and append argc argidx argv asin atan atan2 browse browsedir bufexists buflisted bufloaded bufname bufnr bufwinnr byte2line byteidx call ceil changenr char2nr cindent clearmatches col complete complete_add complete_check confirm copy cos cosh count cscope_connection cursor ' + + 'deepcopy delete did_filetype diff_filler diff_hlID empty escape eval eventhandler executable exists exp expand extend feedkeys filereadable filewritable filter finddir findfile float2nr floor fmod fnameescape fnamemodify foldclosed foldclosedend foldlevel foldtext foldtextresult foreground function ' + + 'garbagecollect get getbufline getbufvar getchar getcharmod getcmdline getcmdpos getcmdtype getcwd getfontname getfperm getfsize getftime getftype getline getloclist getmatches getpid getpos getqflist getreg getregtype gettabvar gettabwinvar getwinposx getwinposy getwinvar glob globpath has has_key ' + + 'haslocaldir hasmapto histadd histdel histget histnr hlexists hlID hostname iconv indent index input inputdialog inputlist inputrestore inputsave inputsecret insert invert isdirectory islocked items join keys len libcall libcallnr line line2byte lispindent localtime log log10 luaeval map maparg mapcheck ' + + 'match matchadd matcharg matchdelete matchend matchlist matchstr max min mkdir mode mzeval nextnonblank nr2char or pathshorten pow prevnonblank printf pumvisible py3eval pyeval range readfile reltime reltimestr remote_expr remote_foreground remote_peek remote_read remote_send remove rename repeat ' + + 'resolve reverse round screenattr screenchar screencol screenrow search searchdecl searchpair searchpairpos searchpos server2client serverlist setbufvar setcmdpos setline setloclist setmatches setpos setqflist setreg settabvar settabwinvar setwinvar sha256 shellescape shiftwidth simplify sin ' + + 'sinh sort soundfold spellbadword spellsuggest split sqrt str2float str2nr strchars strdisplaywidth strftime stridx string strlen strpart strridx strtrans strwidth submatch substitute synconcealed synID synIDattr ' + + 'synIDtrans synstack system tabpagebuflist tabpagenr tabpagewinnr tagfiles taglist tan tanh tempname tolower toupper tr trunc type undofile undotree values virtcol visualmode wildmenumode winbufnr wincol winheight winline winnr winrestcmd winrestview winsaveview winwidth writefile xor' + }, + illegal: /[{:]/, + contains: [ + hljs.NUMBER_MODE, + hljs.APOS_STRING_MODE, + { + className: 'string', + // quote with escape, comment as quote + begin: /"((\\")|[^"\n])*("|\n)/ + }, + { + className: 'variable', + begin: /[bwtglsav]:[\w\d_]*/ + }, + { + className: 'function', + beginKeywords: 'function function!', + end: '$', + relevance: 0, + contains: [ + hljs.TITLE_MODE, + { + className: 'params', + begin: '\\(', + end: '\\)' + } + ] + } + ] + }; + }; +}, {} +], +170: [function(require, module, exports) { + module.exports = function(hljs) { + return { + case_insensitive: true, + lexemes: '\\.?' + hljs.IDENT_RE, + keywords: { + keyword: + 'lock rep repe repz repne repnz xaquire xrelease bnd nobnd ' + + 'aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63', + literal: + // Instruction pointer + 'ip eip rip ' + + // 8-bit registers + 'al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ' + + // 16-bit registers + 'ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w ' + + // 32-bit registers + 'eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d ' + + // 64-bit registers + 'rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 ' + + // Segment registers + 'cs ds es fs gs ss ' + + // Floating point stack registers + 'st st0 st1 st2 st3 st4 st5 st6 st7 ' + + // MMX Registers + 'mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 ' + + // SSE registers + 'xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 ' + + 'xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ' + + // AVX registers + 'ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ' + + 'ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 ' + + // AVX-512F registers + 'zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 ' + + 'zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 ' + + // AVX-512F mask registers + 'k0 k1 k2 k3 k4 k5 k6 k7 ' + + // Bound (MPX) register + 'bnd0 bnd1 bnd2 bnd3 ' + + // Special register + 'cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 ' + + // NASM altreg package + 'r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b ' + + 'r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d ' + + 'r0h r1h r2h r3h ' + + 'r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l', + + pseudo: + 'db dw dd dq dt ddq do dy dz ' + + 'resb resw resd resq rest resdq reso resy resz ' + + 'incbin equ times', + + preprocessor: + '%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif ' + + '%ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep ' + + '%endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment ' + + '.nolist ' + + 'byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr ' + + '__FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ ' + + '__UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend ' + + 'align alignb sectalign daz nodaz up down zero default option assume public ', + + built_in: + 'bits use16 use32 use64 default section segment absolute extern global common cpu float ' + + '__utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ ' + + '__float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ ' + + '__Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e ' + + 'float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__' + }, + contains: [ + hljs.COMMENT( + ';', + '$', + { + relevance: 0 + }), + { + className: 'number', + variants: [ + // Float number and x87 BCD + { + begin: '\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|' + + '(0[Xx])?[0-9][0-9_]*\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\b', + relevance: 0 + }, + // Hex number in $ + { + begin: '\\$[0-9][0-9A-Fa-f]*', + relevance: 0 + }, + // Number in H,D,T,Q,O,B,Y suffix + { + begin: '\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b' + }, + // Number in X,D,T,Q,O,B,Y prefix + { + begin: '\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b' + } + ] + }, + // Double quote string + hljs.QUOTE_STRING_MODE, + { + className: 'string', + variants: [ + // Single-quoted string + { + begin: '\'', + end: '[^\\\\]\'' + }, + // Backquoted string + { + begin: '`', + end: '[^\\\\]`' + }, + // Section name + { + begin: '\\.[A-Za-z0-9]+' + } + ], + relevance: 0 + }, + { + className: 'label', + variants: [ + // Global label and local label + { + begin: '^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)' + }, + // Macro-local label + { + begin: '^\\s*%%[A-Za-z0-9_$#@~.?]*:' + } + ], + relevance: 0 + }, + // Macro parameter + { + className: 'argument', + begin: '%[0-9]+', + relevance: 0 + }, + // Macro parameter + { + className: 'built_in', + begin: '%!\S+', + relevance: 0 + } + ] + }; + }; +}, {} +], +171: [function(require, module, exports) { + module.exports = function(hljs) { + var BUILTIN_MODULES = + 'ObjectLoader Animate MovieCredits Slides Filters Shading Materials LensFlare Mapping VLCAudioVideo ' + + 'StereoDecoder PointCloud NetworkAccess RemoteControl RegExp ChromaKey Snowfall NodeJS Speech Charts'; + + var XL_KEYWORDS = { + keyword: 'if then else do while until for loop import with is as where when by data constant', + literal: 'true false nil', + type: 'integer real text name boolean symbol infix prefix postfix block tree', + built_in: 'in mod rem and or xor not abs sign floor ceil sqrt sin cos tan asin acos atan exp expm1 log log2 log10 log1p pi at', + module: BUILTIN_MODULES, + id: + 'text_length text_range text_find text_replace contains page slide basic_slide title_slide title subtitle ' + + 'fade_in fade_out fade_at clear_color color line_color line_width texture_wrap texture_transform texture ' + + 'scale_?x scale_?y scale_?z? translate_?x translate_?y translate_?z? rotate_?x rotate_?y rotate_?z? rectangle ' + + 'circle ellipse sphere path line_to move_to quad_to curve_to theme background contents locally time mouse_?x ' + + 'mouse_?y mouse_buttons' + }; + + var XL_CONSTANT = { + className: 'constant', + begin: '[A-Z][A-Z_0-9]+', + relevance: 0 + }; + var XL_VARIABLE = { + className: 'variable', + begin: '([A-Z][a-z_0-9]+)+', + relevance: 0 + }; + var XL_ID = { + className: 'id', + begin: '[a-z][a-z_0-9]+', + relevance: 0 + }; + + var DOUBLE_QUOTE_TEXT = { + className: 'string', + begin: '"', + end: '"', + illegal: '\\n' + }; + var SINGLE_QUOTE_TEXT = { + className: 'string', + begin: '\'', + end: '\'', + illegal: '\\n' + }; + var LONG_TEXT = { + className: 'string', + begin: '<<', + end: '>>' + }; + var BASED_NUMBER = { + className: 'number', + begin: '[0-9]+#[0-9A-Z_]+(\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?', + relevance: 10 + }; + var IMPORT = { + className: 'import', + beginKeywords: 'import', + end: '$', + keywords: { + keyword: 'import', + module: BUILTIN_MODULES + }, + relevance: 0, + contains: [DOUBLE_QUOTE_TEXT] + }; + var FUNCTION_DEFINITION = { + className: 'function', + begin: '[a-z].*->' + }; + return { + aliases: ['tao'], + lexemes: /[a-zA-Z][a-zA-Z0-9_?]*/, + keywords: XL_KEYWORDS, + contains: [ + hljs.C_LINE_COMMENT_MODE, + hljs.C_BLOCK_COMMENT_MODE, + DOUBLE_QUOTE_TEXT, + SINGLE_QUOTE_TEXT, + LONG_TEXT, + FUNCTION_DEFINITION, + IMPORT, + XL_CONSTANT, + XL_VARIABLE, + XL_ID, + BASED_NUMBER, + hljs.NUMBER_MODE + ] + }; + }; +}, {} +], +172: [function(require, module, exports) { + module.exports = function(hljs) { + var XML_IDENT_RE = '[A-Za-z0-9\\._:-]+'; + var PHP = { + begin: /<\?(php)?(?!\w)/, + end: /\?>/, + subLanguage: 'php' + }; + var TAG_INTERNALS = { + endsWithParent: true, + illegal: /]+/ + } + ] + } + ] + } + ] + }; + return { + aliases: ['html', 'xhtml', 'rss', 'atom', 'xsl', 'plist'], + case_insensitive: true, + contains: [ + { + className: 'doctype', + begin: '', + relevance: 10, + contains: [{ + begin: '\\[', + end: '\\]' + } + ] + }, + hljs.COMMENT( + '', + { + relevance: 10 + }), + { + className: 'cdata', + begin: '<\\!\\[CDATA\\[', + end: '\\]\\]>', + relevance: 10 + }, + { + className: 'tag', + /* + The lookahead pattern (?=...) ensures that 'begin' only matches + '|$)', + end: '>', + keywords: { + title: 'style' + }, + contains: [TAG_INTERNALS], + starts: { + end: '', + returnEnd: true, + subLanguage: 'css' + } + }, + { + className: 'tag', + // See the comment in the + + +
    +
    +
    + +

    Press play on the video to start tests. (as we need user permission to autoplay)

    +
    + + + + diff --git a/lib/video.js-main/sandbox/combined-tracks.html.example b/lib/video.js-main/sandbox/combined-tracks.html.example new file mode 100644 index 0000000..511ebfe --- /dev/null +++ b/lib/video.js-main/sandbox/combined-tracks.html.example @@ -0,0 +1,59 @@ + + + + + Video.js Sandbox + + + + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the combined-tracks.html

    +
    npm start
    +
    open http://localhost:9999/sandbox/combined-tracks.html
    +
    + + +

    This player has the captions-only captionsButton, the subtiles-only subtitlesButton and the subsCapsButton which shows both kinds. Typically you'll use either just the subsCapsButton alone, or one or both of the captionsButton and subtitlesButton.

    + + + + diff --git a/lib/video.js-main/sandbox/debug.html.example b/lib/video.js-main/sandbox/debug.html.example new file mode 100644 index 0000000..b4766ed --- /dev/null +++ b/lib/video.js-main/sandbox/debug.html.example @@ -0,0 +1,109 @@ + + + + + Video.js Sandbox + + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the index.html

    +
    npm start
    +
    open http://localhost:9999/sandbox/debug.html
    +
    + +
    +
    + + +
    +
    + + +
    +
    + +
    +
    + + + + + + + + diff --git a/lib/video.js-main/sandbox/descriptions.html.example b/lib/video.js-main/sandbox/descriptions.html.example new file mode 100644 index 0000000..27286ff --- /dev/null +++ b/lib/video.js-main/sandbox/descriptions.html.example @@ -0,0 +1,40 @@ + + + + + Video.js Text Descriptions, Chapters & Captions Example + + + + + + + + + + + + + diff --git a/lib/video.js-main/sandbox/docpip.html.example b/lib/video.js-main/sandbox/docpip.html.example new file mode 100644 index 0000000..724aa58 --- /dev/null +++ b/lib/video.js-main/sandbox/docpip.html.example @@ -0,0 +1,52 @@ + + + + + Video.js Sandbox + + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the index.html

    +
    npm start
    +
    open http://localhost:9999/sandbox/index.html
    +
    + +

    Document Picture-in-Picture is available in Chrome version 111 onwards.

    + + + + + + + + diff --git a/lib/video.js-main/sandbox/double-sub-video.html.example b/lib/video.js-main/sandbox/double-sub-video.html.example new file mode 100644 index 0000000..dc3dc74 --- /dev/null +++ b/lib/video.js-main/sandbox/double-sub-video.html.example @@ -0,0 +1,55 @@ + + + + + Video.js Text Descriptions, Chapters & Captions Example + + + + + + + + + + + + + + diff --git a/lib/video.js-main/sandbox/embeds.html.example b/lib/video.js-main/sandbox/embeds.html.example new file mode 100644 index 0000000..173475c --- /dev/null +++ b/lib/video.js-main/sandbox/embeds.html.example @@ -0,0 +1,155 @@ + + + + + Video.js Sandbox + + + + + + + + + +

    All the various ways to embed and source video elements.

    +

    Pastel color background represent programmatic setup.

    +

    Vibrant color background represent data-setup.

    +
    +
    +

    js setup with source element

    +

    video-js embed", source element

    + + + +

    Video embed, source element

    + +

    injested div el, source element

    +
    + +
    +
    +
    +

    js setup with sources options

    +

    video-js embed", js source

    + + +

    Video embed, js source

    + +

    injested div el, js source

    +
    + +
    +
    +
    +

    js setup with js method sources

    +

    video-js embed", js source

    + + +

    Video embed, js source

    + +

    injested div el, js source

    +
    + +
    +
    +
    +

    data-setup with sourrce elements

    +

    video-js embed", source element

    + + + +

    Video embed, source element

    + +

    injested div el, source element

    +
    + +
    +
    +
    +

    data-setup embeds with sources options

    +

    video-js embed", source element

    + + +

    Video embed, source element

    + +

    injested div el, source element

    +
    + +
    +
    +
    +

    js setup with js method sources

    +

    video-js embed", js source

    + + +

    Video embed, js source

    + +

    injested div el, js source

    +
    + +
    +
    +
    + + + diff --git a/lib/video.js-main/sandbox/focus-visible.html.example b/lib/video.js-main/sandbox/focus-visible.html.example new file mode 100644 index 0000000..a737959 --- /dev/null +++ b/lib/video.js-main/sandbox/focus-visible.html.example @@ -0,0 +1,36 @@ + + + + + Video.js Sandbox + + + + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the focus-visible.html

    +
    npm start
    +
    open http://localhost:9999/sandbox/focus-visible.html
    +
    + + +

    This demo shows how to implement polyfill for the :focus-visible selector. You can read more about the polyfill here.

    + + + + diff --git a/lib/video.js-main/sandbox/hls.html.example b/lib/video.js-main/sandbox/hls.html.example new file mode 100644 index 0000000..7d162e7 --- /dev/null +++ b/lib/video.js-main/sandbox/hls.html.example @@ -0,0 +1,35 @@ + + + + + Video.js Sandbox + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started make a copy of index.html.example and rename it to index.html.

    +
    cp sandbox/index.html.example sandbox/index.html
    +
    npm run start
    +
    open http://localhost:9999/sandbox/index.html
    +
    + + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    + + + + + diff --git a/lib/video.js-main/sandbox/hotkeys.html.example b/lib/video.js-main/sandbox/hotkeys.html.example new file mode 100644 index 0000000..c279aff --- /dev/null +++ b/lib/video.js-main/sandbox/hotkeys.html.example @@ -0,0 +1,158 @@ + + + + + Video.js Hotkeys - Sandbox + + + + + +

    Video.js Hotkeys

    +

    All the various ways to configure hotkeys.

    +
    +
    +

    Default (no) hotkeys

    + + + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    +
    +
    +

    Disable hotkeys

    + + + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    +
    +
    +

    Enable default hotkeys (k = play/pause, m = mute/unmute, f = fullscreen)

    + + + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    +
    +
    +

    Custom hotkey function (x = pause, y = play)

    + + + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    +
    +
    +

    Customize specific hotkeys (z = play/pause, v = fullscreen)

    + + + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    +
    +
    + + + + diff --git a/lib/video.js-main/sandbox/icons.html.example b/lib/video.js-main/sandbox/icons.html.example new file mode 100644 index 0000000..7453a6d --- /dev/null +++ b/lib/video.js-main/sandbox/icons.html.example @@ -0,0 +1,66 @@ + + + + + Video.js Icons Sandbox + + + + + + +

    Video.js Icons

    +

    This is a list of all of the icons available in the Video.js base stylesheet. The appropriate class is to the right of each icon.

    + +
      +
    • .vjs-icon-play
    • +
    • .vjs-icon-play-circle
    • +
    • .vjs-icon-pause
    • +
    • .vjs-icon-volume-mute
    • +
    • .vjs-icon-volume-low
    • +
    • .vjs-icon-volume-mid
    • +
    • .vjs-icon-volume-high
    • +
    • .vjs-icon-fullscreen-enter
    • +
    • .vjs-icon-fullscreen-exit
    • +
    • .vjs-icon-spinner
    • +
    • .vjs-icon-subtitles
    • +
    • .vjs-icon-captions
    • +
    • .vjs-icon-hd
    • +
    • .vjs-icon-chapters
    • +
    • .vjs-icon-downloading
    • +
    • .vjs-icon-file-download
    • +
    • .vjs-icon-file-download-download
    • +
    • .vjs-icon-file-download-off
    • +
    • .vjs-icon-share
    • +
    • .vjs-icon-cog
    • +
    • .vjs-icon-square
    • +
    • .vjs-icon-circle
    • +
    • .vjs-icon-circle-outline
    • +
    • .vjs-icon-circle-inner-circle
    • +
    • .vjs-icon-cancel
    • +
    • .vjs-icon-repeat
    • +
    • .vjs-icon-replay
    • +
    • .vjs-icon-replay-5
    • +
    • .vjs-icon-replay-10
    • +
    • .vjs-icon-replay-30
    • +
    • .vjs-icon-forward-5
    • +
    • .vjs-icon-forward-10
    • +
    • .vjs-icon-forward-30
    • +
    • .vjs-icon-audio
    • +
    • .vjs-next-item
    • +
    • .vjs-icon-previous-item
    • +
    • .vjs-icon-shuffle
    • +
    • .vjs-icon-cast
    • +
    • .vjs-icon-picture-in-picture-enter
    • +
    • .vjs-icon-picture-in-picture-exit
    • +
    • .vjs-icon-facebook
    • +
    • .vjs-icon-linkedin
    • +
    • .vjs-icon-twitter
    • +
    • .vjs-icon-tumblr
    • +
    • .vjs-icon-pinterest
    • +
    • .vjs-icon-audio-description
    • +
    + + diff --git a/lib/video.js-main/sandbox/index.html.example b/lib/video.js-main/sandbox/index.html.example new file mode 100644 index 0000000..80ebf99 --- /dev/null +++ b/lib/video.js-main/sandbox/index.html.example @@ -0,0 +1,37 @@ + + + + + Video.js Sandbox + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the index.html

    +
    npm start
    +
    open http://localhost:9999/sandbox/index.html
    +
    + + + + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    + + + + + diff --git a/lib/video.js-main/sandbox/language.html.example b/lib/video.js-main/sandbox/language.html.example new file mode 100644 index 0000000..74ef640 --- /dev/null +++ b/lib/video.js-main/sandbox/language.html.example @@ -0,0 +1,32 @@ + + + + + + VideoJS Languages Demo + + + + + + + + + + + + + + + + diff --git a/lib/video.js-main/sandbox/live.html.example b/lib/video.js-main/sandbox/live.html.example new file mode 100644 index 0000000..41a2f55 --- /dev/null +++ b/lib/video.js-main/sandbox/live.html.example @@ -0,0 +1,29 @@ + + + + + Video.js Sandbox + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the live.html

    +
    npm start
    +
    open http://localhost:9999/sandbox/live.html
    +
    + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    + + + + + diff --git a/lib/video.js-main/sandbox/liveui.html.example b/lib/video.js-main/sandbox/liveui.html.example new file mode 100644 index 0000000..3fdd60a --- /dev/null +++ b/lib/video.js-main/sandbox/liveui.html.example @@ -0,0 +1,33 @@ + + + + + Video.js Sandbox + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the liveui.html

    +
    npm start
    +
    open http://localhost:9999/sandbox/liveui.html
    +
    + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    + + + + + diff --git a/lib/video.js-main/sandbox/load-media.html.example b/lib/video.js-main/sandbox/load-media.html.example new file mode 100644 index 0000000..f6fc119 --- /dev/null +++ b/lib/video.js-main/sandbox/load-media.html.example @@ -0,0 +1,52 @@ + + + + + Video.js loadMedia Demo + + + + +

    Video.js loadMedia Demo

    +

    This shows how the loadMedia method is used and the effect it has on the player.

    + + + + + + + + diff --git a/lib/video.js-main/sandbox/middleware-instances.html.example b/lib/video.js-main/sandbox/middleware-instances.html.example new file mode 100644 index 0000000..b33e6b6 --- /dev/null +++ b/lib/video.js-main/sandbox/middleware-instances.html.example @@ -0,0 +1,71 @@ + + + + + Video.js Sandbox + + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the index.html

    +
    npm start
    +
    open http://localhost:9999/sandbox/index.html
    +
    + +
    +

    + In developer console, Sources tab, look for clearCacheForPlayer function. + Place a logpoint at function closing. Logpoint content should be: +

    +
    'middlewareInstances nr', Object.keys(middlewareInstances).length
    +

    + When one or more players are removed, the number of instances should *NOT* grow. +

    +
    + +
    + + +
    + +
    + + + + + diff --git a/lib/video.js-main/sandbox/middleware-play.html.example b/lib/video.js-main/sandbox/middleware-play.html.example new file mode 100644 index 0000000..ebe0748 --- /dev/null +++ b/lib/video.js-main/sandbox/middleware-play.html.example @@ -0,0 +1,152 @@ + + + + + Video.js Sandbox + + + + + + + + + + + + + Terminate the play/pause middleware + + + + + + diff --git a/lib/video.js-main/sandbox/noUITitleAttributes.html.example b/lib/video.js-main/sandbox/noUITitleAttributes.html.example new file mode 100644 index 0000000..ef6a6fe --- /dev/null +++ b/lib/video.js-main/sandbox/noUITitleAttributes.html.example @@ -0,0 +1,35 @@ + + + + + Video.js without title attribute on UI controls example + + + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started make a copy of index.html.example and rename it to index.html.

    +
    npm start will automatically copy these files over from .example if they don't already exist.
    +
    open http://localhost:9999/sandbox/noUITitleAttributes.html
    +
    + + +

    This demo shows the effect of setting the noUITitleAttributes option for video.js. It also includes the :focus-visible polyfill (see focus-visible.html)

    + + + + diff --git a/lib/video.js-main/sandbox/pip-disabled.html.example b/lib/video.js-main/sandbox/pip-disabled.html.example new file mode 100644 index 0000000..ffab2e5 --- /dev/null +++ b/lib/video.js-main/sandbox/pip-disabled.html.example @@ -0,0 +1,72 @@ + + + + + Video.js Sandbox + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the index.html

    +
    npm start
    +
    open http://localhost:9999/sandbox/index.html
    +
    + + + + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    +

    + PiP disabled via disablepictureinpicture attribute. +

    + + + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    +

    + PiP disabled via disablePictureInPicture player option. +

    + + + + + diff --git a/lib/video.js-main/sandbox/plugin.html.example b/lib/video.js-main/sandbox/plugin.html.example new file mode 100644 index 0000000..2f4c154 --- /dev/null +++ b/lib/video.js-main/sandbox/plugin.html.example @@ -0,0 +1,45 @@ + + + + + Video.js Plugin Example + + + + + + + +

    This page shows you how to create, register and initialize a Video.js plugin.

    + + + + + + + diff --git a/lib/video.js-main/sandbox/quality-levels.html.example b/lib/video.js-main/sandbox/quality-levels.html.example new file mode 100644 index 0000000..7716428 --- /dev/null +++ b/lib/video.js-main/sandbox/quality-levels.html.example @@ -0,0 +1,109 @@ + + + + + Video.js Sandbox + + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, + except files that end in .example (so don't edit or add those files). To get started make a copy of + index.html.example and rename it to index.html.

    +
    cp sandbox/index.html.example sandbox/index.html
    +
    npm run start
    +
    open http://localhost:9999/sandbox/index.html
    +
    +
    + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    +
    +
    + +
    + + + diff --git a/lib/video.js-main/sandbox/responsive.html.example b/lib/video.js-main/sandbox/responsive.html.example new file mode 100644 index 0000000..b108c74 --- /dev/null +++ b/lib/video.js-main/sandbox/responsive.html.example @@ -0,0 +1,160 @@ + + + + + + Video.js Sandbox - Responsive + + + + + +

    + The following boxes indicate which breakpoint should be applied to the + player when it fills the width of its containing viewport. +

    +

    + Use these to validate that the default breakpoints match up with how + CSS media queries work. +

    +

    + Because these bars are updated by CSS, they will change before the playerresize event occurs! +

    +
    +
    vjs-layout-tiny (0px-210px)
    +
    vjs-layout-x-small (211px-320px)
    +
    vjs-layout-small (321px-425px)
    +
    vjs-layout-medium (426px-768px)
    +
    vjs-layout-large (769px-1440px)
    +
    vjs-layout-x-large (1441px-2560px)
    +
    vjs-layout-huge (2561px+)
    +
    + + + + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    + +

    + Each time the player size changes, a row is prepended to this table. +

    + + + + + + + + + +
    ClassPlayer Width
    + + + + + diff --git a/lib/video.js-main/sandbox/shadow-dom.html.example b/lib/video.js-main/sandbox/shadow-dom.html.example new file mode 100644 index 0000000..90ea348 --- /dev/null +++ b/lib/video.js-main/sandbox/shadow-dom.html.example @@ -0,0 +1,79 @@ + + + + + Video.js Sandbox + + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the index.html

    +
    npm start
    +
    open http://localhost:9999/sandbox/index.html
    +
    + +

    Tap on video to play/pause

    + + + + + + + diff --git a/lib/video.js-main/sandbox/skip-buttons.html.example b/lib/video.js-main/sandbox/skip-buttons.html.example new file mode 100644 index 0000000..b921058 --- /dev/null +++ b/lib/video.js-main/sandbox/skip-buttons.html.example @@ -0,0 +1,114 @@ + + + + + Video.js Sandbox + + + + +
    +

    Forward: 5, Backward: 10

    + + + + + +

    + To view this video please enable JavaScript, and consider upgrading to + a web browser that + supports HTML5 video +

    +
    +
    + +
    +

    Forward: 10, Backward: 30

    + + + + + +

    + To view this video please enable JavaScript, and consider upgrading to + a web browser that + supports HTML5 video +

    +
    +
    + +
    +

    Forward: 10

    + + + + + +

    + To view this video please enable JavaScript, and consider upgrading to + a web browser that + supports HTML5 video +

    +
    +
    + + + + diff --git a/lib/video.js-main/sandbox/svg-icons-enabled.html.example b/lib/video.js-main/sandbox/svg-icons-enabled.html.example new file mode 100644 index 0000000..49dbb6b --- /dev/null +++ b/lib/video.js-main/sandbox/svg-icons-enabled.html.example @@ -0,0 +1,36 @@ + + + + + Video.js Sandbox + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the svg-icons-enabled.html

    +
    npm start
    +
    open http://localhost:9999/sandbox/svg-icons-enabled.html
    +
    + + + + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    + + + + + diff --git a/lib/video.js-main/sandbox/svg-icons.html.example b/lib/video.js-main/sandbox/svg-icons.html.example new file mode 100644 index 0000000..e0dda3c --- /dev/null +++ b/lib/video.js-main/sandbox/svg-icons.html.example @@ -0,0 +1,414 @@ + + + + + VideoJS + + + + +

    VideoJS SVG Icons

    +

    In order to use SVG icons, the experimentalSvgIcons option must be enabled on the player. See: experimentalSvgIcons

    +

    SVG Icons are expected to be added to the player through components. Example: myButton.setIcon('play');

    +
    +
    + + + + + + play +
    +
    + + + + + + play-circle +
    +
    + + + + + + pause +
    +
    + + + + + + volume-mute +
    +
    + + + + + + volume-low +
    +
    + + + + + + volume-medium +
    +
    + + + + + + volume-high +
    +
    + + + + + + fullscreen-enter +
    +
    + + + + + + fullscreen-exit +
    +
    + + + + + + spinner +
    +
    + + + + + + subtitles +
    +
    + + + + + + captions +
    +
    + + + + + + hd +
    +
    + + + + + + chapters +
    +
    + + + + + + downloading +
    +
    + + + + + + file-download +
    +
    + + + + + + file-download-done +
    +
    + + + + + + file-download-off +
    +
    + + + + + + share +
    +
    + + + + + + cog +
    +
    + + + + + + square +
    +
    + + + + + + circle +
    +
    + + + + + + circle-outline +
    +
    + + + + + + circle-inner-circle +
    +
    + + + + + + cancel +
    +
    + + + + + + repeat +
    +
    + + + + + + replay +
    +
    + + + + + + replay-5 +
    +
    + + + + + + replay-10 +
    +
    + + + + + + replay-30 +
    +
    + + + + + + forward-5 +
    +
    + + + + + + forward-10 +
    +
    + + + + + + forward-30 +
    +
    + + + + + + audio +
    +
    + + + + + + next-item +
    +
    + + + + + + previous-item +
    +
    + + + + + + shuffle +
    +
    + + + + + + cast +
    +
    + + + + + + picture-in-picture-enter +
    +
    + + + + + + picture-in-picture-exit +
    +
    + + + + + + facebook +
    +
    + + + + + + linkedin +
    +
    + + + + + + twitter +
    +
    + + + + + + tumblr +
    +
    + + + + + + pinterest +
    +
    + + + + + + audio-description +
    +
    + + diff --git a/lib/video.js-main/sandbox/transient-button.html.example b/lib/video.js-main/sandbox/transient-button.html.example new file mode 100644 index 0000000..2006abb --- /dev/null +++ b/lib/video.js-main/sandbox/transient-button.html.example @@ -0,0 +1,121 @@ + + + + + Video.js Sandbox + + + + + +
    +

    Transient button demo

    + + + + + + +
    +

    An unmute transient button will show after playback starts if muted.

    +

    + Transient buttons to skip into / credits / recap display at times defined + in a metadata track. +

    + + + diff --git a/lib/video.js-main/sandbox/userAction-click.html.example b/lib/video.js-main/sandbox/userAction-click.html.example new file mode 100644 index 0000000..dcb16cd --- /dev/null +++ b/lib/video.js-main/sandbox/userAction-click.html.example @@ -0,0 +1,48 @@ + + + + + Video.js Sandbox + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the index.html

    +
    npm start
    +
    open http://localhost:9999/sandbox/index.html
    +
    + + + + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    + + + + + diff --git a/lib/video.js-main/sandbox/vertical-volume.html.example b/lib/video.js-main/sandbox/vertical-volume.html.example new file mode 100644 index 0000000..56ada4a --- /dev/null +++ b/lib/video.js-main/sandbox/vertical-volume.html.example @@ -0,0 +1,36 @@ + + + + + Video.js Sandbox + + + + +
    +

    You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the vertical-volume.html

    +
    npm start
    +
    open http://localhost:9999/sandbox/vertical-volume.html
    +
    + + + + + + +

    To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

    +
    + + + + + diff --git a/lib/video.js-main/src/css/_icons.scss b/lib/video.js-main/src/css/_icons.scss new file mode 100644 index 0000000..fc0f974 --- /dev/null +++ b/lib/video.js-main/src/css/_icons.scss @@ -0,0 +1,29 @@ +// CSS styles for SVG icons used throughout video.js. +// +// The goal is to replace all icons from the font family pulled from videojs/font entirely. +// This project currently uses fonts. We want to replace this with SVGs from +// images/icons.svg. This will ensure consitency between versions, as well as simplified +// and straight-forward customization. + +// Default styling for all SVG icons +.vjs-svg-icon { + display: inline-block; + background-repeat: no-repeat; + background-position: center; + + fill: currentColor; + height: 1.8em; + width: 1.8em; + + // Overwrite any font content + &:before { + content: none !important; + } +} + +// SVG shadow on hover and focus +.vjs-svg-icon:hover, +.vjs-control:focus .vjs-svg-icon { + -webkit-filter: drop-shadow(0 0 0.25em #fff); + filter: drop-shadow(0 0 0.25em #fff); +} diff --git a/lib/video.js-main/src/css/_print.scss b/lib/video.js-main/src/css/_print.scss new file mode 100644 index 0000000..7a10c4e --- /dev/null +++ b/lib/video.js-main/src/css/_print.scss @@ -0,0 +1,5 @@ +@media print { + .video-js > *:not(.vjs-tech):not(.vjs-poster) { + visibility:hidden; + } +} diff --git a/lib/video.js-main/src/css/_private-variables.scss b/lib/video.js-main/src/css/_private-variables.scss new file mode 100644 index 0000000..410121e --- /dev/null +++ b/lib/video.js-main/src/css/_private-variables.scss @@ -0,0 +1,20 @@ +// Text, icons, hover states +$primary-foreground-color: #fff !default; + +// Control backgrounds (control bar, big play, menus) +$primary-background-color: #2B333F !default; +$primary-background-transparency: 0.7 !default; + +// Hover states, slider backgrounds +$secondary-background-color: lighten($primary-background-color, 33%) !default; +$secondary-background-transparency: 0.5 !default; + +// Avoiding helvetica: issue #376 +$text-font-family: Arial, Helvetica, sans-serif !default; + +// Using the '--' naming for component-specific styles +$big-play-button--border-size: 0.06666em !default; +$big-play-button--width: 3em !default; +$big-play-button--line-height: 1.5em !default; +$big-play-button--height: $big-play-button--line-height + ($big-play-button--border-size * 2) !default; +$big-play-button--transparency: 0.8 !default; diff --git a/lib/video.js-main/src/css/_utilities.scss b/lib/video.js-main/src/css/_utilities.scss new file mode 100644 index 0000000..7dd1cce --- /dev/null +++ b/lib/video.js-main/src/css/_utilities.scss @@ -0,0 +1,81 @@ +@import "utilities/linear-gradient"; + +@mixin background-color-with-alpha($color, $alpha) { + background-color: $color; + background-color: rgba($color, $alpha); +} + +@mixin transform($transform) { + transform: $transform; +} + +@mixin transition($string: $transition--default) { + transition: $string; +} + +@mixin hide-visually { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} + +@mixin border-radius($radius) { + border-radius: $radius; +} + +@mixin animation($string: spin 1s infinite linear) { + animation: $string; +} + +@mixin display-flex($alignment: '', $justification: '') { + display: flex; + + @if $alignment != '' { + align-items: $alignment; + } + + @if $justification != '' { + justify-content: $justification; + } +} + +@mixin flex($value) { + flex: $value; +} + +// https://developer.mozilla.org/en-US/docs/Web/CSS/user-select +// https://stackoverflow.com/questions/826782/how-to-disable-text-selection-highlighting-using-css (version: January, 2017) +@mixin user-select($string: none) { + /* iOS Safari */ + -webkit-touch-callout: $string; + /* Safari, and Chrome 53 */ + -webkit-user-select: $string; + /* Non-prefixed version, currently supported by Chrome and Opera */ + user-select: $string; +} + +// https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow +@mixin box-shadow ($string: 0 0 1em rgba(0, 0, 0, 0.25)) { + box-shadow: $string; +} + +@mixin order($value) { + order: $value; +} + +%fill-parent { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +%icon-default { + @extend %fill-parent; + text-align: center; +} diff --git a/lib/video.js-main/src/css/_variables.scss b/lib/video.js-main/src/css/_variables.scss new file mode 100644 index 0000000..0ed69c2 --- /dev/null +++ b/lib/video.js-main/src/css/_variables.scss @@ -0,0 +1 @@ +$icon-font-path: 'font' !default; diff --git a/lib/video.js-main/src/css/components/_adaptive.scss b/lib/video.js-main/src/css/components/_adaptive.scss new file mode 100644 index 0000000..8977438 --- /dev/null +++ b/lib/video.js-main/src/css/components/_adaptive.scss @@ -0,0 +1,71 @@ +// When the player is "medium" and higher, display everything by default. +// +// When the player is "small", display only: +// - Play button +// - Volume Mute button +// - Progress bar +// - Track buttons +// - Native PiP button +// - Fullscreen button +// +// When the player is "x-small", display only: +// - Play button +// - Volume Mute button +// - Spacer +// - Track buttons +// - Native PiP button +// - Fullscreen button +// +// When the player is "tiny", display only: +// - Play button +// - Volume Mute button +// - Track buttons +// - Native PiP button +// - Fullscreen Button +// +.video-js { + + &.vjs-layout-small, + &.vjs-layout-x-small, + &.vjs-layout-tiny { + .vjs-current-time, + .vjs-time-divider, + .vjs-duration, + .vjs-remaining-time, + .vjs-playback-rate, + .vjs-volume-control { + display: none; + } + + // Reset the size of the volume panel to the default so we don't see a big + // empty space to the right of the mute button. + .vjs-volume-panel.vjs-volume-panel-horizontal { + &:hover, + &:active, + &.vjs-slider-active, + &.vjs-hover { + width: auto; + width: initial; + } + } + } + + // At x-small and tiny, the progress control is too narrow to be useful. + &.vjs-layout-x-small, + &.vjs-layout-tiny { + + .vjs-progress-control { + display: none; + } + } + + // At x-small, the buttons alone leave a large gap on the right. Fill it with + // the spacer element. + &.vjs-layout-x-small { + + .vjs-custom-control-spacer { + @include flex(auto); + display: block; + } + } +} diff --git a/lib/video.js-main/src/css/components/_audio.scss b/lib/video.js-main/src/css/components/_audio.scss new file mode 100644 index 0000000..3f7d703 --- /dev/null +++ b/lib/video.js-main/src/css/components/_audio.scss @@ -0,0 +1,19 @@ +.video-js .vjs-audio-button .vjs-icon-placeholder { + @extend .vjs-icon-audio; +} + +.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder, +.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder { + vertical-align: middle; + display: inline-block; + margin-bottom: -0.1em; +} + +// Mark a main-desc-menu-item (main + description) or description item with a trailing Audio Description icon +.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before, +.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before { + font-family: VideoJS; + content: " \f12e"; + font-size: 1.5em; + line-height: inherit; +} diff --git a/lib/video.js-main/src/css/components/_big-play.scss b/lib/video.js-main/src/css/components/_big-play.scss new file mode 100644 index 0000000..7af937a --- /dev/null +++ b/lib/video.js-main/src/css/components/_big-play.scss @@ -0,0 +1,62 @@ +@use "sass:math"; + +.video-js .vjs-big-play-button { + font-size: 3em; + line-height: $big-play-button--line-height; + height: $big-play-button--height; + width: $big-play-button--width; // Firefox bug: For some reason without width the icon wouldn't show up. Switched to using width and removed padding. + display: block; + position: absolute; + top: 50%; + left: 50%; + padding: 0; + margin-top: -(math.div($big-play-button--height, 2)); + margin-left: -(math.div($big-play-button--width, 2)); + cursor: pointer; + opacity: 1; + border: $big-play-button--border-size solid $primary-foreground-color; + + // Need a slightly gray bg so it can be seen on black backgrounds + @include background-color-with-alpha($primary-background-color, $primary-background-transparency); + @include border-radius(0.3em); + @include transition(all 0.4s); + + // Since the big play button doesn't inherit from vjs-control, we need to specify a bit more than + // other buttons for the icon. + & .vjs-icon-placeholder:before { + @extend .vjs-icon-play; + + @extend %icon-default; + } +} + +.vjs-big-play-button .vjs-svg-icon { + width: 1em; + height: 1em; + position: absolute; + top: 50%; + left: 50%; + line-height: 1; + transform: translate(-50%, -50%); +} + +.video-js:hover .vjs-big-play-button, +.video-js .vjs-big-play-button:focus { + border-color: $primary-foreground-color; + + @include background-color-with-alpha($secondary-background-color, $secondary-background-transparency); + @include transition(all 0s); +} + +// Hide if controls are disabled, the video is playing, or native controls are used. +.vjs-controls-disabled .vjs-big-play-button, +.vjs-has-started .vjs-big-play-button, +.vjs-using-native-controls .vjs-big-play-button, +.vjs-error .vjs-big-play-button { + display: none; +} + +// Show big play button if video is paused and .vjs-show-big-play-button-on-pause is set on video element +.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button { + display: block; +} diff --git a/lib/video.js-main/src/css/components/_button.scss b/lib/video.js-main/src/css/components/_button.scss new file mode 100644 index 0000000..e14a921 --- /dev/null +++ b/lib/video.js-main/src/css/components/_button.scss @@ -0,0 +1,27 @@ +.video-js button { + background: none; + border: none; + color: inherit; + display: inline-block; + + font-size: inherit; // IE in general. WTF. + line-height: inherit; + text-transform: none; + text-decoration: none; + transition: none; + + // Chrome < 83 + -webkit-appearance: none; + appearance: none; +} + +// Replacement for focus in case spatial navigation is enabled +.video-js.vjs-spatial-navigation-enabled .vjs-button:focus { + outline: 0.0625em solid rgba($primary-foreground-color, 1); + box-shadow: none; +} + +.vjs-control .vjs-button { + width: 100%; + height: 100%; +} diff --git a/lib/video.js-main/src/css/components/_captions-settings.scss b/lib/video.js-main/src/css/components/_captions-settings.scss new file mode 100644 index 0000000..29c7bfd --- /dev/null +++ b/lib/video.js-main/src/css/components/_captions-settings.scss @@ -0,0 +1,121 @@ +.vjs-modal-dialog.vjs-text-track-settings { + background-color: $primary-background-color; + background-color: rgba($primary-background-color, 0.75); + color: $primary-foreground-color; + height: 70%; + + // When Spatial Navigation is enabled + .vjs-spatial-navigation-enabled & { + height: 80%; + } +} + +// Hide if an error occurs +.vjs-error .vjs-text-track-settings { + display: none; +} + +// Layout divs +.vjs-text-track-settings .vjs-modal-dialog-content { + display: table; +} + +.vjs-text-track-settings .vjs-track-settings-colors, +.vjs-text-track-settings .vjs-track-settings-font, +.vjs-text-track-settings .vjs-track-settings-controls { + display: table-cell; +} + +.vjs-text-track-settings .vjs-track-settings-controls { + text-align: right; + vertical-align: bottom; +} + +// code that will only run if CSS Grid is supported by the browser +@supports (display: grid) { + .vjs-text-track-settings .vjs-modal-dialog-content { + display: grid; + grid-template-columns: 1fr 1fr; + grid-template-rows: 1fr; + // Flex and Grid for Firefox, IE, and Edge remove the bottom padding/margin in a container as size decreases + // so we add bottom padding/margin to the last item in the grid instead of here + // see https://stackoverflow.com/a/23754080 + padding: 20px 24px 0px 24px; + } + + // see the comment for padding above + .vjs-track-settings-controls .vjs-default-button { + margin-bottom: 20px; + } + + .vjs-text-track-settings .vjs-track-settings-controls { + // make this take up both columns + grid-column: 1 / -1; + } + + // 1 column for small players + .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content , + .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content, + .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content { + grid-template-columns: 1fr; + } + +} + +// Form elements +.vjs-text-track-settings select { + font-size: inherit; +} + +.vjs-track-setting > select { + margin-right: 1em; + margin-bottom: 0.5em; +} + +.vjs-text-track-settings fieldset { + margin: 10px; + border: none; +} + +.vjs-text-track-settings fieldset span { + display: inline-block; + padding: 0 .6em .8em; +} + +// style the second select for text colors +.vjs-text-track-settings fieldset span > select { + max-width: 7.3em; +} + +.vjs-text-track-settings legend { + color: $primary-foreground-color; + font-weight: bold; + font-size: 1.2em; +} + +.vjs-text-track-settings .vjs-label { + margin: 0 .5em .5em 0; +} + +.vjs-track-settings-controls button:focus, +.vjs-track-settings-controls button:active { + outline-style: solid; + outline-width: medium; + background-image: linear-gradient(0deg, $primary-foreground-color 88%, $secondary-background-color 100%); +} + +.vjs-track-settings-controls button:hover { + color: rgba(#2B333F, 0.75); +} + +.vjs-track-settings-controls button { + background-color: $primary-foreground-color; + background-image: linear-gradient(-180deg, $primary-foreground-color 88%, $secondary-background-color 100%); + color: #2B333F; + cursor: pointer; + border-radius: 2px; +} + +.vjs-track-settings-controls .vjs-default-button { + margin-right: 1em; +} diff --git a/lib/video.js-main/src/css/components/_captions.scss b/lib/video.js-main/src/css/components/_captions.scss new file mode 100644 index 0000000..8cffef9 --- /dev/null +++ b/lib/video.js-main/src/css/components/_captions.scss @@ -0,0 +1,7 @@ +.video-js .vjs-captions-button .vjs-icon-placeholder { + @extend .vjs-icon-captions; +} + +.video-js.vjs-audio-only-mode .vjs-captions-button { + display: none; +} diff --git a/lib/video.js-main/src/css/components/_chapters.scss b/lib/video.js-main/src/css/components/_chapters.scss new file mode 100644 index 0000000..7eab3e8 --- /dev/null +++ b/lib/video.js-main/src/css/components/_chapters.scss @@ -0,0 +1,7 @@ +.video-js .vjs-chapters-button .vjs-icon-placeholder { + @extend .vjs-icon-chapters; +} + +.vjs-chapters-button .vjs-menu ul { + width: 24em; +} diff --git a/lib/video.js-main/src/css/components/_close-button.scss b/lib/video.js-main/src/css/components/_close-button.scss new file mode 100644 index 0000000..2ebfcd9 --- /dev/null +++ b/lib/video.js-main/src/css/components/_close-button.scss @@ -0,0 +1,12 @@ +.video-js .vjs-control.vjs-close-button { + & .vjs-icon-placeholder { + @extend .vjs-icon-cancel; + } + + cursor: pointer; + height: 3em; + position: absolute; + right: 0; + top: 0.5em; + z-index: 2; +} diff --git a/lib/video.js-main/src/css/components/_control-bar.scss b/lib/video.js-main/src/css/components/_control-bar.scss new file mode 100644 index 0000000..3679539 --- /dev/null +++ b/lib/video.js-main/src/css/components/_control-bar.scss @@ -0,0 +1,63 @@ +.video-js .vjs-control-bar { + display: none; + width: 100%; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 3.0em; + + @include background-color-with-alpha($primary-background-color, $primary-background-transparency); +} + +.video-js.vjs-spatial-navigation-enabled .vjs-control-bar { + gap: 1px; +} + +// Locks the display only if: +// - controls are not disabled +// - native controls are not used +// - there is no error +.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing { + display: flex !important; +} + +// Video has started playing or we are in audioOnlyMode +.vjs-has-started .vjs-control-bar, +.vjs-audio-only-mode .vjs-control-bar { + @include display-flex; + visibility: visible; + opacity: 1; + + $trans: visibility 0.1s, opacity 0.1s; // Var needed because of comma + @include transition($trans); +} + +// Video has started playing AND user is inactive +.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar { + // Remain visible for screen reader and keyboard users + visibility: visible; + opacity: 0; + // prevent a click/tap from interacting with vjs-lock-showing menu's + // or other controls while we are inactive/hidden + pointer-events: none; + + $trans: visibility 1.0s, opacity 1.0s; + @include transition($trans); + +} + +.vjs-controls-disabled .vjs-control-bar, +.vjs-using-native-controls .vjs-control-bar, +.vjs-error .vjs-control-bar { + // !important is ok in this context. + display: none !important; +} + +// Don't hide the control bar if it's audio or in audioOnlyMode +.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar, +.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar { + opacity: 1; + visibility: visible; + pointer-events: auto; +} diff --git a/lib/video.js-main/src/css/components/_control-spacer.scss b/lib/video.js-main/src/css/components/_control-spacer.scss new file mode 100644 index 0000000..010751b --- /dev/null +++ b/lib/video.js-main/src/css/components/_control-spacer.scss @@ -0,0 +1,3 @@ +.video-js .vjs-custom-control-spacer { + display: none; +} diff --git a/lib/video.js-main/src/css/components/_control.scss b/lib/video.js-main/src/css/components/_control.scss new file mode 100644 index 0000000..6dd7b6b --- /dev/null +++ b/lib/video.js-main/src/css/components/_control.scss @@ -0,0 +1,45 @@ +// vjs-control might be better named vjs-button now. +// It's used on both real buttons (play button) +// and div buttons (menu buttons) +.video-js .vjs-control { + position: relative; + text-align: center; + margin: 0; + padding: 0; + height: 100%; + width: 4em; + @include flex(none); +} + +.video-js .vjs-control.vjs-visible-text { + width: auto; + padding-left: 1em; + padding-right: 1em; +} + +.vjs-button > .vjs-icon-placeholder:before { + font-size: 1.8em; + line-height: 1.67; + + @extend %icon-default; +} + +.vjs-button > .vjs-icon-placeholder { + display: block; +} + +.vjs-button > .vjs-svg-icon { + display: inline-block; +} + +// Replacement for focus outline +.video-js .vjs-control:focus:before, +.video-js .vjs-control:hover:before, +.video-js .vjs-control:focus { + text-shadow: 0em 0em 1em rgba($primary-foreground-color, 1); +} + +// Hide control text visually, but have it available for screenreaders +.video-js *:not(.vjs-visible-text) > .vjs-control-text { + @include hide-visually; +} diff --git a/lib/video.js-main/src/css/components/_descriptions.scss b/lib/video.js-main/src/css/components/_descriptions.scss new file mode 100644 index 0000000..9cf8d95 --- /dev/null +++ b/lib/video.js-main/src/css/components/_descriptions.scss @@ -0,0 +1,7 @@ +.video-js .vjs-descriptions-button .vjs-icon-placeholder { + @extend .vjs-icon-audio-description; +} + +.video-js.vjs-audio-only-mode .vjs-descriptions-button { + display: none; +} diff --git a/lib/video.js-main/src/css/components/_error.scss b/lib/video.js-main/src/css/components/_error.scss new file mode 100644 index 0000000..118e262 --- /dev/null +++ b/lib/video.js-main/src/css/components/_error.scss @@ -0,0 +1,4 @@ +.vjs-error .vjs-error-display .vjs-modal-dialog-content { + font-size: 1.4em; + text-align: center; +} diff --git a/lib/video.js-main/src/css/components/_fullscreen.scss b/lib/video.js-main/src/css/components/_fullscreen.scss new file mode 100644 index 0000000..f682341 --- /dev/null +++ b/lib/video.js-main/src/css/components/_fullscreen.scss @@ -0,0 +1,18 @@ +.video-js .vjs-fullscreen-control { + cursor: pointer; + @include flex(none); + + & .vjs-icon-placeholder { + @extend .vjs-icon-fullscreen-enter; + } +} + +.video-js.vjs-audio-only-mode .vjs-fullscreen-control, +.vjs-pip-window .vjs-fullscreen-control { + display: none; +} + +// Switch to the exit icon when the player is in fullscreen +.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder { + @extend .vjs-icon-fullscreen-exit; +} diff --git a/lib/video.js-main/src/css/components/_layout.scss b/lib/video.js-main/src/css/components/_layout.scss new file mode 100644 index 0000000..5e48b45 --- /dev/null +++ b/lib/video.js-main/src/css/components/_layout.scss @@ -0,0 +1,211 @@ +@use "sass:math"; + +.video-js { + display: inline-block; + // Make video.js videos align top when next to video elements + vertical-align: top; + box-sizing: border-box; + + color: $primary-foreground-color; + background-color: #000; + position: relative; + padding: 0; + // Start with 10px for base font size so other dimensions can be em based and + // easily calculable. + font-size: 10px; + line-height: 1; + + // Provide some basic defaults for fonts + font-weight: normal; + font-style: normal; + // Avoiding helvetica: issue #376 + font-family: $text-font-family; + + // Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when + // checking fullScreenEnabled. + &:-moz-full-screen { position: absolute; } + + &:-webkit-full-screen { + width: 100% !important; + height: 100% !important; + } + + // reset word-break inside the player div + word-break: initial; +} + +.video-js[tabindex="-1"] { + outline: none; +} + +// All elements inherit border-box sizing +.video-js *, +.video-js *:before, +.video-js *:after { + box-sizing: inherit; +} + +// List style reset +.video-js ul { + font-family: inherit; + font-size: inherit; + line-height: inherit; + list-style-position: outside; + + // Important to specify each + margin-left: 0; + margin-right: 0; + margin-top: 0; + margin-bottom: 0; +} + +// Fill the width of the containing element and use padding to create the +// desired aspect ratio. Default to 16x9 unless another ratio is given. +@mixin apply-aspect-ratio($width, $height) { + padding-top: 100% * math.div($height, $width); +} + +// Not including a default AR in vjs-fluid because it would override +// the user set AR injected into the header. +.video-js.vjs-fluid, +.video-js.vjs-16-9, +.video-js.vjs-4-3, +.video-js.vjs-9-16, +.video-js.vjs-1-1 { + width: 100%; + max-width: 100%; +} + +.video-js.vjs-fluid:not(.vjs-audio-only-mode), +.video-js.vjs-16-9:not(.vjs-audio-only-mode), +.video-js.vjs-4-3:not(.vjs-audio-only-mode), +.video-js.vjs-9-16:not(.vjs-audio-only-mode), +.video-js.vjs-1-1:not(.vjs-audio-only-mode) { + height: 0; +} + +.video-js.vjs-16-9:not(.vjs-audio-only-mode) { + @include apply-aspect-ratio(16, 9); +} + +.video-js.vjs-4-3:not(.vjs-audio-only-mode) { + @include apply-aspect-ratio(4, 3); +} + +.video-js.vjs-9-16:not(.vjs-audio-only-mode) { + @include apply-aspect-ratio(9, 16); +} + +.video-js.vjs-1-1:not(.vjs-audio-only-mode) { + @include apply-aspect-ratio(1, 1); +} + +.video-js.vjs-fill:not(.vjs-audio-only-mode) { + width: 100%; + height: 100%; +} + +// Playback technology elements expand to the width/height of the containing div +//